/* Top CSS */

/* _setting CSS */

/* Desktops and laptops */

@media print, screen and (min-width: 751px) {
  #kv {
    overflow: hidden;
    padding: 200px 0 0 0;
    background: url(../images/top/kv_skin.jpg) 50vw top no-repeat;
    color: #fff;
  }
  #kv .title {
    width: 1100px;
    min-height: 299px;
    margin: 0 auto 0 auto;
    font-style: italic;
    font-size: 13rem;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  #kv .title strong {
    min-height: 1em;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    background: linear-gradient(90deg, #e1e1e1 0%, #ffffff 100%);
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(-3px 3px 8px rgba(0, 0, 0, 0.2))
      drop-shadow(3px -2px 4px white);
  }
  #kv .title strong:nth-child(2) {
    margin-top: -40px;
  }
  #kv .title.animate strong {
    transition: all 600ms ease-out;
    transition-delay: 400ms;
    width: 1%;
    padding: 10px 0 10px 0;
    margin-left: -50px;
    box-sizing: content-box;
    overflow: hidden;
    opacity: 0;
  }
  #kv .title.animate strong:last-child {
    transition-delay: 800ms;
  }
  #kv .title.animate.finish strong {
    width: 100%;
    padding: 10px 40px 10px 20px;
    margin-left: -10px;
    opacity: 1;
  }
  #kv .title_sub {
    width: 1100px;
    margin: 0 auto;
  }
  #kv .title_sub strong {
    padding: 0 1rem 2rem 2rem;
    font-size: 4rem;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  #kv .title_sub strong:nth-child(1) {
    background: linear-gradient(90deg, #171a5f 0%, #0093d1 100%);
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
  }
  #kv .title_sub strong:nth-child(1)::after {
    content: "";
    width: 108px;
    height: 1px;
    margin: 0 -5px 0 10px;
    display: inline-block;
    vertical-align: middle;
    background: #1d8ac8;
  }
  #kv .title_sub.animate {
    transition: all 600ms ease-out;
    transition-delay: 1200ms;
    opacity: 0;
    white-space: nowrap;
  }
  #kv .title_sub.animate.finish {
    opacity: 1;
  }
  #kv .link_area {
    width: 100%;
    height: 453px;
    overflow: hidden;
    position: relative;
  }
  #kv .link_area .inner {
    width: 1100px;
    padding: 140px 0 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #kv .link_area .inner h4 {
    padding-top: 1em;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  #kv .link_area .inner h4 strong {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
  }
  #kv .link_area .inner .btn a span {
    background: none;
    color: #fff;
  }
  #kv .link_area .logo {
    position: absolute;
    top: 75px;
    right: 77px;
  }
  #kv .link_area::before {
    content: "";
    width: 47.65vw;
    height: 261px;
    background: url("../images/top/asset_ellipse1.png") right top no-repeat;
    position: absolute;
    bottom: 190px;
    left: 0;
  }
  #kv .link_area::after {
    content: "";
    width: 47.65vw;
    height: 197px;
    background: url("../images/top/asset_ellipse1_shadow.png") right bottom
      no-repeat;
    position: absolute;
    top: 261px;
    left: 0;
  }
  #kv .link_area.animate h4,
  #kv .link_area.animate .btn {
    opacity: 0;
    transition: all 600ms ease-out;
    transition-delay: 1600ms;
  }
  #kv .link_area.animate .logo {
    opacity: 0;
    transition: all 800ms ease-out;
    transition-delay: 2000ms;
  }
  #kv .link_area.animate::before,
  #kv .link_area.animate::after {
    opacity: 0;
    height: 0;
    transition: all 600ms ease-out;
    transition-delay: 1200ms;
  }
  #kv .link_area.animate.finish h4,
  #kv .link_area.animate.finish .btn,
  #kv .link_area.animate.finish .logo {
    opacity: 1;
  }
  #kv .link_area.animate.finish::before {
    opacity: 1;
    height: 261px;
  }
  #kv .link_area.animate.finish::after {
    opacity: 1;
    height: 197px;
  }
  #area {
    padding-top: 30px;
  }
  #area .intro {
    width: 100%;
    height: 990px;
    padding-top: 65px;
    position: relative;
  }
  #area .intro .head {
    max-width: 1380px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    z-index: 2;
  }
  #area .intro .head .title strong {
    font-size: 3.6rem;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    background: linear-gradient(90deg, #171a5f 0%, #0093d1 100%);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 0.1em;
  }
  #area .intro .head p {
    padding: 20px 40px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
  }
  #area .intro .head p img {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  #area .intro .map {
    position: absolute;
    width: 100%;
    max-width: 1560px;
    height: 100%;
    margin: 0 auto;
    top: 65px;
    left: 0;
    right: 0;
  }
  #area .intro .map .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #area .intro .map .img.markers {
    background-image: url("../images/top/asset_map_markars.png");
  }
  #area .intro .map .img.world {
    background-image: url("../images/top/asset_map.png");
  }
  #area .intro .map .img.shadow {
    background-image: url("../images/top/asset_map_shadow.png");
  }
  #area .intro .map.animate .markers {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
    transition: all 600ms ease-out;
    transition-delay: 600ms;
  }
  #area .intro .map.animate .world {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: all 600ms ease-out;
  }
  #area .intro .map.animate .shadow {
    opacity: 0;
    transition: all 600ms ease-out;
  }
  #area .intro .map.animate.finish .markers {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #area .intro .map.animate.finish .world {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #area .intro .map.animate.finish .shadow {
    opacity: 1;
  }
  #area .result .head .title_sub {
    margin: -125px 0 30px 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.06em;
  }
  #area .result .head .lead {
    width: 100%;
    margin-bottom: 60px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  #area .result .data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  #area .result .data li {
    min-width: 460px;
    margin-bottom: 35px;
  }
  #area .result .data li:nth-child(3) {
    margin-right: 50px;
  }
  #area .result .data li dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  #area .result .data li dl dd {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #6256a2;
    letter-spacing: 0em;
  }
  #area .result .data li dl dd strong {
    display: inline-block;
    text-align: right;
    font-size: 15rem;
    font-weight: bold;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  /*#area .result .data li dl dd strong.data_num1, #area .result .data li dl dd strong.data_num3, #area .result .data li dl dd strong.data_num3_2 {
    width: 200px;
  }*/
  #area .result .data li dl dd strong.data_num2 {
    width: 500px;
  }
  #area .result .data li dl dd strong.data_num4 {
    width: 400px;
  }
  #area .result .data li dl dd i {
    font-size: 5rem;
    font-weight: bold;
    font-style: normal;
    transform: translate3d(0, -30px, 0);
    display: inline-block;
    color: #0591cf;
  }
  #area .result .data li dl dd i:nth-child(3) {
    margin-left: 50px;
  }
  #area .result .data li dl dd sub {
    margin-right: 5px;
    font-size: 5rem;
    font-weight: bold;
    font-style: normal;
    color: #0591cf;
    transform: translate3d(0, -5px, 0);
    display: inline-block;
  }
  #area .decoration {
    width: 100%;
    height: 471px;
    margin: -100px 0 0 0;
    position: relative;
    overflow: hidden;
  }
  #area .decoration::before {
    content: "";
    width: 52.95vw;
    height: 264px;
    background: url("../images/top/asset_ellipse2.png") left top no-repeat;
    position: absolute;
    bottom: 207px;
    right: 0;
  }
  #area .decoration::after {
    content: "";
    width: 52.95vw;
    height: 207px;
    background: url("../images/top/asset_ellipse2_shadow.png") left bottom
      no-repeat;
    position: absolute;
    top: 264px;
    right: 0;
  }
  #area .decoration.animate::before,
  #area .decoration.animate::after {
    opacity: 0;
    height: 0;
    transition: all 600ms ease-out;
    transition-delay: 200ms;
  }
  #area .decoration.animate.finish::before {
    opacity: 1;
    height: 264px;
  }
  #area .decoration.animate.finish::after {
    opacity: 1;
    height: 207px;
  }
  #business {
    margin-top: -310px;
    position: relative;
    z-index: 2;
    margin-bottom: 230px;
    padding-top: 80px;
  }
  #business .head {
    margin-bottom: 40px;
  }
  #business .head .title {
    margin-bottom: 40px;
  }
  #business .head .title strong {
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  #business .head .lead {
    margin-bottom: 40px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0.03em;
  }
  #business .head .lead.animate {
    display: inline-block;
    width: 1%;
    opacity: 0;
    transition: all 1000ms ease-out;
    transition-delay: 300ms;
    white-space: nowrap;
    overflow: hidden;
    filter: blur(32px);
  }
  #business .head .lead.animate.finish {
    width: 100%;
    opacity: 1;
    filter: blur(0);
  }
  #business .head .btn span {
    background: none;
    color: #fff;
  }
  #business .head .btn.animate {
    opacity: 0;
    filter: blur(32px);
    transition: all 1000ms ease-out;
    transition-delay: 800ms;
  }
  #business .head .btn.animate.finish {
    opacity: 1;
    filter: blur(0);
  }
  #business .service {
    width: 100%;
    height: 1520px;
    padding: 95px 0 0 0;
    position: relative;
  }
  #business .service .title_sub {
    width: 495px;
  }
  #business .service .title_sub span {
    margin-bottom: 15px;
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 9rem;
    font-weight: bold;
  }
  #business .service .title_sub strong {
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.3rem;
    font-weight: bold;
  }
  #business .service .title_sub.animate span,
  #business .service .title_sub.animate strong {
    display: inline-block;
    width: 1%;
    opacity: 0;
    transition: all 1000ms ease-out;
    transition-delay: 300ms;
    white-space: nowrap;
    overflow: hidden;
    filter: blur(32px);
  }
  #business .service .title_sub.animate strong {
    transition-delay: 600ms;
  }
  #business .service .title_sub.animate.finish span,
  #business .service .title_sub.animate.finish strong {
    width: 100%;
    opacity: 1;
    filter: blur(0);
  }
  #business .service .list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #business .service .list li {
    width: 642px;
    height: 642px;
    border-radius: 50%;
    display: block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    text-align: center;
    position: absolute;
  }
  #business .service .list li .head {
    padding: 90px 0 0 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #business .service .list li .head .stitle {
    margin-bottom: 30px;
    color: #fff;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.389;
    letter-spacing: 0.06em;
  }
  #business .service .list li .head .stitle i {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 5.8rem;
    font-weight: bold;
  }
  #business .service .list li .head .stitle span {
    font-weight: bold;
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
  }
  #business .service .list li .head .text {
    margin-bottom: 50px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2;
  }
  #business .service .list li .head .btn_bd {
    margin: 0 auto;
  }
  #business .service .list li .head .btn_bd a {
    background-color: #fff;
  }
  #business .service .list li .head .btn_bd a span {
    font-size: 1.4rem;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
  }
  #business .service .list li:nth-child(1) {
    top: 0;
    left: 50%;
  }
  #business .service .list li:nth-child(2) {
    top: 293px;
    left: 0;
  }
  #business .service .list li:nth-child(3) {
    top: 693px;
    left: 50%;
  }
  #business .service .list li:nth-child(4) {
    top: 1003px;
    left: 20px;
    width: 512px;
    height: 512px;
    background-color: #e3e3e3;
    position: relative;
  }
  #business .service .list li:nth-child(4):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background: linear-gradient(90deg, #e1e1e1 0%, #f0f0f0 100%);
    border-radius: 50%;
    box-shadow: -3px 3px 16px rgba(0, 0, 0, 0.1),
      5px -4px 12px rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  #business .service .list li:nth-child(4):after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: auto;
    background-color: #e3e3e3;
    border-radius: 50%;
    box-shadow: -3px 3px 16px inset rgba(0, 0, 0, 0.1),
      5px -4px 12px inset rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  #business .service .list li:nth-child(4) .head {
    padding: 135px 0 0 0;
  }
  #business .service .list li:nth-child(4) .head .stitle {
    margin-bottom: 25px;
    color: #333;
    font-size: 2.4rem;
  }
  #business .service .list li:nth-child(4) .head .text {
    width: 281px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2;
    color: #333;
    letter-spacing: 0.06em;
  }
  #business .service .list li:nth-child(4) .head .btn_bd {
    margin: 50px auto 0 auto;
    border-color: #333;
  }
  #business .service .list li:nth-child(4) .head .btn_bd a {
    background: transparent;
  }
  #business .service .list li:nth-child(4) .head .btn_bd a span {
    color: #333;
    background-color: transparent;
  }
  #business .service .list li.animate {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    filter: blur(32px);
    transition: all 600ms linear;
  }
  #business .service .list li.animate.finish {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
  #business .decoration {
    width: 100%;
    margin: -100px 0 0 0;
    position: relative;
    /* overflow: hidden; */
    z-index: -1;
  }
  #business .decoration::before {
    content: "";
    width: 52.95vw;
    height: 264px;
    background: url(../images/top/asset_ellipse2.png) left top no-repeat;
    position: absolute;
    top: 0px;
    right: 0;
  }
  #business .decoration::after {
    content: "";
    width: 52.95vw;
    height: 207px;
    background: url(../images/top/asset_ellipse2_shadow.png) left bottom
      no-repeat;
    position: absolute;
    top: 264px;
    right: 0;
  }
  #business .decoration.animate::before,
  #business .decoration.animate::after {
    opacity: 0;
    height: 0;
    transition: all 600ms ease-out;
    transition-delay: 200ms;
  }
  #business .decoration.animate.finish::before {
    opacity: 1;
    height: 264px;
  }
  #business .decoration.animate.finish::after {
    opacity: 1;
    height: 207px;
  }
  #member {
    position: relative;
    z-index: 2;
  }
  #member .decoration {
    width: 100%;
    height: 41.6666vw;
    position: relative;
    overflow: hidden;
  }
  #member .decoration::before {
    content: "";
    width: 100%;
    height: 26.4vw;
    background: url("../images/top/sp_asset_ellipse3.png") right top/100%
      no-repeat;
    position: absolute;
    bottom: 17.666vw;
    left: 0;
  }
  #member .decoration::after {
    content: "";
    width: 100%;
    height: 26.4vw;
    background: url("../images/top/sp_asset_ellipse3_shadow.png") right
      bottom/100% no-repeat;
    position: absolute;
    top: 23.73333vw;
    left: 0;
  }
  #member .decoration.animate::before,
  #member .decoration.animate::after {
    opacity: 0;
    height: 0;
    transition: all 600ms ease-out;
  }
  #member .decoration.animate.finish::before {
    opacity: 1;
    height: 26.4vw;
  }
  #member .decoration.animate.finish::after {
    opacity: 1;
    height: 23.73333vw;
  }
  #member .head {
    margin-bottom: 110px;
  }
  #member .head .title {
    margin-bottom: 30px;
  }
  #member .head .title strong {
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  #member .head .lead {
    font-size: 1.6rem;
    line-height: 1.92;
  }
  #member .btn {
    margin: 0 auto;
  }
  #member .btn span {
    color: #fff;
  }
  #member .member_list {
    position: relative;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    margin: 0 auto 50px;
  }
  #member .member_list::-webkit-scrollbar {
    width: 12px;
  }
  #member .member_list::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    border-top: 14px solid #e1e1e1;
  }
  #member .member_list::-webkit-scrollbar-thumb {
    position: relative;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }
  #member .member_list .member_item {
    display: inline-block;
    width: 415px;
    margin-right: 30px;
    padding-bottom: 80px;
    vertical-align: top;
  }
  #member .member_list .member_item:hover img {
    transform: scale(1.05);
  }
  #member .member_list .member_image {
    height: 415px;
  }
  #member .member_list .member_image img {
    left: -4.95%;
  }
  #member .member_list .member_image_check {
    height: 65px;
  }
  #member .member_list .check {
    line-height: 65px;
  }
  #member .animate {
    opacity: 0;
    transition: all 600ms ease-out;
    transform: translate3d(0, 30px, 0);
    filter: blur(32px);
  }
  #member .animate.finish {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
  #news {
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
  }
  #news .decoration {
    width: 100%;
    height: 426px;
    position: relative;
    overflow: hidden;
  }
  #news .decoration::before {
    content: "";
    width: 29.15vw;
    height: 261px;
    background: url("../images/top/asset_ellipse1.png") right top no-repeat;
    position: absolute;
    bottom: 180px;
    left: 0;
  }
  #news .decoration::after {
    content: "";
    width: 29.15vw;
    height: 200px;
    background: url("../images/top/asset_ellipse1_shadow.png") right bottom
      no-repeat;
    position: absolute;
    top: 243px;
    left: 0;
  }
  #news .decoration.animate::before,
  #news .decoration.animate::after {
    opacity: 0;
    height: 0;
    transition: all 600ms ease-out;
  }
  #news .decoration.animate.finish::before {
    opacity: 1;
    height: 261px;
  }
  #news .decoration.animate.finish::after {
    opacity: 1;
    height: 200px;
  }
  #news .head .title {
    margin-bottom: 55px;
  }
  #news .head .title strong {
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  #news .btn {
    margin: 0 auto;
  }
  #news .btn span {
    background: none;
    color: #fff;
  }
  #news .btn.animate {
    transition-delay: 200ms;
  }
  #news .animate {
    opacity: 0;
    transition: all 600ms ease-out;
    transform: translate3d(0, 30px, 0);
    filter: blur(32px);
  }
  #news .animate.finish {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }

  /* case study  */

  #case-study {
    position: relative;
    z-index: 3;
    margin-bottom: -100px;
  }
  #case-study .decoration {
    width: 100%;
    height: 426px;
    position: relative;
    overflow: hidden;
  }
  #case-study .decoration::before {
    content: "";
    width: 29.15vw;
    height: 261px;
    background: url("../images/top/asset_ellipse2.png") left top no-repeat;
    position: absolute;
    bottom: 180px;
    right: 0;
  }
  #case-study .decoration::after {
    content: "";
    width: 29.15vw;
    height: 200px;
    background: url("../images/top/asset_ellipse2_shadow.png") left bottom
      no-repeat;
    position: absolute;
    top: 243px;
    right: 0;
  }
  #case-study .decoration.animate::before,
  #case-study .decoration.animate::after {
    opacity: 0;
    height: 0;
    transition: all 600ms ease-out;
  }
  #case-study .decoration.animate.finish::before {
    opacity: 1;
    height: 261px;
  }
  #case-study .decoration.animate.finish::after {
    opacity: 1;
    height: 200px;
  }

  #case-study .head {
    margin-top: -197px;
  }

  #case-study .head .title {
    margin-bottom: 55px;
  }
  #case-study .head .title strong {
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }

  #case-study .btn {
    margin: 70px auto 0;
  }
  #case-study .btn span {
    background: none;
    color: #fff;
  }
  #case-study .btn.animate {
    transition-delay: 200ms;
  }
  #case-study .animate {
    opacity: 0;
    transition: all 600ms ease-out;
    transform: translate3d(0, 30px, 0);
    filter: blur(32px);
  }
  #case-study .animate.finish {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

/* Smartphones (portrait and landscape) */

@media screen and (max-width: 750px) {
  #kv {
    padding: 35.33vw 0 20vw 0;
    background: url("../images/top/sp_kv_skin.jpg") 0 0 no-repeat;
    background-size: 100% auto;
    color: #fff;
    overflow: hidden;
  }
  #kv .inner {
    padding-bottom: 21.33333vw;
  }
  #kv .title {
    min-height: 85.866vw;
    padding: 0 6.67vw;
    margin-bottom: 5vw;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 20vw;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  #kv .title strong {
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    padding: 0;
    font-weight: bold;
    font-style: italic;
    background: linear-gradient(90deg, #e1e1e1 0%, #ffffff 100%);
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(-3px 3px 4px rgba(0, 0, 0, 0.2))
      drop-shadow(3px -2px 2px rgba(255, 255, 255, 0.5));
    white-space: nowrap;
  }
  #kv .title.animate strong {
    transition: all 600ms ease-out;
    transition-delay: 400ms;
    width: 1%;
    padding: 0;
    margin-left: -50px;
    box-sizing: content-box;
    overflow: hidden;
    opacity: 0;
  }
  #kv .title.animate strong:last-child {
    transition-delay: 800ms;
  }
  #kv .title.animate.finish strong {
    width: 100%;
    padding: 0;
    margin-left: -10px;
    opacity: 1;
  }
  #kv .title_sub {
    width: 100%;
    padding: 0 0 0 6.67vw;
    margin: 0 auto;
    line-height: 1.67;
  }
  #kv .title_sub strong {
    padding: 0 0 0 2rem;
    font-size: 6.4vw;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    background: linear-gradient(90deg, #171a5f 0%, #0093d1 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  #kv .title_sub strong:nth-child(2) {
    display: none;
  }
  #kv .title_sub .title_sub_name {
    background: linear-gradient(90deg, #0093d1 0%, #171a5f 100%);
    -webkit-background-clip: text;
    margin-left: 28vw;
  }
  #kv .title_sub .title_sub_name:before {
    content: "";
    width: 13.33333vw;
    height: 1px;
    margin: 0 4vw 0 2.66667vw;
    display: inline-block;
    vertical-align: middle;
    background: #1d8ac8;
  }
  #kv .title_sub.animate {
    transition: all 600ms ease-out;
    transition-delay: 1200ms;
    opacity: 0;
    white-space: nowrap;
  }
  #kv .title_sub.animate.finish {
    opacity: 1;
  }
  #kv .link_area {
    width: 100%;
    height: 102.8vw;
    position: relative;
  }
  #kv .link_area .inner {
    width: 100%;
    padding: 26vw 6.67vw 0 6.67vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #kv .link_area .inner .logo {
    position: absolute;
    top: -11.7vw;
    right: 15.33333vw;
    width: 26.66667vw;
    height: 15.86667vw;
  }
  #kv .link_area .inner h4 {
    padding-top: 1em;
    margin-bottom: 10px;
    font-size: 3.7vw;
    font-weight: bold;
    color: #fff;
  }
  #kv .link_area .inner h4 strong {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 6.4vw;
    font-weight: bold;
    font-style: italic;
  }
  #kv .link_area .inner .btn a span {
    background: none;
    color: #fff;
  }
  #kv .link_area::before {
    content: "";
    width: 100vw;
    height: 58.667vw;
    background: url("../images/top/sp_asset_ellipse1.png") right top no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 44.133vw;
    left: 0;
  }
  #kv .link_area::after {
    content: "";
    width: 100vw;
    height: 44.133vw;
    background: url("../images/top/sp_asset_ellipse1_shadow.png") right bottom
      no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 58.667vw;
    left: 0;
  }
  #kv .link_area.animate h4,
  #kv .link_area.animate .btn,
  #kv .link_area.animate .logo {
    opacity: 0;
    transition: all 800ms ease-out;
    transition-delay: 1600ms;
  }
  #kv .link_area.animate::before,
  #kv .link_area.animate::after {
    opacity: 0;
    height: 0;
    transition: all 800ms ease-out;
    transition-delay: 1200ms;
  }
  #kv .link_area.animate.finish h4,
  #kv .link_area.animate.finish .btn,
  #kv .link_area.animate.finish .logo {
    opacity: 1;
  }
  #kv .link_area.animate.finish::before {
    opacity: 1;
    height: 58.667vw;
  }
  #kv .link_area.animate.finish::after {
    opacity: 1;
    height: 44.133vw;
  }
  #area {
    /* margin-top: -44vw; */
    display: flex;
    flex-wrap: wrap;
  }
  #area .intro {
    order: 2;
    width: 100%;
    min-height: 194.27vw;
    padding-top: 14.667vw;
    position: relative;
  }
  #area .intro .head {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #area .intro .head .title strong {
    font-size: 5.333vw;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    background: linear-gradient(90deg, #171a5f 0%, #0093d1 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  #area .intro .head p {
    padding: 20px 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
  }
  #area .intro .head p img {
    width: 11.5px;
    height: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  #area .intro .map {
    position: absolute;
    width: 100%;
    height: 164.667vw;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
  }
  #area .intro .map .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 28vw;
    left: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #area .intro .map .img.markers {
    background-image: url("../images/top/sp_asset_map_markars.png");
  }
  #area .intro .map .img.world {
    background-image: url("../images/top/sp_asset_map.png");
  }
  #area .intro .map .img.shadow {
    background-image: url("../images/top/sp_asset_map_shadow.png");
  }
  #area .intro .map.animate .markers {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
    transition: all 600ms ease-out;
    transition-delay: 600ms;
  }
  #area .intro .map.animate .world {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: all 600ms ease-out;
  }
  #area .intro .map.animate .shadow {
    opacity: 0;
    transition: all 600ms ease-out;
  }
  #area .intro .map.animate.finish .markers {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #area .intro .map.animate.finish .world {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #area .intro .map.animate.finish .shadow {
    opacity: 1;
  }
  #area .result {
    order: 1;
    padding: 0 6.67vw;
  }
  #area .result .head .title_sub {
    font-size: 5.066vw;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.06em;
  }
  #area .result .head .lead {
    margin: 4.667vw 0 9.333vw 0;
    font-size: 3.467vw;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  #area .result .data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #area .result .data li {
    min-width: 35vw;
    margin-bottom: 6.133vw;
  }
  #area .result .data li dl dt {
    font-size: 3.467vw;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  #area .result .data li dl dd {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    font-size: 3.467vw;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #6256a2;
    letter-spacing: 0em;
  }
  #area .result .data li dl dd strong {
    display: inline-block;
    text-align: right;
    font-size: 10vw;
    font-weight: bold;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  #area .result .data li dl dd strong.data_num1,
  #area .result .data li dl dd strong.data_num3 {
    width: 13.333vw;
  }
  #area .result .data li dl dd strong.data_num2 {
    width: 33vw;
  }
  #area .result .data li dl dd strong.data_num3_2 {
    width: 10vw;
  }
  #area .result .data li dl dd strong.data_num4 {
    width: 27vw;
  }
  #area .result .data li dl dd strong.data_num5 {
    width: 20.4vw;
  }
  #area .result .data li dl dd i {
    font-size: 6.667vw;
    font-weight: bold;
    font-style: normal;
    transform: translate3d(0, -1vw, 0);
    display: inline-block;
    color: #0591cf;
  }
  #area .result .data li dl dd sub {
    font-size: 5.333vw;
    font-weight: bold;
    color: #0591cf;
    transform: translate3d(0, -5px, 0);
    display: inline-block;
    font-style: normal;
  }
  #area .result .data li:nth-child(2) dl dt,
  #area .result .data li:nth-child(5) dl dt {
    padding: 0 0 1em 1em;
  }
  #area .result .data li:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
  #area .decoration {
    order: 3;
    width: 100%;
    height: 51.6vw;
    margin: 0 0 0 0;
    position: relative;
    overflow: hidden;
  }
  #area .decoration::before {
    content: "";
    width: 100%;
    height: 27.2vw;
    background: url("../images/top/sp_asset_ellipse2.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 24.4vw;
    right: 0;
  }
  #area .decoration::after {
    content: "";
    width: 100%;
    height: 24.4vw;
    background: url("../images/top/sp_asset_ellipse2_shadow.png") left bottom
      no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 27.2vw;
    right: 0;
  }
  #area .decoration.animate::before,
  #area .decoration.animate::after {
    opacity: 0;
    height: 0;
    transition: all 600ms ease-out;
    transition-delay: 200ms;
  }
  #area .decoration.animate.finish::before {
    opacity: 1;
    height: 27.2vw;
  }
  #area .decoration.animate.finish::after {
    opacity: 1;
    height: 24.4vw;
  }
  #business {
    margin-top: -21.3334vw;
    position: relative;
    z-index: 2;
    padding-top: 40px;
  }
  #business .head {
    padding: 0 6.67vw;
    margin-bottom: 13.333vw;
  }
  #business .head .title {
    margin-bottom: 8vw;
  }
  #business .head .title strong {
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5.333vw;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  #business .head .lead {
    margin-bottom: 5.333vw;
    font-size: 5.066vw;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0.06em;
  }
  #business .head .lead.animate {
    display: block;
    opacity: 0;
    transition: all 600ms ease-out;
    transition-delay: 300ms;
    overflow: hidden;
    filter: blur(32px);
  }
  #business .head .lead.animate.finish {
    width: 100%;
    opacity: 1;
    filter: blur(0);
  }
  #business .head .btn a span {
    background: none;
    color: #fff;
  }
  #business .head .btn.animate {
    opacity: 0;
    filter: blur(32px);
    transition: all 600ms ease-out;
    transition-delay: 800ms;
  }
  #business .head .btn.animate.finish {
    opacity: 1;
    filter: blur(0);
  }
  #business .service {
    width: 100%;
    padding: 0 0 0 0;
    position: relative;
  }
  #business .service .title_sub {
    padding: 0 6.67vw;
  }
  #business .service .title_sub span {
    margin-bottom: 15px;
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 10.667vw;
    font-weight: bold;
  }
  #business .service .title_sub strong {
    width: 100%;
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 4.8vw;
    font-weight: bold;
  }
  #business .service .title_sub.animate span,
  #business .service .title_sub.animate strong {
    display: inline-block;
    width: 1%;
    opacity: 0;
    transition: all 600ms ease-out;
    transition-delay: 300ms;
    white-space: nowrap;
    overflow: hidden;
    filter: blur(32px);
  }
  #business .service .title_sub.animate strong {
    transition-delay: 600ms;
  }
  #business .service .title_sub.animate.finish span,
  #business .service .title_sub.animate.finish strong {
    width: 100%;
    opacity: 1;
    filter: blur(0);
  }
  #business .service .list {
    width: 100%;
    padding-bottom: 12vw;
    overflow: hidden;
  }
  #business .service .list li {
    width: 86.667vw;
    height: 86.667vw;
    margin: 6.667vw auto 0 auto;
    border-radius: 50%;
    display: block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    text-align: center;
  }
  #business .service .list li .head {
    padding: 6vw 0 0 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #business .service .list li .head .stitle {
    margin-bottom: 3vw;
    color: #fff;
    font-size: 4.533vw;
    font-weight: bold;
    line-height: 1.389;
    letter-spacing: 0.06em;
  }
  #business .service .list li .head .stitle i {
    margin-bottom: 2vw;
    display: inline-block;
    font-size: 8vw;
    font-weight: bold;
  }
  #business .service .list li .head .stitle span {
    font-weight: bold;
    font-size: 3.733vw;
    font-family: "Montserrat", sans-serif;
  }
  #business .service .list li .head .text {
    width: 58.667vw;
    margin: 0 auto 4.667vw auto;
    color: #fff;
    font-size: 3.467vw;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  #business .service .list li .head .btn_bd {
    width: 53.333vw;
    margin: 0 auto;
  }
  #business .service .list li .head .btn_bd a {
    background-color: #fff;
  }
  #business .service .list li .head .btn_bd a span {
    font-size: 1.4rem;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
  }
  #business .service .list li:nth-child(1) {
    transform: translate3d(-12vw, 0, 0);
  }
  #business .service .list li:nth-child(2) {
    transform: translate3d(12vw, 0, 0);
  }
  #business .service .list li:nth-child(3) {
    transform: translate3d(-12vw, 0, 0);
  }
  #business .service .list li:nth-child(3) .head {
    padding-top: 4vw;
  }
  #business .service .list li:nth-child(3) .head .text {
    line-height: 1.6;
  }
  #business .service .list li:nth-child(4) {
    background-color: #e3e3e3;
    position: relative;
  }
  #business .service .list li:nth-child(4):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background: linear-gradient(90deg, #e1e1e1 0%, #f0f0f0 100%);
    border-radius: 50%;
    box-shadow: -3px 3px 16px rgba(0, 0, 0, 0.1),
      5px -4px 12px rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  #business .service .list li:nth-child(4):after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: auto;
    background-color: #e3e3e3;
    border-radius: 50%;
    box-shadow: -3px 3px 16px inset rgba(0, 0, 0, 0.1),
      5px -4px 12px inset rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  #business .service .list li:nth-child(4) .head {
    padding: 18vw 0 0 0;
  }
  #business .service .list li:nth-child(4) .head .stitle {
    margin-bottom: 3vw;
    color: #333;
    font-size: 5.066vw;
    letter-spacing: 0.07em;
  }
  #business .service .list li:nth-child(4) .head .text {
    width: 60vw;
    margin: 0 auto;
    font-size: 3.467vw;
    line-height: 2;
    color: #333;
    text-align: left;
  }
  #business .service .list li:nth-child(4) .head .btn_bd {
    width: 53.333vw;
    margin: 3vw auto 0 auto;
    border-color: #333;
  }
  #business .service .list li:nth-child(4) .head .btn_bd a {
    background-color: transparent;
  }
  #business .service .list li:nth-child(4) .head .btn_bd a span {
    color: #333;
    background-color: transparent;
  }
  #business .service .list li.animate {
    opacity: 0;
    filter: blur(32px);
    transition: all 400ms linear;
  }
  #business .service .list li.animate:nth-child(1),
  #business .service .list li.animate:nth-child(3) {
    transform: translate3d(0, 30px, 0);
  }
  #business .service .list li.animate:nth-child(2) {
    transform: translate3d(0, 30px, 0);
  }
  #business .service .list li.animate:nth-child(4) {
    transform: translate3d(0, 30px, 0);
  }
  #business .service .list li.animate.finish {
    opacity: 1;
    filter: blur(0);
  }
  #business .service .list li.animate.finish:nth-child(1),
  #business .service .list li.animate.finish:nth-child(3) {
    transform: translate3d(-12vw, 0, 0);
  }
  #business .service .list li.animate.finish:nth-child(2) {
    transform: translate3d(12vw, 0, 0);
  }
  #business .service .list li.animate.finish:nth-child(4) {
    transform: translate3d(0, 0, 0);
  }
  #business .decoration {
    order: 3;
    width: 100%;
    height: 51.6vw;
    margin: 0 0 0 0;
    position: relative;
    overflow: hidden;
  }
  #business .decoration::before {
    content: "";
    width: 100%;
    height: 27.2vw;
    background: url("../images/top/sp_asset_ellipse2.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 24.4vw;
    right: 0;
  }
  #business .decoration::after {
    content: "";
    width: 100%;
    height: 24.4vw;
    background: url("../images/top/sp_asset_ellipse2_shadow.png") left bottom
      no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 27.2vw;
    right: 0;
  }
  #business .decoration.animate::before,
  #business .decoration.animate::after {
    opacity: 0;
    height: 0;
    transition: all 600ms ease-out;
    transition-delay: 200ms;
  }
  #business .decoration.animate.finish::before {
    opacity: 1;
    height: 27.2vw;
  }
  #business .decoration.animate.finish::after {
    opacity: 1;
    height: 24.4vw;
  }
  #member {
    position: relative;
    z-index: 2;
    margin-top: -10vw;
    margin-bottom: 13.33333vw;
  }
  #member .inner {
    width: 92%;
  }
  #member .head .title {
    margin-bottom: 6.66667vw;
  }
  #member .head .title strong {
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5.333vw;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  #member .head .lead {
    font-size: 3.46667vw;
    line-height: 1.92308;
    margin-bottom: 12vw;
  }
  #member .btn {
    margin: 0 auto;
  }
  #member .btn span {
    color: #fff;
  }
  #member .member_list {
    overflow-x: scroll;
    white-space: nowrap;
    margin: -13.33vw auto 10.66667vw;
  }
  #member .member_list::-webkit-scrollbar {
    width: 12px;
  }
  #member .member_list::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    border-top: 14px solid #e1e1e1;
  }
  #member .member_list::-webkit-scrollbar-thumb {
    position: relative;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }
  #member .member_list .member_item {
    display: inline-block;
    margin-right: 6.66667vw;
    margin-bottom: 8vw;
    vertical-align: top;
  }
  #member .animate {
    opacity: 0;
    transition: all 600ms ease-out;
    transform: translate3d(0, 30px, 0);
    filter: blur(32px);
  }
  #member .animate.finish {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
  #news {
    position: relative;
    z-index: 2;
    margin-bottom: 35.33333vw;
  }
  #news .decoration {
    width: 100%;
    height: 41.6666vw;
    position: relative;
    overflow: hidden;
  }
  #news .decoration::before {
    content: "";
    width: 100%;
    height: 26.4vw;
    background: url("../images/top/sp_asset_ellipse3.png") right top/100%
      no-repeat;
    position: absolute;
    bottom: 17.666vw;
    left: 0;
  }
  #news .decoration::after {
    content: "";
    width: 100%;
    height: 26.4vw;
    background: url("../images/top/sp_asset_ellipse3_shadow.png") right
      bottom/100% no-repeat;
    position: absolute;
    top: 23.73333vw;
    left: 0;
  }
  #news .decoration.animate::before,
  #news .decoration.animate::after {
    opacity: 0;
    height: 0;
    transition: all 600ms ease-out;
  }
  #news .decoration.animate.finish::before {
    opacity: 1;
    height: 26.4vw;
  }
  #news .decoration.animate.finish::after {
    opacity: 1;
    height: 23.73333vw;
  }
  #news .head {
    padding: 0 6.67vw;
    margin-bottom: 10.66667vw;
  }
  #news .head .title {
    margin-bottom: 8vw;
  }
  #news .head .title strong {
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5.333vw;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  #news .btn {
    width: 86.66667vw;
    margin: 0 auto;
  }
  #news .btn span {
    background: none;
    color: #fff;
  }
  #news .btn.animate {
    filter: blur(0);
    transition: all 600ms ease-out;
    transition-delay: 800ms;
  }
  #news .btn.animate.finish {
    filter: blur(0);
  }

  /* case study css  */

  #case-study {
    position: relative;
    z-index: 3;
    margin-bottom: -10vw;
  }
  #case-study .decoration {
    width: 100%;
    height: 41.6666vw;
    position: relative;
    overflow: hidden;
  }
  #case-study .decoration::before {
    content: "";
    width: 100%;
    height: 26.4vw;
    background: url("../images/top/sp_asset_ellipse2.png") left top/100%
      no-repeat;
    position: absolute;
    bottom: 17.666vw;
    right: 0;
  }
  #case-study .decoration::after {
    content: "";
    width: 100%;
    height: 26.4vw;
    background: url("../images/top/sp_asset_ellipse2_shadow.png") left
      bottom/100% no-repeat;
    position: absolute;
    top: 23.73333vw;
    right: 0;
  }
  #case-study .decoration.animate::before,
  #case-study .decoration.animate::after {
    opacity: 0;
    height: 0;
    transition: all 600ms ease-out;
  }
  #case-study .decoration.animate.finish::before {
    opacity: 1;
    height: 26.4vw;
  }
  #case-study .decoration.animate.finish::after {
    opacity: 1;
    height: 23.73333vw;
  }

  #case-study .head {
    padding: 0 6.67vw;
    margin-top: -15vw;
  }
  #case-study .head .title {
    margin-bottom: 8vw;
  }
  #case-study .head .title strong {
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5.333vw;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }

  #case-study .btn {
    width: 86.66667vw;
    margin: 40px auto 0;
  }
  #case-study .btn span {
    background: none;
    color: #fff;
  }
  #case-study .btn.animate {
    filter: blur(0);
    transition: all 600ms ease-out;
    transition-delay: 800ms;
  }
  #case-study .btn.animate.finish {
    filter: blur(0);
  }
}

@media screen and (max-width: 749px) {
  #area .result .data li dl dt {
    padding: 0 0 1em 1em;
  }
}
