@charset "UTF-8";
/* =====================
長大のシゴト 建設コンサルタントとは
/about_consultant/
===================== */
.p-consultant img {
  vertical-align: middle;
}

.p-consultant-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vh - 58px);
  margin: 0 0 20px;
}

@media screen and (min-width: 769px) {
  .p-consultant-header {
    height: calc(100vh - 78px);
    margin-bottom: 25px;
  }
}

.p-consultant-header .l-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 40px);
}

@media all and (-ms-high-contrast: none) {
  .p-consultant-header .l-inner {
    margin: 0;
  }
}

.p-consultant-header__icon {
  display: block;
  width: 40px;
  height: 70px;
  background: url(/about_consultant/assets/imgs/icon_question.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: 1em;
  content: "";
}

@media screen and (min-width: 769px) {
  .p-consultant-header__icon {
    width: 92px;
    height: 160px;
  }
}

.p-consultant-header__title {
  font-size: 2rem;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .p-consultant-header__title {
    font-size: 4.8rem;
  }
}

.p-consultant-header__caption {
  display: block;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .p-consultant-header__caption {
    font-size: 3.2rem;
  }
}

.p-consultant-header__scroll {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
}

.p-consultant-header__scroll__btn {
  position: relative;
  display: inline-block;
  border: 1px solid #231815;
  padding: 1em 1.5em;
  font-weight: bold;
  line-height: 1;
}

.p-consultant-header__scroll__btn:after {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 72px;
  background: #231815;
  margin: auto;
  content: "";
}

@media screen and (min-width: 769px) {
  .p-consultant-header__scroll__btn:after {
    height: 78px;
  }
}

.p-consultant-question {
  background: url(/about_consultant/assets/imgs/bg_question_sp.png) 0 0 no-repeat;
  background-size: cover;
  padding: 40px 0;
}

@media screen and (min-width: 769px) {
  .p-consultant-question {
    padding: 80px 0;
  }
}

.p-consultant-question__title {
  margin-bottom: 1em;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-consultant-question__title {
    font-size: 4.8rem;
  }
}

.p-consultant-question__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .p-consultant-question__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 820px;
  }
}

.p-consultant-question__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  max-width: 160px;
  min-height: 80px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin: 0 5%;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .p-consultant-question__list__item {
    width: 160px;
    min-height: 120px;
    margin: 0 0 0 4.34783%;
    font-size: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-consultant-question__list__item {
    min-height: 120px;
    font-size: inherit;
    margin: 0 3%;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-question__list__item:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-consultant-question__list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-question__list__item:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-consultant-question__list__item:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-question__list__item:nth-child(5) {
    margin-left: 8.69565%;
  }
}

.p-consultant-question__list__item:before {
  display: block;
  width: 20px;
  height: 30px;
  background: url(/about_consultant/assets/imgs/icon_question.svg) 0 0 no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  content: "";
}

.p-consultant-infra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(/about_consultant/assets/imgs/bg_infra.jpg) 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-consultant-infra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 240px;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-infra {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 768px;
    padding: 1.5625%;
  }
}

.p-consultant-infra__layer {
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
}

.p-consultant-infra__layer > *:first-child {
  margin-top: 0 !important;
}

.p-consultant-infra__layer > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .p-consultant-infra__layer {
    width: 43.75%;
    padding: 40px;
  }
}

.p-consultant-infra__title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .p-consultant-infra__title {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-consultant-what {
    background: #d5ece9;
    padding: 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-what {
    position: relative;
  }
}

.p-consultant-what .l-inner {
  width: calc(100% - 40px);
}

.p-consultant-what .l-inner > *:first-child {
  margin-top: 0 !important;
}

.p-consultant-what .l-inner > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .p-consultant-what .l-inner {
    position: absolute;
    top: -200px;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #d5ece9;
    padding: 20px;
    margin: auto;
    z-index: 3;
  }
}

.p-consultant-what__title {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: .5em;
}

@media screen and (min-width: 769px) {
  .p-consultant-what__title {
    font-size: 2rem;
  }
}

.p-consultant-what__segment > *:first-child {
  margin-top: 0 !important;
}

.p-consultant-what__segment > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .p-consultant-what__segment {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-what__segment {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 50%;
  }
}

.p-consultant-what__image {
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-consultant-what__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-left: 2em;
  }
}

.p-consultant-flow__item .l-inner > *:first-child {
  margin-top: 0 !important;
}

.p-consultant-flow__item .l-inner > *:last-child {
  margin-bottom: 0 !important;
}

.p-consultant-flow__title {
  margin-bottom: 15px;
  font-family: century,sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__title {
    font-size: 4.8rem;
  }
}

.p-consultant-flow__icon-next {
  display: block;
  width: 30px;
  height: 75px;
  background: url(/about_consultant/assets/imgs/arrow_next_v.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__icon-next {
    width: 150px;
    height: 60px;
    background: url(/about_consultant/assets/imgs/arrow_next.svg) center center no-repeat;
    background-size: contain;
  }
}

.p-consultant-flow__item.is-question {
  position: relative;
  background: #3e87b0;
  color: #fff;
}

.p-consultant-flow__item.is-question:after {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 75px;
  background: url(/about_consultant/assets/imgs/arrow_next_v.svg) center center no-repeat;
  background-size: 100% 100%;
  margin: auto;
  z-index: 2;
  content: "";
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-question:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-consultant-flow__item.is-question .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45vh;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-question .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 450px;
    padding: 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-question .p-consultant-flow__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }
}

.p-consultant-flow__item.is-question .p-consultant-flow__icon-next {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 0 30px;
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-question .p-consultant-flow__icon-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 50px;
    margin: 0 0 0 1%;
  }
}

.p-consultant-flow__item.is-question .p-consultant-flow__txt {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-question .p-consultant-flow__txt {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    font-size: 2.4rem;
    line-height: 2;
    text-align: left;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1000px) {
  .p-consultant-flow__item.is-question .p-consultant-flow__txt {
    margin-left: 1em;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-question .p-consultant-flow__txt:after {
    position: absolute;
    top: calc(150%);
    left: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 150px;
    background: url(/about_consultant/assets/imgs/arrow_next_v.svg) center center no-repeat;
    background-size: 100% 100%;
    margin: auto;
    z-index: 2;
    content: "";
  }
}

.p-consultant-flow__item.is-answer {
  background: #86a442;
  padding-bottom: 30px;
  color: #fff;
}

.p-consultant-flow__item.is-answer .p-consultant-flow__header {
  border-bottom: 1px solid #fff;
  padding: 80px 0 1em;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-answer .p-consultant-flow__header {
    margin-bottom: 2em;
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-answer .l-inner {
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-answer .p-consultant-flow__title {
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-answer .p-consultant-flow__title span {
    display: inline-block;
    width: 50%;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-answer .p-consultant-flow__txt {
    margin-bottom: 2em;
    text-align: center;
  }
}

.p-consultant-flow__item.is-answer .p-consultant-flow__image {
  margin: 20px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-consultant-flow__item.is-answer .p-consultant-flow__image.is-plan {
    text-align: right;
  }
  .p-consultant-flow__item.is-answer .p-consultant-flow__image.is-plan img {
    width: 73.23944%;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-answer .p-consultant-flow__image.is-plan {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .p-consultant-flow__item.is-answer .p-consultant-flow__image.is-company {
    padding: 0 5.6338%;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-answer .p-consultant-flow__image.is-company {
    width: 50%;
    float: right;
  }
}

@media screen and (max-width: 768px) {
  .p-consultant-flow__item.is-answer .p-consultant-flow__image.is-personal img {
    width: 56.33803%;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow__item.is-answer .p-consultant-flow__image.is-personal {
    widows: 50%;
    float: right;
  }
}

.p-consultant-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-consultant-column--col2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-consultant-column--col2 .p-consultant-column__item {
  width: 49%;
}

.p-consultant-column--col2 .p-consultant-column__item:not(:nth-child(odd)) {
  margin-left: 2%;
}

.p-consultant-column--col2 .p-consultant-column__item:nth-child(n+3) {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .p-consultant-column--col2 .p-consultant-column__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.p-consultant-card {
  border: 1px solid #231815;
  padding: 10px;
}

.p-consultant-card > *:first-child {
  margin-top: 0 !important;
}

.p-consultant-card > *:last-child {
  margin-bottom: 0 !important;
}

.p-consultant-card > * {
  margin: 10px 0;
}

.p-consultant-card__image {
  text-align: center;
}

.p-consultant-card__title {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .p-consultant-card__title {
    font-size: 2.4rem;
  }
}

.p-consultant-card__body > *:first-child {
  margin-top: 0 !important;
}

.p-consultant-card__body > *:last-child {
  margin-bottom: 0 !important;
}

.p-consultant-card-caption {
  margin: 1em 0;
  text-align: center;
}

.p-consultant-card-caption strong {
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .p-consultant-flow--second .l-inner, .p-consultant-flow--first .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
  }
  .p-consultant-flow--second .p-consultant-column, .p-consultant-flow--first .p-consultant-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70.3125%;
    max-width: 900px;
    border-right: 1px solid #e1f0ed;
    padding-right: 20px;
  }
  .p-consultant-flow--second .p-consultant-card-caption, .p-consultant-flow--first .p-consultant-card-caption {
    padding-left: 20px;
    margin: 0;
    text-align: left;
  }
}

.p-consultant-flow--first {
  padding: 30px 0 0;
}

.p-consultant-flow--first .p-consultant-column {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .p-consultant-flow--first .p-consultant-column {
    border-color: #50ab50;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow--first .p-consultant-column__item .p-consultant-card {
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow--first .p-consultant-card-caption {
    position: relative;
    top: 4px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow--second .p-consultant-column {
    border-color: #1c9cc9;
    margin-bottom: 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-consultant-flow--second .p-consultant-column__item {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-consultant-flow--second .p-consultant-card-caption {
    position: relative;
    bottom: 240px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.p-consultant-txt-green {
  color: #50ab50;
}

@media screen and (min-width: 769px) {
  .p-consultant-txt-green {
    position: relative;
  }
  .p-consultant-txt-green:before {
    position: absolute;
    top: .6em;
    right: 105%;
    width: 30px;
    height: 1px;
    background: #50ab50;
    content: "";
  }
}

.p-consultant-txt-blue {
  color: #1c9cc9;
}

@media screen and (min-width: 769px) {
  .p-consultant-txt-blue {
    position: relative;
  }
  .p-consultant-txt-blue:before {
    position: absolute;
    top: .6em;
    right: 105%;
    width: 30px;
    height: 1px;
    background: #1c9cc9;
    content: "";
  }
}

.p-consultant-special {
  position: relative;
  background: url(/about_consultant/assets/imgs/bg_special.png) 0 0 no-repeat;
  background-size: cover;
  padding: 50px 0 30px;
}

@media screen and (min-width: 769px) {
  .p-consultant-special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 768px;
  }
}

.p-consultant-special__content {
  width: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  margin: 0 auto;
}

.p-consultant-special__content > *:first-child {
  margin-top: 0 !important;
}

.p-consultant-special__content > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .p-consultant-special__content {
    max-width: 900px;
    padding: 70px 60px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 769px) {
  .p-consultant-special__content {
    margin: 0;
  }
}

.p-consultant-special__title {
  margin-bottom: 1em;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-consultant-special__title {
    font-size: 4rem;
  }
}
