/* Scss Document */
/* Scss Document */
/*$c_base: #FFF33F;*/
/*$c_white: #FFF;*/
/*$c_main_30: rgba(0,169,95,.3);*/
#brokers .black_area {
  padding: 70px 0;
  background: #000;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
#brokers .black_area_text {
  color: #FFF;
  font-size: 3rem;
}
#brokers .black_area_strong {
  color: #FF3F00;
  font-size: 4rem;
}
#brokers .intro {
  padding: 165px;
  background: url(../images/purchase/bg_intro.jpg) no-repeat center center;
  background-size: cover;
}
#brokers .intro_block {
  margin: 0 auto;
  padding: 6em 2em;
  width: 800px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#brokers .intro_text {
  margin-bottom: 1em;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
}
#brokers .intro_strong {
  color: #D83921;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5;
}
#brokers .area_block {
  margin: 120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#brokers .area_text {
  width: 520px;
  font-size: 2rem;
  line-height: 2;
}
#brokers .area_text h2 {
  margin-bottom: 0.5em;
  font-size: 3rem;
}
#brokers .area_text figure {
  margin-top: 5em;
}
#brokers .area_strong {
  width: 550px;
}
#brokers .feature_block {
  margin: 0 auto 120px;
  padding: 120px 0;
  background: #E6E6E6;
}
#brokers .feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#brokers .feature_list li {
  padding: 20px 40px;
  border-radius: 175px;
  width: 350px;
  height: 350px;
  border: solid 15px #EB9C8F;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2;
}
#brokers .feature_list li h3 {
  padding-bottom: 0.5em;
  border-bottom: solid 1px #D83921;
  color: #D83921;
  font-size: 3.4rem;
}
#brokers .recruit_block {
  font-size: 2rem;
  line-height: 2;
}
#brokers .recruit_block h3 {
  color: #D83921;
  margin-bottom: 1.5em;
  font-size: 3.5rem;
}
#brokers .recruit_block h4 {
  color: #D83921;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  line-height: 1.3;
}
#brokers .recruit_col01, #brokers .recruit_col02 {
  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;
}
#brokers .recruit_col01 {
  margin-bottom: 4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#brokers .recruit_col01 .recruit_text {
  width: 380px;
}
#brokers .recruit_col01 .recruit_img {
  width: 700px;
}
#brokers .recruit_col02 .recruit_text {
  width: 406px;
}
#brokers .recruit_col02 .recruit_img {
  width: 700px;
}
#brokers h3 {
  margin: 40px 0 30px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#brokers .searching_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#brokers .searching_list_item {
  position: relative;
  width: 560px;
  margin-top: 20px;
}
#brokers .searching_list_item:nth-child(-n+2) {
  margin-top: 0;
}
#brokers .searching_list_item figure {
  text-align: center;
}
#brokers .searching_list_item figure figcaption {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
}
#brokers .searching_list_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  background: #D83921;
  padding: 0.5em 0;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
}

.contact_area {
  padding-top: 0;
}
.contact_area_text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.contact_area .tel {
  margin: 30px 0;
  color: #D83921;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}
.contact_area .btn_contact {
  margin: 10px 0 60px;
  text-align: center;
}
.contact_area .btn_contact a {
  display: inline-block;
  width: 500px;
  padding: 13px 0;
  background: url(../images/common/btn_arrow_white.png) right 24px top 50% no-repeat, #000;
  /*border: #FFF 2px solid;*/
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.contact_area .btn_contact a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_area .btn_project a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  margin: 0 auto;
  padding: 10px;
  background: url(../images/common/btn_arrow_white.png) right 24px top 50% no-repeat, #D83921;
}
.contact_area .btn_project a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_area .btn_project_img {
  width: 250px;
}
.contact_area .btn_project_text {
  width: 495px;
  color: #FFF;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #brokers .black_area {
    padding: 10vw 0;
    line-height: 1.6;
  }
  #brokers .black_area_text {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  #brokers .black_area_strong {
    font-size: 6.6666666667vw;
    line-height: 1.2;
  }
  #brokers .intro {
    padding: 6.6666666667vw 0;
    background: url(../images/purchase/bg_intro.jpg) no-repeat center center;
    background-size: cover;
  }
  #brokers .intro_block {
    padding: 4em;
    width: 90%;
  }
  #brokers .intro_text {
    font-size: 4.1666666667vw;
  }
  #brokers .intro_strong {
    font-size: 5.3333333333vw;
  }
  #brokers .area_block {
    margin: 10vw auto 0;
    display: block;
  }
  #brokers .area_text {
    width: 100%;
    font-size: 3.3333333333vw;
  }
  #brokers .area_text h2 {
    font-size: 5vw;
  }
  #brokers .area_img {
    margin: 3em auto;
    width: 70%;
  }
  #brokers .area_strong {
    width: 100%;
  }
  #brokers .feature_block {
    margin: 10vw auto;
    padding: 10vw 0;
    background: #E6E6E6;
  }
  #brokers .feature_list {
    display: block;
  }
  #brokers .feature_list li {
    margin: 1em auto 0;
    padding: 0 5vw 5vw;
    border-radius: 5vw;
    border: solid 2vw #EB9C8F;
    width: auto;
    height: auto;
    font-size: 3.3333333333vw;
  }
  #brokers .feature_list li h3 {
    font-size: 5vw;
  }
  #brokers .recruit_block {
    font-size: 3.3333333333vw;
  }
  #brokers .recruit_block h3 {
    margin-bottom: 1.5em;
    font-size: 5.8333333333vw;
  }
  #brokers .recruit_block h4 {
    font-size: 4.6666666667vw;
  }
  #brokers .recruit_col01, #brokers .recruit_col02 {
    display: block;
  }
  #brokers .recruit_col01 .recruit_text, #brokers .recruit_col02 .recruit_text {
    margin-bottom: 1em;
    width: 100%;
  }
  #brokers .recruit_col01 .recruit_img, #brokers .recruit_col02 .recruit_img {
    width: 100%;
  }
  #brokers .recruit_col01 {
    margin-bottom: 3em;
  }
  #brokers h3 {
    margin: 5vw 0 3.3333333333vw;
    font-size: 5vw;
    letter-spacing: -0.01em;
  }
  #brokers .searching_list_item {
    width: 45vw;
    margin-top: 3.3333333333vw;
  }
  #brokers .searching_list_item figure figcaption {
    font-size: 3.3333333333vw;
    line-height: 1.3;
  }
  #brokers .searching_list_ttl {
    width: 25vw;
    font-size: 1.5vw;
  }
  .contact_area_text {
    font-size: 3.3333333333vw;
    letter-spacing: -0.01em;
  }
  .contact_area .tel {
    margin: 3.3333333333vw 0 5vw;
    font-size: 8.3333333333vw;
  }
  .contact_area .btn_contact {
    margin: 1.6666666667vw 0;
  }
  .contact_area .btn_contact a {
    width: 100%;
    padding: 3.3333333333vw 0;
    background: url(../images/common/btn_arrow_white.png) right 3.3333333333vw top 50% no-repeat, #000;
    background-size: 1.5vw;
    font-size: 4vw;
  }
  .contact_area .btn_project a {
    width: 100%;
    padding: 1.6666666667vw;
    background: url(../images/common/btn_arrow_white.png) right 3.3333333333vw top 50% no-repeat, #D83921;
    background-size: 1.5vw;
  }
  .contact_area .btn_project_img {
    width: 29.1666666667vw;
  }
  .contact_area .btn_project_text {
    width: 58.3333333333vw;
    font-size: 4vw;
  }
}