.title_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title_area h1 {
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  h1 {
    font-weight: bold;
  }
  .title_area {
    font-size: 30px;
    background: url(../image/reform_mv_pc.jpg) no-repeat;
    height: 17.86vw;
    min-height: 250px;
    background-size: cover;
  }
  #reform_contents {
    padding: 0 0 120px;
  }
  #reform_contents .reform_contents_area {
    padding: 85px 0;
    background: url(../image/top_intro_bg.png);
  }
  #reform_contents .description {
    text-align: center;
    font-size: 17px;
    line-height: 1.647;
  }
  #reform_contents .reform_logo {
    text-align: center;
    margin-top: 40px;
  }
  #reform_contents #reform_area1,
  #reform_contents #reform_area2 {
    width: calc(50vw + 540px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  #reform_contents #reform_area1 .data,
  #reform_contents #reform_area2 .data {
    width: 500px;
    position: relative;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(55, 33, 33, 0.1);
  }
  #reform_contents #reform_area1 .data h3,
  #reform_contents #reform_area2 .data h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  #reform_contents #reform_area1 .data p,
  #reform_contents #reform_area2 .data p {
    font-size: 16px;
    line-height: 1.75;
  }
  #reform_contents #reform_area1 .image,
  #reform_contents #reform_area2 .image {
    width: calc(50vw + 40px);
  }
  #reform_contents #reform_area1 .image img,
  #reform_contents #reform_area2 .image img {
    width: 100%;
    height: auto;
  }
  #reform_contents #reform_area1 {
    margin: 25px 0 0 auto;
    transform: translateY(40px);
  }
  #reform_contents #reform_area1 .data {
    transform: translateX(40px) translateY(-15px);
    padding: 65px 0 60px 65px;
  }
  #reform_contents #reform_area2 {
    margin: 0 auto 0 0;
    flex-direction: row-reverse;
  }
  #reform_contents #reform_area2 .data {
    transform: translateX(-50px) translateY(20px);
    padding: 55px 0 55px 75px;
  }
  #reform_solution {
    background: #b5a4a4;
    padding: 80px 0 95px;
    text-align: center;
  }
  #reform_solution h3 {
    display: inline-block;
    text-align: center;
    background: #FFFFFF;
    color: #765e5e;
    font-size: 26px;
    font-weight: bold;
    padding: 15px 40px 12px;
    border-radius: 10px;
    position: relative;
  }
  #reform_solution h3::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 10px);
  }
  #reform_solution .solution_contents {
    width: 1000px;
    margin: 50px auto 0;
  }
  #reform_solution .solution_contents dl {
    background: #f4f1f0;
    color: #765e5e;
    display: flex;
    margin-top: 20px;
    border-radius: 10px;
    text-align: left;
  }
  #reform_solution .solution_contents dl:nth-of-type(1) {
    margin-top: 0;
  }
  #reform_solution .solution_contents dl dt {
    width: 380px;
    box-sizing: border-box;
    padding: 0 35px 0 30px;
    display: flex;
    align-items: center;
    background: url(../image/break_pc.png) no-repeat;
    background-position: center right;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.55;
  }
  #reform_solution .solution_contents dl dt .icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b7a6a6;
    border-radius: 50%;
    margin-right: 15px;
  }
  #reform_solution .solution_contents dl dt .icon i {
    color: #FFFFFF;
  }
  #reform_solution .solution_contents dl dt .icon .fa-home {
    font-size: 30px;
  }
  #reform_solution .solution_contents dl dt .icon .fa-building {
    font-size: 32px;
  }
  #reform_solution .solution_contents dl dt .icon .fa-hammer {
    font-size: 29px;
  }
  #reform_solution .solution_contents dl dt h4 span {
    background: linear-gradient(transparent 30%, #FFFFFF 30%);
    padding-bottom: 3px;
  }
  #reform_solution .solution_contents dl dd {
    width: 620px;
    box-sizing: border-box;
    padding: 35px 40px 32px 30px;
    font-size: 16px;
    line-height: 1.75;
  }
  .contact_bnr_area {
    margin-top: 75px;
  }
}

@media screen and (max-width: 767.999px) {
  .title_area {
    font-size: 20px;
    background: url(../image/reform_mv_sp.jpg) no-repeat;
    height: 33.33vw;
    min-height: 125px;
    background-size: cover;
  }
  #reform_contents {
    padding: 0 0 70px;
  }
  #reform_contents .reform_contents_area {
    padding: 45px 0 40px;
    background: url(../image/top_intro_bg.png);
    background-size: 32px 32px;
  }
  #reform_contents .description {
    font-size: 13px;
    line-height: 1.46;
    text-align: center;
  }
  #reform_contents .reform_logo {
    text-align: center;
    margin: 25px auto 0;
    width: 249px;
  }
  #reform_contents #reform_area1 .data,
  #reform_contents #reform_area2 .data {
    position: relative;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(55, 33, 33, 0.1);
  }
  #reform_contents #reform_area1 .data h3,
  #reform_contents #reform_area2 .data h3 {
    margin-bottom: 15px;
    font-size: 15px;
  }
  #reform_contents #reform_area1 .data p,
  #reform_contents #reform_area2 .data p {
    line-height: 1.54;
    font-size: 13px;
  }
  #reform_contents #reform_area1 .image,
  #reform_contents #reform_area2 .image {
    width: 300px;
  }
  #reform_contents #reform_area1 .image img,
  #reform_contents #reform_area2 .image img {
    width: 100%;
    height: auto;
  }
  #reform_contents #reform_area1 {
    margin-top: 15px;
  }
  #reform_contents #reform_area1 .data {
    padding: 27px 10px 35px 30px;
    transform: translateY(25px);
  }
  #reform_contents #reform_area1 .image {
    margin: 0 0 0 auto;
  }
  #reform_contents #reform_area2 {
    margin-top: 15px;
  }
  #reform_contents #reform_area2 .data {
    padding: 27px 10px 35px 30px;
    transform: translateY(25px);
  }
  #reform_solution {
    background: #b5a4a4;
    padding: 30px 27px 35px;
    text-align: center;
  }
  #reform_solution h3 {
    display: inline-block;
    text-align: center;
    background: #FFFFFF;
    color: #765e5e;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 13px;
    border-radius: 10px;
    position: relative;
  }
  #reform_solution h3::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 5px);
  }
  #reform_solution .solution_contents {
    margin-top: 23px;
  }
  #reform_solution .solution_contents dl {
    background: #f4f1f0;
    color: #765e5e;
    margin-top: 15px;
    border-radius: 5px;
  }
  #reform_solution .solution_contents dl:nth-of-type(1) {
    margin-top: 0;
  }
  #reform_solution .solution_contents dl dt {
    padding: 10px 20px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    background: url(../image/break_sp.png) no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
  #reform_solution .solution_contents dl dt .icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b7a6a6;
    border-radius: 50%;
    margin-right: 12px;
  }
  #reform_solution .solution_contents dl dt .icon i {
    color: #FFFFFF;
  }
  #reform_solution .solution_contents dl dt h4 span {
    background: linear-gradient(transparent 30%, #FFFFFF 30%);
    padding-bottom: 3px;
  }
  #reform_solution .solution_contents dl dd {
    padding: 10px 20px 25px;
    font-size: 13px;
    line-height: 1.54;
    text-align: left;
  }
  .contact_bnr_area {
    margin-top: 35px;
  }
}
