@charset "utf-8";

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   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;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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;
}
.sp {
display:none;
}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * 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, 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 differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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"], /* 1 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 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 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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



/* --------------------------------------------------
   初期設定
   -------------------------------------------------- */

body {
color: #333;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 80%;
line-height: 1.5;
text-align: justify;
text-justify: inter-ideograph;
width: 100%;
}

address {
font-style: normal;
font-weight: normal;
}

ol, ul,
dl, dt, dd {
margin: 0;
padding: 0;
}
p{
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
	margin: 0;
	padding: 0;
}
li {
list-style-type: none
}

a {
color: #333;
text-decoration: none;
}

img {
vertical-align: middle;
}

a:hover {
color: #999;

-moz-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;
-ms-transition: .5s;
transition: .5s;

filter: alpha(opacity=50);
-moz-opacity: 0.50;
opacity: 0.50;
}



/* --------------------------------------------------
   コンテンツレイアウト
   -------------------------------------------------- */

/**
 *   レイアウト001-l
 *  ┌───┐┌──────┐
 *  │　　　││タイトル　　│
 *  │　画　││　　　　　　│
 *  │　　　││テキスト　　│
 *  └───┘└──────┘
 */

.layout001-l {
clear: both;
height: 1%;
margin-bottom: 3em;
overflow: hidden;
}

.layout001-l .image {
float: left;
}

.layout001-l .image .comment {
text-align: center;
}

.layout001-l .text h2 {
font-size: 100%;
margin: 0 0 1em;
}

.layout001-l .text p {
margin-bottom: 1em;
}

/**
 *   レイアウト001-r
 *  ┌──────┐┌───┐
 *  │タイトル　　││　　　│
 *  │　　　　　　││　画　│
 *  │テキスト　　││　　　│
 *  └──────┘└───┘
 */

.layout001-r {
clear: both;
height: 1%;
margin-bottom: 3em;
overflow: hidden;
}

.layout001-r .image {
float: right;
}

.layout001-r .image .comment {
text-align: center;
}

.layout001-r .text h2 {
font-size: 100%;
margin: 0 0 1em;
}

.layout001-r .text p {
margin-bottom: 1em;
}

/**
 *   レイアウト002
 *  ┌───┐┌──────┐
 *  │　　　││　　　　　　│
 *  │項　目││テキスト　　│
 *  │　　　││　　　　　　│
 *  └───┘└──────┘
 */

.layout002 {
height: 1%;
overflow: hidden;
}

.layout002 dt {
float: left;
}

/* --------------------------------------------------
   フレーム
   -------------------------------------------------- */

.ming-style {
font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.utility ul li {
float: left;
margin: 0 7px;
}

.utility ul li a {
display: block;
text-align: center;
width: 110px;
}

.utility ul li a span {
background: #000;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
color: #fff;
display: block;
font-size: 9px;
height: 13px;
line-height: 13px;
margin: 1px 0 0 0;
text-align: center;
}

.utility ul #util-ex {
float: right;
padding: 38px 0 0 0;
}

.utility ul #util-ex a {
background: url(../images/listm01.png) no-repeat 0 .2em;
color: #062660;
font-size: 14px;
height: 16px;
line-height: 16px;
padding: 0 0 0 25px;
text-align: left;
width: auto;
}

.cwrap section {
margin: 0 auto;
position: relative;
width: 1020px;
}

.cwrap section h2 {
left: 20px;
margin: 0;
padding: 0;
position: absolute;
top: 0;
}

#site-header {
background: url(../../images/bgi_header.jpg) no-repeat 50% 0;
height: 670px;
margin: 0 auto;
position: relative;
width: 1020px;
}

#logo {
left: 50%;
margin: 0 0 0 -375px;
padding: 0;
position: absolute;
top: 45px;
}

#hnav {
bottom: 15px;
position: absolute;
right: 15px;
}

#gnav {
background: url(../images/gnav_bg.png) repeat-x 0 0;
height: 80px;
width: 100%;
z-index: 9999;
}

#gnav ul {
margin: 0 auto;
padding: 13px 0;
width: 1020px;
}

#gnav ul li {
float: left;
height: 54px;
width: 204px;
}

#gnav ul li a {
background-image: url(../images/gnav.png);
background-repeat: no-repeat;
display: block;
height: 54px;
outline: none;
text-indent: -9999px;
}

#gnav ul #gnav01 a {
background-position: 0 0;
}

#gnav ul #gnav02 a {
background-position: -204px 0;
}

#gnav ul #gnav03 a {
background-position: -408px 0;
}

#gnav ul #gnav04 a {
background-position: -612px 0;
}

#gnav ul #gnav05 a {
background-position: -816px 0;
}

#eyecatch {
background: url(../images/bgi_eyecatch.jpg) no-repeat 50% 0;
height: 585px;
margin: 0 0 10px 0;
}

#eyecatch div {
margin: 0 auto;
position: relative;
width: 1020px;
}

#eyecatch div p {
position: absolute;
}

#ec01 {
left: 40px;
top: 170px;
}

#ec02 {
left: 430px;
top: 35px;
}

#ec03 {
left: 940px;
top: 35px;
}

#cphilosophy {
background: url(../images/bgi_cphilosophy.jpg) no-repeat 50% 0;
height: 830px;
margin: 0 0 65px 0;
}

#cphilosophy section h2 {
top: 73px;
}

#cphilosophy section #cp-cap {
color: #0A2E66;
font-size: 19px;
font-weight: bold;
left: 0;
letter-spacing: 3px;
position: absolute;
text-align: center;
top: 170px;
width: 100%;
}

#cp01 {
background: url(../images/cp04.png) no-repeat 0 0;
left: 20px;
position: absolute;
top: 280px;
}

#cp01 ul {
height: 372px;
position: relative;
width: 401px;
}

#cp01 ul li {
position: absolute;
}

#cp01 ul #cp01-01 {
left: 50%;
margin: 0 0 0 -84px;
top: 0;
}

#cp01 ul #cp01-02 {
bottom: 0;
left: 0;
}

#cp01 ul #cp01-03 {
bottom: 0;
right: 0;
}

#cp02 {
background: rgba(255, 255, 255, .80);
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
height: 495px;
left: 445px;
position: absolute;
top: 250px;
width: 550px;
}

#cp02 dl {
color: #3053AA;
font-weight: bold;
padding: 20px 20px 0;
}

#cp02 dl dt {
font-size: 24px;
margin: 0 0 10px 0;
}

#cp02 dl dd {
border-bottom: 1px dotted #3053AA;
margin: 0 0 25px 0;
padding: 0 0 10px 0;
}

#cp02 dl dd p {
font-size: 18px;
letter-spacing: 2px;
margin: 0 0 0 2em;
text-indent: -2em;
}

#mphilosophy {
background: url(../images/bgi_mphilosophy.jpg) no-repeat 50% 0;
height: 1185px;
margin: 0 0 90px 0;
}

#greeting {
border-bottom: 1px solid #3F3F3F;
margin: 0 auto 10px auto;
padding: 95px 0 0 0;
width: 600px;
}

#greeting p {
color: #353535;
font-size: 13px;
letter-spacing: 2px;
line-height: 1.8;
margin: 0 0 15px 0;
text-align: center;
}

#greeting #sign {
font-size: 17px;
font-weight: bold;
margin: 0 1em 0 0;
text-align: right;
}

#history {
margin: 0 auto;
width: 600px;
}

#history h3 {
float: left;
font-size: 13px;
margin: 0;
width: 8em;
}

#history div {
}

#history div .layout002 {
letter-spacing: 2px;
}

#history div .layout002 dt {
width: 12em;
}

#history div .layout002 dd {
padding: 0 0 1em 12em;
}

#cprofile {
background: url(../images/bgi_cprofile.jpg) no-repeat 50% 0;
height: 680px;
margin: 0;
}

#cprof-wrap {
margin: 0 auto;
padding: 115px 0 0 0;
width: 940px;
}

#cprof-wrap #cprof01 {
float: left;
}

#cprof-wrap #cprof02 {
float: right;
}

#cprof-wrap .profile {
width: 450px;
}

#cprof-wrap .profile .layout002 {}

#cprof-wrap .profile .layout002 dt {
text-indent: 3px;
width: 6em;
}

#cprof-wrap .profile .layout002 dd {
border-bottom: 1px dotted #043F60;
margin: 0 0 1em 0;
padding: 0 0 0 10em;
}

#business {
background: url(../images/bgi_business.jpg) no-repeat 50% 0;
}

#bsubtitle {
position: absolute;
right: 30px;
top: 245px;
}

#business-wrap {
margin: 0 auto;
padding: 230px 0 0 0;
width: 980px;
}

#license {
background: url(../images/b02.png) no-repeat 50% 0;
float: left;
margin: 0 0 40px 0;
padding: 50px 0 0 0;
width: 460px;
}

#license figure {
margin: 0;
text-align: center;
}

#license figure img {
border: 1px solid #062660;
}

#license figure figcaption {
margin: 0 0 10px 0;
}

#license figure figcaption img {
border: none;
}

#vinfo {
float: right;
margin: 0 0 40px 0;
padding: 78px 0 0 0;
width: 500px;
}

#vinfo h3 {
margin: 0 0 10px 0;
}

#vinfo table {
border: 1px solid #062660;
border-collapse: collapse;
color: #134389;
width: 100%;
}

#vinfo table thead {
background: #FFF3E9;
}

#vinfo table thead tr th {
text-align: center;
line-height: 25px;
}

#vinfo table tfoot tr th,
#vinfo table tbody tr th {
padding: 0 0 0 10px;
}

#vinfo table tbody tr th {
font-size: 11px;
}

#vinfo table tr {}

#vinfo table tr th,
#vinfo table tr td {
border: 1px dotted #062660;
height: 45px;
line-height: 45px;
}

#vinfo table tr th {
font-weight: normal;
}

#vinfo table tr td {
text-align: center;
width: 6em;
}

#mclient {
clear: both;
margin: 0 0 35px 0;
}

#mclient h3 {
float: left;
margin: 0 1em 15px 0;
}

#mclient p {
padding: 50px 0 0 0;
}

#mclient ul {
background: url(../images/b08.png) repeat-y 0 0;
clear: both;
height: 1%;
padding: .5em 0 .5em 1px;
overflow: hidden;
}

#mclient ul li {
background: url(../images/listm02.png) no-repeat 15px .5em;
float: left;
text-indent: 25px;
width: 316px;
}

#spring-event {
margin: 0 0 110px 0;
}

#recruit {
background: url(../images/bgi_recruit.jpg) no-repeat 50% 0;
height: 1480px;
margin: 0 0 25px 0;
}

#rcap {
left: 440px;
position: absolute;
top: 420px;
}

#requirements {
margin: 0 auto;
padding: 900px 0 0 0;
width: 640px;
}

#requirements h3 {
margin: 0 0 10px 0;
}

#requirements .layout002 {
background: url(../images/r03.png) repeat-y 0 0;
border-top: 1px dashed #3053AA;
}

#requirements .layout002 dt {
color: #fff;
padding: .5em 0 0 0;
text-indent: 15px;
width: 120px;
}

#requirements .layout002 dd {
border-bottom: 1px dashed #3053AA;
padding: .5em 0 .5em 135px;
}

#cgroup {
background: url(../images/bgi_cgroup.png) no-repeat 50% 0;
height: 1750px;
margin: 0 0 40px 0;
}

#cgcap {
left: 345px;
position: absolute;
top: 700px;
}

.location-wrap {
background: rgba(255, 255, 255, .80);
border-bottom: 1px solid #062660;
border-left: 5px solid #062660;
border-right: 1px solid #062660;
border-top: 1px solid #062660;
position: absolute;
width: 374px;
}

.location-wrap dl {
padding: 15px 10px 15px 15px;
}

.location-wrap dl dt {
color: #062660;
font-size: 18px;
margin: 0 0 10px 0;
}

.location-wrap dl dd {
margin: 0 0 10px 0;
}

.location-wrap dl dd .indent {
display: block;
margin: 0 0 0 5em;
text-indent: -5em;
}

.location-wrap dl dd .map {
height: 240px;
width: 340px;
}

.map{
    position:relative;
    width:100%;
    height:0;
}
.map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.map #my-info-window dl {
width: 16em;
}

.map #my-info-window dl dt {
border-bottom: 1px dashed #999;
font-size: 100%;
margin: 0 0 .5em 0;
}

#location01 {
  left: 307px;
  top: 125px;
}

#location02 {
  right: -100px;
  top: 125px;
}

#location03 {
  left: -130px;
  top: 125px;
}

#location04 {
right: 65px;
top: 1130px;
}

#location05 {
right: 580px;
top: 1130px;
}

#privacypolicy {
background: url(../images/bgi_common.png) no-repeat 50% 30px;
margin: 0 0 40px 0;
}

#privacypolicy section h2 {
top: 30px;
}

#privacypolicy section .text {
margin: 0 0 1em 0;
padding: 130px 0 0 30px;
}

#privacypolicy section dl {
padding: 0 0 0 30px;
}

#privacypolicy section dl dt {
font-weight: bold;
margin: 0 0 .5em 0;
}

#privacypolicy section dl dd {
margin: 0 0 2em 0;
}

#site-footer {
background: url(../images/bgi_.jpg) no-repeat 50% 0;
}

#fnav {
height: 54px;
margin: 0 auto 15px auto;
width: 1000px;
}

#copyright {
background: #062660;
height: 110px;
line-height: 110px;
text-align: center;
}

#copyright small {
color: #fff;
}

#message {
	margin-bottom: 5px;
	margin-top: 5px;
}
