@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


html {
  line-height: 1;
	overflow-y: scroll;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
}

input, textarea, select {
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
	.spOnly {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pcOnly {
		display: none;
	}
}

/* mouseover
--------------------------------------------------*/
.over:hover {
  -webkit-transition: opacity;
  transition: opacity;
  opacity: 0.7;
}

/* link
--------------------------------------------------*/
a {
  color: #0851d7;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* outline
--------------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica", "Segoe UI", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.8;
  color: #333;
  min-width: 1000px;
  background: #fff;
	overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

.containerMin {
  margin: 0 auto;
  width: 700px;
  position: relative;
}

body p {
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 1%;
    line-height: 1.5;
    position: relative;
    overflow-x: hidden;
  }

  body.open {
    position: fixed;
    width: 100%;
  }

  .container,
  .containerMin {
    width: calc(100% - 26px);
  }

	body p {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
/* 文字設定
--------------------------------------------------*/
.text_center {
  text-align: center !important;
}
.text_right {
  text-align: right !important;
}
.text_left {
  text-align: left !important;
}
.text_bold {
  font-weight: bold !important;
}
.linkOff {
	pointer-events: none;
}
.text_blue {
	color: #2da7e0 !important;
}
.text_underLine {
	text-decoration: underline !important;
}

.lead {
  font-size: 20px;
  font-size: 2rem;
	text-align: center;
	padding: 20px 0;
	background: #fff;
}
.mscs-title-ajst{
  font-size: 5rem;
  font-size: 50px;
  top:20px;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 16px;
    font-size: 1.6rem;
		text-align: left;
		padding: 10px 0;
  }
  .mscs-title-ajst{
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.5;
    top:0px !important;
  }

}


/* 基本のmargin、padding
.mg：マージン
.pd：パディング
_tb：上下、_t：上、_b：下
↑+S、M、L：サイズ
--------------------------------------------------*/
.mg_tbS {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mg_tbM {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mg_tbL {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.mg_tS {
  margin-top: 30px !important;
}
.mg_tM {
  margin-top: 70px !important;
}
.mg_tL {
  margin-top: 100px !important;
}
.mg_bS {
  margin-bottom: 30px !important;
}
.mg_bXS {
  margin-bottom: 10px !important;
}
.mg_bM {
  margin-bottom: 70px !important;
}
.mg_bL {
  margin-bottom: 100px !important;
}

.pd_tbS {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pd_tbM {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.pd_tbL {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.pd_tS {
  padding-top: 30px !important;
}
.pd_tM {
  padding-top: 70px !important;
}
.pd_tL {
  padding-top: 100px !important;
}
.pd_bS {
  padding-bottom: 30px !important;
}
.pd_bM {
  padding-bottom: 70px !important;
}
.pd_bL {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mg_tbS {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mg_tbM {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mg_tbL {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mg_tS {
    margin-top: 15px !important;
  }
  .mg_tM {
    margin-top: 30px !important;
  }
  .mg_tL {
    margin-top: 60px !important;
  }
  .mg_bS {
    margin-bottom: 15px !important;
  }
	.mg_bXS {
		margin-bottom: 5px !important;
	}
  .mg_bM {
    margin-bottom: 30px !important;
  }
  .mg_bL {
    margin-bottom: 60px !important;
  }

  .pd_tbS {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pd_tbM {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pd_tbL {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pd_tS {
    padding-top: 15px !important;
  }
  .pd_tM {
    padding-top: 30px !important;
  }
  .pd_tL {
    padding-top: 60px !important;
  }
  .pd_bS {
    padding-bottom: 15px !important;
  }
  .pd_bM {
    padding-bottom: 30px !important;
  }
  .pd_bL {
    padding-bottom: 60px !important;
  }
}

/* タイトル
--------------------------------------------------*/
.tit_Heavy {
  color: #1c3458;
  font-weight: bold;
  font-size: 50px;
  font-size: 5rem;
	text-align: center;
	position: relative;
	line-height: 1;
}
.tit_large {
  color: #1c3458;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
	text-align: center;
	position: relative;
	line-height: 1;
}
.tit_large a {
	position: absolute;
	right: 0;
	bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
	color: #646464;
}
@media screen and (max-width: 767px) {
	.tit_Heavy {
		font-size: 28px;
		font-size: 2.8rem;
	}
  .tit_large {
    font-size: 20px;
    font-size: 2rem;
  }
}
.tit_small {
  color: #1c3458;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .tit_small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*上の角に装飾*/
.tit_deco {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.8em;
	color: #1e335a;
}
.tit_deco:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 10px solid #6da5db;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #6da5db;
}
.tit_deco:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-top: 10px solid #6da5db;
	border-right: 10px solid #6da5db;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}
@media screen and (max-width: 767px) {
.tit_deco {
	font-size: 16px;
	font-size: 1.6rem;
}
.tit_deco:before {
	border-top: 7px solid #6da5db;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #6da5db;
}
.tit_deco:after {
	border-top: 7px solid #6da5db;
	border-right: 7px solid #6da5db;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
}

/* インデックス画像
--------------------------------------------------*/
/*扉ページ*/
main.catTop {
	padding-top: 375px;
}
	main.catTop .mainvisual {
		position: fixed;
		width: 100%;
		top: 90px;
		z-index: -1;
	}
	main.catTop .mainvisual figure {
		width: 100%;
		height: 375px;
		background-position: center;
		background-size: cover;
		margin: 0 auto;
	}
@media screen and (max-width: 767px) {
main.catTop {
	padding-top: calc(100vw * 0.27);
}
	main.catTop .mainvisual {
		top: 66px;
	}
	main.catTop .mainvisual figure {
		height: calc(100vw * 0.27);
	}
}

/*扉の次階層*/
main.second {
	padding-top: 260px;
}
	main.second .mainvisual {
		position: fixed;
		width: 100%;
		top: 90px;
		z-index: -1;
	}
	main.second .mainvisual figure {
		width: 100%;
		height: 260px;
		background-position: center;
		background-size: cover;
		margin: 0 auto;
	}
@media screen and (max-width: 767px) {
main.second  {
	padding-top: calc(100vw * 0.19);
}
	main.second .mainvisual {
		top: 66px;
	}
	main.second .mainvisual figure {
		height: calc(100vw * 0.19);
	}
}

/*グループ会社*/
main.group {
	padding-top: 0;
}
@media screen and (max-width: 767px) {
main.group  {
	padding-top: 0;
}
}

/* ページタイトル
--------------------------------------------------*/
/*扉ページ*/
.pageTitCattop {
	font-size: 70px;
	font-size: 7rem;
	color: #1E335A;
	position: absolute;
	width: 100%;
	top: 30px;
}
	.pageTitCattop span {
		display: block;
	}
@media screen and (max-width: 767px) {
.pageTitCattop {
	font-size: 35px;
	font-size: 3.5rem;
	width: 100%;
	top: 0;
}
	.pageTitCattop span {
		display: block;
	}
}

/*扉の次階層*/
.pageTitSecond {
	font-size: 70px;
	font-size: 7rem;
	color: #1E335A;
	position: absolute;
	width: 100%;
	top: 60px;
}
	.pageTitSecond span {
		display: block;
	}
@media screen and (max-width: 767px) {
.pageTitSecond {
	font-size: 35px;
	font-size: 3.5rem;
	width: 100%;
	top: 10px;
}
	.pageTitSecond span {
		display: block;
	}
}

/*インデックス画像無し*/
.pageTitSimple {
	font-size: 34px;
	font-size: 3.4rem;
	color: #1E335A;
}
@media screen and (max-width: 767px) {
.pageTitSimple {
	font-size: 23px;
	font-size: 2.3rem;
}
}


/* リスト
--------------------------------------------------*/
.list_circle {
	display: block;
}
	.list_circle li {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		text-indent: -1em;
		margin-left: 1em;
	}
	.list_circle li + li {
		margin-top: 10px;
	}
	.list_circle li:before {
		content: "●";
		color: #646464;
	}
@media screen and (max-width: 767px) {
	.list_circle li {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.list_arrow {
	display: block;
}
	.list_arrow li {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		position: relative;
		padding-left: 1.5em;
	}
	.list_arrow li + li {
		margin-top: 10px;
	}
		.list_arrow li:before {
			content: "";
			display: block;
			width: 1em;
			height: 1em;
			background: #6da4da;
			border-radius: 0.5em;
			position: absolute;
			left: 0;
			top: 6px;
		}
		.list_arrow li:after {
			content: "";
			display: block;
			width: 0;
			height: 0;
			border: 3px solid transparent;
			border-left: 5px solid #fff;
			position: absolute;
			left: 5px;
			top: 10px;
		}

.list-disc {
    list-style: disc;
    margin-left: 20px;
}
.list-disc a{
color:#000 !important;
font-size:14px !important;
}
.list-disc li a:after{
    background: url(../image/ico_pdf.svg) no-repeat;
    file:#007dc9;
}


@media screen and (max-width: 767px) {
	.list_arrow li {
		font-size: 12px;
		font-size: 1.2rem;
	}
		.list_arrow li:before {
			top: 4px;
		}
		.list_arrow li:after {
			left: 4px;
			top: 7px;
		}
}

.list-disc {
	list-style: disc;
	margin-left: 20px;
}
.list-disc a{
color:#000 !important;
font-size:14px !important;
}
.list-disc li a:after{
	background: url(../image/ico_pdf.svg) no-repeat;
	file:#007dc9;
}

.list_num {
	list-style: decimal;
}
	.list_num li {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 1em;
	}
	.list_num li + li {
		margin-top: 10px;
	}
@media screen and (max-width: 767px) {
	.list_num li {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.list_service {
	background: #e8e8e8;
	padding: 20px;
}
	.list_service li {
		font-size: 20px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
		text-indent: -1em;
		margin-left: 1em;
	}
	.list_service li:before {
		content: "■";
		color: #2da7e0;
		position: relative;
		font-size: 30px;
		font-size: 3rem;
	}
@media screen and (max-width: 767px) {
.list_service {
	padding: 10px;
}
	.list_service li {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.list_service li:before {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.list_pdfA {}
		.list_pdfA li {
			font-size: 14px;
			font-size: 1.4em;
		}
			.list_pdfA li a {
				color: #646464;
			}
			.list_pdfA li a:before {
				content: "";
				display: inline-block;
				width: 1em;
				height: 1em;
				background: url(../image/ico_pdf.svg) no-repeat;
				background-size: contain;
				margin-right: 5px;
			}

	.list_pdfB {
		border-top: 1px solid #ccc;
	}
		.list_pdfB li a {
			border-bottom: 1px solid #ccc;
			padding: 10px 0;
			display: flex;
			justify-content: space-between;
			align-items: center;
			color: #646464;
		}
		.list_pdfB li a .title time {
			font-size: 14px;
			font-size: 1.4em;
		}
		.list_pdfB li a .title h3 {
			font-size: 16px;
			font-size: 1.6em;
			font-weight: bold;
		}
		.list_pdfB li a .byte {
			font-size: 14px;
			font-size: 1.4em;
		}
		.list_pdfB li a .byte:before {
			content: "";
			display: block;
			width: 1em;
			height: 1em;
			background: url(../image/ico_pdf.svg) no-repeat;
			background-size: contain;
			margin: 0 auto 5px;
		}

/* ボタン
--------------------------------------------------*/
.btn_base {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 45px;
  text-align: center;
  margin: 10px 10px 10px 0;
  border-radius: 7px;
  font-weight: bold;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
	cursor: pointer;
}
.btn_base:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.btn_base.fill {
  border: 1px solid #6da5db;
  background: #227fab;
	background-image: repeating-linear-gradient(-30deg, #227fab, #227fab 4px, #6da5db 5px, #6da5db 5px, #227fab 6px);
  color: #fff;
	opacity: 1;
}
.btn_base.fill:hover {
  text-decoration: none;
	opacity: 0.8;
}
.btn_base.border {
  border: 2px solid #227FAB;
  color: #227FAB;
}
.btn_base.border:hover {
  border: 2px solid #007FEB;
  background: #fff;
  color: #007FEB;
  text-decoration: none;
}
.btn_base.text {
  color: #227FAB;
}
.btn_base.text:hover {
  background: #fff;
  color: #007FEB;
  text-decoration: none;
}
.btn_base.square {
  border-radius: 0;
}
.btn_base.round {
  border-radius: 24px;
}
.btn_base.btnExpand {
	padding: 0 20px;
}
.btn_base.btnF {
  width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.btn_base.btnL {
  width: 550px;
}
.btn_base.btnM {
  width: 440px;
}
.btn_base.btnS {
  width: 150px;
}
.btn_base.arrowR:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	background: url(../image/ico_arrow_r.svg);
	background-size: cover;
}
@media screen and (max-width: 767px) {
  .btn_base {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 10px 5px 0;
    line-height: 34px;
  }
  .btn_base:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .btn_base.btnL {
    width: 100%;
  }
  .btn_base.btnM {
    width: 250px;
  }
  .btn_base.btnS {
    width: 130px;
  }
  .btn_base.round {
    border-radius: 17px;
  }
}

a.pdf:after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../image/ico_pdf.svg) no-repeat;
	background-size: contain;
	margin-left: 5px;
}
a.map:after {
	content: "";
	display: inline-block;
	position: relative;
	width: 1em;
	height: 1em;
	top: 2px;
	margin-left: 5px;
	line-height: 1;
	background: url(../image/ico_map.svg) left no-repeat;
	background-size: contain;
}


/* タグ
--------------------------------------------------*/
ul.tagList {
	width: 100%;
}
	ul.tagList li {
		display: inline-block;
		background: #706f71;
		color: #fff;
		line-height: 20px;
		padding: 0 3px;
		margin: 5px 2px 0 0;
		font-size: 12px;
		font-size: 1.2rem;
	}
@media screen and (max-width: 767px) {
	ul.tagList li {
		font-size: 10px;
		font-size: 1rem;
		line-height: 18px;
		padding: 0 5px;
		margin: 5px 3px 0 0;
	}
}


/* 事例リスト
--------------------------------------------------*/
.case_list {
	padding: 65px 0 28px;
	background: #fff;
}
	.case_list .list {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		width: 1000px;
		margin: 0 auto;
	}
		.case_list .list a {
			display: block;
			width: calc((100% - 100px) / 3);
			margin: 28px 50px 0 0;
			box-sizing: border-box;
			background: #fff;
			color: #646464;
			-webkit-transition: 0.5s;
							transition: 0.5s;
		}
		.case_list .list a:nth-child(3n) {
			margin: 28px 0 0;
		}
		.case_list .list a:hover {
			background: #7FC4FD;
			color: #fff;
			text-decoration: none;
		}
			.case_list .list a figure {
				position: relative;
				overflow: hidden;
			}
			.case_list .list a figure:after {
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background: url(../image/bg_thum_hover.svg) center no-repeat rgba(0, 0, 0, .4);
				background-size: auto 40%;
				opacity: 0;
				-webkit-transition: 0.5s;
								transition: 0.5s;
			}
			.case_list .list a:hover figure:after {
				opacity: 1;
			}
			.case_list .list a div {
				padding: 20px;
			}
				.case_list .list a div h3 {
					font-size: 17px;
					font-size: 1.7rem;
					font-weight: bold;
				}
				.case_list .list a div time {
					font-size: 14px;
					font-size: 1.4rem;
				}
.case_list.bgBlue {
	background: #d3e4f4;
	padding: 35px 0 28px;
}
		.case_list.bgBlue .list a {
			background: #d3e4f4;
		}
		.case_list.bgBlue .list a:hover {
			color: #646464;
		}
@media screen and (max-width: 767px) {
.case_list {
	padding: 20px 0 13px;
}
  .case_list .list {
    display: block;
		width: 100%;
		min-width: 100%;
  }
		.case_list .list a {
    	display: block;
			width: calc(100% - 26px);
			margin: 18px auto 0;
			overflow: hidden;
		}
		.case_list .list a:nth-child(3n) {
			margin: 18px auto 0;
		}
		.case_list .list a:hover {
			background: #fff;
			color: #646464;
		}
			.case_list .list a figure {
				width: 166px;
				float: left;
			}
			.case_list .list a figure:after {
				-webkit-transition: 0s;
								transition: 0s;
			}
			.case_list .list a:hover figure:after {
				background: rgba(0,0,0,0.0);
			}
			.case_list .list a:active figure:after {
				background: rgba(0,0,0,0.50);
			}
			.case_list .list a div {
				display: inline;
				margin: 0;
				padding: 0;
			}
			.case_list .list a div h3 {
				float: right;
				width: calc(100% - 166px);
				padding: 0 0 0 8px;
				box-sizing: border-box;
				font-size: 14px;
				font-size: 1.4rem;
			}
			.case_list .list a div time {
				float: right;
				width: calc(100% - 166px);
				padding: 0 0 0 8px;
				box-sizing: border-box;
				font-size: 10px;
				font-size: 1.0rem;
			}
				.case_list .list a div .tagList {
					width: 100%;
					clear: both;
				}
}

/* 事例リスト-人気記事
--------------------------------------------------*/
.case_list.ranking {}
	.case_list.ranking .tit_large {
		border-bottom: 1px solid #000;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.case_list.ranking .list {
		padding-bottom: 28px;
	}
		.case_list.ranking .list a {
			width: calc(100% / 5);
			margin: 0;
			box-sizing: border-box;
			border-right: 1px solid #000;
			padding: 0 20px;
			background: #fff;
			color: #646464;
			position: relative;
			-webkit-transition: 0.3s;
							transition: 0.3s;
		}
		.case_list.ranking .list a:nth-child(3n) {
			margin: 0;
		}
		.case_list.ranking .list a:last-child {
			border-right: none;
		}
			.case_list.ranking .list a .rank {
				position: absolute;
				z-index: 2;
				left: 20px;
				top: 0;
				padding: 10px 13px;
				display: block;
				text-align: center;
				background: #807d7d;
				color: #fff;
				font-size: 17px;
				font-size: 1.7rem;
				font-weight: bold;
				line-height: 1;
			}
			.case_list.ranking .list a div {
				padding: 15px 0 0;
			}
@media screen and (min-width: 768px) {
				.case_list.ranking .list a div h3 {
					font-size: 14px;
					font-size: 1.4rem;
				}
				.case_list.ranking .list a div time {
					font-size: 11px;
					font-size: 1.1rem;
				}
				.case_list.ranking .list a div ul.tagList li {
					font-size: 11px;
					font-size: 1.1rem;
				}
}
@media screen and (max-width: 767px) {
.case_list.ranking {}
		.case_list.ranking .list a {
			width: calc(100% - 26px);
			margin: 13px auto 0;
			border-right: none;
			padding: 0;
			background: #fff;
			color: #646464;
		}
		.case_list.ranking .list a:nth-child(3n) {
			margin: 13px auto 0;
		}
			.case_list.ranking .list a .rank {
				left: 0;
				padding: 10px;
			}
			.case_list.ranking .list a div {
				padding: 0;
			}
}



/* TOPページニュース表示エリア
--------------------------------------------------*/
.news {
	padding: 0;
	background: #fff;
}
	.news h2 {
		font-size: 60px;
		font-size: 6.0rem;
		color: #1e335a;
		text-align: center;
		padding: 20px 0 0 0;
	}
@media screen and (max-width: 767px) {
.news {
	padding: 20px 0;
}
	.news h2 {
		font-size: 47px;
		font-size: 4.7rem;
		padding: 0;
	}
}

/* ニュースリスト
--------------------------------------------------*/
	ul.newsList {
		width: 100%;
	}
		ul.newsList li {
			width: 100%;
			line-height: 22px;
			font-size: 15px;
			font-size: 1.5rem;
			margin: 23px 0 0;
		}
		ul.newsList li:first-child {
			margin: 0;
		}
			ul.newsList li time {
				display: inline-block;
				vertical-align: top;
				width: 115px;
			}
			.en_has_news ul.newsList li time{
				width: 135px;
			}
			ul.newsList li .category {
				display: inline-block;
				vertical-align: top;
				width: 5em;
				text-align: center;
				background: #6ca5da;
				color: #fff;
				margin-right: 30px;
			}
			ul.newsList li .category.notice {
				background: #6ca5da !important;
			}
			ul.newsList li .category.ir {
				background: #706f71 !important;
			}
			ul.newsList li a {
				display: inline-block;
				vertical-align: top;
				color: #646464;
				width: calc(100% - 145px - 5em);
			}
			.en_has_news ul.newsList li a {
				width: calc(100% - 165px - 5em);
			}
			ul.newsList li a.pdf:after {
				content: "";
				display: inline-block;
				width: 1em;
				height: 1em;
				background: url(../image/ico_pdf.svg) no-repeat;
				background-size: contain;
				margin-left: 5px;
			}
@media screen and (max-width: 767px) {
	ul.newsList li {
		width: 100%;
		line-height: 19px;
		font-size: 13px;
		font-size: 1.3rem;
		margin: 5px 0 0;
	}
		ul.newsList li time {
			display: block;
		}
		ul.newsList li .category {
			margin-right: 1em;
		}
		ul.newsList li a {
			width: calc(100% - 6em);
		}
}

/* アンカー
--------------------------------------------------*/
ul.anchor {
	margin: 10px 0;
	padding: 20px;
	box-sizing: border-box;
	display: block;
	border: 1px solid #ccc;
}
	ul.anchor li {
		display: inline-block;
		font-size: 14px;
		font-size: 1.4rem;
		position: relative;
		padding-left: 1.5em;
		margin-right: 20px;
	}
@media screen and (max-width: 767px) {
ul.anchor {
	padding: 10px;
}
	ul.anchor li {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 5px 15px 5px 0;
	}
}

dl.anchor {
	margin: 10px 0;
	padding: 20px;
	box-sizing: border-box;
	display: block;
	border: 1px solid #ccc;
}
dl.anchor div {
	display: flex;
}
dl.anchor div + div {
	margin-top: 10px;
}
dl.anchor div dt {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 15px;
}
dl.anchor div dd {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	padding-left: 1.5em;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
dl.anchor div {
	display: block;
}
dl.anchor div + div {
	margin-top: 10px;
}
dl.anchor div dt {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 15px;
}
dl.anchor div dd {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	padding-left: 1.5em;
	margin-right: 20px;
}
}

.anchor a:before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: #6da4da;
	border-radius: 0.5em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.anchor a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	left: 4px;
	top: 60%;
	transform: translate(0, -50%);
}



/* ページネーション
--------------------------------------------------*/
.pager {
	text-align: center;
}
	.pager li {
		display: inline-block;
	}
		.pager li a {
			display: block;
			border: 2px solid #717072;
			line-height: 40px;
			width: 40px;
			margin: 0 5px;
			background: #717072;
			color: #fff;
			text-align: center;
			text-decoration: none;
			font-size: 20px;
			font-size: 2rem;
			-webkit-transition: 0.3s;
							transition: 0.3s;
		}
		.pager li a.current,
		.pager li a:hover {
			background: #fff;
			color: #717072;
		}
		.pager li a.prev,
		.pager li a.next {
			border: none;
			background: none;
			position: relative;
			text-indent: -9999px;
		}
		.pager li a.prev.off,
		.pager li a.next.off {
			opacity: 0.3;
			pointer-events: none;
		}
		.pager li a.prev:after {
			content: "";
			display: block;
			width: 13px;
			height: 13px;
			border-top: 2px solid #717072;
			border-right: 2px solid #717072;
			transform: rotate(225deg);
			position: absolute;
			top: 13px;
			left: 15px;
		}
		.pager li a.next:after {
			content: "";
			display: block;
			width: 13px;
			height: 13px;
			border-top: 2px solid #717072;
			border-right: 2px solid #717072;
			transform: rotate(45deg);
			position: absolute;
			top: 13px;
			left: 8px;
		}
@media screen and (max-width: 767px) {
		.pager li a {
			line-height: 30px;
			width: 30px;
			font-size: 14px;
			font-size: 1.4rem;
		}
		.pager li a.prev:after {
			top: 7px;
			left: 10px;
		}
		.pager li a.next:after {
			top: 7px;
			left: 3px;
		}
}


/* TOPICS
--------------------------------------------------*/
.topics {
	padding: 50px 0 0;
	background: #fff;
}
	.topics h2 {
		font-size: 60px;
		font-size: 6.0rem;
		color: #1e335a;
		text-align: center;
	}
	.topics .list {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		max-width: 1300px;
		min-width: 1000px;
		margin: 0 auto;
	}
		.topics .list a {
			display: block;
			width: calc((100% - 168px) / 3);
			max-width: 376px;
			margin: 28px;
			box-sizing: border-box;
			background: #fff;
			color: #646464;
			-webkit-transition: 0.3s;
							transition: 0.3s;
		}
		.topics .list a:hover {
			background: #7FC4FD;
			color: #fff;
			text-decoration: none;
		}
			.topics .list a figure {
				position: relative;
				overflow: hidden;
			}
			.topics .list a figure:after {
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background: url(../image/bg_thum_hover.svg) center no-repeat rgba(0, 0, 0, .4);
				background-size: auto 40%;
				opacity: 0;
				-webkit-transition: 0.5s;
								transition: 0.5s;
			}
			.topics .list a:hover figure:after {
				opacity: 1;
			}
			.topics .list a div {
				padding: 20px 30px;
			}
				.topics .list a div h3 {
					font-size: 15px;
					font-size: 1.5rem;
					font-weight: bold;
				}
				.topics .list a div time {
					font-size: 11px;
					font-size: 1.1rem;
				}
	.topics .clear_list {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		max-width: 1300px;
		margin: 0 auto;
	}
		.topics .clear_list a {
			display: block;
			width: calc((100% - 168px) / 3);
			max-width: 376px;
			margin: 28px;
			box-sizing: border-box;
			background: #fff;
			color: #646464;
			-webkit-transition: 0.3s;
							transition: 0.3s;
		}
		.topics .clear_list a:hover {
			background: #7FC4FD;
			color: #fff;
			text-decoration: none;
		}
			.topics .clear_list a figure {
				position: relative;
				overflow: hidden;
			}
			.topics .clear_list a figure:after {
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background: url(../image/bg_thum_hover.svg) center no-repeat rgba(0, 0, 0, .4);
				background-size: auto 40%;
				opacity: 0;
				-webkit-transition: 0.5s;
								transition: 0.5s;
			}
			.topics .clear_list a:hover figure:after {
				opacity: 1;
			}
			.topics .clear_list a div {
				padding: 20px 30px;
			}
				.topics .clear_list a div h3 {
					font-size: 15px;
					font-size: 1.5rem;
					font-weight: bold;
				}
				.topics .clear_list a div time {
					font-size: 11px;
					font-size: 1.1rem;
				}

@media screen and (max-width: 767px) {
.topics {
	padding: 30px 0 0;
}
	.topics h2 {
		font-size: 47px;
		font-size: 4.7rem;
		padding: 0;
	}
  .topics .list {
    display: block;
		width: 100%;
		min-width: 100%;
  }
		.topics .list a {
    	display: block;
			width: calc(100% - 26px);
			margin: 13px auto 0;
			overflow: hidden;
		}
		.topics .list a:hover {
			background: #fff;
			color: #646464;
		}
			.topics .list a figure {
				width: 166px;
				float: left;
			}
			.topics .list a figure:after {
				-webkit-transition: 0s;
								transition: 0s;
			}
			.topics .list a:hover figure:after {
				background: rgba(0,0,0,0.0);
			}
			.topics .list a:active figure:after {
				background: rgba(0,0,0,0.50);
			}
			.topics .list a div {
				display: inline;
				margin: 0;
				padding: 0;
			}
			.topics .list a div h3 {
				float: right;
				width: calc(100% - 166px);
				padding: 0 8px;
				box-sizing: border-box;
			}
			.topics .list a div time {
				float: right;
				width: calc(100% - 166px);
				padding: 0 8px;
				box-sizing: border-box;
			}
				.topics .list a div .tagList {
					/*width: 100%;
					clear: both;*/
					display: none;
				}
				
  .topics .clear_list {
    display: block;
		width: 100%;
		min-width: 100%;
  }
		.topics .clear_list a {
    	display: block;
			width: calc(100% - 26px);
			margin: 13px auto 0;
			overflow: hidden;
		}
		.topics .clear_list a:hover {
			background: #fff;
			color: #646464;
		}
			.topics .clear_list a figure {
				width: 166px;
				float: left;
			}
			.topics .clear_list a figure:after {
				-webkit-transition: 0s;
								transition: 0s;
			}
			.topics .clear_list a:hover figure:after {
				background: rgba(0,0,0,0.0);
			}
			.topics .clear_list a:active figure:after {
				background: rgba(0,0,0,0.50);
			}
			.topics .clear_list a div {
				display: inline;
				margin: 0;
				padding: 0;
			}
			.topics .clear_list a div h3 {
				float: right;
				width: calc(100% - 166px);
				padding: 0 8px;
				box-sizing: border-box;
			}
			.topics .clear_list a div time {
				float: right;
				width: calc(100% - 166px);
				padding: 0 8px;
				box-sizing: border-box;
			}
				.topics .clear_list a div .tagList {
					/*width: 100%;
					clear: both;*/
					display: none;
				}
}

/* タブ
--------------------------------------------------*/
.serviceTab {
	background: #fff;
	padding: 30px 0 0;
}
.tab_area_frame {
	border-bottom: 1px solid #b2b2b2;
}
.tab_area {
	display:flex;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1000px;
}
	.tab_area li {
		width: calc(100% / 5);
		text-align:center;
		cursor: pointer;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.2;
		padding: 13px 5px;
		box-sizing: border-box;
		background: #7d7d7d;
		color: #fff;
		border-right: 1px solid #fff;
		position: relative;
	}
	.tab_area.tab2 li {
		width: calc(100% / 2) ;
	}
	.tab_area.tab3 li {
		width: calc(100% / 3) ;
	}
	.tab_area.tab4 li {
		width: calc(100% / 4) ;
	}
  .tab_area.tab5 li {
    width: calc(100% / 5) ;
  }
	.tab_area.tab6 li {
		width: calc(100% / 6) ;
	}
	.tab_area li:last-child {
		border-right: none;
	}
	.tab_area li:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 10px solid #fff;
		border-right: 10px solid transparent;
		border-bottom: 10px solid transparent;
		position: absolute;
		left: 0;
		top: 0;
	}
	.tab_area li:hover,
	.tab_area li.select {
		background: #6da5db;
	}
.hide{
	display:none;
}
@media screen and (max-width: 767px) {
.tab_area_frame {
	border-bottom: none;
}
.tab_area {
	flex-wrap: wrap;
	width: calc(100% - 26px);
	background: #d4d4d5;
}
.tab_area.tab2 li,
.tab_area.tab3 li,
.tab_area.tab4 li,
.tab_area.tab5 li,
.tab_area.tab6 li {
	width: calc(100% / 3) !important;
	font-size: 10px;
	font-size: 1.0rem;
	padding: 12px 0;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
	.tab_area li:nth-child(3n) {
		border-right: 1px solid #ccc;
	}
	.tab_area li:after {
		border: 5px solid #fff;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
}


/* 選択画面一覧
--------------------------------------------------*/
.selectList {
	background: #fff;
	padding: 45px 0 0;
}
	.selectList .container .selectItem {
		width: 100%;
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		margin-top: 20px;
		min-height: 250px;
		position: relative;
	}
	.selectList .container .selectItem {
		background: #6DA5DB;
	}
  .selectList .container .selectItem #company-group{
    min-height: 300px !important;
  }
		.selectList .container .selectItem div {
			width: 500px;
			padding: 16px 30px;
			box-sizing: border-box;
			position: relative;
		}
			.selectList .container .selectItem div h2 {
				font-size: 30px;
				font-size: 3rem;
				color: #C5DBF1;
				line-height: 1.4;
			}
			.selectList .container .selectItem div p {
				font-size: 18px;
				font-size: 1.8rem;
				line-height: 1.4;
				color: #fff;
				margin-top: 10px;
			}

			.selectList .btn_base.border {
				border: 2px solid #fff;
				color: #fff;
				position: absolute;
				bottom: 25px;
				width: calc(100% - 60px);
			}
			.selectList .btn_base.border:hover {
				border: 2px solid #fff;
				background: rgba(255,255,255,0.30);
				color: #fff;
				text-decoration: none;
			}
		.selectList .container .selectItem figure {
			min-height: 250px;
			width: 510px;
			background-repeat: no-repeat;
			background-size: auto 250px;
			background-position: right;
		}
		.selectList .container .selectItem:nth-child(even) figure {
			background-position: left;
		}
@media screen and (max-width: 767px) {
.selectList {
	padding: 30px 0 0;
}
	.selectList .container .selectItem {
		margin: 15px -13px 0;
		width: calc(100% + 26px);
		min-height: auto;
	}
	.selectList .container .selectItem:first-child {
		margin: 0 -13px;
	}
		.selectList .container .selectItem div {
			width: 50%;
			padding: 10px;
		}
			.selectList .container .selectItem div h2 {
				font-size: 15px;
				font-size: 1.5rem;
			}
			.selectList .container .selectItem div p {
				font-size: 12px;
				font-size: 1.2rem;
				padding-bottom: 50px;
			}

			.selectList .btn_base.border {
				border: 2px solid #fff;
				color: #fff;
				position: absolute;
				bottom: 15px;
				width: calc(100% - 30px);
				font-size: 14px;
				font-size: 1.4rem;
			}
		.selectList .container .selectItem figure {
			min-height: inherit;
			width: 50%;
			background-size: 100% auto;
			background-position: left;
		}
		.selectList .container .selectItem:nth-child(even) figure {
			background-position: right;
		}
}


/* 区切り線
--------------------------------------------------*/
.separateLine {
	margin: 50px 0;
	border-top: 1px solid #999;
}
@media screen and (max-width: 767px) {
.separateLine {
	margin: 25px 0;
}
}



/* 画像テキスト横並び
--------------------------------------------------*/
.photoL2col,
.photoR2col {
	display: flex;
	justify-content: space-between;
}
	.photoL2col figure,
	.photoR2col figure {
		width: 250px;
		text-align: center;
	}
	.photoR2col figure {
		order: 2;
	}
	.photoL2col div,
	.photoR2col div {
		width: calc(100% - 270px);
	}
@media screen and (max-width: 767px) {
.photoL2col,
.photoR2col {
	display: block;
}
	.photoL2col figure,
	.photoR2col figure {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.photoL2col div,
	.photoR2col div {
		width: 100%;
	}
}


/* レイアウト
.col_normal：隙間少し
.col_spacious：隙間多め
.col_full：隙間なし
.col1：1列、.col2：2列、.col3：3列、.col4：4列
--------------------------------------------------*/
.col_normal.col1 > * {
  width: 100%;
}
.col_normal.col2 > * {
  width: 48%;
}
.col_normal.col3 > * {
  width: 32%;
}
.col_normal.col4 > * {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .col_normal.col1, .col_normal.col2, .col_normal.col3 {
    display: block;
  }
  .col_normal.col1 > *, .col_normal.col2 > *, .col_normal.col3 > * {
    width: 100%;
    margin: 20px auto 0;
  }
  .col_normal.col1 > *:first-child, .col_normal.col2 > *:first-child, .col_normal.col3 > *:first-child {
    margin-top: 0;
  }
  .col_normal.col4 > * {
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
  }
  .col_normal.col4 > *:nth-child(-n+2) {
    margin-top: 0;
  }
}
.col_normal.col1, .col_normal.col2, .col_normal.col3, .col_normal.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col_normal.col1 > *, .col_normal.col2 > *, .col_normal.col3 > *, .col_normal.col4 > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}



/* テーブル
--------------------------------------------------*/
.table01 {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	border-top: 1px solid #ccc;
}
	.table01 div {
		display: flex;
		border-bottom: 1px solid #ccc;
	}
	.table01 div dt {
		width: 20%;
		background: #e2edf8;
		padding: 5px 10px;
	}
	.table01 div dd {
		width: 70%;
		padding: 5px 10px;
	}

.table02 {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	border-top: 1px solid #ccc;
}
	.table02 dt {
		text-align: center;
		background: #1c3458;
		color: #fff;
		font-weight: bold;
		padding: 5px 10px;
	}
	.table02 dd {
		padding: 5px 10px;
	}
	.table02 dd:nth-child(even) {
		background: #e2edf8;
	}

.table03 {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	border-top: 1px solid #ccc;
}
	.table03 th {
		background: #e2edf8;
		padding: 5px 10px;
		border-bottom: 1px solid #ccc;
	}
	.table03 td {
		padding: 5px 10px;
		border-bottom: 1px solid #ccc;
	}

.table-complexity table {
  width: 100%;
  margin: auto;
	border-top: 1px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
}
	.table-complexity table tr {
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
	.table-complexity table th,
	.table-complexity table td {
		box-sizing: border-box;
		padding: 5px 10px;
	}
	.table-complexity table tbody {
		text-align: left;
	}
	.table-complexity table tbody th {
		background: #e2edf8;
		word-break: keep-all;

	}

@media only screen and (max-width: 420px) {
.table-complexity {
  width: 100%;
  overflow-x: scroll;
}

.table-complexity table {
	font-size: 12px;
	font-size: 1.2rem;
}
	.table-complexity table th,
	.table-complexity table td {
		box-sizing: border-box;
		padding: 5px;
	}

.table-complexity::-webkit-scrollbar {
  background: #fff;
  border-radius: 5px;
  height: 4px;
  border: 1px solid #000;
}

.table-complexity::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
}
}


/* オーバーレイ
--------------------------------------------------*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	background: #000;
	opacity: 0.8;
	width: 200%;
	height: 200%;
}


/* a[target=_brank] 対策
-------------------------------------------------*/
/* Start t_bl_img */
.t_bl_img {
    font-size:14px;
}

.t_bl_img a[target="_blank"]:after{
    content: "";
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-left: 5px;
    background: url(../image/top/t-bl.png) no-repeat;
}
/* End t_bl_img */

/* a[target=_brank] 対策
-------------------------------------------------*/
/* Start recruit/msh */
.topics .list a[target="_blank"] div h3::after {
    content: url(/-/media/image/top/t-bl.png);
    padding-left: 5px;
}

.topics .list a:hover[target=_blank] h3:after {
    content: url(/-/media/image/top/t-blw.png);
    padding-left: 5px;
}

/* End recruit/msh */
