@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* iOSでのデフォルトスタイルをリセット */
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; }

/*===============================
 Base
===============================*/
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;-o-box-sizing: border-box;  -ms-box-sizing: border-box;box-sizing: border-box;}
.sp { display: none; }
.tab { display: none; }
body { color: #17212C; }
a { color: #fff; text-decoration: none; transition: .5s; }
a:hover { color: #FCA923; }
img { width: 100%; height: auto; }
.slick-slide img.sp { display: none; }
@media screen and (max-width:1024px) {
	.pc-br { display: none; }
}
@media screen and (max-width:767px) {
	/* 画面サイズが 767px以下の場合に適用 */
	.pc { display: none; }
	.sp { display: block; width: 100%; }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tab { display: block; }
	.pc { display: none; }
}

/*===============================
 Clear
===============================*/
img { border: 0; vertical-align: top; font-size: 0; line-height: 0; }
ol, ul { list-style: none!important; }
* { margin: 0; padding: 0; }

/*===============================
 Font
===============================*/
html { font-size: 10px; }
body { font-family: noto-sans-cjk-jp, sans-serif; line-height: 1.875; font-size: 1.6rem; font-weight: 400; font-style: normal; letter-spacing: 0.05em; }
h1, h2, h3, h4, h5 { line-height: 1.538; }
p, li, dt, dd, th, td { line-height: 2; font-size: 1.6rem; letter-spacing: 0.05em; color: #17212C; }
a { letter-spacing: 0.05em; }

/*===============================
 Layout
===============================*/
#wrapper { overflow: hidden; background-color: #F7F7F8; }
.container { width:90%; margin:0 auto; max-width: 1280px; position: relative; }
.container02 { width:90%; margin:0 auto; max-width: 17000px; position: relative; }
.left-container { width:95%; max-width: calc(1140px + ((100% - 1140px) / 2)); margin: 0 0 0 auto; position: relative; }
.right-container { width:95%; max-width: calc(1140px + ((100% - 1140px) / 2)); margin: 0 auto 0 0; position: relative; }
.linkbtn { display: flex; align-items: center; justify-content: center; background-color: #FCA923; border: 3px solid #FCA923; border-radius: 30px; color: #17212C; width: 360px; min-height: 70px; font-weight: 500; }
.linkbtn:hover { background-color: #fff; color: #FCA923; }
.btn_arrow { position: relative; }
.btn_arrow:before { content: ""; position: absolute; bottom: 42%; right: 25px; width: 60px; height: 1px; background: #fff; transition: all .2s linear; }
.btn_arrow:after { content: ""; position: absolute; top: 39%; right: 30px; width: 1px; height: 12px; background: #fff; transform: skewX(45deg); transition: all .2s linear; }
.btn_arrow:hover::before { background: #01152A; width: 39px; }
.btn_arrow:hover::after { background: #01152A; }
.sectitle01 { font-family: futura-100, sans-serif; font-size: clamp(8.5rem, 6.4vw, 12.0rem); font-weight: 700; line-height: 1; font-style: normal; letter-spacing: 0.05em; }
.sectitle02 { font-family: futura-100, sans-serif; font-size: clamp(16.5rem, 15.4vw, 26rem); color: #fff; font-weight: 700; line-height: 1; font-style: normal; letter-spacing: 0.05em; }
.secsubtitle01 { font-family: times-new-roman, sans-serif; font-weight: 400; font-size: 1.6rem;}
.page_sectit_area { margin-bottom: 70px; }
.page_sectit { font-size: 2.0rem; font-weight: 500; text-align: center; }
.page_secsubtit { text-align: center; font-family: futura-100, sans-serif; font-size: clamp(6.5rem, 5.4vw, 10.0rem); font-weight: 700; line-height: 1; font-style: normal; letter-spacing: 0.05em; margin-bottom: 20px; }
.pagetit { font-size: clamp(1.6rem, 2.0vw, 2.4rem); line-height: 1.3; font-weight: 700; letter-spacing: 0.03em; color: #020202; font-family: kinuta-mincho-stdn, sans-serif; }
.pagesubtit { color: #020202; font-weight: 700; font-size: clamp(8.5rem, 7.4vw, 14.0rem); letter-spacing: 0.01em; line-height: 1; font-style: normal; font-family: futura-100, sans-serif; text-transform:uppercase; }
.pagetitle { position: relative; z-index: 1; }
.pagetitle_img { position: absolute; width: 400px; top: 20px; right: 5%; }
.cta {padding: 100px 0; background-color: #0678DD; position: relative; z-index: 1;}
.cta_area_tit { width: 800px; text-align: center; position: absolute; top: -35px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); background-color: #DDEFFF; color: #043591; padding: 20px 60px; font-size: 3.0rem; font-weight: 600; border-radius: 40px; }
.cta_area_tit:after { content: ''; position: absolute; background-image: url(images/cta_area_tit.png); width: 224px; height: 330px; top: -160px; right: -21%; background-size: contain; background-repeat: no-repeat; background-position: center; }
.cta_area_txt { text-align: center; color: #fff; font-weight: 700; font-size: 3.0rem; line-height: 1.8; margin-bottom: 50px; }
.cta_area_txt span.underline { font-size: 130%; }
.cta .linkbtn { margin: 0 auto; background-color: #FCA923; color: #17212C; border: 3px solid #FCA923; width: 600px; min-height: 100px; font-size: 2.4rem; font-weight: 700; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); }
.cta .linkbtn:hover { background-color: #fff; color: #FCA923; }
.clear { clear:both; }
section { padding:100px 0; position: relative; }
.clearfix:after { content: ""; display: block; clear: both; }
@media screen and (min-width: 1025px) and (max-width: 1500px) {
.container { max-width: 1100px; }
}

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn{ animation-name:fadeInAnime; animation-duration:2.0s; animation-fill-mode:forwards; opacity:0; }
@keyframes fadeInAnime{
	from { opacity: 0; }
	to { opacity: 1; }
}

/* 上から */
.fadeImg{ animation-name:fadeImgAnime; animation-duration:1.5s; animation-fill-mode:forwards; -moz-transition: all .6s ease; -o-transition: all .6s ease; -ms-transition: all .6s ease; -webkit-transition: all .6s ease; transition: all .6s ease; transition-delay: .5s; }
@keyframes fadeImgAnime{
	from { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }
	to { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
}

/* 上から */
.fadeDown{ animation-name:fadeDownAnime; animation-duration:0.7s; animation-fill-mode:forwards; opacity:0; }
@keyframes fadeDownAnime{
	from { opacity: 0; transform: translateY(-100px); }
	to { opacity: 1; transform: translateY(0); }
}

/* 下から */
.fadeUp{ animation-name:fadeUpAnime; animation-duration:0.7s; animation-fill-mode:forwards; opacity:0; }
@keyframes fadeUpAnime{
	from { opacity: 0; transform: translateY(50px); }
	to { opacity: 1; transform: translateY(0); }
}

/* 左から */
.fadeLeft{ animation-name:fadeLeftAnime; animation-duration:1.0s; animation-fill-mode:forwards; opacity:0; }
@keyframes fadeLeftAnime{
	from { opacity: 0; transform: translateX(-100px); }
	to { opacity: 1; transform: translateX(0); }
}

/* 右から */
.fadeRight{ animation-name:fadeRightAnime; animation-duration:1.0s; animation-fill-mode:forwards; opacity:0; }
@keyframes fadeRightAnime{
	from { opacity: 0; transform: translateX(100px); }
	to { opacity: 1; transform: translateX(0); }
}
	
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger{ opacity: 0; }

/*===============================
 COMMON
===============================*/
span.underline { border-bottom: 4px solid #FCD70D; }
span.yellow_back { background-color: #FCD70D; }
.sec_front .main_copy { font-size: 5.0rem; font-weight: 700; text-align: center; }
.banner { display: block; max-width: 1000px; margin: 0 auto; }

/*===============================
 header
===============================*/
#header { position: fixed; min-height: 80px; width: 100%; z-index: 999; display: flex; justify-content: flex-end; align-items: center; background: #1D2088; transition: 0.5s; padding-right: 20px; }
#header.change-color { background-color: #1D2088; }
#header .header_logo { position: absolute; top: 21%; left: 30px; width: 260px; }
#pc-nav ul.menu { list-style: none; display: flex; justify-content: center; align-items: center; margin: 0 25px 0 0; }
#pc-nav ul.menu > li > a { display: block; text-decoration: none; margin: 0 25px; font-size: 1.5rem; line-height: 1; color: #FFFFFF; }
#pc-nav ul.menu > li > a:hover { color: #FCA923; }
#header #pc-nav ul.menu .contact_btn { display: flex; align-items: center; justify-content: center; color: #17212C; background-color: #FCA923; border: 2px solid #FCA923; min-width: 200px; min-height: 60px; margin: 0; border-radius: 5px; font-weight: 700; }
#header #pc-nav ul.menu .contact_btn:hover { background-color: #fff; color: #FCA923; opacity: 1; }
.contact_btn { display: flex; align-items: center; justify-content: center; color: #17212C; background-color: #FCA923; border: 2px solid #FCA923; min-width: 200px; min-height: 60px; margin: 0; border-radius: 5px; font-weight: 700; }
.contact_btn:hover { background-color: #fff; color: #FCA923; opacity: 1; }

/* ドロップダウンメニュー */
.menu-item { position: relative; }
/* ドロップダウンメニューの初期状態（隠す） */
.dropdown-content { position: absolute; top: 100%; /* 親メニューのすぐ下に配置 */ left: 50%; transform: translateX(-50%); width: 800px; /* 必要に応じて調整 */ background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); padding: 20px; z-index: 100; /* アニメーションの準備 */ opacity: 0; visibility: hidden; transition: all 0.3s ease; margin-top: 25px; /* 少し浮かせておいて、ホバー時にせり上がる演出 */ border-radius: 10px; }
/* ホバー時の挙動 */
.menu-item.is-active .dropdown-content { opacity: 1; visibility: visible; margin-top: 15px; }
/* 下層メニュー内のレイアウト */
.dropdown-inner { display: block; width: 100%; }
.sub-menu { list-style: none; padding: 0; display: flex; gap: 20px; }
.sub-menu li { width: 50%; }
.sub-menu li .title { text-align: center; margin-bottom: 20px; }
.sub-menu li .image_wrap { display: block; width: 100%; height: 200px; overflow: hidden; border-radius: 10px; }
.sub-menu li .image_wrap .image { background-size: cover; background-position: center; width: 100%; height: 100% !important; display: block; overflow: hidden; position: relative; z-index: 2; transition-duration: .5s; }
.sub-menu li:hover .image_wrap .image { transform: scale(1.1); }
.sub-menu a { text-decoration: none; color: #020202; }
.sub-menu a:hover { color: #D7182A; /* ホバー時に色を変える */ }

@media screen and (min-width: 1221px) and (max-width: 1400px) {
#pc-nav ul.menu > li > a { margin: 0 15px; }
}
@media screen and (min-width: 1161px) and (max-width: 1220px) {
#pc-nav ul.menu > li > a { margin: 0 10px; }
}
@media screen and (max-width: 1160px) {
	#pc-nav { display: none; }
}

/*===============================
 MV
===============================*/
#mainview { background-color: #96D4FF; padding-top: 80px; position: relative; }
#mainview:after { content: ''; background-image: url(images/mv_bg.png); width: 107%; height: 100%; position: absolute; top: 0; right: 0; background-size: cover; background-repeat: no-repeat; z-index: 0; }
.mainview_inner { display: flex; align-items: center; position: relative; z-index: 1; }
.mainview_inner .left { width: 100%; padding: 7% 0; position: relative; z-index: 1; }
.mainview_inner .right { width: 40%; padding: 20px 0; position: absolute; right: 0; }
.mv_partner_logo { display: flex; margin-bottom: 30px; }
.mv_partner_logo .txt { margin-right: 30px; font-weight: 600; }
.mv_partner_logo img { width: 200px; }
.mv_tit { font-size: 5.0rem; font-weight: 700; margin-bottom: 30px; }
.mv_tit span.underline { padding-bottom: 10px }
.mv_tit span.yellow_back { padding: 10px; }
.mv_txt { margin-bottom: 50px; font-weight: 600; }
.mainview_inner .linkbtn { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); width: 480px; min-height: 90px; font-weight: 600; font-size: 2.0rem; }

/*===============================
 トップページ
===============================*/
/* お悩み */
#secProblem { padding: 0; z-index: 2; }
#secProblem_content01 { background-color: #DDEFFF; padding: 50px 0; }
#secProblem_content01 .sec_front { margin-bottom: 30px; }
#secProblem_content01 .sec_front .main_copy { font-size: 4rem; font-weight: 600; }
#secProblem_content01 .sec_front .main_copy span.yellow_back { font-size: 130%; padding: 5px; }
.secProblem_content02_inner { display: flex; justify-content: space-between; position: relative; padding: 50px 0; }
.secProblem_content02_inner .left { width: 40%; position: absolute; left: 5%; top: -50px; }
.secProblem_content02_inner .right { width: 45%; font-size: 4.0rem; margin-left: 55%; line-height: 1.6; font-weight: 600; }
.secProblem_content02_inner .right span.yellow_back { font-size: 130%; padding: 7px; }

/* Bカートとは */
#secIntro { padding: 0; z-index: 1; }
.secIntro_inner01 { background-color: #2D9BFC; padding: 100px 0 200px; }
.secIntro_inner01 .sec_front .main_copy { font-size: 3.4rem; color: #fff; margin-bottom: 40px; }
.secIntro_inner01 .sec_front .main_copy span { border-bottom: 5px solid #FCD70D; padding-bottom: 5px; }
.secIntro_inner01 .sec_front .main_txt { color: #fff; text-align: center; margin-bottom: 50px; }
.secIntro_content01 { margin-bottom: 50px; }
.secIntro_content02 { display: flex; gap: 30px; }
.secIntro_content02_item { background-color: #fff; width: calc((100% - 90px) / 4); padding: 2%; border-radius: 30px; }
.secIntro_content02_item_tit { font-size: 2.4rem; margin-bottom: 20px; font-weight: 600; text-align: center; color: #2D9BFC; }
.secIntro_content02_item .txt { color: #2D9BFC; }
.secIntro_content02_item img { display: block; margin: 0 auto 20px; }
#secIntro_content02_item01 img { width: 200px; }
#secIntro_content02_item02 img { width: 126px; }
#secIntro_content02_item03 img { width: 125px; }
#secIntro_content02_item04 img { width: 143px; }
.secIntro_inner02 { padding-bottom: 200px; }
.secIntro_inner02 .sec_front { margin-top: -80px; background-color: #F7F7F8; border-radius: 50px; padding: 40px 0; }
.secIntro_inner02 .sec_front .main_copy { margin-bottom: 20px; }
.secIntro_inner02 .sec_front .main_txt { text-align: center; }

/* 機能一覧 */
.functionlist_item { background-color: #fff; margin: 0 10px; }
.functionlist_item .tit { background-color: #2D9BFC; color: #fff; padding: 10px; text-align: center; font-weight: 600; }
.functionlist_item .txt { padding: 7%; font-size: 1.4rem; min-height: 329px; }
.functionlist .slick-prev, .functionlist .slick-next { top: 50%; width: 60px; height: 60px; z-index: 1; }
.functionlist .slick-prev:before, .functionlist .slick-next:before { font-size: 60px; color: #020202; transition: 0.5s; }
.functionlist .slick-prev { left: 70px; }
.functionlist .slick-next { right: 70px; }

/* 導入することで、業務も売上も変わる */
#secMerit .container { max-width: 1450px; }
#secMerit .sec_front { margin-bottom: 70px; }
.secMerit_content01 { display: flex; position: relative; justify-content: space-between; }
.secMerit_content01 .center_circle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); width: 180px; height: 180px; }
.secMerit_box { width: 47%; padding: 5%; }
.secMerit_box.before { background-color: #DBDBDB; color: #707070; }
.secMerit_box.after { background-color: #2D9BFC; color: #F7F7F8; }
.secMerit_box_tit { font-size: 5.0rem; text-align: center; font-weight: 700; margin-bottom: 15px; }
.secMerit_box_subtit { font-size: 2.4rem; text-align: center; font-weight: 600; }
.secMerit_box_img { width: 50%; margin: 20px auto; display: block; }
.secMerit_box.after .secMerit_box_img { width: 27%; }
.secMerit_box.before .meritlist_item, .secMerit_box.before .meritlist_item p { color: #707070; }
.secMerit_box.after .meritlist_item, .secMerit_box.after .meritlist_item p { color: #F7F7F8; }
.secMerit_box .meritlist_item p { padding-left: 20px; line-height: 1.75; }
.meritlist > li:not(:last-of-type) { margin-bottom: 15px; }
.meritlist_item_tit { font-weight: 600; font-size: 1.8rem; margin-bottom: 5px; position: relative; }
.meritlist_item_tit span { font-size: 2.4rem; margin-right: 10px; }

/* 導入事例 */
#secCase { background-color: #B4D9FA; padding: 100px 0 150px; }
#secCase .sec_front { margin-bottom: 70px; }
.caselist { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.caselist_item { background-color: #FFFFFF; padding: 10%; border-radius: 20px; }
.caselist_item_tit { border-bottom: 1px solid #020202; font-weight: 600; font-size: 3.0rem; padding-bottom: 10px; margin-bottom: 20px; }
.caselist_item_img { padding-top: 50%; background-position: center; background-size: cover; width: 80%; margin: 0 auto 20px; }
.caselist_item .corp_name { font-size: 2.4rem; font-weight: 600; margin-bottom: 15px; }
.caselist_item .url { color: #020202; display: block; margin-bottom: 5px; }
.caselist_item .txt { margin-bottom: 13px; }
.caselist_item .cat_tit { font-size: 1.8rem; font-weight: 600; margin-bottom: 10px; }
.catlist { display: flex; gap: 10px; }
.catlist_item { background-color: #2D9BFC; color: #fff; padding: 0 20px; border-radius: 20px; font-size: 1.5rem; }

/* 導入の流れ */
#secFlow { background-image: url(images/secFlow_bg.png); background-size: cover; background-repeat: no-repeat; background-position: center; }
#secFlow .container { max-width: 1160px; }
#secFlow .sec_front { margin-bottom: 70px; }
.flowlist > div:not(:last-of-type) { margin-bottom: 130px; }
.flowlist_item { background-color: #FFFFFF; position: relative; padding: 30px 9%; min-height: 173px; }
.flowlist_item_tit { font-size: 2.6rem; color: #2D9BFC; font-weight: 600; margin-bottom: 10px; }
.flowlist_item .step { background-color: #2D9BFC; position: absolute; width: 150px; height: 150px; top: -75px; left: -75px; border-radius: 50%; }
.flowlist_item .step .number { color: #fff; font-size: 5.0rem; font-weight: 600; line-height: 1; position: absolute; top: 44%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.flowlist_item .step .txt { color: #fff; font-size: 2.0rem; position: absolute; top: 17%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.flowlist_item_img { position: absolute; width: 20%; right: 1%; top: 36%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

/* 料金プラン */
#secPlan { padding: 100px 0 200px; }
#secPlan .sec_front { margin-bottom: 70px; }
#the-plan { margin-bottom: 1.5em; }
#the-plan .part-plan.part-plan-trial .part-header { background-color: #999; }
#the-plan .part-plan.part-plan-main .part-header, #the-plan .part-plan.part-initial .part-header { background-color: #00a0e9; }
#the-plan .part-plan .part-header .part-title, #the-plan .part-plan .part-header p { color: #fff; }
#the-plan .part-plan.part-plan-trial .part-body { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border: 1px solid #999; border-top: none; }
#the-plan .part-plan .part-body { padding: .5em; }
#the-plan .part-plan.part-plan-trial .part-header .part-title { background-color: #a6a6a6; }
#the-plan .part-plan .part-header .part-title { text-align: center; padding: .5em 0; }
#the-plan .part-plan .part-header .part-price { padding: .5em 0; }
#the-plan .part-plan .part-header .part-price p { line-height: 1; margin: .5em 0; }
#the-plan .part-plan.part-plan-trial .part-body { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border: 1px solid #999; border-top: none; }
#the-plan .part-plan.part-plan-main .part-body, #the-plan .part-plan.part-initial .part-body { border: 1px solid #00a0e9; border-top: none; }
#the-plan .part-plan#the-plan-light .part-header, #the-plan .part-plan#the-plan-light .part-body, #the-plan .part-plan#the-plan-10 .part-header, #the-plan .part-plan#the-plan-10 .part-body, #the-plan .part-plan#the-plan-30 .part-header, #the-plan .part-plan#the-plan-30 .part-body, #the-plan .part-plan#the-plan-50 .part-header, #the-plan .part-plan#the-plan-50 .part-body, #the-plan .part-plan#the-plan-100 .part-header, #the-plan .part-plan#the-plan-100 .part-body { border-right: 1px solid #fff; }
#the-plan .part-plan .part-body { padding: .5em; }
#the-plan .part-plan.part-plan-main .part-header .part-title, #the-plan .part-plan.part-initial .part-header .part-title { background-color: #04b0ff; }
#the-plan .part-plan .part-body .b-content ul>li, #the-plan .part-plan .part-body ul>li { border-bottom: 1px solid #d6d6d6; }
#the-plan .part-plan .part-body ul li h3 { text-align: center; }
#the-plan .part-plan .part-body ul li p { text-align: center; margin: 0; }
#the-plan .part-plan .part-body ul li.part-point p { font-weight: bold; }
#the-plan .part-plan .part-body ul>li:last-child { border-bottom: none; }
#the-plan .part-plan .part-body ul li { padding-top: .375em; padding-bottom: .375em; }
#the-plan .part-plan .part-header .part-price .part-int { font-family: Helvetica, Arial, sans-serif; font-weight: bold; letter-spacing: 1px; }
.font-xxlarger { font-size: 2em; }
.text-right { text-align: right; }
.font-smaller { font-size: .85em; }
.prica_plan01 .row { display: flex; justify-content: space-between; }
.b-notes { color: #888; font-size: 1.4rem; }
.prica_plan01 { margin-bottom: 200px; position: relative; }
.prica_plan01:after { content: '+'; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); font-size: 12.0rem; line-height: 1; color: #707070; bottom: -140px; }
.prica_plan01 .row .col-sm-6 { width: 49%; }
.prica_plan02 { font-size: 3.0rem; color: #707070; font-weight: 600; text-align: center; background-color: #fff; padding: 30px 0; border-radius: 20px; }
@media (min-width: 768px) {
#the-plan { overflow: hidden; }
#the-plan .part-plan#the-plan-trial { width: 15%; }
#the-plan .part-plan { width: 14%; float: left; }
#the-plan .part-plan#the-plan-trial .part-header, #the-plan .part-plan#the-plan-enterprise .part-header { -moz-border-radius-topleft: .5em; -webkit-border-top-left-radius: .5em; border-top-left-radius: .5em; -moz-border-radius-topright: .5em; -webkit-border-top-right-radius: .5em; border-top-right-radius: .5em; overflow: hidden; }
#the-plan .part-plan#the-plan-trial .part-body, #the-plan .part-plan#the-plan-enterprise .part-body { -moz-border-radius-bottomleft: .5em; -webkit-border-bottom-left-radius: .5em; border-bottom-left-radius: .5em; -moz-border-radius-bottomright: .5em; -webkit-border-bottom-right-radius: .5em; border-bottom-right-radius: .5em; overflow: hidden; }
#the-plan .part-plan .part-header .part-price p, #the-plan .part-plan .part-header .part-price div { text-align: center; }
#the-plan .part-plan .part-header .part-price p, #the-plan .part-plan .part-header .part-price div { text-align: center; }
#the-plan .part-plan#the-plan-trial .part-body, #the-plan .part-plan#the-plan-enterprise .part-body { -moz-border-radius-bottomleft: .5em; -webkit-border-bottom-left-radius: .5em; border-bottom-left-radius: .5em; -moz-border-radius-bottomright: .5em; -webkit-border-bottom-right-radius: .5em; border-bottom-right-radius: .5em; overflow: hidden; }
#the-plan .part-plan#the-plan-light, #the-plan .part-plan#the-plan-enterprise { margin-left: 1%; }
#the-plan .part-plan#the-plan-light .part-header { -moz-border-radius-topleft: .5em; -webkit-border-top-left-radius: .5em; border-top-left-radius: .5em; overflow: hidden; }
#the-plan .part-plan#the-plan-light .part-body { -moz-border-radius-bottomleft: .5em; -webkit-border-bottom-left-radius: .5em; border-bottom-left-radius: .5em; overflow: hidden; }
#the-plan .part-plan#the-plan-300 .part-header { -moz-border-radius-topright: .5em; -webkit-border-top-right-radius: .5em; border-top-right-radius: .5em; overflow: hidden; }
#the-plan .part-plan#the-plan-300 .part-body { -moz-border-radius-bottomright: .5em; -webkit-border-bottom-right-radius: .5em; border-bottom-right-radius: .5em; overflow: hidden; }
#the-plan .part-plan#the-initial { width: 84%; margin-left: 16%; margin-top: 1.5em; -moz-border-radius: .5em; -webkit-border-radius: .5em; border-radius: .5em; overflow: hidden; }
#the-plan .part-plan { width: 14%; float: left; }
}

/* よくある質問 */
#secFAQ .sec_front { margin-bottom: 70px; }
.secFaq__list { max-width: 920px; margin: 0 auto; }
.secFaq__list > li:not(:last-of-type) { margin-bottom: 20px; }
.secFaq__item__q { display: block; border: none; width: 100%; text-align: left; padding: 0; position: relative; background: none; }
.secFaq__item__q:before { content: ""; background: url(images/icn_plus.png) no-repeat center center / cover; width: 20px; height: 18px; display: block; position: absolute; top: 48%; transform: translateY(-50%); right: 43px; z-index: 1; transition: 0.5s; }
.secFaq__item__q.op:before { transform: translateY(-50%) rotateX(180deg); }
.secFaq__item__q:hover { cursor: pointer; }
.secFaq__item__q__ttl { display: flex; position: relative; background-color: #fff; }
.secFaq__item__q__ttl__txt { font-size: 1.8rem; display: flex; align-items: center; justify-content: flex-start; width: 100%; color: #0678DD; padding: 0 100px 0 30px; }
.secFaq__item__a { display: none; }
.secFaq__icn { font-size: 2.8rem; line-height: 1; color: #fff; display: flex; align-items: center; justify-content: center; padding: 30px; background-color: #0678DD; }
.secFaq__item__a .secFaq__icn { margin-right: 33px; padding: 10px; }
.secFaq__item__a__box { padding: 25px 100px 25px 40px; display: flex; align-items: flex-start; background-color: #D7E1F3; }

/* お問い合わせ */
#secContact { padding: 30px 0 100px; }
.contact_inner { background-color: #fff; padding: 5%; border-radius: 50px; max-width: 920px; }
#secContact .sec_front { margin-bottom: 70px; }
.formTable { width: 100%; }
.formTable th { display: block; background-color: #DDEEFF; width: 100%; text-align: left; padding: 10px 30px; margin-bottom: 20px; font-weight: 600; }
.formTable th .required { background-color: #B5062E; color: #fff; padding: 5px 12px; font-size: 80%; margin-left: 15px; }
.formTable td { display: block; width: 100%; margin-bottom: 30px; }
.formTable td input, .formTable td textarea { width: 100%; background-color: #F8F8F8; padding: 15px 30px; border: none; border-radius: 15px; box-shadow: 0px 0px 2px #707070; font-size: 1.6rem; line-height: 1.4; }
#contact_txt_btm { text-align: center; font-size: 1.2rem; line-height: 2; font-weight: 400; margin-bottom: 50px; }
.contact_txt_privacylink { color: #17212C; text-decoration: underline; transition: 0.5s; }
.contact_txt_privacylink:hover { text-decoration: none; color: #0678DD; }
#form_submit { padding: 0 10%; }
#form_submit_button { padding: 20px; border: 2px solid #B5062E; border-radius: 3px; background: #B5062E; font-size: 150%; color: #ffffff; font-weight: 600; font-family: inherit; -webkit-appearance: none; width: 100%; border-radius: 5px; transition: 0.5s; }
#form_submit_button:hover { background: #fff; color: #B5062E; }

/* 送信完了ページ */
body.thanks #header { position: relative; }
#thanks { padding: 100px 0; }
#thanks .tit { text-align: center; font-size: 3rem; font-weight: 600; margin-bottom: 30px; } 
#thanks h1 { text-align: center; font-size: 2.4rem; margin-bottom: 50px; } 
#thanks .txt { text-align: center; margin-bottom: 30px; } 
#thanks .linkbtn { margin: 0 auto; font-weight: 600; }

/*===============================
 footer
===============================*/
.footer_inner { background-color: #1D2088; padding: 15px 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.footer_inner .provided_info { color: #fff; font-size: 1.2rem; }
.footer_inner .provided_info a { text-decoration: underline; }
.footer_inner .provided_info a:hover { text-decoration: none; }
.copyright { color: #fff; font-size: 1.2rem; text-align: center; }

@media screen and (max-width: 767px) {
/*===============================
 Font
===============================*/
p, li, dt, dd, th, td { font-size: 1.5rem; line-height: 2; }

/*===============================
 Layout
===============================*/
.container { width:100%; padding: 0 5%; }
.left-container, .right-container { width: 93%; }
section {padding: 30px 0; }
.pagetitle { padding: 117px 0 0 0; }
.pagetit {font-size: 1.6rem;}
.pagesubtit {font-size: 5.0rem;}
.sectitle01 {font-size: 2.4rem;}
.sectitle02 {font-size: 2.8rem;}
.secsubtitle01 { font-size: 1.5rem; }
.page_sectit_area { margin-bottom: 30px; }
.page_secsubtit { font-size: 3.8rem; margin-bottom: 15px; }
.page_sectit { font-size: 1.6rem; }
.linkbtn {width: 300px;min-height: 60px;}
.linkbtn.btn_arrow:before { width: 50px; }
.linkbtn.btn_arrow:after { top: 35%; }
.cta { padding: 90px 5% 40px; }
.cta_area_tit { border-radius: 20px; width: 86%; padding: 20px 30px; font-size: 2rem; }
.cta_area_tit:after { width: 112px; top: -115px; right: -7%; height: 160px; }
.cta_area_txt { font-size: 1.7rem; margin-bottom: 30px; }
.cta_area_txt span.underline { font-size: 140%; }
.cta.btm { padding-bottom: 70px; }
.cta .linkbtn { width: 100%; min-height: 70px; font-size: 1.6rem; }
.sec_front .main_copy { font-size: 2.8rem; font-weight: 700; text-align: center; }

/*===============================
 header
===============================*/
#header { min-height: 60px; }
#header .header_logo { left: 15px; width: 180px; top: 23%; }
.contact_btn { font-size: 1.4rem; min-width: 140px; min-height: 44px; }

/*===============================
 MV
===============================*/
#mainview { padding-top: 60px; }
#mainview:after { display: none; }
.mainview_inner { flex-wrap: wrap; }
.mv_partner_logo { align-items: center; margin-bottom: 20px; }
.mv_partner_logo .txt { margin-right: 20px; line-height: 1.6; }
.mainview_inner .left { width: 100%; }
.mv_tit { font-size: 3.0rem; margin-bottom: 20px; }
.mv_txt { margin-bottom: 25px; font-size: 1.5rem; }
.mv_tit span.yellow_back { padding: 5px; }
.mv_tit span.underline { padding-bottom: 7px; }
.mainview_inner .linkbtn { width: 100%; min-height: 70px; font-size: 1.5rem; }
.mainview_inner .right { width: 70%; padding: 0 0 20px; position: static; margin: 0 auto; }

/*===============================
 トップページ
===============================*/
/* お悩み */
#secProblem_content01 { padding: 30px 0; }
#secProblem_content01 .sec_front .main_copy { font-size: 2.8rem; }
.secProblem_content02_inner { flex-wrap: wrap; padding: 30px 0; }
.secProblem_content02_inner .left { width: 80%; position: static; order: 2; margin: 0 auto; }
.secProblem_content02_inner .right { width: 100%; margin-left: 0; font-size: 3rem; margin-bottom: 20px; }
.problem_img { display: none; }
.problemlist_inner { margin-bottom: 25px; }
.problemlist_inner > li:not(:last-of-type) { margin-bottom: 20px; }
.problemlist_item { background-color: #fff; padding: 15px 30px; border-radius: 20px; font-weight: 600; font-size: 1.8rem; }
.problemlist_img { width: 55%; margin: 0 auto; display: block; }

/* Bカートとは */
.secIntro_inner01 { padding: 30px 0 100px; }
.secIntro_inner01 .sec_front .main_copy { font-size: 2.4rem; text-align: left; margin-bottom: 25px; }
.secIntro_inner01 .sec_front .main_copy span { border-bottom: 3px solid #FCD70D; padding-bottom: 3px; }
.secIntro_inner01 .sec_front .main_txt { text-align: left; margin-bottom: 30px; }
.secIntro_content01 { margin-bottom: 30px; }
.secIntro_content02 { flex-wrap: wrap; }

/* 機能一覧 */
.secIntro_inner02 { padding-bottom: 120px; }
.secIntro_inner02 .sec_front { padding: 30px 0; border-radius: 35px; margin-top: -60px; }
.functionlist .slick-prev:before, .functionlist .slick-next:before { font-size: 50px; }
.functionlist .slick-prev, .functionlist .slick-next { width: 50px; height: 50px; }
.functionlist .slick-prev { left: 25px; }
.functionlist .slick-next { right: 25px; }
.functionlist_item .txt { min-height: 374px; }

/* 導入することで、業務も売上も変わる */
#secMerit .sec_front { margin-bottom: 30px; }
#secMerit .sec_front .main_copy { font-size: 2.4rem; }
.secMerit_content01 { flex-wrap: wrap; }
.secMerit_box { width: 100%; }
.secMerit_box.before { padding: 5% 5% 50px; margin-bottom: 50px; }
.secMerit_box.after { padding: 50px 5% 5%; }
.secMerit_box_tit { font-size: 3.8rem; margin-bottom: 10px; }
.secMerit_box_subtit { font-size: 1.9rem; }
.secMerit_box_img { margin: 10px auto; }
.meritlist_item_tit { font-size: 1.6rem; padding-left: 30px; }
.meritlist_item_tit span { font-size: 2.1rem; position: absolute; left: 0; top: -4px; }
.secMerit_content01 .center_circle { width: 135px; height: 135px; top: 46%; }
.secIntro_content02_item { padding: 10%; width: 100%; }

/* 導入事例 */
#secCase { padding: 30px 0 150px; }
#secCase .sec_front { margin-bottom: 30px; }
.caselist { display: block; }
.caselist_item { padding: 6%; }
.caselist > article:not(:last-of-type) { margin-bottom: 30px; }
.caselist_item_tit { font-size: 2.2rem; }
.caselist_item .url { font-size: 1.5rem; }
.caselist_item .corp_name { font-size: 2.0rem; }
.catlist { flex-wrap: wrap; }

/* 導入の流れ */
#secFlow .sec_front { margin-bottom: 40px; }
.flowlist_item .step { width: 60px; height: 60px; top: -38px; left: 7px; }
.flowlist_item .step .txt { font-size: 1.1rem; left: 51%; }
.flowlist_item .step .number { font-size: 1.9rem; left: 51%; top: 48%; }
.flowlist_item_tit { font-size: 2.1rem; }
.flowlist > div:not(:last-of-type) { margin-bottom: 60px; }
.flowlist_item_img { width: 24%; top: 5%; }

/* 料金プラン */
#secPlan { padding: 30px 0 150px; }
#secPlan .sec_front { margin-bottom: 30px; }
#the-plan .part-plan { font-size: 18px; width: 100%; margin-bottom: 1em; margin-top: 20px; -moz-border-radius-topleft: .5em; -webkit-border-top-left-radius: .5em; border-top-left-radius: .5em; -moz-border-radius-topright: .5em; -webkit-border-top-right-radius: .5em; border-top-right-radius: .5em; } 
#the-plan .part-plan .part-header { font-size: 20px; -moz-border-radius-topleft: .5em; -webkit-border-top-left-radius: .5em; border-top-left-radius: .5em; -moz-border-radius-topright: .5em; -webkit-border-top-right-radius: .5em; border-top-right-radius: .5em; overflow: hidden; } 
#the-plan .part-plan .part-header .part-title { font-size: 20px; } 
#the-plan .part-plan .part-header .part-price { text-align: center; } 
#the-plan .part-plan .part-header .part-price p { display: inline; } 
#the-plan .part-plan .part-header .part-price .part-price-before:after { content: " / "; } 
#the-plan .part-plan .part-body { -moz-border-radius-bottomleft: .5em; -webkit-border-bottom-left-radius: .5em; border-bottom-left-radius: .5em; -moz-border-radius-bottomright: .5em; -webkit-border-bottom-right-radius: .5em; border-bottom-right-radius: .5em; overflow: hidden; }
#the-plan .part-plan#the-plan-light .part-header, #the-plan .part-plan#the-plan-light .part-body, #the-plan .part-plan#the-plan-10 .part-header, #the-plan .part-plan#the-plan-10 .part-body, #the-plan .part-plan#the-plan-30 .part-header, #the-plan .part-plan#the-plan-30 .part-body, #the-plan .part-plan#the-plan-50 .part-header, #the-plan .part-plan#the-plan-50 .part-body, #the-plan .part-plan#the-plan-100 .part-header, #the-plan .part-plan#the-plan-100 .part-body { border-right: 1px solid #00a0e9; }
.font-xxlarger { font-size: 2.5em; }
#the-plan .part-plan .part-body ul li { text-align: center; }
#the-plan .part-plan .part-body ul li h3 { display: inline; }
#the-plan .part-plan .part-body ul li h3:after { content: " : "; } 
#the-plan .part-plan .part-body ul li p { display: inline; }
#the-plan .part-plan.part-initial .part-header { border-radius: .5em; }
.prica_plan01 { margin-bottom: 80px; }
.prica_plan01 .row { flex-wrap: wrap; }
.prica_plan01 .row .col-sm-6 { width: 100%; }
.prica_plan01:after { font-size: 7rem; bottom: -60px; }
.prica_plan02 { font-size: 2rem; }

/* よくある質問 */
#secFAQ .sec_front { margin-bottom: 30px; }
.secFaq__icn { padding: 25px 10px; font-size: 1.8rem; }
.secFaq__item__q__ttl__txt { font-size: 1.4rem; padding: 0 40px 0 15px; }
.secFaq__item__q:before { width: 13px; height: 12px; right: 15px; }
.secFaq__item__a .secFaq__icn { margin-right: 15px; }
.secFaq__item__a__box { padding: 15px 30px 15px 0px; }
.secFaq__item__a__txt { font-size: 1.4rem; }

/* お問い合わせ */
#secContact { padding: 30px 0; }
#secContact .sec_front { margin-bottom: 30px; } 
.contact_inner { padding: 30px 5%; border-radius: 0; }
.formTable th { padding: 10px 18px; }
#contact_txt_btm { margin-bottom: 30px; }
#form_submit_button { padding: 15px; font-size: 120%; }

/*===============================
 footer
===============================*/
.footer_inner .provided_info { width: 100%; text-align: center; margin-bottom: 10px; }
.copyright { width: 100%; }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
/*===============================
 Font
===============================*/

/*===============================
 Layout
===============================*/
p, li, dt, dd, th, td { font-size: 1.4rem; line-height: 2; }
section { padding: 50px 0; }
.sec_front .main_copy { font-size: 3.6rem; }

/*===============================
 COMMON
===============================*/
/* cta */
.cta { padding: 120px 0 70px; }
.cta_area_tit { font-size: 2.6rem; width: 560px; border-radius: 30px; padding: 20px 50px; }
.cta_area_tit:after { width: 160px; height: 240px; top: -145px; right: -8%; }
.cta_area_txt { font-size: 2.2rem; }

/*===============================
 header
===============================*/

/*===============================
 MV
===============================*/
.mv_tit { font-size: 3.2rem; margin-bottom: 20px; }
.mainview_inner .left { padding: 5% 0 7%; }
.mainview_inner .linkbtn { width: 410px; min-height: 70px; font-size: 1.6rem; }
.mv_tit span.underline { padding-bottom: 5px; }
.mv_partner_logo { margin-bottom: 20px; }
.mv_txt { margin-bottom: 30px; }
#mainview:after { width: 120%; }

/*===============================
 トップページ
===============================*/
/* お悩み */
#secProblem_content01 .sec_front .main_copy { font-size: 3rem; }
.secProblem_content02_inner { padding: 30px 0; }
.secProblem_content02_inner .left { position: static; width: 40%; }
.secProblem_content02_inner .right { margin-left: 0; width: 54%; font-size: 3.6rem; line-height: 1.8; }

/* Bカートとは */
.secIntro_inner01 { padding: 50px 0 140px; }
.secIntro_inner01 .sec_front .main_copy { font-size: 3.0rem; }
.secIntro_content01 { margin-bottom: 20px; }
.secIntro_content02 { gap: 10px; }

/* 機能一覧 */
.secIntro_inner02 { padding-bottom: 165px; }
.functionlist .slick-prev { left: 41px; } 
.functionlist .slick-next { right: 41px; }

/* 導入することで、業務も売上も変わる */
#secMerit { padding: 50px 0; }
#secMerit .sec_front { margin-bottom: 50px; }
.secMerit_box { padding: 4%; width: 48%; }
.secMerit_box_tit { font-size: 4rem; }
.secMerit_box_subtit { font-size: 1.8rem; }
.secMerit_box_img { margin: 15px auto; }
.meritlist_item_tit { font-size: 1.5rem; }
.meritlist_item_tit span { font-size: 2.0rem; }
.secMerit_content01 .center_circle { width: 80px; height: 80px; }
.secIntro_content02_item { width: calc((100% - 30px) / 4); }
.secIntro_content02_item_tit { font-size: 1.8rem; }
#secIntro_content02_item01 img { width: 115px; }
#secIntro_content02_item02 img { width: 73px; }
#secIntro_content02_item03 img { width: 72px; }
#secIntro_content02_item04 img { width: 82px; }

/* 導入事例 */
#secCase { padding: 50px 0 150px; }
#secCase .sec_front { margin-bottom: 50px; }
.caselist { gap: 20px; }
.caselist_item { padding: 7%; }
.caselist_item_tit { font-size: 2.2rem; }
.caselist_item .corp_name { font-size: 2.0rem; }
.catlist { flex-wrap: wrap; }

/* 導入の流れ */
#secFlow .sec_front { margin-bottom: 50px; }
.flowlist_item { padding: 30px 24% 30px 12%; }
.flowlist_item .step { width: 100px; height: 100px; top: -50px; left: -20px; }
.flowlist_item .step .txt { font-size: 1.6rem; }
.flowlist_item .step .number { font-size: 3rem; top: 47%; }
.flowlist > div:not(:last-of-type) { margin-bottom: 70px; }

/* 料金プラン */
#secPlan { padding: 50px 0 180px; }
#secPlan .container { width: 95%; }
#secPlan .sec_front { margin-bottom: 50px; }
.prica_plan01 { margin-bottom: 120px; }
.prica_plan01 .row { flex-wrap: wrap; }
.prica_plan01 .row .col-sm-6 { width: 100%; }
.prica_plan01:after { font-size: 9rem; bottom: -90px; }
.font-xxlarger { font-size: 1.6em; }
#the-plan .part-plan .part-header .part-title { font-size: 1.3rem; }
#the-plan-trial .part-body .font-s { font-size: 1.4rem; }

/* お問い合わせ */
#secContact { padding: 30px 0 50px; }
#secContact .sec_front { margin-bottom: 40px; }

/*===============================
 footer
===============================*/

}