.pc_hidden {
  display: none;
}

.sp_hidden {
  display: inline-block;
}

@media screen and (max-width: 767px),
print {
  .pc_hidden {
    display: inline-block;
  }

  .sp_hidden {
    display: none;
  }
}

/* FV
  ============================================================================================================ */


.txt_s {
  font-size: 3rem;
}

.pc-mp4-back {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px),
print {
  .pc-mp4-back {
    width: 94.1333%;
  }

  .pc-mp4-back::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 108%;
    background: url(../img/sp-main.png) no-repeat left top / 100% auto;
    z-index: 10;
    pointer-events: none;
  }

  .sp {
    display: inline-block;
  }
}

/* h2
  ============================================================================================================ */
header h2 {
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.4;
  color: #2864f0;
}

header p {
  text-align: center;
}

@media screen and (max-width: 767px),
print {
  header h2 {
    font-size: 2rem;
  }

  header p {
    padding: 0 30px;
    font-size: 1.3rem;
  }
}



/* feature & howto , submit , kaikei
  ============================================================================================================ */
.howto,
.feature,
.submit,
.kaikei {
  margin-bottom: 240px;
}

@media screen and (max-width: 767px),
print {

  .howto,
  .feature,
  .submit,
  .kaikei {
    margin-bottom: 140px;
  }
}



/* ltsMakeIt
  ============================================================================================================ */
.ltsMakeIt {
  position: relative;
  margin-bottom: 240px;
}

.ltsMakeIt>header {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.ltsMakeIt>header picture {
  /*position: absolute;*/
  z-index: 3;
}

.ltsMakeIt>header img {
  width: 100%;
  height: auto;
}

.ltsMakeIt .contents {
  position: relative;
  z-index: 2;
}

.ltsMakeIt .contents ul {
  background-color: #fafafa;
}

.ltsMakeIt .contents li {
  text-align: center;
}

.ltsMakeIt .contents li .ico {
  display: block;
  width: 60px;
  margin: auto;
}

.ltsMakeIt .btn {
  position: relative;
  margin: 60px auto;
}

@media screen and (min-width: 768px),
print {

  .ltsMakeIt .contents {
    max-width: 920px;
    margin: auto;
    padding: 0 20px;
  }

  .ltsMakeIt .contents ul {
    display: flex;
    padding: 110px 0 60px;
  }

  .ltsMakeIt .contents li {
    width: 100%;
    padding-bottom: 10px;
  }

  .ltsMakeIt .contents li+li {
    border-left: 1px solid #dedede;
  }

  .ltsMakeIt .contents li .ico {
    position: relative;
    margin-bottom: 20px;
  }

  .ltsMakeIt .contents li .ico span {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .ltsMakeIt .btn p {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px),
print {
  .ltsMakeIt {
    margin-bottom: 130px;
    font-size: 1.3rem;
  }

  .ltsMakeIt>header {
    width: 100%;
    margin-bottom: 0;
  }

  .ltsMakeIt>header h2 {
    margin: 0 0 15px;
  }

  .ltsMakeIt .contents ul {
    padding: 60px 0;
  }

  .ltsMakeIt .contents li+li::before {
    content: "";
    display: block;
    width: 110px;
    border-top: 1px solid #dedede;
    margin: 35px auto;
  }

  .ltsMakeIt .contents li .ico {
    width: 40px;
    margin: 0 auto 10px;
  }

  .ltsMakeIt .btn {
    position: relative;
    margin-top: 45px;
  }

  .ltsMakeIt .btn picture {
    bottom: 40px;
    height: 230px;
  }
}


/* footer
  ============================================================================================================ */
.footer__pagetop-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 96.9%, .9);
  color: #333;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.footer__pagetop-link:hover {
  background-color: #f0f0f0
}

.footer__lower {
  background-color: #f7f5f5;
  color: #333;
}

.footer__lower :focus {
  outline-color: #fff
}

.footer__lower-inner {
  margin-right: auto;
  margin-left: auto
}

.footer__info {
  padding-top: 18px
}

.footer__text {
  font-size: 14px;
  line-height: 1.64286
}

.footer__banner {
  grid-area: banner;
  margin: 0
}

.footer__banner,
.footer__list {
  padding-left: 0;
  list-style-type: none
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0
}

.footer__item {
  font-size: 14px
}

.footer__item:nth-child(n+2):before {
  content: "/";
  margin-left: .4em;
  margin-right: .4em
}

.footer__link {
  color: inherit;
  text-decoration: none
}

.footer__link:hover {
  text-decoration: underline
}

.footer__copyright {
  text-align: center
}

@media screen and (min-width:769px) {

  /*---footer---*/
  .footer__pagetop-link {
    height: 80px
  }

  .footer__lower {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .footer__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid hsla(0, 0%, 100%, .1)
  }

  .footer__logo svg {
    width: 255px;
  }

  .footer__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 150px;
    grid-template-columns: 1fr 150px;
    -ms-grid-rows: 98px 1fr;
    grid-template-rows: 98px 1fr;
    grid-template-areas: "text sns" "banner banner";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 60px
  }

  .footer__info>.footer__text,
  .footer__info>.top-service__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }

  .footer__banner {
    display: none;
  }

  .footer__copyright {
    margin-top: 10px;
    font-size: 14px
  }
}

@media screen and (min-width:1141px) {
  .footer__lower-inner {
    width: 1060px
  }

  .footer__list {
    margin-top: 30px
  }

  .footer__corporate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 180px;
  }
}

@media screen and (min-width:769px) and (max-width:1140px) {

  /*---footer---*/
  .footer__lower-inner {
    width: 92%;
  }

  .footer__corporate {
    max-width: 700px;
    margin: 0 auto;
  }

  .footer__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 46px
  }

  .footer__link {
    padding-right: 1.0em;
    padding-left: 1.0em
  }

  .footer__corporate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width:768px) {

  /*---footer---*/
  .footer__pagetop-link {
    height: 50px
  }

  .footer__lower {
    padding-top: 6%;
    padding-bottom: 40px
  }

  .footer__lower-inner {
    padding-right: 15px;
    padding-left: 15px
  }

  .footer__logo {
    width: 260px;
    margin-right: auto;
    margin-left: auto
  }

  .footer__logo svg {
    width: 100%;
    height: auto
  }

  .footer__text {
    text-align: center
  }

  .footer__banner {
    margin-top: 20px;
    text-align: center
  }

  .footer__banner-item:nth-child(n+2) {
    margin-top: 10px
  }

  .footer__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 46px
  }

  .footer__link {
    padding-right: .5em;
    padding-left: .5em
  }

  .footer__copyright {
    margin-top: 20px;
    font-size: 12px
  }
}

/*--------------ks_after---------------------------------------------*/

.ks_after {
  width: 100%;

}

.ks_after header {
  width: 100%;
  margin-top: 480px;
  padding: 40px 0;
  position: relative;
  background: #fff;
  filter: drop-shadow(0 10px 4px #00000010);
  border-top: solid 3px #ebf3ff;

  text-align: center;
}

.ks_after header img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 920px;
  top: -265px;
}

.ks_after .contents {
  padding-top: 70px;
  width: 100%;
  background: #dce8ff;
}

@media screen and (max-width: 767px),
print {
  .ks_after {
    margin-top: 260px;
  }

  .ks_after header {
    margin-top: 0;
    padding: 30px 0 20px;
  }

  .ks_after header img {
    top: -134px;
  }

  .ks_after .contents {
    padding-top: 10px;
  }
}

/*--------------btn---------------------------------------------*/
a.box_btn.m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 90px;
  margin: auto;
  border-radius: 55px;
  font-size: 2rem;
}

a.box_btn.l {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 660px;
  height: 120px;
  border-radius: 73px;
  font-size: 2rem;
}

a.box_btn.kk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 560px;
  height: 80px;
  margin: auto;
  border-radius: 55px;
  font-size: 2rem;
}

.feature .btn1 {
  margin: 60px auto;
}

.feature a.box_btn {
  width: 660px;
}

.ks_after .btn1 {
  padding-bottom: 22px;
}

.ks_after .btn2 {
  padding-bottom: 200px;
}

.ks_after .btn1 a.box_btn {
  background: #ffb91e;
}

.ks_after .btn2 a.box_btn {
  height: 70px;
  background: #ffffff88;
  border: solid 3px #73a5ff;
  color: #3264dc;
}

.ks_after .btn2 .ar,
.ks_after .btn2 .ar::after {
  border-color: #3264dc;
}

@media screen and (max-width: 767px),
print {

  a.box_btn.kk,
  a.box_btn.l {
    width: 90vw;
    height: 70px;
    font-size: 1.5rem;
  }

  a.box_btn.m {
    width: 80vw;
    height: 60px;
    font-size: 1.6rem;
  }

  .btn2 a.box_btn.m {
    height: 54px;
  }

  .ks_after .btn2 a.box_btn {
    border-width: 2px;
  }

}