@charset "utf-8";
#solution_top .flex_center {
  display: flex;
  justify-content: center;
}
#solution_top .flex_start {
  display: flex;
  justify-content: flex-start;
}
#solution_top .align_center {
  align-items: center;
}
#solution_top .flex_wrap {
  flex-wrap: wrap;
}
#solution_top .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #00a59a;
  margin-bottom: 40px;
  padding: 16px 0;
}
#solution_top .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/fv_bg_solutionTop.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;
}
#solution_top .under_mv {
  margin-bottom: 80px;
}
#solution_top .under_mv .desc {
  font-size: 32px;
  color: #566d77;
  text-align: center;
  margin-bottom: 40px;
}
#solution_top .under_mv .solution_box {
  margin-bottom: 32px;
}
#solution_top .under_mv .solution_box .left,
#solution_top .under_mv .solution_box .center,
#solution_top .under_mv .solution_box .right {
  width: 304px;
}
#solution_top .under_mv .solution_box .center {
  margin: 0 24px;
}
#solution_top .under_mv .solution_box .img {
  width: 304px;
  margin-bottom: 24px;
}
#solution_top .under_mv .solution_box .img img {
  display: block;
  width: 100%;
}
#solution_top .under_mv .solution_box .solution_ttl {
  font-weight: 600;
  color: #607d8b;
  margin-bottom: 8px;
  text-align: center;
}
#solution_top .under_mv .solution_box .solution_ttl span {
  font-size: 24px;
  font-weight: 600;
}
#solution_top .under_mv .solution_box .unorderedlist .list {
  font-weight: 600;
  color: #607d8b;
  margin-bottom: 2px;
}
#solution_top .under_mv .solution_box .unorderedlist .list .fa {
  color: #26a69a;
  margin-right: 5px;
}
#solution_top .under_mv .box {
  width: 960px;
  margin: 0 auto;
}
#solution_top .under_mv .box .left {
  margin-right: 24px;
}
#solution_top .under_mv .box .left .link_ttl,
#solution_top .under_mv .box .right .link_ttl {
  font-size: 24px;
  font-weight: 600;
  color: #26a69a;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
#solution_top .under_mv .box .left .link_ttl::before {
  content: '';
  display: inline-block;
  background-color: #26a69a;
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
#solution_top .under_mv .box .right .link_ttl::before {
  content: '';
  display: inline-block;
  background-color: #26a69a;
  width: 118px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
#solution_top .under_mv .box .left .link_ttl::after,
#solution_top .under_mv .box .right .link_ttl::after {
  content: '';
  display: inline-block;
  background-color: #26a69a;
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
}
#solution_top .under_mv .box .right .link_ttl::after {
  content: '';
  display: inline-block;
  background-color: #26a69a;
  width: 118px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
}
#solution_top .under_mv .box .left .link_btn,
#solution_top .under_mv .box .right .link_btn {
  width: 468px;
  text-align: center;
  border: 2px solid #dbf0ef;
  border-radius: 32px;
  line-height: 1;
  position: relative;
}
#solution_top .under_mv .box .left .link_btn:hover,
#solution_top .under_mv .box .right .link_btn:hover {
  border: 2px solid #5bc1ba;
  background-color: #dbf0ef;
  box-shadow: 0 1px 8px 0 rgba(91, 193, 186, 0.5);
}
#solution_top .under_mv .box .left .link_btn .fas,
#solution_top .under_mv .box .right .link_btn .fas {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 16px;
  color: #dbf0ef;
  transform: translate(0, -50%);
}
#solution_top .under_mv .box .left .link_btn:hover .fas,
#solution_top .under_mv .box .right .link_btn:hover .fas {
    color: #00a59a;
}
#solution_top .under_mv .box .left .link_btn a,
#solution_top .under_mv .box .right .link_btn a {
  font-size: 32px;
  font-weight: 600;
  color: #00a59a;
  text-decoration: none;
  padding: 16px 0;
  display: block;
}
#solution_top .uiux {
  margin-bottom: 16px;
}
#solution_top .uiux .ttl_desc {
  width: 468px;
  margin: 0 auto 48px;
  color: #607d8b;
}
#solution_top .uiux .box_parent .box {
  width: 304px;
  margin-bottom: 64px;
}
#solution_top .uiux .box_parent .box:nth-child(3n-1) {
  margin: 0 24px;
}
#solution_top .uiux .box_parent .box .img_box {
  width: 304px;
  margin-bottom: 16px;
  position: relative;
}
#solution_top .uiux .box_parent .box .img_box img {
  width: 100%;
  display: block;
}
#solution_top .uiux .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: 0.2s ease;
}
#solution_top .uiux .box_parent .box .img_box:hover .mask {
  opacity: 1;
}
#solution_top .uiux .box_parent .box .img_box .mask .caption {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
#solution_top .uiux .box_parent .box .img_box .mask .caption .fas {
  margin-right: 4px;
}
#solution_top .uiux .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;
}
#solution_top .uiux .box_parent .box .subttl:hover {
  color: #5bc1ba;
  text-decoration: underline;
  transition: 0.2s ease;
}
#solution_top .uiux .box_parent .box .subttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 52px;
  background-color: #26a69a;
  position: absolute;
  top: 0;
  left: 0;
}
#solution_top .uiux .box_parent .box .subttl:hover::before {
  background-color: #5bc1ba;
}
#solution_top .uiux .box_parent .box .desc {
  height: 64px;
  color: #607d8b;
  margin-bottom: 16px;
}
#solution_top .uiux .box_parent .box .detail a {
  font-weight: 600;
  color: #26a69a;
  transition: 0.2s ease;
}
#solution_top .uiux .box_parent .box .detail a:hover {
  color: #5bc1ba;
}
#solution_top .uiux .box_parent .box .detail a .fas {
  font-weight: 600;
  margin-right: 4px;
}
#solution_top .uiux .box_parent .box .detail a span {
  text-decoration: underline;
  font-weight: bold;
}
#solution_top .dx {
  margin-bottom: 16px;
}
#solution_top .dx .ttl_desc {
  width: 468px;
  margin: 0 auto 48px;
  color: #607d8b;
}
#solution_top .dx .box_parent .box {
  width: 304px;
  margin-bottom: 64px;
}
#solution_top .dx .box_parent .box:nth-child(3n-1) {
  margin: 0 24px;
}
#solution_top .dx .box_parent .box .img_box {
  width: 304px;
  margin-bottom: 16px;
  position: relative;
}
#solution_top .dx .box_parent .box .img_box img {
  width: 100%;
  display: block;
}
#solution_top .dx .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: 0.2s ease;
}
#solution_top .dx .box_parent .box .img_box:hover .mask {
  opacity: 1;
}
#solution_top .dx .box_parent .box .img_box .mask .caption {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
#solution_top .dx .box_parent .box .img_box .mask .caption .fas {
  margin-right: 4px;
}
#solution_top .dx .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;
}
#solution_top .dx .box_parent .box .subttl:hover {
  color: #5bc1ba;
  text-decoration: underline;
  transition: 0.2s ease;
}
#solution_top .dx .box_parent .box .subttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 52px;
  background-color: #26a69a;
  position: absolute;
  top: 0;
  left: 0;
}
#solution_top .dx .box_parent .box .subttl:hover::before {
  background-color: #5bc1ba;
}
#solution_top .dx .box_parent .box .desc {
  height: 64px;
  color: #607d8b;
  margin-bottom: 16px;
}
#solution_top .dx .box_parent .box:nth-last-child(-n+3) .desc {
  height: 88px;
}
#solution_top .dx .box_parent .box .detail a {
  font-weight: 600;
  color: #26a69a;
  transition: 0.2s ease;
}
#solution_top .dx .box_parent .box .detail a:hover {
  color: #5bc1ba;
}
#solution_top .dx .box_parent .box .detail a .fas {
  font-weight: 600;
  margin-right: 4px;
}
#solution_top .dx .box_parent .box .detail a span {
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  #solution_top .column {
    flex-direction: column;
  }
  #solution_top .reverse {
    flex-direction: column-reverse;
  }
  #solution_top .ttl {
    line-height: 1.5;
    padding: 10px 0;
    margin-bottom: 24px;
  }
  #solution_top .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: 103px;
    margin-bottom: 44px;
  }
  body article section.first_view .subttl {
    font-size: 16px;
    font-weight: 600;
    width: 256px;
    margin: 0 auto 14px;
  }
  body article section.first_view .btn {
    width: 256px;
  }
  body article section.first_view .btn a {
    font-size: 20px;
  }
  #solution_top .under_mv {
    margin-bottom: 40px;
  }
  #solution_top .under_mv .box .left {
    margin-right: 0;
    margin-bottom: 40px;
  }
  #solution_top .under_mv .box .left .link_ttl,
  #solution_top .under_mv .box .right .link_ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #solution_top .under_mv .box .left .link_ttl::before,
  #solution_top .under_mv .box .left .link_ttl::after {
    width: 25px;
  }
  #solution_top .under_mv .box .right .link_ttl::before,
  #solution_top .under_mv .box .right .link_ttl::after {
    width: 48px;
  }
  #solution_top .under_mv .box .left .link_btn,
  #solution_top .under_mv .box .right .link_btn {
    width: 100%;
  }
  #solution_top .under_mv .box .left .link_btn a,
  #solution_top .under_mv .box .right .link_btn a {
    font-size: 16px;
  }
  #solution_top .under_mv .box .left .link_btn .fas,
  #solution_top .under_mv .box .right .link_btn .fas {
    font-size: 24px;
  }
  #solution_top .under_mv .desc {
    font-size: 20px;
    width: 256px;
    margin: 0 auto 40px;
  }
  #solution_top .under_mv .solution_box {
    width: 256px;
    margin: 0 auto 64px;
  }
  #solution_top .under_mv .solution_box .left,
  #solution_top .under_mv .solution_box .center,
  #solution_top .under_mv .solution_box .right {
    width: 100%;
  }
  #solution_top .under_mv .solution_box .left,
  #solution_top .under_mv .solution_box .center {
    margin: 0 0 40px;
  }
  #solution_top .under_mv .solution_box .img {
    width: 100%;
  }
  #solution_top .under_mv .box {
    width: 256px;
    margin: 0 auto;
  }
  #solution_top .uiux {
    margin-bottom: 0;
  }
  #solution_top .uiux .ttl_desc {
    width: 256px;
    margin: 0 auto 40px;
  }
  #solution_top .uiux .box_parent .box {
    width: 100%;
    margin-bottom: 40px;
  }
  #solution_top .uiux .box_parent .box:nth-child(3n-1) {
    margin: 0 auto 40px;
  }
  #solution_top .uiux .box_parent .box .img_box {
    width: 100%;
  }
  #solution_top .uiux .box_parent .box .subttl {
    height: 40px;
    font-size: 16px;
    line-height: 1.5;
  }
  #solution_top .uiux .box_parent .box .subttl::before {
    height: 40px;
  }
  #solution_top .uiux .box_parent .box .desc {
    margin-bottom: 16px;
    height: auto;
  }
  #solution_top .dx .ttl_desc {
    width: 256px;
    margin: 0 auto 40px;
  }
  #solution_top .dx .box_parent .box {
    width: 100%;
    margin-bottom: 40px;
  }
  #solution_top .dx .box_parent .box:nth-child(3n-1) {
    margin: 0 auto 40px;
  }
  #solution_top .dx .box_parent .box .img_box {
    width: 100%;
  }
  #solution_top .dx .box_parent .box .subttl {
    height: 40px;
    font-size: 16px;
    line-height: 1.5;
  }
  #solution_top .dx .box_parent .box .subttl::before {
    height: 40px;
  }
  #solution_top .dx .box_parent .box .desc {
    margin-bottom: 16px;
    height: auto;
  }
  #solution_top .dx .box_parent .box:nth-last-child(-n+3) .desc {
    height: auto;
  }
}
