@charset "UTF-8";

@font-face {
  /*任意のフォント名（フリーフォントの名称など）*/

  font-family: "corporate-logo";

  /*フォントファイルへのパス（複数指定は上から順に読み込まれる）*/

  src: url("./assets/font/Corporate-Logo-Bold-ver3_subset.woff") format("woff");
}

/* wrap.container */
body {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-image: linear-gradient(
    160deg,
    rgba(29, 55, 92, 1) 10%,
    rgba(11, 15, 27, 1) 40%,
    rgba(16, 31, 52, 1) 68%,
    rgba(85, 88, 165, 1) 90%
  );
}

main {
}

p {
  font-weight: 500;
}

.wrap_section {
  max-width: 1000px;
  margin: auto;
  margin-top: 7rem;
  position: relative;
}

.wrap_section.brands {
  margin-top: 10rem;
}

.wrap_maincatch {
  position: relative;
}

.inwrap_brands {
  position: relative;
  margin-top: 6rem;
}

.h3_brands {
  width: 100%;
  position: absolute;
  top: -3.5rem;
  left: 43%;
  padding: 15px;
  transform: translateX(-50%) skew(-15deg);
  text-align: center;
  line-height: 1.25;
  background: #5558a5;
}

.footer {
  margin-top: 3rem;
}

.footer_negosh {
  max-width: 800px;
  padding: 3rem 0;
  color: #ffffff;
  background-color: transparent;
}

h2 {
  margin-bottom: 2.5rem;
  line-height: 1.25;
}

.h2_maincatch {
  position: absolute;
  left: 0;
  top: 30%;
  width: 50%;
  padding: 24px;
  line-height: 1.25;
  text-align: right;
  color: rgba(11, 15, 27, 1);
  background-color: #ffffff;
}

.h2_section {
  margin-bottom: 2.5rem;
  padding: 14px 30px;
  line-height: 1.25;
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: 6px 10px 0px 0px rgba(0, 0, 0, 0.4);
  text-shadow: -3px 2px 0 rgb(0, 0, 0);
}

.h2_section.first {
  background-color: #3272ba;
}

.h2_section.second {
  background-color: #52aa58;
}

.h2_section.third {
  background-color: #d0633a;
}

.h2_num {
  display: block;
  font-size: 2rem;
}

.txt_small_maincatch {
  display: block;
}

.txt_underline {
  text-decoration: underline;
}

.txt_25 {
  font-size: 2.5rem;
}

.btn_cv_negosh {
  width: fit-content;
  min-width: 200px;
  margin: auto;
  margin-top: 3rem;
  text-align: center;
  background-color: #5558a5;
  box-shadow: 6px 10px 0px 0px rgba(0, 0, 0, 0.4);
}

.btn_cv_negosh .contact {
  margin-top: 1rem;
  background-color:#d0633a;
}

.txt_sub_maincatch {
  font-size: 1.5rem;
}

.btn_cv_negosh a {
  display: block;
  padding: 18px 24px;
  font-size: 1.25rem;
  color: #ffffff;
}

.img_header {
  display: block;
  margin: auto;
}

img.sp {
  display: none;
}

.img_maincatch {
  display: block;
  margin-left: auto;
}

.img_lisence {
  margin-bottom: 2rem;
}

.img_lisence img {
  max-width: 300px;
  width: 100%;
}

.footer_negosh a {
  color: #ffffff;
}

.ol_step_regist {
  border-radius: 10px;
  padding: 20px 40px;
  padding-bottom: 4rem;
  font-size: 1.25rem;
  line-height: 2;
  color: #1a2142;
  background-color: #d6d7d9;
}

.ol_step_regist li {
  margin-top: 2rem;
}

li small {
  line-height: 1;
}

.ul_system {
  border-radius: 10px;
  margin-top: 3rem;
  padding: 20px 40px;
  font-size: 0.85rem;
  color: #1a2142;
  background-color: #d6d7d9;
  list-style: disc;
}

ul.features {
  padding: 0;
  font: 14px/1.6 "arial narrow", sans-serif;
  list-style: none;
}

ul.features li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid rgba(161, 163, 211, 0.5);
}

ul.features li:after,
ul.features li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

ul.features li:before {
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(161, 163, 211, 0.5);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul.features li:after {
  top: 50%;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(161, 163, 211, 0.3);
}

.fa-caret-right {
  padding-left: 4px;
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .sp_br,
  img.sp {
    display: block;
  }

  .wrap_section {
    margin-top: 18rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrap_section.brands {
    margin-top: 20rem;
  }

  .wrap_section.step {
    margin-top: 16rem;
  }

  .wrap_section.maincatch {
    margin-top: 7rem;
    padding-left: 0;
    padding-right: 0;
  }

  .h2_maincatch {
    width: 70%;
    font-size: 1.5rem;
    box-shadow: 6px 10px 0px 0px rgba(0, 0, 0, 0.4);
  }

  .h2_section {
    width: 100%;
    position: absolute;
    top: -10rem;
    left: -18px;
    margin-bottom: 2.5rem;
    padding: 14px 30px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #ffffff;
    box-shadow: 6px 10px 0px 0px rgba(0, 0, 0, 0.4);
    text-shadow: -3px 2px 0 rgb(0, 0, 0);
  }

  .brands .h2_section {
    top: -10rem;
  }

  .step .h2_section {
    top: -8rem;
  }

  .txt_sub_maincatch {
    position: absolute;
    bottom: -20%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
  }

  .txt_25 {
    font-size: 1.5rem;
  }

  img.pc {
    display: none;
  }

  img.sp {
    display: block;
  }
}

/*768px以上*/
@media screen and (min-width: 768px) {
  .wrap_system_ul {
    position: relative;
  }

  .wrap_system_ul img {
    position: absolute;
    right: 0;
    top: 0;
    height: 300px;
  }

  .inwrap_brands {
    position: relative;
    margin-top: 10rem;
  }

  .h2_num {
    display: inline-block;
    font-size: 3rem;
  }

  .h3_brands {
    position: absolute;
    top: 2rem;
    left: -3rem;
    width: auto;
    padding: 1.5rem 2rem;
    transform: skew(-15deg);
    font-size: 1.5rem;
    background-color: #5558a5;
  }

  .txt_sub_maincatch {
    position: absolute;
    bottom: 0;
    font-size: 2rem;
  }
  
  .ol_step_regist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 4rem;
  }

  .ol_step_regist li {
    width: 45%;
    margin-top: 2rem;
  }
}

/* 1000以下 */
@media screen and (max-width: 1000px) {
  .wrap_section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*1200px以上*/
@media screen and (min-width: 1200px) {
}
