@charset "UTF-8";
:root {
  --color-green: #06C655;
  --color-lime:  #AFE374;
  --ff-arial: Arial, Helvetica, sans-serif;
  --pc-inner-width: 1094px;
}

.block-footer { margin-top: 0;}
.block-footer--top-frame,
.block-footer--bottom-frame { display: none;}
div.wrapper_ > div.container_ { width: 100%;}

@media only screen and (min-width: 751px) {
  #line202510 .forSP { display: none;}
}
@media only screen and (max-width: 750px) {
  #line202510 .forPC { display: none;}
}

/*-----------------------------------------
  Common
-----------------------------------------*/
#line202510 { color: #000000; font-family: "BIZ UDGothic", sans-serif; letter-spacing: 0;}
#line202510 * { box-sizing: border-box;}
#line202510 h1,
#line202510 h2,
#line202510 h3,
#line202510 h4 { padding: 0; margin: 0; font-weight: normal;}
#line202510 a  { text-decoration: none; color: inherit; transition: all .3s;}
#line202510 a:hover { text-decoration: none; opacity: 0.8;}
#line202510 img { max-width: 100%; height: auto; vertical-align: bottom;}
#line202510 sup { font-size: 0.7em; line-height: 1; vertical-align: text-top;}
#line202510 span { font-size: inherit;}
#line202510 ol li,
#line202510 ul li,
#line202510 ol,
#line202510 ul { list-style: none; padding: 0; margin: 0;}
#line202510 .sec { margin-bottom: 100px;}
#line202510 .sec-inner { width: var(--pc-inner-width); margin-inline: auto;}
#line202510 .sec-inner > *:last-child { margin-bottom: 0;}

/*-----------------------------------------
  フォント
-----------------------------------------*/
#line202510 .ff-arial {
  font-family: var(--ff-arial);
}
#line202510 .fc-green {
  color: var(--color-green);
}
#line202510 .fc-lime {
  color: var(--color-lime);
}

/*-----------------------------------------
  ファーストビュー
-----------------------------------------*/
#line202510 .firstview {
  padding-bottom: 80px;
}
#line202510 .firstview-inner {
  margin-inline: auto;
  width: var(--pc-inner-width);
}
#line202510 .firstview-inner > *:last-child {
  margin-bottom: 0;
}
#line202510 .firstview-visual {
  text-align: center;
  margin-bottom: 50px;
}
#line202510 .firstview-lead {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  text-align: center;
  margin-bottom: 30px;
}
#line202510 .firstview-lead * {
  font-size: 25px;
  line-height: calc(30 / 25);
}

/*-----------------------------------------
  コンテンツタイトル
-----------------------------------------*/
#line202510 .content-ttl {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 38px;
  color: var(--color-green);
  font-size: 25px;
  font-weight: bold;
  line-height: calc(30 / 25);
  text-align: center;
  padding: 22px 20px 21px;
  margin-bottom: 80px;
}

/*-----------------------------------------
  セクションタイトル
-----------------------------------------*/
#line202510 .sec-ttl {
  background-image: url('/cms/img/usr/line202510/sec_ttl_bg.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 30px;
  font-weight: bold;
  line-height: calc(36 / 30);
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 60px;
}

/*-----------------------------------------
  活用方法
-----------------------------------------*/
#line202510 .usecases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-block: 90px;
}
#line202510 .usecase {
  background-color: #f1fcf6;
  border-radius: 26px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 90px 27px 50px;
  position: relative;
}
#line202510 .usecase-header {
  margin-bottom: 30px;
}
#line202510 .usecase-num {
  background-color: var(--color-lime);
  border-radius: 22px;
  color: var(--color-lime);
  font-family: var(--ff-arial);
  font-size: 60px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  line-height: 1;
  text-align: center;
  padding: 15px 17px 14px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
#line202510 .usecase-ttl {
  font-size: 25px;
  font-weight: bold;
  line-height: calc(30 / 25);
  text-align: center;
  margin-bottom: 40px;
}
#line202510 .usecase-img {
  text-align: center;
}
#line202510 .usecase-img img {
  max-width: 370px;
  width: 100%;
}
#line202510 .usecase-main {
}
#line202510 .usecase-main > *:last-child {
  margin-bottom: 0;
}
#line202510 .usecase-txt {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  text-align: center;
  margin-bottom: 20px;
}
#line202510 .usecase-txt * {
  font-size: 20px;
  line-height: calc(24 / 20);
}

/*-----------------------------------------
  登録方法
-----------------------------------------*/
#line202510 .steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 69px 22px;
  margin-block: 90px;
}
#line202510 .step {
  background-color: #f1fcf6;
  border-radius: 26px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  list-style: inherit;
  padding: 76px 22px 27px 30px;
  position: relative;
  min-height: 400px;
}
#line202510 .step::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 35px solid var(--color-lime);
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
  z-index: 1;
}
#line202510 .step:nth-child(3n):after {
  content: none;
}
#line202510 .step-num {
  background-color: var(--color-lime);
  border-radius: 32px;
  color: var(--color-lime);
  font-family: var(--ff-arial);
  font-size: 50px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  line-height: 1;
  text-align: center;
  padding: 7px 34px 6px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
#line202510 .step-ttl {
  font-size: 20px;
  line-height: calc(24 / 20);
  text-align: center;
  margin-bottom: 30px;
}
#line202510 .step-img {
  text-align: center;
}
#line202510 .step:nth-child(1) .step-img img {
  margin-top: 30px;
  width: 134px;
}
#line202510 .step:nth-child(2) .step-img img {
  margin-top: 30px;
  width: 298px;
}
#line202510 .step:nth-child(3) .step-img img {
  margin-top: 20px;
  width: 297px;
}
#line202510 .step:nth-child(4) .step-img img {
  width: 219px;
}
#line202510 .step:nth-child(5) .step-img img {
  width: 261px;
}
#line202510 .step:nth-child(6) .step-img img {
  width: 261px;
}

/*-----------------------------------------
  バナー
-----------------------------------------*/
#line202510 .bnr {
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 750px) {
  /*-----------------------------------------
    Common
  -----------------------------------------*/
  #line202510 .sec { padding-inline: min(15px, calc(15 / 414 * 100vw)); margin-bottom: 80px;}
  #line202510 .sec-inner { width: 100%;}

  /*-----------------------------------------
    ファーストビュー
  -----------------------------------------*/
  #line202510 .firstview {
    padding-bottom: 60px;
  }
  #line202510 .firstview-inner {
    width: 100%;
  }
  #line202510 .firstview-visual {
    margin-bottom: 40px;
  }
  #line202510 .firstview-lead {
    row-gap: 12px;
    margin-bottom: 24px;
  }
  #line202510 .firstview-lead * {
    font-size: min(15px, calc(15 / 414 * 100vw));
    line-height: calc(18 / 15);
  }

  /*-----------------------------------------
    コンテンツタイトル
  -----------------------------------------*/
  #line202510 .content-ttl {
    border-radius: 49px;
    font-size: min(20px, calc(20 / 414 * 100vw));
    line-height: calc(23 / 20);
    padding: 22px 20px 21px;
    margin-bottom: 32px;
  }

  /*-----------------------------------------
    セクションタイトル
  -----------------------------------------*/
  #line202510 .sec-ttl {
    background-image: url('/cms/img/usr/line202510/sec_ttl_bg_sp.png');
    background-size: 100%;
    font-size: min(25px, calc(25 / 414 * 100vw));
    line-height: calc(30 / 25);
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  /*-----------------------------------------
    活用方法
  -----------------------------------------*/
  #line202510 .usecases {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 82px;
    margin-block: 80px;
  }
  #line202510 .usecase {
    border-radius: 22px;
    padding: 76px min(20px, calc(20 / 414 * 100vw)) 27px;
  }
  #line202510 .usecase-header {
    margin-bottom: 20px;
  }
  #line202510 .usecase-num {
    font-size: min(60px, calc(60 / 414 * 100vw));
    padding: 15px 17px 14px;
  }
  #line202510 .usecase-ttl {
    font-size: min(20px, calc(20 / 414 * 100vw));
    line-height: calc(26 / 20);
    margin-bottom: 28px;
  }
  #line202510 .usecase-img img {
    max-width: min(266px, calc(266 / 414 * 100vw));
  }
  #line202510 .usecase-txt {
    margin-bottom: 16px;
  }
  #line202510 .usecase-txt * {
    font-size: min(16px, calc(16 / 414 * 100vw));
    line-height: calc(19 / 16);
  }

  /*-----------------------------------------
    登録方法
  -----------------------------------------*/
  #line202510 .steps {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 100px;
    margin-block: 80px;
  }
  #line202510 .step {
    padding: 67px min(20px, calc(20 / 414 * 100vw)) 36px;
    min-height: auto;
  }
  #line202510 .step::after {
    border-right: 36px solid transparent;
    border-left: 36px solid transparent;
    border-top: 38px solid var(--color-lime);
    border-bottom: 0;
    top: 100%;
    left: 50%;
    translate: -50% 0;
  }
  #line202510 .step:nth-child(3n):after {
    content: '';
  }
  #line202510 .step:last-child:after {
    content: none;
  }
  #line202510 .step-num {
    border-radius: 34px;
    font-size: min(50px, calc(50 / 414 * 100vw));
    padding: 7px 34px 6px;
  }
  #line202510 .step-ttl {
    font-size: min(21px, calc(21 / 414 * 100vw));
    line-height: calc(25 / 21);
  }
  #line202510 .step:nth-child(1) .step-img img {
    margin-top: unset;
    width: min(134px, calc(134 / 414 * 100vw));
  }
  #line202510 .step:nth-child(2) .step-img img {
    margin-top: unset;
    width: min(298px, calc(298 / 414 * 100vw));
  }
  #line202510 .step:nth-child(3) .step-img img {
    margin-top: unset;
    width: min(297px, calc(297 / 414 * 100vw));
  }
  #line202510 .step:nth-child(4) .step-img img {
    width: min(219px, calc(219 / 414 * 100vw));
  }
  #line202510 .step:nth-child(5) .step-img img {
    width: min(261px, calc(261 / 414 * 100vw));
  }
  #line202510 .step:nth-child(6) .step-img img {
    width: min(261px, calc(261 / 414 * 100vw));
  }

  /*-----------------------------------------
    バナー
  -----------------------------------------*/
  #line202510 .bnr {
    text-align: center;
    margin-bottom: 42px;
  }
}