@charset "UTF-8";
/**
* ================================================================================
* index.css
* Author : Kazuya Nishi
* Since  : 2012/11/09
* Update : 2012/11/09
* ================================================================================
**/

/*-------------------------------------------------------------------------
	#index
/*-----------------------------------------------------------------------*/
#page {
	padding-top:0;
	background:none;
	}
	
#index #header {
	padding-top: 15px;
	background:url(../img/index/bg_header_index.png) repeat-x top;
	position: relative;
}
#index #header #navMynavi {
	position: absolute;
	top: -9px;
}


/*-------------------------------------------------------------------------
	#imgMain
/*-----------------------------------------------------------------------*/
#imgMain {
	width:940px;
	margin:0 auto;
	position:relative;
	}
.sliderbutton {
	position: absolute;
	display: none;
	cursor: pointer;
	}
.sliderbutton_L{
	left: 400px;
	top: 120px;
	z-index:100;
}
.sliderbutton_R{
	right: 15px;
	top: 120px;
	z-index: 99;
}
#slider {
	width:591px;
	height:300px;
	margin-left:349px;
	position:relative;
	overflow:auto;
	}
#slider ul {
	position:absolute;
	top:0;
	left:0
	}
#slider li {
	float:left;
	width:591px;
	height:300px;
	}
.pagination {
	width:126px;
	height:10px;
	position:absolute;
	top:275px;
	left:807px;
	}
.pagination li {
	width:10px;
	height:10px;
	margin-right:8px;
	display:inline;
	float:left;
	cursor:pointer;
	background-color:#444946;
	}
.pagination li:hover {
	background-color:#005ac8;
	}
.pagination li.current {
	background-color:#005ac8;
	}
	
/*-------------------------------------------------------------------------
	#cover
/*-----------------------------------------------------------------------*/
#cover {
	width:465px;
	height:300px;
	background:url(/hellographic/files/img/index/bgMainCover.png) left top no-repeat;
	position:absolute;
	top:0;
	left:0;
	}
#logoGraphic {
	position:absolute;
	top:18px;	
	left:28px;
	}
#copy {
	position:absolute;
	top:76px;	
	left:20px;
	}
.lead {
	position:absolute;
	top:141px;	
	left:28px;
	}
.btn {
	position:absolute;
	top:238px;	
	left:258px;
	}

/*-------------------------------------------------------------------------
	#content
/*-----------------------------------------------------------------------*/
#content {
	width:940px;
	margin-top:15px;
/*	padding-left:7px;*/
	}
#main {
	width:947px;
	margin:0 auto;
	float:none;
	clear:both;
	overflow:hidden;
	}
.section {
	margin: 0;
	overflow:hidden;
	width: 100%;
	}
#main dl.last {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
	}
#main dl#office {
	padding-bottom:0;
	border-bottom:0;
	}
#main dl dt {
	margin-bottom:3px;
	}
.ttlLead {
	display:block;
	font-size: 1.1rem;
	letter-spacing:0;
	}
.more {
	line-height:18px;
	color:#005ac7;
	font-size: 0.8rem;
	vertical-align:middle;
	}
.more a {
	font-size: 1.1rem;
	}
.more a:hover {
	text-decoration:underline;
	}


/*-------------------------------------------------------------------------
	#innerCol1
/*-----------------------------------------------------------------------*/
#innerCol1 {
	width:211px;
	float: left;
	margin-right: 30px;
}
#innerCol1 .inner {
/*	background:url(../img/index/bgSubnavi_top.png) no-repeat right top;*/
}
#innerCol1 .inner p{
	margin-bottom:0px;
}
#innerCol1 ul#cinfo {
	margin-bottom: 20px;
	border: 1px solid #b2b2b2;
	border-bottom: none;
}
#innerCol1 ul#cinfo>li {
	position: relative;
	background: linear-gradient(165deg, #fff 70%, #efefef);
	border-bottom: 1px solid #b2b2b2;
}
#innerCol1 ul#cinfo>li a {
	padding: 1em 1em 1em 1.5em;
	display: block;
}

#innerCol1 ul#cinfo>li::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 4px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
}
#innerCol1 ul#cinfo>li:nth-child(1n)::after {
	background-color: #3E0FFF;
}
#innerCol1 ul#cinfo>li:nth-child(2n)::after {
	background-color: #FA024D;
}
#innerCol1 ul#cinfo>li:nth-child(3n)::after {
	background-color: #FE9000;
}
#innerCol1 ul#cinfo>li:nth-child(4n)::after {
	background-color: #4AB034;
}
#innerCol1 ul#cinfo>li#entry {
	padding: 7px;
	background: #efefef;
}
#innerCol1 ul#cinfo>li#entry::after {
	display: none;
}
#innerCol1 ul#cinfo>li#entry a {
	padding: 0;
}
#innerCol1 #entry ul {
}
#innerCol1 #entry li {
	margin-bottom:9px;
}

/*-------------------------------------------------------------------------
	carousel
/*-----------------------------------------------------------------------*/


.carousel {
	max-width: 100%;
}
.carousel-ttl {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 6rem;
}
.carousel-container {
	width: 614px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	margin-top: 2rem;
}  
.carousel .slick-slide  {
}
    
.carousel img {
	object-fit: cover;
	display: block;
	margin: 0 auto;
} 
.carousel .slick-slide {
	margin: 0 11px;
	width: 190px;
  }
  .carousel .slick-track {
	margin-right: -11px;
  }
  .carousel .slick-slide img {
	width: 100%;
	display: block;
  }

/* 矢印のスタイル */
.slick-prev, .slick-next {
	width: 5rem;
	color: #005AC8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	background: none;
	border: none;
	cursor: pointer;
}
.slick-prev {
	left: -5rem;
}

.slick-next {
	right: -5rem;
}
/* 矢印のスタイル */

.job-more {
	margin: 3rem auto 4.4rem;
	text-align: center;

}
.job-more a{
	position: relative;
	display: inline-block;
	background-color:#005AC8;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	padding: 1.2rem 5.5rem 1.2rem 7.5rem;
	font-size: 2rem;
}
.job-more a::before{
	display: block;
    content: "";
    position: absolute;
    top: 45%;
    left: 5.5rem;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
	
}
	


/*-------------------------------------------------------------------------
	#innerCol2
/*-----------------------------------------------------------------------*/
#innerCol2 {
	width:696px;
	margin:0;
	float: right;
	padding-right: 10px;
	}
#innerCol2 p {
	margin-bottom: 0;	
}
#innerCol2 #maincontents01 {
	margin-bottom: 15px;
	position: relative;
}
/* #innerCol2 #maincontents01 p {
	position: absolute;
	bottom: 22px;
	right: 15px;
	width:  14em;
	padding: 0.25em 0;
	border-radius: 3px;
	background: #ff9100;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
} */
#innerCol2 #maincontents01 p span:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent; /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;
}
#innerCol2 #maincontents02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#innerCol2 #maincontents02 li a {
	display: block;
	padding: 12px;
}
#innerCol2 #maincontents02 li {
	margin: 3px;
	width: 32%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(top, #ffffff 60%, #ebedee 100%);
	background: linear-gradient(to bottom, #ffffff 60%, #ebedee 100%);
	box-shadow: inset 1px 1px 1px #fff,0px 2px 2px #dedede;
}
#innerCol2 #maincontents02 li dt {
	margin-top: 1em;
	padding: 0.25em 0;
	position: relative;
	border-radius: 3px;
	background: #0554CA;
	color: #fff;
	text-align: center;
}
#innerCol2 #maincontents02 li dt span:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent; /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;
}
/*
#innerCol2 .innerL {
	float:left;
	margin-right: 3px;
	margin-bottom: 3px;
}
#innerCol2 .innerR {
	float:right;
	margin-bottom: 3px;
	margin-right: 12px;
}
*/


/*-------------------------------------------------------------------------
  ------------------------------------------------------------------------
	ブレイクポイント
	940px未満 @media screen and (max-width: 939px) {...}
	560px未満 @media screen and (max-width: 559px) {...}	
  ------------------------------------------------------------------------
/*-----------------------------------------------------------------------*/
@media screen and (max-width: 939px) {
	#content {
		width: 100%;
		margin-top: 0;
	}
	#main {
		width: 100%;
		padding: 10px;
		-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	#imgMain {
		display: none;
	}
	.swiper-slide img {
		width: 100%;
	}
	.swiper-container {
		position: relative;
	}
	.swiper-container .txtCopy {
		position: absolute;
		left: 2%;
		bottom: 16%;
		z-index: 100;
		width: 38%;
	}
	.sp-tab .lead-sp-tab {
		padding: 10px;
		background: url("../img/index/bgLead_sp.jpg") repeat-x;
		background-size: auto 100%;
		color: #fff;
		font-weight: bold;
	}
	#main img {
		margin-top: 2rem;
	}
	#innerCol1 {
		width: 100%;
		float: none;
	}
	#innerCol2 #maincontents01 p {
		position: static;
		width: auto;
			}
	#innerCol2 {
		width: 100%;
		float: none;
		padding-right:0;
	}
	#innerCol1 ul#cinfo>li#entry {
		background: none;
		text-align: center;
	}
	#innerCol1 ul#cinfo>li#entry a {
		display: inline;
	}
	#innerCol1 .mynavi-voice {
		text-align: center;
	}
	#innerCol1 .oricon {
		text-align: center;
	}
	#innerCol1 .oricon img {
		width: 166px;
	}
	#innerCol2 #maincontents01 {
		margin-bottom: 30px;
	}
	#innerCol2 #maincontents01 p {
		position: relative;
		bottom: auto;
		right: auto;
		width: 14em;
		margin: 0.5em auto 0;
		padding: 0.5em 0;
		font-size: 1.4rem;
	}
	#innerCol2 #maincontents02 li {
		width: 100%;
		background: none;
		box-shadow: none;
		border-radius: 0;
		border: none;
		border-top: 1px solid #ccc;
	}
	#innerCol2 #maincontents02 li a {
		padding-left: 0;
	}
	#innerCol2 #maincontents02 li figure {
		width: 35%;
		display: inline-block;
		vertical-align: middle;
	}
	#innerCol2 #maincontents02 li dl {
		width: 62%;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
	}
	#innerCol2 #maincontents02 li dl dt {
		max-width: 18em;
		padding: 0.5em 0;
	}
	#innerCol1 ul#cinfo {
		margin: 0 calc(50% - 50vw);
		border: none;
	}
	#innerCol1 ul#cinfo>li {
		background: #F0F0F0;
		border-bottom: none;
		margin: 6px 0;
	}

	.carousel-ttl {
		font-size: 1.8rem;
		margin-top: 3.2rem;
	}

	.carousel-container {
	width: 100vw;
	margin-top: 0;
	}  
	
	 .slick-prev {
		left:0;
		padding: 0;
	}
	 .slick-prev img{
		margin: 0;
	}
	.slick-next {
		right: 0;

	}
	.slick-next img{
		margin: 0;
	}
	

	.job-more {
		margin: 3rem auto 4rem;
	}
	.job-more a{
	font-size: 1.5rem;
}

}
