@import url(sanitize.css);

body {
  background-color: #fff;
  margin: 0;
  font-family: Noto Sans JP, Verdana, sans-serif;
  min-width: 400px;
}

main {
  width: 100%;
  margin: 0 auto;
}

section {
  width: 100%;
}

section div {
  margin: 0 auto;
  text-align: center;
}

img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.content {
  padding: 30px 30px 30px 30px;

}

.content img {
  margin-right: auto;
  margin-left: auto;
}

.section1 {
  background-image: url("/CreSys_lp/assets/img/bg-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content .industry-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

.industry-item {
  font-size: 1.7em;
  font-weight: 600;
  font-style: italic;
  color: rgb(255, 242, 0);
  background-color: #162141;
  padding: 8px 10px;
  margin: 0 5px;
  border-radius: 5px;
}

.section1 .content .img_1 {

  height: auto;
  margin-bottom: 30px;
  width: 50%;
}

.section1 .content .img_2 {
  height: auto;
  margin-bottom: 30px;
  width: 80%;
}

.section1 .content .img_3 {
  height: auto;
  margin-bottom: 10px;
  width: 60%;
}

.section1 .content .img_4 {
  height: auto;
  margin-bottom: 30px;
  width: 30%;

}

.section1 .content .img_5 {
  height: auto;
  width: 10%;
}


.section2 {
  background-image: url("/CreSys_lp/assets/img/bg-02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
}

.section2 .content .img_1 {

  height: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
}

.section2 .content .img_2 {

  height: auto;
  width: 100%;
}

.section2 .content .img_3 {
  height: auto;
  width: 90%;
  margin-bottom: 30px;
}

.section2 .content .img_4 {
  height: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 80%;
}

.section2 .content .img_5 {
  height: auto;
  margin-bottom: 30px;
  width: 80%;
}

.section2 .content .img_6 {
  height: auto;
  margin-top: 30px;
  width: 80%;
}

.section2 .content .img_7 {
  height: auto;
  width: 100%;
}

.section3 {
  background-image: url("/CreSys_lp/assets/img/bg-gray.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.problem-title {
  color: #000;
  font-size: 25px;
  margin-bottom: 30px;
}

.problem-title h1 {
  margin-bottom: 10px;
  white-space: nowrap;
  letter-spacing: 0.1rem;
}

.section3 .content .img_1 {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 80%;
}

.section3 .content .img_2 {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 95%;
}

.section4 {
  background-color: #E6E6E6;
  margin-bottom: -5px;
}

.section4 .content .img_1 {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 80%;
}

.section4 .content .img_2 {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
}

.section4 .content .img_3 {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
}

.section5 {
  background-image: url("/CreSys_lp/assets/img/bg-green3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
}

.section5 .content .img_1 {
  height: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
}

.section5 .content .img_1_1 {
  height: auto;
  width: 10%;
}

.features  {
  display: flex;
  gap:16px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.feature img {
  margin-top: 20px;
  margin-bottom: 20px;

}

.feature {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px 20px 20px;
  width: 90%;
}

.point1 h1 {
  font-size: 2em;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}

.point1 a {
  color: #88b8a3;
  font-weight: bold;
  border-bottom: 3px solid #88b8a3;
  padding: 5px;
  font-size: 20px;

  box-sizing: border-box;
}


.features img {
  width: 50%;
}

.section5 .content .img_6 {
  height: auto;
  margin-top: 50px;
  width: 80%;
}

.section5 .content .img_7 {
  height: auto;
  width: 100%;
}


.section6 {
  background-image: url("/CreSys_lp/assets/img/bg-green1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section6 .content .img_1 {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
}

.merit-1,
.merit-2,
.merit-3 {
  background-color: #fff;
  border: 2px solid #A7DFC7;
  border-radius: 30px;
  padding: 20px 30px 50px 30px;
  position: relative;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.merit h1 {
  color: #FF7144;
  font-size: 2.5em;
  letter-spacing: 0.1rem;
}

.merit p {
  text-align: left;
  font-size: 18px;
  line-height: 2.2rem;
  letter-spacing: 0.08rem;
}

.merit-1 img {
  position: absolute;
  bottom: -10%;
  /* 画像の上端から50%の位置にボタンを配置 */
  right: -3%;
  /* 画像の左端から50%の位置にボタンを配置 */
  width: 12%;
}

.merit-2 img {
  position: absolute;
  bottom: -10%;
  /* 画像の上端から50%の位置にボタンを配置 */
  left: -3%;
  /* 画像の左端から50%の位置にボタンを配置 */
  width: 13%;
}

.merit-3 img {
  position: absolute;
  bottom: -10%;
  /* 画像の上端から50%の位置にボタンを配置 */
  right: -3%;
  /* 画像の左端から50%の位置にボタンを配置 */
  width: 14%;
}

.section7 {
  background-image: url("/CreSys_lp/assets/img/bg-gray.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.what {
  padding: 20px 0px 50px 0px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.what h1 {
  color: #FF7144;
  font-size: 2.5em;
  letter-spacing: 0.1rem;
}

.what p {
  text-align: left;
  font-size: 18px;
  line-height: 2.2rem;
  letter-spacing: 0.08rem;
}

.what .sansyakan-keiyaku {
  height: auto;
  margin-top: 50px;
  width: 90%;
}


.section8 {
  background-image: url("/CreSys_lp/assets/img/bg-green2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
}

.flow1,
.flow2,
.flow3,
.flow4,
.flow5 {
  display: flex;
  display: table;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 20px;

}

.flow-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}

.flow-title h1 {
  margin-bottom: 10px;
  white-space: nowrap;
  letter-spacing: 0.1rem;
}


.flow-text {
  padding-left: 20px;
}

.flow-text h1 {
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
}

.flow-text p {
  margin-top: 0px;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}

.flow-text span {
  font-size: 13px;
  line-height: 1.5rem;
}

.flow-img {
  padding: 30px;
  padding-left: 50px;
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

.flow-img img {
  min-width: 70px;
}

.flow-text {
  text-align: left;
}

.flow-item {
  width: 5%;
  margin-bottom: 20px;
  opacity: 0.5;
}

.section9 {
  background-color: #162141;
}

.section10 {
  background-color: #00094e;

}

.link img {
  max-width: 100%;
  /* 画像がコンテナ内に収まるように最大幅を設定 */
  height: auto;
  display: block;
}


.contact-all .img_6 {
  width: 60%;
}

.contact {
  background-color: #fff;
  border-radius: 20px;
  color: #00094e;
  width: 80%;
  padding: 0 60px 30px 60px;
  margin-bottom: 30px;
}

.contact-title {
  width: calc(100% + 100px);
  margin: 0 -50px;
}

.contact-title img {
  width: 100%;
}

.company_link {
  display: flex;
  justify-content: space-between;
  width: 630px;
}

.company_link a {
  text-decoration: none;
}

.link_item img {
  width: 270px;
}

.link_item_img {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #fff;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.link_item_img:hover {
  opacity: 0.5;
}

.link_item p {
  color: #fff;
  margin: 5px 0;

}


.footer_2 {
  width: 20%;
  padding-top: 5%;

}

.footer_SSL {
  margin-top: 5%;
  font-size: 16px;
  color: #fff;
}

.footer_link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.footer_copyright {
  width: 100%;
  margin-bottom: auto;
  color: #fff;
  padding-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
}


.contact-form {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-text1 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

span {
  color: #f15a24;
}

.form-text2 {
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 5px;

}

.contact-tel {
  border: 1.5px solid #00094e;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 20px;
}

.contact-tel .tel {
  font-size: 40px;
  margin-top: auto;
  margin-bottom: auto;

}

.tel-text1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.tel-number {
  color: #00094e;
  text-decoration: none;
}

.tel-text2 {
  font-size: 20px;
  margin-top: -12px;
  padding-top: 0px;
}

@media screen and (min-width: 700px) {
  .section-width {
    max-width: 700px;
  }

}

@media screen and (max-width: 700px) {
  .content .industry-list {
    display: block;
    margin: 16px auto;
    width: 85%;
  }

  .content .industry-item {
    margin-bottom: 8px;
  }

  .contact-form {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .company_link {
    display: block;
    width: 330px;
  }

  .form-text1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  span {
    color: #f15a24;
  }

  .form-text2 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;

  }

  .contact-tel {
    border: 1.5px solid #00094e;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 0px;
  }

  .contact-tel .tel {
    font-size: 25px;
    margin-top: auto;
    margin-bottom: auto;

  }

  .tel-text1 {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .tel-number {
    color: #00094e;
    text-decoration: none;
  }

  .tel-text2 {
    font-size: 10px;
    margin-top: -12px;
    padding-top: 0px;
  }

}

@media screen and (max-width: 400px) {

  .contact {
    background-color: #fff;
    border-radius: 20px;
    color: #00094e;
    width: 80%;
    padding: 0 30px 30px 30px;
    margin-bottom: 30px;
  }

  .problem-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .footer_SSL,
  .footer_link {
    font-size: 16px;
  }

  .section5 .content .img_2 {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 90%;
  }

  .section5 .content .img_3 {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
    width: 90%;
  }

  .section5 .content .img_4 {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 90%;
  }

  .section5 .content .img_5 {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
    width: 90%;
  }

  .merit-1,
  .merit-2,
  .merit-3 {
    background-color: #fff;
    border: 2px solid #A7DFC7;
    border-radius: 30px;
    padding: 20px 20px 50px 20px;
    position: relative;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .merit h1 {
    color: #FF7144;
    font-size: 1.6em;
  }

  .merit-1 img {
    position: absolute;
    bottom: -6%;
    /* 画像の上端から50%の位置にボタンを配置 */
    right: -3%;
    /* 画像の左端から50%の位置にボタンを配置 */
    width: 20%;
  }

  .merit-2 img {
    position: absolute;
    bottom: -7%;
    left: -5%;
    width: 23%;
  }

  .merit-3 img {
    position: absolute;
    bottom: -5%;
    /* 画像の上端から50%の位置にボタンを配置 */
    right: -3%;
    /* 画像の左端から50%の位置にボタンを配置 */
    width: 24%;
  }

  .what {
    padding: 20px 0px 50px 0px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .flow1,
  .flow2,
  .flow3,
  .flow4,
  .flow5 {
    display: block;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 20px;
  }

  .flow-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .flow-text {
    padding-left: 0px;
  }

  .flow-text h1 {
    margin-bottom: 10px;
  }

  .flow-text p {
    margin-top: 0px;
  }

  .flow-text span {
    font-size: 13px;
  }

  .flow-img {
    padding: 10px 80px 10px 80px;
    width: 0%;

  }

  .flow-text {
    text-align: center;
  }

  .point1 h1 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .flow-item {
    width: 8%;
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 374px) {

  .merit-1,
  .merit-2,
  .merit-3 {
    background-color: #fff;
    border: 2px solid #A7DFC7;
    border-radius: 30px;
    padding: 20px 20px 50px 20px;
    position: relative;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }


  .merit-1 img {
    position: absolute;
    bottom: -5%;
    /* 画像の上端から50%の位置にボタンを配置 */
    right: -3%;
    /* 画像の左端から50%の位置にボタンを配置 */
    width: 23%;
  }

  .merit-2 img {
    position: absolute;
    bottom: -7%;
    left: -5%;
    width: 25%;
  }

  .merit-3 img {
    position: absolute;
    bottom: -5%;
    /* 画像の上端から50%の位置にボタンを配置 */
    right: -3%;
    /* 画像の左端から50%の位置にボタンを配置 */
    width: 27%;
  }



  .section6 .content {
    padding: 30px 25px 30px 25px;

  }

}


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