@charset "UTF-8";

/* 特大デバイス（フルHDPC, 1500px 以上）
============================================== */
@media screen and (min-width:1500px) {
h2 { font-size: 1.2rem !important; }
.logo { width: 75%; }
.balloon, .balloon-s {
	width: 120px;
	height: 120px;
	top: -60px;
	left: 4px;
	font-size: 14px;
}
	#Navbar ul li {
		background-color: #fff;
		border-radius: 50%;
		display: table;
		margin-right: 5px;
	}
	#Navbar ul li:last-child { margin-right: 0; }
	#Navbar ul li a {
		text-align: center;
		font-weight: bold;
		width: 100px;
		height: 100px;
		margin: 0 auto;
		display: table-cell;
		vertical-align: middle;
		line-height: 1.36rem;
	}	
	.catch-copy {
		margin: 0 10px;
		font-weight: bold;
		font-size: 3.0rem;
		text-align: center;
		color: #fff;
		padding-top: 2vh;
		text-shadow: 3px 0px 2px #333, 0px 3px 2px #333, -1px 0px 2px #333, 0px -1px 2px #333;
	}
	.catch-copy img{
		width: 900px;
	}
	
	img.top-logo{
		width: auto;
		height: 35vh;
	}

}/* END */

/* 大デバイス（タブレット～PC, 1024px 以上）
============================================== */
@media screen and (min-width:1024px) and ( max-width:1499.98px) {
h2 { font-size: 1.2rem !important; }
.logo { width: 75%; }
.balloon, .balloon-s {
	width: 120px;
	height: 120px;
	top: -60px;
	left: 4px;
	font-size: 14px;
}
	#Navbar ul li {
		background-color: #fff;
		border-radius: 50%;
		display: table;
		margin-right: 5px;
	}
	#Navbar ul li:last-child { margin-right: 0; }
	#Navbar ul li a {
		text-align: center;
		font-weight: bold;
		width: 100px;
		height: 100px;
		margin: 0 auto;
		display: table-cell;
		vertical-align: middle;
		line-height: 1.36rem;
	}	
	.catch-copy {
		margin: 0 10px;
		font-weight: bold;
		text-align: center;
		color: #fff;
		padding-top: 1vh;
		text-shadow: 3px 0px 2px #333, 0px 3px 2px #333, -1px 0px 2px #333, 0px -1px 2px #333;
	}
	.catch-copy img{
		width: 700px;
	}
	
	img.top-logo{
		width: auto;
		height: 35vh;
	}

}/* END */



/* 中デバイス（タブレット, 768px 以上 1024px 未満）
============================================== */
@media screen and (min-width:768px) and ( max-width:1023.98px) {
h2 { font-size: 1.2rem !important; }
.logo { width: 75%; }
.balloon, .balloon-s {
	width: 120px;
	height: 120px;
	top: -60px;
	left: 4px;
	font-size: 14px;
}
	#Navbar ul li {
		background-color: #fff;
		border-radius: 50%;
		display: table;
		margin-right: 5px;
	}
	#Navbar ul li:last-child { margin-right: 0; }
	#Navbar ul li a {
		text-align: center;
		font-weight: bold;
		width: 100px;
		height: 100px;
		margin: 0 auto;
		display: table-cell;
		vertical-align: middle;
		line-height: 1.36rem;
	}

	.catch-copy {
		margin: 0 10px;
		font-weight: bold;
		font-size: 2.3rem;
		text-align: center;
		color: #fff;
		padding-top: 5vh;
		text-shadow: 3px 0px 2px #333, 0px 3px 2px #333, -1px 0px 2px #333, 0px -1px 2px #333;
	}
	.catch-copy img{
		width: 550px;
	}
	
	img.top-logo{
		width: auto;
		height: 40vh;
	}

}/* END */

/* 極小デバイス（縦向きモバイル, 576px 以上 768px 未満）
============================================== */
@media screen and (min-width:576px) and ( max-width:767.98px) {
	#Navbar ul li a {
		font-weight: bold;
		color: #fff !important;
	}
	.catch-copy {
		margin: 0 10px;
		font-weight: bold;
		font-size: 1.6rem;
		text-align: center;
		color: #fff;
		padding-top: 100px;
		text-shadow: 3px 0px 2px #333, 0px 3px 2px #333, -1px 0px 2px #333, 0px -1px 2px #333;
	}
	.catch-copy img{
		width: 500px;
	}
img.top-logo{
	width: 400px;
}
.lice_box{
	display: block;
}
.lice_box img{
	width: 100%;
	height: auto;
}
.lice_box .text{
	width: 100%;
}
.recruit_box{
	padding: 20px 0 0 0;
	width: 95%;
	margin: 0 auto;
}
.kao{
	display: none;
}
.half{
    width: 100%;
	height: 110px;
    border-top-left-radius: 50% 55px;
    border-top-right-radius: 50% 55px;
    position: absolute;
    top: 0;
    left: 0;
}
.video_child{
	margin: 0 0 0 0;
}
.video_child video,
.video_child_end video{
	width: 100%;
	height: auto;
}

/*	#Navbar ul li {
		background-color: #fff;
		border-radius: 50%;
		display: table;
		margin-right: 5px;
	}
	#Navbar ul li:last-child { margin-right: 0; }
	#Navbar ul li a {
		text-align: center;
		font-weight: bold;
		width: 100px;
		height: 100px;
		margin: 0 auto;
		display: table-cell;
		vertical-align: middle;
		line-height: 1.36rem;
	}
		img.top-logo{
		width: 360px;
	}
	*/
}/* END */

/* 極小デバイス（縦向きモバイル, 576px 未満）
============================================== */
@media screen and (max-width: 575.98px) {
#Navbar ul li a {
	font-weight: bold;
	color: #fff !important;
}
.catch-copy {
	margin: 0 10px;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	padding-top: 130px;
	text-shadow: 3px 0px 2px #333, 0px 3px 2px #333, -1px 0px 2px #333, 0px -1px 2px #333;
}
.catch-copy img{
	width: 350px;
}

img.top-logo{
	width: 350px;
}
.lice_box{
	display: block;
}
.lice_box img{
	width: 100%;
	height: auto;
}
.lice_box .text{
	width: 100%;
}
.recruit_box{
	padding: 20px 0 0 0;
	width: 95%;
	margin: 0 auto;
}
.kao{
	display: none;
}
.half {
    width: 100%;
	height: 110px;
    border-top-left-radius: 50% 55px;
    border-top-right-radius: 50% 55px;
    position: absolute;
    top: 0;
    left: 0;
}
.video_child{
	margin: 0 0 0 0;
}
.video_child video,
.video_child_end video{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

}/* END */