@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
p {
  line-height: 1.5;
}
li,
ol,
ul {
  line-height: inherit;
}
ol li,
ul li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
  outline: 0;
}
audio,
embed,
iframe,
img,
object,
picture,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
iframe {
  border: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
  resize: vertical;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  cursor: pointer;
}
address,
em {
  font-style: normal;
}
[type="button"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
button,
input,
select,
textarea {
  padding: 0;
  margin: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="button"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="reset"]:focus,
[type="search"]:focus,
[type="submit"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  -webkit-tap-highlight-color: transparent;
}
em {
  font-style: normal;
}
th {
  font-weight: 400;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
html {
  width: 100%;
  height: 100%;
}
/* Font */
@media only screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: calc(10px + (13 - 10) * (100vw - 375px) / (768 - 375));
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 2.66667vw;
  }
}
body {
  position: relative;
  width: inherit;
  min-width: 320px;
  height: inherit;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 769px) {
  body main {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  body main {
    font-size: 1.4rem;
  }
}
body main {
  color: #151515;
  background: #f8f8f8;
}
body main {
  margin-top: 0;
  font-family: "Jost", "M PLUS 1p", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium",
    "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 150px;
}
h1 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}
h2 {
  position: relative;
  margin: 0px auto 50px auto;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  color: #1a9cff;
}
h2:before {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 30px);
  width: 65px;
  height: 8px;
  content: "";
  border-radius: 3px;
  background: linear-gradient(45deg, #545454 0%, #eaebe5 100%);
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  padding-bottom: 50px;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 1.7rem;
    word-break: break-all;
  }
}
h4 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
h5 {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
}
h6 {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
}
small {
  font-size: 1.2rem;
}
/* Display */
body main {
  margin-top: 0;
  overflow-x: hidden;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
section {
  padding: 80px 20px;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 50px 20px;
  }
}
/* color */
.f_blue {
  background: #1a9cff;
}
/* Side_btn */
.side__btn {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
}
.side__btn img {
  max-width: 55px;
  box-shadow: 1px 0px 12px 1px rgba(0, 0, 0, 0.34);
}
/* video */
.video {
  position: relative;
  padding: 0;
  background: #151515;
  border-bottom: 3px solid #5d627b;
}
.video__wrapper {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto;
  filter: opacity(0.5);
}
.video__wrapper .wrapper__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.key-message {
  position: absolute;
  width: 60%;
  left: 0;
  top: 40%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  padding-left: 20px;
  padding-right: 20px;
  color: #f8f8f8;
}
@media only screen and (max-width: 768px) {
  .key-message {
    width: 100%;
    top: 30%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    font-size: 1rem;
    line-height: 1.5;
  }
}
.key-message .heading-title {
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .key-message .heading-title {
    padding-bottom: 10px;
  }
}
.key-message .heading-message {
  padding-top: 15px;
  word-break: auto-phrase;
  width: 100%;
  max-width: 640px;
}
@media only screen and (max-width: 768px) {
  .key-message .heading-message {
    padding-top: 10px;
    word-break: break-all;
  }
}
.kv__logo img {
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  .kv__logo img {
    max-width: 180px;
  }
}
@media only screen and (max-width: 599px) {
  .kv__logo img {
    max-width: 120px;
  }
}
.btn__massage {
  position: absolute;
  bottom: 50px;
  right: 50px;
  padding: 8px 50px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 599px) {
  .btn__massage {
    padding: 5px 30px;
  }
}
.btn__massage p {
  color: #ffffff;
  transition: 0.3s;
}
.btn__massage p:hover {
  color: #1a9cff;
}
@media only screen and (max-width: 768px) {
  .btn__massage {
    bottom: 30px;
    right: 30px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 599px) {
  .btn__massage {
    bottom: 10px;
    right: 20px;
    font-size: 1.2rem;
  }
}
.btn__massage:hover {
  color: #005a9e;
  background: #ffffff;
}
/* Feature */
.feature {
  background: #151515;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
.feature__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.feature h3 {
  color: #ffffff;
}
.feature .feature__inner--flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .feature .feature__inner--flex {
    flex-direction: column;
    justify-content: center;
  }
}
.feature .feature__inner--flex .feature__inner--flexItem {
  width: 33%;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .feature .feature__inner--flex .feature__inner--flexItem {
    width: 100%;
  }
  .feature .feature__inner--flex .feature__inner--flexItem:first-of-type {
    margin-bottom: 50px;
  }
  .feature .feature__inner--flex .feature__inner--flexItem:nth-of-type(2) {
    margin-bottom: 50px;
  }
}
.feature .feature__inner--flex .feature__inner--flexItem h4 {
  text-align: center;
  padding: 8px 0;
  background: #f8f8f8;
  font-weight: 600;
}
.feature .feature__inner--flex .feature__inner--flexItem h4 span {
  font-size: 2.8rem;
  line-height: 1;
}
/* Mode */
.mode .mode__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.mode .mode__inner h3 {
  color: #5d627b;
}
.mode .mode__inner h3:nth-of-type(2) {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .mode .mode__inner h3:nth-of-type(2) {
    margin-top: 80px;
  }
}
.mode .mode__inner--flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mode .mode__inner--flex01 .mode__inner--flexItem {
  position: relative;
  width: 25%;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .mode .mode__inner--flex01 .mode__inner--flexItem {
    width: 50%;
    margin-bottom: 30px;
  }
  .mode .mode__inner--flex01 .mode__inner--flexItem:nth-of-type(3),
  .mode .mode__inner--flex01 .mode__inner--flexItem:last-of-type {
    margin-bottom: 0;
  }
}
.mode .mode__inner--flex01 .mode__inner--flexItem h4 {
  position: absolute;
  left: 20px;
  top: 10px;
  color: #f8f8f8;
  font-size: 1.6rem;
  text-decoration: underline;
  z-index: 111;
}
@media only screen and (max-width: 768px) {
  .mode .mode__inner--flex01 .mode__inner--flexItem h4 {
    font-size: 1.4rem;
  }
}
.mode .mode__inner--flex01 .mode__inner--flexItem img {
  width: 100%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.mode .mode__inner--flex01 .mode__inner--flexItem p {
  text-align: center;
  padding-top: 8px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .mode .mode__inner--flex01 .mode__inner--flexItem p {
    font-size: 1.2rem;
  }
}
.mode .mode__inner--flex02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .mode .mode__inner--flex02 {
    flex-direction: column;
    justify-content: center;
  }
}
.mode .mode__inner--flex02 .mode__inner--flexItem--img {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .mode .mode__inner--flex02 .mode__inner--flexItem--img {
    width: 100%;
  }
}
.mode .mode__inner--flex02 .mode__inner--flexItem--img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .mode .mode__inner--flex02 .mode__inner--flexItem--img img {
    margin-bottom: 50px;
  }
}
.mode .mode__inner--flex02 .mode__inner--flexItem--txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mode .mode__inner--flex02 .mode__inner--flexItem--txt {
    width: 100%;
  }
}
.mode .mode__inner--flex02 .mode__inner--flexItem--txt p {
  margin: 0 auto 30px auto;
  padding: 20px 50px;
  background: linear-gradient(45deg, #1c1c1c 0%, #676767 100%);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  border-top: 5px solid #5d627b;
  color: #f8f8f8;
  width: 100%;
  max-width: 350px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .mode .mode__inner--flex02 .mode__inner--flexItem--txt p {
    max-width: 600px;
    font-size: 1.6rem;
    padding: 15px;
  }
}
/* Case */
.case {
  background: #1a9cff;
  h2 {
    color: #fff;
    display: none;
  }
  .case__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.case .case__wrap {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .case .case__wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.case .case__wrap .case__wrap--txt {
  width: 50%;
  padding-right: 20px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .case .case__wrap .case__wrap--txt {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.case .case__wrap .case__wrap--txt a {
  color: #fff;
  font-weight: 600;
}
.case .case__wrap .case__wrap--txt h3 {
  font-weight: 600;
}
.case .case__wrap .case__wrap--img {
  width: 50%;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .case .case__wrap .case__wrap--img {
    width: 100%;
    padding-left: 0px;
  }
}
.case .case__wrap .case__wrap--img img {
  width: 100%;
}

/* Spec */
.spec {
  background: #151515;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
.spec__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .spec__inner {
    flex-direction: column;
    justify-content: center;
  }
}
.spec__inner table {
  width: 55%;
  color: #f8f8f8;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .spec__inner table {
    width: 100%;
    font-size: 1.2rem;
  }
}
.spec__inner table th {
  background: #151515;
  padding: 0.7em;
  font-weight: 500;
}
.spec__inner table td {
  padding: 0.7em;
}
.spec__inner--img {
  width: 45%;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .spec__inner--img {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
  }
}
.spec__inner--img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .spec__inner--img img {
    width: 80%;
    margin: 0 auto;
  }
}
/* Price */
.price__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.price__inner h3 {
  color: #5d627b;
  padding-bottom: 0;
}
/* information */
.information {
  background-color: #151515;
  padding: 80px 20px 0 20px;
}
.information__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.information__inner h3 {
  color: #f8f8f8;
  padding-bottom: 0;
}
.information__btn {
  padding-bottom: 100px;
}
.information__btn {
  position: relative;
  background-color: #151515;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
.information__btn .btn {
  cursor: pointer;
  background-color: #fff;
  width: 330px;
  height: 60px;
  line-height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34);
}
.information__btn .btn span {
  display: block;
  padding-left: 35px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  /*  font: bold 18px/66px Arial; */
  transform: scaleX(0.9);
  letter-spacing: 3px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.information__btn .btn em {
  position: absolute;
  height: 1px;
  background: #333;
  width: 47%;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.information__btn .btn:before,
.btn:after {
  content: "";
  background: #1b9dfe;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.information__btn .btn:before {
  top: 0;
  left: 0;
  right: auto;
}
.information__btn .btn:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.information__btn .btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.information__btn .btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.information__btn .btn:hover span {
  color: #ffffff;
}
.information__btn .btn:hover em {
  background: #ffffff;
  transform: scaleX(0.45);
}
.information__txt {
  text-align: center;
  padding-top: 20px;
  color: #f8f8f8;
}
/* inview */
/* フェードイン(アップ) */
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
/* フェードイン(右から) */
.js-fadeRight {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeRight.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
/* フェードイン(左から) */
.js-fadeLeft {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeLeft.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
