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


/*==================================================================

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	position: relative;
	width: 100%;
	height: 580px;
	background: url(../images/MV.jpg) center top no-repeat;
}
#top_mainvisual .MV_banner {
	position: absolute;
	width: 95%;
	max-width: 1200px;
	margin: auto;
	left: 0;
	right: 0;
	text-align: right;
	bottom: 50px;
}


/*==================================================================

		$index　＊　ABOUT KOUSAI

==================================================================*/
#top_about {
	width: 100%;
	margin-top:10px;
	padding: 60px 0 70px;
	background: linear-gradient(90deg, #e9e9e9 0%, #e9e9e9 50%, #d0d9d2 50%, #d0d9d2 100%);
}
#top_about h2 {
	font-size:100px;
	text-align:center;
	color: #FFF;
	font-family: 'Readex Pro', sans-serif;
	font-weight: bold;
	line-height: 1;
}
#top_about h3 {
	margin-top: 30px;
	text-align:center;
	font-size:20px;
	line-height: 2.5;
	letter-spacing: 1px;
}
#top_about .top_about_textbox {
	width: 95%;
	max-width: 1000px;
	margin: 35px auto 0;
	padding: 40px;
	box-sizing: border-box;
	background: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 2.8;
	letter-spacing: 1px;
}


/*==================================================================

		$index　＊　RECRUIT

==================================================================*/
#top_recruit {
	width: 100%;
	padding: 50px 0 70px;
	background: #f7f7f7;
}
#top_recruit .inner {
	width: 95%;
	max-width: 1170px;
	margin: auto;
}
#top_recruit h2 {
	position: relative;
	left: -10px;
	font-size:100px;
	color: #c4c4c4;
	font-family: 'Readex Pro', sans-serif;
	font-weight: bold;
	line-height: 1;
}
#top_recruit h3 {
	margin-bottom: 35px;
	font-size:20px;
	line-height: 2.5;
	letter-spacing: 1px;
}
#top_recruit ul {
	display: flex;
	justify-content: space-between;
}
#top_recruit li {
	position: relative;
	border-right: 1px solid #FFF;
	background: #000;
	width: 34%;
    overflow: hidden;
}
#top_recruit li p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	height: 34%;
	border: 1px solid #FFF;
	background: rgba(0,0,0,.2);
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 15px 0;
	box-sizing: border-box;
}
#top_recruit li p em {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	font-family: 'Readex Pro', sans-serif; 
	font-weight: normal;
}
#top_recruit li:nth-of-type(2) p {
	font-family: 'Readex Pro', sans-serif; 
	font-weight: normal;
	font-size: 24px;
	line-height: 1.4;
}
#top_recruit li:nth-of-type(2) p i {
	margin-right: 5px;
}
#top_recruit li:nth-of-type(2) p em {
	margin-top: 5px;
}
#top_recruit li:nth-of-type(3) i {
	margin-right: 5px;
}

#top_recruit li::after {
	position: absolute;
	content: "▼";
	bottom: 10px;
	left: 50%;
	margin-left: -5px;
	color: #86bc24;
}
#top_recruit li:hover::after {
	bottom: 5px;
}


/*==================================================================

		$index　＊　TOPICS

==================================================================*/
#top_topics {
	position: relative;
	width: 100%;
	padding: 60px 0 0;
	background: linear-gradient(90deg, #d0d9d2 0%, #d0d9d2 60%, #f7f7f7 60%, #f7f7f7 100%);
	overflow: hidden;
}
#top_topics .inner {
	width: 95%;
	max-width: 1170px;
	margin: auto;
}

#top_topics h2 {
	position: relative;
	left: -10px;
	font-size:100px;
	color: #fff;
	font-family: 'Readex Pro', sans-serif;
	font-weight: bold;
	line-height: 1;
}
#top_topics h3 {
	margin-bottom: 35px;
	font-size:20px;
	line-height: 2.5;
	letter-spacing: 1px;
}
#top_topics ul {
	position: relative;
	width: 100%;
	background: #FFF;
	box-sizing: border-box;
	padding: 40px 100px 80px;
	z-index: 99;
}
#top_topics ul li {
	border-bottom: 1px solid #ddd;
	padding: 20px 60px 20px 40px;
	font-size: 16px;
	width: 100%;
}
#top_topics ul li a {
	color: #888;
}
#top_topics ul li em {
	margin-left: 50px;
	font-weight: bold;
	color: #222;
}

#top_topics ul::after {
	position: absolute;
	content: "";
	top: 0;
	right: -540px;
	width: 550px;
	height: 100%;
	background: #FFF;
}
#top_topics::after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 80px;
	background: #f7f7f7;
}


/*==================================================================

		$index　＊　INSTAGRAM

==================================================================*/
#top_instagram {
	position: relative;
	width: 100%;
	padding: 60px 0 40px;
	background: linear-gradient(90deg, #f3f3f3 0%, #f3f3f3 50%, #eeeeee 50%, #eeeeee 100%);
	overflow: hidden;
}

#top_instagram h2 {
	position: relative;
	font-size:100px;
	color: #fff;
	font-family: 'Readex Pro', sans-serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#top_instagram h3 {
	position: relative;
	margin-bottom: 25px;
	font-size:16px;
	line-height: 2.5;
	letter-spacing: 1px;
	text-align: center;
}
#top_instagram h3::before {
	position: absolute;
	content: "";
	top: -84px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 75px;
	background: url(../images/top_insta.png);
	background-size: 60px 75px;
}

#top_instagram .inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#top_instagram .inner #sb_instagram .sbi_info {
	margin-top: 10px;
}
#top_instagram .inner #sb_instagram .sbi_info p {
	line-height: 1.6 !important;
}



/*==================================================================

		$index　＊　左右2コンテンツ部分

==================================================================*/
#top_twosection {
	position: relative;
	width: 100%;
	padding: 50px 0 50px;
	background: #f9f9f9;
}

#top_twosection ul {
	display: flex;
}
#top_twosection ul li {
	width: 50%;
	background: #257f39;
}
#top_twosection ul li a {
	color: #FFF;
}
#top_twosection ul li a:hover {
	color: #dfede3;
}
#top_twosection ul li:first-of-type {border-right: 1px solid #FFF;}
#top_twosection ul li:last-of-type {border-left: 1px solid #FFF;}

#top_twosection ul li .top_twosection_img {
	width: 100%;
	height: 350px;
	background: url(../images/top_img02_a.jpg) center center no-repeat;
}
#top_twosection ul li:last-of-type .top_twosection_img {
	background: url(../images/top_img01.jpg) center top no-repeat;
}

#top_twosection ul li h3 {
	position: relative;
	margin: 20px 0 15px;
	font-size:19px;
	line-height: 2.5;
	letter-spacing: 3px;
	text-align: center;
}
#top_twosection ul li p  {
	width: 85%;
	margin: auto;
	padding-bottom: 40px;
	font-size:16px;
	line-height: 2;
}


/*==================================================================

		$index　＊　KOUSAI POLICY

==================================================================*/
#top_policy {
	position: relative;
	width: 100%;
	padding: 60px 0 0;
	background: linear-gradient(90deg, #dfede3 0%, #dfede3 50%, #f4f4f4 50%, #f4f4f4 100%);
	overflow: hidden;
}

#top_policy h2 {
	position: relative;
	font-size:100px;
	color: #bbb;
	font-family: 'Readex Pro', sans-serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#top_policy h3 {
	margin-top: 10px;
	margin-bottom: 35px;
	font-size:20px;
	line-height: 2.5;
	letter-spacing: 1px;
	text-align: center;
}
#top_policy .top_policy_textbox {
	width: 95%;
	max-width: 1200px;
	margin: 35px auto 0;
	padding: 45px 60px 30px;
	box-sizing: border-box;
	background: #FFF;
	font-size: 16px;
	line-height: 2.3;
}
#top_policy .top_policy_textbox p {
	padding-bottom: 20px;
}


/*==================================================================

		$index　＊　会社一覧

==================================================================*/
#top_company {
	position: relative;
	width: 100%;
	background:  #f4f4f4;
}
#top_company ul {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px 50px;
	box-sizing: border-box;
	background: #FFF;
}
#top_company ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#top_company ul li dl {
	width: 380px;
	height: 300px;
	background: #f2f2f2;
	padding: 30px 40px;
	box-sizing: border-box;
}
#top_company ul li dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
}
#top_company ul li dl dd {
	margin-bottom: 25px;
}
#top_company ul li iframe {
	width: 690px;
	height: 300px;
}

/*------------------------- 求人情報ページも同じコード使用＊差分 -------------------------*/
.page-id-36 #top_company ul , .page-id-9 #top_company ul {
	width: 100%;
	margin-bottom:50px;
	padding: 0;
	background: none;
}
.page-id-36 #top_company ul li dl , .page-id-9 #top_company ul li dl {
	width: 420px;
	background: #fff;
}
.page-id-36 #top_company ul li iframe , .page-id-9 #top_company ul li iframe {
	width: 650px;
}
.page-id-36 #top_company ul li:nth-of-type(1) dl , .page-id-36 #top_company ul li:nth-of-type(2) dl , .page-id-36 #top_company ul li:nth-of-type(1) iframe , .page-id-36 #top_company ul li:nth-of-type(2) iframe {
	height: 360px;
}
/*btn*/
.page-id-36 #top_company ul li dl dd a {
	display: inline-block;
    background: #218f3a;
    padding: 6px 40px;
    color: #FFF;
    float: right;
    border-radius: 5px;
}
.page-id-36 #top_company ul li dl dd a i {
	margin-left: 5px;
}
.page-id-36 #top_company ul li dl dd a:hover {
    border-radius: 20px;
}




/*============================================================================

	▼▽▼▽▼▽▼▽▼▽ここからSP用▼▽▼▽▼▽▼▽▼▽

============================================================================*/
@media screen and (max-width:870px) {
	
	
	
	

/*==================================================================

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	margin-top: 65px;
	height: 200px;
    background-size: cover;
}
#top_mainvisual .MV_banner {
	width: 230px;
	left: auto;
	right: 20px;
	bottom: 30px;
}

	
	
	

/*==================================================================

		$index　＊　SPのみ　LINE エントリーフォーム導線

==================================================================*/
#top_line-entry {
	position: relative;
	margin-top: 5px;
}
#top_line-entry a {
	display: block;
	float: left;
	width: 50%;
	color: #FFF;
	text-align: center;
}
#top_line-entry a:first-of-type {
	padding: 14px 0;
	background: #40bc2c;
}
#top_line-entry a:last-of-type {
	padding: 14px 0;
	background: #218f3a;
}
#top_line-entry a i {
	margin-right: 5px;
}
	

/*==================================================================

		$index　＊　ABOUT KOUSAI

==================================================================*/
#top_about {
	padding: 40px 0;
}
#top_about h2 {
	font-size:60px;
}
#top_about h3 {
	padding: 0 20px;
	font-size:17px;
	line-height: 2;
}
#top_about .top_about_textbox {
	margin: 25px auto 0;
	padding: 20px 30px;
	font-size: 13px;
	line-height: 2;
}

	

/*==================================================================

		$index　＊　RECRUIT

==================================================================*/
#top_recruit {
	padding: 40px 0 20px;
}
#top_recruit .inner {
}
#top_recruit h2 {
	left: 0;
	font-size:60px;
	text-align: center;
}
#top_recruit h3 {
	margin-bottom: 25px;
	font-size:17px;
	text-align: center;
}
#top_recruit ul {
	display: block;
}
#top_recruit li {
	border-right: none;
	width: 100%;
	height: 180px;
	margin-bottom: 10px;
}
#top_recruit li p {
	width: 90%;
	height: 50%;
}
#top_recruit li p em {
}
#top_recruit li:nth-of-type(2) p {
}
#top_recruit li:nth-of-type(2) p i {
}
#top_recruit li:nth-of-type(2) p em {
}
#top_recruit li:nth-of-type(3) i {
}

#top_recruit li::after {
}
#top_recruit li:hover::after {
}


/*==================================================================

		$index　＊　TOPICS

==================================================================*/
#top_topics {
	padding: 40px 0;
	background: #d0d9d2;
}
#top_topics .inner {
}

#top_topics h2 {
	left: 0;
	font-size:60px;
	text-align: center;
}
#top_topics h3 {
	margin-bottom: 25px;
	font-size:17px;
	text-align: center;
}
#top_topics ul {
	padding: 20px 20px 20px;
}
#top_topics ul li {
	padding: 15px 10px;
	font-size: 13px;
	box-sizing: border-box;
}
#top_topics ul li em {
	margin-left: 0;
	padding-top: 5px;
	display: block;
}

#top_topics ul::after {
	display: none;
}
#top_topics::after {
	display: none;
}

	

/*==================================================================

		$index　＊　INSTAGRAM

==================================================================*/
#top_instagram {
	padding: 60px 0 20px;
}

#top_instagram h2 {
	font-size:60px;
}
#top_instagram h3 {
	margin-bottom: 5px;
	font-size:16px;
}
#top_instagram h3::before {
}

#top_instagram ul {
	flex-wrap: wrap;
}
#top_instagram ul li {
	width: 49%;
	margin-bottom: 20px;
}
#top_instagram ul li img {
	margin-bottom: 10px;
}

	

/*==================================================================

		$index　＊　左右2コンテンツ部分

==================================================================*/
#top_twosection {
	padding: 0;
}

#top_twosection ul {
	display: block;
}
#top_twosection ul li {
	width: 100%;
}
#top_twosection ul li:first-of-type {border-right: none;}
#top_twosection ul li:last-of-type {border-left: none;}

#top_twosection ul li .top_twosection_img {
	height: 250px;
	background-size: cover !important;
}
#top_twosection ul li h3 {
	margin: 15px 0 10px;
	font-size:18px;
}
#top_twosection ul li p  {
	width: 95%;
	padding-bottom: 25px;
	font-size:13px;
}

	

/*==================================================================

		$index　＊　KOUSAI POLICY

==================================================================*/
#top_policy {
	padding: 40px 0 0;
}

#top_policy h2 {
	font-size:60px;
}
#top_policy h3 {
	margin-bottom: 25px;
	font-size:17px;
}
#top_policy .top_policy_textbox {
	margin: 25px auto 0;
	padding: 30px 30px 20px;
	font-size: 13px;
	line-height: 2;
}
#top_policy .top_policy_textbox p {
}


/*==================================================================

		$index　＊　会社一覧

==================================================================*/
#top_company {
}
#top_company ul {
	padding: 0 15px 30px;
}
#top_company ul li {
	display: block;
}
#top_company ul li dl {
	width: 100%;
	height: auto;
	padding: 20px 30px 5px;
}
#top_company ul li dl dt {
	margin-bottom: 5px;
	font-size: 16px;
}
#top_company ul li dl dd {
	margin-bottom: 15px;
}
#top_company ul li iframe {
	width: 100%;
	height: 200px;
}


/*------------------------- 求人情報ページも同じコード使用＊差分 -------------------------*/
.page-id-36 #top_company ul , .page-id-9 #top_company ul {
}
.page-id-36 #top_company ul li dl , .page-id-9 #top_company ul li dl {
	width: 100%;
}
.page-id-36 #top_company ul li iframe , .page-id-9 #top_company ul li iframe {
	width: 100%;
}
.page-id-36 #top_company ul li:nth-of-type(1) dl , .page-id-36 #top_company ul li:nth-of-type(2) dl , .page-id-36 #top_company ul li:nth-of-type(1) iframe , .page-id-36 #top_company ul li:nth-of-type(2) iframe {
	height: auto;
}
/*btn*/
.page-id-36 #top_company ul li dl dd a{
	float: none;
    display: block;
    text-align: center;
}
.page-id-36 #top_company ul li dl dd a i{
}
.page-id-36 #top_company ul li dl dd a:hover{
}



	


/*============================================================================

	▲△▲△▲△▲△▲△ここまでSP用▲△▲△▲△▲△▲△

============================================================================*/
}




