/* --------------------------------------------------------------------- */
/*      COMMON 
/* --------------------------------------------------------------------- */
:root {
  --c-wht: #fff;
  --c-acc-d: #f9c900;
  --c-blk: #303336;
  --c-blk-l: #61676b;
  --c-main-xl: #ebf6ff;
  --c-main: #0078d4;
  --font-bold: bold;
  --font-regular: normal;
  --ltr-space001: 0.01em;
  --ltr-space002: 0.02em;
  --ltr-space003: 0.03em;
  --pd-btn: 8px 16px;
  --l-height100: 100%;
  --l-height125: 125%;
  --l-height150: 150%;
  --l-height175: 175%;
  --box-shadow-a: 0 2px 24px 8px rgba(54, 130, 217, 0.08), 0 2px 8px rgba(54, 130, 217, 0.1);
  --ui-link-arrow: url(/assets/img/ui_link_arrow.svg);
}

main .btn_list_a {
  width: 87.2vw;
  margin-inline: auto !important;
}
main .btn_list_a a {
  min-height: 56px !important;
}
main .btn_list_a a:after {
  mask-image: var(--ui-link-arrow) !important;
}
@media (min-width: 600px) {
  main .btn_list_a {
    max-width: 903px;
    width: 100%;
    gap: 23px !important;
  }
  main .btn_list_a:has(> li:only-child) {
    max-width: 440px;
  }
}

.dgnl_head {
  font-size: 14px;
  line-height: 1.714;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  margin-block: 20px 6px !important;
}
.dgnl_head:before, .dgnl_head:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #303336;
  width: 1px;
  height: 1.3em;
  margin: 0 0.8em;
  margin-top: -.2em;
  vertical-align: middle;
}
.dgnl_head:before {
  transform: rotate(-35deg);
}
.dgnl_head:after {
  transform: rotate(35deg);
}
.dgnl_head + .btn_list_a {
  margin-block-start: 0;
}
@media (min-width: 600px) {
  .dgnl_head {
    font-size: 16px;
    line-height: 1.75;
    margin-block: 44px 6px !important;
  }
}

.cnt_ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303336;
}
.cnt_ttl:after {
  content: "";
  display: block;
  background: linear-gradient(98.3deg, #3497E3 0%, #0078D4 100%);
  width: 32px;
  height: 4px;
  margin-inline: auto;
  margin-block: 1.6rem;
}
.cnt_ttl strong span {
  background: linear-gradient(180deg, #009CE5 0%, #0053A6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.cnt_ttl strong span:first-child {
  font-size: 32px;
}
@media (min-width: 600px) {
  .cnt_ttl {
    font-size: 32px;
  }
}

/* ----------------------------------------------------------------------- */
/*      PAGE STYLE
/* ----------------------------------------------------------------------- */
.mv img {
  width: 100%;
}
.mv_wrp {
  position: relative;
}
.mv_ttl {
  margin: 0;
}
.mv_img {
  position: absolute;
  bottom: 0;
  left: calc( 22 / 375 * 100% );
  width: calc( 343 / 375 * 100% );
}
.mv .inner {
  padding-block: 20px;
}
.mv p.mv_txt {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303336;
}
.mv .btn_list_a {
  margin-block-start: 20px;
}
@media (min-width: 600px) {
  .mv_bg {
    background: url("/service/signage/lp/images/mv_bg.webp") top center/cover;
    width: 100%;
    aspect-ratio: 1260 / 400;
    max-height: 400px;
  }
  .mv_wrp {
    max-width: 1260px;
    width: 100%;
    height: 100%;
    margin-inline: auto;
    padding: min(calc( 10 / 1260 * 100% ), 10px) min(calc( 90 / 1260 * 100% ), 90px);
    background: url("/service/signage/lp/images/mv_line.svg") no-repeat top 10.5vw left -330px;
  }
  .mv_ttl {
    width: calc( 460 / 1080 * 100% );
  }
  .mv_list {
    width: calc( 460 / 1080 * 100% );
  }
  .mv_img {
    position: absolute;
    bottom: 0;
    right: 1px;
    left: auto;
    width: calc( 714 / 1260 * 100% );
  }
  .mv .inner {
    padding-block: 50px;
  }
  .mv p.mv_txt {
    font-weight: 700;
    font-size: 24px;
  }
  .mv .btn_list_a {
    margin-block-start: 30px;
  }
}
@media (min-width: 1200px) {
  .mv_wrp {
    background-position: top 125px left -330px;
  }
}

.pnav {
  overflow-x: scroll;
  margin-inline: 1.6rem;
}
.pnav ul {
  display: flex;
  gap: 1rem;
  width: 1000px;
  margin-block: 6px;
  justify-content: flex-start;
}
.pnav ul a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #303336;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 8px;
  height: 40px;
  gap: 0;
}
.pnav ul a:after {
  content: "";
  background: url("/assets/img/icon/icon_anchor_link.svg") no-repeat center top/contain;
  width: 16px;
  height: 16px;
  display: block;
}
.pnav ul a:hover {
  background: #EBF6FF;
}
@media (min-width: 600px) {
  .pnav {
    overflow-x: visible;
  }
  .pnav ul {
    margin-inline: auto;
    justify-content: center;
  }
}

.trbl.main_wrap_a {
  background: #F3FAFF;
}
.trbl .inner {
  margin-block-start: 20px;
  padding-block: 68px 48px;
}
.trbl_cnt {
  margin-block-start: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.trbl_wrp {
  width: 100%;
}
.trbl_card {
  background: #FFFFFF;
  border: 1px solid #E6EAED;
  box-shadow: 0px 2px 24px 8px rgba(54, 130, 217, 0.08), 0px 2px 8px rgba(54, 130, 217, 0.1);
  border-radius: 1.6em;
  position: relative;
  padding: calc( 20 / 343 * 100% ) calc( 16 / 343 * 100% );
}
.trbl_card:first-of-type {
  margin-block-end: 90px;
}
.trbl_card:first-of-type:after {
  content: "";
  display: block;
  background: url("/service/signage/lp/images/trbl_arw_sp.svg") no-repeat top center/contain;
  width: 57px;
  height: 43px;
  position: absolute;
  bottom: -67px;
  left: 50%;
  transform: translateX(-50%);
}
.trbl_sttl {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 30px;
  width: 120px;
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: absolute;
  top: calc( 12 / 343 * 100% );
  left: calc( 12 / 343 * 100% );
  margin: 0;
}
.trbl_sttl.blue {
  background: #0078D4;
  color: #FFFFFF;
}
.trbl_sttl.yellow {
  background: #FAD433;
  color: #303336;
}
.trbl_img img {
  width: 100%;
}
.trbl_txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303336;
  margin-block-start: 1rem;
}
.trbl_txt strong {
  color: #0078D4;
}
@media (min-width: 600px) {
  .trbl .inner {
    margin-block-start: 30px;
    padding-block: 100px;
  }
  .trbl_cnt {
    margin-block-start: 100px;
    gap: calc( 32 / 1168 * 100% );
  }
  .trbl_wrp {
    width: calc( 368 / 1168 * 100% );
  }
  .trbl_card {
    padding: calc( 30 / 368 * 100% ) calc( 20 / 368 * 100% );
  }
  .trbl_card:first-of-type {
    margin-block-end: 100px;
  }
  .trbl_card:first-of-type:after {
    background-image: url("/service/signage/lp/images/trbl_arw.svg");
    width: 61px;
    height: 58px;
    bottom: -80px;
  }
  .trbl_sttl {
    top: calc( 14 / 368 * 100% );
    left: calc( 14 / 368 * 100% );
  }
}

.reason {
  margin-block: 48px;
}
.reason .cnt_ttl {
  padding-inline: 16px;
}
.reason_wrp {
  margin-block-start: 36px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 0;
}
.reason_wrp:nth-of-type(n+2) {
  margin-block-start: 48px;
}
.reason_box01 {
  padding-inline: 36px;
  grid-area: 1 / 1 / 2 / 2;
}
.reason_sttl {
  width: calc( 250 / 303 * 100% );
  margin-block-end: 0.8rem;
}
.reason_txt {
  font-size: 14px;
  line-height: 1.714;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #303336;
}
.reason_box02 {
  width: calc( 359 / 375 * 100%);
  background: #FFFFFF;
  box-shadow: 0px 2px 24px 8px rgba(54, 130, 217, 0.08), 0px 2px 8px rgba(54, 130, 217, 0.1);
  border-radius: 0px 20px 20px 0px;
  padding: calc( 20 / 375 * 100% );
  margin-block-start: 16px;
  grid-area: 2 / 1 / 3 / 2;
}
.reason_box03 {
  grid-area: 3 / 1 / 4 / 2;
}
.reason_wrp:nth-of-type(2n) .reason_box02 {
  border-radius: 20px 0 0 20px;
  margin-inline-start: auto;
}
@media (min-width: 600px) {
  .reason {
    margin-block: 100px;
  }
  .reason_wrp {
    margin-block-start: 28px;
    max-width: none;
    width: 100%;
    margin-inline: auto;
  }
  .reason_wrp:nth-of-type(n+2) {
    margin-block-start: 100px;
  }
  .reason_sttl {
    max-width: 400px;
    margin-block-start: 0;
  }
  .reason_txt {
    font-size: 14px;
    line-height: 1.714;
    text-align: justify;
    letter-spacing: 0.03em;
    color: #303336;
  }
  .reason_box01 {
    width: 100%;
  }
  .reason_box02 {
    width: 100%;
    border-radius: 0px 30px 30px 0px;
    padding: 50px 35px;
    margin-block-start: 0;
  }
  .reason_box02 picture {
    display: block;
    width: 100%;
  }
  .reason_box03 {
    width: 100%;
  }
  .reason_wrp {
    grid-template-rows: auto 1fr;
  }
  .reason_wrp:nth-of-type(2n+1) {
    grid-template-columns: 53% 47%;
  }
  .reason_wrp:nth-of-type(2n+1) .reason_box01 {
    grid-area: 1 / 2 / 2 / 3;
    padding-inline: 36px 16px;
  }
  .reason_wrp:nth-of-type(2n+1) .reason_box02 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .reason_wrp:nth-of-type(2n+1) .reason_box02 picture {
    margin-inline-start: auto;
  }
  .reason_wrp:nth-of-type(2n+1) .reason_box03 {
    grid-area: 2 / 2 / 3 / 3;
    padding-inline: 36px 16px;
  }
  .reason_wrp:nth-of-type(2n) {
    grid-template-columns: 47% 53%;
    border-radius: 30px 0 0 30px;
  }
  .reason_wrp:nth-of-type(2n) .reason_box01 {
    grid-area: 1 / 1 / 2 / 2;
    padding-inline: 16px 36px;
    margin-inline-start: auto;
  }
  .reason_wrp:nth-of-type(2n) .reason_box02 {
    grid-area: 1 / 2 / 3 / 3;
    margin-inline-start: 0;
  }
  .reason_wrp:nth-of-type(2n) .reason_box03 {
    grid-area: 2 / 1 / 3 / 2;
    padding-inline: 16px 36px;
    margin-inline-start: auto;
  }
}
@media (min-width: 1200px) {
  .reason_box01 {
    max-width: 560px;
  }
  .reason_box02 picture {
    max-width: 640px;
  }
  .reason_box03 {
    max-width: 560px;
  }
}

.cgng_cta01 {
  background: #EBF6FF;
}
.cgng_cta01 .inner {
  padding-block: 50px;
}
.cgng_cta01_txt {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303336;
}
.cgng_cta01 .btn_list_a {
  margin-block-start: 55px;
}
@media (min-width: 600px) {
  .cgng_cta01 .inner {
    padding-block: 44px;
  }
  .cgng_cta01 .btn_list_a {
    margin-block-start: 30px;
  }
}

.scene_wrp {
  position: relative;
  margin-block-start: 30px;
}
.scene_wrp:nth-of-type(-n+3):after {
  content: "";
  position: absolute;
  width: calc( 260 / 375 * 100%);
  height: auto;
  aspect-ratio: 260 / 360;
  background: url("/service/signage/lp/images/scene_bg_sp.webp") no-repeat top center/contain;
  bottom: -25%;
  z-index: -10;
}
.scene_wrp:nth-of-type(2n+1):after {
  right: -16px;
}
.scene_wrp:nth-of-type(2):after {
  transform: scaleX(-1);
  left: -16px;
}
.scene_wrp:nth-of-type(n+2) {
  margin-block-start: 20px;
}
.scene_wrp:nth-of-type(1) .scene_sttl:before {
  background-image: url("/service/signage/lp/images/scene_icn01.svg");
}
.scene_wrp:nth-of-type(2) .scene_sttl:before {
  background-image: url("/service/signage/lp/images/scene_icn02.svg");
}
.scene_wrp:nth-of-type(3) .scene_sttl:before {
  background-image: url("/service/signage/lp/images/scene_icn03.svg");
}
.scene_wrp:nth-of-type(4) .scene_sttl:before {
  background-image: url("/service/signage/lp/images/scene_icn04.svg");
}
.scene .cnt_ttl {
  margin-inline: -4px;
}
.scene_cnt {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  padding: 1px calc( 20 / 343 * 100% ) calc( 24 / 343 * 100% );
}
.scene_sttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #0078D4;
  display: flex;
  align-items: center;
  margin-block-end: 16px;
}
.scene_sttl:before {
  content: "";
  background: no-repeat left center / contain;
  width: 40px;
  height: 40px;
  display: block;
  margin-inline-end: 0.3rem;
}
.scene_catch {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #303336;
}
.scene_feature {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #303336;
  margin-block: 16px !important;
}
.scene_feature li:before {
  width: 1.6em !important;
  left: -1.6em !important;
  mask-size: 1em !important;
  background-color: #303336 !important;
}
.scene_img {
  margin-inline: calc( -22.65 / 343 * 100% );
}
.scene_example_txt {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  margin-block: 12px;
}
@media (min-width: 600px) {
  .scene .inner {
    max-width: none;
    padding-block: 100px;
  }
  .scene_wrp {
    position: relative;
    margin-block-start: 50px;
  }
  .scene_wrp:nth-of-type(-n+3):after {
    width: 30%;
    aspect-ratio: auto;
    height: 360px;
    background: url("/service/signage/lp/images/scene_bg.webp") no-repeat center/cover;
    bottom: -50%;
  }
  .scene_wrp:nth-of-type(n+2) {
    margin-block-start: 50px;
  }
  .scene_wrp:nth-of-type(2n) .scene_txt_wrp {
    order: 1;
    padding-inline: 50px 100px;
  }
  .scene_wrp:nth-of-type(2n) .scene_img_wrp {
    order: 2;
  }
  .scene_wrp:nth-of-type(2n) .scene_img {
    border-radius: 0 30px 30px 0;
    overflow: hidden;
  }
  .scene_wrp:nth-of-type(2n) .scene_example {
    left: -73px;
  }
  .scene_wrp:nth-of-type(2n) .scene_example_txt {
    text-align: left;
  }
  .scene_wrp:nth-of-type(2n+1) .scene_txt_wrp {
    order: 2;
    padding-inline: 100px 50px;
  }
  .scene_wrp:nth-of-type(2n+1) .scene_img_wrp {
    order: 1;
  }
  .scene_wrp:nth-of-type(2n+1) .scene_img {
    border-radius: 30px 0 0 30px;
    overflow: hidden;
  }
  .scene_wrp:nth-of-type(2n+1) .scene_example {
    right: -73px;
  }
  .scene_wrp:nth-of-type(2n+1) .scene_example_txt {
    text-align: right;
  }
  .scene .cnt_ttl {
    margin-inline: 0;
  }
  .scene_cnt {
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
    padding: 0;
    display: flex;
    align-items: stretch;
  }
  .scene_sttl {
    font-size: 32px;
    margin-block-start: 0;
    margin-block-end: 25px;
  }
  .scene_sttl:before {
    background-image: url("/service/signage/lp/images/scene_icn01.svg");
    width: 62px;
    height: 42px;
    margin-inline-end: 1.2rem;
  }
  .scene_catch {
    font-size: 20px;
    margin-block: 16px;
  }
  .scene_feature {
    font-size: 16px;
    margin-block-end: 0 !important;
  }
  .scene_txt_wrp {
    padding-block: 34px;
    width: calc( 620 / 1000 * 100%);
  }
  .scene_img {
    margin-inline: 0;
    flex-grow: 1;
  }
  .scene_img_wrp {
    position: relative;
    width: calc( 380 / 1000 * 100%);
    display: flex;
    flex-direction: column;
  }
  .scene_img picture,
  .scene_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .scene_example {
    position: absolute;
    z-index: 10;
    bottom: 30px;
    width: 143px;
  }
  .scene_example_txt {
    margin-block: 0;
  }
}
@media (min-width: 1200px) {
  .scene_wrp:nth-of-type(-n+3):after {
    width: calc(50% - 230px);
  }
}

.step_wrp {
  margin-block-start: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.step_card {
  background: #FFFFFF;
  box-shadow: 0px 2px 24px 8px rgba(54, 130, 217, 0.08), 0px 2px 8px rgba(54, 130, 217, 0.1);
  border-radius: 14px;
  padding: calc( 16 / 343 * 100% ) calc( 20 / 343 * 100% );
  position: relative;
  margin-inline: auto;
  width: calc( 275 / 343 * 100% );
  display: flex;
  flex-wrap: wrap;
}
.step_card:nth-of-type(-n+5):after {
  content: "";
  display: block;
  background: url("/service/signage/lp/images/step_arw_sp.svg") no-repeat center center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
}
.step_no {
  width: 41px;
  margin-inline-end: 16px;
}
.step_sttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #303336;
  width: calc( 100% - 60px );
  margin-block-end: 10px;
}
.step_img {
  width: calc( 65 / 235 * 100% );
  margin-inline: auto;
}
.step_free {
  position: absolute;
  width: 79px;
  height: 79px;
  background: #ED0008;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -25px;
  right: calc( -28 / 375 * 100% );
}
.step .dgnl_head {
  margin-inline: -5px;
  margin-block-start: 50px;
}
@media (min-width: 600px) {
  .step .inner {
    padding-block: 100px;
    max-width: 1232px;
  }
  .step_wrp {
    margin-block-start: 40px;
    gap: 48px;
  }
  .step_card {
    padding: 15px 5px 20px;
    width: 160px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 224px;
  }
  .step_card:nth-of-type(-n+5):after {
    background-image: url("/service/signage/lp/images/step_arw.svg");
    bottom: auto;
    top: 50%;
    left: auto;
    right: -40px;
    transform: translate(0, -50%);
  }
  .step_no {
    margin: 0;
  }
  .step_sttl {
    width: auto;
    margin: 0;
    text-align: center;
  }
  .step_img {
    width: calc( 70 / 150 * 100% );
  }
  .step_free {
    top: -35px;
    right: calc( -28 / 160 * 100% );
  }
  .step .dgnl_head {
    margin-inline: 0;
    margin-block-start: 50px;
  }
}
@media (max-width: 1231px) {
  .step .inner {
    max-width: 624px;
  }
}

.faq {
  background: #F3FAFF;
}
@media (min-width: 600px) {
  .faq .inner {
    padding-block: 100px;
  }
}

.cgng_cta02.card_list_cv_wrap {
  margin-block-start: 0;
}
