@charset "UTF-8";

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"] {
    margin: 0;
    padding: 0;
    background: none;
    background-image: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="radio"] {
    margin: 0;
}
.section_title {
    font-weight: normal;
}

/*top*/
section.top {
	background: url(/images/index/top_main.png) 0 no-repeat;
    background-size: cover;
    height: 780px;
    width: 100%;
    z-index: 0;
    margin-top: -32px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.top h1 {
	font-size: calc(1.28vw + 16.74px);
	margin-top: 118px;
}
section.top .top_img {
	width: 90%;
	text-align: center;
	position: absolute;
	top: 285px;
    right: 0;
}
section.top .top_img img {
    width: 100%;
    max-width: 949px;
}

/*app*/
section.app {
	margin-top: 190px;
}
section.app h2 {
    margin-bottom: 77px;
}
section.app h2 span {
    font-size: 26px;
}
section.app .block img {
    width: auto;
    height: auto;
}
section.app .block .app_img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
}
section.app .block h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 48px 0 24px;
}
section.app .block.two_column {
    margin-top: 64px;
}
.app_contents .content {
    position: relative;
}
.app_contents .content .main_img {
    z-index: 1
}
.app_contents .content .back_img_00 {
    position: absolute;
    z-index: 0;
    right: 50px;
    top: 0;
}
.app_contents .content .back_img_01 {
    position: absolute;
    z-index: 0;
    left: 32px;
    top: 55px;
}
.app_contents .content .back_img_02 {
    position: absolute;
    z-index: 0;
    top: 32px;
    right: 75px;
}
.animated.delay-0_3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animated.delay-0_6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animated.delay-0_9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.animated.delay-1_2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
/*service_intro*/
section.service_intro {
    background: url(/images/index/service_intro_top_pc.png) 0 no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    z-index: 0;
    margin-top: 92px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.service_intro p,
section.service_intro h2 {
    color: #f5f5f5;
}
section.service_intro h2 {
    font-size: 24px;
    line-height: 2;
}
section.service_intro .contents {
    width: 87.5%;
    max-width: 960px;
    display: block;
    overflow: hidden;
}
section.service_intro .small_text {
    font-size: 14px;
    margin: 28px 0 40px;
}
section.service_intro .service_intro_button {
    width: 198px;
    height: 40px;
    border-radius: 2px;
    background-image: linear-gradient(to left, #db89cd, #6b80dd);
    position: relative;
}
section.service_intro .button_text {
    font-size: 14px;
    line-height: 40px;
}
section.service_intro .button_text:after {
    content: "\f105";
    font-size: 18px;
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
}

/*results*/
section.results {
    margin: 90px 0 126px;
}
section.results .block .left img,
section.results .block .right img {
    width: auto;
    height: auto;
}
section.results .sub_title {
    margin-top: 36px;
    font-weight: 300;
}
section.results .block {
    width: 92%;
    max-width: 1024px;
}
section.results .case_intro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 65px 0 33px;
}
section.results .case_intro p {
    text-align: left;
    margin-left: 16px;
    font-size: 18px;
    font-weight: 600;
}
section.results .logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 61px;
}
section.results .app_snap {
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.results .app_snap img {
    margin-right: 8px;
}

/*app_analysis*/
section.app_analysis {
    background-image: linear-gradient(to top, #fefefe, #f5f5f5);
    padding-top: 64px;
}
section.app_analysis .section_title {
    margin-bottom: 48px;
}
section.app_analysis .block {
    width: 90%;
    max-width: 1024px;
}
section.app_analysis .block .right {
    width: 39%;
}
section.app_analysis .block .left {
    width: 58%;
}
section.app_analysis .block .left .pc,
section.app_analysis .block .left .sp {
    position: relative;
}
section.app_analysis .block .left .img_00 {
    position: absolute;
    right: -55px;
}
section.app_analysis .block .left .img_01 {
    position: relative;
    bottom: -20px;
    left: -65px;
}

@media screen and (max-width: 1024px) {
  /*app*/
    section.app {
      margin-top: 120px;
    }
}
@media screen and (min-width: 721px) and (max-width: 1024px) {
  /*app_analysis*/
    section.app_analysis .block .left .img_00 {
        width: 100%;
        right: -25px;
    }
    section.app_analysis .block .left .img_01 {
        width: 65%;
        bottom: 0;
        left: 0;
    }
}
@media screen and (min-width: 721px) and (max-width: 860px) {
  /*results*/
    section.results .case_intro p.long_text {
        font-size: calc(2.89vw - 6.75px);
    }
}
@media screen and (min-width: 720px) {
  /*app_analysis*/
    .shown_sp {
        display: none;
    }
}

@media screen and (max-width: 720px) {
  /*top*/
    section.top {
        height: 580px;
    }
  /*app*/
    section.app .left_third,
    section.app .center_third,
    section.app .right_third,
    section.app .right,
    section.app .left {
        margin-bottom: 48px;
    }
    section.app .block.two_column {
        margin-top: 0;
    }
    section.app h2 span {
        font-size: calc(2.5vw + 8px);
    }
    .app_contents .content .back_img_00 {
        right: 34%;
    }
    .app_contents .content .back_img_01 {
        left: 30%;
    }
    .app_contents .content .back_img_02 {
        right: 37%;
    }
  /*service_intro*/
    section.service_intro {
    background: url(/images/index/service_intro_top_sp.png) 0 no-repeat;
    height: 450px;
    background-size: cover;
    width: 100%;
    }
    section.service_intro h2 {
        font-size: calc(1vw + 16.8px);
        line-height: 2.4;
    }
    section.service_intro .contents {
        text-align: center;
    }
    section.service_intro .small_text {
        margin: 86px 0 54px;
    }
    section.service_intro .service_intro_button {
        margin: 0 auto;
    }
  /*results*/
    section.results .block {
        text-align: center;
    }
    section.results .case_intro,
    section.results .logo,
    section.results .app_snap {
        justify-content: center;
    }
    section.results .app_snap img {
        margin-bottom: 20px;
    }
  /*app_analysis*/
    .shown_pc {
        display: none;
    }
    section.app_analysis .block .right,
    section.app_analysis .block .left {
        width: inherit;
        text-align: center;
        width: 100%;
    }
    section.app_analysis .block .right {
        margin-bottom: 60px;
    }
    section.app_analysis .block .left .img_00 {
        position: inherit;
        right: 0;
        width: 100%;
        max-width: 375px;
    }
    section.app_analysis .block .left .img_01 {
        position: absolute;
        bottom: 0;
        top: -20%;
        left: 46%;
        width: 53%;
        max-width: 207px;
    }
}

@media screen and (max-width: 480px) {
  /*top*/
    section.top {
        height: 472px;
    }
    section.top .top_img {
        top: 300px;
    }
  /*app*/
    section.app {
      margin-top: 100px;
    }
    .app_contents .content .back_img_00 {
        right: 21%;
    }
    .app_contents .content .back_img_01 {
        left: 11%;
    }
    .app_contents .content .back_img_02 {
        right: 27%;
    }
  /*results*/
    section.results .case_intro p {
        font-size: 13px;
    }
}