@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ページタイトル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tit {
	width:100%;
	height:210px;
	background: rgb(0,25,109);
	background: linear-gradient(90deg, rgba(0,25,109,1) 0%, rgba(0,25,109,1) 50%, rgba(100,170,220,1) 50%, rgba(100,170,220,1) 100%);
	position:relative;
	text-align: center;
}
#tit h2 {
	font-size: 30px;
    font-weight: bold;
    color: #00196d;
    background-color: #fff;
    text-align: center;
    line-height: 33px;
    margin: auto;
    padding: 20px 35px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 67px;
}
#tit span {
	font-size:18px;
}
#main-contents {
	background-color:#fff;
	position:relative;
}
.breadcrumb {
	width:980px;
	margin:15px auto 15px;
	font-size:12px;
	color:#00196d;
}
.breadcrumb a {
	text-decoration: underline;
}
@media (max-width:980px) {
	#main-logo a {
		margin: 14px 18px 0 18px;
	}
	#tit {
		height:132px;
	}
	#tit h2 {
		font-size: 25px;
		line-height: 26px;
		width: auto;
		margin: 35px 20px 0;
		padding: 17px 5px;
	}
	.breadcrumb {
		width: calc(100% - 20px);
		margin:10px auto 10px;
		padding:0 0 0 10px;
		font-size:10px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
メインコンテンツ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++
company
++++++++++++++++++++++++++++++++++++*/
.company #contents h2{
	text-indent: 0;
	text-align: center;
	padding: 25px 0 20px;
}
.company #contents #page_title{
	height: auto;
	background: none;
}
.company #contents #page_title h2 {
	width: 302px;
	height: 0;
	overflow: hidden;
	padding-top: 200px;
	background: url(../images/title_pc.gif) no-repeat center center;
}
.company #contents #points {
	overflow: hidden;
	background: #31b1e4;
	padding: 40px 0 140px;
}
.company #contents #points .point {
	display: none;
	padding: 0 20px;
}
.company #contents #points .point.current {
	display: block;
}
.company #contents #points li {
	width: 300px;
	height: 300px;
	background: #fff;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 20px 40px;
	line-height: 244px;
	text-align: center;
	padding: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.company #contents #points li:after {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: no-repeat center center;
}
.company #contents #points li:first-child:after {
	content: none;
}
.company #contents #point01 li:after {
	background-image: url(../images/icon01.gif);
}
.company #contents #point02 li:after {
	background-image: url(../images/icon02.gif);
}
.company #contents #point03 li:after {
	background-image: url(../images/icon03.gif);
}
.company #contents #point04 li:after {
	background-image: url(../images/icon04.gif);
}
.company #contents #point05 li:after {
	background-image: url(../images/icon05.gif);
}
.company #contents #points .point li:first-child {
	height: 0;
	padding: 300px 0 0;
	background: url(../images/title_sp.gif) no-repeat center center;
	background-size: 100%;
}
.company #contents #points li .tag {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 11px;
	line-height: 30px;
	padding: 0 17px;
}
.company #contents #point01 li .tag { background: #13906b; }
.company #contents #point02 li .tag { background: #7264a7; }
.company #contents #point03 li .tag { background: #9e896e; }
.company #contents #point04 li .tag { background: #e07d7d; }
.company #contents #point05 li .tag { background: #d7c741; }
.company #contents #points li .text {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.company #contents #points li .bold { font-weight: bold; }
.company #contents #points li .normal { font-weight: normal; }
.company #contents #points li .top { vertical-align: top; padding-top: 30px; }
.company #contents #points li .font_16 { font-size: 16px; line-height: 24px; }
.company #contents #points li .font_20 { font-size: 20px; line-height: 30px; }
.company #contents #points li .font_30 { font-size: 30px; line-height: 40px; }
.company #contents #points li .font_37 { font-size: 37px; line-height: 46px; }
.company #contents #points li .font_40 { font-size: 40px; line-height: 50px; }
.company #contents #points li .font_50 { font-size: 50px; line-height: 60px; letter-spacing: -2px; }
.company #contents #points li .font_60 { font-size: 60px; line-height: 70px; letter-spacing: -2px; }
.company #contents #points li .font_70 { font-size: 70px; line-height: 80px; letter-spacing: -2px; }
.company #contents #point01 li .text { color: #13906b; }
.company #contents #point02 li .text { color: #7264a7; }
.company #contents #point03 li .text { color: #9e896e; }
.company #contents #point04 li .text { color: #e07d7d; }
.company #contents #point05 li .text { color: #d7c741; }
.company #contents #points li .text span { display: inline-block; }
.company #contents nav {
	display: block;
	position: static;
	background: none;
}
.company #contents #company_menu {
	position: fixed;
	bottom: 0 !important;
	left: 0;
	right: 0;
	height: 140px;
	text-align: center;
	background: rgba(0,91,172,0.9);
}
.company #contents #company_menu.move-none {
	position: absolute;
}
.company #contents #company_menu li {
	display: inline-block;
}
.company #contents #company_menu li + li {
	margin-left: 75px;
}
.company #contents #company_menu a {
	width: 135px;
	height: 135px;
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #999;
	overflow: hidden;
	top: -20px;
	position: relative;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.company #contents #company_menu a:hover {
	opacity: 1;
}
.company #contents #company_menu a[href="point01"]:hover,
.company #contents #company_menu a[href="point01"].current {
	background: #13906b;
}
.company #contents #company_menu a[href="point02"]:hover,
.company #contents #company_menu a[href="point02"].current {
	background: #7264a7;
}
.company #contents #company_menu a[href="point03"]:hover,
.company #contents #company_menu a[href="point03"].current {
	background: #9e896e;
}
.company #contents #company_menu a[href="point04"]:hover,
.company #contents #company_menu a[href="point04"].current {
	background: #e07d7d;
}
.company #contents #company_menu a[href="point05"]:hover,
.company #contents #company_menu a[href="point05"].current {
	background: #d7c741;
}
#contents #company_menu a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
/* ++++++++++++++++++++++++++++++++
.company recruit_navi
++++++++++++++++++++++++++++++++++++*/
.company #contents #careerup #work article dd:last-of-type{margin-bottom: 0;}
.company #contents #recruit_navi{
	clear: both;
	padding-bottom: 80px;
	border-bottom: solid 1px #dedede;
}
.company #contents #recruit_navi h3{
	color: #005bac;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 40px;
}
.company #contents #recruit_navi p{
	max-width: 433px;
	margin: 0 auto;
}
@media screen and (max-width: 980px){
	.company #contents #recruit_navi p {
		width: auto;
		padding: 0 15px;
	}
}
.company #contents #recruit_navi p a{
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	color: #0961af;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 18px;
	background: #e6eff7;
	border: solid 1px #0961af;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.company #contents #recruit_navi p a:after{
	content: "";
	display: block;
	position: absolute;
	top: 21px;
	right: 29px;
	width: 20px;
	height: 20px;
	background: url(../business/images/business_icon_dot.gif) no-repeat 0 0;
}

@media screen and (min-width: 980px){
	.top #contents #interview .interview_inner li:nth-of-type(9){
		position: relative;
		left: 50%;
		padding: 0 122px;
		background: url(../images/top_bg_interview01_2.gif) no-repeat 0 0;
		/*		background: url(../../career/images/top_bg_interview01_2.gif) no-repeat 0 0;*/
		margin-top: 30px;
		margin-left: -250px;
	}
	.top #contents #interview .interview_inner li:nth-of-type(9):before,
	.top #contents #interview .interview_inner li:nth-of-type(9):after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 9999px;
		height: 248px;
	}
	.top #contents #interview .interview_inner li:nth-of-type(9):before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 9999px;
		height: 248px;
	}
	.top #contents #interview .interview_inner li:nth-of-type(9):after {
		background: #31b1e4;
		left: 100%;
	}
}

/* ++++++++++++++++++++++++++++++++
メインコンテンツsp
++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 980px) {
	.company #contents h2{
		letter-spacing: 0;
	}
	.company #contents #page_title {
		height: auto;
		background: none;
	}
	.company #contents #points {
		font-size: 0;
		padding: 24px 0 140px;
		text-align: center;
	}
	.company #contents #points .point {
		padding: 0;
	}
	.company #contents #points .point li:first-child {
		width: 305px;
		padding-top: 150px;
		background-image: url(../images/title_sp.gif);
		background-size: auto 100%;
		background-position: left center;
		float: none;
		margin: 0 2.5px 25px;
	}
	.company #contents #points li {
		float: none;
		display: inline-block;
		width: 150px;
		height: 150px;
		margin: 0 2.5px 5px;
		line-height: 122px;
		padding: 14px;
	}
	.company #contents #points li a {
		width: 100%;
		height: 100%;
		display: block;
	}
	.company #contents #points li .top { vertical-align: top; padding-top: 15px; }
	.company #contents #points li .font_16 { font-size: 8px; line-height: 12px; }
	.company #contents #points li .font_20 { font-size: 10px; line-height: 15px; }
	.company #contents #points li .font_30 { font-size: 15px; line-height: 20px; }
	.company #contents #points li .font_37 { font-size: 17.5px; line-height: 23px; }
	.company #contents #points li .font_40 { font-size: 20px; line-height: 25px; }
	.company #contents #points li .font_50 { font-size: 25px; line-height: 30px; letter-spacing: -1px; }
	.company #contents #points li .font_60 { font-size: 30px; line-height: 45px; letter-spacing: -1px; }
	.company #contents #points li .font_70 { font-size: 35px; line-height: 40px; letter-spacing: -1px; }
	.company #contents #points li:after {
		width: 18px;
		height: 18px;
		background-size: 100%;
	}
	.company #contents #points li .tag {
		font-size: 8px;
		line-height: 15px;
		padding: 0 9px;
	}
	.company #contents nav {
		padding-bottom: 0;
	}
	.company #contents #company_menu li {
		vertical-align: top;
		margin: -16px 14px 16px !important;
	}
	.company #contents #company_menu a {
		top: 0;
	}
	.company #contents #company_menu a,
	.company #contents #company_menu a img {
		width: 67px;
		height: 67px;
	}
}
@media screen and (max-width: 466px){
	.company #contents #points .point li:first-child {
		width: 227px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
