@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}
body {
	background-color: #FFF;
}
.container ,
.container_s{
	margin: 0 auto;
	padding: 0;
}
.container:after,
.container_s:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

img {
	max-width: 100%;
}
@media (max-width: 767px) {
body {
	font-size: 1.4rem; /*全体のフォントサイズは14pxとする*/
    -webkit-text-size-adjust: 100%; /*スマホでPC表示した際に勝手に文字が大きくなるのを防ぐ*/
}
.hidden_sp {
	display: none;
}
table.table_sp, table.table_sp tbody, table.table_sp thead, table.table_sp tfoot, table.table_sp tr, table.table_sp th, table.table_sp td {
	display: block;
}
table.table_sp {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
table.table_sp th {
	background-color: #F2F2F2;
	border-top: 1px solid #CCC;
	padding: 5px;
}
table.table_sp td {
	border-top: 1px solid #CCC;
	padding: 5px;
}
}
@media (min-width: 768px) {
body {
	font-size: 1.8rem; /*全体のフォントサイズは14pxとする*/
}
.container {
	max-width:1300px;
}
.container_s{
	max-width: 1024px;
	}
.hidden_pc {
	display: none;
}
}
/***************************************************
#header
***************************************************/
#header {
	background-color: #FFF;
	width: 100%;
}
#header .headWrap h1 {
	width:50%;
	float:right;
}
#header .headWrap .logo {
	width:50%;
	float:left;
}
@media (max-width: 768px) {
#header .headWrap .headTitle{
	width: 75%;
    padding: 5px;
    margin: auto;
    float: none;
}

#header .headWrap h1 ,
#header .headWrap .logo {
	padding:1%;
	width:48%;}
}

@media (max-width: 768px) {
#header .headWrap{
	padding:10px;
	overflow:hidden;
	min-height:50px;}
#header .headWrap ul {
	width: 85%;
    margin: auto;
}
#header .headWrap ul li {
	float: left;
	width: 48%;
	margin:1%;
}
#header .headWrap ul li img {
	width: 100%;
}
}
@media (min-width: 769px) {
#header {
    height: 70px;
    padding-top: 20px;
}
#header .headWrap .headTitle{
	width:350px;
	float:left;
}
#header .headWrap h1.logo {
	float:left;
}
#header .headWrap nav {
	float:right;
}
}

/***************************************************
nav
***************************************************/
#header .headWrap nav {
	float:right;
}
@media (max-width: 768px) {
#gnavi {
	position: fixed;
	width:100%;
	bottom: 0;
	right: 0;
	z-index: 99999;
	background:#FFF;
	padding: 6px 0;
	box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.4), 0 0 0;
}
#gnavi ul {
	width: 90%;
	height: 60px;
	margin:auto;
}
}
@media (min-width: 769px) {
#gnavi {
	min-width: 400px;
	float:right;
}
#gnavi ul li:last-child a {
}
#gnavi ul li a:hover {
}
}
#gnavi ul {
	width: 100%;
	height: 60px;
}
#gnavi ul li {
	vertical-align: middle;
	font-size: 1.6rem;
	width: 48%;
    margin: 1%;
    float: left;
}
#gnavi ul li a {
	line-height: 3;
	color: #FFF;
	display:block;
    border-radius: 50px;
	background-color: #004DA1;
}

#gnavi ul li a:hover{
	background:rgba(3, 78, 160, 0.67);
	border-radius: 50px;
	}	
/***************************************************
footer
***************************************************/
@media (max-width: 768px) {
#footer {
	height:60px;
	margin-bottom:50px;
}
#footer .copy{
	font-size:0.8em;
	text-align:center;
	color:#909090;
	margin-top:10px;
	}
}
@media (min-width: 769px) {
#footer {
	height:100px;}
#footer .copy{
	font-size:0.8em;
	text-align:left;
	color:#909090;
	padding-top:40px;
	}
}
/***************************************************
セカンド　共通
***************************************************/
.contents {
}

section p {
	margin-bottom: 1em;
	line-height:2em;
}
section strong{
	font-weight:bold;
	font-size:1.2em;}
.contents  .lead p {
	text-align:left;
}
@media (max-width: 768px) {
.contents {
	padding: 30px 10px;
}
.contents section {
	margin-bottom: 30px;
}
.contents .lead h3 {
	font-size: 2.0rem;
	margin-bottom: 10px;
	color:#004DA1;
}
.index h3.midashi span{
	font-family: 'Roboto', sans-serif;
	font-size:1.5em;
	display:block;
	margin-bottom:30px
	}
}
@media (min-width: 769px) {
.contents {
	padding: 50px 0;
}
.contents section {
	margin-bottom: 50px;
}
.contents  .lead {
	margin:auto;
	margin-bottom:50px;}
.contents .lead h3 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
	color:#004DA1;
}
.col2_clear {}
.col03_clear{}
.col03_both > ul {
	display: table;
	width: 98%;
	margin: 0 auto;
	table-layout: fixed;
}
.col03_clear > ul > li,
.col03_both > ul > li {
	display: table-cell;
	width: 33.3%;
}
}
@media (max-width: 768px) {
.col2_clear > ul > li {
	margin-bottom: 10px;
}
.col03_both > ul > li > div,
.col03_clear > ul > li > div {
}
.col03_clear > ul > li {
	display: table-cell;
	width: 33.3%;
	padding:2px;
}
}
@media (min-width: 769px) {
.col2_clear > ul,
.col03_clear > ul {
	display: table;
	width: 98%;
	margin: 0 auto;
	table-layout: fixed;
}
.col2_clear > ul > li {
	display: table-cell;
	width: 50%;
}
.col2_clear > ul > li > div {
	margin: 10px;
}
.col03_both > ul > li > div {
}
}

ul.list01 li:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 10px;
	text-align:left;
	color:#004DA1;
}
ul.list02 li:before {
    content: "\f144";
    font-family: FontAwesome;
    padding-right: 10px;
	text-align:left;
	color:#004DA1;
}
ul.list02 li{
	font-weight:bold;
margin-bottom:10px;
}
/***************************************************
セカンドタイトル
***************************************************/
.ttlBox {
	background-color: #ECEFF4;
}
.ttlBox h2 {
	font-weight: bold;
	text-shadow: 0px 0px 5px #FFF;
}

@media (max-width: 768px) {
.ttlBox {
	padding: 20px 0;
}
}
@media (min-width: 769px) {
.ttlBox {
	padding: 80px 0;
}
.ttlBox h2 {
	font-size: 30px;
	line-height: 40px;
}
}
@media (min-width: 769px) {
.entorybox a{
	padding:20px 10px;
	font-size: 1.6rem;
	border:1px solid #FFF;
    border-radius: 50px;
	margin:30px auto;
	text-align:center;
	display:block;
	margin-bottom:30px;
	background:#004DA1;
	width:500px;
	color:#FFF;
	}
}
@media (max-width: 768px) {
.entorybox a{
	padding:10px;
	font-size: 1.6rem;
	border:1px solid #FFF;
    border-radius: 50px;
	margin:30px auto;
	text-align:center;
	display:block;
	margin-bottom:30px;
	background:#004DA1;
	width:60%;
	color:#FFF;
	}
}

.entorybox a:link, .entory  a:active, .entory  a:visited{
	font-weight:bold;
	color:#FFF;
	}
.entorybox a:hover{
	background:rgba(3, 78, 160, 0.67)
	}
.entorybox span{
	font-family: 'Roboto', sans-serif;
}
/***************************************************
.index
***************************************************/	
.index h3.midashi span{
	font-family: 'Roboto', sans-serif;
	font-size:2em;
	display:block;
	margin-bottom:30px
	}

@media (min-width: 769px) {
.index .main{
	background:url(../img/mainBg.jpg) top center no-repeat;
	padding:200px 0;
	text-align:left;
	min-height:1350px;
	position:relative;
	max-width:1920px;
	margin:auto;
	}
.index .main h2{
	font-size:3em;
	font-weight:bold;
	color:#004DA1;
	margin-bottom:30px;
}
.index .mainlead{
	width:60%;
	font-size:1.5em;
	font-weight:bold;
	color:#004DA1;}
	
.index .philosophy{
	position:absolute;
	left:50%;
	top:1000px;
	width:40%;
	}
.index .fix_kenko{
	position:absolute;
	right: 15px;
	top: 15px;
}
.index .fix_kenko img {
	max-width: calc(100vw / 10);
}
}
.index .philosophy{
	color:#FFF;
}
	
@media (max-width: 768px) {
	.index .main{
	background:url(../img/mainBg_sp.jpg) top center no-repeat #004DA1;
	background-size:contain;
	padding-top:50%;
	padding-bottom:30px;
	margin:auto;
	}
.index .main h2{
	font-weight:bold;
	color:#004DA1;
	margin-bottom:30px;
}
.index .mainlead{
	width: 80%;
    margin: auto;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    color: #004DA1;
    margin-bottom: 100%;}
.line {
  background: linear-gradient(transparent 10%, #FFF 0%);
}
.index .philosophy{
	background:#004DA1;
	background-size:contain;
	padding:0 30px;
	text-align:left;
	}
.index .fix_kenko{
	width: 50%;
	margin: -100px auto 30px;
	}
}
	
/*****************.team*******************/
.index .team h3{
	font-weight:bold;}

@media (min-width: 769px) {
.index .team{
	background:url(../img/team_bg.jpg) no-repeat bottom center;
	background-size:cover;
	min-height:800px;
	padding-bottom:2%;
	color:#004DA1;
	padding-top:100px;
	}
.index .team h3.midashi_team span{
	font-family: 'Roboto', sans-serif;
	font-size:2em;
	font-weight:bold;
	}
.index .team br{
	display:none;}
}
@media (max-width: 768px) {
.index .team{
	background: url(../img/team_bg.jpg) no-repeat bottom center #EEF2F8;
    background-size: contain;
    min-height: 300px;
    padding-bottom: 20%;
    color: #004DA1;
    padding-top: 50px;
	}
.index .team h3.midashi_team span{
	font-family: 'Roboto', sans-serif;
	font-size:1.5em;
	font-weight:bold;
	}
.index .team h3.midashi_team{
	margin-bottom:30px;}
}

/*****************.jobtype*******************/	
.index .jobtype {
	padding:100px 0;}
.index .jobtype h3.midashi{
	color:#004DA1;
	}
@media (min-width: 769px) {
.index .jobtype ul{
	text-align:left;
	width: 86%;
	color:#FFF;
	}
.index .jobtype li{
	 display: table-cell;
    width: 31.3%;
    border: #FFF 8px solid;
    background: #004DA1;
	margin:1%;
	}
}
@media (max-width: 768px) {
.index .jobtype ul{
	text-align:left;
	max-width:360px;
	margin: auto;
	color:#FFF;
	}
.index .jobtype li{
	float:none;
	border:#FFF 10px solid;
	background:#004DA1;
	}
}
.index .jobtype li h4{
	margin:20px;
	background:none;
	padding:0.2em;
	color:#FFF;
	font-size:1.2em;}
.index .jobtype li p{
	font-size:1em;
	margin:20px;
}
.btn a{
	padding:10px;
	font-size: 1.6rem;
	border:1px solid #FFF;
    border-radius: 50px;
	width: 60%;
	margin:auto;
	text-align:center;
	display:block;
	margin-bottom:30px;
	background:#004DA1;
	}
.btn  a:hover{
	background:rgba(255,255,255,0.37);
	color:#004DA1;}
.btn a:link, .btn  a:active, .btn  a:visited{
	font-weight:bold;
	color:#FFF;
	}

/*****************.career*******************/		
.index .career {
	background:#EEF4F8;
	padding:100px 0;
}
.index .career  li.member01{
	background:url(../img/career01.jpg) bottom right no-repeat #FFF;
	background-size:contain;}
.index .career  li.member02{
	background:url(../img/career02.jpg) bottom right no-repeat  #FFF;
	background-size:contain;}
.index .career li .list_wrap h4{
	font-weight:bold;
	margin-bottom:10px;
font-size: 1.1em;}
.index .career li .list_wrap .data{
	margin-top:20px;
	font-weight:bold;
	}

@media (min-width: 1100px) {
.index .career li{
	width:43%;
	float:left;
	background:#FFF;
	padding:20px;
	margin:5% 1%;
	}
.index .career li.member03 .list_wrap{
	width:100%;
	font-size:0.8em;
	text-align:left;
}
.index .career li.member03{
		float: none;
		width:inherit; 
	clear: both;
	}
.index .career li .list_wrap{
	width:65%;
	font-size:0.8em;
	text-align:left;}
}

@media (max-width: 1099px) {
	.index .career  li{
	background:#FFF;
	padding:20px;
	margin: 50px 2%;
	}
.index .career li .list_wrap{
	width:75%;
	font-size:0.8em;
	text-align:left;}
.index .career li.member03 .list_wrap{
	width:100%;
	font-size:0.8em;
	text-align:left;}

}
@media (max-width: 585px) {
	.index .career li .list_wrap{
	width:50%;
	font-size:0.8em;
	text-align:left;}
}
@media (max-width: 459px) {
.index .career  li.member01{
	background:#FFF;
	background-size:contain;}
.index .career  li.member02{
	background:#FFF;
	background-size:contain;}
.index .career li .list_wrap{
	width: 100%;
}
.index .career  li {
	position: relative;
	}
.index .career  li .staffImg{
	position: absolute;
	top: -40px;
    right: 20px;
    width: 100px;
	}
}
@media (min-width: 460px) {
.index .career  li .staffImg{
		display: none;
	}
}
.index .career  li .name{
	margin:-40px 0 0 0;
	text-align:left;
	color:#CCCCCC;
	font-size:1.5em;
	line-height:1.6em;
	margin-bottom:30px;
}
.index .career  li .name span{
	font-size:2em;
	display:block;
}
.index .career h3.midashi{
	color:#004DA1;
	}
/*****************.step*******************/	
.index .step {
	padding:100px 0;}
.index .step h3.midashi{
	color:#004DA1;
	}
@media (min-width: 769px) {
.index .step ul{
	display:table;}
.index .step li{
	display:table-cell;
	width:25%;
	padding:20px;
	border:10px #FFF solid;
	background:#004DA1;
	color:#FFF;
	font-size:0.8em;
	text-align:left;}
}

.index .step li h4{
	font-size:2em;
font-weight: bold;}
.index .step li h4 span{
	display: block;
	font-family: 'Roboto', sans-serif;
}
.index .step li:nth-child(1){
	background-color: rgba(78,156,238,1.00);
}
.index .step li:nth-child(2){
	background-color: rgba(0,102,203,1.00);
}
.index .step li:nth-child(3){
	background-color:rgb(23, 75, 177);
}
.index .step li:nth-child(4){
	background-color: rgba(0,52,154,1.00);
	
}
@media (max-width: 768px) {
	.index .step li{
	padding:20px;
	border:10px #FFF solid;
	background:#004DA1;
	color:#FFF;
	font-size:0.8em;
	text-align:left;}
}
/*****************.company*******************/		
.index .company{
	padding:150px 0;
	background: url(../img/companyBg.jpg) top center no-repeat;
	background-size:cover;
	color:#FFF;
	}
.index .company.bg2023{
	padding:150px 0;
	background: url(../img/companyBg2023.jpg) top center no-repeat;
	background-size:cover;
	color:#FFF;
	}
.index .company h3.midashi{
	color:#FFF;
	text-align:leftl
	}
	
.index .company div{
	background:#004da1f2;
	text-align:left;
	padding:40px;
	margin:auto;
	width:60%;
	}
.index .company table{
	width:100%;
	border-top:1px solid #FFF;
	}
.index .company table td,
.index .company table th{
	border-bottom:1px solid #FFF;
	padding:10px;
	}
.index .company a:link,
.index .company a:visited ,
.index .company a:hover ,
.index .company a:active {
	color: #FFF;
	}
