@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro {
    max-width: 1024px;
    width: 90%;
    margin: 50px auto 0;
    padding: 50px 85px;
  background: url("../img/bg_00.png")center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro_text {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 40px;
}
.case_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.case_block {
    margin-top: 80px;
  position: relative;
}
.case_title {
    background: #E1E2EC;
    padding: 10px 40px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #111868;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    position: relative;
}
.case_title::before {
  content: '';
  background: url("../img/arrow.svg") no-repeat center;
  min-width: 8px;
  height: 13px;
  position: absolute;
  left: 20px;
}
.case_com {
    line-height: 2;
    margin-top: 30px;
}
.case_img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.4rem;
}
.case_list {
    display: flex;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
}
.case_list.short {
    max-width: 760px;
}
.case_oversea {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    max-width: 720px;
}
.case_country {
    max-width: 180px;
    width: 50%;
  line-height: 2;
}
.case_btn{
  max-width: 241px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: 0;
}
.case_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #C5010F;
  color: #fff;
}

footer {
    margin-top: 90px;
}
@media screen and (max-width: 767px) {
.intro {
    padding: 40px 5%;
}
.sec_title--sub {
    font-size: 1.2rem;
}
}
@media print {

}