@charset "UTF-8";


/* --------------------------------
	文字
-------------------------------- */
body #main {
	color: #111;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-feature-settings : "palt";
}
#main .e-en {
	font-family: 'Oswald', sans-serif;
}
.fontBold {
	font-weight: bold;
}
.__color-blue {
	color: #005aab;
}
.__color-red {
	color: #e60016;
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}

/* --------------------------------
	ヘッダー
-------------------------------- */
.w1200 .global_header .container {
	max-width: 1200px;
}
.w1200 .global_nav .wrap {
	max-width: 1200px;
}


/* --------------------------------
	フッター
-------------------------------- */
@media only screen and (max-width:767px){
.global_footer {
	margin-top: 0 !important;
}
}


/* --------------------------------
	コンテンツ
-------------------------------- */
.__bg-gray {
	background-color: #f9f9f6;
}
#main .sectionWrap {
	margin: 0 auto;
	max-width: 1200px;
	/*padding: 0 13px;*/
	position: relative;
}
#main img {
	max-width: 100%;
}
#main .container {
	font-size: 114.286%;
	margin-bottom: -25px;
	position: relative;
	top: -25px;
}

@media only screen and (max-width:767px){
	#main .sectionWrap {
		padding-right: 24px;
		padding-left: 24px;
	}
	#main .container {
		margin-bottom: -15px;
		top: -15px;
	}
}


/* --------------------------------
	コンテンツ詳細
-------------------------------- */
.c-section {
	letter-spacing: 0.05em;
	overflow: hidden;
 padding: 100px 0;
}
.c-section .border:after {
	border-bottom: 1px solid #ccc;
	content: "";
	display: block;
	padding-bottom: 30px;
}
.c-section .borderWide:after {
	border-bottom: 1px solid #ccc;
	content: "";
	display: block;
	left: -90px;
	padding-bottom: 30px;
	min-width: 1200px;
	position: relative;
}
.c-section.__pb0 {
 padding-bottom: 0;	
}
.c-sectionBlock {
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.05);
	margin-top: 50px;
	overflow: hidden;
	padding: 90px;
}
.c-sectionBlock:first-child {
	margin-top: 0;
}
.c-sectionBox {
	margin-bottom: 80px;
	position: relative;
}
.c-sectionBox.__mb0 {
	margin-bottom: 0;
}
.c-sectionBox.__mb30 {
	margin-bottom: 30px;
}
.c-sectionBox2 {
	margin-bottom: 120px;
	position: relative;
}
.c-sectionBox_inner {
	padding: 0 40px;
}
.c-sectionBox_inner2 {
	padding: 0 20px;
}
.c-sectionArea {
	background: #f6f6f6;
	padding: 20px 30px;
	margin-top: 15px
}
.c-section_head {
	color: #005aab;
	display: block;
	font-size: 150%;
	font-weight: bold;
	line-height: 2;
}
.c-section_title {
	display: block;
	border-left: 3px solid #111;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 0 0 37px;
	position: relative;
}
.c-section_title:before {
	position: absolute;
	left: -3px;
	bottom: 0;
	content: '';
	width: 3px;
	height: 50%;
	background-color: #ccc;
}
.c-section_subTitle {
	display: block;
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: 10px;
}
.c-section_lead {
	font-size: 225%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 55px;
}
.c-section_lead__medium {
	font-size: 210%;
}
.c-section_lead .e-sub {
	color: #888;
	display: block;
	font-size: 39%;/*14*/
	font-weight: normal;
	margin-top: 20px;
}
.c-section_copy {
	color: #005aab;
	font-size: 200%;
	margin-bottom: 30px;
}
.c-section_text {
	font-size: 100%;
	line-height: 2;
	margin-top: 15px;
}
.c-section_text:first-child {
	margin-top: 0;
}
.c-section_text .fontLarge {
	font-size: 143.75%;
}
.c-section_img {
	margin-bottom: 40px;
	text-align: center;
}
.c-section_btn .e-link {
	color: #005aab;
	display: block;
	text-decoration: underline;
	margin-top: 15px;
	position: relative;
}
.c-section_btn_small .e-link {
	font-size: 87.5%;
}
.c-section_btn .e-link:after {
	border-bottom: 2px solid #005aab;
	border-right: 2px solid #005aab;
	content: "";
	display: inline-block;
	height: 6px;
	margin-left: 10px;
	width: 6px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-section_btn .e-link:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px){
	.c-section {
		padding: 60px 0;
	}
	.c-sectionBlock {
		padding: 20px;
		position: relative;
	}
	.c-sectionBlock:first-child {
	}
	.c-sectionBox {
		margin-bottom: 60px;
	}
	.c-sectionBox.__mb0 {
	}
	.c-sectionBox_inner {
		padding: 0;
	}
	.c-sectionBox2 {
		margin-bottom: 60px;
	}
	.c-sectionBox_inner2 {
		padding: 0;
	}
	.c-sectionArea {
		padding: 10px 15px;
		margin-top: 10px
	}
	.c-section_head {
		font-size: 125%;
	}
	.c-section_title {
		font-size: 125%;
		margin-bottom: 20px;
		padding: 0 0 0 15px;
	}
	.c-section_lead {
		font-size: 125%;
		margin-bottom: 20px;
	}
	.c-section_lead .e-sub {
		font-size: 62.5%;
		margin-top: 5px;
	}
	.c-section_copy {
		font-size: 112.5%;
		margin-bottom: 10px;
	}
	.c-section_text {
		font-size: 81.25%;
		line-height: 1.5;
	}
	.c-section_text .fontLarge {
		font-size: 112.5%;
	}
	.c-section_img {
		margin-bottom: 20px;
	}
	.c-section_btn .e-link {
		margin-top: 10px;
	}
	.c-section_btn_small .e-link {
		font-size: 81.25%;
	}
	.c-section_btn .e-link:after {
		margin-left: 5px;
	}
}


/* --------------------------------
	リスト
-------------------------------- */
.c-sectionList {
	margin-top: 15px;
}
.c-sectionList li {
	font-size: 100%;
	margin-top: 0.5em;
}
.c-sectionList.__type-disc > li {
	padding-left: 20px;
	position: relative;
}
.c-sectionList.__type-disc > li:before {
	background: #000;
	border-radius: 100%;
	content: "";
	display: inline-block;
	height: 6px;
	left: 0;
	position: absolute;
	top: 0.6em;
	width: 6px;
}
.c-sectionList.__type-number > li {
	margin-top: 1em;
	padding-left: 35px;
	position: relative;
}
.c-sectionList.__type-kana > li {
	padding-left: 35px;
	position: relative;
}
.c-sectionList.__type-number > li:first-child,
.c-sectionList.__type-kana > li:first-child {
	margin-top: 0;
}
.c-sectionList.__type-number > li:before {
	display: inline-block;
	font-weight: bold;
	left: 0;
	position: absolute;
}
.c-sectionList.__type-kana > li:before {
	display: inline-block;
	left: 0;
	position: absolute;
}
.c-sectionList.__type-number > li:nth-child(1):before {
	content: "01.";
}
.c-sectionList.__type-number > li:nth-child(2):before {
	content: "02.";
}
.c-sectionList.__type-number > li:nth-child(3):before {
	content: "03.";
}
.c-sectionList.__type-number > li:nth-child(4):before {
	content: "04.";
}
.c-sectionList.__type-number > li:nth-child(5):before {
	content: "05.";
}
.c-sectionList.__type-number > li:nth-child(6):before {
	content: "06.";
}
.c-sectionList.__type-number > li:nth-child(7):before {
	content: "07.";
}
.c-sectionList.__type-number > li:nth-child(8):before {
	content: "08.";
}
.c-sectionList.__type-number > li:nth-child(9):before {
	content: "09.";
}
.c-sectionList.__type-kana > li:nth-child(1):before {
	content: "(ア)";
}
.c-sectionList.__type-kana > li:nth-child(2):before {
	content: "(イ)";
}
.c-sectionList.__type-kana > li:nth-child(3):before {
	content: "(ウ)";
}
.c-sectionList.__type-kana > li:nth-child(4):before {
	content: "(エ)";
}
.c-sectionList.__type-kana > li:nth-child(5):before {
	content: "(オ)";
}

@media only screen and (max-width: 767px){
	.c-sectionList {
	}
	.c-sectionList li {
		font-size: 81.25%;
	}
	.c-sectionList.__type-disc > li:before {
		top: 4px;
	}
}

/* --------------------------------
	表組
-------------------------------- */
.c-sectionTable {
	margin-top: 15px;
}
.c-sectionTable_item {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.c-sectionTable_title {
	background: #f6f6f6;
	border: 1px solid #dcdcdc;
	padding: 20px;
	font-size: 100%;
	vertical-align: top;
}
.c-sectionTable_text {
}
.c-sectionTable_text,
.c-sectionTable_text2 {
	border: 1px solid #dcdcdc;
	font-size: 87.5%;
	line-height: 2;
	padding: 20px;
	vertical-align: top;
}
.c-sectionTable_text2 {
	padding: 30px 40px 50px;
}

@media only screen and (max-width: 767px){
	.c-sectionTable {
	}
	.c-sectionTable_item {
		border-bottom: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
	}
	.c-sectionTable_title {
		border-left: none;
		border-right: none;
		display: none;
		text-align: center;
	}
	.c-sectionTable_title {
		display: block;
		padding: 10px;
	}
	.c-sectionTable_text {
		border-left: none;
		border-right: none;
		border-top: none;
		display: block;
		padding: 10px;
	}
	.c-sectionTable_text2 {
		border: none;
		display: block;
		padding: 10px;
	}
}


/* --------------------------------
	画像
-------------------------------- */
.c-figuireList {
	
}
.c-figuireList .c-figuireList_items {
	
}
.c-figuireList .c-figuireList_item {
	box-sizing: border-box;
	margin-top: 40px;
}
.c-figuireList.__colum-2 .c-figuireList_items {
	letter-spacing: -.5em;
	margin: 0 -20px;
}
.c-figuireList.__colum-2 .c-figuireList_item {
	display: inline-block;
	letter-spacing: 0;
	padding: 0 20px;
	vertical-align: top;
	width: 50%;
}
.c-figuireList.__colum-3 .c-figuireList_items {
	letter-spacing: -.5em;
	margin: 0 -20px;
}
.c-figuireList.__colum-3 .c-figuireList_item {
	display: inline-block;
	letter-spacing: 0;
	padding: 0 20px;
	width: 33.3%;
}
.c-figuireList .e-caption {
	font-size: 87.5%;
	text-align: right;
}
.c-floatFigure {
	display: flex;
}
.c-floatFigure_content {
	width: calc(50% - 20px);
}
.c-floatFigure_figure {
	width: calc(50% - 20px);
	margin-left: 40px;
}
.c-floatFigure_figure .e-caption {
	text-align: right;
}

@media only screen and (max-width: 767px){
	.c-figuireList .c-figuireList_items {

	}
	.c-figuireList .c-figuireList_item {
		margin-top: 20px;
	}
	.c-figuireList.__colum-2 .c-figuireList_items {
		margin: 0 -5px;
	}
	.c-figuireList.__colum-2 .c-figuireList_item {
		padding: 0 5px;
	}
	.c-figuireList.__colum-3 .c-figuireList_items {
		margin: 0 -5px;
	}
	.c-figuireList.__colum-3 .c-figuireList_item {
		padding: 0 5px;
		width: 50%;
	}
	.c-figuireList .e-caption {
		font-size: 62.5%;
		margin-top: 5px;
	}
	.c-floatFigure {
		display: block;
	}
	.c-floatFigure_content {
		width: 100%;
	}
	.c-floatFigure_figure {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.c-floatFigure_figure .e-caption {
		font-size: 62.5%;
	}
}



/* --------------------------------
	関連コンテンツ
-------------------------------- */
.contentsList_head {
	font-size: 187.5%;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

@media only screen and (max-width: 767px){
.contentsList_head {
	font-size: 137.5%;
	margin-bottom: 30px;
	}
}

	
/***********************
	type-company
***********************/
.contentsList.__type-company .contentsList_items {
	letter-spacing: -.5em;
	margin: 0px auto;
	text-align: center;
	width: calc(100% + 6px);
}
.contentsList.__type-company .contentsList_item {
	background-color: #fff;
	border-left: 2px solid rgba(206,206,206,0.4);
	border-right: 2px solid rgba(206,206,206,0.4);
	box-sizing: border-box;
	display: inline-block;
	letter-spacing: 0;
	margin-left: -2px;
	vertical-align: top;
	width: calc(100%/3);
}
.contentsList.__type-company .contentsList_item p {
	font-size: 0;
	overflow: hidden;
}
.contentsList.__type-company .contentsList_item img {
	width: 100%;
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.contentsList.__type-company .contentsList_item:hover img {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.contentsList.__type-company .contentsList_item figcaption {
	color: #111;
	font-size: 125%;
	font-weight: bold;
	line-height: 1;
	padding: 30px 0 30px;
	text-decoration: none;
}
.contentsList.__type-company .contentsList_item .e-link:hover {
	text-decoration: none;
}
.contentsList.__type-company .contentsList_item .e-link:hover figcaption {
	color: #005aab;
}

@media only screen and (max-width: 767px){
	.contentsList.__type-company .contentsList_items {
		text-align: left;
		width: calc(100% + 3px);
	}
	.contentsList.__type-company .contentsList_item {
		border-left: 1px solid rgba(206,206,206,0.4);
		border-right: 1px solid rgba(206,206,206,0.4);
		margin-left: -1px;
		text-align: center;
		width: 50%;
	}
	.contentsList.__type-company .contentsList_item:hover img {
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.contentsList.__type-company .contentsList_item figcaption {
		font-size: 93.75%;
		padding: 10px 0;
	}
}


/***********************
	type-buisiness
***********************/
.contentsList.__type-buisiness .contentsList_items {
	background: #555;
	display: flex;
	margin-top: 70px;
	overflow: hidden;
}
.contentsList.__type-buisiness .contentsList_item {
	border-left: 2px solid rgba(204,204,204,0.4);
	box-sizing: border-box;
	line-height: 0;
	overflow: hidden;
	position: relative;
	width: calc(100% / 5);
}
.contentsList.__type-buisiness .contentsList_item:first-child {
	border: none;
}
.contentsList.__type-buisiness .contentsList_item:after {
	background: url(/common/img/btn_ico_arw2_w.png) no-repeat;
	background-size: cover;
	bottom: 40px;
	content: "";
	display: block;
	height: 32px;
	left: 40px;
	position: absolute;
	width: 32px;
}
.contentsList.__type-buisiness .contentsList_item:hover:after {
	background-image: url(/common/img/btn_ico_arw2_r.png);
}
.contentsList.__type-buisiness .contentsList_title {
	color: #fff;
	padding: 0 0 0 11%;
	position: absolute;
	top: 40%;
	z-index: 1;
}
.contentsList.__type-buisiness .e-link:hover .contentsList_title {
	color: #e60016;
}
.contentsList.__type-buisiness .contentsList_title:before {
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	margin-bottom: 30px;
	width: 13px;
}
.contentsList.__type-buisiness .e-link:hover .contentsList_title:before {
	background: #e60016;
}
.contentsList.__type-buisiness .contentsList_title .e-category {
	display: block;
	font-size: 162.5%;
	font-weight: bold;
	line-height: 1.3;
}
.contentsList.__type-buisiness .contentsList_title .e-category:after {
	content: "分野";
	display: block;
	font-size: 69%;
	font-weight: bold;
	margin: 5px 0 25px;
}
.contentsList.__type-buisiness .contentsList_title .e-sub {
	display: block;
	font-size: 81.25%;
	font-weight: 300;
}
.contentsList.__type-buisiness .contentsList_figure {
	transition: .3s ease-in-out;
}
.contentsList.__type-buisiness .e-link:hover .contentsList_figure {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
.contentsList.__type-buisiness .contentsList_figure img {
	height: 670px;
	width: 100%;
}

@media only screen and (max-width:767px){
	.contentsList.__type-buisiness .contentsList_items {
		display: block;
		margin-top: 35px;
	}
	.contentsList.__type-buisiness .contentsList_item {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid rgba(204,204,204,0.4);
		height: 150px;
		width: 100%;
	}
	.contentsList.__type-buisiness .contentsList_item:after {
		bottom: calc(50% - 16px);
		left: inherit;
		right: 20px;
	}
	.contentsList.__type-buisiness .contentsList_title {
		padding-left: 20px;
		top: calc(50% - 1.5em);
	}
	.contentsList.__type-buisiness .contentsList_title:before {
		display: inline-block;
		height: 3.5em;
		margin-bottom: 0;
		position: absolute;
		width: 2px;
	}
	.contentsList.__type-buisiness .contentsList_title .e-category {
		display: inline-block;
		font-size: 125%;
		line-height: 1;
		margin: 0 0 1em 20px;
	}
	.contentsList.__type-buisiness .contentsList_title .e-category:after {
		display: inline-block;
		margin: 0 0 0 0.5em;
	}
	.contentsList.__type-buisiness .contentsList_title .e-sub {
		margin-left: 25px;
	}
	.contentsList.__type-buisiness .contentsList_figure img {
		height: auto;
		min-height: 150px;
	}
}


/* --------------------------------
	リンク
-------------------------------- */
.e-anc {
	color: #005aab !important;
	text-decoration: underline !important;
}


/* --------------------------------
	ページトップボタン
-------------------------------- */
.pagetop{visibility:visible;opacity:1;position:fixed;z-index:3;right:24px;bottom:24px;cursor:pointer;-webkit-transition:opacity .3s,visibility .3s,background .3s;-o-transition:opacity .3s,visibility .3s,background .3s;transition:opacity .3s,visibility .3s,background .3s;font-size:0;text-align:right;z-index:9999;}
.pagetop a{display:inline-block;background:#c00}
.pagetop img{width:50px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.pagetop a:hover{background:#e60000}
.pagetop:hover img{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}
.pagetop.is-hidden{visibility:hidden;opacity:0}
.pagetop.is-absoluted{position:absolute;bottom:0}

@media only screen and (max-width:767px){
.pagetop img{width:37px}
}


/* --------------------------------
	ページタイトル部分
-------------------------------- */
.w1200 #main #module_titleArea {
	font-size: 114.286%;
	max-width: 1200px;
}
#main #category_title {
	display: table;
	font-size: 100%;
	height: 285px;
	width: 100%;
}
#category_title .e-title {
	display: table-cell;
	font-size: 312.5%;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
}
#category_title .e-sub {
	display: table-cell;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
	vertical-align: middle;
}

@media only screen and (max-width:767px){
#main #module_titleArea {
	box-sizing: border-box;
	padding-left: 10px; 
}
#main #category_title {
	display: table-cell;
	height: 150px;
	vertical-align: middle;
}
#main #category_title .e-title {
	display: block;
	font-size: 218.75%;
}
#main #category_title .e-sub {
	display: block;
	font-size: 100%;
	text-align: left;
}
}


/* --------------------------------
	パンクズ部分
-------------------------------- */
#main #module_breadcrumbs {
	font-size: 114.286%;
	max-width: 1200px;
	padding: 0;
	position: relative;
	z-index: 999;
}
#main #module_breadcrumbs:before {
	background-color: #005aab;
	content: "";
	display: table-cell;
	height: 47px;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 2000px;
}
#main #module_breadcrumbs ul {
	background-color: #005aab;
	box-sizing: border-box;
	display: table-cell;
	font-size: 81.25%;
	height: 47px;
	padding-right: 22px;
	vertical-align: middle;
}
#main #module_breadcrumbs ul li,
#main #module_breadcrumbs ul li a {
	color: #fff;
}
#main #module_breadcrumbs ul li {
	background: url(../img/arw.gif) no-repeat 0px 0.15em;
	background-size: 11px 11px;
	padding-left: 24px;
	padding-right: 13px;
}
#main #module_breadcrumbs ul li.first {
	background-image: none;
	padding-left: 0;
}

@media only screen and (max-width:767px){
#main #module_breadcrumbs{
	display: block;
	/*margin: 0 -10px;*/
}
#main #module_breadcrumbs:before {
	display: none;
}
#main #module_breadcrumbs ul {
	height: auto;
	padding: 8px 10px;
}
}


/* --------------------------------
	メインビジュアル
-------------------------------- */
#main .sec-hero {
	/*font-size: 0;*/
	overflow: hidden;
	position: relative;
}
#main .sec-hero:after {
	background-color: #f9f9f6;
	bottom: 0;
	content: "";
	display: block;
	height: 50%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#main .sec-hero .hero-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#main .sec-hero .e-img {
	max-width: initial;
}
#main .sec-hero .hero-text {
	box-sizing: border-box;
	margin: -60px 0 0 50%;
	position: relative;
	width: 50%;
}
#main .sec-hero .hero-text span {
	color: #005aab;
	display: block;
	font-size: 100%;
	font-weight: bold;
	line-height: 2;
	position: relative;
	z-index: 2;
}
#main .sec-hero .hero-text:after {
	content: "";
	display: block;
	background: #f9f9f6;
	height: 90px;
	left: -40px;
	min-width: 1200px;
	position: absolute;
	top: -30px;
}

@media only screen and (max-width:767px){
	#main .sec-hero {
		background: #f9f9f6;
	}
	#main .sec-hero:after {
		display: none;
	}
	#main .sec-hero .hero-inner {
		max-width: initial;
		padding: 0;
	}
	#main .sec-hero .hero-inner .e-img {
		max-width: 100%;
	}
	#main .sec-hero .hero-text {
		margin: 0;
		padding: 20px 24px 0;
		width: 100%;
	}
	#main .sec-hero .hero-text span {
		font-size: 93.75%;
		line-height: 1.8;
	}
	#main .sec-hero .hero-text:after {
		display: none;
	}
}


/* --------------------------------
	フェード表示
-------------------------------- */
.js-fade {
  transition: opacity 2.0s;
}


/* --------------------------------
	アニメーション
-------------------------------- */