@charset "UTF-8";
.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}

/* 初期化 */
.fs-l-main {
  padding: 0;
}

/* 全体設定
---------------------------------------- */
.line {
  margin: 0 calc(50% - 50vw);
  color: #666;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
  .line {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 70px;
  }
}

@media screen and (max-width: 600px) {
  .inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 520px) {
  .inner {
    padding: 0 20px;
  }
}

.hero {
  background-image: url(../img/KV-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: bottom;
  width: 100%;
  height: 500px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}

@media screen and (max-width: 1000px) {
  .hero {
    height: 1200px;
    background-image: url(../img/KV-sp.png);
    background-position: center;
    background-size: contain;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 600px) {
  .hero {
    height: 950px;
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 520px) {
  .hero {
    margin-top: 8%;
    height: 500px;
  }
}

.hero .is-pc {
  max-width: 500px;
  position: relative;
}

.hero .is-pc .img1 {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: -10%;
  top: -2px;
}

.function-ttl {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1000px) {
  .function-ttl {
    width: 100%;
    margin-bottom: 30px;
  }
}

.function-ttl h2 {
  font-size: 34px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 520px) {
  .function-ttl h2 {
    font-size: 17px;
    padding: 15px 0;
    margin: 0;
  }
}

.function-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .function-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 520px) {
  .function-box {
    margin-bottom: 50px;
  }
}

.function-box .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  margin-bottom: 50px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .function-box .item {
    width: 100%;
    margin: 30px 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 520px) {
  .function-box .item {
    margin-top: 35px;
    margin-bottom: 0;
  }
}

.function-box .item .item-img {
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}

@media screen and (max-width: 520px) {
  .function-box .item .item-img {
    width: 32%;
  }
}

.function-box .item .item-img img {
  width: auto;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 520px) {
  .function-box .item .item-img img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.function-box .item .content {
  margin-left: 30px;
  letter-spacing: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
}

@media screen and (max-width: 520px) {
  .function-box .item .content {
    width: 68%;
    margin-left: 24px;
  }
}

.function-box .item .content h4 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .function-box .item .content h4 {
    color: #2ca77d;
  }
}

@media screen and (max-width: 520px) {
  .function-box .item .content h4 {
    font-size: 17px;
  }
}

.function-box .item .content p {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .function-box .item .content p {
    font-size: 26px;
  }
}

@media screen and (max-width: 520px) {
  .function-box .item .content p {
    font-size: 14px;
  }
}

.function-qr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 10px solid #f7f7f5;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .function-qr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 520px) {
  .function-qr {
    border: 6px solid #f7f7f5;
    padding: 5px;
    margin-bottom: 25px;
  }
}

.function-qr .qr-img {
  width: 40%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .function-qr .qr-img {
    width: 100%;
  }
}

.function-qr .qr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .function-qr .qr-img img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 520px) {
  .function-qr .qr-img img {
    padding: 0;
  }
}

.function-qr .content {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
}

@media screen and (max-width: 1000px) {
  .function-qr .content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 40px 40px 0;
  }
}

@media screen and (max-width: 520px) {
  .function-qr .content {
    padding: 15px;
    margin-bottom: 0;
  }
}

.function-qr .content h2 {
  margin-top: 0;
  letter-spacing: 4px;
  font-size: 42px;
  color: #2ca77d;
  margin-bottom: 30px;
  line-height: 1.5;
  padding: 0 30px 0 0;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .function-qr .content h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 2px;
    padding: 0 18px;
    text-align: center;
  }
}

@media screen and (max-width: 520px) {
  .function-qr .content h2 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 15px;
    text-align: center;
  }
}

.function-qr .content p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 2.4px;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .function-qr .content p {
    font-size: 28px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 520px) {
  .function-qr .content p {
    font-size: 13px;
  }
}

.function-detail {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .function-detail {
    font-size: 26px;
    width: 90%;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .function-detail br {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .function-detail {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

.function .btn {
  background-color: #e47373;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  margin-bottom: 180px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1000px) {
  .function .btn {
    width: 90%;
    font-size: 32px;
    padding: 30px 0;
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 520px) {
  .function .btn {
    font-size: 17px;
    padding: 20px 0;
    margin-bottom: 70px;
  }
}

.function .btn img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}

@media screen and (max-width: 520px) {
  .function .btn img {
    right: 15px;
  }
}
.line_bnr {
  text-align: center;
}
.line_bnr a {
  width: 389px;
  margin: 0 auto 30px;
}
.line_bnr a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 520px) {
  .line_bnr a{
    width: 90%;
    margin: 0 auto 10px;
  }
}

.step {
  margin-bottom: 120px;
}

.step-pre-ttl {
  font-size: 16px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .step-pre-ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 520px) {
  .step-pre-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.step-ttl {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 130px;
}

@media screen and (max-width: 1000px) {
  .step-ttl {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 520px) {
  .step-ttl {
    margin-bottom: 35px;
  }
}

.step-ttl h2 {
  font-size: 34px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 520px) {
  .step-ttl h2 {
    font-size: 17px;
    margin-top: 3%;
    margin-bottom: 3%;
  }
}

.step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .step-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 520px) {
  .step-box {
    margin-bottom: 20px;
  }
}

.step-box .item {
  width: 33%;
}

@media screen and (max-width: 1000px) {
  .step-box .item {
    width: 100%;
  }
}

.step-box .item-img {
  text-align: center;
  background-color: #f7f7f5;
  background-image: url(../img/sp-frame.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 350px;
  position: relative;
}

.step-box .item-img img {
  position: absolute;
  top: 47%;
  left: 48.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
  .step-box .item-img img {
    top: 47.5%;
    left: 49.5%;
  }
}

@media screen and (max-width: 520px) {
  .step-box .item-img img {
    left: 48.5%;
  }
}

@media screen and (max-width: 1000px) {
  .step-box .content {
    padding: 20px 0;
  }
}

.step-box .content h2 {
  font-size: 24px;
  color: #2ca77d;
  letter-spacing: 0;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .step-box .content h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 520px) {
  .step-box .content h2 {
    font-size: 17px;
  }
}

.step-box .content h2 span {
  background-color: #2ca77d;
  margin-right: 10px;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  .step-box .content h2 span {
    padding: 10px 15px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 520px) {
  .step-box .content h2 span {
    padding: 5px 8px;
  }
}

.step-box .content p {
  font-size: 18px;
  padding: 0 34px;
}

@media screen and (max-width: 1000px) {
  .step-box .content p {
    letter-spacing: 2px;
    font-size: 28px;
    padding: 0;
  }
}

@media screen and (max-width: 520px) {
  .step-box .content p {
    font-size: 14px;
  }
}

.step-detail {
  font-size: 18px;
  color: #2ca77d;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .step-detail {
    font-size: 28px;
    text-align: left;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 520px) {
  .step-detail {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.step-detail2 {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .step-detail2 {
    font-size: 28px;
    text-align: left;
  }
}

@media screen and (max-width: 520px) {
  .step-detail2 {
    font-size: 14px;
  }
}
/*# sourceMappingURL=line.css.map */