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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, title, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
}
/* Clearfix */
.clearfix:after{
    content:" ";
    display:block;
    clear:both;
}

.mb1{margin-bottom:1px;}
.mb2{margin-bottom:2px;}
.mb3{margin-bottom:3px;}
.mb5{margin-bottom:5px;}
.mb6{margin-bottom:6px;}
.mb7{margin-bottom:7px;}
.mb8{margin-bottom:8px;}
.mb9{margin-bottom:9px;}
.mb10{margin-bottom:10px;}
.mb13{margin-bottom:13px;}
.mb15{margin-bottom:15px;}
.mb18{margin-bottom:18px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}


.border_bottom{
	border-bottom:1px solid #414548;
	padding-bottom:10px;
	margin-bottom:10px;
}

.text{
	display:inline-block;
}
/*
font-family: 'M PLUS Rounded 1c', sans-serif;　丸ゴシック
weight:300/400/500/700
font-family: 'Noto Sans JP', sans-serif;　ゴシック
weight:300/400/500/700
font-family: 'Noto Serif JP', serif;　明朝
weight:300/400/500/600/700
font-family: 'Josefin Sans', sans-serif;　英字のみ
500/600
*/

.under {
  border-bottom: solid 3px #87CEFA;
}


/*body
****************************/
html {
 height: 100%;
}

body{
	height: 100%;
	font-family: 'Noto Serif JP', serif;
	color:#414548;
}



/*container
****************************/
#container{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
#bg-video{
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;	
}
#video_area_sp{
	display:none;
}
#text_container{
	position:absolute;
	top:34%;
	left:12%;
}
#text_container h1{
	margin-bottom:20px;
}
#text_container #text_container_a{
	width:80%;
	display:none;
}
#text_container #text_container_b{
	width:60%;
	display:none;
}
#text_container #text_container_c{
	width:50%;
	display:none;
}




/*container2
****************************/
#container2{
	width:100%;
	margin:0 auto;
	padding-top:20px;
}
.menu-container-sp{
	display:none;
}
#menu_btn{
	display:none;
}

/*nav
****************************/
.menu-container-pc{
    background-color: #fff;
	opacity: 0.9;
    width: 100%;
	z-index: 10;
	padding: 20px 0 15px 0;
	margin-bottom: 10px;
}
.menu-container-pc.fixed{
    position: fixed;
    top: 0;
}
#g_navi{
	width: 100%;
	margin:0 auto;
}
#g_navi ul{
	display:table;
	width:85%;
	margin:0 auto;
	text-align:center;
}
#g_navi ul li{
	display:inline-block;
	vertical-align:middle;
	border-left:1px solid #414548;
	padding:0 15px 0 15px;
}
#g_navi ul li:first-child{
	padding:0;
	border-left:none;
}
#g_navi ul li:nth-child(2){
	border-left:none;
	padding-left:25px;
}
#g_navi ul li img{
	width: 50px;
}
#g_navi ul li a{
	color:#414548;
	font-size:15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
}
#g_navi ul li a:hover{
	color:#ea5514;
	transition:0.8s;
}
#menu_button{
	width:300px;
	margin:0 auto;
	text-align:center;
	margin-top:0px;
	margin-bottom:30px;
	margin-top:30px;
}
#menu_button a{
	font-size:22px;
	text-align:center;
	color:#0068b7;
	width:300px;
	height:50px;
	line-height:50px;
	border:1px solid #0068b7;
	border-radius:1px;
	display:block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}
#menu_button a:hover{
	color:white;
	background-color:#0068b7;
	transition: 0.5s;
}

/*#text_container2
****************************/
#text_container2{
	width:750px;
	margin:0 auto;
}

/*#text_container2_1（本文）
****************************/
series_title{
	/*position:relative;*/
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
	text-align:center;
	padding:20px 10px;
	background-color:rgba(255,255,255,0.7);
	width:53%;
}
.series_title .year{
	font-size:17px;
	font-weight:500;
	margin-bottom:10px;
	color:#EA5514;
}
.series_title h2{
	font-size:23px;
	line-height:29px;
	font-weight:700;
	margin-bottom:4px;
	letter-spacing:1px;
}
.series_title h2 span{
	letter-spacing:0;
}
.series_title h3{
	font-size:13px;
	line-height:17px;
	font-weight:400;
	font-family: 'Sawarabi Mincho', sans-serif;
	margin-bottom:1px;
}
.series_title .name{
	margin-top:14px;
	font-size:16px;
	font-weight:500;
	margin-bottom:5px;
}
.series_title .position{
	font-size:13px;
	line-height:17px;
	font-weight:400;
}
#text_container2_1 .title_size35{
	font-size: 35px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom:10px;
	font-family: 'Noto Sans JP', sans-serif;
}
#text_container2_1 .title_size31{
	font-size: 31px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom:10px;
	font-family: 'Noto Sans JP', sans-serif;
}
#text_container2_1 .title_size21{
	font-size: 21px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom:10px;
	font-family: 'Noto Sans JP', sans-serif;
}
#text_container2_1 .title_square{
	font-size: 22px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom:10px;
	font-family: 'Noto Sans JP', sans-serif;
	width:;
	height:;
	border-style: ;
	margin: 10px 10px 10px 0;
	padding: 3px 7px 5px;
	color:#fff;
	background-color:#ea5549;
}
#text_container2_1{
	width:680px;
	margin:0 auto;
	margin-top:60px;
}
#text_container2_1 #writer_container{
	margin-bottom:0px;
	width:100%;
}
#text_container2_1 #writer_photo{
	float:left;
	width:20%;
	height:auto;
}
#text_container2_1 #writer_photo img{	
	height:auto;
	width:100%;
}
#text_container2_1 #writer_name{
	width:70%;
	float:right;
	margin-top:30px;
	margin-right:7%;
	margin-left:3%;
	font-size:20px;
	font-weight:500;
}
#text_container2_1 #writer_name_3{
	width:70%;
	float:right;
	margin-top:10px;
	margin-right:7%;
	margin-left:3%;
	font-size:20px;
	font-weight:500;
}
#text_container2_1 #writer_name_2{
	width:70%;
	float:right;
	margin-right:7%;
	margin-left:3%;
	font-size:16px;
	line-height:20px;
	font-weight:300;
}
#text_container2_1 #writer_name_4{
	width:70%;
	float:right;
	margin-top:40px;
	margin-right:7%;
	margin-left:3%;
	font-size:16px;
	line-height:20px;
	font-weight:300;
}
#text_container2_1 p{
	font-size:18px;
	font-weight:300;
	line-height:34px;
}
#text_container2_1 .space{
	text-align: center;
}
#text_container2_1 #figure{
	/*background-color:pink;*/
	text-align:center;
}
#text_container2_1 #figure .s_cite{
	font-size:18px;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	text-align:left;
	margin-bottom:20px;
}
#text_container2_1 dl{
	font-size:18px;
	line-height:34px;
}
#text_container2_1 #last_dl{
	margin-bottom:0px;
}

#text_container2_1 dl dt{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	color:#6C9BD2;
}

#text_container2_1 ul{
	font-size:18px;
	font-weight:400;
	line-height:34px;
	font-family: 'Noto Sans JP', sans-serif;
}
#text_container2_1 ul li{
	text-indent:-18px;
	padding-left:18px;
	margin-top:10px;
}
#text_container2_1 .small{
	font-size:14px;
	line-height:22px;
	vertical-align:top; /* 上で揃える */
}
#text_container2_1 .round{
	color:#d3d3d3;
}
#text_container2_1 #biography{
	font-size:14px;
	line-height:22px;
	margin-top:60px;
	border-top:1px solid #666;
	padding-top:20px;
}
#text_container2_1 .midashi_square{
	font-size:28px;
	font-weight:bold;
	width:120px;
	font-family: 'Noto Sans JP', sans-serif;
	border-width: thick;
	border-style: solid;
	margin: 10px 0px;
	padding: 10px 15px 15px 20px;
	color:#ea5549;
}
#text_container2_1 .midashi{
	font-size:28px;
	font-weight:500;
	margin-top:50px;
	margin-bottom:30px;
	font-family: 'Noto Sans JP', sans-serif;
	color:#ea5549;
}
#text_container2_1 .midashi_m{
	font-size:24px;
	font-weight:500;
	margin-bottom:20px;
	font-family: 'Noto Sans JP', sans-serif;
	color:#008db7;
}
#text_container2_1 .midashi_s{
	font-size:22px;
	font-weight:500;
	margin-bottom:10px;
	font-family: 'Noto Sans JP', sans-serif;
	color:#4e454a;
}
#text_container2_1 .accents{
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	color:#000000;
}
#text_container2_1 .indent4{
	margin-left: 4.5em;
	text-indent: -4.5em;
}
#text_container2_1 .s_cite{
	font-size:16px;
    font-style : italic; 
	font-family: 'Noto Sans JP', sans-serif;
	text-align:left;
	margin-bottom:20px;
}
#text_container2_1 .casestudy{
	font-size:18px;
	font-weight:400;
	line-height:34px;
	font-family: 'Noto Sans JP', sans-serif;
	color:#666c67;
	background-color: #f8f4e6;
	padding: 25px 40px 25px 40px;
}
#text_container2_1 .textbold{
	font-size:18px;
	font-weight:500;
	line-height:34px;
	font-family: 'Noto Sans JP', sans-serif;
	color:#4e454a;
}
#text_container2_1 .textbold_2{
	font-size:18px;
	font-weight:600;
	line-height:34px;
	font-family: 'Noto Sans JP', sans-serif;
	color:#4e454a;
}
#text_container2_1 .superscript{
font-size: 65%;
vertical-align: top;
position: relative;
top: -0.1em;
}

#text_container2_1 .box{
color: #ea5532;
background-color: #fff;
border: 4px double #ea5532;
font-size: 100%;
padding: 3px 10px 3px 10px;
}
#text_container2_1 .onepoint{
	font-size:18px;
	line-height:29px;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	color:#7a99cf;
    font-style : italic; 
	text-align:center;
	padding: 10px 24px;
}


.attention{
	width:100%;
	height:50%;
	position:relative;
	margin:20px 0;
}

.attention p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: .8rem;
	line-height:1.5rem;
	font-weight: 300;
	text-align: center;
	color:#504946;
}

/*
footer
*******************/
#footer{
	width:750px;
	margin:0 auto;
	padding-bottom:100px;
	padding-top:60px;
}
#footer_contactcontainer{
	width:680px;
	margin:0 auto;
	margin-top:80px;
}
#footer_contactcontainer p{
	font-size:15px;
	font-weight:300;
	line-height:21px;
	text-align:center;
	font-family: 'Noto Sans JP', sans-serif;
}
#footer_contactcontainer p a{
	color:#414548;
}
#footer_contactcontainer p .freedial{
	font-size:16px;
	font-weight:500;
}
#footer_contactcontainer p .desk{
	color:tomato;
	text-decoration:underline;
}
#footer hr{
	margin:60px 0;
}


/*
ページトップに戻る
********************/
#footer_button{
	width:400px;
	margin:0 auto;
	text-align:center;
	margin-top:0px;
	margin-bottom:60px;
	margin-top:60px;
}
#footer_button a{
	font-size:25px;
	text-align:center;
	color:#414548;
	width:400px;
	height:60px;
	line-height:60px;
	border:1px solid #414548;
	border-radius:10px;
	display:block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}
#footer_button a:hover{
	color:white;
	background-color:#414548;
	transition: 0.5s;
}

#footer_dl_button{
	width:330px;
	margin:0 auto;
	text-align:center;
	margin-bottom:60px;
	margin-top:150px;
	background-color:#006eb0;

}
#footer_dl_button a{
	font-size:17px;
	text-align:center;
	color:#fff;
	width:330px;
	height:60px;
	line-height:60px;
	border-radius:;
	display:block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}
#footer_dl_button a:hover{
	color:white;
	background-color:#00a1e9;
	transition: 0.5s;
}


/*
コピーライト
********************/
#copywriter{
	width:100%;
	margin:0 auto;
	height:20px;
}
#copywriter2{
	width:60%;
	float:left;
	padding-left:2%;
	font-size:15px;
	font-weight:300;
	line-height:20px;
}
#copywriter1{
	width:35%;
	float:left;
	text-align:right;
	position:relative;
	top:6px;
}


















