@charset "UTF-8";
/* (C) RISING SUN */
/*----------------------------------------
	clearfix
----------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Lusitana:400,700);
.container:after, .navTop:after, .navBot:after, .secFotBusi:after, .businessArea:after, .btnRead:after, .midArea:after, .recentInfo li:after, .profileLink li:after, .profileLink li a:after, .bxPager:after, .secGroup > ul:after, .btnBusiness ul:after, .btnCompany:after, .precepts:after, .historyArea > .container section:after, .entrySub:after, .sns:after, .paginate:after , .secTenpo:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family:sans-serif;
  /* 1 */
	-ms-text-size-adjust:100%;
  /* 2 */
	-webkit-text-size-adjust:100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin:0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display:block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display:inline-block;
  /* 1 */
	vertical-align:baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display:none;
	height:0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
	display:none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background:transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline:0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom:1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
	font-weight:bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style:italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	font-size:2em;
	margin:0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background:#ff0;
	color:#000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size:80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-0.5em;
}

sub {
	bottom:-0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
	border:0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow:hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
	margin:1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow:auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family:monospace, monospace;
	font-size:1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color:inherit;
  /* 1 */
	font:inherit;
  /* 2 */
	margin:0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
	overflow:visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform:none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance:button;
  /* 2 */
	cursor:pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor:default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height:normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing:border-box;
  /* 1 */
	padding:0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height:auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance:textfield;
  /* 1 */
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
  /* 2 */
	box-sizing:content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border:0;
  /* 1 */
	padding:0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
	overflow:auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight:bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse:collapse;
}

td,
th {
	padding:0;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:16px;
	font-size:1rem;
	color:#333333;
	text-align:center;
	line-height:160%;
}

a {
	color:#1e3784;
	outline:none;
	text-decoration:underline;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
a:hover {
	color:#bfbfff;
}
a:active {
	color:#1e3784;
}

.clearfix {
	min-height:1px;
	_height:1%;
}
.clearfix:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
	margin:0 auto;
	width:980px;
	text-align:left;
	position:relative;
}

.contents {
	text-align:left;
}

.headline {
	width:100%;
	height:160px;
	background:#F3F3F6;
	position:relative;
}
.headline:before {
	content:"";
	width:100%;
	height:10px;
	background:#FFF;
	opacity:0.5;
	filter:alpha(opacity=50);
	position:absolute;
	top:0;
	left:0;
}
.headline h2 {
	margin:0 auto;
	padding-top:72px;
	width:980px;
	text-align:left;
	font-family:'Lusitana', serif;
	font-size:32px;
	font-size:2rem;
	color:#1e3784;
}
.headline h2 span {
	display:inline-block;
	font-size:18px;
	font-size:1.125rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	vertical-align:top;
	font-weight:normal;
}

.breadcrumb {
	margin-bottom:60px;
	width:100%;
	background:#1e3784;
	height:44px;
}
.breadcrumb nav {
	margin:0 auto;
	width:980px;
}
.breadcrumb nav span {
	line-height:44px;
	font-size:12px;
	font-size:0.75rem;
	color:#FFF;
}
/* .breadcrumb nav span:first-child:before {
	margin:0 10px 0 5px;
	content:"\f117";
	font-family:"iconvault";
} */
.fa-home:before {
	font-family: FontAwesome;
	content: '\f015';
}
.fa-briefcase:before {
	font-family: FontAwesome;
	content: '\f0b1';
}
.fa-calculator:before {
	font-family: FontAwesome;
	content: '\f1ec';
}


.breadcrumb nav span:first-child:before {
	margin:0 10px 0 5px;
	/* font-family: FontAwesome;
	content: '\f015'; */
}

.breadcrumb nav span:last-child a {
	text-decoration:none;
}
.breadcrumb nav span:before {
	margin:0 10px;
	content:">";
}
.breadcrumb nav span a {
	color:#FFF;
}
.breadcrumb nav span a:hover {
	color:#bfbfff;
}

.secArea {
	margin:0 auto 100px;
	width:980px;
}
.secArea h3 {
	margin:0 0 40px;
	padding:0 10px 20px;
	font-size:28px;
	font-size:1.75rem;
	color:#1e3784;
	text-align:left;
	border-bottom:1px solid #1e3784;
}
.secArea h3 i {
	margin-right:15px;
	font-size:32px;
	font-size:2rem;
}
.secArea > .container {
	width:960px;
}

/* font color */
.fcRed {
	color:#b20000;
}

.fcGreen {
	color:#668838;
}

.fcYellow {
	color:#b08500;
}

.fcBrown {
	color:#43331f;
}

/*----------------------------------------
	IE6 Upgrade Warning
----------------------------------------*/
#ieError {
	color:#FFF;
	background:#000;
	padding:20px;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	width:100%;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
#ieError strong {
	color:#FFF;
}
#ieError a {
	color:#D90000;
	text-decoration:underline;
}

/*----------------------------------------
	header
----------------------------------------*/
header {
	width:980px;
	height:150px;
}
header h1 {
	margin:0 0 0 -52px;
	position:absolute;
	top:35px;
	left:50%;
}
header h1 a {
	width:105px;
	height:80px;
	display:block;
	/* background:url(../images/common/logo_header.gif) no-repeat; */
	background:url(./images/logo.png) no-repeat;
	background-size: 80% auto;
  /*white-space:nowrap;
  overflow:hidden;
  text-indent:100%;*/
	text-indent:-9999px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
header h1 a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}

.navTop {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
}
.navTop li {
	margin-left:1px;
	width:82px;
	float:left;
	list-style:none;
}
.navTop li a {
	width:82px;
	height:30px;
	display:block;
	border-top:3px solid #1e3784;
	box-sizing:border-box;
	font-size:13px;
	font-size:0.8125rem;
	text-decoration:none;
	text-align:center;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.navTop li a:hover {
	background:#1e3784;
	color:#FFF;
}

.navBot {
	margin:0;
	padding:55px 0 0;
}
.navBot li {
	width:200px;
	float:left;
	text-align:center;
	list-style:none;
}
.navBot li:nth-child(2) {
	margin-right:180px;
}
.navBot li a {
	margin:0 auto;
	padding:10px 0;
	font-size:12px;
	font-size:0.75rem;
	text-decoration:none;
	width:80%;
	display:block;
	line-height:160%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
	position:relative;
}
.navBot li a span {
	display:block;
	font-family:'Lusitana', serif;
	font-size:18px;
	font-size:1.125rem;
	font-weight:bold;
}
.navBot li a:hover {
	border-bottom:1px solid #1e3784;
	color:#1e3784;
	opacity:0.8;
	filter:alpha(opacity=80);
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
	width:100%;
	background:#1e3784;
}
footer nav {
	margin-bottom:60px;
	padding:60px 0;
	border-bottom:1px solid #354B91;
}
footer nav h2 {
	margin:0 0 20px;
	font-family:'Lusitana', serif;
	font-size:24px;
	font-size:1.5rem;
	color:#bfbfff;
	font-weight:normal;
}
footer nav ul {
	margin:0;
	padding:0;
}
footer nav ul li {
	list-style:none;
	display:inline-block;
}
footer nav ul li:before {
	margin:0 10px;
	content:"/";
	display:inline-block;
	color:#bfbfff;
}
footer nav ul li:first-child:before {
	display:none;
}
footer nav ul li a {
	color:#bfbfff;
	font-size:14px;
	font-size:0.875rem;
	text-decoration:none;
}
footer nav ul li a:hover {
	color:#FFF;
	text-decoration:underline;
}

.secFotBusi {
	margin:0 auto;
	padding-bottom:40px;
	width:960px;
	text-align:left;
}
.secFotBusi h2 {
	margin:10px 0 0;
	width:268px;
	font-family:'Lusitana', serif;
	font-size:20px;
	font-size:1.25rem;
	color:#FFF;
	font-weight:normal;
	float:left;
}
.secFotBusi h2 span {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:13px;
	font-size:0.8125rem;
	display:block;
}
.secFotBusi ul {
	margin:0;
	padding:0 0 0 20px;
	width:671px;
	float:left;
	border-left:1px solid #354B91;
}
.secFotBusi ul li {
	margin-right:20px;
	padding:10px 0;
	display:inline-block;
	font-size:14px;
	font-size:0.875rem;
	color:#FFF;
}
.secFotBusi ul li a {
	color:#FFF;
	text-decoration:none;
}
.secFotBusi ul li a:hover {
	color:#bfbfff;
	text-decoration:underline;
}

.pagetop {
	position:fixed;
	bottom:80px;
	right:20px;
}
.pagetop a {
	width:90px;
	height:90px;
	display:block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	background:#FFF;
	text-align:center;
	font-size:12px;
	font-size:0.75rem;
	font-family:'Lusitana', serif;
	text-decoration:none;
}
.pagetop a i {
	padding-top:14px;
	font-size:35px;
	font-size:2.1875rem;
	display:block;
}
.pagetop a:hover {
	background:#1e3784;
	color:#FFF;
}

.copy {
	margin:0;
	width:100%;
	background:#FFF;
	text-align:center;
	line-height:60px;
	font-size:14px;
	font-size:0.875rem;
	color:#1e3784;
}

/*
 * Created with iconvau.lt
 */
@font-face {
	font-family:"iconvault";
	src:url("iconvault/iconvault_d889a9b54ca3d12646496a42d99799ed.eot");
	src:url("iconvault/iconvault_d889a9b54ca3d12646496a42d99799ed.eot?#iefix") format("embedded-opentype"), url("iconvault/iconvault_d889a9b54ca3d12646496a42d99799ed.woff") format("woff"), url("iconvault/iconvault_d889a9b54ca3d12646496a42d99799ed.ttf") format("truetype"), url("iconvault/iconvault_d889a9b54ca3d12646496a42d99799ed.svg#iconvault") format("svg");
	font-weight:normal;
	font-style:normal;
}

.icon-right208:before,
.icon-right217:before,
.icon-back58:before,
.icon-arrow284:before,
.icon-brazil6:before,
.icon-article:before,
.icon-shirt:before,
.icon-facebook43:before,
.icon-fish52:before,
.icon-buildings5:before,
.icon-mail61:before,
.icon-fish4:before,
.icon-sitemap1:before,
.icon-pisces9:before,
.icon-email21:before,
.icon-error6:before,
.icon-calendar146:before,
.icon-wrench42:before,
.icon-white54:before,
.icon-multiple25:before,
.icon-arrow621:before,
.icon-directory:before,
.icon-down109:before,
.icon-dwelling1:before,
.icon-news:before,
.fas:before {
	font-family:"iconvault";
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	text-decoration:inherit;
}

/* .icon-right208:before {
	content:"\f100";
} */
.fa-arrow-right:before {
	font-family: FontAwesome;
	content: '\f061';
}

.icon-right217:before {
	content:"\f101";
}

.icon-back58:before {
	content:"\f102";
}

.icon-arrow284:before {
	content:"\f103";
}

.icon-brazil6:before {
	content:"\f104";
}

.icon-article:before {
	content:"\f105";
}

/* .icon-shirt:before {
	content:"\f106";
} */
.fa-shopping-cart:before {
	font-family: FontAwesome;
	content: '\f07a';
}

.icon-facebook43:before {
	content:"\f107";
}

.icon-fish52:before {
	content:"\f108";
}

.icon-buildings5:before {
	content:"\f109";
}

.icon-mail61:before {
	content:"\f10a";
}

/* .icon-fish4:before {
	content:"\f10b";
} */
.fa-arrow-alt-circle-up:before {
	font-family: FontAwesome;
	content: '\f35b';
}

.icon-sitemap1:before {
	content:"\f10c";
}

/* .icon-pisces9:before {
	content:"\f10d";
} */
.fa-home:before {
	font-family: FontAwesome;
	content: '\f015';
}

.icon-email21:before {
	content:"\f10e";
}

.icon-error6:before {
	content:"\f10f";
}

.icon-calendar146:before {
	content:"\f110";
}

/* .icon-wrench42:before {
	content:"\f111";
} */
.fa-glass-martini:before {
	font-family: FontAwesome;
	content: '\f000';
}

.icon-white54:before {
	content:"\f112";
}

.icon-multiple25:before {
	content:"\f113";
}

.icon-arrow621:before {
	content:"\f114";
}

.icon-directory:before {
	content:"\f115";
}

.icon-down109:before {
	content:"\f116";
}

.icon-dwelling1:before {
	content:"\f117";
}

/* .icon-news:before {
	content:"\f118";
} */
.fa-bold:before {
	font-family: FontAwesome;
	content: '\f032';
}

/*----------------------------------------
	index
----------------------------------------*/
.mainVisual {
	width:100%;
	height:470px;
	background:url(./images/main_visual.jpg) no-repeat center 50%;
	-webkit-background-size:cover;
	background-size:cover;
	position:relative;
}
/* .mainVisual:before {
	content:"";
	width:100%;
	height:10px;
	background:#FFF;
	opacity:0.5;
	filter:alpha(opacity=50);
	position:absolute;
	top:0;
	left:0;
} */
.mainVisual::before {
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.5);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.mainVisual .box{
  position: absolute;
  width: 100%;
  text-align: center;
}
.mainVisual h2 {
	margin:0 auto;
	padding-top:180px;
	text-align:center;
	font-family:'Lusitana', serif;
	/* font-size:46px; */
	font-size:40px;
	font-size:2.875rem;
	font-weight:bold;
	color:#FFF;
}
.mainVisual h2 span {
	display:block;
	/* font-size:20px; */
	font-size:25px;
	font-size:1.25rem;
}
.mainVisual h2 span:first-child {
	margin:25px 0 0;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:18px;
	font-size:1.125rem;
}

.businessArea {
	margin:0;
	padding:0;
}
.businessArea li {
	list-style:none;
	width:50%;
	float:left;
	box-sizing:border-box;
	border-left:1px solid #EEE;
}
.businessArea li:first-child {
	border-left:none;
}
.businessArea li a {
	height:400px;
	display:block;
	text-decoration:none;
	text-align:center;
}
.businessArea li a:hover {
	background:#1e3784;
	color:#FFF;
}
.businessArea li a:hover h3 i {
	transform:scale(1.3, 1.3);
	color:#FFF;
}
.businessArea li a:hover p {
	color:#FFF;
}
.businessArea li a:hover .btnRead {
	border:1px solid #FFF;
	color:#FFF;
}
.businessArea li a:hover .btnRead i {
	background:#FFF;
	color:#1e3784;
	float:left;
}

.secTopBusi {
	padding-top:64px;
}
.secTopBusi h3 {
	font-family:'Lusitana', serif;
	font-size:26px;
	font-size:1.625rem;
}
.secTopBusi h3 i {
	margin:0 auto;
	width:70px;
	height:70px;
	font-size:58px;
	font-size:3.625rem;
	display:block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
	color:#1e3784;
}
.secTopBusi h3 i.icon-shirt {
	font-size:52px;
	font-size:3.25rem;
}
.secTopBusi h3 i.icon-wrench42 {
	font-size:64px;
	font-size:4rem;
}
.secTopBusi h3 span {
	margin-top:5px;
	font-size:16px;
	font-size:1rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	display:block;
	font-weight:normal;
}
.secTopBusi p {
	font-size:14px;
	font-size:0.875rem;
	line-height:120%;
	color:#555;
}

.btnRead {
	margin:30px auto 0;
	width:160px;
	line-height:36px;
	box-sizing:border-box;
	border:1px solid #1e3784;
}
.btnRead i {
	width:36px;
	line-height:36px;
	display:inline-block;
	background:#1e3784;
	color:#FFF;
	float:right;
}

.midArea {
	text-align:left;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
}
.midArea section {
	width:100%;
	height:400px;
	float:left;
}
.midArea section h3 {
	margin:66px 0 20px;
	padding-left:60px;
	font-family:'Lusitana', serif;
	font-size:30px;
	font-size:1.875rem;
	color:#1e3784;
	text-shadow:2px 2px 0px white;
}
.midArea section h3 span {
	margin-top:3px;
	font-size:18px;
	font-size:1.125rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	display:block;
	font-weight:normal;
}
.midArea section p {
	padding-left:60px;
	color:#1e3784;
}

.sectionTitle {
	margin:66px 0 20px;
	padding-left:60px;
	font-family:'Lusitana', serif;
	font-size:30px;
	font-size:1.875rem;
	color:#1e3784;
	text-shadow:2px 2px 0px white;
}

.midAreaKouri {
	text-align:left;
	border-top:1px solid #EEE;
	/* border-bottom:1px solid #EEE; */
}
.midAreaKouri section {
	width:100%;
	height:400px;
	float:left;
}
.midAreaKouri section h3 {
	margin:66px 0 20px;
	padding-left:40px;
	font-family:'Lusitana', serif;
	font-size:30px;
	font-size:1.875rem;
	/* color: white; */
	color:#1e3784;
	text-shadow:2px 2px 0px white;
}
.midAreaKouri section h3 span {
	margin-top:3px;
	font-size:18px;
	font-size:1.125rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	display:block;
	font-weight:normal;
}
.midAreaKouri section p {
	padding-left:40px;
	color:#1e3784;
}

/* .secHistory {
	background:url(../images/index/bg_pho_history.jpg) no-repeat right top;
} */
.secHistory {
	background:url(./images/s_bg_history.jpg) no-repeat right top;
	width: 50%;
}

.secTenpo {
	border-top:1px solid #EEE;
	width: 50%;
}
.bukken{
	padding: 10px 30px;
	height: 100%;
}
.bukken .con1{
	width: 50%;
}
.bukken .entry {
	float: left;
}
.bukken .media{
  float: right;
}

.secYamato {
	/* background:url(./images/s_bg_tenpo.jpg) no-repeat right top; */
}

.secRakuten {
		/* background:url(./images/s_bg_rakuten.png) no-repeat right top; */
}


/* .secRecruit {
	background:url(../images/index/bg_pho_recruit.jpg) no-repeat right top;
} */
.middle-padding h3, .middle-padding p {
	padding-left: 100px !important;
}
.secRecruit {
	background:url(./images/s_bg_recruit.jpg) no-repeat right top;
}
.btnMidArea {
	margin-left:60px;
	padding:0 !important;
	color:#FFF;
	display:inline-block;
}
.btnMidArea a {
	padding:0 15px;
	display:block;
	line-height:42px;
	background:#1e3784;
	color:#FFF;
	text-decoration:none;
}
.btnMidArea a i {
	margin-right:10px;
}
.btnMidArea a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}

.secInformation {
	padding:60px 20px;
}
.secInformation h3 {
	margin:0 0 40px;
	padding:0 0 40px 60px;
	font-family:'Lusitana', serif;
	font-size:26px;
	font-size:1.625rem;
	color:#1e3784;
	border-bottom:1px solid #EEE;
	font-weight:normal;
	text-align:center;
}
.secInformation h3 i {
	margin-bottom:30px;
	font-size:50px;
	font-size:3.125rem;
	display:block;
}
.secInformation h3 a {
	text-decoration:none;
}
.secInformation h3 span {
	margin-top:5px;
	font-size:16px;
	font-size:1rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	display:block;
}

.recentInfo {
	margin:0 auto;
	padding:0;
	width:980px;
	text-align:left;
}
.recentInfo li {
	margin-left:160px;
	padding-bottom:20px;
	list-style:none;
}
.recentInfo li time {
	margin-right:20px;
	float:left;
	line-height:20px;
}
.recentInfo li a {
	width:580px;
	float:left;
	display:block;
	line-height:140%;
}

.cateName {
	margin-right:20px;
	width:85px;
	line-height:20px;
	float:left;
	text-align:center;
	font-size:12px;
	font-size:0.75rem;
	color:#FFF;
	background:#1e3784;
}

/*----------------------------------------
	saiyou: recruit
----------------------------------------*/
.secSaiyou {
	padding:60px 20px;
}
.secSaiyou h3 {
	margin:0 0 40px;
	padding:0 0 40px 60px;
	font-family:'Lusitana', serif;
	font-size:26px;
	font-size:1.625rem;
	color:#1e3784;
	border-bottom:1px solid #EEE;
	font-weight:normal;
	text-align:center;
}
.secSaiyou h3 i {
	margin-bottom:30px;
	font-size:50px;
	font-size:3.125rem;
	display:block;
}
.secSaiyou h3 a {
	text-decoration:none;
}
.secSaiyou h3 span {
	margin-top:5px;
	font-size:16px;
	font-size:1rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	display:block;
}

.saiyouInfo {
	margin:0 auto;
	padding:0;
	width:980px;
	text-align:left;
}
.saiyouInfo li {
	margin-left:160px;
	padding-bottom:20px;
	list-style:none;
}
.saiyouInfo li time {
	margin-right:20px;
	float:left;
	line-height:20px;
}
.saiyouInfo li a {
	width:580px;
	float:left;
	display:block;
	line-height:140%;
}
.saiyouPrefix {
	margin-right:20px;
	width:85px;
	line-height:20px;
	float:left;
	text-align:center;
	font-size:12px;
	font-size:0.75rem;
	color:#FFF;
	background:#1e3784;
}

/*----------------------------------------
	business
----------------------------------------*/
.business .headline, .food .headline, .sp .headline, .development .headline {
	background:#f3f3f6 url(../images/business/bg_header_business.jpg) no-repeat right top;
}

.profile {
	padding-bottom:100px;
	text-align:center;
}
.profile h3 {
	margin:0 0 40px;
	font-size:22px;
	font-size:1.375rem;
	color:#1e3784;
}
.profile h3 span {
	margin-top:18px;
	font-size:48px;
	font-size:3rem;
	letter-spacing:2px;
	display:block;
}
.profile ul {
	margin:0;
	padding:5px 0 0;
}
.profile ul li {
	padding-bottom:10px;
	font-size:20px;
	font-size:1.25rem;
	font-weight:bold;
	list-style:none;
}
.profile ul li b {
	margin-left:10px;
}
.profile figure {
	padding-top:40px;
}

.profileLink {
	margin:0;
	padding:0;
}
.profileLink li {
	width:100%;
	height:240px;
	list-style:none;
}
.profileLink li a {
	width:55.1%;
	height:240px;
	float:left;
	display:block;
	box-sizing:border-box;
}
.profileLink li a section {
	padding-top:36px;
	width:540px;
	height:240px;
	float:right;
	position:relative;
	box-sizing:border-box;
}
.profileLink li a section:after {
	font-family:"iconvault";
	content:"\f103";
	width:35px;
	height:35px;
	display:block;
	font-size:35px;
	font-size:2.1875rem;
	color:#FFF;
	position:absolute;
	right:20px;
	bottom:12px;
}
.profileLink li a section h3 {
	margin:0 0 20px;
	color:#FFF;
	font-size:32px;
	font-size:2rem;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.profileLink li a section h3 i {
	width:50px;
	height:35px;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
}
.profileLink li a section p {
	color:#FFF;
}

.hlComment {
	margin-bottom:20px;
	font-size:18px;
	font-size:1.125rem;
	font-weight:bold;
}

.bgProfile {
	width:44.9%;
	height:240px;
	display:block;
	float:left;
	-webkit-background-size:cover !important;
	background-size:cover !important;
}

.linkFood a {
	background:#b08500;
}
.linkFood a:hover {
	border-top:5px solid #b08500;
	background:rgba(176, 133, 0, 0.05);
}
.linkFood a:hover section:after {
	color:#b08500;
}
.linkFood a:hover h3 {
	color:#b08500;
	transform-origin:left center;
	transform:scale(1.2, 1.2);
}
.linkFood a:hover p {
	color:#b08500;
}
.linkFood .bgProfile {
	background:url(../images/business/bg_profile_link_food.jpg) no-repeat left top;
}

.linkSp a {
	background:#668838;
}
.linkSp a:hover {
	border-top:5px solid #668838;
	background:rgba(103, 137, 56, 0.05);
}
.linkSp a:hover section:after {
	color:#668838;
}
.linkSp a:hover h3 {
	color:#668838;
	transform-origin:left center;
	transform:scale(1.2, 1.2);
}
.linkSp a:hover p {
	color:#668838;
}
.linkSp .bgProfile {
	background:url(../images/business/bg_profile_link_sp.jpg) no-repeat left top;
}
.linkSp i {
	font-size:30px;
	font-size:1.875rem;
}

.linkDev a {
	background:#43331f;
}
.linkDev a:hover {
	border-top:5px solid #43331f;
	background:rgba(67, 53, 33, 0.05);
}
.linkDev a:hover section:after {
	color:#43331f;
}
.linkDev a:hover h3 {
	color:#43331f;
	transform-origin:left center;
	transform:scale(1.2, 1.2);
}
.linkDev a:hover p {
	color:#43331f;
}
.linkDev .bgProfile {
	background:url(../images/business/bg_profile_link_development.jpg) no-repeat left top;
}
.linkDev i {
	font-size:36px;
	font-size:2.25rem;
}

/* food */
.secFood h3 i {
	height:27px;
	display:inline-block;
	overflow:hidden;
	font-size:30px;
	font-size:1.875rem;
	vertical-align:bottom;
}

.busiLeft {
	width:500px;
	float:left;
}
.busiLeft p:first-child {
	margin-bottom:30px;
	font-size:22px;
	font-size:1.375rem;
	font-weight:bold;
	color:#1e3784;
	letter-spacing:-1px;
}

.busiRight {
	margin:0;
	width:430px;
	float:right;
}

.bxslider {
	margin:0;
	padding:0;
	width:430px;
	height:400px;
}

.bxPager {
	padding-top:10px;
}
.bxPager a {
	margin-left:10px;
	width:100px;
	height:93px;
	display:block;
	float:left;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.bxPager a:first-child {
	margin-left:0;
}
.bxPager a.active {
	opacity:1;
	filter:alpha(opacity=100);
}
.bxPager a img {
	vertical-align:bottom;
}

.secGroup {
	padding-top:80px;
}
.secGroup h4 {
	margin:0 0 40px;
	background:#1e3784;
	font-size:22px;
	font-size:1.375rem;
	color:#FFF;
	line-height:60px;
	text-indent:20px;
}
.secGroup > ul {
	margin:0;
	padding:0;
}
.secGroup > ul > li {
	margin:0 0 80px 16px;
	width:228px;
	list-style:none;
	float:left;
	font-size:12px;
	font-size:0.75rem;
	position:relative;
}
.secGroup > ul > li:nth-child(4n+1) {
	margin-left:0;
}
.secGroup > ul > li figure {
	margin:0;
}
.secGroup > ul > li figure figcaption {
	display:table;
	table-layout:fixed;
	text-align:center;
}
.secGroup > ul > li figure figcaption span {
	width:228px;
	height:60px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	font-size:1rem;
	line-height:120%;
	color:#1e3784;
	font-weight:bold;
}

.btnDetail {
	margin:20px auto 0;
	width:120px;
	font-size:14px;
	font-size:0.875rem;
	color:#FFF;
	text-align:center;
	position:relative;
}
.btnDetail * {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.btnDetail a {
	width:100%;
	height:28px;
	line-height:26px;
	display:block;
	background:#1e3784;
	color:#FFF;
	text-decoration:none;
	box-sizing:border-box;
	border:1px solid #1e3784;
}
.btnDetail a i {
	margin-right:5px;
	font-size:15px;
	font-size:0.9375rem;
	vertical-align:middle;
	color:#FFF;
}
.btnDetail a:hover {
	background:#FFF;
	color:#1e3784;
	line-height:26px;
}
.btnDetail a:hover i {
	color:#1e3784;
}
.btnDetail ul {
	margin:0;
	padding:0;
	width:120px;
	position:absolute;
	top:28px;
	left:0;
	z-index:999;
}
.btnDetail ul li {
	height:0;
	visibility:hidden;
	overflow:hidden;
	list-style:none;
	text-align:left;
}
.btnDetail ul li i {
	margin:0 5px 0 8px;
}
.btnDetail:hover ul li {
	height:28px;
	visibility:visible;
	overflow:visible;
}

.open ul li {
	height:28px;
	visibility:visible;
	overflow:visible;
}

.btnBusiness {
	padding:40px 0 0;
}
.btnBusiness ul {
	margin:0;
	padding:0;
}
.btnBusiness ul * {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.btnBusiness ul li {
	margin-left:19px;
	width:314px;
	list-style:none;
	float:left;
}
.btnBusiness ul li:first-child {
	margin-left:0;
}
.btnBusiness ul li a {
	width:100%;
	line-height:80px;
	display:block;
	font-size:26px;
	font-size:1.625rem;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	box-sizing:border-box;
}
.btnBusiness ul li a:after {
	font-family:"iconvault";
	content:"\f103";
	width:26px;
	height:26px;
	font-size:26px;
	font-size:1.625rem;
	text-decoration:none;
	position:absolute;
	bottom:34px;
	right:10px;
}
.btnBusiness ul li a i {
	margin:0 10px 0 20px;
	width:35px;
	height:80px;
	display:inline-block;
	overflow:hidden;
	font-size:30px;
	font-size:1.875rem;
	vertical-align:bottom;
	color:#FFF;
}
.btnBusiness ul li a:hover {
	background:#FFF;
}

.btnFood a {
	background:#b08500;
	border:1px solid #b08500;
}
.btnFood a i {
	vertical-align:middle !important;
}
.btnFood a:hover {
	color:#b08500;
}
.btnFood a:hover i {
	color:#b08500;
}

.btnSp a {
	background:#668838;
	border:1px solid #668838;
}
.btnSp a:hover {
	color:#668838;
}
.btnSp a:hover i {
	color:#668838;
}

.btnDev a {
	background:#43331f;
	border:1px solid #43331f;
}
.btnDev a:hover {
	color:#43331f;
}
.btnDev a:hover i {
	color:#43331f;
}

/* sp */
.secSp h3 i {
	width:35px;
	height:27px;
	display:inline-block;
	overflow:hidden;
	font-size:30px;
	font-size:1.875rem;
	vertical-align:bottom;
}

/* development */
.secDev .btnBusiness {
	padding-top:80px;
}

/*----------------------------------------
	company
----------------------------------------*/
.company .headline, .philosophy .headline, .history .headline, .history-harbor .headline {
	background:#f3f3f6 url(../images/company/bg_header_company.jpg) no-repeat right top;
}

.btnCompany {
	margin:0 auto 60px;
	padding:0;
	width:980px;
}
.btnCompany li {
	width:25%;
	box-sizing:border-box;
	float:left;
	border-left:1px solid #F3F3F6;
	list-style:none;
}
.btnCompany li:first-child {
	border-left:none;
}
.btnCompany li.current a {
	background:#F3F3F6;
	color:#1e3784;
}
.btnCompany li a {
	width:100%;
	line-height:60px;
	background:#1e3784;
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.btnCompany li a:hover {
	background:#F3F3F6;
	color:#1e3784;
}

.outline, .historyTable, .formList {
	width:100%;
}
.outline th, .historyTable th, .formList th, .outline td, .historyTable td, .formList td {
	padding:10px;
	border:1px solid #CCC;
}
.outline th, .historyTable th, .formList th {
	width:240px;
	background:#F3F3F6;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}
.outline td, .historyTable td, .formList td {
	background:#FFF;
}

.division {
	margin:0 10px;
}
.division dt {
	margin:0;
	font-weight:bold;
}
.division dd {
	margin:0 0 20px 8px;
}

.groupShop {
	margin:0 10px 20px 10px;
	width:auto;
}
.groupShop thead th {
	width:100%;
	font-weight:bold;
	text-align:center;
}
.groupShop th {
	width:35%;
}
.groupShop td {
	width:65%;
}

.historyTable th {
	width:120px;
}

.month {
	width:70px;
	border-right:none !important;
	text-align:right;
	color:#1e3784;
	vertical-align:top;
}
.month:after {
	margin-left:15px;
	content:":";
	color:#1e3784;
}

.event {
	border-left:none !important;
	vertical-align:top;
}

/* philosophy */
.secPresident {
	margin-bottom:40px;
	padding-left:310px;
	height:338px;
	background:url(../images/company/pho_president.jpg) no-repeat left top;
	position:relative;
}
.secPresident h4 {
	margin:0 0 40px;
	padding-top:62px;
	font-size:30px;
	font-size:1.875rem;
	color:#1e3784;
	letter-spacing:-1px;
}
.secPresident h4 + p {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:20px;
	font-size:1.25rem;
	line-height:170%;
}

.presidentName {
	margin:0;
	width:100%;
	line-height:50px;
	background:#1e3784;
	color:#FFF;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-indent:774px;
	position:absolute;
	bottom:0;
	left:0;
}

.precepts {
	margin:0;
	padding:0 0 40px;
}
.precepts li {
	margin-left:20px;
	width:225px;
	height:80px;
	box-sizing:border-box;
	list-style:none;
	text-align:center;
	line-height:80px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:20px;
	font-size:1.25rem;
	font-weight:bold;
	border:1px solid #b20000;
	color:#b20000;
	letter-spacing:-1px;
	float:left;
}
.precepts li:first-child {
	margin-left:0;
}

/* history-harbor */
.hlHistory {
	padding-top:30px;
	text-align:center;
	font-size:42px;
	font-size:2.625rem;
	color:#668838;
	font-weight:bold;
	letter-spacing:-1px;
}

.historyArea {
	background:#f2fcff url(../images/company/img_wave.gif) repeat-x left top;
}
.historyArea > .container {
	height:2238px;
	background:url(../images/company/img_fishing_line.png) no-repeat center top;
}
.historyArea > .container section {
	position:relative;
}

.pArea {
	width:430px;
}
.pArea p {
	color:#1e3784;
}

.secHistory01 {
	padding-top:56px;
}
.secHistory01 h4 {
	margin:0 0 0 20px;
	float:left;
}
.secHistory01 .pArea {
	margin:0;
	padding-top:64px;
	float:right;
}
.secHistory01 .fish {
	position:absolute;
	top:455px;
	left:567px;
}

.secHistory02 {
	padding-top:80px;
}
.secHistory02 h4 {
	margin:0 20px 0 0;
	float:right;
}
.secHistory02 .pArea {
	margin:0;
	padding-top:68px;
	float:left;
}
.secHistory02 .fish {
	position:absolute;
	top:476px;
	left:242px;
}

.secHistory03 {
	padding-top:90px;
}
.secHistory03 h4 {
	margin:0 0 0 20px;
	float:left;
}
.secHistory03 .pArea {
	margin:0;
	padding-top:64px;
	float:right;
}

.secHistory04 {
	padding-top:100px;
}
.secHistory04 h4 {
	margin:0 20px 0 0;
	float:right;
}
.secHistory04 .pArea {
	margin:0;
	padding-top:68px;
	float:left;
}
.secHistory04 .fish {
	position:absolute;
	top:530px;
	left:250px;
}

/*----------------------------------------
	recruit
----------------------------------------*/
.recruit .headline {
	background:#f3f3f6 url(../images/recruit/bg_header_recruit.jpg) no-repeat right top;
}

.hlRecruit {
	margin:0 auto 60px;
	padding:80px 0 0 536px;
	width:980px;
	height:240px;
	box-sizing:border-box;
	color:#FFF;
	background:#1e3784 url(../images/recruit/pho_recruit.jpg) no-repeat left top;
	font-size:30px;
	font-size:1.875rem;
	font-weight:bold;
	line-height:140%;
	letter-spacing:-1px;
}

.secAbout {
	padding-bottom:50px;
	width:480px;
	float:left;
}
.secAbout + .secAbout {
	float:right;
}
.secAbout h3 {
	margin:0 0 30px;
	padding-left:10px;
	line-height:30px;
	border-left:8px solid #1e3784;
	color:#1e3784;
	font-size:18px;
	font-size:1.125rem;
}

.secMessage {
	margin-bottom:80px;
	padding:40px 0;
	background:#1e3784;
	color:#FFF;
}
.secMessage h3 {
	margin:0 30px 20px;
	font-size:30px;
	font-size:1.875rem;
}
.secMessage p {
	margin:0 30px;
}

.recOutline {
	padding-bottom:100px;
	position:relative;
}

.recOutlineArea {
	position:relative;
}
.recOutlineArea h3 {
	margin:0;
	width:490px;
	height:70px;
	background:#1e3784;
	font-size:22px;
	font-size:1.375rem;
	line-height:70px;
	text-align:center;
	color:#FFF;
	position:absolute;
	cursor:pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.recOutlineArea h3:before {
	margin-right:10px;
	font-family:"iconvault";
	content:"\f101";
	color:#FFF;
}
.recOutlineArea h3:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.recOutlineArea .active {
	background:#F3F3F6;
	color:#1e3784;
}
.recOutlineArea .active:before {
	color:#1e3784;
	content:"\f116";
}
.recOutlineArea .active:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.graduates h3 {
	top:0;
	left:0;
}

.career h3 {
	top:0;
	right:0;
}

.recContent {
	padding:40px 30px 0;
	background:#F3F3F6;
	position:absolute;
	top:70px;
	left:0;
}
.recContent section {
	padding-bottom:40px;
}
.recContent section h4 {
	padding:0 0 10px 10px;
	margin:0 0 30px;
	font-size:18px;
	font-size:1.125rem;
	color:#1e3784;
	border-bottom:3px solid #1e3784;
}
.recContent section h4 i {
	margin-right:10px;
	color:#1e3784;
}
.recContent section .outline th, .recContent section .historyTable th, .recContent section .formList th {
	width:200px;
	background:#EEE;
	color:#1e3784;
}
.recContent table td dl {
	margin:15px 0 0;
}
.recContent table td dl dt {
	color:#1e3784;
	font-weight:bold;
}
.recContent table td dl dd {
	margin:0 0 10px 0;
}

/*----------------------------------------
	information
----------------------------------------*/
.information .headline {
	background:#f3f3f6 url(../images/information/bg_header_information.jpg) no-repeat right top;
}

.right {
	width:710px;
	float:right;
}

.left {
	width:230px;
	float:left;
}

/* side */
.infoNav h3 {
	margin:0;
	padding:8px 15px;
	color:#1e3784;
	font-size:18px;
	font-size:1.125rem;
	border:1px solid #1e3784;
	border-top:3px solid #1e3784;
	background:#F3F3F6;
}
.infoNav h3 i {
	margin-right:10px;
	font-size:18px;
	font-size:1.125rem;
}
.infoNav ul {
	margin:0;
	padding:20px 15px;
}
.infoNav ul li {
	padding:0 0 20px 18px;
	list-style:none;
	line-height:120%;
}
.infoNav ul li:before {
	padding-right:5px;
	margin-left:-16px;
	font-family:"iconvault";
	content:"\f114";
	display:inline-block;
	font-size:10px;
	font-size:0.625rem;
	color:#1e3784;
	vertical-align:middle;
}
.infoNav ul li a {
	font-size:14px;
	font-size:0.875rem;
}
.infoNav ul li time {
	margin-top:5px;
	display:block;
	font-size:12px;
	font-size:0.75rem;
}

/* entry */
.entry h3 {
	margin:10px 0 20px;
	font-size:18px;
	font-size:1.125rem;
	line-height:140%;
}

.entrySub {
	padding-bottom:20px;
}
.entrySub .date {
	margin:0 15px 0 0;
	font-size:14px;
	font-size:0.875rem;
	float:left;
}
.entrySub .category {
	margin:0;
	float:left;
}
.entrySub .category a {
	padding:0 10px;
	display:inline-block;
	background:#1e3784;
	line-height:20px;
	font-size:12px;
	font-size:0.75rem;
	color:#FFF;
	text-decoration:none;
}

.entryBody {
	margin-bottom:50px;
	padding:0 0 40px;
	border-bottom:1px dashed #BBBBBB;
}
.entryBody img {
	width:inherit;
	max-width:100%;
	height:auto;
}
.entryBody figure {
	margin:0 0 15px;
}
.entryBody figure img {
	max-width:100%;
	height:auto;
}

.sns {
	margin:0;
	padding:0;
	float:right;
}
.sns li {
	padding:5px 0 0 15px;
	width:auto !important;
	float:left;
	list-style:none;
}
.sns li div {
	line-height:100% !important;
	vertical-align:top;
}

.twitter-share-button {
	width:100px !important;
}

/* paginate */
.paginate {
	margin:0;
	padding:0 10px 60px;
}
.paginate li {
	list-style:none;
}
.paginate a {
	width:90px;
	line-height:30px;
	display:block;
	background:#1e3784;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
.paginate a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.paginate a i {
	font-size:14px;
	font-size:0.875rem;
}

.btnPrev {
	float:left;
}
.btnPrev i {
	margin-right:5px;
}

.btnNext {
	float:right;
}
.btnNext i {
	margin-left:5px;
}

/* pagenavi */
.wp-pagenavi {
	padding-bottom:60px;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin:5px;
	padding:0;
	width:30px;
	line-height:30px;
	display:inline-block;
	border:1px solid #1e3784;
	background:#FFF;
	text-decoration:none;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	border-color:#1e3784;
	background:#1e3784;
	color:#FFF;
}
.wp-pagenavi .pages {
	padding:0 10px;
	width:auto;
}
.wp-pagenavi .current {
	font-weight:bold;
	border:1px solid #1e3784 !important;
}
.wp-pagenavi .first, .wp-pagenavi .last {
	padding:0 8px;
	width:auto;
}

/*----------------------------------------
	contact
----------------------------------------*/
.contact .headline {
	background:#f3f3f6 url(../images/contact/bg_header_contact.jpg) no-repeat right top;
}

.formList input, .formList select {
	padding:3px;
}

.required {
	width:42px;
	line-height:25px;
	color:#FFF;
	text-align:center;
	background:#B20000;
	float:right;
	font-size:14px;
	font-size:0.875rem;
}

.name, .add02, .add03, .add04 {
	width:400px;
}

.zip, .add01 {
	width:120px;
}

.tel {
	width:200px;
}

.email {
	width:580px;
}

.opinion {
	width:690px;
}

.add {
	margin:0;
}
.add dt {
	padding:0 0 5px;
	width:140px;
	float:left;
	clear:left;
}
.add dd {
	padding:0 0 5px 140px;
}

.btnSubmitArea {
	padding-top:40px;
	text-align:center;
}

.btnSubmit {
	margin:0 auto;
	width:340px;
	background:#1e3784;
	font-size:24px;
	font-size:1.5rem;
	line-height:60px;
	font-weight:bold;
	color:#FFF;
	border:none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.btnSubmit:before {
	margin-right:5px;
	font-family:"iconvault";
	content:"\f100";
	color:#FFF;
	font-size:24px;
	font-size:1.5rem;
	display:inline-block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.btnSubmit:hover {
	background:#bfbfff;
	color:#1e3784;
}
.btnSubmit:hover:before {
	color:#1e3784;
}

/* contact form7 */
span.wpcf7-not-valid-tip {
	color:#B20000;
	font-size:12px;
	font-size:0.75rem;
}

div.wpcf7-validation-errors {
	margin:0 10px !important;
	padding:30px 15px;
	border:2px solid #B20000;
	color:#B20000;
	text-align:center;
	font-size:24px;
	font-size:1.5rem;
}

div.wpcf7-mail-sent-ok {
	padding:30px 15px;
	border:none;
	background:#1e3784;
	font-weight:bold;
	color:#FFF;
	font-size:24px;
	font-size:1.5rem;
	text-align:center;
}

div.wpcf7-response-output {
	margin:0;
}

.ajax-loader {
	margin:0 auto !important;
	padding:15px;
	display:block;
}

/*----------------------------------------
	privacy
----------------------------------------*/
.privacy .headline {
	background:#f3f3f6 url(../images/contact/bg_header_contact.jpg) no-repeat right top;
}
.privacy .icon-multiple25 {
	height:33px;
	display:inline-block;
	overflow:hidden;
	font-size:40px;
	font-size:2.5rem;
	vertical-align:bottom;
}

.secPrivacy {
	padding:30px 0;
}
.secPrivacy h4 {
	margin:0 0 30px;
	padding-left:20px;
	background:#1e3784;
	font-size:22px;
	font-size:1.375rem;
	line-height:60px;
	color:#FFF;
	letter-spacing:-1px;
}
.secPrivacy ul {
	padding-left:20px;
}
.secPrivacy ol {
	padding-left:30px;
}
.secPrivacy ol li {
	list-style:lower-alpha;
}
.secPrivacy ol li:first-child {
	padding-bottom:30px;
}

/*----------------------------------------
	sitemap
----------------------------------------*/
.sitemap .headline {
	background:#f3f3f6 url(../images/contact/bg_header_contact.jpg) no-repeat right top;
}
.sitemap .icon-sitemap1 {
	height:27px;
	display:inline-block;
	overflow:hidden;
	font-size:44px;
	font-size:2.75rem;
	vertical-align:bottom;
}

.sitemapList {
	margin:0;
	padding:0;
}
.sitemapList li {
	list-style:none;
}
.sitemapList li > ul {
	padding:50px 0 0 20px;
}
.sitemapList li > ul > li {
	padding-bottom:60px;
	position:relative;
}
.sitemapList li > ul > li:after {
	content:"";
	display:block;
	width:100%;
	border-bottom:1px dashed #BBB;
	position:absolute;
	top:32px;
	left:0;
}
.sitemapList li > ul > li ul {
	padding:20px 0 0 20px;
}
.sitemapList li > ul > li ul li {
	margin-right:40px;
	padding-bottom:0;
	display:inline-block;
}
.sitemapList li > ul > li ul li:after {
	display:none;
}
.sitemapList li i {
	margin-right:8px;
	font-size:12px;
	font-size:0.75rem;
	color:#1e3784;
}

/* company_block01 */
.company_block01 {
	max-width: 1260px;
	width:100%;
	text-align:center;
	padding:100px 90px;
	margin:0 auto;
}

.company_block01 h2 {
	font-size:1.4em;
	padding:0 0 40px;
}

.company_block01 p.ceo_txtArea {
	width:100%;
	min-height:450px;
	display:block;
	padding:0 0 100px 300px;
	text-align:left;
	background:url(../img/company_01.jpg) no-repeat top left;
	background-size:auto 390px;
}

.company_block01 dl {
	width:100%;
	display:table;
	margin:0 auto;
	border-bottom:solid 5px #fff;
}

.company_block01 dl dt {
	width:300px;
	background:#f0f0f0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:10px 0;
}

.company_block01 dl dd {
	width:auto;
	background:#f7f7f7;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:10px 0 10px 20px;
}

.company_block01 dl.last {margin:0 auto 100px;}

/* bottom_contact */
ul.bottom_contact li {
	display:inline-block;
	margin:0 10px;
}
ul.bottom_contact li a {
	display:block;
	width:100%;
	height:50px;
	border-radius:25px;
	color:#c60909;
	line-height:50px;
	text-decoration:none;
	font-weight:bold;
	font-size:1.4em;
	padding:0 20px 0 55px;
}

ul.bottom_contact li a.btn_tel {
	background:#fff7f7 url(../img/icon_tel.png) no-repeat 15px 50%;
}

ul.bottom_contact li a.btn_web {
	background:#fff7f7 url(../img/icon_web.png) no-repeat 15px 50%;
}


ul.bottom_contact {
    padding-inline-start: 0px !important;
}

/*----------------------------------------
	404
----------------------------------------*/
.notFound .container p:first-child {
	font-size:20px;
	font-size:1.25rem;
}
