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

/* ------------------------
	.mainvisual
------------------------ */
.mainvisual {
	background-color: #f3f3f3;
}
.mainvisual .hero {
	position: relative;
	text-align: center;
}
.mainvisual .hero .hero-text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	z-index: 1;
	font-size: 38px;
	font-weight: bold;
	color: #fff;
}
.mainvisual .top-slider img.sp {
	display: none;
}
.mainvisual .top-notice {
	position: relative;
	max-width: 1040px;
	overflow: hidden;
	margin: -25px auto 0;
	padding: 0 3%;
}
.mainvisual .top-notice dl {
	display: flex;
	letter-spacing: 0.03em;
	padding: 14px 5% 14px 3%;
	background: #5fc1c7;
	position: relative;
}
.mainvisual .top-notice dl:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 14px;
	background: #fff;
	right: 26px;
	top: 50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.mainvisual .top-notice dl:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 25px;
	top: 50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
}
.mainvisual .top-notice dl dt {
	display: flex;
}
.mainvisual .top-notice dl dt span {
	border-right: 4px solid #fff;
	width: 85px;
	font-weight: bold;
	color: #fff;
	margin-right: 30px;
}
.mainvisual .top-notice dl dt small {
	width: 125px;
	font-size: 15px;
	color: #fff;
	padding-right: 30px;
}
.mainvisual .top-notice dl dd p {
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.mainvisual .top-notice dl dd p a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
@media screen and (max-width: 768px){
	.mainvisual .hero .hero-text {
		font-size: 28px;
		line-height: 1.5;
	}
	.mainvisual .top-slider .slick-slide {
		height: 540px;
	}
	.mainvisual .top-slider img {
		height: 100%;
		width: auto;
		display: none;
	}
	.mainvisual .top-slider img.sp {
		width: 100%;
		height: auto;
		display: block;
	}
	.mainvisual .top-notice dl {
		display: block;
		padding: 14px 5%;
		font-size: 14px;
	}
	.mainvisual .top-notice dl dt span {
		width: 73px;
		margin-right: 5%;
	}
	.mainvisual .top-notice dl dd p {
		padding-top: 4px;
		padding-right: 8%;
	}
}


/* ------------------------
	#concept
------------------------ */
#concept {
	max-width: 1320px;
	margin: 0 auto;
	padding: 70px 30px 110px;
	text-align: center;
	position: relative;
}
#top #concept h1 {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #5fc1c7;
	margin-bottom: 25px;
}
#top #concept h1:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #5fc1c7;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#top #concept h1 span {
	display: block;
	padding-bottom: 20px;
}
#concept p {
	line-height: 2;
	text-align: center;
}
#concept:after,
#concept:before {
	content: "";
	width: 1px;
	height: 35px;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}
#concept:before {
	border-right: 1px solid #fff;
	bottom: 0;
}
#concept:after {
	border-right: 1px solid #e7e7e7;
	bottom: -35px;
}
#concept .top-banner {
	display: block;
	max-width: 1160px;
	margin: 65px auto 0;
	background: url("../images/top-bnr-support.png") no-repeat;
	background-size: cover;
	height: 300px;
}
@media screen and (max-width: 768px){
	#concept {
		padding: 75px 5% 70px;
	}
	#top #concept h1 {
		font-size: 20px;
	}
	#top #concept h1 span {
		padding-bottom: 10px;
	}
	#concept p {
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#concept .top-banner {
		margin-top: 30px;
		height: 37vw;
	}
}


/* ------------------------
	h2
------------------------ */
#top > section h2 {
	position: relative;
	font-size: 52px;
	letter-spacing: 0.03em;
	text-align: center;
}
#top > section h2 strong {
	display: block;
	font-size: 15px;
	padding-bottom: 25px;
}
#top > section h2:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 4px;
	background-color: #5fc1c7;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px){
	#top > section h2 {
		font-size: 30px;
	}
	#top > section h2 strong {
		font-size: 12px;
	}
	#top > section h2:after {
		width: 50px;
	}
}


/* ------------------------
	#works
------------------------ */
#works {
	max-width: 1320px;
	margin: 0 auto;
	padding: 130px 30px 0;
}
#works h2 {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	#works {
		padding: 75px 5% 0;
	}
}


/* ------------------------
	#service
------------------------ */
#service {
	padding-top: 145px;
}
#service h2 {
	margin-bottom: 30px;
}
#service > section {
	padding-bottom: 150px;
}
#service > section > p {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	padding: 50px 30px 40px;
}
@media screen and (max-width: 768px){
	#service {
		padding-top: 95px;
	}
	#service > section {
		padding-bottom: 95px;
	}
	#service > section > p {
		font-size: 15px;
		text-align: justify;
		text-justify: inter-ideograph;
		padding: 40px 5%;
	}
}

/*.l-box*/
#service .l-box {
	position: relative;
	padding: 100px 0 0;
}
#service .l-box .box {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 30px;
}
#service .l-box .box .title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
#service .l-box .box .title h3 {
	background-color: #5fc1c7;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	padding: 15px;
}
#service .l-box .box .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 85%;
	background: #f3f3f3;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}
#service .l-box .box figure {
	position: relative;
	margin: 0 auto;
	max-width: 82.5%;
}
#service .l-box .box figure img {
	width: 100%;
}
@media screen and (max-width: 768px){
	#service .l-box {
		padding: 30px 0 0;
	}
	#service .l-box .box {
		padding: 0 5%;
	}
	#service .l-box .box .title h3 {
		font-size: 20px;
	}
	#service .l-box .box figure {
		max-width: 92%;
	}
}

/*#website*/
#website ul {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
#website li {
	margin: 30px 0 80px;
	position: relative;
	background-color: #f3f3f3;
}
#website li figure {
	border-bottom: 7px solid #5fc1c7;
}
#website li:nth-child(odd) figure {
	position: absolute;
	top: -30px;
	left: -50px;
	width: 42%;
}
#website li:nth-child(even) figure {
	position: absolute;
	right: -50px;
	top: -30px;
	width: 42%;
}
#website li:nth-child(even) section {
	margin: 0 auto 0 60px;
}
#website section {
	width: 52%;
	margin: 0 60px 0 auto;
	padding-bottom: 60px;
}
#website section a:hover {
	opacity: 1;
}
#website section h4 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	padding: 40px 0 25px 0;
}
#website section h4::after {
	display: block;
	content: "";
	background-color: #5fc1c7;
	width: 30px;
	height: 1px;
	margin: 0 auto;
}
#website section h4 span {
	display: block;
	color: #5fc1c7;
	font-size: 19px;
	padding: 8px 0 20px;
}
#website section p {
	line-height: 1.7;
}
@media screen and (max-width: 768px){
	#website ul {
		padding: 0;
	}
	#website li {
		margin: 0 0 70px;
		background: linear-gradient(180deg,#fff 0%,#fff 100px,#f3f3f3 100px,#f3f3f3 100%);
	}
	#website li:last-of-type {
		margin-bottom: 45px;
	}
	#website li:nth-child(odd) figure,
	#website li:nth-child(even) figure {
		position: static;
		width: 100%;
	}
	#website li:nth-child(even) section {
		margin: 0 auto;
	}
	#website section {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 60px;
	}
	#website section h4 {
		font-size: 22px;
		padding: 40px 0 20px 0;
	}
	#website section h4 span {
		font-size: 16px;
		padding-bottom: 10px;
	}
}

/*#e-commerce*/
#e-commerce ul {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#e-commerce ul li {
	width: 48.7%;
}
#e-commerce ul li figure {
	border-bottom: 7px solid #5fc1c7;
}
#e-commerce ul li .text {
	position: relative;
	margin-top: -35px;
	background: #fff;
	margin-left: 4.95%;
	margin-right: 4.95%;
	padding: 0 32px 70px;
}
#e-commerce ul li .text h4 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	padding: 30px 0 25px 0;
}
#e-commerce ul li .text h4::after {
	display: block;
	content: "";
	background-color: #5fc1c7;
	width: 30px;
	height: 1px;
	margin: 0 auto;
}
#e-commerce ul li .text h4 span {
	display: block;
	color: #5fc1c7;
	font-size: 19px;
	padding: 8px 0 20px;
}
#e-commerce ul li .text p {
	line-height: 1.7;
}
@media screen and (max-width: 768px){
	#e-commerce ul {
		padding: 0 5%;
	}
	#e-commerce ul li {
		width: 100%;
	}
	#e-commerce ul li .text {
		margin-top: -30px;
		margin-left: 3%;
		margin-right: 3%;
		padding: 0 0 70px;
	}
	#e-commerce ul li .text h4 {
		font-size: 22px;
		padding: 20px 0 25px 0;
	}
	#e-commerce ul li .text h4 span {
		font-size: 16px;
		text-align: center;
		padding-bottom: 10px;
	}
}


/* ------------------------
	#company
------------------------ */
#company {
	background-color: #f3f3f3;
	padding: 105px 0 120px;
}
#company h2 {
	margin-bottom: 30px;
}
#company .wrapper {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 30px;
}
#company .tableBox {
	margin-bottom: 70px;
}
#company .tableBox dl {
	padding:18px 0;
}
#company .tableBox dl dd ol {
	counter-reset: number;
}
#company .tableBox dl dd ol li:before {
	counter-increment: number;
	content: '( 'counter(number)' )';
	margin-right: 0.5em;
}
@media screen and (max-width: 768px){
	#company {
		padding: 75px 0 95px;
	}
	#company .wrapper {
		padding: 0 5%;
	}
	#company .tableBox {
		margin-bottom: 20px;
	}
}


/* ------------------------
	#recruit
------------------------ */
#recruit {
	padding-top: 60px;
}
#recruit .wrapper {
	position: relative;
}
#recruit .wrapper img {
	display: block;
	margin: 0 0 0 auto;
}
#recruit .wrapper .l-box {
	position: absolute;
	right: 50%;
	bottom: 50%;
	-ms-transform: translate(50%, 50%);
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
#recruit .wrapper .l-box .box {
	width: 1260px;
}
#recruit .wrapper .l-box .box .text {
	width: 400px;
}
#recruit .wrapper .l-box .box .text h2 {
	margin-bottom: 30px;
}
#recruit .wrapper .l-box .box .text p {
	line-height: 2;
	text-shadow: 1px 0 1px #fff;
}
#recruit .wrapper .l-box .box .text .button {
	margin-top: 50px;
}
#recruit .wrapper .l-box .box .text .button a {
	min-width: 346px;
}
@media screen and (max-width: 1319px){
	#recruit {
		padding-top: 0;
	}
	#recruit .wrapper img {
		width: 100%;
	}
	#recruit .wrapper .l-box {
		position: static;
		transform: none;
	}
	#recruit .wrapper .l-box .box {
		width: auto;
		padding: 0 30px;
	}
	#recruit .wrapper .l-box .box .text {
		width: 100%;
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px){
	#recruit .wrapper .l-box .box {
		padding: 0 5%;
	}
	#recruit .wrapper .l-box .box .text .button {
		margin-top: 35px;
	}
}
