<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-------------------------------------------------------------------------------------
★★★★★　foundation.css　のタブレットのブレークポイントを変更しています。★★★★★
@media print, screen and (min-width: 40em) {
								↓
@media print, screen and (min-width: 668px) {
-------------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');

@font-face {
	font-family: "Awesome";
	src: url("/fonts/fa-light-300.woff") format("woff");
}

/* reset */
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-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	font-size: 16px;
	font-family: "メイリオ","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}
body {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #333333;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
a {
	color: #000;
}
a:hover,
a:focus {
	color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
@media screen and (width: 668px){
	body,html{
		min-width:1170px;
	}
}




/***********************************************************

共通 スタイルガイド

***********************************************************/

/* ------------------------------------
layout
--------------------------------------- */

#contents {
	position: relative;
	top: 0;
	width: 100%;
	padding: 20px 0 0 0;
}
#contents .inner {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#contents .bottom-space {
	margin-bottom: 80px;
}
#contents .bg {
	padding-bottom: 60px;
}
#contents .bg.bgcolor1 {
	background-color: #eee;
}
#contents .bg.bgcolor2 {
	background-color: #cccc00;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#contents {
		padding-top: 50px;
	}
	#contents .inner {
		max-width: initial;
		max-width: auto;
		width: 100%;
		/*padding: 0 15px;  元はコレ　*/
		padding: 0 15px;
		box-sizing: border-box;
	}
	#contents .bottom-space {
		margin-bottom: 40px;
	}
}
@media screen and (min-width:668px) and (max-width:1170px){
	#contents .inner {
		max-width: initial;
		max-width: auto;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
}

/* ------------------------------------
&lt;h2&gt;～&lt;h6&gt;のスタイル
--------------------------------------- */
/*　ここに記述してください　*/
h2 {
    position: relative;
    padding: 50px 0 40px 0;
    font-weight: 500;
    font-size: 1.875rem;
    color: #025cab;
    text-align: center;
    text-shadow: none;
}
h2:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    top: 0px;
    left: 50%;
    margin-left: -35px;
    z-index: 1;
    border-bottom: solid 4px #025cab;
}


/* ------------------------------------
&lt;ul&gt;のスタイル
--------------------------------------- */
/*　ここに記述してください　*/



/* ------------------------------------
&lt;a&gt;のスタイル
arrowのついたテキストリンクなどのスタイル
--------------------------------------- */
/*　ここに記述してください　*/



/* ------------------------------------
topic-pathのスタイル
パン屑
--------------------------------------- */
/*　ここに記述してください　*/



/* ------------------------------------
paginationのスタイル
ページネーション
--------------------------------------- */
/*　ここに記述してください　*/



/* ------------------------------------
&lt;table&gt;のスタイル
--------------------------------------- */
/*　ここに記述してください　*/



/* ------------------------------------
&lt;form&gt;のスタイル
--------------------------------------- */
/*　ここに記述してください　*/



/* ------------------------------------
ボタンのスタイル
--------------------------------------- */
/*　ここに記述してください　*/



/* ------------------------------------
ラベルのスタイル
--------------------------------------- */
/*　ここに記述してください　*/




/***********************************************************

個別ページ

***********************************************************/

/* ------------------------------------
main Vis
--------------------------------------- */

/* main Vis */
.sec_main_vis {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 600px;
    background: url(../images/top/p_main01.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 55px 55px;
}

@media screen and (max-width: 767px){
.sec_main_vis {
    height: 85vw;
    min-height: initial;
    padding: 70px 3% 6%;
    background: url(../images/top/p_main01_sp.jpg) no-repeat center center;
    background-size: cover;
}
}



/*-------------------------
  コンテンツ 共通
-------------------------*/


/* タイトルエリア　*/
.titleArea {
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
.titleArea {
	padding-top: 30px !important;
	padding-bottom: 30px !importan;
}
}


/* ショルダー　*/
.titleArea ul.shoulder{
	/*background: url(../images/top/shoulder_line.gif) repeat-x center;*/
	margin-bottom: 30px;
}
.titleArea ul.shoulder li p{
	display: ;
	background-color: #fff;
	padding: 7px 10px 5px 10px;
	font-weight: bold;
	border-bottom: #ccc solid 1px;
}

.bgcolor1.titleArea ul.shoulder li p{
	background-color: #eee;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	.titleArea ul.shoulder {
		background: none;
		margin-bottom: 15px;
	}
	.titleArea ul.shoulder li:last-child{
		display: none;
	}
}

/*　キャッチ＆リードコピー　*/
.titleArea .catchCopy{
	font-size: 3rem;
	line-height: 1.2;
}
.titleArea .catchCopy span{
	display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffff00;
  text-align:center;
  line-height: 45px;
  vertical-align: middle;
	font-size: 0.3rem;
	margin-top: -12px;
	
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-ms-transform:scale(0.9);
-o-transform:scale(0.9);
transform:scale(0.9);
}
.titleArea .readCopy{
	padding-left: 30px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
.titleArea .catchCopy{
	font-size: 2.25rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
.titleArea .readCopy{
	padding-left: 0;
}
.titleArea .catchCopy span{
	display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffff00;
  text-align:center;
  line-height: 45px;
  vertical-align: middle;
	font-size: 0.5rem;
	margin-top: -12px;
	
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-ms-transform:scale(0.9);
-o-transform:scale(0.9);
transform:scale(0.9);
}
}


/*-------------------------
  whatdirector
-------------------------*/

.whatdirector img{
	width:50%;
	padding:20px 0 40px;
}
.whatdirector .four-manage li:nth-child(odd) .aboutDir{
	background: #fff;
}
.whatdirector .four-manage li:nth-child(even) .aboutDir{
	background: #f8f8f8;
}
.whatdirector .four-manage li .aboutDir{
	text-align: center;
	padding: 20px 20px 0 20px;
}
.whatdirector .four-manage li .aboutDir dt{
	font-size: 0.6rem;
}
.whatdirector .four-manage li .aboutDir dd p{
	font-size: 1.4rem;
	line-height:1.4;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.whatdirector .four-manage li .aboutDir{
		padding-top: 50px;
}
}
.whatdirector .four-manage li .aboutAsi{
	position: relative;
	text-align: center;
	padding: 30px;
	background: #ffff00;
}
.whatdirector .four-manage li .aboutAsi:before{
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffff00 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
	transform: rotate(180deg);
}
.whatdirector .four-manage li:nth-child(even) .aboutAsi{
	background: #eeee00;
}
.whatdirector .four-manage li:nth-child(even) .aboutAsi:before{
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #eeee00 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
	transform: rotate(180deg);
}
.whatdirector .four-manage li .aboutAsi dt{
	font-size: 0.85rem;
	letter-spacing: -0.1rem;
}
.whatdirector .four-manage li .aboutAsi dd{
	font-size: 0.9rem;
	text-align: left;
}




/*-------------------------
  careerpath
------------------------*/
.careerpath .chart{
	text-align: center;
}

/*-------------------------
  .honne
-------------------------*/
.honne .honneCard {
	margin-bottom: 30px;
}

.honne .honneCard li{
	border: solid 10px #cccc00;
	padding: 30px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
.honne .honneCard {
	margin-bottom: 0px;
}
	
.honne .honneCard li{
	margin-bottom: 10px;
}
}

.honne .honneCard li dt{
	font-size: 2rem;
	line-height: 1.1;
	letter-spacing: -0.1rem;
	margin-bottom: 10px;
}
.honne .honneCard li dt small{
	font-size: 40%;
	display:block;
	margin-bottom: 7px;
	letter-spacing: normal;
}
.honne .honneCard li dd img{
}
.honne .honneCard li dd p{
	margin-top: 20px;
}


/*-------------------------
  .endcontents
-------------------------*/



.endcontents ul li p{
	padding: 0 20px;
	line-height:1.6;
}

.endcontents dl.boxA {
	margin-top: 40px;
    padding: 40px;
    border: #e5e5e5 solid 1px;
}
.endcontents dl.boxA dt{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.endcontents dl.boxA dd .button{
	border-radius: 50px;
	background-color: #2ba6cb;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:0;
	padding: 24px 0 28px 0;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
.endcontents dl.boxA {
    margin-top: 20px;
    padding: 20px;
		border: none;
}
.endcontents dl.boxA dd .button{
	font-size: 1.1rem;
}
}









/* 20190122段階では使用していない　*/
/* swiper */
.swiper-container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.swiper-button-next, .swiper-button-prev {
	position:absolute;
	top:50%;
	width:58px;
	height:58px;
	margin-top:-29px;
	z-index:10;
	cursor:pointer;
	-moz-background-size:58px 58px;
	-webkit-background-size:58px 58px;
	background-size:58px 58px;
	background-position:center;
	background-repeat:no-repeat
}
.swiper-button-prev {
	background-image:url("/images/top/i_arrow_prev.png");
}
.swiper-button-next {
	background-image:url("/images/top/i_arrow_next.png");
}
.swiper-container-horizontal&gt;.swiper-pagination {
	bottom:15px;
}
.swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#ffffff;
	opacity:1;
	box-shadow: 0 0 5px;
}
.swiper-pagination-bullet-active {
	background:#0159a9;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	.swiper-container-horizontal&gt;.swiper-pagination {
		bottom: 0;
	}
}
</pre></body></html>