/* setting */
:root {
  --blue: #0073b1;
}

/* base */
* {
  box-sizing: border-box;
  position: relative;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 800;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: all 0.3s 0s ease;
  color: var(--black);
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity: 1;
  }
}
.pc-only,
.sp-only {
  display: none;
}

@media (min-width: 769px) {
  .pc-only {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: inherit;
  }
}
body {
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  overflow-x: hidden;
  line-height: 1;
}

.text {
  font-size: 26px;
  color: var(--blue);
  letter-spacing: 3.6px;
  line-height: 61px;
}
@media (max-width: 1150px) {
  .text {
    font-size: 2.2608695652vw;
    line-height: 5.3043478261vw;
    letter-spacing: 0.3130434783vw;
  }
}
@media (max-width: 768px) {
  .text {
    font-size: 4.1666666667vw;
    line-height: 7.9427083333vw;
    letter-spacing: 0.46875vw;
  }
}

.inner {
  width: min(100%, 1150px);
  margin: 0 auto;
}

.lp picture {
  display: block;
}

@media (max-width: 520px) {
  .sp-indent {
    margin-left: 0;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
  transition-delay: 0.2s;
}

.fadein-show {
  opacity: 1;
  transform: translateY(0);
}

.fadein-fast {
  transition-delay: 0.1s !important;
}

.fadein-mid {
  transition-delay: 0.3s !important;
}

.fadein-mid2 {
  transition-delay: 0.5s !important;
}

.fadein-mid3 {
  transition-delay: 0.7s !important;
}

.fadein-slow {
  transition-delay: 0.9s !important;
}

.ques-motion {
  position: absolute;
  animation: moveCorners 2s steps(1) infinite;
  transition: 0.3s;
}

@keyframes moveCorners {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20%, 20%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.is-shiny {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 20px;
}
@media (max-width: 1150px) {
  .is-shiny {
    border-radius: 10px;
  }
}
.is-shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
  z-index: 5;
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.is-hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header {
  background: transparent url("../img/background/bg_01.jpg") no-repeat center center;
  background-size: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header {
    background: transparent url("../img/background/bg_01_sp.webp") no-repeat center center;
    background-size: cover;
  }
}
.header-line {
  background: transparent url("../img/background/bg_line.webp") no-repeat center bottom;
  background-size: 100% 5px;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 1150px) {
  .header-line {
    padding-top: 5.2173913043vw;
    padding-bottom: 8.6956521739vw;
  }
}
@media (max-width: 768px) {
  .header-line {
    padding-top: 7.8125vw;
    padding-bottom: 23.4375vw;
  }
}
.header-img01 {
  width: 1100px;
  left: 10px;
}
@media (max-width: 1150px) {
  .header-img01 {
    width: 95.652173913vw;
    left: 0.8695652174vw;
  }
}
@media (max-width: 768px) {
  .header-img01 {
    width: 92.7083333333vw;
    left: 2.6041666667vw;
  }
}
.header-txt01 {
  position: absolute;
  top: 460px;
  left: 285px;
  text-align: center;
}
@media (max-width: 1150px) {
  .header-txt01 {
    top: 40vw;
    left: 24.7826086957vw;
  }
}
@media (max-width: 768px) {
  .header-txt01 {
    top: 74.21875vw;
    left: 19.53125vw;
  }
}
@media (max-width: 520px) {
  .header-txt01 {
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .header-txt01 .sp-padding {
    display: block;
    padding: 5.2083333333vw 0 0;
    margin-bottom: -2.6041666667vw;
  }
}
.header-txt01-bg01 {
  background: transparent url("../img/img-01-bg-01.webp");
  background-size: cover;
  padding: 5px 10px;
  margin-right: 0.1em;
}
.header-txt01-bg02 {
  background: transparent url("../img/img-01-bg-02.webp");
  background-size: cover;
  padding: 5px 10px;
}
.header-img02 {
  position: absolute;
  width: 244px;
  top: 550px;
  left: 50px;
}
@media (max-width: 1150px) {
  .header-img02 {
    width: 21.2173913043vw;
    top: 47.3913043478vw;
    left: 4.347826087vw;
  }
}
@media (max-width: 768px) {
  .header-img02 {
    width: 34.6354166667vw;
    top: 144.53125vw;
    left: 3.90625vw;
  }
}
.header-img03 {
  position: absolute;
  width: 259px;
  top: 490px;
  right: 90px;
}
@media (max-width: 1150px) {
  .header-img03 {
    width: 22.5217391304vw;
    top: 42.6086956522vw;
    right: 7.8260869565vw;
  }
}
@media (max-width: 768px) {
  .header-img03 {
    width: 35.4166666667vw;
    top: 137.3697916667vw;
    left: 61.1979166667vw;
  }
}

.main {
  background: transparent url("../img/background/bg_stripe2.webp") repeat center center;
  background-size: 180%;
  padding-bottom: 0;
}
@media (max-width: 1150px) {
  .main {
    background-size: 200%;
  }
}
@media (max-width: 768px) {
  .main {
    background-size: 400%;
  }
}
.main .check-02 {
  padding-bottom: 60px;
}
@media (max-width: 1150px) {
  .main .check-02 {
    padding-bottom: 5.2173913043vw;
  }
}
@media (max-width: 768px) {
  .main .check-02 {
    padding-bottom: 5.2173913043vw;
  }
}
@media (max-width: 768px) {
  .main .check-02 {
    padding-bottom: 7.8125vw;
  }
}
.main .check-03 {
  padding-bottom: 60px;
}
@media (max-width: 1150px) {
  .main .check-03 {
    padding-bottom: 5.2173913043vw;
  }
}
@media (max-width: 768px) {
  .main .check-03 {
    padding-bottom: 5.2173913043vw;
  }
}
@media (max-width: 768px) {
  .main .check-03 {
    padding-bottom: 7.8125vw;
  }
}
.main .check-04 {
  padding-bottom: 60px;
}
@media (max-width: 1150px) {
  .main .check-04 {
    padding-bottom: 5.2173913043vw;
  }
}
@media (max-width: 768px) {
  .main .check-04 {
    padding-bottom: 5.2173913043vw;
  }
}
@media (max-width: 768px) {
  .main .check-04 {
    padding-bottom: 7.8125vw;
  }
}
.main-check01 {
  width: 299px;
  left: 420px;
  top: -45px;
  display: block;
  margin-bottom: -45px;
  display: block;
}
@media (max-width: 1150px) {
  .main-check01 {
    width: 26vw;
    top: -3.9130434783vw;
    left: 36.5217391304vw;
    margin-bottom: -3.9130434783vw;
  }
}
@media (max-width: 768px) {
  .main-check01 {
    width: 38.9322916667vw;
    top: -5.859375vw;
    left: 31.25vw;
    margin-bottom: -5.859375vw;
  }
}
.main-check02 {
  position: relative;
}
.main-check02-01 {
  width: 299px;
  position: absolute;
  top: -50px;
  left: 420px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .main-check02-01 {
    width: 26vw;
    top: -4.347826087vw;
    left: 36.5217391304vw;
  }
}
@media (max-width: 768px) {
  .main-check02-01 {
    width: 38.9322916667vw;
    top: -5.859375vw;
    left: 31.25vw;
    margin-bottom: -5.859375vw;
  }
}
.main-check02-02 {
  width: 89px;
  position: absolute;
  top: -70px;
  left: 656px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .main-check02-02 {
    width: 7.7391304348vw;
    top: -6.0869565217vw;
    left: 57.0434782609vw;
  }
}
@media (max-width: 768px) {
  .main-check02-02 {
    width: 11.5885416667vw;
    top: -9.1145833333vw;
    left: 61.1979166667vw;
  }
}
.main-check03 {
  position: relative;
}
.main-check03-01 {
  width: 299px;
  position: absolute;
  top: -50px;
  left: 420px;
  z-index: 17;
}
@media (max-width: 1150px) {
  .main-check03-01 {
    width: 26vw;
    top: -4.347826087vw;
    left: 36.5217391304vw;
  }
}
@media (max-width: 768px) {
  .main-check03-01 {
    width: 38.9322916667vw;
    top: -5.859375vw;
    left: 31.25vw;
    margin-bottom: -5.859375vw;
  }
}
.main-check03-02 {
  width: 89px;
  position: absolute;
  top: -70px;
  left: 656px;
  z-index: 18;
}
@media (max-width: 1150px) {
  .main-check03-02 {
    width: 7.7391304348vw;
    top: -6.0869565217vw;
    left: 57.0434782609vw;
  }
}
@media (max-width: 768px) {
  .main-check03-02 {
    width: 11.5885416667vw;
    top: -9.1145833333vw;
    left: 61.1979166667vw;
  }
}
.main-check04 {
  position: relative;
}
.main-check04-01 {
  width: 299px;
  position: absolute;
  top: -50px;
  left: 420px;
  z-index: 17;
}
@media (max-width: 1150px) {
  .main-check04-01 {
    width: 26vw;
    top: -4.347826087vw;
    left: 36.5217391304vw;
  }
}
@media (max-width: 768px) {
  .main-check04-01 {
    width: 38.9322916667vw;
    top: -6.5104166667vw;
    left: 31.25vw;
  }
}
.main-check04-02 {
  width: 89px;
  position: absolute;
  top: -70px;
  left: 656px;
  z-index: 18;
}
@media (max-width: 1150px) {
  .main-check04-02 {
    width: 7.7391304348vw;
    top: -6.0869565217vw;
    left: 57.0434782609vw;
  }
}
@media (max-width: 768px) {
  .main-check04-02 {
    width: 11.5885416667vw;
    top: -9.1145833333vw;
    left: 61.1979166667vw;
  }
}

.check01.is-cut {
  height: 1000px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .check01.is-cut {
    height: 86.9565217391vw;
  }
}
@media (max-width: 768px) {
  .check01.is-cut {
    height: 171.875vw;
  }
}
.check01-img01 {
  width: 1039px;
  left: 64px;
}
@media (max-width: 1150px) {
  .check01-img01 {
    width: 90.347826087vw;
    left: 5.5652173913vw;
  }
}
.check01-img01.is-cut {
  height: 1000px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .check01-img01.is-cut {
    height: 86.9565217391vw;
  }
}
@media (max-width: 768px) {
  .check01-img01.is-cut {
    height: 171.875vw;
  }
}
@media (max-width: 768px) {
  .check01-img01 {
    width: 84.5052083333vw;
    left: 7.03125vw;
  }
}
.check01-img02 {
  width: 1011px;
  position: absolute;
  top: 60px;
  left: 110px;
  z-index: 2;
}
@media (max-width: 1150px) {
  .check01-img02 {
    width: 87.9130434783vw;
    top: 5.2173913043vw;
    left: 9.5652173913vw;
  }
}
@media (max-width: 768px) {
  .check01-img02 {
    width: 81.5104166667vw;
    top: 15.8854166667vw;
    left: 9.1145833333vw;
  }
}
.check01-txt01 {
  position: absolute;
  top: 660px;
  left: 285px;
  z-index: 8;
  font-size: 32px;
}
@media (max-width: 1150px) {
  .check01-txt01 {
    top: 57.3913043478vw;
    left: 24.7826086957vw;
    font-size: 2.7826086957vw;
  }
}
@media (max-width: 768px) {
  .check01-txt01 {
    display: none;
  }
}
.check01-txt01-sp {
  display: none;
}
@media (max-width: 768px) {
  .check01-txt01-sp {
    display: block;
    top: 113.28125vw;
    left: 27.9947916667vw;
    font-size: 4.1666666667vw;
    line-height: 7.5520833333vw;
  }
}
.check01-txt01-bg01 {
  background: transparent url("../img/img-03-bg-01.webp") no-repeat center bottom;
  padding-bottom: 4px;
  background-size: 100%;
}
.check01-img03 {
  width: 137px;
  position: absolute;
  top: 610px;
  left: 136px;
  z-index: 6;
}
@media (max-width: 1150px) {
  .check01-img03 {
    width: 11.9130434783vw;
    top: 53.0434782609vw;
    left: 11.8260869565vw;
  }
}
@media (max-width: 768px) {
  .check01-img03 {
    width: 17.8385416667vw;
    top: 111.9791666667vw;
    left: 10.4166666667vw;
  }
}
.check01-img04 {
  width: 50px;
  position: absolute;
  top: 590px;
  left: 233px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check01-img04 {
    width: 4.347826087vw;
    top: 51.3043478261vw;
    left: 20.2608695652vw;
  }
}
@media (max-width: 768px) {
  .check01-img04 {
    width: 6.5104166667vw;
    top: 102.8645833333vw;
    left: 22.1354166667vw;
  }
}
.check01-img05 {
  width: 1038px;
  position: absolute;
  top: 895px;
  left: 40px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check01-img05 {
    width: 90.2608695652vw;
    top: 77.8260869565vw;
    left: 3.4782608696vw;
  }
}
@media (max-width: 768px) {
  .check01-img05 {
    width: 83.7239583333vw;
    top: 154.9479166667vw;
    left: 7.8125vw;
  }
}
.check01-img06 {
  width: 393px;
  position: absolute;
  top: 810px;
  left: 420px;
  z-index: 27;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1150px) {
  .check01-img06 {
    width: 34.1739130435vw;
    top: 70.4347826087vw;
    left: 36.5217391304vw;
  }
}
@media (max-width: 768px) {
  .check01-img06 {
    width: 52.6041666667vw;
    top: 143.2291666667vw;
    left: 26.0416666667vw;
  }
}
.check01-img07 {
  width: 57px;
  position: absolute;
  top: 845px;
  left: 420px;
  z-index: 28;
  pointer-events: none;
}
@media (max-width: 1150px) {
  .check01-img07 {
    width: 4.9565217391vw;
    top: 71.7391304348vw;
    left: 36.5217391304vw;
  }
}
@media (max-width: 768px) {
  .check01-img07 {
    width: 7.1614583333vw;
    top: 145.8333333333vw;
    left: 26.0416666667vw;
  }
}
.check01-img08 {
  width: 1104px;
  position: absolute;
  top: 905px;
  left: 45px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check01-img08 {
    width: 96vw;
    top: 78.6956521739vw;
    left: 3.9130434783vw;
  }
}
@media (max-width: 768px) {
  .check01-img08 {
    width: 82.421875vw;
    top: 161.4583333333vw;
    left: 7.1614583333vw;
  }
}
.check01-img08-bg {
  width: 954px;
  position: absolute;
  top: 1025px;
  left: 110px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check01-img08-bg {
    width: 82.9565217391vw;
    top: 89.1304347826vw;
    left: 9.5652173913vw;
  }
}
@media (max-width: 768px) {
  .check01-img08-bg {
    width: 78.125vw;
    top: 174.4791666667vw;
    left: 10.4166666667vw;
  }
}
.check01-img09 {
  width: 237px;
  position: absolute;
  top: 1387px;
  left: 819px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check01-img09 {
    width: 20.6086956522vw;
    top: 120.6086956522vw;
    left: 71.2173913043vw;
  }
}
@media (max-width: 768px) {
  .check01-img09 {
    width: 30.859375vw;
    top: 300.6510416667vw;
    left: 61.1979166667vw;
  }
}
.check01-img10 {
  width: 38px;
  position: absolute;
  top: 1457px;
  left: 794px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check01-img10 {
    width: 3.3043478261vw;
    top: 126.6956521739vw;
    left: 69.0434782609vw;
  }
}
@media (max-width: 768px) {
  .check01-img10 {
    width: 5.2083333333vw;
    top: 286.4583333333vw;
    left: 70.3125vw;
  }
}
.check01-txt02 {
  position: absolute;
  top: 1355px;
  left: 197px;
  z-index: 15;
  font-size: 26px;
  line-height: 51px;
  z-index: 10;
}
@media (max-width: 1150px) {
  .check01-txt02 {
    top: 117.8260869565vw;
    left: 17.1304347826vw;
    font-size: 2.2608695652vw;
    line-height: 4.4347826087vw;
  }
}
@media (max-width: 768px) {
  .check01-txt02 {
    display: none;
  }
}
.check01-txt02-sp {
  display: none;
}
@media (max-width: 768px) {
  .check01-txt02-sp {
    display: block;
    top: 276.0416666667vw;
    left: 22.7864583333vw;
    font-size: 3.3854166667vw;
    line-height: 6.640625vw;
  }
}
@media (max-width: 528px) {
  .check01-txt02-sp {
    letter-spacing: 1px;
  }
}
@media (max-width: 420px) {
  .check01-txt02-sp {
    letter-spacing: 1px;
  }
}
.check01-txt02-bg01 {
  background: transparent url("../img/img-04-bg-01.webp") no-repeat center center;
  padding: 2px 7px;
  background-size: cover;
  color: #fd769d;
}

.check02 {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .check02 {
    margin-top: 9.1145833333vw;
  }
}
.check02.is-cut {
  height: 1000px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .check02.is-cut {
    height: 86.9565217391vw;
  }
}
@media (max-width: 768px) {
  .check02.is-cut {
    height: 171.875vw;
  }
}
.check02-img01 {
  width: 1039px;
  left: 64px;
}
@media (max-width: 1150px) {
  .check02-img01 {
    width: 90.347826087vw;
    left: 5.5652173913vw;
  }
}
@media (max-width: 768px) {
  .check02-img01 {
    width: 84.5052083333vw;
    left: 6.9010416667vw;
  }
}
.check02-img01.is-cut {
  height: 1000px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .check02-img01.is-cut {
    height: 86.9565217391vw;
  }
}
@media (max-width: 768px) {
  .check02-img01.is-cut {
    height: 171.875vw;
  }
}
.check02-img02 {
  width: 977px;
  position: absolute;
  top: 150px;
  left: 85px;
  z-index: 2;
}
@media (max-width: 1150px) {
  .check02-img02 {
    width: 84.9565217391vw;
    top: 13.0434782609vw;
    left: 7.3913043478vw;
  }
}
@media (max-width: 768px) {
  .check02-img02 {
    width: 82.03125vw;
    top: 16.015625vw;
    left: 7.5520833333vw;
  }
}
.check02-img03 {
  width: 137px;
  position: absolute;
  top: 600px;
  left: 886px;
  z-index: 6;
}
@media (max-width: 1150px) {
  .check02-img03 {
    width: 11.9130434783vw;
    top: 52.1739130435vw;
    left: 77.0434782609vw;
  }
}
@media (max-width: 768px) {
  .check02-img03 {
    width: 17.8385416667vw;
    top: 113.28125vw;
    left: 10.4166666667vw;
  }
}
.check02-img04 {
  width: 50px;
  position: absolute;
  top: 570px;
  left: 173px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check02-img04 {
    width: 4.347826087vw;
    top: 49.5652173913vw;
    left: 15.0434782609vw;
  }
}
@media (max-width: 768px) {
  .check02-img04 {
    width: 6.5104166667vw;
    top: 105.46875vw;
    left: 20.8333333333vw;
  }
}
.check02-txt01 {
  position: absolute;
  top: 640px;
  left: 235px;
  z-index: 5;
  font-size: 32px;
}
@media (max-width: 1150px) {
  .check02-txt01 {
    top: 55.652173913vw;
    left: 20.4347826087vw;
    font-size: 2.7826086957vw;
  }
}
@media (max-width: 768px) {
  .check02-txt01 {
    display: none;
  }
}
.check02-txt01-sp {
  display: none;
}
@media (max-width: 768px) {
  .check02-txt01-sp {
    display: block;
    top: 114.5833333333vw;
    left: 28.6458333333vw;
    line-height: 6.9010416667vw;
    font-size: 4.0364583333vw;
  }
}
.check02-txt01-bg01 {
  background: transparent url("../img/img-06-bg-01.webp") no-repeat center bottom;
  padding-bottom: 4px;
  background-size: 100%;
}
.check02-img05 {
  width: 403px;
  position: absolute;
  top: 815px;
  left: 360px;
  z-index: 18;
}
@media (max-width: 1150px) {
  .check02-img05 {
    width: 35.0434782609vw;
    top: 70.8695652174vw;
    left: 31.3043478261vw;
  }
}
@media (max-width: 768px) {
  .check02-img05 {
    width: 52.6041666667vw;
    top: 143.2291666667vw;
    left: 26.0416666667vw;
  }
}
.check02-img06 {
  width: 53px;
  position: absolute;
  top: 840px;
  left: 710px;
  z-index: 19;
  display: block;
}
@media (max-width: 1150px) {
  .check02-img06 {
    width: 4.6086956522vw;
    top: 73.0434782609vw;
    left: 61.7391304348vw;
  }
}
@media (max-width: 768px) {
  .check02-img06 {
    width: 7.1614583333vw;
    top: 145.8333333333vw;
    left: 26.0416666667vw;
  }
}
.check02-img07 {
  width: 1038px;
  position: absolute;
  top: 890px;
  left: 40px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check02-img07 {
    width: 90.2608695652vw;
    top: 77.3913043478vw;
    left: 3.4782608696vw;
  }
}
@media (max-width: 768px) {
  .check02-img07 {
    width: 83.7239583333vw;
    top: 154.9479166667vw;
    left: 7.8125vw;
  }
}
.check02-img08 {
  width: 982px;
  position: absolute;
  top: 905px;
  left: 130px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check02-img08 {
    width: 85.3913043478vw;
    top: 78.6956521739vw;
    left: 11.3043478261vw;
  }
}
@media (max-width: 768px) {
  .check02-img08 {
    width: 83.984375vw;
    top: 161.4583333333vw;
    left: 11.71875vw;
  }
}
.check02-img08-bg {
  width: 954px;
  position: absolute;
  top: 1008px;
  left: 110px;
  z-index: 6;
}
@media (max-width: 1150px) {
  .check02-img08-bg {
    width: 82.9565217391vw;
    top: 87.652173913vw;
    left: 9.5652173913vw;
  }
}
@media (max-width: 768px) {
  .check02-img08-bg {
    width: 79.4270833333vw;
    top: 172.9166666667vw;
    left: 9.6354166667vw;
  }
}
.check02-img09 {
  width: 237px;
  position: absolute;
  top: 1349px;
  left: 819px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check02-img09 {
    width: 20.6086956522vw;
    top: 117.3043478261vw;
    left: 71.2173913043vw;
  }
}
@media (max-width: 768px) {
  .check02-img09 {
    width: 30.859375vw;
    top: 258.59375vw;
    left: 61.1979166667vw;
  }
}
.check02-txt02 {
  position: absolute;
  top: 1318px;
  left: 202px;
  z-index: 5;
  font-size: 26px;
  line-height: 51px;
  z-index: 10;
}
@media (max-width: 1150px) {
  .check02-txt02 {
    top: 114.6086956522vw;
    left: 17.5652173913vw;
    font-size: 2.2608695652vw;
    line-height: 4.4347826087vw;
  }
}
@media (max-width: 768px) {
  .check02-txt02 {
    display: none;
  }
}
.check02-txt02-sp {
  display: none;
}
@media (max-width: 768px) {
  .check02-txt02-sp {
    display: block;
    top: 232.5520833333vw;
    left: 19.53125vw;
    font-size: 3.3854166667vw;
    line-height: 6.640625vw;
    letter-spacing: 2px;
  }
}
@media (max-width: 520px) {
  .check02-txt02-sp {
    letter-spacing: 1px;
  }
}
.check02-txt02-bg01 {
  background: transparent url("../img/img-04-bg-01.webp") no-repeat center center;
  padding: 2px 7px;
  background-size: cover;
  color: #fd769d;
}

.check03 {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .check03 {
    margin-top: 9.1145833333vw;
  }
}
.check03.is-cut {
  height: 1000px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .check03.is-cut {
    height: 86.9565217391vw;
  }
}
@media (max-width: 768px) {
  .check03.is-cut {
    height: 171.875vw;
  }
}
.check03-img01 {
  width: 1039px;
  left: 64px;
}
@media (max-width: 1150px) {
  .check03-img01 {
    width: 90.347826087vw;
    left: 5.5652173913vw;
  }
}
@media (max-width: 768px) {
  .check03-img01 {
    width: 84.5052083333vw;
    left: 6.9010416667vw;
  }
}
.check03-img01.is-cut {
  height: 1000px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .check03-img01.is-cut {
    height: 86.9565217391vw;
  }
}
@media (max-width: 768px) {
  .check03-img01.is-cut {
    height: 171.875vw;
  }
}
.check03-img02 {
  width: 984px;
  position: absolute;
  top: 70px;
  left: 105px;
  z-index: 2;
}
@media (max-width: 1150px) {
  .check03-img02 {
    width: 85.5652173913vw;
    top: 6.0869565217vw;
    left: 9.1304347826vw;
  }
}
@media (max-width: 768px) {
  .check03-img02 {
    width: 83.4635416667vw;
    top: 16.015625vw;
    left: 7.5520833333vw;
  }
}
.check03-img03 {
  width: 137px;
  position: absolute;
  top: 584px;
  left: 286px;
  z-index: 6;
}
@media (max-width: 1150px) {
  .check03-img03 {
    width: 11.9130434783vw;
    top: 50.4347826087vw;
    left: 24.8695652174vw;
  }
}
@media (max-width: 768px) {
  .check03-img03 {
    width: 17.8385416667vw;
    top: 113.28125vw;
    left: 10.4166666667vw;
  }
}
.check03-img04 {
  width: 50px;
  position: absolute;
  top: 553px;
  left: 823px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check03-img04 {
    width: 4.347826087vw;
    top: 48.0869565217vw;
    left: 71.5652173913vw;
  }
}
@media (max-width: 768px) {
  .check03-img04 {
    width: 6.5104166667vw;
    top: 105.46875vw;
    left: 20.8333333333vw;
  }
}
.check03-txt01 {
  position: absolute;
  top: 623px;
  left: 435px;
  z-index: 5;
  line-height: 53px;
  font-size: 32px;
}
@media (max-width: 1150px) {
  .check03-txt01 {
    top: 54.1739130435vw;
    left: 37.8260869565vw;
    font-size: 2.7826086957vw;
    line-height: 4.6086956522vw;
  }
}
@media (max-width: 768px) {
  .check03-txt01 {
    top: 117.1875vw;
    left: 28.6458333333vw;
    line-height: 6.9010416667vw;
    font-size: 4.0364583333vw;
  }
}
.check03-txt01-bg01 {
  background: transparent url("../img/img-03-bg-01.webp") no-repeat center bottom;
  padding-bottom: 4px;
  background-size: 100%;
}
.check03-img05 {
  width: 393px;
  position: absolute;
  top: 790px;
  left: 420px;
  z-index: 8;
}
@media (max-width: 1150px) {
  .check03-img05 {
    width: 34.1739130435vw;
    top: 68.6956521739vw;
    left: 36.5217391304vw;
  }
}
@media (max-width: 768px) {
  .check03-img05 {
    width: 52.6041666667vw;
    top: 143.2291666667vw;
    left: 26.0416666667vw;
  }
}
.check03-img06 {
  width: 53px;
  position: absolute;
  top: 820px;
  left: 420px;
  z-index: 9;
  display: block;
}
@media (max-width: 1150px) {
  .check03-img06 {
    width: 4.6086956522vw;
    top: 71.3043478261vw;
    left: 36.5217391304vw;
  }
}
@media (max-width: 768px) {
  .check03-img06 {
    width: 7.1614583333vw;
    top: 145.8333333333vw;
    left: 26.0416666667vw;
  }
}
.check03-img07 {
  width: 1038px;
  position: absolute;
  top: 865px;
  left: 40px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check03-img07 {
    width: 90.2608695652vw;
    top: 75.2173913043vw;
    left: 3.4782608696vw;
  }
}
@media (max-width: 768px) {
  .check03-img07 {
    width: 83.7239583333vw;
    top: 154.9479166667vw;
    left: 7.8125vw;
  }
}
.check03-img08 {
  width: 953px;
  position: absolute;
  top: 910px;
  left: 80px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check03-img08 {
    width: 82.8695652174vw;
    top: 79.1304347826vw;
    left: 6.9565217391vw;
  }
}
@media (max-width: 768px) {
  .check03-img08 {
    width: 81.1197916667vw;
    top: 161.4583333333vw;
    left: 4.9479166667vw;
  }
}
.check03-img08-bg {
  width: 954px;
  position: absolute;
  top: 1008px;
  left: 110px;
  z-index: 6;
}
@media (max-width: 1150px) {
  .check03-img08-bg {
    width: 82.9565217391vw;
    top: 87.652173913vw;
    left: 9.5652173913vw;
  }
}
@media (max-width: 768px) {
  .check03-img08-bg {
    width: 79.4270833333vw;
    top: 172.9166666667vw;
    left: 9.6354166667vw;
  }
}
.check03-img09 {
  width: 237px;
  position: absolute;
  top: 1351px;
  left: 819px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check03-img09 {
    width: 20.6086956522vw;
    top: 117.4782608696vw;
    left: 71.2173913043vw;
  }
}
@media (max-width: 768px) {
  .check03-img09 {
    width: 30.859375vw;
    top: 258.59375vw;
    left: 61.1979166667vw;
  }
}
.check03-img10 {
  width: 38px;
  position: absolute;
  top: 1457px;
  left: 794px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check03-img10 {
    width: 3.3043478261vw;
    top: 126.6956521739vw;
    left: 69.0434782609vw;
  }
}
.check03-txt02 {
  position: absolute;
  top: 1333px;
  left: 202px;
  z-index: 5;
  font-size: 26px;
  line-height: 46px;
  z-index: 10;
  letter-spacing: 0.1304347826vw;
}
@media (max-width: 1150px) {
  .check03-txt02 {
    top: 115.9130434783vw;
    left: 17.5652173913vw;
    font-size: 2.2608695652vw;
    line-height: 4vw;
  }
}
@media (max-width: 768px) {
  .check03-txt02 {
    display: none;
  }
}
.check03-txt02-sp {
  display: none;
}
@media (max-width: 768px) {
  .check03-txt02-sp {
    display: block;
    top: 232.5520833333vw;
    left: 22.1354166667vw;
    font-size: 3.3854166667vw;
    line-height: 6.640625vw;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .check03-txt02-sp {
    letter-spacing: 0;
  }
}
.check03-txt02-bg01 {
  background: transparent url("../img/img-04-bg-01.webp") no-repeat center center;
  padding: 2px 7px;
  background-size: cover;
  color: #fd769d;
}
@media (max-width: 768px) {
  .check03-txt02-bg01 {
    padding: 1px 3px;
  }
}

.check04 {
  position: relative;
  margin-top: 70px;
  padding-bottom: 130px;
}
@media (max-width: 1150px) {
  .check04 {
    margin-top: 6.0869565217vw;
    padding-bottom: 11.3043478261vw;
  }
}
@media (max-width: 768px) {
  .check04 {
    margin-top: 9.1145833333vw;
    padding-bottom: 14.3229166667vw;
  }
}
.check04.is-cut {
  height: 1000px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .check04.is-cut {
    height: 86.9565217391vw;
  }
}
@media (max-width: 768px) {
  .check04.is-cut {
    height: 171.875vw;
  }
}
.check04-img01 {
  width: 1039px;
  left: 64px;
}
@media (max-width: 1150px) {
  .check04-img01 {
    width: 90.347826087vw;
    left: 5.5652173913vw;
  }
}
@media (max-width: 768px) {
  .check04-img01 {
    width: 84.5052083333vw;
    left: 6.9010416667vw;
  }
}
.check04-img01.is-cut {
  height: 1000px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .check04-img01.is-cut {
    height: 86.9565217391vw;
  }
}
@media (max-width: 768px) {
  .check04-img01.is-cut {
    height: 171.875vw;
  }
}
.check04-img02 {
  width: 977px;
  position: absolute;
  top: 30px;
  left: 90px;
  z-index: 2;
}
@media (max-width: 1150px) {
  .check04-img02 {
    width: 84.9565217391vw;
    top: 2.6086956522vw;
    left: 7.8260869565vw;
  }
}
@media (max-width: 768px) {
  .check04-img02 {
    width: 82.1614583333vw;
    top: 16.015625vw;
    left: 8.203125vw;
  }
}
.check04-img03 {
  width: 137px;
  position: absolute;
  top: 590px;
  left: 296px;
  z-index: 6;
}
@media (max-width: 1150px) {
  .check04-img03 {
    width: 11.9130434783vw;
    top: 51.3043478261vw;
    left: 25.7391304348vw;
  }
}
@media (max-width: 768px) {
  .check04-img03 {
    width: 17.8385416667vw;
    top: 113.28125vw;
    left: 10.4166666667vw;
  }
}
.check04-img04 {
  width: 50px;
  position: absolute;
  top: 553px;
  left: 403px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check04-img04 {
    width: 4.347826087vw;
    top: 48.0869565217vw;
    left: 35.0434782609vw;
  }
}
@media (max-width: 768px) {
  .check04-img04 {
    width: 6.5104166667vw;
    top: 105.46875vw;
    left: 20.8333333333vw;
  }
}
.check04-txt01 {
  position: absolute;
  top: 620px;
  left: 445px;
  z-index: 5;
  line-height: 58px;
  font-size: 32px;
}
@media (max-width: 1150px) {
  .check04-txt01 {
    top: 54.347826087vw;
    left: 38.6956521739vw;
    line-height: 5.0434782609vw;
    font-size: 2.7826086957vw;
  }
}
@media (max-width: 768px) {
  .check04-txt01 {
    top: 118.4895833333vw;
    left: 28.6458333333vw;
    line-height: 6.9010416667vw;
    font-size: 4.0364583333vw;
  }
}
.check04-txt01-bg01 {
  background: transparent url("../img/img-03-bg-01.webp") no-repeat center bottom;
  padding-bottom: 4px;
  background-size: 100%;
}
.check04-img05 {
  width: 393px;
  position: absolute;
  top: 796px;
  left: 340px;
  z-index: 8;
}
@media (max-width: 1150px) {
  .check04-img05 {
    width: 34.1739130435vw;
    top: 69.2173913043vw;
    left: 29.5652173913vw;
  }
}
@media (max-width: 768px) {
  .check04-img05 {
    width: 52.6041666667vw;
    top: 143.2291666667vw;
    left: 26.0416666667vw;
  }
}
.check04-img06 {
  width: 53px;
  position: absolute;
  top: 815px;
  left: 689px;
  z-index: 9;
  display: block;
}
@media (max-width: 1150px) {
  .check04-img06 {
    width: 4.6086956522vw;
    top: 70.8695652174vw;
    left: 59.9130434783vw;
  }
}
@media (max-width: 768px) {
  .check04-img06 {
    width: 7.1614583333vw;
    top: 145.8333333333vw;
    left: 26.0416666667vw;
  }
}
.check04-img07 {
  width: 1038px;
  position: absolute;
  top: 865px;
  left: 40px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check04-img07 {
    width: 90.2608695652vw;
    top: 75.2173913043vw;
    left: 3.4782608696vw;
  }
}
@media (max-width: 768px) {
  .check04-img07 {
    width: 83.7239583333vw;
    top: 154.9479166667vw;
    left: 7.8125vw;
  }
}
.check04-img08 {
  width: 961px;
  position: absolute;
  top: 932px;
  left: 75px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check04-img08 {
    width: 83.5652173913vw;
    top: 81.0434782609vw;
    left: 6.5217391304vw;
  }
}
@media (max-width: 768px) {
  .check04-img08 {
    width: 92.7083333333vw;
    top: 161.4583333333vw;
    left: 2.6041666667vw;
  }
}
.check04-img08-bg {
  width: 954px;
  position: absolute;
  top: 1028px;
  left: 110px;
  z-index: 6;
}
@media (max-width: 1150px) {
  .check04-img08-bg {
    width: 82.9565217391vw;
    top: 89.3913043478vw;
    left: 9.5652173913vw;
  }
}
@media (max-width: 768px) {
  .check04-img08-bg {
    width: 79.4270833333vw;
    top: 172.9166666667vw;
    left: 9.6354166667vw;
  }
}
.check04-img09 {
  width: 237px;
  position: absolute;
  top: 1373px;
  left: 819px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check04-img09 {
    width: 20.6086956522vw;
    top: 119.3913043478vw;
    left: 71.2173913043vw;
  }
}
@media (max-width: 768px) {
  .check04-img09 {
    width: 30.859375vw;
    top: 269.53125vw;
    left: 60.6770833333vw;
  }
}
.check04-img10 {
  width: 38px;
  position: absolute;
  top: 1457px;
  left: 794px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .check04-img10 {
    width: 3.3043478261vw;
    top: 126.6956521739vw;
    left: 69.0434782609vw;
  }
}
.check04-txt02 {
  position: absolute;
  top: 1368px;
  left: 202px;
  z-index: 5;
  font-size: 26px;
  line-height: 46px;
  z-index: 10;
}
@media (max-width: 1150px) {
  .check04-txt02 {
    top: 118.0869565217vw;
    left: 17.5652173913vw;
    font-size: 2.2608695652vw;
    line-height: 4vw;
  }
}
@media (max-width: 768px) {
  .check04-txt02 {
    display: none;
  }
}
.check04-txt02-sp {
  display: none;
}
@media (max-width: 768px) {
  .check04-txt02-sp {
    display: block;
    top: 241.6666666667vw;
    left: 22.7864583333vw;
    font-size: 3.3854166667vw;
    line-height: 6.640625vw;
  }
}
@media (max-width: 520px) {
  .check04-txt02-sp {
    letter-spacing: 1px;
  }
}
.check04-txt02-bg01 {
  background: transparent url("../img/img-04-bg-01.webp") no-repeat center center;
  padding: 2px 7px;
  background-size: cover;
  color: #fd769d;
}

.after {
  background: transparent url("../img/background/bg_02.jpg") no-repeat center center;
  background-size: cover;
  z-index: 5;
  height: 2173px;
}
@media (max-width: 1150px) {
  .after {
    height: 188.9565217391vw;
  }
}
@media (max-width: 768px) {
  .after {
    height: 358.4635416667vw;
    background: transparent url("../img/background/bg_02_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.after-nav {
  position: relative;
  z-index: 15;
}
.after-line {
  background: transparent url("../img/background/bg_line.webp") no-repeat center top;
  background-size: 100% 5px;
  padding-top: 5px;
}
@media (max-width: 1150px) {
  .after-line {
    padding-top: 0.4347826087vw;
  }
}
.after-inner {
  position: inherit;
}
.after-01 {
  width: 392px;
  position: absolute;
  top: -100px;
  left: 420px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .after-01 {
    width: 34.0869565217vw;
    top: -8.6956521739vw;
    left: 36.5217391304vw;
  }
}
@media (max-width: 768px) {
  .after-01 {
    width: 51.3020833333vw;
    top: -13.0208333333vw;
    left: 26.0416666667vw;
  }
}
.after-02 {
  width: 35px;
  position: absolute;
  top: -100px;
  left: 800px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .after-02 {
    width: 3.0434782609vw;
    top: -8.6956521739vw;
    left: 69.5652173913vw;
  }
}
@media (max-width: 768px) {
  .after-02 {
    width: 4.5572916667vw;
    top: -13.0208333333vw;
    left: 74.21875vw;
  }
}
.after-03 {
  width: 224px;
  position: absolute;
  top: 40px;
  left: 100px;
  z-index: 2;
}
@media (max-width: 1150px) {
  .after-03 {
    width: 19.4782608696vw;
    top: 3.4782608696vw;
    left: 8.6956521739vw;
  }
}
@media (max-width: 768px) {
  .after-03 {
    width: 28.7760416667vw;
    top: 10.4166666667vw;
    left: 3.90625vw;
  }
}
.after-04 {
  width: 838px;
  position: absolute;
  top: 120px;
  left: 190px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .after-04 {
    width: 72.8695652174vw;
    top: 10.4347826087vw;
    left: 16.5217391304vw;
  }
}
@media (max-width: 768px) {
  .after-04 {
    width: 78.515625vw;
    top: 15.625vw;
    left: 15.625vw;
  }
}
.after-txt01 {
  position: absolute;
  top: 175px;
  left: 340px;
  z-index: 5;
  line-height: 53px;
  font-size: 32px;
  letter-spacing: 2px;
}
@media (max-width: 1150px) {
  .after-txt01 {
    top: 15.2173913043vw;
    left: 29.5652173913vw;
    font-size: 2.7826086957vw;
    line-height: 4.6086956522vw;
  }
}
@media (max-width: 768px) {
  .after-txt01 {
    font-size: 3.7760416667vw;
    line-height: 6.9010416667vw;
    top: 22.7864583333vw;
    left: 36.4583333333vw;
    letter-spacing: 3px;
  }
}
@media (max-width: 520px) {
  .after-txt01 {
    letter-spacing: 2px;
  }
}
.after-05 {
  width: 240px;
  position: absolute;
  top: 340px;
  left: 810px;
  z-index: 2;
}
@media (max-width: 1150px) {
  .after-05 {
    width: 20.8695652174vw;
    top: 29.5652173913vw;
    left: 70.4347826087vw;
  }
}
@media (max-width: 768px) {
  .after-05 {
    width: 28.7760416667vw;
    top: 54.6875vw;
    left: 66.40625vw;
  }
}
.after-06 {
  width: 838px;
  position: absolute;
  top: 370px;
  left: 130px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .after-06 {
    width: 72.8695652174vw;
    top: 32.1739130435vw;
    left: 11.3043478261vw;
  }
}
@media (max-width: 768px) {
  .after-06 {
    width: 79.8177083333vw;
    top: 55.3385416667vw;
    left: 7.8125vw;
  }
}
.after-txt02 {
  position: absolute;
  top: 430px;
  left: 200px;
  z-index: 5;
  line-height: 53px;
  font-size: 32px;
  letter-spacing: 2px;
}
@media (max-width: 1150px) {
  .after-txt02 {
    top: 37.3913043478vw;
    left: 17.3913043478vw;
    font-size: 2.7826086957vw;
    line-height: 4.6086956522vw;
  }
}
@media (max-width: 768px) {
  .after-txt02 {
    display: none;
  }
}
.after-txt02-sp {
  display: none;
}
@media (max-width: 768px) {
  .after-txt02-sp {
    display: block;
    font-size: 3.7760416667vw;
    line-height: 6.9010416667vw;
    top: 62.5vw;
    left: 19.53125vw;
    letter-spacing: 3px;
  }
}
@media (max-width: 520px) {
  .after-txt02-sp {
    letter-spacing: 2px;
  }
}
.after-txt02-bg01 {
  background: transparent url("../img/img-after-bg-txt.webp") no-repeat center center;
  padding: 1px 3px;
  background-size: cover;
}
@media (max-width: 1150px) {
  .after-txt02-bg01 {
    padding: 0 0.2608695652vw;
  }
}
.after-txt02-bg02 {
  background: transparent url("../img/img-after-bg-txt-02.webp") no-repeat center center;
  padding: 1px 3px;
  background-size: cover;
}
@media (max-width: 1150px) {
  .after-txt02-bg02 {
    padding: 0 0.2608695652vw;
  }
}
.after-07 {
  width: 224px;
  position: absolute;
  top: 550px;
  left: 100px;
  z-index: 2;
}
@media (max-width: 1150px) {
  .after-07 {
    width: 19.4782608696vw;
    top: 47.8260869565vw;
    left: 8.6956521739vw;
  }
}
@media (max-width: 768px) {
  .after-07 {
    width: 28.7760416667vw;
    top: 91.1458333333vw;
    left: 3.90625vw;
  }
}
.after-08 {
  width: 838px;
  position: absolute;
  top: 626px;
  left: 190px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .after-08 {
    width: 72.8695652174vw;
    top: 54.4347826087vw;
    left: 16.5217391304vw;
  }
}
@media (max-width: 768px) {
  .after-08 {
    width: 78.515625vw;
    top: 95.0520833333vw;
    left: 15.625vw;
  }
}
.after-txt03 {
  position: absolute;
  top: 678px;
  left: 340px;
  z-index: 5;
  line-height: 53px;
  font-size: 32px;
  letter-spacing: 2px;
}
@media (max-width: 1150px) {
  .after-txt03 {
    top: 58.9565217391vw;
    left: 29.5652173913vw;
    font-size: 2.7826086957vw;
    line-height: 4.6086956522vw;
  }
}
@media (max-width: 768px) {
  .after-txt03 {
    display: none;
  }
}
.after-txt03-sp {
  display: none;
}
@media (max-width: 768px) {
  .after-txt03-sp {
    display: block;
    font-size: 3.7760416667vw;
    line-height: 6.9010416667vw;
    top: 102.2135416667vw;
    left: 36.4583333333vw;
    letter-spacing: 3px;
  }
}
@media (max-width: 520px) {
  .after-txt03-sp {
    letter-spacing: 1px;
  }
}
.after-txt03-bg03 {
  background: transparent url("../img/img-after-bg-txt-03.webp") no-repeat center center;
  padding: 1px 3px;
  background-size: cover;
}
@media (max-width: 1150px) {
  .after-txt03-bg03 {
    padding: 0 0.2608695652vw;
  }
}
.after-txt03-bg02 {
  background: transparent url("../img/img-after-bg-txt-02.webp") no-repeat center center;
  padding: 1px 3px;
  background-size: cover;
}
@media (max-width: 1150px) {
  .after-txt03-bg02 {
    padding: 0 0.2608695652vw;
  }
}
.after-09 {
  width: 240px;
  position: absolute;
  top: 846px;
  left: 810px;
  z-index: 12;
}
@media (max-width: 1150px) {
  .after-09 {
    width: 20.8695652174vw;
    top: 73.5652173913vw;
    left: 70.4347826087vw;
  }
}
@media (max-width: 768px) {
  .after-09 {
    width: 28.7760416667vw;
    top: 134.765625vw;
    left: 66.40625vw;
  }
}
.after-09-2 {
  width: 38px;
  position: absolute;
  top: 870px;
  left: 820px;
  z-index: 12;
}
@media (max-width: 1150px) {
  .after-09-2 {
    width: 3.3043478261vw;
    top: 75.652173913vw;
    left: 71.3043478261vw;
  }
}
@media (max-width: 768px) {
  .after-09-2 {
    width: 4.9479166667vw;
    top: 136.0677083333vw;
    left: 67.7083333333vw;
  }
}
.after-10 {
  width: 838px;
  position: absolute;
  top: 888px;
  left: 130px;
  z-index: 11;
}
@media (max-width: 1150px) {
  .after-10 {
    width: 72.8695652174vw;
    top: 77.2173913043vw;
    left: 11.3043478261vw;
  }
}
@media (max-width: 768px) {
  .after-10 {
    width: 79.8177083333vw;
    top: 134.765625vw;
    left: 7.8125vw;
  }
}
.after-txt04 {
  position: absolute;
  top: 944px;
  left: 200px;
  z-index: 15;
  line-height: 53px;
  font-size: 32px;
  letter-spacing: 1.5px;
}
@media (max-width: 1150px) {
  .after-txt04 {
    top: 82.0869565217vw;
    left: 17.3913043478vw;
    font-size: 2.7826086957vw;
    line-height: 4.6086956522vw;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .after-txt04 {
    display: none;
  }
}
.after-txt04-sp {
  display: none;
}
@media (max-width: 768px) {
  .after-txt04-sp {
    display: block;
    font-size: 3.7760416667vw;
    line-height: 6.9010416667vw;
    top: 141.2760416667vw;
    left: 19.53125vw;
    letter-spacing: 3px;
  }
}
@media (max-width: 520px) {
  .after-txt04-sp {
    letter-spacing: 2px;
  }
}
.after-txt04-bg01 {
  background: transparent url("../img/img-after-bg-txt.webp") no-repeat center center;
  padding: 1px 3px;
  background-size: cover;
}
@media (max-width: 1150px) {
  .after-txt04-bg01 {
    padding: 0 0.2608695652vw;
  }
}
.after-txt04-bg02 {
  background: transparent url("../img/img-after-bg-txt-02.webp") no-repeat center center;
  padding: 1px 3px;
  background-size: cover;
}
@media (max-width: 1150px) {
  .after-txt04-bg02 {
    padding: 0 0.2608695652vw;
  }
}
.after-11 {
  width: 1123px;
  position: absolute;
  top: 1080px;
  left: 20px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .after-11 {
    width: 97.652173913vw;
    top: 93.9130434783vw;
    left: 1.7391304348vw;
  }
}
@media (max-width: 768px) {
  .after-11 {
    width: 89.3229166667vw;
    top: 166.015625vw;
    left: 3.90625vw;
  }
}
.after-last {
  position: absolute;
  top: 1304px;
  left: 150px;
  z-index: 5;
}
@media (max-width: 1150px) {
  .after-last {
    top: 113.3913043478vw;
    left: 13.0434782609vw;
  }
}
@media (max-width: 768px) {
  .after-last {
    display: none;
  }
}
.after-last-sp {
  display: none;
}
@media (max-width: 768px) {
  .after-last-sp {
    display: block;
  }
}
.after-last .text {
  line-height: 57px;
  font-size: 26px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 50px;
  font-feature-settings: "palt";
}
@media (max-width: 1150px) {
  .after-last .text {
    font-size: 2.2608695652vw;
    line-height: 4.9565217391vw;
    letter-spacing: 2px;
    margin-bottom: 4.347826087vw;
  }
}
@media (max-width: 768px) {
  .after-last .text {
    font-size: 3.3854166667vw;
    line-height: 7.8125vw;
    top: 82.6822916667vw;
    left: 2.8645833333vw;
    letter-spacing: 1px;
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 520px) {
  .after-last .text {
    letter-spacing: 0;
  }
}
.after-last-bg01 {
  background: transparent url("../img/img-after-bg-01.webp") no-repeat center center;
  padding: 0 5px;
  background-size: cover;
}
@media (max-width: 768px) {
  .after-last-bg01 {
    background: transparent url("../img/img-after-bg-01_sp.webp") no-repeat center center;
    padding: 0 5px;
  }
}
.after-last-bg02 {
  background: transparent url("../img/img-after-bg-02.webp") no-repeat center center;
  padding: 0 5px;
  background-size: cover;
}
@media (max-width: 768px) {
  .after-last-bg02 {
    background: transparent url("../img/img-after-bg-02_sp.webp") no-repeat center center;
    padding: 4px 2px;
    text-rendering: optimizeLegibility;
  }
}
.after-last-bg03 {
  background: transparent url("../img/img-after-bg-03.webp") no-repeat center center;
  padding: 0 5px;
  background-size: cover;
}
@media (max-width: 768px) {
  .after-last-bg03 {
    background: transparent url("../img/img-after-bg-03_sp.webp") no-repeat center center;
    padding: 0 5px;
  }
}
.after-last-bg04 {
  background: transparent url("../img/img-after-bg-04.webp") no-repeat center center;
  padding: 0 5px;
  background-size: cover;
}
@media (max-width: 768px) {
  .after-last-bg04 {
    background: transparent url("../img/img-after-bg-04_sp.webp") no-repeat center center;
    padding: 0 5px;
  }
}
.after-last-bg05 {
  background: transparent url("../img/img-after-bg-05.webp") no-repeat center center;
  padding: 0 5px;
  background-size: cover;
}
@media (max-width: 768px) {
  .after-last-bg05 {
    padding: 0.6956521739vw 0.4347826087vw;
  }
}
.after-last-bg06 {
  background: transparent url("../img/img-after-bg-06.webp") no-repeat center center;
  padding: 0 5px;
  background-size: cover;
}
@media (max-width: 768px) {
  .after-last-bg06 {
    background: transparent url("../img/img-after-bg-05_sp.webp") no-repeat center center;
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .after-last-bg07 {
    background: transparent url("../img/img-after-bg-07_sp.webp") no-repeat center center;
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .after-last-bg08 {
    background: transparent url("../img/img-after-bg-08_sp.webp") no-repeat center center;
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .after-last-bg09 {
    background: transparent url("../img/img-after-bg-09_sp.webp") no-repeat center center;
    padding: 0 5px;
  }
}

.share {
  background: transparent url("../img/background/bg_stripe2.webp") repeat center center;
  background-size: 180%;
  z-index: 20;
}
@media (max-width: 768px) {
  .share {
    background-size: 380%;
  }
}
.share-line {
  background: transparent url("../img/background/bg_line.webp") no-repeat center top;
  background-size: 100% 5px;
  padding-top: 5px;
}
@media (max-width: 1150px) {
  .share-line {
    padding-top: 0.4347826087vw;
  }
}
@media (max-width: 768px) {
  .share-line {
    padding-top: 4.5572916667vw;
    padding-bottom: 0.6510416667vw;
  }
}
.share-01 {
  width: 384px;
  margin: 60px auto 30px;
  z-index: 1;
  display: block;
}
@media (max-width: 1150px) {
  .share-01 {
    width: 33.3913043478vw;
    margin-top: 7.8260869565vw;
    margin-bottom: 2.6086956522vw;
  }
}
@media (max-width: 768px) {
  .share-01 {
    width: 49.4791666667vw;
    margin-top: 7.8125vw;
    margin-bottom: 3.90625vw;
  }
}
.share-02 {
  width: 384px;
  margin: 30px auto;
  z-index: 1;
  display: block;
}
@media (max-width: 1150px) {
  .share-02 {
    width: 33.3913043478vw;
    margin-top: 2.6086956522vw;
    margin-bottom: 2.6086956522vw;
  }
}
@media (max-width: 768px) {
  .share-02 {
    width: 49.4791666667vw;
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
}
.share-03 {
  width: 384px;
  margin: 30px auto 0;
  padding-bottom: 60px;
  z-index: 1;
  display: block;
}
@media (max-width: 1150px) {
  .share-03 {
    width: 33.3913043478vw;
    margin-top: 2.6086956522vw;
    padding-bottom: 5.2173913043vw;
  }
}
@media (max-width: 768px) {
  .share-03 {
    width: 49.4791666667vw;
    margin-top: 3.90625vw;
    margin-bottom: 5.7291666667vw;
  }
}
.share-04 {
  width: 257px;
  position: absolute;
  bottom: -20px;
  left: 50px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .share-04 {
    width: 22.347826087vw;
    bottom: -1.7391304348vw;
    left: 4.347826087vw;
  }
}
@media (max-width: 768px) {
  .share-04 {
    width: 23.1770833333vw;
    bottom: -6.5104166667vw;
    left: 1.3020833333vw;
  }
}
.share-05 {
  width: 208px;
  position: absolute;
  bottom: 0;
  left: 880px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .share-05 {
    width: 18.0869565217vw;
    left: 76.5217391304vw;
  }
}
@media (max-width: 768px) {
  .share-05 {
    width: 18.2291666667vw;
    bottom: -6.5104166667vw;
    left: 79.4270833333vw;
  }
}

.under {
  background: transparent url("../img/background/bg_01.jpg") no-repeat center center;
  background-size: cover;
  z-index: 5;
  height: 640px;
}
@media (max-width: 1150px) {
  .under {
    height: 55.652173913vw;
  }
}
@media (max-width: 768px) {
  .under {
    background: transparent url("../img/background/bg_01_sp.webp") no-repeat center center;
    background-size: cover;
    height: 79.4270833333vw;
  }
}
.under-line {
  background: transparent url("../img/background/bg_line.webp") no-repeat center top;
  background-size: 100% 5px;
  padding-top: 5px;
}
@media (max-width: 1150px) {
  .under-line {
    padding-top: 0.4347826087vw;
  }
}
.under-01 {
  width: 1038px;
  position: absolute;
  top: 70px;
  left: 60px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .under-01 {
    width: 90.2608695652vw;
    top: 6.0869565217vw;
    left: 5.2173913043vw;
  }
}
@media (max-width: 768px) {
  .under-01 {
    width: 83.8541666667vw;
    top: 6.5104166667vw;
    left: 6.5104166667vw;
  }
}
.under-02 {
  width: 218px;
  position: absolute;
  top: 300px;
  left: 100px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .under-02 {
    width: 18.9565217391vw;
    top: 26.0869565217vw;
    left: 8.6956521739vw;
  }
}
@media (max-width: 768px) {
  .under-02 {
    width: 18.8802083333vw;
    top: 49.4791666667vw;
    left: 2.6041666667vw;
  }
}
.under-03 {
  width: 173px;
  position: absolute;
  top: 250px;
  left: 890px;
  z-index: 21;
}
@media (max-width: 1150px) {
  .under-03 {
    width: 15.0434782609vw;
    top: 21.7391304348vw;
    left: 77.3913043478vw;
  }
}
@media (max-width: 768px) {
  .under-03 {
    width: 14.9739583333vw;
    top: 45.5729166667vw;
    left: 80.7291666667vw;
  }
}
.under-04 {
  width: 384px;
  position: absolute;
  top: 486px;
  left: 400px;
  z-index: 1;
  display: block;
}
@media (max-width: 1150px) {
  .under-04 {
    width: 33.3913043478vw;
    top: 42.2608695652vw;
    left: 34.7826086957vw;
  }
}
@media (max-width: 768px) {
  .under-04 {
    width: 50.5208333333vw;
    top: 59.8958333333vw;
    left: 26.0416666667vw;
  }
}
.under-05 {
  width: 620px;
  position: absolute;
  top: 95px;
  left: 280px;
  z-index: 2;
}
@media (max-width: 1150px) {
  .under-05 {
    width: 53.9130434783vw;
    top: 8.2608695652vw;
    left: 24.347826087vw;
  }
}
@media (max-width: 768px) {
  .under-05 {
    width: 74.0885416667vw;
    top: 11.71875vw;
    left: 13.0208333333vw;
  }
}

.footer-line {
  background: transparent url("../img/background/bg_line.webp") no-repeat center top;
  background-size: 100% 5px;
  padding-top: 5px;
  width: 100%;
}
@media (max-width: 1150px) {
  .footer-line {
    padding-top: 0.4347826087vw;
  }
}
.footer-copy img.footer-copy-01 {
  width: 402px;
  margin: 10px auto;
  display: block;
}
@media (max-width: 1150px) {
  .footer-copy img.footer-copy-01 {
    width: 34.9565217391vw;
    margin-top: 0.8695652174vw;
    margin-bottom: 0.8695652174vw;
  }
}
@media (max-width: 768px) {
  .footer-copy img.footer-copy-01 {
    width: 52.34375vw;
    margin-top: 1.3020833333vw;
    margin-bottom: 1.3020833333vw;
  }
}
.footer-main .footer-line {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1150px) {
  .footer-main .footer-line {
    gap: 4.347826087vw;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-line {
    gap: 2.6041666667vw;
  }
}
.footer-main .footer-line .footer-main-01 {
  width: 201px;
  margin: 50px auto 20px;
  display: block;
}
@media (max-width: 1150px) {
  .footer-main .footer-line .footer-main-01 {
    width: 17.4782608696vw;
    margin-top: 4.347826087vw;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-line .footer-main-01 {
    width: 26.171875vw;
    margin-top: 3.90625vw;
  }
}
.footer-main .footer-line .footer-main-02 {
  width: 680px;
  margin: 0 auto 50px;
  display: block;
}
@media (max-width: 1150px) {
  .footer-main .footer-line .footer-main-02 {
    width: 59.1304347826vw;
    margin-bottom: 4.347826087vw;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-line .footer-main-02 {
    width: 90%;
    margin-top: 3.90625vw;
  }
}
.footer-main .footer-line .footer-main-03 {
  width: 498px;
  margin: 0 auto 80px;
  display: block;
}
@media (max-width: 1150px) {
  .footer-main .footer-line .footer-main-03 {
    width: 43.3043478261vw;
    margin-bottom: 6.9565217391vw;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-line .footer-main-03 {
    width: 65.1041666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.footer-main .footer-line .footer-main-image {
  position: absolute;
  bottom: -110px;
  left: 190px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .footer-main .footer-line .footer-main-image {
    bottom: -9.5652173913vw;
    left: 11.3043478261vw;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-line .footer-main-image {
    left: 3.90625vw;
  }
}
.footer-main .footer-line .footer-main-image img {
  width: 163px;
}
@media (max-width: 1150px) {
  .footer-main .footer-line .footer-main-image img {
    width: 14.1739130435vw;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-line .footer-main-image img {
    width: 17.0572916667vw;
  }
}

/*# sourceMappingURL=layout.css.map */
