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



/* ======== PC・スマホ共通CSS ======== */

*{
	margin:0;
	padding:0;
}

/* ボディ */
#eup_support_pj{
	width:100%;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; 
	margin:auto; 
	padding:0 0 50px 0; 
	text-align:center;
	letter-spacing:0.08em;
	color:#181818;
	line-height: 1.8;
	font-size: 16px;
}

/* セクション */
#eup_support_pj section{
	width:100%;
}

/* セクション内側 */
#eup_support_pj #eupspTop,
#eup_support_pj #eupspAbout,
#eup_support_pj #eupspWho,
#eup_support_pj #eupspWho,
#eup_support_pj #eupspWhy,
#eup_support_pj #eupspContact{
	max-width:1000px;
	margin: auto;
	padding: 180px 40px;
}

/* flex共通 */
#eup_support_pj #eupspTop ul{
	display: flex;
}

/* title共通 */
#eup_support_pj p.title{
	font-size: 28px;
	margin-bottom: 30px;
}

/* リスト */
#eup_support_pj li{
	list-style:none;	
}

/* リンク */
#eup_support_pj a{
	display:block;
	text-decoration:none;
	color:#181818;
	}
#eup_support_pj a:hover { opacity:0.8;}


/* 画像 */
#eup_support_pj img {
	border:none;
	vertical-align:top;
}


/* 汎用CSS */
#eup_support_pj .mincho1 {font-family: "凸版文久明朝", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;}

#eup_support_pj .tac{text-align:center;}
#eup_support_pj .tar{text-align:right;}
#eup_support_pj .tal{text-align:left;}

#eup_support_pj .bgColor1{background-color:#ffffff;} /*ホワイト*/
#eup_support_pj .bgColor2{background-color:#EFE7DC;} /*アイボリー*/

#eup_support_pj .bgColor3{background-color:#342515;} /*ブラウン*/


#eup_support_pj .fc1{color:#fff;} /*白*/
#eup_support_pj .fc2{color:#342515;} /*ブラウン*/

#eup_support_pj .fc1{color:#fff;} /*白*/




/* ======== PC用CSS (スマホ用は下部) ======== */

#eup_support_pj .pc{ display: block; }
#eup_support_pj .sp{ display: none; }


/* TOP */
/* 背景画像 */
#eup_support_pj #bg_img{
  background: URL(../img/img01.jpg);
  width: 100%;
  height: ;
  background-size:cover;
  background-position:50%;
  position: relative;
}
#eup_support_pj .bg_img p{
  position: relative;
}

#eup_support_pj #eupspTop{
	width:800px;
	color: #fff;
	text-align: right;
	padding: 100px 40px;
}

#eup_support_pj #eupspTop h1{
	font-size: 45px;
	font-weight: normal;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 60px;
}

#eup_support_pj #eupspTop h1 span.lBig{
	font-size: 60px;
}

#eup_support_pj #eupspTop #topSub{
	font-size: 12px;
	margin-bottom:-25px; 
}

#eup_support_pj #eupspTop ul{
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

#eup_support_pj #eupspTop ul li{

}

#eup_support_pj #eupspTop ul li a{
	background: #fff;
	font-size: 13px;
	border-radius: 2px;
	padding: 5px;
	margin: auto 5px;
	line-height: 1.4;
}


/* BMTとは*/
#eup_support_pj #eupspAbout{
	width: 800px;
	text-align: left;
}


/* Who*/
#eup_support_pj #eupspWho{
	position: relative;
}


#eup_support_pj #eupspWho #bg_img2{
	background: URL(../img/img02.jpg);
	width: 60%;
	height: 550px;
	background-size:cover;
	background-position:50%;
}

#eup_support_pj #eupspWho #eupspWhoWrap{
	width:50%;
	position: absolute;
	background: rgba(255,255,255,0.8);
	padding: 50px;
	text-align: left;
	top: 24%;
	right: 40px;
}



/* Why*/

/* 背景画像 */
#eup_support_pj #bg_img3{
  background: URL(../img/img03.jpg);
  width: 100%;
  height: ;
  background-size:cover;
  background-position:50%;
  position: relative;
}
#eup_support_pj .bg_img p{
  position: relative;
}

#eup_support_pj #eupspWhy{
	width:700px;
	text-align: left;
}


/* contact*/
#eup_support_pj #eupspContact{
	width:700px;
}

#eup_support_pj #eupspContact .btn01{
	width:500px;
	margin: auto;
}

#eup_support_pj #eupspContact .btn01 a{
	background: #003366;
	color: #fff;
	padding: 20px;
	margin-top: 50px;
	border-radius: 5px;
}






/* ======== スマホ用CSS ======== */

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

#eup_support_pj .pc{ display: none; }
#eup_support_pj .sp { display: block; }
	
#eup_support_pj #eupspTop,
#eup_support_pj #eupspAbout,
#eup_support_pj #eupspWho,
#eup_support_pj #eupspWho,
#eup_support_pj #eupspWhy,
#eup_support_pj #eupspContact{
	max-width:100%;
	padding: 140px 40px;
}

	
/* TOP */
#eup_support_pj #eupspTop{
	text-align: left;
}

#eup_support_pj #eupspTop ul{
	justify-content: flex-start;
}

#eup_support_pj #eupspTop p{
	font-size: 14px;
}

#eup_support_pj #eupspTop h1 span.lBig{
	font-size: 35px;
}
#eup_support_pj #eupspTop h1{
	font-size: 30px;
}

#eup_support_pj #eupspTop #topSub{
	margin-bottom:0; 
}

	
	
/* BMTとは */
#eup_support_pj #eupspAbout{
	width: auto;
}
	
/* Who */
#eup_support_pj #eupspWho #bg_img2{
	background: URL(../img/img02.jpg);
	width: 100%;
	height: 800px;
}

#eup_support_pj #eupspWho #eupspWhoWrap{
	width:auto;
	position: absolute;
	padding: 50px;
	top: 24%;
	right: 0;
}
		
	
/* Why*/
#eup_support_pj #eupspWhy{
	width:auto;
}

	
	
/* contact*/
#eup_support_pj #eupspContact{
	width:auto;
}

#eup_support_pj #eupspContact .btn01{
	width:100%;
}
	
	
	

}




