@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

main {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2rem;
}

p {
  font-size: 1.6rem;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10rem;
}

.head {
  padding: 8rem 0 4rem;
  display: block;
  margin: 0 auto;
  width: 30%;
}
@media (max-width: 679px) {
  .head {
    width: 90%;
  }
}

.back {
  background-color: rgba(0, 0, 0, 0.7);
}

.small-text {
  font-size: 1.4rem;
}

.big-text {
  font-size: 2rem !important;
}

.pc-top {
  display: block;
  width: 100%;
}
@media (min-width: 680px) and (max-width: 1023px) {
  .pc-top {
    display: block;
  }
}
@media (max-width: 679px) {
  .pc-top {
    display: none;
  }
}

.sp-only {
  display: none;
  width: 100%;
}
@media (min-width: 680px) and (max-width: 1023px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 679px) {
  .sp-only {
    display: block;
  }
}

#header {
  position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
  height: 100vh; /*高さを全画面にあわせる*/
}

#video-area {
  position: fixed;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background-color: black;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.top-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
}
.top-text h1 {
  margin-bottom: 1rem;
}
.top-text h1 span {
  font-size: 7rem;
}

.cta {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 2rem;
}
.cta .inner {
  position: relative;
}
.cta .inner a {
  text-decoration: none;
  font-size: 2rem;
  color: black;
  background-color: #FFEC45;
  border: 3px black solid;
  border-radius: 4rem;
  padding: 2rem 3.5rem;
  position: absolute;
  right: 0;
}
.cta .inner a img {
  border-style: none;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 1rem;
}

.messege {
  color: #fff;
}
.messege .inner .messege-flex {
  display: flex;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 1rem;
  gap: 1rem;
  align-items: flex-start;
}
@media (max-width: 679px) {
  .messege .inner .messege-flex {
    width: 85%;
  }
}

.messege2 .inner {
  text-align: center;
}

.messege3 {
  color: #fff;
}
.messege3 .inner h2 {
  text-align: center;
  background-color: #F04141;
  border-radius: 20px;
  margin-bottom: 3rem;
}
.messege3 .inner .messege3-flex {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
  justify-content: center;
}
.messege3 .inner .messege3-flex .messege3-flex-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 30%;
  gap: 1rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 679px) {
  .messege3 .inner .messege3-flex .messege3-flex-box {
    width: 100%;
    justify-content: center;
  }
}
.messege3 .inner .messege3-flex .messege3-flex-box p {
  font-size: 1.4rem;
}

.flow {
  color: #fff;
}
.flow .inner .flow-flex {
  display: flex;
  gap: 5%;
  margin-bottom: 2rem;
}
@media (max-width: 679px) {
  .flow .inner .flow-flex {
    flex-wrap: wrap;
  }
}
.flow .inner .flow-flex .flow-flex-box {
  width: 80%;
}
@media (max-width: 679px) {
  .flow .inner .flow-flex .flow-flex-box {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.flow .inner .flow-flex .flow-flex-box .center {
  text-align: center;
  margin-bottom: 1rem;
}
.flow .inner .flow-flex .flow-flex-box .flow-text-box {
  padding: 2rem;
  border: 1px white solid;
  border-radius: 20px;
}

.flow-border {
  width: 25%;
  border-right: 1px #fff solid;
  height: 35px;
  margin-left: 25%;
}

.step {
  color: #fff;
}
.step .inner .step-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 3rem;
}
@media (max-width: 679px) {
  .step .inner .step-flex {
    align-items: flex-start;
  }
}
.step .inner .step-flex p {
  width: 70%;
}
@media (max-width: 679px) {
  .step .inner .step-flex img {
    width: 20%;
  }
}

.com-grid {
  display: grid;
  grid-template-rows: 100px 100px 100px 100px;
  grid-template-columns: 33% 33% 33%;
  justify-content: center;
}
@media (max-width: 679px) {
  .com-grid {
    grid-template-columns: 33% 33% 33%;
  }
}
.com-grid .com-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 1rem 0;
}
@media (max-width: 679px) {
  .com-grid .com-grid-item {
    font-size: 1.2rem;
  }
}
.com-grid .com-grid-item:nth-of-type(3n) {
  border-right: 1px #fff solid;
}
.com-grid .com-grid-item:nth-child(7) {
  border-bottom: 1px #fff solid;
}
.com-grid .com-grid-item:nth-child(8) {
  border-bottom: 1px #fff solid;
}
.com-grid .com-grid-item:nth-child(9) {
  border-bottom: 1px #fff solid;
}

.com-grid-item2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 1rem 0;
}
@media (max-width: 679px) {
  .com-grid-item2 {
    font-size: 1.2rem;
  }
}
.com-grid-item2:nth-of-type(3n) {
  border-right: 1px #fff solid;
}
.com-grid-item2:nth-child(19) {
  border-bottom: 1px #fff solid;
}
.com-grid-item2:nth-child(20) {
  border-bottom: 1px #fff solid;
}
.com-grid-item2:nth-child(21) {
  border-bottom: 1px #fff solid;
}

.profile {
  color: #fff;
}
.profile .inner .profile-flex {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 679px) {
  .profile .inner .profile-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.profile .inner .profile-flex p span {
  font-size: 2rem;
}

.qa {
  color: #fff;
}
.qa .inner .qa-group {
  margin-bottom: 4rem;
}
.qa .inner .qa-group .qa-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 679px) {
  .qa .inner .qa-group .qa-flex {
    align-items: flex-start;
  }
}
.qa .inner h2 {
  margin-bottom: 2rem;
}

.st {
  color: #fff;
  padding-bottom: 2rem;
}
.st .inner {
  border-top: 1px #F04141 solid;
}
.st .inner p {
  text-align: center;
}/*# sourceMappingURL=style.css.map */