@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
fix
----------------------------------------------------*/
#footer {
  margin-top: 0px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #footer {
    margin-top: 0px;
  }
}

/*----------------------------------------------------
main
----------------------------------------------------*/
main {
  margin-top: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main {
    margin-top: 60px;
  }
}

/*----------------------------------------------------
pageHead
----------------------------------------------------*/
#pageHead {
  padding-bottom: 30px;
  text-align: left;
  /* 751- */
}
#pageHead .catch {
  font-size: 19px;
  line-height: 1.7368;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  #pageHead {
    padding-bottom: 70px;
    text-align: center;
  }
  #pageHead .catch {
    font-size: 26px;
    line-height: 1.769;
  }
}

#pageHeadImage {
  margin-top: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageHeadImage {
    margin-top: 10px;
  }
}

#pageHeadText {
  margin-top: 1.8em;
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageHeadText {
    margin-top: 2em;
    font-size: 16px;
    line-height: 2.1875;
  }
}

/*----------------------------------------------------
anchor
----------------------------------------------------*/
#anchor {
  position: relative;
  padding: 20px 0 60px;
  /* 751- */
  /* 1017- */
}
#anchor li {
  margin-top: 12px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #FF6666;
}
#anchor li:nth-child(2) {
  border-color: #F689CE;
}
#anchor li:nth-child(3) {
  border-color: #A781BD;
}
#anchor li:nth-child(4) {
  border-color: #6290E2;
}
#anchor li:nth-child(5) {
  border-color: #33AEB7;
}
#anchor li:nth-child(6) {
  border-color: #4DBF6E;
}
#anchor li:nth-child(7) {
  border-color: #DFB646;
}
#anchor li a {
  position: relative;
  display: block;
  padding: 15px 50px 15px 20px;
  height: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#anchor li a:hover {
  text-decoration: none;
}
#anchor li a::before, #anchor li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
#anchor li a::before {
  border-radius: 100vh;
  background: #000000;
}
#anchor li a::after {
  background: url(../images/arrow_white.svg) no-repeat center center;
  background-size: 7px auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#anchor li .icon {
  width: 35px;
  margin-right: 15px;
}
#anchor li h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}
#anchor li .en {
  display: block;
  margin-top: 0.5em;
  font-size: 8px;
  line-height: 1.4;
  text-align: left;
}
@media all and (min-width: 751px) {
  #anchor {
    padding: 50px 0 120px;
  }
  #anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #anchor li {
    margin-top: 20px;
    width: 31.739%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #anchor li:nth-child(1), #anchor li:nth-child(2), #anchor li:nth-child(3) {
    margin-top: 0;
  }
  #anchor li a {
    height: 100px;
    padding: 15px 20px 15px 20px;
  }
  #anchor li a::before, #anchor li a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 5px;
  }
  #anchor li a:hover::before, #anchor li a:hover::after {
    margin-top: -2px;
  }
  #anchor li h2 {
    font-size: 14px;
  }
  #anchor li .icon {
    width: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #anchor li a:hover .icon {
    -webkit-transform: scale(1.14, 1.14);
            transform: scale(1.14, 1.14);
  }
}
@media all and (min-width: 1017px) {
  #anchor li a {
    padding: 15px 50px 15px 20px;
  }
  #anchor li a::before, #anchor li a::after {
    right: 20px;
  }
  #anchor li h2 {
    font-size: 16px;
  }
  #anchor li .en {
    margin-top: 0.8em;
    font-size: 10px;
  }
  #anchor li .icon {
    width: 50px;
  }
}

/*----------------------------------------------------
section
----------------------------------------------------*/
main .section {
  position: relative;
  padding: 60px 0 65px;
  /* 751- */
  /* 751- */
}
main .section::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/color_line_sp.png) no-repeat center top;
  background-size: 100% 100%;
}
@media all and (min-width: 751px) {
  main .section::before {
    height: 2px;
    background-image: url(../images/color_line_pc.png);
  }
}
main .section .image {
  margin-top: 40px;
}
main .section .text {
  margin-top: 2em;
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
}
main .section .business {
  margin-top: 25px;
}
main .section .business .icon {
  margin: 0 auto;
  width: 50px;
}
main .section .business h3 {
  margin: 0.8em auto 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
main .section .business ul {
  margin-top: 1em;
  display: inline-block;
  text-align: left;
}
main .section .business ul li {
  font-size: 12px;
  line-height: 2.08em;
}
main .section .business ul li:before {
  content: "・";
}
main .section .business ul li span {
  display: block;
  padding-left: 1em;
}
main .section .business .column {
  margin-top: 15px;
  text-align: left;
  font-size: 12px;
  line-height: 2.2;
}
main .section .business .column h4 {
  font-weight: normal;
  margin: 0.6em 0 0.2em;
}
main .section .business .column ul {
  margin-top: 0;
}
main .section .suited {
  margin: 25px auto 0;
  max-width: 570px;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .section .suited h3 {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  padding: 0 40px;
  background: url(../images/col_title_right.png) no-repeat right top;
  background-size: 17px 17px;
}
main .section .suited h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/col_title_left.png) no-repeat left top;
  background-size: 100% 100%;
}
main .section .suited ul {
  text-align: left;
}
main .section .suited ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.78;
  font-weight: 500;
  min-height: 22px;
  margin-top: 10px;
  padding: 0.5em 0 0 30px;
}
main .section .suited ul li .num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 19px;
}
main .section .readMore {
  display: none;
}
@media all and (min-width: 751px) {
  main .section {
    padding-top: 120px;
    padding-bottom: 140px;
  }
  main .section .text {
    font-size: 16px;
    line-height: 2.1875;
  }
  main .section .business {
    margin-top: 35px;
  }
  main .section .business .icon {
    width: 100px;
  }
  main .section .business h3 {
    margin-top: 0.8em;
    font-size: 20px;
  }
  main .section .business ul {
    margin-top: 0.8em;
  }
  main .section .business ul li {
    font-size: 16px;
    line-height: 2.1875;
  }
  main .section .business .column {
    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;
    font-size: 13px;
    line-height: 1.6923;
  }
  main .section .business .column .wrap:first-child {
    margin-right: 10px;
  }
  main .section .business .column h4 {
    font-size: 16px;
  }
  main .section .suited {
    margin-top: 50px;
    padding: 35px 40px 45px;
  }
  main .section .suited h3 {
    line-height: 20px;
    background-size: 20px 20px;
    padding: 0 45px;
  }
  main .section .suited h3::before {
    width: 20px;
    height: 20px;
  }
  main .section .suited ul {
    padding-top: 5px;
  }
  main .section .suited ul li {
    font-size: 13px;
    margin-top: 10px;
  }
  main .section .suited ul li .num {
    font-size: 20px;
  }
  main .section .readMore {
    display: block;
    margin-top: 20px;
    margin-right: calc(50% - 200px);
  }
}

main .section#construction .business h3 {
  color: #FF6666;
}
main .section#construction .suited {
  background: #FFEFEF;
}

main .section#planning .business h3 {
  color: #F689CE;
}
main .section#planning .suited {
  background: #FEF3FA;
}

main .section#brokerage .business h3 {
  color: #A781BD;
}
main .section#brokerage .suited {
  background: #FEF3FA;
}

main .section#residential .business h3 {
  color: #6290E2;
}
main .section#residential .suited {
  background: #EFF4FC;
}

main .section#renovation .business h3 {
  color: #33AEB7;
}
main .section#renovation .suited {
  background: #EFF4FC;
}

main .section#rental .business h3 {
  color: #4DBF6E;
}
main .section#rental .suited {
  background: #EDF9F0;
}

main .section#general .business h3 {
  color: #DFB646;
}
main .section#general .suited {
  background: #FCF8EC;
}

/*----------------------------------------------------
interview
----------------------------------------------------*/
main .interview {
  margin-top: 30px;
  /* 751- */
}
main .interview .wrap {
  margin-top: 25px;
}
main .interview a {
  display: block;
}
main .interview .swiper-slide {
  max-width: 340px;
  position: relative;
  margin: 0 auto;
  padding: 40px 0 0 45px;
  overflow: visible;
}
main .interview .swiper-slide img {
  height: auto;
  width: 100%;
  padding-bottom: 5px;
}
main .interview .number {
  position: absolute;
  top: 0;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 100vh;
  border: solid 1px #2D2D2D;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  letter-spacing: 0;
  background: #FFFFFF;
  z-index: 2;
}
main .interview picture {
  z-index: 1;
}
main .interview .info {
  position: absolute;
  top: 60px;
  left: 5px;
  width: 30px;
}
main .interview .text {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 72%;
  font-size: 12px;
  line-height: 1.66;
  text-align: left;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .interview .text span {
  display: block;
  position: relative;
  background: #FFFFFF;
  padding: 1.5em;
  z-index: 2;
}
main .interview .text::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -5px;
  right: -5px;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background: url(../images/top/interview_text_bg.png) no-repeat right bottom;
  background-size: 100% 100%;
  z-index: 1;
}
@media all and (min-width: 751px) {
  main .interview {
    margin-top: 70px;
  }
  main .interview .wrap {
    margin-top: 0;
  }
  main .interview .info {
    top: 70px;
    width: 30px;
  }
  main .interview .text {
    width: 80%;
    font-size: 16px;
    line-height: 1.75;
  }
  main .interview .text span {
    padding: 0.7em 0.5em 0.7em 0.7em;
  }
  main .interview a .number,
  main .interview a .text {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  main .interview a:hover .text {
    margin-bottom: 20px;
  }
  main .interview a:hover .number {
    color: #FFFFFF;
    background: #2D2D2D;
  }
}