@charset "utf-8";
.website_first {
  background: url("/images/website/service_website_bg_00.png") -64px -3px no-repeat, url("/images/website/service_website_bg_01.png") calc(100% + 40px) 54px no-repeat;
}
@media screen and (max-width: 720px) {
  .website_first {
    background-position: 3.75vw -20px, calc(100% - 1.25vw) 48px;
    -webkit-background-size: calc(100vw * 277.2 / 640) calc(100vw * 245 / 640), calc(100vw * 224 / 640) calc(100vw * 175 / 640);
    -moz-background-size: calc(100vw * 277.2 / 640) calc(100vw * 245 / 640), calc(100vw * 224 / 640) calc(100vw * 175 / 640);
    background-size: calc(100vw * 277.2 / 640) calc(100vw * 245 / 640), calc(100vw * 224 / 640) calc(100vw * 175 / 640);
  }
  .website_first .service_first_title {
    width: 10em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .website_first {
    padding: 0;
  }
  .website_first .website_catch {
    width: 11em;
    margin-left: auto;
    margin-right: auto;
  }
}
.website_problem_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 87.5%;
  max-width: 796px;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 8px;
}
.website_problem_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 136px;
  margin-bottom: 24px;
}
@media screen and (max-width: 720px) {
  .website_problem_item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
.website_problem_outline {
  width: 254px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #0050a0;
  line-height: 48px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .website_problem_outline {
    width: 100%;
    padding: 6px 0;
  }
  .website_problem_outline br {
    display: none;
  }
}
.website_problem_border {
  width: 17px;
  background: -webkit-linear-gradient(225deg, #ebf0f5 8.5px, transparent 0), -webkit-linear-gradient(135deg, #ebf0f5 8.5px, #0050a0 0);
  background: -moz-linear-gradient(225deg, #ebf0f5 8.5px, transparent 0), -moz-linear-gradient(135deg, #ebf0f5 8.5px, #0050a0 0);
  background: -o-linear-gradient(225deg, #ebf0f5 8.5px, transparent 0), -o-linear-gradient(135deg, #ebf0f5 8.5px, #0050a0 0);
  background: -ms-linear-gradient(225deg, #ebf0f5 8.5px, transparent 0), -ms-linear-gradient(135deg, #ebf0f5 8.5px, #0050a0 0);
  background: linear-gradient(225deg, #ebf0f5 8.5px, transparent 0), linear-gradient(-45deg, #ebf0f5 8.5px, #0050a0 0);
  background-color: #ebf0f5;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  background-size: 17px 17px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 720px) {
  .website_problem_border {
    width: 100%;
    height: 17px;
    background: -webkit-linear-gradient(45deg, #ebf0f5 8.5px, transparent 0), -webkit-linear-gradient(135deg, #ebf0f5 8.5px, #0050a0 0);
    background: -moz-linear-gradient(45deg, #ebf0f5 8.5px, transparent 0), -moz-linear-gradient(135deg, #ebf0f5 8.5px, #0050a0 0);
    background: -o-linear-gradient(45deg, #ebf0f5 8.5px, transparent 0), -o-linear-gradient(135deg, #ebf0f5 8.5px, #0050a0 0);
    background: -ms-linear-gradient(45deg, #ebf0f5 8.5px, transparent 0), -ms-linear-gradient(135deg, #ebf0f5 8.5px, #0050a0 0);
    background: linear-gradient(45deg, #ebf0f5 8.5px, transparent 0), linear-gradient(-45deg, #ebf0f5 8.5px, #0050a0 0);
    background-color: #ebf0f5;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    background-size: 17px 17px;
    background-repeat: repeat-x;
  }
}
.website_problem_detail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #ebf0f5;
  width: calc(100% - 271px);
}
@media screen and (max-width: 720px) {
  .website_problem_detail {
    width: 100%;
    padding: 16px 0 24px;
    text-align: center;
  }
}
.detail_item {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .detail_item {
    font-size: calc(1.875vw + 4.5px);
    letter-spacing: calc(0.15625vw - 1.625px);
    margin-left: calc(5vw - 28px);
  }
}
@media screen and (max-width: 720px) {
  .detail_item {
    font-size: 24px;
    letter-spacing: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .detail_item {
    font-size: calc(2.5vw + 8px);
  }
}
@media screen and (max-width: 480px) {
  .detail_item {
    font-size: 20px;
    line-height: 1.25;
  }
}
.detail_item.short_letter_space {
  letter-spacing: -1px;
  margin-left: 0;
}
.website_problem_description {
  margin: 24px auto 36px;
  line-height: 1.8;
  width: 468px;
  text-align: left;
}
@media screen and (max-width: 720px) {
  .website_problem_description {
    line-height: 1.75;
    width: 87.5%;
  }
}
.website_problem_comparison {
  width: 796px;
}
.website_problem_comparison .left,
.website_problem_comparison .right {
  width: calc(48.5% - 4px);
  height: 372px;
}
.website_problem_comparison .left {
  margin-right: 3%;
}
@media screen and (max-width: 720px) {
  .website_problem_comparison {
    width: 386px;
    max-width: 87.5%;
  }
  .website_problem_comparison .left,
  .website_problem_comparison .right {
    width: calc(100% - 4px);
    margin: auto;
  }
  .website_problem_comparison .left {
    margin-bottom: 24px;
  }
  .website_problem_comparison .right {
    height: auto;
  }
}
.website_comparison_upper {
  height: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.website_comparison_title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.website_comparison_list {
  width: 88%;
  margin: 12px auto 16px;
}
.website_comparison_item {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
}
.website_comparison_left {
  border: solid 2px #5a5f64;
}
.website_comparison_left .website_comparison_upper {
  background-color: #5a5f64;
}
.website_comparison_left .website_comparison_lower {
  position: relative;
  z-index: 2;
}
.website_comparison_left .website_comparison_lower:before {
  content: "\f119";
  font-family: "FontAwesome";
  font-size: 300px;
  line-height: 300px;
  color: #ebf0f5;
  position: absolute;
  top: -12px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  text-align: center;
}
.website_comparison_left .website_comparison_list {
  position: relative;
  z-index: 2;
}
.website_comparison_left .website_comparison_item {
  color: #5a5f64;
}
.website_comparison_right {
  border: solid 2px #0050a0;
}
.website_comparison_right .website_comparison_upper {
  background-color: #0050a0;
}
.website_comparison_right .website_comparison_item {
  color: #0050a0;
}
.website_conversion .long_content_title {
  width: 26em;
  margin-left: calc(50% - 13em);
}
@media screen and (max-width: 720px) {
  .website_conversion .title_background.animated {
    top: -6.875vw;
  }
  .website_conversion .long_content_title {
    width: 15em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
}
.website_data_driven h3 br:first-of-type {
  display: none;
}
@media screen and (max-width: 480px) {
  .website_data_driven h3 br:first-of-type {
    display: inline;
  }
  .website_data_driven .title_main {
    width: 9em;
    margin: auto;
    line-height: 1.5em;
    margin-top: calc(-3.75vw - 8px);
  }
}
@media screen and (max-width: 657px) {
  .website_data_driven .title_background.animated {
    top: -8.875vw;
  }
}
@media screen and (max-width: 640px) {
  .website_data_driven .title_main {
    font-size: calc(8px + 3.75vw);
    top: calc(5vw - 13px);
  }
}
.website_animation {
  position: relative;
}
.website_animation img {
  width: 100%;
  height: auto;
}
.website_animation img .animation_base {
  position: relative;
  z-index: 1;
}
.website_animation img:not(.animation_base) {
  position: absolute;
}
.website_animation img.animation_old {
  top: 0;
  left: 0;
  z-index: 2;
}
.website_animation img.animation_new {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 2;
}
.website_animation img.animation_arrow {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: calc(100% * 180 / 504);
  left: calc(100% * 218 / 468);
  width: calc(100% * 32 / 468);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}
.website_animation img.animation_badge {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 0;
  bottom: 0;
  width: calc(100% * 160 / 468);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.15s linear 0.45s;
  -moz-transition: all 0.15s linear 0.45s;
  -o-transition: all 0.15s linear 0.45s;
  -ms-transition: all 0.15s linear 0.45s;
  transition: all 0.15s linear 0.45s;
  z-index: 2;
}
.website_animation.animated img.animation_new {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: calc(100% * 274 / 504);
}
.website_animation.animated img.animation_arrow {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: calc(100% * 237 / 504);
}
.website_animation.animated img.animation_badge {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 720px) {
  .website_animation {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .website_data_driven .block .right img {
    height: auto;
  
  }
}
.content_website_case {
  margin-top: 60px;
}
.website_case_img {
  margin-top: 18px;
  width: 100%;
}
.service_casestudy .preparation_box .btn {
  width: 320px;
  margin: 80px auto ;
  box-shadow: 0 3px 0 0 #639b22;
  background-color: #8bc34a;
  border-radius: 8px;
  text-align: center;
}
.service_casestudy .preparation_box .btn a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 15px 0;
}
@media screen and (max-width: 720px) {
  .website_case_img {
    display: block;
    margin: 24px auto 8px;
    width: 87.5%;
    max-width: 386px;
  }
  .service_casestudy .preparation_box .btn
   {width: 73.2%;
    margin-top: 30px;
  }
}
.website_merits .service_action_description {
  margin-top: 28px;
}
.website_merits h3 br {
  display: none;
}
@media screen and (max-width: 720px) {
  .website_merits .title_main {
    width: 15em;
    margin: -34px auto auto;
    line-height: 1.5em;
  }
  .website_merits h3 br {
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  .website_merits .title_background.animated {
    top: calc(3.75vw - 24px);
  }
}
.website_plan {
  margin-top: 40px;
}
.website_plan .service_plan_catch {
  padding-top: 28px;
}
.website_plan_main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 95%;
  max-width: 960px;
  margin: auto auto 16px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 720px) {
  .website_plan_main {
    width: 87.5%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.website_plan_description {
  height: 192px;
  margin-top: 24px;
  padding-top: 8px;
}
.website_plan_description p {
  padding: 0 16px;
}
.website_plan_description .service_large_text {
  margin: 6px 0;
}
@media screen and (max-width: 720px) {
  .website_plan_description {
    height: auto;
    padding-bottom: 32px;
  }
}
.website_plan_recommend {
  height: 546px;
  position: relative;
  text-align: center;
}
.website_plan_recommend .website_plan_column {
  padding: 0 16px;
}
.website_plan_recommend .service_large_text {
  display: inline-block;
  position: relative;
  left: calc(50% - 5.5em - 16px);
  z-index: 2;
  padding: 0 16px;
  background-color: #fff;
}
.website_plan_recommend:before {
  content: "";
  display: block;
  border-top: dashed 2px #0050a0;
  height: 2px;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .website_plan_recommend {
    height: auto;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .website_plan_recommend:before {
    top: 3.75vw;
  }
}
.website_plan_column {
  background-color: #fff;
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.website_plan_column:before,
.website_plan_column:after {
  content: "";
  display: table;
}
.website_plan_column:after {
  clear: both;
}
.website_plan_column:nth-child(n) {
  margin-right: 2.5%;
  float: left;
  clear: none;
}
.website_plan_column:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.website_plan_column:nth-child(2n + 1) {
  clear: both;
}
@media screen and (max-width: 720px) {
  .website_plan_column {
    width: 100%;
    margin-right: 0;
  }
}
.website_recommend_list {
  text-align: left;
  padding: 0 16px;
}
.website_recommned_item {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 1em;
  margin-top: 0.5em;
}
.website_recommned_item:before {
  content: "\0f058";
  font-family: "FontAwesome";
  color: #0050a0;
  margin-right: 4px;
  margin-left: -1em;
}
@media screen and (max-width: 480px) {
  .website_recommned_item {
    font-size: calc(3.75vw + 6px);
    letter-spacing: calc(0.3125vw - 1.5px);
  }
}
.service_plan_caption {
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .service_plan_caption {
    width: 19em;
    margin-right: auto;
    text-align: left;
  }
  .service_plan_caption span.hidden_tab {
    display: inline-block;
    width: 1em;
  }
}
.website_price_cell {
  height: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  border-top: solid 2px #0050a0;
}
@media screen and (min-width: 721px) and (max-width: 1024px) {
  .website_price_cell {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 480px) {
  .website_price_cell {
    font-size: calc(3.75vw + 6px);
    letter-spacing: calc(0.3125vw - 1.5px);
  }
}
.gray_box {
  border: none;
  width: 100%;
  text-align: center;
  line-height: 56px;
}
.website_price_ask {
  height: 96px;
}
@media screen and (max-width: 720px) {
  .description_operation {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -o-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .description_consulting {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -o-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .recommend_operation {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .recommend_consulting {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -o-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .price_operation {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .price_consulting {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -o-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .ask_operation {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .ask_consulting {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -o-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .gray_box {
    margin-bottom: 0;
    height: 56px;
  }
}
.website_flow .step_item_left {
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .website_flow .step_item_left {
    width: 100%;
    max-width: 560px;
  }
}
.website_flow .step_two_lines,
.website_flow .step_last {
  padding-top: 24px;
}
.website_flow .step_two_lines .step_title,
.website_flow .step_last .step_title {
  line-height: 40px;
}
.website_flow .step_two_lines {
  padding-bottom: 8px;
}
.website_flow .step_last {
  padding-bottom: 16px;
}
.website_flow .step_item_right {
  display: none;
}

.service_contact_form dd.service_contact_privacy{
  padding-left: calc(100% * 32 / 560);
  padding-right: calc(100% * 32 / 560);
  text-align: left;
  font-size: 15px;
  text-indent: -39px;
  margin-left: 39px;
}

.content_website_case{
  .block .left, .block .right{
    width: 47.5%;
    a{
      transition: opacity .3s;
      &:hover{opacity: .8;}
    }
      
    @media screen and (max-width: 720px){
      width: 100%;
    }
  }
}