@charset "UTF-8";

body, input, textarea {
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "verdana", sans-serif;
}

.bold {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jumbotron-extend {
	position: relative;
	background: url(../images/top_img_2019.jpg) no-repeat center center;
	background-size: cover;
}
.jumbotron-extend2 {
	position: relative;
	background: url(../images/top_img_it.jpg) no-repeat center center;
	background-size: cover;
}

.black_opacity::before{
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.black_opacity2::before{
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

.hover {
	overflow: hidden;
	position: relative;
	margin: 10px;
	min-width: 220px;
	max-width: 310px;
	max-height: 240px;
	width: 100%;
	background: black;
	color: #ffffff;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.hover * {
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}


.hover .caption {
	position: absolute;
	width: 100%;
	bottom: 0;
}

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

.balloon_answer{
	background-color: #00b050;
	font-weight: bold;
	color:white;
}

.jumbotron-recruit {
	position: relative;
	background: url(../images/recruit_2021.jpg) no-repeat center center;
	background-size: cover;
}

.nc_schedule {
	width: 500px;
	font-size: 1.2em;
	color:darkslateblue;
	margin-top: 50px;
	position: relative;
	line-height: 50px;
	background: aliceblue;
	padding-left: 70px;
}
.nc_schedule_span{
	position: absolute;
	right: 0;
	padding-right: 20px;
	background: darkslateblue;
	color: white;
}
.nc_schedule_span:before{
	content: ' ';
	overflow: hidden;
	position: absolute;
	right: 99.9%;
	border: 0 solid transparent;
	border-width: 0px 40px 50px 0px;
	border-right-color:darkslateblue;
}
.se_schedule {
	width: 500px;
	font-size: 1.2em;
	color:darkred;
	margin-top: 50px;
	position: relative;
	line-height: 50px;
	background: floralwhite;
	padding-left: 20px;
}
.se_schedule_span{
	position: absolute;
	right: 0;
	padding-right: 20px;
	background: darkred;
	color: white;
}
.se_schedule_span:before{
	content: ' ';
	overflow: hidden;
	position: absolute;
	right: 99.9%;
	border: 0 solid transparent;
	border-width: 0px 40px 50px 0px;
	border-right-color:darkred;
}


.caption1 {
	position: relative;
	background: aliceblue;
	padding: 8px 8px 8px 55px;
	font-size: 1.3em;
	font-weight: bold;
	color: firebrick;
	border-radius: 25px;
  }
  
.caption1:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a4";
	display: inline-block;
	position: absolute;
	padding: 0em;
	color: firebrick;
	background:white;
	font-weight: normal;
	width: 35px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	left: 0.5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px firebrick; 
	border-radius: 50%;
}

@media print{
	.banner{
		display: none;
	}
}
