@charset "utf-8";

/*全体*/
.content{
  padding: 0px 0 120px;
}
.page-pankuzu{
  padding-top: 15px;
  padding-bottom: 15px;
}
.content .common_title .jp_title{
  color: #1D2959;
}

/*アンカー*/
.pro .anker{
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  margin-top: 60px;
}
.pro .anker a{
  max-width: 250px;
  width: 100%;
  background: #0099CC;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
}
.pro .anker a::after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  right: 5px;
}
.pro .anker a span{
  background: #DEF3FC;
}
.pro .anker a.common_link:hover{
  transition: .5s;
  color: #1D2959;
}
.pro .anker a.common_link:hover::after{
  border-top: 2px solid #1D2959;
  border-right: 2px solid #1D2959;
  transition: .5s;
}

.pro_inner{
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.pro_inner--box{
  max-width: 328px;
  width: 100%;
}
.pro_inner--tt{
  background:#f3f3f3;
  height: 250px;
  text-align: center;
  padding: 10px 3%;
  color: #1D2959;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pro_inner--tt h3{
  font-size: 2rem;
  line-height: 1.5;
}
.pro_inner--tt .text{
  padding-bottom: 5px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.pro_inner--tt + p{
  font-size: 1.4rem;
}

/* 中身 */

.pro{
  max-width: 1024px;
  width: 95%;
  margin: auto;
}

/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){
  .pro .anker{
    gap: 10px;
  }
  .pro .anker a{
    max-width: 260px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 767px),print {
  .pagevisual {
    background: url("../../../img/mv.webp") no-repeat #DEF3FC right;
  }

  /*インタビュー*/
  .voice_bg{
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
/* スマホ閲覧時、横幅可変 */
  body {
    width: 100%;
  }
  .content{
    padding-bottom: 40px;
  }
  .pagevisual {
    background: url("../../../img/mv_sp.webp") no-repeat center;
    background-size: cover;
  }

  /*アンカー*/
  .pro .anker{
    gap: 10px;
    margin-bottom: 53px;
    flex-wrap: wrap;
  }
  .pro .anker a{
    max-width: calc(50% - 5px);
    width: 190px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .pro .anker a:nth-child(1){
    padding-right: 20px;
  }
  .pro .anker a::after{
    right: 5%;
  }

  .pro_inner{
    margin-bottom: 30px;
    gap: 10px;
  }
  .pro_inner--box{
    margin-bottom: 20px;
    max-width: calc(50% - 10px);
    width: 260px;
  }
  .pro_inner--tt{
    justify-content: space-between;
    padding: 20px 3%;
    height: 280px;
  }
  .pro_inner--tt h3{
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .pro_inner--tt .text{
    font-size: 1.2rem;
  }

}

/* 印刷用設定 */
@media print {

}
@page {
  size: A4;
  margin: 5px;
}
