@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
img {
	border:0;
}
ul {
	list-style:none;
}
a:link {
	color:#FFFFFF;
	text-decoration:none
}
a:visited {
	color:#FFFFFF;
	text-decoration:none
}
a:hover {
	color:#a9a9a9;
	text-decoration:none
}
a:active {
	color:#a9a9a9;
	text-decoration:none
}
a:hover img {/*リンクのついた画像の透明度を変える*/
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
	background:transparent;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix{display: inline-block;}

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */


body {
	font-size: 15px;
	color: #333;
	font-family: verdana,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 170%;
}

header{
	width: 100%;
	text-align: center;
}

.in_box{
	margin:0 auto;
	width: 980px;
	text-align: center;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ここからスタート
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*①メインビジュアルの設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#mv01{
	width:100vw;
	/*メインビジュアルの高さ調節*/
	height: 700px;
	/*メインビジュアル画像配置*/
	background: url(../img/mv_back.jpg) no-repeat center 0;
	text-align: center;
	background: cover;
}

#logo{
	position:absolute;
	top: 30px;
}

/*②メインビジュアルテキスト調節＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#mv_text{
	padding-top: 300px;
	font-size: 30px;
	font-weight: 100;
}

#mv_text i{
	font-size: 22px;
	font-style: normal;
}

header span{
	text-shadow: 0 0 5px #FFF;
}

/*③ナビゲーション設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#h_nav {
	/*ナビゲーション色変更*/
	background-color: #e7858d;
}

#w_box{
	width: 980px;
	margin: 0 auto;
}

#h_nav ul{
	width:630px;
	float: left;
}

#h_nav li{
	float:left;
	font-size: 14px;
	padding: 20px 10px 20px;
}

/*カーソルが乗ったときの色、文字色の変更*/
#h_nav li:hover{
	background-color: #d6535d;
	color: #fff;
}

#nav_btn1{
	/*日本語ボタン色変更*/
	background-color: #538ed6;
	width: 120px;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	float: left;
	font-size: 14px;
	border-radius: 10px;
	border-right: 5px solid #fff;
}

#nav_btn1:hover{
	/*日本語ボタンにカーソルが乗ったときの色変更*/
	background-color: #396eaf;
}

#nav_btn2{
	/*フランス語ボタン色変更*/
	background-color: #32b16c;
	width: 120px;
	padding: 5px 10px;
	text-align: center;
	margin: 15px 0 0 20px;
	float: left;
	font-size: 14px;
	border-radius: 10px;
	border-right: 5px solid #fff;
}

#nav_btn2:hover{
	/*フランス語ボタンにカーソルが乗ったときの色変更*/
	background-color: #086b50;
}

#nav_right{
	width: 350px;
	float: right;
}

/*④メンバーの自己紹介の設定===================================================================*/

#member{
	/*メンバーの項目の背景画像の設定*/
	background: url(../img/sakura.png);
	padding-bottom: 70px;
}

#m_text{
	padding: 50px 0;
	font-size: 28px;
}

#m_box1 b {
	font-size: 18px;
	line-height: 30px;
}

#m_box2 b {
	font-size: 18px;
	line-height: 30px;
}

#m_box3 b {
	font-size: 18px;
	line-height: 30px;
}

#m_box4 b {
	font-size: 18px;
	line-height: 30px;
}

.m_photo img{
	width: 20%;
}

.m_box{
	color: #0b0b0b;
	text-align: center;
	width: 430px;
	height: 130px;
	margin: 10px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
}

#m_1{
	float: left;
}

#m_2{
	float: right;
}

#m_3{
	float: left;
}

#m_4{
	float: right;
}


/*⑤テーマの選定理由の設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#reason{
	/*背景画像の設定*/
	background: url(../img/back02.jpg) no-repeat center 0;
	background: cover;
	/*サイズ調節*/
	background-size: 100%;
	padding: 40px 0;
	box-sizing: border-box;
}

#r_photo p{
	margin: 30px 10px 40px 25px;
	text-align: center;
}

#r_text1{
	font-size: 24px;
	padding: 70px 0 0;
}

#r_text2{
	padding: 20px 30px;
	font-size: 14px;
	font-weight: normal
}

#white_back{
	background: rgba(255,255,255,0.8);
	border-radius: 20px;
}


/*⑤選定理由、内容、結果などのの設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#blue{
	/*背景色変更*/
	background: url(../img/sakura.png);
	padding-bottom: 30px;
	padding-top: 50px;
}

.i3{
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.i3 img{
	width: 300px;
	height: 200px;
	border-radius: 10px;
}

.i2 img{
	margin: 30px 0;
	padding: 30px;
	width: 800px;
	background-color: #fff;
	border: 5px solid #ccc;
	border-radius: 20px;
}

.b_right_box{
	margin: 0 auto 30px;
	padding: 20px;
	width: 900px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}

.b_title{
	margin-bottom: 20px;
}

.b_right_box p{
	font-size: 14px;
	font-weight: normal;
}

.g3 img{
	margin-top: 20px;
	border-radius: 20px;
	border: 5px solid #fff;
}

/*⑥グラフや調査結果の画像配置＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#resume{
	background: url(../img/resume_back.jpg) no-repeat center 0;
	padding: 30px 0;
	box-sizing: border-box;
	background: cover;
	background-size: 140%;
}

#res_white{
	background-color: rgba(255,255,255,0.9);
	padding: 30px;
	box-sizing: border-box;
	margin-top: 15px;
	border-radius: 20px;
}

#res_white p{
	font-size: 14px;
	opacity: 1;
}

#photo{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
	background: url(../img/sakura.png);
}

#photo h1{
	background-color: #e7858d;
		padding: 20px 0 20px;
		margin:30px auto 20px;
		color: #fff;
		width: 400px;
		border-radius: 20px;
		border: 5px solid #ccc;
}



/*⑥フッターの設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
footer{
	background-color: #e7858d;
	text-align: center;
	padding: 20px 0;
}

footer small{
	color: #ccc;
}

#pagetop{
	position: fixed;
	right: -10%;
	bottom: 2%;
}

#pagetop img{
	width: 30%;
}
