img {
  width: 100%;
}

.minInner {
  max-width: 960px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .minInner {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .minInner {
    width: 100%;
  }
}

.title.dot {
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
  color: #2D2D64;
  font-size: 32px;
  font-weight: bold;
  border-bottom: dashed 2px #2D2D64;
  padding-bottom: 4px;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .title.dot {
    width: 100%;
    font-size: 5.3333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .title.dot {
    font-size: 3.7333333333vw;
  }
}

.maintitleWrap {
  text-align: center;
}
.maintitleWrap .iconWrap {
  width: 25px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .maintitleWrap .iconWrap {
    width: 6.6666666667vw;
  }
}
.maintitleWrap .maintitle {
  margin-top: 4px;
  font-size: 32px;
  font-weight: bold;
  color: #2D2D64;
}
@media only screen and (max-width: 767px) {
  .maintitleWrap .maintitle {
    margin-top: 1.0666666667vw;
    font-size: 6.4vw;
  }
}

#kv .headImageWrap {
  position: relative;
}
#kv .headImageWrap .bgImage {
  width: 100%;
  height: 38.8888888889vw;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #kv .headImageWrap .bgImage {
    height: 162.6666666667vw;
    max-height: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kv .headImageWrap .bgImage {
    height: 66.6666666667vw;
  }
}
#kv .headImageWrap .bgImage picture, #kv .headImageWrap .bgImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#kv .headImageWrap .image {
  position: absolute;
  top: 13%;
  left: 12%;
  width: 32.6388888889vw;
}
@media only screen and (max-width: 767px) {
  #kv .headImageWrap .image {
    top: 18.6666666667vw;
    left: 5.3333333333vw;
    width: 89.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kv .headImageWrap .image {
    width: 46.6666666667vw;
  }
}
#kv .headImageWrap .image img {
  width: 100%;
}
#kv .headImageWrap .ctaBtn {
  display: block;
  position: absolute;
  bottom: 35px;
  right: 13.5%;
  width: 124px;
}
@media only screen and (max-width: 767px) {
  #kv .headImageWrap .ctaBtn {
    width: 24vw;
    bottom: 1.5%;
    right: 1.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kv .headImageWrap .ctaBtn {
    width: 13.3333333333vw;
    bottom: 9%;
    right: 3%;
  }
}
@media only screen and (min-width: 1080px) {
  #kv .headImageWrap .ctaBtn {
    cursor: pointer;
  }
  #kv .headImageWrap .ctaBtn:hover {
    opacity: 0.8;
  }
}

#about .sectionInner {
  padding: 68px 0 100px;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner {
    padding: 11.7333333333vw 0 21.3333333333vw;
  }
}
#about .sectionInner .maintitleWrap {
  text-align: center;
}
#about .sectionInner .maintitleWrap .iconWrap {
  width: 25px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .maintitleWrap .iconWrap {
    width: 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .maintitleWrap .maintitle {
    line-height: 1.3;
  }
}
#about .sectionInner .mintextWrap {
  margin-top: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .mintextWrap {
    margin-top: 4.2666666667vw;
  }
}
#about .sectionInner .mintextWrap .min {
  font-size: 16px;
  color: #000;
  line-height: 2;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .mintextWrap .min {
    text-align: left;
    font-size: 4.2666666667vw;
  }
}
#about .sectionInner .contents .pointsWrap {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .contents .pointsWrap {
    margin-top: 10.6666666667vw;
  }
}
#about .sectionInner .contents .pointsWrap .points {
  margin-top: 16px;
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: #F4F5F7;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .contents .pointsWrap .points {
    display: block;
    padding: 5.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}
#about .sectionInner .contents .pointsWrap .points:first-of-type {
  margin-top: 0;
}
#about .sectionInner .contents .pointsWrap .points .num {
  display: flex;
  gap: 0 4px;
  padding-right: 40px;
  border-right: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .contents .pointsWrap .points .num {
    padding-right: 0;
    border-right: unset;
  }
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .contents .pointsWrap .points .num {
    gap: 0 1.0666666667vw;
  }
}
#about .sectionInner .contents .pointsWrap .points .num .iconWrap {
  width: 25px;
  height: fit-content;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .contents .pointsWrap .points .num .iconWrap {
    width: 6.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}
#about .sectionInner .contents .pointsWrap .points .num .iconWrap img {
  height: 100%;
}
#about .sectionInner .contents .pointsWrap .points .num .pointtextWrap {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .contents .pointsWrap .points .num .pointtextWrap {
    gap: 0 1.0666666667vw;
  }
}
#about .sectionInner .contents .pointsWrap .points .num .pointtextWrap .text {
  font-size: 20px;
  font-weight: bold;
  color: #2D2D64;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .contents .pointsWrap .points .num .pointtextWrap .text {
    font-size: 4.2666666667vw;
  }
}
#about .sectionInner .contents .pointsWrap .points .num .pointtextWrap .text .big {
  margin-left: 4px;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .contents .pointsWrap .points .num .pointtextWrap .text .big {
    margin-left: 1.0666666667vw;
    font-size: 7.4666666667vw;
  }
}
#about .sectionInner .contents .pointsWrap .points .pointtitleWrap {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .contents .pointsWrap .points .pointtitleWrap {
    padding-left: 0;
    margin-top: 1.0666666667vw;
  }
}
#about .sectionInner .contents .pointsWrap .points .pointtitleWrap .title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .contents .pointsWrap .points .pointtitleWrap .title {
    font-size: 5.3333333333vw;
  }
}
#about .sectionInner .contents .pointsWrap .points .pointtitleWrap .text {
  margin-top: 4px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  #about .sectionInner .contents .pointsWrap .points .pointtitleWrap .text {
    font-size: 4.2666666667vw;
    margin-top: 1.0666666667vw;
  }
}

#stop .sectionInner {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner {
    padding: 21.3333333333vw 0;
  }
}
#stop .sectionInner .bgContents {
  background-color: #FFF5D7;
  padding: 60px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents {
    padding: 13.8666666667vw 3.2vw 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents {
    padding: 54px 24px 32px;
  }
}
#stop .sectionInner .bgContents .maintitleWrap .iconWrap {
  width: 50px;
  margin: -100px auto 0;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .maintitleWrap .iconWrap {
    width: 10.6666666667vw;
    margin: -22.9333333333vw auto 5.3333333333vw;
  }
}
#stop .sectionInner .bgContents .maintitleWrap .maintitle {
  text-align: center;
  margin: 16px auto 0;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .maintitleWrap .maintitle {
    margin: 3.2vw auto 0;
  }
}
#stop .sectionInner .bgContents .maintitleWrap .maintitle.bg {
  background-color: #2D2D64;
  color: #fff;
  padding: 8px 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .maintitleWrap .maintitle.bg {
    display: inline;
    line-height: 2;
    font-size: 6.1333333333vw;
    padding: 0.8vw 3.2vw 1.6vw;
    font-feature-settings: "palt";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .maintitleWrap .maintitle.bg {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .maintitleWrap .maintitle.bg .r_space {
    padding-right: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .maintitleWrap .maintitle.bg .l_space {
    padding-left: 3.2vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .worriestitleWrap {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .worriestitleWrap {
    margin-top: 5.3333333333vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flexContents {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 0 32px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flexContents {
    flex-direction: column-reverse;
    margin-top: 5.3333333333vw;
    gap: 4.2666666667vw 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flexContents {
    margin-top: 40px;
    align-items: center;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flexContents .image {
  width: 220px;
  flex: none;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flexContents .image {
    width: 56vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flexContents .image {
    width: 170px;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flexContents .testContents {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 610px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flexContents .testContents {
    gap: 2.1333333333vw;
    width: 100%;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flexContents .testContents .worriestextWrap {
  position: relative;
  width: 300px;
  padding: 20px 0;
  border-radius: 20px 0 20px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flexContents .testContents .worriestextWrap {
    width: 100%;
    padding: 5.3333333333vw 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flexContents .testContents .worriestextWrap {
    width: 215px;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flexContents .testContents .worriestextWrap .worriesText {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flexContents .testContents .worriestextWrap .worriesText {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flexContents .testContents .worriestextWrap .worriesText {
    font-size: 1.6vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flexContents .testContents .worriestextWrap .iconWrap {
  position: absolute;
  top: -8%;
  right: 10%;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flexContents .testContents .worriestextWrap .iconWrap {
    width: 4.8vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap {
    margin-top: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap {
    margin-top: 3.7333333333vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap .iconWrap {
  width: 45px;
  margin: 0 auto -20px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap .iconWrap {
    width: 9.3333333333vw;
    margin: 0 auto -4.2666666667vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap .flexContents {
  margin-top: 0;
  display: flex;
  align-items: center;
  padding: 0;
  background-color: #fff;
  border: 1px solid #2D2D64;
  border-radius: 8px;
  gap: 0 24px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap .flexContents {
    flex-direction: column;
    gap: 0 6.4vw;
    padding: 4.2666666667vw 5.3333333333vw 7.4666666667vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap .flexContents .image {
  width: 137px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap .flexContents .image {
    width: 32vw;
    margin-top: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap .flexContents .solutiontitleWrap {
    margin-top: 2.1333333333vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap .flexContents .solutiontitleWrap .solutionTitle {
  color: #2D2D64;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap .flexContents .solutiontitleWrap .solutionTitle {
    text-align: center;
    line-height: 1.3;
    font-size: 6.4vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap .flexContents .solutiontitleWrap .text {
  margin-top: 4px;
  color: #2D2D64;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .solutionWrap .flexContents .solutiontitleWrap .text {
    font-feature-settings: "palt";
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap {
    margin-top: 11.7333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap {
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .worriestitleWrap {
    margin-top: 0;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .mintextWrap {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .mintextWrap {
    margin-top: 5.3333333333vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .mintextWrap .min {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .mintextWrap .min {
    font-feature-settings: "palt";
    text-align: left;
    font-size: 4.2666666667vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents {
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 8px;
  margin-top: 32px;
  gap: 0;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents {
    flex-direction: column;
    margin-top: 8.5333333333vw;
    padding: 7.4666666667vw 5.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents {
    padding: 20px;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap {
  width: 182px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap {
    width: 100%;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .flowText {
  display: flex;
}
#stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .flowText .nim {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: solid 3px #F9C623;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .flowText .nim {
    font-size: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .flowText .nim {
    font-size: 2.1333333333vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .flowText .title {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  padding-left: 8px;
  border-bottom: solid 3px #2D2D64;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .flowText .title {
    font-size: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
    padding-left: 2.1333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .flowText .title {
    font-size: 2.1333333333vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .textWrap {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .textWrap {
    margin-top: 3.2vw;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .textWrap .min {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .textWrap .min {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .flowWrap .textWrap .min {
    font-size: 14px;
  }
}
#stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .iconWrap {
  width: 6px;
  margin: 0 16px 0 16px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .iconWrap {
    width: 2.1333333333vw;
    margin: 2.1333333333vw auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .iconWrap {
    width: 20px;
    margin: auto 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  #stop .sectionInner .bgContents .contents .worriesWrap .flowContentsWrap .flexContents .iconWrap img {
    transform: rotate(90deg);
  }
}

#lineup {
  background-color: #F4F5F7;
}
#lineup .sectionInner {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner {
    padding: 21.3333333333vw 0;
  }
}
#lineup .sectionInner .flexContents {
  display: flex;
  gap: 0 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner .flexContents {
    flex-direction: column;
    gap: 5.3333333333vw 0;
    margin-top: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #lineup .sectionInner .flexContents {
    flex-direction: column;
    gap: 20px 0;
  }
}
#lineup .sectionInner .flexContents .lineup {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner .flexContents .lineup {
    padding: 8.5333333333vw 6.4vw;
  }
}
#lineup .sectionInner .flexContents .lineup .lineupTitle {
  text-align: center;
  color: #2D2D64;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner .flexContents .lineup .lineupTitle {
    line-height: 1.3;
    font-size: 6.4vw;
  }
}
#lineup .sectionInner .flexContents .lineup .image {
  width: 450px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner .flexContents .lineup .image {
    margin: 3.2vw auto 0;
    width: 100%;
  }
}
#lineup .sectionInner .flexContents .lineup .dlList {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner .flexContents .lineup .dlList {
    margin-top: 3.2vw;
  }
}
#lineup .sectionInner .flexContents .lineup .dlList .list {
  border-top: 1px solid #D6D3D0;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner .flexContents .lineup .dlList .list {
    padding: 3.2vw 0;
    gap: 0 3.2vw;
    display: block;
  }
}
#lineup .sectionInner .flexContents .lineup .dlList .list:first-of-type {
  border-top: unset;
}
#lineup .sectionInner .flexContents .lineup .dlList .list dt {
  width: 110px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner .flexContents .lineup .dlList .list dt {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
#lineup .sectionInner .flexContents .lineup .dlList .list .block {
  display: block;
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner .flexContents .lineup .dlList .list .block {
    margin-top: 1.0666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner .flexContents .lineup .dlList .list .block dd {
    margin-top: 0;
  }
}
#lineup .sectionInner .flexContents .lineup .dlList .list dd {
  color: #747474;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner .flexContents .lineup .dlList .list dd {
    font-size: 3.7333333333vw;
    margin-top: 1.0666666667vw;
  }
}
#lineup .sectionInner .flexContents .lineup + .lineup {
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  #lineup .sectionInner .flexContents .lineup + .lineup .lineupTitle {
    line-height: 1;
  }
}

.fixdContents {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.fixdContents .btnsWrap {
  background-color: #2D2D64;
  width: auto;
  margin: 0;
}
@media only screen and (min-width: 1080px) {
  .fixdContents .btnsWrap:hover {
    opacity: 0.9;
  }
}
.fixdContents .btnsWrap .btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 0;
  background-color: transparent;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .fixdContents .btnsWrap .btn {
    padding: 5.3333333333vw 0;
  }
}
.fixdContents .btnsWrap .btn:hover {
  top: 0;
  margin-top: 0;
}
.fixdContents .btnsWrap .btn .iconWrap {
  align-items: center;
  justify-content: center;
}
.fixdContents .btnsWrap .btn .iconWrap .server_icon {
  margin-right: 8px;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .fixdContents .btnsWrap .btn .iconWrap .server_icon {
    margin-right: 2.6666666667vw;
    width: 5.3333333333vw;
  }
}
.fixdContents .btnsWrap .btn .iconWrap .text {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding-right: 16px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .fixdContents .btnsWrap .btn .iconWrap .text {
    font-size: 3.7333333333vw;
    padding-right: 4.2666666667vw;
  }
}
.fixdContents .btnsWrap .btn .iconWrap .bottomarrow_icon {
  width: 10px;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .fixdContents .btnsWrap .btn .iconWrap .bottomarrow_icon {
    width: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}
.fixdContents .btnsWrap .btn .iconWrap .bottomarrow_icon img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lpCta.mT40 {
    margin-top: 10.6666666667vw;
  }
}
.lpCta .btn {
  width: 330px;
}

#productContact {
  background-color: #F4F5F7;
  padding-bottom: 14vh;
}
#productContact .inner .contactWrap {
  background-color: #001986;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 10%;
  border-radius: 15px;
}
#productContact .inner .contactWrap .title {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  #productContact .inner .contactWrap .title {
    width: 100%;
    margin-bottom: 32px;
  }
}
#productContact .inner .contactWrap .title p {
  font-weight: bold;
  font-size: 3.5vw;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #productContact .inner .contactWrap .title p {
    font-size: 8vw;
  }
}
#productContact .inner .contactWrap .action {
  width: 50%;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #productContact .inner .contactWrap .action {
    width: 100%;
  }
}
#productContact .inner .contactWrap .action p {
  margin-bottom: 32px;
}
#productContact .inner .contactWrap .action .linkBtn a {
  display: inline-block;
  background-color: #fff;
  color: #001986;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  padding: 0 32px;
  border: 3px solid #fff;
  transition-duration: 0.5s;
}
#productContact .inner .contactWrap .action .linkBtn a:hover {
  background-color: transparent;
  color: #fff;
  border-radius: 10px;
}

.usePlaceWrap {
  margin-top: 15vh;
}
.usePlaceWrap .read {
  text-align: center;
  font-weight: bold;
  color: #001986;
  padding: 7vh 0;
}
.usePlaceWrap .spotList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.usePlaceWrap .spotList .spot {
  width: 32%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .usePlaceWrap .spotList .spot {
    width: 100%;
    margin-top: 32px;
  }
  .usePlaceWrap .spotList .spot:first-child {
    margin-top: 0;
  }
}
.usePlaceWrap .spotList .spot .spotImg {
  width: 100%;
  height: 25vh;
  overflow: hidden;
}
.usePlaceWrap .spotList .spot .spotImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.usePlaceWrap .spotList .spot p {
  position: absolute;
  background-color: #FDD000;
  color: #001986;
  padding: 8px;
  font-size: 14px;
  left: 0;
  bottom: 0;
}/*# sourceMappingURL=quickcharger.css.map */