/* Scss Document */
/* Scss Document */
.inner {
  padding: 0 30px; }

#page_ttl .inner {
  position: relative; }

#page_ttl .reno {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.lttl {
  text-align: center; }

#renovation {
  background: url(../images/renovation/renovation_bg_top.png) top center no-repeat; }
  #renovation .lttl {
    padding: 120px 0 0;
    background: url(../images/renovation/renovation_ttl_bg.png) top center no-repeat; }
  #renovation .renova_list {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto 40px; }
    #renovation .renova_list_item {
      position: relative;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 285px;
      height: 172px;
      border: rgba(10, 55, 127, 0.25) 1px solid;
      font-size: 2.2rem;
      font-weight: bold;
      line-height: 1.2;
      letter-spacing: .05em;
      text-align: center; }
      #renovation .renova_list_item:before {
        position: absolute;
        top: -4px;
        left: -5px;
        content: '';
        width: 285px;
        height: 172px;
        background: rgba(131, 217, 209, 0.5);
        z-index: -999; }
  #renovation .about_reno {
    height: 668px;
    background: url(../images/renovation/about_reno_bg.png) top center no-repeat; }
    #renovation .about_reno .inner {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #renovation .about_reno .text {
      width: 500px;
      margin-top: 90px; }
      #renovation .about_reno .text .lttl {
        background: none;
        text-align: left; }
      #renovation .about_reno .text p {
        margin-bottom: 1em;
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: .1em; }
        #renovation .about_reno .text p.small {
          font-size: 1.3rem;
          line-height: 1.6; }
    #renovation .about_reno figure {
      margin-top: 110px;
      width: 570px; }

#recommended {
  margin-top: -100px;
  background: url(../images/renovation/content_bg_bottom.png) bottom center no-repeat; }
  #recommended .lttl {
    padding: 100px 0 0;
    background: url(../images/renovation/recommended_ttl_bg.png) top center no-repeat; }
  #recommended .recom_list {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    #recommended .recom_list .recom_list_item {
      position: relative;
      width: calc(100%/3); }
      #recommended .recom_list .recom_list_item p {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100%;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6;
        text-align: center; }
        #recommended .recom_list .recom_list_item p.white {
          color: #FFF; }
        #recommended .recom_list .recom_list_item p.top {
          top: 40px; }
        #recommended .recom_list .recom_list_item p.bottom {
          bottom: 40px; }

#organization {
  background: url(../images/common/content_bg_top.png) top center no-repeat, url(../images/renovation/content_bg_bottom.png) bottom center no-repeat; }
  #organization .lttl {
    padding: 120px 0 0;
    background: url(../images/renovation/organization_ttl_bg.png) top center no-repeat; }
  #organization .right {
    width: 475px; }
  #organization .text {
    width: 630px; }

#case .lttl {
  padding: 100px 0 0;
  background: url(../images/renovation/case_ttl_bg.png) top center no-repeat; }

#case .case_list {
  margin-bottom: 50px; }
  #case .case_list .case_list_item .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0; }
  #case .case_list .case_list_item .case_ttl {
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex;
    margin-bottom: 30px; }
    #case .case_list .case_list_item .case_ttl .text {
      margin-left: 30px; }
      #case .case_list .case_list_item .case_ttl .text h3 {
        margin-bottom: 10px;
        color: #0A377F;
        font-size: 2.2rem;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 1.4; }
      #case .case_list .case_list_item .case_ttl .text p {
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 1.6; }
  #case .case_list .case_list_item .before, #case .case_list .case_list_item .after {
    margin: 0 50px; }
  #case .case_list .case_list_item .before {
    position: relative;
    width: 380px;
    text-align: right; }
    #case .case_list .case_list_item .before:before {
      content: '';
      width: 37px;
      height: 72px;
      background: url(../images/renovation/case_arrow.png) top center no-repeat;
      position: absolute;
      top: 106px;
      right: -68px; }
  #case .case_list .case_list_item .after {
    width: 570px;
    text-align: left; }
  #case .case_list .case_list_item.case01_01 {
    height: 618px;
    background: url(../images/renovation/case01_01_bg.png) top center no-repeat; }
  #case .case_list .case_list_item.case01_02 {
    height: 483px;
    background: url(../images/renovation/case01_02_bg.png) top center no-repeat; }
  #case .case_list .case_list_item.case01_03 {
    height: 671px;
    background: url(../images/renovation/case01_03_bg.png) top center no-repeat; }
  #case .case_list .case_list_item.case02_01 {
    height: 631px;
    background: url(../images/renovation/case02_01_bg.png) top center no-repeat; }

#case .btn a {
  width: 343px; }

@media screen and (max-width: 640px) {
  .inner {
    padding: 0 2.63158vw; }
  #page_ttl .reno {
    right: 2.63158vw;
    width: 19.73684vw; }
  #renovation {
    background-size: 100% auto; }
    #renovation .lttl {
      padding: 11.84211vw 0 0;
      background-size: contain; }
    #renovation .renova_list {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      margin: 0 auto 5.26316vw; }
      #renovation .renova_list_item {
        width: 40vw;
        height: 20vw;
        margin: 0 2.63158vw 2.63158vw;
        font-size: 2.89474vw; }
        #renovation .renova_list_item:before {
          top: -4px;
          left: -5px;
          width: 40vw;
          height: 20vw; }
    #renovation .about_reno {
      height: auto;
      background-size: auto 100%; }
      #renovation .about_reno .inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; }
      #renovation .about_reno .text {
        width: 100%;
        margin-top: 0; }
        #renovation .about_reno .text .lttl {
          padding: 0;
          text-align: center; }
        #renovation .about_reno .text p {
          font-size: 3.42105vw; }
          #renovation .about_reno .text p br {
            display: none; }
          #renovation .about_reno .text p.small {
            font-size: 2.36842vw; }
      #renovation .about_reno figure {
        margin-top: 0;
        width: 100%; }
  #recommended {
    margin-top: 0;
    background-size: 100% auto; }
    #recommended .lttl {
      margin-bottom: 0;
      padding: 11.84211vw 0 0;
      background-size: contain; }
    #recommended .recom_list .recom_list_item {
      position: static;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      margin-bottom: 2.63158vw; }
      #recommended .recom_list .recom_list_item img {
        width: 30%; }
      #recommended .recom_list .recom_list_item p {
        position: static;
        padding-left: 2vw;
        width: 68%;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        font-size: 2.89474vw;
        text-align: left; }
        #recommended .recom_list .recom_list_item p.white {
          color: #333; }
      #recommended .recom_list .recom_list_item.recom05 {
        margin: 0 auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        text-align: center;
        display: block; }
  #organization {
    background-size: 100% auto; }
    #organization .lttl {
      padding: 11.84211vw 0 0;
      background-size: contain; }
    #organization .flex_wrap {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
    #organization .right {
      width: 100%;
      margin-bottom: 2.63158vw; }
    #organization .text {
      width: 100%; }
  #case .lttl {
    padding: 11.84211vw 0 0;
    background-size: contain; }
  #case .case_list {
    margin-bottom: 5.26316vw; }
    #case .case_list .case_list_item .inner {
      padding: 5.26316vw 2.63158vw; }
    #case .case_list .case_list_item .case_ttl {
      width: 100%;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      margin-bottom: 3.94737vw; }
      #case .case_list .case_list_item .case_ttl figure {
        width: 30vw;
        margin: 0 auto 1em; }
      #case .case_list .case_list_item .case_ttl .text {
        margin-left: 0;
        text-align: center; }
        #case .case_list .case_list_item .case_ttl .text h3 {
          margin-bottom: 1.31579vw;
          font-size: 3.94737vw; }
        #case .case_list .case_list_item .case_ttl .text p {
          font-size: 2.89474vw; }
    #case .case_list .case_list_item .before, #case .case_list .case_list_item .after {
      margin: 0 3.94737vw; }
    #case .case_list .case_list_item .before {
      width: 40%; }
      #case .case_list .case_list_item .before:before {
        width: 4.86842vw;
        height: 9.47368vw;
        background-size: contain;
        top: 8vw;
        right: -6vw; }
    #case .case_list .case_list_item .after {
      width: 40%; }
    #case .case_list .case_list_item.case01_01 {
      height: auto;
      background-size: 100% auto; }
    #case .case_list .case_list_item.case01_02 {
      height: auto;
      background-size: 100% aut0; }
    #case .case_list .case_list_item.case01_03 {
      height: auto;
      background-size: 100% aut0; }
    #case .case_list .case_list_item.case02_01 {
      height: auto;
      background-size: 100% aut0; }
  #case .btn a {
    width: 65.78947vw;
    font-size: 3.15789vw;
    line-height: 7.89474vw; } }
