@charset "UTF-8";
body{
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #003052;
    letter-spacing: 2px;
    line-height: normal;
}

h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
    margin: 0px;
    padding: 0px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
ul, ol, dl, img {
    margin: 0px;
    padding: 0px;
}
ul, ol {
    list-style-type: none;
}
img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 0%;
    line-height: 0%;
    vertical-align: bottom;
}
a {
    text-decoration: none;
}

a:link {
    color: #003052;
}
a:active {
    color: #003052;
}
a:hover {
    color: #003052;
    outline:none;
    text-decoration: none;
    opacity: 1;
}
a:visited {
    color: #003052;
}

body div a:active, body div a:focus {
    outline: none;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
p{
    line-height: 2;
/*  margin-bottom: 30px;*/
}
.pc{
    display: block!important;
}
.sp{
    display: none!important;
}

section{
    width: 100%;
    padding: 150px 0;
}
.container{
    width: 90%;
    margin: 0 auto;
    max-width: 1536px;
}
.en{
    font-family: 'Sen', sans-serif; 
    font-weight: 600;
}
h2{
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}
h2 .en{
    font-size: 24px;
    color: #cccccc;
    margin-bottom: 5px;
    display: block;
}
h3{
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 50px;
    text-align: center;
    
}
.main_bg_case{
    background-color: #ecf4fc;
}
.main_bg_case .main_bg_pack{
/*  max-width: 1920px;*/
    margin: 0 auto;
    background-image: url("../images/rpa_lp/bg_01.png"),url("../images/rpa_lp/bg_02.png");
    background-size: auto,auto;
    background-repeat: no-repeat, no-repeat;
    background-position: top center,bottom center;
}
/*
.main_bg_case .main_bg_pack{
    max-width: 1920px;
    margin: 0 auto;
    background-image: url("../images/rpa_lp/bg_01.png"),url("../images/rpa_lp/bg_02.png");
    background-size: contain,contain;
    background-repeat: no-repeat, no-repeat;
    background-position: top center,bottom center;
}
*/
/* header */
#top-head {
    width: 100%;
    height: 100px;
    display: flex;
    z-index: 999;
    line-height: 100px;
}
#top-head .inner {
    float: left;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    max-width: 1536px;
}
.inner h1 a {
    text-decoration: none;
}
.inner h1 img {
    display: block;
    width: 250px;
    height: auto;
}
#top-head nav ul {
    display: flex;
    list-style-type: none;
}
#top-head nav ul li{
    padding-left: 20px;
}
#top-head nav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight:700;
}
#top-head nav ul li a:hover {
    color: #000000;
}
#nav_toggle {
    display: none;
}
#top-head nav ul li.header_btn{
    padding-left: 40px;
}
#top-head nav ul li.header_btn a{
    background:#fff000;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    width: 330px;
    height: 60px;
    /*line-height: 60px;*/
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #003052;
    position: relative;
}
#top-head nav ul li.header_btn a::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../images/rpa_lp/arrow.svg");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 17px;
    transition-duration: .4s;
}
#top-head nav ul li.header_btn a:hover{
    color: #ffffff;
    background-color: #003052;
}
#top-head nav ul li.header_btn a:hover::after {
    background-image: url("../images/rpa_lp/arrow_w.svg");
}

/* mainimgArea */
#mainimgArea{
    text-align: center;
}
#mainimgArea .container{
    padding: 50px 0;
}
#mainimgArea .container img.main_01{
    width: 60%;
    max-width: 884px;
}
#mainimgArea .container img.main_02{
    width: 100%;
    max-width: 1536px;
}

/* sec_campaign */
.sec_campaign{
    padding: 100px 0;
}
.sec_campaign .container{
    max-width: 1100px;
}
.sec_campaign .container .case{
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.14);
    border: 3px solid #3aa7a3;
    border-radius: 20px;
}
.sec_campaign .container .case .title{
    text-align: center;
    padding: 30px 0;
    background-color: #3aa7a3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sec_campaign .container .case .title h2{
    font-size: 48px;    
    font-weight: 800;
    color: #ffffff;
    text-shadow:2px 2px 0 #118581, -2px -2px 0 #118581,
              -2px 2px 0 #118581, 2px -2px 0 #118581,
              0px 2px 0 #118581,  0-2px 0 #118581,
              -2px 0 0 #118581, 2px 0 0 #118581;
    margin-bottom: 0;
}
.sec_campaign .container .case .pack{
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}
.sec_campaign .container .case .pack .free_text{
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 30px;
}
.sec_campaign .container .case .pack .free_text span{
    color: #b90000;
    font-size: 95px;
    line-height: normal;
}
.sec_campaign .container .case .pack ul{
    display: flex;
    justify-content:space-between;
}
.sec_campaign .container .case .pack ul li{
    width: 45%;
    background-color: #002c63;
    color: #ffffff;
    font-weight: 800;
    font-size: 22px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.sec_campaign .container .case .pack ul li span{
    padding-top: 10px;
    display: inline-block;
}
.sec_campaign .container .case .pack ul li:first-child{
    position: relative;
}
.sec_campaign .container .case .pack ul li:first-child::after {
    content: "＋";
    color: #002c63;
    position: absolute;
    top: 30%;
    right: -17%;
    font-size: 50px;
    font-weight: 700;
}
.sec_campaign .container .case .pack .btn{
    background:#fff000;
    display: block;
    font-size: 25px;
    font-weight: 700;
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50px;
    border: 3px solid #003052;
    position: relative;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
    margin-bottom: 30px;
}
.sec_campaign .container .case .pack .btn::after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url("../images/rpa_lp/arrow.svg");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    right: 35px;
    top: 25px;
    transition-duration: .4s;
}
.sec_campaign .container .case .pack .btn:hover{
    color: #ffffff;
    background-color: #003052;
}
.sec_campaign .container .case .pack .btn:hover::after {
    background-image: url("../images/rpa_lp/arrow_w.svg");
}
.sec_campaign .container .case .pack .attention{
    text-align: left;
    display: block;
}

/* sec_01 */
.sec_01{
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 0), rgba(240, 239, 239, 1));
  padding: 150px 0 0;
}
.sec_01 .container{
    max-width: 1100px;
}
.sec_01 .container .worries_case{
    text-align: center;
    margin-bottom: 100px;
}
.sec_01 .container .worries_case p{
    margin-bottom: 60px;
}
.sec_01 .container .worries_case ul{
    display: flex;
    justify-content:space-between;
}
.sec_01 .container .worries_case ul li{
    width: 362px;
    height: 130px;
    text-align: center;
}
.sec_01 .container .worries_case ul li{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec_01 .container .worries_case ul li span{
    display: inline-block;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: 700;
}
.sec_01 .container .worries_case ul.worries_pack_01 li span{
    padding-top: 25px;
}
.sec_01 .container .worries_case ul.worries_pack_02 li span{
    padding-top: 50px;
}
.sec_01 .container .worries_case ul.worries_pack_02 li.comment_05 span{
    padding-top: 60px;
}
.sec_01 .container .worries_case ul li.comment_01{
    background-image: url("../images/rpa_lp/hukidashi_01.png");
}
.sec_01 .container .worries_case ul li.comment_02{
    background-image: url("../images/rpa_lp/hukidashi_02.png");
    position: relative;
    top:-50px;
}
.sec_01 .container .worries_case ul li.comment_03{
    background-image: url("../images/rpa_lp/hukidashi_03.png");
}
.sec_01 .container .worries_case ul li.comment_04{
    background-image: url("../images/rpa_lp/hukidashi_04.png");
}
.sec_01 .container .worries_case ul li.comment_05{
    background-image: url("../images/rpa_lp/hukidashi_05.png");
    position: relative;
    top:50px;
}
.sec_01 .container .worries_case ul li.comment_06{
    background-image: url("../images/rpa_lp/hukidashi_06.png");
}
.sec_01 .container .worries_case p span{
    font-size: 30px;
    font-weight: 700;
    background: -webkit-linear-gradient(transparent 60%, #d4d4d4 0%);
    background: -o-linear-gradient(transparent 60%, #d4d4d4 0%);
    background: linear-gradient(transparent 60%, #d4d4d4 0%);
    display: inline-block;
}


.sec_01 .container .worries_case img{
    max-width: 470px;
    height: auto;
}
.sec_01 .container .arrow{
    display: block;
    margin: 0 auto 60px;
}
.sec_01 .container .resolution_case{
    text-align: center;
}
.sec_01 .container .resolution_case p{
    margin-bottom: 60px;
}
.sec_01 .container .resolution_case p span{
    font-size: 36px;
    font-weight: 700;
    background: -webkit-linear-gradient(transparent 60%, #fff000 0%);
    background: -o-linear-gradient(transparent 60%, #fff000 0%);
    background: linear-gradient(transparent 60%, #fff000 0%);
    display: inline-block;
}
.sec_01 .container .resolution_case img{
    max-width: 630px;
    height: auto;
}

.bg_case{
    background-color: #ecf4fc;
}
.bg_case .bg_pack{
/*  max-width: 1920px;*/
    margin: 0 auto;
    background-image: url("../images/rpa_lp/bg_01.png"),url("../images/rpa_lp/bg_02.png");
    background-size: auto,auto;
    background-repeat: no-repeat, no-repeat;
    background-position: top center,bottom center;
}
.bg_case section{
    padding: 0 0 150px;
}
.bg_case section:first-child{
    padding: 150px 0;
}

/* sec_02 */
.sec_02 .container .case{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;    
    flex-direction: row-reverse;
}
.sec_02 .container h3{
    text-align: left;
}
.sec_02 .container .case .pack{
    width: 40%;
}
.sec_02 .container .case figure{
    width: 58%;
}
.sec_02 .container .case figure img{
    width: 100%;
    height: auto;
}

/* sec_03 */
.sec_03 .container h2{
    background-image: url("../images/rpa_lp/sec_03_title_bg_01.png"),url("../images/rpa_lp/sec_03_title_bg_02.png");
    background-size: auto,auto;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left,bottom right;
    max-width: 910px;
    margin: 0 auto 50px;
}
.sec_03 .container h2 span{
    color: #b90000;
    font-size: 50px;
} 
.sec_03 .container img{
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}

/* sec_04 */
.sec_04 .container ul{
    display: flex;
    justify-content:space-between;  
}
.sec_04 .container ul li{
    width: 23%;
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.sec_04 .container ul li h4{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 60px;
}
.sec_04 .container ul li:last-child h4{
    margin-bottom: 30px;
}
.sec_04 .container ul li img{
    width: 150px;
    margin-bottom: 30px;
}
.sec_04 .container ul li p{
    margin-bottom: 0;
    line-height: normal;
}

/* sec_05 */
.sec_05 .container{
    max-width: 1100px;
}
.sec_05 .container video{
    width: 100%;
}

/* sec_06 */
.sec_06{
    background-image: url("../images/rpa_lp/sec_06_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec_06 .container{
    max-width: 1200px;
}
.sec_06 .container h2,.sec_06 .container h2 span{
    color: #ffffff;
} 
.sec_06 .container h3{
    color: #ffffff;
    margin-bottom: 90px;
} 
.sec_06 .container h3 span{
    font-size: 36px;
  -webkit-text-emphasis: filled #fff000;
  text-emphasis: filled #fff000;
}
.sec_06 .container ul{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}
.sec_06 .container ul li{
    width: 33%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.sec_06 .container ul li:last-child,.sec_06 .container ul li:nth-last-child(2){
    margin-bottom: 0;
}
.sec_06 .container ul li img{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.sec_06 .container ul li p{
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    line-height: normal;
}

/* sec_07 */
.sec_07 .container{
	max-width: 1100px;
}
.sec_07 .container .case{
    display: flex;
    justify-content:space-between;  
}
.sec_07 .container .case a{
    width: 31%;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: block;
}
.sec_07 .container .case a figure{
    width: 100%;
    margin: 0;
}
.sec_07 .container .case a figure img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sec_07 .container .case a .img_box{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sec_07 .container .case a figure{
    display: block;
    transition-duration: .5s;
}

.sec_07 .container .case a:hover figure{
    transform: scale(1.1);
}
.sec_07 .container .case .pack{
    padding: 30px 20px;
    box-sizing: border-box;
}
.sec_07 .container .case .pack p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}
.sec_07 .container .case a:hover p{
    opacity: 0.7;
}
.sec_07 .container .case .pack .company_name{
    font-size: 14px;
    font-weight: 700;
    color: #3aa7a3;
    margin-bottom: 15px;
    line-height: normal;
    display: inline-block;
}

/* sec_08 */
.sec_08 .container{
    background-color: #ffffff;
    padding: 100px 0;
    text-align: center;
	max-width: 1100px;
}
.sec_08 .container .case{
    display: flex;
    justify-content:space-between;
    max-width: 650px;
    margin: 0 auto 50px;
}
.sec_08 .container .case figure{
    width: 300px;
}
.sec_08 .container .case img{
    width: 100%;
}
.sec_08 .container .case p{
    margin-bottom: 0;
    font-size: 16px;
}

/* sec_09 */
.sec_09 .container{
    text-align: center;
	max-width: 1100px;
}
.sec_09 .container img{
    max-width: 350px;
    height: auto;
    margin-bottom: 50px;
}
.sec_09 .container .free_text{
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 0;
}
.sec_09 .container .free_text span{
    color: #b90000;
    font-size: 95px;
    line-height: normal;
}
.sec_09 .container .price_img_case{
	width: 100%;
}
.sec_09 .container .price_img_case figure img{
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}
/*
.sec_09 .container ul.price_case{
    display: flex;
    justify-content:space-between;
    max-width: 1100px;
    margin: 0 auto;
}
.sec_09 .container ul.price_case li{
    background-color: #ecf4fc;
}
.sec_09 .container ul.price_case li h4{
    background-color: #002c63;
    padding: 10px 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700px;
}
.sec_09 .container ul.price_case li:first-child{
    width: 20%;
}
.sec_09 .container ul.price_case li:last-child{
    width: 75%;
}
.sec_09 .container ul.price_case li .pack{
}
.sec_09 .container ul.price_case li .pack .price{
    margin-bottom: 0;
    font-size: 100px;
    color: #002c63;
    font-weight: 800;
}
.sec_09 .container ul.price_case li .pack .price span{
    color: #000000;
    font-weight: 700;
    font-size: 30px;
}
.sec_09 .container ul.price_case li:last-child .pack{
    display: flex;
    justify-content:space-between;
}
.sec_09 .container ul.price_case li:last-child .pack .price{
    width: 30%;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item{
    width: 75%;
    text-align: left;
    padding: 20px 0;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item .detail li{
    width: auto;
    background-color: #fff000;
    display: inline-block;
    text-align: left;
    border-radius: 50px;
    padding: 10px 30px 10px 50px;
    margin-bottom: 10px;
    font-weight: 800;
    position: relative;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item .detail{
    margin-bottom: 10px;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item .detail li::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 19px;
    height: 15px;
    background-image: url("../images/rpa_lp/check.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: 15px;
    left: 20px;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item span{
    margin-bottom: 0;
}
.sec_09 .container ul.price_case li:first-child{
    position: relative;
}
.sec_09 .container ul.price_case li.price01:first-child::after {
    content: "＋";
    color: #002c63;
    position: absolute;
    top: 35%;
    right: -25%;
    font-size: 50px;
    font-weight: 700;
}
*/
/* sec_flow */
.sec_flow{
	padding: 0 0 150px;
}
.sec_flow .container{
    max-width: 1100px;
	text-align: center;
}
.sec_flow .container figure{
	width: 100%;
	margin: 0 auto;
}
.sec_flow .container figure img {
	width: 100%;
}
/* sec_10 */
.sec_10{
    background-color: #eeeeee;
}
.sec_10 .container{
    max-width: 1000px;
}
.sec_10 .container .title_case{
    background-image: url("../images/rpa_lp/sec_10_title_bg_01.png"),url("../images/rpa_lp/sec_10_title_bg_02.png");
    background-size: auto,auto;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left,bottom right;
    height: 200px;
    margin: 0 50px;
}
.sec_10 .container .title_case h2{
    padding-top: 50px;
    margin-bottom: 0;
}
.sec_10 .container .form_case{
    background-color: #ffffff;
    padding: 90px 50px;
    box-sizing: border-box;
}
.sec_10 .container .form_case .field input.text,
.sec_10 .container .form_case .field select {
    width: 100%;
    height: 65px;
}
.sec_10 .container .form_case .field input.tel{
    width: 200px;
    height: 65px;
}
.sec_10 .container .form_case input,
.sec_10 .container .form_case select {
    background-color: #f2f9fc;
    border: none;
}
.sec_10 .container .form_case .textcase{
    background-color: #f2f9fc;
    border: none;
    width: 100%;
    height: 250px;
}
.sec_10 .container .form_case .choice{
    background-color: #f2f9fc;
    border: none;
    width: 100%;
    height: 65px;
}
.sec_10 .container .form_case .pack{
    margin-bottom: 30px;
}
.sec_10 .container .form_case .label{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}
.sec_10 .container .form_case .label .required{
    background-color: #c60000;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    padding: 3px 10px;
    margin-left: 5px;
}
.sec_10 .container .form_case .agreement{
    font-weight: 600;
    text-align: center;
}
.sec_10 .container .form_case .agreement a{
    border-bottom: 1px solid #000000;
}
.sec_10 .container .form_case .agreement a:hover{
    opacity: 0.7;
}


.sec_10 .container .form_case .contact_btn_wrap{
    width: 400px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}
.sec_10 .container .form_case .contact_btn {
    background:#003052;
    display: block;
    font-size: 20px;
    font-weight: 700;
    width: 400px;
    height: 80px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #003052;
    color: #ffffff;
    margin: 0 auto;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
}
.sec_10 .container .form_case .contact_btn_wrap::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../images/rpa_lp/arrow_w.svg");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 27px;
    transition-duration: .4s;
}
.sec_10 .container .form_case .contact_btn:hover{
    color: #003052;
    background-color: #ffffff;
}
.sec_10 .container .form_case .contact_btn_wrap:hover::after {
    background-image: url("../images/rpa_lp/arrow.svg");
}
/*
.sec_10 .container .form_case .contact_btn{
    background-image: -moz-linear-gradient( -77deg, rgb(36,178,251) 0%, rgb(129,205,240) 100%);
    background-image: -webkit-linear-gradient( -77deg, rgb(36,178,251) 0%, rgb(129,205,240) 100%);
    background-image: -ms-linear-gradient( -77deg, rgb(36,178,251) 0%, rgb(129,205,240) 100%);
    box-shadow: 0px 2px 7px 0px rgba(4, 0, 0, 0.16);
    border-radius: 10px;
    width: 450px;
    height: 85px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
    text-shadow: 0px 1px 7px rgba(50, 183, 251, 0.9);
    letter-spacing: normal;
    transition-duration: .4s;
}
.sec_10 .container .form_case .contact_btn:hover{
    transform: scale(1.1);
}
*/
/* footer */
footer{
    background-color: #f4f4f4;
}
footer .container{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    padding: 50px 0;
}
footer .container img{
    width: 300px;
    height: auto;
}
footer .container .case{
    display: flex;
    justify-content:space-between;
}
footer .container .case ul{
    font-size: 15px;
}
footer .container .case ul:first-child{
    padding-right: 30px;
}
footer .container .case ul li{
    margin-bottom: 10px;
}
footer .container .case ul li:last-child{
    margin-bottom: 0;
}
footer .container .case ul li a:hover{
    opacity: 0.7;
}
footer .copy{
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    color: #9c9c9c;
    display: block;
    letter-spacing: 1.5px;
}

@media screen and (max-width: 1200px) {
.sec_01 .container .worries_case ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec_01 .container .worries_case ul.worries_pack_01{
    margin-bottom: 30px;
}
.sec_01 .container .worries_case ul.worries_pack_02{
    margin-top: 30px;
}
.sec_01 .container .worries_case ul li.comment_02,.sec_01 .container .worries_case ul li.comment_05{
    top: 0;
}
.sec_01 .container .worries_case ul li.comment_01,.sec_01 .container .worries_case ul li.comment_04{
    margin-right: 10px;
}
.sec_01 .container .worries_case ul li.comment_02{
    background-image: url("../images/rpa_lp/hukidashi_03.png");
}
.sec_01 .container .worries_case ul li.comment_03{
    background-image: url("../images/rpa_lp/hukidashi_02.png");
}
.sec_01 .container .worries_case ul li.comment_05{
    background-image: url("../images/rpa_lp/hukidashi_06.png");
}
.sec_01 .container .worries_case ul li.comment_06{
    background-image: url("../images/rpa_lp/hukidashi_05.png");
}
}
@media screen and (max-width: 767px) {
#top-head nav ul li a{
  font-size: 13px!important;    
}

#top-head nav ul li.header_btn a{
    width: 80%!important;
    margin: 30px auto 0;
    font-size: 14px!important;
}
.pc{
    display: none!important;
}
.sp{
    display: block!important;
}
body{
    font-size:13px ;

}
p{
/*  margin-bottom: 15px;*/
    line-height: 1.7;
}
.btn{
    width: 50%;
    display: block;
    font-size: 20px;
}
.btn::after {
    width: 25px;
    height: 25px;
    right:-15%;
    top: 0;
}
.btn::before{
    content: none;
}
.btn:hover::after{
    transform:none; 
}
.container {
    margin: 0 auto;
    width: 90%;
}
section{
    padding: 40px 0;
    box-sizing: border-box;
}
h2{
    font-size: 20px;
    margin-bottom: 25px;
}
h2 .en {
    font-size: 13px;
    margin-bottom: 0;
}
h3{
    font-size: 16px;
    margin-bottom: 20px;
}

.main_bg_case .main_bg_pack{
    margin: 0 auto;
    background-image: url("../images/rpa_lp/bg_01_sp.png"),url("../images/rpa_lp/bg_02_sp.png");
    background-size:contain,contain;
    background-repeat: no-repeat, no-repeat;
    background-position: top center,bottom center;
    width: 100%;
}
#mainimgArea .container{
    padding: 80px 0 40px;
}
#mainimgArea .container img.main_01{
    width: 85%;
    margin-bottom: 20px;
}
.sec_campaign{
    padding: 40px 0;
}
.sec_campaign .container .case .title h2 {
    font-size: 20px;
}
.sec_campaign .container .case .pack{
    padding: 30px 20px;
}
.sec_campaign .container .case .pack .free_text {
    font-size: 18px;
    margin-bottom: 20px;
}
.sec_campaign .container .case .pack .free_text span {
    font-size: 30px;
}
.sec_campaign .container .case .pack ul{
    display: block;
    margin-bottom: 30px;
}
.sec_campaign .container .case .pack ul li{
    width: 100%;
    padding: 20px;
    font-size: 13px;
}
.sec_campaign .container .case .pack ul li span{
    padding-top: 0;
}
.sec_campaign .container .case .pack ul li:first-child::after {
    font-size: 30px;
    top:80px;
    right: 42%;
}
.sec_campaign .container .case .pack ul li:last-child{
    margin-bottom: 0;
}
.sec_campaign .container .case .pack .btn{
    font-size: 14px;
    height: 60px;
    line-height: 55px;
}
.sec_campaign .container .case .pack .btn::after {
    width: 25px;
    height: 25px;
    right: 20px;
    top: 17px;
}
.sec_campaign .container .case .pack .attention{
    font-size: 11px;
    line-height: normal;
}
.sec_01{
    padding: 40px 0 0;
}
.sec_01 .container .worries_case ul li{
    background-size: contain;
}
.sec_01 .container .worries_case ul li {
    width: 250px;
    height: 100px;
}
.sec_01 .container .worries_case ul li span {
    font-size: 13px;
}
.sec_01 .container .worries_case ul li.comment_01, .sec_01 .container .worries_case ul li.comment_04,.sec_01 .container .worries_case ul li.comment_03, .sec_01 .container .worries_case ul li.comment_06{
    margin-right: 80px;
}
.sec_01 .container .worries_case ul li.comment_02, .sec_01 .container .worries_case ul li.comment_05{
    margin-left: 80px;
}
.sec_01 .container .worries_case ul li.comment_03 {
    background-image: url(../images/rpa_lp/hukidashi_01.png);
}
.sec_01 .container .worries_case ul li.comment_06 {
    background-image: url(../images/rpa_lp/hukidashi_04.png);
}
.sec_01 .container .worries_case ul.worries_pack_02 li span{
    padding-top: 35px;
}
.sec_01 .container .worries_case ul.worries_pack_02 li.comment_05 span{
    padding-top: 45px;
}
.sec_01 .container .worries_case ul.worries_pack_01{
    margin-bottom: 10px;
}
.sec_01 .container .worries_case p span{
    font-size: 18px;
}
.sec_01 .container .worries_case img{
    width: 80%;
}
.sec_01 .container .worries_case ul.worries_pack_02{
    margin-top: 10px;
}
.sec_01 .container .worries_case{
    margin-bottom: 20px;
}
.sec_01 .container .arrow{
    width: 7%;
    margin: 0 auto 10px;
}
.sec_01 .container .resolution_case p span{
    font-size: 18px;
}
.sec_01 .container .resolution_case p,.sec_01 .container .worries_case p{
    margin-bottom: 30px;
}
.sec_01 .container .resolution_case img{
    width: 80%;
}
.bg_case .bg_pack{
    margin: 0 auto;
    background-image: url("../images/rpa_lp/bg_01_sp.png"),url("../images/rpa_lp/bg_02_sp.png");
    background-size:contain,contain;
    background-repeat: no-repeat, no-repeat;
    background-position: top center,bottom center;
    width: 100%;
}
.bg_case section{
    padding: 0 0 40px;
}
.bg_case section:first-child{
    padding: 40px 0;
}
.sec_02 .container .case{
    display: block;
}
.sec_02 .container .case figure{
    width: 80%;
    margin:0 auto 20px;
    display: block;
}
.sec_02 .container .case .pack{
    width: 100%!important;
}
.sec_03 .container h2{
    margin: 0 auto 20px;
    width: 90%;
    background-size: 7%,7%;
}
.sec_03 .container h2 span {
    font-size: 25px;
}
.sec_03 .container img{
    width: 100%;
}
.sec_04 .container ul{
    display: block;
}
.sec_04 .container ul li{
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
}
.sec_04 .container ul li:last-child{
    margin-bottom: 0;
}
.sec_04 .container ul li h4,.sec_04 .container ul li:last-child h4{
    font-size: 16px;
    margin-bottom: 15px;
}
.sec_04 .container ul li img{
    width: 30%;
    margin-bottom: 20px;
}
.sec_06 .container h3{
    margin-bottom: 20px;
}
.sec_06 .container h3 span {
    font-size: 20px;
}
.sec_06 .container ul{
    display: block;
}
.sec_06 .container ul li{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec_06 .container ul li figure{
    width: 30%;
    margin-bottom: 0;
}
.sec_06 .container ul li figure img{
    margin-bottom: 0;
}
.sec_06 .container ul li p{
    width: 65%;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
}
.sec_06 .container ul li:nth-last-child(2){
    margin-bottom: 20px;
}
.sec_07 .container .case{
    display: block;
}
.sec_07 .container .case a{
    width: 100%;
    margin-bottom: 20px;
}
.sec_07 .container .case a:last-child{
    margin-bottom: 0;
}
.sec_07 .container .case .pack{
    padding: 20px;
}
.sec_07 .container .case .pack .company_name{
    font-size: 13px;
    margin-bottom: 5px;
}
.sec_07 .container .case .pack p{
    font-size: 13px;
}
.sec_08 .container{
    padding: 40px 20px;
    box-sizing: border-box;
}
.sec_08 .container .case{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}
.sec_08 .container .case figure{
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}
.sec_08 .container p{
    text-align: left;
    font-size: 11px;
    line-height: normal;
}
.sec_09 .container img{
    width: 50%;
    margin-bottom: 20px;
}
.sec_09 .container .free_text {
    font-size: 18px;
    margin-bottom: 5px;
}
.sec_09 .container .free_text span {
    font-size: 30px;
}
.sec_09 .container ul.price_case{
    display: block;
}
.sec_09 .container ul.price_case li:first-child{
    width: 100%;
    margin-bottom: 50px;
}
.sec_09 .container ul.price_case li:last-child{
    width: 100%;
}
.sec_09 .container ul.price_case li h4{
    font-size: 16px;
}
.sec_09 .container ul.price_case li .pack .price {
    font-size: 40px;
}
.sec_09 .container ul.price_case li .pack .price span{
    font-size: 20px;
}
.sec_09 .container ul.price_case li.price01:first-child::after {
    font-size: 30px;
    top:115px;
    right: 45%;
}
.sec_09 .container ul.price_case li:last-child .pack{
    display: block;
}
.sec_09 .container ul.price_case li:last-child .pack .price{
    width: 100%;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item{
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item .detail li {
    padding: 7px 15px 7px 45px;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item .detail li::before {
    width: 15px;
    top:11px;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item .detail li:last-child{
    margin-bottom: 0;
}
.sec_10{
    padding: 0 0 40px;
}
.sec_10 .container .title_case {
    background-size: 25%,25%;
    margin: 0;
    height: 120px;
}
.sec_10 .container .form_case{
    padding: 40px 20px;
}
.sec_10 .container .form_case .pack{
    margin-bottom: 20px;
}
.sec_10 .container .form_case .field input.text,
.sec_10 .container .form_case .field select {
    height: 50px;
}
.sec_10 .container .form_case .label{
    font-size: 13px;
}
.sec_10 .container .form_case .label .required{
    font-size: 12px;
}
.sec_10 .container .form_case .field input.tel{
    width: 28%;
    height: 50px;
}
.sec_10 .container .form_case .contact_btn_wrap,.sec_10 .container .form_case .contact_btn{
    width: 100%;
    height: 70px;
}
.sec_10 .container .form_case .contact_btn{
    font-size: 16px;
}
.sec_10 .container .form_case .contact_btn_wrap::after {
    top:22px;
}
.sec_flow{
	padding: 0 0 40px;
}
/* footer */
footer .container{
    display: block;
    padding: 20px 0;
}
footer .container img{
    display: block;
    width: 40%;
    margin: 0 auto 30px;
}
footer .container .case ul{
    font-size: 12px;
}
footer .container .case ul:first-child {
    padding-right: 5px;
}
footer .copy {
    font-size: 10px;
}
}
@media screen and (max-width: 1440px){
.container {
    margin: 0 auto;
    width: 94%;
}
#top-head .inner{
    width: 96%;
}
.sec_04 .container ul li p{
    font-size: 14px;
}
.sec_02 .container .case figure{
    width: 50%;
}
.sec_02 .container .case .pack{
    width: 50%;
}
.sec_04 .container ul li h4 {
    font-size: 20px;
}
.sec_04 .container ul li {
    padding: 50px 15px;
}
}
@media screen and (max-width: 1279px){

#top-head{
    height: 60px;
    position: fixed;
  background-color: rgba( 255, 255, 255, 0.8 );
}

#top-head h1{
    margin: 0 auto;
}

.inner h1 img {
    display: block;
    width: 40%;
    margin: 0 auto;
}
.nav_toggle {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.nav_toggle span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.nav_toggle span:nth-child(1) {
  top: 10px;
}
.nav_toggle span:nth-child(2) {
  top: 20px;
}
.nav_toggle span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.nav_toggle.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#666666;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.nav_toggle.active span:nth-child(2),
.nav_toggle.active span:nth-child(3) {
  top: 16px;
  background :#666666;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenu {
  position: fixed;
  z-index : 2;
  top  : 60px;
  left : 0;
  color: #666666;
  background-color: #ffffff;
  background-color: rgba( 255, 255, 255, 0.8 );
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  height: 100vh;
  display: none;
}

nav.globalMenu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenu ul li:last-child {
  padding-bottom: 0;
}
#top-head nav ul li a:hover{
    border: none;
}
#top-head nav ul li a{
  font-size: 16px;  
}

nav.globalMenu ul li a {
  display: block;
/*  padding: 1em 0;*/
  text-decoration :none;
}
#top-head nav ul{
    display: block;
    padding-left: 0;
/*  padding-top: 20px;*/
}
#top-head nav ul li{
    padding-left: 0;
    height: 60px;
    line-height: 60px;
}
#top-head nav ul li.header_btn{
    padding-left: 0;    
}
#top-head nav ul li.header_btn a{
    width: 40%;
    margin: 30px auto 0;
    font-size: 16px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenu.active {
    opacity: 100;
    display: block;
}
#mainimgArea .container {
    padding: 100px 0 50px;
}

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: portrait),only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape){

/* footer */
footer .container img{
    width: 70%;
}
footer .container .case{
    width: 80%;
    justify-content: flex-end;
}
footer .container .case ul{
    font-size: 13px;
}

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: portrait){
/* 縦 */
body{
    font-size: 15px;
}
.main_bg_case .main_bg_pack{
    margin: 0 auto;
    background-image: url("../images/rpa_lp/bg_01_sp.png"),url("../images/rpa_lp/bg_02_sp.png");
    background-size:contain,contain;
    background-repeat: no-repeat, no-repeat;
    background-position: top center,bottom center;
    width: 100%;
}
#mainimgArea .container img.main_01{
    width: 90%;
    margin-bottom: 50px;
}
#mainimgArea .container img.main_02.pc{
    display: none!important;
}
#mainimgArea .container img.main_02.sp{
    display: block!important;
    width: 85%;
    margin: 0 auto;
}
h2{
    font-size: 32px;
    margin-bottom: 30px;
}
h2 .en {
    font-size: 20px;
}
h3{
    font-size: 25px;
}
.sec_01{
    padding: 100px 0 0;
}
section,.bg_case section:first-child{
    padding: 100px 0;
}
.bg_case section{
    padding: 0 0 100px;
}
p{
    font-size: 15px;
}
.sec_campaign .container .case .title h2 {
    font-size: 30px;
}
.sec_campaign .container .case .pack{
    padding: 30px 20px;
}
.sec_campaign .container .case .pack .free_text {
    font-size: 35px;
    margin-bottom: 15px;
}
.sec_campaign .container .case .pack .free_text span {
    font-size: 60px;
}
.sec_campaign .container .case .pack ul li {
    padding: 20px 10px;
    font-size: 16px;
    margin-bottom: 30px;
}
.sec_campaign .container .case .pack ul li span {
    padding-top: 25px;
}
.sec_campaign .container .case .pack ul li:first-child::after{
    top: 25%;
    right: -20%;
}
.sec_campaign .container .case .pack .btn {
    height: 75px;
    line-height: 75px;
    font-size: 20px;
}
.sec_campaign .container .case .pack .btn::after {
    top:20px;
}
.sec_01 .container .worries_case ul li {
    width: 355px;
}
/*
.sec_01 .container .worries_case ul li.comment_01{
    background-image: url("../images/rpa_lp/hukidashi_02.png");
}
.sec_01 .container .worries_case ul li.comment_02{
    background-image: url("../images/rpa_lp/hukidashi_01.png");
}
.sec_01 .container .worries_case ul li.comment_03{
    background-image: url("../images/rpa_lp/hukidashi_03.png");
}
.sec_01 .container .worries_case ul li.comment_04{
    background-image: url("../images/rpa_lp/hukidashi_05.png");
}
.sec_01 .container .worries_case ul li.comment_05{
    background-image: url("../images/rpa_lp/hukidashi_04.png");
}
.sec_01 .container .worries_case ul li.comment_06{
    background-image: url("../images/rpa_lp/hukidashi_06.png");
}
*/
.sec_01 .container .worries_case img{
    width: 50%;
}
.sec_01 .container .worries_case p {
    margin-bottom: 30px;
}
.sec_01 .container .worries_case{
    margin-bottom: 50px;
}
.sec_01 .container .resolution_case img{
    width: 75%;
}
.sec_01 .container .arrow{
    margin: 0 auto 50px;
}
.sec_01 .container .resolution_case p span {
    font-size: 32px;
}
.sec_02 .container .case{
    display: block;
}
.sec_02 .container .case figure{
    display: block;
    margin: 0 auto 50px;
    width: 70%;
}
.sec_02 .container .case .pack{
    width: 100%;
}
.sec_02 .container h3{
    text-align: center;
    margin-bottom: 20px;
}
.sec_02 .container p{
    text-align: center;
}
.sec_03 .container h2 span {
    font-size: 40px;
}
.sec_03 .container img{
    width: 100%;
}
.sec_04 .container h3 .tab{
    display: none;
}
.sec_04 .container ul{
    flex-wrap: wrap;
}
.sec_04 .container ul li{
    width: 48%;
    padding: 30px;
}
.sec_04 .container ul li:first-child,.sec_04 .container ul li:nth-child(2){
    margin-bottom: 4%;
}
.sec_04 .container ul li .tab{
    display: none;
}
.sec_04 .container ul li h4,.sec_04 .container ul li:last-child h4{
    margin-bottom: 15px;
    font-size: 18px;
}
.sec_04 .container ul li img{
    margin-bottom: 15px;
}
.sec_06 .container ul li {
    padding: 0 10px;
}
.sec_06 .container ul li p {
    font-size: 13px;
}
.sec_07 .container .case{
    flex-wrap: wrap;
}
.sec_07 .container .case a{
    width: 48%;
}
.sec_07 .container .case a.interview01,.sec_07 .container .case a.interview02{
    margin-bottom: 4%;
}
.sec_08 .container .case figure{
    width: 47%;
}
.sec_08 .container{
    padding: 80px 0;
}
.sec_08 .container .case{
    width: 90%;
}
.sec_09 .container .free_text {
    font-size: 35px;
    margin-bottom: 15px;
}
.sec_09 .container .free_text span {
    font-size: 60px;
}
.sec_09 .container h3{
    font-size: 20px;
}
.sec_09 .container ul.price_case li .pack .price {
    font-size: 80px;
}
.sec_09 .container ul.price_case li .pack .price span{
    font-size: 25px;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item .detail li{
    font-size: 15px;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item span{
    font-size: 14px;
}
.sec_09 .container ul.price_case li:first-child {
    width: 25%;
}
.sec_09 .container ul.price_case li:last-child {
    width: 70%;
}
.sec_09 .container ul.price_case li.price01:first-child::after {
    font-size: 40px;
    right: -22%;
}
.sec_10{
    padding: 30px 0;
}
.sec_10 .container .title_case {
    background-size: 20%,20%;
    margin: 0;
    height: 150px;
}

.sec_10 .container .form_case .field input.tel {
    width: 195px;
}
.sec_flow{
	padding: 0 0 100px;
}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape){
/* 横 */
.sec_campaign .container .case .pack ul li {
    padding: 30px 20px;
    font-size: 20px;
}
.sec_campaign .container .case .title h2 {
	font-size: 40px;
}
h2{
    font-size: 35px;
    margin-bottom: 30px;
}
h3{
    font-size: 25px;
}
.sec_01{
    padding: 100px 0 0;
}
section,.bg_case section:first-child{
    padding: 100px 0;
}
.bg_case section{
    padding: 0 0 100px;
}
.sec_02 h3 .pc{
    display: none!important;
}
.sec_02 .container .case .pack {
    width: 40%;
}
.sec_02 .container .case figure {
    width: 58%;
}
.sec_03 .container img {
    width: 100%;
}
.sec_04 .container ul{
    flex-wrap: wrap;
}
.sec_04 .container ul li{
    width: 48%;
    padding: 30px;
}
.sec_04 .container ul li:first-child,.sec_04 .container ul li:nth-child(2){
    margin-bottom: 4%;
}
.sec_04 .container ul li .tab{
    display: none;
}
.sec_04 .container ul li h4,.sec_04 .container ul li:last-child h4{
    margin-bottom: 15px;
}
.sec_04 .container ul li img{
    margin-bottom: 15px;
}
.sec_06 .container ul li {
    padding: 0 25px;
}
.sec_07 .container .case{
    flex-wrap: wrap;
}
.sec_07 .container .case a{
    width: 48%;
}
.sec_07 .container .case a.interview01,.sec_07 .container .case a.interview02{
    margin-bottom: 4%;
}
.sec_08 .container .case figure{
    width: 47%;
}
.sec_08 .container{
    padding: 80px 0;
}
.sec_08 .container .case{
    width: 90%;
}
.sec_09 .container ul.price_case li .pack .price {
    font-size: 80px;
}
.sec_09 .container ul.price_case li .pack .price span{
    font-size: 25px;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item .detail li{
    font-size: 15px;
}
.sec_09 .container ul.price_case li:last-child .pack .detail_item span{
    font-size: 14px;
}
.sec_09 .container ul.price_case li.price01:first-child::after{
    right: -36%;
}
.sec_flow{
	padding: 0 0 100px;
}


}

.terms_box {
    border: 1px solid #333;
    padding: 20px;
    overflow-x :scroll;
    height: 200px;
}

.terms_box p {
    margin: 0 0 15px;
}

.tar {
    text-align: right;
}