@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.pro_block{
  position: relative;
}
footer{
  margin-top: 80px;
}

/* 2023_11_27保守 */
.intro{
  margin-top: 20px;
}
.intro_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  padding: 45px 85px;
  background: url("../img/bg_00.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro_cont {
  margin-top: 40px;
  letter-spacing: 3.2px;
  line-height: 1.5;
}
.intro_inner_ex .title--main {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 6px;
  color: #111868;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.intro_inner_ex .title--sub {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.8px;
  color: #111868;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
  white-space: nowrap;
  margin-top: 8px;
}
.title--sub::before {
  border-top: 1px solid #C5010F;
  content: "";
  width: 50px;
}
.title--sub::after {
  border-top: 1px solid #C5010F;
  content: "";
  width: 50px;
}
.epi_catch{
  color: #61C7C7;
}

@media screen and (max-width: 767px) {
  /* 2023_11_27保守 */
  .intro{
    margin-top: 20px;
  }
  .intro_inner {
    padding: 40px 5%;
  }
  .intro_cont {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-top: 25px;
  }
  .intro_inner_ex .title--main {
    font-size: 2rem;
  }
  .title--sub::before {
    width: 50%;
  }
  .title--sub::after {
    width: 50%;
  }
}
@media print {

}