@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: min(10px, 2.4vw);
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.container {
  width: 94%;
  margin: 0 auto;
  max-width: 1080px;
}

.header .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  padding: 10px 0;
  margin: 0 auto;
  gap: 10px;
}

.arr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}

.r {
  color: #ED1C24;
  font-size:2.5rem;
}

.br-sp {
    display: none;
}

.pp {
  color: #1B1464;
}

.b {
  color: #2E3192;
}

.underline {
  text-decoration: underline;
}

.text-h-ani {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.text-h-ani p {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
  opacity: 1;
  transition: 2.6s all;
}
.text-h-ani p::before {
  transform: translateX(0);
  opacity: 1;
  background: linear-gradient(145deg, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.text-h-ani p span {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 5.8rem;
  padding: 0 2rem;
}

.text, .title, .image, .text-item, .image-item, .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner picture img {
  width: 100%;
}

.sec-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sec-1 .content {
  padding: 5rem 0 7rem;
}
.sec-1 .content .text {
  margin: 5rem 0 7rem;
}
.sec-1 .content .text p {
  text-align: center;
  font-weight: 700;
}
.sec-1 .content .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem 3rem;
}
.sec-1 .content .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 340px;
}
.sec-1 .content .list .item .image {
  min-height: 235px;
  display: flex;
  align-items: flex-start;
}
.sec-1 .content .list .item .text-item {
  margin-top: 1.4rem;
  font-size: 2rem;
}
.sec-1 .content .list .item .text-item p {
  text-align: center;
  font-weight: 700;
  line-height: 2;
}

.sec-2 {
  background: url(../image/bg-sec-2.jpg) no-repeat center center/cover;
  padding: 10rem 0 8rem;
}
.sec-2 .title {
  margin-top: 3rem;
}
.sec-2 .text.v2 {
  margin-top: 3rem;
}
.sec-2 .text.v3 {
  margin-top: 4rem;
}
.sec-2 .text-h-ani {
  margin-top: 6.4rem;
}

.sec-3 {
  padding-top: 6rem;
}

.sec-4 {
  padding-bottom: 5.8rem;
}
.sec-4 .image {
  margin-top: 4rem;
}
.sec-4 .text {
  margin-top: 7.5rem;
}
.sec-4 .text p {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
.sec-4 .text p span {
  color: #1B1464;
  font-weight: 700;
}
.sec-4 .title {
  margin-top: 4rem;
}
.sec-4 .text-h-ani {
  margin-top: 1rem;
}
.sec-4 .text-h-ani p span {
  font-size: 11rem;
}
.sec-4 .arr {
  margin-top: 4.8rem;
}

.sec-5 {
  background: url(../image/bg-sec-5.jpg) no-repeat center center/cover;
}
.sec-5 .content {
  padding: 6rem 0 9rem;
  flex-direction: column;
}
.sec-5 .step:not(:first-child) {
  margin-top: 8rem;
}
.sec-5 .step .text-h-ani p span {
  font-size: 9rem;
}
.sec-5 .step .title {
  margin-top: 3.6rem;
}
.sec-5 .step .image {
  margin-top: 2.4rem;
}
.sec-5 .step .image.h-video {
  position: relative;
}
.sec-5 .step .image.h-video video {
  position: absolute;
  width: 86%;
}
.sec-5 .step .text {
  margin-top: 2rem;
}
.sec-5 .step .text p {
  text-align: center;
  font-weight: 700;
}
.sec-5 .step .text p .sp {
  display: none;
}

.sec-6 {
  margin-bottom: 4rem;
}
.sec-6 .image {
  margin-top: 5rem;
}
.sec-6 .text {
  margin-top: 6.2rem;
}
.sec-6 .content {
  flex-direction: column;
  margin-top: 8rem;
}
.sec-6 .content .text-h-ani {
  margin-bottom: 4rem;
}
.sec-6 .list {
  margin-top: 8.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15rem;
}
.sec-6 .text p {
  text-align: center;
  font-weight: 700;
}
.sec-6 .item {
  position: relative;
  padding: 12rem 3rem 5rem;
  width: 100%;
  background: linear-gradient(90deg, rgb(235, 237, 247) 0%, rgb(210, 214, 236) 44%, rgb(180, 188, 223) 100%);
}
.sec-6 .item .step {
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-6 .item .text-h-ani p {
  width: 100%;
  max-width: 828px;
  text-align: center;
  padding: 0 2rem 0 1rem;
}
.sec-6 .item .text-h-ani span {
  font-size: 3.8rem;
  padding: 0;
}
.sec-6 .item .image-item {
  margin-top: 2.6rem;
}
.sec-6 .item .text-item {
  margin-top: 3.4rem;
}
.sec-6 .item .text-item p {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

.sec-7 {
  background: url(../image/bg-sec-7.jpg) no-repeat center center/cover;
}
.sec-7 .list {
  padding: 4rem 0 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-7 .item {
  margin: 2rem 0;
}
.sec-7 .item .step p {
  width: 100%;
  max-width: 800px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-7 .item .step p span {
  font-size: 10rem;
}
.sec-7 .item .title {
  margin-top: 4rem;
}
.sec-7 .item .title2 {
  margin-top: -3rem;
}
.sec-7 .item .image {
  margin-top: 4rem;
}
.sec-7 .item .image.h-video {
  position: relative;
}
.sec-7 .item .image.h-video video {
  position: absolute;
  width: 86%;
}
.sec-7 .item .image.v2 {
  margin-top: -6rem;
}
.sec-7 .item .text {
  margin-top: 5rem;
}
.sec-7 .item .text p {
  text-align: center;
  font-weight: 700;
}

.sec-8 .list-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.5rem;
  margin-top: 5rem;
}
.sec-8 .list-image .image {
  max-width: 899px;
}
.sec-8 .text {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.sec-8 .text p {
  text-align: center;
  font-weight: 700;
}
.sec-8 .content {
  flex-direction: column;
  margin-bottom: 6rem;
}
.sec-8 .content .text-h-ani {
  margin-bottom: 2rem;
}
.sec-8 .content .text-h-ani p span {
  font-size: 9rem;
}

.sec-9.v2 {
  margin-top: 3rem;
}
.sec-9.v2 .text {
  margin-top: 4rem;
}
.sec-9.v2 .arr {
  margin: 4rem 0;
}
.sec-9 .group .text.top {
  margin-top: 5rem;
}
.sec-9 .group .text.v2 {
  margin-top: 3rem;
}
.sec-9 .group .text p {
  text-align: center;
  font-weight: 700;
}
.sec-9 .group .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec-9 .group .title .text-h-ani {
  margin-bottom: 2rem;
}
.sec-9 .group .title .text-h-ani p span {
  font-size: 6.2rem;
}
.sec-9 .group .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4rem;
}
.sec-9 .group .item.v2 {
  margin-top: 2rem;
}
.sec-9 .group .item .text-h-ani {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.sec-9 .group .content {
  margin-top: 5rem;
}
.sec-9 .group .text-h-ani.v2 {
  margin-top: 5rem;
  margin-bottom: 4rem;
}

.sec-10 {
  background: url(../image/bg-sec-10.jpg) no-repeat center center/cover;
}
.sec-10 .container {
  padding: 2rem 0;
}
.sec-10 .text {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .sec-10 .text {
    margin-top: 3rem;
  }
.r {
  color: #ED1C24;
  font-size:1.7rem;
}

.br-sp {
        display: block;
    }

}
.sec-10 .text p {
  font-weight: 700;
  text-align: center;
}
.sec-10 .text-h-ani p:nth-child(1) span {
  font-size: 10rem;
}
.sec-10 .text-h-ani p:nth-child(2) span {
  font-size: 9rem;
}
.sec-10 .text-h-ani .group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
.sec-10 .h-mgt {
  margin-top: 2rem;
}
.sec-10 .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-10 .item.h-mgt {
  margin-top: 8rem;
}

.sec-11 {
  margin-bottom: 11rem;
}
.sec-11 .banner {
  position: relative;
  z-index: 1;
}
.sec-11 .item.top {
  margin-top: -3rem;
}
.sec-11 .item.top picture {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-11 .item.top picture img {
  width: 100%;
}
.sec-11 .text {
  margin-top: 4rem;
}
.sec-11 .text p {
  text-align: center;
  font-weight: 700;
}
.sec-11 .item {
  margin-top: 2rem;
}
.sec-11 .check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.sec-11 .check p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  flex: 1;
}
.sec-11 .check p img {
  max-width: 41px;
  max-height: 41px;
}
.sec-11 .list-btn {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.sec-11 .list-btn .btn {
  transition: 0.5s all;
}
.sec-11 .list-btn .btn:hover {
  opacity: 0.8;
}

.sec-qa .list {
  padding: 1rem 0 9rem;
}
.sec-qa .list .group-qa {
  border-bottom: 1px solid #000;
  padding: 2rem 0;
}
.sec-qa .list .group-qa .q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  padding: 2rem 0;
}
.sec-qa .list .group-qa .q.active > span::after {
  transform: translate(-50%, -50%) rotate(0);
}
.sec-qa .list .group-qa .q p {
  font-style: italic;
}
.sec-qa .list .group-qa .q p span {
  font-style: normal;
}
.sec-qa .list .group-qa .q > span {
  background-color: #000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
}
.sec-qa .list .group-qa .q > span::after, .sec-qa .list .group-qa .q > span::before {
  left: 50%;
  transition: 0.5s all;
}
.sec-qa .list .group-qa .q > span::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 4px;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.sec-qa .list .group-qa .q > span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 4px;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec-qa .list .group-qa .a {
  display: none;
}

.sec-policy {
  padding: 7rem 0;
  background-color: #212121;
}
.sec-policy .text {
  flex-direction: column;
}
.sec-policy .text p {
  font-size: 1.6rem;
  color: #fff;
}
.sec-policy .text a {
  margin-top: 5rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.footer {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.footer span {
  font-size: 1.6rem;
  color: #fff;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@media (max-width: 1080px) {
  body {
    font-size: 2rem;
  }
  .arr picture img {
    max-height: 100px;
  }
  .text-h-ani p span {
    font-size: 4rem;
  }
  .sec-1 .content .list {
    flex-wrap: wrap;
  }
  .sec-4 .text-h-ani p span {
    font-size: 6rem;
  }
  .sec-5 .step .text-h-ani p span {
    font-size: 5.2rem;
  }
  .sec-6 .item .text-h-ani span {
    font-size: 3rem;
  }
  .sec-7 .item .step p span {
    font-size: 5.6rem;
  }
  .sec-8 .list-image {
    gap: 6rem;
  }
  .sec-8 .content .text-h-ani p span {
    font-size: 5.6rem;
  }
  .sec-9 .group .title .text-h-ani p span {
    font-size: 4.4rem;
  }
  .sec-10 .text-h-ani p:nth-child(1) span {
    font-size: 5.2rem;
  }
  .sec-10 .text-h-ani p:nth-child(2) span {
    font-size: 4.8rem;
  }
  .sec-10 .text-h-ani .group img {
    max-height: 80px;
  }
}
@media (max-width: 768px) {
  .text-h-ani p {
    line-height: 1.3;
  }
  .header {
    padding: 0.4rem 0.6rem;
  }
  .header .logo {
    padding: 0;
  }
  .header .logo picture {
    max-width: 58%;
  }
  .header .logo .logo-r {
    max-width: 36%;
  }
  .sec-top picture {
    width: 100%;
  }
  .sec-top picture img {
    width: 100%;
  }
  .sec-1 .content {
    padding: 3rem 0 7rem;
  }
  .sec-1 .content .text {
    marginz: 4rem 0 7rem;
  }
  .sec-1 .content .list {
    gap: 4rem;
  }
  .sec-1 .content .list .item {
    max-width: 100%;
  }
  .sec-1 .content .list .item .text-item p .pc {
    display: none;
  }
  .sec-4 {
    padding-bottom: 3rem;
  }
  .sec-4 .image {
    margin-top: 1.6rem;
  }
  .sec-4 .arr {
    margin-top: 4rem;
  }
  .sec-5 .content {
    padding: 4rem 0 7rem;
  }
  .sec-5 .step .image {
    margin-top: 0;
  }
  .sec-5 .step:not(:first-child) {
    margin-top: 5rem;
  }
  .sec-5 .step .image.vip {
    margin-top: 2.4rem;
  }
  .sec-5 .step .text p .sp {
    display: block;
  }
  .sec-6 .image {
    margin-top: 2.4rem;
  }
  .sec-6 .item {
    padding: 8.8rem 2rem 3rem;
  }
  .sec-6 .list {
    gap: 10rem;
  }
  .sec-7 .list {
    padding: 2rem 0 6rem;
  }
  .sec-7 .item .text {
    margin-top: 1rem;
  }
  .sec-7 .item .text.vip {
    margin-top: 2rem;
  }
  .sec-7 .item .image.v2 {
    margin-top: -1rem;
  }
  .sec-7 .item .step {
    max-width: 564px;
    margin: 0 auto;
  }
  .sec-7 .item .step p span {
    font-size: 8rem;
  }
  .sec-9 .arr.pc {
    display: none;
  }
  .sec-11 .item.top {
    margin-top: -4remz;
  }
  .sec-11 .check p img {
    width: 24px;
    height: 24px;
  }
  .sec-qa .list .group-qa .q {
    gap: 1rem;
  }
  .sec-qa .list .group-qa .q p {
    flex: 1;
  }
  .sec-qa .list .group-qa .q > span {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 1.6rem;
  }
  .arr picture img {
    max-height: 60px;
  }
  .text-h-ani {
    gap: 1rem;
  }
  .text-h-ani p span {
    font-size: 2.2rem;
  }
  .sec-9.v2 .text-h-ani p span {
    font-size: 3.2rem;
  }
  .sec-2 {
    padding: 4rem 0 6rem;
  }
  .sec-3 {
    padding-top: 2rem;
  }
  .sec-4 .text p {
    font-size: 1.8rem;
  }
  .sec-4 .text-h-ani p span {
    font-size: 3.2rem;
  }
  .sec-5 .step .text-h-ani p span {
    font-size: 3.2rem;
  }
  .sec-5 .step .text p .sp {
    display: none;
  }
  .sec-6 .content {
    margin-top: 4rem;
  }
  .sec-6 .item {
    padding: 6rem 2rem 2rem;
  }
  .sec-6 .item .step {
    top: -3rem;
  }
  .sec-6 .list {
    gap: 6rem;
  }
  .sec-6 .item .text-h-ani span {
    font-size: 1.8rem;
  }
  .sec-7 .item .step p {
    max-width: 80%;
  }
  .sec-7 .item .step p span {
    font-size: 4rem;
  }
  .sec-7 .item .image.v2 {
    margin-top: 0;
  }
  .sec-7 .item .image.h-video {
    margin-top: 2rem;
  }
  .sec-7 .list {
    max-width: 94%;
    margin: 0 auto;
  }
  .sec-8 .list-image {
    margin-top: 3rem;
    gap: 2rem;
  }
  .sec-8 .content .text-h-ani p span {
    font-size: 3.2rem;
  }
  .sec-9 .group .title {
    margin-top: 1rem;
  }
  .sec-9 .group .title .text-h-ani p span {
    font-size: 2.4rem;
  }
  .sec-10 .text-h-ani p:nth-child(1) span {
    font-size: 3.2rem;
  }
  .sec-10 .text-h-ani p:nth-child(2) span {
    font-size: 3.2rem;
  }
  .sec-10 .item.h-mgt {
    margin-top: 4rem;
  }
  .sec-10 .text-h-ani .group {
    gap: 0;
  }
  .sec-10 .text-h-ani .group img {
    max-height: 3rem;
    margin-left: -6px;
    position: relative;
    z-index: 1;
  }
  .sec-11 .list-btn {
    gap: 1.5rem;
  }
  .sec-11 {
    margin-bottom: 4rem;
  }
  .sec-qa .list .group-qa {
    padding: 2rem 0;
  }
  .sec-qa .list {
    padding: 1rem 0 4rem;
  }
  .sec-policy {
    padding: 4rem 0;
  }
  .footer span {
    font-size: 1.4rem;
  }
}
@media (max-width: 400px) {
  .sec-6 .item .step {
    top: -3rem;
  }
}/*# sourceMappingURL=style.css.map */