body{
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/*
	太字を指定する場合は游ゴシック Mediumの記述を抜いた下記のフォント指定をテキストCSSに改めてする。
	※Mediumをした状態でfont-weightを太字に指定すると文字がにじむため
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
	*/
}

@font-face {
	font-family:'MOBO';
	src:url('../font/MOBO_pickup.woff') format('woff'),
		url('../font/MOBO_pickup.eot')  format('eot');
}

@font-face {
	font-family:'Millionaire_DEMO';
	src:url('../font/Millionaire_DEMO_pickup.woff') format('woff'),
		url('../font/Millionaire_DEMO_pickup.eot')  format('eot');
}

@font-face {
	font-family:'HighVoltage_pickup';
	src:url('../font/HighVoltage_pickup.woff') format('woff'),
		url('../font/HighVoltage_pickup.eot')  format('eot');
}


/* float */
.float{
	float:left;
}

/* clearfix */
.clearfix{
	display:block;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* テキストが折り返された時の改行位置を指定 */
.kaigyo{
	display:inline-block;
}

/* 一行目を頭出し */
.indent-1_3em{
	text-indent:-1.3em;
	margin-left:1.3em;
}

/* リンクの色を変えない */
a,
a:visited,
a:hover,
a:active {
	color:inherit;
	text-decoration:none;
}

/* 空間調整用 */
.m-t10{margin-top:10px;}
.m-t20{margin-top:20px;}
.m-t30{margin-top:30px;}
.m-t40{margin-top:40px;}
.m-t50{margin-top:50px;}
.m-t60{margin-top:60px;}
.m-t70{margin-top:70px;}
.m-t80{margin-top:80px;}
.m-t90{margin-top:90px;}
.m-t100{margin-top:100px;}
.m-t110{margin-top:110px;}
.m-t120{margin-top:120px;}
.m-t130{margin-top:130px;}
.m-t140{margin-top:140px;}
.m-t150{margin-top:150px;}
.m-b10{margin-bottom:10px;}
.m-b20{margin-bottom:20px;}
.m-b30{margin-bottom:30px;}
.m-b40{margin-bottom:40px;}
.m-b50{margin-bottom:50px;}
.m-b60{margin-bottom:60px;}
.m-b70{margin-bottom:70px;}
.m-b80{margin-bottom:80px;}
.m-b90{margin-bottom:90px;}
.m-b100{margin-bottom:100px;}
.m-b150{margin-bottom:150px;}
.p-t10{padding-top:10px;}
.p-t20{padding-top:20px;}
.p-t30{padding-top:30px;}
.p-t40{padding-top:40px;}
.p-t50{padding-top:50px;}
.p-t60{padding-top:60px;}
.p-t70{padding-top:70px;}
.p-t80{padding-top:80px;}
.p-t90{padding-top:90px;}
.p-t100{padding-top:100px;}
.p-t150{padding-top:150px;}
.p-l10{padding-top:10px;}
.p-l20{padding-left:20px;}
.p-l30{padding-left:30px;}
.p-l40{padding-left:40px;}
.p-l50{padding-left:50px;}
.p-l60{padding-left:60px;}
.p-l70{padding-left:70px;}
.p-l80{padding-left:80px;}
.p-l90{padding-left:90px;}
.p-l100{padding-left:100px;}
.p-r10{padding-right:10px;}
.p-r20{padding-right:20px;}
.p-r30{padding-right:30px;}
.p-r40{padding-right:40px;}
.p-r50{padding-right:50px;}
.p-r60{padding-right:60px;}
.p-r70{padding-right:70px;}
.p-r80{padding-right:80px;}
.p-r90{padding-right:90px;}
.p-r100{padding-right:100px;}
.p-b10{padding-bottom:10px;}
.p-b20{padding-bottom:20px;}
.p-b30{padding-bottom:30px;}
.p-b40{padding-bottom:40px;}
.p-b50{padding-bottom:50px;}
.p-b60{padding-bottom:60px;}
.p-b70{padding-bottom:70px;}
.p-b80{padding-bottom:80px;}
.p-b90{padding-bottom:90px;}
.p-b100{padding-bottom:100px;}
.p-b110{padding-bottom:110px;}
.p-b120{padding-bottom:120px;}
.p-b130{padding-bottom:130px;}
.p-b140{padding-bottom:140px;}
.p-b150{padding-bottom:150px;}
.p-b160{padding-bottom:160px;}
.p-b170{padding-bottom:170px;}
.p-b180{padding-bottom:180px;}
.p-b190{padding-bottom:190px;}
.p-b200{padding-bottom:200px;}


.only_500down{
	display:none;
}

.block_sub_head{
	position:relative;
	width:100%;
/*
	height:250px;
*/
	height:170px;
	background-color:#0033AB;
	
}

.block_sub_head_in{
	position:relative;
	width:90%;
	max-width:1920px;
	margin:0 auto;
}

.block_sub_head_logo{
	display:block;
	position:absolute;
	top:40px;
	left:65px;
}

.block_sub_head_logo1 img{
	width:99px;
}

.block_sub_head_logo_txt1{
	font-family:'Noto Serif JP', serif;
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:1;
	padding-top:5px;
	padding-left:20px;
	padding-bottom:10px;
}

.block_sub_head_logo_txt2{
	font-family:'Noto Serif JP', serif;
	font-size:36px;
	font-weight:700;
	color:#fff;
	line-height:1;
	padding-left:20px;
}

/*
.block_sub_head_line{
	position:absolute;
	bottom:-1px;
	width:100%;
	height:100px;
	background-image:url("../image/kyotsu/block_sub_head_line.svg");
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:101%;
}
*/

.block_sub_head_line{
	position:absolute;
	top:0px;
	width:100%;
	height:100px;
	background-image:url("../image/kyotsu/block_sub_head_line2.svg");
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:101%;
	transform: scale(1,-1);
}

.block_sub_title_back{
	width:100%;
	height:370px;
	position:relative;
	background-image:url("../image/service/service_main.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
	padding-bottom:90px;
}

.block_sub_head_menu{
	position:absolute;
	top:40px;
	right:570px;
	width:fit-content;
}

.block_sub_head_menu a:hover{
	color:#FFE100;
}

.block_sub_head_menu a{
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding:0 22px;
}




/*　ハンバーガーボタン　*/
.hamburger_sub {
	display:none;
	position:fixed;
	z-index:999;
	right:50px;
	top:15px;
	width:30px;
	height:30px;
	cursor:pointer;
	text-align:center;
}

.hamburger_sub span {
	display:block;
	position:absolute;
	width:40px;
	height:7px ;
	left:6px;
	background:#FFE300;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
.hamburger_sub span:nth-child(1) {
	top:10px;
}
.hamburger_sub span:nth-child(2) {
	top:23px;
}
.hamburger_sub span:nth-child(3) {
	top:36px;
}

/* ナビ開いてる時のボタン */
.hamburger_sub.active span:nth-child(1) {
	top:16px;
	left:6px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.hamburger_sub.active span:nth-child(2),
.hamburger_sub.active span:nth-child(3) {
	top:16px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

nav.globalMenuSp_sub {
	position:fixed;
	z-index:998;
	top:0;
	left:0;
	color:#000;
	background:#fff;
	text-align:center;
	transform:translateY(-100%);
	transition:all 0.6s;
	width:100%;
}

nav.globalMenuSp_sub ul {
	background:#fff;
	margin:0 auto;
	padding:0;
	width:100%;
}

nav.globalMenuSp_sub ul li {
	list-style-type:none;
	padding:0;
	width:100%;
	border-bottom:1px solid #fff;
}

nav.globalMenuSp_sub ul li:last-child {
	padding-bottom:0;
	border-bottom:none;
}
nav.globalMenuSp_sub ul li:hover{
	background :#fff;
}

nav.globalMenuSp_sub ul li a {
	font-family:'Genuine 400_pickup';
	font-size:15px;
	display:block;
	padding:1em 0;
	text-decoration :none;
}

nav.globalMenuSp_sub ul li span a {
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:1em 0;
	text-decoration :none;
}


/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp_sub.active {
	transform:translateY(0%);
}

.hamburger_sub_white{
	background:#FFF!important;
}

.block_sub_head_contact{
	display:block;
	position:absolute;
	top:100px;
	right:5%;
	z-index:1;
	width:240px;
	height:240px;
	border-radius:50%;
	background-color:#FFE100;
	text-align:center;
}

.block_sub_head_contact:hover{
	background-color:#17479B;
}

.block_sub_head_contact:hover .block_sub_head_contact_txt{
	color:#FFE100;
}

.block_sub_head_contact:hover .block_sub_head_contact_img{
	background-image:url("../image/index/head_moushikomi_on.png");
}

.block_sub_head_contact_img{
	width:92px;
	height:88px;
	background-image:url("../image/index/head_moushikomi_off.png");
	background-repeat:no-repeat;
	background-position:center;
	margin-left:80px;
	margin-top:50px;
	margin-bottom:20px;
}

.block_sub_head_contact_txt{
	font-family:'MOBO';
	font-size:26px;
	color:#17479B;
	line-height:1;
}

.block_sub_title1{
	font-family:'Millionaire_DEMO';
	font-size:100px;
	color:#0033AB;
	line-height:1;
	text-align:center;
	padding:150px 0 40px;
}

.block_sub_title2{
	font-family:'MOBO';
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:1;
}

.block_footer_contact{
	position:relative;

}

.block_footer_contact_man{
	position:absolute;
	top:-250px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	z-index:1;
}

.block_footer_contact_man_fuwafuwa1{
	position:absolute;
	top:-320px;
	left:40%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	z-index:0;
}

.block_footer_contact_man_fuwafuwa2{
	position:absolute;
	top:-290px;
	left:60%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	z-index:0;
}

.scroll_footer_contact_man_fadein1 {
	opacity : 0.1;
	transition: all 2s 0s ease;
}

.scroll_footer_contact_man_scrollin1 {
	opacity : 1;
}

.scroll_footer_contact_man_fadein2 {
	opacity : 0.1;
	transition: all 2.5s 0s ease;
}

.scroll_footer_contact_man_scrollin2 {
	opacity : 1;
}

.block_footer_contact1{
	width:50%;
	height:455px;
	background-color:#0033AB;
}

.block_footer_contact2{
	width:50%;
	height:455px;
	background-color:#1CB5FF;
}

.block_footer_contact_box1{
	width:100%;
	max-width:370px;
	margin:0 0 0 auto;
	padding-right:100px;
	text-align:center;
}

.block_footer_contact_box2{
	width:100%;
	max-width:370px;
	margin:0 auto 0 0;
	padding-left:100px;
	text-align:center;
}

.block_footer_contact_txt1{
	font-family:'MOBO';
	font-size:40px;
	color:#fff;
	padding:100px 0 20px;
}

.block_footer_contact_txt2{
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	padding:0 30px 50px;
}

.block_footer_contact_txt3{
	font-family:'MOBO';
	font-size:16px;
	color:#fff;
	padding-bottom:50px;
}

.block_footer_contact_link_a{
	display:block;
	position:relative;
	width:237px;
	height:64px;
	background-color:#FFE100;
	border-radius:32px;
	margin:0 auto 15px;
}

.block_footer_contact_link_b{
	display:block;
	position:relative;
	width:267px;
	height:64px;
	background-color:#FFE100;
	border-radius:32px;
	margin:0 auto 15px;
}

.block_footer_contact_link_a:hover{
	background-color:#fff;
}

.block_footer_contact_link_b:hover{
	background-color:#fff;
}

.block_footer_contact_link1{
	font-family:'MOBO';
	font-size:16px;
	color:#17479B;
	height:64px;
	line-height:64px;
}

.block_footer_contact_link2{
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}

.block_footer_contact_link2 img{
	vertical-align:middle;
}

.block_footer_contact_link3{
	position:absolute;
	top:50%;
	left:20px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}

.block_footer_contact_link3 img{
	vertical-align:middle;
}

.block_footer_news{
	background-color:#000;
	padding:150px 0 110px;
}

.block_footer_news_in{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}

.block_footer_news_txt1{
	font-family:'Millionaire_DEMO';
	font-size:100px;
	color:#fff;
	text-align:center;
}

.block_footer_news_txt2{
	font-family:'MOBO';
	font-size:40px;
	color:#fff;
	padding-bottom:65px;
	text-align:center;
}

.block_footer_news_list{
	width:90%;
	max-width:956px;
	margin:0 auto 130px;
}

.block_footer_news_list_txt{
	font-size:20px;
	color:#fff;
	padding:0 0 30px 40px;
}

.block_footer_news_list_line{
	width:100%;
	height:1px;
	background-color:#fff;
	margin-bottom:40px;
}

.block_footer_news_link{
	display:block;
	position:relative;
	width:304px;
	height:64px;
	background-color:#0033AB;
	border-radius:32px;
	margin:0 auto;
	text-align:center;
}

.block_footer_news_link:hover{
	background-color:#fff;
}

.block_footer_news_link:hover .block_footer_news_link1{
	color:#0033AB;
}

.block_footer_news_link:hover .block_footer_news_link_sankaku{
	display:none;
}

.block_footer_news_link:hover .block_footer_news_link_sankaku_hover{
	display:block;
}

.block_footer_news_link1{
	font-family:'MOBO';
	font-size:16px;
	color:#fff;
	height:64px;
	line-height:64px;
}

.block_footer_news_link2{
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}

.block_footer_news_link_sankaku_hover{
	display:none;
}

.block_footer_news_link2 img{
	vertical-align:middle;
}

.block_footer_last{
	width:100%;
	background-color:#0033AB;
	text-align:center;
}

.block_footer_last_img1{
	padding:100px 0 50px;
}

.block_footer_last_img2{
	padding:100px 0 50px;
	display:none;
}

.block_footer_last_txt1{
	font-size:16px;
	color:#fff;
	padding-bottom:25px;
}

.block_footer_last_txt2{
	font-family:'MOBO';
	font-size:32px;
	color:#fff;
	padding-bottom:220px;
}

.contact_fixed{
	position:fixed;
	right:50px;
	top:50px;
	opacity:0.8;
	z-index:110;
}
	

.contact_fixed_buttom{
	position:relative;
	display:block;
	width:150px;
	height:150px;
	border-radius:50%;
	background-color:#FFE100;
	text-align:center;
}

.contact_fixed_buttom:hover{
	background-color:#17479B;
}

.contact_fixed_buttom:hover .contact_fixed_buttom_txt{
	color:#FFE100;
}

.contact_fixed_buttom:hover .contact_fixed_buttom_img{
	background-image:url("../image/index/head_moushikomi_on.png");
}

.contact_fixed_buttom_img{
	position:absolute;
	top:30px;
	left:50px;

	background-image:url("../image/index/head_moushikomi_off.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:60px 58px;
	width:60px;
	height:58px;

}

.contact_fixed_buttom_txt{
	position:absolute;
	top:100px;
	left:38px;
	font-family:'MOBO';
	font-size:15px;
	color:#17479B;
	line-height:1;
}




@media screen and (max-width:1920px) {

	.block_sub_head_menu{
		right:300px;
	}

	.block_sub_head_menu a{
		font-size:20px;
	}

	.block_footer_contact_man{
		top:-200px;
		width:300px;
	}

	.block_footer_contact_man_fuwafuwa1{
		top:-300px;
		left:40%;
	}

	.block_footer_contact_man_fuwafuwa2{
		top:-270px;
		left:60%;
	}






}

@media screen and (max-width:1500px) {

	.block_sub_head_logo{
		top:60px;
		left:40px;
	}

	.block_sub_head_menu{
		top:20px;
		right:150px;
	}

	.block_sub_head_menu a{
		font-size:17px;
	}

	.block_sub_head_contact{
		width:200px;
		height:200px;
	}

	.block_sub_head_contact_img{
		margin-left:60px;
		margin-top:30px;
		margin-bottom:10px;
	}

	.block_sub_head_contact_txt{
		font-size:20px;
	}

	.block_sub_title1{
		font-size:80px;
		padding:150px 0 30px;
	}

	.block_sub_title2{
		font-size:30px;
	}


}


/* 画面幅1024以下 PC*/
@media screen and (max-width:1024px) {


	.block_sub_head_menu{
		right:100px;
	}

	.block_sub_head_menu a{
		font-size:17px;
	}

	.block_sub_head_menu a{
		font-size:15px;
	}

	.block_sub_head_menu{
		display:none;
	}

	.hamburger_sub{
		display:block;
	}

	.block_sub_head_contact{
		top:140px;
		width:150px;
		height:150px;
	}

	.block_sub_head_contact_img{
		background-size:60px 58px;
		width:60px;
		height:58px;
		margin-left:50px;
		margin-top:30px;
		margin-bottom:10px;
	}

	.block_sub_head_contact_txt{
		font-size:15px;
	}

	.block_sub_head_logo{
		left:0px;
	}

	.block_sub_head_logo_txt1{
		font-size:12px;
	}

	.block_sub_head_logo_txt2{
		font-size:28px;
	}

	.block_footer_contact_man{
		top:-150px;
		width:250px;
	}

	.block_footer_contact_man_fuwafuwa1{
		width:179px;
		top:-230px;
		left:35%;
	}

	.block_footer_contact_man_fuwafuwa2{
		width:168px;
		top:-200px;
		left:65%;
	}

	.block_footer_contact_box1{
		margin:0 auto;
		padding-right:0;
	}

	.block_footer_contact_box2{
		margin:0 auto;
		padding-left:0;
	}

	.block_footer_news_txt1{
		font-size:70px;
	}

	.block_footer_news_txt2{
		font-size:30px;
		padding-bottom:50px;
	}

	.contact_fixed{
		right:30px;
		top:auto;
		bottom:30px;
	}














}


/* 画面幅768px以下 タブレット*/
@media screen and (max-width:768px) {

	.block_sub_head{
		height:150px;
	}

	.block_sub_head_logo{
		top:20px;
		left:0;
	}

	.block_sub_head_menu{
		position:static;
		margin:0 auto;
		padding-top:120px;
	}

	.block_sub_head_contact{
		top:100px;
		right:0;
	}

	.block_sub_title_back{
		height:200px;
	}

	.block_sub_title1{
		font-size:60px;
		padding:110px 0 20px;
	}

	.block_sub_title2{
		font-size:20px;
	}

	.block_footer_contact_man{
		top:-120px;
		width:200px;
	}

	.block_footer_contact_man_fuwafuwa1{
		width:129px;
		top:-180px;
		left:30%;
	}

	.block_footer_contact_man_fuwafuwa2{
		width:118px;
		top:-150px;
		left:70%;
	}

	.block_footer_contact_txt1{
		font-size:30px;
	}

	.block_footer_contact_txt2{
		height:80px;
	}

	.block_footer_contact_link_a{
		width:90%;
		height:50px;
	}

	.block_footer_contact_link_b{
		width:90%;
		height:50px;
	}

	.block_footer_contact_link1{
		height:50px;
		line-height:50px;
	}

	.block_footer_news_list_txt{
		font-size:15px;
	}


}

/* 画面幅500px以下　モバイル*/
@media screen and (max-width:500px) {

	.only_500up{
		display:none;
	}

	.only_500down{
		display:block;
	}

	.block_sub_head_logo1 img{
		width:56px;
	}

	.block_sub_head_logo_txt1{
		font-size:12px;
		line-height:12px;
		padding-top:0;
		padding-bottom:5px;
	}

	.block_sub_head_logo_txt2{
		font-size:21px;
		line-height:21px;
	}

	.block_sub_head_contact{
		width:100px;
		height:100px;
	}

	.block_sub_head_contact_img{
		background-size:40px 38px;
		width:40px;
		height:38px;
		margin-left:34px;
		margin-top:20px;
		margin-bottom:5px;
	}

	.block_sub_head_contact_txt{
		font-size:11px;
	}

	.block_sub_head_menu{
		padding-top:100px;
	}

	.block_sub_head_menu a{
		font-size:12px;
		padding:0 10px;
	}

	.block_footer_contact_man{
		top:-100px;
		width:150px;
	}

	.block_footer_contact1{
		width:100%;
	}

	.block_footer_contact2{
		width:100%;
	}

	.block_footer_news_link{
		width:80%;
		height:50px;
		border-radius:25px;
	}

	.block_footer_news_link1{
		font-size:14px;
		height:50px;
		line-height:50px;
	}

	.block_footer_news_list{
		margin:0 auto 70px;
	}


	.block_footer_last_img1{
		display:none;
	}

	.block_footer_last_img2{
		text-align:center;
		display:inline;
	}

	.block_footer_last_txt1{
		font-size:12px;
	}

	.block_footer_last_txt2{
		font-size:20px;
	}

	.contact_fixed_buttom{
		width:100px;
		height:100px;
	}

	.contact_fixed_buttom_img{
		top:15px;
		left:33px;
		background-size:40px 38px;
		width:40px;
		height:38px;

	}

	.contact_fixed_buttom_txt{
		top:60px;
		left:20px;
		font-size:12px;
	}



















}

/* 画面幅320px以下　モバイル*/
@media screen and (max-width:320px) {


	.block_footer_contact_txt2{
		font-size:12px;
	}

	.block_footer_contact_txt3{
		font-size:13px;
	}


}

