﻿@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 JP", sans-serif;
	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:#f1f1f1 1px solid;
	border-bottom:#f1f1f1 1px solid;
	background:#F4F9FF;
	display:block;
	padding:60px 0 65px 0;
	margin:0;
}
section.footer_contact a:hover{opacity:0.75;}
section.footer_contact p{
	font-size:23px;
	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:#FFF;
	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:50px 0 70px 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:14px;
	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 0 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.link_btn1{
	font-size:24px;
	font-weight:600;
	color:#006DBD;
	text-decoration:none;
	border-bottom:#006DBD 1px solid;
	position:relative;
}
i.icon_arrow{
	display: inline-block;
	width: 20px; 
	height: 20px;
	margin-left: 8px;
	background-image: url('../images/index/link_btn1_po.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.dlbtn_area{
	display:block;
	text-align:center;
	margin:60px auto 0 auto;
}
.dlbtn_area a:hover{opacity:0.75;}

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.mv{
	width:100%;
	height:670px;
	background:url(../images/index/mv_bg.webp) top no-repeat;
	background-size:cover;
	background-position: center top 65px;
	overflow: hidden;
	padding:70px 0 0 0;
}
section.mv .mv_inner{
	width:1200px;
	margin:0 auto;
}
section.mv .mv_inner .mv_txt{
	float:left;
	text-align:left;
	padding-top:80px;
}
section.mv .mv_inner .mv_txt h1{
	font-size:40px;
	font-weight:600;
	font-style:italic;
	line-height:1.35;
	color:#FFF;
}
.mv_txt h1 span.btxt1{
	font-size:62px;
	margin-right:8px;
}
.mv_txt h1 span.btxt2{
	font-size:62px;
	margin:0 8px 0 -22px;
}
section.mv .mv_inner .mv_txt h2{
	font-size:23px;
	font-weight:500;
	line-height:1.5;
	color:#FFF;
	margin:30px 0 60px 0;
}
section.mv .mv_inner .mv_pic{
	float:right;
	padding-top:40px;
}
section.mv .mv_inner .mv_pic img{
	width:100%;
	height:auto;
}
section.mv .mv_inner a:hover{opacity:0.75;}
section.mv .mv_btn_sp{display:none;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	body#index section.mv{height:600px;}
	section.mv .mv_inner{width:90%;padding-left:1%;}
	section.mv .mv_inner .mv_txt{width:58%;}
	section.mv .mv_inner .mv_pic{width:42%;}
	section.mv .mv_inner .mv_txt img{width:auto;height:115px;}
	section.mv .mv_inner .mv_txt h1{font-size:30px;}
	.mv_txt h1 span.btxt1{font-size:47px;}
	.mv_txt h1 span.btxt2{font-size:47px;}
	section.mv .mv_inner .mv_txt h2{font-size:19px;margin:35px 0 55px 0;}
	section.mv .mv_inner .mv_pic{padding-top:65px;}
	section.mv .mv_inner .mv_txt .mv_btn_pc img{width:auto;height:80px;}
	section.mv .mv_inner .mv_pic img{width:100%;height:auto;}
}

/* NO.1 */
section.mv_no1{
	width:100%;
	border-top:#E5E6EA 1px solid;
	border-bottom:#E5E6EA 1px solid;
	padding:35px 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?20260605);
    background-repeat: repeat-x;
    background-size: auto 135px;
    animation: loop 40s linear infinite;
    margin:35px 0 50px 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:40px 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:80px;
	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:35px 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;}
}



/* 3つの課題
------------------------------------------------------------------------*/
body#index section.challenges {
    width: 100%;
    background: linear-gradient(to bottom, #F9F9F9 0%, #DDD 100%);
    padding:75px 0 70px 0;
}
.challenges_inner {
    width: 1200px;
    margin: 0 auto;
}
.challenges_top {
    display: flex;
    justify-content: space-between;
    margin:60px 0 45px 0;
}
.challenge_box {
    width: 582px;
    border-radius: 40px;
    padding: 40px;
    position: relative;
    color: #fff;
}
.challenge_box.site { background-color:#745F3F; }
.challenge_box.management { background-color:#3C5280; }

.challenge_box::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}
.challenge_box.site::after { border-top: 25px solid #745F3F; }
.challenge_box.management::after { border-top: 25px solid #3C5280; }

section.challenges .box_title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color:#F9DE1F;
    margin-bottom: 20px;
}
section.challenges .box_main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 32px;
}
section.challenges .challenges_icon img{
    width: 80px;
    height: 80px;
}
section.challenges .box_copy {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}
section.challenges .check_list1,
section.challenges .check_list2{
    list-style: none;
    padding: 0;
}
section.challenges .check_list1 li,
section.challenges .check_list2 li {
    font-size: 21px;
    font-weight: 700;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
section.challenges .check_list1 li {color:#483C26;}
section.challenges .check_list2 li {color:#23365A;}

section.challenges .challenges_bottom {
    background-color:#546F42;
    border-radius: 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 50px 30px 70px;
}
section.challenges essence_left { width: 46%; }
section.challenges .essence_icon { width: 50px; height: auto; }
section.challenges .essence_label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin:-70px 0 10px 0;
}
section.challenges .essence_title {
    font-size: 28px;
    font-weight: 700;
    color:#F9DE1F;
    margin-bottom: 20px;
}
section.challenges .essence_main_content {
    display: flex;
    align-items: center;
    gap: 25px;
}
section.challenges .essence_main_copy {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
}
section.challenges .essence_main_copy span {margin-left:-18px;}
section.challenges .essence_right { width: 51%; }
section.challenges .essence_sub_title {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    margin-bottom: 30px;
}
section.challenges .essence_detail_list {
    list-style: none;
    padding: 0;
}
section.challenges .essence_detail_list li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
section.challenges .detail_icon img{
    width:auto;
    height:70px;
}
section.challenges .essence_detail_list p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .challenges_inner {width: 90%;}
    .challenges_top {gap: 15px; margin: 40px 0;}
    .challenge_box {
        width: calc(50% - 8px);
        padding: 30px 15px;
        border-radius: 30px;
    }
    section.challenges .box_title {font-size: 22px;}
    section.challenges .box_main {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 25px;
    }
    section.challenges .challenges_icon img {
        width: 70px;
        height: 70px;
    }
    section.challenges .box_copy {
        font-size: 24px;
        text-align: center;
    }
    section.challenges .check_list1 li,
    section.challenges .check_list2 li {
        font-size: 17px;
        padding: 10px 5px;
        margin-bottom: 10px;
    }
	section.challenges .challenges_bottom {
        display: block;
        padding: 40px 0 35px 0;
        border-radius: 40px;
    }
    section.challenges .essence_left {
        margin-bottom: 30px;
        width: 80%;
		display:block;
		margin:0 auto;
    }
    section.challenges .essence_label {margin: 0;}
    section.challenges .essence_title {
    	font-size: 22px;
    	margin:0 auto 15px auto;
    }
    section.challenges .essence_main_content {
        display: flex;
        gap: 20px;
    }
    section.challenges .essence_main_copy {
        font-size: 30px;
        line-height: 1.5;
    }
    section.challenges .essence_main_copy br{display:none;}
    section.challenges .essence_main_copy span {margin-left: 0;}
    section.challenges .essence_right {
        width: 72%;
		display:block;
		margin:0 auto;
    }
    section.challenges .essence_sub_title {
        font-size: 24px;
        display:inline-block;
        margin: 30px 0;
    }
    section.challenges .essence_detail_list li {
        gap: 20px;
        margin-bottom: 15px;
	}
    section.challenges .detail_icon img {height: 50px;}
    section.challenges .essence_detail_list p {font-size: 22px;}
	section.challenges .essence_detail_list p br{display:none;}
}


/* KUMIKIで解決
------------------------------------------------------------------------*/
body#index section.kumiki_outline {
    width: 100%;
    position: relative;
	padding:100px 0 75px 0;
}
section.kumiki_outline::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-top: 45px solid #DDD;
}
.kumiki_outline_inner {
    width: 1200px;
    margin: 0 auto;
}
.outline_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom:90px;
}
.outline_txtarea {flex:1;}
.outline_catch {
    font-size: 26px;
    font-weight: 700;
    color: #0A86D9;
}
.outline_title {
    color: #0A86D9;
    font-size: 40px;
    font-weight: 700;
    margin:0 0 25px -20px;
}
.outline_text p {
	font-size: 20px;
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 25px;
}
.outline_text strong{
	font-size: 24px;
}
.outline_imgarea {flex:1;}
.outline_imgarea img {
    width: 570px;
    height: auto;
    border-radius: 10px;
}
h3.outline_lead {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:80px;
}
h3.outline_lead::before,
h3.outline_lead::after {
    content: "";
    width: 2px;
    height: 45px;
    background-color: #333;
}
h3.outline_lead::before {
    transform: rotate(-30deg);
    margin-right: 25px;
}
h3.outline_lead::after {
    transform: rotate(30deg);
    margin-left: 15px;
}
.outline_lead span {color: #0084d2;}
.outline_cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top:40px;
}
.outline_card {
    flex: 1;
    border: 2px solid #0A86D9;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}
.card_head {
    font-size: 26px;
    font-weight: 700;
    background: #0A86D9;
    color: #fff;
    padding: 15px;
    position: relative;
    box-shadow: 0 0 0 2px #0A86D9;
    border-radius: 18px 18px 0 0;
}
.card_head span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 70px;
    position: absolute;
    right: 10px;
    bottom: -30px;
    opacity: 0.2;
}
.card_body { padding: 30px 0; }
.card_icon { width:190px;height: 90px; margin:0 auto 25px auto;}
.card_icon img {width:100%; height:auto;}
.card_body h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}
.card_body p {
    font-size: 16px;
	font-weight: 500;
    line-height: 1.6;
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .kumiki_outline_inner {
        width: 90%;
        margin: 0 auto;
    }
    .outline_main {
        display: flex;
        flex-direction: column;
        align-items: center;
		margin-bottom:50px;
    }
    .outline_txtarea {text-align: center;}
    .outline_imgarea img {
        width: 100%;
        height: auto;
        margin-top:-10px;
    }
    h3.outline_lead {
        font-size: 26px;
        padding: 0 10px;
        line-height: 1.5;
        margin:50px 0 40px 0;
    }
    h3.outline_lead::before,
    h3.outline_lead::after {height: 25px;}
	.card_head {font-size: 22px;}
}


/* Use Cases
------------------------------------------------------------------------*/
body#index section.function{
	width:100%;
	background:#F5F7FA;
	padding:75px 0;
}
section.function .function_inner{
	width:1200px;
	text-align:center;
	margin:0 auto;
}
.function_inner .usecases_item {
	width: 100%;
	display: flex;
	border-top:#D0D2D5 1px solid;
	justify-content: space-between;
	gap: 40px;
	padding-top:60px;
	margin:60px auto;
}
.function_inner .usecases_item:first-of-type {
    border-top: none;
    padding-top: 30px;
}
.usecases_txtarea {
	flex: 1;
	text-align:left;
}
.usecases_label {
	font-size:18px;
	font-weight:600;
	line-height:1;
	display: inline-block;
	background-color: #0084d2;
	color: #fff;
	border-radius: 5px;
	padding: 9px 12px;
}
.usecases_txtarea h3 {
	font-size: 28px;
	font-weight:700;
	line-height: 1.7;
	margin:25px 0;
}
.usecases_txtarea h3 span{color:#0885D8;}
.usecases_imgarea {flex: 1;}
.usecases_imgarea img {
	width: 620px;
	height: auto;
	display: block;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.link_btn2 {
	display: inline-flex;
	align-items: center;
	padding: 10px 25px;
	border: 1px solid #ccc;
	border-radius: 50px;
	text-decoration: none;
	color: #333;
	font-size:16px;
	font-weight: 500;
	background:#FFF;
	transition: background-color 0.3s;
}
.link_btn2:hover {opacity:0.75;}
.function_inner a.link_btn1{
	display:inline-block;
	margin-top:20px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.function .function_inner{width:90%;}
	.function_inner .usecases_item {
		min-height:280px;
		padding-top:40px;
		margin:40px auto;
	}
	.usecases_txtarea h3 {
		font-size: 23px;
		margin:20px 0;
	}
	.usecases_imgarea img {
		width: 100%;
		height: auto;
	}
	.function_inner a.link_btn1{margin-top:0;}
}

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

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

body#menu 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;
}
body#menu section.function .function_inner .function_bx1,
body#menu section.function .function_inner .function_bx2{
	width:100%;
	margin:0 auto 50px auto;
}
body#menu .function_inner .function_bx1 .function_txt{margin-right:80px;}
body#menu .function_inner .function_bx2 .function_txt{margin-left:80px;}
body#menu .function_txt.function_num1{background:url(../images/index/cloud_num1.png) right bottom no-repeat;}
body#menu .function_txt.function_num2{background:url(../images/index/cloud_num2.png) right bottom no-repeat;}
body#menu .function_txt.function_num3{background:url(../images/index/cloud_num3.png) right bottom no-repeat;}
body#menu .function_txt.function_num4{background:url(../images/index/cloud_num4.png) right bottom no-repeat;}
body#menu .function_txt.function_num5{background:url(../images/index/cloud_num5.png) right bottom no-repeat;}
body#menu .function_txt.function_num6{background:url(../images/index/cloud_num6.png) right bottom no-repeat;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	body#menu section.function{padding:60px 0;}
	body#menu section.function .function_inner{width:90%;min-width:900px;}
	body#menu section.function .function_inner .function_txt{width:52%;min-height:300px;}
	body#menu section.function .function_inner .function_pic{width:43%;min-height:300px;}
	body#menu .function_pic img{width:100%;height:auto;}
	body#menu .function_inner .function_bx1 .function_txt{margin-right:5%;}
	body#menu .function_inner .function_bx2 .function_txt{margin-left:5%;}
	body#menu section.function .function_inner ul{width:100%;margin:0 auto 40px auto;}
	body#menu .function_inner ul li{width:32%;}
}


/* Impact
------------------------------------------------------------------------*/
section.top_feature{
	width:100%;
	padding:75px 0;
}
section.top_feature .top_feature_inner{
	width:1200px;
	margin:0 auto;
}
.top_feature_inner div.impact_notes{
	font-size:17px;
	font-weight:500;
	line-height:1;
	color:#333;
	text-align:right;
	margin:25px 0 35px 0;
}
body#index .top_feature_inner h3{
	font-size:32px;
	font-weight:700;
	line-height:1;
	color:#FFF;
	background:#10317C;
	border-radius: 10px;
	text-align:center;
	padding:20px 0;
	margin:0;
}
body#menu .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 p{
	font-size:26px;
	font-weight:700;
	line-height:1.5;
	text-align:center;
	padding:0;
	margin:55px 0 20px 0;
}
.top_feature_inner p span{
	font-size:32px;
	font-weight:700;
	color:#0885D8;
	display:inline-block;
	margin:0 5px;
}
.top_feature_inner ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	gap:0 3%;
	margin-bottom:70px;
}
.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 h4{
	font-size:24px;
	font-weight:500;
	margin:0 0 20px 0;
}
.top_feature_inner li h4 span{
	font-size:36px;
	font-weight:700;
	color:#0885D8;
	display:block;
	margin-top:5px;
}
.top_feature_inner li img{
	width:100%;
	height:auto;
}
.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;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.top_feature .top_feature_inner{width:90%;}
	.top_feature_inner div.impact_notes{margin:35px 0 25px 0;}
	.top_feature_inner h3{font-size:28px;}
	.top_feature_inner p{font-size:22px;margin:40px 0 15px 0;}
	.top_feature_inner p span{font-size:28px;	margin:0 !important;}
	.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;}
}


/* Case Study
------------------------------------------------------------------------*/
body#index section.case_study{
	width:100%;
	background:#F5F7FA;
	padding:75px 0 15px 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:18px;
	font-weight:500;
	color:#FFF;
	background:#103179;
	width:19.5%;
	margin:0.25%;
	padding:15px 0 16px 0;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	body#index section.case_study{padding:60px 0 15px 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%;
	padding:70px 0 75px 0;
}
.price_inner{
	width:1200px;
	text-align:center;
	margin:0 auto;
}
.price_inner a:hover{opacity:0.75;}
.price_inner h3{
	font-size:21px;
	font-weight:700;
	text-align:center;
	margin:60px 0;
}
.price_inner ul{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	text-align:center;
	list-style-type:none;
	padding:0;
	margin:0 auto 60px auto;
}
.price_inner li{
	font-size:17px;
	font-weight:500;
	border-radius: 25px;
}
.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:#0A87DA 3px solid;
	padding:25px 20px 35px 20px;
}
.price_inner li:nth-last-of-type(2),
.price_inner li:nth-last-of-type(4){
	width:6%;
	padding-top:130px;
}
.price_inner li a{
	display:block;
}
.price_inner h4{
	font-size:26px;
	font-weight:700;
	line-height:1;
	margin:20px 0 15px 0;
}
.price_inner p{
	padding:0 !important;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.price_inner{width:90%;}
	.price_inner li:nth-last-of-type(1),
	.price_inner li:nth-last-of-type(3),
	.price_inner li:nth-last-of-type(5){padding:20px 0 35px 0;}
	.price_inner li:nth-last-of-type(2),
	.price_inner li:nth-last-of-type(4){padding-top:130px;}
	.price_inner ul{width:100%;}
	.price_inner h3{font-size:20px;}
}


/* SYSTEMS INTEGRATION
------------------------------------------------------------------------*/
section.systems_integration{
	background:#F5F7FA;
	padding:70px 0 75px 0
}
section.systems_integration .si_inner{
	width:1200px;
	text-align:center;
	margin:0 auto;
}
body#menu section.systems_integration{
	border-top:none;
}
body#menu section.systems_integration h3.sihead{
	margin:45px 0 40px 0;
}
.si_inner h3.sihead{
	font-size:30px;
	font-weight:800;
	line-height:1.4;
	margin:50px 0 35px 0;
}
.si_inner h3.sihead span{
	font-size:35px;
	font-weight:800;
	color:#0A87DA;
	margin:0 3px 0 5px;
}
.si_inner h4{
	font-size:18px;
	font-weight:600;
	line-height:1.7;
}
.si_inner .si_image{
	width:80%;
	background:#FFF;
	border:#DDD 1px solid;
	border-radius:25px;
	padding:4%;
	margin:45px auto 40px auto;
}
.si_inner .si_image img{
	width:90%;
	height:auto;
}
.si_inner p{
	font-size:18px;
	font-weight:500;
	line-height:1.8;
	margin-bottom:40px;
}
.si_inner .si_btn img{
	width:30%;
	height:auto;
	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:35%;height:auto;margin:0 15px;}
}


/* くみきシリーズ */
section.kumiki_series{
	margin:0 auto;
	border-bottom:#D1D1D1 1px solid
}
.kumiki_series_inner{
	width:1200px;
	margin:0 auto;
}
.kumiki_series h2{
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	text-align:center;
	position: relative;
	margin:70px 0 50px 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;
}
.kumiki_series .series_pic img{
	width:100%;
	height:auto;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.kumiki_series .kumiki_series_inner{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;}
}


/* INTERVIEW・NEWS・COLUMN
------------------------------------------------------------------------*/
section.ins_area{
	width:1200px;
	padding:70px 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 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:190px;
	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;}
}


/* =======================================================================
	SUBPAGE
======================================================================= */
body#menu main{padding-top:20px;}
body#menu h1{
	font-size:38px;
	font-weight:700;
	line-height:1;
	text-align:center;
	margin:80px 0 60px 0;
}
body#menu h1 span{
	font-size:18px;
	font-weight:700;
	line-height:1;
	color:#0A78C1;
	display:block;
	margin-top:20px;
}
body#menu h2{
	font-size:20px;
	font-weight:600;
	line-height:1.6;
	text-align:center;
	margin:50px 0;
}
body#menu ul.common_list{
	width:1140px;
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto 40px auto;
}
body#menu ul.common_list li{
	width: 340px;
	font-size:15px;
	position:relative;
	text-align:left;
	background:#FFF;
	text-align:left;
	padding-bottom:80px;
	margin:0 20px 70px 20px;
}
body#menu ul.common_list li h3{
	font-size:18px;
	font-weight:700;
	text-align:left;
	margin:25px 0 15px 0;
}
body#menu ul.common_list iframe{
	width:100%;
	height:190px;
}
body#menu ul.common_list a.dlbtn{
    width: 200px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    color: #FFF;
    background: #1787c9;
    text-align: center;
    border-radius: 6px;
    display: block;
    padding: 18px 0;
    margin:0;
    position:absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
a.dlbtn:hover{opacity:0.6;}

/* トピックパス */
ul.topicpath{
	width:1100px;
	font-size:14px;
	color:#666;
	display: flex;
	list-style-type: none;
	margin:70px auto 0 auto;
}
ul.topicpath.tp_column{
	width:80%;
	min-width:1100px;
}
ul.topicpath li {
	position:relative;
	margin: 0 12px 0 0;
	padding: 0 20px 0 0;
}
ul.topicpath li a{
	color:#04327D;
	display:inline-block;
}
ul.topicpath li:after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	transform: rotate(45deg);
}
ul.topicpath li:last-child::after {content: none;}


@media screen and ( max-width:1024px) {
	ul.topicpath{width:90%;}
	body#menu ul.common_list{width:94%; margin:0 auto 5% auto;}
	body#menu ul.common_list li{width:44%;margin:3% 3% 5% 3%;}
	body#menu ul.common_list img{width:100%;height:auto;}
	body#menu ul.common_list iframe{width:100%;height:230px;}
	ul#topicpath_cloud{width:90%;margin:70px auto 0 auto;}
	ul.topicpath.tp_column{
		width:100%;
		min-width:100%;
	    overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		padding:0 0 0 5%;
	}
}
@media screen and (min-width:1600px) {
	body#menu ul.common_list{width:80%;}
	body#menu ul.common_list li{
		width: 29.333%;
		margin:0 2% 4% 2%;
	}
	body#menu ul.common_list li img{
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	body#menu ul.common_list li h3{
		font-size:20px;
		font-weight:700;
		text-align:left;
		margin:30px 0 20px 0;
	}
	body#menu ul.common_list iframe{
		width:100%;
		height:250px;
	}
	ul#topicpath_cloud{width:75%;}
}
@media screen and (min-width:2560px) {
	ul#topicpath_cloud{width:75%;}
}

/* 【MENU】機能
------------------------------------------------------------------------*/

/* 機能トップ
-----------------------*/
body#menu section.function_top{
	padding-bottom:100px;
}
section.function_top a.ftb_link{
	color:#000;
	text-decoration: none;
	display:block;
}
a.ftb_link:hover{opacity:0.75;}
section.function_top .function_outline{
    width: 1100px;
    border-bottom: #DDD 1px solid;
    margin:0 auto 90px auto;
}
.function_outline .function_outline_btn{
	text-align: center;
	margin:70px 0 70px 0;
}
.function_outline .function_outline_btn img{
	width:400px;
	height:auto;
	margin:0 10px;
}
.function_outline_btn img:hover{opacity:0.75;}

section.function_top h2{
	font-size:32px !important;
}
section.function_top .function_top_bx{
	width: 1100px;
	border:#0A87DA 2px solid;
	margin:50px auto 0 auto;
}
/* ヘッダー */
.ftop_bx_head {
    background:#0A87DA;
    padding: 15px 25px 10px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftop_bx_head h3 {
    font-size: 36px;
    color: #fff;
    font-weight:900;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.ftop_bx_head h3 img {
    height: 28px;
    width:auto;
    margin:-5px 0 0 0;
}
.ftop_bx_head p{
	font-size: 22px;
	font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.ftop_bx_head p img{
	width:auto;
	height:20px;
	margin:-2px 0 0 10px;
}

/* メイン */
.ftop_bx_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:0 30px;
    padding: 40px 50px 45px 50px;
}
.ftop_bx_main h4 {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #333;
    display:inline-block !important;
    padding:0 !important;
    margin:-5px 0 0 0 !important;
}
.ftop_bxm_left {
	width: 60%;
}
.ftop_bxm_left h5 {
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    margin:30px 0;
}
/* タグエリア */
.feature_tag_area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.feature_tag {
    font-size: 14px;
    font-weight:500;
	color:#111;
    display: flex;
	background: linear-gradient(#FFF, #EEE);
    border: 1px solid #CCC;
    border-radius: 5px;
    padding:12px 12px 8px 12px;
}
span.tag_fs{
	font-size:13px;
}
.feature_tag img {
	width:22px;
	height:auto;
	margin-right:8px;
}
/* 動画エリア */
.ftop_bxm_right {
    width: 36%;
    padding-top:35px;
}
.ftop_bxm_right video{
	width:100%;
	height:auto;
	min-height:220px;
	border:#DDD 1px solid;
}

@media screen and (max-width: 1024px) {
	section.function_top .function_outline{width: 90%;margin:0 auto 60px auto;}
    section.function_top .function_top_bx{width: 90%;}
    .ftop_bx_main h4 {
        width: 100%;
        text-align:center;
        border:none;
        display: block !important;
        font-size: 28px;
        order: 1;
    }
	.ftop_bx_main {
        flex-direction: column;
        padding: 40px 50px 45px 50px;
        gap: 0;
    }
    .ftop_bxm_right {
        width: 100%;
        padding-top: 0;
        margin-bottom: 25px;
        order: 2;
    }
	.ftop_bxm_right video{
		width:500px;
		height:283px;
		border:#CCC 1px solid;
		display:block;
		margin:30px auto 20px auto;
	}
    .ftop_bxm_left {
        width: 100%;
        order: 3;
    }
    .ftop_bxm_left h5 {
        line-height: 1.7;
        text-align:center;
        margin:0 0 30px 0;
    }
    .feature_tag_area {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    .feature_tag {
        font-size: 13px;
        padding: 10px 8px;
    }
}

/* 機能詳細
-----------------------*/
body#menu .cloud_head{
	width: 1100px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 80px 0 0 0;
	margin: 0 auto;
}
.cloud_head .cloud_head_txt{
	width:550px;
	text-align:left;
	margin-right:28px;
}
.cloud_head .cloud_head_txt h1{
	font-size: 38px;
	font-weight:700;
	position: relative;
	text-align: left !important;
	margin:-20px 0 0 0 !important;
}
.cloud_head .cloud_head_txt h1::after{
	content: '';
	width:300px;
	height: 3px;
	display: block;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: -15px;
}
.cloud_head .cloud_head_txt h2{
	font-size: 27px !important;
	line-height:1.4 !important;
	font-weight:700 !important;
	color:#0A78BF;;
	text-align: left !important;
	margin:45px 0 22px 0 !important;
}
.cloud_head .cloud_head_txt h3{
	font-size: 18px !important;
	font-height:1.8 !important;
	font-weight:500 !important;
}
.cloud_head .cloud_head_movie{
	border:#CCC 1px solid;
}

body#menu #cloud_area{}
/* ページ内リンク */
#cloud_area .cloud_link{
	margin:80px 0 50px 0;
}
#cloud_area .cloud_link a{
	font-size:16px;
	color:#000;
	text-decoration: none;
	position:relative;
	padding:15px 0;
}
#cloud_area .cloud_link a:hover{opacity:0.75;}
#cloud_area .cloud_link ul{
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin-bottom:20px;
}
#cloud_area .cloud_link ul li{
	border-right:#CCC 1px solid;
	padding:5px 20px 5px 35px;
	margin:0 0 0 0;
}
#cloud_area .cloud_link ul li:first-child{
	border-left:#CCC 1px solid;
}
#cloud_area .cloud_link a i.arrow::before{
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left:-14px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top: 9px solid #0A87DA;
    border-bottom-width: 0;
}

/* 機能エリア */
#cloud_area .cloud_catetitle{
	width:1100px;
	text-align:center;
	margin:60px auto 40px auto;
}
#cloud_area .cloud_catetitle span{
	font-size:28px;
	font-weight:900;
	line-height:1;
	color:#FFF;
	background:#0A87DA;
	text-align:center;
	display:inline-block;
	padding:10px 15px 7px 17px;
}
#cloud_area .cloud_bx{
	width:1100px;
	background:#F2F7FF;
	border-radius: 10px;
	padding:50px;
	margin:0 auto 50px auto;
}
.cloud_bx .cloud_bx_txt{
	float:left;
	width:510px;
}
.cloud_bx .cloud_bx_txt h3 span{
	font-size:17px;
	font-weight:500;
	color:#000;
	display:block;
	margin-bottom:26px;
}
.cloud_bx .cloud_bx_txt h3{
	font-size:30px;
	font-weight:700;
	line-height:1.5;
	color:#10317B;
	margin:0 0 33px 0;
}
.cloud_bx .cloud_bx_txt p.cbt_sub_head{
	font-size:19px;
	font-weight:700;
	display:block;
	margin:-10px 0 25px 0;
}
.cloud_bx .cloud_bx_txt h4{
	font-weight:600;
	margin:0;
}
.cloud_bx .cloud_bx_txt ul{
	list-style-type: none;
}
.cloud_bx .cloud_bx_txt li{
	font-size:16px;
	color:#10317B;
	line-height:1.5;
	background:#FFF;
	text-align:left;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	padding:10px 20px 12px 20px;
	margin:12px 0 0 0;
}
.cloud_bx .cloud_bx_pic{
	float:right;
}
.cloud_bx .cloud_bx_pic img{
	width:430px;
	height:auto;
	border-radius:5px;
}

/* ポイント */
#cloud_area  ul.cloud_point{
	width:1100px;
	display: flex;
	flex-wrap:wrap;
	text-align:center;
	list-style-type:none;
	gap:0 2%;
	padding:0;
	margin:-40px auto 50px auto;
}
#cloud_area  ul.cloud_point li{
	width:23.5%;
	background:#FFF;
	border-radius: 8px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3) ;
	padding:23px 0 25px 0;
	margin-top:20px;
}
#cloud_area  ul.cloud_point li img{
	width:110px;
	height:auto;
	margin:15px 0;
}
#cloud_area  ul.cloud_point h5{
	font-size:17px;
	color:#0063C5;
	font-weight:600;
}
#cloud_area  ul.cloud_point p{
	font-size:15px;
	line-height:1.6;
	font-weight:500;
}
.contact-btn.function-btn{margin:80px 0 !important;}
body#menu .function_detail_link{
	text-align:center;
	margin:80px 0;
}
.function_detail_link a{margin:0 20px;}
.function_detail_link a:hover{opacity:0.65;}

/* フローティングボタン */
.floating-buttons {
    position: fixed;
    z-index: 1000;
    bottom: 5px;
    right: 5px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding:10px;
}
.floating-btn {
	width:210px;
	font-size:18px;
    font-weight: 600;
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 8px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    transition: background-color 0.1s;
    padding: 15px 0;
}
.btn-request {background-color:#0A87DA;}
.btn-demo {background-color:#10317C;}
.btn-request:hover {background-color:#2DA5F4;}
.btn-demo:hover {background-color:#1A50CE;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	body#menu .cloud_head{width:90%;}
	.cloud_head .cloud_head_txt h3 br{display:none;}
	#cloud_area .cloud_catetitle{width:90%;}
	#cloud_area .cloud_bx{width:94%;}
	.cloud_bx .cloud_bx_txt{width:45%;}
	.cloud_bx .cloud_bx_txt h3 br{display:none;}
	#cloud_area  ul.cloud_point{width:90%;}
	body#menu .function_detail_link{margin:60px 0;}
	.function_detail_link a{margin:0 15px;}
	.function_detail_link img{width:400px;height:auto;}
}

/*	【MENU】料金
------------------------------------------------------------------------*/
body#menu #price_area{
	font-size:16px;
	padding:0;
	margin:0 auto;
}
#price_area .price_haed_btn{
	text-align:center;
	margin:0 0 90px 0;
}
#price_area .price_haed_btn a{
	min-width:350px;
	font-size:18px;
	line-height:1;
	font-weight:600;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 6px;
	padding:26px 0 28px 0;
	margin:0 15px;
}
#price_area .price_haed_btn a.price_btn2{background:#0068BD;}
#price_area .price_haed_btn a:hover{opacity:0.75;}
a.price_btn3{
	min-width:270px;
	font-size:17px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	text-align:center;
	border-radius: 6px;
	padding:20px 0 22px 0;
	margin:25px 0 0 0;
}
#price_area h2.price_ttl{
	font-size:30px;
	font-weight:600;
	margin:0 0 35px 0;
}
#price_area .price_plan{
	width:900px;
	margin:0 auto;
}
.price_plan .price_bx1{
	width:100%;
	height:140px;
	background:#F2F7FF;
	border:#D0DCEA 1px solid;
	display:table;
	border-radius: 10px;
	padding:25px 0;
}
.price_plan .price_bx1 h3{
	width:300px;
	font-size:22px;
	font-weight:600;
	color:#10317A;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-right:#D0DCEA 1px solid;
}
.price_plan .price_bx1 h3 span,
.price_plan .price_bx2 h3 span{
	font-size:17px;
	display:block;
	margin-top:5px;
}
.price_plan .price_bx1 h4{
	font-size:17px;
	font-weight:500;
	line-height:1.7;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:0 0 0 40px;
}
.price_plan h5{
	text-align:left;
}
.price_plan p.plus{
	text-align:center;
	margin:18px 0;
}

/* オプション費用 */
.price_plan h5{
	font-size:22px;
	font-weight:600;
	border-bottom:#000 1px solid;
	padding-bottom:8px;
	margin:-10px 0 35px 0;
}
.price_plan .price_bx2{
	width:100%;
	height:140px;
	background:#f8f8f8;
	border:#d8d8d8 1px solid;
	display:table;
	border-radius: 10px;
	padding:25px 0;
	margin-top:20px;
}
.price_plan .price_bx2 h3{
	width:300px;
	font-size:22px;
	font-weight:600;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-right:#d8d8d8 1px solid;
}
.price_plan .price_bx2 h4{
	font-size:17px;
	font-weight:500;
	line-height:1.7;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:0 0 0 40px;
}

/* サポート */
#price_area .price_support{
	background:#F4F9FF;
	padding:70px 0 60px 0;
	margin-top:90px;
}
.price_support .price_support_inner{
	width:900px;
	margin:0 auto;
}
.price_support_inner a:hover {opacity:0.75;}
.price_support_inner h2{
	font-size:32px !important;
	font-weight:600 !important;
	color:#10317A;
	position:relative;
	text-align:center;
	padding:0 !important;
	margin:0 0 70px 0 !important;
}
.price_support_inner h2::before{
	content: '';
	width: 70px;
	height: 3px;
	display: block;
	background-color:#0A87DA;
	position: absolute;
	left:0;
	right:0;
	bottom: -22px;
	margin:0 auto;
}
.price_support .support_bx{
	width:100%;
	height:140px;
	display:table;
	padding:25px 0;
	margin-top:5px;
}
.price_support .support_bx h3{
	width:370px;
	font-size:25px;
	font-weight:600;
	color:#10317A;
	line-height:1;
	display:table-cell;
	vertical-align:middle;
	border-right:#CCC 1px solid;
}
.price_support .support_bx h3 img{
	float:left;
	margin-right:20px;
}
.price_support .support_bx h3 span{
	font-size:21px;
	font-family: Arial;
	color:#0A85D8;
	display:block;
	margin:5px 0 10px 0;
}
.price_support .support_bx h4{
	font-size:17px;
	font-weight:500;
	line-height:1.7;
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 30px;
}

/* NEW PLAN */
body#menu .price_inner ul.new_plan{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	text-align:center;
	list-style-type:none;
	padding:0;
	margin:0 auto;
}
body#menu ul.new_plan li{
	font-size:17px;
	font-weight:500;
	border-radius: 25px;
}
body#menu ul.new_plan li:nth-last-of-type(1),
body#menu ul.new_plan li:nth-last-of-type(3),
body#menu ul.new_plan li:nth-last-of-type(5){
	width:29.333%;
	background:#FFF;
	border:#0A87DA 3px solid;
	padding:25px 20px 35px 20px;
}
body#menu ul.new_plan li:nth-last-of-type(2),
body#menu ul.new_plan li:nth-last-of-type(4){
	width:6%;
	padding-top:130px;
}
body#menu ul.new_plan li a{
	display:block;
}
body#menu ul.new_plan h4{
	font-size:26px !important;
	font-weight:700 !important;
	line-height:1 !important;
	color:#000 !important;
	background:none !important;
	padding:0 !important;
	margin:20px 0 15px 0 !important;
}
body#menu .price_inner p{
	padding:0 !important;
}

/* 目的別プラン */
body#menu .price_inner ul.new_plan2{
	width:80%;
	display: flex;
	flex-wrap:wrap;
	text-align:center;
	list-style-type:none;
	gap:30px;
	padding:0;
	margin:0 auto;
}
body#menu .price_inner ul.new_plan2 li {
    all: unset;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 15px;
    border: 3px solid #0A87DA !important;
    overflow: hidden;
    background-color: #FFF;
    margin: 0 !important;
    list-style-type: none;
}
body#menu .price_inner ul.new_plan2 li .sub_plan_title{
	font-size:22px;
	font-weight:700;
	color: #0A87DA;
	padding:20px 0;
}
ul.new_plan2 li .sub_plan_title span{
	font-size:18px;
	font-weight:600;
	display:block;
}
body#menu .price_inner ul.new_plan2 li .plan_content{
	color:#FFF;
	font-size:18px;
	font-weight:600;
	background-color: #0A87DA;
	border-bottom-right-radius: 1px !important;
	border-bottom-left-radius: 1px !important;
	padding:20px 0;
}
ul.new_plan2 li .plan_content img{
	margin-bottom:10px;
}
ul.new_plan li .sub_plan_sp{display:none;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	body#menu .price_inner{width:90%;}
	body#menu .price_inner li:nth-last-of-type(1),
	body#menu .price_inner li:nth-last-of-type(3),
	body#menu .price_inner li:nth-last-of-type(5){padding:20px 0 35px 0;}
	body#menu .price_inner li:nth-last-of-type(2),
	body#menu .price_inner li:nth-last-of-type(4){padding: 130px 0 0 0 !important;}
	body#menu .price_inner ul{width:100%;}
	body#menu .price_inner h3{font-size:20px;}
	body#menu ul.new_plan h4{height:auto !important;}

	body#menu .price_inner ul.new_plan2{width:100%;}
	body#menu .price_inner ul.new_plan2 li {
	    all: unset !important;
	    box-sizing: border-box !important;
	    display: flex !important;
	    flex-direction: column !important;
	    flex: 1 !important;
	    width:30% !important;
	    border-radius: 15px !important;
	    border: 3px solid #0A87DA !important;
	    min-width:auto;
	    max-width:auto;
	}
	body#menu .price_inner ul.new_plan2 li .plan_content{
		border-bottom-right-radius: 10px !important;
		border-bottom-left-radius: 10px !important;
	}
	body#menu .price_inner ul.new_plan2 li img{
		width:80%;
		height:auto;
	}
}


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


/*	【MENU】セミナー動画
------------------------------------------------------------------------*/
body#menu #movie{
	text-align:center;
	margin:0 0 60px 0;
}
body#menu ul.filter{
	width:80%;
	min-width:1100px;
	display: flex;
	justify-content: center;
	list-style-type: none;
	flex-wrap: wrap;
	gap:15px;
	margin:80px auto 90px auto;
}
ul.filter li{
	line-height:1;
	font-weight:500;
	cursor: pointer;
	background:#EEE;
	border-radius:6px;
	display:block;
	caret-color: transparent;
	padding:10px 18px;
}
ul.filter li.filter_head{
	font-size:17px;
	background:none;
	border:none;
	cursor: auto;
	padding:10px 0;
}
ul.filter li.is-active {
	color:#FFF;
	background:#10317C;
}
body#menu .category div{display: none;}
body#menu .category div.is-show {display: block;}
body#menu .column_list.category li{display: none;}
body#menu .column_list.category li.is-show {display: block;}

body#menu #movie h3{
	width:80%;
	min-width:1100px;
	font-size:28px;
	line-height:1;
	font-weight:600;
	text-align:left;
	display: flex;
	justify-content: center;
	padding:0;
	margin:0 auto 60px auto;
}
#movie h3:before,
#movie h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #888;
    margin-top:14px;
}
#movie h3:before {margin-right:1.5rem;}
#movie h3:after {margin-left:1.5rem;}

#movie ul.movie{
	width:80%;
	min-width:1100px;
	display: flex;
	list-style-type: none;
	flex-wrap: wrap;
	gap:3%;
	margin:0 auto;
}
#movie ul.movie li{
	width:calc(94%/3);
	text-align:left;
	margin-bottom:50px;
}
#movie ul.movie li img{
	width:100%;
	height:auto;
	display:block;
	border-radius:10px;
	border: #CCC 1px solid;
}
#movie ul.movie a img:hover{
	opacity:0.65;
}
#movie ul.movie h4{
	font-size:18px;
	line-height:1.6;
	font-weight:500;
	margin:20px 0 10px 0;
}
#movie ul.movie p{
	font-size:14px;
	color:#555;
	line-height:1.6;
	font-weight:500;
}
#movie .movie_btnarea a{
	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 30px 30px 30px;
	margin-top:50px;
}
#movie .movie_btnarea a:hover{opacity: 0.75;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	#movie ul.movie{width:90%;min-width:90%;}
	body#menu ul.filter{width:90%;min-width:90%;margin:50px auto 60px auto;}
	body#menu #movie h3{width:90%;min-width:90%;}
}

/*	【MENU】各種資料ダウンロード
------------------------------------------------------------------------*/
body#menu h2.dlhead{
	width:1000px;
	font-size:28px;
	font-weight:800;
	text-align:left;
	position: relative;
	margin:0 auto;
}
body#menu h2.dlhead::after {
	position: absolute;
	content: "";
	top: 50%;
	width:calc(100% - 250px);
	height: 1px;
	background-color:#888;
	margin-left:30px;
}
body#menu h2.dlhead img{
	width:220px;
	height:auto;
}
ul.document{
	width:1000px;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	gap:4.7%;
	list-style: none;
	margin:60px auto 20px auto;
}
ul.document li{
	width:calc(90.6%/3);
	text-align:center;
	margin-bottom:60px;
}
ul.document li img{
	width:100%;
	height:auto;
	border:#CCC 1px solid;
	display:block;
}
ul.document li a img:hover{opacity:0.6;}
ul.document li h3{
	font-size:17px;
	line-height:1.6;
	font-weight:700;
	text-align:center;
	margin:20px 0 25px 0;
}
ul.document a.dlbtn{
    width: 180px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    color: #FFF;
    background: #1787c9;
    text-align: center;
    border-radius: 6px;
    display: block;
    padding: 16px 0;
    margin:0 auto;
}
a.dlbtn:hover{opacity:0.6;}
@media screen and (max-width: 1025px){
	body#menu h2.dlhead{width:90%;}
	ul.document{width:90%;}
}


/* 【MENU】ニュース
------------------------------------------------------------------------*/
body#menu .news_area{
	width:1140px;
	max-width:1140px;
	padding:0;
	margin:0 auto;
}
body#menu ul.news_nav{
	width:1100px;
	max-width:1100px;
	background:#0066BA;
	border-radius:8px;
	text-align:center;
	padding:20px 0;
	margin:40px auto 0 auto;
}
body#menu ul.news_nav li{
	font-size:16px;
	display:inline-block;
	border-right:1px solid #FFF;
	padding-right:30px;
	margin:0 15px;
}
body#menu ul.news_nav li:last-child{border:none;}
body#menu ul.news_nav li a{
	color:#FFF;
	text-decoration: none;
}
body#menu ul.news_nav li a.selected{
	color:#FFFF68;
	font-weight:bold;
}
ul.cloud_nav li a:hover{text-decoration: underline;}

body#menu .news_area ul#feed{
	width:100%;
	list-style-type: none;
	margin:40px auto 80px auto;
}
body#menu .news_area ul#feed li{
	float:left;
	width: 340px;
	height:350px;
	position:relative;
	text-align:left;
	background:#FFF;
	text-align:center;
	margin:20px 20px 40px 20px;
}
body#menu .news_area ul#feed a{
	color: #000;
	text-decoration: none;
}
body#menu .news_area ul#feed a:hover{
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}
body#menu .news_area ul#feed .smxmedia_pic{
	width:100%;
	height:190px;
	position: relative;
	overflow:hidden;
}
body#menu .news_area ul#feed .smxmedia_pic img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	border:#ccc 1px solid;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body#menu .news_area ul#feed .smxmedia_date{
	font-size:15px;
	font-weight:bold;
	text-align:left;
	margin:30px 0 0 0;
}
body#menu .news_area ul#feed .smxmedia_date span{
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	background:#000;
	line-height:1.0;
	display:inline-block;
	padding:4px 8px 5px 8px;
	margin-right:15px;
}
body#menu .news_area ul#feed h3{
	font-size:16px;
	text-align:left;
	margin:18px 0 0 0;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	body#menu .article_area img{width: 100%;max-width: 100%;height: auto;}
}
@media screen and (max-width: 1024px){
	body#menu .news_area{width:92%;padding:15px 0;margin:0 auto;}
	body#menu .news_area ul#feed{width:100%;}
	body#menu .news_area ul#feed li{width:46%;min-height:370px;margin:0 2%;}
}
@media screen and (min-width:1600px) {
	body#menu .news_area{width:80%;max-width:80%;}
	body#menu ul.news_nav{width:100%;max-width:100%;}
	body#menu .news_area ul#feed .smxmedia_pic{height:220px;}
}


/* 【MENU】ユースケース
------------------------------------------------------------------------*/
body#menu .usecase_list{margin:80px 0 60px 0;}
body#menu .usecase_list h2{
	width:1100px;
	font-size:28px;
	border-bottom:#888 1px solid;
	padding:0 0 15px 0;
	margin:30px auto 60px auto;
}
body#menu .usecase_list ul{
	width:1165px;
	display: flex;
	flex-wrap:wrap;
	list-style-type:none;
	padding:0;
	margin:0 auto;
}
body#menu .usecase_list li{
	width:45%;
	position:relative;
	margin:0 2.5% 60px 2.5%;
}
body#menu .usecase_list li img{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:25px;
}
body#menu .usecase_list li h3{
	width: auto;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    border: #444 1px solid;
    display: inline-block;
    padding: 7px 10px 8px 10px;
    margin: 0 auto;
}
body#menu .usecase_list li h4{
    font-size: 21px;
    font-weight:700;
    color:#0055AC;
    margin:13px 0 10px 0;
}
body#menu .usecase_list li p{
    font-size: 17px;
}
body#menu .usecase_list li a{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
body#menu .usecase_article{
	width:900px;
	color:#222;
	font-size:16px;
	line-height:2;
	padding:0 0 80px 0;
	margin:0 auto;
}
.usecase_article .pagetitle{
	text-align:center;
	margin:60px auto 70px auto;
}
.usecase_article .pagetitle p{
	font-size:40px;
	font-weight:700;
	line-height:1.3;
	color:#002F7B;
	display:inline-block;
	text-align:center;
	border-bottom:#002F7B 1px solid;
	margin-top:15px;
}
.usecase_article .pagetitle span{
	font-size:13px;
	line-height:1;
	font-weight:700;
	color:#FFF;
	background:#002F7B;
	padding:3px 7px;
}
.usecase_article .industry{
	text-align:center;
}
.usecase_article .industry span{
	width:auto;
	font-size:20px;
	line-height:1;
	text-align:center;
	border:#444 1px solid;
	display:inline-block;
	padding:12px 15px;
	margin:0 auto;
}
.usecase_article h1{
	font-size:32px !important;
	line-height:1.6 !important;
	font-weight:700 !important;
	text-align:center !important;
	margin:50px 0 0 0 !important;
}
.usecase_article .article_pic{
	font-size:14px;
	font-weight:400; 
	text-align:center;
	margin:50px 0;
}
.usecase_article .article_pic img{
	width:100%;
	height:auto;
	margin-bottom:8px;
}
.usecase_article .company_info{
	line-height:1.6;
	font-weight:400;
	border:#ddd 1px solid;
	background:#FAFAFA;
	padding:23px 25px 25px 25px;
	margin-top:-15px;
}
.usecase_article .company_info h2{
	font-size:20px !important;
	font-weight:500 !important;
	text-align:left !important;
	padding:0 !important;
	margin:0 0 8px 0!important;
}
.usecase_article h3{
	font-size:20px;
	font-weight:700;
	line-height:1.5;
	color:#007ECA;
	position: relative;
	padding-left:55px;
	margin-top:60px;
}
.usecase_article h3:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color:#0187CF;
    left: 0;
}
.usecase_article h4{
	font-size:20px;
	font-weight:700;
	line-height:1.5;
	background:#f3f3f3;
	padding:15px 20px;
	margin:60px 0 30px 0;
}
.usecase_article h2.ttl{
	font-size:28px !important;
	font-weight:500 !important;
	text-align:left !important;
	margin:60px 0 22px 0 !important;
}
.usecase_article h2.ttl span{
	font-size:18px !important;
	color:#007ECA;
	display:block;
	margin-bottom:25px;
}
.usecase_article h3.ttl{
	color:#222;
	font-weight:500 !important;
	padding:0;
	margin:25px 0 -15px 0 !important;
}
.usecase_article h3.ttl:before {display:none;}

.company_info p{margin:0 !important;}
.usecase_article p{margin-top:25px;}

body#menu .usecase_article .main_btnarea{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin:120px 0 60px 0;
}
body#menu .usecase_article .main_btnarea a{
    width: 300px;
    height: 70px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    border-radius: 15px;
    background:#10317C;
    padding: 26px 0 0 5px;
}
body#menu .usecase_article .main_btnarea a.dlbtn{
    background: #0A87DA;
}

body#menu .usecase_article .main_btnarea a:hover{opacity:0.65;}
ul.sns{
	display: flex;
    justify-content: center;
	list-style: none;
}
ul.sns li{
    margin: 0 6px;
    padding: 0;
}
a.sns_link{
	width:110px;
	display: inline-block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: white;
	border-radius: 50px;
	padding: 8px 0 6px 0;
}
a.sns_link:hover{opacity:0.65;}
a#sns_tw{background:#008DDE;}
a#sns_x{background:#0E1419;}
a#sns_fb{background:#0866FF;}
a#sns_line{background:#00B900;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	body#menu .usecase_list{width:94%;margin:0 auto;}
	body#menu .usecase_list h2{width:94%;}
	body#menu .usecase_list ul{width:100%;}
	body#menu .usecase_article{
		width:90%;
		color:#444;
		line-height:2;
		margin:0 auto;
	}
}
@media screen and (min-width:1600px) {
	body#menu .usecase_article{
		width:1100px;
		margin:0 auto;
	}
	.usecase_article .article_pic img{
		width:1100px;
		margin:10px auto;
	}
	.usecase_article h1{
		font-size:34px !important;
		line-height:1.7 !important;
		margin:50px 0 60px 0 !important;
	}
	.usecase_article br.dn1600{display:none;}
	.usecase_article .company_info{
		line-height:1.5;
		font-weight:400;
		border:#ddd 1px solid;
		background:#f9f9f9;
		padding:30px 35px 35px 35px;
		margin-top:-15px;
	}
	.usecase_article .company_info h2{
		font-size:24px !important;
		margin:0 0 10px 0!important;
	}
	.usecase_article h3{
		font-size:24px;
		margin-top:60px;
	}
	.usecase_article p{font-size:18px;}
	body#menu .usecase_article .main_btnarea a{
	    width: 450px;
	    height: 90px;
	    font-size: 22px;
	    padding: 33px 0 0 5px;
	    margin-top:80px;
	}
	a.sns_link{
		width:140px;
		font-size: 16px;
	}
}
@media screen and (min-width:2560px) {
	body#menu .usecase_list{width:72%;margin:0 auto;}
	body#menu .usecase_list h2{width:95%;font-size:34px;padding:0 0 30px 0;margin:80px auto;}
	body#menu .usecase_list ul{width:100%;}
	body#menu .usecase_list li{padding:30px 0;}
	body#menu .usecase_list li img{margin-bottom:35px;}
	body#menu .usecase_list li h3{font-size: 21px;padding: 7px 10px 8px 10px;}
	body#menu .usecase_list li h4{font-size: 28px;margin:20px 0 15px 0;}
	body#menu .usecase_list li p{font-size: 22px;}
}
@media screen and (min-width:5120px) {
	body#menu .usecase_list{width:60%;margin:0 auto;}
}

/* 【MENU】コラム
------------------------------------------------------------------------*/
body#menu #column{
	width: 80%;
	display: flex;
	position:relative;
	padding:100px 0;
	margin:0 auto;
}
body#menu .column-area{
	width: 100%;
	font-size:16px;
	line-height:1.7;
	flex: 1;
	padding:0 6% 0 0;
	margin:0;
}
body#menu .column-area ul,
body#menu .column-area ol{
	margin:0 0 0 25px;
}
body#menu .column-area .column-head img{
	width:100%;
	max-width:100%;
	height:400px;
	object-fit: cover;
	object-position: center center;
}
body#menu .column_link{
	width: 250px;
	margin:0;
}
body#menu .column-area img{
	width:100%;
	max-width:600px;
	height:auto;
	display:block;
	margin:0 auto;
}
body#menu .column-area .s1600 img{
	max-width:80% !important;
	margin:50px auto !important;
}
body#menu .column-area .date-day{
	font-size: 15px;
	font-weight:500;
	color:#666;
}
body#menu .column-area .author{
	font-size: 15px;
	font-weight:500;
	color:#666;
	margin-top:5px;
}
body#menu .column-area .products{
	font-size: 15px;
	font-weight:500;
	color:#666;
	margin-top:5px;
}
body#menu .column-area .products a{margin-left:5px;}
body#menu .column-area .products a:hover{opacity:0.7;}

body#menu .column-area h1{
	font-size: 31px !important;
	line-height:1.6 !important;
	margin: 70px 0 60px 0 !important;
}
body#menu .column-area h2{
    font-size: 23px;
    font-weight: bold;
    color:#FFF;
	text-align:left;
    background:#0066C1;
    padding:13px 20px;
    margin:50px 0 35px 0;
}
body#menu .column-area h3{
    font-size: 22px;
    font-weight: bold;
	text-align:left;
	border-left:#0066C1 8px solid;
	padding:3px 0 0 15px;
    margin:40px 0 25px 0;
}
body#menu .column-area h4{
    font-size: 22px;
    font-weight: bold;
    border-bottom:#000 1px solid;
    margin:40px 0 25px 0;
}
body#menu .column-area h5{
    font-size: 22px;
    font-weight: bold;
    margin:50px 0 35px 0;
}
body#menu .column-area b{
    font-size: 22px;
    line-height:2;
	text-align:center;
	display:block;
	margin:60px 0;
}
body#menu .column-area strong{
    font-size: 17px;
    display:block;
   	margin:15px 0 20px 0;
}
body#menu .column-area em{
    font-size: 17px;
    font-weight:bold;
	font-style: normal;
	margin:0 5px;
}
body#menu .column-area table.c4{
	border-collapse:collapse;
	border-spacing:1px;
	background:#FFF;
	border: solid 1px #BBB;
	margin-top:30px;
}
body#menu .column-area table.c4 td{
	width:50%;
	font-size: 15px;
	vertical-align:top;
	border: solid 1px #BBB;
	padding:25px;
	margin:0;
}
body#menu .column-area table.c4 b{
    font-size: 18px;
    line-height:1.4;
	margin:0 0 25px 0;
}
body#menu .column-area table.c5{
	width:100%;
	border-collapse:collapse;
	border-spacing:1px;
	background:#FFF;
	border: solid 1px #BBB;
	margin-top:30px;
}
body#menu .column-area table.c5 th{
	font-size: 15px;
	vertical-align:top;
	background:#f9f9f9;
	border: solid 1px #BBB;
	padding:15px 25px;
	margin:0;
}
body#menu .column-area table.c5 td{
	font-size: 15px;
	vertical-align:top;
	border: solid 1px #BBB;
	padding:15px 25px;
	margin:0;
}
body#menu .column-area p{margin-top:30px;}
body#menu div.column-img{
	font-size:14px;
	font-weight:500;
	text-align:center;
    margin:50px 0 35px 0;
}
body#menu div.column-img img{margin-bottom:15px;}
ul.column_list{margin-top:60px !important;}
ul.column_list li{
	position:relative;
	padding-bottom:0 !important;
	margin: 0 20px 50px 20px !important;
}
ul.column_list 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;
}
.column_link li span.new{
	font-size:11px;
	font-weight:600;
	color:#FFF;
	line-height:1;
	text-align:center;
	background:red;
	padding:3px 5px;
	display:inline-block;
	position:absolute;
	left:0;
}
ul.column_list li{transition:0.1s !important;}
ul.column_list li:hover{cursor: pointer; opacity:0.7;}
ul.column_list li span:hover{opacity:1;}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	body#menu #column{width: 90%;}
	body#menu .column-area .column-head img{
		width:100% !important;
		height:auto !important;
		object-fit: fill !important;
	}
}
@media screen and (min-width:1600px) {
	body#menu .column-area .column-head img{
		width:100% !important;
		height:auto;
		object-fit: fill !important;
	}
}

/* 目次 */
.contents_link{
	background:#FEFDF4;
	border:#E8E6CE 1px solid;
	padding:2.5% 3.5% 2% 3.5%;
	margin:50px auto;
}
.contents_link a{
	display:block;
	margin:8px 0;
}
.contents_link p{margin:0 !important;}


/* 最新のお役立ち記事 */
.column_link h4{
    font-size: 20px;
    font-weight: 700;
    line-height:2;
    border-bottom:#000 1px solid;
    margin:0 auto;
}
.column_link ul{
	list-style-type: none;
	margin:30px 0 0 0;
}
.column_link ul li{
	width:250px;
	min-height:110px;
	font-size:14px;
	line-height:1.4;
	text-align:left;
	vertical-align:top;
	position:relative;
	margin:0;
}
.column_link ul li img{
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 0 0;
	object-fit: cover;
}
.column_link a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.column_link li:hover{opacity:0.65;}
.column_link ul li h3{overflow: auto;}

@media screen and (min-width:1600px) {
	body#menu .column-area{padding:0 8% 0 0;}
	body#menu .column_link{width: 350px;}
	.column_link ul{
		list-style-type: none;
		margin:40px 0 0 0;
	}
	.column_link ul li{
		width:350px;
		min-height:120px;
		font-size:16px;
		line-height:1.6;
	}
	.column_link ul li img{
		float:left;
		width:90px;
		height:90px;
		margin:0 20px 0 0;
		object-fit: cover;
	}
}

/* CTA */
.column-btn{
	width:90%;
	background:#1787c9;
	border-radius: 10px;
	padding:2.5%;
	margin:60px auto;
	position:relative;
	display: flex;
	justify-content: center; 
}
.column-btn:hover{opacity:0.8;}
.column-btn .cb-img{margin-right:4%;}
.column-btn .cb-img img{
	width:240px !important;
	height:auto !important;
}
.column-btn .cb-txt{
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    padding-top:2%;
	text-align:center;
}
.column-btn .cb-txt2{
    font-size: 28px;
    font-weight: 900;
    line-height:1.6;
    color: #FFF;
    padding:35px 0 0 15px;
	text-align:center;
}
.column-btn .cb-txt span{
	width: 200px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color:#1787c9;
    text-decoration: none;
    background: #FFF;
    text-align: center;
    border-radius: 8px;
    display: block;
    padding: 16px 0;
    margin:25px auto 0 auto;
}
.column-btn a{
	width:100%;
	height:100%;
	display:block;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:1024px) {
	.column-btn{width:100%;padding:4%;margin:50px auto;}
	.column-btn .cb-img img{width:200px !important;}
	.column-btn .cb-txt{font-size: 18px;padding:0;}
	.column-btn .cb-txt2{font-size:25px;padding:25px 0 0 20px;}
	.column-btn .cb-txt span{font-size: 16px;}
}
@media screen and (min-width:1600px) {
	.column-btn{width:80%;}
	.column-btn .cb-txt{font-size: 25px;padding:10px 0 0 0;}
	.column-btn .cb-txt2{font-size:32px;padding:25px 0 0 20px;}
	.column-btn .cb-txt br{display:block;}
}

/* CTAフッター固定 */
body#menu .column-link{display:none}
/*
body#menu .column-link{
	width:100%;
	font-size:0;
	text-align:center;
	position: fixed;
	bottom: 0;
}
body#menu .column-link a{
	font-size:20px;
	font-weight:700;
	color:#FFF;
	text-decoration: none;
}
body#menu .column-link a.cl-btn1{
	width:50%;
	height:60px;
	line-height:60px;
	background:#1787c9;
	display:inline-block;
	padding:0;
	margin:0;
}
body#menu .column-link a.cl-btn2{
	width:50%;
	height:60px;
	line-height:60px;
	background:#002f7b;
	display:inline-block;
	padding:0;
	margin:0;
}
body#menu .is-hidden{
	visibility: hidden;
	opacity: 0;
}
*/

/* 著者枠 */
body#menu .author-profile {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #CCC;
	border-radius:10px;
	padding:2.5% 3.5% 3% 3.5%;
	margin:70px auto  0 auto;
	background-color: #fff;
}
body#menu h3.author-heading {
	width: 100%;
	font-size:17px !important;
	font-weight: 600;
	line-height:1;
	color: #333;
	border:none;
	border-bottom: 1px solid #CCC;
	margin:0 0 25px 0;
	padding:0 0 15px 0;
}
body#menu .author-image {
	flex: 0 0 130px;
	margin-right: 3.5%;
}
body#menu .author-image img {
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}
body#menu .author-info {
	flex: 1;
	min-width: 0;
}
body#menu h2.author-name {
	color: #333;
	font-size:18px;
	line-height:1;
	font-weight:600;
	background:none;
	padding:0;
	margin: 0;
}
body#menu .author-role {
	font-size:14px;
	color: #555;
	margin-left:15px;
}
body#menu .author-info p {
	font-size:14px;
	line-height: 1.5;
	padding:15px 0 0 0;
	margin:0;
}
body#menu .author-social{
	margin-top:20px;
}
body#menu .author-social a {
	display: inline-block;
	margin-right: 15px;
}
body#menu .author-social img {
	width: 24px;
	height:auto;
}



/* 特定商取引に関する法律に基づく表記
------------------------------------------------------------------------*/
#law_area a{
	color:#000;
	text-decoration: none;
}
#law_area table{
	width:900px;
	line-height:1.8;
	text-align:left;
	border-collapse:collapse;
	border-spacing:1px;
	background:#FFF;
	border: solid 1px #BBB;
	margin:0 auto 80px auto;
}
#law_area table th{
	width:30%;
	font-weight:normal;
	text-align:left;
    background:#f6f6f6;
	border: solid 1px #BBB;
	padding:2.5% 3.5%;
	margin:0;
}
#law_area table td{
	width:70%;
	border: solid 1px #BBB;
	padding:2.5% 3.5%;
	margin:0;
}
@media screen and (min-width:1600px) {
	#law_area table{
		width:1200px;
		font-size:17px;
	}
}

/* 【MENU】お客様インタビュー
------------------------------------------------------------------------*/
body#menu #interview_area{
    font-size:16px;
   	padding:0;
	margin:0 auto 90px auto;
}
#interview_area ul.search_area{
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin:70px 0 50px 0;
}
ul.search_area li{margin: 0 15px;}
ul.search_area li select{
	min-width:180px;
	font-size:16px;
	font-weight:600;
	color:#FFF;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	background:#002f7b;
	border-radius: 50px;
	padding:12px 20px;
	margin-left:10px;
}
ul.search_area li select::-ms-expand{display: none;}
#interview_area dl.interview-group{
    width:1000px;
    margin:0 auto;
}
dl.interview-group dd{
	width:100%;
	height:245px;
	border:#f1f1f1 1px solid;
	border-radius:10px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 35%);
	padding:25px;
	margin-bottom:30px;
}
dl.interview-group dd img{
	float:left;
	width:auto;
	height:100%;
	margin-right:30px;
}
dl.interview-group dd .interview-txt{
	font-size:16px;
	line-height:1.6;
}
.interview-txt b{
	font-size:20px;
	display:block;
	margin-bottom:12px;
}

/* PAGINATION */
#interview_area .pagination{
    list-style: none;
    display: flex;
    justify-content: center;
	margin:6% 0 0 0;
}
#interview_area .pagination li{
    margin: 5px;
	background:#f1f1f1;
}
#interview_area .pagination a{
    display: block;
    text-decoration: none;
    border-radius: 5px;
    color: #333;
    padding:10px 15px;
}
#interview_area .pagination a:hover{background: #DDD;}
#interview_area .active a{
	color: #FFF !important;
	background:#1787C9 !important;
}
.search-box_label{font-weight: bold;}
.is-hide {display: none;}

@media screen and (max-width:1024px) {
	body#menu #interview_area{margin:0 auto 60px auto;}
	#interview_area ul.search_area{margin:50px 0 40px 0;}
	#interview_area dl.interview-group{
	    width:90%;
	    margin:0 auto;
	}
}
@media screen and (min-width:1600px) {
	#interview_area dl.interview-group{
	    width:1200px;
	    margin:0 auto;
	}
}

/* SWIPER */
body#menu section.case-study{
	width:100%;
	background:#f4f4f4;
	border-top:#eee 1px solid;
	border-bottom:#eee 1px solid;
	padding:50px 0 5px 0;
}
body#menu section.case-study h3{margin-bottom:65px;}
body#menu .swiper-case-area{
	width:1000px;
	position:relative;
	margin:0 auto;
}
body#menu .swiper-case-area .swiper-case{
	width:900px;
	overflow:hidden;
	margin:0 auto;
}
body#menu .swiper-case-area .swiper-slide{
	min-height:470px;
	background:#FFF;
	box-sizing: border-box;
	position:relative;
	margin-bottom:50px;
	box-shadow: 0 2px 5px 0 rgba(100, 100, 100, .4);
}
body#menu .swiper-case-area .swiper-slide:hover{
	opacity:0.75;
	transition: 0.3s;
}
body#menu .swiper-case-area .swiper-slide a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
body#menu .swiper-case-area .swiper-slide p.cs-img img{
	width:100%;
	height:170px;
	object-fit: cover;
}
body#menu .swiper-case-area .swiper-slide .cs-txt{
	font-size:15px;
	line-height: 1.4;
	font-weight: 500;
	color:#3e3a39;
	padding:20px 20px 0 20px;
}
body#menu .swiper-case-area .swiper-slide .cs-txt h4{
    font-size: 21px;
    font-weight: 700;
    line-height: 1.6;
    color: #002F7B;
}
body#menu .swiper-case-area .swiper-slide .cs-txt h5{
	font-size:15px;
	font-weight: 500;
	margin:15px 0;
}
body#menu .swiper-case-area .swiper-slide .cs-more{
	position:absolute;
	right:20px;
	bottom:20px;
}
body#menu .swiper-case-area .swiper-button-prev{
	--swiper-navigation-size: 32px !important;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 1));
	color:#333;
	left:0;
}
body#menu .swiper-case-area .swiper-button-next{
	--swiper-navigation-size: 32px!important;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 1));
	color:#333;
	right:0;
}
section.case-study .dl_btn{margin:35px auto !important;}
@media screen and (min-width:1600px) {
	body#menu .swiper-case-area{
		width:80%;
		position:relative;
		margin:0 auto;
	}
	body#menu .swiper-case-area .swiper-case{width:90%;}
	body#menu .swiper-case .swiper-slide{min-height:480px;}
	body#menu .swiper-case-area .swiper-slide p.cs-img img{
		width:100%;
		height:220px;
		object-fit: cover;
	}
}
@media screen and (min-width:2560px) {
	body#menu .swiper-case .swiper-slide{min-height:550px;}
	body#menu .swiper-case-area .swiper-slide p.cs-img img{
		width:100%;
		height:280px;
		object-fit: cover;
	}
}

/* ライセンス・トライアル申し込み
------------------------------------------------------------------------*/
main#apply_area{
	width:900px;
	line-height:1.6;
	padding:0 0 80px 0;
	margin:0 auto;
}
main#apply_area h3{
	font-size:17px;
	font-weight:600;
	text-align:center;
}
main#apply_area span.req{
	font-size:14px;
	font-weight:700;
	color:red;
	margin:0 5px;
}
main#apply_area .formhead{
	display: flex;
	align-items: stretch;
	font-weight:500;
	background:#FFF;
	border:#00409F 1px solid;
	margin-top:35px;
}
.formhead h4{
	width:22%;
	font-size:16px;
	color:#FFF;
	display: flex;
	align-items: center;
	justify-content:center;
	background:#00409F;
	padding:0;
	margin:0;
}
.formhead p{
	line-height:2;
	padding:30px;
	align-items: center;
}
.formhead ol{
	line-height:2;
	padding:25px 0 25px 50px;
}
main#apply_area table{
	width:900px;
	text-align:left;
	border-collapse:collapse;
	border-spacing:1px;
	background:#FFF;
	border: solid 1px #CCC;
	margin:40px auto 20px auto;
}
main#apply_area table th{
	width:32%;
	font-weight:500;
	text-align:left;
    background:#f8f8f8;
	border: solid 1px #CCC;
	padding:2.5% 4%;
	margin:0;
}
main#apply_area table td{
	border: solid 1px #CCC;
	padding:2.5% 4%;
	margin:0;
}
main#apply_area table td span{
	font-size:14px;
	color:#555;
	display:block;
	margin-top:5px;
}
main#apply_area table td span.msg{
	color:red !important;
	margin:0 !important;
}
main#apply_area .concent{
	font-size:16px;
	font-weight:500;
	text-align:center;
	margin:40px 0 0 0;
}
main#apply_area .concent a{margin:0 10px;}
main#apply_area .concent input[type="checkbox"]{
	width:18px;
	height:18px;
	margin:-5px 5px 0 0;
}
main#apply_area table ul{
    display: flex;
    list-style-type: none;
}
main#apply_area table ul li{margin-right:10px;}
main#apply_area table ul input[type="text"]{
	border:1px solid #999;
	padding:9px 10px;
}

/* 入力補完 */
.ui-helper-hidden-accessible {display: none;}
ul.ui-autocomplete {
	position: absolute;
    list-style: none;
    margin: 0;
    border: none;
    border-radius: 3px;
    cursor: default;
    padding:10px 0;
    background-color: #ffffff;
}
li.ui-menu-item{padding:3px 10px;}
li.ui-menu-item:hover{color:#FFF;background:#1E90FF;}
.ui-autocomplete {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* FORM BTN */
main#apply_area .btnarea{}
main#apply_area .btnarea.btnarea ul{
	list-style:none;
	text-align:center;
	margin-top:80px;
}
main#apply_area .btnarea.btnarea li{
	font-size:140%;
	color:#FFF;
	display: inline-block;
	margin:0 10px;
}
main#apply_area .conbtn1{
	width:250px;
	font-size:22px;
	line-height:1.0;
	color:#FFF;
	display:block;
	cursor: pointer;
	text-align:center;
	border-radius:50px;
	border:none;
	background:#002F7B;
	padding:20px 0;
}
main#apply_area .conbtn2{
	width:250px;
	font-size:22px;
	line-height:1.0;
	color:#FFF;
	display:block;
	cursor: pointer;
	text-align:center;
	border-radius:50px;
	border:none;
	background:#1195D5;
	padding:20px 0;
}
main#apply_area .btnarea.btnarea .conbtn1:disabled{
	background: #ccc;
}
main#apply_area .btnarea.btnarea a{
	font-size:18px !important;
	text-decoration: none;
}

/* FORM PARTS */
main#apply_area input{
	background:#FFF;
	border-radius:2px;
	vertical-align:middle;
	border-radius: 3px;
	padding:1.5% 2%;
	margin:5px 5px 5px 0;
}
main#apply_area input.w150{width:150px;}
main#apply_area input.w200{width:200px;}
main#apply_area input.w300{width:300px;}
main#apply_area input.w400{width:400px;}
main#apply_area input[type="checkbox"],
main#apply_area input[type="radio"]{
	margin:-3px 10px 0 0;
}
main#apply_area input[type="text"],
main#apply_area input[type="tel"],
main#apply_area input[type="email"],
main#apply_area input[type="number"]{
	border:1px solid #999;
}
main#apply_area input[type="number"]{}
main#apply_area input[type="number"]::-webkit-inner-spin-button,
main#apply_area input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance:textfield;
	margin: 0;
}
main#apply_area select{
	border:1px solid #999;
	background:#FFF;
	border-radius: 3px;
	padding:7px 5px;
	margin:10px 0;
}
main#apply_area textarea{
	line-height:1.5;
	min-width:500px;
	background:#FFF;
	border:1px solid #999;
	border-radius: 3px;
	padding:2% 3%;
}

/* アップロードする画像について */
main#apply_area td.uploadimg {padding-top:30px;}
td.uploadimg div.uploadimg_condition{
	color: #555;
	margin-top:25px;
}
div.uploadimg_condition b{font-weight:normal;}
div.uploadimg_condition ul{
	display:block !important;
	list-style-type: disc !important;
	margin:20px 0 20px 25px;
}

/* 入力エラー・完了画面 */
main#apply_area #conf_msg{
	font-size:17px;
	line-height:1.8;
	text-align:center;
}
main#apply_area #conf_msg b{
	font-size:23px;
	display:block;
	margin:40px 0;
}
label.error{
	font-size:14px;
	color: #d70d19;
	display:block;
}
#errormsgarea {text-align:center;}
#errormsgarea h5{
	font-size:23px;
	font-weight:700;
	color: #d70d19;
	line-height:1;
	display:block;
	margin-bottom:30px;
}

/* 404 */
#notfound{
	line-height:1.8;
	text-align:center;
	padding:220px 0 160px 0;
}
#notfound h1{
	font-size:200%;
	font-weight:800;
}
#notfound h2{
	font-size:120%;
	font-weight:600;
	margin-top:50px;
}

/* =======================================================================
	SUBPAGE [業界別] 
======================================================================= */
main#industry{}
main#industry h2.title{
	font-size:41px;
	font-weight:600;
	line-height:1;
	text-align:center;
	position:relative;
	margin:0 0 5px 0;
}
main#industry h2.title_landscape{
	font-size:41px;
	font-weight:600;
	line-height:1;
	text-align:left;
	position:relative;
	margin:0 0 0 0 !important;
}
main#industry a.inquiry_btn{
	width: 300px;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    color: #FFF;
    background:#10317C;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 8px;
    padding: 28px 0 30px 0;
    margin: 0 auto;
}
main#industry a.inquiry_btn::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);
}

/* TITLE */
main#industry section.industry_head{
	width:1100px;
	display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:80px 0;
    margin:0 auto;
}
section.industry_head h1{
	font-size:46px;
	font-weight:500;
	position:relative;
	text-align:left !important;
	margin:0 !important;
}
section.industry_head h1::after{
	content: '';
	width: 75px;
	height: 3px;
	display: block;
	background-color:#000;
	position: absolute;
	left:0;
	bottom: -20px;
}
section.industry_head h2{
	font-size:19px !important;
	font-weight:400;
	text-align:left !important;
	margin:50px 0 0 0 !important;
}
section.industry_head img{
	width:480px;
	height:280px;
	object-fit: cover;
	object-position: center bottom;
}
section.industry_head a.ih_btn{
	min-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 20px 22px 20px;
	margin:40px 20px 0 0;
}
section.industry_head a.ih_btn:hover{opacity:0.75;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	main#industry section.industry_head{width:90%;padding:30px 0 40px 0;}
	section.industry_head img{width:36%;height:210px;}
	main#industry div.dl_btn img{width:100%;height:auto;}
}

/* NETIS×CPDS */
main#industry section.nc{
	text-align:center;
	border-top:#CCC 1px solid;
	padding:60px 0 80px 0;
}
section.nc h2{
	font-size:30px !important;
	font-weight:800 !important;
	color:#A59238;
	margin:0 !important;
}
section.nc h3{
	font-size:35px;
	font-weight:600 !important;
	letter-spacing:1px;
	margin:10px 0 60px 0!important;
}
section.nc .nc_pic img{margin:0 10px;}
section.nc .nc_pic a:hover{opacity:0.7;}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.nc .nc_pic img{
		width:44%;
		height:auto;
		margin:0 1%;
	}
}

/* FUNCTION */
main#industry section.function h3 {color:#000;}
main#industry section.function h3 span {color:#0467B0;}
main#industry section.function{
	width:100%;
	background:#F4F9FF;
	padding:80px 0 90px 0;
}
main#industry section.function a.mainbtn_center{
	width:300px;
	padding:28px 0 30px 0;
}
main#industry .function_txt .option_bx{
	font-weight:600;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	padding:5px 12px 6px 12px;
	margin:40px 0 -5px 0;
}
main#industry .function_txt h4 span{
	font-size:15px;
	display:block;
	margin-top:10px;
}
div.industry_feature ul{
	display: flex;
	list-style-type: none;
	text-align:center;
	gap:0 30px;
	margin-top:30px;
}
div.industry_feature li{
	width:calc(100%/3);
	border-radius: 25px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	padding:0;
}
div.industry_feature li .solution_bx1{
	height:265px;
	background:#FFF;
	border-radius: 25px 25px 0 0;
	padding:25px 20px 0 20px;
}
div.industry_feature li .solution_bx2{
	height:245px;
	color:#FFF;
	background:url(../images/sx/solution_arrow.png) #215CA5 top center no-repeat;
	background-size:10%;
	border-radius: 0 0 25px 25px;
	padding:35px 20px 0 20px;
}
div.industry_feature li img{
	width:220px;
	height:auto;
	margin-top:25px;
}
div.industry_feature li h4{
	font-size: 23px;
	font-weight: 700;
	line-height:1.5;
	color:#333333;
}
div.industry_feature li h5{
	font-size: 23px;
	font-weight: 700;
	color:#FFFF97;
	line-height:1.5;
}
div.industry_feature li h6{
	font-size: 17px;
	font-weight: 500;
	margin-top:8px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	div.industry_feature{width:90%;}
	div.industry_feature h3{font-size:20px;}
	div.industry_feature li .solution_bx2{height:230px;padding:30px 20px;}
	div.industry_feature li h4{font-size: 21px;}
	div.industry_feature li h5{font-size: 21px;}
}

/* CASE STUDY */
main#industry .function.case_study{
	padding:80px 0 90px 0;
}
main#industry .cs_bx.function_bx1,
main#industry .cs_bx.function_bx2{
	margin:0 auto 25px auto;
}
main#industry span.cs_point{
	font-size:17px;
	font-weight:600;
	color:#0A78BF;
	display:block;
	margin:40px 0 -30px 0;
}
main#industry .cs_bx .function_pic{
	min-height:auto;
	background:none;
}
section.case_study p.dl_btn img{
	width:100%;
	height:auto;
	margin-top:20px;
}

/* PRICE */
main#industry section.price{
	padding:80px 0;
}
main#industry .price_plan{
	width:100%;
	border-top:#555 1px dashed;
	padding-top:60px;
	margin:0 auto 60px auto;
}
main#industry .price_inner ul {
    margin: 50px auto 0 auto;
}
main#industry h3.plan_txt{
	font-size:20px;
	line-height:1.8;
	font-weight:500;
}
main#industry h3.plan_txt span{
	font-size:24px;
	font-weight:700;
	color:#10317C;
	margin:0 10px;
}
main#industry .price_bx1 h4,
main#industry .price_bx2 h4{
	font-size:17px !important;
	font-weight:500 !important;
	line-height:1.7 !important;
	color:#000 !important;
	display:table-cell !important;
	background:none !important;
	vertical-align:middle !important;
	padding:0 0 0 40px !important;
}
main#industry .price_plan p.plus{
	text-align:center;
	margin:-3px 0 -5px 0;
}
main#industry .price_plan p.plus img{
	width:34px !important;
	height:auto !important;
}
main#industry .price_plan .price_bx2{
	background:#FFF;
}

/* 防災 */
main#industry .keypoint{
	width:1100px;
	font-size:26px;
	font-weight:700;
	color:#FFF;
	background:#10317C;
	text-align:center;
	padding:18px 0;
	margin:35px auto 10px auto;
}
main#industry span.disaster_point{
	font-size:20px;
	font-weight:600;
	color:#0A78BF;
	display:block;
	margin:40px 0 -20px 0;
}
.price_inner ul.disaster{
	margin:0 auto 40px auto !important;
}
main#industry .price_inner p {
	font-size:19px;
    padding:25px 0 30px 0 !important;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#industry .keypoint{width:100%;}
}

/* その他 */
section.other_feature div.bxpo {
	font-size: 17px;
	font-weight: 500 !important;
	padding: 5px 20px 6px 12px;
}
section.other_feature div.bxpo img{
	width:auto;
	height:22px;
	display:inline-block;
	margin:-5px 5px 0;
}
section.other_feature .top_feature_inner li h4 {
	margin: 50px 0;
}
section.other_feature li h4.sml span {
	font-size: 27px;
}
section.other_function{
	border-top: #DDD 1px solid;
	border-bottom: #DDD 1px solid;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.other_feature .top_feature_inner li h4 {font-size: 19px;}
}

/* 建築 */
.industry_head_txt span{
	font-size:25px;
	font-weight:700;
	color:#0A86D9;
	margin-right:5px;
}
section.building_feature{
	background:#f6f6f6;
}
section.building_feature .top_feature_inner h3{
	font-size: 21px;
	color:#000;
	background:none !important;
	margin-top:40px;
}
section.building_feature h3 img{margin-right:12px;}
section.building_feature ul li img.bf_icon{
	width:50px;
	height:auto;
	position:absolute;
	top:15px;
	right:15px;
}
.building_function_inner h2.title::after {
	content: '';
	width: 70px;
	height: 3px;
	display: block;
	background-color: #0A87DA;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
}
.building_function_inner h3.bf_head{
	font-size: 21px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	margin:90px 0 90px 0;
}
.building_function_inner .function_bx1, .building_function_inner .function_bx2 {
	margin: 0 auto 100px auto !important;
}
.building_function_inner .function_txt {
	width: 540px !important;
}
.building_function_inner .function_pic {
	width: 570px !important;
	background:none !important;
	padding-top:0 !important;
}
section.building_dl_btn{
	text-align:center;
	padding:50px 0;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.building_function_inner .function_bx1,
	.building_function_inner .function_bx2 {margin: 0 auto 80px auto !important;}
	.building_function_inner .function_txt {width: 50% !important;}
	.building_function_inner .function_pic {width: 45% !important;}
	.building_function_inner .function_txt h3{font-size: 25px;}
	.building_function_inner .function_txt h4 br{display:none;}
	section.building_dl_btn img{width:90% !important;height:auto;}
}

/* =======================================================================
	SUBPAGE [リリースノート] 
======================================================================= */
section.releasenotes{
	width: 1100px;
	margin: 0 auto;
}
section.releasenotes ul.releasenotes_area{
	display: flex;
	list-style-type: none;
	flex-wrap: wrap;
	gap:5%;
	margin-top:60px;
}
ul.releasenotes_area li{
	width:calc(90%/3);
	position:relative;
	margin-bottom:70px;
}
ul.releasenotes_area li a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
ul.releasenotes_area li:hover{
	opacity:0.65;
}
ul.releasenotes_area li img{
	width:100%;
	height:auto;
	border: #CCC 1px solid;
}
ul.releasenotes_area .ra_date{
	font-size:16px;
	font-weight:600;
	margin:20px 0 12px 0;
}
.ra_date span{
	font-size:15px;
	font-weight:500;
	color:#FFF;
    background:#111;
    line-height: 1.0;
    display: inline-block;
    padding: 5px 6px;
    margin: 0 20px 0 0;
}
ul.releasenotes_area h3{
	font-size:18px;
	line-height:1.6;
	font-weight:500;
}
ul.releasenotes_area h3 span{
	font-size:17px;
	color:#0A87DA;
	display:block;
	margin-top:5px;
}
section.releasenotes a.ra_btn{
	width:330px;
	font-size:18px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:block;
	text-align:center;
	border-radius: 6px;
	padding:25px 0 27px 0;
	margin:20px auto 95px auto;
}
section.releasenotes a.ra_btn:hover{opacity:0.7;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	section.releasenotes{width: 90%;}
	section.releasenotes a.ra_btn{margin:0 auto 80px auto;}
}

/* =======================================================================
	USE CASES [機能活用事例] 
======================================================================= */
section.function_usecases{
	width: 1000px;
	padding-bottom:70px;
	margin: 0 auto;
}
section.function_usecases h2{
	margin: 50px 0 -10px 0 !important;
}
section.function_usecases .fucate{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #AAA;
	padding-bottom:15px;
	width: 100%;
	box-sizing: border-box;
	margin:150px 0 100px 0;
}
.fucate .fucate_title {
	font-size:43px;
	font-weight:600;
	line-height: 1;
	margin: 0;
}
.fucate .fucate_tags {
	display: flex;
	gap: 15px;
	margin-bottom:5px;
}
.fucate .fucate_tags span {
	display: inline-block;
	background-color: #000;
	color: #fff;
	line-height: 1;
	padding: 10px 12px 8px 12px;
	border-radius: 4px;
	font-size:20px;
	font-weight: bold;
	white-space: nowrap;
}
section.function_usecases .fubx{
    margin-bottom:120px;
}
.fubx .fubx_head {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
.fubx .fubx_head .fubx_icon {
    background-color:#0A86D9;
    color: #fff;
    padding: 10px 8px;
    border-radius: 10px;
    text-align: center;
    flex-shrink: 0;
	margin-top:-5px;
}
.fubx .fubx_head .fubxhead_label{
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom:2px;
}
.fubx .fubx_head .fubxhead_number{
	font-family: "Helvetica Neue", Helvetica ;
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.fubx .fubx_title{flex: 1;}
.fubx .fubx_title h3{
	font-size:30px !important;
	font-weight:700 !important;
	line-height:1.5 !important;
	text-align: left !important;
	padding:0 !important;
	margin:-12px 0 0 0 !important;
}
.fubx .fubx_title h3 span{
	color:#0A85D8;
}
.fubx .fubx_main{
	margin-top:35px;
}
.fubx .fubx_main img{
	width:100%;
	height:auto;
	border:#DDD 1px solid;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.function_usecases{width: 90%;}
	.fucate {margin:110px 0 70px 0;}
	.fucate_title {font-size:36px;}
	.fucate .fucate_tags span {font-size:18px;font-weight: 700;}
	.fubx .fubx_title h3{font-size:28px !important;}
}

/* =======================================================================
	SUBPAGE [KUMIKIトレ] 
======================================================================= */
main#training{color:#111;}
main#training h2.title_landscape{
	font-size:41px;
	font-weight:600;
	line-height:1;
	text-align:left;
	position:relative;
	margin:0 0 0 0 !important;
}
main#training .contact-btn a.btn1{
	margin:0 20px;
}
main#training .contact-btn a.btn3{
	width:280px;
	font-size:18px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#4557BC;
	display:inline-block;
	text-align:center;
	border-radius: 8px;
	padding: 25px 0;
}
main#training .contact-btn a.btn3 img{margin:-4px 8px 0 0;}
main#training .contact-btn a.btn3:hover{opacity:0.75;}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#training .contact-btn a.btn1{margin:0 15px;}
	main#training .contact-btn a.btn1,
	main#training .contact-btn a.btn2,
	main#training .contact-btn a.btn3{font-size:16px;width:230px;}
}

/* 見出し */
section.training_point h2,
section.training_features h2,
section.training_adv h2,
section.training_voice h2,
section.training_outline h2{
	font-size:37px !important;
	font-weight:800 !important;
    display: flex;
    align-items: center;
    margin:0 !important;
}
section.training_features h2:before,
section.training_adv h2:before,
section.training_point h2:before,
section.training_voice h2:before,
section.training_outline h2:before,
section.training_features h2:after,
section.training_adv h2:after,
section.training_point h2:after,
section.training_voice h2:after,
section.training_outline  h2:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #2B353F;
}
section.training_features h2:before,
section.training_adv h2:before,
section.training_point h2:before,
section.training_voice h2:before,
section.training_outline h2:before{margin-right: 25px;}

section.training_features h2:after,
section.training_adv h2:after,
section.training_point h2:after,
section.training_voice h2:after,
section.training_outline h2:after{margin-left: 25px;}


/* MV */
main#training section.training_mv1{
	width:100%;
	min-width:1200px;
	background:#E9EEFC;
	padding:4.2% 0 4.8% 0;
	margin:20px auto 0 auto;
}
section.training_mv1 .tm_inner{
	width:1200px;
	min-width:1200px;
	display: flex;
	flex-wrap:wrap;
	margin:0 auto;
}
section.training_mv1 .tm_inner .tm_left{
	width:54%;
	padding-left:1%;
	margin-right:1%;
}
section.training_mv1 .tm_inner .tm_left .logo_area{
	display: flex;
	align-items: center;
}
section.training_mv1 .tm_inner .tm_left .logo_area p img{
	width:150px;
	height:auto;
	margin:0 0 -10px -10px;
}
section.training_mv1 .tm_inner .tm_left .logo_area h1{
	text-align:left !important;
	margin:0 0 0 20px !important;
}
section.training_mv1 .tm_inner .tm_left .logo_area h1 img{
	width:289px;
	height:40px;
}
section.training_mv1 .tm_inner .tm_left .logo_area h1 span{
	font-size:16px !important;
	color:#111 !important;
	margin-bottom:10px;
}
section.training_mv1 .tm_inner .tm_left h2{
	font-size:48px !important;
	font-weight:600 !important;
	line-height:1.3 !important;
	text-align:left !important;
	margin:25px 0 30px 0 !important;
}
section.training_mv1 .tm_inner .tm_left h2 strong{
	font-size:54px !important;
	font-weight:800 !important;
	color:#043E96 !important;
}
section.training_mv1 .tm_inner .tm_left h3{
	font-size:20px !important;
	font-weight:600 !important;
	line-height:1.5 !important;
}
section.training_mv1 .tm_inner .tm_right{
	width:45%;
	position:relative;
	padding-top:10%;
}
section.training_mv1 .tm_inner .tm_left a.mv_btn{
	width:280px;
	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 25px 20px 25px;
	margin-top:40px;
}
section.training_mv1 .tm_inner .tm_left a.mv_btn:hover{opacity: 0.75;}
@media screen and (min-width:768px) and (max-width:1024px) {
	main#training section.training_mv1{min-width:90%;}
	section.training_mv1 .tm_inner{width:90%;min-width:90%;}
	section.training_mv1 .tm_inner .tm_left{width:58%;margin:0 !important;}
	section.training_mv1 .tm_inner .tm_right{width:42%;text-align:right;padding-top:12%;}
	section.training_mv1 .tm_inner .tm_left .logo_area p img{width:120px;margin:0 0 -20px -10px;}
	section.training_mv1 .tm_inner .tm_left h2{	font-size:42px !important;margin:30px 0 !important;}
	section.training_mv1 .tm_inner .tm_left h2 strong{font-size:46px !important;}
	section.training_mv1 .tm_inner .tm_left h3{font-size:17px !important;}
	section.training_mv1 .tm_inner .tm_right img{width:92%;height:auto;}
	section.training_mv1 .tm_inner .tm_left a.mv_btn{margin-top:40px;}
}
@media screen and (max-width:820px) {
	main#training section.training_mv1{padding:4.5% 0 6% 0;}
	section.training_mv1 .tm_inner .tm_right{width:42%;text-align:right;padding-top:15%;}
	section.training_mv1 .tm_inner .tm_left .logo_area h1 img{width:auto;height:36px;}
	section.training_mv1 .tm_inner .tm_left .logo_area h1 span{font-size:14px !important;margin-bottom:5px;}
	section.training_mv1 .tm_inner .tm_left h2{	font-size:34px !important;margin:30px 0 !important;}
	section.training_mv1 .tm_inner .tm_left h2 strong{font-size:40px !important;}
	section.training_mv1 .tm_inner .tm_left h3 br{display:none;}
	section.training_mv1 .tm_inner .tm_right img{width:90%;height:auto;}
	section.training_mv1 .tm_inner .tm_left a.mv_btn{margin-top:30px;}
}

/* MV（広告用）*/
main#training section.training_mv2{
	width:100%;
	min-width:1200px;
	background:#E9EEFC;
	padding:5% 0;
	margin:20px auto 0 auto;
}
section.training_mv2 .tm_inner{
	width:1200px;
	min-width:1200px;
	display: flex;
	flex-wrap:wrap;
	margin:0 auto;
}
section.training_mv2 .tm_inner .tm_left{
	width:60%;
	text-align:center;
}
section.training_mv2 .tm_inner .tm_left .logo_area{
	display: flex;
	align-items: center;
	justify-content: center;
}
section.training_mv2 .tm_inner .tm_left .logo_area p img{
	width:150px;
	height:auto;
	margin:0 0 -10px -10px;
}
section.training_mv2 .tm_inner .tm_left .logo_area h1{
	text-align:left !important;
	margin:0 0 0 20px !important;
}
section.training_mv2 .tm_inner .tm_left .logo_area h1 img{
	width:289px;
	height:40px;
}
section.training_mv2 .tm_inner .tm_left .logo_area h1 span{
	font-size:16px !important;
	color:#111 !important;
	margin-bottom:10px;
}
section.training_mv2 .tm_inner .tm_left h2{
	font-size:48px !important;
	font-weight:600 !important;
	line-height:1.3 !important;
	margin:25px 0 30px 0 !important;
}
section.training_mv2 .tm_inner .tm_left h2 strong{
	font-size:54px !important;
	font-weight:800 !important;
	color:#043E96 !important;
}
section.training_mv2 .tm_inner .tm_left h3{
	font-size:20px !important;
	font-weight:600 !important;
	line-height:1.5 !important;
}
section.training_mv2 .tm_inner .tm_left img.mv_pic{
	width:450px;
	height:auto;
	display:block;
	margin:50px auto;
}
section.training_mv2 .tm_inner .tm_left a.mv_btn3{
	width:280px;
	font-size:17px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#4557BC;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:20px 25px 20px 25px;
}
section.training_mv2 .tm_inner .tm_left a.mv_btn3 img{margin:-3px 6px 0 0;}
section.training_mv2 .tm_inner .tm_right{
	width:38%;
	width:38%;
	background:#FFF;
	border:#CCC 1px solid;
	padding:4% 3% 3% 3%;
}
section.training_mv2 .tm_inner .tm_right h3{
	font-size: 20px !important;
	font-weight: 700 !important;
	text-align: center;
	margin-bottom: 25px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#training section.training_mv2{width:100%;min-width:100%;padding:7% 4% 7% 4%;}
	section.training_mv2 .tm_inner{width:100%;min-width:100%;}
	section.training_mv2 .tm_inner .tm_left{width:57%;margin-right:3%;}
	section.training_mv2 .tm_inner .tm_left .logo_area p img{width:110px;margin:0 0 -20px 0;}
	section.training_mv2 .tm_inner .tm_left .logo_area h1{margin:0 0 0 10px !important;}
	section.training_mv2 .tm_inner .tm_left .logo_area h1 img{width:auto;height:36px;}
	section.training_mv2 .tm_inner .tm_left .logo_area h1 span{font-size:14px !important;margin-bottom:5px;}
	section.training_mv2 .tm_inner .tm_left h2{font-size:30px !important;	margin:35px 0 !important;}
	section.training_mv2 .tm_inner .tm_left h2 strong{font-size:44px !important;}
	section.training_mv2 .tm_inner .tm_left h3{font-size:19px !important;}
	section.training_mv2 .tm_inner .tm_left h3 br.pcnone{display:block !important;}
	section.training_mv2 .tm_inner .tm_left img.mv_pic{width:70%;margin:50px auto;}
	section.training_mv2 .tm_inner .tm_right{width:40%;}
	section.training_mv2 .tm_inner .tm_right h3 br{display:none;}
}

/* 導入企業スライド */
section.training_slide{
    width: 100%;
    height: 110px;
    background-image: url(../images/dx-learning/logo-slide.jpg);
    background-repeat: repeat-x;
    background-size: auto 110px;
    animation: loop 50s linear infinite;
    margin:20px 0;
}

/* 完全オンライン研修 */
main#training section.training_point{
	font-size:18px;
	line-height: 1.6;
	font-weight:500;
	background:#FAF8F4;
	padding:60px 0 80px 0;
}
section.training_point h2{
	width:1200px;
	margin:0 auto -5px auto !important;
}
section.training_point .tp_bx{
	width:1200px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin:80px auto 0 auto;
}
.tp_bx .tp_txt, .tp_bx .tp_media{
	width:;
	flex: 1;
}
.tp_media.pl{margin-right:100px;}
.tp_bx .tp_media img{
	width:560px;
	height:auto;
}
section.training_point .tp_bx.reverse {
	flex-direction: row-reverse;
}
section.training_point h3{
	font-size: 32px;
	line-height: 1.4;
	font-weight: 700;
	color: #1B50A0;
	margin-bottom: 30px;
}
section.training_point p{
	margin-top: 20px;
}
section.training_point p strong{
	font-size:22px;
	font-weight:800;
	margin:0 5px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#training section.training_point{font-size:16px;}
	section.training_point h2{width:90%;margin:0 auto -10px auto !important;}
	section.training_point .tp_bx,
	section.training_point .tp_bx.reverse{width:90%;text-align:center;flex-direction: column-reverse;align-items: stretch;margin:70px auto 0 auto;}
	.tp_bx .tp_txt br{display:none;}
	section.training_point h3{font-size: 26px;margin:40px auto 20px auto;}
	section.training_point .tp_txt span{display:block;}
	section.training_point p{margin:0;}
	.tp_media.pl{margin:0;}
	.tp_bx .tp_media img{display:block;margin:0 auto;}
	br.tp_footer_br{display:none;}
}

/* 特徴 */
main#training section.training_features{
	width:100%;
	padding:60px 0 70px 0;
}
section.training_features h2{margin-bottom:20px!important;}
section.training_features .tfea_inner{
	width:1200px;
	margin:0 auto;
}
section.training_features .tfea_bx1,
section.training_features .tfea_bx2,
section.training_features .tfea_bx3{
	width:100%;
	padding:60px 0 10px 0;
	margin:0 auto;
}
section.training_features .tfea_bx2{
	padding:30px 0 10px 0;
}
section.training_features .tfea_bx1{
	border-top:#111 1px dashed;
	border-bottom:#111 1px dashed;
}
section.training_features ul{
	display: flex;
	list-style-type: none;
	text-align:center;
	gap:0 30px;
}
section.training_features li{
	width:calc(100%/3);
	min-width:30%;
	font-size:16px;
	font-weight:500;
	padding:30px 0 35px 0;
}
section.training_features h3{
	font-size:28px !important;
	font-weight:800;
}
section.training_features h3 span{
	font-size:36px !important;
	color:#19509F;
}
section.training_features h3 img{
	float:left;
	margin:-12px 30px 0 0;
}
section.training_features .tfea_bx1 h3 span{
	font-size:30px !important;
	color:#222;
}
section.training_features .tfea_bx1 h3 strong{
	font-size:42px;
	color:#19509F;
}
section.training_features .tfea_bx1 h4{
	font-size:21px;
	font-weight:700;
	color:#19509F;
	margin:20px 0 10px 0;
}
section.training_features .tfea_bx2 h4{
	font-size:18px;
	font-weight:700;
	padding-left:152px;
	margin:5px 0 20px 0;
}
section.training_features .tfea_bx2 li img{
	margin-bottom:25px;
}
section.training_features sup{
	font-size:14px;
	font-weight:500;
	margin:0 0 0 10px;
}
section.training_features .tfea_bx3 h3 span{
	color:#19509F;
	margin-right:5px;
}
.tfea_bx3 .tfea_bx3_area{
	font-size:15px;
	font-weight:500;
	margin-top:30px;
}
.tfea_bx3 .tfea_bx3_area .tbx3_left{
	float:left;
	width:600px;
}
.tfea_bx3 .tfea_bx3_area .tbx3_right{float:right;}
.tfea_bx3 .tfea_bx3_area .tbx3_left h4{
	font-size:17px;
	font-weight:500;
}
.tfea_bx3 .tfea_bx3_area .tbx3_left img{
	width:100%;
	height:auto;
	margin:25px 0;
}
.tfea_bx3 .tfea_bx3_area .tbx3_right{padding:4% 10% 0 0;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	section.training_features .tfea_inner{width:90%;}
	section.training_features h2{margin-bottom:10px!important;}
	section.training_features h3{font-size:26px !important;}
	section.training_features h3 span{font-size:30px !important;}
	section.training_features h3 img{width:100px;height:auto;margin:0 20px 0 0;}
	section.training_features .tfea_bx1 h3 span{display:block;}
	section.training_features li img{width:100%;height:auto;}
	section.training_features .tfea_bx2 h4{padding-left:120px;}
	section.training_features .tfea_bx2 h4 br{display:none;}
	.tfea_bx3 .tfea_bx3_area .tbx3_left h4 br{display:none;}
	.tfea_bx3 .tfea_bx3_area .tbx3_left{width:57%;}
	.tfea_bx3 .tfea_bx3_area .tbx3_right{width:38%;padding:0 3% 0 5%;}
	.tfea_bx3 .tfea_bx3_area .tbx3_right img{width:100%;height:auto;padding-top:40px;}
}

/* 受講メリット */
main#training section.training_adv{
	width:100%;
	background:#F7F8F9;
	padding:60px 0 70px 0;
}
section.training_adv .tadv_inner{
	width:1200px;
	margin:0 auto;
}
section.training_adv .tadv_inner .tadv_head{
	text-align:center;
	margin:50px 0;
}
section.training_adv .tadv_inner ul{
	display: flex;
	list-style-type: none;
	text-align:center;
	gap:0 30px;
	margin:35px 0 75px 0;
}
.tadv_inner ul li{
	width:calc(100%/3);
	min-width:30%;
	font-size:16px;
	line-height:1.6;
	font-weight:400;
	border-radius: 25px;
	background:#FFF;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	position:relative;
	padding:30px 0 35px 0;
}
.tadv_inner ul li span.advpo{
	position:absolute;
	top:-35px;
	right:-10px;
}
.tadv_inner ul li span.advpo img{
	width:50px;
	height:auto;
}
.tadv_inner ul li h3{
	font-size:19px;
	line-height:1.4;
	font-weight:700;
	color:#19509F;
}
.tadv_inner ul li h3.line2{
	margin:10px 0 15px 0;
}
.tadv_inner ul li img{
	width:220px;
	height:auto;
	margin:25px 0;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.training_adv .tadv_inner{width:90%;}
	.tadv_inner ul li{font-size:14px;padding:35px 0;}
	.tadv_inner ul li h3{font-size:17px;}
	.tadv_inner ul li span.advpo{top:-40px;right:-5px;}
}

/* 受講者の声 */
main#training section.training_voice{
	width:100%;
	padding:70px 0 80px 0;
}
section.training_voice .voice_inner{
	width:1200px;
	text-align:center;
	margin:0 auto;
}
section.training_voice h3{
	font-size: 24px;
	font-weight: 700;
	text-align:center;
	margin:40px 0 50px 0;
}
section.training_voice h3 span{
	font-size: 32px;
	font-weight: 800;
	color:#4059B0;
	margin-left:5px;
}
section.training_voice ul{
	display: flex;
	list-style-type: none;
	text-align:center;
	gap:0 30px;
	margin-top:35px;
}
section.training_voice li{
	width:calc(100%/3);
	background:#FFF;
	border-radius: 25px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	padding:30px;
}
section.training_voice li img{
	width:140px;
	height:auto;
}
section.training_voice li h4{
	font-size: 17px;
	font-weight: 700;
	border-bottom:#888 1px dashed;
	padding-bottom:20px;
	margin:20px 0;
}
section.training_voice li h5{
	font-size: 16px;
	font-weight: 500;
	line-height:1.7;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.training_voice .voice_inner{width:90%;}
	section.training_voice li h4{font-size: 18px;font-weight:600;}
	section.training_voice li h5{text-align:left;}
	section.training_voice li h5 br{display:none;}
}

/* 本研修の概要 */
main#training section.training_outline{
	width:100%;
	background:#F9F6F1;
	padding:70px 0;
	margin:0 auto;
}
section.training_outline .training_outline_inner{
	width:1100px;
	margin:0 auto;
}
.training_outline_inner h3{
	font-size:18px;
	font-weight:600;
	line-height:2;
	text-align:center;
	margin:40px 0 0 0;
}
/* 一般コース */
.training_outline_inner .course_head{
	width:100%;
	font-size:30px;
	font-weight:800;
	line-height:1;
	color:#FFF;
	background:#2C3945;
	text-align:center;
	padding:16px 0 18px 0;
	margin-top:60px;
}
.training_outline_inner ul{
	display: flex;
	list-style-type: none;
	gap:0 40px;
	margin:55px 0 0 0;
}
.training_outline_inner li{
	width:calc(100%/3);
	text-align:left;
}
.training_outline_inner img{
	width:100%;
	height:auto;
	border-radius: 20px;
	margin:30px 0;
}
.training_outline_inner h4{
	width:100%;
	height:85px;
	font-size:25px;
	font-weight:700;
	line-height:1;
	color:#FFF;
	border-radius:50px;
	display:block;
	text-align:center;
	margin:0 auto 28px auto;
}
.training_outline_inner h4.to_head1{background:#21A576;padding-top:29px;}
.training_outline_inner h4.to_head2{background:#2A85B6;padding-top:14px;}
h4.to_head2 span{
	font-size:18px !important;
	display:block;
	margin-top:12px;
}
.training_outline_inner h5{
	font-size:16px;
	font-weight:500;
}
ul.course .course_head2{
	width:130px;
	color:#FFF;
	font-size:15px;
	font-weight:700;
	background:#1C50A1;
	text-align:center;
	border-radius: 3px;
	display:inline-block;
	padding:5px 0;
	margin-right:15px;
}
ul.course .course_bx{margin-top:20px;}
ul.course b{font-size:19px;}
ul.course span{font-size:14px;}

.training_outline_inner ul li ul{
	min-height:400px;
	font-weight:500;
	display: block;
	list-style: disc;
	margin:20px 0 0 25px;
}
.training_outline_inner ul li ul li{
	width:100%;
	font-size:15px;
	line-height:1.5;
	text-align:left;
	margin-bottom:5px;
}
/* 定額コース */
.training_outline_inner ul.fa{
	width:1100px;
	display: flex;
	list-style-type: none;
	text-align:center;
	gap:0 25px;
	margin:50px auto 0 auto;
}
.training_outline_inner ul.fa li{
	width:calc(100%/3);
	background:#FFF;
	border-radius: 25px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	padding:2.5% 2% 3.5% 2%;
}
.training_outline_inner ul.fa h4{
	width:100%;
	font-size:20px;
	font-weight:700;
	line-height:1.6;
	color:#3C5BB0;
	margin:0;
}
.training_outline_inner ul.fa h5{
	font-size:17px;
	font-weight:500;
	line-height:1.7;
}
.training_outline_inner ul.fa img{
	width:100%;
	height:auto;
	border-radius: 15px;
	margin:15px 0 30px 0;
}
.training_outline_inner h2.fa_head{
	font-weight:600 !important;
	display:block;
	margin:60px auto -5px auto !important;
}
.training_outline_inner h2.fa_head:before,
.training_outline_inner h2.fa_head:after{display:none;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	section.training_outline .training_outline_inner{width:90%;}
	section.training_outline br.min780{display:none;}
	h4.to_head2 span{font-size:18px;}
	ul.course h5{height:170px;}
	ul.course .course_head2{width:190px;display:block;margin-bottom:15px;}
	.training_outline_inner ul li ul{min-height:450px;}
	.training_outline_inner ul.fa{width:100%;margin:40px auto 0 auto;}
	.training_outline_inner ul.fa li{min-height:460px;}
	.training_outline_inner ul.fa h4{font-size:16px;}
	.training_outline_inner ul.fa img{margin:10px 0 25px 0;}
	.training_outline_inner ul.fa h5 {font-size: 16px;line-height: 1.6;}
}

/* =======================================================================
	SUBPAGE [くみきGO] 
======================================================================= */
main#bpo h2.title{
	font-size:41px;
	font-weight:600;
	line-height:1;
	text-align:center;
	position:relative;
	margin-bottom:5px;
}
main#bpo h2.title span{
	font-size:19px;
	color:#00757F;
	display:block;
	margin:50px 0 0 0;
}
main#bpo h2.title span::before{
	content: '';
	width: 70px;
	height: 3px;
	display: block;
	background-color:#00757F;
	position: absolute;
	left:0;
	right:0;
	bottom: 45px;
	margin:0 auto;
}
main#bpo h2.title_landscape{
	font-size:41px;
	font-weight:600;
	line-height:1;
	text-align:left;
	position:relative;
	margin:0 0 0 0 !important;
}
main#bpo .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;
}
main#bpo .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:5px 0 0 0;
}
main#bpo .contact-btn a:hover{opacity: 0.75;}

/* MV */
main#bpo section.bpo_mv1{
	width:100%;
	min-width:1200px;
	background:#F2F0E7;
	padding:5% 0;
	margin:20px auto 0 auto;
}
section.bpo_mv1 .bm_inner{
	width:1200px;
	display: flex;
	flex-wrap:wrap;
	margin:0 auto;
}
section.bpo_mv1 .bm_inner .bm_left{
	width:60%;
	position:relative;
	padding:0 0 0 2%;
}
section.bpo_mv1 .bm_inner .bm_left .bpo_logo span{
	font-size:18px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
}
section.bpo_mv1 .bm_inner .bm_left .bpo_logo img{
	width:auto;
	height:40px;
	margin-left:5px;
}
section.bpo_mv1 .bm_inner .bm_left h1{
	font-size:44px !important;
	line-height:1.4 !important;
	font-weight:600 !important;
	display:inline-block;
	text-align:left !important;
	padding:0 0 0 0;
	margin:25px 0 !important;
}
section.bpo_mv1 .bm_inner .bm_left h1 span{
	font-size:50px !important;
	font-weight:800 !important;
	color:#00747F !important;
	display:inline !important;
}
section.bpo_mv1 .bm_inner .bm_left h2{
	font-size:21px !important;
	font-weight:600 !important;
	line-height:1.6 !important;
	text-align:left !important;
	margin:0 0 45px 0!important;
}
section.bpo_mv1 .bm_inner .bm_right{
	width:40%;
	padding:1% 0 0 0;
}
section.bpo_mv1 .bm_inner .bm_right img{
	width:470px;
	height:auto;
}
section.bpo_mv1 .bm_inner .mv_btn_sp{display:none;}
section.bpo_mv1 .bm_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.bpo_mv1 .bm_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;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#bpo section.bpo_mv1{min-width:90%;}
	section.bpo_mv1 .bm_inner{width:90%;}
	section.bpo_mv1 .bm_inner .bm_left{width:60%;padding:0;}
	section.bpo_mv1 .bm_inner .bm_right{width:40%;padding:4% 0 0 0;}
	section.bpo_mv1 .bm_inner .bm_right img{width:100%;height:auto;}
	section.bpo_mv1 .bm_inner .bm_left .bpo_logo img{width:auto;height:35px;}
	section.bpo_mv1 .bm_inner .bm_left h1{font-size:34px !important;margin:25px 0 20px 0 !important;}
	section.bpo_mv1 .bm_inner .bm_left h1 span{font-size:38px !important;}
	section.bpo_mv1 .bm_inner .bm_left h2{font-size:18px !important;margin:0 0 30px 0!important;}
}

/* MV（広告用）*/
main#bpo section.bpo_mv2{
	width:100%;
	min-width:1200px;
	background:#F2F0E7;
	padding:5% 0;
	margin:20px auto 0 auto;
}
section.bpo_mv2 .bm_inner{
	width:1000px;
	min-width:1200px;
	display: flex;
	flex-wrap:wrap;
	margin:0 auto;
}
section.bpo_mv2 .bm_inner .bm_left{
	width:60%;
	padding:0 0 0 5%;
}
section.bpo_mv2 .bm_inner .bm_left .bpo_logo span{
	font-size:18px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
}
section.bpo_mv2 .bm_inner .bm_left .bpo_logo img{
	width:auto;
	height:40px;
	margin-left:5px;
}
section.bpo_mv2 .bm_inner .bm_left h1{
	font-size:40px !important;
	line-height:1.4 !important;
	font-weight:600 !important;
	display:inline-block;
	text-align:left !important;
	line-height:1.6 !important;
	padding:0 0 0 0;
	margin:45px 0 40px 0 !important;
}
section.bpo_mv2 .bm_inner .bm_left h1 span{
	font-size:46px !important;
	font-weight:800 !important;
	color:#00747F !important;
	display:inline !important;
}
section.bpo_mv2 .bm_inner .bm_left h2{
	font-size:21px !important;
	font-weight:600 !important;
	line-height:1.6 !important;
	text-align:left !important;
	margin:0 0 60px 0!important;
}
section.bpo_mv2 .bm_inner .bm_left img.mv_pic{
	width:70%;
	height:auto;
}
section.bpo_mv2 .bm_inner .bm_right{
	width:38%;
	width:38%;
	background:#FFF;
	border:#CCC 1px solid;
	padding:4% 3% 3% 3%;
}
section.bpo_mv2 .bm_inner .bm_right h3{
	font-size: 20px !important;
	font-weight: 700 !important;
	text-align: center;
	margin-bottom: 25px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#bpo section.bpo_mv2{
		width:100%;
		min-width:100%;
		padding:7% 2% 7% 4%;
	}
	section.bpo_mv2 .bm_inner{width:100%;min-width:100%;}
	section.bpo_mv2 .bm_inner .bm_left{width:56%;margin-right:4%;padding:2%;}
	section.bpo_mv2 .bm_inner .bm_left h1{font-size:32px !important;}
	section.bpo_mv2 .bm_inner .bm_left h1 span{font-size:36px !important;}
	section.bpo_mv2 .bm_inner .bm_left h2{font-size:19px !important;}
	section.bpo_mv2 .bm_inner .bm_left img.mv_pic{width:80%;display:block;margin:60px auto 0 auto;}
}

/* VISION */
main#bpo section.bpo_vision{
	width:1200px;
	padding:50px 0 70px 0;
	margin:0 auto;
}
section.bpo_vision img{
	float:right;
	margin-top:35px;
}
section.bpo_vision h2{
	font-size:22px !important;
	font-weight:700 !important;
	line-height:1;
	text-align:left !important;
	margin:0 !important;
}
section.bpo_vision h2 span{
	font-size:45px;
	color:#00757F;
	font-weight:700 !important;
}
section.bpo_vision h2 span::after{
	content: "／";
	font-size: 22px;
	color: #000;
	padding: 0 6px 0 10px;
}
section.bpo_vision h3{
	font-size:17px;
	line-height:1.8;
	font-weight:500;
}
section.bpo_vision h3 span{
	display:block;
	margin-top:25px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#bpo section.bpo_vision{width:100%;padding-left:5%;}
	section.bpo_vision img{width:30%;}
	section.bpo_vision h2{font-size:20px !important;}
	section.bpo_vision h3{font-size:16px;}
}

/* SERVICE */
main#bpo section.bpo_service{
	text-align:center;
	background:#f9f9f9;
	border-top:#DDD 1px solid;
	border-bottom:#EEE 1px solid;
	padding:25px 0 80px 0;
}
main#bpo .bpo_service h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	margin: 50px 0 30px 0;
}
main#bpo .bpo_service ul{
	width:1200px;
	display: flex;
	list-style-type: none;
	text-align: center;
	gap: 0 20px;
	margin: 0 auto;
}
main#bpo .bpo_service li{
	width: calc(100% / 3);
	line-height:1.5;
	border:#888 1px solid;
	background:#FFF;
	border-radius: 15px;
	padding: 30px 0;
}
main#bpo .bpo_service h4{
	height:60px;
	font-size: 21px;
	font-weight: 700;
	color:#00737F;
}
main#bpo .bpo_service h4.s1{padding-top:10px;}
main#bpo .bpo_service h4.s2{font-size: 19px;}

main#bpo .bpo_service img{
	width:auto;
	height:120px;
	margin:30px 0 25px 0;
}
main#bpo .bpo_service h5{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
main#bpo .bpo_service .service_flow_sp{display:none;}
main#bpo .bpo_service .service_flow_pc{
	width:1200px;
	margin:0 auto;
}
main#bpo .bpo_service .service_flow_pc img{
	width:100%;
	height:auto;
}
main#bpo .bpo_service .bpo_service_menu{
	width:1200px;
	margin:0 auto;
}
.bpo_service_menu h2{
	font-size:30px !important;
	font-weight:800 !important;
    display: flex;
    align-items: center;
    margin:70px 0 50px 0 !important;
}
.bpo_service_menu h2:before,
.bpo_service_menu h2:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #888;
}
.bpo_service_menu h2:before{margin-right: 30px;}
.bpo_service_menu h2:after{margin-left: 30px;}

.bpo_service_menu  ul{
	margin:22px auto 0 auto !important;
}
.bpo_service_menu  li{
	border:none !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	padding: 35px 0 !important;
}
.bpo_service_menu .bpo_service h4{
	height:auto !important;
	font-size: 21px;
	font-weight: 700;
	line-height:1;
	color:#00737F;
}
.bpo_service_menu li img{
	width:90% !important;
	border:#DDD 1px solid;
	height:auto !important;
	margin:-5px 0 25px 0 !important;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#bpo .bpo_service ul{width:90%;gap: 0 30px;}
	main#bpo .bpo_service li{padding:25px;}
	main#bpo .bpo_service .service_flow_pc{width:90%;}
	main#bpo .bpo_service img{width:100%;height:auto;}
	main#bpo .bpo_service h4.s2{font-size: 17px;line-height:1.3;}
	main#bpo .bpo_service h5 br{display:none;}
	main#bpo .bpo_service .bpo_service_menu{width:90%;}
	.bpo_service_menu h2{font-size:26px !important;}
	.bpo_service_menu ul{width:100% !important;gap: 0 25px !important;}
	.bpo_service_menu h4{height:auto !important;}
	.bpo_service_menu li img{width:84% !important; margin:20px 0 !important;}
	.bpo_service_menu h5{width:86%;font-size:16px !important;text-align:left;margin:0 auto;}
}

/* FEATURE */
main#bpo section.bpo_feature{
	text-align:center;
	padding:25px 0 80px 0;
}
main#bpo .bpo_feature h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	margin: 50px 0;
}
.bpo_feature ul {
	width:1200px;
	display: flex;
	list-style-type: none;
	text-align: center;
	gap: 0 30px;
	margin:30px auto 0 auto;
}
.bpo_feature li {
	width: calc(100% / 3);
	border-radius: 25px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	padding: 0;
}
.bpo_feature li .solution_bx1 {
	height:265px;
	background: #FFF;
	border-radius: 25px 25px 0 0;
	padding: 30px 20px 0 20px;
}
.bpo_feature li .solution_bx2 {
	height:245px;
	color: #FFF;
	background: url(../images/bpo/solution_arrow.png) #00757F top center no-repeat;
	background-size: 10%;
	border-radius: 0 0 25px 25px;
	padding: 35px 20px 0 20px;
}
.bpo_feature li h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #333333;
}
.bpo_feature li h4.line1{
	margin:15px 0 15px 0;
}
.bpo_feature li img {
	width: 220px;
	height: auto;
	margin-top:30px;
}
.bpo_feature li h5 {
	font-size: 22px;
	font-weight: 700;
	color: #FFFF74;
	line-height: 1.5;
	margin-bottom:12px;
}
.bpo_feature li h5.line1{
	margin:18px 0 28px 0;
}
.bpo_feature li p{
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.5;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.bpo_feature ul {width:90%;}
	.bpo_feature li .solution_bx1 {height:245px;padding: 25px 20px 0 20px;}
	.bpo_feature li .solution_bx2 {height:220px;}
	.bpo_feature li h4 {font-size: 17px;}
	.bpo_feature li img {width: 210px;}
	.bpo_feature li h5 {font-size: 18px;}
	.bpo_feature li h5.line1{margin:15px 0 27px 0;}
	.bpo_feature li p{font-size:15px;text-align:left;}
	.bpo_feature li p br{display:none;}
}

/* PRICE */
main#bpo section.bpo_price{
	background:#f9f9f9;
	border-top:#DDD 1px solid;
	border-bottom:#EEE 1px solid;
	text-align:center;
	padding:25px 0 80px 0;
}
main#bpo .bpo_price h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	margin: 50px 0;
}
.bpo_price table{
	width:1200px;
	margin:10px auto 0 auto;
}
.bpo_price table tr.plan_bg{background:#F8F7F3;}
.bpo_price table th{color:#FFF;}
.bpo_price table th.plan1{
	width:40%;
	background:#2BA2A2;
	font-size:22px;
	font-weight:700;
	padding:20px 0;
}
.bpo_price table th.plan2{
	width:40%;
	background:#00757F;
	position:relative;
	font-size:22px;
	font-weight:700;
	padding:20px 0;
}
.bpo_price table th.plan2 span.plan_po{
	position:absolute;
	top:-28px;
	right:10px;
}
.bpo_price table th.plan2 span.plan_po img{
	width:auto;
	height:70px;
}
.bpo_price table td{
	font-size:17px;
	font-weight:500;
	text-align:center;
	border:#bbb 1px solid;
	padding:25px;
}
.bpo_price table td.plan_head{
	font-size:18px;
	text-align:left;
}
.bpo_price table td span{
	display:block;
	margin-top:5px;
}
.bpo_price table td span:first-child{margin:0;}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.bpo_price table{width:90%;margin:0 auto;}
	.bpo_price table th.plan2 span.plan_po{right:0;}
	.bpo_price table th.plan2 span.plan_po img{height:60px;}
	.bpo_price table td{font-size:16px;}
}

/* FLOW */
main#bpo section.bpo_flow{
	padding:25px 0 80px 0;
}
section.bpo_flow h2{
	margin:50px 0 50px 0 !important;
}
section.bpo_flow .support_bx{
	width:930px;
	height:140px;
	display:table;
	padding:25px 0;
	margin:15px auto 0 auto;
}
section.bpo_flow .support_bx h3{
	width:380px;
	font-size:25px;
	font-weight:600;
	color:#222;
	line-height:1;
	display:table-cell;
	vertical-align:middle;
	border-right:#CCC 1px solid;
}
section.bpo_flow .support_bx h3 img{
	float:left;
	margin-right:20px;
}
section.bpo_flow .support_bx h3 span{
	font-size:21px;
	font-family: Arial;
	color:#00757F;
	display:block;
	margin:5px 0 10px 0;
}
section.bpo_flow .support_bx h4{
	font-size:17px;
	font-weight:500;
	line-height:1.7;
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 35px;
}
section.bpo_flow .support_bx a.mv_btn2{
	width:180px;
	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:18px 0 20px 0;
	margin:20px 0 0 0;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.bpo_flow .support_bx{width:90%;height:auto;margin:0 auto;padding-left:4%;}
	section.bpo_flow .support_bx h3{width:350px;font-size:20px;}
	section.bpo_flow .support_bx h4{font-size:16px;}
}

/* FAQ */
main#bpo section.bpo_faq{
	text-align:center;
	background:#f9f9f9;
	border-top:#DDD 1px solid;
	border-bottom:#EEE 1px solid;
	padding:25px 0 80px 0;
}
section.bpo_faq ul{
	width:1200px;
	text-align:left;
	list-style-type: none;
	margin:60px auto 0 auto;
}
section.bpo_faq li{
	background:#FFF;
	padding:30px 40px;
	margin-top:25px;
}
section.bpo_faq ul h3{
	height:30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color:#00737F;
	background:url(../images/bpo/fap_po.png) no-repeat;
	background-size:22px auto;
	padding:3px 0 0 38px;
}
section.bpo_faq ul p{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	padding-left:40px;
	margin-top:12px;
}
section.bpo_faq ul span{
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	display:block;
	margin-top:10px;
	padding-left:40px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.bpo_faq ul{width:90%;}
}
/* NEWS */
main#bpo section.ins_area{padding:90px 0 30px 0;}


/* =======================================================================
	SUBPAGE [くみきSAT] 
======================================================================= */
main#sx h2.title{
	font-size:41px;
	font-weight:600;
	line-height:1;
	text-align:center;
	position:relative;
	margin-bottom:5px;
}
main#sx h2.title span{
	font-size:19px;
	color:#008BD5;
	display:block;
	margin:50px 0 0 0;
}
main#sx h2.title span::before{
	content: '';
	width: 70px;
	height: 3px;
	display: block;
	background-color:#008BD5;
	position: absolute;
	left:0;
	right:0;
	bottom: 45px;
	margin:0 auto;
}
main#sx h2.title_landscape{
	font-size:41px;
	font-weight:600;
	line-height:1;
	text-align:left;
	position:relative;
	margin:0 0 0 0 !important;
}
main#sx .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;
}
main#sx .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:5px 0 0 0;
}
main#sx .contact-btn a:hover{opacity: 0.75;}

/* MV */
main#sx section.sat_mv1{
	width:100%;
	min-width:1200px;
	background: url(../images/sx/mv_bg.jpg?20250203) #E6EFF4 top right no-repeat;
	padding:4.8% 0 5% 0;
	margin:20px auto 0 auto;
}
section.sat_mv1 .sm_inner{
	width:1100px;
	min-width:1100px;
	display: flex;
	flex-wrap:wrap;
	margin:0 auto;
}
section.sat_mv1 .sm_inner .sm_left{
	width:53%;
	padding-left:1%;
	position:relative;
}
section.sat_mv1 .sm_inner .sm_left .st_logo span{
	font-size:18px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
}
section.sat_mv1 .sm_inner .sm_left .st_logo img{
	width:auto;
	height:40px;
	margin-left:5px;
}
section.sat_mv1 .sm_inner .sm_left h1{
	font-size:56px !important;
	line-height:1.4 !important;
	font-weight:600 !important;
	display:inline-block;
	text-align:left !important;
	padding:0 0 0 0;
	margin:30px 0 25px 0 !important;
}
section.sat_mv1 .sm_inner .sm_left h1 span{
	font-size:60px !important;
	font-weight:800 !important;
	color:#008BD5 !important;
	display:inline !important;
	margin-right:5px;
}
section.sat_mv1 .sm_inner .sm_left h2{
	font-size:21px !important;
	font-weight:600 !important;
	line-height:1.6 !important;
	text-align:left !important;
	margin:0 0 45px 0!important;
}
section.sat_mv1 .sm_inner .sm_right{
	width:47%;
	text-align:left;
	padding-top:10%;
}

section.sat_mv1 .sm_inner .mv_btn_sp{display:none;}
section.sat_mv1 .sm_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.sat_mv1 .sm_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;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#sx section.sat_mv1{
		width:100%;
		min-width:100%;
		padding:7% 4% 7% 6%;
	}
	section.sat_mv1 .sm_inner{width:100%;min-width:100%;}
	section.sat_mv1 .sm_inner .sm_left{width:60%;margin:0 !important;}
	section.sat_mv1 .sm_inner .sm_right{width:40%;padding-top:15%;}
	section.sat_mv1 .sm_inner .sm_right img{width:100%;height:auto;}
	section.sat_mv1 .sm_inner .sm_left h1{font-size:50px !important;margin:25px 0 20px 0 !important;}
	section.sat_mv1 .sm_inner .sm_left h1 span{font-size:55px !important;}
	section.sat_mv1 .sm_inner .sm_left h2{font-size:20px !important;margin:0 0 35px 0!important;}
}
@media screen and (max-width:820px) {
	section.sat_mv1 .sm_inner .sm_left h1 br{display:none;}
}

/* MV（広告用）*/
main#sx section.sat_mv2{
	width:100%;
	min-width:1200px;
	background: url(../images/sx/mv_bg.jpg) #E6EFF4 top right no-repeat;
	padding:5% 0;
	margin:20px auto 0 auto;
}
section.sat_mv2 .sm_inner{
	width:1200px;
	min-width:1200px;
	display: flex;
	flex-wrap:wrap;
	margin:0 auto;
}
section.sat_mv2 .sm_inner .sm_left{
	width:58%;
	text-align:center;
}
section.sat_mv2 .sm_inner .sm_left .st_logo span{
	font-size:18px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
}
section.sat_mv2 .sm_inner .sm_left .st_logo img{
	width:auto;
	height:40px;
	margin-left:5px;
}
section.sat_mv2 .sm_inner .sm_left h1{
	font-size:50px !important;
	line-height:1.4 !important;
	font-weight:600 !important;
	display:inline-block;
	line-height:1.6 !important;
	padding:0 0 0 0;
	margin:50px 0 40px 0 !important;
}
section.sat_mv2 .sm_inner .sm_left h1 span{
	font-size:55px !important;
	font-weight:800 !important;
	color:#008BD5 !important;
	display:inline !important;
	margin-right:5px;
}
section.sat_mv2 .sm_inner .sm_left h2{
	font-size:21px !important;
	font-weight:600 !important;
	line-height:1.6 !important;
	margin:0 0 50px 0!important;
}
section.sat_mv2 .sm_inner .sm_left img.mv_pic{
	width:65%;
	height:auto;
}
section.sat_mv2 .sm_inner .sm_right{
	width:40%;
	background:#FFF;
	border:#CCC 1px solid;
	padding:4% 3% 3% 3%;
}
section.sat_mv2 .sm_inner .sm_right h3{
	font-size: 20px !important;
	font-weight: 700 !important;
	text-align: center;
	margin-bottom: 25px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#sx section.sat_mv2{
		width:100%;
		min-width:100%;
		padding:7% 2% 7% 4%;
	}
	section.sat_mv2 .sm_inner{width:100%;min-width:100%;}
	section.sat_mv2 .sm_inner .sm_left{width:58%;margin-right:2%;}
	section.sat_mv2 .sm_inner .sm_right{width:39%;padding-top:25px;}
}
@media screen and (max-width:820px) {
	section.sat_mv2 .sm_inner .sm_left h1{font-size:40px !important;}
	section.sat_mv2 .sm_inner .sm_left h1 span{font-size:45px !important;}
	section.sat_mv2 .sm_inner .sm_left img.mv_pic{width:75%;height:auto;}
}

/* VISION */
main#sx section.sat_vision{
	width:1200px;
	padding:50px 0 70px 0;
	margin:0 auto;
}
section.sat_vision img{
	float:right;
	margin-top:35px;
}
section.sat_vision h2{
	font-size:22px !important;
	font-weight:700 !important;
	line-height:1;
	text-align:left !important;
	margin:0 !important;
}
section.sat_vision h2 span{
	font-size:45px;
	color:#008BD4;
	font-weight:700 !important;
}
section.sat_vision h2 span::after{
	content: "／";
	font-size: 22px;
	color: #000;
	padding: 0 6px 0 10px;
}
section.sat_vision h3{
	font-size:17px;
	line-height:1.8;
	font-weight:500;
}
section.sat_vision h3 span{
	display:block;
	margin-top:30px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#sx section.sat_vision{width:100%;padding-left:5%;}
	section.sat_vision img{width:28%;}
	section.sat_vision h2{font-size:20px !important;}
	section.sat_vision h3{font-size:16px;}
}

/* VALUE */
main#sx section.sat_value{
	background:#F6F6F6;
	border-top:#E5E5E5 1px solid;
	border-bottom:#E5E5E5 1px solid;
	padding:25px 0 80px 0;
}
section.sat_value h2{
	margin-bottom:60px !important;
}
section.sat_value .sat_value_use,
section.sat_value .sat_value_tec{
	width:1200px;
	margin:0 auto;
}
section.sat_value .sat_value_use{
	border-bottom:#888 1px dashed;
	padding-bottom:60px;
	margin-bottom:40px;
}
.sat_value_use h3,
.sat_value_tec h3{
	font-size:19px;
	font-weight:500;
	line-height:1.8;
	margin-bottom:45px;
}
.sat_value_use h3 span{
	float:left;
	width:140px;
	font-size:27px;
	font-weight:600;
	line-height:1;
	text-align:center;
	border-radius: 50px; 
	color:#006EBF;
	background:#FFF;
	border:#006EBF 2px solid;
	display:inline-block;
	padding:10px 0 12px 0;
	margin:0 20px 10px 0;
}
.sat_value_tec h3 span{
	width:140px;
	font-size:27px;
	font-weight:600;
	line-height:1;
	text-align:center;
	border-radius: 50px; 
	color:#0E3A86;
	background:#FFF;
	border:#0E3A86 2px solid;
	display:inline-block;
	padding:12px 0;
	margin-right:20px;
}
section.sat_value ul img{
	width:auto;
	height:120px;
	margin:20px 0;
}
section.sat_value .sat_value_use ul,
section.sat_value .sat_value_tec ul{
	width:1200px;
	display: flex;
	list-style-type: none;
	text-align: center;
	gap: 0 30px;
	margin:30px auto 0 auto;
}
section.sat_value .sat_value_use li,
section.sat_value .sat_value_tec li{
	width: calc(100% / 3);
	border-radius: 25px;
	background:#FFF;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	padding:0 0 30px 0;
}
.sat_value_use li h4{
	width:100%;
	font-size:22px;
	font-weight:600;
	color:#FFF;
	border-radius: 25px 25px 0 0;
	background:#006FBF;
	padding:15px 0;
}
.sat_value_tec li h4{
	width:100%;
	font-size:22px;
	font-weight:600;
	color:#FFF;
	border-radius: 25px 25px 0 0;
	background:#0F3B87;
	padding:15px 0;
}
.sat_value_tec li h4 span{
	font-size:16px;
	display:block;
	margin-bottom:4px;
}
.sat_value_use li h5,
.sat_value_tec li h5{
	line-height:1.7;
	font-weight:500;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.sat_value h3{text-align:center;}
	section.sat_value h3 span{float:none;display:block;margin:0 auto 30px auto;}
	section.sat_value .sat_value_use,
	section.sat_value .sat_value_tec{width:90%;}
	section.sat_value .sat_value_use ul,
	section.sat_value .sat_value_tec ul{width:100%;}
	section.sat_value h4{font-size:20px;}
	.sat_value_use li h5,
	.sat_value_tec li h5{text-align:left;padding:0 20px;}
	.sat_value_use li h5 br,
	.sat_value_tec li h5 br{display:none;}
}

/* SERVICE */
main#sx section.sat_service{
	text-align:center;
	padding:25px 0 80px 0;
}
main#sx .sat_service h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	margin: 50px 0;
}
main#sx .sat_service ul{
	width:1200px;
	display: flex;
	list-style-type: none;
	text-align: center;
	gap: 0 20px;
	margin: 30px auto 0 auto;
}
main#sx .sat_service li{
	width: calc(100% / 3);
	border:#888 1px solid;
	border-radius: 15px;
	padding: 30px 0 35px 0;
}
main#sx .sat_service h4{
	font-size: 22px;
	font-weight: 700;
	color:#0E3A86;
}
main#sx .sat_service img{
	width:auto;
	height:120px;
	margin:35px 0 30px 0;
}
main#sx .sat_service h5{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	main#sx .sat_service ul{width:90%;gap: 0 20px;}
	main#sx .sat_service li{padding:25px;}
	main#sx .sat_service h4{font-size: 20px;}
	main#sx .sat_service li img{width:100%;height:auto;}
	main#sx .sat_service h5{text-align:left;}
	main#sx .sat_service h5 br{display:none;}
	main#sx .sat_service h3 span,
	main#sx .sat_service h5 span{display:block;}
}

/* FEATURE */
main#sx section.sat_feature{
	background:#F6F6F6;
	border-top:#E5E5E5 1px solid;
	border-bottom:#E5E5E5 1px solid;
	text-align:center;
	padding:25px 0 80px 0;
}
main#sx .sat_feature h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	margin: 50px 0;
}
.sat_feature ul {
	width:1200px;
	display: flex;
	list-style-type: none;
	text-align: center;
	gap: 0 30px;
	margin:30px auto 0 auto;
}
.sat_feature li {
	width: calc(100% / 3);
	border-radius: 25px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	position:relative;
	padding: 0;
}
.sat_feature li img.novice{
	width:24px;
	height:auto;
	position:absolute;
	top:-12px;
	right:16px;
}
.sat_feature li .solution_bx1 {
	height:270px;
	background: #FFF;
	border-radius: 25px 25px 0 0;
	padding: 35px 20px 0 20px;
}
.sat_feature li .solution_bx2 {
	height:220px;
	color: #FFF;
	background: url(../images/sx/solution_arrow.png) #0F3B87 top center no-repeat;
	background-size: 10%;
	border-radius: 0 0 25px 25px;
	padding: 30px 20px 0 20px;
}
.sat_feature li h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #333333;
}
.sat_feature li h4.line1{
	margin:15px 0 15px 0;
}
.sat_feature li img {
	width: 220px;
	height: auto;
	margin-top:30px;
}
.sat_feature li h5 {
	font-size: 22px;
	font-weight: 700;
	color: #FFFF74;
	line-height: 1.5;
	margin-bottom:15px;
}
.sat_feature li h5.line1{
	margin:18px 0 28px 0;
}
.sat_feature li p{
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.5;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.sat_feature ul {width:90%;}
	.sat_feature li .solution_bx1 {height:245px;padding: 25px 20px 0 20px;}
	.sat_feature li .solution_bx2 {height:220px;}
	.sat_feature li h4 {font-size: 17px;}
	.sat_feature li img {width: 210px;}
	.sat_feature li h5 {font-size: 18px;}
	.sat_feature li h5.line1{margin:15px 0 27px 0;}
	.sat_feature li p{font-size:15px;text-align:left;}
	.sat_feature li p br{display:none;}
}

/* CASE STUDY */
main#sx section.case{
	width:100%;
	padding:60px 0 75px 0;
}
section.case h2.title{
	font-size: 36px !important;
	font-weight: 700 !important;
	margin:0 !important;
}
section.case h2.title span {
	font-size: 19px;
	color: #0A78BF;
	display: block;
	margin: 30px 0 0 0;
}
/* slider */
section.case ul.slider{
  width:90%;
  min-width:1200px;
  display: flex;
  list-style-type: none;
  margin:70px auto 0 auto;
}
section.case ul.slider li{
	width:calc(100%/3);
	position:relative;
	padding:0 15px;
}
section.case ul.slider li a{
	width:100%;
	height:100%;
	position:absolute;
}
section.case ul.slider li:hover{
	opacity:0.85;
}
section.case ul.slider h3{
	font-size:23px;
	font-weight:700;
	line-height:1;
	color:#10317B;
}
section.case ul.slider span{
	min-width:80px;
	font-size:18px;
	font-weight:700;
	letter-spacing:2px;
	color:#FFF;
	text-align:center;
	background:#10317B;
	display:inline-block;
	padding:10px;
	margin-right:15px;
}
section.case ul.slider span.txts{
	font-size:15px;
	letter-spacing:0;
}
section.case ul.slider img{
	width:100%;
	height:auto;
	margin:25px 0;
}
section.case ul.slider h4{
	font-size:19px;
	font-weight:700;
}
section.case .slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  cursor:pointer;
  top: 0;
  width: 0;
}
section.case .prev-arrow {
  border-bottom: 15px solid #F4F9FF;
  border-left: 0;
  border-right: 17px solid #10317B;
  border-top: 15px solid #F4F9FF;
  left: -30px;
}
section.case .next-arrow {
  border-bottom: 15px solid #F4F9FF;
  border-left: 17px solid #10317B;
  border-right: 0;
  border-top: 15px solid #F4F9FF;
  right: -30px;
}
section.case button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
section.case .experience{
	width:100%;
	margin-top:80px;
}
.experience .experience_inner{
	width:1200px;
	min-width:1200px;
	margin:0 auto;
}
.experience_inner h2{
	font-size: 30px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	color:#10317B !important;
	margin:0 !important;
    display: flex;
    align-items: center;
}
.experience_inner h2:before,
.experience_inner h2:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #10317B;
}
.experience_inner h2:before{margin-right: 30px;}
.experience_inner h2:after{margin-left: 30px;}
.experience_inner h3{
	font-size: 19px !important;
	text-align:center;
	line-height: 1.8 !important;
	font-weight: 500 !important;
	margin:40px 0 0 0 !important;
}
.experience_inner ul{
	display: flex;
	list-style-type: none;
	text-align: center;
	gap: 0 30px;
	margin: 80px 0 0 0;
}
.experience_inner li{
	width:25%;
	background:#FFF;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
	position:relative;
}
.experience_inner li img{
	position:absolute;
	top:-35px;
	left:5px;
}
.experience_inner h4{
	font-size:22px;
	font-weight: 700;
	color:#FFF;
	display:block;
	background: linear-gradient(45deg, #10317C, #0A87DA);
	padding:10px 0 12px 10px;
}
.experience_inner .experience_txt{
	font-weight: 700;
	padding:25px 0;
}
.experience_txt span.pr{
	width:70%;
	color:#FFF;
	display:block;
	border-radius: 50px;
	background:#008BD5;
	padding:0 0 3px 0;
	margin:0 auto 15px auto;
}

/* CASE STUDY 詳細 */
main#sx section.case_sub{
	width:100%;
	padding:60px 0 75px 0;
}
section.case_sub h2.title{
	font-size: 36px !important;
	font-weight: 700 !important;
	margin:0 !important;
}
section.case_sub h2.title span {
	font-size: 19px;
	color: #0A78BF;
	display: block;
	margin: 30px 0 0 0;
}
section.case_sub .case_sub_bx{
	width:1200px;
	margin:90px auto 0 auto;
}
section.case_sub .case_sub_bx h3{
	font-size:36px;
	font-weight:700;
	color:#10317B;
	line-height:1;
}
section.case_sub .case_sub_bx h3 span{
	font-size:30px;
	font-weight:700;
	color:#FFF;
	text-align:center;
	background:#10317B;
	display:inline-block;
	padding:12px 15px;
	margin-right:20px;
}
section.case_sub .case_sub_bx h4{
	font-size:38px;
	font-weight:600;
	line-height:1.4;
	margin-top:25px;
}
section.case_sub .case_sub_bx img{
	display:block;
	margin:50px auto 60px auto;
}
section.case_sub .case_sub_bx dl{
	line-height:1.6;
	display: flex;
	flex-wrap: wrap;
	border-bottom:#CCC 1px solid;
}
section.case_sub .case_sub_bx dl dt{
	width: 17%;
	font-size:22px;
	color:#10317A;
	font-weight:600;
	border-top:#CCC 1px solid;
	padding:2%;
}
section.case_sub .case_sub_bx dl dd{
	width:83%;
	font-size:17px;
	font-weight:500;
	border-top:#CCC 1px solid;
	padding:2%;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.case ul.slider{width:90%; min-width:90%;}
	section.case ul.slider span{width:100%;display:block;margin-bottom:15px;}
	section.case ul.slider span.txts{font-size:18px;letter-spacing:0;}
	.experience{padding:0;}
	.experience .experience_inner{width:90%;min-width:90%;}
	.experience_inner li img{top:-40px;left:-15px;}
	section.case_sub .case_sub_bx{width:90%;}
	section.case_sub .case_sub_bx h4 br{display:none;}
	section.case_sub .case_sub_bx dl dt{width: 20%;}
	section.case_sub .case_sub_bx dl dd{width:80%;}
}

/* PRICE */
main#sx section.sat_price{
	text-align:center;
	background:#F6F6F6;
	border-top:#E5E5E5 1px solid;
	border-bottom:#E5E5E5 1px solid;
	padding:25px 0 80px 0;
}
main#sx .sat_price h3{
	font-size: 19px;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	margin: 50px 0;
}
.sat_price table{
	width:1200px;
	background:#FFF;
	margin:10px auto 0 auto;
}
.sat_price table tr.plan_bg{background:#F4F9FF !important;}
.sat_price table th{color:#FFF;}
.sat_price table th.plan1{
	width:40%;
	background:#2E97E4;
	font-size:22px;
	font-weight:700;
	padding:20px 0;
}
.sat_price table th.plan2{
	width:40%;
	background:#2058B7;
	position:relative;
	font-size:22px;
	font-weight:700;
	padding:20px 0;
}
.sat_price table th.plan2 span.plan_po{
	position:absolute;
	top:-28px;
	right:10px;
}
.sat_price table th.plan2 span.plan_po img{
	width:auto;
	height:70px;
}
.sat_price table td{
	font-size:17px;
	font-weight:500;
	text-align:center;
	border:#bbb 1px solid;
	padding:25px;
}
.sat_price table td.plan_head{
	font-size:18px;
	text-align:left;
}
.sat_price table td span{
	display:block;
	margin-top:5px;
}
.sat_price table td span:first-child{margin:0;}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.sat_price table{width:90%;margin:0 auto;}
	.sat_price table th.plan2 span.plan_po{right:0;}
	.sat_price table th.plan2 span.plan_po img{height:60px;}
	.sat_price table td{font-size:16px;}
}

/* FLOW */
main#sx section.sat_flow{
	padding:25px 0 80px 0;
}
section.sat_flow h2{
	margin:50px 0 50px 0 !important;
}
section.sat_flow .support_bx{
	width:930px;
	height:140px;
	display:table;
	padding:25px 0;
	margin:15px auto 0 auto;
}
section.sat_flow .support_bx h3{
	width:380px;
	font-size:25px;
	font-weight:600;
	color:#222;
	line-height:1;
	display:table-cell;
	vertical-align:middle;
	border-right:#CCC 1px solid;
}
section.sat_flow .support_bx h3 img{
	float:left;
	margin-right:20px;
}
section.sat_flow .support_bx h3 span{
	font-size:21px;
	font-family: Arial;
	color:#008BD5;
	display:block;
	margin:5px 0 10px 0;
}
section.sat_flow .support_bx h4{
	font-size:17px;
	font-weight:500;
	line-height:1.7;
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 35px;
}
section.sat_flow .support_bx a.mv_btn2{
	width:180px;
	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:18px 0 20px 0;
	margin:20px 0 0 0;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.sat_flow .support_bx{width:90%;height:auto;margin:0 auto;padding-left:4%;}
	section.sat_flow .support_bx h3{width:350px;font-size:20px;}
	section.sat_flow .support_bx h4{font-size:16px;}
}

/* FAQ */
main#sx section.sat_faq{
	text-align:center;
	background:#F6F6F6;
	border-top:#E5E5E5 1px solid;
	border-bottom:#E5E5E5 1px solid;
	padding:25px 0 80px 0;
}
section.sat_faq ul{
	width:1200px;
	text-align:left;
	list-style-type: none;
	margin:60px auto 0 auto;
}
section.sat_faq li{
	background:#FFF;
	border:#10317B 1px solid;
	padding:30px 40px;
	margin-top:30px;
}
section.sat_faq ul h3{
	height:30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color:#10317B;
	background:url(../images/sx/fap_po.png) no-repeat;
	background-size:22px auto;
	padding:3px 0 0 38px;
}
section.sat_faq ul p{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	padding-left:40px;
	margin-top:12px;
}
section.sat_faq ul span{
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	display:block;
	margin-top:10px;
	padding-left:40px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section.sat_faq ul{width:90%;}
}