@charset "utf-8";
/* Base
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Helvetica Neue", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body {
    font-size: 1em;
    line-height: 1.3;
    color: #000000;
    padding: 0 !important;
}
a {
    color: #0069a3;
    text-decoration: underline;
}
a:hover {
    opacity: .7;
    transition: all .3s;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
p {
    margin-top: 0;
}
ul, ol, li {
    list-style: none;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.grd {
    background: #0077d0;
    background: -moz-linear-gradient(-45deg, #0077d0 0%, #0efed4 100%);
    background: -webkit-linear-gradient(-45deg, #0077d0 0%, #0efed4 100%);
    background: linear-gradient(135deg, #0077d0 0%, #0efed4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077d0', endColorstr='#0efed4', GradientType=1 );
}
.err {
    color: #b90718;
    padding: 10px 0 0;
    text-indent: 20px;
    display: none;
}
/* Layout
   ========================================================================== */

.l-header {
    width: 100%;
}
.l-footer {
    width: 100%;
}
.l-main {
    width: 100%;
    clear: both;
}
.l-box {
    padding: 3em 0;
    clear: both;
    overflow: hidden;
}
.l-header {
    overflow: hidden;
}
.header-inner {
    padding: 10px 0 20px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.header-logo {
    width: 200px;
    float: left;
    margin: 0 40px 0 0;
}
.sp-menu {
    display: none;
}
.nav-toggle {
    display: none;
}
.nav-gnav-bnr {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
    top : 0px;
}
.nav-gnav-bnr-01 {
  position: relative;
  top : 5px;
}
.nav-gnav-item {
    display: inline-block;
    padding-left: 30px;
}
.nav-gnav {
    text-align: right;
    width: 600px;
    position: absolute;
    right: 8%;
    top : 45px;
    float: left;
    z-index: 100;
}
.nav-gnav-item a {
    color: #fff;
    text-decoration: none;
}
.nav-gnav {
    text-align: right;
}
.l-nav {
    width: 300px;
    float: left;
    
}
.m-mv {
    background: transparent url(../img/top/bg_mv3.gif) no-repeat center top;
    min-height: 878px;
    width: 100%;
}
.m-mv-inner {
    width: 1080px;
    margin: 0 auto;
}
.m-mv-title {
    display: none;
}
.m-mv-count {
    position: relative;
    top : 750px;
    left: 25px;
}
.m-mv-count_title {
    font-size: 2em;
    font-weight: bold;
    color: #0077d0;
    display: block;
}
.m-mv-count_count {
    display: block;
    font-size: 2em;
}
.m-point-title {
    margin: 0 0 30px;
}
.m-point-inner {
    padding: 80px 0;
    text-align: center;
}
.m-point-img_01 {
    margin: 0 0 30px;
    transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
}
.m-point-img_01.move {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: .8s;
}
.m-point-point_title {
    text-align: center;
    text-indent: -50px;
}
.m-point-point_title img {
    margin: 0 auto;
}
.m-point-box {
    position: relative;
    padding: 90px 0;
}
.m-point-item {
    margin: 0 0 60px;
    position: relative;
}
.m-point-item::before {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    top : -40px;
    content: "";
}
.m-line {
    background: #00b900;
    overflow: hidden;
    padding: 20px 0;
}
.m-line-item {
    float: left;
}
.m-line-list {
    min-height: 477px;
    width: 100%;
}
.m-line-item_left {
    width: 30%;
    min-height: 477px;
    background: transparent url(../img/top/img_line_left.png) no-repeat right top;
    transform: translate(-100px, 0);
    -webkit-transform: translate(-100px, 0);
}
.m-line-item_left.move {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: .8s;
}
.m-line-item_right {
    width: 70%;
    min-height: 477px;
    background: transparent url(../img/top/img_line_right.png) no-repeat left top;
    transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
}

@media screen and (min-width:768px) and ( max-width:1200px) {
.m-line-item_left {
    width: 25%;
}
.m-line-item_right {
    width: 75%;
}
}

@media screen and (min-width : 1200px) {
.m-line-item_left {
    width: 37%;
}
.m-line-item_right {
    width: 63%;
}
}
.m-line-item_right.move {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: .8s;
}
.m-inquiry-link {
    text-align: center;
    padding: 30px 0 0;
}
.m-point-item:nth-child(1)::before {
    background: transparent url(../img/top/bg_point_no_01.png) no-repeat left top;
}
.m-point-item:nth-child(2)::before {
    background: transparent url(../img/top/bg_point_no_02.png) no-repeat left top;
}
.m-point-item:nth-child(3)::before {
    background: transparent url(../img/top/bg_point_no_03.png) no-repeat left top;
}
.m-point-item:nth-child(4)::before {
    background: transparent url(../img/top/bg_point_no_04.png) no-repeat left top;
}
.m-point-inner_box {
    background: #fff;
    border: 5px solid #3b8f9a;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
}
.m-point-inner_title {
    font-size: 1.7em;
    font-weight: bold;
    border-bottom: 1px solid #3b8f9a;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.m-point-inner_text {
    padding: 0 0 30px;
    line-height: 1.8;
}
.m-point-inner_answer {
    color: #3b8f9a;
    font-size: 2em;
    font-weight: bold;
    background: transparent url(../img/top/bg_point_arrow.png) no-repeat left center;
    min-height: 64px;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
.m-point-box::before {
    content: "▼";
    color: #fff;
    font-size: 90px;
    position: absolute;
    top : 0;
    left: 46%;
    line-height: 0.5;
}
.m-point-list {
    width: 1000px;
    margin: 0 auto;
}
.m-voice-title {
    padding: 70px 0;
    text-align: center;
    color: #0077d0;
    font-size: 2.4em;
    font-weight: bold;
}
.m-voice-list {
    width: 1080px;
    margin: 0 auto;
}
.m-voice-item {
    background: #0077d0;
    padding: 20px 40px 30px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin: 0 0 50px;
}
.m-voice-lead {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    margin: 0 0 40px;
}
.m-voice-photo {
    width: 360px;
    float: left;
}
.m-voice-photo img {
    width: 90%;
    height: auto;
}
.m-voice-text {
    width: 630px;
    float: left;
    color: #fff;
}
.m-voice-text span {
    font-weight: bold;
    display: block;
    font-size: 1.8em;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px;
    line-height: 2;
}
.m-result {
    background: #000;
    padding: 0 0 120px;
    margin-bottom: 30px;
}
.m-result-box {
    width: 1080px;
    background: transparent url(../img/top/bg_result.png) no-repeat right top;
    margin: 0 auto;
    padding: 120px 0 0;
}
.m-result-title {
    text-align: center;
    margin: 0 0 80px;
}
.m-result-slider {
    width: 660px;
    position: relative;
    margin: 0 auto;
}
.m-result-slider_item {
    width: 193px;
    float: left;
    text-align: center;
    max-height: 492px;
    overflow: hidden;
}
.m-result-slider_item img.pc {
    display: inline-block;
}
.m-service-title {
    text-align: center;
    padding: 90px 0;
    margin: 0 0 50px;
}
.m-service-list {
    width: 1080px;
    margin: 0 auto;
    padding: 0 0 170px;
    overflow: hidden;
}
.m-service-item {
    width: 320px;
    float: left;
    margin: 0 60px 25px 0;
}
.m-service-item:nth-child(3), .m-service-item:nth-child(6) {
    margin-right: 0;
}
.m-service-name {
    text-align: center;
    color: #0077d0;
    padding: 6px 0;
    border: 3px solid #0077d0;
    font-size: 1.4em;
    margin: 0 0 0.5em;
}
.m-service-text {
    line-height: 1.6;
}
.m-client-title {
    text-align: center;
}
.m-client-title img.pc {
    display: inline;
}
.m-client-list {
    width: 1080px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 5em;
}
.m-client-item {
    width: 153px;
    float: left;
    margin: 0 30px 20px 0;
}
.m-client-item:nth-child(6), .m-client-item:nth-child(12) {
    margin-right: 0;
}
.m-client-thum img {
    border-radius: 153px;
    margin: 0 0 0.4em;
}
.m-client-name {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #0abab5;
}
.m-plan-inner {
    padding: 35px 0;
}
.m-plan-box {
    background: transparent url(../img/top/bg_plan.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    text-align: center;
}
.m-plan-mask {
    width: 100%;
    height: 568px;
    background: rgba(0,0,0,0.8);
}
.m-plan-title {
    padding: 100px 0;
}
.m-plan-table {
    width: 900px;
    margin: 0 auto;
}
.m-plan-table th {
    background: #0077d0;
    text-align: center;
    color: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #a9d1ef;
    width: 345px;
    box-sizing: border-box;
    font-size: 1.1em;
    vertical-align: middle;
}
.m-plan-table td {
    padding: 40px 0;
    border-bottom: 1px solid #c6c6c6;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}
.m-plan-table tr:last-child th, .m-plan-table tr:last-child td {
    border: none;
}
.m-plan-table tr:nth-child(1) th, .m-plan-table tr:nth-child(1) td {
    padding: 15px 0;
}
.m-plan-table tr:nth-child(1) td {
    font-size: 4em;
    color: #0077d0;
    font-weight: bold;
}
.m-plan-table tr:nth-child(1) td span {
    font-size : 0.5em;
}
.m-plan-table tr:nth-child(3) td, .m-plan-table tr:nth-child(4) td {
    font-size: 1.4em;
    font-weight: bold;
}
.m-question-title {
    padding: 190px 0 130px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    background: transparent url(../img/top/bg_question_title.gif) no-repeat center center;
}
.m-question-inner {
    background: #0077d0;
    padding: 80px 0 0;
    position: relative;
}
.m-question-inner::before {
    content: "▼";
    color: #fff;
    font-size: 90px;
    position: absolute;
    top : 0;
    left: 50%;
    line-height: 0.5;
    margin-left: -45px;
}
.m-question-list {
    width: 900px;
    margin: 0 auto;
    padding: 0 0 125px;
}
.m-question-item {
    background: #fff;
    border-radius: 10px;
    margin: 0 0 50px;
    padding: 35px;
    box-sizing: border-box;
}
.m-question-question {
    font-weight: bold;
    font-size: 1.5em;
    text-indent: -40px;
    padding-left: 40px;
}
.m-question-question::before {
    content: "Q.";
    font-size: 40px;
    font-weight: bold;
}
.m-question-answer::before {
    content: "A.";
    font-size: 40px;
    font-weight: bold;
}
.m-question-answer {
    font-size: 0.9em;
    text-indent: -40px;
    padding-left: 40px;
}
.m-question-item.m-question-item_accordion {
    background: #fff url(../img/top/bg_question_arrow.gif) no-repeat center 90%;
    padding: 35px 35px 50px 35px;
}
.m-question-item.m-question-item_accordion .m-question-answer {
    display: none;
}
.m-blog {
    padding: 70px 0 0;
}
.m-blog-box {
    width: 820px;
    margin: 0 auto;
}
.m-blog-title {
    color: #0077d0;
    font-size: 2.7em;
    text-align: center;
    margin: 0 0 50px;
}
.m-blog-list {
    padding: 0 0 70px;
    overflow: hidden;
}
.m-blog-item {
    width: 175px;
    float: left;
    margin: 0 40px 0 0;
}
.m-blog-item:last-child {
    margin: 0;
}
.m-blog-thum {
    margin: 0 0 5px;
}
.m-blog-text {
    font-size: 0.9em;
    margin: 0 0 30px;
}
.m-blog-date {
    background: #0077d0;
    text-align: center;
    color: #fff;
    width: 140px;
    margin: 0 auto;
    padding: 5px 0;
}
.m-blog-btn {
    clear: both;
    margin: 0 0 80px;
    text-align: center;
}
.m-blog-btn a {
    color: #fff;
    text-decoration: none;
    background: #0077d0;
    padding: 13px 40px;
    font-size: 1.1em;
}
.m-inquiry {
    background: #e5f1fa;
    padding: 60px 0 0;
}
.m-inquiry-box {
    width: 1080px;
    margin: 0 auto;
    padding : 0 0 60px;
}
.m-inquiry-title {
    margin: 0 0 15px;
    background: #fff url(../img/top/bg_inquiry_title.gif) no-repeat 40px center;
    padding: 10px 0 10px 340px;
    min-height: 76px;
    color: #0077d0;
    font-size: 5em;
    box-sizing: border-box;
    font-weight: bold;
}
.m-inquiry-text {
    background: #fff;
    padding: 5px 0 5px 15px;
    box-sizing: border-box;
}
.m-inquiry-text span {
    padding: 0 20px 0 0;
}
.m-contact {
    padding: 60px 0 0;
}
.m-contact-box {
    width: 1000px;
    background: #f9f9f9;
    border-radius: 20px;
    margin: 0 auto 50px;
    padding: 100px 90px;
    box-sizing: border-box;
}
.m-contact-title {
    color: #0077d0;
    font-weight: bold;
    font-size: 2.8em;
    text-align: center;
    margin: 0 0 80px;
}
.m-contact-title span {
    background: transparent url(../img/common/icon_contact_mail.gif) no-repeat left 5px;
    padding: 0 0 0 90px;
}
.m-contact-text {
    font-size: 0.9em;
    padding: 0 0 5px;
    border-bottom: 2px #aaa solid;
}
.m-contact-text span {
    color: #e60012;
    padding: 0 0 0 20px;
}
.m-contact-table {
    font-size: 0.9em;
}
.m-contact-table th {
    width: 230px;
    text-align: right;
    border-bottom: 1px #cfcfcf solid;
    padding: 65px 0 40px;
    vertical-align: middle;
}
.m-contact-table tr:last-child th {
    border: none;
}
.m-contact-table th.m-contact-must::after {
    content: "＊";
    color: #e60012;
    padding: 0 0 0 10px;
}
.m-contact-table td {
    width: 770px;
    border-bottom: 1px #cfcfcf solid;
    padding: 65px 0 40px;
}
.m-contact-table tr:last-child td {
    border: none;
}
.m-contact-table td input[type="text"] {
    padding: 10px;
    width: 350px;
    font-size: 1em;
    border: 3px solid #aaa;
    margin: 0 0 0 20px;
}
.m-contact-confirm_text {
    margin: 0 0 2em;
}
.m-contact-table_confirm {
    width: 100%;
    margin: 0 0 3em;
}
.m-contact-table_confirm th {
    width: 230px;
    text-align: left;
    border-bottom: 1px #cfcfcf solid;
    padding: 25px 40px 40px;
    vertical-align: middle;
    box-sizing: border-box;
}
.m-contact-table_confirm td {
    padding: 40px;
    box-sizing: border-box;
    border-bottom: 1px #cfcfcf solid;
}
.m-contact-table td.m-contact-zip input[type="text"] {
    width: 200px;
}
.m-contact-table td textarea {
    width: 350px;
    font-size: 1em;
    border: 3px solid #aaa;
    height: 200px;
    margin: 0 0 0 20px;
}
.m-contact-description {
    font-size: 0.9em;
    margin: 0 0 70px;
}
.m-contact-btn_confirm input[type="submit"] {
    display: block;
    width: 460px;
    height: 95px;
    margin: 0 auto;
    background: transparent url(../img/top/btn_contact_confirm.gif) no-repeat left top;
    border: none;
    text-indent: -9999px;
}
.m-contact-btn_confirm input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.7;
    background: transparent url(../img/top/btn_contact_confirm.gif) no-repeat left top;
}
.m-contact-btn_send input[type="submit"] {
    display: block;
    width: 460px;
    height: 95px;
    background: transparent url(../img/top/btn_contact_send.gif) no-repeat left top;
    border: none;
    text-indent: -9999px;
    margin: 0 auto 4em;
}
.m-contact-btn_send input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.7;
    background: transparent url(../img/top/btn_contact_send.gif) no-repeat left top;
}
.m-contact-btn_back input[type="button"] {
    width: 460px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border: none;
    padding: 1em 0;
    font-size: 1.4em;
    background: #ddd;
}
.m-contact-list {
    width: 1000px;
    margin: 0 auto;
    font-size: 0.9em;
}
.m-contact-item {
    margin: 0 0 10px;
}
.m-contact-item::before {
    content: "■";
    padding: 0 5px 0 0;
}
.btn-pagetop {
    background: #0abab5;
    width: 70px;
    text-align: center;
    border-radius: 8px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
}
.btn-pagetop a {
    padding: 25px 0;
    display: block;
}
.btn-sp-footer {
    display: none;
}
.footer-box {
    padding-top: 20px;
    text-align: center;
}
.footer-nav-item {
    display: inline-block;
}
.footer-nav-list {
    padding-bottom: 25px;
}
.footer-nav-item::after {
    content: "|";
    padding: 0 30px;
}
.footer-nav-item:last-child::after {
    content: "";
    padding: 0 0 0 30px;
}
.footer-nav-item a {
    color: #000;
    text-decoration: none;
}
.footer-copy {
    background: #049ed1; /* Old browsers */
    background: -moz-linear-gradient(top, #049ed1 0%, #0076d0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #049ed1 0%, #0076d0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #049ed1 0%, #0076d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049ed1', endColorstr='#0076d0', GradientType=0 ); /* IE6-9 */
    padding-top: 25px;
}
.footer-copy-img {
    text-align: center;
    margin-bottom: 25px;
}
.footer-copy-text {
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    padding: 0 0 30px;
}
.page-inner {
    padding: 0 0 100px;
}
.i-mv {
    background: #000;
}
.i-mv-title {
    text-align: center;
    padding: 120px 0;
    background: transparent url(../img/company/bg_company2.png) no-repeat center top;
    background-size: cover;
    margin: 0 0 60px;
}
.i-company-table {
    border: 1px solid #c6c6c6;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.i-company-table p {
    line-height: 30px;
    font-size: 14px;
}
.i-company-table th {
    background: #0077d0;
    text-align: center;
    color: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #a9d1ef;
    width: 200px;
    box-sizing: border-box;
    font-size: 1.1em;
    vertical-align: middle;
}
.i-company-table td {
    padding: 40px;
    border-bottom: 1px solid #c6c6c6;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
}
.i-company-table tr:last-child th, .i-company-table tr:last-child td {
    border: none;
}
.i-privacy {
    padding: 70px 0 0;
}
.i-privacy-box {
    width: 960px;
    margin: 0 auto;
}
.i-privacy-title {
    font-weight: bold;
    font-size: 2em;
    border-bottom: 1px solid #000;
    padding: 0 0 0.5em;
    margin: 0 0 1em;
}
.i-privacy-text {
    padding: 0 0 3em;
}
.i-privacy-list dt {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 0 0.3em;
}
.i-privacy-list dd {
    padding: 0 0 3em;
}
.i-thanks {
    padding: 70px 0 0;
}
.i-thanks-box {
    width: 960px;
    margin: 0 auto;
}
.i-thanks-title {
    font-weight: bold;
    font-size: 2em;
    border-bottom: 1px solid #000;
    padding: 0 0 0.5em;
    margin: 0 0 1em;
}
.i-thanks-text {
    padding: 0 0 3em;
}
/* State
   ========================================================================== */
.is-hidden {
    display: none;
}
 @media screen and (max-width:768px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
.l-box {
    padding: 1em 0;
}
.nav-toggle {
    display: block;
}
.nav-gnav {
    display: none;
}
.header-logo {
    width: 30%;
    margin-right: 20px;
}
.l-nav {
    width: 60%;
}
.nav-toggle {
    display: block;
}
.nav-toggle {
    position: fixed;
    right: 2.5%;
    top: 1%;
    width: 25px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    padding: 8px;
    z-index: 1600;
}
.nav-toggle div {
    position: relative
}
.nav-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}
.nav-toggle span:nth-child(1) {
    top: 0
}
.nav-toggle span:nth-child(2) {
    top: 8px
}
.nav-toggle span:nth-child(3) {
    top: 16px
}
.nav-toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
.nav-toggle.active span:nth-of-type(2) {
    opacity: 0;
}
.nav-toggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
.nav-gnav-bnr {
    top : 0;
}
.nav-gnav-bnr:last-child {
    margin: 0;
}
.nav-gnav-bnr {
    width: 40%;
    height: auto;
    margin: 0;
}
.sp-menu {
    display: none;
}
.sp-menu.open {
    display: block;
    position: fixed;
    top : 0;
    right: 0;
    background: #292929;
    z-index: 50;
    width: 70%;
    height: 100%;
    z-index: 500;
}
.sp-menu-list {
    width: 95%;
    margin : 0 auto;
    padding: 40px 0 0;
}
.sp-menu-item {
    border-bottom : 1px solid #626262;
    padding: 10px 0;
    color: #fff;
    list-style: none;
}
.sp-menu-item a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    text-indent: 7px;
}
.sp-menu.open a {
    color : #fff;
}
.m-mv-inner {
    position: relative;
    width: 100%;
}
.m-mv-title {
    display: block;
}
.m-mv {
    background: none;
    padding: 1em 0 0;
    position: relative;
    min-height: auto;
}
.m-mv-count {
    position: relative;
    top : -40px;
    left: 0;
    width: 95%;
    z-index: 50;
    margin: 0 auto -20px;
    padding: 0 0 0;
}
.m-mv-count_title {
    font-size: 8.3vw;
}
.m-mv-count_count {
    font-size: 7.8vw;
}
.m-mv-image {
    width: 95%;
    margin: 0 auto 1em;
    text-align: center;
}
.m-inquiry_sp {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 2em;
}
.m-inquiry_sp {
    margin-top: 10px;
}
.m-inquiry-box {
    overflow: hidden;
}
.m-inquiry_sp-title {
    margin: 0 0 0.5em;
}
.m-inquiry_sp-btn {
    margin: 0 0 0.5em;
}
.m-inquiry_sp-btn_bottom {
    margin-bottom: 30px;
}
.m-inquiry_sp-btn_bottom:last-child {
}
.m-point-list {
    width: 95%;
    margin: 0 auto;
}
.m-point-box {
    padding-bottom: 1em;
}
.m-point-point_title {
    text-indent: 0;
    text-align: left;
    margin: 0 0 0.5em;
}
.m-point-point_title img {
    width: 65%;
    height: auto;
    margin: 0;
}
.m-point-item:nth-child(1)::before,  .m-point-item:nth-child(2)::before,  .m-point-item:nth-child(3)::before,  .m-point-item:nth-child(4)::before {
    background-size: 50% auto;
    background-position: right top;
}
.m-point-box::before {
    left: 50%;
    margin-left: -40px;
}
.m-point-img_sp {
    padding: 0 0 1em;
}
.m-point-inner_title {
    font-size: 1.2em;
}
.m-point-inner_text {
    padding-bottom: 1em;
}
.m-point-inner_answer {
    font-size: 1.2em;
}
.m-point-inner_box {
    padding: 1em;
}
.m-voice-title {
    font-size: 1.6em;
    padding: 1.6em 0 1em;
}
.m-line {
    display: none;
}
.m-inquiry {
    display: none;
}
.m-voice-list {
    width: 100%;
}
.m-voice-item {
    padding: 2em 0;
}
.m-voice-inner {
    width: 90%;
    margin: 0 auto;
}
.m-voice-lead {
    border-radius: 4px;
    margin: 0 0 1em;
}
.m-voice-photo {
    width: 100%;
    float: none;
}
.m-voice-photo img {
    width: 100%;
    height: auto;
}
.m-voice-text {
    width: 100%;
    float: none;
}
.m-voice-text span {
    font-size: 1.2em;
}
.m-result-box {
    width: 100%;
}
.m-result-box {
    background-size: 70% auto;
}
.m-result-title {
    margin: 0 0 2em;
}
.m-result-slider {
    width: 100%;
}
.m-result-slider_item img {
    width: 90%;
    margin: 0 auto;
}
.m-result-slider_item img.pc {
    display: none;
}
.m-service-list {
    width: 100%;
}
.m-service-title {
    padding: 1em 0;
    margin: 0 0 1em;
}
.m-service-title img {
    width: 80%;
    height: auto;
}
.m-service-box {
    width: 90%;
    margin: 2em auto 0;
}
.m-service-list {
    padding-bottom: 1em;
}
.m-service-item {
    width: 100%;
    float: none;
    margin: 0 0 2em;
}
.m-service-name {
    font-weight: bold;
}
.m-client-title img.pc {
    display: none;
}
.m-client-list {
    width: 100%;
    padding-bottom: 2em;
}
.m-client-item {
    width: 33%;
    margin: 0;
    padding: 0 0 1.6em;
}
.m-client-item:nth-child(3n + 1) {
    clear: both;
}
.m-client-item dl {
    width: 90%;
    margin: 0 auto;
}
.m-plan {
    margin: 0 0 2em;
}
.m-plan-mask {
    height: 300px;
}
.m-plan-title {
    padding: 3em 0;
}
.m-plan-title img {
    width: 50%;
    height: auto;
}
.m-plan-table {
    width: 90%;
    margin: 0 auto;
}
.m-plan-table th {
    width: 40%;
}
.m-plan-table td {
    padding: 1em;
    box-sizing: border-box;
    vertical-align: middle;
}
.m-question-title {
    padding: 0;
    background: #0077d0;
}
.m-question-inner {
    padding: 0;
}
.m-question-inner::before {
    display: none;
}
.m-question-list {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 2em;
}
.m-blog-box {
    width: 100%;
}
.m-blog-item dl {
    position: relative;
    overflow: hidden;
}
.m-blog-title {
    font-size: 1.6em;
    margin: 0 0 1em;
}
.m-blog-date {
    position: relative;
    right: 0;
    bottom: 0;
    float: left;
}
.m-inquiry_sp {
    padding-bottom: 0;
}
.m-inquiry-box {
    padding-bottom: 1em;
}
.m-inquiry-box {
    width: 100%;
}
#m-inquiry-title_sp {
    margin: 0 0 1em;
}
.m-contact {
    padding: 1em 0 0;
}
.m-contact-box {
    width: 100%;
    background: none;
    padding: 0;
    margin: 0 auto;
}
.m-contact-title {
    font-size: 1.4em;
    margin: 0 0 1em;
}
.m-contact-title span {
    background-size: auto 70%;
    padding: 0 0 0 1.6em;
}
.m-contact-text {
    width: 95%;
    margin: 0 auto;
}
.m-contact-confirm_text {
    width: 95%;
    margin: 0 auto 2em;
}
.m-contact-table {
    width: 95%;
    margin: 0 auto;
}
.m-contact-table_confirm {
    width: 95%;
    margin: 0 auto 3em;
}
.m-contact-table th {
    width: 100%;
    display: block;
    text-align: left;
    border: none;
    padding: 1em 0 0.5em;
}
.m-contact-table_confirm th {
    width: 100%;
    display: block;
    text-align: left;
    border: none;
    padding: 1em 0 0.5em;
    font-weight: bold;
}
.m-contact-table td {
    width: 100%;
    display: block;
    padding: 0 0 1em;
}
.m-contact-table_confirm td {
    width: 100%;
    display: block;
    padding: 0 0 1em;
}
.m-contact-table td input[type="text"] {
    width: 100%;
    margin: 0;
    border-width: 1px;
}
.m-contact-table td textarea {
    width: 100%;
    margin: 0;
    border-width: 1px;
}
.m-contact-description {
    width: 95%;
    margin: 0 auto;
}
.m-contact-btn_confirm {
    width: 100%;
    margin: 1em 0 3em;
}
.m-contact-btn_confirm input[type="submit"] {
    background-image: url(../img/top/btn_contact_confirm_sp.gif);
    background-size: 100% auto;
    width: 70%;
    height: 100px;
}
.m-contact-btn_confirm input[type="submit"]:hover {
    background-image: url(../img/top/btn_contact_confirm_sp.gif);
    background-size: 100% auto;
    opacity: 0.7;
}
.m-contact-btn_send input[type="submit"] {
    background-image: url(../img/top/btn_contact_send_sp.gif);
    background-size: 100% auto;
    width: 70%;
    height: 100px;
    margin-bottom: 2em;
}
.m-contact-btn_send input[type="submit"]:hover {
    background-image: url(../img/top/btn_contact_send_sp.gif);
    background-size: 100% auto;
    opacity: 0.7;
}
.m-contact-btn_back input[type="button"] {
    width: 70%;
    margin: 0 auto 3em;
}
.m-contact-list {
    width: 95%;
    margin: 0 auto;
}
.m-blog-list {
    width: 95%;
    margin: 0 auto;
}
.m-blog-item {
    width: 100%;
    float: left;
    margin: 0;
    padding: 1em 0;
    border-bottom: 1px solid #0077d0;
}
.m-blog-btn a {
    padding: 1em 6em;
}
.m-blog-thum {
    width: 30%;
    float: left;
    margin: 0 3% 0 0;
}
.m-blog-thum img {
    width: 100%;
    height: auto;
}
.btn-sp-footer {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    text-align: center;
    padding: 0.3em 0;
}
.btn-sp-footer img {
    width: 95%;
    margin: 0 auto;
}
.footer-nav-item {
    display: block;
}
.footer-nav-item::after {
    content: "";
    padding: 0;
}
.footer-nav-item:last-child::after {
    padding: 0;
}
.footer-copy-img {
    margin: 0 0 0.5em;
}
.footer-copy-img img {
    width: 40%;
    max-width: 40%;
    height: auto;
}
.footer-copy-text {
    font-size: 0.8em;
}
.btn-pagetop {
    bottom: 5em;
    right: 2%;
    width: 50px;
}
.page-inner {
    padding: 0 0 2em;
}
.btn-pagetop a {
    padding: 15px 0;
}
.i-mv-title {
    padding: 2em 0;
}
.i-mv-title img {
    width: 30%;
    height: auto;
}
.i-company-table {
    width: 95%;
}
.i-privacy {
    padding: 2em 0 0;
}
.i-privacy-title {
    font-size: 1.4em;
}
.i-privacy-box {
    width: 95%;
    margin: 0 auto;
}
.i-privacy-text {
    padding: 0 0 1em;
}
.i-privacy-list dd {
    padding: 0 0 1em;
}
.i-thanks {
    padding: 2em 0 0;
}
.i-thanks-title {
    font-size: 1.4em;
}
.i-thanks-box {
    width: 95%;
    margin: 0 auto;
}
.i-thanks-text {
    padding: 0 0 1em;
}
}



/*201903*/
.m-result {
    padding: 0 0 60px;
}

.list_result{
    overflow: hidden;
}
.list_result li{
    float: left;
    width: 24%;
    margin: 0 0 3% 1.333333%;
}
.list_result li img{
    margin: auto;
}
.list_result li:nth-child(4n + 1){
    clear: both;
    margin: 0 0 3%;
}
.area_google-partner{
    text-align: center;
    margin: 0 auto 70px;
}
.area_google-partner img{
    margin: auto;
}
 @media screen and (max-width:768px) {
     .list_result{
         width: 96%;
         margin: auto;
     }
     .list_result li{
    width: 46%;
    margin: 2%;
         text-align: center;
}
.list_result li:nth-child(4n + 1){
    clear: none;
    margin: 2%;
}
.area_google-partner{
    width: 90%;
    margin: 0 auto 40px;
}
}




.nav-btn {
    width: 80px;
    height: 100px;
    background: url(../assets/img/menu2.png);
    position: fixed;
    right: 35px;
    top: 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    cursor: pointer;
    z-index: 1000;
}
.nav-btn:hover {
    opacity: .7;
}
#main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.8);
    transition: all .7s;
}
#main-nav::after {
    content: '';
    position: absolute;
    right: -50%;
    top: 0;
    width: 50%;
    height: 100%;
    background: -moz-linear-gradient(120deg, #3c8ceb 0%, #19afb9 100%);
    background: -webkit-linear-gradient(120deg, #3c8ceb 0%, #19afb9 100%);
    background: linear-gradient(120deg, #3c8ceb 0%, #19afb9 100%);
    z-index: 1;
    transition: all .5s ease .2s;
}
.list_main-nav {
    width: 50%;
    height: calc(100% - 90px);
    border-top: solid 1px #fff;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 10;
    position: absolute;
    margin: 90px auto 0;
    box-sizing: border-box;
}
.list_main-nav li {
    border-bottom: solid 1px #fff;
    height: 12.5%;
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding: 15px 0;
}
.list_main-nav a {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
}
/**/
header.nav__open #main-nav {
    left: 0;
}
header.nav__open #main-nav::after {
    right: 0;
}

@media screen and (max-width:768px) {
  .l-main {
    padding-top: 4.5rem;
  }
   header.l-header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top : 0;
}
.nav-btn {
    width: 28px;
    height: 32px;
    background: url(../assets/img/menu.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 15px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    cursor: pointer;
    z-index: 1000;
}
#main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.8);
    transition: all .7s;
}
#main-nav::after {
    content: '';
    position: absolute;
    right: -90%;
    top: 0;
    width: 90%;
    height: 100%;
    background: -moz-linear-gradient(120deg, #3c8ceb 0%, #19afb9 100%);
    background: -webkit-linear-gradient(120deg, #3c8ceb 0%, #19afb9 100%);
    background: linear-gradient(120deg, #3c8ceb 0%, #19afb9 100%);
    z-index: 1;
    transition: all .5s ease .2s;
}
.list_main-nav {
    width: 90%;
    height: calc(100% - 90px);
    border-top: solid 1px #fff;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 10;
    position: absolute;
    margin: 90px auto 0;
    box-sizing: border-box;
}
.list_main-nav li {
    border-bottom: solid 1px #fff;
    height: 12.5%;
    max-height: 150px;
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding: 10px 0;
}
.list_main-nav a {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
}
/**/
header.nav__open #main-nav {
    left: 0;
}
header.nav__open #main-nav::after {
    right: 0;
}
   
   }
