@charset "utf-8";
/* CSS Document */

#main-img {
	
}

#main-img img {
	width: 100%
}

#p-lead-l {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	margin: 5% 0 2%;
}

#p-lead-m {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 2%;
}

.profile{
	margin-top: 5%;
	padding: 2% 0;
	box-sizing: border-box;
	background: #fff;
}

.emigration {
	padding: 2% 0;
	box-sizing: border-box;
	background: #f1fff4;
}

.interview {
	background: #F5F5F5;
}

.h2-emigration {
	font-size: 25px;
border-bottom: solid 5px #06710A;
  position: relative;
display: inline-block;
	margin-bottom: 2%;
}

.h2-emigration:after {
position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #8EA73B;
  bottom: -5px;
  width: 30%;
}

.h2-emigration span {
	font-size: 35px;
	color: #BD0000;
}

.sec-h3 {
	margin: 2% 0;
}

.h3-emigration {
	font-size: 20px;
	border-left: 35px #686868 solid;
	padding:.5% 0 .5% 1%;
	box-sizing: border-box;
	margin-bottom: 1%;
}

.h3-emigration-ube {
	font-size: 20px;
	border-left: 40px #00349B solid;
	padding:.5% 0 .5% 1%;
	box-sizing: border-box;
	margin: 1% 0;
}

.cap-sightseeing h4 {
	margin: 1% 0;
}

.cap-sightseeing, .cap-emigration {
	line-height: 1.5em;
}

.cap-emigration {
	text-align: center;
}

.cap-emigration h4 {
	margin: 1% 0;
	font-size: 20px;
}

.cap-emigration h4 span {
	font-size: 16px;
}

.p-btn-entry-emigration {
	width: 30%;
	margin: 2% auto;
}

.ube {
	margin:0 0 4% 4%;
}

.ube figure img {
	border: 1px solid #ccc;
}

.ube figcaption {
	margin-top: 2%;
}

.h3-emigration-iju {
	font-size: 25px;
	text-align: center;
	margin: 3% 0 2% 0;
}

.p-movie {
	font-size: 20px;
	font-weight: bold;
}

.p-movie:before {
    content: url("/recruit/career/img/icon_movie.jpg");  /*画像のURL*/
    margin-right:.5%;  /*画像右の余白*/
    position:relative;
    top:5px;      /*上からの位置*/
	left:0;       /*左からの位置*/
}

.movie01 {
	font-weight: bold;
	text-decoration: underline;
	color: #222;
}

.movie01:hover {
	text-decoration: none;
}

.p-movie .movie02 {
	font-size: 16px;
	text-decoration: none;
}

.iju {
	width: 70%;
	margin: 0 auto;
}