@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
.espage {
  margin: 60px 0 80px;
}
.espage .espage__container .espage__container__sec {
  margin-top: 120px;
}
.servise_list li:first-child .espage__container__sec {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__sec {
    margin-top: 70px;
  }
  .servise_list li:first-child .espage__container__sec {
    margin-top: 0;
  }
}
.espage .espage__container .espage__topimg {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__topimg {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
  }
}
.espage .espage__container .espage__container__sec__ttl {
  margin-bottom: 60px;
  padding-left: 25px;
  font-size: 28px;
  font-weight: bold;
  color: #5BCBD8;
  border-left: 5px solid #7BD0DA;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__sec__ttl {
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 20px;
  }
}
.espage .espage__container .espage__container__ttl {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.espage .espage__container .espage__container__ttl01 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__ttl01 {
    margin-bottom: 20px;
    font-size: 11px;
  }
}
.espage .espage__container .espage__container__ttl02 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__ttl02 {
    margin-bottom: 20px;
    font-size: 11px;
  }
}
.espage .espage__container .espage__container__ttl03 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__ttl03 {
    margin: 30px 0 10px;
    font-size: 11px;
  }
}
.espage .espage__container .espage__container__ttl04 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__ttl04 {
    margin: 30px 0 10px;
    font-size: 11px;
  }
}
.espage .espage__container .espage__container__txt {
  margin: 30px 0;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__txt {
    margin: 15px 0;
  }
}
.espage .espage__container .espage__container__txt p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 2.2;
}
.espage .espage__container .espage__container__txt p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__txt p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.espage .espage__container .espage__container__txt li {
  margin: 10px;
  font-size: 14px;
  color: #464646;
  line-height: 1.8;
}
.espage .espage__container .espage__container__txt li::before {
  content: "・";
  margin: 0 10px 0 0;
}
.espage .espage__container .espage__container__txt01 {
  margin: 30px 0;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__txt01 {
    margin: 0;
  }
}
.espage .espage__container .espage__container__txt01 p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 2.2;
}
.espage .espage__container .espage__container__txt01 p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__txt01 p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.espage .espage__container .espage__container__txt01 li {
  margin: 0px;
  font-size: 11px;
  color: #464646;
  line-height: 2;
}
.espage .espage__container .espage__container__txt01 li::before {
  content: "・";
  margin: 0 10px 0 0;
}
.espage .espage__container .espage__container__txt02 {
  margin: 30px 0;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__txt02 {
    margin: 0;
  }
}
.espage .espage__container .espage__container__txt02 p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 2.2;
}
.espage .espage__container .espage__container__txt02 p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__txt02 p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.espage .espage__container .espage__container__txt02 li {
  margin: 0px;
  font-size: 11px;
  color: #464646;
  line-height: 2;
}
.espage .espage__container .espage__container__txt02 li::before {
  content: "・";
  margin: 0 10px 0 0;
}
.espage .espage__container .espage__container__txt03 {
  margin: 30px 0;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__txt03 {
    margin: 0;
  }
}
.espage .espage__container .espage__container__txt03 p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 2.2;
}
.espage .espage__container .espage__container__txt03 p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__txt03 p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.espage .espage__container .espage__container__txt03 li {
  margin: 0px;
  font-size: 11px;
  color: #464646;
  line-height: 2;
}
.espage .espage__container .espage__container__txt03 li::before {
  content: "・";
  margin: 0 10px 0 0;
}
.espage .espage__container .espage__container__txt04 {
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__txt04 {
    margin: 0;
  }
}
.espage .espage__container .espage__container__txt04 p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 2.2;
}
.espage .espage__container .espage__container__txt04 p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__txt04 p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.espage .espage__container .espage__container__txt04 li {
  margin: 0px;
  font-size: 11px;
  color: #464646;
  line-height: 2;
}
.espage .espage__container .espage__container__txt04 li::before {
  content: "・";
  margin: 0 10px 0 0;
}
.espage .espage__container .espage__container__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) {
  .espage .espage__container .espage__container__img {
    margin-bottom: 80px;
  }
}
.espage .espage__container .espage__container__img__txt01 {
  margin-left: 0;
}
@media screen and (min-width: 751px) {
  .espage .espage__container .espage__container__img__txt01 {
    width: 50%;
  }
}
@media screen and (min-width: 751px) {
  .espage .espage__container .espage__container__img__brain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.espage .espage__container .espage__container__img__brain .espage__container__img__txt {
  margin-left: 0;
}
.espage .espage__container .espage__container__img01 {
  max-width: 50%;
}
@media screen and (min-width: 751px) {
  .espage .espage__container .espage__container__img__port {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.espage .espage__container .espage__container__img__port .espage__container__img__txt {
  margin-left: 0;
}
@media screen and (min-width: 751px) {
  .espage .espage__container .espage__container__img__port .espage__container__img01 {
    max-width: 60%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.espage .espage__container.espage__container__bottom {
  margin-top: 100px;
  padding-top: 100px;
  background-color: #F7F7F7;
}
.espage .espage__container.espage__container__bottom .cspage__container__sec {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .espage .espage__container .espage__container__img01 {
    max-width: 430px;
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__img01 {
    margin: 0 20px 0 0;
    width: 40%;
  }
}
@media screen and (min-width: 751px) {
  .espage .espage__container .espage__container__img02a {
    position: relative;
  }
  .espage .espage__container .espage__container__img02a img {
    position: inherit;
    left: -70px;
    max-width: 110%;
  }
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__img02a {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .espage .espage__container .espage__container__img02b {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__img02b {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .espage .espage__container .espage__container__img03 {
    max-width: 560px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 751px) {
  .espage .espage__container .espage__container__img04 {
    max-width: 560px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 45%;
  }
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__img04 {
    display: none;
  }
}
.espage .espage__container .espage__container__img__txt {
  max-width: 510px;
}
@media screen and (min-width: 751px) {
  .espage .espage__container .espage__container__img__txt {
    margin-left: 60px;
  }
}
@media screen and (max-width: 750px) {
  .espage .ai_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .espage .ai_container img {
    width: 40%;
  }
}
@media screen and (min-width: 751px) {
  .espage .ai_container img {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .espage .ai_container_text {
    margin: 0 0 0 20px;
  }
}
.espage .espage__container__ttl05 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .espage .espage__container__ttl05 {
    margin: 0 0 10px;
    font-size: 11px;
  }
}
.espage .middlebar {
  padding: 55px 0 80px;
  background: #9ee9f2;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9ee9f2), to(#68bdf2));
  background: -o-linear-gradient(left, #9ee9f2 1%, #68bdf2 100%);
  background: linear-gradient(to right, #9ee9f2 1%, #68bdf2 100%);
}
@media screen and (max-width: 750px) {
  .espage .middlebar {
    padding: 30px 0 40px;
  }
}
.espage .middlebar h3 {
  max-width: 570px;
  margin: 0 auto;
  padding: 28px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 39px;
  text-align: center;
  background: #9ee9f2;
  background: -webkit-gradient(linear, right top, left top, color-stop(1%, #9ee9f2), to(#68bdf2));
  background: -o-linear-gradient(right, #9ee9f2 1%, #68bdf2 100%);
  background: linear-gradient(to left, #9ee9f2 1%, #68bdf2 100%);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 750px) {
  .espage .middlebar h3 {
    margin: 0 20px;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 39px;
  }
}
@media screen and (max-width: 374px) {
  .espage .middlebar h3 {
    margin: 0 10px;
    padding: 20px 10px;
  }
}
.espage .middlebar .company_carousel {
  margin-top: 50px;
}
.espage .middlebar .company_carousel li {
  margin-right: 100px;
}
@media screen and (max-width: 750px) {
  .espage .middlebar .company_carousel li {
    margin-right: 40px;
  }
}
.espage .middlebar .company_carousel li img {
  height: 65px;
}
@media screen and (max-width: 750px) {
  .espage .middlebar .company_carousel li img {
    height: 30px;
  }
}
.espage .bottomconsult {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .espage .bottomconsult {
    margin-top: 60px;
  }
}
@media screen and (min-width: 751px) {
  .espage .bottomconsult .inner-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .espage .bottomconsult .bottomconsult__img {
    max-width: 650px;
    margin-right: 75px;
  }
}
@media screen and (min-width: 751px) {
  .espage .bottomconsult .bottomconsult__txt {
    max-width: 460px;
    margin-right: 190px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .espage .bottomconsult .bottomconsult__txt {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .espage .bottomconsult .bottomconsult__txt {
    margin-top: 20px;
  }
}

.inner_company_btn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 750px) {
  .inner_company_btn {
    margin: 40px 0 40px auto;
  }
}

.inner_company_btn2 .underline_btn {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 750px) {
  .inner_company_btn2 .underline_btn {
    margin: 50px 0 50px auto;
  }
}

span.underline_btn {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 0 0 auto;
  text-align: right;
}
span.underline_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 751px) {
  span.underline_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #82d2f2;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  span.underline_btn:hover:after {
    width: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  span.underline_btn:hover:before {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 750px) {
  span.underline_btn {
    width: 150px;
  }
}
span.underline_btn a {
  position: relative;
  display: block;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2.8px;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  span.underline_btn a {
    padding-bottom: 12px;
    font-size: 18px;
  }
}
span.underline_btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -15px;
}
span.underline_btn a img {
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  span.underline_btn a img {
    bottom: 10px;
  }
}
/*# sourceMappingURL=service-company.css.map */

#aipro .underline_btn {
  margin: 0 auto 0 0;
}
#aipro .espage__container__img01 {
  margin: 0 0 0 60px;
  max-width: 430px;
}
#aipro li {
  text-indent: -21px;
  margin-left: 21px;
}
@media screen and (max-width: 750px) {
  #aipro .espage__container__img01 {
    margin: 0;
    max-width: none;
    width: 100%;
  }
  #aipro .espage__container__img__txt {
   max-width: none;
  }
  #aipro .underline_btn {
    margin: 0 0 0 auto;
  }
}
.servise_list {
  padding: 69px 0 110px;
}
@media screen and (max-width: 750px) {
  .servise_list {
    padding: 45px 0 70px;
  }
}
@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
.inner-s {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .inner-s {
    padding: 20px;
  }
}

.fixpage_ttl {
  text-transform: none;
  margin: 40px 0 0;
  letter-spacing: 10px;
  font-size: 50px;
}
@media screen and (min-width: 751px) {
  .fixpage_ttl {
    margin: -20px 0 0;
    font-size: 64px;
  }
}

.espage {
  margin: 60px 0 0;
}
@media screen and (min-width: 751px) {
  .espage {
    margin: 60px 0;
  }
}

@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__sec {
    margin: 0;
  }
}

.espage .espage__container .espage__container__sec__ttl {
  margin: 80px 0;
  padding-left: 25px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  border-left: 5px solid #7BD0DA;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .espage .espage__container .espage__container__sec__ttl {
    margin: 40px 0 30px;
  }
}

.espage .espage__container .espage__container__ttl {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.espage__container__txt {
  margin: 100px 0;
  font-size: 14px;
  color: #464646;
  line-height: 1.8;
}

@media screen and (min-width: 751px) {
  .inner_estate_main {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
  }
}

.estate_main_image {
  margin: 10px 0 80px;
}

.estate_feaatures {
  background-image: url(../../images/service/estate_brain/estate_02bg_sp.jpg);
  background-size: auto;
  background-position: top;
  margin: 30px 0;
  background-repeat: repeat-x;
}
@media screen and (min-width: 751px) {
  .estate_feaatures {
    margin: 60px 0;
    background-image: url(../../images/service/estate_brain/estate_02bg_pc.jpg);
  }
}

.estate_feaatures_inner {
  background-image: url(../../images/service/estate_brain/estate_02text_sp.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 1200px;
  padding: 20px;
}
@media screen and (min-width: 751px) {
  .estate_feaatures_inner {
    margin: 60px auto;
    padding: 0;
    background-image: url(../../images/service/estate_brain/estate_02text_pc.png);
  }
}

.estate_feaatures_conteiner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 751px) {
  .estate_feaatures_conteiner {
    padding: 200px 20px 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  .estate_feaatures_japan {
    width: 50%;
    position: absolute;
    right: 0px;
    top: 270px;
  }
}

.estate_content {
  z-index: 1;
  position: inherit;
}

.estate_list02, .estate_list05 {
  margin: 60px 0 0;
}
@media screen and (min-width: 751px) {
  .estate_list02, .estate_list05 {
    margin: 80px 0;
  }
}

.estate_list_number_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

.estate_list_number {
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #5BCBD8;
  margin: 0 20px 0 0;
}

.estate_list_tit {
  font-size: 18px;
  font-weight: bold;
}

.estate_list_txt {
  font-size: 14px;
  color: #464646;
  line-height: 1.8;
}

li.estate_list_box_list {
  background: #F7F7F7;
  border-left: solid 10px #7BD0DA;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 6px #ccc;
          box-shadow: 0px 2px 6px #ccc;
  margin: 30px 0;
}
@media screen and (min-width: 751px) {
  li.estate_list_box_list {
    padding: 40px 60px;
  }
}

@media screen and (min-width: 751px) {
  .estate_list_box_list_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.estate_list_box_tit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
}
@media screen and (max-width: 750px) {
  .estate_list_box_tit_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.estate_list_box_tit_number {
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-size: 70px;
  font-weight: normal;
  color: #D3D3D3;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 750px) {
  .estate_list_box_tit_number {
    font-size: 40px;
  }
}

.estate_list_box_tit_text {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0 0;
}

.estate_list_box_sublist li {
  margin: 10px;
  font-size: 14px;
  color: #464646;
  line-height: 1.8;
}
.estate_list_box_sublist li::before {
  content: "・";
  margin: 0 10px 0 0;
}

.estate_data_images {
  margin: 40px 0 80px;
}

.estate_stuff {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  height: 360px;
  color: #464646;
}
@media screen and (min-width: 751px) {
  .estate_stuff {
    height: 300px;
  }
}

.estate_stuff_a, .estate_stuff_b, .estate_stuff_c {
  max-width: 1000px;
  margin: 0 auto;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 751px) {
  .estate_stuff_a::after, .estate_stuff_b::after, .estate_stuff_c::after {
    content: "";
    width: 100vw;
    position: absolute;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, left top, from(#7BD0D9), color-stop(75%, #7BD0DA), color-stop(75%, #fff), to(#fff));
    background: -o-linear-gradient(bottom, #7BD0D9 0%, #7BD0DA 75%, #fff 75%, #fff 100%);
    background: linear-gradient(0deg, #7BD0D9 0%, #7BD0DA 75%, #fff 75%, #fff 100%);
    top: 0px;
    height: 100%;
  }
}
@media screen and (min-width: 751px) {
  .estate_stuff_a, .estate_stuff_b, .estate_stuff_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 751px) {
  .estate_stuff_a {
    background-size: 400px;
    background-position: 170px 70px;
    background-image: url(../../images/service/estate_brain/estate_04a_name_pc.png);
  }
}
@media screen and (max-width: 750px) {
  .estate_stuff_a {
    background-size: cover;
    height: 300px;
    background-image: url(../../images/service/estate_brain/estate_04a_name_sp.png);
  }
}

.estate_stuff_b {
  background-image: url(../../images/service/estate_brain/estate_04b_name_pc.png);
  background-size: 250px;
}
.estate_stuff_b::after {
  right: 0;
}
@media screen and (min-width: 751px) {
  .estate_stuff_b {
    background-position: 697px 105px;
  }
  .estate_stuff_b .estate_stuff_info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .estate_stuff_b .estate_stuff_introduction {
    padding: 0 0 0 100px;
    width: 380px;
  }
}
@media screen and (max-width: 750px) {
  .estate_stuff_b {
    background-size: cover;
    height: 300px;
    background-image: url(../../images/service/estate_brain/estate_04b_name_sp.png);
  }
}

.estate_stuff_c {
  background-image: url(../../images/service/estate_brain/estate_04c_name_pc.png);
  background-size: 400px;
}
@media screen and (min-width: 751px) {
  .estate_stuff_c {
    background-position: 170px 70px;
  }
}
@media screen and (max-width: 750px) {
  .estate_stuff_c {
    background-size: cover;
    height: 300px;
    background-image: url(../../images/service/estate_brain/estate_04c_name_sp.png);
  }
}

@media screen and (min-width: 751px) {
  .estate_stuff_a_image, .estate_stuff_b_image, .estate_stuff_c_image {
    width: 400px;
    margin: 20px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .estate_stuff_a_image, .estate_stuff_b_image, .estate_stuff_c_image {
    position: absolute;
    right: -250px;
    bottom: 0px;
  }
}
.estate_stuff_a_image img, .estate_stuff_b_image img, .estate_stuff_c_image img {
  width: 60%;
  margin: 0px;
}
@media screen and (min-width: 751px) {
  .estate_stuff_a_image img, .estate_stuff_b_image img, .estate_stuff_c_image img {
    margin: 0px 60px 0 0;
  }
}

@media screen and (min-width: 751px) {
  .estate_stuff_b_image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 750px) {
  .estate_stuff_info {
    position: absolute;
    bottom: 48px;
    left: 25px;
  }
}
@media screen and (min-width: 751px) {
  .estate_stuff_info {
    width: 200px;
    margin: 80px 0 0;
  }
}

.estate_stuff_name {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}

.estate_stuff_job {
  font-size: 12px;
}

@media screen and (min-width: 751px) {
  .estate_stuff_introduction {
    font-size: 14px;
    line-height: 3;
    width: 290px;
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .estate_stuff_introduction {
    position: absolute;
    top: 290px;
    background: #fff;
    width: 100%;
    padding: 20px;
    font-size: 11px;
    line-height: 2;
  }
}

.espage .espage__container .estate_usage .espage__container__sec__ttl {
  margin: 0;
  color: #7BD0DA;
}

.espage .middlebar {
  padding: 25px 0 80px;
}

.estate_usage {
  background: #F7F7F7;
  background-image: url(../../images/service/estate_brain/estate_05bg.png);
  background-size: 80%;
  background-position: top right;
  margin: 0 auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .estate_usage {
    background-size: 650px;
  }
}

.estate_usage_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px 20px;
}
@media screen and (min-width: 751px) {
  .estate_usage_inner {
    padding: 80px 20px;
    margin: 0 auto;
  }
}

.estate_usage_tit {
  font-size: 18px;
  font-weight: bold;
}

.estate_usage_txt {
  font-size: 14px;
  color: #464646;
  line-height: 1.8;
  margin: 30px 0;
}

@media screen and (min-width: 751px) {
  ul.estate_usage_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

li.estate_usage_box_list {
  background: #fff;
  border-left: solid 10px #7BD0DA;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 6px #ccc;
          box-shadow: 0px 2px 6px #ccc;
  margin: 30px 0;
}
@media screen and (min-width: 751px) {
  li.estate_usage_box_list {
    width: 49%;
    padding: 30px 50px;
  }
}

.estate_usage_box_tit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
}

.estate_usage_box_tit_number {
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-size: 70px;
  font-weight: normal;
  color: #D3D3D3;
  margin: 0 20px 0 0;
}

.estate_usage_box_tit_text {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 0;
  margin: 0 0 20px;
}

.estate_usage_box_sublist li {
  margin: 10px 0;
  font-size: 14px;
  color: #464646;
  line-height: 1.4;
}
.estate_usage_box_sublist li::before {
  content: "・";
  margin: 0 10px 0 0;
}
@media screen and (min-width: 751px) {
  .estate_usage_box_sublist li {
    margin: 10px;
  }
}

.estate_confirm {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .estate_confirm {
    padding: 20px;
  }
}

@media screen and (min-width: 751px) {
  .estate_confirm_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 751px) {
  .estate_confirm_conteiner {
    width: 47%;
  }
}

.estate_confirm_btn {
  margin: 50px auto;
  width: 300px;
}
.estate_confirm_btn a {
  color: #fff;
  text-decoration: none;
}
.estate_confirm_btn a .estate_confirm_btn_inner {
  background: #000;
  text-align: center;
  border-radius: 40px;
  padding: 20px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.estate_confirm_btn a:hover .estate_confirm_btn_inner {
  background: #6A6A6A;
}

.estate_confirm_txt {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .estate_confirm_txt {
    margin: 20px 0 40px;
  }
}

.espage .espage__container .estate_confirm .espage__container__sec__ttl {
  margin: 0px;
  color: #7BD0DA;
}
@media screen and (min-width: 751px) {
  .espage .espage__container .estate_confirm .espage__container__sec__ttl {
    margin: 80px 0 40px;
  }
}

.estate_confirm_message {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}

.estate_confirm_request {
  margin: 40px 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.estate_confirm_request a {
  color: #6DC2CC;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.estate_confirm_request a img {
  margin: 0 0 0 10px;
}
/*# sourceMappingURL=estate.css.map */