@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  position: relative;
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
  overflow: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

a:focus,
*:focus {
  outline: none;
  color: #fc2803;
}

img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  width: 100%;
  height: auto;
  display: block;
}

.box-end {
  margin: 0 auto 7vw;
}

@media (min-width: 1062px) {
  .box-end {
    margin: 0 auto 70px;
  }
}

.box-end_over {
  margin: 0 auto 12vw;
}

@media (min-width: 1062px) {
  .box-end_over {
    margin: 0 auto 120px;
  }
}

html {
  overflow-x: hidden;
}

body {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.73;
  color: #000;
  background: url("../images/bg.png") repeat center top;
  overflow-x: hidden;
  position: relative;
}

@media (max-width: 1061.9px) {
  body {
    font-size: 3.83vw;
  }
}

body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  background: url(../images/bg.png) repeat center top, -webkit-gradient(linear, left top, left bottom, from(#e2eff7), color-stop(60%, white));
  background: url(../images/bg.png) repeat center top, -webkit-linear-gradient(top, #e2eff7 0%, white 60%);
  background: url(../images/bg.png) repeat center top, linear-gradient(180deg, #e2eff7 0%, white 60%);
  z-index: -99;
}

header {
  background-color: #000;
  width: 100%;
}

@media (max-width: 1061.9px) {
  header {
    display: none;
  }
}

header #snsbtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header #snsbtn ul li {
  margin: 10px;
}

.contentCol {
  width: 1062px;
  margin: 0 auto;
  background: #fff;
}

@media (max-width: 1061.9px) {
  .contentCol {
    width: 100vw;
  }
}

.contentCol .mvCol h1 {
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(30%, #1e1e1e), color-stop(50%, #1e1e1e), to(black));
  background: -webkit-linear-gradient(top, black 0%, #1e1e1e 30%, #1e1e1e 50%, black 100%);
  background: linear-gradient(180deg, black 0%, #1e1e1e 30%, #1e1e1e 50%, black 100%);
  position: relative;
}

.contentCol .mvCol h1::before {
  content: "";
  position: absolute;
  background: url(../images/txt_mv.png);
  background-size: 100%;
  width: 719px;
  height: 135px;
  bottom: 130px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 1061.9px) {
  .contentCol .mvCol h1::before {
    width: 95.86667vw;
    height: 18vw;
    bottom: 16vw;
  }
}

.contentCol .mvCol h1 img {
  width: 792px;
  margin: auto;
}

@media (max-width: 1061.9px) {
  .contentCol .mvCol h1 img {
    width: 100vw;
  }
}

.contentCol .mvCol h1 span {
  display: block;
}

@media (max-width: 1061.9px) {
  .contentCol .mvCol h1 span {
    height: 40vw;
    position: relative;
  }
}

.contentCol .mvCol h1 span img {
  width: auto;
  padding: 30px;
}

@media (max-width: 1061.9px) {
  .contentCol .mvCol h1 span img {
    position: absolute;
    width: 77.73333vw;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 7vw;
    margin: 0 auto;
  }
}

.contentCol .leadCol {
  margin: 40px 30px;
}

@media (max-width: 1061.9px) {
  .contentCol .leadCol {
    margin: 12vw 3vw;
  }
}

.contentCol .leadCol p + p {
  margin-top: 20px;
}

@media (max-width: 1061.9px) {
  .contentCol .leadCol p + p {
    margin-top: 2vw;
  }
}

.contentCol .intCol h2 {
  font-weight: bold;
  font-size: 32px;
  padding: 20px 30px;
  position: relative;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol h2 {
    font-size: 4.65vw;
    padding: 3vw 3vw 3vw 10vw;
    text-indent: -1.65em;
    line-height: 1.5;
  }
}

.contentCol .intCol h2 img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  padding-bottom: 8px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol h2 img {
    width: 7.5vw;
    padding-right: 2vw;
    padding-bottom: 1vw;
  }
}

.contentCol .intCol:nth-child(even) {
  background: #313131;
  color: #fff;
}

.contentCol .intCol:nth-child(even) h2 {
  background: #000;
}

.contentCol .intCol:nth-child(even) h2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 22px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  right: 0;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol:nth-child(even) h2::before {
    border-width: 0 5vw 5vw 0;
    top: -0.3vw;
  }
}

.contentCol .intCol:nth-child(even) h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 0 22px;
  border-color: transparent transparent transparent #313131;
  bottom: 0;
  left: 0;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol:nth-child(even) h2::after {
    border-width: 5vw 0 0 5vw;
  }
}

.contentCol .intCol:nth-child(even) .intBox::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 22px 0;
  border-color: transparent #000 transparent transparent;
  top: 0;
  right: 0;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol:nth-child(even) .intBox::before {
    border-width: 0 5vw 5vw 0;
  }
}

.contentCol .intCol:nth-child(even) figure img {
  border: solid 3px #fff;
}

.contentCol .intCol:nth-child(even) figure figcaption {
  background: #fff;
  color: #000;
}

.contentCol .intCol:nth-child(odd) {
  background: #fff;
  color: #000;
}

.contentCol .intCol:nth-child(odd) h2 {
  background: #e5e5e5;
}

.contentCol .intCol:nth-child(odd) h2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 22px 0;
  border-color: transparent #313131 transparent transparent;
  top: 0;
  right: 0;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol:nth-child(odd) h2::before {
    border-width: 0 5vw 5vw 0;
    top: -0.3vw;
  }
}

.contentCol .intCol:nth-child(odd) h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 0 22px;
  border-color: transparent transparent transparent #fff;
  bottom: 0;
  left: 0;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol:nth-child(odd) h2::after {
    border-width: 5vw 0 0 5vw;
  }
}

.contentCol .intCol:nth-child(odd) .intBox::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 22px 0;
  border-color: transparent #e5e5e5 transparent transparent;
  top: 0;
  right: 0;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol:nth-child(odd) .intBox::before {
    border-width: 0 5vw 5vw 0;
  }
}

.contentCol .intCol:nth-child(odd) figure img {
  border: solid 3px #000;
}

.contentCol .intCol:nth-child(odd) figure figcaption {
  background: #000;
  color: #fff;
}

.contentCol .intCol .intBox {
  padding: 25px 30px 50px;
  position: relative;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox {
    padding: 6vw 3vw 14vw;
  }
}

.contentCol .intCol .intBox .txtCol span {
  font-weight: bold;
}

.contentCol .intCol .intBox .txtCol + .txtCol {
  margin-top: 25px;
}

.contentCol .intCol .intBox .txtCol figure {
  display: inline-block;
}

.contentCol .intCol .intBox .txtCol figure figcaption {
  line-height: 1.5;
  padding: 0 0 5px 10px;
  font-weight: bold;
}

.contentCol .intCol .intBox .txtCol .txtBox {
  display: inline-block;
}

.contentCol .intCol .intBox .txtCol .txtBox p + p {
  margin-top: 20px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox .txtCol .txtBox p + p {
    margin-top: 6vw;
  }
}

.contentCol .intCol .intBox .txtCol figure + .txtBox {
  margin-left: 30px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox .txtCol figure + .txtBox {
    margin-left: 0;
  }
}

.contentCol .intCol .intBox .txtCol .txtBox + figure {
  margin-left: 30px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox .txtCol .txtBox + figure {
    margin-left: 0;
  }
}

.contentCol .intCol .intBox .txtCol.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox .txtCol.vertical {
    margin-top: 14vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contentCol .intCol .intBox .txtCol.vertical figure {
  width: 360px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox .txtCol.vertical figure {
    width: 60vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.contentCol .intCol .intBox .txtCol.vertical .txtBox {
  width: 612px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox .txtCol.vertical .txtBox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 6vw;
  }
}

.contentCol .intCol .intBox .txtCol.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox .txtCol.horizontal {
    margin-top: 14vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contentCol .intCol .intBox .txtCol.horizontal figure {
  width: 465px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox .txtCol.horizontal figure {
    width: 75vw;
  }
}

.contentCol .intCol .intBox .txtCol.horizontal .txtBox {
  width: 520px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox .txtCol.horizontal .txtBox {
    width: 100%;
    margin-top: 6vw;
  }
}

.contentCol .intCol .intBox .txtCol:first-child {
  margin-top: 0;
}

.contentCol .intCol .intBox.point {
  height: 2000px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox.point {
    height: auto;
  }
}

.contentCol .intCol .intBox.point .txtBox {
  margin-left: 0 !important;
}

.contentCol .intCol .intBox.point .emphasis {
  font-weight: bold;
  font-size: 22px;
  margin-top: 30px !important;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox.point .emphasis {
    font-size: 3.83vw;
    margin-top: 6vw !important;
  }
}

.contentCol .intCol .intBox.point figure {
  position: absolute;
  width: 302px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox.point figure {
    position: static;
    width: 60vw;
  }
}

.contentCol .intCol .intBox.point .sec {
  width: 670px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox.point .sec {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 14vw;
  }
}

.contentCol .intCol .intBox.point .sec .img01 {
  right: 30px;
}

.contentCol .intCol .intBox.point .sec2 {
  width: 670px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox.point .sec2 {
    width: 100%;
    margin-top: 14vw;
  }
}

.contentCol .intCol .intBox.point .sec2 .img02 {
  right: 30px;
  top: 500px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox.point .sec2 .img02 {
    width: 42vw;
    margin-left: 2vw;
  }
}

.contentCol .intCol .intBox.point .sec2 .img03 {
  right: 30px;
  top: 860px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox.point .sec2 .img03 {
    width: 42vw;
    margin-left: 3vw;
  }
}

.contentCol .intCol .intBox.point .sec3 {
  width: 650px;
  margin-top: 120px;
  margin-left: 350px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox.point .sec3 {
    width: 100%;
    margin-top: 14vw;
    margin-left: 0;
  }
}

.contentCol .intCol .intBox.point .sec3 .img04 {
  left: 30px;
  top: 1230px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox.point .sec3 .img04 {
    width: 42vw;
    margin-left: 2vw;
  }
}

.contentCol .intCol .intBox.point .sec3 .img05 {
  left: 30px;
  top: 1590px;
}

@media (max-width: 1061.9px) {
  .contentCol .intCol .intBox.point .sec3 .img05 {
    width: 42vw;
    margin-left: 3vw;
    margin-bottom: 6vw;
  }
}

.contentCol .catch {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 60px;
}

@media (max-width: 1061.9px) {
  .contentCol .catch {
    font-size: 4.65vw;
    font-size: 3.6vw;
    margin-bottom: 6vw;
  }
}

footer {
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 20px 0 0;
}

@media (max-width: 1061.9px) {
  footer {
    font-size: 3vw;
    padding: 3vw 0 0;
  }
}

footer .footerInner {
  width: 1062px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1061.9px) {
  footer .footerInner {
    width: 100%;
  }
}

footer .footerInner .pagetop {
  padding: 10px;
  z-index: 100;
  right: 0;
}

footer .footerInner .pagetop a {
  background: url(../images/pagetop.png) no-repeat;
  background-size: 100%;
  width: 180px;
  height: 62px;
  display: block;
  text-indent: -9999px;
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 1061.9px) {
  footer .footerInner .pagetop a {
    width: 24vw;
    height: 8.26667vw;
  }
}

footer .footerInner .footerLink {
  padding: 0 0 20px;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1061.9px) {
  footer .footerInner .footerLink {
    padding: 0 0 3vw;
  }
}

footer .footerInner .footerLink a {
  display: inline;
  padding: 0;
  font-size: 16px;
  text-decoration: underline;
}

@media (max-width: 1061.9px) {
  footer .footerInner .footerLink a {
    font-size: 3vw;
  }
}

footer .footerInner .footerLink span.pcline {
  display: inline-block;
  padding: 0 10px;
}

@media (max-width: 1061.9px) {
  footer .footerInner .footerLink span.pcline {
    display: none;
  }
}

footer .footerInner .footerLink br.spbr {
  display: none;
}

footer .footerInner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 1061.9px) {
  footer .footerInner .flex {
    display: block;
    padding: 3vw;
  }
}

footer .footerInner .attention {
  font-size: 11px;
  text-align: right;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 1061.9px) {
  footer .footerInner .attention {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 3vw;
  }
}

footer .footerInner .copyright {
  font-size: 11px;
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 1061.9px) {
  footer .footerInner .copyright {
    font-size: 3vw;
    margin-top: 3vw;
  }
}

footer .footerInner a {
  padding: 10px;
}

footer .bspLogo {
  margin-left: auto;
}

footer .bspLogo img {
  width: 50px;
  height: 49px;
  display: block;
}

footer .bspCopy {
  text-align: center;
  padding: 8px 0;
  background-color: #333333;
}

@media (max-width: 1061.9px) {
  footer .bspCopy {
    padding: 2vw 0;
  }
}

.snsCol {
  display: none;
}

@media (max-width: 1061.9px) {
  .snsCol {
    display: block;
    padding: 0 0 12vw;
    background: #fff;
  }
  .snsCol .snsColInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .snsCol .snsColInner li {
    width: 12.5vw;
    height: 12.5vw;
    margin: 0 5vw;
    list-style: none;
  }
  .snsCol .snsColInner li img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.sp {
  display: none;
}

@media (max-width: 1061.9px) {
  .sp {
    display: inline-block;
  }
}

.pc {
  display: inline-block;
}

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