@charset "utf-8";
.enterprise_custom-list {
  margin: 12px auto;
  text-align: center;
}
.enterprise_custom-item {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #455a64;
}
.enterprise_custom-item:before {
  content: "■";
  color: #26a69a;
}
.enterprise_custom-item:not(:last-child) {
  margin-right: 1em;
}
section.start_flow {
  border-bottom: solid 1px #cfd8dc;
}
section.start_flow.option_flow {
  border-top: solid 1px #cfd8dc;
  border-bottom: none;
  padding-bottom: 126px;
}
@media screen and (max-width: 720px) {
  section.start_flow.option_flow {
    padding-bottom: 88px;
  }
}
section.start_flow .contents h2 {
  margin: 52px auto 20px;
}
@media screen and (max-width: 720px) {
  section.start_flow .contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    max-width: 512px;
    margin: auto;
  }
  section.start_flow .contents h2 {
    width: 19em;
  }
}
.start_flow-list {
  display: flex;
  width: 80%;
  max-width: 960px;
  height: 100px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 721px) and (max-width: 1200px) {
  .start_flow-list.en {
    height: 140px;
  }
}
@media screen and (max-width: 720px) {
  .start_flow-list {
    flex-direction: column;
    width: calc(25.625vw + 46px);
    max-width: 210px;
    height: auto;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .start_flow-list.option_flow-list {
    width: 100%;
    margin: auto;
  }
  .start_flow-list.option_flow-list .start_flow-step {
    width: 208px;
  }
}
@media screen and (max-width: 640px) {
  .start_flow-list {
    margin-right: calc(1.875vw - 2px);
  }
}
.start_flow-step {
  width: calc(100% * 208 / 960);
  height: 98px;
}
@media screen and (min-width: 721px) and (max-width: 1200px) {
  .start_flow-step.en {
    height: 149px;
  }
}
@media screen and (min-width: 320px) and (max-width: 530px) {
  .start_flow-step.en {
    height: 115px;
  }
}
.start_flow-step span {
  display: block;
}
@media screen and (max-width: 720px) {
  .start_flow-step {
    width: calc(25.625vw + 44px);
    max-width: 208px;
  }
}
.start_flow-customer {
  border: solid 1px #ff6d00;
}
.start_flow-gc {
  border: solid 1px #26a69a;
}
.start_step-name {
  height: 39px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .start_step-name.en {
    height: 25px;
    line-height: 30px;
  }
}
.start_step-name.step_name-customer {
  background-color: #ff6d00;
}
.start_step-name.step_name-gc {
  background-color: #26a69a;
}
.start_step-description {
  color: #607d8b;
  text-align: left;
  padding: 6px 10px;
}
.start_step-description.step_description-gc {
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .start_step-description:not(.option_step) {
    font-size: calc(0.625vw + 12px);
    padding: calc(-1.25vw + 14px) calc(2.5vw - 6px);
    letter-spacing: calc(0.15625vw - 1px);
  }
}
.start_step-final {
  color: #fff;
  background-color: #ff6d00;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .start_step-final {
    letter-spacing: calc(0.15625vw - 1px);
  }
}
@media screen and (min-width: 721px) and (max-width: 1200px) {
  .start_step-final.en {
    height: initial;
  }
}
.start_flow-term {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(80% - 210px);
  height: 52px;
  max-width: 750px;
  margin: 10px auto;
  position: relative;
}
@media screen and (max-width: 720px) {
  .start_flow-term {
    flex-direction: column;
    width: calc(36.5625vw + 51px);
    max-width: 285px;
    height: auto;
    margin: 50px 0 90px 0;
  }
}
@media screen and (min-width: 721px) and (max-width: 1200px) {
  .start_flow-term.en {
    width: calc(100% - 210px);
  }
}
.flow_term-empty_en {
  width: calc(50% - 240px);
  height: 32px;
  border-bottom: dashed 1px #90a4ae;
}
@media screen and (max-width: 720px) {
  .flow_term-empty_en {
    width: calc(100% - 150px);
  }
}
.flow_term-empty_en.empty-left {
  border-left: dashed 1px #90a4ae;
}
@media screen and (max-width: 720px) {
  .flow_term-empty_en.empty-left {
    border-bottom: none;
    border-left: none;
    border-right: dashed 1px #90a4ae;
    border-top: dashed 1px #90a4ae;
  }
}
.flow_term-empty_en.empty-right {
  border-right: dashed 1px #90a4ae;
}
@media screen and (max-width: 720px) {
  .flow_term-empty_en.empty-right {
    border-bottom: dashed 1px #90a4ae;
  }
}
.flow_term-empty {
  width: calc(50% - 119px);
  height: 32px;
  border-bottom: dashed 1px #90a4ae;
}
.flow_term-empty.empty-left {
  border-left: dashed 1px #90a4ae;
}
.flow_term-empty.empty-right {
  border-right: dashed 1px #90a4ae;
}
@media screen and (max-width: 720px) {
  .flow_term-empty {
    width: 50%;
    height: 124px;
  }
  .flow_term-empty.empty-left {
    border-left: none;
    border-bottom: none;
    border-top: dashed 1px #90a4ae;
    border-right: dashed 1px #90a4ae;
  }
}
.flow_term-day {
  text-align: center;
  color: #ff6d00;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  align-self: flex-end;
}
@media screen and (max-width: 720px) {
  .flow_term-day {
    align-self: center;
  }
}
@media screen and (max-width: 640px) {
  .flow_term-day {
    font-size: calc(1.875vw + 12px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 783px) {
  .flow_term-day.en {
    line-height: 22px;
  }
}
.start_flow-description {
  margin-bottom: 74px;
}
.start_flow-caption {
  text-align: center;
}
@media screen and (max-width: 720px) {
  .start_flow-caption {
    display: none;
  }
}
.start_flow-caption-sp {
  text-align: center;
  align-self: center;
}
@media screen and (min-width: 721px) {
  .start_flow-caption-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .start_flow-caption-sp {
    font-size: calc(0.625vw + 12px);
  }
}
.start_flow-arrow {
  font-family: "FontAwesome Regular";
  font-size: 32px;
  color: #607d8b;
}
@media screen and (max-width: 720px) {
  .start_flow-arrow {
    transform: rotate(90deg);
  }
}
.start_option-caption {
  margin-top: 4px;
}
#direction .flex_center {
  display: flex;
  justify-content: center;
}
#direction .flex_start {
  display: flex;
  justify-content: flex-start;
}
#direction .align_center {
  align-items: center;
}
#direction .flex_wrap {
  flex-wrap: wrap;
}
#direction .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #00a59a;
  margin-bottom: 40px;
  padding: 16px 0;
}
#direction .wrapper {
  width: 960px;
  margin: 0 auto;
}
body article {
  margin-top: 0;
  font-size: 16px;
}
body article section.first_view {
  height: 320px;
  background-image: url("/images/solution/direction/fv_bg_direction.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
body article section.first_view .breadcrumb {
  width: 960px;
  margin: 0 auto 14px;
  padding-top: 82px;
}
body article section.first_view .breadcrumb a {
  color: #e0f2f1;
}
body article section.first_view .breadcrumb a:hover {
  text-decoration: underline;
}
body article section.first_view .first_title {
  margin-bottom: 12px;
}
body article section.first_view .subttl {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
body article section.first_view .btn {
  width: 304px;
  margin: 0 auto;
  text-align: center;
  border-radius: 28px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
}
body article section.first_view .btn:hover {
  background-color: #ffea60;
}
body article section.first_view .btn:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
body article section.first_view .btn a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #455a64;
  display: block;
  padding: 16px 0;
}
#direction .under_mv .desc {
  font-size: 32px;
  color: #566d77;
  text-align: center;
  margin-bottom: 80px;
}
#direction .recommend .ttl {
  line-height: 0.75;
}
#direction .recommend .unordered {
  width: 720px;
  margin: 0 auto 80px;
}
#direction .recommend .list {
  font-size: 24px;
  font-weight: 600;
  color: #566d77;
  line-height: 1.33;
  margin-bottom: 24px;
  padding-left: 1em;
  text-indent: -0.6em;
}
#direction .recommend .list .fa {
  color: #26a69a;
  margin-right: 4px;
}
#direction .feature .box_parent {
  margin-bottom: 24px;
}
#direction .feature .box_parent .box:nth-child(odd) .left .subttl,
#direction .feature .box_parent .box:nth-child(even) .right .subttl {
  font-size: 32px;
  color: #566d77;
  margin-bottom: 16px;
}
#direction .feature .box_parent .box:nth-child(odd) .left .desc,
#direction .feature .box_parent .box:nth-child(even) .right .desc {
  color: #607d8b;
}
#direction .feature .box_parent .box {
  margin-bottom: 64px;
}
#direction .feature .box_parent .box:last-child {
  margin-bottom: 0;
}
#direction .feature .box_parent .box .left {
  width: 468px;
  margin-right: 24px;
}
#direction .feature .box_parent .box .left .img_box img,
#direction .feature .box_parent .box .right .img_box img {
  width: 100%;
  display: block;
}
#direction .feature .box_parent .box .right {
  width: 468px;
}
#direction .feature .box_parent .box .right .img_box_left {
  width: 200px;
  margin-right: 8px;
}
#direction .feature .box_parent .box .right .img_box_left img {
  width: 100%;
  display: block;
}
#direction .feature .cart_system {
  margin-bottom: 80px;
}
#direction .feature .cart_system .subttl {
  font-size: 24px;
  font-weight: 600;
  color: #26a69a;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}
#direction .feature .cart_system .subttl::before {
  content: '';
  display: inline-block;
  background-color: #26a69a;
  width: 330px;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
}
#direction .feature .cart_system .subttl::after {
  content: '';
  display: inline-block;
  background-color: #26a69a;
  width: 330px;
  height: 1px;
  top: 50%;
  right: 0;
  position: absolute;
}
#direction .feature .cart_system .box_parent {
  margin-bottom: 10px;
}
#direction .feature .cart_system .box_parent .left,
#direction .feature .cart_system .box_parent .center,
#direction .feature .cart_system .box_parent .right {
  width: 246px;
  display: flex;
  align-items: center;
}
#direction .feature .cart_system .box_parent .center {
  margin: 0 111px;
}
#direction .feature .cart_system .desc {
  color: #607d8b;
  text-align: center;
}
#direction .results .example1 .company,
#direction .results .example2 .company {
  margin-bottom: 24px;
}
#direction .results .example1 .company .left,
#direction .results .example2 .company .left {
  width: 468px;
  margin-right: 24px;
}
#direction .results .example1 .company .left .img_box,
#direction .results .example2 .company .left .img_box {
  width: 468px;
}
#direction .results .example1 .company .left .img_box img,
#direction .results .example2 .company .left .img_box img {
  width: 100%;
  display: block;
}
#direction .results .example1 .company .right,
#direction .results .example2 .company .right {
  width: 468px;
}
#direction .results .example1 .company .right .subttl,
#direction .results .example2 .company .right .subttl {
  font-size: 32px;
  font-weight: 600;
  color: #566d77;
  margin-bottom: 16px;
}
#direction .results .example1 .company .right .service,
#direction .results .example2 .company .right .service {
  font-weight: 600;
  color: #607d8b;
}
#direction .results .example1 .company .right .desc,
#direction .results .example2 .company .right .desc {
  color: #607d8b;
}
#direction .results .example1 .content {
  margin-bottom: 56px;
  position: relative;
}
#direction .results .example1 .content .left {
  width: 520px;
}
#direction .results .example1 .content .left .top {
  margin-bottom: 8px;
}
#direction .results .example1 .content .left .top .img_box img {
  width: 100%;
  display: block;
}
#direction .results .example1 .content .left .bottom .subsubttl {
  font-weight: 600;
  color: #566d77;
}
#direction .results .example1 .content .right {
  width: 520px;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: -1;
}
#direction .results .example1 .content .right .top .subsubttl {
  font-weight: 600;
  color: #566d77;
  text-align: right;
  margin-bottom: 8px;
}
#direction .results .example1 .content .right .bottom .img_box img {
  width: 100%;
  display: block;
}
#direction .results .example1 .increase {
  margin-bottom: 64px;
}
#direction .results .example1 .increase .box_patent .box {
  width: 304px;
  border: solid 4px #fa6400;
  border-radius: 16px;
  text-align: center;
  padding: 11px 0;
}
#direction .results .example1 .increase .box_patent .box.center {
  margin: 0 24px;
}
#direction .results .example1 .increase .box_patent .box .subttl {
  font-size: 24px;
  font-weight: 600;
  color: #fa6400;
  line-height: 1;
  margin-bottom: 6px;
}
#direction .results .example1 .increase .box_patent .box p {
  font-size: 40px;
  color: #fa6400;
  line-height: 1;
  font-weight: 600;
}
#direction .results .example1 .increase .box_patent .box p .number {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: bold;
}
#direction .results .example1 .increase .box_patent .box p .percent {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  margin-left: -12px;
}
#direction .results .example2 .content {
  position: relative;
  margin-bottom: 64px;
  height: 372px;
}
#direction .results .example2 .content .left {
  width: 520px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0
}
#direction .results .example2 .content .right {
  width: 520px;
  position: absolute;
  top: 80px;
  right: 0;
}
#direction .results .example2 .content .right .box_parent .box {
  width: 160px;
}
#direction .results .example2 .content .right .box_parent .box:nth-child(2) {
  margin: 0 20px;
}
#direction .results .production_results {
  margin-bottom: 80px;
}
#direction .results .production_results .subttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #26a69a;
  position: relative;
  margin-bottom: 24px;
}
#direction .results .production_results .subttl::before {
  content: '';
  width: 220px;
  height: 1px;
  display: inline-block;
  background-color: #26a69a;
  position: absolute;
  top: 50%;
  left: 0;
}
#direction .results .production_results .subttl::after {
  content: '';
  width: 220px;
  height: 1px;
  display: inline-block;
  background-color: #26a69a;
  position: absolute;
  top: 50%;
  right: 0;
}
#direction .results .production_results .box_parent {

}
#direction .results .production_results .box_parent .box {
  width: 304px;
}
#direction .results .production_results .box_parent .box:nth-child(2) {
  margin: 0 24px;
}
#direction .results .production_results .box_parent .box .img_box {
  width: 304px;
  margin-bottom: 16px;
}
#direction .results .production_results .box_parent .box .img_box img {
  width: 100%;
  display: block;
}
#direction .results .production_results .box_parent .box .ttl {
  font-size: 24px;
  font-weight: 600;
  color: #566d77;
  margin-bottom: 8px;
  background-color: initial;
  text-align: left;
  padding: 0;
}
#direction .results .production_results .box_parent .box .industry {
  font-weight: 600;
  color: #566d77;
}
#direction .flow {
  margin-bottom: 80px;
}
#direction .flow .desc {
  font-size: 32px;
  color: #566d77;
  text-align: center;
  margin-bottom: 32px;
}
#direction .flow .box_parent  {
  margin-bottom: 24px;
}
#direction .flow .box_parent .box {
  width: 176px;
  border: 1px solid #26a69a;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
}
#direction .flow .box_parent .box:last-child {
  margin-right: 0;
}
#direction .flow .box_parent .box::after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-size: 40px;
  font-weight: 600;
  color: #becad0;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
}
#direction .flow .box_parent .box:last-child::after {
  display: none;
}
#direction .flow .box_parent .box .subttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  padding: 13px 0;
}
#direction .flow .box_parent .box .box_desc {
  color: #607d8b;
  padding: 16px 15px;
}
#direction .flow .btn {
  width: 304px;
  margin: 0 auto;
  text-align: center;
}
#direction .flow .btn a {
  font-weight: 600;
  color: #455a64;
  line-height: 1;
  padding: 12px 0;
  display: block;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
  border-radius: 28px;
}
#direction .flow .btn a:hover {
  background-color: #ffea60;
}
#direction .flow .btn a:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
#direction .action_example {
  margin-bottom: 80px;
}
#direction .action_example .box_parent {
  margin-bottom: 24px;
}
#direction .action_example .box_parent .box {
  width: 304px;
  margin-bottom: 40px;
}
#direction .action_example .box_parent .box:nth-child(3n-1) {
  margin: 0 24px;
}
#direction .action_example .box_parent .box:last-child,
#direction .action_example .box_parent .box:nth-last-child(2),
#direction .action_example .box_parent .box:nth-last-child(3) {
  margin-bottom: 0;
}
#direction .action_example .box_parent .box .img_box {
  width: 304px;
  margin-bottom: 16px;
}
#direction .action_example .box_parent .box .img_box img {
  width: 100%;
  display: block;
}
#direction .action_example .box_parent .box .subttl {
  font-weight: 600;
  margin-bottom: 8px;
  color: #566d77;
}
#direction .action_example .box_parent .box .desc {
  color: #607d8b;
}
#direction .action_example .btn {
  width: 304px;
  margin: 0 auto;
  text-align: center;
}
#direction .action_example .btn a {
  font-weight: 600;
  color: #455a64;
  line-height: 1;
  padding: 12px 0;
  display: block;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
  border-radius: 28px;
}
#direction .action_example .btn a:hover {
  background-color: #ffea60;
}
#direction .action_example .btn a:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
#direction .related_services {
  margin-bottom: 80px;
}
#direction .related_services .box_parent .box {
  width: 304px;
}
#direction .related_services .box_parent .box:nth-child(2) {
  margin: 0 24px;
}
#direction .related_services .box_parent .box .img_box {
  width: 304px;
  margin-bottom: 16px;
  position: relative;
}
#direction .related_services .box_parent .box .img_box img {
  width: 100%;
  display: block;
}
#direction .related_services .box_parent .box .img_box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(38, 166, 154, 0.7);
  transition: all 0.2s ease;
}
#direction .related_services .box_parent .box .img_box:hover .mask {
  opacity: 1;
}
#direction .related_services .box_parent .box .img_box .mask .caption {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
#direction .related_services .box_parent .box .img_box .mask .caption .fas {
  margin-right: 4px;
}
#direction .related_services .box_parent .box .subttl {
  font-size: 24px;
  color: #26a69a;
  height: 54px;
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  padding-left: 12px;
  margin-bottom: 16px;
  line-height: 1.25;
  transition: 0.2s ease;
}
#direction .related_services .box_parent .box .subttl:hover {
  color: #5bc1ba;
  text-decoration: underline;
  transition: 0.2s ease;
}
#direction .related_services .box_parent .box .subttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 52px;
  background-color: #26a69a;
  position: absolute;
  top: 0;
  left: 0;
}
#direction .related_services .box_parent .box .subttl:hover::before {
  background-color: #5bc1ba;
}
#direction .related_services .box_parent .box .desc {
  height: 64px;
  color: #607d8b;
  margin-bottom: 16px;
}
#direction .related_services .box_parent .box .detail a {
  font-weight: 600;
  color: #26a69a;
  transition: all 0.2s ease;
}
#direction .related_services .box_parent .box .detail a:hover {
  color: #5bc1ba;
}
#direction .related_services .box_parent .box .detail a .fas {
  font-weight: 600;
  margin-right: 4px;
}
#direction .related_services .box_parent .box .detail a span {
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .column {
    flex-direction: column;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  #direction .ttl {
    line-height: 1.5;
    padding: 10px 0;
    margin-bottom: 24px;
  }
  #direction .wrapper {
    width: 256px;
  }
  body article section.first_view {
    background-position: center;
    margin-bottom: 24px;
  }
  body article section.first_view .breadcrumb {
    display: none;
  }
  body article section.first_view .first_title {
    line-height: 1.25;
    padding-top: 85px;
  }
  body article section.first_view .subttl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  body article section.first_view .btn {
    width: 256px;
  }
  body article section.first_view .btn a {
    font-size: 20px;
  }
  #direction .under_mv .desc {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #direction .recommend .ttl {
    line-height: 1.5;
  }
  #direction .recommend .unordered {
    width: 252px;
    margin-bottom: 40px;
  }
  #direction .recommend .list {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #direction .feature .box_parent {
    margin-bottom: 0;
  }
  #direction .feature .box_parent .box {
    margin-bottom: 24px;
  }
  #direction .feature .box_parent .box .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  #direction .feature .box_parent .box:nth-child(odd) .left .subttl,
  #direction .feature .box_parent .box:nth-child(even) .right .subttl {
    font-size: 20px;
  }
  #direction .feature .box_parent .box .right {
    width: 100%;
    margin-bottom: 16px;
  }
  #direction .feature .box_parent .box .right .img_box_left {
    margin-right: 0;
  }
  #direction .feature .cart_system {
    margin-bottom: 40px;
  }
  #direction .feature .cart_system .subttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #direction .feature .cart_system .subttl::before,
  #direction .feature .cart_system .subttl::after {
    width: 25px;
  }
  #direction .feature .cart_system .box_parent .left,
  #direction .feature .cart_system .box_parent .center,
  #direction .feature .cart_system .box_parent .right {
    margin: 0 auto 16px;
  }
  #direction .results .example1 .company,
  #direction .results .example2 .company {
    align-items: flex-start;
  }
  #direction .results .example1 .company .left,
  #direction .results .example2 .company .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  #direction .results .example1 .company .left .img_box,
  #direction .results .example2 .company .left .img_box {
    width: 100%;
  }
  #direction .results .example1 .company .right,
  #direction .results .example2 .company .right {
    width: 100%;
  }
  #direction .results .example1 .company .right .subttl,
  #direction .results .example2 .company .right .subttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #direction .results .example1 .company .right .service,
  #direction .results .example2 .company .right .service {
    font-size: 12px;
    margin-bottom: 17px;
  }
  #direction .results .example1 .content {
    margin-bottom: 16px;
    position: initial;
  }
  #direction .results .example1 .content .left {
    width: 100%;
    margin-bottom: 24px;
  }
  #direction .results .example1 .content .right {
    width: 100%;
    position: initial;
    display: flex;
    flex-direction: column-reverse;
  }
  #direction .results .example1 .content .right .top .subsubttl {
    text-align: left;
  }
  #direction .results .example1 .content .right .bottom {
    margin-bottom: 8px;
  }
  #direction .results .example1 .increase {
    margin-bottom: 24px;
  }
  #direction .results .example1 .increase .box_patent .box {
    width: 100%;
    margin-bottom: 16px;
    padding: 14px 0;
  }
  #direction .results .example1 .increase .box_patent .box.center {
    margin-bottom: 16px;
  }
  #direction .results .example1 .increase .box_patent .box .subttl {
    margin-bottom: 12px;
  }
  #direction .results .example1 .increase .box_patent .box p {
    font-size: 24px;
  }
  #direction .results .example1 .increase .box_patent .box p .number {
    font-size: 48px;
  }
  #direction .results .example1 .increase .box_patent .box p .percent {
    font-size: 16px;
    margin-left: -6px;
  }
  #direction .results .example2 .content {
    position: initial;
    height: auto;
    margin-bottom: 24px;
  }
  #direction .results .example2 .content .left {
    width: 100%;
    position: initial;
    margin-bottom: 16px;
  }
  #direction .results .example2 .content .right {
    width: 100%;
    position: initial;
  }
  #direction .results .example2 .content .right .box_parent .box,
  #direction .results .example2 .content .right .box_parent .box:nth-child(2) {
    margin: 0 auto 16px;
  }
  #direction .results .production_results {
    margin-bottom: 16px;
  }
  #direction .results .production_results .subttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #direction .results .production_results .subttl::before,
  #direction .results .production_results .subttl::after {
    width: 32px;
  }
  #direction .results .production_results .box_parent .box,
  #direction .results .production_results .box_parent .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 24px;
  }
  #direction .results .production_results .box_parent .box .img_box {
    width: 100%;
    margin-bottom: 4px;
  }
  #direction .results .production_results .box_parent .box .ttl {
    font-size: 20px;
    margin-bottom: 0;
  }
  #direction .flow {
    margin-bottom: 40px;
  }
  #direction .flow .desc {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #direction .flow .box_parent .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #direction .flow .box_parent .box::after {
    top: initial;
    right: 50%;
    bottom: -42px;
    transform: translate(50%, 0) rotate(90deg);
  }
  #direction .flow .box_parent .box:last-child {
    margin-bottom: 0;
  }
  #direction .flow .box_parent .box .box_desc {
    padding: 16px 14px;
  }
  #direction .flow .btn {
    width: 256px;
  }
  #direction .action_example {
    margin-bottom: 40px;
  }
  #direction .action_example .box_parent .box {
    width: 100%;
  }
  #direction .action_example .box_parent .box .img_box {
    width: 100%;
    margin-bottom: 12px;
  }
  #direction .action_example .box_parent .box:nth-child(3n-1),
  #direction .action_example .box_parent .box:nth-last-child(2),
  #direction .action_example .box_parent .box:nth-last-child(3) {
    margin: 0 auto 40px;
  }
  #direction .action_example .btn {
    width: 256px;
  }
  #direction .related_services {
    margin-bottom: 0;
  }
  #direction .related_services .box_parent .box {
    width: 100%;
    margin-bottom: 40px;
  }
  #direction .related_services .box_parent .box:nth-child(2) {
    margin: 0 auto 40px;
  }
  #direction .related_services .box_parent .box .img_box {
    width: 100%;
  }
  #direction .related_services .box_parent .box .subttl {
    height: 40px;
    font-size: 16px;
    line-height: 1.5;
  }
  #direction .related_services .box_parent .box .subttl::before {
    height: 40px;
  }
  #direction .related_services .box_parent .box .desc {
    margin-bottom: 20px;
  }

  /*footerからh4削除のテスト用*/
  .footer_subtitle {
    margin-bottom: 20px;
  }
}
/*@media screen and (max-width: 960px) {
}
@media screen and (min-width: 721px) and (max-width: 960px) {
}
@media screen and (max-width: 480px) {
}*/
