@charset "utf-8";
/* CSS Document */

.jumbotron.jumbotron_company {
	background: url("../images/main_img.png") center no-repeat;
	background-size: cover;
	position: relative;
	height: 760px;
	margin-bottom: 0px;
}
.bg_background_img {
	background: #ddd url(../images/background_img.png) no-repeat center center;
	background-size: cover;
}
.bg_grid_gray {
	width: 100%;
	background-image: linear-gradient(#E4E6EA 1px, transparent 0), linear-gradient(90deg, #E4E6EA 1px, transparent 0);
	background-size: 38px 38px;
}
.bg_grid_yellow {
	width: 100%;
	background-color: #fbc600;
	background-image: linear-gradient(#fdda5c 1px, transparent 0), linear-gradient(90deg, #fdda5c 1px, transparent 0);
	background-size: 38px 38px;
}
.bg_green01, .bg_green02 {
	background-color: #009d9a;
}
.bg_dot {
	background-color: #f3fcfa;
	background-image: radial-gradient(#c8c8c8 1px, #f3fcfa 1px);
	background-size: 20px 20px;
}
.bg_background_img, .bg_grid_gray, .bg_grid_yellow, .bg_green01, .bg_green02, .bg_dot {
	padding-top: 75px;
	padding-bottom: 105px;
}
.bg_grid_yellow, .bg_green02 {
	margin-bottom: 75px;
}
.bg_green01 {
	margin-top: 100px;
}
.box01 {
	position: relative; /* 中央寄せしたい要素の親タグにrelativeをつける */
	overflow: hidden;  /* はみ出した部分は表示しないようにする */
	height: 560px; /* 高さは固定値を入れる */ 
	margin-top: 30px;
	margin-bottom: 45px;
}
.box01 img {
	position: absolute;
	top: 50%; /* トップを基準に中央配置 */
	left: 50%; /* 左を基準に中央配置 */
	width: 1920px;
	height: 560px;
	margin-top: -280px;
	margin-left: -960px;
}

.sp_box01 {
	margin-top: 30px;
	margin-bottom: 30px;
}


.step01 {
	margin-top: 60px;
}


@media screen and (max-width:768px) {
/*　画面サイズが768px以下の場合読み込む　*/
.bg_background_img, .bg_grid_gray, .bg_grid_yellow, .bg_green01, .bg_green02, .bg_dot {
	padding-top: 45px;
	padding-bottom: 60px;
}
.bg_grid_yellow, .bg_green02 {
	margin-bottom: 45px;
}
.bg_green01 {
	margin-top: 60px;
}
}
.imgbtn {
	margin-bottom: 15px;
	margin-top: 15px;
	display: inline-block;
}
/*グローバルナビ*/
/*ナビ背景*/
.naviback {
	background-color: #000000;
	width: 100%;
}
/*ナビ基本*/
li.pill a {
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	border-radius: 0px;
}
/*ナビアクティブ時*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #ffffff;
	background-color: #009d9a;
	font-size: 16px;
	border-radius: 0px;
}
/*ナビホバー時*/
.pill a:hover, .pill a:focus {
	color: #ffffff;
	background-color: #009d9a !important;
}
/*リンク画像のホバー*/
a:hover img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}
/*フッタ*/
footer {
	background-color: black;
	padding-top: 15px;
	padding-bottom: 30px;
	color: white;
	margin-top: 90px;
}
.companyname {
	font-size: 17px;
}
.copyright {
	font-size: 14px;
}
/*見出し*/
.subtitle {
	font-size: 32px;
	color: #3E3A39;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 15px;
}
p {
	font-size: 18px;
}
.dl_title {
	font-size: 22px;
	padding-top: 30px;
	padding-bottom: 15px;
	border-top: 1px solid gray;
	margin-top: 45px;
}
/* ページトップへ戻るボタン */
#page-top {
	position: fixed;
	display: none;
	width: 100%;
	height: 0;
	bottom: 200px;
	z-index: 2;
	margin: auto;
}
#page-top a {
	position: absolute;
	display: block;
	right: 40px;
	width: 70px;
	height: 136px;
	background-size: 70px 136px;
	-moz-background-size: 70px 136px;
	background-image: url('../images/top_btn.png');
	background-repeat: no-repeat;/*	bottom:110px;*/
}
#page-top a:hover {
	opacity: 0.5;
}

@media screen and (max-width:768px) {
/*　画面サイズが768px以下の場合読み込む　*/
#page-top {
	display: none !important;
}
}
.link-button a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	padding: 1em;
	line-height: 1.4em;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background-color: #036eb8;
}
.link-button a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	color: #ffffff;
}

/*改行*/
/*768px以下の時「for_pc」は非表示、「for_mobile」は表示。*/
@media screen and (min-width: 768px) {
.for_pc {
	display: inline;
}
.for_mobile {
	display: none;
}
}

/*768px以下の時「for_pc」は表示、「for_mobile」は非表示。*/
@media screen and (max-width: 768px) {
.for_pc {
	display: none;
}
.for_mobile {
	display: inline;
}
}
