@charset "UTF-8";
/* --------------------------------------------------------- main common */

article h2 {
	color: #0d8bb7;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
}
article h2 span {
	display: block;
	font-size: 3rem;
	color: #000;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	article h2 span {
		font-size: 2.5rem;
	}
}

/* --------------------------------------------------------- mainvisual */
#mainvisual {
	padding-top: 120px;
	position: relative;
}
#mainvisual:after {
	content: "";
	width: 882px;
	max-width: 100%;
	height: 944px;
	display: block;
	position: absolute;
	top: 70%;
	left: 0;
	background: url(../images/bg_top_company.png) left top no-repeat;
	background-size: contain;
	z-index: -2;
}
#mainvisual section {
	width: 92.5%;
	margin: 0 auto;
	position: relative;
}
#mainvisual figure {
	position: relative;
}
#mainvisual figure:after {
	position: absolute;
	right: -2%;
	bottom: -6.6%;
	content: "";
	background-color: #4ad0f4;
	display: block;
	width: 100%;
	height: 80%;
	z-index: -1;
}
#mainvisual div {
	position: absolute;
	z-index: 3;
	bottom: -5.8%;
	left: 3%;
}
#mainvisual h2 {
	font-family: NotoSansJP-Bold,sans-serif;
	color: #4ad0f4;
	font-size: 5.625rem;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 0;
}
#mainvisual h3 {
	font-family: NotoSansJP-Bold,sans-serif;
	color: #fff;
	font-size: 4.25rem;
	letter-spacing: 0.05em;
	line-height: 1.32;
	margin: 0;
}
@media screen and (max-width: 1399px) {
	#mainvisual h2 {
		font-size: 4.5rem;
	}
	#mainvisual h3 {
		font-size: 3.5rem;
	}
}
@media screen and (max-width: 1099px) {
	#mainvisual {
		padding-top: 100px;
	}
}
@media screen and (max-width: 999px) {
	#mainvisual div {
		bottom: 2%;
	}
	#mainvisual figure img {
		height: 60vh;
		object-fit: cover;
	}
	#mainvisual figure:after {
		width: 100%;
		bottom: -2%;
	}
	#mainvisual h2 {
		font-size: 3.75rem;
	}
	#mainvisual h3 {
		font-size: 3rem;
	}
}
@media screen and (max-width: 599px) {
	#mainvisual:after {
		top: 80%;
	}
	#mainvisual h2 {
		font-size: 3.25rem;
	}
	#mainvisual h3 {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 479px) {
	#mainvisual:after {
		top: 90%;
	}
	#mainvisual h2 {
		font-size: 3rem;
	}
	#mainvisual h3 {
		font-size: 2.125rem;
	}
}

/* --------------------------------------------------------- top_company */
#top_company {
	position: relative;
	padding-top: 220px;
}
#top_company section {
	width: 1000px;
	margin: 0 auto;
}
#top_company h2 {
	color: #000;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.75;
	margin-bottom: 80px;
}
#top_company p {
	text-align: center;
	margin-bottom: 80px;
	line-height: 2.5;
}
.top_company_carousel li {
	width: 30%;
}

@media screen and (max-width: 1399px) {
	#top_company {
		padding-top: 200px;
	}
}
@media screen and (max-width: 1199px) {
	#top_company {
		padding-top: 160px;
	}
	#top_company section {
		width: 90%;
	}
	#top_company h2 {
		font-size: 2.125rem;
	}
}
@media screen and (max-width: 999px) {
	#top_company h2 {
		font-size: 2rem;
		margin-bottom: 50px;
	}
	#top_company p {
		text-align: left;
	}
}
@media screen and (max-width: 767px) {
	#top_company {
		padding-top: 120px;
	}
	#top_company h2 {
		font-size: 1.875rem;
	}
}
@media screen and (max-width: 599px) {
	#top_company h2 {
		font-size: 1.625rem;
	}
}
@media screen and (max-width: 479px) {
	#top_company {
        padding-top: 90px;
    }
	#top_company h2 {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	#top_company h2 br {
		display: none;
	}
	#top_company p {
		margin-bottom: 50px;
	}
	#top_company p.btn {
		margin-bottom: 80px;
	}
}

/* --------------------------------------------------------- top_service */
#top_service {
	padding-top: 200px;
	margin-bottom: 200px;
	background: url(../images/bg_top_service.png) right top no-repeat;
}
#top_service section {
	width: 85%;
	margin: 0 auto 0 0;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#top_service .photo {
	width: 55.88%;
	position: relative;
}
#top_service .photo ul {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 87.3%;
	display: block;
}
#top_service .photo ul:before {
	content: "";
	display: block;
	width: 93px;
	width: 9.78%;
	height: 60px;
	height: 7.22%;
	clip-path: polygon(10.8% 100%, 0% 0%, 89.2% 0%, 100% 100%);
	background-color: #4ad0f4;
	position: absolute;
	top: 12%;
	left: 58.5%;
	z-index: 10;
}
#top_service .photo ul:after {
	content: "";
	width: 31px;
	width: 3.26%;
	height: 20px;
	height: 2.4%;
	clip-path: polygon(11.5% 100%, 0% 0%, 88.5% 0%, 100% 100%);
	background-color: #4ad0f4;
	position: absolute;
	top: 25%;
	left: 74.3%;
	z-index: 10;
}
#top_service .photo li {
	width: 65.2%;
	clip-path: polygon(13% 100%, 0% 0%, 87% 0%, 100% 100%);
	position: absolute;
}
#top_service .photo .photo01 {
	top: 0;
	left: -15%;
	z-index: 3;
}
#top_service .photo .photo02 {
	top: 50%;
	right: 0;
	z-index: 2;
	transform: translateY(-50%);
}
#top_service .photo .photo03 {
	bottom: 0;
	left: 3.15%;
	z-index: 1;
}
#top_service .txt {
	width: 38.2%;
}
#top_service p {
	margin-bottom: 80px;
	line-height: 2.5;
}
#top_service p.btn {
	margin: 0;
}
#top_service .btn a {
	margin: 0 auto 0 0;
}

@media screen and (max-width: 1399px) {
	#top_service {
		padding-top: 180px;
	}
	#top_service section {
		width: 96%;
	}
	#top_service .photo {
		width: 50%;
	}
	#top_service .txt {
	    width: 45%;
	}
}
@media screen and (max-width: 999px) {
	#top_service {
		padding-top: 150px;
		margin-bottom: 150px;
		background-size: contain;
	}
	#top_service section {
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#top_service .photo {
		width: 90%;
		margin: 0 auto 0 0;
	}
	#top_service .txt {
	    width: 90%;
	    margin-bottom: 50px;
	}
	#top_service p {
		margin-bottom: 50px;
	}
	#top_service .btn a {
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width: 767px) {
	#top_service {
		background-size: 120%;
	}
}
@media screen and (max-width: 479px) {
	#top_service {
		padding-top: 120px;
        margin-bottom: 120px;
	}
}


/* --------------------------------------------------------- top_works */
#top_works {
	position: relative;
	margin-bottom: 200px;
}
#top_works:before {
	content: "";
	width: 732px;
	max-width: 100%;
	height: 1074px;
	position: absolute;
	background: url(../images/bg_top_works.png) center center no-repeat;
	background-size: contain;
	top: 28.2%;
	left: 0;
	z-index: -2;
}
#top_works:after {
	content: "";
	background-color: #4ad0f4;
	width: 42.5%;
	height: 100%;
	position: absolute;
	top: 15%;
	right: 0;
	z-index: -1;
}
#top_works section {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
#top_works .photo {
	width: 60.7%;
}
#top_works ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#top_works li {
	width: 47%;
	margin-right: 6%;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 45px;
}
#top_works li:nth-of-type(2n) {
	margin-right: 0;
}
#top_works li:first-of-type,
#top_works li:nth-of-type(2) {
	margin-top: 0;
}
#top_works li img {
	margin-bottom: 10px;
}
#top_works .btn.sp {
	display: none;
}

@media screen and (max-width: 1399px) {
    #top_works section {
        width: 96%;
    }
}
@media screen and (max-width: 999px) {
	#top_works {
		margin-bottom: 150px;
	}
	#top_works:before {
		top: 50%;
	}
	#top_works:after {
		width: 64%;
		height: 38%;
		top: 30%;
	}
    #top_works section {
        display: block;
        width: 90%;
    }
    #top_works .photo {
	    width: 100%;
	}
	#top_works ul {
		margin-bottom: 50px;
	}
    #top_works .btn {
		display: none;
	}
    #top_works .btn.sp {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#top_works li {
		margin-top: 30px;
	}
}
@media screen and (max-width: 479px) {
	#top_works {
        margin-bottom: 120px;
    }
	#top_works:before {
        top: 30%;
    }
    #top_works li {
    	font-size: 0.875rem;
    }
}


/* --------------------------------------------------------- top_news */
#top_news {
	margin-bottom: 340px;
}
#top_news section {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;	
}
#top_news ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom: 40px;
}
#top_news li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2.85%;
}
#top_news li.nolink {
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
	background-color: #fff;
	padding: 40px;
}
#top_news li:nth-of-type(3n) {
	margin-right: 0;
}
#top_news li a {
	display: block;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
	background-color: #fff;
	padding: 40px;
}
#top_news li a:hover {
	background-color: #f0f0f0;
}
#top_news li time {
	color: #767777;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#top_news li span {
	display: inline-block;
	background-color: #8d8d8d;
	color: #fff;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 22px;
	padding: 0 4px;
	margin-left: 5px;
	white-space: nowrap;
}
#top_news li dd {
	color: #000;
	line-height: 1.75;
	font-size: 1rem;
}

@media screen and (max-width: 1399px) {
	#top_news {
		margin-bottom: 38%;
	}
	#top_news section {
		width: 96%;
	}
}
@media screen and (max-width: 999px) {
	#top_news section {
		width: 90%;
	}
	#top_news li {
		width: 48.5%;
		margin-right: 3%;
	}
	#top_news li:nth-of-type(3n) {
	    margin-right: 3%;
	}
	#top_news li:nth-of-type(2n) {
	    margin-right: 0;
	}
	#top_news li a {
		padding: 30px;
	}
	#top_news li.nolink {
		padding: 30px;
	}
}
@media screen and (max-width: 767px) {
	#top_news {
        margin-bottom: 46%;
    }
	#top_news li {
		width: 100%;
		margin-right: 0;
	}
	#top_news li:nth-of-type(3n) {
	    margin-right: 0;
	}
	#top_news li a {
		padding: 30px;
	}
	#top_news li.nolink {
		padding: 30px;
	}
}
@media screen and (max-width: 479px) {
	#top_news {
        margin-bottom: 50%;
    }
	#top_news li a {
		padding: 22px;
	}
	#top_news li.nolink {
		padding: 22px;
	}
}

/* --------------------------------------------------------- top_recruit */
#top_recruit {
	position: relative;
	margin-bottom: 150px;
}
#top_recruit div.photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 52.5%;
	transform: translateY(-140px);
	z-index: 2;
}
#top_recruit div.photo figure {
	position: relative;
}
#top_recruit div.photo figure:before  {
	content: "";
	width: 12.38%;
	height: 19.34%;
	position: absolute;
	top: -15%;
	left: -6%;
	background-color: #4ad0f4;
	transform: rotate(45deg);
}
#top_recruit div.photo figure:after {
	content: "";
	width: 4.76%;
	height: 7.44%;
	position: absolute;
	top: -3.5%;
	left: 17%;
	background-color: #4ad0f4;
	transform: rotate(45deg);
}
#top_recruit section {
	width: 95%;
	margin: 0 0 0 auto;
	background-color: #0e73e2;
	background-image: url(../images/bg_top_recruit.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 150px 0;
	position: relative;
	z-index: 1;
}
#top_recruit section div {
	width: 29.15%;
	margin: 0 15.78% 0 auto;
}
article#top_recruit h2 span {
	color: #fff;
}
article#top_recruit h2 {
	color: #4ad0f4;
}
#top_recruit p {
	margin: 0 0 70px 0;
	color: #fff;
	line-height: 2.5;
}
#top_recruit p.btn {
    margin: 0;
}
#top_recruit .btn a {
	margin: 0 0 0 auto;
}
#top_recruit .btn a:after {
	background-color: #4ad0f4;
}

@media screen and (max-width: 1399px) {
	#top_recruit section {
		padding: 30% 0 80px;
	}
	#top_recruit div.photo {
		width: 70%;
		transform: translateY(-50%);
	}
	#top_recruit section div {
		width:90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 999px) {
	#top_recruit {
		margin-bottom: 120px;
	}
}
@media screen and (max-width: 767px) {
	#top_recruit {
        margin-bottom: 0;
    }
	#top_recruit section {
		width: 100%;
		padding: 34% 0 80px;
	}
	#top_recruit div.photo {
		width: 80%;
	}
}