/***********************************************
              共通レイアウト
***********************************************/
/* 画像 */
@media print, screen and (max-width: 1023px) {
.spImg {
  display: block;
  }
.pcImg {
  display: none !important;
  }
}

@media print, screen and (min-width: 1024px) {
.spImg {
    display: none !important;
  }
.pcImg {
    display: block;
  }
}

/* マーカー */
.text_underline_red {
  background:linear-gradient(transparent 80%, rgba(225, 50, 60,.5) 80%);
}

.text_underline_yellow {
  background:linear-gradient(transparent 80%, rgba(250, 190, 0, .5) 80%);
}

.text_bold {
font-weight: 600;
}

.text_block {
display: block;
}

@media print, screen and (max-width: 1023px) {
.text_block {
  display: inline;
  }
}

html {
  scroll-behavior: smooth;
}

html { 
  scroll-behavior: smooth;
  scroll-padding-top: 120px;

}

@media print, screen and (max-width: 1023px) {
  html {
    scroll-padding-top: 128px;
  }
}

@media print, screen and (max-width: 480px) {
  html {
    scroll-padding-top: 68px;
  }
}

/***********************************************
              PCレイアウト
***********************************************/

/**** 見出し ****/
#header_section {
    padding-top: 48px;
    margin-bottom: 56px;
}

@media print, screen and (max-width: 1023px) {
  #header_section {
    padding-top: 42px;
    margin-bottom: 40px;
  }
}

#header_section h1.top {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  padding-bottom: 48px;
}

@media print, screen and (max-width: 1023px) {
  #header_section h1.top {
    font-size: 26px;
    line-height: 39px;
    padding-bottom: 32px;
    }
}

@media print, screen and (min-width: 1024px) {
  #header_section h1.top::before,
  #header_section h1.top::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #191919;
    vertical-align: middle;
  }

  #header_section h1.top::before {
    margin-right: 20px;
  }

  #header_section h1.top::after {
    margin-left: 20px;
  }
}

.header_section_text_top {
  font-family: Hiragino Kaku Gothic Pro;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 48px;
  width: 1024px;
  margin: 0 auto;
}

@media print, screen and (max-width: 1023px) {
  .header_section_text_top {
    width: 93.1%;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 28px;
    text-align: left;
  }
}

/**** アバウトコンテント ****/
.aboutContent {
  display: flex;
  margin-bottom: 64px;
}

@media print, screen and (max-width: 1023px) {
  .aboutContent {
    display: block; 
    margin-bottom: 48px; 
  }
}

.aboutContentImg {
  width: 44%;
  margin-top: 8px;
}

@media print, screen and (max-width: 1023px) {
  .aboutContentImg {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.aboutContentImg img {
  width: 100%;
}

.aboutContentText {
  width: 51%;
  margin-left: 5%;
}

@media print, screen and (max-width: 1023px) {
  .aboutContentText {
    width: 100%;
    margin-left: 0;
  }
}

.aboutContentText p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}

@media print, screen and (max-width: 1023px) {
  .aboutContentText p {
    font-size: 17px;
  }  
}

.aboutContentText p:last-of-type {
  margin-bottom: 0;
}

/**** アバウトヘッドライン ****/
 .aboutHeadline {
  background: #F5F5F5;
  text-align: center;
  padding: 26px 40px 32px;
  margin-bottom: 56px;
}

@media print, screen and (max-width: 1023px) {
  .aboutHeadline {
    padding: 24px;
    margin-bottom: 44px;
  }
}

.aboutHeadlineTitle {
  font-weight: 600;
  font-size: 36px;
  line-height: 58px;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 1023px) {
  .aboutHeadlineTitle {
    font-size: 23px;
    line-height: 30px;
  }
}

.aboutHeadlineTitle span {
  color: red;
}

@media print, screen and (max-width: 1023px) {
  .aboutHeadlineTitle span {
    display: block;
  }
}

.aboutHeadlineText {
  font-size: 20px;
  line-height: 32px;
  padding: 0 88px;
}

@media print, screen and (max-width: 1023px) {
  .aboutHeadlineText {
    font-size: 17px;
    line-height: 28px;
    padding: 0;
    text-align: left;
  }
}

/**** 中古リノベーションとは・ワンストップとは ****/
.aboutDetailTitle {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 51px;
  border-top: 4px solid #E7E7E7;
  border-bottom: 4px solid #E7E7E7;
  padding: 8px 0;
}

@media print, screen and (max-width: 1023px) {
  .aboutDetailTitle {
    font-size: 23px;
    line-height: 34px;
    border-top: 3px solid #E7E7E7;
    border-bottom: 3px solid #E7E7E7;
  }
}

.aboutSectionTitle {
  color: #6091D3;
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 37px;
  padding-left: 12px;
  margin-bottom: 16px;
  border-left: 6px solid #6091D3;
}

@media print, screen and (max-width: 1023px) {
  .aboutSectionTitle {
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
  }
}

@media print, screen and (max-width: 1023px) {
  .aboutSectionTitleText {
    margin-bottom: 20px;
  }
}

.aboutRenovationTitle {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 1023px) {
  .aboutRenovationTitle {
    margin-bottom: 28px;
  }
}

.aboutRenovationContent {
  display: flex;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 1023px) {
  .aboutRenovationContent {
    display: block;
    margin-bottom: 32px;
  }
}

.aboutRenovationContent:last-of-type {
  margin-bottom: 56px;
}

@media print, screen and (max-width: 1023px) {
  .aboutRenovationContent:last-of-type {
    margin-bottom: 44px;
  }
}

.aboutRenovationContentText {
  width: 47%;
}

@media print, screen and (max-width: 1023px) {
  .aboutRenovationContentText {
    width: 100%;
    margin-bottom: 20px;
  }
}

.aboutRenovationContentText p {
  font-size: 20px;
  line-height: 32px;
}

@media print, screen and (max-width: 1023px) {
  .aboutRenovationContentText p {
    font-size: 17px;
    line-height: 27px;
  }
}

.aboutRenovationContentText p:first-of-type {
  margin-bottom: 16px;
}

@media print, screen and (max-width: 1023px) {
  .aboutRenovationContentText p:first-of-type {
    margin-bottom: 12px;
  }
}

.aboutRenovationImg {
  width: 48%;
  margin-left: 5%;
}

@media print, screen and (max-width: 1023px) {
  .aboutRenovationImg {
    width: 100%;
    margin-left: 0;
  }
}

.aboutRenovationImg img {
  width: 100%;
}

@media print, screen and (max-width: 1023px) {
  .aboutRenovationImg img {
    width: 100%;
  }
}

.aboutOneStopTitle {
  margin-bottom: 32px;
}

@media print, screen and (max-width: 1023px) {
  .aboutOneStopTitle {
    margin-bottom: 28px;
  }
}

.aboutOneStopMainContent {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 1023px) {
  .aboutOneStopMainContent {
    text-align: left;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 32px;
  }
}

.aboutOneStopMaincontentText {
  margin-bottom: 24px;
}

@media print, screen and (max-width: 1023px) {
  .aboutOneStopMaincontentText {
    margin-bottom: 20px;
  }
}

.aboutOneStopMaincontentImg {
  width: 100%;
}

.aboutOneStopMaincontentImg img {
  width: 100%;
}

.aboutOneStopContent {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
}

@media print, screen and (max-width: 1023px) {
  .aboutOneStopContent {
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 27px;
  }
}

.aboutOneStopContent:nth-last-of-type(2) {
  margin-bottom: 56px;
}

@media print, screen and (max-width: 1023px) {
  .aboutOneStopContent:nth-last-of-type(2) {
    margin-bottom: 48px;
  }
}

.aboutOneStopFirstContent {
  display: flex;
  margin-bottom: 16px;
}

@media print, screen and (max-width: 1023px) {
  .aboutOneStopFirstContent {
    display: block;
    margin-bottom: 0;
  }
}

.aboutOneStopContentText  {
 margin-bottom: 28px;
 width: 100%;
}

@media print, screen and (max-width: 1023px) {
  .aboutOneStopContentText  {
    margin-bottom: 20px;
  }
}

.aboutOneStopContentImg {
  width: 100%;
}

.aboutOneStopContentImg img {
  width: 100%;
}

.aboutOneStopFirstContentText {
  width: 51%;
}

@media print, screen and (max-width: 1023px) {
  .aboutOneStopFirstContentText {
    width: 100%;
  }
}

.aboutOneStopFirstContentImg {
  width: 44%;
  margin-left: 5%;
}

@media print, screen and (max-width: 1023px) {
  .aboutOneStopFirstContentImg {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
  }
}

.aboutOneStopFirstContentImg img {
  width: 100%;
}

.aboutLastText {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 64px;
}

@media print, screen and (max-width: 1023px) {
  .aboutLastText {
    font-size: 17px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 48px;
    padding: 24px;
    background: #F5F5F5;
  }
}


/**** リノベ不動産が選ばれる4つのサービスについて見る ****/
  .service-link {
    display: flex;
    justify-content: center;
  }
  
  .service-link a {
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    color: #191919;
    border: 2px solid #191919;
    display: block;
    padding: 22px 40px;
    margin-bottom: 112px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
  }

  @media print, screen and (max-width: 1023px) {
    .service-link a {
      padding: 12px 26px;
      line-height: 22px;
      margin-bottom: 68px;
    }
  }

  .service-link a:hover {
    opacity: 0.6;
  }
