body {
  background: url(../images/bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.pc-menu {
  align-self: center;
}

.pc-menu__nav {
  background: #fff;
  padding: 32px 10px;
}

.pc-menu__header {
  text-align: center;
  margin: 0 auto 10px;
  width: 100%;
  background: #fff;
  padding: 10px 20px;
}

.pc-menu__header-img {
  margin: 0 auto;
  width: 500px;
}

.pc-menu__navTitle {
  margin-bottom: 30px;
  width: 200px;
  padding: 0 30px;
}

.pc-menu__nav .swiper-pagination-bullet:before {
  display: none;
}

.pc-menu__nav .swiper-pagination-bullet .label {
  padding-left: 0;
  color: #00a1e2;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.pc-menu__nav .swiper-pagination-bullet {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pc-menu__nav .swiper-pagination-bullet .label:before {
  display: none;
}

.pc-menu__nav .swiper-pagination-bullet .txt {
  color: #34302D;
  font-size: 20px;
}

.pc-menu__nav .swiper-pagination-bullet {
  padding: 10px 35px;
}

.l-wrapper {
  max-width: 1200px;
}

.pc-menu__inner {
  width: 95%;
  max-width: 550px;
}

.l-header {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

@media only screen and (min-width: 1024px) {
  .l-header {
    display: block;
  }
}

.l-header .header-logo {
  width: 100%;
}

.l-header__inner {
  padding: 10px 10px;
}

@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 0;
  }

}

.cta {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 20px;
  max-width: 100%;
  background-color: #fff;
  text-align: center;
}

.cta img {
  width: 270px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cta {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 12px 10px;
    max-width: 100%;
    background-color: #fff;
    text-align: center;
  }

  .cta img {
    width: 220px;
    margin: 0 auto;
  }
}

.vertical .p-sec:after {
  bottom: 100px;
  background: url(../images/arrow-vertical.png) no-repeat center;
  background-size: 20px;
}

@media screen and (max-width: 768px) {
  .vertical .p-sec:after {
    bottom: 85px;
    background: url(../images/arrow-vertical.png) no-repeat center;
    background-size: 14px;
  }
}

.p-sec {
  box-sizing: border-box;
  padding-top: 84px;
  padding-bottom: 118px;
}

@media screen and (max-width: 768px) {
  .p-sec {
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 96px;
  }

}

.p-sec__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.vertical .wh:after {
  background: url(../images/arrow-vertical-wh.png) no-repeat center;
  background-size: 20px;
}

@media screen and (max-width: 768px) {
  .p-sec__inner {
    height: calc(100svh - 156px);
  }

  .vertical .wh:after {
    background: url(../images/arrow-vertical-wh.png) no-repeat center;
    background-size: 14px;
  }

}

/* sec01 */
.p-sec01 .p-sec__inner {
  padding-bottom: 120px;
}

.p-sec01-title {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.p-sec01-txt01 {
  width: 60%;
  margin-bottom: 80px;
}

.p-sec01-txt02 {
  width: 85%;
  margin: 0 auto 20px;
}

.p-sec01-btn {
  width: 85%;
  margin: 0 auto;

}

@media screen and (max-width: 999px) {
 .p-sec01-title {
    width: 90%;
    margin: 0 auto 70px;
    position: unset;
    top: 55px;
    left: 50%;
    transform: translateX(0);
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {

  /* sec01 */
  .p-sec01 .p-sec__inner {
    padding-bottom: 0;
    padding-top: 30px;
  }

 

  .p-sec01-txt01 {
    width: 60%;
    margin-bottom: 100px;
  }

  .p-sec01-txt02 {
    width: 85%;
    margin: 0 auto 20px;
  }

  .p-sec01-btn {
    width: 85%;
    margin: 0 auto;

  }

}

/* sec02 */
.p-sec02 .p-sec__inner {
  padding-bottom: 10px;
  justify-content: flex-end;
}

.p-sec02-txt01 {
  width: 80%;
  margin: 0 auto 30px;
}

.p-sec02-txt02 {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  /* sec02 */
  .p-sec02 .p-sec__inner {
    padding-bottom: 30px;
    justify-content: flex-end;
  }

  .p-sec01-title {

    margin-bottom: 20px;
  }

  .p-sec02-txt01 {
    width: 80%;
    margin: 0 auto 30px;
  }

  .p-sec02-txt02 {
    width: 60%;
    margin: 0 auto;
  }

}

@media screen and (max-width: 400px) {
  .p-sec02-txt01 {
    width: 75%;
  }

  .p-sec02 .p-sec__inner {
    padding-bottom: 40px;
    justify-content: flex-end;
  }

}

/* sec03 */
.p-sec03-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  top: -80px;
}

.p-sec03 .p-sec__inner {
  padding-top: 80px;
}

.p-sec03-txt01 {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  /* sec03 */
  .p-sec03-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: -30px;
  }

  .p-sec03 .p-sec__inner {
    padding-top: 80px;
  }

  .p-sec03-txt01 {
    width: 90%;
    margin: 0 auto;
  }

}

@media screen and (max-width: 410px) {

  /* sec03 */
  .p-sec03-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: -60px;
  }

  .p-sec03 .p-sec__inner {
    padding-top: 90px;
  }

  .p-sec03-txt01 {
    width: 85%;
    margin: 0 auto;
  }
}

/* sec04 */
.p-sec04-title {
  width: 45%;
  margin: 0 auto 30px;
}

.p-sec04-img {
  margin-bottom: 20px;
}

.p-sec04-txt01 {
  width: 75%;
  margin: 0 auto 20px;
}

.p-sec04-txt02 {
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 410px) {
  .p-sec04-title {
    width: 40%;
    margin: 0 auto 20px;
  }

  .p-sec04-txt01 {
    width: 75%;
    margin: 0 auto 10px;
  }

  .p-sec04-txt02 {
    width: 80%;
    margin: 0 auto;
  }

}

/* sec05 */
.p-sec05-title {
  width: 40%;
  margin: 0 auto 30px;
}

.p-sec05-img {
  width: 90%;
  margin: 0 auto 20px;
}

.p-sec05-txt01 {
  width: 90%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 410px) {

  /* sec05 */
  .p-sec05-title {
    width: 40%;
    margin: 0 auto 20px;
  }

  .p-sec05-img {
    width: 90%;
    margin: 0 auto 20px;
  }

  .p-sec05-txt01 {
    width: 90%;
    margin: 0 auto 20px;
  }

}

/* sec06 */
.p-sec06-title {
  width: 40%;
  margin: 0 auto 30px;
}

.p-sec06-img {
  width: 90%;
  margin: 0 auto 20px;
}

.p-sec06-txt01 {
  width: 90%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 410px) {

  /* sec06 */
  .p-sec06-title {
    width: 40%;
    margin: 0 auto 20px;
  }

  .p-sec06-img {
    width: 90%;
    margin: 0 auto 20px;
  }

  .p-sec06-txt01 {
    width: 90%;
    margin: 0 auto 20px;
  }

}

/* sec07 */
.p-sec07 .p-sec__inner {
  padding-bottom: 100px;
}

.p-sec07-title {
  width: 55%;
  margin: 0 auto 20px;
}

.p-sec07-img {
  width: 90%;
  margin: 0 auto 20px;
}

.p-sec07-img02 {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: -50px auto 0;
}

@media screen and (max-width: 768px) {

  /* sec07 */
  .p-sec07 .p-sec__inner {
    padding-bottom: 40px;
  }

}

@media screen and (max-width: 410px) {

  /* sec07 */
  .p-sec07 .p-sec__inner {
    padding-bottom: 20px;
  }

  .p-sec07-title {
    width: 50%;
    margin: 0 auto 10px;
  }

  .p-sec07-img {
    width: 85%;
    margin: 0 auto 20px;
  }

  .p-sec07-img02 {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: -40px auto 0;
  }

}

/* sec08 */
.p-sec08 .p-sec__inner {
  padding-bottom: 0;
}

.p-sec08-title {
  width: 55%;
  margin: 0 auto 20px;
}

.p-sec08-img {
  width: 100%;
  margin: 0 auto;
  padding-right: 5%;
}

@media screen and (max-width: 410px) {

  /* sec08 */
  .p-sec08 .p-sec__inner {
    padding-bottom: 0;
  }

  .p-sec08-title {
    width: 50%;
    margin: 0 auto 10px;
  }

  .p-sec08-img {
    width: 100%;
    margin: 0 auto;
    padding-right: 5%;
  }

}

/* sec09 */
.p-sec09 .p-sec__inner {
  padding-bottom: 0;
}

.p-sec09-title {
  width: 55%;
  margin: 0 auto 20px;
}

.p-sec09-img {
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 410px) {

  /* sec09 */
  .p-sec09 .p-sec__inner {
    padding-bottom: 0;
  }

  .p-sec09-title {
    width: 50%;
    margin: 0 auto 10px;
  }

  .p-sec09-img {
    width: 100%;
    margin: 0 auto;
  }

}

/* sec10 */
.p-sec10 .p-sec__inner {
  padding-bottom: 0;
  padding-top: 50px;
}

.p-sec10-title {
  width: 86%;
  margin: 0 auto 20px;
}

.p-sec10-img {
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 410px) {

  /* sec10 */
  .p-sec10 .p-sec__inner {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .p-sec10-title {
    width: 70%;
    margin: 0 auto 15px;
  }

  .p-sec10-img {
    width: 80%;
    margin: 0 auto;
  }

}

@media screen and (min-width: 410px) {

/* sec11 */
.p-sec11 .p-sec__inner {
  padding-bottom: 0;
  padding-top: 100px;
}

.p-sec11-title {
  width: 55%;
  margin: 0 auto 20px;
}

.p-sec11-img {
  width: 100%;
  margin: 0 auto 20px;
}
}

@media screen and (max-width: 410px) {

  /* sec11 */
  .p-sec11 .p-sec__inner {
    padding-bottom: 0;
    padding-top: 20px;

  }

  .p-sec11-title {
    width: 45%;
    margin: 0 auto 15px;
  }

  .p-sec11-img {
    width: 90%;
    margin: 0 auto;
  }

}

/* sec12 */
.p-sec12 .p-sec__inner {
  padding-bottom: 0;
}

.p-sec12-title {
  width: 45%;
  margin: 0 auto 30px;
}

.p-sec12-txt {
  width: 90%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 410px) {

  /* sec12 */
  .p-sec12 .p-sec__inner {
    padding-bottom: 0;
  }

  .p-sec12-title {
    width: 40%;
    margin: 0 auto 20px;
  }

  .p-sec12-txt {
    width: 90%;
    margin: 0 auto;
  }

}

/* sec13 */
.p-sec13 .p-sec__inner {
  padding-bottom: 0;
}

.p-sec13::after {
  display: none;
}

.p-sec13-title {
  width: 40%;
  margin: 0 auto 30px;
}

.p-sec13-txt {
  width: 90%;
  margin: 0 auto 20px;
  position: relative;
}

.p-sec13-txt iframe {
  height: 110px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.p-sec13-btn {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-sec13-txt iframe {
    height: 110px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }

  .p-sec13-btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 410px) {
  .p-sec13-title {
    width: 36%;
    margin: 0 auto 15px;
  }

  .p-sec13-txt iframe {
    height: 90px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }

  .p-sec13-txt {
    width: 88%;
    margin: 0 auto 20px;
    position: relative;
  }

  .p-sec13-btn {
    width: 88%;
    margin-top: 0;
  }

}

/*14*/

/* sec14 */
/* sec10 */
.p-sec14 .p-sec__inner {
  padding-bottom: 0;
  padding-top: 80px;
}

.p-sec14-title {
  width: 40%;
  margin: 0 auto 20px;
}

.p-sec14-img {
  width: 40%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 410px) {

  /* sec10 */
  .p-sec14 .p-sec__inner {
    padding-bottom: 0;
    padding-top: 100px;
  }

  .p-sec14-title {
    width: 33%;
    margin: 0 auto 15px;
  }

  .p-sec14-img {
    width: 100%;
    margin: 0 auto;
  }

}

/*15*/

/* sec15 */
/* sec10 */
.p-sec15 .p-sec__inner {
  padding-bottom: 0;
  padding-top: 20px;
}

.p-sec15-title {
  width: 86%;
  margin: 0 auto 20px;
}

.p-sec15-img {
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 410px) {

  /* sec10 */
  .p-sec15 .p-sec__inner {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .p-sec15-title {
    width: 70%;
    margin: 0 auto 15px;
  }

  .p-sec15-img {
    width: 100%;
    margin: 0 auto;
  }

}

/* sec16 */
/* sec10 */
.p-sec16 .p-sec__inner {
  padding-bottom: 0;
  padding-top: 20px;
}

.p-sec16-title {
  width: 86%;
  margin: 0 auto 20px;
}

.p-sec16-img {
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 410px) {

  /* sec10 */
  .p-sec16 .p-sec__inner {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .p-sec16-title {
    width: 70%;
    margin: 0 auto 15px;
  }

  .p-sec16-img {
    width: 100%;
    margin: 0 auto;
  }

}

.page-pagination {
  height: 370px;
  overflow-y: auto;
}

.jspVerticalBar {
  width: 7px !important;
  border-radius: 20px !important;
  overflow: hidden;
}

.jspDrag {
  background: #bababa !important;
  border-radius: 20px !important;
}

.jspTrack {
  background: #fff !important;
}