@charset "utf-8";
/* CSS Document */
html {scroll-behavior: smooth;}
.contents{ overflow-x: hidden!important;}
	
a.anchor_h {
    padding-top: 90px !important;
    margin-top: -94px !important;
    display: block;
}
@media (max-width: 650px) {
    a.anchor_h {
		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;}

.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{text-align: center; padding: 0px 0px 20px;}
.eye_catching div{text-align: center; padding: 0px 0px; display: flex; flex-wrap: wrap; margin: auto;}
.eye_catching div h1{width: 100%; font-size: 1.8em; font-weight: bold; line-height: 140%;}
.eye_catching div h1 b{display: block; margin: 20px auto 20px; font-size: 1.6em; }
.eye_catching div img{width: calc(50% - 0px); height: auto; margin: auto;}

.eye_catching div div.txt{width: calc(50% - 70px); margin-left: 30px;}
.eye_catching div div.txt p{width: calc(100% - 0px); text-align: left; line-height: 120%;}

.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 img{width: calc(90% - 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 div.txt p.btn{margin: 10px auto 20px; text-align: center;}
}


/* ページナビ */
nav.nav_contents{width: 100%; height: 70px; background: #0747A6;}
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;}
	*/
}

@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: #0747A6;}
	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:1.6em; 
		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;}
	*/
}

/* コンタクト */
.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(30% - 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;}
}




/* Strategy Collectionとは？  overview */
section.overview{padding: 60px 0; 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 h2 b{font-size: 38px; color: #f94a6b; margin-left: 6px; font-weight: bold;}
section.overview p{text-align: center;}

section.overview .overview_lst{display: flex; max-width: 1000px; width: 100%; margin: 50px auto; justify-content: center; }
section.overview .overview_lst li{margin-bottom: 30px; width: 50%; height: 400px;}

section.overview .overview_lst li:nth-child(1){display: flex; justify-content: center; align-content: center; align-items: center; }
section.overview .overview_lst li:nth-child(1) dl{text-align: center; width: 100%; margin: auto; background: #f9ecc5; padding: 30px 20px; border-radius: 0px;}
section.overview .overview_lst li:nth-child(1) dl dt{font-weight: bold; font-size: 1.4em; margin-bottom: 30px; margin-top: 20px;}
section.overview .overview_lst li:nth-child(1) dl dd{display: flex; /*font-size: 1.4em;*/ font-size: 1.2em; justify-content: center; margin-bottom: 20px; 
    /*background: #FFF; padding: 20px 10px; border-radius: 10px;*/}
section.overview .overview_lst li:nth-child(1) dl dd b{font-size: 1.2em; margin-left: 6px;}
section.overview .overview_lst li:nth-child(1) dl dd img{width: 20px; height: auto; margin-right: 6px; position: relative; top:-2px;}

section.overview .overview_lst li:nth-child(2){position: relative;}
section.overview .overview_lst li:nth-child(2) img{width: 400px; height: auto; position: absolute; bottom: 0; left: calc(50% - 150px);}

section.overview .overview_lst li:nth-child(2) p{position: absolute; width: 200px; height: auto; padding: 20px; border-radius: 20px; border: 2px solid #666600; background: #FFF; color: #222; font-weight: bold;}
section.overview .overview_lst li:nth-child(2) p:before{content: ""; position: absolute; bottom: -27px; left: 50%; margin-left: -17px;
border:15px solid transparent; border-top:15px solid #FFF; z-index: 2;}
section.overview .overview_lst li:nth-child(2) p:after{content: ""; position: absolute; bottom: -30px; left: calc(50% - 2px); margin-left: -15px; 
    border:15px solid transparent; border-top:15px solid #666600; z-index: 1;}


section.overview .overview_lst li:nth-child(2) img + p{position: absolute; left: calc(50% - 250px); top:0px;}
section.overview .overview_lst li:nth-child(2) img + p + p{position: absolute; left: calc(50% - 0px); top:18px;}
section.overview .overview_lst li:nth-child(2) img + p + p + p{position: absolute; left: calc(50% - 180px); top:90px;}

@media (max-width: 600px) {
    section.overview h2 b{font-size: 30px; color: #f94a6b; margin-left: 6px;}
    section.overview .overview_lst{flex-wrap: wrap;}
    section.overview .overview_lst li{margin-bottom: 30px; width: 100%;}
    section.overview .overview_lst li:nth-child(1){height: auto; text-align: center;}
    section.overview .overview_lst li:nth-child(1) dl{text-align: center; width: 70%; margin: auto;}
    
    section.overview .overview_lst li:nth-child(2){height: 400px;}
    section.overview .overview_lst li:nth-child(2) img{width: 80%; height: auto; position: absolute; bottom: 0; left: calc(50% - 40%);}

    section.overview .overview_lst li:nth-child(2) p{position: absolute; }
    section.overview .overview_lst li:nth-child(2) img + p{position: absolute; left: calc(50% - 180px); top:0px; width: 170px;}
    section.overview .overview_lst li:nth-child(2) img + p + p{position: absolute; left: calc(50% - 10px); top:70px; width: 150px;}
    section.overview .overview_lst li:nth-child(2) img + p + p + p{position: absolute; left: calc(50% - 150px); top:140px; width: 150px;}
}

/* Strategy Collectionに含まれる製品 collection_area */
section.collection_area{padding: 60px 0; text-align: center;}
section.collection_area h2{color: #222; font-size: 25px; text-align: center; line-height: 1.3em; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;}
section.collection_area h2 + p{text-align: center;}
section.collection_area h2 + p + p{text-align: center; margin-bottom: 50px;}

/*
section.collection_area h3{width:fit-content; margin: auto auto 20px; text-align: center; border-bottom: 5px solid #EF7700; color: #EF7700; font-weight: bold; font-size: 1.6em; padding: 10px 20px 10px;}
*/

section.collection_area div{display: flex; flex-wrap: wrap; max-width: 1000px; width: calc(100% - 40px); margin: auto auto; justify-content: center; background: #f9ecc5; padding: 30px 20px 30px;}

section.collection_area div h3{width: 100%; color: #EF7700; font-weight: bold; font-size: 1.9em; margin: auto auto 20px;}
section.collection_area div a{width: calc(100% / 3 - 60px); margin: auto 10px; display: block; padding: 20px; background: #FFF;}
section.collection_area div a:hover{cursor: pointer; opacity: 0.5;}

section.collection_area div dl{/*width: calc(100% / 3 - 60px); */ width: 100%; /*margin: auto 10px; padding: 20px; background: #FFF;  */}
section.collection_area div dl dt{text-align: center; font-weight: bold; font-size: 1.2em; display: flex; justify-content: center; align-content: center; align-items: center; height: 50px;}
section.collection_area div dl dd{text-align: center; height: 200px;}
section.collection_area div dl dd img{height: 50px; width: auto; margin: 30px auto 30px;}
section.collection_area div dl dd p{text-align: center; line-height: 120%;}

@media (max-width: 600px) {
    section.collection_area div{padding: 30px 20px 10px;}
    section.collection_area div a{width: calc(100% / 1 - 60px); margin: auto auto 20px;}
    section.collection_area div dl dd{text-align: center; height: auto;}
    section.collection_area div dl dt{height: auto;}
    section.collection_area div dl dd img{height: 40px; width: auto; margin: 30px auto 30px;}
}

/* リックソフトならではのコンサルティングオプション Consulting_options */
section.Consulting_options{padding: 20px 20px 60px; text-align: center;}
section.Consulting_options .img_ico_plus{width: 50px; height: auto; margin: 0px auto 60px;}
section.Consulting_options h2{color: #222; font-size: 25px; text-align: center; line-height: 1.3em; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;}

section.Consulting_options h2 span{display: flex; justify-content: center; align-items: center; margin: auto auto 20px;}
section.Consulting_options h2 span img{width: 2px; height: auto;}
section.Consulting_options h2 span img.img_ico_line_l{transform: rotate(-35deg); margin-right: 30px;}
section.Consulting_options h2 span img.img_ico_line_r{transform: rotate(35deg); margin-left: 30px;}

section.Consulting_options p{text-align: center;}
section.Consulting_options div.flex50{display: flex; flex-wrap: wrap; align-items: center;}


/* 戦略的ポートフォリオ管理（SPM） */
section.spm_area{padding: 60px 0; text-align: center;}
section.spm_area h2{color: #222; font-size: 25px; text-align: center; line-height: 1.3em; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;}
section.spm_area h2 + p{text-align: center;}

section.spm_area div{background: #63c1c5; max-width: calc(1000px - 50px); width: calc(100% - 50px); margin: auto; display: flex; flex-wrap: wrap; justify-content:center; padding: 25px 25px;  border-radius: 20px;}
section.spm_area div h3{width: 100%; color: #FFF; font-size: 1.8em; font-weight: bold; text-align: center; padding: 10px 0;}
section.spm_area div dl{width: calc(50% - 50px); background: #FFF; margin: 25px; border-radius: 16px;}

section.spm_area div dl dt{text-align: center; font-size: 1.4em; padding: 40px 0 20px; font-weight: bold;}
section.spm_area div dl dd p{text-align: center;}
section.spm_area div dl dd div{background: #FFF; width: 100%; height: 200px; padding: 0 0; margin: auto auto 40px; display: flex; justify-content: center; align-content: center;}
section.spm_area div dl dd img{width: 50%; height: auto; margin: auto;}
section.spm_area div dl:nth-child(1) dd img{width: 40%; height: auto; margin: auto;}

@media (max-width: 1100px) {
    section.spm_areas{padding: 60px 20px;}
}
@media (max-width: 600px) {
    section.spm_area div{flex-wrap: wrap;}
    section.spm_area div dl{width: calc(100% - 50px);}
}



/* Focusで戦略を一元管理することで、組織は変わる！ */
section.change_flow{padding: 60px 0 80px; text-align: center;}
section.change_flow 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.change_flow h2 b{font-size: 38px; color: #f94a6b;}

section.change_flow h2 + ul{display: flex; width: 100%; justify-content: space-between;}
section.change_flow h2 + ul li{width: calc(30% - 40px); background: #FFF; position: relative; padding: 20px;}

section.change_flow h2 + ul li:not(:first-child):after{content: ""; width: 50px; height: 50px; display: block; position: absolute; top:calc(50% - 25px); left: -50px;
    background-image: url(/common/img/product/focus/change_flow_alow.svg); background-repeat: no-repeat;}
section.change_flow h2 + ul li h3{margin: auto auto 20px; color: #00666a;}

section.change_flow h2 + ul li p{text-align: center;}
section.change_flow h2 + ul + img {margin: 50px auto 40px; display: block;}
section.change_flow h2 + ul + img + div{width: calc(100% - 40px); padding: 0 20px; display: flex; background: #63c0c4; align-items: center;}
section.change_flow h2 + ul + img + div img{width: 50%; height: auto;}
section.change_flow h2 + ul + img + div p{width: 50%; color: #FFF; font-size: 2.4em; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; line-height: 140%;}


@media (max-width: 1100px) {
    section.change_flow{padding: 60px 20px;}
}
@media (max-width: 600px) {
    section.change_flow h2 b{font-size: 30px; color: #f94a6b; margin: 10px auto auto;}
    section.change_flow h2 + ul{flex-wrap: wrap;}
    section.change_flow h2 + ul li{width: calc(100% - 40px); margin: auto auto 50px;}
    section.change_flow h2 + ul li:not(:first-child):after{content: ""; width: 50px; height: 50px; display: block; position: absolute; left:calc(50% - 25px); top: -50px;
    background-image: url(/common/img/product/focus/change_flow_alow.svg); background-repeat: no-repeat; transform: rotate(90deg);}
    section.change_flow h2 + ul + img{margin: auto auto 30px;}
    section.change_flow h2 + ul + img + img + p{margin: auto auto; text-align: center; font-size: 2.0em; color: #00666a; display:block; background: #FFF; padding: 50px 0;
font-family: 'Noto Sans JP', sans-serif; font-weight: 700; line-height: 140%;}

    section.change_flow h2 + ul + img + div{display: flex; flex-wrap: wrap;}
    section.change_flow h2 + ul + img + div img{width: 80%; height: auto; margin: auto;}
    section.change_flow h2 + ul + img + div p{width: 100%; font-size: 2.0em; margin-bottom: 20px;}
}



/* 製品特長 */
section.features{padding: 60px 0; text-align: center;}
section.features 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.solution{padding: 60px 0; text-align: center;}
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; margin-bottom: 50px;}
section.solution dl{display: flex; width: 100%;}
section.solution dl dt{width: 60%;}

section.solution dl dt{position: relative;}

/*section.solution dl dt ul li{background: rgba(0,0,0,0.5);}*/
section.solution dl dt ul li:nth-child(1){width: 152px; height: 58px; position: absolute; top:173px; left: 42px;}
section.solution dl dt ul li:nth-child(2){width: 50px; height: 50px; position: absolute; top:227px; left: 353px;}
section.solution dl dt ul li:nth-child(3){width: 50px; height: 50px; position: absolute; top:227px; left: 421px;}
section.solution dl dt ul li:nth-child(4){width: 154px; height: 58px; position: absolute; top:58px; left: 185px;}

section.solution dl dt ul li a{display: block; width: 100%; height: 100%; background: #FFF; opacity: 0.0; }
section.solution dl dt ul li a:hover{opacity: 0.5;}

section.solution dl dt ul + p{text-indent: -1em; padding-left: 1em; width: calc(100% - 1em);}

section.solution dl dt img{width: 90%; height: auto; margin: auto;}
section.solution dl dd{width: 40%;}
section.solution dl dd h3{margin-bottom: 20px;}

@media (max-width: 600px) {
    
    section.solution dl{display: flex; width: 100%; flex-wrap: wrap;}
    section.solution dl dt{width: 100%; margin-bottom: 30px;}
    section.solution dl dd{width: 100%;}
    
    /* クリッカブルの為、固定で */
    section.solution dl dt img{width: 100%; height: auto; margin: auto;}
    section.solution dl dt{position: relative;}
    section.solution dl dt ul li:nth-child(1){width: 29%; height: 13%; position: absolute; top:30%; left: 2%;}
    section.solution dl dt ul li:nth-child(2){width: 9%; height: 9%; position: absolute; top:41%; left: 60%}
    section.solution dl dt ul li:nth-child(3){width: 9%; height: 9%; position: absolute; top:41%; left: 73%;}
    section.solution dl dt ul li:nth-child(4){width: 30%; height: 10%; position: absolute; top:11%; left: 28%;}
    
    section.solution dl dt ul + p {/*width: 100%; */margin-left: 0!important;}
}
@media (max-width: 420px) {
    section.solution dl dt ul li:nth-child(1){width: 29%; height: 13%; position: absolute; top:28%; left: 2%;}
    section.solution dl dt ul li:nth-child(2){width: 9%; height: 9%; position: absolute; top:40%; left: 60%}
    section.solution dl dt ul li:nth-child(3){width: 9%; height: 9%; position: absolute; top:40%; left: 73%;}
}
@media (max-width: 400px) {
    section.solution dl dt ul li:nth-child(2){width: 9%; height: 9%; position: absolute; top:39%; left: 60%}
    section.solution dl dt ul li:nth-child(3){width: 9%; height: 9%; position: absolute; top:39%; left: 73%;}
}


/*  のプラン・価格 */
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%;}
}


