@charset "UTF-8";
.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

.sec-business-model {
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  .sec-business-model {
    margin-top: 60px;
  }
}
.sec-business-model__container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-business-model__container {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-business-model__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-business-model__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 425px) {
  .sec-business-model__ttl {
    font-size: 2.2rem;
  }
}
.sec-business-model__ttl:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-business-model__lead {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #5a5a5a;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec-business-model__lead {
    font-size: 1.6rem;
  }
}
.sec-business-model__comparison {
  margin-top: 70px;
}
.sec-business-model__comparison__box {
  position: relative;
  border-width: 5px;
  border-style: dashed;
  border-radius: 20px;
  margin: 0 auto;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .sec-business-model__comparison__box {
    border-width: 2px;
    padding: 50px 20px;
  }
}
.sec-business-model__comparison__box--before {
  border-color: #aaaaaa;
}
.sec-business-model__comparison__box--after {
  margin-top: 5vw;
  border-color: #ff9191;
}
@media screen and (max-width: 768px) {
  .sec-business-model__comparison__box--after {
    margin-top: 100px;
  }
}
.sec-business-model__comparison__box--after:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 2.3vw);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 2.2vw 0 2.2vw;
  border-color: #ff9191 transparent transparent transparent;
}
@media screen and (max-width: 1200px) {
  .sec-business-model__comparison__box--after:before {
    bottom: calc(100% + 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .sec-business-model__comparison__box--after:before {
    bottom: calc(100% + 30px);
    border-width: 30px 35px 0 35px;
  }
}
.sec-business-model__comparison__ttl {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  border-radius: 5px;
  padding: 5px 5px;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-business-model__comparison__ttl {
    font-size: 1.6rem;
  }
}
.sec-business-model__comparison__ttl--before {
  max-width: 300px;
  background-color: #5a5a5a;
}
.sec-business-model__comparison__ttl--after {
  background-color: #ff9191;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .sec-business-model__comparison__ttl--after {
    max-width: 320px;
  }
}
.sec-business-model__comparison__img--box {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 960px;
}
.sec-business-model__comparison__img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-business-model__comparison__img--box {
    max-width: 320px;
  }
}
.sec-business-model__comparison__img--only-pc {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 30px;
  top: 40px;
  width: 138px;
}
@media screen and (max-width: 1200px) {
  .sec-business-model__comparison__img--only-pc {
    left: 1vw;
    width: 10vw;
  }
}

.sec-solution {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sec-solution {
    margin-top: 100px;
  }
}
.sec-solution__container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-solution__container {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-solution__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-solution__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 425px) {
  .sec-solution__ttl {
    font-size: 2.2rem;
  }
}
.sec-solution__ttl:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
@media screen and (max-width: 768px) {
  .sec-solution__item:nth-of-type(1) {
    margin-top: 30px;
  }
}
.sec-solution__item:nth-of-type(2) {
  margin-top: 65px;
}
.sec-solution__item__img--box {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1220px;
}
.sec-solution__item__img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-solution__item__img--box {
    max-width: 500px;
  }
}

.sec-case {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sec-case {
    margin-top: 100px;
  }
}
.sec-case__container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-case__container {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-case__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-case__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 425px) {
  .sec-case__ttl {
    font-size: 2.2rem;
  }
}
.sec-case__ttl:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-case__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .sec-case__list {
    display: block;
  }
}
.sec-case__item {
  overflow: hidden;
  margin-top: 40px;
  border: 5px solid #74cff5;
  border-radius: 15px;
  width: 48%;
  color: #5a5a5a;
}
@media screen and (max-width: 768px) {
  .sec-case__item {
    margin-top: 30px;
    width: 100%;
  }
}
.sec-case__item__ttl {
  background-color: #74cff5;
  padding: 18px 10px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.sec-case__distribution-list {
  margin: 0 auto;
  padding: 30px 20px;
  max-width: 520px;
}
.sec-case__distribution-item {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #aaaaaa;
  padding: 10px 0;
}
.sec-case__distribution-item:nth-of-type(1), .sec-case__distribution-item:nth-of-type(2) {
  border-top: none;
}
.sec-case__distribution-item__body {
  width: 47%;
}
.sec-case__distribution-item__body--heading {
  display: inline-block;
  padding: 5px;
  background-color: #74cff5;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
.sec-case__image {
  padding: 30px 20px;
}
.sec-case__image__inner {
  margin: 0 auto;
  max-width: 500px;
}
.sec-case__image__lead {
  font-size: 1.8rem;
}
.sec-case__image__lead--strong {
  font-weight: 700;
  color: #f38100;
}
.sec-case__image__list {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec-case__image__list {
    display: block;
  }
}
.sec-case__image__item {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 49%;
}
.sec-case__image__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-case__image__item {
    margin-top: 10px;
    width: 100%;
  }
}
.sec-case__image__ats {
  margin-top: 10px;
  color: #5a5a5a;
}

.sec-condition {
  margin-top: 120px;
  color: #5a5a5a;
}
@media screen and (max-width: 768px) {
  .sec-condition {
    margin-top: 60px;
  }
}
.sec-condition__container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-condition__container {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-condition__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-condition__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 425px) {
  .sec-condition__ttl {
    font-size: 2.2rem;
  }
}
.sec-condition__ttl:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-condition__box {
  position: relative;
  margin-top: 70px;
  border: 5px dashed #74cff5;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .sec-condition__box {
    border-width: 3px;
    border-radius: 10px;
  }
}
.sec-condition__box--area {
  margin-top: 60px;
  padding: 60px 20px 35px;
}
@media screen and (max-width: 768px) {
  .sec-condition__box--area {
    padding: 35px 20px 40px;
  }
}
.sec-condition__box--unit {
  padding: 65px 20px 60px;
}
@media screen and (max-width: 768px) {
  .sec-condition__box--unit {
    padding: 35px 20px 40px;
  }
}
.sec-condition__box--period {
  padding: 75px 20px 75px;
}
@media screen and (max-width: 768px) {
  .sec-condition__box--period {
    padding: 35px 20px 40px;
  }
}
.sec-condition__box__inner--area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1045px;
}
@media screen and (max-width: 768px) {
  .sec-condition__box__inner--area {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.sec-condition__box__inner--unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 940px;
}
@media screen and (max-width: 768px) {
  .sec-condition__box__inner--unit {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.sec-condition__box__inner--period {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 940px;
}
@media screen and (max-width: 768px) {
  .sec-condition__box__inner--period {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.sec-condition__sub-ttl {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 15px 5px;
  width: 100%;
  max-width: 300px;
  background-color: #74cff5;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-condition__sub-ttl {
    padding: 10px 5px;
    max-width: 280px;
  }
}
.sec-condition__area-list {
  margin-top: 50px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .sec-condition__area-list {
    order: 2;
    margin-top: 20px;
    width: 100%;
  }
}
.sec-condition__area-item {
  margin-top: 30px;
}
.sec-condition__area-item:nth-of-type(1) {
  margin-top: 0;
}
.sec-condition__area-item__ttl {
  border-radius: 5px;
  padding: 20px 0 21px;
  max-width: 280px;
  background-color: #74cff5;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-condition__area-item__ttl {
    font-size: 18px;
    max-width: 320px;
    margin: 0 auto;
  }
}
.sec-condition__area-item__body {
  display: inline-block;
  margin-top: 7px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sec-condition__area-item__body {
    display: block;
    font-size: 16px;
    text-align: center;
  }
}
.sec-condition__area-img--box {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 53%;
}
.sec-condition__area-img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-condition__area-img--box {
    order: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
}
.sec-condition__area-ats {
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec-condition__area-ats {
    order: 3;
    position: static;
    margin-top: 30px;
    text-align: center;
  }
}
.sec-condition__unit-body {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sec-condition__unit-body {
    order: 2;
    margin-top: 20px;
    width: 100%;
  }
}
.sec-condition__unit-body__heading {
  border-radius: 5px;
  padding: 3px 5px;
  max-width: 120px;
  background-color: #898888;
  text-align: center;
  color: #fff;
}
.sec-condition__unit-body__heading--weak {
  font-size: 50%;
  vertical-align: top;
}
.sec-condition__unit-body__txt {
  display: inline-block;
  margin-top: 10px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-condition__unit-body__txt {
    font-size: 2rem;
  }
}
.sec-condition__unit-body__txt--strong {
  font-size: 140%;
  font-weight: 700;
  color: #ffa33b;
}
.sec-condition__unit-body__ats {
  position: relative;
  margin-top: 15px;
  padding-left: 3.8rem;
  font-size: 1.4rem;
}
.sec-condition__unit-body__ats--red {
  color: #f75757;
}
.sec-condition__unit-body__ats:before {
  position: absolute;
  content: "※1.";
  display: inline-block;
  left: 0;
  top: 0;
  font-size: inherit;
}
.sec-condition__unit-img--box {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 57%;
}
.sec-condition__unit-img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-condition__unit-img--box {
    order: 1;
    width: 100%;
  }
}
.sec-condition__period-body {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sec-condition__period-body {
    order: 2;
    margin-top: 20px;
    width: 100%;
  }
}
.sec-condition__period-body__txt {
  display: inline-block;
  margin-top: 10px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-condition__period-body__txt {
    font-size: 2rem;
  }
}
.sec-condition__period-body__txt--strong {
  font-size: 140%;
  font-weight: 700;
  color: #ffa33b;
}
.sec-condition__period-body__txt--weak {
  vertical-align: top;
  font-size: 70%;
}
.sec-condition__period-body__ats {
  position: relative;
  margin-top: 15px;
  padding-left: 2.8rem;
  font-size: 1.4rem;
}
.sec-condition__period-body__ats--red {
  color: #f75757;
}
.sec-condition__period-body__ats:before {
  position: absolute;
  content: "※2";
  display: inline-block;
  left: 0;
  top: 0;
  font-size: inherit;
}
.sec-condition__period-img--box {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: 30px;
  width: 50%;
}
.sec-condition__period-img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-condition__period-img--box {
    order: 1;
    width: 100%;
  }
}

.sec-frequency {
  margin-top: 120px;
  color: #5a5a5a;
}
@media screen and (max-width: 768px) {
  .sec-frequency {
    margin-top: 100px;
  }
}
.sec-frequency__container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-frequency__container {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-frequency__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-frequency__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 425px) {
  .sec-frequency__ttl {
    font-size: 2.2rem;
  }
}
.sec-frequency__ttl:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-frequency__lead {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #5a5a5a;
  font-size: 2.2rem;
  margin-block: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-frequency__lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-frequency__lead {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.sec-frequency__lead--orange {
  font-weight: 700;
  font-size: 3.8rem;
  color: #ffa33b;
}
.sec-frequency__lead-sub {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #5a5a5a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-frequency__lead-sub {
    font-size: 1.6rem;
  }
}
.sec-frequency__pc-table {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 35px;
}
.sec-frequency__pc-table img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-frequency__pc-table {
    display: none;
  }
}
.sec-frequency__sp-table {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .sec-frequency__sp-table {
    display: none;
  }
}
.sec-frequency__sp-table__item {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}
.sec-frequency__sp-table__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-frequency__sp-table__item:nth-of-type(1) {
  margin-top: 0;
}
.sec-frequency__ats {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec-frequency__ats {
    margin-top: 20px;
  }
}
.sec-frequency__ats__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}
.sec-frequency__ats__body {
  line-height: 1.68;
}
.sec-frequency__ats__body--orange {
  font-weight: 700;
  color: #ffa33b;
}

.sec-request {
  margin-top: 120px;
  color: #5a5a5a;
}
@media screen and (max-width: 768px) {
  .sec-request {
    margin-top: 100px;
  }
}
.sec-request__container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-request__container {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-request__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-request__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 425px) {
  .sec-request__ttl {
    font-size: 2.2rem;
  }
}
.sec-request__ttl:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-request__item {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #efefef;
  padding: 30px 20px 30px 60px;
}
@media screen and (max-width: 768px) {
  .sec-request__item {
    padding: 40px 20px;
  }
}
.sec-request__item:nth-of-type(1) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec-request__item:nth-of-type(1) {
    margin-top: 30px;
  }
}
.sec-request__item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 910px;
}
@media screen and (max-width: 768px) {
  .sec-request__item__inner {
    display: block;
    margin: 0 auto;
    max-width: 500px;
  }
}
.sec-request__item__icn--box {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 8%;
}
.sec-request__item__icn--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-request__item__icn--box {
    margin: 0 auto;
    width: 68px;
  }
}
.sec-request__item__body {
  width: 80%;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-request__item__body {
    margin-top: 20px;
    width: 100%;
    font-size: 1.8rem;
  }
}
.sec-request__item__body__heading {
  font-weight: 700;
  color: #000;
}
.sec-request__item__body__txt {
  margin-top: 5px;
  line-height: 1.68;
}

.sec-guideline {
  margin: 120px 0 150px;
  color: #5a5a5a;
}
@media screen and (max-width: 768px) {
  .sec-guideline {
    margin: 100px 0;
  }
}
.sec-guideline__container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-guideline__container {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-guideline__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-guideline__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 425px) {
  .sec-guideline__ttl {
    font-size: 2.2rem;
  }
}
.sec-guideline__ttl:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-guideline__lead {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #5a5a5a;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec-guideline__lead {
    font-size: 1.6rem;
  }
}
.sec-guideline__item {
  margin-top: 30px;
  border: 3px solid #5a5a5a;
  border-radius: 20px;
  padding: 70px 20px 70px 50px;
}
@media screen and (max-width: 768px) {
  .sec-guideline__item {
    padding: 40px 20px;
  }
}
.sec-guideline__item:nth-of-type(1) {
  margin-top: 40px;
}
.sec-guideline__item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1070px;
}
@media screen and (max-width: 768px) {
  .sec-guideline__item__inner {
    display: block;
    margin: 0 auto;
    max-width: 500px;
  }
}
.sec-guideline__item__icn--box {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 10%;
  min-width: 60px;
}
.sec-guideline__item__icn--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-guideline__item__icn--box {
    min-width: 0;
    margin: 0 auto;
    width: 100px;
  }
}
.sec-guideline__item__body {
  width: 86%;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec-guideline__item__body {
    width: 100%;
    font-size: 1.6rem;
  }
}
.sec-guideline__item__body__heading {
  font-size: 140%;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-guideline__item__body__heading {
    text-align: center;
    margin-top: 20px;
  }
}
.sec-guideline__item__body__txt {
  margin-top: 10px;
  line-height: 1.68;
}
.sec-guideline__ats {
  margin-top: 50px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-guideline__ats {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.sec-guideline__btn {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-guideline__btn {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-guideline__btn .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  margin: 60px auto 0;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
.sec-guideline__btn .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-guideline__btn .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  transition: 0.35s;
}
.sec-guideline__btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-guideline__btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-guideline__btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-guideline__btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-guideline__btn .btn__anchor {
    border: 0;
  }
  .sec-guideline__btn .btn__anchor:before {
    display: none;
  }
  .sec-guideline__btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-guideline__btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
.sec-guideline__btn .btn__anchor {
  margin-top: 30px;
}
.sec-guideline__btn .btn__anchor:after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}/*# sourceMappingURL=page-signage-advertising_signage.css.map */