@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") right center;
  -webkit-background-size: cover;
  background-size: cover;
}
section{
  position: relative;
}
.intro {
    padding: 80px 0;
    margin-top: 60px;
  background: url("../img/bg_01.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.intro_cont {
    max-width: 502px;
    width: 100%;
}
.intro_body {
    font-weight: bold;
    line-height: 2;
    margin-top: 30px;
}

.service {
    margin-top: 90px;
}
.ser_head {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.ser_body {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 60px;
}
.ser_row {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
}
.ser_row--rev {
  flex-direction: row-reverse;
}
.ser_cont {
    max-width: 470px;
}
.ser_midashi {
    margin: 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #111868;
    padding-bottom: 20px;
    border-bottom: 1px solid #C5010F;
    display: flex;
    align-items: center;
    gap: 20px;
}
.ser_bold {
    font-weight: bold;
    color: #111868;
    line-height: 2;
    margin-top: 20px;
}
.ser_list {
    margin-top: 20px;
    line-height: 2;
}
.ser_item{
  text-indent: -1em;
  padding-left: 1em;
}
.ser_item::before{
  content: '・';
  color: #C5010F;
}
.ser_bot {
    text-align: center;
  margin-top: 100px;
}
.ser_btn {
    max-width: 241px;
    width: 100%;
    margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
}
.ser_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c4000e;
    color: #fff;
    padding: 10px;
}
.resilience{
  background: url("../img/bg_04.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
    padding: 70px 0 50px;
  margin-top: 100px;
}
.res_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.res_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.res_cont {
    max-width: 415px;
    width: 100%;
}
.res_text {
    font-weight: bold;
    line-height: 2;
    margin-top: 40px;
}
.res_cont {
    max-width: 415px;
    width: 100%;
    margin: auto;
}
.res_list {
    display: flex;
    justify-content: space-between;
  gap:20px;
  margin-top: 40px;
}
.res_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    max-width: 328px;
    width: 100%;
    padding: 20px;
}
.res_name {
    font-size: 2.4rem;
    font-weight: bold;
    color: #111868;
    margin-top: 10px;
}
.res_com {
  margin-top: 10px;
    line-height: 2;
}
.bcp {
    margin-top: 80px;
}
.bcp .sec_title {
    min-width: 400px;
}
.bcp_inner {
    display: flex;
    max-width: 1024px;
    width: 90%;
    margin: auto;
  justify-content: space-between;
}
.bcp_cont {
    max-width: 440px;
  width: 100%;
}
.bcp_text {
    font-weight: bold;
    line-height: 2;
    max-width: 415px;
    margin: 30px auto 0;
}
.botnav{
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .intro{
    padding: 40px 0;
    margin-top: 40px;
  }
.intro_inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
}
.ser_row, .ser_row--rev {
    flex-direction: column-reverse;
  align-items: center;
    max-width: 90%;
    margin: auto;
    gap: 30px;
}
.ser_bot {
    max-width: 90%;
    margin: 50px auto 0;
}
.ser_midashi {
    font-size: 2rem;
    gap: 10px;
}
.ser_icon {
    min-width: 95px;
    width: 95px;
}
.res_top {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
}
.res_list {
    flex-direction: column;
    align-items: center;
}
.bcp .sec_title {
    min-width: 0;
}
.bcp_inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

}
@media print {

}