@charset "UTF-8";

img {
    width: auto;
    height: auto;
}
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 0 no-repeat;
    background-size: cover;
    height: 300px;
    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: 131px;
}
section.top .top_img {
	width: 90%;
	text-align: center;
	position: absolute;
	top: 285px;
}
section.top .top_img img {
    width: 100%;
    max-width: 949px;
}

/*approach*/
section.approach {
    margin-top: 85px;
}
section.approach .approach_contents {
    padding-top: 36px;
}
section.approach .approach_contents.gray {
    background-color: #f5f5f5;
}
section.approach .section_title {
    position: relative;
    height: 147px;
}
section.approach .section_title h2 {
    position: relative;
    font-weight: normal;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
}
section.approach .title_background.white {
    color: #fff;
}
section.approach span,
section.approach p {
    font-weight: 300;
}
section.approach p {
    line-height: 2.25;
}
section.approach p.approach_text {
    margin-top: 40px;
}
section.approach .block.approach_block {
    padding-bottom: 64px;
}
section.approach .block .left.center,
section.approach .block .right.center {
    text-align: center
}
section.approach .position {
    position: relative;
    margin-left: 3%;
    width: 45%;
}
section.approach .img_position_right {
    position: absolute;
    top: 16%;
    right: 26%;
}
section.approach strong {
    font-size: 22px;
}
section.approach small {
    display: block;
    font-size: 13px;
    margin-top: 20px;
}
section.approach small:last-child {
    margin-top: 5px;
}

/*service_results*/
section.service_results {
    margin-top: 108px;
}
section.service_results .section_title {
    margin-bottom: 74px;
}
section.service_results .block:first-of-type {
    margin-bottom: 124px;
}
section.service_results .block .block_case_1 {
    width: 40%;
    margin-left: 3%;
}
section.service_results .block .block_case_2 {
    margin-right: 0;
    margin-left: 4.5%;
}
section.service_results .block .block_case_3 {
    margin-right: 6%;
}
section.service_results .block .block_case_4 {
    width: 45%;
}
section.service_results p {
    font-weight: 300;
    line-height: 2;
}
section.service_results p.corporate {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}
section.service_results .fb_icon {
    display: block;
    margin-top: 15px;
}
section.service_results .app_name,
section.service_results .app_snap,
section.service_results .app_icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.service_results .app_name {
    margin-bottom:20px;
}
section.service_results .app_name img {
    display: block;
    margin-right: 20px;
}
section.service_results .app_name img:last-child {
    margin-right: 0;
}
section.service_results .app_snap img {
    display: block;
    margin: 0 10px 10px 0;
}
section.service_results .app_snap img:last-child {
    margin-right: 0;
}
section.service_results .app_icon {
    margin-top: 70px;
}
section.service_results .sp_text {
    display: none;
}

/*faq*/
section.faq {
    margin-top: 137px;
}
section.faq .section_title {
    margin-bottom: 36px;
}
section.faq .faq_main {
    background: url(/images/service/faq.png) 0 0 no-repeat;
    background-size: cover;
    min-height: 645px;
    width: 100%;
    z-index: 0;
    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.faq .faq_box {
    width: 90%;
    max-width: 572px;
    padding: 32px 0;
}
section.faq .faq_list {
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-bottom: 24px;
    background-color: #fff;
}
section.faq .faq_list:last-child {
    margin-bottom: 0;
}
section.faq .question_text,
section.faq .answer_text {
    display: inline-block;
    width: calc(100% - 50px);
}
section.faq .question {
    padding: 24px 27px 0 27px;
}
section.faq .question p {
    font-weight: 600;
}
section.faq .question:before {
    content: "Q";
    width: 28px;
    height: 28px;
    border-radius: 14px;
    color: #fff;
    font-size: 18px;
    background-color: #101010;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 28px;
    margin-right: 12px;
}
section.faq .answer {
    margin-top: 24px;
    padding: 0 28px 27px;
}
section.faq .answer_text p {
    font-weight: 300;
}
section.faq .answer:before {
    content: "A";
    width: 28px;
    height: 28px;
    border-radius: 14px;
    color: #fff;
    font-size: 18px;
    background-color: #101010;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 28px;
    margin-right: 12px;
}

/*flow*/
section.flow {
    margin-top: 80px;
}
section.flow .flow_content {
    margin-top: 22px;
}
section.flow .flow_content:not(:first-child) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
section.flow .flow_content:not(:first-child).animated {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
section.flow .flow_content:nth-child(2) {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
section.flow .flow_content:nth-child(3) {
    -webkit-transition: opacity 0.3s linear 0.3s;
    -moz-transition: opacity 0.3s linear 0.3s;
    -o-transition: opacity 0.3s linear 0.3s;
    -ms-transition: opacity 0.3s linear 0.3s;
    transition: opacity 0.3s linear 0.3s;
}
section.flow .flow_content:nth-child(4) {
    -webkit-transition: opacity 0.3s linear 0.6s;
    -moz-transition: opacity 0.3s linear 0.6s;
    -o-transition: opacity 0.3s linear 0.6s;
    -ms-transition: opacity 0.3s linear 0.6s;
    transition: opacity 0.3s linear 0.6s;
}
section.flow .flow_content:nth-child(5) {
    -webkit-transition: opacity 0.3s linear 0.9s;
    -moz-transition: opacity 0.3s linear 0.9s;
    -o-transition: opacity 0.3s linear 0.9s;
    -ms-transition: opacity 0.3s linear 0.9s;
    transition: opacity 0.3s linear 0.9s;
}
section.flow .flow_content .section_title {
    position: relative;
    height: 147px;
}
section.flow .flow_content .section_title h2 {
    font-size: 20px;
    position: relative;
    font-weight: normal;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
}
section.flow .flow_content p {
    font-weight: 300;
}

/*plan*/
section.plan {
    margin-top: 108px;
}
section.plan .plan_main {
    background: url(/images/service/plan.png) 0 0 no-repeat;
    background-size: cover;
    min-height: 485px;
    width: 100%;
    z-index: 0;
    margin-top: 32px;
}
section.plan .plan_content {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    padding: 56px 0;
}
section.plan .plan_table {
    background-color: #fff;
    padding: 56px 0;
    border-radius: 2px;
    width: 100%;
}
section.plan th,
section.plan td {
    border: none;
    border-right: 2px solid #868686;
    border-bottom: 2px solid #868686;
    vertical-align: middle;
}
section.plan th.border_right,
section.plan td.border_right {
    border-right: none;
}
section.plan th.border_bottom,
section.plan td.border_bottom {
    border-bottom: none;
}
section.plan th {
    background-color: #f0f0f0;
    box-sizing: border-box;
}
  /*table pc*/
section.plan .pc th {
    height: 56px;
}
section.plan .pc td {
    height: 80px;
}
section.plan .plan_table_items {
    width: 183px;
}
section.plan .plan_table_service {
    width: 450px;
}
section.plan .plan_table_price {
    width: 258px;
}
section.plan .items_price {
    padding: 0 28px;
}
section.plan .price_text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
section.plan .price_text span {
    font-size: 14px;
    font-weight: normal;
}
section.plan .negotiable span {
    font-size: 24px;
    font-weight: bold;
}
  /*table sp*/
section.plan .sp th {
    height: 40px;
}
section.plan .sp td {
    height: 100px;
}
section.plan .sp th {
    height: 40px;
    padding: 10px 0;
}
section.plan .sp td {
    padding: 10px 12px;
}
section.plan .large_column {
    width: 65%;
}
section.plan .small_column {
    width: 35%;
}
section.plan .bold {
    font-weight: 600;
}
section.plan .lighter {
    font-weight: 300;
    display: block;
    margin-top: 5px;
}

@media screen and (min-width: 721px) {
  /*plan*/
    section.plan .plan_table.sp {
       display: none;
    }
}
@media screen and (max-width: 720px) {
    .block {
        text-align: center;
    }
    .block.reverse {
        flex-direction: column-reverse;
    }
  /*top*/
    section.top {
        height: calc(21.5vw + 145.2px);
    }
  /*approach*/
    section.approach {
        margin-top: 20px;
    }
    section.approach .left {
        margin-top: 24px;
    }
    section.approach .reverse .left {
        margin-top: 0;
        margin-bottom: 24px;
    }
    section.approach .position {
        margin-left: 0;
        margin-right: 15%;
        width: auto;
    }
    section.approach .img_position_right {
        right: calc(20.92vw - 100.63px);
    }
    section.approach strong {
        font-size: calc(1.75vw + 9.4px);
    }
  /*service_results*/
    section.service_results .block:first-of-type {
        margin-bottom: 40px;
    }
    section.service_results .app_name,
    section.service_results .app_snap,
    section.service_results .app_icon {
        justify-content: center;
    }
    section.service_results .app_icon {
        margin-top: 20px;
    }
    section.service_results .app_icon.hidden_mobile {
        display: none;
    }
    section.service_results .block .block_case_1,
    section.service_results .block .block_case_2,
    section.service_results .block .block_case_4 {
        width: auto;
        margin-left: 0;
    }
    section.service_results .fb_icon {
        display: initial;
    }
    section.service_results .fb_icon.hidden_mobile {
        display: none;
    }
    section.service_results .sp_text {
        display: inline-block;
        margin: 32px auto 0;
    }
  /*plan*/
    section.plan .plan_table.pc {
       display: none;
    }
}

@media screen and (max-width: 480px) {
  /*top*/
    section.top h1 {
        margin-top: 110px;
    }
  /*approach*/
    section.approach img {
        width: 100%;
    }
    section.approach p {
        font-size: 14px;
    }
    section.approach .section_title h2 {
        top: 40px;
    }
    section.approach .img_position_right {
        max-width: 108px;
    }
  /*service_results*/
    section.service_results p {
        font-size: 14px;
    }
    section.service_results p.corporate {
        font-size: 16px;
    }
    section.service_results .app_name img.img_00 {
        max-width: 48px;
        margin-right: 10px;
    }
    section.service_results .app_name img.img_01 {
        max-width: 205px;
    }
    section.service_results .app_name img.img_02 {
        max-width: 265px;
    }
    section.service_results .fb_icon,
    section.service_results .app_icon img {
        width: 40px;
    }
  /*faq*/
    section.faq .question:before,
    section.faq .answer:before {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 22px;
    }
    section.faq .question_text p,
    section.faq .answer_text p {
        font-size: calc(0.5vw + 12.4px);
    }
    section.faq .question {
        padding: 15px 15px 0;
    }
    section.faq .answer {
        padding: 0 15px 20px;
    }
  /*flow*/
    section.flow .block {
        width: 92%;
    }
    section.flow .flow_content .section_title {
        height: 138px;
    }
    section.flow .flow_content .section_title h2 {
        top: 38px;
    }
    section.flow .flow_content p {
        font-size: calc(1.25vw + 10px);
    }
  /*plan*/
    section.plan .sp tr {
        font-size: calc(1.875vw + 7px);
    }
    section.plan .sp .red_text {
        font-size: 10px;
    }
    section.plan .negotiable span {
        font-size: calc(3.75vw + 6px);
    }
    section.plan .price_text {
        font-size: calc(4.375vw - 1px);
    }
}