.main .mv_area .mv_img .img {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main .mv_area .inner {
  position: absolute;
  top: 35vw;
  left: 20px;
}
.main .mv_area .inner .ttl {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
.main .mv_area .inner .sub_ttl {
  max-width: 70px;
}
.main .t_wrap {
  padding: 60px 0;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -20px;
}
.main .t_wrap .sect {
  margin-top: 40px;
}
.main .t_wrap .sect .blocks {
  margin-bottom: 30px;
}
.main .t_wrap .sect .blocks:last-child {
  margin-bottom: 0;
}
.main .t_wrap .sect .blocks h3 {
  padding-left: 10px;
  border-left: 5px solid #2c4a7c;
  font-size: 20px;
  font-weight: 600;
  color: #2c4a7c;
  line-height: 1.3;
  margin-bottom: 20px;
}
.main .t_wrap .sect .blocks .q_block dl {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(44, 74, 124, 0.1);
  margin-bottom: 20px;
}
.main .t_wrap .sect .blocks .q_block dl:last-child {
  margin-bottom: 0;
}
.main .t_wrap .sect .blocks .q_block dl dt {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main .t_wrap .sect .blocks .q_block dl dt .q_txt {
  width: 25px;
  margin-right: 10px;
}
.main .t_wrap .sect .blocks .q_block dl dt .txt {
  width: calc(100% - 25px);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #2c4a7c;
}
.main .t_wrap .sect .blocks .q_block dl dd {
  display: none;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #2c4a7c;
}
.main .t_wrap .sect .blocks .q_block dl dd .a_wrap {
  display: flex;
  align-items: baseline;
}
.main .t_wrap .sect .blocks .q_block dl dd .a_wrap .a_txt {
  width: 25px;
  margin-right: 10px;
}
.main .t_wrap .sect .blocks .q_block dl dd .a_wrap .txt {
  width: calc(100% - 25px);
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (min-width: 1024px) {
  .main .mv_area .mv_img .img {
    padding-top: 35%;
  }
  .main .mv_area .inner {
    top: 15vw;
    left: 90px;
  }
  .main .mv_area .inner .ttl {
    font-size: min(2.7vw, 40px);
    margin-bottom: 15px;
  }
  .main .t_wrap {
    padding: 0 0 200px;
    border-radius: 30px;
    margin-top: -30px;
  }
  .main .t_wrap .sect {
    margin-top: 80px;
  }
  .main .t_wrap .sect .blocks {
    margin-bottom: 40px;
  }
  .main .t_wrap .sect .blocks h3 {
    font-size: 25px;
  }
  .main .t_wrap .sect .blocks .q_block dl {
    padding: 30px;
  }
  .main .t_wrap .sect .blocks .q_block dl dt {
    position: relative;
  }
  .main .t_wrap .sect .blocks .q_block dl dt::after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/faq/faq_close.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .main .t_wrap .sect .blocks .q_block dl dt .q_txt {
    width: 40px;
    margin-right: 20px;
  }
  .main .t_wrap .sect .blocks .q_block dl dt .txt {
    font-size: 25px;
    padding-right: 40px;
  }
  .main .t_wrap .sect .blocks .q_block dl dt.open::after {
    height: 3px;
    background: url(../img/faq/faq_open.png) no-repeat;
    background-size: contain;
  }
  .main .t_wrap .sect .blocks .q_block dl dd {
    padding-top: 30px;
    margin-top: 30px;
  }
  .main .t_wrap .sect .blocks .q_block dl dd .a_wrap .a_txt {
    width: 40px;
    margin-right: 20px;
  }
  .main .t_wrap .sect .blocks .q_block dl dd .a_wrap .txt {
    font-size: 20px;
    line-height: 1.5;
  }
}