@charset "utf-8";

main img {
  max-width: 100%;
  height: auto;
}

main div {
  line-height: 0;
}

main dt {
  padding-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
}

main dl + dl {
  padding-top: 30px;
}

main dd {
  line-height: 1.9;
  font-size: 16px;
}

main dd + dd {
  margin-top: .5em;
}

main .serif {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

main .bold {
  font-weight: bold;
}

main .colorOrange {
  color: #c95a00;
}

main .sectionTitle01 {
  margin: 0 0 30px 40px;
  padding: 0 0 5px 10px;
  border-left: 1px solid #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
  font-size: 24px;
  font-weight: normal;
}

main .sectionTitle01 .number {
  position: relative;
  top: 4px;
  font-size: 200%;
}

main .sectionTitle02 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: normal;
}

main .sectionTitle02:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #4f4f4f;
}

main .sectionTitle03 {
  margin-bottom: 40px;
  padding: 8px 10px;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  background: #c09b30;
}

main .commonTextArea01 img {
  float: left;
  margin: 0 1.5em 1.5em 0;
  width: 36%;
}

main .commonTextArea01 img.right {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

main .commonTextArea02 p {
  line-height: 1.7;
  font-size: 16px;
}

main .commonTextArea02 p + p,
main .commonTextArea02 .image + p,
main .commonTextArea02  p + .image {
  padding-top: 1.5em;
}

main .commonTextArea02 p span {
  line-height: 1.7;
  font-size: 16px;
}

main .otherScenes {
  padding-top: 120px;
}

@media (min-width:1025px){
  main .otherScenes a:hover {
    opacity: .7;
  }
}

main .otherScenes li {
  float: left;
  width: 36%;
}

main .otherScenes li:last-child {
  float: right;
}

.mainVisual {
  position: relative;
  margin-bottom: 150px;
  background: #f7f8ff;
}

.mainVisual .textArea {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 3%;
  width: 44%;
  text-align: center;
  transform: translateY(-50%);
}

.mainVisual h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  line-height: 1.4;
  font-weight: normal;
  font-size: 20px;
}

.mainVisual h1 img {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  line-height: 0;
}

.mainVisual h2 {
  line-height: 1.4;
  font-weight: normal;
  font-size: 26px;
}

.mainVisual h2 .emphasis {
  font-size: 145%;
}

.mainVisual .scenes {
  display: inline-block;
  padding-top: 50px;
}

.mainVisual .scenes li {
  position: relative;
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
}

.mainVisual .scenes li:not(:last-child) {
  margin-bottom: 10px;
}

.mainVisual .scenes li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 3em;
  width: 3em;
  height: 1px;
  background: #6f6f6f;
}

.mainVisual .scenes li a {
  display: block;
  position: relative;
  padding-right: 7em;
}

.mainVisual .scenes .more {
  position: absolute;
  top: 0;
  right: 0;
}

.mainVisual .image {
  margin-left: auto;
  width: 56%;
}

.sections:not(:last-of-type) {
  padding-bottom: 100px;
}

.scene01 .section01 dl {
  padding-bottom: 40px;
}

.scene01 .section01 dd {
  line-height: 2;
  font-size: 15px;
}

.scene01 .section01 .image01 {
  padding-bottom: 50px;
}

.scene01 .section02 dd {
  position: relative;
  padding-left: 7em;
}

.scene01 .section02 dd .date {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.9;
  font-size: 16px;
}

.scene01 .section03 dd + dd {
  margin-top: 1em;
}

.scene01 .section03 .cases {
  padding-top: 30px;
}

.scene01 .section03 .cases li:not(:last-child) {
  padding-bottom: 30px;
}

.scene01 .section03 .cases dt .caseNumber {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 10px 4px;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background: #313131;
}

.scene02 .intro {
  padding-bottom: 80px;
}

.scene02 .intro figure {
  float: left;
  width: 44%
}

.scene02 .intro figcaption {
  padding-top: 5px;
  line-height: 1;
  font-size: 14px;
}

.scene02 .intro p {
  float: right;
  width: 52%;
  line-height: 2;
  font-size: 20px;
}

@media (min-width:641px){
  .scene02 .section01 .image,
  .scene02 .section03 .image {
    float: right;
    padding-left: 1em;
    width: 38%;
  }

  .scene02 .section02 .image,
  .scene02 .section04 .image {
    float: left;
    padding-right: 1em;
    width: 38%;
  }

  .scene02 .section02 p:last-of-type,
  .scene02 .section04 p:nth-of-type(6) {
    margin-left: auto;
    width: 60.5%;
  }
}

.scene03 .intro {
  padding-bottom: 100px;
}

.scene03 .intro .awards {
  margin: auto;
  width: 90%;
  max-width: 700px;
  text-align: center;
}

.scene03 .intro .awards li:not(:last-child) {
  padding-bottom: 30px;
}

.scene03 .section01 .image {
  float: left;
  width: 50%;
}

.scene03 .section01 .text {
  float: right;
  width: 47%;
  line-height: 2;
  font-size: 16px;
}

.scene03 .section02 .image {
  padding-bottom: 60px;
}

.scene03 .section02 dl {
  padding-top: 0;
  text-align: center;
}

.scene03 .section02 dt {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a48118;
  line-height: 1.4;
  font-size: 20px;
  font-weight: normal;
  color: #a48118;
}

.scene03 .section02 dd {
  display: inline-block;
  text-align: left;
}

.scene03 .section02 dl:last-of-type .images {
  padding-top: 20px;
}

.scene03 .section02 dl:last-of-type .images img {
  float: left;
  width: 48%;
}

.scene03 .section02 dl:last-of-type .images img:last-child {
  float: right;
  width: 48%;
}

@media (min-width:641px){
  .scene03 .section02 dl:not(:last-of-type) {
    float: left;
    width: 32%;
  }
  .scene03 .section02 dl:first-of-type,
  .scene03 .section02 dl:nth-of-type(2) {
    padding-right: 2%;
  }

  .scene03 .section02 dl:last-of-type {
    clear: both;
    margin: auto;
    padding-top: 40px;
    width: 90%;
  }
}



@media (max-width:1600px){
  .mainVisual h1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .mainVisual h1 img {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .mainVisual h2 {
    font-size: 20px;
  }

  .mainVisual .scenes {
    padding-top: 30px;
  }

  .mainVisual .scenes li {
    font-size: 13px;
  }
}



@media (max-width:640px){
  .section-container {
    width: 94%;
  }

  main dt {
    padding-bottom: 8px;
    font-size: 16px;
  }

  main dl + dl {
    padding-top: 20px;
  }

  main dd {
    line-height: 1.7;
    font-size: 14px;
  }

  main .sectionTitle01 {
    margin: 0 0 20px 20px;
    padding: 0 0 3px 8px;
    font-size: 18px;
  }

  main .sectionTitle02 {
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 18px;
  }

  main .sectionTitle02:before {
    width: 30px;
  }

  main .sectionTitle03 {
    margin-bottom: 30px;
    padding: 5px 8px;
    font-size: 18px;
  }

  main .commonTextArea01 img {
    margin: 0 1em 1em 0;
    width: 40%;
  }

  main .commonTextArea01 img.right {
    margin: 0 0 1em 1em;
  }

  main .commonTextArea02 p + p,
  main .commonTextArea02 .image + p,
  main .commonTextArea02  p + .image {
    padding-top: 1em;
  }

  main .commonTextArea02 p,
  main .commonTextArea02 p span {
    font-size: 14px;
  }

  main .otherScenes {
    padding: 80px 0 60px;
  }

  main .otherScenes li {
    width: 47%;
  }

  .mainVisual {
    margin-bottom: 60px;
  }

  .mainVisual .textArea {
    position: static;
    padding: 20px 3%;
    width: auto;
    transform: none;
  }

  .mainVisual h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .mainVisual h1 img {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  .mainVisual h2 {
    font-size: 16px;
  }

  .mainVisual h2 .emphasis {
    font-size: 120%;
  }

  .mainVisual .scenes {
    padding-top: 20px;
  }

  .mainVisual .scenes li {
    font-size: 10px;
  }

  .mainVisual .scenes li:after {
    right: 4em;
    width: 2em;
  }

  .mainVisual .scenes .more {
    top: 50%;
    transform: translateY(-50%);
  }

  .mainVisual .image {
    margin: auto;
    width: auto;
  }

  .sections:not(:last-of-type) {
    padding-bottom: 80px;
  }

  .scene01 .section01 dl {
    padding-bottom: 30px;
  }

  .scene01 .section01 dd {
    line-height: 1.7;
    font-size: 13px;
  }

  .scene01 .section01 .image01 {
    padding-bottom: 20px;
  }

  .scene01 .section02 dd {
    padding-left: 6.5em;
  }

  .scene01 .section02 dd .date {
    line-height: 1.7;
    font-size: 14px;
  }

  .scene01 .section03 .cases {
    padding-top: 20px;
  }

  .scene01 .section03 .cases li:not(:last-child) {
    padding-bottom: 20px;
  }

  .scene01 .section03 .cases dt .caseNumber {
    margin-bottom: 5px;
    padding: 3px 8px 2px;
    font-size: 16px;
  }

  .scene02 .sections .image {
    width: 80%;
    margin: auto;
  }

  .scene02 .intro {
    padding-bottom: 60px;
  }

  .scene02 .intro figure {
    float: none;
    clear: both;
    margin: auto;
    padding-bottom: 20px;
    width: auto;
  }

  .scene02 .intro figcaption {
    font-size: 12px;
  }

  .scene02 .intro p {
    float: none;
    clear: both;
    width: auto;
    line-height: 1.7;
    font-size: 16px;
  }

  .scene03 .intro {
    padding-bottom: 60px;
  }

  .scene03 .intro .awards li:not(:last-child) {
    padding-bottom: 20px;
  }

  .scene03 .section01 .image {
    float: none;
    clear: both;
    padding-bottom: 20px;
    width: auto;
  }

  .scene03 .section01 .text {
    float: none;
    clear: both;
    width: auto;
    line-height: 1.7;
    font-size: 14px;
  }

  .scene03 .section02 .image {
    padding-bottom: 40px;
  }

  .scene03 .section02 dl:not(:last-of-type) {
    padding-bottom: 30px;
  }

  .scene03 .section02 dt {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .scene03 .section02 dd {
    font-size: 13px;
  }

  .scene03 .section02 dl:last-of-type .images {
    padding-top: 15px;
  }
}





@media (min-width:641px){
  .sp {display: none !important;}
}

#header .centerLogo {
  margin: auto;
  padding-top: 18px;
  width: 165px;
}

#header .centerLogo img {
  max-width: 100%;
  height: auto;
}

@media (max-width:640px) {
  #header .centerLogo {
    padding-top: 0;
    width: 40%;
  }
}


.siteFooter #j-koho-footer .footer-main .footer-logo img.fudousan {width: 280px;}

@media (max-width:640px) {
  #j-koho-footer .footer-main .link-list .item.last-row {display: none !important;}
}


.siteFooter .pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}

.siteFooter .pageTop a {
  display: block;
  padding: 0;
  width: 90px;
  height: 90px;
  text-indent: -10000px;
  line-height: 0;
  font-size: 0;
  background: url(/saikaihatsu/img/lp/shinagawa/icon-pagetop.svg) no-repeat center center;
  background-size: 100% 100%;
}



@media (max-width:640px) {
  .siteFooter .pageTop {
    bottom: 40px;
    right: 10px;
  }

  .siteFooter .pageTop a {
    width: 45px;
    height: 45px;
  }

  .footer_common_asahigroup .siteFooter_bottom #ftNav li a {
    padding: 10px 0 10px 10px;
    display: block;
    background-image: url(/saikaihatsu/img/lp/shinagawa/a-target_blank01.png);
    background-size: 7.5%;
    background-repeat: no-repeat;
    background-position: calc(100% - 7%) center;
    text-align: left;
  }

  #j-koho-footer.footer-area {
    background: #30302e !important;
  }

  #j-koho-footer .footer-main {
    background: #111111;
  }
}
