/* common ------------------------------------*/
body {
  background-color: #b5c9c6;
}

.contents {
  margin-bottom: 0;
  padding: 0 100px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .contents {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 0 20px;
  }
}

/* HTD Style ---------------------------------*/
.htd {
  margin-top: 80px;
  margin-bottom: -5vw;
  padding: 0 50px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .htd {
    margin-bottom: -15vw;
  }
}

@media screen and (max-width: 768px) {
  .htd {
    margin-top: 60px;
    margin-bottom: -15vw;
    padding: 0;
  }
}

@media screen and (max-width: 576px) {
  .htd {
    margin-bottom: -25vw;
  }
}

.htd__catch {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  top: -10vw;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .htd__catch {
    top: -15vw;
  }
}

@media screen and (max-width: 768px) {
  .htd__catch {
    max-width: calc(100% - 40px);
    top: -15vw;
  }
}

@media screen and (max-width: 576px) {
  .htd__catch {
    top: -18vw;
  }
}

@media screen and (max-width: 400px) {
  .htd__catch {
    top: -22vw;
  }
}

.htd__image {
  width: 100%;
  min-height: 240px;
  margin-bottom: 80px;
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 0;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media screen and (max-width: 768px) {
  .htd__image {
    margin-bottom: 60px;
    grid-gap: 10px;
  }
}

.htd__image div {
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .htd__image div:first-child {
    border-radius: 0 10px 10px 0;
  }
  .htd__image div:last-child {
    border-radius: 10px 0 0 10px;
  }
}

.htd__image div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.htd-intro {
  max-width: 1200px;
  margin: 60px auto 120px auto;
}

@media screen and (max-width: 768px) {
  .htd-intro {
    margin: 60px 0 80px 0;
  }
}

.htd-intro .catch {
  margin-bottom: 40px;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.4;
  color: black;
}

.htd-intro .catch span {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .htd-intro .catch {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 992px) {
  .htd-intro .catch {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .htd-intro .catch {
    margin-bottom: 30px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 576px) {
  .htd-intro .catch {
    font-size: 3rem;
  }
}

@media screen and (max-width: 400px) {
  .htd-intro .catch {
    font-size: 2.8rem;
  }
}

.htd-intro .text {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .htd-intro .text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 576px) {
  .htd-intro .text br {
    display: none;
  }
}

.htd-intro-concept {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}

.htd-intro-concept .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .htd-intro-concept {
    margin-top: 60px;
  }
  .htd-intro-concept .pc {
    display: none;
  }
  .htd-intro-concept .sp {
    display: block;
  }
}

.htd-service {
  max-width: 1600px;
  margin: 140px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .htd-service {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .htd-service {
    margin: 80px 0;
  }
}

.htd-service:before {
  content: "";
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 1px;
  margin-bottom: 60px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .htd-service:before {
    margin-bottom: 40px;
  }
}

.htd-service__title {
  font-size: 5rem;
  line-height: 1.4;
  color: black;
}

@media screen and (max-width: 992px) {
  .htd-service__title {
    margin-bottom: 20px;
    font-size: 3.6rem;
  }
}

.htd-service-ui li {
  margin: 5px 0;
  margin-right: 20px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .htd-service-ui li {
    margin-right: 10px;
  }
}

.htd-service-ui li a {
  width: 160px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  font-size: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

@media screen and (max-width: 768px) {
  .htd-service-ui li a {
    width: auto;
    height: 32px;
    padding: 0 15px;
    border-radius: 16px;
    font-size: 1.3rem;
  }
  .htd-service-ui li a span {
    display: none;
  }
}

.htd-service-ui li a.current, .htd-service-ui li a:hover {
  background-color: white;
}

.htd-service-ui li:last-child {
  margin-right: 0;
}

.htd-service-list {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 50px;
          column-gap: 50px;
  row-gap: 100px;
}

@media screen and (max-width: 992px) {
  .htd-service-list {
    margin-top: 40px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .htd-service-list {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 80px;
  }
}

@media screen and (max-width: 576px) {
  .htd-service-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 60px;
  }
}

.htd-service-list .item.service01 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service01.png);
}

.htd-service-list .item.service02 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service02.png);
}

.htd-service-list .item.service03 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service03.png);
}

.htd-service-list .item.service04 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service04.png);
}

.htd-service-list .item.service05 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service05.png);
}

.htd-service-list .item.service06 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service06.png);
}

.htd-service-list .item.service07 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service07.png);
}

.htd-service-list .item.service08 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service08.png);
}

.htd-service-list .item.service09 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service09.png);
}

.htd-service-list .item.service10 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service10.png);
}

.htd-service-list .item.service11 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service11.png);
}

.htd-service-list .item.service12 .title:before {
  background-image: url(../../assets/images/htd_style/icon_service12.png);
}

.htd-service-list .image {
  border-radius: 10px;
  overflow: hidden;
}

.htd-service-list .title {
  margin: 20px 0;
  padding-left: 35px;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.6;
  color: black;
}

.htd-service-list .title:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .htd-service-list .title {
    margin: 10px 0;
    font-size: 2rem;
  }
}

.htd-service-list .text {
  font-size: 1.5rem;
  line-height: 1.8;
}

.htd-service-list .tag {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .htd-service-list .tag {
    margin-top: 20px;
  }
}

.htd-service-list .tag li {
  margin: 5px 0;
  margin-right: 10px;
  padding: 0 20px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  font-size: 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.htd-service-list .tag li:last-child {
  margin-right: 0;
}

.htd-coordinator {
  margin: 140px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .htd-coordinator {
    margin: 80px 0;
  }
}

.htd-coordinator__title {
  margin-bottom: 60px;
  font-size: 5rem;
  line-height: 1.4;
  text-align: center;
  color: black;
}

@media screen and (max-width: 992px) {
  .htd-coordinator__title {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
}

.htd-coordinator-list {
  max-width: 1500px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 50px;
          column-gap: 50px;
  row-gap: 60px;
}

@media screen and (max-width: 1200px) {
  .htd-coordinator-list {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .htd-coordinator-list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .htd-coordinator-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .htd-coordinator-list {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

.htd-coordinator-list .image {
  max-width: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.htd-coordinator-list .title {
  margin: 20px 0;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  color: black;
}

@media screen and (max-width: 768px) {
  .htd-coordinator-list .title {
    margin: 10px 0;
    font-size: 1.8rem;
  }
}

.htd-coordinator-list .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.htd-coordinator-list .tag li {
  height: 20px;
  margin: 3px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .htd-coordinator-list .tag li {
    margin: 2px;
    padding: 0 6px;
  }
}

.htd-coordinator .notice {
  max-width: 1500px;
  margin: 40px auto;
}

.htd-works {
  max-width: calc(100% - 40px);
  margin: 140px auto;
  background-color: #6f8582;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .htd-works {
    max-width: calc(100% - 20px);
    margin: 80px auto;
  }
}

.htd-works__title {
  padding: 0 80px;
  position: relative;
  top: -40px;
  font-size: 5rem;
  line-height: 1.4;
  text-align: center;
  color: white;
}

@media screen and (max-width: 992px) {
  .htd-works__title {
    margin-bottom: 40px;
    top: -20px;
    font-size: 3.6rem;
  }
}

.htd-works__text {
  padding: 0 80px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  color: white;
}

.htd-works-list {
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .htd-works-list {
    width: 100%;
  }
}

.htd-works-list .item {
  width: 100%;
  padding: 100px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px calc(100% - 380px);
      grid-template-columns: 380px calc(100% - 380px);
  position: relative;
}

@media screen and (max-width: 1200px) {
  .htd-works-list .item {
    padding: 80px 0;
    -ms-grid-columns: 300px calc(100% - 300px);
        grid-template-columns: 300px calc(100% - 300px);
  }
}

@media screen and (max-width: 992px) {
  .htd-works-list .item {
    width: 100%;
    padding: 60px 40px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .htd-works-list .item {
    padding: 60px 20px;
  }
}

.htd-works-list .item:before {
  content: "";
  width: calc(100% - 160px);
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 80px;
}

@media screen and (max-width: 1200px) {
  .htd-works-list .item:before {
    width: calc(100% - 80px);
    left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .htd-works-list .item:before {
    width: calc(100% - 40px);
    left: 20px;
  }
}

.htd-works-list .item:first-child:before {
  display: none;
}

.htd-works-list .wrap {
  padding: 0 80px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .htd-works-list .wrap {
    padding: 0 40px;
  }
}

@media screen and (max-width: 992px) {
  .htd-works-list .wrap {
    padding: 0;
  }
}

.htd-works-list .title {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -0.05;
  margin-bottom: 10px;
  font-size: 4rem;
  line-height: 1.4;
  color: white;
}

@media screen and (max-width: 992px) {
  .htd-works-list .title {
    margin-bottom: 0;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 576px) {
  .htd-works-list .title {
    font-size: 2.8rem;
  }
}

.htd-works-list .sub {
  font-size: 1.6rem;
  line-height: 1.8;
  color: white;
}

@media screen and (max-width: 992px) {
  .htd-works-list .sub {
    font-size: 1.4rem;
  }
}

.htd-works-list .more-btn {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .htd-works-list .more-btn {
    margin: 20px 0;
  }
}

.htd-works-list-coordinate, .htd-works-list-renovation, .htd-works-list-porters {
  padding-right: 50px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .htd-works-list-coordinate, .htd-works-list-renovation, .htd-works-list-porters {
    width: 100%;
    padding-right: 0;
    overflow: visible;
  }
}

.htd-footer {
  padding: 60px 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .htd-footer {
    padding: 40px 20px;
  }
}

.htd-footer-main {
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

@media screen and (max-width: 992px) {
  .htd-footer-main {
    display: block;
  }
}

.htd-footer__wrap {
  -ms-flex-preferred-size: calc(50% - 50px);
      flex-basis: calc(50% - 50px);
}

.htd-footer .catch {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.4;
  color: black;
}

@media screen and (max-width: 1200px) {
  .htd-footer .catch {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 992px) {
  .htd-footer .catch {
    text-align: center;
  }
}

.htd-footer .text {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 992px) {
  .htd-footer .text {
    text-align: center;
  }
}

.htd-footer .text span {
  display: inline-block;
}

.htd-footer-btn {
  -ms-flex-preferred-size: calc(50% - 50px);
      flex-basis: calc(50% - 50px);
}

@media screen and (max-width: 992px) {
  .htd-footer-btn {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.htd-footer-btn a {
  height: 100px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid black;
  border-radius: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .htd-footer-btn a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 992px) {
  .htd-footer-btn a {
    height: 60px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 576px) {
  .htd-footer-btn a {
    font-size: 1.4rem;
  }
}

.htd-footer-btn a:before, .htd-footer-btn a:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.htd-footer-btn a:before {
  width: 40px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  top: calc(50% - 10px);
  right: 40px;
}

@media screen and (max-width: 992px) {
  .htd-footer-btn a:before {
    right: 15px;
  }
}

.htd-footer-btn a:after {
  width: 15px;
  height: 6px;
  background-image: url(../../assets/images/common/icn_arrow_r.png);
  top: calc(50% - 3px);
  right: 53px;
  background-size: 100% auto;
}

@media screen and (max-width: 992px) {
  .htd-footer-btn a:after {
    right: 28px;
  }
}

.htd-footer-btn a:hover:before {
  border-color: black;
}
