@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap";

:root {
  --default: #333;
  --main-blue: #09f;
  --main-red: #FF822E;
}

* {
  box-sizing: border-box
}

body,
h1,
h2,
h3,
html,
p {
  margin: 0;
  padding: 0
}

img {
  vertical-align: top
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

html {
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 10px
}

@media screen and (max-width:1000px) {
  html {
    font-size: 1vw
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 2.6666666667vw
  }
}

body {
  font-size: 1.6rem
}

@media screen and (max-width:768px) {
  body {
    font-size: 1.4rem
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity .3s
}

a:hover {
  opacity: .7
}

#tts-lp {
  background-color: #000
}

#tts-lp .view__pc {
  display: block
}

@media screen and (max-width:768px) {
  #tts-lp .view__pc {
    display: none
  }
}

#tts-lp .view__sp {
  display: none
}

@media screen and (max-width:768px) {
  #tts-lp .view__sp {
    display: block
  }
}

#tts-lp .header {
  background-color: #fff;
  left: 0;
  padding: 1.5rem 1rem;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100
}

#tts-lp .header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 99rem;
  width: 100%
}

@media screen and (max-width:768px) {
  #tts-lp .header__inner {
    display: grid;
    grid-template-columns: 15rem max-content
  }
}

#tts-lp .header__inner .logo {
  display: inline-block;
  max-width: 16.6rem
}

#tts-lp .header__inner .tel .view__pc {
  align-items: center;
  -moz-column-gap: .6rem;
  column-gap: .6rem;
  display: grid;
  grid-template-columns: 3.1rem 1fr
}

@media screen and (max-width:768px) {
  #tts-lp .header__inner .tel .view__pc {
    display: none
  }
}

#tts-lp .header__inner .tel .view__pc img {
  grid-area: 1/1/3/2
}

#tts-lp .header__inner .tel .view__pc p {
  font-weight: 700
}

#tts-lp .header__inner .tel .view__pc .text {
  font-size: 2.2rem;
  grid-area: 1/2/2/3
}

#tts-lp .header__inner .tel .view__pc .text-small {
  font-size: 1rem;
  grid-area: 2/2/3/3
}

#tts-lp .header__inner .tel .view__sp {
  display: none
}

@media screen and (max-width:768px) {
  #tts-lp .header__inner .tel .view__sp {
    display: block
  }

  #tts-lp main {
    display: flex;
    flex-direction: column
  }
}

#tts-lp .mv {
  position: relative
}

#tts-lp .mv .bg__mv-movie {
  line-height: 0;
  position: relative
}

#tts-lp .mv .bg__mv-movie:after {
  background-color: #0009;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

#tts-lp .mv .bg__mv-movie video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%
}

@media screen and (min-width:1001px) {
  #tts-lp .mv .bg__mv-movie video {
    max-height: 58.6rem
  }
}

#tts-lp .mv__inner {
  display: grid;
  gap: 2.8rem;
  grid-template-columns: max-content 30rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 2rem;
  transform: translate(-50%);
  width: 100%
}

@media screen and (max-width:1000px) {
  #tts-lp .mv__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto)
  }
}

#tts-lp .mv-left {
  display: flex;
  flex-direction: column;
  gap: 4rem
}

@media screen and (min-width:1001px) {
  #tts-lp .mv-left {
    margin-top: 4rem
  }
}

@media screen and (max-width:1000px) {
  #tts-lp .mv-left {
    align-items: center;
    gap: 3rem;
    padding: 0 4.5rem
  }

  #tts-lp .mv-left h1,
  #tts-lp .mv-left h1 img {
    width: 100%
  }
}

@media screen and (max-width:768px) {
  #tts-lp .mv-left {
    padding: 0 2rem
  }
}

#tts-lp .mv-left__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%
}

#tts-lp .mv-left__text p {
  color: #fff;
  margin-left: auto;
  margin-right: 2.7rem
}

@media screen and (max-width:1000px) {
  #tts-lp .mv-left__text p {
    margin-right: auto;
  }
}

#tts-lp .mv-left__text p.start_pc {
  text-align: right;
}

#tts-lp .mv-left__text p.start_sp {
  display: none;
}

@media screen and (max-width:1000px) {
  #tts-lp .mv-left__text p.start_pc {
    display: none;
  }

  #tts-lp .mv-left__text p.start_sp {
    display: block;
  }
}

#tts-lp .mv-right {
  height: 60.5rem;
  position: relative
}

@media screen and (max-width:1000px) {
  #tts-lp .mv-right {
    margin: 0 auto;
    max-width: 30rem;
    width: 100%
  }
}

#tts-lp .mv-right:after {
  background: url(../img/mock_phone.png) no-repeat 0 0/cover;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

#tts-lp .mv-right__movie {
  border-radius: 4rem;
  height: calc(100% - 2rem);
  margin: 1rem 0 0 1.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: calc(100% - 2rem)
}

#tts-lp .mv-buttons {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 30rem)
}

@media screen and (max-width:1000px) {
  #tts-lp .mv-buttons {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto)
  }
}

#tts-lp .lp1 {
  background-image: url(../img/bg_lp1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 9.6rem;
  overflow: hidden
}

#tts-lp .lp1__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin: 0 auto;
  max-width: 100rem;
  padding: 6rem 0;
  width: 100%
}

#tts-lp .lp1-link {
  align-items: baseline;
  border-bottom: 1px solid #333;
  display: flex;
  font-size: 2.2rem;
  gap: .8rem;
  padding-bottom: .5rem
}

#tts-lp .lp1-link:after {
  background-image: url(../img/arrow_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem
}

#tts-lp .lp1__sp {
  border-radius: 0 0 6rem;
  overflow: hidden
}

#tts-lp .lp2-1 {
  background: url(../img/bg_lp2-1.jpg) no-repeat 0 0/cover;
  border-radius: 9.6rem 0 0;
  overflow: hidden
}

#tts-lp .lp2-1__inner {
  margin: 0 auto;
  max-width: 100rem;
  padding: 12rem 0 11.4rem;
  width: 100%
}

#tts-lp .lp2-2 {
  background: url(../img/bg_lp2-2.jpg) no-repeat 0 0/cover
}

#tts-lp .lp2-2__inner {
  margin: 0 auto;
  max-width: 100rem;
  padding: 9.4rem 0 10rem;
  width: 100%
}

#tts-lp .lp2__sp {
  border-radius: 6rem 0 0;
  overflow: hidden
}

#tts-lp .lp3 {
  background: url(../img/bg_lp3.jpg) no-repeat 0 0/cover;
  border-radius: 0 0 9.6rem;
  overflow: hidden
}

#tts-lp .lp3__inner {
  margin: 0 auto;
  max-width: 80.2rem;
  padding: 7.3rem 0 12rem;
  width: 100%
}

#tts-lp .lp3__sp {
  border-radius: 0 0 6rem;
  overflow: hidden
}

#tts-lp .lp4 {
  background: url(../img/bg_lp4-1-1.svg) no-repeat 0 66rem/contain, url(../img/bg_lp4-1-2.svg) no-repeat 0 163rem/contain, url(../img/bg_lp4-2.svg) no-repeat center 100%/contain #fff;
  border-radius: 9.6rem 0;
  padding: 14rem 0 12rem
}

@media screen and (max-width:768px) {
  #tts-lp .lp4 {
    border-radius: 6rem 0
  }
}

#tts-lp .lp4__inner {
  display: flex;
  flex-direction: column;
  gap: 23.3rem;
  margin: 0 auto;
  max-width: 108rem;
  width: 100%
}

#tts-lp .lp4__sp {
  border-radius: 6rem 0;
  overflow: hidden
}

#tts-lp .about-campaign {
  background-color: #fff;
  border-radius: 9.6rem 0;
  padding: 17rem 0 12rem
}

@media screen and (max-width:768px) {
  #tts-lp .about-campaign {
    border-radius: 6rem 0
  }
}

#tts-lp .about-campaign__inner {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%
}

#tts-lp .about-campaign__sp {
  border-radius: 6rem 0;
  overflow: hidden
}

.footer {
  background-color: #fff;
  border-radius: 9.6rem 0 0;
  font-size: 1.1rem;
  padding: 10rem 0
}

@media screen and (max-width:768px) {
  .footer {
    border-radius: 6rem 0 0
  }
}

.footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center
}

.footer .privacy a {
  color: #09f;
  text-decoration: underline
}


.btn-document,
.btn-free {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 700;
  gap: .8rem;
  justify-content: center;
  padding: 2.3rem 0;
  width: 100%
}

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

  .btn-document,
  .btn-free {
    font-size: 1.8rem;
    padding: 1.3rem 0
  }
}

.btn-document:before,
.btn-free:before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem
}

.btn-free {
  background-color: var(--main-red);
  border: .3rem solid var(--main-red);
  transition: background-color .3s, color .3s;
  color: #fff;
}

.btn-free:before {
  background-image: url(../img/ico_free-white.svg)
}

.btn-free:hover {
  background-color: #fff;
  color:  var(--main-red);
  opacity: 1
}

.btn-free:hover:before {
  background-image: url(../img/ico_free.svg)
}

.btn-document {
  border: .3rem solid var(--main-blue);
  color:  var(--main-blue);
  background-color: #fff;
  transition: color .3s, background-color .3s
}

.btn-document:before {
  background-image: url(../img/ico_download-red.svg)
}

.btn-document:hover {
  background-color: var(--main-blue);
  color: #FFF;
  opacity: 1
}

.btn-document:hover:before {
  background-image: url(../img/ico_download.svg)
}


.cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.9rem;
  margin: 0 auto;
  max-width: 65rem;
  padding: 5.4rem 0;
  width: 100%
}

@media screen and (max-width:768px) {
  .cta {
    max-width: 30.4rem
  }
}

.cta-text {
  width: 100%
}

.cta__buttons {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, calc(50% - 1rem));
  max-width: 52rem;
  width: 100%
}

@media screen and (max-width:768px) {
  .cta__buttons {
    align-items: center;
    display: flex;
    flex-direction: column
  }
}

.cta__buttons.multi {
  align-items: center;
  display: flex;
  gap: 2rem
}

@media screen and (max-width:768px) {
  .cta__buttons.multi {
    flex-direction: column
  }

  .cta__buttons img {
    max-width: 30.4rem
  }
}