@charset "utf-8";
/* CSS Document */

/* ----- フォント指定 ----------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Josefin+Sans);

/* 共通設定 */
body {
	font-family: 'Noto Sans Japanese', Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
section {
	padding-top: 100px;
	margin-top: -100px;
	padding-bottom: 100px;
}
p {
	line-height: 1.8;
}
a {
	color: #4b8ce8;
}


/* ファーストビュー */
#introduction .bg_h1 {
	min-height: 175px;
}
.company_about #introduction .bg_h1 {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/about/bg_h1_about.jpg) no-repeat right 0;
	background-color: #e9f8ff;
}
.company_csr #introduction .bg_h1 {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/csr/bg_h1_csr.jpg) no-repeat right 0;
}
.company_security #introduction .bg_h1 {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/security/bg_h1_security.jpg) no-repeat right 0;
	background-color: #e9f8ff;
}
#introduction .bg_h1 > div {
	position: relative;
	padding-top: 53px;
}
#introduction h1 {
	position: relative;
	font-size: 3.6rem;
	font-weight: bold;
	padding: 10px 0 0 95px;
}
#introduction h1:before {
	content: '';
	width: 75px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_about.svg) no-repeat 0 0 / 75px;
}
.company_about #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_about.svg) no-repeat 0 0 / 75px;
}
.company_about.company_about_history #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_about_history.svg) no-repeat 0 0 / 75px;
}
.company_about.company_about_portfolio #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_about_portfolio.svg) no-repeat 0 0 / 75px;
}
.company_about.company_about_boardmember #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_about_boardmember.svg) no-repeat 0 0 / 75px;
}
.company_about.company_about_slogan #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_about_slogan.svg) no-repeat 0 0 / 75px;
}
.company_about.company_about_organization #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_about_organization.svg) no-repeat 0 0 / 75px;
}
.company_about.company_about_account #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_about_account.svg) no-repeat 0 0 / 75px;
}
.company_about.company_about_certification-compliance #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_about_certification-compliance.svg) no-repeat 0 0 / 75px;
}
.company_csr #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_csr.svg) no-repeat 0 0 / 75px;
}
.company_csr.company_csr_management #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_csr_management.svg) no-repeat 0 0 / 75px;
}
.company_csr.company_csr_eco #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_csr_eco.svg) no-repeat 0 0 / 75px;
}
.company_csr.company_csr_staff #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_csr_staff.svg) no-repeat 0 0 / 75px;
}
.company_security #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_security.svg) no-repeat 0 0 / 75px;
}
.company_security.company_security_policy #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_security_policy.svg) no-repeat 0 0 / 75px;
}
.company_security.company_security_efforts #introduction h1:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_h1_security_efforts.svg) no-repeat 0 0 / 75px;
}
#introduction span {
	position: absolute;
	padding-left: 98px;
	top: 45px;
}
#introduction .page_link {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#introduction .page_link a {
	min-width: 300px;
	color: #333;
	position: relative;
	display: block;
	text-align: center;
	padding: 15px 30px 15px 15px;
	margin: 0 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
#introduction .page_link a:before {
	content: '';
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/icn_arrow_a.svg) no-repeat right 50% / 13px;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	transform: rotateZ(90deg);
}
#introduction .page_link a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(to right,#6096ea,#53cad3);
	background: -webkit-linear-gradient(to right,#6096ea,#53cad3);
	background: linear-gradient(to right,#6096ea,#53cad3);
	border-color: #4b8ce8;
	transition: all .3s ease-out;
}
#introduction .page_link a:hover {
	text-decoration: none;
}
#introduction .page_link a:hover:before {
	-webkit-animation: VerticalSwingBtnArrow 1.2s ease-in-out infinite alternate;
	animation: VerticalSwingBtnArrow 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes VerticalSwingBtnArrow {
	50% {
		-webkit-transform: translateY(-30%) rotateZ(90deg);
		transform: translateY(-30%) rotateZ(90deg);
	}
	100% {
		-webkit-transform: translateY(30%) rotateZ(90deg);
		transform: translateY(30%) rotateZ(90deg);
	}
}

@keyframes VerticalSwingBtnArrow {
	50% {
		-webkit-transform: translateY(-30%) rotateZ(90deg);
		transform: translateY(-30%) rotateZ(90deg);
	}
	100% {
		-webkit-transform: translateY(30%) rotateZ(90deg);
		transform: translateY(30%) rotateZ(90deg);
	}
}
#introduction .page_link a:hover:after {
	width: 100%;
	height: 100%;
	border-top: 1px solid #53cbd3;
	border-bottom: 1px solid #53cbd3;
	background: none;
}

/* コンテンツ */
section .content {
	overflow: visible;
}
section .content h2 {
	font-size: 2.7rem;
	text-align: left;
	position: relative;
	padding: 15px 0;
	margin-top: 0;
	margin-bottom: 50px;
}
section .content h2:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: -moz-linear-gradient(to right,#6096ea,#53cad3);
	background: -webkit-linear-gradient(to right,#6096ea,#53cad3);
	background: linear-gradient(to right,#6096ea,#53cad3);
	left: 0;
	bottom: 0;
}
section .content h2.none_border:after {
    content: none;
}
section .flex_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section .flex_content > div {
	width: 100%;
}
section .flex_content .col_child {
	width: 100%;
}
section .flex_content.col2 .col2_child {
	width: 47%;
	margin-bottom: 25px;
}
section .flex_content h3 {
	color: #6290ed; /* IEのときのカラー */
	background: -webkit-linear-gradient(0deg, #6290ed, #53cbd3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0;
	margin-bottom: 30px;
}
section .flex_content h4 {
	position: relative;
	padding-left: 40px;
	margin-top: 40px;
	margin-bottom: 10px;
}
section .flex_content h4:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background: -moz-linear-gradient(to right,#6096ea,#53cad3);
	background: -webkit-linear-gradient(to right,#6096ea,#53cad3);
	background: linear-gradient(to right,#6096ea,#53cad3);
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
section .flex_content p {
	margin-bottom: 20px;
}
section .flex_content a.link_block {
	color: #fff;
	background: -moz-linear-gradient(to right,#6096ea,#53cad3);
	background: -webkit-linear-gradient(to right,#6096ea,#53cad3);
	background: linear-gradient(to right,#6096ea,#53cad3);
	padding: 10px 40px 10px 20px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #fff;
	transition: .3s;
}
section .flex_content a.link_block:after {
	content: '';
	position: absolute;
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/icn_arrow_w.svg) no-repeat right 50% / 10px;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
section .flex_content a.link_block.blank:after {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/icn_new_window_w.svg) no-repeat right 50% / 14px;
	width: 14px;
	height: 14px;
}
section .flex_content a.link_block:hover {
	color: #4b8ce8;
	background: #fff;
	border: 1px solid #53cbd3;
	text-decoration: none;
	box-sizing: border-box;
}
section .flex_content a.link_block:hover:after {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/icn_arrow_a.svg) no-repeat right 50% / 10px;
}
section .flex_content a.link_block.blank:hover:after {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/icn_new_window.svg) no-repeat right 50% / 13px;
}
section .flex_content a.link_pdf {
	position: relative;
	padding-left: 40px;
	display: inline-block;
	margin-bottom: 10px;
}
section .flex_content a.link_pdf:before {
	content: '';
	position: absolute;
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/company/icn_pdf.svg) no-repeat right 50% / 30px;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* テーブル風リスト */
section .table {
	box-sizing: border-box;
	border: 2px solid #58b6dd;
	padding: 30px 20px;
	background: #fff;
	position: relative;
	margin-bottom: 50px;
}
section .table:after {
	content: '';
	position: absolute;
	width: 95%;
	height: 300px;
	background: #f3f3f3;
	bottom: -40px;
	left: -40px;
	z-index: -1;
}
section .table h5 {
	text-align: center;
	margin-bottom: 30px;
}
section .table span.title {
	display: inline-block;
	margin-bottom: 15px;
}
section .table ul {
	margin-bottom: 30px;
}
section .table ul li {
	display: flex;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
section .table ul li span {
	width: 85px;
	flex: none;
}
section .table .img_col2 {
	display: flex;
	justify-content: space-between;
}

/* テーブル */
section table.table {
	border: none;
}
section table.table tbody {
	border: 2px solid #58b6dd;
}
section .content table th, .content table td {
	padding: 2.0rem;
}
section table.table ul {
	margin-bottom: 0;
}
section table.table ul li {
	font-size: 1.4rem;
}
section table.table .list_item_link > a:before {
	width: 8px;
	height: 8px;
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/icn_arrow_b.svg) no-repeat right 50% / 8px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ボタンエリア */
.btn_area {
	margin-top: 30px;
}
.btn_area li a {
	display: block;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	min-height: 193px;
	color: #333;
	margin-bottom: 40px;
	padding: 50px 20px 50px 150px;
	position: relative;
}
.btn_area li a span {
	display: block;
}
.btn_area li.about_account a,
.btn_area li.about_certification-compliance a {
	min-height: 250px;
}
.btn_area li a:before {
	content: '';
	position: absolute;
	width: 130px;
	height: 130px;
	background: #ccc;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn_area li.about_company-profile a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/about/img_about_company-profile.jpg) no-repeat right 50% / 130px;
}
.btn_area li.about_history a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/about/img_about_history.jpg) no-repeat right 50% / 130px;
}
.btn_area li.about_portfolio a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/about/img_about_portfolio.jpg) no-repeat right 50% / 130px;
}
.btn_area li.about_boardmember a:before {
	background: url(/sevice_shared/img/company/about/img_about_boardmember.jpg) no-repeat right 50% / cover;
}
.btn_area li.about_slogan a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/about/img_about_slogan.jpg) no-repeat right 50% / 130px;
}
.btn_area li.about_organization a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/about/img_about_organization.jpg) no-repeat right 50% / 130px;
}
.btn_area li.about_account a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/about/img_about_account.jpg) no-repeat right 50% / 130px;
}
.btn_area li.about_certification-compliance a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/about/img_about_certification-compliance.jpg) no-repeat right 50% / 130px;
}

.btn_area li.csr_management a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/csr/img_csr_management.jpg) no-repeat right 50% / 130px;
}
.btn_area li.csr_eco a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/csr/img_csr_eco.jpg) no-repeat right 50% / 130px;
}
.btn_area li.csr_staff a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/csr/img_csr_staff.jpg) no-repeat right 50% / 130px;
}
.btn_area li.security_policy a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/security/img_security_policy.jpg) no-repeat right 50% / 130px;
}
.btn_area li.security_efforts a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/security/img_security_efforts.jpg) no-repeat right 50% / 130px;
}
.btn_area li.security_wp a:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/company/security/img_security_wp.jpg) no-repeat right 50% / 130px;
}
.btn_area li.security_cloud a:before {
    background: url(//cdn.www.idcf.jp/sevice_shared/img/company/security/img_security_cloud.jpg) no-repeat right 50% / 130px;
}
.btn_area li a:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 4px;
	background: -moz-linear-gradient(to right,#6096ea,#53cad3);
	background: -webkit-linear-gradient(to right,#6096ea,#53cad3);
	background: linear-gradient(to right,#6096ea,#53cad3);
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn_area li a span.title {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	line-height: 1.3;
}
.btn_area li a:hover {
	text-decoration: none;
	opacity: .7;
	transition: .5s;
}

/* パンくず */
.pankuzu ul {
	display: flex;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.pankuzu li {
	position: relative;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.pankuzu li:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/icn_arrow_a.svg) no-repeat right 50% / 13px;
	top: 50%;
	right: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pankuzu li:last-child:after {
	content: none;
}
.pankuzu li a {
	margin-right: 25px;
	color: #333;
}

/* 沿革用 */
.list_history {
	margin-bottom: 0.7em;
}
.list_history_year {
	padding: 1em;
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list_history_hdg {
	padding-right: 1.5em;
	padding-left: 1em;
	width: 1%;
	display: table-cell;
	font-size: 1.42571em;
	font-weight: bold;
	vertical-align: top;
}
.list_history_year_latter .list_history_hdg {
	border-left: solid 2px #6290ed;
	color: #6290ed;
}
.list_history_year_earlier .list_history_hdg {
	border-left: solid 2px #666666;
	color: #666666;
}
.list_history_body {
	display: table-cell;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
}
.list_history_item {
	margin-top: 1.42857em;
}
.list_history_item:first-child {
	margin-top: 0;
}
.list_history_item_hdg {
	font-weight: bold;
}
.list_history_year_latter .list_history_item_hdg {
	color: #6290ed;
}
.list_history_year_earlier .list_history_item_hdg {
	color: #666666;
}
.list_history_year_latter.list_history_year_odd {
	background-color: #f5f5f5;
}
.list_history_year_earlier.list_history_year_odd {
	background-color: #ddd;
}

/* 事業領域用 */
#portfolio figure {
	margin: 0 auto;
}
#portfolio table {
	border: solid 1px #e6e6e6;
	width: 1040px;
	margin-bottom: 15px;
}
#portfolio table.table:after {
	content: none;
}
.simplebar-scrollbar:before {
	opacity: .2;
}
#portfolio table th {
	border: solid 1px #e6e6e6;
	background-color: #f8f8f8;
}
#portfolio td {
	border: none;
	padding: 3px;
	vertical-align: top;
}
#portfolio table th {
	border: none;
}
#portfolio td:nth-child(1){
	border-right: 1px solid #e6e6e6;
	padding: 3px;
}
#portfolio td:nth-child(2){
	border-right: 1px solid #e6e6e6;
	padding: 3px;
}
#portfolio th:nth-child(1) {
	border-right: 1px solid #e6e6e6;
	padding: 3px;
}
#portfolio th:nth-child(2) {
	border-right: 1px solid #e6e6e6;
	padding: 3px;
}
#portfolio tr:nth-child(1) p {
	text-align: center!important;
	vertical-align: middle!important;
	font-weight: bold;
}
#portfolio .dc{
	background-color: #165093;
	padding: 15px 18px;
	color: #fff;
	line-height: 48px;
}
#portfolio .cloud{
	background-color: #79c1de;
	padding: 15px 18px;
	color: #fff;
	line-height: 48px;
}
#portfolio .hosting{
	vertical-align: initial;
	top: -10px!important;
	padding: 3px;
}
#portfolio .host{
	background-color: #e5e5e5;
	padding: 15px 18px;
	color: #000;
	line-height: 24px;
}
#portfolio .pa{
	padding: 15px;
	margin-bottom: 0;
}
#portfolio .pa_host{
	padding: 0 15px 2px;
	position: relative;
}
#portfolio .pa_domain{
	padding: 2px 15px 0;
	position: relative;
}
#portfolio .col_bottom {
	background: #f3f3f3;
}
#portfolio .col_bottom td {
	height: 195px;
	position: relative;
}
#portfolio .col_bottom td div {
	background: #fff;
	border-top: 2px solid #a0a0a0;
	border-bottom: 2px solid #a0a0a0;
	padding: 12px;
	text-align: center;
	position: absolute;
	height: 50px;
	box-sizing: border-box;
}
#portfolio .col_bottom td div:before {
	content: '';
	position: absolute;
	border-top: 26px solid transparent;
	border-right: 24px solid #a0a0a0;
	border-bottom: 26px solid transparent;
	top: -3px;
	left: -24px;
}
#portfolio .col_bottom td div span:before {
	content: '';
	position: absolute;
	border-top: 23px solid transparent;
	border-right: 21px solid #fff;
	border-bottom: 23px solid transparent;
	top: 0px;
	left: -21px;
}
#portfolio .col_bottom td div:after {
	content: '';
	position: absolute;
	border-top: 26px solid transparent;
	border-left: 24px solid #a0a0a0;
	border-bottom: 26px solid transparent;
	top: -3px;
	right: -24px;
}
#portfolio .col_bottom td div span:after {
	content: '';
	position: absolute;
	border-top: 23px solid transparent;
	border-left: 21px solid #fff;
	border-bottom: 23px solid transparent;
	top: 0px;
	right: -21px;
	z-index: 1;
}
#portfolio .col_bottom td:nth-child(1) div {
	z-index: 1;
	left: 25px;
	top: 16px;
	width: 617px;
}
#portfolio .col_bottom td:nth-child(2) div {
	z-index: 1;
	left: -150px;
	top: 76px;
	width: 617px;
}
#portfolio .col_bottom td:nth-child(3) div {
	z-index: 1;
	right: 25px;
	top: 136px;
	width: 450px;
}

/* 企業スローガン用 */
#slogan > div {
	position: relative;
}
#slogan > div:before {
	content: '';
	position: absolute;
	width: 96%;
	height: 2px;
	background: #66cccc;
	top: 0;
	left: 0;
}
#slogan > div:after {
	content: '';
	position: absolute;
	width: 96%;
	height: 2px;
	background: #6899ff;
	bottom: 0;
	right: 0;
}
#slogan p {
	font-size: 4.0rem;
	text-align: center;
	font-weight: bold;
	color: #6290ed;
	background: -webkit-linear-gradient(0deg, #6290ed, #53cbd3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	/*border-top: 2px solid #66cccc;*/
	position: relative;
}
#slogan p:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 90%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(to bottom,#66cccc,#fff);
	background: -webkit-linear-gradient(to bottom,#66cccc,#fff);
	background: linear-gradient(to bottom,#66cccc,#fff);
}
#slogan p:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 90%;
	top: 0;
	right: 4%;
	background: -moz-linear-gradient(to bottom,#66cccc,#fff);
	background: -webkit-linear-gradient(to bottom,#66cccc,#fff);
	background: linear-gradient(to bottom,#66cccc,#fff);
}
#slogan p > span:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 90%;
	bottom: 0;
	left: 4%;
	background: -moz-linear-gradient(to bottom,#fff,#6899ff);
	background: -webkit-linear-gradient(to bottom,#fff,#6899ff);
	background: linear-gradient(to bottom,#fff,#6899ff);
}
#slogan p > span:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 90%;
	bottom: 0;
	right: 0;
	background: -moz-linear-gradient(to bottom,#fff,#6899ff);
	background: -webkit-linear-gradient(to bottom,#fff,#6899ff);
	background: linear-gradient(to bottom,#fff,#6899ff);
}
.movie {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.movie iframe {
	width: 100%;
	height: 100%;
	min-height: 280px;
}

/* 社長挨拶用 */
#ceo_message .kv_message {
	position: relative;
	margin-bottom: 150px;
}
#ceo_message .kv_message:after {
	content: '';
	position: absolute;
	width: 500px;
	height: 240px;
	background: #f3f3f3;
	right: -150px;
	bottom: -50px;
	z-index: -1;
}
#ceo_message .kv_message h1 {
	position: absolute;
	font-size: 3.6rem;
	font-weight: bold;
	background: #fff;
	padding: 30px;
	top: 50%;
	right: -30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#ceo_message .kv_message figure {
	margin-left: -150px;
}
#ceo_message p {
	margin-bottom: 30px;
}
#ceo_message p:last-of-type {
	margin-bottom: 0;
}
#ceo_message .ceo_name {
	font-size: 2.5rem;
}
@media (max-width: 1399px) {
	#ceo_message .kv_message h1 {
		font-size: 2.8rem;
		right: 20px;
	}
	#ceo_message .kv_message:after {
		right: 0;
	}
	#ceo_message .kv_message figure {
		margin: 0 auto;
	}
}

/* 情報セキュリティ用 */
.company_security.company_security_policy .flex_content ul {
	margin-left: 20px;
}
.company_security.company_security_policy .flex_content li {
	list-style-type: decimal;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* データセンターのセキュリティ対策 */
.company_security.company_security_efforts .text1 p {
	margin-bottom: 48px;
}

/*----------------------------------------------------------------------------------------------------
	for SP（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
	section {
		padding-top: 50px;
		margin-top: -50px;
		padding-bottom: 50px;
	}
	.content {
		width: 90%;
	}
	span.auto_br {
		display: inline!important;
	}
	#introduction .bg_h1 {
		background-position: left 0!important;
		min-height: 150px;
	}
	#introduction h1 {
		font-size: 2.0rem;
		padding-left: 60px;
	}
	#introduction h1:before {
		width: 50px;
		height: 50px;
		background-size: 50px!important;
	}
	#introduction span {
		padding-left: 62px;
	}
	#introduction .page_link a:hover:before {
		animation: none;
	}
	#introduction .page_link a:hover:after {
		border: none;
		height: 2px;
		background: -moz-linear-gradient(to right,#6096ea,#53cad3);
		background: -webkit-linear-gradient(to right,#6096ea,#53cad3);
		background: linear-gradient(to right,#6096ea,#53cad3);
	}
	section .flex_content.col2 .col2_child {
		width: 95%;
		margin: 0 auto 30px;
	}
	section .content h2 {
		font-size: 1.9rem;
		margin-bottom: 30px;
	}
	section .flex_content h3 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	section .flex_content h4 {
		margin-top: 0;
		font-size: 1.7rem;
	}
	section table.table ul li {
		font-size: 1.2rem;
	}
	section .btn_area .flex_content.col2 .col2_child {
		margin-bottom: 0;
		width: 90%;
	}
	.btn_area {
		margin-top: 0;
	}
	.btn_area li a {
		padding: 30px 20px 30px 110px;
		margin-bottom: 20px;
		min-height: 123px;
	}
	.btn_area li.about_account a,
	.btn_area li.about_organization a,
	.btn_area li.about_certification-compliance a,
	.btn_area li.security_policy a,
	.btn_area li.security_efforts a {
		min-height: 123px;
	}
	.btn_area li a:before {
		width: 90px;
		height: 90px;
	}
	.btn_area li a:after {
		width: 40px;
		height: 4px;
	}
	.btn_area li a span {
		font-size: 1.2rem;
	}
	.btn_area li a span.title {
		font-size: 1.6rem;
	}
	.pankuzu li {
		font-size: 1.2rem;
	}
	
	#slogan p {
		font-size: 2.7rem;
	}
	.company_security.company_security_efforts .text1 p {
		margin-bottom: 20px;
	}
	#ceo_message .kv_message {
		text-align: center;
	}
	#ceo_message .kv_message h1 {
		top: auto;
		bottom: -80px;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 90%;
		max-width: 650px;
		box-sizing: border-box;
	}
	#ceo_message .kv_message:after {
		right: -9px;
		bottom: -130px;
	}
	.movie iframe {
		min-height: auto;
	}
}
@media (max-width: 799px) {
	#ceo_message .kv_message h1 {
		font-size: 2.3rem;
		padding: 20px 10px;
	}
}
@media (max-width: 599px) {
	#ceo_message .kv_message h1 {
		font-size: 1.9rem;
	}
	#ceo_message .kv_message:after {
		width: 250px;
		right: -15px;
	}
}
@media (max-width: 499px) {
	#ceo_message .kv_message h1 {
		font-size: 1.3rem;
		padding: 20px 5px;
		width: 95%;
	}
}

