/* CSS Document */
.main_ttl {
  background: url("../images/development/ttl_bg.jpg") no-repeat center/cover;
}

.dev_flow, .dev_result {
  width: 1080px;
  max-width: calc(100% - 40px);
  margin: 0 auto 110px;
}

.c_ttl {
  font-weight: 900;
  font-size: 24px;
  border-bottom: solid 2px #10993b;
  padding-bottom: .3em;
  margin: 125px 0 40px;
}

@media screen and (max-width: 768px) {
  .c_ttl {
    font-size: 22px;
    margin: 80px 0 30px;
  }
}

.dev_flow figure {
  margin: 0;
}

.dev_flow .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4.62%;
  margin-bottom: 170px;
}

@media screen and (max-width: 768px) {
  .dev_flow .row {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 100px;
  }
}

.dev_flow .row ul {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .dev_flow .row ul {
    width: auto;
  }
}

.dev_flow .row li {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .dev_flow .row li {
    font-size: 16px;
  }
}

.dev_flow .row li + li {
  margin-top: 1em;
}

.dev_flow .row li:before {
  content: '';
  position: absolute;
  width: .333em;
  height: .333em;
  background: #10993b;
  border-radius: 50%;
  top: .75em;
  left: 0;
}

.dev_flow .tech {
  border-top: solid 1px #c6c6c6;
}

.dev_flow .tech li {
  border-bottom: solid 1px #c6c6c6;
  font-size: 16px;
  padding: .6em 1.5em;
}

.dev_result *,
.dev_result *:before,
.dev_result *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dev_result .lead {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.dev_result .nav {
  display: flex;
  gap: 20px;
  margin: 30px 0 -50px;
}

@media screen and (max-width: 500px) {
  .dev_result .nav {
    flex-direction: column;
    gap: 10px;
  }
}

.dev_result .nav li {
  flex: 1;
}

.dev_result .nav a {
  display: block;
  text-align: center;
  color: #10993b;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.77;
  border-radius: 5px;
  border: solid 1px #10993b;
  transition: .3s;
  transition-property: background, color;
}

.dev_result .nav a:hover {
  background: #10993b;
  color: #fff;
}

.dev_result .ttl {
  font-weight: 500;
  font-size: 20px;
  margin: 2em 0 .5em;
}

@media screen and (max-width: 768px) {
  .dev_result .ttl {
    font-size: 18px;
  }
}

.dev_result .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.dev_result .list img {
  width: 100%;
}

.dev_result .list dl {
  width: 255px;
  border: solid 1px #cacaca;
  border-radius: 5px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .dev_result .list dl {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 500px) {
  .dev_result .list dl {
    width: 100%;
  }
}

.dev_result .list dt {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 20px;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -.03em;
  margin-bottom: .4em;
}

.dev_result .list p {
  margin: .6em 0 .8em;
}

.dev_result .list li {
  font-weight: 500;
}

.dev_result .exp {
  display: flex;
  gap: 2.78%;
}

@media screen and (max-width: 768px) {
  .dev_result .exp {
    flex-direction: column;
    gap: 20px;
  }
}

.dev_result .exp img {
  width: 100%;
}

.dev_result .exp p {
  text-align: center;
  font-size: 16px;
  margin-top: .5em;
}

.dev_result .logo {
  display: flex;
  justify-content: center;
  gap: 1em 2em;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

.dev_result .dev {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 20px;
}

.dev_result .dev p {
  font-weight: 900;
  font-size: 24px;
  height: 3em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .dev_result .dev p {
    font-size: 22px;
    height: auto;
    margin-bottom: .5em;
  }
}

.dev_result .dev p em {
  color: #e09a47;
  display: block;
  font-weight: inherit;
  font-size: .833em;
}

.dev_result .dev li {
  border: solid 1px #cacaca;
  border-radius: 5px;
  padding: 25px;
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .dev_result .dev li {
    width: 100%;
  }
}

.dev_result .dev li:nth-child(1) {
  width: 100%;
}

.dev_result .dev li:nth-child(1) img {
  margin-top: .5em;
}

.dev_result .mail {
  text-align: center;
  margin-top: 7rem;
}

.dev_result .mail a {
  display: inline-block;
  position: relative;
  background: #10993b;
  color: #fff;
  font-size: 16px;
  line-height: 4.44;
  font-weight: 900;
  width: 340px;
  max-width: 100%;
}

.dev_result .mail a:before {
  color: #fff;
  margin: 0 20px 0 0;
  content: " ";
  display: inline-block;
  width: 21px;
  height: 17px;
  background: url("../images/common/icon_mail.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

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