@charset "utf-8";

/** margin-bottom **/
.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}

.indentTxt {
	text-indent: -1.1em;
	padding-left: 1.1em;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

@media(min-width: 1024px){
  
	a[href^="tel:"]{
    	pointer-events: none;
	}
	
}

.newsCase {
	background:url(../image/job/job_mainbg.jpg) top left repeat;
	background-size: auto;
}


/* titleArea */


.titleArea {
	background: url(../image/common/title_main_bg.jpg) left top no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 600px;
	position: relative;
	padding: 80px 0;
}


.titleArea.blogPage::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/blog/blog_title_bg.png) left bottom 80px no-repeat;
	background-size: 100% auto;
	content: '';
	z-index: 1;
}

.titleInner {
	width: 1260px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.pageRela {
	position: relative;
	padding-bottom: 10px;
}

.pageTitle {
	font-weight: 600;
	font-size: 54rem;
	line-height: 1.0;
	color: #222222;
	position: relative;
	z-index: 4;
	letter-spacing: .05em;
}

.pageSub {
	position: absolute;
	left: 0;
	bottom: -40px;
	z-index: 3;
}

.contInner {
	width: 1260px;
	max-width: 90%;
	margin: 0 auto;
}

.subTitleArea {
	position: relative;
	margin-bottom: 100px;
}

.subTitleJa {
	font-size: 52rem;
	font-weight: 500;
	letter-spacing: .05em;
}

.subTitleEn {
	position: absolute;
	bottom: -30px;
	left: 0;
}


@media screen and (max-width: 1024px){

	.titleArea {
		height: 300px;
		padding: 30px 0;
	}

	.titleArea.blogPage::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../image/blog/blog_title_bg.png) right 30% bottom 30px no-repeat;
		background-size: auto 200px;
		content: '';
		z-index: 1;
	}
	

	.pageSub img {
		max-height: 50px;
	}

	.pageSub {
		bottom: -30px;
	}

}

/*-------------------------------------------------------------------
	news
-------------------------------------------------------------------*/

.newsArea {
	padding: 100rem 0 150rem;
}

.newsFlex {
	display: flex;
	flex-wrap: wrap;
}

.newsFlex .newsSame {
	width: 30%;
	background: #fff;
	position: relative;
	margin-right: 5%;
}

.newsFlex .newsSame:nth-child(3n) {
	margin-right: 0;
}
.newsFlex .newsSame:nth-child(n + 4) {
	margin-top: 80px;
}

.newsLink {
	display: block;
	box-sizing: border-box;
	padding: 30px 40px;
}

.newsLink:hover {
	opacity: 0.7;
}

.newIcon {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 75px;
	height: 75px;
	background: linear-gradient(to right, #3da700, #80c13f);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22rem;
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	pointer-events: none;
	z-index: 3;
}

.newsTitle {
	font-size: 25rem;
	line-height: 1.6;
	margin-bottom: 20px;
}
.newsText {
	line-height: 1.8;
	margin-top: 20px;
}

@media screen and (max-width: 1024px){

	.newsFlex {
		justify-content: space-between;
	}

	.newsFlex .newsSame {
		width: 48%;
		margin-right: 0;
	}

	.newsFlex .newsSame:nth-child(3n) {
		margin-right: 0;
	}
	.newsFlex .newsSame:nth-child(n + 3) {
		margin-top: 50px;
	}

	.newsLink {
		display: block;
		padding: 20px 5%;
	}

	.newIcon {
		top: -30px;
		right: 0;
		width: 50px;
		height: 50px;
		font-size: 24rem;
	}

	.newsTitle {
		font-size: 30rem;
		margin-bottom: 10px;
	}
	.newsText {
		font-size: 28rem;
		margin-top: 10px;
	}

}



/** wp-pagenavi **/
.wp-pagenavi{
	color: #fff;
	font-size: 30rem;
	line-height: 1.0 !important;
	letter-spacing: 0;
	text-align: center;
	max-width: 90%;
  margin: 100rem auto 0;
  display: flex;
  justify-content: center;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .first{
	display: none;
}
.wp-pagenavi .last{
	display: none;
}

.wp-pagenavi .current{
  display: flex;
	width: 40px;
  	height: 40px;
	color: #fff;
  	text-align: center; 
  	margin: 0 4px;
	justify-content: center;
  	box-sizing: border-box;
	background: linear-gradient(to right, #3da700, #80c13f);
	border-radius: 50%;
	padding-top: 3px;
}

.wp-pagenavi a.page:hover {
	color: #fff;
	background: linear-gradient(to right, #3da700, #80c13f);
	border-radius: 50%;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	opacity: 0.7;
}

.wp-pagenavi a.page {
  display: flex;
	width: 40px;
  height: 40px;
	color: #000; 
  margin: 0 5px;
justify-content: center;
  box-sizing: border-box;
  padding-top: 3px;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	display: flex;
  font-size: 30rem;
	width: 40px;
  	height: 40px;
	background: linear-gradient(to right, #3da700, #80c13f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  margin: 0 5px;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 600;
  padding-top: 3px;
}

.wp-pagenavi .extend{
	margin: 0 5px;
}
.wp-pagenavi a:hover{
	text-decoration: none;
}


@media screen and (max-width: 768px) {
  
  .wp-pagenavi{
	  color: #fff;
	  font-size: 40rem;
	  margin: 70rem auto 0;
  }

  .wp-pagenavi .current{
  	padding-top: 5px;
}
.wp-pagenavi a.page {
  padding-top: 5px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	font-size: 40rem;
 	padding-top: 7px;
}

}



/* 詳細 */

.detail {
}

.detTime {
	font-size: 30rem;
	color: #808080;
	margin-bottom: 50rem;
}

.detTitle {
  margin-bottom: 20rem;
  font-size: 30rem
}

.detArea {
  position: relative;
  overflow: hidden;
  zoom:1;
  line-height: 1.8;
}

.backBtn {
  margin-top: 100rem;
  display: flex;
  justify-content: center;
}

.backBtn .c-btn {
  height: 50rem;
  max-width: 350px;
}



@media screen and (max-width: 768px) {

  .detail {
    margin-bottom: 110rem;
    margin-top: 0;
  }

  .detFst {
    display: block;
  }


.detTitle {
  font-size: 50rem;
  line-height: 1.2;
  margin: 0 0 30rem;
}

.detArea {
  position: relative;
  overflow: hidden;
  zoom:1;
  line-height: 1.6;
}

.detArea p + p {
	margin-top: 30rem;
}

.backBtn {
  
}





}

/* wordpress */

.detArea h1 {
	font-size: 27rem;
  	font-weight: 500;
	margin-bottom:20rem;
}

.detArea h2 {
	font-size: 27rem;
  	font-weight: 500;
	margin-bottom:20rem;
	text-align:center;
}

.detArea h3 {
	font-size: 24rem;
  	font-weight: 500;
	margin-bottom:10rem;
}

.detArea h4 {
	font-size: 24rem;
  	font-weight: 500;
	margin-bottom:10rem;
	text-align:center;
}

.detArea h5 {
	font-size: 20rem;
  	font-weight: 500;
	margin-bottom:10rem;
}

.detArea h6 {
	font-size: 20rem;
  	font-weight: 500;
	margin-bottom:10rem;
	text-align:center;
}

.detArea ul {
	list-style: inside;
}

.detArea ol {
	list-style: inside;
	list-style-type: decimal;
}

.detArea a {
	text-decoration:underline;
	color: #3da700;
}

.detArea em {
	font-style: italic;
}

@media screen and (max-width: 768px) {
	
	.detArea h1 {
		font-size: 54rem;
	}

	.detArea h2 {
		font-size: 54rem;
	}

	.detArea h3 {
		font-size: 48rem;
	}

	.detArea h4 {
		font-size: 48rem;
	}

	.detArea h5 {
		font-size: 40rem;
	}

	.detArea h6 {
		font-size: 40rem;
	}
	
	
}