/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 10px;
	position: relative;
	top: 150px;
}
.page-title {
	height: 260px;
	width: 100%;
	background-image: url(../img/reqruit-m.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title2 {
	height: 260px;
	width: 100%;
	background-image: url(../img/midasi.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title3 {
	height: 260px;
	width: 100%;
	background-image: url(../img/works_mv_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.page-title h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 100px;
	position: relative;
	margin-bottom: 30px;
	letter-spacing: 0.5em;
	
	
}
.page-title2 h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 100px;
	position: relative;
	margin-bottom: 30px;
	letter-spacing: 0.5em;
}
.page-title3 h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 100px;
	position: relative;
	margin-bottom: 30px;
	letter-spacing: 0.5em;
}


.syokusyu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #F2EBB7;
	width: 100%;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.saiyo-flow {
	color: #F08812;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.5em;
}

.content .kei tr th {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 50px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.2em;
}

.content .kei tr td {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 20px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.2em;
}
.grey-space {
	background-color: #EFF1EF;
	padding: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}

.ue-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.shita-line {
	padding-top: 30px;
	padding-bottom: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 25px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2em;
	text-align: left;
}
.hissu {
	font-size: 12px;
	color: #C30;
	margin-right: 5px;
	border: 1px solid #C30;
	width: 45px;
	text-align: center;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}




#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
  }
  
/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}
.block3 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	top: 20px;
	opacity: 0.8;
	text-align: center;
	border-radius: 10px;
	position: relative;
	display: inline-block;
	height: 280px;
}
.block31 {
	float: left;
	height: 170px;
	width: 30%;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	
}
.block31 img {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 5px;
	border: 1px solid #999;
	
}
.block3 .block31 h6 {
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
}


.detail {
	font-size: 20px;
	border: 1px solid #666;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	padding: 15px;
}
.list {
	font-size: 16px;
	border: 1px solid #666;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	padding: 10px;
	height: auto;
	position: relative;
	top: -170px;
}
.detail img {
	position: relative;
	left: 120px;
}



/*#sangyoui {
	background-color: #83ADBD;
	border-radius: 8px;
	height: 280px;
	width: 21%;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＤＦ平成明朝体W7";
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
}*/


h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	font-weight: normal;
}
#kukei h1 img {
	height: 135px;
	width: 400px;
}

.pack1 {
	top: 150px;
	position: relative;
}


h1 img{
	margin-bottom: 25px;
}
h2 {
}
h3 {
	font-size: 32px;
	line-height: 40px;
	color: #333;
}




h6 {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-weight: bold;

}

p {
	font-size: 18px;
	font-family: "Noto Sans Japanese";  /* フォントを指定 */
	line-height: 30px;
	color: #666;

}
h1 {
}


.text-space {
	height: auto;
	width: 86%;
	margin-top: 0px;
}


.number {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #018000;
	position: relative;
	top: -80px;
	margin-bottom: 0px;
	height: auto;
}
.number .suuji {
	font-size: 80px;
}

.english {
	font-size: 24px;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	top: -20px;
}
.text-space2 {
	height: auto;
	width: 100%;
	margin-top: 50px;
}
.jp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 14px;
	line-height: 18px;
	color: #333;
	position: relative;
	top: -30px;
}
iframe {
	position: relative;
	top: -95px;
	height: 350px;
}
