@charset "UTF-8";

/* ▼▼▼ トップ
======================================================*/
/* ▼ 高さを揃える（使わない場合は削除） */
.foo {margin-bottom: 40px;}
.foo div {
	background: #ccc;
	padding: 20px;
	}
.foo .foo-name {background: #999;}

/* ▼ スライダー
----------------------------------------*/
#mainVisual {
	width: 100%;
	background: url(../img/bg_pc.png) no-repeat center / cover;
	margin:auto auto 100px auto ;
	position: relative;
}
	#mainVisual .txt_area{
		width: 600px;
		padding:45px 0 80px 0;
		margin-left: 145px;
		text-align: left;
	}
	#mainVisual .txt_area .inner{
		margin-bottom: 62px;
		color:#104378;
		font-size: 26px;
		font-weight: bold;
	}
	#mainVisual .txt_area .inner p:last-child{
		font-size: 73px;
		font-weight: bold;
		line-height: 1.2;
	}
	#mainVisual .txt_area .copy p:first-child{
		color:#CB0606;
		font-size: 33px;
		font-weight: bold;
		z-index: 1;
	}
	#mainVisual .txt_area .copy p:first-child::after{
		display: block;
		content:'';
		width:231px;
		height: 303px;
		background: url("../img/zero.png") bottom left no-repeat;
		background-size: 240px auto;
		position: absolute;
		bottom: 68px;
		left:510px;
	}
	#mainVisual .txt_area .copy p:last-child{
		font-size: 86px;
		font-weight: bold;
		position: relative;
	}


/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

	/* ▼ スライダー
	----------------------------------------*/

	#mainVisual {
	background: url(../img/bg_sp.png) no-repeat center / cover;
	height: 500px;
	padding: 0 ;
	margin: 70px auto 0 auto;
	position: relative;
	}
	#mainVisual .txt_area{
		width: 320px;
		padding: 0;
		margin:0 auto;
	}
	#mainVisual .txt_area .inner {
    font-size: 16px;
		margin-bottom: 20px;
	}
	#mainVisual .txt_area .inner p:last-child {
    font-size: 40px;
	}
	#mainVisual .txt_area .copy p:first-child::after {
    background-size: 118px auto;
    position: absolute;
    bottom: 0px;
    left: 58%;
}
	#mainVisual .txt_area .copy p:last-child {
    font-size: 21px;
	}
	#mainVisual .txt_area .copy p:last-child {
    font-size: 43px;
	}
	#mainVisual .txt_area {
	margin: 0 auto;
	position: relative;
	top:200px;
	}
	#mainVisual .txt_area .copy p:first-child{
		font-size: 21px;
		line-height: 1.2;
	}


}
