@charset "utf-8";

/*全体*/

.content{
  padding: 0px 0 64px;
}
.contact .common_link span{
  background: #E60013;
}

.page-pankuzu{
  padding-top: 15px;
  padding-bottom: 120px;
}

.purcha{
  max-width: 1024px;
  width: 90%;
  margin: auto;
  margin-top: 60px;
}
.purcha .common_title + p{
  margin-top: 30px;
}
.contact{
  background: #F1F1F1;
  max-width: 850px;
  width: 90%;
  margin: auto;
  padding: 60px 80px;
  margin-top: 40px;
}
.contact_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 30px;
  border-top: 1px solid #1D2959;
  border-bottom: 1px solid #1D2959;
  gap:0 20px;
}
.contact_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #1D2959;
  width: 165px;
  color: #fff;
  font-weight: bold;
}
.contact_tag.long {
  width: 150px;
}
.contact_num {
  font-size: 3.2rem;
  font-weight: bold;
}
.contact_bot {
  width: 100%;
}
a.contact_btn {
  background: #fff;
  color: #1D2959;
  max-width: 310px;
  width: 100%;
  margin: auto;
  margin-top: 25px;
  height: 54px;
  font-size: 2rem;
  letter-spacing: 1px;
}
a.contact_btn::after {
  content: '';
  background: url("../img/arrow.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 11px;
  height: 18px;
  display: block;
  margin-left: 20px;
  transition: .5s;
}
a.contact_btn:hover::after {
  filter: brightness(0) invert(1);
}
/*サービスメニュー*/
.ser_menu{
  max-width: 1024px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.ser_menu a.fir_block{
  position: relative;
  max-width: 1024px;
  width: 100%;
}
.ser_menu a{
  max-width: 241px;
  width: 100%;
  height: 233px;
  position: relative;
  text-align: center;
}
.ser_menu a .menu_title{
  font-weight: bold;
  font-size: 1.7rem;
  width: 100%;
  color: #1D2959;
  text-align: center; 
  letter-spacing: 1.36px;
  padding-top: 10px;
}
.over_link{
  background: #F1F1F1;
  max-width: 676px;
  margin: auto;
  height: 140px;
  color: #1D2959;
  font-weight: bold;
  letter-spacing: 3.2px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  align-items:center;
  z-index: 1;
  position: relative;
  transition: .5s;
}
.over_link:hover{
  color: #F1F1F1;
  transition: .5s;
  background: #1D2959;
  opacity: 1;
}
.over_link span{
  font-size: 2.4rem;
  letter-spacing: 4.2px;
  position: relative;
}
.over_link::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 30px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #E60013;
  border-right: 3px solid #E60013;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .5s;
}
.over_link:hover:after{
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: .5s;
}
@media screen and (min-width: 767px),print {
  .pagevisual {
    background: url("../../img/mv.webp") no-repeat top;
    background-size: cover;
  }
  /*サービス*/
  .ser{
    background: url(../img/bg.webp) no-repeat;
    height: 328px;
  }
  .ser_menu a .menu_img{
    overflow:hidden;
  }
  .ser_menu a:hover{
    opacity: 1;
  }
  .ser_menu a:hover img{
    transform: scale(1.1, 1.1);
    transition:.5s all;
  }
  .menu_img img{
    transition:.5s all;
  }
 }

@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 767px),print {
  
}

@media screen and (max-width: 767px) {
/* スマホ閲覧時、横幅可変 */
  body {
    width: 100%;
  }
  .pagevisual {
    background: url("../../img/mv_sp.webp") no-repeat center;
    background-size: cover;
  }
  .page-pankuzu{
    padding-bottom: 60px;
  }

  .pdf_list--box{
    flex-wrap: wrap;
    gap: 10px;
    padding: 25px 5%;
  }
  .pdf_list--box.new{
    padding-top: 45px;
  }
  .pdf_list--box.new::before{
    top: 25px;
  }
  .acc_trigger {
    padding: 10px 0px;
    padding-right: 25px;
  }
  .acc_trigger::after{
    right: 5%;
  }

  .contact{
    padding: 30px 5%;
    margin-top: 20px;
  }
  .contact_row{
    gap: 10px;
  }
  .contact_num{
    font-size: 2rem;
    letter-spacing: 1px;
  }
  a.contact_btn{
    margin-top: 10px;
  }
  .purcha .common_title + p{
    margin-top: 10px;
  }

  .ser_menu{
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .ser_menu a{
    max-width: calc(50% - 10px);
    width: 190px;
    height: auto;
    margin-bottom: 10px;
  }
  .ser_list--block.rev01 h3{
    margin: 0;
    margin-bottom: 20px;
  }
  .ser_menu a .menu_title{
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.3;
    padding-top: 5px;
  }
  .ser_menu a:nth-child(1) .menu_title,.ser_menu a:nth-child(2) .menu_title{
    bottom: 10px;
  }

  .over_link {
    width: 90%;
    margin-top: 23px;
    height: auto;
    padding: 20px 5%;
    letter-spacing: 2.4px;
  }
  .over_link span{
    font-size: 1.8rem;
  }
}

/* 印刷用設定 */
@media print {

}
@page {
  size: A4;
  margin: 5px;
}
