@charset "UTF-8";
/* LINE友達募集
================================================== */
.line__inner {
  padding: 17.06667vw 0 0;
}
@media print, screen and (min-width: 751px) {
  .line__inner {
    padding: 80px 0 0;
  }
}

.line .kv {
  background-image: url(/img/line/kv_sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  height: 73.33334vw;
  padding-top: 8vw;
}
@media print, screen and (min-width: 751px) {
  .line .kv {
    background-image: url(/img/line/kv_pc.png);
    height: 460px;
    padding-top: 14px;
  }
}

.line .kv__ttlWrap {
  padding: 0 5.33334vw;
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .line .kv__ttlWrap {
    padding: 0 30px;
  }
}

.line .kv__ttl {
  margin: 0 auto;
  position: initial;
  transform: initial;
  width: 72vw;
}
@media print, screen and (min-width: 751px) {
  .line .kv__ttl {
    width: 468px;
  }
}

.line .kv__lead {
  background-color: rgba(255, 255, 255, 0.52);
  color: #2E2E2E;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.66667;
  letter-spacing: 0.05em;
  margin-top: 5.33334vw;
  padding: 2.93334vw;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .line .kv__lead {
    display: table;
    font-size: 2.6rem;
    line-height: 1.76924;
    margin: 35px auto 0;
    padding: 14px 36px;
    width: auto;
  }
}

/* sec-01
-------------------------------------------------- */
/* タイトル */
.sec-01 .sec-ttl {
  color: #31AE36;
  font-size: 6.66667vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .sec-01 .sec-ttl {
    font-size: 3.8rem;
    line-height: 1.6579;
  }
}

@media print, screen and (min-width: 751px) {
  .sec-01__inner {
    display: flex;
    padding: 0 7.70834% 0 3.125%;
    margin-top: 40px;
  }
}

/* 左側 */
@media print, screen and (min-width: 751px) {
  .sec-01__l-container {
    margin-top: 26px;
    width: 62.73365%;
  }
}

.sec-01__list li {
  display: flex;
  align-items: center;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.66667;
  letter-spacing: 0.03em;
  min-height: 53px;
  margin-top: 5.33334vw;
}
@media print, screen and (min-width: 751px) {
  .sec-01__list li {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
.sec-01__list li::before {
  content: "";
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 23px;
  height: 13.86667vw;
  width: 14.13334vw;
}
@media print, screen and (min-width: 751px) {
  .sec-01__list li::before {
    margin-right: 24px;
    height: 52px;
    width: 53px;
  }
}

@media print, screen and (min-width: 751px) {
  .sec-01__list li:first-child {
    margin-top: 0;
  }
}

.sec-01__list li:nth-child(1)::before {
  background-image: url(/img/line/icon-01.svg);
}

.sec-01__list li:nth-child(2)::before {
  background-image: url(/img/line/icon-02.svg);
}

.sec-01__list li:nth-child(3)::before {
  background-image: url(/img/line/icon-03.svg);
}

.sec-01__list li:nth-child(4)::before {
  background-image: url(/img/line/icon-04.svg);
}

.sec-01__list li:nth-child(5)::before {
  background-image: url(/img/line/icon-05.svg);
}

.sec-01__list li:nth-child(6)::before {
  background-image: url(/img/line/icon-06.svg);
}

.sec-01__list li:nth-child(7)::before {
  background-image: url(/img/line/icon-07.svg);
}

.sec-01__list li:nth-child(8)::before {
  background-image: url(/img/line/icon-08.svg);
}

/* 右側 */
.sec-01__r-container {
  margin-top: 9.6vw;
}
@media print, screen and (min-width: 751px) {
  .sec-01__r-container {
    margin-top: 0;
    width: 37.38318%;
    min-width: 320px;
  }
}

.sec-01__r-container .img {
  margin: 0 auto;
  width: 51.2vw;
}
@media print, screen and (min-width: 751px) {
  .sec-01__r-container .img {
    width: auto;
  }
}

/* sec-02
-------------------------------------------------- */
/*  */
.sec-02 {
  background-color: #31AE36;
  margin-top: 12vw;
}
@media print, screen and (min-width: 751px) {
  .sec-02 {
    margin-top: 77px;
  }
}

.sec-02__inner {
  padding-top: 14.66667vw;
  padding-bottom: 15.46667vw;
}
@media print, screen and (min-width: 751px) {
  .sec-02__inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

/* タイトル */
.sec-02 .sec-ttl {
  color: #fff;
  font-size: 6.66667vw;
  font-weight: bold;
  line-height: 1.64;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 12.8vw;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .sec-02 .sec-ttl {
    display: table;
    font-size: 3.8rem;
    line-height: 1.6579;
    margin: 0 auto 34px;
    padding: 0 35px;
  }
}
.sec-02 .sec-ttl span {
  color: #F5FF00;
  display: inline-block;
}
.sec-02 .sec-ttl::before, .sec-02 .sec-ttl::after {
  content: "";
  background-color: #fff;
  height: 0.8vw;
  width: 13.33334vw;
  position: absolute;
  bottom: calc(50% - 15px);
}
@media print, screen and (min-width: 751px) {
  .sec-02 .sec-ttl::before, .sec-02 .sec-ttl::after {
    height: 3px;
    width: 50px;
    bottom: calc(50% - 10px);
  }
}
.sec-02 .sec-ttl::before {
  transform: translateY(-50%) rotate(65deg);
  left: 4.8vw;
}
@media print, screen and (min-width: 751px) {
  .sec-02 .sec-ttl::before {
    left: -17px;
  }
}
.sec-02 .sec-ttl::after {
  transform: translateY(-50%) rotate(-65deg);
  right: 4.8vw;
}
@media print, screen and (min-width: 751px) {
  .sec-02 .sec-ttl::after {
    right: -10px;
  }
}

.sec-02__wrap {
  background-color: #fff;
  border-radius: 3.2vw;
  padding: 6.13334vw 2.66667vw 11.2vw;
}
@media print, screen and (min-width: 751px) {
  .sec-02__wrap {
    background-color: initial;
    border-radius: initial;
    padding: 0;
    margin: 0 -8px;
  }
}

/* テキスト */
.sec-02__wrap .txt {
  font-size: 4.26667vw;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.03em;
  text-align: center;
}

/* ボタン */
.sec-02__wrap .btn {
  margin-top: 5.33334vw;
}
.sec-02__wrap .btn a {
  background-color: #31AE36;
  border-radius: 1.6vw;
  color: #fff;
  display: block;
  font-size: 4.26667vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5.06667vw 1em 5.6vw;
}
.sec-02__wrap .btn a:hover {
  opacity: 0.7;
}
.sec-02__wrap .btn span {
  padding-right: 8.53334vw;
  position: relative;
}
.sec-02__wrap .btn span::after {
  content: "";
  background-image: url(/img/cmn/icon-arrow-right-w.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 5.86667vw;
  width: 5.86667vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sec-02__wrap .btn--01 {
  margin-top: 12vw;
}/*# sourceMappingURL=line.css.map */