@charset "UTF-8";
.pagecopy {
  color: #06162f;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px;
}
.icatchWrap .titleBox .w_title01 .t3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.045em;
  line-height: 1.63;
  margin-bottom: 20px;
}
@media all and (min-width: 681px) {
  .icatchWrap .thumb .img1 {
    background-image: url(../../img/vr/mv1.jpg);
  }
  .icatchWrap.typeA .titleBox .w_title01 .t1 {
    font-size: 43px;
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 680px) {
  .icatchWrap.typeA .titleBox {
    height: auto;
    padding: 45px 0 30px;
  }
  .icatchWrap .titleBox .w_title01 .t3 {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .pagecopy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.733;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 370px) {
}

.main {
  background: #F7F7F7;
}

.icatchWrap.typeA .titleBox {
  background-color: #F7F7F7;
}


/* vr_list1
***************************************************************/
.vr_list1 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.vr_list1 .li1 {
  width: 364px;
}
.vr_list1 .link1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.vr_list1_thumb {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.vr_list1_thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15) url(../../img/vr/ico1.svg)no-repeat center / 64px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.vr_list1_img1 {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
  transition: transform 0.3s ease;
}
.vr_list1_h2 {
  /* flex-grow: 1; */
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.39;
  padding-top: 15px;
  transition: color 0.3s ease;
}
.vr_list1_p1 {
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.78;
  padding-top: 10px;
}
@media all and (min-width: 681px) {
  .vr_list1::after {
    content: "";
    width: 364px;
  }
  .vr_list1 .li1:nth-of-type(1n + 4) {
    margin-top: 100px;
  }
  a:hover .vr_list1_thumb::after {
    opacity: 0;
  }
  a:hover .vr_list1_img1 {
    transform: scale(1.1);
  }
  a:hover .vr_list1_h2 {
    color: #0F58A8
  }
}
@media all and (max-width: 680px) {
  .vr_list1 {
    width: 100%;
    padding: 0 20px 60px;
    display: block;
  }
  .vr_list1 .li1 {
    width: 100%;
  }
  .vr_list1 .li1:nth-of-type(1n + 2) {
    margin-top: 40px;
  }
  .vr_list1_thumb {
    height: 62.67vw;
  }
  .vr_list1_h2 {
    font-size: 20px;
    padding-top: 12px;
  }
  .vr_list1_p1 {
    font-size: 15px;
    padding-top: 8px;
  }
}
@media all and (max-width: 370px) {
}


/* vr_bnr1
***************************************************************/
.vr_bnr1 {
  padding-bottom: 120px;
}
.vr_bnr1_link1 {
  width: 780px;
  margin: 0 auto;
  display: block;
}
@media all and (min-width: 681px) {
  .vr_bnr1_link1:hover {
    opacity: .7;
  }
}
@media all and (max-width: 680px) {
  .vr_bnr1 {
    padding: 0 20px 60px;
  }
  .vr_bnr1_link1 {
    width: 100%;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
