@charset "UTF-8";
/* --------------------------------------------------------------------------------
   main-view / .mainview
   -------------------------------------------------------------------------------- */
*, *::before, *::after {
  font-feature-settings: "liga" 0;
}

@media screen and (max-width: 389px) {
  html.is-old-page {
    font-size: 2.5vw;
  }
}
@font-face {
  font-family: "Noto-Sans-JP-google";
  src: url("./../font/NotoSansJP-VariableFont_wght.ttf");
}
main.page-lp {
  font-family: "Noto-Sans-JP-google", "Noto Sans JP", sans-serif;
  /*-----media screen and max-width:767px-----s */
  /*-----media screen and max-width:767px-----end */
}
main.page-lp h2, main.page-lp h3, main.page-lp h4, main.page-lp p, main.page-lp span, main.page-lp li, main.page-lp a, main.page-lp p, main.page-lp small {
  font-weight: 500;
  color: #1A1A1A;
}
main.page-lp .main-title-big {
  font-size: 5.7rem;
  font-weight: 900;
}
main.page-lp .main-title-middle {
  font-size: 3.2rem;
  font-weight: 900;
}
main.page-lp .main-title-middle .title-middle-first {
  letter-spacing: -3px;
  font-weight: 900;
}
main.page-lp .main-title-color-purple {
  color: #6d4acb;
}
main.page-lp .main-title-color-aqua {
  color: #5EA2FD;
}
main.page-lp .bg-color-purple {
  background: #6d4acb;
}
main.page-lp .mb-1rem {
  margin-bottom: 1rem;
}
main.page-lp .mb-2rem {
  margin-bottom: 2rem;
}
main.page-lp .mb-05rem {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
main.page-lp .font-weight-bold {
  font-weight: bold;
}
main.page-lp .font-weight-900 {
  font-weight: 900;
}
main.page-lp .small-note {
  font-size: 12px;
  font-weight: 900;
}
main.page-lp .sp_only {
  display: none !important;
}
main.page-lp .section-area-1 {
  max-width: 1200px;
  margin: 0 auto;
}
main.page-lp .section-area-2 {
  max-width: 1040px;
  margin: 0 auto;
}
main.page-lp small {
  font-size: 2.4rem;
  font-weight: 900;
}
main.page-lp small.small-2 {
  font-size: 3.2rem;
  font-weight: 900;
}
main.page-lp .lp-section {
  overflow-x: hidden;
  padding-top: 8.5rem;
}
main.page-lp .lp-section header {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0;
  display: table;
}
main.page-lp .lp-section header .header-left {
  width: 37%;
  display: table-cell;
  position: relative;
}
main.page-lp .lp-section header .header-left .main-note {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  position: relative;
  right: 6%;
  top: -0.8rem;
}
main.page-lp .lp-section header .header-right {
  width: 63%;
  display: table-cell;
  vertical-align: middle;
}
main.page-lp .lp-section header .header-right .main-right-subtitle {
  display: block;
  width: 100%;
  height: auto;
  text-align: right;
}
main.page-lp .lp-section header .header-right .main_contact {
  text-align: center;
  position: relative;
  top: 2.4rem;
  left: 3rem;
}
main.page-lp .lp-section header .header-right .main_contact a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 67%;
  text-decoration: none;
  background: #fc6d26;
  border-radius: 10px;
  color: #fff;
  padding: 1.85rem 0 1.85rem 4rem;
  font-size: 2rem;
  margin: 0.4rem;
  margin-bottom: 1rem;
  position: relative;
  vertical-align: middle;
  left: 2rem;
}
main.page-lp .lp-section header .header-right .main_contact a:after {
  content: url(./../images/pseudo.png);
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: scale(0.45);
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  left: 14%;
  position: relative;
}
main.page-lp #section-1 {
  background: url(../images/main-bg.png) no-repeat 34vw bottom;
  background-size: auto 100%;
  background-position: bottom right;
  padding: 7rem 3rem 8.6rem 3rem;
  overflow-x: hidden;
}
main.page-lp #section-1 header {
  font-size: 0;
}
main.page-lp #section-1 header .main-hexagon {
  position: absolute;
  width: 15%;
  right: 3%;
  top: 1%;
  max-width: 230px;
}
@media screen and (max-width: 1000px) {
  main.page-lp #section-1 header .main-hexagon {
    width: 12%;
    right: 2%;
  }
}
main.page-lp #section-1 .main-title {
  color: #1A1A1A;
  font-size: 3.4rem;
  line-height: 1.3;
  margin: 0;
  font-weight: 900;
}
main.page-lp #section-1 .main-title-color {
  color: #1299ef;
  font-size: 1.6em;
}
main.page-lp #section-1 .main-title-color-org {
  color: #FC6D26;
}
main.page-lp #section-1 .main-title-color-aura {
  color: #159aef;
}
main.page-lp #section-1 .main-subtitle {
  font-weight: 900;
  margin: 0 0 0.8em;
  font-size: 2rem;
  color: #000;
  line-height: 1.3;
}
main.page-lp #section-1 .main-subtitle img {
  margin: 20px 0 0 0px;
  width: 88%;
}
main.page-lp #section-1 .section-inner {
  margin: 0 auto;
}
main.page-lp #section-1 .main-subresult ul {
  position: relative;
  left: -1rem;
  display: table;
  list-style: none;
  width: 100%;
  font-size: 0;
  border-spacing: 10px;
  border-collapse: separate;
  margin: 0 auto;
  margin-top: 0;
}
main.page-lp #section-1 .main-subresult ul li {
  list-style: none;
  width: 33.3%;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border: 1rem solid #2f2f2f;
  background: #000;
  color: #fff;
  padding: 1.5rem 0;
  line-height: 1.8;
  border-radius: 5px;
  font-weight: 900;
}
main.page-lp #section-1 .main-subresult ul li p {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #fff;
}
main.page-lp .section-title {
  font-size: 4.1rem;
  position: relative;
  padding-bottom: 2.8rem;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.5;
  color: #191919;
  font-weight: bold;
}
main.page-lp .section-title::after {
  content: "";
  width: 74px;
  height: 1px;
  position: absolute;
  border-top: 3px solid #1299ef;
  display: block;
  bottom: 0rem;
  right: 0px;
  left: 0;
  margin: 0 auto;
}
main.page-lp .sec-contact-1 {
  position: relative;
  background: url(../images/section-4-img-4.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 6.4rem;
  padding-bottom: 3.4rem;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact {
  margin: auto;
  margin-top: 0rem;
  margin-bottom: 0rem;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1040px) {
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact {
    width: 90%;
  }
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .devops-ask-img {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 18.5rem;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-title {
  margin: 0 auto;
  padding-top: 6.5rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: bold;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type {
  margin-top: 0;
  padding-bottom: 1.3rem;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn {
  list-style: none;
  display: block;
  width: 81%;
  font-size: 0;
  margin: 0 auto;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li {
  list-style: none;
  display: inline-block;
  position: relative;
  width: 47%;
  margin: 1.5%;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li a {
  border-radius: 10px;
  padding: 2.4rem 3.5rem 2.4rem 3rem;
  font-size: 2rem;
  margin: 0 auto;
  display: block;
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:after {
  content: url(./../images/pseudo.png);
  right: 0;
  top: 1rem;
  bottom: 0;
  margin: auto 0;
  transform: scale(0.45);
  font-size: 0rem;
  vertical-align: middle;
  left: 16%;
  position: relative;
  font-size: 0rem;
  position: absolute;
  left: 85%;
  font-weight: bold;
}
main.page-lp #section-2 {
  position: relative;
  background: url(../images/backdround-2.png) no-repeat;
  background-size: 100% auto;
  padding-bottom: 2rem;
  background-color: #efefef;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-2 .problem-area {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-2 .problem-area ul {
  display: block;
  font-size: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  background: #E6E6E6;
  position: relative;
  margin-bottom: 120px;
}
main.page-lp #section-2 .problem-area ul:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 12.3rem solid #e6e6e6;
  border-left: 600px solid transparent;
  border-right: 600px solid transparent;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-2 .problem-area ul:after {
    border-left: 580px solid transparent;
    border-right: 580px solid transparent;
  }
}
@media screen and (max-width: 1260px) {
  main.page-lp #section-2 .problem-area ul:after {
    border-left: calc(50vw - 2rem) solid transparent;
    border-right: calc(50vw - 2rem) solid transparent;
  }
}
main.page-lp #section-2 .problem-area ul li {
  list-style: none;
  width: 31.1%;
  margin-right: 3.35%;
  display: inline-block;
  text-align: center;
  padding: 3rem 3rem;
  background: #fff;
}
main.page-lp #section-2 .problem-area ul li p {
  color: #191919;
  font-size: 2rem;
  background: #f2f0f8;
  text-align: center;
  line-height: 1.5;
  padding: 5px;
}
main.page-lp #section-2 .problem-area ul li:last-child {
  margin-right: 0%;
}
main.page-lp #section-2 .problem-area ul li img {
  margin: 2.6rem 0 1.6rem 0;
}
main.page-lp #section-2 .problem-solve-title {
  text-align: center;
  font-size: 4rem;
  color: #5EA2FD;
  line-height: 1.5;
  padding-top: 0.8rem;
  margin-bottom: 2.5rem;
  font-weight: 900;
}
main.page-lp #section-2 .problem-solve-title span {
  background: linear-gradient(transparent 30%, #fff 100%);
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 0.25rem;
  font-weight: 900;
  color: #5EA2FD;
}
main.page-lp #section-3 {
  position: relative;
  background: url(../images/background-3.png) no-repeat;
  background-size: 100% auto;
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  background-color: #6d49cb;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-3 ul {
    width: calc(100% - 4rem);
    margin-right: auto;
    margin-left: auto;
  }
}
main.page-lp #section-3 ul.s3-l1 {
  display: block;
  margin: 0 auto;
}
main.page-lp #section-3 ul.s3-l1 > li {
  font-size: 1.6rem;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: block;
}
main.page-lp #section-3 ul.s3-l1 > li:first-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 2.4rem;
}
main.page-lp #section-3 ul.s3-l1 .gitlab-nri-icon {
  width: 23%;
  height: auto;
  margin: 0 auto;
}
main.page-lp #section-3 ul.s3-l2 {
  font-size: 0;
}
main.page-lp #section-3 ul.s3-l2 li {
  width: 20%;
  display: inline-block;
  list-style: none;
  font-size: 1.6rem;
  vertical-align: bottom;
  padding-top: 2.4rem;
}
main.page-lp #section-3 ul.s3-l2 li:last-child {
  width: 80%;
  vertical-align: top;
  color: #fff;
  padding-left: 3.3rem;
  padding-top: 3.6rem;
}
main.page-lp #section-3 ul.s3-l2 li:last-child h3 {
  font-size: 4rem;
  line-height: 0.8;
  margin-bottom: 1rem;
  font-weight: 900;
  color: #fff;
}
main.page-lp #section-3 ul.s3-l2 li:last-child h3 span {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 2;
  color: #fff;
}
main.page-lp #section-3 ul.s3-l2 li:last-child p {
  line-height: 2;
  font-size: 1.6rem;
  color: #fff;
}
main.page-lp #section-3 ul.s3-l2 .gitlab-parter-icon {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
main.page-lp #section-4 {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 2rem;
}
main.page-lp #section-4 .section-4-text {
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-4 .section-4-text {
    width: calc(100% - 4rem);
    margin-right: auto;
    margin-left: auto;
  }
}
main.page-lp #section-4 .sec-aslead-devops {
  display: block;
  position: relative;
  margin: 7rem auto;
  background: #60a1fd;
  padding: 1.8rem 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-4 .sec-aslead-devops {
    width: calc(100% - 4rem);
    margin-right: auto;
    margin-left: auto;
  }
}
main.page-lp #section-4 .sec-aslead-devops:before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateX(-57%) translateY(0%) rotate(135deg);
  background: #3b72d6;
}
main.page-lp #section-4 .sec-aslead-devops:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateX(57%) translateY(0%) rotate(135deg);
  background: #3b72d6;
}
main.page-lp #section-4 .sec-aslead-devops img {
  width: 100%;
  margin: 0 auto;
}
main.page-lp #section-4 .sec-aslead-devops p {
  margin: 0 auto;
  display: block;
}
main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-1 {
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
}
main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-2 {
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 4rem;
  margin-top: 0rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 900;
}
main.page-lp #section-4 .sec-aslead-devops-2 {
  margin: 9rem auto 5.6rem auto;
  position: relative;
  background: url(../images/section-4-img-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: top left;
  background-color: #f8f8f8;
  padding: 7.5rem 0 6.3rem 0;
}
main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -2.5rem;
  width: 27%;
}
main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.45;
}
main.page-lp #section-4 .sec-aslead-devops-2 .devops-group-img {
  width: 47%;
  margin: 3.5rem auto;
  text-align: center;
  display: block;
}
main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-text {
  margin: 0 auto;
  padding: 3.5rem 4rem 4rem 4rem;
  background: #fff;
  width: calc(100% - 4rem);
}
main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-text p {
  font-size: 1.6rem;
  line-height: 2;
  color: #1A1A1A;
  font-weight: 500;
}
main.page-lp #section-4 .sec-aslead-devops-3 {
  margin: 0 auto;
}
main.page-lp #section-4 .sec-aslead-devops-3 .devops-title {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #191919;
}
main.page-lp #section-4 .sec-aslead-devops-3 .devops-title span {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 900;
}
main.page-lp #section-4 .sec-aslead-devops-3 table {
  width: 100%;
  padding: 0;
  margin: 6rem auto 0 auto;
  border: none;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td {
  border: none;
  width: 50%;
  text-align: center;
  vertical-align: text-top;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-left {
  padding: 0;
  width: 45%;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-left img {
  width: 100%;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right {
  vertical-align: text-top;
  padding-left: 5rem;
  padding-right: 0;
  width: 55%;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right .rec-blue {
  padding: 8px 15px;
  margin-right: 5px;
  background: #add0ff;
  color: #000;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p {
  text-align: left;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-top {
  font-size: 1.6rem;
  line-height: 2;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-text {
  margin: 20px 0;
  color: #64a4fd;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p span {
  font-size: 1.6rem;
  color: #5EA2FD;
}
main.page-lp #section-4-2 {
  margin-top: 8.5rem;
  padding-top: 0;
}
main.page-lp #section-5 {
  position: relative;
  background: url(../images/backdround-3.png) no-repeat;
  background-size: 100% auto;
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
main.page-lp #section-5 header .section-title:after {
  border-color: #fca121;
}
main.page-lp #section-5 header p {
  text-align: center;
  font-size: 1.6rem;
  color: #1A1A1A;
  line-height: 2;
}
main.page-lp #section-5 .problem-list {
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-5 .problem-list {
    width: calc(100% - 4rem);
  }
}
main.page-lp #section-5 .problem-list ul {
  display: block;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  font-size: 0;
  vertical-align: text-top;
}
main.page-lp #section-5 .problem-list ul li {
  vertical-align: text-top;
  display: inline-block;
  list-style: none;
  font-size: 10px;
  width: 46%;
  background: #fff;
  text-align: center;
  margin-bottom: 3.6%;
  padding-bottom: 1.2rem;
}
main.page-lp #section-5 .problem-list ul li:nth-child(even) {
  margin-left: 2%;
  margin-right: 0%;
}
main.page-lp #section-5 .problem-list ul li:nth-child(odd) {
  margin-right: 2%;
  margin-left: 0%;
}
main.page-lp #section-5 .problem-list ul li img {
  width: 31.6%;
  margin: 0 auto;
  text-align: center;
}
main.page-lp #section-5 .problem-list ul li p.s5-title {
  background: #f4f4f4;
  display: inline-block;
  text-align: center;
  margin: 3.4rem auto 2rem auto;
  width: 86%;
  padding: 0.6rem;
  font-size: 2rem;
  line-height: 1.8;
}
main.page-lp #section-5 .problem-list ul li p.s5-text {
  text-align: left;
  width: 87%;
  margin: 2rem auto;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
main.page-lp #section-5 .problem-solve {
  background: url(../images/section-5-img-5.png) no-repeat;
  background-size: 25% auto;
  background-color: #f5f5f5;
  background-position: 50% 80%;
  margin-top: 1.1rem;
  text-align: center;
}
main.page-lp #section-5 .problem-solve .ps-title {
  font-size: 4.1rem;
  line-height: 1.5;
  margin-bottom: 5rem;
  font-weight: bold;
}
main.page-lp #section-5 .problem-solve .ps-text {
  margin-bottom: 8rem;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
main.page-lp #section-5 .problem-solve .ps-support {
  font-size: 4.1rem;
  line-height: 1.5;
  font-weight: bold;
}
main.page-lp #section-5 .problem-solve .ps-support span {
  color: #5EA2FD;
  font-weight: bold;
}
main.page-lp #section-5-2 {
  padding-top: 0rem;
  background: #f5f5f5;
}
main.page-lp #section-5-2 img {
  width: 100%;
}
main.page-lp #section-6 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background: #f2f6f9;
}
main.page-lp #section-6 header {
  margin-bottom: 6rem;
}
main.page-lp #section-6 header .section-title {
  font-size: 4.3rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-6 .section-area-1-sp {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-6 .section-sub {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
}
main.page-lp #section-6 .section-text {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
main.page-lp #section-6 .reason-list {
  display: block;
  font-size: 0;
  margin: 4rem auto;
  background: #fff;
  vertical-align: text-top;
}
main.page-lp #section-6 .reason-list li {
  font-size: 2rem;
  display: inline-block;
  vertical-align: text-top;
}
main.page-lp #section-6 .reason-list li.reason-text {
  padding: 3rem 4.2rem 3rem 3rem;
}
main.page-lp #section-6 .reason-list li.reason-text p {
  margin-left: 2%;
  font-size: 1.6rem;
  font-weight: 500;
}
main.page-lp #section-6 .reason-list li.reason-text .reason-tag {
  font-weight: 900;
  display: inline-block;
  text-align: left;
  border-bottom: 4px solid #714fcc;
  color: #714fcc;
  font-size: 2.4rem;
  line-height: 1.3;
  padding-right: 0.7rem;
}
main.page-lp #section-6 .reason-list li.reason-text .reason-tag span {
  font-size: 4rem;
  font-weight: 900;
  color: #714fcc;
}
main.page-lp #section-6 .reason-list li img {
  width: 100%;
}
main.page-lp #section-6 .reason-list li h3 {
  margin: 2rem 1rem 2.4rem 1rem;
  font-size: 2.4rem;
  font-weight: bold;
}
main.page-lp #section-6 .reason-list.left-text li:first-child {
  width: 60%;
}
main.page-lp #section-6 .reason-list.left-text li:last-child {
  width: 40%;
}
main.page-lp #section-6 .reason-list.right-text li:first-child {
  width: 40%;
}
main.page-lp #section-6 .reason-list.right-text li:last-child {
  width: 60%;
}
main.page-lp #section-6 .sub-parter .sub-text {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
main.page-lp #section-6 .sub-parter ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0;
  vertical-align: text-top;
}
main.page-lp #section-6 .sub-parter ul li {
  display: inline-block;
  vertical-align: text-top;
  list-style: none;
  width: 79.5%;
  font-size: 1rem;
}
main.page-lp #section-6 .sub-parter ul li.parter-icon {
  width: 20.5%;
}
main.page-lp #section-6 .sub-parter ul li.parter-text {
  padding: 2rem;
  padding-left: 2.4rem;
  padding-top: 1.4rem;
  width: 79.5%;
}
main.page-lp #section-6 .sub-parter ul li.parter-text p {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-under {
  margin-bottom: 1em;
  padding-bottom: 0.3rem;
  background: linear-gradient(transparent 50%, #dddaf2 0%);
  clear: #1A1A1A;
  font-weight: bold;
}
main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-big {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #1A1A1A;
  font-weight: bold;
}
main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-small {
  font-size: 12px;
  color: #1A1A1A;
}
main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-note {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  color: #1A1A1A;
}
main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-note small {
  font-size: 12px;
  color: #1A1A1A;
}
main.page-lp #section-6 .ps-support {
  font-size: 3.2rem;
  line-height: 1.433;
  margin: 0 auto;
  text-align: center;
  margin-top: 4rem;
  font-weight: 900;
}
main.page-lp #section-7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-7 .section-area-1-sp {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-7 .section-title {
  font-size: 4.3rem;
}
main.page-lp #section-7 .section-area-2 {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
main.page-lp #section-7 .section-area-2 > li {
  font-size: 2rem;
  display: inline-block;
  width: 33.3333%;
  padding: 4rem;
}
main.page-lp #section-7 .section-area-2 > li:first-child {
  padding-left: 0;
}
main.page-lp #section-7 .section-area-2 > li:nth-child(2) {
  padding: 2rem;
}
main.page-lp #section-7 .section-area-2 > li:nth-child(3) {
  padding-right: 0;
}
main.page-lp #section-7 .section-text {
  text-align: center;
  line-height: 1.44;
  font-size: 3.2rem;
  font-weight: bold;
}
main.page-lp #section-7 .section-text span {
  font-weight: bold;
}
main.page-lp #section-7 .section-text small {
  font-size: 10px;
  font-weight: bold;
}
main.page-lp #section-7 .sub-parter-text-note {
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
main.page-lp #section-7 .sub-parter-text-note small {
  font-size: 12px;
}
main.page-lp #section-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-9 .section-area-1-sp {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-9 header .section-title {
  font-size: 4.3rem;
}
main.page-lp #section-9 .reason-list {
  display: block;
  font-size: 0;
  margin: 6rem auto 0 auto;
  background: #fff;
  vertical-align: text-top;
}
main.page-lp #section-9 .reason-list li {
  font-size: 2rem;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
}
main.page-lp #section-9 .reason-list li.reason-text {
  padding: 0rem 3rem 2rem 0rem;
}
main.page-lp #section-9 .reason-list li.reason-text p {
  margin-left: 0rem;
  font-size: 1.6rem;
  line-height: 2;
}
main.page-lp #section-9 .reason-list li.reason-text p.reason-tag {
  font-size: 1.2rem;
  font-family: Roboto;
  letter-spacing: 0px;
}
@media screen and (max-width: 1000px) {
  main.page-lp #section-9 .reason-list li.reason-text p.reason-tag {
    font-size: 1.2rem;
  }
}
main.page-lp #section-9 .reason-list li img {
  width: 100%;
}
main.page-lp #section-9 .reason-list li h3 {
  margin: 1rem 1rem 1rem 0rem;
  font-size: 2.4rem;
  font-weight: bold;
}
main.page-lp #section-9 .reason-list li p.reason-tag {
  font-size: 1.6rem;
  position: relative;
  padding-top: 1.8rem;
  display: inline-block;
  text-align: center;
  border-bottom: 3px solid #714fcc;
  color: #714fcc;
  font-size: 1.3rem;
  line-height: 1.05;
  padding-right: 0rem;
  letter-spacing: 1px;
  border-radius: 7rem;
  width: 7rem;
  height: 7rem;
  background: #6c4aca;
  color: #fff;
}
main.page-lp #section-9 .reason-list li p.reason-tag span {
  display: block;
  font-size: 2.9rem;
  font-weight: 900;
  line-height: 0.9;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  main.page-lp #section-9 .reason-list li p.reason-tag span {
    font-size: 20px;
  }
}
main.page-lp #section-9 .reason-list li p.reason-tag:after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 10px;
  background: #FFF;
  position: absolute;
  left: calc(50% - 0.9rem);
  bottom: -10px;
  margin: auto;
  background: #6c4aca;
}
main.page-lp #section-9 .reason-list li .reason-text-text {
  font-size: 1px;
  padding-right: 10%;
}
main.page-lp #section-9 .reason-list.left-text li:first-child {
  width: 58%;
}
main.page-lp #section-9 .reason-list.left-text li:last-child {
  width: 42%;
}
main.page-lp #section-9 .reason-list.right-text li:first-child {
  width: 42%;
}
main.page-lp #section-9 .reason-list.right-text li:last-child {
  width: 58%;
  padding-left: 7rem;
  padding-right: 0;
}
main.page-lp #section-9 .reason-list.right-text li:last-child .reason-text-text {
  padding-right: 0%;
}
main.page-lp #section-10 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background: #f2f6f9;
}
main.page-lp #section-10 header p {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  line-height: 2;
}
main.page-lp #section-10 .customer-list {
  display: block;
  position: relative;
  padding-top: 4rem;
}
main.page-lp #section-10 .customer-list .customer-voice {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
main.page-lp #section-10 .customer-list .customer-voice > li {
  width: 29.33333%;
  display: inline-block;
  font-size: 2rem;
  margin: 1.999999%;
  background: #fff;
  margin-top: 0;
}
main.page-lp #section-10 .customer-list .customer-voice > li img {
  display: block;
  width: 12rem;
  text-align: center;
  margin: 3rem auto;
}
main.page-lp #section-10 .customer-list .customer-voice > li p {
  margin: 7%;
  background: #f2f6f9;
  padding: 7%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-bottom: 8%;
  font-size: 1.4rem;
  position: relative;
  line-height: 2.071;
}
main.page-lp #section-10 .customer-list .customer-voice > li p:after {
  content: "";
  width: 0%;
  height: 0;
  border-style: solid;
  border-width: 0 2.5rem 2.5rem 2.5rem;
  border-color: transparent transparent #f2f6f9 transparent;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}
main.page-lp #section-10 .customer-list .customer-icon {
  position: absolute;
  /* left: 100%; */
  top: -10rem;
  right: 10%;
  width: 18rem;
}
@media screen and (max-width: 1200px) {
  main.page-lp #section-10 .customer-list .customer-icon {
    right: 5%;
  }
}
main.page-lp #section-11 {
  padding-top: 11rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-11 .section-area-1-sp {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-11 .section-title {
  margin-bottom: 5.5rem;
}
main.page-lp #section-11 .section-area-2 {
  margin: 0 auto;
}
main.page-lp #section-11 .qanda {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 18px;
  border: 4px solid #f2f6f9;
}
main.page-lp #section-11 .qanda > li {
  display: inline-block;
  font-size: 2rem;
  width: 100%;
  background: #fff;
  position: relative;
}
main.page-lp #section-11 .qanda > li.question {
  cursor: pointer;
}
main.page-lp #section-11 .qanda > li.question ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  background: #f2f6f9;
  width: 100%;
}
main.page-lp #section-11 .qanda > li.question ul li {
  display: table-cell;
  font-size: 2rem;
  margin: 0;
}
main.page-lp #section-11 .qanda > li.question ul li:first-child {
  width: 7.75%;
  height: auto;
  padding: 0;
}
main.page-lp #section-11 .qanda > li.question ul li:last-child {
  width: 92.25%;
  height: auto;
  text-align: left;
  padding: 0 2rem;
  vertical-align: middle;
  font-size: 2.4rem;
}
main.page-lp #section-11 .qanda > li.question ul li:last-child p {
  font-weight: bold;
}
main.page-lp #section-11 .qanda > li.question:after {
  content: "＋";
  position: absolute;
  right: 2.5%;
  top: 8px;
  bottom: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 3rem;
  color: #5ea1fd;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
main.page-lp #section-11 .qanda > li.question.is_open:after {
  content: "－";
}
main.page-lp #section-11 .qanda > li.answer {
  overflow: hidden;
  height: 0;
  transition-duration: 500ms;
  transition-property: height;
}
main.page-lp #section-11 .qanda > li.answer ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  width: 100%;
}
main.page-lp #section-11 .qanda > li.answer ul li {
  display: table-cell;
  font-size: 2rem;
  background: #fff;
  vertical-align: text-top;
  padding: 2rem 0.5rem 2rem 1.5rem;
}
main.page-lp #section-11 .qanda > li.answer ul li:first-child {
  width: 7.75%;
}
main.page-lp #section-11 .qanda > li.answer ul li:first-child p {
  font-size: 3.2rem;
  line-height: 1;
  vertical-align: top;
  font-weight: 900;
}
main.page-lp #section-11 .qanda > li.answer ul li:last-child {
  width: 92.25%;
  padding: 2rem 2rem 1.6rem 0.4rem;
  vertical-align: bottom;
}
main.page-lp #section-11 .qanda > li.answer ul li:last-child p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
main.page-lp #section-11 .ps-support {
  font-size: 4.1rem;
  line-height: 1.51;
  text-align: center;
  margin-top: 8.5rem;
  font-weight: bold;
}
main.page-lp #section-12 .sec-contact-1 .sec-aslead-devops-contact {
  margin-bottom: 0;
}
main.page-lp #section-13 {
  padding: 0;
}
main.page-lp #section-13 footer {
  background: #000;
  text-align: center;
  color: #fff;
}
main.page-lp #section-13 footer .inner {
  padding: 1.2rem;
}
main.page-lp #section-13 footer .inner p {
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 1040px) {
  main.page-lp {
    /*
        h2,h3,h4,p,span,li
        {
                font-weight: 900;
        }
    */
    /*
        .font-weight-bold{
                font-weight: 900;
        }
    */
  }
  main.page-lp .lp-section {
    overflow: visible;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-left {
    width: 48%;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right {
    width: 52%;
  }
  main.page-lp #section-6 ul.sub-parter-content {
    width: 85%;
    margin: 0 auto;
  }
  main.page-lp #section-6 ul.sub-parter-content li.parter-icon {
    width: 30%;
  }
  main.page-lp #section-6 ul.sub-parter-content li.parter-text {
    width: 70%;
  }
  main.page-lp #section-6 ul.sub-parter-content li.parter-text p {
    font-size: 3.65rem;
  }
}
@media screen and (max-width: 767px) {
  main.page-lp {
    padding: 15vw 0 0 0;
  }
  main.page-lp h2, main.page-lp h3, main.page-lp h4, main.page-lp p, main.page-lp span, main.page-lp li, main.page-lp a, main.page-lp p, main.page-lp small {
    font-weight: bold;
  }
  main.page-lp .sp_only {
    display: inherit !important;
  }
  main.page-lp .pc_only {
    display: none !important;
  }
  main.page-lp .lp-section .section-area-1-sp {
    width: 100%;
    padding: 40px 20px 0 20px;
  }
  main.page-lp header .section-title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    padding-bottom: 2.4rem;
  }
  main.page-lp header .section-title:after {
    border-color: #0153cd;
    bottom: 0px;
    width: 6rem;
  }
  main.page-lp small {
    font-size: 8rem;
  }
  main.page-lp .mb-05rem {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  main.page-lp #section-1 {
    padding: 0 20px 0 20px;
    overflow-x: visible;
    background: url(../images/main-bg-sp.png) no-repeat 34vw bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  main.page-lp #section-1 .section-inner {
    padding: 10px 0 0 0;
  }
  main.page-lp #section-1 .main-title {
    font-size: 2.8rem;
  }
  main.page-lp #section-1 .main-title small {
    font-size: 2rem;
  }
  main.page-lp #section-1 .main-title small.small-2 {
    margin-left: 0rem;
    font-size: 2.6rem;
  }
  main.page-lp #section-1 .main-title-big {
    font-size: 4.6rem;
  }
  main.page-lp #section-1 .main-title-middle {
    font-size: 2.6rem;
  }
  main.page-lp #section-1 .main-subresult {
    margin-top: 0;
  }
  main.page-lp #section-1 .main-subresult ul {
    width: 100%;
    border-spacing: 5px;
    border-left: 0;
    border-right: 0;
    margin-top: 0;
    left: 0;
  }
  main.page-lp #section-1 .main-subresult ul li {
    padding: 1rem 0;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
    border: 1rem solid #2f2f2f;
  }
  main.page-lp #section-1 .main-note {
    font-size: 1rem;
    font-weight: bold;
  }
  main.page-lp #section-1 .header-left {
    display: block;
    width: 100%;
  }
  main.page-lp #section-1 .header-left .main-note {
    width: 100%;
    top: 0;
    right: 2%;
  }
  main.page-lp #section-1 .header-right {
    display: block;
    width: 100%;
  }
  main.page-lp #section-1 .header-right .main_contact {
    top: 0;
    margin-top: 1rem;
    padding-bottom: 12rem;
    left: 0;
  }
  main.page-lp #section-1 .header-right .main_contact a {
    left: 0;
    width: 95%;
    margin-bottom: 0.5rem;
    padding: 1.5rem 0 1.5rem 2rem;
    font-size: 1.8rem;
    border-radius: 5px;
  }
  main.page-lp #section-1 .header-right .main_contact a:after {
    transform: scale(0.5);
    left: 8%;
    content: url(./../images/pseudo3.png);
  }
  main.page-lp #section-1 .header-right .main-right-subtitle {
    position: relative;
  }
  main.page-lp #section-1 .header-right .main-right-subtitle .main-hexagon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    max-width: 20rem;
    left: -2rem;
    bottom: -7rem;
  }
  main.page-lp #section-1 .header-right .main-right-subtitle .main-hexagon img {
    bottom: 1rem;
    position: absolute;
    left: 0px;
    z-index: 2;
  }
  main.page-lp #section-2 {
    padding-top: 2.8rem;
    padding-bottom: 3.2rem;
  }
  main.page-lp #section-2 .problem-area {
    width: 100%;
    margin-top: 2rem;
  }
  main.page-lp #section-2 .problem-area ul {
    margin-bottom: 60px;
  }
  main.page-lp #section-2 .problem-area ul li {
    width: 100%;
    display: block;
    margin-bottom: 2.4rem;
    margin-right: 0;
    padding: 1.8rem;
  }
  main.page-lp #section-2 .problem-area ul li img {
    margin: 0;
    padding: 0;
    height: 10rem;
    width: auto;
  }
  main.page-lp #section-2 .problem-area ul li p {
    font-size: 1.5rem;
    padding: 1rem;
    line-height: 1.47;
  }
  main.page-lp #section-2 .problem-area ul li .problem-block-icon {
    padding-bottom: 0rem;
    margin: 2rem auto 0 auto;
    text-align: center;
    display: block;
  }
  main.page-lp #section-2 .problem-area ul:after {
    border-left: calc(50vw - 2rem) solid transparent;
    border-right: calc(50vw - 2rem) solid transparent;
    border-top: 5.6rem solid #e6e6e6;
  }
  main.page-lp #section-2 .problem-solve-title {
    font-weight: 900;
    font-size: 2.4rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
  }
  main.page-lp #section-2 .problem-solve-title span {
    width: auto;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    background: linear-gradient(transparent 0%, #fff 100%);
  }
  main.page-lp #section-3 {
    background: url(../images/background-3-sp.png);
    background-size: cover;
    padding-bottom: 4rem;
    padding-top: 0;
  }
  main.page-lp #section-3 ul li {
    display: block;
  }
  main.page-lp #section-3 ul.s3-l1 {
    width: 100%;
  }
  main.page-lp #section-3 ul.s3-l1 > li {
    display: block;
  }
  main.page-lp #section-3 ul.s3-l1 > li .gitlab-nri-icon {
    width: 68%;
    padding-top: 0rem;
  }
  main.page-lp #section-3 ul.s3-l1 > li:first-child {
    padding-bottom: 2.5rem;
  }
  main.page-lp #section-3 ul.s3-l2 {
    width: 100%;
  }
  main.page-lp #section-3 ul.s3-l2 li {
    display: block;
    width: 100%;
    padding-top: 2.4rem;
  }
  main.page-lp #section-3 ul.s3-l2 li .gitlab-parter-icon {
    width: 54%;
    padding-top: 0rem;
  }
  main.page-lp #section-3 ul.s3-l2 li:last-child {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  main.page-lp #section-3 ul.s3-l2 li:last-child h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-align: center;
    padding-top: 2rem;
    line-height: 1.4;
    font-weight: 900;
  }
  main.page-lp #section-3 ul.s3-l2 li:last-child h3 span {
    display: block;
    margin-top: 0.6rem;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
  }
  main.page-lp #section-3 ul.s3-l2 li:last-child p {
    font-size: 1.6rem;
    line-height: 2;
  }
  main.page-lp #section-4 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -7px;
  }
  main.page-lp #section-4 .section-title {
    line-height: 1.167;
  }
  main.page-lp #section-4 .section-4-text {
    padding: 0;
    padding-top: 0;
    font-size: 1.6rem;
    width: 100%;
    word-break: break-all;
    line-height: 2;
  }
  main.page-lp #section-4 .section-4-div {
    padding-top: 2rem;
  }
  main.page-lp #section-4 .sec-aslead-devops {
    margin: 3rem auto 0rem auto;
    padding: 1.8rem;
    width: 100%;
  }
  main.page-lp #section-4 .sec-aslead-devops:before {
    transform: translateX(-73%) translateY(0%) rotate(135deg);
  }
  main.page-lp #section-4 .sec-aslead-devops:after {
    transform: translateX(73%) translateY(0%) rotate(135deg);
  }
  main.page-lp #section-4 .sec-aslead-devops p {
    position: relative;
  }
  main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-1 {
    font-size: 1.4rem;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 1rem;
  }
  main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-2 {
    font-size: 1.8rem;
    z-index: 2;
    padding-bottom: 0;
    line-height: 1.33;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 {
    background: url(../images/section-4-img-bg-sp.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 6rem;
    padding-bottom: 4rem;
    background-color: #f6f6f6;
    padding-top: 5rem;
    margin-bottom: 0;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-icon {
    width: 91%;
    top: -2rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-title {
    width: 91%;
    margin: 0 auto;
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 .devops-group-img {
    width: 91%;
    margin: 2.5rem auto;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-text {
    padding: 1.8rem;
    width: 89%;
    margin: 0 auto;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-text p {
    font-size: 1.6rem;
    color: #565656;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 {
    width: 100%;
    margin: 0 auto;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 .devops-title {
    font-size: 2rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 .devops-title span {
    font-size: 2.8rem;
    display: block;
    margin-top: 0.8rem;
    padding-top: 0rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table {
    margin: 0;
    margin-top: 4.5rem;
    width: 100%;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td {
    display: contents;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td img {
    margin-top: 0rem;
    margin-bottom: 4rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-top {
    font-size: 1.6rem;
    font-weight: 500;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-text {
    margin-top: 2.2rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-text span {
    vertical-align: middle;
    display: inline-block;
    width: 18%;
    font-size: 1.6rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-text span:last-child {
    width: 80%;
    line-height: 1.6;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-text span.rec-blue {
    padding: 0.6rem 0.6rem;
    margin: 1.1frem 0;
    text-align: center;
  }
  main.page-lp .sec-contact-1 {
    background: url(../images/section-4-img-6.png) no-repeat;
    background-size: cover;
    margin-top: 0rem;
    padding-bottom: 2rem;
    padding-top: 9.5rem;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact {
    margin-top: 0rem;
    width: 90%;
    padding-top: 2.8rem;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .devops-ask-img {
    width: 66%;
    top: -12rem;
    max-width: 250px;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-title {
    font-size: 1.5rem;
    margin-bottom: 0rem;
    line-height: 1.5;
    width: 90%;
    padding-top: 0;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type {
    position: relative;
    padding-bottom: 0.8rem;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type ul.contact-btn {
    width: 94%;
    margin: 1.6rem auto;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type ul.contact-btn li {
    margin: 0;
    margin-bottom: 1.3rem;
    display: block;
    width: 100%;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type ul.contact-btn li a {
    text-align: center;
    border-radius: 5px;
    font-size: 1.8rem;
    padding: 1.65rem 3.5rem 1.65rem 3rem;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type ul.contact-btn li:after {
    transform: scale(0.3);
    left: 88%;
  }
  main.page-lp #section-4-2 {
    padding-top: 0rem;
    margin-top: 5.5rem;
  }
  main.page-lp #section-4-2 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:after {
    content: url(./../images/pseudo3.png);
    transform: scale(0.5);
    left: 90%;
  }
  main.page-lp #section-5 {
    background: #f5f5f5;
    padding-top: 4rem;
    line-height: 2;
  }
  main.page-lp #section-5 header .section-title {
    margin-bottom: 0;
  }
  main.page-lp #section-5 header .section-title:after {
    border-color: #0153cd;
  }
  main.page-lp #section-5 header p {
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: left;
    padding-top: 2rem;
    font-weight: 500;
  }
  main.page-lp #section-5 .problem-list {
    width: 90%;
    margin-top: 2.8rem;
  }
  main.page-lp #section-5 .problem-list ul li {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  main.page-lp #section-5 .problem-list ul li:nth-child(even) {
    margin-left: 0%;
    margin-right: 0%;
  }
  main.page-lp #section-5 .problem-list ul li:nth-child(odd) {
    margin-right: 0%;
    margin-left: 0%;
  }
  main.page-lp #section-5 .problem-list ul li p.s5-title {
    font-size: 1.6rem;
    margin-top: 10rem;
    width: calc( 100% - 4.0rem);
    margin: 2rem 2rem 0 2rem;
  }
  main.page-lp #section-5 .problem-list ul li p.s5-text {
    font-size: 1.4rem;
    width: 88%;
    margin-top: 0;
    margin-bottom: 0;
  }
  main.page-lp #section-5 .problem-list ul li img {
    margin: 1.5rem auto;
    width: 41%;
  }
  main.page-lp #section-5 .problem-solve {
    background-position: 50% 54%;
    background-size: 90% auto;
  }
  main.page-lp #section-5 .problem-solve .ps-title {
    font-size: 2.3rem;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }
  main.page-lp #section-5 .problem-solve .ps-text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  main.page-lp #section-5 .problem-solve .ps-support {
    font-size: 2.5rem;
    width: 90%;
    margin: 1rem auto 0 auto;
    font-weight: 900;
  }
  main.page-lp #section-5 .problem-solve .ps-support span {
    font-size: 2.8rem;
    font-weight: 900;
  }
  main.page-lp #section-5-2 {
    padding-top: 0rem;
    background: #f2f6f9;
  }
  main.page-lp #section-6 {
    padding-top: 3rem;
    padding-bottom: 0.1rem;
  }
  main.page-lp #section-6 header {
    padding: 4rem 0 0 0;
    padding-bottom: 0;
    margin-bottom: 4rem;
  }
  main.page-lp #section-6 header .section-title {
    font-size: 2.4rem;
  }
  main.page-lp #section-6 .section-sub {
    font-size: 1.6rem;
    margin: 3rem 2rem 2rem 2rem;
  }
  main.page-lp #section-6 .section-text {
    font-size: 1.6rem;
    margin: 0 auto;
    padding-top: 0rem;
    line-height: 2;
  }
  main.page-lp #section-6 .section-area-1-sp {
    width: 100%;
    padding: 0;
    padding: 0 2rem 0 2rem;
    margin-bottom: 2.8rem;
  }
  main.page-lp #section-6 .reason-list {
    margin: 0;
    margin-bottom: 2rem;
  }
  main.page-lp #section-6 .reason-list.left-text li {
    width: 100%;
    display: block;
  }
  main.page-lp #section-6 .reason-list.left-text li:first-child {
    width: 100%;
    padding: 1.2rem 1.6rem 1.6rem 1.6rem;
  }
  main.page-lp #section-6 .reason-list.left-text li:last-child {
    width: 100%;
  }
  main.page-lp #section-6 .reason-list.right-text {
    display: grid;
  }
  main.page-lp #section-6 .reason-list.right-text li {
    width: 100%;
    display: block;
  }
  main.page-lp #section-6 .reason-list.right-text li:first-child {
    width: 100%;
    order: 2;
    display: block;
  }
  main.page-lp #section-6 .reason-list.right-text li:last-child {
    width: 100%;
    order: 1;
    display: block;
  }
  main.page-lp #section-6 .reason-list li.reason-text {
    padding: 2.1rem 1.6rem;
  }
  main.page-lp #section-6 .reason-list li.reason-text p {
    line-height: 2;
    font-size: 1.6rem;
  }
  main.page-lp #section-6 .reason-list li.reason-text p.reason-tag {
    line-height: 1.3;
    font-size: 2.4rem;
    padding-right: 0;
  }
  main.page-lp #section-6 .reason-list li.reason-text p.reason-tag span {
    font-size: 4rem;
    margin-left: 0;
  }
  main.page-lp #section-6 .reason-list li h3 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-left: 2%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  main.page-lp #section-6 .sub-parter {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  main.page-lp #section-6 .sub-parter .sub-text {
    font-size: 3.2rem;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content {
    width: 100%;
    margin: 1.6rem auto 0 auto;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li {
    display: block;
    width: 100%;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-icon {
    width: 100%;
    text-align: center;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-icon img {
    width: 60.7%;
    text-align: center;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text {
    text-align: center;
    padding: 0;
    padding-top: 1rem;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text p {
    font-size: 2.4rem;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text p .sub-parter-text-big {
    font-size: 2.7rem;
    padding-top: 1rem;
    display: block;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text p.sub-parter-text-small {
    font-size: 1.4reml;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text p.sub-parter-text-note {
    font-size: 1.4rem;
    line-height: 2;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text p .sub-parter-text-under {
    background: linear-gradient(transparent 60%, #dddaf2 0%);
  }
  main.page-lp #section-6 .ps-support {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 2.4rem;
  }
  main.page-lp #section-7 {
    padding-top: 0;
    padding-bottom: 6rem;
  }
  main.page-lp #section-7 .section-area-1-sp {
    padding-top: 4rem;
    width: 100%;
  }
  main.page-lp #section-7 header .section-title {
    font-size: 2.4rem;
  }
  main.page-lp #section-7 .section-area-2 {
    margin: 1rem auto 3rem auto;
    text-align: center;
  }
  main.page-lp #section-7 .section-area-2 > li {
    width: 50%;
    padding: 0.5rem;
  }
  main.page-lp #section-7 .section-area-2 > li:first-child {
    padding-left: 0;
  }
  main.page-lp #section-7 .section-area-2 > li:nth-child(2) {
    padding: 0.5rem;
    padding-right: 0;
  }
  main.page-lp #section-7 .section-area-2 > li:last-child {
    padding: 0.5rem;
  }
  main.page-lp #section-7 .section-text {
    width: 100%;
    font-size: 2.4rem;
    margin: 0 auto;
    font-weight: 900;
  }
  main.page-lp #section-7 .section-text span {
    font-weight: 900;
  }
  main.page-lp #section-7 .sub-parter-text-note {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
  }
  main.page-lp #section-8 {
    padding-top: 0;
  }
  main.page-lp #section-8 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:after {
    content: url(./../images/pseudo3.png);
    transform: scale(0.5);
    left: 90%;
  }
  main.page-lp #section-9 {
    padding-top: 5rem;
    padding-bottom: 2.2rem;
  }
  main.page-lp #section-9 header .section-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  main.page-lp #section-9 .section-area-1-sp {
    width: 100%;
  }
  main.page-lp #section-9 .reason-list {
    width: 100%;
    margin: 0 auto;
    margin-top: 0rem;
    margin-bottom: 1.8rem;
  }
  main.page-lp #section-9 .reason-list.left-text li {
    width: 100%;
    display: block;
  }
  main.page-lp #section-9 .reason-list.left-text li:first-child {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  main.page-lp #section-9 .reason-list.left-text li:last-child {
    width: 100%;
    margin: 0rem 0;
  }
  main.page-lp #section-9 .reason-list.right-text {
    display: grid;
  }
  main.page-lp #section-9 .reason-list.right-text li {
    width: 100%;
    display: block;
  }
  main.page-lp #section-9 .reason-list.right-text li:first-child {
    width: 100%;
    order: 2;
    display: block;
    margin: 0rem 0;
  }
  main.page-lp #section-9 .reason-list.right-text li:last-child {
    width: 100%;
    order: 1;
    display: block;
    margin: 0rem 0;
    padding: 0;
  }
  main.page-lp #section-9 .reason-list li.reason-text > .reason-tag {
    border-radius: 7rem;
    width: 7rem;
    height: 7rem;
    font-size: 1.2rem;
    padding-top: 2rem;
    line-height: 0.9;
    margin-left: 0px;
  }
  main.page-lp #section-9 .reason-list li.reason-text > .reason-tag span {
    font-size: 2.9rem;
  }
  main.page-lp #section-9 .reason-list li.reason-text > .reason-tag:after {
    width: 1.6rem;
    left: 0;
    right: 0;
  }
  main.page-lp #section-9 .reason-list li.reason-text p {
    font-size: 1.6rem;
    padding-bottom: 1.8rem;
    font-weight: 500;
  }
  main.page-lp #section-9 .reason-list li h3 {
    font-size: 1.8rem;
    margin: 1.2rem 0 1.5rem 0;
  }
  main.page-lp #section-9 .reason-list li .reason-text-text {
    padding: 0;
  }
  main.page-lp #section-10 {
    overflow-x: hidden;
    padding-bottom: 0;
    padding-top: 0;
  }
  main.page-lp #section-10 header p {
    font-size: 1.6rem;
    padding-top: 1.2rem;
    line-height: 2;
  }
  main.page-lp #section-10 .customer-list {
    margin-top: 0rem;
    padding-top: 4rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice {
    width: 100%;
    margin: 0rem auto;
    padding-bottom: 0.1rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 1rem 0;
    margin-bottom: 2.4rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li img {
    width: 35%;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li p {
    padding: 1.3rem 2rem;
    font-size: 1.4rem;
    margin: 0% 5% 0.8rem 5%;
    font-weight: 500;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li p:after {
    border-width: 0 2rem 2rem 2rem;
    top: -2rem;
  }
  main.page-lp #section-10 .customer-list .customer-icon {
    top: 0%;
    right: -2rem;
    width: 40%;
  }
  main.page-lp #section-11 {
    padding-top: 0;
    padding-bottom: 0;
  }
  main.page-lp #section-11 header .section-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  main.page-lp #section-11 header p {
    font-size: 6.6rem;
    padding-top: 12rem;
  }
  main.page-lp #section-11 .ps-support {
    font-size: 2.8rem;
    margin: 0rem auto;
    font-weight: 900;
  }
  main.page-lp #section-11 .question-section {
    margin: 1rem auto 4rem auto;
  }
  main.page-lp #section-11 .qanda > li.question ul li:first-child {
    width: 10.2%;
    padding: 1px 0 1px 1px;
  }
  main.page-lp #section-11 .qanda > li.question ul li:last-child {
    width: 89.8%;
    padding-left: 1rem;
  }
  main.page-lp #section-11 .qanda > li.question ul li:last-child p {
    font-size: 1.8rem;
    line-height: 1.4;
    width: 88%;
  }
  main.page-lp #section-11 .qanda > li.question:after {
    font-size: 2.4rem;
    right: 4.5%;
    bottom: auto;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:first-child {
    width: 11%;
    padding-right: 0;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:first-child p {
    font-size: 2rem;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:last-child {
    width: 89%;
    padding: 1.4rem 1.5rem 1rem 1rem;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:last-child p {
    font-size: 1.6rem;
    font-weight: 500;
  }
  main.page-lp #section-12 {
    padding-top: 6rem;
  }
  main.page-lp #section-12 .sec-contact-1 {
    padding-bottom: 2.4rem;
  }
  main.page-lp #section-12 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:after {
    content: url(./../images/pseudo3.png);
    transform: scale(0.5);
    left: 91%;
  }
  main.page-lp #section-13 {
    padding: 0;
    padding: 0;
    margin: 0;
    background: #000;
  }
  main.page-lp #section-13 footer {
    text-align: center;
  }
  main.page-lp #section-13 footer .inner p {
    color: #fff;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  main.page-lp .lp-section header .header-left .main-note {
    font-size: 1.2rem;
  }
  main.page-lp .lp-section header .header-right .main_contact a {
    font-size: 20px;
  }
  main.page-lp .section-title {
    font-size: 41px;
  }
  main.page-lp #section-1 .main-title {
    font-size: 3.4rem;
  }
  main.page-lp #section-1 .main-title small {
    font-size: 24px;
  }
  main.page-lp #section-1 .main-title small.small-2 {
    font-size: 3.2rem;
  }
  main.page-lp #section-1 .main-title .main-title-big {
    font-size: 57px;
  }
  main.page-lp #section-1 .main-title .main-title-middle {
    font-size: 32px;
  }
  main.page-lp #section-1 .main-title .main-subresult ul li {
    font-size: 20px;
  }
  main.page-lp #section-2 .problem-area ul li p {
    font-size: 20px;
  }
  main.page-lp #section-2 .problem-solve-title {
    font-size: 41px;
  }
  main.page-lp #section-2 .problem-solve-title span {
    font-size: 41px;
  }
  main.page-lp #section-2 .problem-solve-title span {
    font-size: 40px;
  }
  main.page-lp #section-3 ul.s3-l2 li:last-child p {
    font-size: 1.6rem;
  }
  main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-1 {
    font-size: 28px;
  }
  main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-2 {
    font-size: 40px;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 .devops-title {
    font-size: 28px;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 .devops-title span {
    font-size: 40px;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-title {
    font-size: 18px;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li a {
    font-size: 20px;
  }
  main.page-lp #section-5 .problem-list ul li p.s5-title {
    font-size: 20px;
  }
  main.page-lp #section-5 .problem-solve .ps-title {
    font-size: 41px;
  }
  main.page-lp #section-5 .problem-solve .ps-text {
    font-size: 1.6rem;
  }
  main.page-lp #section-5 .problem-solve .ps-support {
    font-size: 41px;
  }
  main.page-lp #section-5 .problem-solve .ps-support span {
    font-size: 41px;
  }
  main.page-lp #section-6 .section-title {
    font-size: 43px;
  }
  main.page-lp #section-6 .section-sub {
    font-size: 28px;
  }
  main.page-lp #section-6 .reason-list li.reason-text .reason-tag {
    font-size: 24px;
  }
  main.page-lp #section-6 .reason-list li.reason-text .reason-tag span {
    font-size: 40px;
  }
  main.page-lp #section-6 .reason-list li h3 {
    font-size: 24px;
  }
  main.page-lp #section-6 .sub-parter .sub-text {
    font-size: 32px;
  }
  main.page-lp #section-6 .sub-parter ul li.parter-text p {
    font-size: 24px;
  }
  main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-big {
    font-size: 32px;
  }
  main.page-lp #section-6 .ps-support {
    font-size: 32px;
  }
  main.page-lp #section-7 header .section-title {
    font-size: 43px;
  }
  main.page-lp #section-7 .section-text {
    font-size: 32px;
  }
  main.page-lp #section-9 header .section-title {
    font-size: 43px;
  }
  main.page-lp #section-9 .reason-list li h3 {
    font-size: 24px;
  }
}

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