@charset "UTF-8";

/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  mv
* --------------------------------------------------------------------------------------------------*/
#main_visual {
	position: relative;
	height: auto;
	margin: 0 auto;
}

ul.main_visual_list {
	/*max-width: 1360px;*/
	width: 100%;
	min-width: 1200px;
	height: 38vw;
	min-height: 580px;
	margin: 0 auto;
}

li.mv01 {
	width: 100%;
	height: 38vw;
	min-height: 580px;
	background: url("../img/index/mv01.jpg") no-repeat top center/cover;
}

li.mv02 {
	width: 100%;
	height: 38vw;
	min-height: 580px;
	background: url("../img/index/mv04.jpg") no-repeat top center/cover;
}

li.mv03 {
	width: 100%;
	height: 38vw;
	min-height: 580px;
	background: url("../img/index/mv02.jpg") no-repeat top center/cover;
}

li.mv04 {
	width: 100%;
	height: 38vw;
	min-height: 580px;
	background: url("../img/index/mv03.jpg") no-repeat top center/cover;
}

.slide-arrow {
	z-index: 10;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.prev-arrow {
	left: 0;
}

.next-arrow {
	right: 0;
}

ul.slide-dots {
	display: flex;
	position: absolute;
	right: 0;
	bottom: 2em;
	left: 0;
	justify-content: flex-end;
	width: 1000px;
	margin: 0 auto;
}

ul.slide-dots button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	text-indent: 100%;
	white-space: nowrap;
}

ul.slide-dots li {
	width: 50px;
	height: 2px;
	margin-left: 1em;
	background: #c2c2c2;
}

ul.slide-dots li.slick-active {
	background: #81bf00;
}

/* ----------------------------------------------------------------------------------------------------
*  news
* --------------------------------------------------------------------------------------------------*/
#news {
	padding-top: 7em;
	padding-bottom: 5.5em;
	background: #f8f8f8;
}

.new_content {
	padding-top: 6em;
}

ul.news_list {
	display: flex;
	justify-content: space-between;
	margin-top: 2.5em;
}

li.news_list-item {
	width: 24%;
	padding: 2.5em 2.5em 4em 2.5em;
	background: #fff;
}

li.news_list-item a {
	display: block;
	transition: .3s;
}

li.news_list-item a:hover {
	opacity: .7;
}

.news_list-item_heading {
	padding-bottom: 1em;
}

.news_list-item_heading time {
	color: #b4b4b4;
	font-size: 1.2em;
}

p.category.green {
	border: 1px solid #81bf00;
	color: #81bf00;
}

p.category.blue {
	border: 1px solid #1d99c4;
	color: #1d99c4;
}

p.category.pink {
	border: 1px solid #de4f89;
	color: #de4f89;
}

p.category.orange {
	border: 1px solid #ff8c00;
	color: #ff8c00;
}

p.category {
	display: inline-block;
	min-width: 8em;
	margin-right: .5em;
	padding: 0 .5em;
	font-size: 1.1rem;
	text-align: center;
}

.ie11 p.category {
	padding: 0 .5em .2em;
}

.news_list-item_content {
	padding-top: .5em;
}

.news_list-item_content p {
	font-weight: 500;
}

/* ----------------------------------------------------------------------------------------------------
*  company
* --------------------------------------------------------------------------------------------------*/
#company {
	padding-top: 8em;
	padding-bottom: 6em;
}

#idx .company_heading.inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 6.5em;
}

#idx .company_heading.inner .wrap {
	width: 50%;
}

#idx .company_heading.inner .wrap.tar {
	text-align: right;
}

#idx .company_heading.inner h2.ttl {
	font-size: 7.0rem;
	font-weight: 700;
	line-height: 1.1;
}

#idx .company_heading.inner h2.ttl:first-letter {
	color: #81bf00;
}

#idx .company_heading.inner p {
	display: inline-block;
	color: #202020;
	font-size: 1.5rem;
	line-height: 2.4;
}

.company_content ul {
	display: flex;
	justify-content: center;
}

li.company_item {
	position: relative;
	width: 33%;
	height: 455px;
	padding: 10em 4% 40em;
}

li.company_item h3.ttl {
	margin-bottom: 1.5em;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
}

li.company_item p {
	height: 10.4em;
	overflow: hidden;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8;
	text-align: center;
}

li.company_item.overview {
	background: url("../img/index/company_img01.png") no-repeat top center;
}

li.company_item.philosophy {
	background: url("../img/index/company_img02.png") no-repeat top center;
}

li.company_item.message {
	background: url("../img/index/company_img03.png") no-repeat top center;
}

.company_itme_link {
	position: absolute;
	right: 0;
	bottom: 16em;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

.company_itme_link a {
	padding: 1em 5em 1em 3em;
	border: 2px solid #fff;
	transition: .3s;
}

.company_itme_link a:hover {
	opacity: .7;
}

.company_itme_link a span {
	font-size: 1.2rem;
}

/* ----------------------------------------------------------------------------------------------------
*  service
* --------------------------------------------------------------------------------------------------*/
#service {
	padding-top: 6em;
}

.service_heading {
	padding-bottom: 6em;
}

.service_content {
	min-width: 1200px;
	background: url("../img/index/pc_services_main.jpg") no-repeat top center/cover;
}

#idx .service_content .inner {
	position: relative;
	height: 53.2vw;
	min-height: 729px;
	margin-bottom: 5em;
}

#idx .service_content .inner .page_link {
	position: absolute;
	bottom: 12%;
	left: 20em;
}

/* ----------------------------------------------------------------------------------------------------
*  custmer
* --------------------------------------------------------------------------------------------------*/
.custmer_bg-gradetion {
	background: #d4ecf4;
	background: -moz-linear-gradient(45deg, #d4ecf4 0%, #d4ecf4 25%, #ffffe5 100%);
	background: -webkit-linear-gradient(45deg, #d4ecf4 0%, #d4ecf4 25%, #ffffe5 100%);
	background: linear-gradient(45deg, #d4ecf4 0%, #d4ecf4 25%, #ffffe5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ecf4', endColorstr='#ffffe5',GradientType=1 );
}

.custmer_bg-harf_white {
	padding: 6em 0 9em;
	background: -moz-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, white 0%, white 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.custmer_heading h3.ttl {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .2em;
	text-align: center;
}

.custmer_heading h3.ttl span {
	display: inline-block;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
	font-size: 1.4rem;
	letter-spacing: 0em;
}

.custmer_content ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 8em;
}

li.custmer_item {
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 7em;
	border-top: 1px solid transparent;
}

li.custmer_item:nth-child(3n) {
	margin-right: 0;
}

li.custmer_item picture {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
}

li.custmer_item picture img {
	width: 100%;
	height: auto;
}

li.custmer_item .custmer_item_inner {
	position: relative;
	height: 100%;
	margin-top: 2em;
	margin-left: 2em;
	padding: 180px 3em 3em 3em;
	background: #fff;
}

li.custmer_item .custmer_item_text {
	position: relative;
	height: 90%;
	margin-top: 2.5em;
	padding-bottom: 1em;
}

li.custmer_item .custmer_item_text h4.ttl {
	margin-top: .5em;
	margin-bottom: .8em;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.2;
}

li.custmer_item span.for {
	display: inline-block;
	position: relative;
	padding: .2em 1.5em .4em 1em;
	background: #de4f89;
	color: #fff;
	font-size: 1.2rem;
}

li.custmer_item span.for::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 0 0 1.8em 1em;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
	content: '';
}

li.custmer_item .custmer_item_link {
	position: absolute;
	right: 0;
	bottom: 0;
}

li.custmer_item .custmer_item_link a.stickarrow {
	display: block;
	padding: 0 3em 0.2em 1em;
	border-bottom: 1px solid #000;
	transition: .3s;
}

li.custmer_item .custmer_item_link a.stickarrow:hover {
	opacity: .5;
}

li.custmer_item .custmer_item_link a.stickarrow span {
	color: #323232;
	font-size: 1.2rem;
}

li.custmer_item .custmer_item_link a.stickarrow span::after {
	right: -1.5em;
	width: 1em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

ul.custmer_link {
	display: flex;
	justify-content: center;
	padding-top: 1em;
}

ul.custmer_link li {
	margin: 0 2em;
}

/* ----------------------------------------------------------------------------------------------------
*  IR
* --------------------------------------------------------------------------------------------------*/
#ir {
	padding-top: 12em;
	padding-bottom: 9em;
}

ul.ir_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 1em;
}

ul.ir_nav .ir_inner {
	width: 1000px;
	margin: 0 auto;
}

ul.ir_nav li {
	margin-bottom: 5em;
	text-align: center;
}

ul.ir_nav li a {
	display: block;
	transition: .3s;
}

ul.ir_nav li a:hover {
	opacity: .7;
}

ul.ir_nav li figure {
	margin-bottom: 2em;
}

ul.ir_nav li h3.ttl {
	position: relative;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

ul.ir_nav li h3.ttl::after {
	position: absolute;
	right: 0;
	bottom: -3rem;
	left: 0;
	width: 3.5rem;
	height: 3px;
	margin: 0 auto;
	background: #dddddd;
	content: '';
}

ul.ir_nav li h3.ttl span {
	display: block;
	margin-top: .5em;
	color: #848484;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: -0.05em;
}

ul.ir_nav li p {
	display: inline-block;
	padding-top: 3.5em;
	border-bottom: 2px solid #ccc;
	text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
*  recruit
* --------------------------------------------------------------------------------------------------*/
#recruit {
	min-width: 1200px;
	background: url("../img/index/recruit_bg.jpg") no-repeat top center/cover;
}

#idx .recruit_inner {
	position: relative;
	min-height: 540px;
}

.recruit_heading {
	position: relative;
	padding-top: 18%;
}

.recruit_heading h2.ttl {
	position: absolute;
	right: 0;
	left: 0;
	color: #fff;
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-shadow: 0px 0px 8px #4a4a4a;
}

.recruit_heading h2.ttl span.green {
	color: #81bf00;
}

.recruit_heading h2.ttl span.small {
	display: block;
	margin-bottom: .8em;
	font-size: 50%;
}

.recruit_content {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	margin: 0 auto;
	padding-top: 20em;
	text-align: center;
}

.recruit_content .page_link {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.recruit_content .page_link a.stickarrow {
	padding: 2em 7em;
	background: #81bf00;
}

.recruit_content .page_link a.stickarrow span::after {
	right: -2em;
}

@media screen and (max-width: 767px) {
	ul.main_visual_list {
		width: 100%;
		min-width: inherit;
		max-width: inherit;
		height: 110vw;
		min-height: inherit;
	}
	li.mv01 {
		height: 110vw;
		min-height: inherit;
		background: url("../img/index/sp_mov01.jpg") no-repeat top center;
		background-size: cover;
	}
	li.mv02 {
		height: 110vw;
		min-height: inherit;
		background: url("../img/index/sp_mv04.jpg") no-repeat top center;
		background-size: cover;
	}
	li.mv03 {
		height: 110vw;
		min-height: inherit;
		background: url("../img/index/sp_mv02.jpg") no-repeat top center;
		background-size: cover;
	}
	li.mv04 {
		height: 110vw;
		min-height: inherit;
		background: url("../img/index/sp_mv03.jpg") no-repeat top center;
		background-size: cover;
	}
	.list_link {
		margin-bottom: 1em;
		padding-right: 10%;
	}
	.list_link a {
		padding: 0;
		background: transparent;
	}
	ul.news_list {
		display: block;
		width: 82%;
		margin: 0 auto;
	}
	li.news_list-item {
		width: 100%;
		margin-bottom: 2em;
	}
	.news_list-item_heading time {
		font-size: 2.4em;
	}
	p.category {
		font-size: 2.4rem;
	}
	#company {
		padding-top: 12em;
		padding-bottom: 10em;
	}
	#company .stickarrow.center span::after {
		right: -5.5em;
	}
	#idx .company_heading.inner {
		width: 82%;
		margin: 0 auto;
	}
	#idx .company_heading.inner {
		display: block;
	}
	#idx .company_heading.inner .wrap {
		display: block;
		width: auto;
	}
	#idx .company_heading.inner .wrap.tar {
		text-align: left;
	}
	#idx .company_heading.inner h2.ttl {
		margin-bottom: .8em;
		font-size: 9.2rem;
	}
	#idx .company_heading.inner p {
		display: block;
		font-size: 3.0rem;
		line-height: 1.8;
	}
	.company_content ul {
		display: block;
		margin-bottom: 6em;
	}
	li.company_item {
		width: 100%;
		height: 86vw;
		margin-bottom: 1px;
		padding: 14em 8% 40em;
	}
	li.company_item h3.ttl {
		margin-bottom: 1.3em;
		font-size: 4.2rem;
		font-weight: 600;
	}
	li.company_item p {
		font-size: 2.4rem;
	}
	li.company_item.overview {
		background: url("../img/index/sp_company_img01.jpg") no-repeat top center;
		background-size: cover;
	}
	li.company_item.philosophy {
		background: url("../img/index/sp_company_img02.jpg") no-repeat top center;
		background-size: cover;
	}
	li.company_item.message {
		background: url("../img/index/sp_company_img03.jpg") no-repeat top center;
		background-size: cover;
	}
	.company_itme_link {
		bottom: 18em;
	}
	.company_itme_link a {
		padding: 3.2em 10em 2.2em;
	}
	.company_itme_link a span {
		font-size: 2.4rem;
	}
	.service_content {
		min-width: inherit;
		background: url("../img/index/sp_services_main.jpg") no-repeat top center;
		background-size: cover;
	}
	#idx .service_content .inner {
		height: 240vw;
		min-height: inherit;
	}
	#idx .service_content .inner .page_link {
		position: absolute;
		right: 0;
		bottom: 5.5%;
		left: 0;
		margin: 0 auto;
	}
	.custmer_bg-gradetion {
		background: -moz-linear-gradient(45deg, #d4ecf4 0%, #d4ecf4 20%, #ffffe5 100%);
		background: -webkit-linear-gradient(45deg, #d4ecf4 0%, #d4ecf4 20%, #ffffe5 100%);
		background: linear-gradient(45deg, #d4ecf4 0%, #d4ecf4 20%, #ffffe5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ecf4', endColorstr='#ffffe5',GradientType=1 );
	}
	.custmer_bg-harf_white {
		background: -moz-linear-gradient(left, white 0%, white 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
		background: -webkit-linear-gradient(left, white 0%, white 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to right, white 0%, white 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	}
	.custmer_heading h3.ttl {
		font-size: 4.0em;
		letter-spacing: .1em;
	}
	.custmer_heading h3.ttl span {
		font-size: 2.4rem;
	}
	.custmer_content ul {
		display: block;
		width: 82%;
		margin: 2em auto 0;
	}
	li.custmer_item {
		width: 100%;
		margin-bottom: 4em;
	}
	li.custmer_item picture {
		position: relative;
		width: 86%;
		margin: 0 auto 0;
	}
	li.custmer_item .custmer_item_inner {
		margin-top: -30em;
		margin-left: 0;
		padding: 35em 4em 10em;
	}
	li.custmer_item .custmer_item_text {
		padding: 0 3em;
	}
	li.custmer_item .custmer_item_text h4.ttl {
		margin: 0;
		margin-top: -.2em;
		margin-left: .5em;
		font-size: 4.8rem;
	}
	li.custmer_item .custmer_item_text_heading {
		display: flex;
		align-items: center;
		margin-bottom: 3em;
	}
	li.custmer_item span.for {
		padding: .5em 1em;
		font-size: 2.6rem;
	}
	li.custmer_item .custmer_item_link {
		position: relative;
		right: 0;
		left: 0;
		margin: 6em auto 0;
		text-align: center;
	}
	li.custmer_item .custmer_item_link a.stickarrow {
		padding: 0 8em 1em 8em;
	}
	li.custmer_item .custmer_item_link a.stickarrow span {
		font-size: 2.4rem;
	}
	li.custmer_item .custmer_item_link a.stickarrow span::after {
		right: -2.5em;
	}
	ul.custmer_link {
		display: block;
		text-align: center;
	}
	ul.custmer_link li {
		margin: 2em 0 4em;
	}
	ul.custmer_link li a.stickarrow {
		display: block;
		width: 72%;
		margin: 0 auto;
	}
	ul.custmer_link li a.stickarrow span {
		min-width: 10em;
	}
	ul.custmer_link li a.stickarrow span::after {
		right: -3em;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	ul.ir_nav {
		display: block;
		margin-top: 6em;
	}
	ul.ir_nav .ir_inner {
		width: 100%;
	}
	ul.ir_nav li {
		widdth: 100%;
		margin-bottom: 8em;
	}
	ul.ir_nav li h3.ttl {
		font-size: 4.8rem;
	}
	ul.ir_nav li h3.ttl span {
		font-size: 2.0rem;
	}
	ul.ir_nav li p {
		padding-top: 1em;
		line-height: 1.4;
	}
	#recruit {
		min-width: inherit;
		min-width: inherit;
		background: url("../img/index/sp_recruit_bg.jpg") no-repeat top center;
		background-size: cover;
	}
	#idx .recruit_inner {
		height: 70vw;
		min-height: inherit;
	}
	.recruit_content .page_link a.stickarrow {
		padding: 5em 13em;
	}
}

/*# sourceMappingURL=sourcemaps/index.css.map */
