@charset "UTF-8";

body {
/*	background-color: #fcf9f5; */
	}
/* m-bnr */
.anibnr{
position: absolute;
width: 100%;
margin: 0 auto;
z-index: 2;
}
.mainbnr {
	position: relative;
    width: 1080px;
    margin: 0 auto;
}
.message {
display: none;
text-align: center;
}
.message.appear {
display: block;
animation: 6s fadeIn;
}

@keyframes fadeIn {
0% {opacity: 0;}
30% {opacity: 1;}
80% {opacity: 1;}
100% {opacity: 0.1;}
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 20px auto 270px;
/*    height: 280px; */
	opacity: 0;
	transition: opacity .5s linear;
}


.slider img {
    width:600px;
    height:auto;
	overflow: hidden;
	transition: transform .6s ease;
	border-radius: 15px;
}


.slider:hover img {
	transform: scale(1.05); 
}


.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all 1.5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}


.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}



/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 110%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 4px solid #666;/*矢印の色*/
    border-right: 4px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	display: none !important;
    text-align:center;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
	width:18px;
    height:18px;
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
	margin: 7px;
}

.slick-dots .slick-active button{
    background:#25216c;/*ドットボタンの現在地表示の色*/
}

.main_banner img{
	max-width: 1080px;
    height: 360px;
    margin: 0 auto;
    display: block;
}

/* カテゴリートップ */

#category_top {
	/*display: -webkit-box;
	display: -ms-flexbox;*/
	display: flex;
	flex-wrap: wrap;
	padding: 1em 4em;
	/*font-size: 0.8em;*/
	justify-content: space-between;
	margin: 20px 20px 10px;
}


#category_title_thum {
	width: 30%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

#category_title_thum .photo {
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
}

#category_title {
display: block;
margin: 0 20px 0 20px;
width: 600px;
}

#category_title h1 {
	/*	font-family: 'Kosugi Maru', sans-serif; */
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		color:  #ef6641e3;/*文字色*/
		margin: 20px 0 5px;
		text-align: left; 
		border-style: none;
	}

#category_title p.lead {
/*	font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 21px;
    margin: 10px 0 0 0;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}



.topcomment{
	font-family: 'Noto Sans JP', sans-serif !important;
/*	font-family: 'Kosugi Maru', sans-serif; */
/*	font-family: 'Zen Maru Gothic', serif;*/
/*	width: 90%; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 28px;
    color: #333;
    font-weight: 700;
/*	margin: 20px auto; */
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.1em;
	position: absolute;
    left: 0;
    background-color: #ffffffcc;
    top: 70px;
    padding: 10px;
	z-index: 1;

  }

  .topcomment_s{
	font-family: 'Noto Sans JP', sans-serif !important;
/*	font-family: 'Kosugi Maru', sans-serif; */
/*	font-family: 'Zen Maru Gothic', serif;*/
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
    color: #333;
    font-weight: 500;
	margin: 20px auto;
	line-height: 1.5;
	text-align: center;
  }


/*メニュー*/

/*
#nav {
	margin: 0 auto 40px;
	position: relative;
	height: 120px;
	background-color: #0B3D57;
	border-radius: 0 0 8px 8px;
	font-size: 0;
	display: flex;
  }
*/

  #nav {
	margin: 0 auto 40px;
	position: relative;
/*	height: 205px; */
	display: flex;
	max-width: 1080px;
}

/*
  .animation {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 0;
	transition: all .5s ease 0s;
	border-radius: 0 0 8px 8px;
  }
  #nav a:nth-child(1) {
	width: 19%;
  }
  #nav a:nth-child(2) {
	width: 20%;
  }
  #nav a:nth-child(3) {
	width: 20%;
  }
  #nav a:nth-child(4) {
	width: 20%;
  }
  #nav a:nth-child(5) {
	width: 20%;
  }
  nav .category-home, a:nth-child(1):hover~.animation {
	width: 19%;
	left: 0;
	background-color: #3498db;
  }
  nav .category-2, a:nth-child(2):hover~.animation {
	width: 20%;
	left: 19%;
	background-color: #3498db;
  }
  nav .category-3, a:nth-child(3):hover~.animation {
	width: 20%;
	left: 39%;
	background-color: #3498db;
  }
  nav .category-4, a:nth-child(4):hover~.animation {
	width: 20%;
	left: 59%;
	background-color: #3498db;
  }
  nav .category-5, a:nth-child(5):hover~.animation {
	width: 20%;
	left: 80%;
	background-color: #3498db;
  }
  
  #nav .body {
	font-size: 12px;
	font-family: sans-serif;
	background: #2c3e50;
  }
  
  

#nav a:link, a:visited {
    text-decoration: none;

}

a:link:hover,
a[href]:hover {
	text-decoration-line: none;
}
*/


#kiji_honbun {
    width: 864px;
	margin: 0 auto 40px;
	padding: 0 2rem;
	font-size: 1.0rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	color: #333;
	text-align: justify;
}


#kiji_honbun h1 {
	/*	font-family: 'Kosugi Maru', sans-serif; */
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		color:  #ef6641e3;/*文字色*/
	/*	padding: 0.7em 0 0.4em; */
	/*	border-top: solid 2px #63499b; */
	/*	border-bottom: solid 2px  #63499b; */
		margin: 2rem 0.2rem 1rem;
		text-align: center; 
	/*	background-image: linear-gradient(90deg, #b2d5de 0 25%, #ddcfb3 25% 50%, #b3ddb4 50% 75%, #ddbab3 75%);
		background-repeat: no-repeat;
		background-size: 40% 0.4rem;
		background-position: bottom; */
		border-style: none;
	}

#kiji_honbun p.lead {
/*	font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 19px;
    margin: 0 0 0.5em 0.3em;
    color: #313131;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.1em;
	text-align: center;
}

h2 {
/*	font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 3rem;
    font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5em;
/*	padding: 0.7em 0 0.4em; */
/*	border-top: solid 2px #63499b; */
/*	border-bottom: solid 2px  #63499b; */
	margin: 2rem 0.2rem 1rem;
	text-align: center; 
/*	background-image: linear-gradient(90deg, #b2d5de 0 25%, #ddcfb3 25% 50%, #b3ddb4 50% 75%, #ddbab3 75%);
    background-repeat: no-repeat;
    background-size: 40% 0.4rem;
    background-position: bottom; */
	border-style: none; 
}



.kiji_photo{
	margin: 0 auto;
	padding: 0 3rem;
	display: block;
    text-align: center;
}

.kiji_photo img {
	max-width: 50%;
	  height: auto;
	  margin: 0 auto;
  /* text-align: center; */
}

#kiji_honbun video {
    display: block;
    margin: 30px auto 60px;
 /*   width: 80%;
    height: 500px; */
}


/*記事一覧ページ*/


.kiji_main {
	/*display: -webkit-box;
	display: -ms-flexbox;*/
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
	/*font-size: 0.8em;*/
	justify-content: space-between;
	margin: 0 20px;
}


.kiji_thum {
	width: 47%;
	overflow: hidden;
/*	border-radius: 15px; */
	margin: 20px 10px;
	position: relative;
	background-color: #fff;
/*	transition: 0.2s ease-in-out;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 22%);   */
}

.kiji_thum_maru {
	width: 47%;
	overflow: hidden;
	border-radius: 20px;
	margin: 20px 10px;
	position: relative;
	background-color: #fff;
	transition: 0.2s ease-in-out;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 22%);  
}	

/* .kiji_thum:nth-child(2n) {
	margin-right: 0;
  } */

.kiji_thum:hover {
/*	box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%); */
/*	transform: translateY(-4px); */
}

.kiji_thum .photo {
	display: block;
	height: 269px;
	overflow: hidden;
	border-radius: 15px;
}

.kiji_thum .photo img {
transition: transform .6s ease;
}

.kiji_thum:hover .photo img {
	transform: scale(1.1); 
}


.kiji_thum .details {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	padding: 1em 1em 0 1em;
	font-size: 0.8em;
}
.kiji_thum .date {
	/*-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;*/
	text-align: right;
}


.kiji_thum .description {
	padding: 1em 0 0.3em;
}
.kiji_thum .description h3 {
/*	font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
    margin: 0 0 0 0.3em;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.1em;
	
}

.kiji_thum a:hover {
	text-decoration: none !important;
}

.kiji_thum .description .text p {
	margin: 0;
}
.kiji_thum .description .textmore p {
	margin: 0;
	/*font-size: 0.9em;*/
	text-align: right;
}

.kiji_thum .description a {
	float: right;
	margin-bottom: 5px;
	color: #4b0082;
}
.kiji_thum .description a:after {
	font-family: FontAwesome;
	margin-left: -10px;
	content: '\f061';
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
	vertical-align: middle;
	opacity: 0;
}

.kiji_thum .description a:hover:after {
	margin-left: 5px;
	opacity: 1;
}

.photo img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
}

  .kiji_thum .category p {
	display: inline-block;
	padding: 7px;
	font-size: 1.2em;
	cursor: pointer;
	margin: 1em 1em 0em;
	background: #0068b7;
	text-align: center;
	color: #ffffff;	
}

.itemtag p {
/*	font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	padding: 5px 10px; 
	font-size: 1.4em;
	margin: 1em 0 0 0;
	text-align: center;
	color: #B01232;
	text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color:#f19f89e3;
    border-image: initial;
    border-radius: 15px;
}

/*
.itemtag .mezame {
	font-family: 'Kosugi Maru', sans-serif;
	display: inline-block;
	padding: 8px;
	font-size: 1.4em;
	margin: 1em 1em 0 1em;
	background: #B3000F;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
}

.itemtag .kaimin {
	font-family: 'Kosugi Maru', sans-serif;
	display: inline-block;
	padding: 8px;
	font-size: 1.4em;
	margin: 1em 1em 0 1em;
	background: #833C86;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
}

.itemtag .column {
	font-family: 'Kosugi Maru', sans-serif;
	display: inline-block;
	padding: 8px;
	font-size: 1.4em;
	margin: 1em 1em 0 1em;
	background: #4b65be;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
}

.itemtag .fumin {
	font-family: 'Kosugi Maru', sans-serif;
	display: inline-block;
	padding: 8px;
	font-size: 1.4em;
	margin: 1em 1em 0 1em;
	background: #2B5F4B;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
}

*/

/*--- 「もっと見る」ボタン　---*/
   
   .more-button-wrap {
    text-align: center;
	margin: 0px auto;
}
	.more-button {
    display: inline-block;
    padding: 1em 3em;
    text-decoration: none;
    color: #313131;
    border: solid 2px; 
    transition: 0.4s;
    margin: 0;
	font-family: 'Kosugi Maru', sans-serif;
    font-size: 18px;
    border-radius: 99px;
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 22%);
}


.OtherTitle {
    display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.1rem;
    color: #454545;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 2.5rem 0.2rem 0.7rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.8;
    padding: 0.5rem 0;
    background-image: linear-gradient(90deg, #b2d5de 0 25%, #ddcfb3 25% 50%, #b3ddb4 50% 75%, #ddbab3 75%);
    background-repeat: no-repeat;
    background-size: 100% 0.4rem;
    background-position: bottom;
    text-align: center;
    border-style: none;
}

.item {
	display: block;
    max-width: 60%;
        height: auto;
        margin: 10px auto 10px !important;
        padding: 0 !important;
}

.item img {
	width: 100%;
	height: auto;
}
/*--- カテゴリー一覧　---*/

.category_main {
	/*display: -webkit-box;
	display: -ms-flexbox;*/
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	padding: 1em;
	/*font-size: 0.8em;*/
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
}


.category_thum {
	width: 22%;
	overflow: hidden;
/*	border-radius: 15px; */
	margin: 0 auto;
	position: relative;
	background-color: #fff;
/*	transition: 0.2s ease-in-out;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 22%);   */
}

/* .category_thum:nth-child(4n) {
	margin-right: 0;
  }
*/

.category_thum:hover {
/*	box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%); */
/*	transform: translateY(-4px); */
}

.category_thum .photo {
	display: block;
	width: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 15px;
	margin: 0 auto;
}

.category_thum .photo img {
transition: transform .6s ease;
}

.category_thum:hover .photo img {
	transform: scale(1.2); 
}


.category_thum .details {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	padding: 1em 1em 0 1em;
	font-size: 0.8em;
}


.category_thum .description {
	padding: 1em 0 0.3em;
}
.category_thum .description h3 {
/*	font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 23px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.1em;
	text-align: center;
	}

.category_thum .description p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #333;
    /* font-weight: 600; */
    letter-spacing: 0.1em;
    text-align: center;
    padding: 10px 18px 0;
    line-height: 1.5;
		}

.category_thum a:hover {
	text-decoration: none !important;
}

.category_thum .description a {
	float: right;
	margin-bottom: 5px;
	color: #4b0082;
}
.category_thum .description a:after {
	font-family: FontAwesome;
	margin-left: -10px;
	content: '\f061';
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
	vertical-align: middle;
	opacity: 0;
}

.category_thum .description a:hover:after {
	margin-left: 5px;
	opacity: 1;
}

/*基礎知識ページ　記事一覧*/

.knowledge_main {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	padding: 1em;
	/* font-size: 0.8em; */
	justify-content: space-between;
	max-width: 1080px;
	margin: 0px auto 20px;
}

.knowledge_main video {
    display: block;
    margin: 0px auto 30px;
   width: 80%;
    height: 480px;
}

.knowledge_thum {
	width: 45%;
	overflow: hidden;
	/* border-radius: 15px; */
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	margin: 30px 25px;

}

.knowledge_thum .photo {
	display: block;
	width: 300px;
	height: 300px;
	overflow: hidden;
	border-radius: 28px;
	margin: 0 auto 10px;
}

.knowledge_thum .photo img {
    transition: transform .6s ease;
}

.knowledge_thum:hover .photo img {
	transform: scale(1.2); 
}

.knowledge_thum .description {
	padding: 1em 0 0.3em;
}


.knowledge_thum .description p {
	/* font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	color: #333;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 150%;
}

.knowledge_thum a:hover {
	text-decoration: none !important;
}


 
   /*--- 下部カテゴリー一覧　---*/

   ul.category_l {
    padding: 0 !important;
    margin: 0.3em auto;
    align-items: center;
    width: 90%;
    border-bottom: solid 2px #eee !important;
}   

li.category_l{ 
  font-size: 17px;
  position: relative;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.5!important;
  padding: 1em 0 0.5em !important;
}

ul.category_m {
    vertical-align: middle;
    display: flex;
    padding: 0em 0.3em!important;
    align-items: center;
    border-bottom: solid 2px #eee !important;
    width: 90%;
    margin: 0 auto;
}   

li.category_m{
    font-size: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 0.9 !important;
    padding: 0.7em 1em 0.7em 0.5em !important;
    width: 50%;
	box-sizing: border-box;
}

li.category_m:nth-child(odd):after {
    display: block;
    width: 1px;
    height: 70%;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
}  

li.category_m:before {
    content: url(https://www.greenhouse.ne.jp/template/sp/img/cmn/arr03.svg);
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(-50%,-50%);
}


a.category {
  display: block;
  text-decoration: none !important;
}        

.gototop {
	margin: 34px auto 0 !important;
	text-align: center !important;
	font-weight: 700;
	} 

	.banner_photo {
		margin: 60px auto 10px;
		padding: 0 3rem;
		display: block;
		text-align: center;
	}
	
	.itembox {
/*	border: dashed 2px #454545; */
/*    border-radius: 30px; */
/*	background-color: #fff; */
    padding: 30px 0;
    margin: 50px auto 10px;
  
    width: 60%;
    display: block;
    text-align: center;
}

.itembox_photo {
	margin: 30px auto 30px;
	padding: 0 3rem;
	display: block;
	text-align: center;
}


/*用語集*/

#glossary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*
#glossary dl.dfn-col-list dt.dfn-col {
    height: 70px;
    font-size: 2.4rem;
    background-color: #d9edf7;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
}
*/

#glossary dl.dfn-kanalist dt.dfn-kana {
	height: 30px;
    font-size: 1.7rem;
	line-height: 30px;
	text-align: center;
	padding: 0.5em;/*文字周りの余白*/
	color: #010101;/*文字色*/
	background: #eaf3ff;/*背景色*/
	border-bottom: solid 3px #516ab6;/*下線*/
	margin-top: 50px;
}



#glossary dl dt {
    font-weight: bold;
    margin-bottom: 10px;
}

#glossary dl.dfn-kanalist dd dl.dfn dt {
	padding: 20px 0;
	margin: 20px 0 0;
}
#glossary dl.dfn-kanalist dd dl.dfn dt:not(:first-child) {
	border-top: 3px dotted #333333;
}
#glossary dl.dfn-kanalist dd dl.dfn dt dfn {
	color: #364e96;
    font-size: 1.7rem;
	margin: 15px;
    padding: 0.1em 0.5em;
    background: transparent;
    border-left: solid 5px #7db4e6;
	font-style: normal;
}

#glossary dl.dfn-kanalist dd dl.dfn dd {
	padding-bottom: 20px;
	text-indent: 1em;
	margin: 10px 0 0;
	font-size: 1.2rem;
	line-height: 1.9rem;
	padding: 0 15px 15px;
}

hr {
	border-top: solid 1px #ccc; 
  }

  #floating {
	display: none  !important;
}
