
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');

section:last-child.m_b_30 {
    padding-top: 0;
}
/* module
----------------------------------------------------*/

:root {
    --blue2: #1b75b2;
	--base: #f1f5f9;
}
body {
    letter-spacing: .5px;
}
.blue {
	color: var(--blue2);
}
p {
    font-size: 16px;
    color: #111;
    font-weight: 500;
    letter-spacing: .5px;
}

.en {
	font-family: 'Roboto';
    text-transform: uppercase;
}
.lp_title {
	margin-bottom: 20px;
}
.lp_title h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0px;
}
.lp_title h2 .gf {
    padding: 0 2px;
    font-size: 42px;
}
.top_pc_search.fixed{
	position: fixed;
	z-index: 999;
    top: inherit;
    bottom: 0;
	left:0;
    margin-top: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 5%);
}

.ld_typ1 {
    margin-bottom: 15px;
    display: inline-block;
    background: #ffe000;
    padding: 8px 20px;
    transform: skew(-15deg);
}
.ld_typ1 span {
    display: block;
    font-size: 18px;
    font-weight: 800;
    transform: skew(15deg);
}

.top_pc_search.fixed .inner {
    box-shadow: none;
    background: none;
    padding: 15px 20px;
}

#wrapper {
    overflow: initial;
}


/* header
----------------------------------------------------*/
header.header {
    position: absolute;
    width: 100%;
    z-index: 3;
}
header.header .logo_menu {
	width: 100%;
    min-height: 60px;
    justify-content: flex-start;
}

.right_seller {
    margin-left: auto;
}

.right_seller a {
    display: inline-block;
    padding: 8px 14px;
    background: #fff;
    color: var(--navy);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.5px;
    border: 2px solid var(--navy);
    border-radius: 5px;
}
.right_seller a:hover {
    background: var(--navy);
    color: #fff;
	text-decoration: none;
}

.site_logo p {
    color: #fff;
}


/* eyecatch
----------------------------------------------------*/
.eyecatch2 {
    padding: 156px 0px;
    position: relative;
	overflow: hidden;
	margin: -78px 0 auto;
}

.eyecatch2:before {
    background-color: rgb(69 102 127 / 82%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 2;
}

.eyecatch2 .inner {
    align-items: center;
    position: relative;
    z-index: 3;
}
.eyecatch2 .fv_txt {
    margin: 0 auto;
    text-align: center;
}

.eyecatch2 .fv_txt .sub_title {
    display: inline-block;
    padding: 8px 20px;
    background: #ffffff;
    border-radius: 50px;
    letter-spacing: 2px;
}

.eyecatch2 .fv_txt .sub_title span {
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

.eyecatch2 .right {
    position: absolute;
    z-index: 2;
    right: -132px;
    bottom: -138px;
}

.eyecatch2 .left {
    position: absolute;
    z-index: 2;
	left: -180px;
    bottom: -138px;
}

.eyecatch2 h1 {
	margin: 20px 0px;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.3;
    color: #fff;
}

.eyecatch2 h1 span .small {
    font-size: 50px;
    color: #555;
}
.eyecatch2 .sub {
	margin: 0px 10px 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3.2px;
    color: #fff;
}

.benefit_list ul {
    margin: 18px 0px;
    padding-left: 0px;
    justify-content: center;
}

.benefit_list ul li{
    margin-bottom: 0px;
}

.benefit_list .sub_list li {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
	margin-right: 10px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 25%);
}

.benefit_list .sub_list li:last-child {
	margin-right: 0px;
}
.benefit_list .sub_list li img {
    display: block;
    margin: 0px auto 5px;
    width: 60px;
}
.benefit_list .sub_list li p {
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
    font-size: 14px;
}
.benefit_list .sub_list li span {
    color: #1b75b2;
    font-size: 16px;
	font-weight: 900;
}

.btn {
	position: relative;
	border-radius: 50px;
	background: #fd8a76;
	box-shadow: 0px 6px 0 #ec6d56;
    display: block;
    width: 340px;
	height: 70px;
	margin: 40px auto 0;
	transition: .3s;
}

.btn:after {
    content: "";
    position: absolute;
    bottom: 25px;
    right: 5%;
    border: 10px solid transparent;
    border-left: 18px solid #fff;
}

.btn:hover {
  color: #fff;
  box-shadow: none;
  background: #ec6d56;
  transform: translate3d(0, 5px, 0);
}

.btn span{
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding: 20px 54px 20px 30px;
}

.btn a:hover {
	text-decoration: none;
}


/* --------------------------------------------*/


.eyecatch2 .img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}
.eyecatch2 .img-01{
	background-image: url('../img/fv_bk_01.jpg');
	animation: slide-animation-01 14s infinite;
}
.eyecatch2 .img-02{
   background-image: url('../img/fv_bk_02.jpg');
   animation: slide-animation-02 14s infinite;
}
.eyecatch2 .img-03{
   background-image: url('../img/fv_bk_03.jpg');
   animation: slide-animation-03 14s infinite;
}

@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}


/* 悩み解消
----------------------------------------------------*/
ul.check_list li {
    float: left;
    width: 50%;
    list-style: none;
    position: relative;
    padding-bottom: 12px;
    padding-left: 42px;
    margin: 0 0 8px;
    border-bottom: 2px dotted #ddd;
    font-size: 16px;
    font-weight: bold;
}
ul.check_list li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 1em;
    top: 4px;
    color: #3d97b9;
}


/* 比較ビズとは
----------------------------------------------------*/


.what_biz .bx-wrapper {
    position: absolute;
    top: 48px;
    left: 190px;
    width: 270px;
    text-align: left;
}
.what_biz .bx-wrapper .bx-viewport {
    padding: 5px 0px 5px;
}
.what_biz .ex_project_list li {

}
.what_biz .ex_project_list li .txt {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    border: 2px solid var(--blue2);
    color: var(--blue2);
}
.what_biz .ex_project_list li .t {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
}

.what_biz .ex_project_list li .txt:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: var(--blue2) transparent transparent;
    translate: -50% 100%;
    transform: skew(25deg);
    transform-origin: top;
}

.what_biz .ex_project_list li .txt:after {
    content: "";
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 15%;
    border-style: solid;
    border-width: 8.2px 8.2px 0 0;
    border-color: #fff transparent transparent;
    translate: calc(-50% - 0.4px) 100%;
    transform: skew(25deg);
    transform-origin: top;
}

.what_biz .what_img {
    position: relative;
	margin: 50px auto 0px;
	text-align: center;
}
p.what_biz_txt {
    max-width: 780px;
    margin: 30px auto 0;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: var(--blue2);
    background: #fff;
    border: 2px solid var(--blue2);
    border-radius: 5px;
}

ul.point_list {
    margin: 50px auto 0;
    max-width: 940px;
}

ul.point_list li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: calc(100% / 3 - 2%);
    margin: 0 1%;
    /*
    padding: 38px 10px 15px;
    */
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
}
ul.point_list li .icon {
    width: 100px;
}

ul.point_list li .txt {
    width: calc(100% - 100px);
    padding-left: 15px;
}
ul.point_list li .num {
    /*
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    font-style: italic;
    */
    display: inline-block;
    margin-bottom: 7px;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    background: var(--blue2);
    color: #fff;
    border-radius: 5px;
}

ul.point_list .txt .tl {
    /*
    margin-bottom: 5px;
    */
    font-size: 18px;
    color: var(--blue2);
    font-weight: 600;
}
ul.point_list .txt p {
    display: none;
    /*
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    */
}


/* No.1
----------------------------------------------------------- */
section.rank {
    margin-top: -60px;
    padding-bottom: 0;
}
.rank .bg_img {
    padding: 60px 0;
    background: center / cover no-repeat url(/common/img/no.1_bg.jpg);
}
.rank_title {
    width: 90%;
    margin: 0 auto 3%;
}
.rank_txt {
    position: relative;
    height: 300px;
}
.rank_txt_inner {
    margin-top: 5%;
}
.rank_txt_inner p {
    position: relative;
    padding-top: 6px;
    padding-bottom: 10px;
    border-bottom: 1px dotted var(--white);
    line-height: 1.6;
}
.rank_txt_inner p span {
    padding-left: 70px;
}

.rank_contents p {
    margin-top: 2%;
    text-shadow: 2px 2px 2px var(--milky-white);
}
.rank_txt_img {
    position: absolute;
    bottom: 0;
    right: -5%;
}

/* カテゴリ一覧
----------------------------------------------------*/

.category_cost_area {
    position: relative;
}
.category_cost_area:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 600px;
    background: var(--blue2);
}

.cca_top .left {
    width: calc(100% - 500px);
	padding-right: 60px;
}
.cca_top .right {
    margin-left: auto;
    min-width: 500px;
}

.right.ex_project_area {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 2;
    width: 380px;
    height: 136px;
    padding: 15px;
    background: rgb(241 245 249 / 94%);
    border-radius: 5px 5px 0px 0px;
}

.ex_project_area .tl {
	position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 18px;
    color: var(--blue);
}
/*
.ex_project_area .tl:after {
	position: absolute;
	content: "";
	top: 50%;
    margin-left: 15px;
	width: 70px;
	height: 1px;
	background-color: #333;
}
*/

.ex_project_area .tl:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    background: var(--blue);
    border-radius: 50%;
    animation: blinking 1s ease-in-out infinite alternate;
}
/* 点滅 */
@keyframes blinking {
    0% {
        opacity: 0.6;
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
 }



@media screen and ( min-width:760px ) {
    /*
    .bx-wrapper .bx-viewport {
        padding: 0 10px 10px;
        height: 86px !important;
    }
    */

}

.bx-wrapper .bx-viewport {
    padding: 3px;
}
.ex_project_list li {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.ex_project_list li .img {
    width: 60px;
}
.ex_project_list li .img img {
    border-radius: 50%;
}
.ex_project_list li .txt {
	position: relative;
    width: calc(100% - 60px - 15px);
    margin-left: 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(90, 90, 90, 0.15);
	border-radius: 3px;
}
.ex_project_list li .txt:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fff;
}
.ex_project_list li .t {
    /*
    margin-bottom: 5px;
    */
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}
.ex_project_list li .c {
    display: none;
    color: #829198;
    font-size: 11px;
}

.ex_project_list li .c span.c_t {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 5px;
    border: 1px solid #829198;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
}
.ex_project_list li .c span.c_t.type2 {
    margin-left: 7px;
}
.ex_project_list li .c i {
    font-style: normal;
}

.cca_top .right .all_pro {
    margin-top: 5px;
    text-align: right;
}

.cca_top .right .all_pro a {
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
}


.cost_entry_area {
	margin-top: 30px;
	padding: 20px 15px;
	background-color: var(--base);
	border-radius: 3px;
}
.cost_entry_area>.tl {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 800;
    color: var(--blue2);
}
.cost_entry_area>p.txt {
    padding-left: 5px;
    font-size: 14px;
    color: #555;
}
.cost_entry_list {
    margin-top: 15px;
}
.cost_entry_list li {
	width: calc(100% / 4);
	padding: 10px;
}
.cost_entry_list li a {
	display: block;
	padding: 15px;
	color: #333;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 15%);
	border-radius: 5px;
}
.cost_entry_list li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.cost_entry_list li .tl {
	margin-bottom: 15px;
	font-size: 16px;
    font-weight: 600;
    color: var(--blue2);
}

.cost_entry_list li .img {
	max-height: 120px;
	overflow: hidden;
    margin-bottom: 17px;
    border-radius: 5px;
}
.cost_entry_list li .img img {
    position: relative;
    top: -60px;
}
.cost_entry_list li .cel_dl {
    margin-top: 7px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.cost_entry_list li .cel_dl dt {
    width: 80px;
    padding: 5px 2px;
    color: #829198;
    border: 1px solid #829198;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}
.cost_entry_list li .cel_dl dd {
    width: calc(100% - 80px);
    padding-left: 15px;
    font-weight: 500;
}

.cost_entry_list li .cel_dl dd .num {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 3px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1;
}
.cost_entry_list li:nth-child(2) .cel_dl dd .num {
    margin-left: 0px;
}




/* 冒頭
----------------------------------------------------*/


.sec_01 .inner {
    margin-bottom: 90px;
    background: #e7f2f7;
    border-radius: 20px;
}
.sec_01 .tl_navi {
    position: relative;
    top: -20px;
    text-align: center;
}
.sec_01 .title_area {
    margin-bottom: 30px;
    text-align: center;
}

.sec_01 .title_area h2 {
    font-size: 22px;
    font-weight: 600;
}



/* 他社比較
----------------------------------------------------*/

.table_area .left_title {
	width: 46%;
}
.table_area .left_title h2 {
	text-align: right;
	margin: initial;
}

.table_area .right_title {
	width: calc(54% - 40px);
	margin-left: 40px;
}
.table_area .title_area {
	align-items: center;
	margin-bottom: 50px;
}

.table_area .right_title .big {
	display: block;
	font-size: 82px;
	color:#1b75b2;;
	text-align: left;
}

.table_area table span {
    color: #ed3662;
    font-size: 28px;
    font-weight: bold;
}

table {
	border-collapse: collapse;
	margin: 40px auto;
	padding: 0;
	width: 1000px;
	table-layout: fixed;
}
  
table tr {
	background-color: #eee;
	padding: .35em;
}

table tbody tr td {
	border-bottom: 2px solid #fff;
}

table tr:nth-child(even){
	background-color: #dddddd;
}
table th,
table td {
padding: 1em 10px 1em 1em;
border-right: 2px solid #fff;
}
table th {
font-size: 20px;
text-align: center;
}
table thead tr{
background-color: #444444;
color:#fff;
}

table tbody th {
    background: #1b75b2;;
    color: #fff;
    font-weight: 800;
    text-align: center;
}
.table_area .txt {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.price{
text-align: right;
color: #167F92;
font-weight: bold;
}
table thead td.non{
width: 180px;
background:#fff;
visibility: hidden;
}
.table_area .dl {
    color: #FF801E;
}
.table_area .bt {
    color: #000000;
}
.table_area .blue_bk {
    background-color: #6eaae9;
}
.table_area .biz_bk {
    background-color: #d6e7f9;
}
.table_area .biz_bk2 {
background-color: #eaf3fc;
}

.table_area .biz_cell {
	background-color: #1b75b2;
	position: relative;
	font-size: 26px;
    font-weight: 600;
}
.table_area .biz_cell:after{
    content: '';
    width: 100%;
    height: 30px;
    background-color: #1b75b2;
    position: absolute;
    top: -12px;
    left: 0px;
    border-radius: 10px;
}

/* 悩み解消
----------------------------------------------------*/

.nayami_list {
    max-width: 700px;
    margin: 30px auto 0;
}



/* 利用の流れ
----------------------------------------------------*/

.flow_area {
    position: relative;
    padding: 60px 0px;
}
.flow_area:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 460px;
    background: #fff;
}
.flow_list li {
    width: calc(100% / 3 - 3%);
    position: relative;
	margin: 0 1.5%;
	padding: 20px;
}
.flow_list li:not(:first-child):before {
    display: none;
}

.flow_list li .img {
    max-width: 220px;
    margin: 0 auto;
}

.flow_list li .tl_area {
	margin-top: 10px;
}
.flow_list li .tl_area .en {
    display: block;
    text-align: center;
}
.flow_list li .tl_area h3 {
    margin: 10px 0px 12px;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    color: var(--blue2);
}
.flow_list li p {
    font-size: 15px;
}

/* お客様の声
----------------------------------------------------*/

section.voice_area {
	position: relative;
}
section.voice_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    background-image: linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(to right, #f7f7f7 1px, #ffffff 1px);
    background-size: 20px 20px;
}


.voice_txt_img {
	margin: 0 auto 30px;
	text-align: center;
}

.voice_list li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 6px 15px 0px rgb(0 0 0 / 10%);
}
.voice_list .txt {
    margin-top: 12px;
    border-top: 2px dotted #333;
}
.voice_list .txt h3 {
    margin: 15px 0px 10px;
    font-size: 18px;
    font-weight: 800;
}
.voice_list .txt p {
    font-size: 14px;
    font-weight: 400;
}
.voice_list li img {
	width: 100%;
}
.voice_list .sub {
    margin-top: 6px;
    font-size: 15px;
    color: #111;
    font-weight: 500;
}
.voice_list .sub span {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
    padding: 4px 10px;
    background: #cdeaf7;
    color: var(--blue);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 90px;
}
.voice_list .sub span:last-child {
	margin-right: 0px;
}
.function_area p {
    margin: 15px 0px 0px;
    font-size: 18px;
    font-weight: 600;
}



/* CTA
----------------------------------------------------*/

.btm_cta_area {
    opacity: 0;
    transform: translateY(100%); /* 下に隠す */
    transition: all 0.3s ease;
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding: 0 0 12px;
    background: rgb(255 255 255 / 95%);
    box-shadow: 0px 3px 13px rgba(90, 90, 90, 0.2);
    text-align: center;
}
.btm_cta_area.is-show {
    opacity: 1;
    transform: translateY(0); /* 下から上に */
    pointer-events: auto;
  }
ul.cta_btn_list {
    margin: -50px auto 0;
    text-align: center;
}
ul.cta_btn_list li {
    display: inline-block;
    margin-right: 10px;
}

ul.cta_btn_list li:last-child {
    margin-right: 0;
}
ul.cta_btn_list li a {
    display: block;
}


.btn_side {
    position: fixed;
    top: 50%;
    right: -5px;
    z-index: 2;
    transform: translateY(-50%);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

.btn_side a {
    display: block;
    padding: 14px 15px;
    background: #fff;
    color: var(--navy);
    font-size: 15px;
    font-weight: 700;
    border: 2px solid var(--navy);
    border-radius: 5px;
}
.btn_side a:hover {
    background: var(--navy);
    color: #fff;
    text-decoration: none;
}


/* よくある質問
----------------------------------------------------*/

.sec_pt_area {
	background: var(--base);
}
.sec_pt_area .flex_in {
    max-width: 860px;
    margin: 30px auto 0;
}
.sec_pt_area h3 .faq_icon,
.sec_pt_area .accbox label .faq_icon {
    background-color: var(--blue2);
}
.sec_pt_area h4 .faq_icon,
.sec_pt_area .accbox .accshow .faq_icon {
    background-color: #ffffff;
    border: 2px solid var(--blue2);
    color: var(--blue2);
}
.sec_pt_area h3 .faq_icon,
.sec_pt_area .accbox label .faq_icon,
.sec_pt_area h4 .faq_icon,
.sec_pt_area .accbox .accshow .faq_icon {
    border-radius: 50%;
}
.sec_pt_area .accbox label {
    font-size: 16px;
}
.sec_pt_area .accbox .accshow .faq_icon {
    top: -6px;
    left: 0px;
}
.sec_pt_area .cssacc:checked + label + .accshow {
    margin: 10px 0px 20px 0px;
    padding: 0px 0px 0px 50px;
    font-weight: 500;
    font-size: 14px;
    background: none;
    color: var(--blue2);
    overflow: inherit;
}

.faq_icon {
    min-width: 40px;
    min-height: 40px;
    font-family: 'Roboto';
    padding: 8px 4px 8px;
}
.company_area .access_area {
    margin: 30px 0px 15px;
    align-items: center;
}
.company_area .rt_2 li {
    width: calc(100% / 3);
    padding: 15px;
}
.company_area .rt_2 li img {
    width: 100%;
    height: auto;
}
.dl_base dt {
    border-bottom: 2px solid var(--blue2);
}
.dl_base dd {
    border-bottom: 2px solid #ddd;
}

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


	.easy_mitsu_area {
		display: block;
	    max-width: 400px;
	}
	.easy_mitsu_area .arrow_img {
	    margin: 50px 0px 50px;
	    position: relative;
	    top: inherit;
	    left: inherit;
	    text-align: center;
	    transform: rotate(103deg);
	}

	.easy_mitsu_area .lt_img,
	.easy_mitsu_area .rt_img {
		width: 100%;
		padding: 0px;
	}


}

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

    .btn_side {
        display: none;
    }
	.simulator_ind_list li {
	    width: calc(100% / 1);
        margin: 10px 0px;
	}

	section {
		padding: 60px 0px;
	}
	
	.lp_title h2 {
	    font-size: 26px;
	}
	p {
	    font-size: 14px;
	}
	
	#content {
		padding-top: 0px;
	}
    .inner {
        width: 92%;
    }
	header.header .logo_menu {
	    width: 100%;
		margin-top: 0px;
	}
    header .site_logo {
        margin-left: 0px;
        padding-left: 0px;
        padding-top: 0px;
    }

    .eyecatch2 {
        padding: 90px 0px;
        margin: 0 auto;
    }

    .eyecatch2 h1 {
        font-size: 36px;
    }

    .eyecatch2 h1 .red{
        color: #f6b8a5;

    }

    .thomatsu p {
        font-size: 8px;
        color: #fff;
        margin-top: 26px;
        text-align: left;
    }

    .btn span{
        text-align: center;
        font-size: 18px;
    }


    section.nayami_area  {
        padding: 60px 0px;
        background: var(--base);
    }

    .three_list, .four_list, .five_list {
        width: 100%;
    }
    ul.three_list li, ul.four_list li, ul.five_list li {
        width: 100%;
        float: none;
        padding: 5px 0px;
        margin-bottom: 20px;
    }
    ul.three_list li:last-child, ul.four_list li:last-child, ul.five_list li:last-child {
        margin-bottom: 0px;
    }
    ul.three_list li {
        padding: 20px;
        text-align:center;
    }
     .trouble.four_list li p {
        text-align: center;
    }
    .mag_data .inner {
        width: 100%;
    }
    .mag_data .five_list li {
        width: 23%;
        display: inline-block;
    }
    .mag_data .five_list li h3 {
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0px;
    }
    .mag_data .five_list li p {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .mag_data .five_list li:nth-child(4) {
        border-right: 0px;
    }
    .mag_data .five_list li:last-child {
        display: none;
    }
    .regist_flow ul.three_list li .step_area {
        text-align: center;
        margin-bottom: 12px;
    }

    ul.check_list li {
        width: 100%;
        float: none;
        font-size: 16px;
        padding-bottom: 12px;
        padding-left: 45px;
        margin: 24px 0px 0px;
    }


    .what_biz .what_img {
        margin-top: 20px;
    }
    .what_biz .bx-wrapper {
        top: 120px;
        left: 240px;
        width: 240px;
    }
    .what_biz .ex_project_list li .t {
        font-size: 13px;
    }

    
    ul.point_list li {
        width: 100%;
        margin: 0 0 15px;
    }
    p.what_biz_txt {
        padding: 12px;
        font-size: 13px;
    }

    .what_biz .btn:after{
        right: 8%;
    }
    .category_cost_area:before {
        height: 900px;
    }
    .cca_top .left,
    .cca_top .right {
        width: 100%;
        min-width: inherit;
        padding: 0px;
    }
    .cca_top .right {
        margin-top: 20px;
    }

    .right.ex_project_area {
        position: relative;
        margin-top: 30px;
        /* top: 20px;*/
        bottom: 0px;
        width: 100%;
        height: 104px;
        padding: 12px;
    }
    .ex_project_area .tl {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .ex_project_list li .img {
        width: 40px;
    }
    .ex_project_list li .txt {
        width: calc(100% - 40px - 15px);
        padding: 10px;
    }
    .ex_project_list li .t {
        margin-bottom: 0px;
        font-size: 11px;
    }
    .ex_project_list li .c {
        display: none;
    }
    .ex_project_list li .c,
    .ex_project_list li .c span.c_t {
        font-size: 10px;
    }


    .cost_entry_area {
        padding: 20px 15px;
    }
    .cost_entry_list {
        
    }
    .cost_entry_list li {
        width: calc(100% / 2);
        padding: 5px;
    }
    .cost_entry_list li a {
        padding: 10px 0px 15px;
    }
    .cost_entry_list li .tl {
        margin-bottom: 10px;
        padding: 0px 12px;
        font-size: 14px;
    }

    .cost_entry_list li .img {
        max-height: 84px;
        margin-bottom: 12px;
        border-radius: 0;
    }
    .cost_entry_list li .img img {
        top: inherit;
    }
    .cost_entry_list li .cel_dl {
        margin-top: 8px;
        padding: 2px 10px 0;
        align-items: center;
    }
    .cost_entry_list li .cel_dl dt {
        width: 60px;
        padding: 5px 2px;
        font-size: 11px;
    }
    .cost_entry_list li .cel_dl dd {
        width: calc(100% - 60px);
        padding-left: 7px;
        font-size: 11px;
    }
    .cost_entry_list li .cel_dl dd .num {
        top: 1px;
        margin: 0 1px;
        font-size: 15px;
    }

    .flow_list {
        margin: 0;
    }

    .flow_list li {
        border-top: none;
        box-shadow: none;
    }


    .flow_list li .tl_area {
        margin: 0 0 10px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }
    
    .flow_list li .tl_area .img {
        width: 160px;
    }
    
    .flow_list li .tl_area .left {
        width: calc(100% - 160px);
        padding-right: 8px;
    }
    
    .flow_list li .tl_area .left h3 {
        margin-bottom: 0;
        font-size: 18px;
        text-align: left;
    }
    
    .flow_list li .tl_area .en {
        font-size: 15px;
        font-weight: 600;
        text-align: left;
    }

    .flow_area .btn:after{
        right: 8%;
    }

    .bx-wrapper {
        border: none; 
    }

    .bx-controls-direction a.bx-prev{
        display: none; 
	}

    .bx-wrapper .bx-next {
        right: -15px!important;
    }


    ul.cm_y_list li {
        position: relative;
        width: 100%;
        height: 0;
        margin: 0 0 20px;
        padding-top: calc(56.25% / 1);
    }

    .voice_box,
	.feature_list li,
	.flow_list li {
	    width: 100%;
	    margin: 0px 0px 15px;
	    padding: 20px;
	}
	.feature_list li .img {
	    max-width: 160px;
	}


    .voice_list li {
        width: calc(100%);
        margin-bottom: 15px;
    }
    .voice_list .txt h3 {
        font-size: 16px;
    }
    .voice_memo .tl {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .voice_memo p {
        font-size: 13px;
    }

    .right_seller {
        margin-top: 12px;
    }
    .right_seller a {
        padding: 6px 9px;
        font-size: 12px;
    }
    

    ul.cta_btn_list {
        margin: -14px auto 0;
    }
    ul.cta_btn_list li {
        display: block;
        margin-right: 0px;
    }
    ul.cta_btn_list li img {
        max-width: 280px;
    }
    ul.cta_btn_list li:not(:first-child) {
        display: none;
    }

    .sub_btn_link {
        margin-top: 10px;
    }

    .sub_btn_link a {
        display: inline-block;
        color: #333;
        text-decoration: underline;
        padding: 0 5px;
    }


    .access_area .right .rt_1 {
        max-height: 280px;
        margin: 0 auto;
        overflow: hidden;
    }
    .company_area .rt_2 li {
        width: calc(100% / 2);
        padding: 10px;
    }
    .company_area .rt_2 li:last-child {
        display: none;
    }
    
    


    /* 比較表
    ----------------------------------------------------------- */
    table {
        width: 100%;
        margin: 40px 0 0;
	}
	table .img, .table .txt {
    	display: block;
    	text-align: center;
    	padding: 0px !important;
	}
	table .img {
    	margin: 10px 0px 15px;
	}
    
    table.tl_base td {
    	padding: 6px 6px 6px 10px;
    	font-size: 12px;
    }
    table.tl_base th {
    	padding: 9px;
    }
	body.conf table.tl_base th {
		width: 20%;
	}

    table thead td.non {
		width: 40px;
	}
	table tbody th {
		padding: 8px;
	}
	table th, table td {
		padding: 14px 0px;
	}
	.table_area .biz_cell {
		padding-bottom: 20px;
        font-size: 21px;
	}
	.table_area .biz_cell:after {
		height: 25px;
		top: -16px;
	}

    .table_area .txt {
		font-size: 13px;
	}
	table th {
		font-size: 16px;
	}

    .eye_in_txt p.v_lead {
        margin-bottom: 12px;
        max-width: 100%;
    }

    ul.flex_in.sv_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        list-style: none;
        margin: 0;
        padding: 0;
      }
      
      ul.flex_in.sv_list li {
        background: #ddeef9;
        border-radius: 12px;
        padding: 16px 14px 18px;
        writing-mode: horizontal-tb;
        word-break: break-word;
        min-width: 0;
      }
      
      ul.flex_in.sv_list li .tl {
        font-size: 14px;
        font-weight: 700;
        color: #1b3f6e;
        margin-bottom: 8px;
        line-height: 1.4;
      }
      
      ul.flex_in.sv_list li p {
        font-size: 14px;
        color: #333;
        line-height: 1.6;
        margin: 0;
      }

    .video_bg {
		position: relative;
		width: 100%;
		height: 180px;
		overflow: hidden;
	}

	.video_bg video {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		transform: translate(-50%, -50%);
		object-fit: cover;
		object-position: center center;
		z-index: 0;
	}

    .video_bg::before {
		content: "";
		position: absolute;
		inset: 0;
        background-color: rgb(69 102 127 / 82%);
		z-index: 1;
	}

	.video_text {
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		text-align: center;
        z-index: 2;
        color: #fff;
        padding: 5px;
	}


     /* フォーム
    ----------------------------------------------------------- */

	ul.form_check {
		display: block;
		padding: 20px 10px;
        border: 2px solid var(--blue2);
	}

	ul.form_check li{
        position: relative;
		margin-bottom: 10px;
		font-size: 15px;
        padding-left: 46px;
	}

	ul.form_check li:last-child{
		margin-bottom: 0px;
	}
    
    ul.form_check {
        border-radius: 8px;
        padding: 20px;
        flex-wrap: wrap;
        gap: 12px 40px;
        justify-content: center;
        align-items: center;
    }
    
    ul.form_check b{
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffe631 0%) repeat scroll 0 0;
    }
    
    ul.form_check li:before {
        font-family: FontAwesome;
        content: "\f00c";
        position: absolute;
        left: 8px;
        color: #fff;
        background: #12759c;
        border-radius: 50%;
        padding: 5px;
    }

    .ai_form_area {
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        background: #fff;
        padding: 10px;
    }

    .ai_button_n {
        position: relative;
        border: none;
        border-radius: 15px;
        background: #fd8a76;
        box-shadow: 0px 6px 0 #ec6d56;
        display: block;
        margin: 10px 0;
        width: 100%;
        height: 70px;
        transition: .3s;
    }
    .ai_btn_area textarea{
        min-height: 70px;
        font-size: 15px;
        border: 2px solid #fd8a76;
    }

    .aiSearchBtn span {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
        vertical-align: middle;
        padding: 20px 54px 20px 30px;
    }

    .ai_button_n:after {
        content: "";
        position: absolute;
        bottom: 25px;
        right: 12%;
        border: 10px solid transparent;
        border-left: 18px solid #fff;
    }

    .ai_button_n svg{
        display: none!important;
    }

    .ai_btn_area .tl {
        display: none;
    }

    .ai_input_wrapper {
        position: relative;
    }

    .aiSearchError {
        position: absolute;
        z-index: 2;
        top: 50px;
        left: 0px;
        padding: 5px 3px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: -.5px;
        background: var(--red);
        color: #fff;
    }
    .aiSearchError:before {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 10px solid transparent;
        border-left-color: var(--red);
        transform: rotate(270deg);
        top: -68%;
        left: 9%;
    }
    .aiSearchError:empty,
    .aiSearchError:empty:before{
        background: none;
        content: none;
    }

    .fm_subtitle {
        padding-top: 0px;
    }
    
    .fm_subtitle .arrow {
        color: #333;
    }

    .fm_subtitle {
        margin: 10px auto 0px;
        padding: 0;
        color: #333;
        text-align: center !important;
    }
    .fm_subtitle .arrow {
        position: relative;
        display: inline-block;
        padding: 0px 25px;
        font-size: 18px;
        font-weight: 700;
    }
    .fm_subtitle .arrow:before,
    .fm_subtitle .arrow:after {
        content: '';
        position: absolute;
        top: 55%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: #000;
    }
    .fm_subtitle .arrow:before {
        left: -16px;
        -moz-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .fm_subtitle .arrow:after {
        right: -16px;
        -moz-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    #loading-overlay{
        display: none !important;
      }
    

}


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

    .what_biz .bx-wrapper {
        top: 92px;
        left: 185px;
        width: 196px;
    }
    .what_biz .ex_project_list li .t {
        font-size: 13px;
    }
}


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

    .what_biz .bx-wrapper {
        top: 85px;
        left: 165px;
        width: 196px;
    }

    .lp_title h2 {
        font-size: 20px;
    }
    
    .problem_area_list li p {
        font-size: 13px;
    }

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

    .what_biz .bx-wrapper {
        top: 71px;
        left: 140px;
        width: 196px;
    }

    .cost_entry_list li .cel_dl dd {
        padding-left: 5px;
        font-size: 9px;
    }

    .eyecatch2 .fv_txt .sub_title span {
        font-size: 16px;
    }

    ul.flex_in.sv_list li .tl {
        font-size: 12px;
    }

    ul.flex_in.sv_list li p {
        font-size: 12px;
    }
}