@charset "UTF-8";

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");


html,body,div,a,p,img,span,ul,li {
	margin:0;
	padding:0;
	font-family: 'Noto Serif JP',"游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol, ul {
	list-style: none;
}
h1{
	font-weight:normal;
}
a:focus, *:focus { outline:none; }
hr.style-four {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: content-box;
}
section {
    width: 100%;
    text-align: left;
    background: #fff;
    position: relative;
    overflow: hidden;
}
/* ローディング（背景） -------------------- */
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #008fd2;
	z-index: 2000;
}

/* ローディング（子要素エリア） -------------------- */
#loader {
	position: fixed;
	top:47%;
	margin:0 auto;
	width: 100%;
	z-index: 11;
	/* display: block; */
	text-align: center;
}

/* 跳ねるアンテナ -------------------- */

.animation-5{
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.ani{
    /* width: 100px; */
    /* margin: 0 auto; */
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.animation-5 div{
    height:30px;
    width:10px;
    background-color: #FFF;
    display:inline-block;
    margin-right:10px;
    -webkit-animation: animation5-bar 1s infinite;
    animation: animation5-bar 1s infinite;
}

.animation-5 .bar1
{
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.animation-5 .bar2
{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.animation-5 .bar3
{
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.animation-5 .bar4
{
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.animation-5 .bar5
{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes animation5-bar
{
    30%
    {
        -webkit-transform: scaleY(2);
    }
}

@keyframes animation5-bar
{
    30%
    {
        transform: scaleY(2);
    }
}
.animation-5 .l_logo{
	position:relative;
	top:25px;
}


/* コピー（ブラーテキスト）の下線 --------------- */
/*
.copy-bl {
	font-size:3.0em;
	text-align:center;
	margin-bottom:30px;
	line-height: 1.3em;
}
@media screen and (max-width: 640px) {
	.copy-bl {
		font-size:2.0em;
		letter-spacing: -1px;
	}
}
@media screen and (max-width: 400px) {
	.copy-bl {
		font-size:1.6em;
		letter-spacing: -1px;
	}
}

.copy-bl span {
	color: transparent;
	animation: blur 10s ease;
	animation-fill-mode:forwards;
}

.copy-bl span:nth-child(1) {
	animation-delay: 0.1s;
}
.copy-bl span:nth-child(2) {
	animation-delay: 0.2s;
}
.copy-bl span:nth-child(3) {
	animation-delay: 0.3s;
}
.copy-bl span:nth-child(4) {
	animation-delay: 0.4s;
}
.copy-bl span:nth-child(5) {
	animation-delay: 0.5s;
}
.copy-bl span:nth-child(6) {
	animation-delay: 0.6s;
}
.copy-bl span:nth-child(7) {
	animation-delay: 0.7s;
}
.copy-bl span:nth-child(8) {
	animation-delay: 0.8s;
}
.copy-bl span:nth-child(9) {
	animation-delay: 0.9s;
}
.copy-bl span:nth-child(10) {
	animation-delay: 1.0s;
}
.copy-bl span:nth-child(11) {
	animation-delay: 1.1s;
}
.copy-bl span:nth-child(12) {
	animation-delay: 1.2s;
}
.copy-bl span:nth-child(13) {
	animation-delay: 1.3s;
}
.copy-bl span:nth-child(14) {
	animation-delay: 1.4s;
}
.copy-bl span:nth-child(15) {
	animation-delay: 1.5s;
}
.copy-bl span:nth-child(16) {
	animation-delay: 1.6s;
}
.copy-bl span:nth-child(17) {
	animation-delay: 1.7s;
}
.copy-bl span:nth-child(18) {
	animation-delay: 1.8s;
}
.copy-bl span:nth-child(19) {
	animation-delay: 1.9s;
}
.copy-bl span:nth-child(20) {
	animation-delay: 2.0s;
}

@keyframes blur {
	0%		{text-shadow:  0 0 100px #0056a6; opacity:0;}
	5%		{text-shadow:  0 0 90px #0056a6;}
	15%		{opacity: 1;}
	20%		{text-shadow:  0 0 0px #0056a6;}
	80%		{text-shadow:  0 0 0px #0056a6;}
	100%	{text-shadow:  0 0 0px #0056a6; opacity: 1; animation-play-state: paused;}
}
*/
/* コピー（会社名）の下線＋下から上にフェードイン --------------- */
/*
.copy-fi {
	color:#0056a6;
	font-size:0.9em;
	animation: fadeIn 0.7s ease 5s 1 normal;
	-webkit-animation: fadeIn 0.7s ease 5s 1 normal;
	animation-fill-mode:forwards;
	opacity:0;
	text-align:center;
	line-height: 2.0em;
	position: relative;
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity;
	-webkit-transition-delay: 0s;
		  transition-delay: 0s;	
}
@keyframes fadeIn {
	0%   {opacity: 0;top: 20px;}
	100% {opacity: 1;top: 0;}
}
.copy-fi img{
	width:70px;
	height:auto;
	vertical-align: middle;
}
*/
/* コピー（会社名）の下線 --------------- */
/*
.under {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}
.under::after {
  background-color: #0056a6;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transition: .5s all;
  transition: .2s all;
  width: 0;
  animation: under 0.7s ease 5.5s 1 normal;
  animation-fill-mode:forwards;
}

@keyframes under {
	100% {width: 100%;}
}
.under.cn::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
		  transform: translateX(-50%);
}
*/
/* トップの折りたたみメニュー（サービスが長いので短く）----------- */
.sub_short {
	letter-spacing: -2px;
}
/* header ------------------------------------- */
header{
	width:100%;
}
@media (min-width: 0px) {
	header #logo {
		position: fixed;
		top:30px;
		left:50px;
		z-index:150;
		display:none;
	}
}
@media (min-width: 960px) {
	header #logo {
		position: fixed;
		top:30px;
		left:50px;
		z-index:150;
		display:block;
	}
}
header #logo img{
	width:80%;
	height:80%;
}

/* メインビジュアルスライド --------------- */
/*
#slide_wrap{
	position: fixed;
	overflow: hidden;
	max-height: 99vh;
}
.slide_item{
	opacity: 0;
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	position: relative;
}
.slide_item:not(:first-child){
	position: absolute;
	top: 0;
	left : 0;
}
  
.slide_item.show_{
	opacity: 1;
}
.slide_item.zoom_{
	transform: scale(1.1);
}
.slide_item img{
	display: block;
	width: 100%;
}

.slide-copy{
	position: absolute;
	bottom: 25%;
	width: 100%;
	text-align:center;
	color:#FFF;
	font-size:3em;
	z-index: 12;
}
#slide_wrap:before, #slide_wrap:after {
    content: '';
    position: absolute;
    z-index: 10;
    height: 110px;
    width: 100%;
}
#slide_wrap:before {
    top: -1px;
    background: url(../images/img_mainvisual_mask_top.png) no-repeat center top;
}
#slide_wrap:after {
    bottom: 0;
    background: url(../images/img_mainvisual_mask_bottom.png) no-repeat center bottom;
}
*/
/* JWSとは ------------------------------------- */
#whats_jws {
    background-image: url(../images/bg_whats_jws.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-color: #FFF;
}
#whats_jws .content_wrap{
	width: 100vw;
	    padding: 100px 0;
	text-align:center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#whats_jws .mirai{
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
}
#whats_jws h1{
	font-size: 1.8em;
	margin-bottom: 50px;
}
#whats_jws .rinen{
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: left;
	padding: 0 5%;
}
@media screen and (max-width: 1080px) {
	#whats_jws .br1080{
		display:none;
	}
}
@media screen and (min-width: 760px) {
	#whats_jws .br760{
		display:none;
	}
}
@media screen and (max-width: 640px) {
	#whats_jws h1 {
		font-size: 1.4em;
	}
	#whats_jws .rinen{
		font-size: 0.9em;
	}
}
/* バナー ------------------------------------- */
#banner{
	height:auto;
}
#special{
	background:#3c3a39;
	padding:30px 0px;
	
}
/* 取り組み ------------------------------------- */
#torikumi .content_wrap{
	width: 100vw;
	height: 100vh;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 680px) {
	#torikumi .content_wrap{
		height: auto;
	}
}
#torikumi .content_wrap .box_wrap{
	width: 100%;
}
#torikumi .content_wrap .box{
	float:left;
	width:50%;
	transition: 0.9s;
	transition-timing-function:ease-in-out;
	padding: 50px 0;
}
@media screen and (max-width: 680px) {
	#torikumi .content_wrap .box{
		width:100%;
	}
}
#torikumi .content_wrap .box_left{
	background:#01438b;
	transition: 0.7s;
}
#torikumi .content_wrap .box_left:hover{
	background: rgba(1,67,139,0.9);
}

#torikumi .content_wrap .box_right{
	background:#003461;
	transition: 0.7s;
}
#torikumi .content_wrap .box_right:hover{
	background: rgba(0,52,108,0.9);
}

#torikumi .content_wrap .box .image_wrap{
	padding: 13% 0;
    display: block;
    margin: 0px auto;
    max-width: 380px;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}
#torikumi .content_wrap .box .image_wrap.left{
    background: url(../images/img_core_values_mask.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 860px) {
	#torikumi .content_wrap .box .image_wrap.left{
		background-size: 80% 100%;
	}
}
#torikumi .content_wrap .box .image_wrap.right{
    background: url(../images/img_educate_mask.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 860px) {
	#torikumi .content_wrap .box .image_wrap.right{
		background-size: 80% 100%;
	}
}
#torikumi .content_wrap .box .image_wrap p{
    display: block;
    text-align: center;
    color:#FFF;
    text-shadow:0 0 10px #000;
}
#torikumi .content_wrap .box .image_wrap .tl{
	font-size:2em;
}

/* ボタン */
.basicBox, .swiggleBox, .checkBox {
	width: 230px;
	height: 65px;
	margin: 35px auto;
	color: #FFF;
	font-size: 1rem;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	cursor: pointer;
	background: #014178;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}

svg {
	position: absolute;
	top: 0;
	left: 0;
}
svg rect, svg path, svg polyline {
	fill: none;
	stroke: #FFF;
	stroke-width: 1;
}

.basicBox:hover svg rect, .swiggleBox:hover svg path, .checkBox:hover svg polyline {
	stroke: #FFF;
}

svg rect {
	stroke-dasharray: 500, 0;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}
.basicBox:hover svg rect {
	stroke-width: 3;
	stroke-dasharray: 35, 390;
	stroke-dashoffset: 38;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}

/* サービス ------------------------------------- */
#service{
	background:#f3f3f3;
	height: 100%;
	padding-bottom: 80px;
}
#service .content_wrap{
	width: 90%;
	margin: 0px auto;
	padding-top: 30px;
}
#service .content_wrap h1{
    font-size: 2.5em;
}
#service .content_wrap .text_wrap{
	padding:30px 0;
	height:160px;
	font-size:1.2em;
}
#service .content_wrap .text_wrap .text{
	font-size: 1.1em;
	transition:0.7s;
	line-height: 1.8em;
	display:none;
}
#service .content_wrap .text_wrap .text.active{
	animation: serviceShow 0.5s linear 0s;
	display: block;
}

@keyframes serviceShow {
  from {
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
#service .button_wrap{
	width:100%;
}
/* 500px以下 */
@media screen and (max-width: 500px) {
	#service .button_wrap{
		width:100%;
	}
}
#service .button_wrap ul li{
	float:left;
	background: #004080;
	padding: 30px 0px;
	text-align: center;
	width: 33%;
	transition:0.5s;
	color:#FFF;
	border:solid 1px #FFF;
	cursor: pointer;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}
/* 500px以下 */
@media screen and (max-width: 680px) {
	#service .button_wrap ul li{
		width:49%;
	}
}
#service .button_wrap ul li:hover{
	background: #e5f6fe;
	color:#004080;
	border:solid 1px #004080;
}
#service .button_wrap ul li.active{
	background: #FFF;
	color:#004080;
	border:solid 1px #004080;
}

#service .button_wrap ul li .sv_en{
	font-size:1.0em;
}
#service .button_wrap ul li .sv_ja{
	font-size:.75em;
}
@media screen and (min-width: 600px) {
	.sv_br{
		display:none;
	}
}
@media screen and (max-width: 980px) {
	#service .content_wrap h1 {
		font-size: 2.0em;
	}
}
@media screen and (max-width: 680px) {
	#service .content_wrap h1 {
		font-size: 1.4em;
	}
	#service .content_wrap .text_wrap .text {
		font-size: .9em;
	}
	#service .br680{
		display:none;
	}
}

/* 福利厚生 ------------------------------------- */
#benefits{
	background: #deeaf5;
	height: initial;
	padding-bottom: 50px;
}
#benefits .banner p{
    margin-bottom: 50px;
}
#benefits .banner p{
	text-align: center;
	font-size: 0.7em;
	margin: 10px auto;
	width: 150%;
	position: relative;
	left: -25%;
}

#benefits .slick-prev {
    background: url(../images/img_benefits_arrow_prev.png) no-repeat;
    background-size: 100% auto;
}
#benefits .slick-next {
    background: url(../images/img_benefits_arrow_next.png) no-repeat;
    background-size: 100% auto;
}
.honeycomb_wrap *,.honeycomb-cell::before, .honeycomb-cell::after {
	box-sizing: border-box;
}

.honeycomb {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	-webkit-box-pack: center;
		justify-content: center;
	-webkit-box-align: center;
		align-items: center;
	max-width: 825px;
	margin: 0 auto;
	padding: 0;
	-webkit-transform: translateY(34.375px);
		transform: translateY(34.375px);
	margin-bottom: 100px;
}
.honeycomb-cell {
	-webkit-box-flex: 0;
	flex: 0 1 200px;
	max-width: 220px;
	height: 110.5px;
	margin: 37.47619px 4.5px 25px;
	position: relative;
	padding: 0.5em;
	text-align: center;
	z-index: 1;
}
@media (max-width: 550px) {
	.honeycomb-cell {
		flex: 0 1 150px;
		height: 90.5px;
	}
}
.honeycomb-cell__title {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		flex-direction: column;
	-webkit-box-pack: center;
		justify-content: center;
	-webkit-hyphens: auto;
		-ms-hyphens: auto;
			hyphens: auto;
	word-break: break-word;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: opacity 350ms;
	transition: opacity 350ms;
}
.honeycomb-cell__title .title{
	font-size: 1.2em;
}
@media (max-width: 550px) {
	.honeycomb-cell__title .title{
		font-size: .9em;
	}
}
.honeycomb-cell__title .caption{
	display: none;
	font-size: .75em;
}
@media (max-width: 550px) {
	.honeycomb-cell__title .caption {
		font-size: .6em;
	}
}
.honeycomb-cell__image {
	-o-object-fit: cover;
		object-fit: cover;
	-o-object-position: center;
		object-position: center;
}
.honeycomb-cell::before, .honeycomb-cell::after {
	content: '';
}
.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
	top: -50%;
	left: 0;
	width: 100%;
	height: 200%;
	display: block;
	position: absolute;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	z-index: -1;
}
.honeycomb-cell::before {
	background: #fff;
	-webkit-transform: scale(1.015);
		transform: scale(1.015);
}
.honeycomb-cell::after {
	background: #ddd;
	opacity: 0.5;
	-webkit-transition: opacity 350ms;
	transition: opacity 350ms;
}
.honeycomb-cell:hover .honeycomb-cell__title .title {
	display: none;
}
.honeycomb-cell:hover .honeycomb-cell__title .caption {
	animation: tooltipShow 0.3s linear 0s;
	display: block;
}
@keyframes tooltipShow {
  from {
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.honeycomb-cell:hover::before {
	background: #111;
}
.honeycomb-cell:hover::after {
	opacity: 0;
}
.honeycomb__placeholder {
	display: none;
	opacity: 0;
	width: 250px;
	margin: 0 12.5px;
}

@media (max-width: 550px) {
	.honeycomb-cell {
		margin: 26.25px 3px;
	}
}
@media (min-width: 100px) and (max-width: 470px) {
	.honeycomb-cell:nth-child(3n) {
		margin-right: calc(50% - 125px);
		margin-left: calc(50% - 125px);
	}

	.honeycomb__placeholder:nth-child(3n + 5) {
		display: block;
	}
}

@media (min-width: 550px) and (max-width: 825px) {
	.honeycomb-cell:nth-child(3n) {
		margin-right: calc(50% - 125px);
		margin-left: calc(50% - 125px);
	}

	.honeycomb__placeholder:nth-child(3n + 5) {
		display: block;
	}
}

#benefits .slick-slide img {
    opacity: 0.7;
}

/* ニュース ------------------------------------- */
#news{
    background-image: url(../images/bg_service.png);
    background-position: center center;
    background-repeat: repeat;
}
#news .page-header h1{
	letter-spacing: -3px;
}
#news_release_wrap{
	padding-bottom: 100px;
}
/*
 * List-style
 * Definition Term-style
 * contents: を使った装飾でFontawesomeを使うとulの場合はIEで表示されないので注意（dlは可）
 * contents: を使った装飾があるulが連続すると2つ目以降に適用されないので、divなどでwrapする必要がある
 * display:table を使うと、li　にborderがひけないので注意
 */
ul,
ol {
/*
    margin-top: 15px;
    margin-bottom: 15px;
*/
    list-style-position: inside; /*Marker position*/
    /*padding: 0 8px;*/ /*to the use*/
}
#news ul ul,
#news ul ol,
#news ol ol,
#news ol ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; /*階層ごとに左に空白を空けるか空けないか*/
    padding-right: 0; /*右は階層が違っても同じ幅空ける*/
}
#news li {
    line-height: 150%;
    color: #000;
}

/*
 * News styles: basic defaults
 */
@media (min-width: 0px) {
	#news .news-list {
		text-align: center;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		margin-bottom: 25px;
		width: 355px;
		margin: 0 auto;
	}
}

@media (min-width: 1080px) {
	#news .news-list {
	    text-align: center;
	    width: 80%;
	    margin-left: 10%;
	    margin-right: 10%;
	    margin-bottom: 25px;
	}
}

#news .news-list li {
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 2px; /*上下に多少マージンがないとスマホで折り返された時に見づらい為*/ 
}
@media (min-width: 0px) {
	#news .newscontents {
		/*background-color: #FFFFFF;*/
		margin-top: 15px;
		margin-bottom: 15px;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
}
@media (min-width: 1080px) {
	#news .newscontents {
		/*background-color: #FFFFFF;*/
		margin-top: 15px;
		margin-bottom: 15px;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
}
#news .news-contents {
    margin-top: 0; /*上書き*/
    margin-bottom: 0; /*上書き*/
    padding: 0; /*上書き*/
}
#news .news-list,
#news .news-contents,
#news .news-contents ul {
    list-style: none;
    overflow: hidden;
}

#news .news-list > li {
    float: left;
    padding: 4px 3px;
    margin-right: 8px;
    border: #DDDDDD 1px solid;
    font-size:10pt;
}
#news .news-contents ul:not(:last-child) {
    border-bottom: #DDDDDD 1px dotted;
    /*jQueryで収束させるので、見た目上は最下段でもボーダーが表示されることがある*/
}
#news .news-contents ul > a > li:not(:last-child) {
    float: left; /*右端はfloatさせないことで要素が長くても改行されなくなる*/
    width: 130px;
    padding: 8px 0;
}
#news .news-contents ul > a > li:last-child {
    overflow: hidden; /*右端の要素が長い場合でもfloatした要素の下に回り込まないようにする*/
    padding: 8px 8px 8px 0;
}
/* 480px以下用の記述(スマホ=480px,Nexus7=601px) */
@media screen and (max-width: 480px) {

    #news .news-contents ul > a > li:not(:last-child) {
        width: 130px; /*調整*/
    }
    #news .news-contents ul > a > li:last-child {
        float: left; /*右端もfloatさせると、画面に収まり切れずに改行が入るのを利用*/
        padding: 8px; /*上書き*/
    }

}
/*
#news .news-contents ul > a > li:first-child:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    padding-left: 12px;
    padding-right: 8px;
    color: #0066ff;
}
#news .news-contents ul > a:hover > li:first-child:before {
    color: #DD818C;
}
*/
#news .news-list a,
#news .news-contents a {
    border-bottom: none; /*上書き*/
    /*display: block;*/
    /*ブロック要素の親要素になるaタグはブロック化しなくてもリンクは効くが、背景色などは見えないため*/
    /*今回はその他の要因(*1)でブロック化は不要*/
}
#news .news-contents ul:hover {
    background-color: #ebebeb!important;
     transition: 0.3s;
    /*この指定はaタグに仕掛けるのが一般的だが、この指定後に横幅601px以下でfloatを指定すると*/
    /*aタグの「display: block」が効かなくなって背景色も消えるので、ulに指定する(*1)*/
}

#news .news-contents  ul:not(.tagcls0) {
    display: none;
}

#news .news-contents  ul.tagnone li {
    padding: 8px;
}
/* 新着 */
#news .news-list > li.tagclsnew,
#news .news-contents > li > ul.tagcls0 span.bu {
    background-color: #7f0909;
    color:#FFFFFF;
    transition: 0.3s;
}
#news .news-list > li.tagclsnew:hover{
    background-color: #FFF;
    color:#7f0909!important;
    border:1px solid #7f0909;
}
/* 社内行事 */
#news .news-list > li.tagcls1,
#news .news-contents > li > ul.tagcls1 span.bu {
    background-color: #113a8b;
    color: #FFFFFF;
    transition: 0.3s;
}
#news .news-list > li.tagcls1:hover{
    background-color: #FFF;
    color: #113a8b!important;
    border:1px solid #113a8b;
}
/* 福利厚生 */
#news .news-list > li.tagcls2,
#news .news-contents > li > ul.tagcls2 span.bu {
    background-color: #205cc0;
    color: #FFFFFF;
    transition: 0.3s;
}
#news .news-list > li.tagcls2:hover{
    background-color: #FFF;
    color: #205cc0!important;
    border:1px solid #205cc0;
}
/* プレスリリース */
#news .news-list > li.tagcls3,
#news .news-contents > li > ul.tagcls3 span.bu {
    background-color: #4e89c4;
    color: #FFFFFF;
    transition: 0.3s;
}
#news .news-list > li.tagcls3:hover{
    background-color: #FFF;
    color: #4e89c4!important;
    border:1px solid #4e89c4;
}
/* 教育 */
#news .news-list > li.tagcls4,
#news .news-contents > li > ul.tagcls4 span.bu {
    background-color: #307ac4;
    color: #FFFFFF;
    transition: 0.3s;
}
#news .news-list > li.tagcls4:hover{
    background-color: #FFF;
    color: #307ac4!important;
    border:1px solid #307ac4;
}
/* お知らせ */
#news .news-list > li.tagcls5,
#news .news-contents > li > ul.tagcls5 span.bu {
    background-color: #0188c7;
    color: #FFFFFF;
    transition: 0.3s;
}
#news .news-list > li.tagcls5:hover {
    background-color: #FFF;
    color: #0188c7!important;
    border:1px solid #0188c7;
}


/*
 * Badges-style
 * 親要素がfont-sizeを縮小している状態で、IE8とPIEで使うと背景色がズレる場合がある
 */
#news .bu {
    color: #FFFFFF!important; /*importantがないとaの標準配色を上書けない*/
    padding: .1em 1em;
    font-size: 9pt;
    text-align: center;
    white-space: nowrap; /*セル内の自動的な折り返しを禁止(本来の命令は半角スペースや改行の扱いを決める命令)*/
    zoom: 1; /*PIE用*/
    position: relative; /*PIE用*/
    width:100px;
    display: block;
}
#news a.bu,
#news a.more-link {
    border-bottom: none; /*上書き*/
}
/* 480px以下用の記述(スマホ=480px,Nexus7=601px) */
@media screen and (max-width: 480px) {

    #news .bu {
        /*white-space: normal; /*セル内の自動的な折り返しを許可(本来の命令は半角スペースや改行の扱いを決める命令)*/
    }

}

/*
 * Radius-style (IE8は非対応　- .pie 付与で対応、tableは「border-collapse:collapse;」があるので角丸にならない)
 */
#news .ct {
    width: 100px; /*PIE用*/
}
#news .rd {
    zoom: 1; /*PIE用*/
    position: relative; /*PIE用*/
}
#news .rd-t {
    border-radius: 4px 4px 0 0!important;
    zoom: 1; /*PIE用*/
    position: relative; /*PIE用*/
}
#news .rd-b {
    border-radius: 0 0 4px 4px!important;
    zoom: 1; /*PIE用*/
    position: relative; /*PIE用*/
}
#news .under_line{
	text-decoration: underline  #000;
}
@media (min-width: 0px) {
	#news .list_all{
	    height: 64px;
	    margin-top: 0px;
	    cursor: pointer;
	}
}
@media (min-width: 1080px) {
	#news .list_all{
	    height: 64px;
	    margin-top: -57px;
	    cursor: pointer;
	}
}
#news .list_all #close{
    display: none;
}
@media (min-width: 0px) {
	#news .list_all p{
		position:relative;
		left:-3px;
		text-align:center;
		color:#008fd2;
		font-size:10pt;
		width:325px;
		padding: 4px 8px;
		border:solid 1px #008fd2;
		margin: 0 auto;
	}
}
@media (min-width: 1080px) {
	#news .list_all p{
		position:absolute;
		right:3%;
		left: auto;
		text-align:center;
		color:#008fd2;
		font-size:10pt;
		width:150px;
		padding: 4px 8px;
		border:solid 1px #008fd2;
		margin-left: 0;
	}
}

#news .list_all p:hover{
	color:#FFF;
	background: #2553d3;
	border:solid 1px #2553d3;
	transition: 0.3s;
}
/* access ------------------------------------- */
#access{
    padding: 50px 0px;
    background:#FFF;
    height:100%;
}
#access .map_wrap {
	width: 90%;
	margin:0 auto;
	overflow: hidden;
}
#jws_maps {
	width: 100%;
	height: 340px;
}
#access .gm-style-mtc,
#access .gm-style-cc{
	display:none;
}
#access .gm-bundled-control{
	top:0px;
}
#access .move_btn{
	position:relative;
	background:#FFF;
	padding:20px;
	font-size:12pt;
	width:172px;
	text-align: center;
	box-shadow: 6px 6px 6px 6px rgba(0,0,0,0.4);
	cursor: pointer;
	float:left;
	margin-right: 20px;
}

#access .btn_wrap{
	position:relative;
	top:230px;
	z-index: 1;
	margin:0 auto;
}
@media (min-width: 0px){
	#access .btn_wrap{
		width: 360px;
		padding-left: 5px;
	}
}
@media (min-width: 600px){
	#access .btn_wrap{
		width: 700px;
	}
}
@media (min-width: 0px) {
	#access .move_btn{
		width:80px;
		padding:10px;
		font-size: 0.9em;
	}
}
@media (min-width: 600px) {
	#access .move_btn{
		padding: 20px;
		width:172px;
	}
}

#access .office_wrap {
	width: 90%;
	margin:30px auto;
}

#access .company_name{
    position: relative;
    left: 0px;
    font-size: 17pt;
    border-bottom: solid 2px #003461;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#access .company_name p{
	font-weight:bold;
	float:left;
}

#access .company_name img{
	width:108px;
}
@media (min-width: 0px) {
	#access .office{
	    margin: 0 auto;
	    width: auto;
	}
}
@media (min-width: 1290px) {
	#access .office{
	    margin: 0 auto;
	    width: 950px;
	}
}
#access .office_block{
	float:left;
	line-height:27pt;
    margin-bottom: 50px;
}
@media (min-width: 0px) {
	#access .office_block{
		margin-right:0px;
	}
}
@media (min-width: 600px) {
	#access .office_block{
		margin-right:80px;
	}
}
#access .office_block.lft{
	margin-right:0px;
}
#access .office_block p{
	/*font-weight:bold;*/
	font-size: 13pt;
}
#access .office_block p:not(.office_name){
	font-size: 10pt;
}
/* bp ------------------------------------- */
#bp .content_wrap{
	width: 100vw;
}
#bp .content_wrap .box_wrap {
    width: 100%;
}
#bp .content_wrap .box {
    float: left;
    padding:5% 5% 3%;
    transition: 0.9s;
    transition-timing-function: ease-in-out;
}
#bp .content_wrap .box_wrap .box.box_left{
	width: 45%;
	background: #014178;
	color:#FFF;
}
#bp .content_wrap .box_wrap .box.box_left .inner_wrap{
	width: 80%;
}
#bp .content_wrap .box_wrap .box.box_left .msg_top {
	display:flex;
	align-items:center;
	font-size: 0.8em;
}

#bp .content_wrap .box_wrap .box.box_left .msg_top:after {
	margin-left:5px;
	border-top:1px solid #ccc;
	content:"";
	flex-grow:1;
}
#bp .content_wrap .box_wrap .box.box_left .msg_bottom {
	font-size:1.5em;
	border-bottom:1px solid #ccc;
	padding: 12px 0;
	margin-bottom:20px;
}
#bp .content_wrap .box_wrap .box.box_left .text_wrap{
	font-size: 0.75em;
	line-height: 1.6em;
}
#bp .content_wrap .box_wrap .box.box_left .text_wrap p{
	padding:10px 0;
}
#bp .content_wrap .box_wrap .box.box_right{
	width: 35%;
}
#bp .content_wrap .box_wrap .box.box_right .img_wrap{
	position: relative;
	margin-top:15%;
	margin-left:-30%;
}
#bp .content_wrap .box_wrap .box.box_right img{
	width: 85%;
	opacity:1;
	transition: 0.6s;
	transition-delay:1s;
	transition-timing-function: ease-in-out;
}
@media (max-width: 1024px) {
	/* 横幅が1034px以下の場合に適用するスタイル */
	#bp .content_wrap .box{
		padding:10%;
	}
	#bp .content_wrap .box_wrap .box.box_left{
		width:100%;
	}
	#bp .content_wrap .box_wrap .box.box_right{
		width:0%;
	}
	#bp .content_wrap .box_wrap .box.box_right img{
		opacity:0;
	}
}
@media (max-width: 460px) {
	/* 横幅が460px以下の場合に適用するスタイル */
	#bp .content_wrap .box_wrap .box.box_left .msg_bottom {
		font-size: 1.4em;
	}
}
@media (max-width: 400px) {
	/* 横幅が380px以下の場合に適用するスタイル */
	#bp .content_wrap .box_wrap .box.box_left .msg_bottom {
		font-size: 1.25em;
	}
}

/* footer ----------------------------*/
#ft{
	height: initial;
}
#footer .logo_wrap{
	position:relative;
	width:100%;
	margin-top: 30px;
}
#footer .logo_wrap .icon_img{
	margin:10px auto;
	width:220px;
}
#footer .logo_wrap .icon_copy{
	text-align:center;
	width:100%;
	font-size:24px;
	color:#000;

}
#footer .site_wrap {
	position:relative;
	width:100%;
	margin:50px 0;
}
@media (min-width: 0px) {
	#footer .site_wrap .site {
		width: 300px;
		margin:0 auto;
	}
}
@media (min-width: 600px) {
	#footer .site_wrap .site {
		width: 650px;
		margin:0 auto;
	}
}
@media (min-width: 1290px) {
	#footer .site_wrap .site {
		width: 1245px;
		margin:0 auto;
	}
}
#footer .site_wrap .site_block {
	float:left;
	font-size:11pt;
}

@media (min-width: 0px) {
	#footer .site_wrap .site_block {
		margin-right:0px;
		width: 150px;
	}
}

@media (min-width: 1290px) {
	#footer .site_wrap .site_block {
		margin-right:50px;
		width: initial;
		width: auto;
	}
}
#footer .site_wrap .site_block a{
	color:#727272;
	text-decoration: none;
}
#footer .bottom_wrap{
	background: #014178;
	padding:30px 0;
}
#footer .bottom_block{
	float: left;
}
#footer .bottom_block p{
	color:#FFF;
	font-size:14pt;
}
#footer .copyright{
	width: 100%;
	height:100%;
	text-align:center;
	margin-bottom: 50px;
	/*padding: 0 50px;*/
}
@media (min-width: 1600px)
	#footer .copyright{
		margin-bottom: 75px;
	}
}
@media (min-width: 0px) {
	#footer .copyright{
		width:100%;
	}
}
@media (min-width: 1600px) {
	#footer .copyright{
		width:60%;
	}
}
footer{
	z-index:100000;
	background: #FFF;
}
#footer .copyright p{
	text-align:center;
    position: relative;
    top: 25px;
    font-size: 0.9em;
}
#footer .copyright .cprbr{
	display:block;
}
@media (min-width: 0px) {
	#footer .telfax{
		padding-left: 0px;
	}
}
@media (min-width: 600px) {
/*
	#footer .telfax{
		padding-left: 50px;
	}
*/
	#footer .copyright .cprbr{
		display:none;
	}
	#footer .copyright p{
	    font-size: 1.2em;
	}	
}
@media (min-width: 0px) {
	#footer .telfax{
		border:none;
	    width: 100%;
	}
}
@media (min-width: 1600px) {
	#footer .telfax{
		border-left: 1px solid #FFF;
		width: initial;
		width: auto;
	}
}
@media (min-width: 0px) {
	#footer .telfax .office{
		margin: 0 auto 26px auto;
		width: initial;
		width: auto;
	}
}
@media (min-width: 600px) {
	#footer .telfax .office{
		margin: 0 auto 26px auto;
		width: 500px;
	}
}
@media (min-width: 1600px) {
	#footer .telfax .office{
		padding-bottom:2px;
		width: initial;
		width: auto;
	}
}



@media (min-width: 0px) {
	#footer .telfax .office p{
		margin-right:0px;
		text-align: center;
		float:none;
	}
}
@media (min-width: 600px) {
	#footer .telfax .office p{
		text-align: center;
		float:left;
	}
	#footer .telfax .office .office_name,#footer .telfax .office .tel{
		margin-right:35px;
	}
	#footer .telfax .office p.moji3{
		margin-right:16px;
	}
	#footer .telfax .office p.keta11{
		margin-right:26px;
	}

}
@media (min-width: 0px) {
	#footer .button_wrap{
		position: relative;
		bottom: 0px;
		right: 30px;
		display:none;
		z-index: 100;
	}
}
@media (min-width: 600px) {
	#footer .button_wrap{
		position: fixed;
		bottom: 0px;
		right: 30px;
		display:none;
		z-index: 100;
	}
}
#footer .button_wrap p{
	float:right;
}
#footer .button_wrap p:hover{
	opacity:0.7;
	transition: 0.3s;
}
#footer .button_wrap .gotop{
	background:#014178;
	cursor: pointer;
}
#footer .button_wrap .search{
	background:#014178;
	cursor: pointer;
}
#footer hr{
	margin:0px;
}
/* .page-header ----------------------------*/
hr.hr-header{
  background: #003461;
  height: 3px;
  width: 210px;
  border: none;
}
.page-header{
	text-align:center;
	margin: 50px 0 20px 0;
}
@media (min-width: 0px) {
	.page-header h1{
		font-size:25pt;
		letter-spacing: 3px;
		color:#003461;
		margin: 0;
	}
	.page-header small{
		font-size:14pt;
		margin-left:10px;
	}
}
@media (min-width: 400px) {
	.page-header h1{
		font-size:27pt;
		letter-spacing: 4px;
		color:#003461;
		margin: 0;
	}
	.page-header small{
		font-size:11pt;
		margin-left:10px;
	}
}
.page-header small.blk{
	color:#000;
}
.page-header small.wht{
	color:#FFF;
}

/* Clearfix: contain floats ----------------------------*/
.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table;
}

.clearfix:after {
    clear: both;
}

/* スマホメニュー ----------------------------*/
.drawer-hamburger {
	width:50px!important;
}

