@charset "UTF-8";
@import url("https://use.typekit.net/qvl5sua.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');


/*--------------------------------------
  リセット
--------------------------------------*/
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-style: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}
table td, table th {
    border: 0;
    font-size: inherit;
    font-family: inherit;
}
caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}


img {
    height: auto;
    max-width: 100% !important;
    vertical-align: middle;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s ease;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: inherit;
	line-height: 1.5;
}


.bb{
	font-size: 120%;
	font-weight: 700;
	line-height: 1.5;
}
/*--------------------------------------
  全体定義
--------------------------------------*/

body {
	font-family: din-2014, 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "メイリオ", sans-serif;
	background: #fff;
	color: #333333;
	font-size: 18px;
	line-height: 2;
}

.sp{
	display: none;
}

/*--------------------------------------
  header
--------------------------------------*/
#header {
    padding: 14px 0;
}
.header_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.logo {
    width: 170px;
}
.logo a {
    display: block;
}
.h_box {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.h_tel {
    text-align: center;
}

.h_tel a {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    display: block;
}
.h_tel a i {
    font-size: 80%;
    color: #f06805;
}
.tel_sub {
    font-size: 12px;
}
.tel_time {
    display: inline-block;
    border: 1px solid;
    line-height: 1;
    padding: 3px 8px;
    margin-right: 9px;
}


.h_contact {
    width: 220px;
    text-align: center;
}

.h_contact a {
    background: #15a500;
    color: #fff;
    display: block;
    box-shadow: 0 4px 0 #1c770c;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 700;
    border-radius: 8px;
	margin-left: 30px;
}

.h_contact a:hover {
	background: #1db806;
}

.h_contact a i{
	margin-right: 5px;
}


#kv {
    position: relative;
    background: url(../images/lp1/kv_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
	padding-bottom: 5%;
}
.kv_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to right, #03284c, #0053a1);
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 18%, 0 100% );
}
.kv_trouble {
    display: block;
    margin: 0 auto;
    width: 814px;
	position: relative;
	z-index: 1;
	padding-top: 10px;
}
	
.kv_content {
    max-width: 1400px;
    width: 90%;
    position: relative;
}
.kv_c_box {
    width: 55%;
    position: absolute;
    top: 54px;
    left: 50%;
    z-index: 2;
}
.kv_label {
    width: 92%;
    margin-left: auto;
    margin-bottom: 2%;
}
.kv_ttl {
    margin-bottom: 5%;
}
.kv_man {
    max-width: 1000px;
    margin-top: -5%;
	position: relative;
	z-index: 0;
}

.kv_bottom {
    position: absolute;
    bottom: -1%;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to right, #03284c, #0053a1);
    z-index: 0;
    clip-path: polygon(0 0, 100% 82%, 100% 100%, 0 100% );
}
.kv_cloud {
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kv_cloud img {
    height: 100px;
    margin-right: 15px;
}


/*--------------------------------------
  Main
--------------------------------------*/

.contents_block{
	padding: 70px 0;
}

.inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.bg01{
	background: #f7f7f7;
}
.bg02{
	background: #e6eef7;
}
.bg03{
	background: #3173ce;
}
.fc_blue {
    color: #3173ce;
}
.fc_yellow {
    color: #fff300;
}



.cta{
	background: linear-gradient(to right, #03284c, #0053a1);
	padding-top: 12%; 
}
#top_cta {
    padding-top: 2%;
}
.cta_box {
    background: #fff;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 5% 6% 4%;
    box-sizing: border-box;
    position: relative;
}
.cta_label {
    text-align: center;
    background: #f06801;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 0;
    max-width: 430px;
    width: 80%;
    border-radius: 100px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cta_txt {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
	line-height: 1.5;
    margin-bottom: 15px;
}
.cta_txt .bb {
    font-size: 150%;
    font-weight: 700;
}
.cta_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
}


.cta_contact {
    max-width: 400px;
	width: 48%;
	text-align: center;
}
.cta_contact a {
    display: block;
    background: #15a500;
    color: #fff;
    box-shadow: 0 6px 0 #1c770c;
    font-size: 27px;
    padding: 10px 0;
    font-weight: 700;
    border-radius: 8px;
}
.cta_contact a:hover {
	background: #1db806;
}
.cta_c_top {
    font-weight: 700;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
p.cta_c_top:first-letter {
    font-size: 150%;
    line-height: 1;
    vertical-align: text-bottom;
}
.cta_c_top:before, .cta_c_top:after {
    display: inline-block;
    width: 3px;
    height: 30px;
    content: '';
    background: #12a500;
    vertical-align: middle;
    transform: rotate(-35deg);
    border-radius: 2px;
    margin: 0 20px;
}
.cta_c_top:after {
	transform: rotate(35deg);
}

.cta_tel {
    text-align: center;
    width: 48%;
}
.cta_tel a {
    font-size: 47px;
    line-height: 1.1;
}
.cta_tel a i {
    font-size: 80%;
    color: #f06805;
}
.cta_tel .tel_sub {
    font-size: 16px;
}


.ttl {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}
.ttl_sub {
    font-size: 54%;
}

.u_line {
    border-bottom: 3px solid #3173ce;
}
.ttl .bb {
    font-size: 120%;
}

.ttl_en {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

/*---------------
  Trouble
-----------------*/
#trouble {
    padding-bottom: 0;
    position: relative;
}
#trouble:after {
	content: '';
	position: absolute;
    top: calc(100% - 1px);
	left: 0;
	width: 100%;
	height: 100px;
	background: #f7f7f7;
	clip-path: polygon(0 0,100% 0,50% 100%);
}
.trouble_img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 60%;
}
.trouble_man {
    position: relative;
    z-index: 1;
}
.trouble_area {
    position: relative;
    padding: 18% 0 10%;
}
.t_img {
    position: absolute;
    width: 23.4%;
}
.t01 {
    top: 20%;
    left: 0;
}
.t02 {
    top: 0;
    left: 25%;
}
.t03 {
    top: 0;
    right: 25%;
}
.t04 {
    top: 20%;
    right: 0;
}
.t05 {
    bottom: 0;
    left: 14%;
    z-index: 2;
}
.t06 {
    bottom: 0;
    right: 14%;
    z-index: 2;
}

/*---------------
  Solution
-----------------*/
#solution {
    padding-top: 10%;
}
.bubble_blue {
    display: block;
    margin: 0 auto;
    background: #3173ce;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border-radius: 100px;
    position: relative;
    margin-bottom: 20px;
    padding: 3px 50px;
    width: fit-content;
}
.bubble_blue:after {
    content: '▼';
    color: #3173ce;
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 1;
    z-index: 0;
}
.ttl_slash {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.ttl_slash:before,.ttl_slash:after {
    content: '';
    width: 7px;
    height: 100%;
    background: #bdd5f2;
    position: absolute;
    top: 0;
    left: -46px;
    transform: rotate(-35deg);
}
.ttl_slash:after {
	left: auto;
	right: -46px;
    transform: rotate(35deg);
}
.support {
    display: block;
    margin: 4% auto 0;
    max-width: 813px;
    width: 100%;
}

.remote {
    padding: 40px 0 0;
}
.remote_block {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}

.remote_left {
    width: 29%;
}
.remote_right {
    width: 68%;
    color: #fff;
}
.remote_bubble {
    width: 47%;
}
.remote_txt {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
}
.remote_txt .bb {
    font-size: 140%;
}
/*---------------
  Reason
-----------------*/
#reason {
    position: relative;
}

#reason:after {
    content: '';
	position: absolute;
    top: calc(100% - 1px);
	left: 0;
	width: 100%;
	height: 100px;
	background: #e6eef7;
	clip-path: polygon(0 0,100% 0,50% 100%);
}
ul.reason_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

ul.reason_list li {
    width: 47%;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 3%;
    border-radius: 20px;
    overflow: hidden;
	margin-bottom: 5%;
}
.reason_img {
    margin-bottom: 14px;
}
.r_box {
    padding: 0 5%;
}
.reason_ttl {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}
.reason_label {
    font-size: 22px;
    font-weight: 700;
    color: #3173ce;
}

.cloud_box {
    background: #fff;
    box-sizing: border-box;
    border: 4px solid #3173ce;
    padding: 3% 5% 5%;
	text-align: center;
}
.ttl2 {
    font-weight: 700;
    font-size: 38px;
    z-index: 1;
    position: relative;
    margin-bottom: 38px;
}
.ico_cloud {
    display: block;
    margin: 0 auto;
    width: 87px;
    margin-bottom: -26px;
}


.cloud2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}
.cloud2 img {
    margin: 0 5%;
}
.mf2 {
    width: 210px;
}
.freee2 {
    width: 210px;
}
.txt_bb {
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 1rem;
}


#it {
    position: relative;
}

#it:after {
    content: '';
	position: absolute;
    top: calc(100% - 1px);
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	clip-path: polygon(0 0,100% 0,50% 100%);
}
.it_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
    padding-top: 4%;
}
.it_left {
    width: 45%;
	box-sizing: border-box;
}
.it_right {
    width: 50%;
	box-sizing: border-box;
}
.it_txt1 {
    font-size: 62px;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Noto sans JP',sans-serif;
}
.it_txt2 {
    font-size: 40px;
    font-weight: 700;
}
.it_price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rate1 {
    width: 24%;
}
.it_350 {
    width: 70%;
    margin-left: 4%;
}
.it_bottom {
    text-align: center;
}
.it_txt3 {
    font-size: 36px;
    font-weight: 700;
}
.it_txt4 {
    font-size: 62px;
    font-weight: 700;
}
.rate2 {
    display: inline-block;
    width: 20%;
    vertical-align: text-bottom;
    margin: 0 18px;
}

/*---------------
  Reviews
-----------------*/
.txt01 {
    text-align: center;
    font-weight: 500;
	margin-bottom: 30px;
}
ul.review_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-top: 80px;
}

ul.review_list li {
    width: 47%;
    background: #fff;
    box-shadow: 0 0 7px #dedede;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 3% 4%;
	margin-bottom: 10%;
}
.user_icon {
    max-width: 150px;
    width: 50%;
    margin: -50px auto 10px;
}
.user_meta {
    text-align: center;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 110%;
}
.voice_bubble {
    max-width: 240px;
    width: 76%;
    margin: 14px auto 7px;
}

/*---------------
  Flow
-----------------*/
#flow {
    position: relative;
}

#flow:after {
    content: '';
	position: absolute;
    top: calc(100% - 1px);
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	clip-path: polygon(0 0,100% 0,50% 100%);
}

ul.flow {
    position: relative;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}
ul.flow:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-left: 6px dotted #3173ce;
    margin-left: 6.2%;
}
ul.flow li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
    margin-bottom: 70px;
}
ul.flow li:last-child {
    margin-bottom: 0;
}
.flow_left {
    width: 13%;
}
.flow_right {
    box-sizing: border-box;
    width: 76%;
}
.flow_ttl {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 16px;
}
.s {
    font-size: 86%;
}


/*---------------
  Price
-----------------*/
.plan {
    position: relative;
    background: #3173ce;
    box-sizing: border-box;
    padding: 24px;
	margin: 60px 0 12px;
    border-radius: 20px;
}
.plan_ico {
    position: absolute;
    width: 12.5%;
    top: -13px;
    left: 5%;
}
.plan_ttl {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #fff;
    text-align: center;
}
.plan_ttl span{
    display: block;
    font-size: 0.5em;
    line-height: 1;
}
.plan_box {
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
}
.price_img {
    width:100%;
}
.price {
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 40px;
}
.plan_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.plan_left {
    width: 58%;
    box-sizing: border-box;
}
.plan_right {
    width: 39%;
    box-sizing: border-box;
    border-left: 4px dotted #ccc;
    padding-left: 3%;
}
.plan_ttl2 {
    background: #eaeaea;
    font-size: 22px;
    padding: 8px 36px;
    margin-bottom: 20px;
    width: fit-content;
}

ul.pl_list li {
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding-left: 1.2rem;
	margin-bottom: 8px;
    font-size: 20px;
}
ul.pl_list li:before {
    content: '■';
    font-size: 11px;
    line-height: 1;
    position: absolute;
    top: 14px;
    left: 0;
    color: #3272ce;
}
.price_note {
    font-size: 86%;
}
.pl2 {
    background: #15a500;
}
.pl3 {
    background: #ef6800;
}
.pl2 ul.pl_list li:before{
	color: #15a500;
}
.pl3 ul.pl_list li:before{
	color: #ef6800;
}



/*---------------
  Price_tb
-----------------*/

.box_white {
    background: #fff;
    padding: 3%;
    border-radius: 20px;
    margin: 60px 0 12px;
}

.solu_txt3 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.c_p3 {
    font-family: 'Oswald', sans-serif;
}
table.price_tb {
    width: 100%;
    margin-bottom: 30px;
}
table.price_tb th, table.price_tb td {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
}

table.price_tb th {
    background: #f4f4f4;
    line-height: 1.4;
}

.pri_tb_th{
    font-size: 0.9em;
}

.pri_tb_money {
    font-weight: 500;
    font-size: 110%;
}
.price_tb_note p {
    font-size: 90%;
}

.price_tb_note p::before {
    content: '※';
}
.solu_txt3 {
    margin-bottom: 20px;
}
.pri_ttl {
    font-size: 140%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.pri_ttl::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #333;
    vertical-align: middle;
    margin-right: 15px;
}
table.price_tb .tb {
    display: none;
}

@media screen and (max-width: 1024px) {
	
table.price_tb {
    font-size: 85%;
}
table.price_tb .tb {
    display: block;
}
	
}

@media screen and (max-width: 599px) {

    .solu_txt3 {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 12px;
}

table.price_tb {
	font-size: 62%;
}
table.price_tb th, table.price_tb td {
    padding: 8px 5px;
}

table.price_tb .tb {
    display: none;
}
	
}

.flex{
    display: flex;
    align-items: center;
}


.sup{
    font-size: 1rem;
    font-weight: 600;
    padding-left: 2em;
}

.price_target{
    font-size: 0.8em;
}

.pri_ttl.decnon::before{
    display: none;
}

.plan_table p{
    text-align: right;
}

.price_bookkeeping{
    margin: 30px 0;
}

.red{
    color: red;
}


@media(width <= 820px){
    .flex{
        flex-direction: column;
    }

    .flex .pri_ttl{
        width: 100%;
        margin: 0;
    }

    .sup{
        padding: 0;
        line-height: 1.4;
        margin-bottom: 1rem;
        font-size: 0.8em;
        width: 100%;
    }

    .plan_img2 {
        width: 48%;
        position: absolute;
        left: 0;
        top: -25%;
        }

}

/*---------------
  FAQ
-----------------*/

.qa {
    background: #fff;
    border-radius: 14px;
	max-width: 1040px;
    width: 100%;
    margin: 0 auto 20px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    overflow: hidden;
}
.qa dt {
    box-sizing: border-box;
    padding: 26px 68px 26px 70px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.4;
    position: relative;
}
.qa dd {
    position: relative;
	background: #f7f7f7;
    padding: 22px 40px 22px 70px;
	font-weight: 500;
	display: none;
}

.qa dt:before, .qa dd:before {
    content: 'Q';
    position: absolute;
    left: 18px;
    top: 20px;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #3173ce;
    line-height: 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.qa dd:before {
    content: 'A';
	background: #ef6800;
}
.qa dt:after {
    content: '＋';
    position: absolute;
    top: 28px;
    right: 20px;
    color: #999;
    font-size: 16px;
    transition: all .3s ease;
}
.qa dt.active:after {
    transform: rotate(225deg);
}

.qa_bottom {
    padding: 30px 0 0;
}

.qa_bottom p {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}


/*---------------
  Contact
-----------------*/
.contact_area {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}
.contact_area table {
    width: 100%;
    margin-bottom: 40px;
}
.contact_area th, .contact_area td {
    padding: 15px 0;
    box-sizing: border-box;
	vertical-align: middle;
}
.contact_area th {
    width: 34%;
	position: relative;
}
.req {
    background: #3173ce;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    top: 30px;
    right: 25px;
}
.contact_area label {
    cursor: pointer;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	width: 100%;
	font-family: inherit;
    box-sizing: border-box;
    border: 1px solid #ccc;
	border-radius: 0;
    padding: 15px;
    font-size: 16px;
    margin: 0;
	background: #fff;
}
.contact_area select {
    cursor: pointer;
    background: #fff url(../images/lp1/ico_arrow_d.png) no-repeat right 15px center;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.d_add {
    margin-bottom: 10px;
}
#zip {
    width: 220px !important;
}
.f_ss {
    font-size: 80%;
    font-weight: normal;
    line-height: 1.2;
}
.radio_btn {
    padding: 10px 0;
}

.btn_form {
    text-align: center;
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
}
.btn_submit {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: #15a500;
	box-shadow: 0 6px 0 #1c770c;
    color: #fff;
    font-family: inherit;
    font-size: 26px;
    width: 100%;
    display: block;
    padding: 18px 0;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
}
.btn_submit:hover {
    background: #1db806;
}
.error {
    font-size: 80% !important;
    color: #eb0000 !important;
}
/*---------------
  Company
-----------------*/

#company {
    padding-bottom: 0;
	position: relative;
}

.prof_box {
    box-sizing: border-box;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 1px 2px 10px #ddd;
    margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.pr_ttl {
	width: 100%;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 2.5rem;
    padding: 0 0 18px;
}
.prof_left {
    width: 30%;
    box-sizing: border-box;
}
.prof_right {
    width: 63%;
    box-sizing: border-box;
}
.p_name {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 12px;
}
.p_txt:last-child {
    margin-top: 24px;
}
.cp_area {
    padding: 70px 0 260px;
    position: relative;
    background: url(../images/lp1/cp_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.cp_area:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.75);
}

.cp_outline {
    position: relative;
    z-index: 1;
}
.cp_outline table {
    width: 100%;
    margin-bottom: 5%;
}

.cp_outline tr {
    border-bottom: 1px solid #c9c9c9;
}
.cp_outline th, .cp_outline td {
    padding: 20px 10px;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: 500;
}
.cp_outline th {
    width: 30%;
}
.office h4 {
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 20px;
}

.office p {
    line-height: 2;
}
#company:before,#company:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to right, #03284c, #0053a1);
    clip-path: polygon(0 0,100% 100%,0 100%);
    z-index: 1;
}
#company:after {
	clip-path: polygon(0 100%,100% 0,100% 100%);
}
.cta_last {
    padding-top: 0;
    position: relative;
    z-index: 2;
}
/*--------------------------------------
  Footer
--------------------------------------*/
#footer {
	background: linear-gradient(to right, #03284c, #0053a1);
	color: #fff;
	padding-bottom: 50px;
	padding-top: 25px;
}
.f_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1040px;
    width: 90%;
}
.f_logo {
    width: 200px;
}

.copy {
    font-size: 14px;
}



/*--------------------------------------
  Float
--------------------------------------*/
#float {
    z-index: -99;
    opacity: 0;
}



/*-------------------------------
　アニメーション
-------------------------------*/
.animated1,.animated2,.animated3,.animated4,.animated5{
 -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	opacity: 0;
}

.delay-03s {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.delay-04s {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.delay-06s {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.delay-07s {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
.delay-08s {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.fadeInUp{
    animation-name: fadeinup;
    animation-duration: 1.5s;
}
@keyframes fadeinup{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}

.fadeInLeft{
    animation-name: fadeInLeft;
    animation-duration: .9s;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.fadeInRight{
    animation-name: fadeInRight;
    animation-duration: .9s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.popup {
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

/*--------------------------------------
  下層
--------------------------------------*/
.page_kv {
    padding: 100px 0;
    text-align: center 30%;
	position: relative;
}
.page_kv:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.75);
}
.page_ttl {
    font-size: 30px;
    font-weight: 700;
	position: relative;
	z-index: 1;
}
.page_kv {
    padding: 70px 0;
    text-align: center;
    background: url(../images/lp1/cp_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.thanks {
    margin: 0 auto;
    width: fit-content;
}
.btn_back {
    max-width: 300px;
    width: 80%;
    margin: 70px auto 0;
    text-align: center;
}

.btn_back a {
    display: block;
    padding: 12px 0;
    border-radius: 10px;
    background: #333;
    color: #fff;
}
.btn_back a:hover {
    background: #737373;
}

/*--------------------------------------
  404
--------------------------------------*/
.e_404 {
    min-height: 74vh;
    text-align: center;
    padding-top: 5%;
    box-sizing: border-box;
}
.ttl_404 {
    font-size: 5vw;
    margin-bottom: 40px;
}
.error_content {
    text-align: center;
}
body.error404 .error_content {
    text-align: center;
}


@media screen and (max-width:1400px) {
	
	
.kv_c_box {
    top: 6.5%;
}


	
}
@media screen and (max-width:1180px) {
	
#header {
    padding: 10px 0;
}
.kv_trouble {
    width: 60%;
}	
.kv_man {
    width: 80%;
}	
.remote_bubble {
    width: 42%;
}	
.remote_txt {
    font-size: 3.8vw;
}	
.remote_left {
    width: 27%;
}

.reason_ttl {
    font-size: 2.5vw;
}	
	
.it_txt2 {
    font-size: 3vw;
}	
	
}



@media screen and (max-width:1024px) {
	
.kv_top:before,.kv_bottom {
    height: 170px;
}	
.kv_cloud img {
    height: 80px;
}	
.cta_box {
    padding: 7% 5% 4%;
}
.ttl {
    font-size: 40px;
}
.support {
    width: 75%;
    margin-top: 6%;
}
#trouble:after, #reason:after, #flow:after, #it:after {
    height: 65px;
}	
#company:before, #company:after {
    height: 160px;
}
.flow_right {
    width: 80%;
}	
.flow_left {
    width: 15%;
}
ul.flow:before {
    margin-left: 7.33%;
}
.plan_ttl {
    font-size: 5vw;
}
.plan_ico {
    width: 12%;
    top: -1.6%;
}	
.price_img {
    
}
.plan_ttl2 {
    font-size: 2vw;
    padding: 8px 15px;
}	
	
}


@media screen and (max-width:820px) {
	
.logo {
    max-width: 150px;
    width: 22%;
}
.kv_trouble {
    width: 75%;
}	
.kv_content {
    width: 95%;
}
.kv_c_box {
    width: 60%;
    left: auto;
    right: 0;
}
.kv_man {
    margin-left: -8%;
    width: 86%;
}
.cta_txt {
    font-size: 2.6vw;
    line-height: 1.8;
    margin-bottom: 4%;
}

.cta_tel a {
    font-size: 4.9vw;
}
.cta_tel .tel_sub {
    font-size: 1.7vw;
}
.cta_contact a {
    font-size: 2.9vw;
    padding: 15px 0;
}	
.remote {
    padding: 3% 0 0;
}
ul.flow:before {
    margin-left: 11%;
}	
.flow_left {
    width: 22%;
}	
.flow_right {
    width: 72%;
}	
	
.plan_left, .plan_right {
    width: 100%;
    padding: 0;
}
.plan_right {
    border: 0;
    border-top: 3px dotted #ddd;
    padding-top: 20px;
    margin-top: 6px;
}	
.price_img {
    height: auto;
    width: 86%;
}	
.contact_area th {
    width: 42%;
    position: relative;
}	
	

.it_txt1 {
    font-size: 5vw;
}
.it_txt2 {
    font-size: 3vw;
}

	
.it_txt3 {
    font-size: 3.6vw;
}
.it_txt4 {
    font-size: 6vw;
}	
.rate2 {
    width: 26%;
}	
	
}

@media screen and (max-width:768px) {
	
	
}

@media screen and (max-width:599px) {
	
body {
	font-size: 16px;
}
	
.pc{
	display: none;
}
.sp{
	display: block;
}	
	
	
.logo {
    width: 33%;
}
.h_box {
    display: none;
}	
	
.kv_trouble {
    width: 90%;
}	
.kv_content {
    width: 90%;
    margin: 0 auto;
}	
.kv_c_box {
    position: relative;
    width: 100%;
}
.kv_badge {
    width: 50%;
    position: absolute;
    right: 0;
    top: 124%;
}	
	
.kv_man {
    width: 118%;
    margin: 0 0 0 -18%;
}	
.kv_top:before, .kv_bottom {
    height: 94px;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 100% );
}
.kv_bottom {
    clip-path: polygon(0 0, 100% 55%, 100% 100%, 0 100% );
}	
.kv_cloud {
    left: 5%;
    bottom: 8%;
}
.kv_cloud img {
    height: 55px;
}
	
.contents_block {
    padding: 46px 0;
}	
.ttl {
    font-size: 30px;
    margin-bottom: 28px;
}	
.ttl_en {
    font-size: 18px;
}	
.ttl2 {
    font-size: 7vw;
	margin-bottom: 6%;
}	
.bubble_blue {
    font-size: 16px;
    padding: 3px 18px;
}
.support {
    width: 100%;
}
.ttl.ttl_slash {
    font-size: 6vw;
}
.ttl_slash:before, .ttl_slash:after {
    left: -9%;
    height: 94%;
}
.ttl_slash:after {
    left: auto;
    right: -9%;
}
	
	
.cta_label {
    font-size: 5.5vw;
    padding: 7px 0;
}
	
.cta_box {
    padding: 9% 4.5% 9%;
}	
.cta_txt {
    font-size: 4vw;
}
.cta_tel, .cta_contact {
    width: 100%;	
	
}
.cta_tel a {
    font-size: 9vw;
}	
.cta_tel .tel_sub {
    font-size: 3.7vw;
}
.cta_contact {
    margin-top: 5%;
}	
.cta_contact a {
    font-size: 6vw;
    padding: 12px 0;
}	
.cta_c_top {
    font-size: 4.6vw;
}	
.cta {
    padding-top: 32%;
}	
.cta_last {
    padding-top: 4%;
}
	
#trouble:after, #reason:after, #flow:after, #it:after {
    height: 45px;
}
	
.trouble_area {
    padding: 28% 0;
}	
.t_img {
    width: 35%;
}	
.t01 {
    top: 15%;
}	
.t02 {
    left: 0;
    right: 0;
    margin: auto;
}
.t03 {
    right: 0;
    top: 15%;
}
.t04 {
    top: auto;
	bottom: 17%;
    right: 0;
	z-index: 2;
}
.t05 {
	bottom: 17%;
    left: 0;
}
.t06 {
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}	
	
#solution {
    padding: 18% 0 14%;
}	
.remote_right {
    width: 100%;
    text-align: center;
}	
.remote_bubble {
    width: 50%;
}	
.remote_txt {
    font-size: 5.4vw;
}
.remote_left {
    width: 58%;
    margin: 3% auto 0;
}	
ul.reason_list li {
    width: 100%;
    margin-bottom: 10%;
}
.reason_ttl {
    font-size: 5.6vw;
}
.ico_cloud {
    width: 18%;
    margin-bottom: -18px;
}	
.cloud_box {
    padding: 6% 5%;
}
.cloud2 {
    justify-content: space-between;
}	
.cloud2 img {
    margin: 0;
}
.mf2 {
    width: 43%;
}	
.freee2 {
    width: 42%;
}
.txt_bb {
    text-align: left;
    line-height: 1.8;
}
.cloud_box p {
    text-align: left;
}
	
ul.review_list {
    padding-top: 10%;
}	
ul.review_list li {
    width: 100%;
    margin-bottom: 25%;
    padding: 0 5% 5%;
}
ul.review_list li:last-child {
    margin-bottom: 0;
}	
.user_icon {
    width: 35%;
    margin-top: -30px;
}	
	
ul.flow:before {
    margin-left: 49.5%;
}	
ul.flow li {
    background: #fff;
    margin-bottom: 12.4%;
}	
.flow_left {
    width: 38%;
    margin: 0 auto;
    padding: 5% 0 0;
}	
.flow_right {
    width: 100%;
    margin: 0 auto;
    padding: 6% 0;
}
.flow_ttl {
    text-align: center;
    font-size: 7vw;
}	
.plan {
    padding: 14px 3px 3px;
    border-radius: 10px;
}
.plan_box {
    padding: 5%;
    border-radius: 8px;
}	
.plan_ttl {
    text-align: left;
    line-height: 1.4;
    font-size: 8vw;
    box-sizing: border-box;
    padding-left: 31%;
}
.plan_ico {
    width: 23%;
    top: -1%;
    left: 3%;
}	
.price {
    padding: 5% 0 8%;
}	
.price_img {
    width: 100%;
}
.plan_ttl2 {
    font-size: 4vw;
    padding: 7px 18px;
    margin-bottom: 4%;
}
ul.pl_list li {
    font-size: 100%;
    margin-bottom: 3px;
    font-weight: normal;
    padding-left: 1rem;
}	
ul.pl_list li:before {
    font-size: 10px;
    top: 11px;
}	
	
.qa dt {
    font-size: 17px;
    padding: 22px 37px 22px 44px;
    line-height: 1.5;
}	
.qa dd {
    padding: 22px 14px 22px 44px;
    font-size: 14px;
}
	
.qa dt:before, .qa dd:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    left: 2.5%;
}
.qa dt:after {
    line-height: 1;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto;
    height: 1em;
}	
.qa_bottom p {
    font-size: 4.5vw;
}	
.qa_bottom {
    padding: 12px 0 0;
}
	
	
.contact_area table {
    margin-bottom: 3%;
}	
.contact_area th, .contact_area td {
    display: block;
    width: 100%;
    padding: 6px 0;
}
.contact_area td {
    padding-bottom: 20px;
}	
.req {
    right: 0;
    top: auto;
    bottom: 7px;
}
.btn_submit {
    font-size: 22px;
    padding: 15px 0;
}
.prof_box {
    padding: 6%;
}
.pr_ttl {
    font-size: 6vw;
    padding: 0 0 3%;
    margin-bottom: 7%;
}	
.prof_right {
    width: 100%;
}
.prof_left {
    width: 100%;
    margin: 0 auto 4%;
}
.p_name {
    font-size: 26px;
    margin-bottom: 8px;
}	
	
.cp_outline tr {
    border: 0;
}	
.cp_outline th, .cp_outline td {
    width: 100%;
    display: block;
}	
.cp_outline th {
    padding: 5px 10px;
    background: rgba(49, 115, 206, 0.16);
}	
.cp_outline td {
    padding: 15px 10px;
}
	
#company:before, #company:after {
    height: 94px;
}
.cp_area {
    padding-bottom: 35%;
}	
	
	
.it_block {
    margin-bottom: 10%;
}	
.it_left {
    width: 100%;
    margin-bottom: 18px;
}
.it_right {
    width: 100%;
    text-align: center;
}
.it_txt1 {
    font-size: 10vw;
	line-height: 1.5;
}
.it_txt2 {
    font-size: 5.8vw;
}		
.it_txt3 {
    font-size: 4.8vw;
    line-height: 1.5;
}	
.it_txt4 {
    font-size: 9vw;
}
.rate2 {
    width: 45%;
}	
	
	
#footer {
    padding-bottom: 20px;
}	
.f_logo {
    width: 45%;
    margin: 0 auto 10%;
}	
.copy {
    width: 100%;
    text-align: center;
    font-size: 13px;
}
	
#float {
	width: 100%;
    z-index: 99;
    opacity: 1;
}	
	
.float_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.float_box {
    width: 49.8%;
    box-sizing: border-box;
    text-align: center;
}	
.float_box a {
    display: block;
    padding: 8px 0;
    color: #fff;
    border-radius: 12px 12px 0 0;
    font-size: 5vw;
    font-weight: 500;
}
	
.fl_tel a {
    background: #f06801;
    font-weight: 600;
}
	
.fl_contact a {
    background: #12a500;
}	
.float_box a i {
    font-size: 84%;
}
	
	
	
.ttl_404 {
    font-size: 10vw;
    margin-bottom: 40px;
}
	
	
}




