@charset "UTF-8";


#bg-video {
  position: fixed;
  top: -10px;
  right: 0;
   bottom: 0;
   min-width: 100%;
   min-height: 103%;
   width: auto;
   height: auto;
   z-index: -100;
}

.p-top {
  position: relative;
}

.p-top::before {
  position: absolute;
  content: "";
  background: rgb(0 0 0 / 20%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.p-fv {
    height: calc(100dvh - 90px);
    position: relative;
    color: #fff;
}


.p-fv-main {
    line-height: 1;
    margin: 0 auto 40px;
}

.p-fv-lead {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0 0 25px;
}

.p-fv-block {
    max-width: 289px;
}

.p-sec01 {
  position: relative;
  padding: 0 0 170px;
}

.p-sec01::before {
  position: absolute;
  content: "";
  background: url("../../images/top/bg_content_pc.png")no-repeat, #fff;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}


.p-menu {
    position: relative;
    z-index: 2;
    max-width: 640px;
    width: 90%;
    margin: 0 auto;
    height: 400px;
}

.p-menu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 560px;
  top: -103px;
  background: url("../../images/top/illust.png")no-repeat;
  background-size: 640px;
  background-position: center top;
}

.p-menu-box {
  position: absolute;
  z-index: 3;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}

.p-menu-box a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 105px 0 0;
}

.p-menu-box span {
  display: block;
  line-height: 1;
}

.p-menu-box:first-child {
  left: -37px;
  top: 20px;
}

.p-menu-box:first-child .is-txt {
  width: 108px;
}

.p-menu-box:nth-child(2) {
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}

.p-menu-box:nth-child(2) .is-txt {
  width: 133px;
}

.p-menu-box:nth-child(2) a {
  color: #fff;
}

.p-menu-box:nth-child(3) {
  bottom: 0;
  right: -152px;
}

.p-menu-box:nth-child(3) .is-txt {
  width: 195px;
}


.p-sec01-content {
    position: relative;
    z-index: 2;
    max-width: 910px;
    margin: 0 auto;
    padding: 0 30px;
}

.p-sec01 .head {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
}


.p-sec02 {
  position: relative;
    background: #fff;
    padding: 30px 0 80px;
    z-index: 2;
}

.p-sec02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  background: url("../../images/top/bg_bar_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.p-sec02 .inner {
  padding: 60px 60px 0;
  position: relative;
}

.p-sec02 .head {
  font-weight: 600;
  color: #0075C2;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 35px;
}

.p-sec02 .head span {
  display: block;
  padding: 0 0 10px;
}

.p-sec02 .block:first-child .head span {
  width: 160px;
}

.p-sec02 .block:first-child .logo {
  position: absolute;
  right: 80px;
  top: 38px;
  width: 94px;
}

.p-sec02 .block:nth-child(2) .head span {
  width: 197px;
}

.p-sec02 .block:nth-child(3) .head span {
  width: 291px;
}

.p-sec02 .m-button {
    margin: 55px 0 0;
}

.p-sec02 .image a {
  display: block;
  overflow: hidden;
}


@media screen and (min-width: 768px){
  .p-fv-inner {
    max-width: 695px;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .p-menu-box .is-more {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 84px;
  }

  .p-menu-box .is-more::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    left: 0;
    bottom: -8px;
    background: #0075C2;
    transition: .3s;
  }

  .p-menu-box a:hover .is-more::before {
    width: 100%;
  }


    .p-sec02-content {
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .p-sec02 .block {
        width: calc(100% / 3);
    }


    .p-sec02 .block:first-child .inner {
      padding-top: 53px;
    }

    .p-sec02 .image a img {
      display: block;
      width: 100%;
      height: auto;
      transition: transform 0.5s ease; /* ゆっくり拡大 */
    }

    .p-sec02 .image a:hover img {
      transform: scale(1.1); /* 1.2倍に拡大 */
    }





}




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

  .p-fv {
      height: inherit;
      padding: 105px 0 40px 20px;
  }

  .p-fv-main {
      max-width: 320px;
      margin: 0 0 20px;
  }

  .p-fv-inner {
    z-index: 1;
    position: relative;
  }

  .p-fv-lead {
    font-size: 1.8rem;
  }

  .p-fv-block {
      max-width: 205px;
  }


  #bg-video {
        height: 100%;
    }

    .p-sec01 {
      padding: 0px 0 80px;
    }

    .p-sec01::before {
      background: url("../../images/top/bg_content_sp.png")no-repeat,#fff;
      background-size: cover;
      background-position: top center;
      height: calc(100% - 375px);
    }

  .p-menu::before {
    height: 320px;
    background-size: 360px;
    top: 0;
  }

  .p-menu {
      width: 100%;
      height: 320px;
  }

  .p-menu-box {
      font-size: 1.1rem;
  }

  .p-menu-box a {
      padding: 0;
      color: #9ED9FF;
  }

  .p-menu-box .is-more {
    display: block;
    width: 65px;
    padding: 5px 0 0;
  }

  .p-menu-box:first-child .is-txt {
      width: 75px;
  }

  .p-menu-box:first-child {
      left: 20px;
      top: 60px;
  }

  .p-menu-box:nth-child(2) .is-txt {
    width: 90px;
  }

  .p-menu-box:nth-child(2) {
      top: 130px;
  }

  .p-menu-box:nth-child(3) .is-txt {
      width: 135px;
  }

  .p-menu-box:nth-child(3) {
      right: 40px;
      bottom: -20px;
  }

  .p-sec01 .head {
      font-size: 2.3rem;
      margin: 0 0 20px;
  }

  .p-sec01-content {
      padding: 117px 20px 0;
  }

    .p-sec02 {
        padding: 15px 0 0;
    }

    .p-sec02::before {
      height: 15px;
      background: url("../../images/top/bg_bar_sp.png")no-repeat;
      background-size: cover;
      background-position: center;
    }


  .p-sec02 .block {
    width: 100%;
  }

  .p-sec02 .inner {
    padding: 30px 20px 60px;
  }



  .p-sec02 .head {
      font-size: 1.3rem;
      margin: 0 0 15px;
  }

  .p-sec02 .m-button {
      margin: 30px 0 0;
  }

  .p-sec02 .block:first-child .head span {
      max-width: 115px;
  }

  .p-sec02 .block:first-child .logo {
    right: 30px;
    top: 30px;
    width: 70px;
  }

  .p-sec02 .block:nth-child(2) .head span {
      max-width: 145px;
  }

  .p-sec02 .block:nth-child(3) .head span {
      max-width: 201px;
  }



}


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

  .p-menu::before {
    background-size: 90%;
  }

}
