@charset "utf-8";
/* CSS Document */
html {scroll-behavior: smooth;}
.contents{ overflow-x: hidden!important;}

div.breadcrumbs{margin-bottom: 0!important;}
	
a.anchor_h {
    padding-top: 90px !important;
    margin-top: -94px !important;
    display: block;
}

a.anchor_h_lst{
    padding-top: 150px !important;
    margin-top: -154px !important;
    display: block;
}
@media (max-width: 650px) {
    a.anchor_h {
		padding-top: 100px !important;
		margin-top: -104px !important;
		display: block;
	}
    a.anchor_h_lst{
        padding-top: 100px !important;
        margin-top: -104px !important;
        display: block;
    }
}

section{padding: 70px 0;}
section h2{font-weight: bold; font-size: 25px; line-height: 1.3em; margin-bottom: 30px;}
section h3{font-weight: bold; font-size: 20px;}
section h4{font-weight: bold; font-size: 14px;}


/* 背景色 */
.gray-light {
	padding: 50px 0;
	background: #F4F5F7;
} 
.gray-heavy {
	padding: 50px 0;
	background: #dde8f1;
}

.bg_gray{background: #f5f4f4;}

.pageTitle_bg{background: #e4ecf8;}


.flex_bk_color{width: calc(100% - 40px); background: #0967b2; color: #FFF; padding: 20px; border-radius: 16px;}

.flex_bk_color h3{margin: 20px auto 30px;}


/* eye_catching */
.eye_catching_outline{background: #eddcc3; }
.eye_catching{text-align: center; padding: 40px 0px 30px;}
.eye_catching div{text-align: center; padding: 0px 0px; display: flex; flex-wrap: wrap; margin: auto;}



.eye_catching div{}
.eye_catching div h1{width: 100%; font-size: 1.8em; font-weight: bold; line-height: 140%; text-align: center; margin-bottom: 20px;}


.eye_catching div img{width: calc(50% - 100px); height: auto; margin: auto 0px auto auto;}

.eye_catching div div.txt{width: calc(50% - 100px); margin-left: 0px; text-align: center;}
.eye_catching div div.txt p{width: fit-content; margin: auto; text-align: left; line-height: 120%;}

.eye_catching div div.txt p.bold{font-size: 1.2em;}

.eye_catching div div.txt p.btn{margin: 20px auto auto; text-align: center;}
.eye_catching div div.txt p.btn a{background: #ff9900; padding: 16px 30px; font-size: 16px; font-weight: normal;}
.eye_catching div div.txt p.btn a:hover{background: #ff6600;}

@media (max-width: 600px) {
    .eye_catching{text-align: center; padding: 20px 0px 20px;}
    
    .eye_catching div{padding-top: 0px;}
    
    .eye_catching div img{width: calc(70% - 0px); height: auto; margin: auto auto 20px;}
    .eye_catching div div.txt{width: calc(100% - 0px); margin-left: 0px;}
    .eye_catching div div.txt p{width: calc(100% - 0px); text-align: center; line-height: 120%;}
    
    /*
    .eye_catching div h1{width: 100%; font-size: 1.2em; text-align: center;}
    .eye_catching div h1 b{font-size: 1.6em; position: relative; top:0px; left: 0%; width: 100%; display: block; margin-bottom: 0px;}
    */

    
    
    .eye_catching div div.txt p.btn{margin: 10px auto 20px; text-align: center;}
}


/* ページナビ */
nav.nav_contents{width: 100%; height: 70px; background: #242269;}
nav.nav_contents #nav_lst{display: none;}
nav.nav_contents #nav_lst + label.logo_area{display: none;}

@media (min-width: 600px) {
	nav.nav_contents{display: flex; justify-content: center;}
	nav.nav_contents #nav_lst + label.logo_area + ul{width: 1000px; display: flex; justify-content:flex-start;}
	nav.nav_contents #nav_lst + label.logo_area + ul li{width: fit-content; height: 100%;}
	nav.nav_contents #nav_lst + label.logo_area + ul li a{display: flex; justify-content: center; align-items: center; font-size: 16px; height: 100%; padding: 0 50px; color: #FFF;}

	nav.nav_contents #nav_lst + label.logo_area + ul li a sup{position: relative; top:-0.5em;}

	/* リスト5以上は以下を適用 */
	nav.nav_contents #nav_lst + label.logo_area + ul.over_5{display: flex; justify-content: space-between;}
	nav.nav_contents #nav_lst + label.logo_area + ul.over_5 li a{padding: 0 20px;}

	/* ロゴエリアは固定余白 */
	nav.nav_contents #nav_lst + label.logo_area + ul li:first-child a{padding: 0 20px;}
	nav.nav_contents #nav_lst + label.logo_area + ul li:first-child a{font-weight: bold; font-size: 1.3em; line-height: 120%;}
	
	/* 白ロゴがない場合はこの形式を */
	/*
	nav.nav_contents #nav_lst + label.logo_area + ul li:first-child{background: #FFF;}
	nav.nav_contents #nav_lst + label.logo_area + ul li:first-child a img{height: 50px; width: auto;}
	*/
    
    nav.nav_contents #nav_lst + label.logo_area + ul li:first-child a img{height: 30px; width: auto;}
}

@media (max-width: 1000px) {
	nav.nav_contents #nav_lst + label.logo_area + ul{width: 100%;}
}

@media (max-width: 600px) {
	nav.nav_contents{width: 100%; height: auto; background: #242269;}
	nav.nav_contents #nav_lst + label.logo_area{width: calc(100% - 20px); height: 50px; display: flex; align-items: center; padding-left: 20px;}
	nav.nav_contents #nav_lst + label.logo_area:hover{cursor: pointer;}

	nav.nav_contents #nav_lst + label.logo_area{position: relative;}
	nav.nav_contents #nav_lst + label.logo_area:after{content: ""; width: 8px; height: 8px; position: relative; left:4px; 
		border-left: 2px solid #FFF; border-top: 2px solid #FFF; transform: rotate(45deg);}
	nav.nav_contents #nav_lst:checked + label.logo_area:after{transform: rotate(-135deg);}

	nav.nav_contents #nav_lst + label.logo_area + ul{display: none;}
	nav.nav_contents #nav_lst:checked + label.logo_area + ul{width: 100%; display: block; background: #F4F5F7;}
	nav.nav_contents #nav_lst:checked + label.logo_area + ul li:first-child{display: none;}
	nav.nav_contents #nav_lst:checked + label.logo_area + ul li{border-bottom: 1px solid #ddd; padding: 10px 20px;}
	nav.nav_contents #nav_lst:checked + label.logo_area + ul li a{font-size: 1.0em;}
	
	nav.nav_contents #nav_lst + label.logo_area{color: #FFF; font-weight: 600; font-size: 1.3em;}

	/* 白ロゴがない場合はこの形式を */
	/*
	xxnav.nav_contents #nav_lst + label.logo_area{background: #FFF;}
	nav.nav_contents #nav_lst + label.logo_area img{height: 40px; width: auto; background: #FFF; padding: 4px 20px;}
	*/
     nav.nav_contents #nav_lst + label.logo_area img{height: auto; width: 80%; padding: 4px 4px;}
}

/* コンタクト */
.product_contact{
	padding: 75px 0 60px 0;
	background: #0747A6;
}
.product_contact h2{
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	
}
.product_contact ul{
	display: flex; display: -webkit-flex; /* Safari */
	justify-content: center; -webkit-justify-content: center; /* Safari */
}
.product_contact ul li:not(:last-child){margin-right: 20px;}
.product_contact ul li a{
	display: block;
	padding: 13px 70px;
	background: #FF991F;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.product_contact ul li a:hover{background: #ff6600;}

@media (max-width: 600px) {
	.product_contact{ padding: 65px 0 55px 0; }
	.product_contact h2{
		margin-bottom: 21px;
		color: #fff;
		font-size: 21px;
		line-height: 1.3em;
	}
    .product_contact ul{ justify-content: center; -webkit-justify-content: center; flex-wrap: wrap; -webkit-flex-wrap: wrap;}
	.product_contact ul li{ width: calc(60% - 0%);}
	.product_contact ul li:not(:last-child){ margin-right: 0px; margin-bottom: 8px;}
	.product_contact ul li a{
		display: block;
		padding: 10px 0px;
		font-size: 15px;
		text-align: center;
		font-weight: bold;
		
	}
}

.product_contact li{width: calc(40% - 40px); background: #FFF; border-radius: 6px; padding: 40px 20px 10px; text-align: center;}
.product_contact li h3{font-weight: bold; font-size: 1.3em; margin-bottom: 10px;}
.product_contact li p{margin-bottom: 20px; text-align: center;}
.product_contact li a{margin-bottom: 10px; border-radius: 30px!important; padding: 13px 20px!important; font-size: 1.2em!important;}

@media (max-width: 600px) {
	.product_contact li{margin-bottom: 20px!important;}
}

/* Customer Service Managementとは？ */
section.overview{padding: 60px 20px; text-align: center; background: linear-gradient(to bottom, #FFF 0%, #FFF 90%, #EBEBEB);}

section.overview h2{color: #222; font-size: 25px; text-align: center; line-height: 1.3em; font-family: 'Noto Sans JP', sans-serif; font-weight: 500;}
section.overview p{text-align: center;}

section.overview .overview_btn{text-align: center;}
section.overview .overview_btn a{display: inline-block; border: 2px solid #0747A6; background: #FFF; color: #0747A6; font-size: 1.2em; padding: 10px 40px;}
section.overview .overview_btn a:hover{background: #0747A6; color: #FFF;}

@media (max-width: 600px) {
    section.overview .overview_btn a{padding: 10px 20px;}
}


/* Customer Service Managementで実現できること  */
section.solution{padding: 60px 0; text-align: center;}


.solution h2 + ul.solution_link_lst{display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 40px auto 30px;
/*position: sticky; top:97px; z-index: 9;*/}
.solution h2 + ul.solution_link_lst li{display: flex; justify-content: center; align-items: center; 
padding: 2px 6px; margin: auto 2px 4px; background: #f8f9fa; border: 1px solid #e0e0e0; font-weight: bold; color: #222; border-radius: 4px;}
.solution h2 + ul.solution_link_lst li:hover{color: #252961; background: #e4edff;}



section.solution h2{color: #222; font-size: 25px; text-align: center; line-height: 1.3em; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;}
section.solution ul.solution_lst{max-width: 1000px; width: 100%; margin: auto auto; }
section.solution ul.solution_lst li{display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; 
    width: calc(100% - 86px); padding: 40px; background: #FFF; border-radius: 10px; margin-bottom: 30px; border:3px solid #FFF;}
section.solution ul.solution_lst li div{width: 260px; margin-right: 20px; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; }
section.solution ul.solution_lst li div img{width: 100%; height: auto; margin-bottom: 20px;}
section.solution ul.solution_lst li div i{width: fit-content; background: #20409a; color: #FFF; padding: 2px 6px; font-style: normal; font-size: 0.8em; font-weight: bold;}
section.solution ul.solution_lst li div i + i{margin-left: 6px;}

section.solution ul.solution_lst li dl{width: calc(100% - 280px); height: auto;}
section.solution ul.solution_lst li dl dt{position: relative; padding-left: 80px; margin-bottom: 30px;}
section.solution ul.solution_lst li dl dt i{font-style: normal; width: 70px; height: 40px; background: #ed9128; position: absolute; left: 0; display: flex; justify-content: center; align-items: center; color: #FFF; border-radius: 4px; font-weight: normal; font-size: 1.2em;}

section.solution ul.solution_lst li dl dt i + p{height: 2em; font-size: 1.4em; line-height: 120%; display: flex; align-items: center; }

section.solution ul.solution_lst li dl dt .ico_arrow{width: 40%; height: auto;}

@media (max-width: 600px) {
    section.solution ul.solution_lst li{width: calc(100% - 46px); padding: 20px; }
    section.solution ul.solution_lst li div{width: 100%; margin-right: auto; margin-bottom: 30px;}
    section.solution ul.solution_lst li div img{width: 70%; height: auto;}
        
    section.solution ul.solution_lst li dl{width: 100%; height: auto;}
    section.solution ul.solution_lst li dl dt{position: relative; padding-left: 0px;}
    section.solution ul.solution_lst li dl dt i{width: 40px; height: 24px; font-size: 1.0em; margin-bottom: 10px;}
    section.solution ul.solution_lst li dl dt i + p{text-align: left; width: calc(100% - 50px);  padding-left: 50px; margin-bottom: 10px;}
    section.solution ul.solution_lst li dl dt i + p b{width: 100%; display: block;}
    
    section.solution ul.solution_lst li dl dt .ico_arrow{width: 50%; height: auto;}
}


/* Service Collectionで実現できること */
section.realization{padding: 60px 0; text-align: center; }
section.realization h2{color: #222; font-size: 25px; text-align: center; line-height: 1.3em; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;}

section.realization .realization_lst{width: calc(100%); display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 70px; }
section.realization .realization_lst li{width: calc(100% / 3 - 40px - 10px); border: 2px solid #8c9bba; margin: auto auto 6px; padding: 20px; height: 80px; display: flex; justify-content:center; align-items:center; text-align: center; flex-wrap: wrap; font-weight: bold; background: #FFF; }

section.realization .realization_lst li:last-child{width: 100%;}


@media (max-width: 600px) {
    section.realization .realization_lst li{width: calc(100% / 1 - 40px - 10px); height: auto;}
}



/* よくある質問 */
section.faq{padding: 60px 0; text-align: center; }
section.faq h2{color: #222; font-size: 25px; text-align: center; line-height: 1.3em; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;}

section.faq .faq_lst{width: calc(100% - 0px); text-align: left;}
section.faq .faq_lst dt{background: #e4edff; padding: 40px 40px 0 40px; font-weight: bold; color: #20409a; border-radius: 10px 10px 0 0; font-size: 1.2em;}
section.faq .faq_lst dd{background: #e4edff; padding: 20px 40px 40px 40px; font-weight: normal; color: #222;  border-radius: 0 0 10px 10px; text-indent: -1em; padding-left: calc(40px + 1em); margin-bottom: 20px;}

@media (max-width: 600px) {
    section.faq .faq_lst dt{background: #e4edff; padding: 20px 20px 0 20px; }
    section.faq .faq_lst dd{background: #e4edff; padding: 10px 20px 20px 20px; padding-left: calc(20px + 1em); }
}



/*  のプラン・価格 */
section.plan_price{padding: 60px 0; text-align: center;}
section.plan_price h2{color: #222; font-size: 25px; text-align: center; line-height: 1.3em; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; margin-bottom: 30px;}

section.plan_price ul{}

/* プラン・価格 */
section.plan_price .btn_lst a{width: 300px;}



/* ボタンリスト */
section.plan_price .btn_lst{width: 100%; display: flex; flex-wrap: wrap; margin: 10px auto; justify-content: center;}
section.plan_price .btn_lst li a{display: flex; justify-content: center; align-items: center; font-size:1.16em; font-weight: normal; width: auto; height:40px; border-radius:4px; padding: 0 15px 0 25px;}

section.plan_price .btn_lst li a{background-color: #ff9900; color:#FFF;}
section.plan_price .btn_lst li a:hover{background-color: #ffb018; color:#FFF;}

@media (max-width: 600px) {
    section.plan_price .btn_lst li{margin: auto; width: 70%;}
}


