@charset "UTF-8";

.topics__top{
	background:#00bdaa ;
	padding: 4rem 0 ;
	text-align: center;
	color: #FFF;
}
.topics__top h2{
	font-size: 3.2rem;
	letter-spacing: .1rem;
	font-weight: bold;
	line-height: 1;
}
.topics__top h3{
	font-family: 'Josefin Sans', sans-serif;
	color: #fde01a;
	font-size: 1.6rem;
	font-weight: 600;
}

.topics__top ul{
	width: 1000px;
	margin: 3rem auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	flex-wrap: wrap;
}
.topics__top li{
	box-sizing: border-box;
	width: 33.3333333%;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 0 1.5%;
	margin-bottom: 1.5em;
}
.topics__top li a{
	display: block;
	background: #FFF;
	border-radius: 1rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-align: left;
}
.topics__top li a:hover{
	opacity: 0.6;
}
.topics__top li a img,
.topics__top li a .nopic,
.topics__top li a .nopic-blog{
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.topics__top dt{
	width: 100%;
	margin: 0 auto;
}
.topics__top dt .nopic {
	background: #f0f0f0;
	min-height: 197px;
}
.topics__top dt .nopic-blog {
	background: url(../img/welpen-kun.jpg) no-repeat center center/auto 160px #fff;
	min-height: 197px;
}
.topics__top dd{
	padding: 1.5rem;
	text-align: left;
}
.topics__top dd.blog_name {
	display: inline-block;
	margin: 0 0 0 1.5em;
	padding: 2px 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 0.8em;
	text-align: left;
}

.topics__top .link__basic{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 768px) {
.topics__top{
	padding: 3rem 0 ;
}
.topics__top h2{
	font-size: 2rem;
}
.topics__top h3{
	font-size: 1.3rem;
}
.topics__top ul{
	width: 94%;
	margin: 2rem auto -1rem auto;
	display: block;
}
.topics__top li{
	box-sizing: border-box;
	width: 100%;
	font-size: 1.4rem;
	letter-spacing: .04rem;
	line-height: 1.4;
	padding: 0 0 1.5rem 0;
}
.topics__top dd{
	padding: 1rem 2rem;
	text-align: left;
}
.topics__top .link__basic{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
}
.link__top{
	padding-bottom: 2rem;
}
.company__top dl,.recruit__top dl{
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	flex-wrap: wrap;
  	margin-top: 6rem;
}
.company__top dt{
	width: 55%;
	order:1;

}
.company__top dd{
	width: 45%;
	order:2;
	margin-left: -5%;
	background: #FFF;
	border-top-left-radius: 2rem;
	margin-top: 5rem;
	z-index: 1;
}
.recruit__top dt{
	width: 55%;
	order:2;
	z-index: 2;
	margin-left: -5%;
}
.recruit__top dd{
	width: 45%;
	order:1;
	z-index: 3;
	background: #FFF;
	border-top-right-radius: 2rem;
	margin-top: 6rem;
	margin-left:5%;	
}
.company__top dd h3,.recruit__top dd h3{
	font-size: 6rem;
	line-height: 1;
	font-family: 'Josefin Sans', sans-serif;
	color: #00bdaa;
	font-weight: 600;
	margin-left: 10%;
	margin-top: -3rem;
}
.company__top dd .company__top-item,.recruit__top dd .recruit__top-item{
	padding: 2rem 5rem 3rem 10% ;
}
.company__top dd .company__top-item h4,.recruit__top dd .recruit__top-item h4{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 2rem;
}
.company__top dd .company__top-item .link__basic,.recruit__top dd .recruit__top-item .link__basic{
	width: 300px;
	margin-top: 3rem;
	
}
.company__top dd .company__top-item .link__basic a,.recruit__top dd .recruit__top-item .link__basic a{
	text-align: left;
	padding-left: 3rem;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
	.link__top{
	padding-bottom: 0;
}
.company__top dl,.recruit__top dl{
	width: 100%;
	min-width: auto;
	margin: 0 auto;
	display: block;
  	margin-top: 3rem;
  
}
.company__top dt,.recruit__top dt{
	width: 100%;
	order:1;
	margin-left: 0;

}
.company__top dd,.recruit__top dd{
	width: 100%;
	order:2;
	box-sizing: border-box;
	margin-left: 0;
	border-top-left-radius: 0;
	margin-top: 0;
	padding: 2rem 2rem 0 2rem  ;
	z-index: 1;
}
.company__top dd h3,.recruit__top dd h3{
	font-size: 3rem;
	margin-left: 0%;
	margin-top: 0;
}
.company__top dd .company__top-item,.recruit__top dd .recruit__top-item{
	padding: 0 ;
}
.company__top dd .company__top-item h4,.recruit__top dd .recruit__top-item h4{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .05rem;
	line-height: 1.4;
	padding: .5rem 0 1rem 0;
}
.company__top dd .company__top-item h4 br,.recruit__top dd .recruit__top-item h4 br{
	display: none;
}
.company__top dd .company__top-item p,.recruit__top dd .recruit__top-item p{
	font-size: 1.4rem;
	letter-spacing: .05rem;
} 
.company__top dd .company__top-item .link__basic,.recruit__top dd .recruit__top-item .link__basic{
	width: 100%;
	margin: 2rem auto 0 auto;
	
}
.company__top dd .company__top-item .link__basic a,.recruit__top dd .recruit__top-item .link__basic a{
	text-align: center;
	padding-left: 0;
	box-sizing: border-box;
}
}
/*
top
_________________________________________________________*/

.newstop{
	width: 1000px;
	margin: 0 auto;
	padding: 3rem 0 0rem 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	flex-wrap: wrap;
  	box-sizing: border-box;
}
.newstop .newstop__list{
	width: 72%;

}
.link__songs{
width: 100%;
	margin-top: 3rem;
	padding-bottom: 1rem;

}
.link__songs a img{
	display: block;
	width: 100%;
}
.link__songs a{
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.link__songs a:hover{
	opacity: .6;
}

.link__pan{
	width: 100%;
		margin-top: 1rem;
		padding-bottom: 4rem;
	
	}
	.link__pan a img{
		display: block;
		width: 100%;
	}
	.link__pan a{
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.link__pan a:hover{
		opacity: .6;
	}

.newstop__chara{
	width: 25%;
	margin-left: 3%;
}
.newstop__chara-item{
	background: #00bdaa;
	padding: 3rem 1.5rem;
	border-radius: 1rem;
}
.newstop__chara .arrow{
	display: block;
	margin: 0 auto;
	width: 0;height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #00bdaa;
}
.newstop__chara figure{
	width: 150px;
	margin: 2rem auto 0 auto;
}
.newstop__chara-item h4{
	text-align: center;
	font-weight: bold;
	color: #FFF;
	line-height: 1.4;
	font-size: 1.8rem;
}
.newstop__chara-item h4 span{
	color: #fde01a;
}
.newstop__chara-item li{
	margin-top: 1.5rem;
}
.newstop__chara-item li a{
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.newstop__chara-item li a:hover{
	opacity: 0.6;
}
.newstop__list h2{
	font-size: 3.2rem;
	letter-spacing: .1rem;
	font-weight: bold;
	line-height: 1;
}
.newstop__list h3{
	font-family: 'Josefin Sans', sans-serif;
	color: #00bdaa;
	font-size: 1.6rem;
	font-weight: 600;
}
.newstop__list ul{
	margin-top: 2rem;
	overflow: hidden;
	width: 700px;
}
.newstop__list li{
	overflow: hidden;
	width: 100%;
}
.newstop__list li a{
	display: block;
	border-bottom: 1px solid #DDD;
	padding: 1rem 0;
}
.newstop__list li dl{
	overflow: hidden;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	flex-wrap: wrap;
  	width: 100%;
  	padding-left: .5rem;
}
.newstop__list li dt{
	font-size: 1.6rem;
	width: 31%;
}
.newstop__list li dt span{
	display: inline-block;
	margin-left: .6rem;
	padding: .5rem 0;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1;
	border-radius: .2rem;
	width: 11rem;
	text-align: center;
}
.newstop__list li dt span.cat01{
	background: #fde01a;
}
.newstop__list li dt span.cat02{
	background: #00bdaa;
	color: #FFF;
}
.newstop__list li dd{
	width: 68%;
	letter-spacing: .05rem;
	font-size: 1.6rem;
	text-decoration: underline;
}
.newstop__list li a:hover dd{
	text-decoration: none;
}
.newstop__list-more{
	text-align: right;
	font-weight: bold;
	margin-top: 2.5rem;
	background: #FFF url(../img/arrow.png) no-repeat right center;
	background-size: 14px;
	padding-right: 3rem;
	font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
.newstop{
	width: 94%;
	margin: 0 auto;
	padding: 2rem 0 0 0;
	display: block;
}
.newstop *{
	box-sizing: border-box;
}
.newstop .newstop__list{
	width: 100%;
}
.link__songs{
width: 100%;
	margin-top: 3rem;

}
.link__songs a img{
	display: block;
	width: 100%;
}

.link__pan{
	width: 100%;
		margin-top: 1rem;
		padding-bottom: 1.5rem;
	
	}
	.link__pan a img{
		display: block;
		width: 100%;
	}


.newstop__chara{
	width: 100%;
	margin-left: 0;
}
.newstop__chara-item{
	background: #00bdaa;
	padding: 1rem .5rem;
	border-radius: 1rem;
}
.newstop__chara .arrow{
	display: block;
	margin: 0 auto;
	width: 0;height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #00bdaa;
}
.newstop__chara figure{
	width: 150px;
	margin: 1rem auto 0 auto;
}
.newstop__chara-item h4{
	text-align: center;
	font-weight: bold;
	color: #FFF;
	line-height: 1.4;
	font-size: 1.8rem;
}
.newstop__chara-item h4 span{
	color: #fde01a;
}
.newstop__chara-item ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	flex-wrap: wrap;
}
.newstop__chara-item li{
	width: 50%;
	
	margin-top: 1rem;
}
.newstop__chara-item li a{
	opacity: 1;
	display: block;
	padding: 0 .5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.newstop__chara-item li a:hover{
	opacity: 0.6;
}
.newstop__list h2{
	font-size: 2rem;
	padding-left: 1rem;
}
.newstop__list h3{
padding-left: 1rem;
	font-size: 1.3rem;
}
.newstop__list ul{
	border-top: 1px solid #DDD;
	margin-top: 1.5rem;
	width: 100%;
}
.newstop__list li{
	overflow: hidden;
	width: 100%;
}
.newstop__list li dl{
	display: block;
  	width: 100%;
  	padding:0 1rem;
}
.newstop__list li dt{
	font-size: 1.4rem;
	width: 100%;
	padding-bottom: .4rem;
}
.newstop__list li dt span{
	padding: .4rem 0;
	font-weight: bold;
	font-size: 1.1rem;
	width: 10rem;
}

.newstop__list li dd{
	width: 100%;
	line-height: 1.5;
	font-size: 1.4rem;
}
.newstop__list-more{
	text-align: right;
	margin: 1.5rem 0 3rem 0;
	padding-right: 2rem;
	font-size: 1.4rem;
}

	}
.link__topsub .link-3{
	background:#e5f8f6;
	padding: 6rem 0 0 0;
}
.link__topsub .link-3 ul{
	background:#e5f8f6 url(../img/top_link_bg.png) no-repeat 94% bottom;
	background-size: 191px;
}
.link__topsub .link-3 h2{
	text-align: center;
	font-weight: bold;
	letter-spacing: .05rem;
	color: #00bdaa;
	font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
.link__topsub .link-3{
	
	padding: 3rem 0 0 0;
}
.link__topsub .link-3 ul{
	
	background-size: 130px;
}
.link__topsub .link-3 h2{
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	
	font-size: 1.4rem;
}
}

