@charset "utf-8";

/*全体*/
.content{
  padding: 0px 0 120px;
}
.page-pankuzu{
  padding-top: 15px;
  padding-bottom: 15px;
}
/* 中身 */
.pagevisual {
  background: url("../../img/mv_detail.webp") no-repeat #DEF3FC top;
  background-size: cover;
}
.pro_menu{
  display: flex;
  gap: 20px;
  max-width: 1024px;
  width: 90%;
  margin: auto;
  margin-top: 80px;
}
.pro_menu--box{
  max-width: 328px;
  width: 100%;
}
.pro_menu--top{
  background: url(/product/process/img/bg.webp) no-repeat;
  background-size: cover;
  height: 233px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 2.4rem;
  padding-top: 10px;
  text-align: center;
  line-height: 1.5;
  gap: 20px;
  letter-spacing: 1.92px;
}
.pro_menu--top.twice{
  gap: 0px;
  padding-bottom: 20px;
}
.pro_menu--link a{
  width: 100%;
  color: #1D2959;
  font-weight: bold;
  font-size: 2rem;
  display: block;
  padding: 5px 20px;
  border-bottom: 1px solid #1D2959;
  position: relative;
  letter-spacing: 2px;
  transition: .5s;
}
.pro_menu--top:hover{
  opacity: 1;
}
.pro_menu--top:hover .title{
  transition: .5s;
}
.pro_menu--top .title{
  transition: .5s;
}
.pro_menu--top:hover img{
  transform: scale(1.1,1.1);
  transition: .5s;
}
.pro_menu--top img{
  transition: .5s;
}

.pro_menu--link a::after {
  position: absolute;
  margin: auto;
  content: "";
  right: 13px;
  top: 16px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #E60013;
  border-right: 3px solid #E60013;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .5s;
}
.pro_menu--link a:hover{
  opacity: 1;
  background: #0099CC;
  color: #fff;
  transition: .5s;
}
.pro_menu--link a:hover::after{
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: .5s;
}

@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 767px),print {
  /*インタビュー*/
  .voice_bg{
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
/* スマホ閲覧時、横幅可変 */
  body {
    width: 100%;
  }
  .content{
    padding-bottom: 40px;
  }
  .page-pankuzu{
    padding-bottom: 15px;
  }

  .main_text {
    font-size: 1.8rem;
    padding-top: 50px;
  }

  .pro_menu{
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .pro_menu--top{
    font-size: 2rem;
    height: auto;
    padding: 20px 5%;
  }
  .pro_menu--link a{
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding: 10px 20px;
  }
  

}

/* 印刷用設定 */
@media print {

}
@page {
  size: A4;
  margin: 5px;
}
