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

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

main {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: white;
}

.mv {
  background-image: url("../img/title-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 19.1666666667vw;
  min-height: 230px;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 67px;
    background-image: url("../img/title-bg-sp.png");
    height: 40vw;
  }
}
.mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .mv h2 {
    font-size: clamp(25px, 6.6666666667vw, 30px);
  }
}

.bg-wrap {
  background-color: black;
  padding-top: 110px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .bg-wrap {
    padding-top: 40px;
    padding-bottom: 27px;
  }
}

.sec01 {
  position: relative;
  overflow: hidden;
}
.sec01 .grid-wrap ul {
  width: 100%;
  transition-timing-function: linear;
}
.sec01 .grid-wrap ul li {
  background-color: black;
}
.sec01 .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 71.6666666667vw;
  min-width: 700px;
  z-index: 10;
  text-shadow: 0 0 5px black, 0 0 5px black, 0 0 10px black, 0 0 10px black;
}
@media screen and (max-width: 768px) {
  .sec01 .text-box {
    width: 300px;
    min-width: unset;
  }
}
.sec01 .text-box h3 {
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec01 .text-box h3 {
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0.04em;
  }
}
.sec01 .text-box p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec01 .text-box p {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0;
    margin-top: 10px;
  }
}

.sec02 {
  padding-top: 100px;
  padding-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 15%;
    padding-bottom: 50px;
  }
}
.sec02 .wrap {
  width: 910px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .sec02 .wrap {
    width: 100%;
    padding: 0;
  }
}
.sec02 .wrap .flex-box {
  display: flex;
  gap: 35px;
  justify-content: space-between;
}
@media screen and (max-width: 920px) {
  .sec02 .wrap .flex-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sec02 .wrap .flex-box .left, .sec02 .wrap .flex-box .right {
  width: 50%;
}
@media screen and (max-width: 920px) {
  .sec02 .wrap .flex-box .left, .sec02 .wrap .flex-box .right {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .flex-box .left, .sec02 .wrap .flex-box .right {
    width: 100%;
  }
}
.sec02 .wrap .flex-box h3 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 920px) {
  .sec02 .wrap .flex-box h3 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .flex-box h3 {
    font-size: clamp(17px, 4.25vw, 21px);
    line-height: 1.47em;
    letter-spacing: 0.04em;
  }
}
.sec02 .wrap .flex-box p {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .flex-box p {
    font-size: clamp(14px, 3.5vw, 15px);
    line-height: 1.64em;
  }
}
.sec02 .wrap .el01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .el01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .el01 .flex-box {
    padding: 0 25.5px;
  }
}
.sec02 .wrap .el01 .right h4 {
  background: #1D1D1D;
  background: linear-gradient(30deg, rgb(29, 29, 29) 0%, rgb(101, 101, 101) 100%);
  text-align: center;
  line-height: 37px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .el01 .right h4 {
    font-size: clamp(16px, 4vw, 18px);
    letter-spacing: 0;
  }
}
.sec02 .wrap .el01 .right p {
  margin: 10px 0;
}
.sec02 .wrap .el01 .right table {
  border-collapse: collapse;
  width: 100%;
}
.sec02 .wrap .el01 .right table tr th, .sec02 .wrap .el01 .right table tr td {
  border: 1px solid #595757;
  padding: 5px;
  letter-spacing: 0;
  vertical-align: middle;
}
.sec02 .wrap .el01 .right table tr th {
  width: 23.89%;
  min-width: 95px;
  text-align: center;
  font-weight: 400;
}
.sec02 .wrap .el01 .right table tr td {
  background-color: white;
  padding-left: 15px;
  color: rgb(236, 236, 236);
  width: 75.86%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .el01 .right table tr td {
    line-height: 20px;
  }
}
@media screen and (min-width: 500px) {
  .sec02 .wrap .el01 .right table tr td br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .el02 {
    border-top: 1px solid;
    -o-border-image: linear-gradient(to right, #1D1D1D, #656565) 1;
       border-image: linear-gradient(to right, #1D1D1D, #656565) 1;
    padding-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .el02 .left div {
    padding: 0 37.5px;
  }
}
.sec02 .wrap .el02 .left div:first-of-type {
  margin-bottom: 30px;
}
.sec02 .wrap .el02 .left div:last-of-type {
  margin-top: 35px;
}
.sec02 .wrap .el02 .right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .el02 .right {
    width: 85%;
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .sec02 .wrap .el02 .sec02_grid-wrap {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .sec02 .wrap .sp {
    display: block;
  }
}

.sec03 .wrap {
  padding-top: 70px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap {
    padding: 50px 37.5px 40px;
  }
}
.sec03 .wrap h3 {
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap h3 {
    font-size: clamp(17px, 4.25vw, 21px);
    line-height: 1.47em;
    letter-spacing: 0.04em;
    margin-bottom: 17px;
  }
}
.sec03 .wrap p {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap p {
    font-size: clamp(14px, 3.5vw, 15px);
    line-height: 1.64em;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.sec03 .wrap figure {
  max-width: 1000px;
  margin: 0 auto;
}

.note {
  max-width: 901px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.025em;
}/*# sourceMappingURL=scenic.css.map */