@charset "utf-8";

@font-face {
	font-family: 'sgwire_icon';
	src: url('../fonts/sgwire_icon.eot');
	src: url('../fonts/sgwire_icon.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/sgwire_icon.ttf') format('truetype'),
			 url('../fonts/sgwire_icon.woff') format('woff'),
			 url('../fonts/sgwire_icon.svg?#sgwire_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans Japanese';

	src: url('../fonts/NotoSansCJKjp-Regular.eot');
	src: url('../fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
			 url('../fonts/NotoSansCJKjp-Regular.ttf')  format('truetype');
	font-style: normal;
	font-weight: 400;
}

.boxToggleQa h3,
.iconPin,
.pdf a::after,
.excel a::after,
.word a::after,
.linkList li a::after,
.relatedLinkList li::before,
.relatedLinkList li a::after,
.listStyle li::before,
.listStyle dt::before,
.listStyle dd::before,
.innerLink.columnSet .columnHalf a::after {
	font-family: 'sgwire_icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*clearfix*/
.clearFix:after,
.columnSet:after,
header:after,
#globalNav ul:after,
main:after,
.breadcrumb ul:after,
.btnSet:after,
.notesStyle1:after,
.notesStyle2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix, .columnSet, header, #globalNav ul, main, .breadcrumb ul, .btnSet, .notesStyle1, .notesStyle2 {
	display: inline-table;
	min-height: 1%;
}
* html .clearFix, * html .columnSet, * html header, * html #globalNav ul, * html main, * html .breadcrumb ul, * html .btnSet, * html .notesStyle1, * html .notesStyle2 {
	height: 1%;
}
.clearFix, .columnSet, header, #globalNav ul, main, .breadcrumb ul, .btnSet, .notesStyle1, .notesStyle2 {
	display: block;
}
/*****/
body {
	position: relative;
	height:100%;
	background-color: #FFF;
	color: #333;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	display: block;
}
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a.op07:hover {
	opacity: 0.7;
}
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
header, footer, nav, article {
	display:block;
}
/***margin***/
.mb00 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.shadow {
	-webkit-box-shadow: rgba(0,0,0,.1) 0 3px 3px 0;
	-moz-box-shadow: rgba(0,0,0,.1) 0 3px 3px 0;
	box-shadow: rgba(0,0,0,.1) 0 3px 3px 0;
	position: relative;
	z-index: 999999;
}
/* 背景色 */
.orange {
	background-color: #ff8d23  !important;
}
.white {
	background-color: #fff !important;
}
/******************************************
header
******************************************/
header {
	margin: 0;
	padding: 0;
}
header .inner {
	display: block;
	padding: 10px 2%;
}
header .inner #logo {
	float: left;
}
#logo a {
	float: left;
	display: block;
}
#logo a:hover {
	opacity: 0.7;
}
#logo a.top img {
	max-height: 46px;
	width: auto;
}
#logo a.recruitTop img {
	max-height: 46px;
	width: auto;
}
#logo a:first-child {
	margin-right: 15px;
}
.entryButton {
	float: right;
	background: #0666a8;
	font-size: 18px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	margin-top: 8px;
	transition: all 0.3s ease;
}
.entryButton a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
}
.entryButton:hover {
	background: #ddd;
}
.entryButton:hover a {
	text-decoration: none;
	color: #0666a8;
}
/******************************************
g_nav
******************************************/
.g_nav {
	float: right;
	display: block;
	/*margin-right: 2%;*/
	margin-right: 0;
}
.g_nav nav {
	max-width: 1020px;
	margin: 0 auto;
}
.g_nav nav ul li {
	display: block;
	float: left;
	align-items: center;
}
.g_nav nav ul li.nav01 a,
.g_nav nav ul li.nav02 a,
.g_nav nav ul li.nav03 a {
	display: block;
	color: #4a5861;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 15px;
	line-height: 20px;
	text-align: center;
	transition: all 0.3s ease;
}
.g_nav nav ul li a img {
	width: 30px;
	height: 30px;
	margin: 0 auto 8px;
}
.g_nav nav ul li a:hover img {
	width: 32px;
	height: 32px;
	margin: 0 auto 6px;
}
.g_nav nav ul li a:hover {
	color: #1ea7e2;
}
.g_nav nav ul li a span {
	position: relative;
	display: block;
}

.g_nav nav ul li.nav03{
	margin-left: 10px;
}
.g_nav nav ul li.entryButton{
	margin-left: 20px;
}

/******************************************
mainVisual
******************************************/
.mainVisual {
	position: relative;
	width:100%;
	margin: 0;
	text-align: left;
	z-index: 111111;
	border-bottom: solid 1px #efefef;
}
.mainVisual h1 {
	max-width: 1020px;
	font-size: 370%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	color: #496577;
	background-color: transparent;
	/*text-shadow: 1px 1px 2px #666666, 0 0 0em black, 0 0 0.2em #d4d4d4;*/
}
.mainVisual h1 span {
	letter-spacing: 0.1em;
}
.mvGrid{
	background-image: url(../graduates/images/mv_bg_grid.png);
	background-repeat: repeat;
	background-position: 0 0;
	height: inherit;
	width:100%;
}
/*.mvGrid img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}*/



/******************************************
breadcrumb
******************************************/
nav.breadcrumb {
	margin: 10px 20px 30px;
}
nav.breadcrumb li {
	float: left;
	font-size: 13px;
}
nav.breadcrumb li::after {
	content: ">";
	margin: 0 6px;
	color: #999;
}
nav.breadcrumb li:last-child::after {
	content: "";
}
/******************************************
main
******************************************/
main {
	background-color: #FFF;
	padding-top: 50px;
}
section {
	margin-bottom: 60px;
}
.inner1020 {
	max-width: 1020px;
	margin: 0 auto;
}
/* innerLink */
.innerLink.columnSet .columnHalf a {
	padding: 20px;
	background: #0666a8;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
}
.innerLink.columnSet .columnHalf a::after {
	content: "\e90d";
	color: #fff;
	font-size: 14px;
	margin-top: 2px;
	top: 0%;
	position: relative;
	right: -8px;
}
.innerLink.columnSet .columnHalf a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.innerLink.columnSet .columnHalf a.linkinner::after {
	content: "\e90e";
}
h1 {
	font-size: 26px;
	margin-bottom: 1em;
	height: 80px;
	background-color: #CCC;
	position: relative;
	width: 100%;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h1 span {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
}
h2.ribbon {
	font-size: 24px;
	margin-bottom: 40px;
	position: relative;
	padding: .3em;
	background-color: #0666a8;
	color: #ffffff;
}
h2.grid{
	font-size: 28px;
	line-height: 1.35em;
	margin-bottom: 40px;
	position: relative;
	padding: .3em;
	background-color: #0666a8;
	color: #ffffff;
	background-image: url(../graduates/images/mv_bg_grid_white.png);
	background-repeat: repeat;
	background-position: 50% 50%;
	box-shadow: 0px 3px 3px rgba(0,0,100,0.5);
}

/*h2.ribbon span {
	display: block;
	padding: .75em 1em;
	border: 1px dashed #ffffff;
}*/
h2.grid span {
	display: block;
	padding: .75em 0.6em;
}
h2.ribbon span img {
	margin: 0 auto;
}
h2.ribbon.white span {
	border: 1px dashed #0666a8;
}
/*h2.ribbon::before, h2.ribbon::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
h2.ribbon::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #7fa4bd;
}
h2.ribbon::after {
	top: -15px;
	right: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-bottom-color: #7fa4bd;
}*/
h3 {
	font-size: 20px;
	margin-bottom: 0.5em;
}
h3.titleH3 {
	color: #0666a8;
	display: inline-block;
}
h3.titleH3:after {
	border-bottom: 2px solid #0666a8;
	content: "";
	display: block;
	padding: 0;
	margin: 10px 0;
	width: 120%;
}
h3.orange:after {
	border-bottom: 2px solid #ff8d23;
}
h4 {
	font-size: 18px;
	margin-bottom: 0.5em;
}

/*text style*/
p.textStyle1 {
	/*font-size: 16px;*/
	font-size: 18px;
	line-height: 2.0em;
	margin-bottom: 1em;
}
p.textStyle2 {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1em;
}
p.textStyle3 {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1em;
}
p.textStyle1.indent1,
p.textStyle2.indent1,
p.textStyle3.indent1 {
	text-indent: 1em;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
/*Notes*/
.notesStyle1, .notesStyle2 {
	clear: both;
	overflow: hidden;
}
p.notesStyle1::before {
	content:"*";
}
.notesStyle1 ul, .notesStyle2 ul {
	margin-left: 1em;
	margin-bottom: 1em;
}
.notesStyle1 li {
	text-indent: -1em;
	margin-bottom: 15px;
}
.notesStyle2 li {
	text-indent: -1em;
	margin-bottom: 15px;
}
.notesStyle1 li::before,
.notesStyle2 li::before {
	content: "*";
	margin-right: 0.4em;
}
.notesStyle1 dl,
.notesStyle2 dl {
	margin-bottom: 1em;
}
.notesStyle1 dt,
.notesStyle2 dt {
	display: block;
	float: left;
	width: 26px;
}
.notesStyle1 dd,
.notesStyle2 dd {
	display: block;
	float: left;
	width: calc(100% - 26px);
	margin-bottom: 15px;
}
.notesStyle1 li,
.notesStyle1 dt,
.notesStyle1 dd {
	font-size: 14px;
	line-height: 1.3em;
}
.notesStyle2 li,
.notesStyle2 dt,
.notesStyle2 dd {
	font-size: 12px;
	line-height: 1.3em;
}
/**footer**/
footer {
	text-align: center;
	background-color: #99a4ab;
	width: 100%;
}
footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
footer nav {
	margin: 0 auto;
	overflow: hidden;
}
footer nav .columnSet {
	max-width: 1020px;
	margin: 24px auto;
}
.footerColumn {
	float: left;
	text-align: left;
	width: 32%;
	margin-left: 2%;
}
.footerColumn:first-child {
	margin-left: 0;
}
.footerCategory {
	font-size: 14px;
	margin-bottom: 10px;
}
footer .footerCategory a {
	font-weight: bold;
}
footer .footerCategory a.noLink {
	pointer-events: none;
}
.footerColumn ul {
	font-size: 13px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.3em;
}
.footerColumn ul li {
	margin-bottom: 5px;
	width: 50%;
	float: left;
}
.footerColumn ul li a {
	display: block;
}
.footerColumn ul li a img {
	max-width: 148px;
}
.footerColumn ul li:last-child {
	margin-bottom: 0;
}
.footerTerms {
	background-color: #363a3e;
	text-align: center;
	overflow: hidden;
}
.footerTerms .columnSet {
	max-width: 1020px;
	margin: 10px auto;
}
.footerTerms .copyright {
	color: #FFF;
	font-size: 12px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/*column Set*/
.columnSet {
	clear: both;
	margin-bottom: 30px;
}
/*1/2*/
.columnHalf {
	float: left;
	width: 49%;
	margin-left: 2%;
	margin-bottom: 10px;
}
.columnHalf:first-child,
.columnHalf:nth-child(odd) {
	margin-left: 0;
}
/*1/3*/
.columnOneThird {
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-bottom: 30px;
}
/*2/3*/
.columnTwoThird {
	float: left;
	width: 66%;
	margin-left: 2%;
	margin-bottom: 10px;
}
.columnOneThird:first-child,
.columnOneThird:nth-child(4n),
.columnTwoThird:first-child {
	margin-left: 0;
}
/*1/4*/
.columnOneQuarter {
	float: left;
	width: calc((100% - 45px) / 4);
	margin-left: 15px;
	margin-bottom: 10px;
}
.columnOneQuarter:first-child,
.columnOneQuarter:nth-child(5n) {
	margin-left: 0;
}
/*1/5*/
.columnOneFifths {
	float: left;
	width: calc((100% - 60px) / 5);
	margin-left: 15px;
	margin-bottom: 10px;
}
.columnOneFifths:first-child,
.columnOneFifths:nth-child(6n) {
	margin-left: 0;
}
/*3/4*/
.columnThreeQuarters {
	float: left;
 width: calc((100% - 30px) / 4 * 3);
	margin-left: 15px;
	margin-bottom: 10px;
}
.columnThreeQuarters:first-child {
	margin-left: 0;
}
/*1/2 + 1/4 + 1/4*/
.columnHalf + .columnOneQuarter,
.columnHalf + .columnOneQuarter + .columnOneQuarter {
	margin-left: 21px;
}
/*1/4 + 1/4 + 1/2*/
.columnOneQuarter + .columnOneQuarter + .columnHalf {
	margin-left: 27px;
}
/*1/4 + 1/4 + 1/2*/
.columnOneQuarter:first-child + .columnHalf {
	margin-left: 20px;
}
/*1/4 + 3/4*/
.columnThreeQuarters + .columnOneQuarter {
	margin-left: 33px;
}
/*1/4 + 3/4*/
.columnOneQuarter + .columnThreeQuarters {
	margin-left: 33px;
}
/*2/5*/
.columnTwoFifths {
	float: left;
 width: calc((100% - 30px) / 5 * 2);
}
/*3/5*/
.columnThreeFifths {
	float: left;
 width: calc((100% - 30px) / 5 * 3);
}
/*3/5 + 2/5*/
.columnThreeFifths+.columnTwoFifths {
	margin-left: 30px;
}
/*2/5 + 3/5*/
.columnTwoFifths+.columnThreeFifths {
	margin-left: 30px;
}
/*table style*/
.tableStyle1, .tableStyle3,
.tableStyle5 {
	width: 100%;
	margin-bottom: 25px;
}
.tableStyle2, .tableStyle4,
.tableStyle6 {
	width: auto;
	margin-bottom: 25px;
}
.tableStyle1 caption,
.tableStyle2 caption,
.tableStyle3 caption,
.tableStyle4 caption,
.tableStyle5 caption,
.tableStyle6 caption {
	font-size: 90%;
	line-height: 1.5em;
}
.tableStyle1 thead td,
.tableStyle2 thead td,
.tableStyle3 thead td,
.tableStyle4 thead td,
.tableStyle5 thead td,
.tableStyle6 thead td {
	text-align: center;
}
.tableStyle1 tbody th,
.tableStyle2 tbody th,
.tableStyle3 tbody th,
.tableStyle4 tbody th,
.tableStyle5 tbody th,
.tableStyle6 tbody th {
	text-align: left;
}
.cellTextRight, .cellPrice {
	text-align: right;
}
.cellTextCenter {
	text-align: center;
}
.tableStyle1 thead th,
.tableStyle2 thead th {
	background-color: rgb(200,200,200);
	font-weight: bold;
}
.tableStyle1 thead td,
.tableStyle2 thead td {
	background-color: rgb(220,220,220);
}
.tableStyle1 tbody th,
.tableStyle2 tbody th {
	background-color: rgb(230,230,230);
	font-weight: bold;
}
.tableStyle1 tbody td,
.tableStyle2 tbody td {
	background-color: rgb(255,255,255);
}
.tableStyle1 th,
.tableStyle1 td,
.tableStyle2 th,
.tableStyle2 td {
	padding: 3px 5px;
	border: 1px solid rgb(150,150,150);
	font-size: 90%;
	line-height: 1.5em;
}
.tableStyle3 th,
.tableStyle3 td,
.tableStyle4 th,
.tableStyle4 td {
	padding: 3px 5px;
	border-top: 1px solid rgb(150,150,150);
	border-bottom: 1px solid rgb(150,150,150);
	font-size: 90%;
	line-height: 1.5em;
}
.tableStyle3 th,
.tableStyle4 th {
	font-weight: bold;
}
.tableStyle5 th,
.tableStyle5 td,
.tableStyle6 th,
.tableStyle6 td {
	padding: 3px 5px;
	font-size: 90%;
	line-height: 1.5em;
	vertical-align: top;
}
/**list style**/
.listStyle {
	margin-bottom: 1em;
}
.listStyle li,
.listStyle dd {
	line-height: 1.5em;
	margin-bottom: 1em;
}
.listStyle dt {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.listStyle li {
	margin-left: 1em;
	text-indent: -1em;
}
.listStyle li:last-child,
.listStyle dd:last-child {
	margin-bottom: 0;
}
.listStyle li>.numList1,
.listStyle li>.numList2,
.listStyle li>.numList3,
.listStyle li>.numList4 {
	margin-top: 1em;
}
.listStyle li .numList1 li::before,
.listStyle li .numList2 li::before,
.listStyle li .numList3 li::before,
.listStyle li .numList4 li::before {
	color: #333;
}
.listStyle li::before,
.listStyle dt::before {
	content: "\e900";
	color: #06A3E0;
}
.listStyle li.marker2::before,
.listStyle dt.marker2::before {
	content: "\e901";
	color: #06A3E0;
}
.listStyle li.marker3::before,
.listStyle dt.marker3::before {
	content: "\e902";
	color: #06A3E0;
}
.listStyle li.marker4::before,
.listStyle dt.marker4::before {
	content: "\e903";
	color: #06A3E0;
}
.listStyle li.marker5::before,
.listStyle dt.marker5::before {
	content: "\e904";
	color: #06A3E0;
}
/**link list style**/
.linkList {
	margin-bottom: 1em;
}
.linkList li {
	line-height: 1.5em;
	margin-bottom: 1em;
}
.linkList li:last-child {
	margin-bottom: 0;
}
.linkList a,
.pdf a,
.excel a,
.word a,
.internal a,
.email a,
.outer a,
.mappin a,
.world1 a,
.world2 a,
.movie a {
	text-decoration: none;
	position:relative;
}
.linkList a:hover {
	color:#0066cc;/*border-bottom:1px solid #06A3E0;*/
}
.pdf a::after,
.excel a::after,
.word a::after,
.outer a::after,
.email a::after,
.internal a::after,
.mappin a::after,
.world1 a::after,
.world2 a::after,
.movie a::after {
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);position:absolute;*/
	transition:all 0.3s;
	line-height:1;
	margin-left:0.3em;
}
.pdf a::after{
	content:"\e913";
	color:#999;
	font-size:120%;
}
.outer a::after{
	content:"\e909";
	color:#999;
}
.email a::after{
	content:"\e908";
	color:#999;
	font-size:80%;
}
.internal a::after{
	content:"\e90d";
	color:#999;
}
.mappin a::after{
	content:"\e902";
	color:#999;
}
.world1 a::after{
	content:"\e911";
	color:#999;
}
.world2 a::after{
	content:"\e912";
	color:#999;
}
.movie a::after{
	content:"\ea9d";
	color:#999;
}
.excel a::after{
	content:"\e914";
	color:#999;
	font-size:110%;
}
.word a::after{
	content:"\e915";
	color:#999;
	font-size:110%;
}

.pdf a:hover::after,
.excel a:hover::after,
.word a:hover::after,
.outer a:hover::after,
.email a:hover::after,
.internal a:hover::after,
.mappin a:hover::after,
.world1 a:hover::after,
.world2 a:hover::after,
.movie a:hover::after {
	margin-left:0.8em;
	color: #06A3E0;
}
.pdf a:hover::after {
	color: #D00;
}
.excel a:hover::after{
	color:#1F7244;
}
.word a:hover::after{
	color:#295497;
}
/**number list style**/
.numList1 {
	padding: 0 0 0 2em;
	margin: 0 0 50px 1.85em;
}
.numList1 li {
	font-size: 16px;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
	counter-increment: cnt;
	margin: 0 0 10px;
	text-indent: -1.85em;
}
.numList1 li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
