* {
  box-sizing: border-box;
}

html {
  color: #373e42;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.996007984vw;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 2.6385224274vw;
  }
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 1.4rem;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}

.ttl--main {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .ttl--main {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 500px) {
  .ttl--main {
    font-size: 2.8rem;
  }
}

main.main {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.4rem 4rem;
  background-color: rgba(51, 153, 255, 0.5);
  z-index: 999;
  transition: padding 0.3s;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 2.4rem 1.6rem;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 144rem;
  margin: 0 auto;
}
.header .logo {
  line-height: 0;
}
@media screen and (max-width: 500px) {
  .header .logo {
    max-width: 15rem;
  }
}
.header .inquiry {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  max-width: 25.6rem;
  width: 100%;
  padding: 1.9rem 0;
  border: 1px solid #ed4063;
  border-radius: 999px;
  color: #fff;
  background-color: #ed4063;
  font-weight: 700;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.16));
  transition: padding 0.3s, max-width 0.3s, background-color 0.3s, color 0.3s;
}
.header .inquiry:hover {
  color: #ed4063;
  background-color: #fff;
}
.header .inquiry:hover .normal {
  opacity: 0;
  visibility: hidden;
}
.header .inquiry:hover .hover {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .header .inquiry {
    max-width: 21rem;
  }
}
@media screen and (max-width: 500px) {
  .header .inquiry {
    max-width: 17rem;
  }
}
.header .inquiry figure {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.header .inquiry img {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.header .inquiry img.hover {
  opacity: 0;
  visibility: hidden;
}
.header .inquiry span {
  pointer-events: none;
}
.header__small {
  padding: 1rem 4rem;
}
@media screen and (max-width: 767px) {
  .header__small {
    padding: 1rem;
  }
}
.header__small .inquiry {
  max-width: 20rem;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .header__small .inquiry {
    gap: 0.5rem;
    max-width: 15rem;
  }
  .header__small .inquiry figure {
    width: 2rem;
    height: 2rem;
  }
}

.mv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74.5rem;
  background: url("../img/JackinTheBox.png") no-repeat calc(100% + 0rem) 13.5rem/100rem auto, linear-gradient(to bottom, #00A3E4, #B7FFFE);
  overflow: hidden;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .mv {
    background: url("../img/JackinTheBox.png") no-repeat 0 0/130rem auto, linear-gradient(to bottom, #00A3E4, #B7FFFE);
  }
}
@media screen and (max-width: 767px) {
  .mv {
    height: 55rem;
    padding: 0 1rem;
    background: url("../img/JackinTheBox_sp.png") no-repeat center 8rem/40rem auto, linear-gradient(to bottom, #00A3E4 80%, #5AE6F9 100%);
  }
}
.mv__inner {
  display: flex;
  align-items: center;
  max-width: 120rem;
  width: 100%;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .mv__inner {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    margin-top: 33rem;
  }
}
.mv__ttl {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}
.mv__ttl-row {
  display: flex;
  flex-direction: column;
}
.mv__ttl-row span {
  line-height: 130%;
}
.mv__ttl-row .line {
  position: relative;
}
.mv__ttl-row .line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(var(--line-animation, 1));
  transform-origin: right center;
  transition: transform 0.5s;
  display: block;
  width: 100%;
  height: 75px;
  background-color: #00A3E4;
}
.mv__ttl-row.lead {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .mv__ttl-row.lead > span:nth-of-type(1) {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 500px) {
  .mv__ttl-row.lead > span:nth-of-type(1) {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__ttl-row.lead > span:nth-of-type(2) {
    font-size: 2.4rem;
    word-break: keep-all;
  }
}
@media screen and (max-width: 500px) {
  .mv__ttl-row.lead > span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
.mv__ttl-row:not(.lead) {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .mv__ttl-row:not(.lead) {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  .mv__ttl-row:not(.lead) {
    font-size: 1.6rem;
  }
}
.mv__ttl--large-72 {
  font-size: 7.2rem;
}
@media screen and (max-width: 767px) {
  .mv__ttl--large-72 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 500px) {
  .mv__ttl--large-72 {
    font-size: 4.8rem;
  }
}
.mv__ttl--large-56 {
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  .mv__ttl--large-56 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 500px) {
  .mv__ttl--large-56 {
    font-size: 2.8rem;
  }
}

.intro {
  padding: 4rem 1.6rem 8.2rem;
  background: url("../img/bg_intro.png") no-repeat 0 0/cover;
}
@media screen and (max-width: 767px) {
  .intro {
    background: url("../img/bg_intro_sp.png") no-repeat 0 0/cover;
  }
}
.intro__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17.3rem;
  max-width: 145.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .intro__row {
    gap: 5rem;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .intro__row {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .intro__row {
    gap: 2.5rem;
  }
}
.intro__row:nth-child(even) {
  flex-direction: row-reverse;
}
.intro__row:not(:first-child) {
  margin-top: -10rem;
}
@media screen and (max-width: 1300px) {
  .intro__row:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .intro__row:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .intro__row:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.intro__row figure {
  width: 51.2rem;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .intro__row figure {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .intro__row figure {
    width: 42.8rem;
  }
}
.intro__row p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 220%;
}
@media screen and (max-width: 1300px) {
  .intro__row p {
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 1100px) {
  .intro__row p {
    flex: 1;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .intro__row p {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .intro__row p {
    width: 100%;
    padding-left: 8rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .intro__row p {
    padding-left: 2rem;
    font-size: 1.7rem;
  }
}
.intro__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .intro__lead {
    margin-top: 7.1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .intro__lead {
    font-size: 1.6rem;
  }
}
.intro__lead--large {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .intro__lead--large {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .intro__lead--large {
    font-size: 2.2rem;
  }
}
.intro__bar {
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__bar.pc {
    display: none;
  }
}
.intro__bar span {
  position: relative;
  display: inline-block;
  padding: 0.2rem 0 0.4rem 3.2rem;
  color: #fff;
  font-size: 5.6rem;
  font-weight: 900;
  z-index: 1;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .intro__bar span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .intro__bar span {
    padding: 0 0 0.4rem 2.5rem;
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .intro__bar span {
    font-size: 3.2rem;
  }
}
.intro__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #003d66;
  transform: scaleX(var(--bar-width, 0));
  transform-origin: left top;
}

.bar__flex {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .bar__flex {
    display: flex;
  }
}

.point {
  position: relative;
  margin-top: 22.1rem;
  color: #fff;
}
.point::before {
  content: "";
  position: absolute;
  top: -22.1rem;
  left: 0;
  display: block;
  width: 100%;
  height: 22.1rem;
  background: url("../img/bg_parallax.svg") no-repeat center 0/cover;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .point::before {
    top: -21rem;
  }
}
.point::after {
  content: "";
  position: absolute;
  bottom: -22.1rem;
  left: 0;
  display: block;
  width: 100%;
  height: 22.1rem;
  background: url("../img/bg_parallax.svg") no-repeat center 0/cover;
  transform: scale(-1, -1);
}
.point__ttl--secondary {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .point__ttl--secondary {
    font-size: 2.4rem;
  }
}
.point__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  width: 100%;
  background-color: #39f;
  overflow: hidden;
}
.point__lead {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .point__lead {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .point__lead {
    padding: 0 1.6rem;
  }
}
.point__lead::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: -10rem;
  display: block;
  width: 8rem;
  height: 8rem;
  background: url("../img/ico_point.svg") no-repeat 0 0/cover;
}
.point__lead .lead__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 95.6rem;
  width: 100%;
  margin: 0 auto;
}
.point__lead .lead__inner p {
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .point__lead .lead__inner p {
    font-size: 1.8rem;
  }
}
.point__panel {
  width: 100%;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .point__panel h2 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .point__panel {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
.point__panel .panel__inner {
  display: grid;
  align-items: center;
  width: max-content;
  margin: -22rem auto 0;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .point__panel .panel__inner {
    gap: 3rem;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .point__panel .panel__inner figure {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .point__panel .panel__inner {
    gap: 3.1rem;
    width: 100%;
    padding: 0 !important;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1001px) {
  .point-01 h2 {
    margin: 0 auto 0 -25rem;
  }
}
@media screen and (max-width: 767px) {
  .point-01 h2 {
    text-align: right;
  }
}
.point-01 .panel__inner {
  grid-template-columns: 42rem 81rem;
  margin: -22rem auto 0;
  padding: 0 0 0 22rem;
}
@media screen and (max-width: 1440px) and (min-width: 1001px) {
  .point-01 .panel__inner {
    grid-template-columns: 42rem 60rem;
    margin: -20rem auto 0;
    padding: 0;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .point-01 .panel__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }
}
@media screen and (max-width: 767px) {
  .point-01 .panel__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    margin: 0;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1001px) {
  .point-02 h2 {
    margin: 0 -15rem 0 auto;
  }
}
.point-02 h2 {
  text-align: right;
}
.point-02 .panel__inner {
  grid-template-columns: 68rem 48rem;
}
@media screen and (max-width: 1440px) and (min-width: 1001px) {
  .point-02 .panel__inner {
    grid-template-columns: 60rem 48rem;
    margin: -20rem auto 0;
    padding: 0;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .point-02 .panel__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .point-02 .panel__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 3rem;
    margin: 0;
  }
}
.point-02 .panel__inner .point__text-area {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .point-02 .panel__inner .point__text-area {
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 767px) {
  .point-02 .panel__inner .point__text-area {
    grid-area: 1/1/2/2;
  }
}
.point-02 .panel__inner .point__img {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .point-02 .panel__inner .point__img {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 767px) {
  .point-02 .panel__inner .point__img {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1001px) {
  .point-03 h2 {
    margin: 0 auto 0 -25rem;
  }
}
@media screen and (max-width: 767px) {
  .point-03 h2 {
    text-align: right;
  }
}
.point-03 .panel__inner {
  grid-template-columns: 42rem 70rem;
  padding: 0 0 0 10rem;
  margin: -30rem auto 0;
}
@media screen and (max-width: 1440px) and (min-width: 1001px) {
  .point-03 .panel__inner {
    grid-template-columns: 42rem 60rem;
    margin: -21rem auto 0;
    padding: 0;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .point-03 .panel__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }
}
@media screen and (max-width: 767px) {
  .point-03 .panel__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    margin: 0;
  }
}
.point__text-area {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 20rem;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .point__text-area {
    margin-top: 5rem;
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .point__text-area {
    margin-top: 0;
    padding: 0 1.6rem;
  }
  .point__text-area p {
    font-size: 1.8rem;
    line-height: 160%;
  }
}

.about {
  padding: 40rem 1rem 30rem;
  background: linear-gradient(to bottom, #fff 60%, #efefef 100%);
}
@media screen and (max-width: 767px) {
  .about {
    padding: 20rem 1rem;
  }
}
.about__inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
}
.about p {
  line-height: 160%;
}
.about__lead {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.about__lead p {
  max-width: 95.2rem;
  width: 100%;
  margin: 0 auto;
}
.about__list {
  display: flex !important;
  flex-direction: column;
  max-width: 95.2rem;
  width: 100%;
  margin: 0 auto;
  gap: 3.2rem;
  padding: 3.2rem;
  border-radius: 1.6rem;
  font-size: 1.8rem;
  background-color: #fff;
  filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 767px) {
  .about__list {
    padding: 3.2rem 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  .about__list {
    padding: 1.6rem 1rem;
  }
}
.about__list .row {
  display: flex;
}
.about__list dt {
  display: flex;
  align-items: center;
  max-width: 16.8rem;
  width: 100%;
  padding: 0.8rem 1.6rem;
  font-weight: 700;
  border-bottom: 3px solid #005c99;
}
@media screen and (max-width: 767px) {
  .about__list dt {
    max-width: 13rem;
  }
}
.about__list dd {
  flex: 1;
  padding: 0.8rem 1.6rem;
  border-bottom: 1px solid #828e95;
  font-weight: 500;
  line-height: 160%;
}
.about__list dd.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .about__list dd.is-pc {
    display: none;
  }
}
.about__list dd.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .about__list dd.is-sp {
    display: block;
  }
}

.about-ne {
  position: relative;
  padding-bottom: 16rem;
  color: #fff;
  background-color: #292f32;
}
.about-ne::before {
  content: "";
  position: absolute;
  top: -20rem;
  left: 0;
  display: block;
  width: 100%;
  height: 43.6rem;
  background: url("../img/bg_about-ne.svg") no-repeat center 0/cover;
}
@media screen and (max-width: 767px) {
  .about-ne::before {
    top: -10rem;
    height: 10rem;
    background: url("../img/bg_about-ne_sp.svg") no-repeat center 0/cover;
  }
}
.about-ne__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16.8rem;
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-ne__inner {
    gap: 12rem;
  }
}
.about-ne__ttl--secondary {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 160%;
}
.about-ne__lead {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.about-ne__lead p {
  max-width: 95.2rem;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 160%;
}
.about-ne__middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9.6rem;
}
.about-ne__middle p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .about-ne__middle p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .about-ne__middle p {
    font-size: 1.6rem;
  }
}
.about-ne__bottom {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 95.8rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .about-ne__bottom {
    padding: 0 1.6rem;
  }
}
.about-ne__table {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 3.2rem;
  border-radius: 1.6rem;
  background-color: #0f1214;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .about-ne__table {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 500px) {
  .about-ne__table {
    padding: 1.6rem;
  }
}
.about-ne__table .row {
  display: flex;
}
.about-ne__table .row dt {
  display: flex;
  align-items: center;
  max-width: 16.8rem;
  width: 100%;
  padding: 0.8rem 1.6rem;
  border-bottom: 3px solid #005c99;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-ne__table .row dt {
    max-width: 13rem;
  }
}
.about-ne__table .row dd {
  flex: 1;
  padding: 0.8rem 1.6rem;
  border-bottom: 1px dashed #828e95;
  font-weight: 500;
  line-height: 160%;
}

.form {
  position: relative;
  padding-bottom: 6.4rem;
}
.form::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: 0;
  display: block;
  width: 100%;
  height: 42.6rem;
  background: url("../img/bg_form.svg") no-repeat center 0/cover;
}
@media screen and (max-width: 767px) {
  .form::before {
    height: 14.2rem;
    background: url("../img/bg_form_sp.svg") no-repeat 0 0/cover;
  }
}
.form__inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0 0;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .form__inner {
    padding: 2rem 1.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .form__inner {
    padding: 2rem 1.6rem 0;
  }
}
.form__inner p {
  max-width: 95.8rem;
  width: 100%;
  margin: 0 auto;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .form__inner p {
    font-size: 1.6rem;
  }
}
.form__container {
  margin: 0 auto;
  padding: 4rem 2rem;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  margin-top: 20rem;
  padding: 20rem 0;
  color: #fff;
  background-color: #39f;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .footer {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 10rem 0;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: -20rem;
  left: 0;
  width: 100%;
  height: 21.2rem;
  background: url("../img/footer_pc.svg") no-repeat center 0/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .footer::before {
    top: -5rem;
    height: 5.4rem;
    background: url("../img/footer_sp.svg") no-repeat 0 0/cover;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.footer p {
  line-height: 160%;
}
.footer__copy-right {
  font-size: 1.2rem;
}