@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body {
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  main .c_col2 {
    padding-bottom: 40px;
  }
}
main .c_read div.main div.text p {
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  main .c_read div.main div.text p {
    font-size: 18px;
  }
}
section.must {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.must {
    padding: 170px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.must {
    padding: 33.3333333333vw 0 0;
  }
}
section.must:after {
  display: none;
}
section.must div.title.c_tit1:before {
  content: "MUST";
  color: rgba(33, 32, 32, 0.15);
}
@media screen and (min-width: 768px) {
  section.must p {
    max-width: 1060px;
    margin: 50px auto;
    padding: 0 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.must p {
    margin: 9.3333333333vw 0 5.3333333333vw;
    padding: 0 4.8vw;
    font-size: 3.3333333333vw;
  }
}
section.must div.slider1, section.must div.slider2 {
  display: none;
  position: relative;
  margin: 0 auto;
}
section.must div.slider1.slick-initialized, section.must div.slider2.slick-initialized {
  display: block;
}
section.must div.slider1 .slick-dotted.slick-slider, section.must div.slider2 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
section.must div.slider1 .slick-slide a, section.must div.slider2 .slick-slide a {
  text-align: center;
}
section.must div.slider1 .slick-slide img, section.must div.slider2 .slick-slide img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.must div.slider1 .slick-slide img, section.must div.slider2 .slick-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.must div.slider1 .slick-slide img, section.must div.slider2 .slick-slide img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  section.document {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  section.document {
    padding: 16vw 0 33.3333333333vw;
  }
}
section.document:before {
  display: none;
}
section.document div.title.c_tit1:before {
  content: "DOCUMENT";
  color: rgba(33, 32, 32, 0.15);
}
@media screen and (min-width: 768px) {
  section.document ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 100px auto 0;
    gap: 100px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.document ul {
    width: 92.4vw;
    margin: 13.3333333333vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.document ul li {
    max-width: 500px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  section.document ul li + li {
    margin-top: 10.6666666667vw;
  }
}
section.document ul li h3 {
  text-align: center;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.document ul li h3 {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 25px;
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.document ul li h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.document ul li h3 {
    padding-bottom: 3.3333333333vw;
    font-size: 4.6666666667vw;
  }
}
section.document ul li h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #D80000;
  height: 1px;
}
@media screen and (min-width: 768px) {
  section.document ul li h3:before {
    width: 480px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.document ul li h3:before {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  section.document ul li h3:before {
    width: 64vw;
  }
}
section.document ul li h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #D80000;
}
@media screen and (min-width: 768px) {
  section.document ul li h3:after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  section.document ul li h3:after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.document ul li p {
    margin-top: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.document ul li p {
    margin-top: 4vw;
    font-size: 3.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  div.application {
    margin-top: -6.6666666667vw;
  }
}