@charset "UTF-8";
/****************************************************
 * Stylesheet ページ：Service
 ****************************************************/
.sec_service_content {
  margin-bottom: 27rem;
}
@media only screen and (max-width: 780px) {
  .sec_service_content {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 901px) {
  .sec_service_content .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.sec_service_content h2 {
  font-size: 1.9rem;
}
@media only screen and (min-width: 901px) {
  .sec_service_content h2 {
    width: 40rem;
  }
}
@media only screen and (max-width: 900px) {
  .sec_service_content h2 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 901px) {
  .sec_service_content .text {
    width: calc(100% - 46rem);
    max-width: 55rem;
  }
}
.sec_service_content .text p {
  font-size: 1.4rem;
  line-height: 2.14;
}
.sec_service_content .text p + p {
  margin-top: 2em;
}

.sec_renovation {
  margin-bottom: 27rem;
}
@media only screen and (max-width: 780px) {
  .sec_renovation {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 901px) {
  .sec_renovation .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 901px) {
  .sec_renovation .midashi02 {
    width: 20rem;
  }
}
@media only screen and (max-width: 900px) {
  .sec_renovation .midashi02 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 901px) {
  .sec_renovation ul {
    width: calc(100% - 20rem);
    max-width: 64.8rem;
  }
}
.sec_renovation ul li {
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .sec_renovation ul li {
    margin-bottom: 4rem;
  }
}
.sec_renovation ul li:last-child {
  margin-bottom: 0;
}
.sec_renovation ul li .img {
  margin-bottom: 2.8rem;
}
.sec_renovation ul li .text {
  position: relative;
}
.sec_renovation ul li .text h3 {
  margin-bottom: 1em;
}
.sec_renovation ul li .text p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec_renovation ul li .text a {
  font-family: "HelveticaNowText-Regular", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.sec_renovation ul li .text a b, .sec_renovation ul li .text a strong {
  font-family: "HelveticaNowText-Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.sec_renovation ul li .text a {
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 781px) {
  .sec_renovation ul li .text a:after {
    width: 0;
    height: 1px;
    content: "";
    background-color: #000000;
    position: absolute;
    top: 105%;
    left: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .sec_renovation ul li .text a:hover:after {
    width: 100%;
  }
}

.sec_others {
  margin-bottom: 27rem;
}
@media only screen and (max-width: 780px) {
  .sec_others {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 781px) {
  .sec_others ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .sec_others ul li {
    width: 47.5%;
    margin: 0 5% 6rem 0;
  }
  .sec_others ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .sec_others ul li {
    margin-bottom: 5rem;
  }
  .sec_others ul li:last-child {
    margin-bottom: 0;
  }
}
.sec_others ul li .img {
  margin-bottom: 2.8rem;
}
.sec_others ul li .text {
  position: relative;
}
.sec_others ul li .text h3 {
  margin-bottom: 1em;
}
.sec_others ul li .text p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec_others ul li .text a {
  font-family: "HelveticaNowText-Regular", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.sec_others ul li .text a b, .sec_others ul li .text a strong {
  font-family: "HelveticaNowText-Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.sec_others ul li .text a {
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 781px) {
  .sec_others ul li .text a:after {
    width: 0;
    height: 1px;
    content: "";
    background-color: #000000;
    position: absolute;
    top: 105%;
    left: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .sec_others ul li .text a:hover:after {
    width: 100%;
  }
}
