@charset "shift_jis";
/* CSS Document */
/****************************
main
****************************/
.t_main {
	height: 500px;
	margin-top: 115px;
	background-size: 100%;
	position: relative;
}
.t_main .t_main_in {
	width: 100%;
	margin: 0 auto;
}
.t_main .t_main_l {
	position: absolute;
	top: 60px;
	left: 15%;
		h2{
			font-size: 60px;
			line-height: 1.2em;
			font-weight: bold;
			padding: 0;
			margin: 0;
			color: white;
			span{
				display: block;
				font-size: 20px;
				line-height: 2em;
			}
		}
}
.t_main .t_main_l img {}
.t_main .t_main_r {
	position: absolute;
	bottom: 0px;
	left: 60%;
}
.t_main .t_main_r img {
	width: 380px;
}
.t_main_conts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 500px;
	margin: 20px 0 0 0;
	position: relative;
}
.t_main_conts li {
	width: 100px;
}
.t_main_conts img:nth-child(2):hover {
  opacity: 1;
}

.t_main_conts img:nth-child(2) {
  opacity: 0;
  
}
.hov1 {
  position: absolute;
  left: 0;
}
.hov2 {
  position: absolute;
  left: 133px;

}
.hov3 {
  position: absolute;
  left: 266px;
}
.hov4 {
  position: absolute;
  left: 399px;
}

/*******メイン背景画像*************/
.cb-slideshow,
.cb-slideshow:after {
	width: 100%;
	position: absolute;
	height: 500;
	top: 115px;
	left: 0px;
	z-index: -20;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cb-slideshow:after {
	content: '';
	background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li:nth-child(3n) span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 25%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 240px;
	padding: 0;
	line-height: 200px;
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(/img/main01.jpg);
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(/img/main02.jpg);
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(/img/main03.jpg);
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(/img/main01.jpg);
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
	background-image: url(/img/main02.jpg);
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
	background-image: url(/img/main03.jpg);
	animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
	animation-delay: 30s;
}
@keyframes imageAnimation {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		animation-timing-function: ease-out;
	}
	17% {
		opacity: 1
	}
	25% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
@keyframes titleAnimation {
	0% {
		opacity: 0
	}
	8% {
		opacity: 1
	}
	17% {
		opacity: 1
	}
	19% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}






.cb-slideshow2,
.cb-slideshow2:after {
	width: 100%;
	position: absolute;
	height: 600;
	top: 115px;
	left: 0px;
	z-index: -20;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cb-slideshow2:after {
	content: '';
	background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow2 li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow2 li:nth-child(3n) span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 25%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow2 li div {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow2 li div h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 240px;
	padding: 0;
	line-height: 200px;
}
.cb-slideshow2 li:nth-child(1) span {
	background-image: url(/img/main01_2.jpg);
}
.cb-slideshow2 li:nth-child(2) span {
	background-image: url(/img/main02_2.jpg);
	animation-delay: 6s;
}
.cb-slideshow2 li:nth-child(3) span {
	background-image: url(/img/main03_2.jpg);
	animation-delay: 12s;
}
.cb-slideshow2 li:nth-child(4) span {
	background-image: url(/img/main01_2.jpg);
	animation-delay: 18s;
}
.cb-slideshow2 li:nth-child(5) span {
	background-image: url(/img/main02_2.jpg);
	animation-delay: 24s;
}
.cb-slideshow2 li:nth-child(6) span {
	background-image: url(/img/main03_2.jpg);
	animation-delay: 30s;
}
.cb-slideshow2 li:nth-child(2) div {
	animation-delay: 6s;
}
.cb-slideshow2 li:nth-child(3) div {
	animation-delay: 12s;
}
.cb-slideshow2 li:nth-child(4) div {
	animation-delay: 18s;
}
.cb-slideshow2 li:nth-child(5) div {
	animation-delay: 24s;
}
.cb-slideshow2 li:nth-child(6) div {
	animation-delay: 30s;
}


/*******メイン背景画像end*************/
/****************************
info
****************************/
.t_info_wrap {
	width: 1000px;
	margin: 0 auto;
	height:160px;
}
.t_info {
	width: 100%;
	height: 190px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px;
	box-sizing: border-box;
	margin-top: -50px;
	float:left;
}
.t_info.right {
	float:right;
}
.t_info .info_tl {}
.t_info span {}
.t_info .info_wrap {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 80px;
	overflow-y: auto;
	margin: 5px 0 10px;
}
.t_info iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.t_info .info_more {
	width: 150px;
}
.t_info a {
	color: #71bb21;
	display: block;
	border-bottom: 2px solid #71bb21;
	padding-bottom: 5px;
	background: url(/img/info_yazirusi.png)no-repeat 100% 25%;
}
.t_info a:hover {
	color: #000;
	display: block;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
	background: url(/img/info_yazirusi_on.png)no-repeat 100% 25%;
}
.info ul {
	margin: 0;
	padding: 0;
}
.info ul li {
	list-style: none;
}
.t_info_box {
	position: relative;
	height: 30px;
	width: 420px;
	clear:both;
}
.t_info_box a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 13px;
}
.t_info_box a span {
	position: absolute;
	left: 100px;
	top: 0px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 75%;
	border-bottom: 1px solid #121212;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.t_info_box a:hover span {
	border-bottom: 1px solid #65b820;
	color: #65b820;
}
.t_info_data {
	float: left;
	margin-right: 30px;
	font-size: 16px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
.t_info_txt {
	float: left;
	font-size: 16px;
}
/****************************
search
****************************/
.t_search {
	width: 100%;
	background: url(/img/se_bk.jpg)no-repeat center 0;
	background-color: #71bb21;
	height: 690px;
	background-position: 54% 90px;
}
.t_search .t_se_in {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 35px;
}
.t_se_flex {
	display: flex;
}
.t_search .t_se_l img {}
.t_search p {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
	margin-top: 5px;
}
.t_search .t_se_l p {
	font-size: 20px;
	background-color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 5px 0 0 0;
	padding:10px 20px;
	border-radius:5px;
	color:#71bb21;
	display:inline-block;
}
.t_search .t_se_r {
	width: 500px;
	height: 520px;
	background-color: #fff;
	border-radius: 10px;
	padding:20px 15px;
	box-sizing: border-box;
}
.t_search .t_se_r_tl {
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	color: #71bb21;
	font-weight: bold;
	line-height:30px;
}
.t_search.t_search .t_se_r_tl img {
	vertical-align: middle;
	margin-left: 10px;
}
.map_box p {
	color: #65b820;
	font-size: 16px;
	margin: 25px 0 0 0;
	font-weight: bold;
}
.map_box label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 25px;
	border-radius: 5px;
	margin: 2px 3px 0px 0;
	padding: 0 0px 0 10px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
}
.map_box input[type="checkbox"] {
	vertical-align: sub;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}
.map_select p {
	color: #65b820;
	font-size: 16px;
	margin: 25px 0 0 0;
	font-weight: bold;
}
.map_select {}
.map_select select {
	width: 150px;
	height: 40px;
	border: 1px solid #c9c9c9;
	margin: 5px 0 0 10px;
}
.map_search {
	text-align: center;
	margin-top: 15px;
}
.map_madori_box {
	display: block;
	overflow: hidden;
}
.map_madori_box label:last-child {
	margin-right: 0;
}
.m-rsswrap tr {
	margin-bottom: 10px;
}
/********************************************
t3_1
*********************************************/
.t_bukken {
	margin: 70px 0;
	display: flex;
}

.t_bukken_ul{
	width:1100px;
	margin: 0 auto;
}

.t_bukken_li{
	width: 50%;
	float:left;
}

.t_bukken_tl {
	text-align: center;
	font-size: 25px;
	letter-spacing: 2px;
	color: #71bb21;
	font-weight: bold;
	margin-bottom: 50px;
}
.t_bukken_tl img {
	vertical-align: middle;
	margin-left: 10px;
}
.t_bukken_tl span {
	font-family: Brother 1816;
	display: block;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
.t3_1 {
	width: 550px;
	margin: 0 auto;
}
.t3_1 ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 250px;
	height: 320px;
	margin: 0 15px 15px 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	*list-style-position: outside;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
	border-bottom: 2px solid #212121;
	background-color: #fff;
}
.t3_1 ul:hover {
	border-bottom: 2px solid #65b820;
}
.t3_1 ul:last-child {
	margin-right: 0;
}
.t3_1 ul li {
	text-align: left;
	margin: ;
}
.t3_1_img {
	text-align: center !important;
	height: 180px;
	margin: 10px 10px 5px 10px !important;
}
.t3_1_img a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.t3_1_img a img {
	width: auto;
	max-width: 250px;
	height: 190px;
	object-fit: cover;
}
.t3_1_data {
	padding: 10px 5px;
}
.t3_1_name {
	font-weight: bold;
	font-size: 14px;
}
.t3_1_yachin {
	color: #71BA22;
	margin: 5px 0;
}
.t3_1_yachin span {
	font-size: 16px;
	font-weight: bold;
}
.t3_1_com p {
	margin: 0 0 10px 0;
	padding: 5px;
	color: #71BA22;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 33px;
	overflow: hidden;
	font-size: 12px;
}
.t3_1_name, .t3_1_access, .t3_1_yachin, .t3_1_madoriname {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.t3_1_name a {
	color: #000;
	text-decoration: none;
}
.t3_1_name a:hover {
	color: #71BA22;
}
.bukken_more {
	margin: 50px 0;
	text-align: center;
}
.bukken_more a {
	background: url(/img/more_yazirusi.png)no-repeat 95% center;
	border: 2px solid #121212;
	display: inline-block;
	line-height: 40px;
	padding: 0 40px 0 30px;
	font-weight: bold;
	font-size: 15px;
}
.bukken_more a:hover {
	background: url(/img/more_yazirusi_on.png)no-repeat 95% center;
	border: 2px solid #65b820;
	color: #65b820;
}
.t_bukken_bk {
	width: 100%;
	background-color: #f3f9eb;
	padding: 70px 0;
	display: flex;
}
.t_buy_wrap {
	width: 1100px;
	margin: 0 auto;
}
.t_bukken iframe {
	width: 1100px;
	height: 415px;
}
.buy_list {
	width: 1100px;
}
.buy_list ul {
	margin: 0;
	padding: 0;
}
.buy_list ul li {
	float: left;
	margin-right: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 340px;
	height: 370px;
	margin: 0 40px 15px 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	*list-style-position: outside;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
	border-bottom: 2px solid #212121;
	background-color: #fff;
}
.buy_list ul li:hover {
	border-bottom: 2px solid #65B820;
}
.buy_list ul li:last-child {
	margin-right: 0;
}
/********************************************
company
*********************************************/
.t_company {
	width: 100%;
	background-color: #f3f9eb;
	overflow: hidden;
	position: relative;
}
.t_company .t_com_about {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding: 100px 0;
}
.t_company .t_about_tl {
	text-align: left;
	font-size: 32px;
	letter-spacing: 2px;
	color: #71bb21;
	font-weight: bold;
	margin-bottom: 20px;
}
.t_company span {
	font-family: Brother 1816;
	display: block;
	text-align: left;
	font-size: 16px;
	margin-top: 20px;
}
.t_company .t_about_txt {
	width: 270px;
	font-size: 14px;
	line-height: 28px;
}
.t_com_about_img {
	text-align: right;
	width: 1200px;
	margin: -370px auto 0;
	iframe{
	        width: 486px;
	        height: 300px;
	}
}

.t_com_award_img {
	display:none;
	margin: 20 auto;
	width: fit-content;
}

.t_com_about_mv{
	width:482px;
	height:320px;
}
.t_company .t_com_conts {
	padding: 20px 0 0;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.t_com_map {
	float: left;
	margin-right: 40px;
}
.t_com_map iframe {
	width: 420px;
	height: 455px;
}
.t_com_map_more a {
	float: right;
	font-size: 15px !important;
	font-weight: normal !important;
	letter-spacing: 0;
}
.t_com_map_more a:hover {
	text-decoration: underline;
	border: none !important;
}
.t_company .t_conts_tl {
	text-align: left;
	font-size: 32px;
	line-height: 2em;
	letter-spacing: 2px;
	color: #71bb21;
	font-weight: bold;
	padding-top: 20px;
}
.t_company .t_conts_txt {
	line-height: 27px;
	padding: 20px 0;
	font-size: 14px;
}
.t_conts_conts ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:550px;
}
.t_conts_r {
	width: 1200px;
}
.t_conts_conts ul li {
	width: 32%;
}
.t_conts_conts ul li a {
	display: block;
	background-color: #fff;
	border: 2px solid #71bb21;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #71bb21;
	font-weight: bold;
	letter-spacing: 2px
}
.t_com_conts a:hover {
	border: 2px solid #121212;
	color: #121212;
}
.t_conts_date {
	overflow: hidden;
	padding: 30px 0 0 0;
}
.t_conts_conts {
	/*overflow: hidden;*/
	padding: 50px 0 0 0;
	/*background:url(/img/comp_chara.png)no-repeat right bottom;*/
	height:300px;
	width:1000px;
	position: relative;
}

.t_conts_map{
	left: 730px;
	position: absolute;
	top: 40px;
}

.t_conts_map img{
	width: 430px;
}

.t_conts_date ul {
	width: 300px;
	float: left;
}
.t_conts_date ul:last-child {
	margin-right:0;
}
.t_conts_date li {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 2px
}
.t_conts_date li img { width: 250px; }
.t_conts_date .t_conts_date_img {
	float: right;
}
.t_conts_date .t_conts_date_img img {}

/********************************************
movie
*********************************************/
.t_movie {
	width: 1100px;
	margin: 85px auto 0;
}
.t_movie .t_movie_tl {
	text-align: left;
	font-size: 32px;
	letter-spacing: 2px;
	color: #71bb21;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.t_movie span {
	font-family: Brother 1816;
	font-size: 16px;
	margin-left: 30px;
}
.t_movie .t_movie_more {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.t_movie .t_movie_more a {
	background: url(/img/more_yazirusi.png)no-repeat 95% center;
	border: 2px solid #121212;
	display: inline-block;
	line-height: 40px;
	padding: 0 40px 0 30px;
	font-weight: bold;
	font-size: 15px;
}
.t_movie .t_movie_more a:hover {
	background: url(/img/more_yazirusi_on.png)no-repeat 95% center;
	border: 2px solid #65b820;
	color: #65b820;
}
.t_movie .t_movie_in ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.t_movie .t_movie_in ul li{
	width: 48%;
}

/********************************************
blog
*********************************************/
.t_blog {
	width: 1100px;
	margin: 85px auto 0;
}
.t_blog .t_blog_tl {
	text-align: left;
	font-size: 32px;
	letter-spacing: 2px;
	color: #71bb21;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.t_blog span {
	font-family: Brother 1816;
	font-size: 16px;
	margin-left: 30px;
}
.t_blog .t_blog_more {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.t_blog .t_blog_more a {
	background: url(/img/more_yazirusi.png)no-repeat 95% center;
	border: 2px solid #121212;
	display: inline-block;
	line-height: 40px;
	padding: 0 40px 0 30px;
	font-weight: bold;
	font-size: 15px;
}
.t_blog .t_blog_more a:hover {
	background: url(/img/more_yazirusi_on.png)no-repeat 95% center;
	border: 2px solid #65b820;
	color: #65b820;
}
.t_blog .t_blog_in {}
.t_blog .t_blog_in iframe {
	width: 1100px;
	height: 170px;
}
.blog_wrap {
	width: 1100px;
	margin-top: 20px;
	overflow:hidden;
}
.blog_wrap ul {
	margin: 0;
	padding: 0;
}
.blog_wrap ul li {
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	margin-right: 40px;
	width: 340px;
	padding:10px;
	position:relative;
	list-style:none;
	height:150px;
}
.blog_wrap ul li:last-child{
	margin-right:0;
}
.blog_box_img {
	width: 130px;
	float: left;
}

.blog_box_img img {
	max-width: 100%;
	max-height: auto;
	position:abosolute;
	z-index:5;
}
.blog_txt {
	width: 180px;
	float: right;
	font-size: 14px;
	color: #333;
}
.blog_txt p {
	width: 180px;
	margin: 0;
	padding: 0;
	color: #65b820;
	text-decoration:underline;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 3;
    	overflow: hidden;
}
.blog_com {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 40px;
}

.blog_wrap ul li a {
    	display: block;
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;
	padding:10px;
	box-sizing:border-box;

}
.blog_wrap ul li:hover {
	background: #f3f9eb;
}
.blog_date {
	font-size: 12px;
	color: #ccc !important;
	display: block;
	margin: 0 0 3px 0;
}
.blog_more {
	float: right;
    	position: absolute;
    	right: 10px;
    	bottom: 10px;
}
.blog_more p {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	border-radius: 3px;
	letter-spacing: 2px;
	width: 100px;
	border-bottom: none;
	text-decoration:none;
}
/********************************************
owner
*********************************************/
#owner {
	height: 85px;
}
.t_owner {
	background-color: #65b820;
	width: 100%;
	overflow: hidden;
}
.t_owner .t_owner_in {
	width: 1100px;
	margin: 50px auto;
}
.t_owner .t_owner_l {
	float: left;
}
.t_owner .t_owner_l img {}
.t_owner .t_owner_r {
	float: right;
	width: 850px;
}
.t_owner .t_owner_tl {
	font-size: 32px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.t_owner .t_owner_txt {
	line-height: 35px;
	padding: 30px 0;
	font-size: 16px;
	color: #fff;
	width: 750px;
}
.t_owner ul.t_owner_box1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}
.t_owner .t_owner_box1 li {}
.t_owner .t_owner_box1 li img {}
.t_owner .t_owner_box1 li p {
	text-align: center;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 0;
}
.t_owner .t_owner_box1 p br {}
.t_owner .t_owner_sup {
	padding-top: 50px;
	overflow: hidden;
}
.t_ow_subtl {
	font-size: 30px;
	letter-spacing: 6px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.t_owner ul.t_owner_box2 {
	margin-top: 40px;
}
.t_owner .t_owner_box2 li {
	float: left;
	text-align: center;
	border: 1px solid #fff;
	padding: 15px 30px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
.t_owner .t_owner_ser {
	padding-top: 50px;
	overflow: hidden;
}
.t_owner .t_owner_box3 {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	padding-top: 60px;
}
.t_owner .t_owner_box3 li {
	margin-right:50px;
}
.t_owner .t_owner_box3 li:last-child {
	margin-right:0px;
}
.t_owner .t_owner_box3 a {
	display: block;
}
.t_owner .t_owner_box3 a:hover img {
	opacity: 1;
}
.t_owner .t_owner_box3 a p {
	border-bottom: 1px solid #fff;
	font-size: 17px;
	color: #fff;
	letter-spacing: 2px;
	padding: 10px 0;
	background: url(/img/yazirusi_wh.png)no-repeat 95% center;
	font-weight: bold;
}
.t_owner .t_owner_box3 a:hover p {
	border-bottom: 1px solid #121212;
	color: #121212;
	background: url(/img/yazirusi_bl.png)no-repeat 95% 17%;
}
/********************************************
support
*********************************************/
.t_support {
	width: 100%;
	background: url(/img/access_bk.jpg)repeat-x center top;
	background-size: cover;
}
.t_support .t_sup_in {
	width: 1100px;
	margin: 0px auto;
	padding: 50px 0;
}
.t_support .t_sup_in_l {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.t_support .t_sup_in_l img {}
.t_support .t_sup_in_r {
	display: inline-block;
	vertical-align: middle;
}
.t_support .t_sup_in_r img {}
/********************************************
corporation
*********************************************/
#corporation {
	height: 115px;
}
.t_corpo {
	width: 1100px;
	margin: 50px auto;
}
.t_corpo .t_corpo_txt {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	width: 900px;
	margin: 0 auto;
}
.t_corpo_more{
	margin: 50px 0;
    	text-align: center;
}
.t_corpo_more a{
    	background: url(/img//more_yazirusi.png)no-repeat 95% center;
    	border: 2px solid #121212;
    	display: inline-block;
    	line-height: 40px;
    	padding: 5px 80px 5px 72px;
    	font-weight: bold;
    	font-size: 17px;
	color:#121212;
}
.t_corpo_more a:hover{
    	background: url(/img/more_yazirusi_on.png)no-repeat 95% center;
    	border: 2px solid #65b820;
    	color: #65b820;
}
.t_corpo .t_corpo_merit {
	height: 480px;
	margin: 50px 0;
	position: relative;
}
.t_corpo .t_corpo_merit li {
	background-color: #FFF;
	border: 1px solid #94cd63;
	float: left;
	width: 275px;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
}
.t_corpo .t_corpo_merit li:nth-child(2),
.t_corpo .t_corpo_merit li:nth-child(4) {
	background-color: #e7efde;
}
.t_corpo .t_corpo_merit li:nth-child(2) {
	border-right: 1px solid #94cd63;
	border-top: 1px solid #94cd63;
	border-left: none;
}
.t_corpo .t_corpo_merit li:nth-child(3) {
	border-left: none;
}
.t_corpo .t_corpo_merit li:nth-child(4) {
	border-left: none;
}
.t_corpo .t_corpo_merit li p {
	font-size: 20px;
	color: #65b820;
	font-weight: bold;
	line-height: 25px;
	height: 40px;
	margin-top: 25px;
}
.t_corpo .t_corpo_merit_txt {
	font-size: 13px;
	line-height: 27px;
	height: 135px;
}
.t_corpo .t_corpo_merit li .t_merit_kakeru {
	position: absolute;
	top: 200px;
	left: 245px;
}
.t_corpo .t_corpo_merit li:nth-child(2) .t_merit_kakeru {
	position: absolute;
	top: 200px;
	left: 520px;
}
.t_corpo .t_corpo_merit li:nth-child(3) .t_merit_kakeru {
	position: absolute;
	top: 200px;
	left: 795px;
}
/********************************************
inq
*********************************************/
.t_inq {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.t_inq .t_inq_l {
	float: left;
	width: 487px;
}
.t_inq .t_inq_mail {
	margin-bottom: 32px;
}
.t_inq .t_inq_mail a {
	background: url(/img/inq_mail.png)no-repeat 6% center;
	background-color: #000;
	line-height: 89px;
	display: block;
	width: 487px;
	color: #fff;
	font-size: 25px;
	text-indent: 80px;
	font-weight: bold;
}
.t_inq .t_inq_mail a:hover {
	color: #65b820;
}
.t_inq .t_inq_raiten {}
.t_inq .t_inq_raiten a {
	background: url(/img/inq_raiten.png)no-repeat 6% center;
	background-color: #65b820;
	display: block;
	width: 487px;
	color: #fff;
	line-height: 89px;
	font-size: 25px;
	text-indent: 80px;
	font-weight: bold;
}
.t_inq .t_inq_raiten a:hover {
	background-color: #5fa01a;
}
.t_inq .t_inq_r {
	float: right;
}
.t_inq img {}

.t_houjin{
	position: fixed;
	right: 4%;
	bottom: 10%;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.student_main{
	width:100%;
	padding:0px;
	background-color:#d6efb9;
	overflow:hidden;
}
.student_main_inner{
	width:1100px;
	overflow:hidden;
	margin:0px auto;
	padding:40px 0;
}
.student_tl{
	text-align:center;
	font-size:37px;
	line-height:38px;
	color:#000;
	font-weight:bold;
	letter-spacing: 2px;
	margin-bottom:15px;
}
.student_tl p{
	margin:0;
	font-size:17px;
	letter-spacing:0;
}
.student_main_inner h2{
	top: 40px;
	position: absolute;
}

.student_search_wrap{

}
.student_search_wrap ul{
	width:1000px;
	margin:0 auto;
}
.student_search_wrap h3{
	font-size:20px;
	color: #71bb21;
	text-align:center;
	margin-bottom: 15px;
}
.student_search_wrap ul li{
	float: left;
	width: 192px;
	height: 55px;
	overflow: hidden;
	display: table;
	margin-bottom: 10px;
	margin-right:10px;
	border: solid 1px #71bb21;
	box-sizing:border-box;
    	position:relative;
}
.student_search_wrap ul li:after{
	content: "";
	bottom: 2px;
	right: 2px;
	border-top: 10px solid transparent;
	border-right: 10px solid #71ba22; /* ラベルの色はここで変更 */
	position: absolute;
	z-index: 90;
}
.student_search_wrap ul li:nth-child(5n){
	margin-right:0px;
}
.student_search_wrap ul li:last-child{
	width:394px;
	float:none;
}

.student_search_wrap ul li:last-child a{
	width:394px;
	float:none;
}
.student_search_wrap ul li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.student_search_wrap ul li a:hover{
	background-color:#F3F9EB;
}
.student_search01{
	width: 1100px;
	float:left;
	padding:15px 20px 20px 20px;
	margin-right:1px;
	background: #FFFFFF;
	box-sizing:border-box;
}
.student_search02{
	width: 147px;
	height: 250px;
	float: left;
	padding: 15px 20px 20px 20px;
	background: #FFFFFF;
}

.student_search02 ul li{
	float: none !important;
	width: 112px !important;
	margin-right: 0 !important;
}

/*buy_se*/
.buy_se{
	background:url(/img/buy_bg.jpg) no-repeat;
	background-size:cover;
	padding:120px 0 90px;
	overflow:hidden;
}
.buy_se_in{
	width:1100px;
	margin:0 auto;
}
.buy_se_box{
	float:left;
	width:650px;
	background:url(/img/buy_box_bg.png) no-repeat;
    	padding: 50px 0;
}
.buy_se_tl{
	color:#fff;
	font-size:37px;
	text-align:center;
	font-weight:bold;
    	border-bottom: 1px solid #fff;
    	padding-bottom: 30px;
    	width: 400px;
    	margin: 0 auto;
}
.buy_se ul{
	width:600px;
	margin:30px auto 0;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.buy_se ul li{
	width:190px;
	margin-right:15px;
	margin-bottom:15px;
}
.buy_se ul li:nth-child(3){
	margin-right:0;
}
.buy_se ul li a{
	display:block;
    	background: url(/img/more_yazirusi.png)no-repeat 95% center;
    	border: 2px solid #121212;
	font-weight: bold;
    	font-size: 18px;
	padding:15px 0;
	text-indent:25px;
	background-color:#FFF;
}
.buy_se ul li a:hover{
	color: #71BB21;
}
/*********************************************
  ★ コンテンツ27　contents27
 *********************************************/
.t_merit3{
	width:100%;
	background-color: #71bb21;
} 
.t_merti_tl{
	font-size: 30px;
    	letter-spacing: 6px;
    	color: #fff;
    	font-weight: bold;
    	text-align:center;
    	margin-bottom:45px;
}
.contents27 {
    margin:0 auto;
    overflow:hidden;
    padding:50px 0 60px;
    width: 100%;
}
 
.contents27 ul{
    margin: 0 auto;
    width: 1100px;
}
 
.contents27 ul li{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 0 3% 0 0;
	background-color:#FFF;
	border-radius:10px;
	padding: 15px 15px;
	box-sizing: border-box;
}
.contents27 ul li:nth-child(4){
    width: 46%;
    margin-top: 30px;
}
.contents27 ul li:nth-child(5){
    width: 46%;
    margin-top: 30px;
}
 
h4.contents27_point {
    overflow:hidden;
}

.contents27_l {
    width: 14%;
    display: inline-block;
    vertical-align: middle;
    background: #71ba22;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    text-align: center;
}

.contents27_l span {
    font-size: 22px;
    font-weight:bold;
    display:block;
    margin: 10px 0 0 0;
}

.contents27_r {
    /*width: 76%;*/
    display:inline-block;
    vertical-align:middle;
    *
    display:inline;
    *
    zoom:1;
    margin:0 0 0 10px;
    font-size:15px;
    color:#333;
    font-weight:bold;
    line-height:30px;
    text-align: left;
}

.contents27_r span {
    font-size: 22px;
    color: #71ba22;
    display: block;
}

.contents27_img img {
	background: #fff;
	border-radius: 14px;
	margin: 0 auto;
	display: block;
	width:120px;
}

.contents27 ul li p {
    font-size: 15px;
    color: #333;
    line-height: 22px;
    margin: 5px 0 0 0;
    text-align: left;
}

.contents27 ul li p a{
	color: blue;
	text-decoration: underline;
}

.t_online_wrap{
	margin: 0 auto;
	width: 1100px;
	display: block;
	height: 90px;
}

.t_online_wrap ul li{
	width: 47.5%;
	margin: 0px 1%;
	float: left;
}

.t_online_wrap ul li a{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #ff9800;
	border: 2px solid #ff9800;
	border-radius: 10px;
	line-height: 3em;
	display: block;
	text-align: center;
}

.t_online_wrap ul li a:hover{
	color: #ff9800;
	background-color: #FFF1;
	transition : all 0.5s ease 0s;
}
.modal_btn{
	cursor: pointer;
}


.contents_remove{
text-align: center;
padding: 2em 0 1em 0;
}

.contents_camp{
text-align: center;
    padding: 2em 0;

}
.contents_camp a img{
	border-radius: 25px;
	border: 3px solid #71bb21;
}
.contents_camp a img:hover{
	border: 3px solid yellow;
}


.info_slide_wrap {
    display: block;
    background: #fff;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
	width: 80%;
	max-width: 800px;
    height: 42px;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    left: 15%;
    z-index: 99;
}
.info_slide_wrap iframe{
	width:100%;
}
.info_slide {
	width: 800px;
	margin-left: 20px;
	padding-right: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.info_slide::before {
	content: "INFORMATION";
	font-size: 14px;
	font-weight:bold;
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 45px;
	line-height: 42px;
	color: #71bb21;
}

.info_slide a {
 color: #000;
 font-size: 14px;
 font-weight: 500;
 letter-spacing: 0.05em;
 display: -webkit-box;
 display: -ms-flexbox;
 -webkit-box-orient: vertical;
 -ms-flex-direction: column;
 -webkit-line-clamp: 1;
 overflow: hidden;
margin: 12px auto;
}

.info_slide a:hover {
 text-decoration: underline;
}

.info_prev::before {
	border-top: 1px solid #000!important;
	border-right: 1px solid #000!important;
}

.info_next::before {
	border-top: 1px solid #000!important;
	border-right: 1px solid #000!important;
}



@media screen and (max-width:1100px){

.t_houjin{
	display:none;
}
}