﻿@charset "utf-8";

/* =======================================================================
	BASE_STYLE
======================================================================= */
html {height:100%;box-sizing: border-box;scroll-padding-top: 70px;}
*, *:before, *:after {box-sizing: inherit;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, code, form, fieldset, legend, input, textarea, 
p, blockquote, th, td{margin:0;padding:0;}
a {outline: none; color:#0055AC;}
img { border:none }
h2,h3,h4,h5,h6 {font-size:100%;	font-weight:normal;}
body{
	width:100%;
	height:100%;
	font-family: "Noto Sans Japanese";
	font-size:15px;
	line-height: 1.5;
	color:#000;
	background:#FFF;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-wrap:
	break-word;
}
/* Clearfix */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#wrapper{width:100%;}
@media screen and (min-width:768px) and ( max-width:1024px) {
	#wrapper{overflow:hidden;}
}
@media screen and (min-width:5120px) {
	#wrapper{width:40%;margin:0 auto;}
}
.pcnone{display:none !important;}

.fadeIn{opacity: 0;transition: 1s;}
.fadeIn.is-show{opacity: 1;}
.fadeIn-left{
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity .9s, transform .9s;
}
.fadeIn-left.is-show{
	opacity: 1;
	transform: translateX(0);
	transition-delay: .5s;
}

/* バナー */
div#floatbnr{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index:100;
}
div#floatbnr2{
    position: fixed;
    right: 0;
    bottom: 330px;
    z-index:100;
}
.floatbnr_inner{position:relative;}
.floatbnr_inner span{
	width:32px;
	height:32px;
	background:url(../images/index/brn_close.webp) no-repeat;
	background-size:100%;
	position:absolute;
	cursor: pointer;
	top:-15px;
	right:0;
}
.floatbnr_inner img{border:#CCC 1px solid;}

/* HEADER
----------------------------------------------------------------------- */
header{
	width:100%;
	height:70px;
	line-height:1;
	background:#FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	position: fixed;
	z-index:999;
}
header .header-inner{
	width:100%;
	min-width:1330px;
	display: flex;
	position:relative;
	padding:0 0 0 30px;
	margin:0 auto;
}
header .header-inner .header-logo{
	margin-top:18px;
}
header .header-inner nav.pc-nav ul{
	display: flex;
	margin:27px 0 0 15px;
}
header .header-inner nav.pc-nav li{
	font-size:16px;
	font-weight: 500;
	margin:0 0 0 30px;
}
header .header-inner nav.pc-nav li a{
	display: block;
	color:#000;
	text-decoration: none;
}
header .header-inner nav.pc-nav li a:hover{
	color:#0A78C1;
}
header .header-inner .pc-header-link{
	display: flex;
	flex-wrap: wrap;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
}
header .header-inner .pc-header-link a.btn1,
header .header-inner .pc-header-link a.btn2,
header .header-inner .pc-header-link a.btn3{
    display: flex;
    justify-content: center;
    align-items: center;
	width:130px;
	height: 70px;
	font-size:15px;
	font-weight:500;
	line-height:1.4;
	text-decoration: none;
	color:#FFF;
	text-align:center;
	padding:0;
	margin:0;
}
header .header-inner .pc-header-link a.btn1{background:#0A87DA;}
header .header-inner .pc-header-link a.btn2{background:#10317C;}
header .header-inner .pc-header-link a.btn3{background:#0AA6DA;}
.pc-header-link a.btn1:hover,
.pc-header-link a.btn2:hover,
.pc-header-link a.btn3:hover{
	opacity:0.75;
}

/* Dropdown */
.ddlink{
	position: relative;
	cursor: pointer;
}
a.ddlink_head{cursor:default;}
a.ddlink_head:hover{color:#000 !important;}
ul.ddmenu {
    width: 100%;
    min-width: 190px;
    visibility: hidden;
    position: absolute;
    background:#FFF;
    top: -7px;
    left: -32px;
	z-index:1;
}
ul.ddmenu.long{
	min-width: 360px;
	line-height:1.5;
}
.ddlink:hover ul.ddmenu {
	display: block !important;
    visibility: visible;
    box-shadow: 0 3px 5px 0 rgb(0, 0, 0, 0.2);
    padding:20px 0 8px 0;
}
.ddlink:hover ul.ddmenu li{margin:0;}
.ddlink:hover ul.ddmenu a{
	background:#FFF;
	border:none;
	padding:5px 20px 20px 20px;
}
.ddlink:hover ul.ddmenu a:hover{
	color:#0A78C1;
	text-decoration: underline;
}
@media screen and (min-width:1025px){
	header .header-inner nav.sp-nav{display:none;}
}
@media screen and (max-width:1024px){
header .header-inner{min-width:100%;}
	header .header-inner .header-logo{margin-top:20px;}
	header .header-inner nav.pc-nav ul{display:none;}
	header .header-inner .pc-header-link{display:none;}
}
@media screen and (min-width:2560px) {
	.header-inner{width:40% !important;margin:0 auto;}
}
@media screen and (min-width:5120px) {
	header{width:40%;margin:0 auto;}
}

/* DRAWER [MAIN] */
.drawer-nav {width: 19rem;}
.drawer--right .drawer-nav {right: -19rem;}
.drawer--right.drawer-open .drawer-hamburger{right: 19rem;}

.drawer-hamburger {
	padding-top: 18px !important;
    padding-right: 18px !important;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after{background-color:#FFF !important;}
.drawer-main{
	padding:0;
	z-index:100;
}
.drawer-main img{
	max-width:100%;
	height:auto;
}
.drawer-main .drawer-nav{
	background:#FFF !important;
}
.drawer-main ul{
	line-height:1.0;
}
.drawer-main ul li{
	width:100% !important;
	text-align:left;
	border-top:#10317C 1px solid;
	float:none !important;
	display:block !important;
}
.drawer-main ul li:last-child{
	border-bottom:0;
}
.drawer-main ul li.menu-head{
	font-size:14px !important;
	font-weight:600 !important;
	color:#FFF;
	background:#10317C;
	padding:9px 20px 10px 20px;
}
.drawer-main ul li a{
	width:100% !important;
	height:100% !important;
	font-size:15px !important;
	font-weight:500 !important;
	display:block !important;
	text-decoration: none !important;
	height:46px;
	line-height:46px;
	color:#10317C !important;
	padding:0 20px;
}
.drawer-main ul li.submenu{border-top:#CFD6E5 1px solid;}
.drawer-main ul li.submenu.sublast{padding-bottom:5px;}
.drawer-main ul li.long a{line-height:1.4 !important;padding:12px 0 12px 20px;}

.drawer-main  .drawer-link{
	/*border-top:#10317C 1px solid;*/
	text-align:center;
	margin-top:25px;
}
.drawer-main  .drawer-link img{
	width:86%;
	height:auto;
	display:block;
	margin:30px auto 25px auto;
}
.drawer-main .drawer-link a.btn01,
.drawer-main .drawer-link a.btn02,
.drawer-main .drawer-link a.btn03{
	width:84% !important;
	height:50px !important;
	line-height:50px !important;
	font-size:15px !important;
	font-weight:500;
	text-decoration: none;
	color:#FFF !important;
	text-align:center;
	display:block;
	padding:0;
	margin:0 auto 12px auto;
}
.drawer-main .drawer-link a.btn01{background:#0A87DA;}
.drawer-main .drawer-link a.btn02{background:#10317C;}
.drawer-main .drawer-link a.btn03{background:#008B8E;}

/* MAIN
----------------------------------------------------------------------- */
#wrapper main{width:100%;}

/* CONTACT BTN */
section.footer_contact{
	text-align:center;
	border-top:#E0EBF8 1px solid;
	background:#F4F9FF;
	display:block;
	padding:70px 0 75px 0;
	margin:0;
}
section.footer_contact a:hover{opacity:0.75;}
section.footer_contact p{
	font-size:21px;
	font-weight:600;
	color:#10317C;
	display:block;
	margin-bottom:50px;
}
section.footer_contact a.mv_btn1{
	width:300px;
	font-size:19px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 6px;
	padding:28px 0 30px 0;
	margin:0 40px 0 0;
}
section.footer_contact a.mv_btn2{
	width:300px;
	font-size:19px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	text-align:center;
	border-radius: 6px;
	padding:28px 0 30px 0;
	margin:0;
}

/* 無料資料ダウンロード・ライセンス申し込み */
main .kumiki-contact{}
.kumiki-contact .kc-left{
	float:left;
	width:50%;
	min-height:300px;
	background:#1787c9;
	position:relative;
}
.kumiki-contact .kc-left .kc-left-inner{
	width:500px;
	text-align:center;
	position:absolute;
	top:18.5%;
	right:0;
}
.kumiki-contact .kc-right{
	float:left;
	width:50%;
	min-height:300px;
	background:#002f7b;
	position:relative;
}
.kumiki-contact .kc-right .kc-right-inner{
	width:500px;
	text-align:center;
	position:absolute;
	top:18.5%;
	left:0;
}
.kumiki-contact h3{
	font-size:32px;
	font-weight:700;
	line-height:1;
	letter-spacing: 0.05em;
	color:#FFF;
}
.kumiki-contact .kc-txt{
	width:100%;
	height:80px;
	font-size:14px;
	color:#FFF;
	display:table;
}
.kumiki-contact .kc-txt p{
	display:table-cell;
	text-align: center;
	vertical-align:middle;
}
.kumiki-contact a{
	width:240px;
	font-size:17px;
	line-height:1;
	font-weight:700;
	text-decoration: none;
	background:#FFF;
	text-align:center;
	border-radius: 10px;
	display:block;
	padding:18px 0;
	margin:10px auto 0 auto;
}
.kumiki-contact a.txtcolor1{color:#1787c9;}
.kumiki-contact a.txtcolor2{color:#002f7b;}
.kumiki-contact a:hover{
	opacity:0.75;
	transition: 0.15s;
}
.kumiki-contact a img{
	width:auto;
	height:24px;
	margin-left:10px;
}
@media screen and (min-width:1600px) {
	.kumiki-contact .kc-left{min-height:360px;}
	.kumiki-contact .kc-right{min-height:360px;}
	.kumiki-contact .kc-left .kc-left-inner{top:18.5%;right:15%;}
	.kumiki-contact .kc-right .kc-right-inner{top:18.5%;left:15%;}
	.kumiki-contact h3{font-size:34px;}
	.kumiki-contact .kc-txt{height:110px;font-size:18px;}
	.kumiki-contact a{
		width:70%;
		font-size:22px;
		padding:25px 0;
		margin:0 auto;
	}
}

/* 資料請求・お問い合わせ */
.contact-btn{
	text-align:center;
	margin:60px 0 0 0;
}
.contact-btn a.btn1{
	width:280px;
	font-size:18px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 8px;
	padding: 25px 0;
	margin:0 30px 0 0;
}
.contact-btn a.btn2{
	width:280px;
	font-size:18px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	text-align:center;
	border-radius: 8px;
	padding: 25px 0;
	margin:0;
}
.contact-btn a.btn1:hover,.contact-btn a.btn2:hover{opacity:0.75;}

/* FOOTER
----------------------------------------------------------------------- */
footer{
	width:100%;
	background:#F6F6F6;
	border-top:#DDD 1px solid;
}
footer a{
	color:#000;
	text-decoration: none;
}
footer a:hover{text-decoration: underline;}
footer .footer-inner{
	width:1200px;
	min-width:1100px;
	font-size:15px;
	padding:60px 0 90px 0;
	margin:0 auto;
}
.footer-inner .company-info{
	float:left;
	font-size:13px;
	line-height:1.6;
}
.footer-inner .logo_txt{
	font-size:17px;
	font-weight:500;
	display:block;
	letter-spacing:3px;
	margin-bottom:15px;
}
.footer-inner .company-info b{
	font-size:16px;
	display:block;
	margin:30px 0 15px 0;
}
.footer-inner .company_url{
	display:block;
	margin-top:15px;
}
.footer-inner ul{
	float:right;
	line-height:1.8;
	margin:0 0 0 100px;
}
.footer-inner li{
	font-size:15px;
	font-weight:500;
	margin:0 0 20px 20px;
}
.footer-inner li.fnav-head{
	font-size:17px;
	font-weight:500;
	list-style-type: none;
	margin:0 0 20px 0;
}
footer ul.security_link{
	width:100%;
	font-size:13px;
	font-weight:500;
	line-height:1.8;
	display: flex
	flex-wrap: wrap;
	border-top:#DDD 1px solid;
	text-align:center;
	list-style-type: none;
	padding:25px 0;
	margin:0;
}
footer ul.security_link li{
	display: inline-block;
	margin:0 20px;
}
footer .copyright{
	width:100%;
	font-size:12px;
	text-align:center;
	padding:30px 0;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	footer .footer-inner{width:90%;min-width:900px;}
	.footer-inner ul{margin:0 0 0 60px;}
	.footer-inner li{font-size:13px;}
}

/* =======================================================================
	INDEX
======================================================================= */
body#index{}
h2.title{
	font-size:41px;
	font-weight:600;
	line-height:1;
	text-align:center;
	position:relative;
	margin-bottom:5px;
}
h2.title span{
	font-size:19px;
	color:#0A78BF;
	display:block;
	margin:50px 0 0 0;
}
h2.title span::before{
	content: '';
	width: 70px;
	height: 3px;
	display: block;
	background-color:#0A87DA;
	position: absolute;
	left:0;
	right:0;
	bottom: 45px;
	margin:0 auto;
}
/* 横向き */
h2.title_landscape{
	font-size:41px;
	font-weight:600;
	line-height:1;
	position:relative;
	margin-bottom:5px;
}
h2.title_landscape span{
	font-size:19px;
	color:#0A78BF;
	margin:0 0 0 25px;
}
h2.title_landscape::after{
	content: '';
	width: 70px;
	height: 3px;
	display: block;
	background-color:#0A87DA;
	position: absolute;
	left:0;
	bottom: -20px;
}

/* BTN */
a.mainbtn_left{
	width:220px;
	font-size:19px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	text-align:center;
	background:#0A87DA;
	display:block;
	position:relative;
	border-radius: 8px;
	padding:20px 0 22px 0;
}
a.mainbtn_center{
	width:220px;
	font-size:19px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:block;
	text-align:center;
	position:relative;
	border-radius: 8px;
	padding:20px 0 22px 0;
	margin:0 auto;
}
a.mainbtn_left::before,
a.mainbtn_center::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	width: 11px;
	height: 11px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(45deg);
}


/* MV
------------------------------------------------------------------------*/
body#index section.mv1{
	width:100%;
	height:640px;
	background:url(../images/index/old_mv_bg.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
	overflow: hidden;
	padding:70px 0 0 0;
}
section.mv1 .mv_inner{
	width:1100px;
	padding-top:65px;
	margin:0 auto;
}
section.mv1 .mv_inner .mv_txt{
	float:left;
	text-align:center;
}
section.mv1 .mv_inner .mv_txt .no1area{
	display:flex;
	flex-wrap: wrap;
	margin-bottom:25px;
}
section.mv1 .mv_inner .mv_txt .no1area img{
	margin:0 10px 0 -15px;
}
section.mv1 .mv_inner .mv_txt .no1area h1{
	display:flex;
	font-size:20px;
	text-align:left;
	flex-direction: column;
    justify-content: center;
}
section.mv1 .mv_inner .mv_txt .no1area h1 span{
	font-size:19px;
	color:#10317A;
	border-bottom:#10317A 2px solid;
	margin-bottom:10px;
}
section.mv1 .mv_inner .mv_txt h2{
	font-size:21px;
	margin:35px 0 50px 0;
}
section.mv1 .mv_inner .mv_pic{
	float:right;
	margin:-10px 0 0 0;
}
section.mv1 .mv_inner .mv_pic img{
	width:100%;
	height:auto;
}
section.mv1 .mv_inner a:hover{opacity:0.75;}
section.mv1 .mv_inner .mv_btn_pc a.mv_btn1{
	width:200px;
	font-size:17px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:20px 0 22px 0;
	margin:0 20px 0 0;
}
section.mv1 .mv_inner .mv_btn_pc a.mv_btn2{
	width:200px;
	font-size:17px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:20px 0 22px 0;
	margin:0;
}
section.mv1 .mv_btn_sp{display:none;}

/* MV（広告用）
------------------------------------------------------------------------*/
body#index section.mv2{
	width:100%;
	background:url(../images/index/mv_bg.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
	overflow: hidden;
	padding:50px 0;
}
section.mv2 .mv_inner{
	width:1200px;
	padding-top:65px;
	margin:0 auto;
}
section.mv2 .mv_inner .mv_txt{
	float:left;
	width:60%;
	text-align:center;
}
section.mv2 .mv_inner .mv_txt .no1area{
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	margin-bottom:15px;
}
section.mv2 .mv_inner .mv_txt .no1area img{
	margin:0 15px 0 -15px;
}
section.mv2 .mv_inner .mv_txt .no1area h1{
	display:flex;
	font-size:22px;
	text-align:left;
	flex-direction: column;
    justify-content: center;
}
section.mv2 .mv_inner .mv_txt .no1area h1 span{
	font-size:20px;
	color:#10317A;
	border-bottom:#10317A 2px solid;
	margin-bottom:10px;
}
section.mv2 .mv_inner .mv_txt h2{
	font-size:22px;
	font-weight:500;
	margin:30px 0 40px 0;
}
section.mv2 .mv_inner .mv_right{
	float:left;
	width:38%;
	background:#FFF;
	border:#CCC 1px solid;
	padding:4% 3% 3% 3%;
	margin-top:15px;
}
section.mv2 .mv_inner .mv_right h3{
	font-size:20px !important;
	font-weight:700 !important;
	text-align:center;
	margin-bottom:25px;
}
section.mv2 .mv_inner a:hover{opacity:0.75;}
section.mv2 .mv_inner .mv_btn_pc a.mv_btn1{
	width:200px;
	font-size:17px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:20px 0 22px 0;
	margin:0 20px 0 0;
}
section.mv2 .mv_inner .mv_btn_pc a.mv_btn2{
	width:200px;
	font-size:17px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:20px 0 22px 0;
	margin:0;
}
section.mv2 .mv_btn_sp{display:none;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	body#index section.mv1{height:600px;padding:60px 0 0 0;}
	section.mv1 .mv_inner{width:90%;}
	section.mv1 .mv_inner .mv_txt{width:54%;}
	section.mv1 .mv_inner .mv_pic{width:46%;}
	section.mv1 .mv_inner .mv_txt .no1area{margin:0 0 25px 8%;}
	section.mv1 .mv_inner .mv_txt .no1area img{width:auto;height:70px;margin:0 10px 0 -10px;}
	section.mv1 .mv_inner .mv_txt .no1area h1{font-size:17px;}
	section.mv1 .mv_inner .mv_txt .no1area h1 span{font-size:16px;}
	section.mv1 .mv_inner .mv_txt img{width:auto;height:70px;}
	section.mv1 .mv_inner .mv_txt h2{font-size:19px;}
	section.mv1 .mv_inner .mv_btn_pc a.mv_btn1{width:180px;}
	section.mv1 .mv_inner .mv_btn_pc a.mv_btn2{width:180px;}
	section.mv1 .mv_inner .mv_pic img{width:92%;height:auto;margin-top:10%;}

	body#index section.mv2{padding:50px 0;}
	section.mv2 .mv_inner{width:94%;}
	section.mv2 .mv_inner .mv_txt .no1area img{margin:0 10px 0 -20px;}
	section.mv2 .mv_inner .mv_txt .no1area h1{font-size:18px;}
	section.mv2 .mv_inner .mv_txt .no1area h1 span{font-size:17px;}
	section.mv2 .mv_inner .mv_txt img{width:auto;height:80px;}
	section.mv2 .mv_inner .mv_txt img.mv_pic{width:80%;height:auto;}
	section.mv2 .mv_inner .mv_right{margin:0;}
}

/* NO.1 */
section.mv_no1{
	width:100%;
	border-top:#E5E6EA 1px solid;
	border-bottom:#E5E6EA 1px solid;
	padding:40px 0 10px 0;
}
section.mv_no1 .mv_no1_inner{
	width:1200px;
	display:flex;
	flex-wrap: wrap;
	margin:0 auto;
}
.mv_no1_inner .no1_txt{
	display:flex;
	flex-direction: column;
    justify-content: center;
}
.mv_no1_inner .no1_txt h3{
	font-size:26px;
	font-weight:700;
	color:#10317A;
	margin-bottom:10px;
}
.mv_no1_inner .no1_txt p{
	font-size:15px;
	font-weight:500;
	padding-left:10px;
}
.mv_no1_inner .no1_img{margin-left: auto;}

/* SLIDE */
section.mv_no1 .logo_slide{
    width: 100%;
    height: 135px;
    background-image: url(../images/index/logo-slide.jpg?20260128);
    background-repeat: repeat-x;
    background-size: auto 135px;
    animation: loop 50s linear infinite;
    margin:50px 0 70px 0;
}
@keyframes loop {
    from {
        background-position: 0 0;}
    to {
        background-position: -3500px 0;}
}

/* POINT */
section.mv_no1 .feature_point{
	width:1200px;
	margin:0 auto;
}
.feature_point ul{
	width:100%;
	display: flex;
	list-style-type: none;
	margin:55px 0 0 0;
}
.feature_point li{
	width:calc(100% / 3);
	text-align:center;
}
.feature_point li:nth-of-type(2){
	border-left:#DDD 1px solid;
	border-right:#DDD 1px solid;
}
.feature_point li h3{
	font-size:23px;
	font-weight:600;
	color:#103179;
}
.feature_point .point_graph{}
.feature_point .point_graph h4{
	font-size:32px;
	color:#103179;
	font-weight:600;
	display:inline-block;
	margin:12px 0 18px 0;
}
.feature_point .point_graph h4 span{
	font-size:85px;
	font-weight:800;
	line-height:1;
	letter-spacing: -2px;
	background: linear-gradient(to bottom, #074DCD 0%, #0B2053 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin:0 10px;
}
.feature_point li h5{font-size:17px;font-weight:500;line-height:1.6;}
.feature_point li h5.notes{font-size:15px;color:#555;}
.feature_point .feature_point_link{
	font-size:18px;
	text-align:right;
	margin:50px 0 40px 0;
}
.feature_point .feature_point_link a::before{content: "▶︎";}

@media screen and (min-width:768px) and ( max-width:1024px) {
	section.mv_no1 .mv_no1_inner{width:96%;margin:0 auto;}
	.no1_img img{width:auto;height:90px;}
	section.mv_no1 .feature_point{width:96%;margin:0 auto;}
	.feature_point li:nth-of-type(1){padding:0 2% 0 0;}
	.feature_point li:nth-of-type(2){padding:0 2%;}
	.feature_point li:nth-of-type(3){padding:0 0 0 2%;}
	.feature_point .point_graph h4 span{font-size:80px;}
	.feature_point .feature_point_link{padding-right:2%;margin:50px 0 45px 0;}
}

/* SERVICE
------------------------------------------------------------------------*/
body#index section.service{
	width:100%;
	padding:85px 0 90px 0;
}
section.service .service_inner{
	width:1200px;
	margin:0 auto;
}
.service_inner .service_pic{float:left;}
.service_inner .service_pic img{
	width:600px;
	height:auto;
	margin:0;
}
.service_inner .service_txt{float:right;}
.service_inner .service_txt h3{
	font-size:25px;
	font-weight:700;
	line-height:1.6;
	color:#10317B;
	display:block;
	margin:55px 0 30px 0;
}
.service_inner .service_txt h4{
	font-size:17px;
	font-weight:500;
	line-height:1.8;
	display:block;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	body#index section.service{padding:60px 0;}
	section.service .service_inner{width:90%;min-width:900px;}
	.service_inner .service_pic{float:left;margin:0 0 0 -50px;}
	.service_inner .service_pic img{width:450px;height:auto;margin-top:10px;}
	.service_inner .service_txt{padding-top:0;}
	.service_inner .service_txt h3{font-size:22px;margin:50px 0 25px 0;}
	.service_inner .service_txt h4{font-size:16px;}
}

/* くみきシリーズ */
section.service .kumiki_series{
	width:1200px;
	margin:0 auto 70px auto;
}
.kumiki_series h2{
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	text-align:center;
	position: relative;
	margin:90px 0 70px 0;
}
.kumiki_series h2:before,
.kumiki_series h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 37%;
    height: 1px;
    background-color: #000;
}
.kumiki_series h2:before {left: 0;}
.kumiki_series h2:after {right: 0;}

.kumiki_series ul{
	width:100%;
	display: flex;
	list-style-type: none;
	gap:0 3%;
	padding:0;
	margin-bottom:80px;
}
.kumiki_series li{
	width:calc(100%/3)
	display:block;
	border:#BBB 1px solid;
}
.kumiki_series li a{
	color:#000;
	display:block;
	transition:.1s;
	text-decoration: none;
}
.kumiki_series li a:hover{opacity:0.6;}
.kumiki_series li h3{
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding:10% 5% 0 5%;
}
.kumiki_series .series_logo{
	text-align:center;
	margin:4% 0 8% 0;
}
.kumiki_series li h4{
	font-size:15px;
	font-weight:500;
	line-height:1.6;
	text-align:center;
	padding:0 5% 10% 5%;
}
.kumiki_series li h4 strong{
	font-size:17px;
	display:block;
	margin-bottom:6%;
}
.kumiki_series .series_logo img{
	width:auto;
	height:30px;
	/*height:30px;*/
}
.kumiki_series .series_pic img{
	width:100%;
	height:auto;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.service .kumiki_series{width:90%;}
	.kumiki_series li h3{font-size:14px;}
	.kumiki_series .series_logo img{height:26px;}
	.kumiki_series li h4{font-size:15px;text-align:left;}
	.kumiki_series li h4 br{display:none;}
	.kumiki_series li h4 strong{font-size:16px;text-align:center;}
	.kumiki_series li h4 strong br{display:block;}
}

/* 現場を支える３つの特長（promotion.htmlのみ） */
section.service .key_adv{
	width:1200px;
	margin:0 auto 70px auto;
}
.key_adv h2{
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	text-align:center;
	position: relative;
	margin:80px 0 60px 0;
}
.key_adv h2:before,
.key_adv h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 37%;
    height: 1px;
    background-color: #000;
}
.key_adv h2:before {left: -25px;}
.key_adv h2:after {right: -22px;}

.key_adv ul{
	width:100%;
	display: flex;
	text-align:center;
	list-style-type: none;
	padding:0;
	margin-bottom:80px;
}
.key_adv li{
	width:calc(100%/3);
	display:block;
}
.key_adv li h3{
	font-size:23px;
	font-weight:700;
	color:#10317B;
	padding:0;
	margin-top:28px;
}
.key_adv li h4{
	font-size:17px;
	font-weight:500;
	line-height:1.6;
	margin-top:15px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.service .key_adv{width:90%;}
	.key_adv ul{gap:0 2%;}
	.key_adv li h3{font-size:20px;}
	.key_adv li h4{font-size:16px;}
	.key_adv li h4 span{display:inline-block;}
}

/* FEATURE－TOP
------------------------------------------------------------------------*/
section.top_feature{
	width:100%;
	background:#F6F6F6;
	padding:80px 0 90px 0;
}
section.top_feature .top_feature_inner{
	width:1200px;
	margin:0 auto 80px auto;
}
.top_feature_inner h3{
	font-size:21px;
	font-weight:700;
	line-height:1.8;
	text-align:center;
	margin:50px 0 20px 0;
}
.top_feature_inner ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	gap:0 3%;
}
.top_feature_inner li{
	width:calc(97%/2);
	position:relative;
	text-align:center;
	background:#FFF;
	border:#C3CBDB 1px solid;
	padding:40px;
	margin-top:35px;
}
.top_feature_inner li div.bxpo{
	font-size:15px;
	font-weight:700;
	color:#FFF;
	background:#0A87DA;
	display:block;
	padding:4px 10px;
	position:absolute;
	top:0;
	left:0;
}
.top_feature_inner li h4{
	font-size:22px;
	font-weight:500;
	margin:20px 0 50px 0;
}
.top_feature_inner li h4 span{
	font-size:36px;
	font-weight:700;
	color:#10317A;
	display:block;
	margin-top:10px;
}
.top_feature_inner li img{
	width:100%;
	height:auto;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.top_feature .top_feature_inner{width:90%;}
	.top_feature_inner h3{font-size:20px;}
	.top_feature_inner li{margin-top:30px;}
	.top_feature_inner li h4{font-size:20px;}
	.top_feature_inner li h4 span{font-size:32px;}
}

/* FEATURE－SUBPAGE
------------------------------------------------------------------------*/
section.feature{
	width:100%;
	background:#F6F6F6;
	padding:80px 0 90px 0;
}
section.feature .feature_inner{
	width:1200px;
	margin:0 auto;
}
section.feature .feature_inner h3{
	font-size:21px;
	font-weight:700;
	line-height:1.8;
	text-align:center;
	margin:55px 0;
}
section.feature ul{
	width:100%;
	display: flex;
	list-style-type: none;
	padding:0;
	margin:0;
}
section.feature li{
	width:calc(100%/3);
	text-align:center;
	border-right:#D1D1D1 1px solid;
	padding:0 0 20px 0;
}
section.feature li:last-child{
	border:none;
}
section.feature li img{
	width:auto;
	height:140px;
	display:block;
	margin:0 auto 20px auto;
}
section.feature li span{
	font-family:Arial;
	font-size:45px;
	font-weight:bold;
}
section.feature li h4{
	font-size:23px;
	font-weight:600;
	line-height:1.5;
	margin:0 0 15px 0;
}
section.feature li p{
	font-size:17px;
	font-weight:500;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	body#index section.feature{padding:60px 0;}
	section.feature .feature_inner{width:90%;min-width:900px;}
}


/* FUNCTION
------------------------------------------------------------------------*/
body#index section.function{
	width:100%;
	background:#F4F9FF;
	padding:80px 0 90px 0;
}
section.function .function_inner{
	width:1200px;
	margin:0 auto;
}
section.function .function_inner h2.title{
	margin-bottom:60px !important;
}
section.function .function_inner .function_txt{
	float:left;
	width:480px;
	min-height:395px;
}
.function_inner .function_txt h3{
	font-size:28px;
	font-weight:700;
	color:#0467B0;
	margin-top:35px;
}
.function_inner .function_txt h3 span{
	font-size:20px;
	font-weight:600;
	display:block;
	color:#000;
	margin-bottom:20px;
}
.function_inner .function_txt h3 span.sub_head{
	font-size:22px;
	font-weight:600;
	color:#000;
	margin-top:5px;
}

.function_inner .function_txt h4{
	font-size:17px;
	line-height:1.8;
	font-weight:500;
	margin:20px 0 40px 0;
}
.function_inner a:hover{opacity:0.75;}

section.function .function_inner .function_pic{
	float:left;
	width:540px;
	min-height:440px;
	background:url(../images/index/cloud_bg.png) top center no-repeat;
	background-size:80%;
	padding-top:40px;
}
section.function .function_inner .function_bx1,
section.function .function_inner .function_bx2{
	width:100%;
	margin:0 auto 50px auto;
}

.function_inner .function_bx1 .function_txt{margin-right:80px;}
.function_inner .function_bx2 .function_txt{margin-left:80px;}

.function_txt.function_num1{background:url(../images/index/cloud_num1.png) right bottom no-repeat;}
.function_txt.function_num2{background:url(../images/index/cloud_num2.png) right bottom no-repeat;}
.function_txt.function_num3{background:url(../images/index/cloud_num3.png) right bottom no-repeat;}
.function_txt.function_num4{background:url(../images/index/cloud_num4.png) right bottom no-repeat;}
.function_txt.function_num5{background:url(../images/index/cloud_num5.png) right bottom no-repeat;}
.function_txt.function_num6{background:url(../images/index/cloud_num6.png) right bottom no-repeat;}

/* その他機能 */
section.function .function_inner h5{
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin:80px auto 50px auto;
}
section.function .function_inner ul{
	width:1200px;
	display: flex;
	flex-wrap:wrap;
	text-align:center;
	list-style-type:none;
	gap:0 2%;
	padding:0;
	margin:0 auto 60px auto;
}
.function_inner ul li{
	width:23.5%;
	background:#FFF;
	border-radius: 8px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25) ;
	padding:25px 0;
	margin-bottom:20px;
}
.function_inner ul li h6{
	font-size:17px;
	color:#0063C5;
	font-weight:600;
}
.function_inner ul li img{
	width:auto;
	height:50px;
	margin:20px 0;
}
.function_inner ul li p{
	font-size:15px;
	line-height:1.6;
	font-weight:500;
}
.release_notes_link a{
	width:530px;
	font-size:17px;
	font-weight: 500;
	text-align:center;
	color: #FFF;
	background: #0A87DA;
	display: block;
	border-radius: 8px;
	text-decoration: none;
	padding: 25px 0;
	margin:70px auto 50px auto;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	body#index section.function{padding:60px 0;}
	section.function .function_inner{width:90%;min-width:900px;}
	section.function .function_inner .function_txt{width:52%;min-height:300px;}
	section.function .function_inner .function_pic{width:43%;min-height:300px;}
	.function_pic img{width:100%;height:auto;}
	.function_inner .function_bx1 .function_txt{margin-right:5%;}
	.function_inner .function_bx2 .function_txt{margin-left:5%;}
	section.function .function_inner ul{width:100%;margin:0 auto 40px auto;}
	.function_inner ul li{width:32%;}
}

/* CASE STUDY
------------------------------------------------------------------------*/
body#index section.case_study{
	width:100%;
	background: #F6F6F6;
	padding:80px 0 90px 0;
}
body#index section.case_study .case_study_inner{
	width:1200px;
	margin:0 auto;
}
body#index section.case_study .case_study_inner h3{
	font-size:21px;
	font-weight:700;
	text-align:center;
	margin:55px 0;
}
body#index section.case_study .case_study_inner a:hover{opacity:0.75;}
body#index section.case_study .case_study_inner ul.cs1{
	width:1200px;
	display: flex;
	flex-wrap:wrap;
	text-align:center;
	list-style-type:none;
	gap: 0 2%;
	padding:0;
	margin:0 auto;
}
body#index section.case_study .case_study_inner ul.cs1 li{
	width:23.5%;
}
body#index section.case_study .case_study_inner ul.cs1 li img{
	width:100%;
	height:auto;
}
body#index section.case_study .case_study_inner ul.cs1 li h4{
	font-size:22px;
	font-weight:600;
	color:#103179;
	margin-top:12px;
}
body#index section.case_study .case_study_inner img.cs_txt{
	width:auto;
	height:50px;
	display:block;
	margin:65px auto 30px auto;
}
body#index section.case_study .case_study_inner ul.cs2{
	width:1200px;
	display: flex;
	flex-wrap:wrap;
	text-align:center;
	list-style-type:none;
	padding:0;
	margin:0 auto 55px auto;
}
body#index section.case_study .case_study_inner ul.cs2 li{
	font-size:17px;
	font-weight:600;
	color:#103179;
	background:#FFF;
	width:18.5%;
	border:#103179 2px solid;
	border-radius: 7px;
	margin:0.75%;
	padding:15px 0;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	body#index section.case_study{padding:60px 0;}
	body#index section.case_study .case_study_inner{width:90%;min-width:900px;}
	body#index section.case_study .case_study_inner img{width:100%; height:auto;}
	body#index section.case_study .case_study_inner img.cs_txt{margin:60px auto 25px auto;}
	body#index section.case_study .case_study_inner ul.cs1{width:100%;}
	body#index section.case_study .case_study_inner ul.cs2{width:100%;}
}

/* PRICE
------------------------------------------------------------------------*/
section.price{
	width:100%;
	border-bottom:#DDD 1px solid;
	padding:80px 0 40px 0;
}
.price_inner{
	width:1200px;
	margin:0 auto;
}
.price_inner a:hover{opacity:0.75;}
.price_inner h3{
	font-size:21px;
	font-weight:700;
	text-align:center;
	margin:55px 0;
}
.price_inner ul{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	text-align:center;
	list-style-type:none;
	padding:0;
	margin:0 auto;
}
.price_inner li{
	font-size:17px;
	font-weight:500;
	border-radius: 10px;
}
.price_inner li:nth-last-of-type(1),
.price_inner li:nth-last-of-type(3),
.price_inner li:nth-last-of-type(5){
	width:29.333%;
	background:#FFF;
	border:#10317C 1px solid;
}
.price_inner li:nth-last-of-type(2),
.price_inner li:nth-last-of-type(4){
	width:6%;
	padding-top:85px;
}
.price_inner h4{
	font-size:22px;
	font-weight:700;
	line-height:1;
	color:#FFF;
	background:#10317C;
	border-radius: 6px 6px 0 0;
	padding:20px 0 22px 0;
}
.price_inner h4 span{
	font-size:16px;
	margin-right:-12px;
}
body#index .price_inner p{
	line-height:1.7;
	padding:25px 0 30px 0;
}
.price_inner a.mainbtn_center{
	margin:60px auto 40px auto;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.price_inner{width:90%;}
	.price_inner ul{width:100%;}
	.price_inner li:nth-last-of-type(1),
	.price_inner li:nth-last-of-type(3),
	.price_inner li:nth-last-of-type(5){width:28.5%;}
	.price_inner li:nth-last-of-type(2),
	.price_inner li:nth-last-of-type(4){
		width:7%;
		padding:90px 10px 0 10px;
	}
	.price_inner li:nth-last-of-type(1) h4,
	.price_inner li:nth-last-of-type(5) h4{
		padding:32px 0 0 0;
	}
	.price_inner h4{
		font-size:22px;
		height:90px;
		padding:20px 0 22px 0;
	}
	.price_inner h4 span{
		display:block;
		margin:8px 0 0 0;
	}
	body#index .price_inner p{font-size:16px;}
	.price_inner p img{
		width:100%;
		height:auto;
	}
}

/* INTERVIEW・NEWS・COLUMN
------------------------------------------------------------------------*/
section.ins_area{
	width:1200px;
	padding:90px 0 30px 0;
	margin:0 auto;
}
section.ins_area a{
	color:#000;
	text-decoration: none;
}
section.ins_area a:hover{opacity:0.7;}
section.ins_area .ins_head{
	margin:0 0 50px 0;
}
section.ins_area .ins_head h2{
	float:left;
}
section.ins_area .ins_head p{
	float:right;
	line-height:1;
	padding-top:40px;
}
section.ins_area .ins_head a{
	font-size:16px;
	color:#000;
	border-bottom:#000 1px solid;
}
section.ins_area ul{
	width:100%;
	display: flex;
	gap: 0 50px;
	list-style-type: none;
	border-bottom:#D1D1D1 1px solid;
	padding:0 0 45px 0;
	margin:0 0 40px 0;
}
section.ins_area li{
	width:calc(100%/3);
	position:relative;
}
section.ins_area ul:last-child{
	border:0;
	padding:0;
	margin:0 0 60px 0;
}
section.ins_area li img{
	width:100%;
	height:200px;
	object-fit: cover;
	border:#CCC 1px solid;
	margin-bottom:25px;
}
section.ins_area li span.new{
	font-size:15px;
	font-weight:600;
	color:#FFF;
	line-height:1;
	width:60px;
	text-align:center;
	background:red;
	padding:5px 0 4px 0;
	display:inline-block;
	position:absolute;
	right:0;
}
section.ins_area p.interview{
	font-size:16px;
	font-weight:600;
	color:#0A78BF;
	margin-bottom:5px;
}
section.ins_area p.news{
	font-weight:600;
	margin-bottom:10px;
}
section.ins_area p.news span{
	font-weight:500;
	color:#FFF;
    background:#0A78BF;
    line-height: 1.0;
    display: inline-block;
    padding: 5px 8px;
    margin: 0 15px 0 0;
}
section.ins_area h3{
	font-size:18px;
	font-weight:600;
	line-height:1.5;
}
section.ins_area h4{
	margin-top:10px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.ins_area{width:90%;}
	section.ins_area li img{height:180px;}
}

/* SYSTEMS INTEGRATION
------------------------------------------------------------------------*/
section.systems_integration{
	padding:90px 0
}
body#menu section.systems_integration{
	border-top:none;
	padding:0 0 90px 0;
}
body#menu section.systems_integration h3.sihead{
	margin:45px 0 40px 0;
}
section.systems_integration .si_inner{
	width:1200px;
	text-align:center;
	margin:0 auto;
}
.si_inner h3.sihead{
	font-size:30px;
	font-weight:800;
	line-height:1.4;
	margin:65px 0 40px 0;
}
.si_inner h3.sihead span{
	font-size:38px;
	font-weight:800;
	color:#0A87DA;
	margin:0 3px 0 5px;
}
.si_inner h4{
	font-size:20px;
	font-weight:600;
	line-height:1.7;
}
.si_inner .si_image{
	background:#f7f7f7;
	border:#DDD 1px solid;
	border-radius:25px;
	padding:5%;
	margin:50px 0;
}
.si_inner .si_image img{
	width:90%;
	height:auto;
}
.si_inner p{
	font-size:18px;
	font-weight:500;
	line-height:1.8;
	margin-bottom:60px;
}
.si_inner .si_btn img{margin:0 15px;}
.si_inner .si_btn img:hover{opacity:0.65;}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.systems_integration .si_inner{width:90%;}
	.si_inner .si_btn img{width:45%;height:auto;margin:0 15px;}
}