@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
@font-face {
	font-family: 'notsuns';
	src: url(fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
	font-family: 'notserif';
	src: url(fonts/NotoSerifJP-Medium.otf);
}
@font-face {
	font-family: 'reim';
	src: url(fonts/A-OTF-RyuminPro-Medium.otf);
}
@font-face {
	font-family: 'comorant';
	src: url(fonts/Cormorant-Regular.ttf);
}
@font-face {
	font-family: 'jost';
	src: url(fonts/Jost500Medium.otf);
}



* {
font-family: 'notsuns',"メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	font-weight: 500;
 letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}
.font_notserif{
	font-family: notserif,'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',
sans-serif;
}
.font_reim{
	font-family: reim,notserif,'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',
sans-serif;
}
.font_como{
	font-family: comorant'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.utility-sp{
	display: none;
}
body {
    font-size: 14px;
    font-size: 1.3rem;
    line-height: 1.6;
	min-width: 1000px;
}
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

p{ line-height: 1.8;}
img {
	width: 100%;
	height: auto;
	border: 0;
	display: block;
	vertical-align:bottom;
}
.for-mv{
	display: block;
}
a { text-decoration: none;}

ul, li { list-style: none;}
.for_pc{ display:block;}
.for_sp { display: none;}

.pd10_p{ padding-bottom:10px;
       display:inline-block;
			 }
.for-tab{ display:none;}
/* インデント */
p.indent-1 {
padding-left:7px;
text-indent:-7px;
}
p.indent-2 {
padding-left:1em;
text-indent:-1em;
}
/* float */
.fLeft { float: left !important;}
.fRight { float: right !important;}


/* clearfix */
.cf:after,
.ie9 .crs-links ul:after{
    content: "";
    display: block;
    clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	}

.att {
  padding-left: 0.7em;
  text-indent: -0.6em;
	display: inline-block;
}

.txt-red { color: #f00;}
.cl_Gr{color: #56994f}
.cl_or{color: #daa520}
.cl_Bl{color: #0071bc}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
	margin-bottom: 2%;
}

/* font-size */




header{
  padding: 0 0 30px;
  margin: 0 auto;
}

header .top-header{
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.top-header-l{
	max-width: 370px;
	padding-left: 5%;
	padding-top: 10px;
}
.top-header-l img{
	width: 100%;
	height: auto;
}
.top-header-r{
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin-left: 5%;
}
.top-header-r ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
}
.top-header-r ul li{
	position: relative;
}
.top-header-r ul li a{
	display: block;
	color: #333333;
	font-size: 1.4rem;
	margin-right: 2em;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}
.top-header-r ul li a::after{
	content: "";
	display: block;
	position: absolute;
	/*background: #56994f;*/
	width: 0%;
	height: 2px;
	left: 0;
	bottom: -5px;
	transition: 0.3s;
}
.top-header-r ul li a:hover{
	color: #56994f;
}
.top-header-r ul li a:hover::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -5px;
}
.top-header-r img.head-recruit-img{
	width: 168px;
	height: auto;
}
.top-header-r .sub_menu{
	transition: 0.3s;
	position: absolute;
	overflow: hidden;
	width: 350px;
	height: auto;
	max-height: 0px;
	background: rgba(255,255,255,0.5);
	top: calc( 100% + 20px);
	left: -10px;
	z-index: 10;
}
.top-header-r .sub_menu .sub_menu_wrap{
	padding: 0px;
	border: solid 1px #56994f;
	/*display: flex;*/
	justify-content: space-around;
}
.top-header-r .opened{
	max-height: 160px;
}
/*footer*/
ul.footer-link{
	margin-bottom: 40px;
}
.footer-link li a{
	color: #333;
	margin-bottom: 30px;
	cursor: pointer;
}
.footer-link li a:hover{
	color: #3b8335;
}
footer{
	background: #f7f7f7;
	padding: 20px;
	text-align: center;
}
footer img{
	width: 60%;
	max-width: 322px;
	height: auto;
	margin:0 auto 40px;
}
.footer-link .sub_menu{
	transition: 0.3s;
	position: absolute;
	overflow: hidden;
	width: 250px;
	height: auto;
	max-height: 0px;
	background: rgba(255,255,255,1);
	top: calc( 100% + 20px);
	z-index: 10;
}
.footer-link .sub_menu .sub_menu_wrap{
	padding: 10px 10px;
	border: solid 1px #56994f;
	/* display: flex;*/
	justify-content: space-around;
}
.footer-link .sub_menu .sub_menu_wrap a{
	margin-bottom: 10px;
	display: block;
}
.footer-link .opened{
	max-height: 250px;
}

/* 半透明 */
	a:hover img{
	transition: all .3s;
   opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
	}

/*共通*/

.warpper{
  position: relative;
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
}

.warpper-contents{
  position: absolute;
  z-index: 200;
  width:100%
}

footer .copyright{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}
a.more_btn{
	display: block;
	margin: 0 auto;
	background: #fff;
	border-radius: 40px;
	width: fit-content;
	padding: 16px 100px;
	filter: drop-shadow( 0 0 10px rgba(59, 131, 53, 0.3));
	font-size: 1.4rem;
	color: #56994f;
	transition: 0.3s;
	position: relative;
}
a.more_btn::after{
	content:"";
	display: block;
	position: absolute;
	width: 35px;
	height: 5px;
	background: url(../image/common/more_btn_arrow.svg) top center/100% auto no-repeat;
	right: 20px;
	top: calc(50% - 2.5px);
	transition: 0.3s;
}
a.more_btn:hover{
	filter: drop-shadow( 0 0 15px rgba(59, 131, 53, 0.3));
}
a.more_btn:hover::after{
	right: 16px;
}
.shadow_Gr{
	filter: drop-shadow( 0 0 10px rgba(59, 131, 53, 0.3));
}
a.shadow_Gr{
	transition: 0.3s;
}
a.shadow_Gr:hover{
	filter: drop-shadow( 0 0 15px rgba(59, 131, 53, 0.4));
}
.mv{
	width: 96%;
	margin: 0 auto 20px;
	position: relative;
}
.mv .titlebox{
	position: absolute;
	left: 5%;
	top: 0;
	height: 100%;
	justify-content: center;
  display: flex;
  flex-direction: column;
}
.mv .sub_title{
	width: 100%;
	font-family: comorant;
	font-size: 1.8rem;
	position: relative;
	margin-right: auto;
	display:flex;
	align-items: center;
}
.mv .sub_title::before{
	content: "";
	display: inline-block;
	width: 60px;
	height: 1px;
	margin-right: 10px;
	background: #56994f;
}
.mv h1{
	z-index: 1;
	font-size: 3.4rem;
	position: relative;
	margin-right: auto;
}
.mv img.mv_img{
	width: 100%;
	height: auto;
	z-index: -1
}
.pankuzu{
	justify-content: start;
	align-items: center;
	margin-bottom: 40px;
}
.pankuzu a{
	position: relative;
	margin-right: 16px;
	color: #000;
}
.pankuzu a:hover{
	color: #3b8335;
	text-decoration: underline;
}
.pankuzu a img{
	width: 15px;
}
.pankuzu a::after{
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	height: 5px;
  top: calc(50% - 1.5px);
	right: -10px;
	background: url(../image/common/pankuzu_arrow.svg) center center / 100% auto no-repeat;
}
.page_section h2.gradientbg{
	background: linear-gradient(to right ,#faff4e,#50c248);
  width: fit-content;
  margin: 0 auto 60px;
  color: #fff;
  font-size: 1.7rem;
  padding: 4px 10px;
}
.page_section .En_title{
	display: block;
	font-family: comorant;
	font-size: 10.7rem;
	color: #cbe8c8;
	text-align: center;
	margin: 0 auto -20px;
}
section.gradientsec{
	/*background: linear-gradient( to right , #dfff93, #50c248 ) left bottom / 100% 100% no-repeat;*/
	position: relative;
	padding-bottom: 6em;
	padding-top: 4%;
}
section.gradientsec .En_title{
	position: absolute;
	top: -100px;
	width: 100%;
	text-align: center;
}
section.gradientsec h2.wh_title{
	padding-top: 60px;
    margin: 0px auto 30px;
    /*color: #fff;*/
    font-size: 2.4rem;
    position: relative;
    text-align: center;
}
section.gradientsec h2.wh_title::after {
    content: "";
    display: block;
    margin: 10px auto;
    background: #fff;
    width: 1px;
    height: 24px;
}
.deco_slash{
	position: relative;
	width: fit-content;
	margin: 0 auto 20px;
}
.deco_slash::before,.deco_slash::after{
	content: "";
	width: 1px;
	height: 110%;
	position: absolute;
	display: block;
	background: #00713f;
	top: -5%;
	transform: rotateZ(30deg);
}
.deco_slash::before{left: -20px;}
.deco_slash::after{right: -20px;}

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


section.nextList02 {
    margin: 0 auto;
    padding: 0;
}

ul.nextList02 {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
}

.insta_bnr {
	 max-width: 500px;
    margin: 0 auto;
    margin-top: 80px;
}

ul.nextList02 li {
    width: 25%;
    margin: 0 auto;
    text-align: center;
}

ul.nextList02 li a {
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    display: block;
    color: #337ab7;
    font-size: 1.4rem;
}


.box {
	 border: solid 3px #a8d9a3;
    border-radius: 50px;
    margin: 0 auto;
    width: 79%;
}

.ichini {
	 line-height: 1.8;
    font-size: 1.6rem;
    max-width: 65%;
    margin: 0 auto;
	 margin-top: 2%;
}

.rigakuwaku {
	display: flex;
    justify-content: space-between;
}

.rigaku {
	max-width: 25%;
	margin-right: 4%;
    margin-top: 4%;
}

.hoiku {
	font-size: 1.6rem;
	text-align: center;
}

.apu {
	display: flex;
}

.apuimg {
	max-width: 35%;
	margin-right: 4%;
}

.aputxt {
	padding-right: 5%;
}

.rigakutxt{
	  text-align: center;
    font-weight: bold;
    margin-top: 2%;
}

.ifBox .cat {
    background: #22870a;
    border-radius: 5px;
    display: inline-block;
    color: #fff!important;
    text-align: center;
    margin: 0 0 10px;
    padding: 0 10px;
}

/*各ページ最新記事*/

.ifBox .wordshop-lists {
    display: flex;
    gap: 0 1%;
    justify-content: space-between;
    margin: 0 0 50px;
    flex-wrap: wrap;
}

.ifBox .wordshop-lists a {
    display: block;
    max-width: 270px;
    width: 23%;
}
.ifBox .wordshop-lists p.workshop-ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #22870a;
}
.ifBox .ws-img-area img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.ifBox .wordshop-lists p {
    color: #333;
}

/*--------------------レスポンシブ----------------------*/
@media only screen and (max-width: 768px) {
	body{
		min-width: inherit;
		overflow-x: hidden;
	}
	.for_pc{ display:none !important;}
	.for_sp { display: block;}

	/*spナビ*/
	.utility-sp{
		display: flex;
		justify-content: space-between;
		z-index: 10;
		align-items: center;
		position: relative;
	}
	.utility-sp h1{
		max-width: 60%;
		z-index: 20;
	}
	#btn-menu{
		z-index: 20;
	}
	.menu-trigger{
		position: relative;
		width: 50px;
		height: 50px;
		display: block;
		background: #56994f
	}
	.menu-trigger span{
		width: 40px;
		height: 3px;
		background: #fff;
		display: block;
		position: absolute;
		transition: 0.3s;
	}
	.menu-trigger span:first-child{
		left: 5px;
		top: 12px;
	}
	.menu-trigger span:nth-child(2n){
		left: 5px;
		top: 23.5px;
	}
	.menu-trigger span:nth-child(3n){
		left: 5px;
		top: 35px;
	}
	.opened .menu-trigger span:first-child{
		transform: rotateZ(45deg);
		top: 23.5px;
		}
	.opened .menu-trigger span:nth-child(2n){
		width: 0px;
		left: 20px;
		}
	.opened .menu-trigger span:nth-child(3n){
		transform: rotateZ(-45deg);
		top: 23.5px;
		}
	#g-nav-sp{
		display: block;
		background: #fff;
		height: 100vh;
		transition: 0.5s;
		left: 100%;
		top: 0;
		position: absolute;
		z-index: 10;
		width: 0%;
		overflow: hidden;
	}
	#g-nav-sp.opened{
		display: block;
		width: 100%;
		left: 0%;
	}
	#g-nav-sp .dropmenu{
		padding: 70px 20px 20px;
	}
	#g-nav-sp .dropmenu li a{
		color: #56994f;
		font-size: 1.8rem;
		margin-bottom: 10px;
		display: block;
		word-break: keep-all;
	}
	.dropmenu .sub_menu{
		height: auto;
		max-height: 0;
		transition: 0.3s;
		overflow: hidden;
	}
	.dropmenu .opened{
		max-height: 300px;
	}
	.dropmenu .sub_menu .sub_menu_wrap{
		padding: 0 10px;
	}
	#g-nav-sp .dropmenu li .sub_menu .sub_menu_wrap a{
		font-size: 1.4rem;
	}
	ul.footer-link li{
		margin-bottom: 5px;
		width: 50%;
		position: relative;
	}
	ul.footer-link li a{
		font-size: 1.4rem;
	}
	.footer-link .sub_menu{
		left: inherit;
		right: 0px;
		width: 200%;
		top:calc( 100% + 10px);
	}
	.footer-link .sub_menu .sub_menu_wrap{
		flex-wrap: wrap;
	}

	.footer-link .opened {
	    max-height: 200px;
	}
	.warpper{
		width: 90%;
	}
	a.more_btn{
		padding: 16px 55px;
	}
	.mv .sub_title{
		font-size: 1.4rem;
	}
	.mv .sub_title::before{
		width: 20px;
	}
	.mv h1{
		font-size: 2.0rem;
	}
	.page_section .En_title{
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	section.gradientsec .En_title{
		top: -20px;
	}
	section.gradientsec h2.wh_title{
		font-size: 1.6rem;
		padding-top: 30px;
	}
	ul.nextList02 {
    flex-direction: column;
}

ul.nextList02 li {
    width: 100%;
    margin: 0 0 20px;
}

ul.nextList02 {
    margin: 20px auto 0;
}

ul.nextList02 li:last-child {
    margin: 0;
}
	
.insta_bnr {
    max-width: 360px;
    margin: 0 auto;
    margin-top: 60px;
}

.rigakuwaku {
	display: block;
}

.rigaku {
	margin-right: 0%;
	max-width: initial;
}
	
	.apu {
		flex-direction: column;
	}
	
	.apuimg {
		max-width: initial;
      margin: 0 auto;
		padding-top: 3%;
	}
	.ifBox .wordshop-lists a {
    width: 48%;
    max-width: 48%;
	margin: 0 0 50px;
}
}

/*ブログカテゴリーの非表示　あすみが丘*/
.cat-item.cat-item-5{display:none;}