@charset "utf-8";

/* ------------------------------
 見出し
------------------------------ */
/* コンテンツトップ */
.contentsTop .heading {
	width: 100%;
	padding: 56px 0 47px;
	background-color: #fff;
}
.contentsTop .heading h1 {
	position: relative;
	margin-bottom: 50px;
	color: #585858;
	font-size: 4rem;
	line-height: 1.4;
}
.contentsTop .heading h1 span {
	display: block;
	margin-bottom: 12px;
	color: #bfbfbf;
	font-size: 1.4rem;
	font-weight: bold;
}
.contentsTop .heading h1::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 80px;
	height: 5px;
	margin-left: -40px;
	background: url(/shared/img/h_bg.png) no-repeat 0 0 / cover;
}
.contentsTop h2 {
	margin-bottom: 60px;
	color: #585858;
	font-size: 2rem;
	line-height: 1.8;
	font-weight: bold;
}

/* コンテンツ */
.contents .heading {
	width: 100%;
	height: 170px;
}
.contents .heading h1 {
	color: #585858;
	font-size: 3.2rem;
	line-height: 170px;
	font-weight: bold;
}
.contents .fcline {
	width: 100%;
	height: 2px;
	font-size: 0;
	line-height: 0;
}
.contents .fcline:after {
	content: "";
	display: block;
	clear: both;
}
.contents .fcline div {
	float: left;
	width: 25%;
	height: 2px;
}
.contents .fcline div:first-child {
	background-color: #36a8d2;
}
.contents .fcline div:nth-child(2) {
	background-color: #254999;
}
.contents .fcline div:nth-child(3) {
	background-color: #00828A;
}
.contents .fcline div:nth-child(4) {
	background-color: #8fbe20;
}
.contents h2 {
	margin-bottom: 41px;
	padding-bottom: 15px;
	background: url(/shared/img/h2_bg.png) no-repeat 0 bottom / 1220px 4px;
	font-size: 2.3rem;
	font-weight: bold;
}
.contents h2.new {
}
.contents h2.new::after {
	content: "NEW";
	display: inline-block;
	width: 45px;
	margin-left: 12px;
	background-color: #f02846;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	line-height: 25px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	vertical-align: text-top;
}
.contents h3 {
	margin-bottom: 23px;
	padding-left: 12px;
	border-left: 5px solid #235caa;
	color: #235caa;
	font-size: 1.8rem;
	line-height: 20px;
	font-weight: bold;

}
.contents h4 {
	margin-bottom: 6px;
	font-size: 1.8rem;
	font-weight: bold;
}
.contents h4::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: -4px 6px 0 0;
	border: 5px solid #235caa;
	border-radius: 15px;
	vertical-align: middle;
}

/* h以外の見出し */
.subheading {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
	color: #036;
	font-size: 1.9rem;
	line-height: 1.5;
	font-weight: bold;
}


/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* コンテンツトップ */
	.contentsTop .heading {
		padding: 34px 0 19px;
	}
	.contentsTop .heading h1 {
		margin-bottom: 29px;
		font-size: 3rem;
	}
	.contentsTop .heading h1 span {
		margin-bottom: 6px;
		font-size: 1rem;
	}
	.contentsTop .heading h1::after {
		width: 52px;
		height: 3px;
		margin-left: -26px;
	}
	.contentsTop h2 {
		width: 90%;
		margin: 0 auto 23px;
		font-size: 1.6rem;
	}
	/* コンテンツ */
	.contents .heading {
		display: table;
		height: 130px;
	}
	.contents .heading h1 {
		display: table-cell;
		height: 130px;
		padding: 0 5%;
		font-size: 2.4rem;
		line-height: 1.4;
		vertical-align: middle;
	}
	.contents h2 {
		margin-bottom: 31px;
		padding-bottom: 10px;
		font-size: 1.9rem;
	}
	.contents h3 {
		margin-bottom: 18px;
		padding-left: 10px;
		border-left: 4px solid #235caa;
		font-size: 1.6rem;
	}
	.contents h4 {
		position: relative;
		margin-bottom: 12px;
		padding-left: 1em;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.contents h4::before {
		display: block;
		position: absolute;
		top: 6px;
		left: 0;
		width: 4px;
		height: 4px;
		margin: 0;
		border: 4px solid #235caa;
		border-radius: 12px;
	}

	/* h以外の見出し */
	.subheading {
		margin-bottom: 15px;
		font-size: 1.7rem;
	}
}



/* ------------------------------
 横幅
------------------------------ */
/* -- 1/2 -- */
.w597 {
	width: 597px;
}
.w597.fl + .w597.fl {
	margin-left: 26px;
}

/* -- 1/3 -- */
.w390 {
	width: 390px;
}
.w390.fl + .w390.fl {
	margin-left: 25px;
}

/* -- 2/3 -- */
.w805 {
	width: 805px;
}

/* -- 1/4 -- */
.w287 {
	width: 287px;
}
.w287.fl + .w287.fl {
	margin-left: 24px;
}

/* サイドあり 1/2 */
.w445 {
	width: 445px;
}
.w445.fl + .w445.fl {
	margin-left: 20px;
}

/* サイドあり 1/3 */
.w290 {
	width: 290px;
}
.w290.fl + .w290.fl {
	margin-left: 20px;
}

/* その他 */
.w288 {
	width: 288px;
}
.w332 {
	width: 332px;
}
.w336 {
	width: 336px;
}
.w400 {
	width: 400px;
}
.w430 {
	width: 430px;
}
.w600 {
	width: 600px;
}
.w770 {
	width: 770px;
}
.w860 {
	width: 860px;
}
.w907 {
	width: 907px;
}

/* ------------------------------
 横幅（スマホ用）
------------------------------ */
@media screen and (max-width: 767px) {
	.w597,
	.w390,
	.w805,
	.w287,
	.w445,
	.w290,
	.w288,
	.w332,
	.w336,
	.w400,
	.w430,
	.w600,
	.w770,
	.w860,
	.w907 {
		width: auto;
	}
	.w597.fl + .w597.fl,
	.w390.fl + .w390.fl,
	.w287.fl + .w287.fl,
	.w445.fl + .w445.fl,
	.w290.fl + .w290.fl {
		margin-left: 0;
	}
}



/* ------------------------------
 BOX
------------------------------ */
.tlineBox {
	padding-top: 30px;
	border-top: 1px dotted #ccc;
}
.bgBox {
	padding: 40px;
	border-radius: 10px;
	background-color: #f3f6f8;
	font-size: 1.6rem;
}

/* ------------------------------
 BOX（スマホ用）
------------------------------ */
@media screen and (max-width: 767px) {
	.bgBox {
		padding: 20px;
		border-radius: 5px;
	}
}



/* ------------------------------
 お問合せBOX
------------------------------ */
.inqBox {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 5px;
	background: url(/shared/img/dot.png) repeat 0 0 / 2px 2px;
}
.inqBox::after {
	content: "";
	clear: both;
	display: block;
}
.inqTel,
.inqMail {
	float: left;
	width: 480px;
	padding: 13px 30px 30px;
	text-align: center;
}
.inqTel {
	border-right: 1px solid #ccc;
}
.cms_text.inqTel {
	margin-bottom: 0;
}
.inqTel p:nth-child(4),
.inqTel p:nth-child(5),
.inqTel p:nth-child(6) {
	margin-top: -5px;
}
.inqTel p:nth-child(6) {
	margin-bottom: -15px;
}
.inqTel p br {
	display: none;
}
.inqIcon {
	margin-bottom: 10px;
	color: #036;
	font-size: 1.9rem;
	font-weight: bold;
}
.inqIcon span {
	display: inline-block;
	position: relative;
	width: 3px;
	height: 16px;
	margin: -4px 14px 0 5px;
	background-color: #036;
	font-size: 16px;
	line-height: 16px;
	vertical-align: middle;
}
.inqIcon span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -5px;
	width: 3px;
	height: 16px;
	background-color: #036;
}
.inqIcon span::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 16px;
	position: absolute;
	top: 0;
	right: -5px;
	background-color: #036;
}
.inqBox .btnInq  {
	width: 100%;
}
.inqBox .btnInq a {
	width: 240px;
	margin: 0 auto;
	font-size: 1.6rem;
}
.inqBox .btnInq a::before {
	width: 18px;
	height: 13px;
	margin-right: 10px;
}
.cms_block.inqBar {
	width: 960px;
	height: 40px;
	margin: 0 auto !important;
	border-radius: 3px 3px 0 0;
	background-color: #036;
}
.inqBar .cms_text {
	margin-bottom: 0 !important;
	color: #fff;
	font-size: 1.7rem;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.inqBar + .inqBox {
	border-radius: 0 0 5px 5px;
}


/* ------------------------------
 お問合せBOX（スマホ用）
------------------------------ */
@media screen and (max-width: 767px) {
	.inqBox {
		width: 100%;
		padding: 10px 0;
	}
	.inqTel,
	.inqMail {
		float: none;
		width: 100%;
		padding: 13px 0 20px;
	}
	.inqTel {
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	.inqTel .f19b {
		font-size: 1.9rem !important;
	}
	.inqTel p:nth-child(6) {
		margin-bottom: 0;
	}
	.inqMail {
		padding-top: 23px;
	}
	.inqBox .btnInq a {
		padding: 13px 0 12px;
		font-size: 1.5rem;
	}
	.inqBox .btnInq a::before {
		width: 17px;
		height: 12px;
		margin-right: 7px;
	}
	.cms_block.inqBar {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.inqTel p br {
		display: inline;
	}
}



/* ------------------------------
 リスト
------------------------------ */
/* 青い■■ */
.contents .bs li {
	position: relative;
	padding-left: 1em;
}
.contents .bs li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 4px;
	background: url(/shared/img/ul_bs.png) no-repeat 0 0 / 8px 4px;
}

/* disc */
.contents .disc li {
	position: relative;
	padding-left: 1em;
}
.contents .disc li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 3px;
	border-radius: 4px;
	background: #333;
}

/* 事業分野内の事例紹介 */
.contents .cl::after {
	content: "";
	display: block;
	clear: both;
}
.contents .cl li {
	float: left;
	width: 290px;
	margin-right: 20px;
}
.contents .cl li:nth-child(4) {
	margin-right: 0;
}
.contents .cl li a {
	display: block;
	height: 100px;
	padding: 0;
	border: 1px solid #0076b0;
	border-radius: 3px;
	background-color: #f3f6f8;
	color: #0076b0;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
}
.contents .cl li a span {
	position: relative;
	display: block;
	height: 100px;
	padding: 25px 50px 0 20px;
}
.contents .cl li a span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border: 0;
	border-top: solid 1px #0076b0;
	border-right: solid 1px #0076b0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}
.contents .cl li a:hover {
	text-decoration: none;
	background-color: #b2d6e7;
}

/* 1. 2. 3. … リスト */
ol {
	list-style-type: decimal;
	padding-left: 1.2em;
}

/* ------------------------------
 リスト（スマホ用）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 事業分野内の事例紹介 */
	.contents .cl li {
		float: none;
		width: 100%;
		max-width: 380px;
		margin: 0 auto 5px;
	}
	.contents .cl li:nth-child(4) {
		margin: 0 auto 10px;
	}
	.contents .cl li a {
		height: 60px;
		font-size: 1.3rem;
	}
	.contents .cl li a span {
		position: relative;
		display: table-cell;
		width: 380px;
		height: 60px;
		padding: 0 50px 0 20px;
		vertical-align: middle;
	}
	.contents .cl li a span::after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}

	/* 1. 2. 3. … リスト */
	ol {
		padding-left: 1.5em;
	}
}



/* ------------------------------
 アイコン
------------------------------ */
.arrow01::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: -2px 9px 0 1px;
	border: 0;
	border-top: solid 1px #0076b0;
	border-right: solid 1px #0076b0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}



/* ------------------------------
 テーブル
------------------------------ */
/* デフォルト */
.bdot table {
	width: 100%;
	border-collapse: separate;
}
.bdot table th {
	width: 160px;
	padding: 12px 15px 12px 0;
	border-bottom: 1px dotted #a9acad;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.bdot table td {
	padding: 12px 15px 12px 0;
	border-left: 1px solid #fff;
	border-bottom: 1px dotted #a9acad;
	vertical-align: top;
}

/* 新着情報・事例紹介用 */
.main table,
.alldot table {
	width: 100%;
	border-collapse: separate;
	border-left: dotted 1px #a9acad;
	border-top: dotted 1px #a9acad;
}
.main table th,
.alldot table th {
	padding: 12px 15px;
	border-right: dotted 1px #a9acad;
	border-bottom: dotted 1px #a9acad;
	background-color: #f3f6f8;
	font-weight: bold;
	text-align: left;
}
.main table td,
.alldot table td {
	padding: 10px 15px;
	vertical-align: top;
	border-right: dotted 1px #a9acad;
	border-bottom: dotted 1px #a9acad;
}
.main table td.item,
.alldot table td.item {
	width: 15%;
}
.main table a,
.alldot table a {
	color: #0076b0;
}



/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* デフォルト */
	.bdot table {
		border-top: 1px dotted #a9acad;
	}
	.bdot table th {
		display: block;
		width: 100% !important;
		padding: 12px 0;
	}
	.bdot table td {
		display: block;
		width: 100%;
		padding: 12px 0;
		border-left: none;
	}

	/* デフォルト thラインなし */
	.bdot.th-noline table th {
		padding: 12px 0 0;
		border-bottom: none;
	}
	.bdot.th-noline table td {
		padding: 6px 0 12px;
	}

	/* 新着情報・事例紹介用 */
	.main table th,
	.alldot table th {
		width: 25%;
		padding: 10px;
	}
	.main table td,
	.alldot table td {
		padding: 10px;
	}
	.main table td.item,
	.alldot table td.item {
		width: 25%;
	}
}



/* ------------------------------
 リンクボタン
------------------------------ */
.btn a,
.btn-small a,
.btn-apply a {
	display: inline-block;
	min-width: 366px;
	padding: 19px 0 20px;
	border: 1px solid #0076b0;
	border-radius: 3px;
	background-color: transparent;
	color: #0076b0;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.btn a span,
.btn-small a span,
.btn-apply a span {
	position: relative;
	display: inline-block;
	padding: 0 20%;
}
.btn.tl a span,
.btn-apply.tl a span {
	padding: 0 10%;
}
.btn.tl.long a span,
.btn-apply.tl.long a span {
	padding: 0 5%;
}
.btn a span::after,
.btn-small a span::after,
.btn-apply a span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border: 0;
	border-top: solid 1px #0076b0;
	border-right: solid 1px #0076b0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}
.btn a:hover,
.btn-small a:hover,
.btn-apply a:hover {
	color: #fff;
	outline: 0;
	text-decoration: none;
	box-shadow: 0 0 40px 40px #0076b0 inset;
}
.btn a:hover span::after,
.btn-small a:hover span::after,
.btn-apply a:hover span::after {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

/* small */
.btn-small a {
	padding: 3px 0 2px;
	min-width: 180px;
}

/* apply */
.btn-apply {
	text-align: center;
}
.btn-apply a {
	border: 1px solid #036;
	color: #036;
}
.btn-apply a.cms_inner_blank {
	background: none;
}
.btn-apply a span::after {
	border-top: solid 1px #036;
	border-right: solid 1px #036;
}
.btn-apply a:hover {
	box-shadow: 0 0 40px 40px #036 inset;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.btn a,
	.btn-apply a {
		min-width: 240px;
		padding: 12px 20px 11px;
	}
	.btn.tl a,
	.btn-apply.tl a {
		min-width: 288px;
	}
	.btn .cms_pdf + a,
	.btn a + .cms_pdf,
	.btn-apply .cms_pdf + a,
	.btn-apply a + .cms_pdf {
		margin-top: 3px;
		margin-left: 0;
	}
	.btn a span,
	.btn-apply a span {
		background-position: 0 .15em
	}
	.btn.tl a span,
	.btn-apply.tl a span {
		padding: 0 9%;
	}
	.btn a span::after,
	.btn-apply a span::after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}
}


/********* style **********/

/* ボタンの調整 */
.btn a,
.btn-small a {
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
	transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
	-o-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
}
.btn a span:after,
.btn-small a span:after {
	-webkit-transition: border-top 300ms ease-in-out, border-right 300ms ease-in-out;
	-o-transition: border-top 300ms ease-in-out, border-right 300ms ease-in-out;
	transition: border-top 300ms ease-in-out, border-right 300ms ease-in-out;
}

/* 背景パララックス */
@media (min-width: 768px) {
	.bg-fixed {
		background-attachment: fixed !important;
	}
	body.is-touch-device .bg-fixed {
		background-attachment: scroll !important;
	}
}

/* 文字数調整 */
.ellipsis-container {
	overflow: hidden;
}

/* ------------------------------
 YouTube動画（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.movie {
		position: relative;
		overflow: hidden;
		width: 100%;
		padding-top: 56.25%;
	}
	.movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}