@charset "utf-8";

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

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

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



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

.pc {
display:none;
}
.sp {
display: inherit;
}

body {
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	/*max-width: 480px;*/
}
img {width:100%;}
#gnav-sticky-wrapper{display:none;}

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

/**
 *   レイアウト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: none;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	clear: both;
	margin-bottom: 20px;
}

.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;
	float: right;
}

.cwrap section {
	margin: 0 auto;
	position: relative;
	width: auto;
	padding-bottom: 20px;
}

.cwrap section h2 {
	position: relative;
	width: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	top: auto;
	left: auto;
	background-color: #06265f;
	border: 3px solid #FFFFFF;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-right: 0px;
	right: auto;
	-webkit-box-shadow: 0px 0px 0px 4px #06265f;
	box-shadow: 0px 0px 0px 4px #06265f;
	margin-left: -7px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: none;
	clear: both;
}

#site-header {
	background: url(../images/bgi_header.jpg) no-repeat 50% 0;
	height: 3rem;
	position: relative;
	width: auto;
	background-size: cover;
	min-height: 210px;
}

@media (orientation: landscape){

#site-header {
	background-size: cover;
	height: auto;
	min-height: 480px;
}

}

#logo {
left: 10%;
margin: 0px;
padding: 0;
position: relative;
top: 10%;
width:80%;
}

#hnav {
bottom: 15px;
position: absolute;
right: 15px;
}
#hnav ul li a img{width:30%;}
#fnav ul li a img{width:30%;}
#gnav {
	background-image: none;
	height: 236px;
	width: auto;
	z-index: 9999;
	background-image: url(../images/gnav_bg_sp_ul.png);
	background-repeat: repeat;
}

#gnav ul {
	margin: 0 auto;
	width: 100%;
	padding-top: 13px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 13px;
}

#gnav ul li {
	background: url(../images/gnav_bg_sp.png) repeat-x 0 0;
	float: left;
	height: 70px;
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#gnav ul li a {
	background-image: none;
	display: block;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
	height: 20px;
	outline: none;
	text-indent: 0px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
}

#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: 15em;
	margin: 0 0 10px 0;
	background-size: cover;
}

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

#eyecatch div p {
	position: absolute;
}

#ec01 {
left: 10px;
top: 3em;
width:30%;
}

#ec02 {
left: 30%;
top: 10px;
width:60%;
}

#ec03 {
left: 85%;
top: 5em;
width:3em;
}

#cphilosophy {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(../images/bgi_cphilosophy_sp.png);
	height: auto;
	margin: 0px;
	width: auto;
	background-size: cover;
	padding-top: 10px;
	/*max-width: 480px;*/
}
#cphilosophy section h2 {
top: 10px;
left:-6px;
}

section h2 {
	position: relative;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	top: auto;
	left: auto;
	background-color: #06265f;
	border: 3px solid #FFFFFF;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-right: 10px;
	right: auto;
	-webkit-box-shadow: 0px 0px 0px 4px #06265f;
	box-shadow: 0px 0px 0px 4px #06265f;
	margin-left: -6px;
}
section h2 img{
	width: 70%;
	margin-left: 10px;
}
#cphilosophy section #cp-cap {
	font-size: 120%;
	left: auto;
	letter-spacing: normal;
	position: relative;
	width: 80%;
	top: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-shadow: 0px 0px 3px #FFFFFF;
}


#cp01 {
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../images/cp04_sp.png);
	position: static;
	top: auto;
	left: auto;
	margin-top: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
	min-width: 280px;
	max-height: 372px;
	min-height: 260px;
	max-width: 401px;
	background-size: contain;
	margin-right: auto;
}

#cp01 ul {
display:none;
}

#cp01 ul li {
display:none;
}

#cp01 ul #cp01-01 {
display:none;
}

#cp01 ul #cp01-02 {
	display: none;
	font-size: 80%;
}

#cp01 ul #cp01-03 {
display:none;
}

#cp02 {
	background: rgba(255, 255, 255, .80);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	height: auto;
	left: auto;
	position: static;
	width: 90%;
	top: auto;
	right: auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	margin-top: 20px;
	padding-bottom: 10px;
	float: none;
}

#cp02 dl {
	color: #3053AA;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0;
}

#cp02 dl dt {
font-size: 18px;
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: 14px;
letter-spacing: 2px;
margin: 0 0 0 2em;
text-indent: -2em;
}

#mphilosophy {
	background-repeat: no-repeat;
	background-position: 50% bottom;
	background-image: url(../images/bgi_mphilosophy_sp.png);
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	background-size: contain;
	padding-bottom: 150px;
}

#greeting {
	border-bottom: 1px solid #3F3F3F;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	width: auto;
	max-width: 460px;
}

#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-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0;
	text-align: right;
}

#history {
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0;
	width: auto;
	max-width: 460px;
}

#history h3 {
	float: none;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	width: 8em;
}

#history div {
}

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

#history div .layout002 dt {
	width: 10em;
	font-size: 90%;
	white-space: nowrap;
}

#history div .layout002 dd {
	padding-top: 0;
	padding-right: 0;
	padding-left: 10em;
	padding-bottom: 1em;
}

#cprofile {
	background-repeat: no-repeat;
	background-position: 50% bottom;
	background-image: url(../images/bgi_cprofile_sp.png);
	height: auto;
	margin: 0;
	background-size: contain;
	padding-bottom: 50px;
	width: auto;
}

#cprof-wrap {
	margin: 0 auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	width: auto;
	max-width: 460px;
}

#cprof-wrap #cprof01 {
	float: none;
	width: auto;
	margin-bottom: 30px;
}

#cprof-wrap #cprof02 {
	float: none;
	width: auto;
}

#cprof-wrap .profile {
width: auto;
}

#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-top: 0;
	padding-right: 0;
	padding-left: 7em;
	padding-bottom: 0;
}

#business {
	background-repeat: no-repeat;
	background-position: 50% 125px;
	background-image: url(../images/bgi_business_sp.jpg);
	background-size: auto;
	padding-top: 20px;
	width: 100%;
}

#bsubtitle {
position: relative;
right: auto;
top: auto;
width:50%;
margin-top:50px;
margin-left:25%;
}

#business-wrap {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	/*max-width: 480px;*/
}

#license {
	background: url(../images/b02.png) no-repeat 50% 0;
	float: none;
	margin-top: 17px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	width: 100%;
	/* [disabled]max-width: 478px; */
	/* [disabled]min-width:318px; */
}

#license figure {
	margin: 0;
	text-align: center;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#license figure img {
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-right-style: none;
	border-left-style: none;
}

#license figure figcaption {
	margin: 0px;
	width: 100%;
}

#license figure figcaption img {
	border: none;
	width: 80% !important;
}

#vinfo {
	float: none;
	padding-top: 0px;
	padding-bottom: 0;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	margin-bottom: 20px;
	min-width: 280px;
	/*max-width: 480px;*/
}

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

#vinfo table {
	border: 1px solid #062660;
	border-collapse: collapse;
	color: #134389;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	/* [disabled]max-width:460px; */
}

#vinfo table thead {
background: #FFF3E9;
}

#vinfo table thead tr th {
text-align: center;
white-space:nowrap;
}

#vinfo table tfoot tr th,
#vinfo table tbody tr th {
	line-height: 110%;
}

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

#vinfo table tr {}

#vinfo table tr th,
#vinfo table tr td {
border: 1px dotted #062660;
font-size:80%;
	padding-right: 0.5em !important;
	padding-left: 0.5em !important;
	line-height: 110%;
}

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

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

#mclient {
	clear: both;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: auto;
	/*max-width: 460px;*/
}

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

#mclient p {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 0;
}

#mclient ul {
	background-position: 0 0;
	clear: both;
	height: 1%;
	padding: .5em 0 .5em 1px;
	overflow: visible;
	background-repeat: repeat-y;
	background-image: none;
}

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

#spring-event {
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	/*max-width: 460px;*/
	width: auto;
}

#recruit {
	background-image: none;
	padding-top:20px;
height:auto;
}

#rcap {
	left: 30%;
	position: absolute !important;
	top: 168px;
	width: 40%;
}

#requirements {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% top;
	background-image: url(../images/bgi_recruit_sp.jpg);
	height: auto;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	background-size: contain;
	padding-top: 200px;
	/*max-width: 480px;*/

}

#requirements h3 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

#requirements .layout002 {
	background: url(../images/r03.png) repeat-y 0 0;
	border-top: 1px dashed #3053AA;
	margin-bottom: 20px;
	float: none;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}

#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-repeat: no-repeat;
	background-position: 50% top;
	background-image: url(../images/bgi_cgroup_sp.png);
	height: auto;
	margin: 0 0 40px 0;
	background-color: #D1ECEA;
	padding-top: 20px;
	background-size: 100% auto;
	padding-bottom: 20px;
	width: auto;
}

#cgcap {
	left: auto;
	position: relative;
	top: auto;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.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: 90%;
}

.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: auto;
}

.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: auto;
	top: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#location02 {
	right: auto;
	top: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#location03 {
	left: auto;
	top: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#location04 {
	right: auto;
	top: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	left: auto;
}

#privacypolicy {
	background: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

#privacypolicy section h2 {
top: 30px;
}

#privacypolicy section .text {
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 0;
}

#privacypolicy section dl {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	margin-top: 20px;
}

#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;
	clear: both;
	width: auto;
}

#fnav {
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: auto;
	padding-bottom: 20px;
}

#copyright {
	background: #062660;
	height: auto;
	line-height: 100%;
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

#copyright small {
color: #fff;
}
/**************************/
#top #container h3 img{
	width: 40%;
}
