﻿@charset "utf-8";

/* =======================================================================
	BASE_STYLE
======================================================================= */
html {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{
	font-family: "Noto Sans Japanese";
	font-size:15px;
	line-height: 1.4;
	color:#000;
	background:#FFF;
	-webkit-text-size-adjust: 100%;
	-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%;}
.spnone{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: 280px;
    z-index:100;
}
.floatbnr_inner{position:relative;}
.floatbnr_inner img{
	width:300px;
	height:auto;
	border:#CCC 1px solid;
}
.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;
}

/* HEADER
----------------------------------------------------------------------- */
header{
	width:100%;
	line-height:1;
	background:#FFF;
	position: fixed;
	padding:12px 0 16px 0;
	z-index:9999;
}
body#menu header{box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3) ;}
header .header-inner{
	padding:0 0 0 20px;
	margin:0 auto;
}
header .header-inner img{
	width:auto;
	height:30px;
	margin:2px 0 0 0;
}
header nav.pc-nav,
header .header-inner .pc-header-link{display:none;}

/* 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:#0AA6DA;}

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

/* CONTACT BTN */
section.footer_contact{
	text-align:center;
	border-top:#E0EBF8 1px solid;
	background:#F4F9FF;
	padding:35px 0 40px 0;
}
section.footer_contact a:hover{opacity:0.75;}
section.footer_contact p{
	font-size:18px;
	font-weight:600;
	color:#10317C;
	line-height:1.7;
	display:block;
}
section.footer_contact a.mv_btn1{
	width:70%;
	font-size:18px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:22px 0;
	margin:22px auto 15px auto;
}
section.footer_contact a.mv_btn2{
	width:70%;
	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:22px 0;
	margin:0 auto;
}

/* 無料資料ダウンロード・ライセンス申し込み */
main .kumiki-contact{}
.kumiki-contact .kc-left{
	background:#1787c9;
	padding:25px 0 30px 0;
}
.kumiki-contact .kc-left .kc-left-inner,
.kumiki-contact .kc-right .kc-right-inner{
	width:100%;
	text-align:center;
}
.kumiki-contact .kc-right{
	background:#002f7b;
	padding:25px 0 30px 0;
}
.kumiki-contact h3{
	font-size:26px;
	font-weight:700;
	line-height:1;
	color:#FFF;
}
.kumiki-contact .kc-txt{
	width:100%;
	font-size:14px;
	color:#FFF;
	margin:15px 0;
}
.kumiki-contact a{
	width:70%;
	font-size:17px;
	line-height:1;
	font-weight:700;
	text-decoration: none;
	background:#FFF;
	text-align:center;
	border-radius: 15px;
	display:block;
	padding:20px 0;
	margin:0 auto;
}
.kumiki-contact a.txtcolor1{color:#1787c9;}
.kumiki-contact a.txtcolor2{color:#002f7b;}
.kumiki-contact a:hover{
	opacity:0.65;
	transition: 0.15s;
}
.kumiki-contact a img{
	width:auto;
	height:24px;
	margin-left:10px;
}

/* 資料請求・お問い合わせ */
.contact-btn{
	text-align:center;
	margin:30px 0 5px 0;
}
.contact-btn a.btn1{
	width:260px;
	font-size:17px;
	line-height:1;
	font-weight:600;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 8px;
	padding: 18px 0 20px 0;
	margin:0 0 15px 0;
}
.contact-btn a.btn2{
	width:260px;
	font-size:17px;
	line-height:1;
	font-weight:600;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	text-align:center;
	border-radius: 8px;
	padding: 18px 0 20px 0;
	margin:0;
}

/* FOOTER
----------------------------------------------------------------------- */
footer{
	width:100%;
	background:#F6F6F6;
	border-top:#DDD 1px solid;
	text-align:center;
}
footer a{
	color:#000;
	text-decoration: none;
}
footer .footer-inner{
	width:100%;
	font-size:14px;
	padding:30px 0;
	margin:0 auto;
}
.footer-inner .company-info{
	line-height:1.6;
}
.footer-inner .logo_txt{
	font-size:15px;
	font-weight:400;
	display:block;
	letter-spacing:3px;
	margin:0 0 12px 0;
}
.footer-inner .company-info b{
	display:block;
	margin:25px 0 10px 0;
}
.footer-inner .company_url{
	font-size:13px;
	display:block;
	font-weight:500;
	margin-top:10px;
}
.footer-inner ul{display:none;}
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;
	margin:0;
}
footer ul.security_link li{
	line-height:1;
	border-bottom:#DDD 1px solid;
}
footer ul.security_link li a{
	width:100%;
	height:100%;
	display: block;
	padding:15px 0;
}
footer .copyright{
	width:100%;
	font-size:11px;
	text-align:center;
	padding:25px 0;
}


/* =======================================================================
	INDEX
======================================================================= */
body#index{}
h2.title{
	font-size:30px;
	font-weight:700;
	line-height:1;
	text-align:center;
	position:relative;
}
h2.title_landscape{
	font-size:30px;
	font-weight:700;
	line-height:1;
	position:relative;
}
h2.title span,
h2.title_landscape span{
	font-size:15px;
	display:block;
	color:#0A78BF;
	margin:15px 0 0 0;
}
h2.title::after{
	content: '';
	width: 50px;
	height: 3px;
	display: block;
	background-color:#0A87DA;
	position: absolute;
	left:0;
	right:0;
	bottom: -22px;
	margin:0 auto;
}
h2.title_landscape::after{
	content: '';
	width: 50px;
	height: 3px;
	display: block;
	background-color:#0A87DA;
	position: absolute;
	left:0;
	bottom: -20px;
}

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

/* MV
------------------------------------------------------------------------*/
body#index section.mv1{
	width:100%;
	background:url(../images/index/old_mv_bg.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
	overflow: hidden;
	padding:60px 0 35px 0;
}
section.mv1 .mv_inner{
	width:90%;
	text-align:center;
	margin:30px auto 0 auto;
}

section.mv1 .mv_inner .mv_txt{}
section.mv1 .mv_inner .mv_txt .no1area{
	display:flex;
	flex-wrap: wrap;
	margin-bottom:15px;
}
section.mv1 .mv_inner .mv_txt .no1area img{
	width:90px;
	height:auto;
	margin:0 5px 0 0;
}
section.mv1 .mv_inner .mv_txt .no1area h1{
	display:flex;
	font-size:14px;
	text-align:left;
	flex-direction: column;
    justify-content: center;
}
section.mv1 .mv_inner .mv_txt .no1area h1 span{
	font-size:13px;
	color:#10317A;
	border-bottom:#10317A 2px solid;
	margin-bottom:8px;
}
section.mv1 .mv_inner .mv_txt img{
	width:85%;
	height:auto;
}
section.mv1 .mv_inner .mv_txt h2{
	font-size:16px;
	line-height:1.7;
	font-weight:500;
	margin-top:20px;
}
section.mv1 .mv_inner .mv_pic{
	text-align:center;
	padding-top:25px;
}
section.mv1 .mv_inner .mv_pic img{
	width:90%;
	height:auto;
}
section.mv1 .mv_inner .mv_btn_sp a.mv_btn1{
	width:46%;
	font-size:16px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:18px 0 20px 0;
	margin:30px 15px 0 0;
}
section.mv1 .mv_inner .mv_btn_sp a.mv_btn2{
	width:46%;
	font-size:16px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:18px 0 20px 0;
	margin:30px 0 0 0;
}

/* 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:60px 0 15px 0;
}
section.mv2 .mv_inner{
	width:90%;
	text-align:center;
	margin:30px auto 0 auto;
}
section.mv2 .mv_inner .mv_txt .no1area{
	display:flex;
	flex-wrap: wrap;
	margin-bottom:15px;
}
section.mv2 .mv_inner .mv_txt .no1area img{
	width:90px;
	height:auto;
	margin:0 5px 0 0;
}
section.mv2 .mv_inner .mv_txt .no1area h1{
	display:flex;
	font-size:14px;
	text-align:left;
	flex-direction: column;
    justify-content: center;
}
section.mv2 .mv_inner .mv_txt .no1area h1 span{
	font-size:13px;
	color:#10317A;
	border-bottom:#10317A 2px solid;
	margin-bottom:8px;
}
section.mv2 .mv_inner .mv_txt img{
	width:85%;
	height:auto;
}
section.mv2 .mv_inner .mv_txt h2{
	font-size:16px;
	line-height:1.7;
	font-weight:500;
	margin:20px 0 22px 0;
}
section.mv2 .mv_inner .mv_txt img.mv_pic{
	width:85%;
	height:auto;
}
section.mv2 .mv_inner .mv_pic img{
	width:90%;
	height:auto;
}
section.mv2 .mv_inner .mv_right{
	text-align:center;
}
section.mv2 .mv_inner .mv_right h3{
	font-size:20px !important;
	font-weight:700 !important;
	border-top:#CCC 1px solid;
	text-align:center;
	padding:25px 0 10px 0;
	margin-top:25px;
}
section.mv2 .mv_inner .mv_btn_sp a.mv_btn1{
	width:46%;
	font-size:16px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:18px 0 20px 0;
	margin:30px 15px 0 0;
}
section.mv2 .mv_inner .mv_btn_sp a.mv_btn2{
	width:46%;
	font-size:16px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:18px 0 20px 0;
	margin:30px 0 0 0;
}

/* NO.1 */
section.mv_no1{
	width:100%;
	border-top:#E5E6EA 1px solid;
	border-bottom:#E5E6EA 1px solid;
	padding:25px 0 0 0;
}
section.mv_no1 .mv_no1_inner{
	width:90%;
	margin:0 auto;
}
.mv_no1_inner .no1_txt{text-align:center;}
.mv_no1_inner .no1_txt h3{
	font-size:18px;
	font-weight:700;
	color:#10317A;
	margin-bottom:10px;
}
.mv_no1_inner .no1_txt p{
	font-size:12px;
	font-weight:500;
	padding-left:5px;
	margin-bottom:20px;
}
.mv_no1_inner .no1_img img{
	width:100%;
	height:auto;
}
.mv_inner .mv_btn_pc{display:none;}

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

@media screen and (min-width:430px){
	.mv_no1_inner .no1_txt h3{font-size:21px;}
	.mv_no1_inner .no1_txt p{font-size:14px;}
}
@media screen and (max-width:360px){
	.mv_inner .mv_txt .no1area img{
		width:85px;
		margin:0 5px 0 -5px;
	}
	.mv_no1_inner .no1_txt h3{font-size:17px;}
}

/* POINT */
section.mv_no1 .feature_point{
	width:90%;
	margin:30px auto 0 auto;
}
.feature_point ul{
	width:100%;
	list-style-type: none;
}
.feature_point li{
	width:100%;
	text-align:center;
}
.feature_point li:nth-of-type(1){
	border-top:#DDD 1px solid;
	padding-top:15px;
}
.feature_point li:nth-of-type(2){
	border-top:#DDD 1px solid;
	border-bottom:#DDD 1px solid;
	padding:15px 0 20px 0;
	margin:18px 0 15px 0;
}
.feature_point li:nth-of-type(3){
	padding-bottom:20px;
}
.feature_point .title-row {
	display: flex;
	align-items: center;
	justify-content: center;
	/*justify-content: space-between;*/
	gap:0 2%;
}
.feature_point .title-row h3 {
	font-size:16px;
	font-weight:600;
	padding-top:5px;
	margin: 0;
}
.feature_point .title-row h4{
	font-size:20px;
	color:#103179;
	font-weight:600;
	display:inline-block;
	margin-bottom:15px;
}
.feature_point .title-row h4 span{
	font-size:44px;
	font-weight:800;
	line-height:1;
	letter-spacing: -2px;
	text-align:right;
	background: linear-gradient(135deg, #074DCD 0%, #0B2053 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin:0 5px;
}
.feature_point h5{width:100%;font-weight:500;}
.feature_point li h5.notes{font-size:14px;color:#555;}
.feature_point .feature_point_link{
	font-size:16px;
	text-align:center;
	margin:15px 0 35px 0;
}
.feature_point .feature_point_link a::before{content: "▶︎";}

/* SERVICE
------------------------------------------------------------------------*/
body#index section.service{
	width:100%;
	padding:25px 0 35px 0;
}
section.service .service_inner{
	width:90%;
	display:flex;
	flex-direction: column;
	margin:0 auto;
}
.service_inner .service_pic{
	margin:25px 0 0 0;
	order: 2;
}
.service_inner .service_pic img{
	width:100%;
	height:auto;
}
.service_inner .service_txt{
	line-height:1.6;
	padding-top:10px;
	order: 1;
}
.service_inner .service_txt h3{
	font-size:18px;
	font-weight:700;
	color:#10317B;
	text-align:center;
	margin:40px 0 20px 0;
}
.service_inner .service_txt h4{
	font-size:15px;
	font-weight:500;
}
.service_inner .service_txt h4 br{display:none;}

.service_inner h2.title_landscape{
	text-align:center;
}
.service_inner h2.title_landscape span{
	text-align:center;
}
.service_inner h2.title_landscape::after{
	right: 0;
	left: 0;
	margin: 0 auto;
}

/* くみきシリーズ */
section.service .kumiki_series{
	width:90%;
	margin:0 auto;
}
.kumiki_series h2{
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	text-align:center;
	margin:45px 0 35px 0;
}
.kumiki_series ul{
	width:100%;
	list-style-type: none;
	margin-bottom:40px;
}
.kumiki_series li{
	display:block;
	border:#BBB 1px solid;
	margin-top:30px;
}
.kumiki_series li a{
	color:#000;
	display:block;
	transition:.1s;
	text-decoration: none;
}
.kumiki_series li h3{
	font-size:15px;
	font-weight:600;
	text-align:center;
	padding:30px 6% 0 6%;
}
.kumiki_series .series_logo{
	text-align:center;
	margin:15px 0 25px 0;
}
.kumiki_series li h4{
	font-size:15px;
	font-weight:500;
	line-height:1.6;
	text-align:left;
	padding:0 6% 27px 6%;
}
.kumiki_series li h4 strong{
	font-size:16px;
	display:block;
	text-align:center;
	margin:0 auto 5% auto;
}
.kumiki_series li h4 strong br{display:block;}
.kumiki_series li h4 br{display:none;}
.kumiki_series .series_logo img{
	width:auto;
	height:25px;
}
.kumiki_series .series_pic img{
	width:100%;
	height:160px;
	object-fit: cover;
}

/* 現場を支える３つの特長（promotion.htmlのみ） */
section.service .key_adv{
	width:90%;
	margin:0 auto;
}
.key_adv h2{
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	text-align:center;
	margin:45px 0 35px 0;
}
.key_adv ul{
	width:100%;
	list-style-type: none;
	margin:0 auto 40px auto;
}
.key_adv li{
	display:block;
	margin-top:30px;
}
.key_adv li h3{
	font-size:21px;
	font-weight:700;
	color:#10317B;
	text-align:center;
	margin:20px 0 10px 0;
}
.key_adv li h4{
	font-size:16px;
	font-weight:500;
	line-height:1.6;
}
.key_adv li h4 br{
	display:none;
}
.key_adv img{
	width:45%;
	height:auto;
	display:block;
	margin:0 auto;
}

/* FEATURE－TOP
------------------------------------------------------------------------*/
body#index section.top_feature{
	width:100%;
	background:#F6F6F6;
	padding:35px 0 35px 0;
}
section.top_feature .top_feature_inner{
	width:90%;
	margin:0 auto 35px auto;
}
.top_feature_inner h3{
	font-size:16px;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin:45px 0 25px 0;
}
.top_feature_inner ul{
	list-style-type: none;
	text-align:center;
}
.top_feature_inner li{
	width:100%;
	position:relative;
	text-align:center;
	background:#FFF;
	border:#C3CBDB 1px solid;
	padding:20px;
	margin-top:25px;
}
.top_feature_inner li div.bxpo{
	font-size:13px;
	font-weight:700;
	color:#FFF;
	background:#0A87DA;
	display:block;
	padding:2px 6px;
	position:absolute;
	top:0;
	left:0;
}
.top_feature_inner li h4{
	font-size:18px;
	font-weight:500;
	line-height:1.6;
	margin:15px 0 25px 0;
}
.top_feature_inner li h4 span{
	font-size:26px;
	font-weight:700;
	color:#10317A;
	display:block;
}
.top_feature_inner li img{
	width:100%;
	height:auto;
}








/* FEATURE－SUBPAGE
------------------------------------------------------------------------*/
body#index section.feature{
	width:100%;
	background:#F6F6F6;
	padding:35px 0;
}
section.feature .feature_inner{
	width:90%;
	margin:0 auto;
}
section.feature .feature_inner h3{
	font-size:16px;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin:45px 0 25px 0;
}
section.feature ul{
	width:100%;
	list-style-type: none;
	padding:0;
	margin:0;
}
section.feature li{
	width:100%;
	text-align:center;
	border-top:#D1D1D1 1px solid;
	padding:20px 0;
}
section.feature li:nth-of-type(2){
	padding:0 0 20px 0;
}
section.feature li:last-child{
	border-bottom:#D1D1D1 1px solid;
}
section.feature li img{
	width:auto;
	height:110px;
	display:block;
	margin:0 auto 15px auto;
}
section.feature li span{
	display:none;
	font-family:Arial;
	font-size:35px;
	font-weight:bold;
}
section.feature li h4{
	font-size:18px;
	font-weight:700;
	margin:0 0 10px 0;
}
section.feature li p{
	font-size:16px;
	font-weight:500;
}

/* FUNCTION
------------------------------------------------------------------------*/
body#index section.function{
	width:100%;
	background:#F4F9FF;
	padding:35px 0;
}
section.function .function_inner{
	width:90%;
	margin:0 auto;
}
section.function .function_inner h2.title{
	margin-bottom:50px !important;
}
section.function .function_inner .function_txt{
	width:100%;
}
.function_inner .function_txt h3{
	font-size:23px;
	font-weight:600;
	color:#0467B0;
	margin-top:10px;
}
.function_inner .function_txt h3 span{
	font-size:17px;
	font-weight:600;
	color:#000;
	display:block;
	margin-bottom:15px;
}
.function_inner .function_txt h3 span.sub_head{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin-top:5px;
}
.function_inner .function_txt h4{
	font-size:16px;
	line-height:1.7;
	font-weight:500;
	margin:18px 0 25px 0;
}
.function_inner .function_txt h4 br{display:none;}

section.function .function_inner .function_pic{
	width:100%;
	margin-bottom:20px;
	/*background:url(../images/index/cloud_bg.png) top center no-repeat;*/
	/*background-size:80%;*/
}
section.function .function_inner .function_bx1,
section.function .function_inner .function_bx2{
	width:100%;
	display: flex;
	flex-wrap: wrap; 
	margin:0 auto 50px auto;
}
.function_inner .function_bx1 img,
.function_inner .function_bx2 img{
	width:100%;
	height:auto;
}
.function_inner .function_bx1 .function_pic{order:1;}
.function_inner .function_bx1 .function_txt{order:2;}

.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:20px;
	font-weight:600;
	text-align:center;
	margin:50px auto 25px auto;
}
section.function .function_inner ul{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	text-align:center;
	list-style-type:none;
	gap:0 2%;
	padding:0;
	margin:0 auto 15px auto;
}
.function_inner ul li{
	width:98%;
	background:#FFF;
	border-radius: 8px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25) ;
	padding:20px 0;
	margin:0 auto 15px auto;
}
.function_inner ul li h6{
	font-size:18px;
	color:#0063C5;
	font-weight:600;
}
.function_inner ul li img{
	width:auto;
	height:40px;
	margin:17px 0 15px 0;
}
.function_inner ul li p{
	font-size:15px;
	line-height:1.6;
	font-weight:500;
}
.release_notes_link a{
	width:250px;
	font-size:15px;
	font-weight: 500;
	text-align:center;
	color: #FFF;
	background: #0A87DA;
	display:block;
	border-radius: 8px;
	text-decoration: none;
	padding: 20px;
	margin:35px auto 40px auto;
}

/* CASE STUDY
------------------------------------------------------------------------*/
body#index section.case_study{
	width:100%;
	background: #F6F6F6;
	padding:35px 0;
}
body#index section.case_study .case_study_inner{
	width:90%;
	margin:0 auto;
}
body#index section.case_study .case_study_inner img{
	width:100%;
	height:auto;
}
body#index section.case_study .case_study_inner h3{
	font-size:16px;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin:50px 0 30px 0;
}
body#index section.case_study .case_study_inner ul.cs1{
	width:100%;
	text-align:center;
	list-style-type:none;
	padding:0;
	margin:0 auto;
}
body#index section.case_study .case_study_inner ul.cs1 li{
	width:47%;
	display:inline-block;
	margin:0 0 6% 0;
}
body#index section.case_study .case_study_inner ul.cs1 li:nth-child(odd){
	margin:0 3% 2% 0;
}
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:17px;
	font-weight:600;
	color:#103179;
	margin-top:12px;
}
body#index section.case_study .case_study_inner img.cs_txt{
	width:auto;
	height:40px;
	display:block;
	margin:20px auto 25px auto;
}
body#index section.case_study .case_study_inner ul.cs2{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	text-align:center;
	list-style-type:none;
	padding:0;
	margin:0 auto 20px auto;
}
body#index section.case_study .case_study_inner ul.cs2 li{
	font-size:14px;
	font-weight:600;
	color:#103179;
	width:31.333%;
	background:#FFF;
	border:#103179 2px solid;
	border-radius: 7px;
	margin:0 0 3% 0;
	padding:10px 0;
}
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(1),
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(2),
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(4),
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(5),
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(7),
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(8),
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(10),
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(11),
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(13),
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(14){margin:0 3% 4% 0;}
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(5),
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(13),
body#index section.case_study .case_study_inner ul.cs2 li:nth-child(15){padding-top:20px;}


/* PRICE
------------------------------------------------------------------------*/
section.price{
	width:100%;
	border-bottom:#DDD 1px solid;
	padding:35px 0 20px 0;
}
section.price .price_inner{
	width:90%;
	margin:0 auto;
}
section.price .price_inner h3{
	font-size:16px;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin:45px 0 25px 0;
}
.price_inner ul{
	width:90%;
	list-style-type:none;
	text-align:center;
	padding:0;
	margin:0 auto;
}
.price_inner li{
	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){
	background:#FFF;
	border:#10317C 1px solid;
}
.price_inner li:nth-last-of-type(2),
.price_inner li:nth-last-of-type(4){
	padding:13px 0;
}
.price_inner li:nth-last-of-type(2) img,
.price_inner li:nth-last-of-type(4) img{
	width:auto;
	height:28px;
}
.price_inner h4{
	font-size:18px;
	font-weight:700;
	line-height:1;
	color:#FFF;
	background:#10317C;
	border-radius: 6px 6px 0 0;
	padding:13px 0 14px 0;
}
.price_inner p{
	padding:16px 0 18px 0;
}
.price_inner p img{
	width:100%;
	height:auto;
}
.price_inner a.mainbtn_center{
	margin:40px auto 20px auto;
}

/* INTERVIEW・NEWS・COLUMN
------------------------------------------------------------------------*/
section.ins_area{
	width:90%;
	padding:35px 0 10px 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 40px 0;
}
section.ins_area .ins_head h2{
	float:left;
}
section.ins_area .ins_head p{
	float:right;
	line-height:1;
	padding-top:55px;
}
section.ins_area .ins_head a{
	font-size:15px;
	color:#000;
	border-bottom:#000 1px solid;
}
section.ins_area ul{
	width:100%;
	display: flex;
	gap: 0 25px;
	overflow-x: scroll;
	white-space: nowrap;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	border-bottom:#D1D1D1 1px solid;
	padding:0 0 50px 0;
	margin:0 0 30px 0;
	padding:0 10px;
}
section.ins_area li{
	width:80%;
	min-width:80%;
	display:inline-block;
	white-space: normal;
	padding-bottom:30px;
	position:relative;
}
section.ins_area ul:last-child{
	border:0;
	padding:0;
	margin:0;
}
section.ins_area li img{
	width:100%;
	height:170px;
	object-fit: cover;
	border:#CCC 1px solid;
	margin-bottom:15px;
}
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;
	display:inline-block;
	position:absolute;
	right:0;
}
section.ins_area p.interview{
	font-size:16px;
	font-weight:600;
	color:#0A78BF;
	margin-bottom:8px;
}
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:16px;
	font-weight:600;
	line-height:1.5;
}
section.ins_area h4{
	margin-top:10px;
}

/* SYSTEMS INTEGRATION
------------------------------------------------------------------------*/
section.systems_integration{
	padding:35px 0;
}
body#menu section.systems_integration{
	border-top:none;
	padding:0 0 40px 0;
}
body#menu section.systems_integration .si_inner h3.sihead{
	margin:-15px 0 25px 0;
}
section.systems_integration .si_inner{
	width:90%;
	text-align:center;
	margin:0 auto;
}
.si_inner h2.title{
	line-height:1.2;
}
.si_inner h3.sihead{
	font-size:18px;
	font-weight:700;
	line-height:1.4;
	margin:50px 0 25px 0;
}
.si_inner h3.sihead span{
	color:#0A87DA;
}
.si_inner h4{
	font-size:16px;
	font-weight:500;
	line-height:1.6;
}
.si_inner .si_image{
	margin:30px 0;
}
.si_inner .si_image img{
	width:100%;
	height:auto;
}
.si_inner p{
	font-size:15px;
	font-weight:500;
	line-height:1.6;
	margin-bottom:30px;
}
.si_inner .si_btn img{
	width:80%;
	height:auto;
	display:block;
	margin:15px auto 0 auto;
}