@charset "UTF-8";
/*=======================================
特設動画サイト
=========================================*/
.p-specialvideo {
  background: #0B318F;
  font-feature-settings: "palt";
  padding: 0 30px;
}
.p-specialvideo ul,
.p-specialvideo ol {
  padding-left: 0;
  list-style: none;
}
.p-specialvideo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-specialvideo .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-specialvideo .pc-only {
    display: none !important;
  }
}
.p-specialvideo-title1 {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
.p-specialvideo-title1 .h {
  background: url(../img/specialvideo/title1_icon1.svg) no-repeat left 2px;
  background-size: 92px auto;
  padding-left: 116px;
  font-weight: 700;
  font-size: 47px;
  font-size: 4.7rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.p-specialvideo-title1 .h.small {
  background-position: left 4px;
  background-size: 52px auto;
  padding-left: 64px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
}
.p-specialvideo-btn1 {
  display: flex;
  justify-content: center;
}
.p-specialvideo-btn1 a {
  display: block;
  background: #fff;
  border-radius: 60px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #00145A;
  padding: 0 28px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  max-width: 584px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.p-specialvideo-btn1 a.yellow {
  background: #ffd327;
}
.p-specialvideo-btn1 span {
  display: block;
  background: url(../img/specialvideo/arrow_1.svg) no-repeat right center;
  background-size: 50px;
  padding: 34px 50px;
}
.p-specialvideo-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1720px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  position: relative;
  padding: 315px 30px;
}
.p-specialvideo-wrap:before, .p-specialvideo-wrap:after {
  display: block;
  content: "";
  width: 100vw;
  height: 47px;
  background: url(../img/specialvideo/wrap_icon1.svg) no-repeat;
  background-size: 1502px auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-specialvideo-wrap:before {
  padding-bottom: 28px;
  border-bottom: 2px solid #fff;
  background-position: center top;
  top: 200px;
}
.p-specialvideo-wrap:after {
  padding-top: 28px;
  border-top: 2px solid #fff;
  background-position: center bottom;
  bottom: 200px;
}
.p-specialvideo-content {
  background: url(../img/specialvideo/bg1.png);
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1572px;
  margin-left: auto;
  margin-right: auto;
}
.p-specialvideo-inner {
  padding: 50px;
}
.p-specialvideo__about {
  margin-bottom: 60px;
  position: relative;
}
.p-specialvideo__about:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -240px;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 2px solid #fff;
}
.p-specialvideo__about .p-specialvideo-inner {
  background: #0B318F;
}
.p-specialvideo__about .kv {
  margin-bottom: 114px;
}
.p-specialvideo__about .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.p-specialvideo__about .content li {
  width: calc(50% - 3px);
  margin-bottom: 7px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 30px 12px;
}
.p-specialvideo__about .content li:nth-child(1) .h {
  background-image: url(../img/specialvideo/about_icon1.svg);
}
.p-specialvideo__about .content li:nth-child(2) .h {
  background-image: url(../img/specialvideo/about_icon2.svg);
}
.p-specialvideo__about .content li:nth-child(3) .h {
  background-image: url(../img/specialvideo/about_icon3.svg);
}
.p-specialvideo__about .content li:nth-child(4) .h {
  background-image: url(../img/specialvideo/about_icon4.svg);
  padding-top: 12px;
}
.p-specialvideo__about .content .h {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.72;
  font-weight: 700;
  color: #00145A;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 98px;
  padding-left: 130px;
  min-height: 98px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-specialvideo__about .content .img1 {
  text-align: center;
}
.p-specialvideo__about .content .l {
  text-align: center;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 80px;
  margin-bottom: 50px;
  color: #fff;
}
.p-specialvideo__about + .p-specialvideo-btn1 {
  margin-bottom: 200px;
}
.p-specialvideo__kind {
  margin-bottom: 175px;
  position: relative;
}
.p-specialvideo__kind:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -70px;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 2px solid #fff;
}
.p-specialvideo__kind .p-specialvideo-inner {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
.p-specialvideo__kind .box1 {
  border-bottom: 1px solid #0B318F;
  padding-bottom: 45px;
  padding-right: 40px;
  padding-left: 50px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-specialvideo__kind .box1:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-specialvideo__kind .box1-txt1 {
  width: calc(100% - 451px);
  position: relative;
  z-index: 1;
}
.p-specialvideo__kind .box1-txt1 .h {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  color: #0B318F;
  text-decoration-line: underline;
  text-decoration-color: #E9474D;
  text-decoration-style: solid;
  text-decoration-thickness: 3px;
  text-underline-offset: 27px;
  text-decoration-skip-ink: none;
  margin-bottom: 60px;
  white-space: nowrap;
}
.p-specialvideo__kind .box1-txt1 p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.14;
  color: #00145A;
}
.p-specialvideo__kind .box1-img1 {
  width: 451px;
  display: flex;
  justify-content: flex-end;
}
.p-specialvideo__kind .box1-img1 img {
  max-width: initial;
}
.p-specialvideo__kind .p-specialvideo-btn1 {
  margin-top: 60px;
}
.p-specialvideo__recommend .p-specialvideo-inner {
  background: #D1ECFB;
  padding-left: 85px;
}
.p-specialvideo__recommend .content ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.p-specialvideo__recommend .content li {
  width: 44.8765%;
  margin-left: 10.247%;
  margin-bottom: 106px;
}
.p-specialvideo__recommend .content li:nth-child(2n+1) {
  margin-left: 0;
}
.p-specialvideo__recommend .content li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.p-specialvideo__recommend .content .title {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  height: 105px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 38px;
  color: #00145A;
  position: relative;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-specialvideo__recommend .content .title > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  margin-top: auto;
  margin-bottom: auto;
}
.p-specialvideo__recommend .content .p-specialvideo-title1 {
  margin-bottom: 30px;
}
.p-specialvideo__recommend .content .p-specialvideo-title1 .h {
  color: #00145A;
}
.p-specialvideo__recommend .content .img1 {
  text-align: center;
}
.p-specialvideo__recommend .p-specialvideo-btn1 {
  margin-top: 108px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-specialvideo {
    padding: 0;
  }
  .p-specialvideo-title1 {
    margin-bottom: 25px;
  }
  .p-specialvideo-title1 .h {
    font-size: 18px;
    font-size: 1.8rem;
    background-size: 30px auto;
    background-position: left 4px;
    padding-left: 38px;
  }
  .p-specialvideo-title1 .h.small {
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 18px auto;
    background-position: left 8px;
    padding-left: 22px;
  }
  .p-specialvideo-btn1 a {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 280px;
    padding: 0 10px;
  }
  .p-specialvideo-btn1 span {
    background-size: 30px;
    padding: 18px 30px 18px 10px;
  }
  .p-specialvideo-wrap {
    max-width: calc(100% - 10px);
    padding: 145px 0 235px;
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .p-specialvideo-wrap:before, .p-specialvideo-wrap:after {
    height: 25px;
    background-image: url(../img/specialvideo/wrap_icon1_sp.svg);
    background-size: auto 10px;
  }
  .p-specialvideo-wrap:before {
    top: 110px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
  }
  .p-specialvideo-wrap:after {
    bottom: 180px;
    padding-top: 20px;
    border-top-width: 1px;
  }
  .p-specialvideo-content {
    padding: 10px;
    background-size: 7.5px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .p-specialvideo-inner {
    padding: 10px;
  }
  .p-specialvideo__about {
    margin-bottom: 50px;
  }
  .p-specialvideo__about:after {
    border-bottom-width: 1px;
    bottom: -140px;
  }
  .p-specialvideo__about .kv {
    margin-bottom: 40px;
  }
  .p-specialvideo__about .content ul {
    display: block;
  }
  .p-specialvideo__about .content li {
    width: auto;
    padding: 15px;
  }
  .p-specialvideo__about .content li:nth-child(4) .h {
    padding-top: 0;
  }
  .p-specialvideo__about .content .h {
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 40px;
    background-position: left center;
    padding-left: 50px;
    padding-top: 0;
    min-height: initial;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .p-specialvideo__about .content .l {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .p-specialvideo__about + .p-specialvideo-btn1 {
    margin-bottom: 90px;
  }
  .p-specialvideo__kind {
    margin-bottom: 90px;
  }
  .p-specialvideo__kind:after {
    border-bottom-width: 1px;
    bottom: -45px;
  }
  .p-specialvideo__kind .p-specialvideo-inner {
    padding: 30px 20px;
  }
  .p-specialvideo__kind .box1 {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .p-specialvideo__kind .box1-txt1 {
    width: auto;
    margin-bottom: 20px;
  }
  .p-specialvideo__kind .box1-txt1 .h {
    white-space: normal;
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .p-specialvideo__kind .box1-txt1 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-specialvideo__kind .box1-img1 {
    width: auto;
  }
  .p-specialvideo__kind .box1-img1 img {
    max-width: 100%;
  }
  .p-specialvideo__recommend .p-specialvideo-inner {
    padding: 30px 20px;
  }
  .p-specialvideo__recommend .content ul {
    display: block;
  }
  .p-specialvideo__recommend .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .p-specialvideo__recommend .content li:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .p-specialvideo__recommend .content li:last-child {
    margin-bottom: 0;
  }
  .p-specialvideo__recommend .content .title {
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 70px;
    padding-left: 75px;
    padding-right: 10px;
    height: 70px;
    margin-bottom: 18px;
  }
  .p-specialvideo__recommend .content .title > img {
    left: 0;
    width: 70px;
  }
  .p-specialvideo__recommend .content .p-specialvideo-title1 {
    margin-bottom: 15px;
  }
  .p-specialvideo__recommend .p-specialvideo-btn1 {
    margin-top: 40px;
  }
}
