@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;
}
.text_2{
	display:inline-block;
	text-indent:1em;
}
/*
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
*/


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

body{
	height: 100%;
	font-family: 'Noto Serif JP', serif;
    background-color: #
	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;
}


/*#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:15px;
	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: 43px;
	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{
	width:680px;
	margin:0 auto;
	margin-top:60px;
}
#text_container2_1 #writer_container{
	margin-bottom:20px;
	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%;
	margin-top:60px;
	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_3{
	width:70%;
	margin-top:5px;
	font-size:20px;
	font-weight:500;
}
#text_container2_1 .writer_name_4{
	width:70%;
	margin-top:5px;
	font-size:16px;
	line-height:20px;
	font-weight:300;
}
#text_container2_1 #writer_name_5{
	width:70%;
	margin-top:0px;
	margin-right:0%;
	margin-left:0%;
	font-size:16px;
	line-height:0x;
	font-weight:300;
}

#text_container2_1 p{
	font-size:18px;
	font-weight:300;
	line-height:34px;
	/*text-align: justify;*/
}
#text_container2_1 .center{
	text-align: center;
}
#text_container2_1 .italic{
	font-size:18px;
	font-weight:300;
	font-style: italic;
	line-height:34px;
	/*text-align: justify;*/
}
#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: 30px 40px 30px 40px;
}
#text_container2_1 #figure{
	/*background-color:pink;*/
	text-align:center;
	margin: 0 0 20px;
}
#text_container2_1 #figure .s_cite{
	font-size:18px;
	line-height:23.px;
	font-weight:400;
	font-family: 'Noto Sans JP', sans-serif;
	text-align:left;
  text-indent: -2em;
  padding-left: 3em;
	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;
}
#text_container2_1 .small{
	font-size:12px;
	line-height:23px;
	vertical-align:super;
}
#text_container2_1 .small_2{
	font-size:12px;
	line-height:23px;
	vertical-align:text-bottom;
}
#text_container2_1 .small_3{
	font-size:15px;
	line-height:23px;
	vertical-align:super;
}
#text_container2_1 .small_2_midashi{
	font-size:16px;
	line-height:23px;
	vertical-align:text-bottom;
}
#text_container2_1 .round{
	color:#d3d3d3;
}
#text_container2_1 #biography{
	font-size:14px;
	line-height:22px;
	margin-top:20px;
	border-top:1px solid #666;
	padding-top:20px;
}
#text_container2_1 .midashi_center{
	font-size:23px;
	line-height:32px;
	font-weight:400;
	font-family: 'Noto Sans JP', sans-serif;
	color:#d70035;
	text-align:center;
}
#text_container2_1 .midashi{
	font-size:31px;
	line-height:41px;
	font-weight:500;
	margin:35px 0 15px;
	font-family: 'Noto Sans JP', sans-serif;
	color:#d70035;
}
#text_container2_1 .midashi_m{
	font-size:28px;
	line-height:40px;
	font-weight:500;
	margin:15px 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
	color:#007199;
}
#text_container2_1 .midashi_m_pad{
	font-size:28px;
	padding-left:-2em;
	text-indent:2em;
	line-height:42px;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	color:#007199;
}
#text_container2_1 .midashi_s{
	font-size:24px;
	line-height:38px;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	color:#4e454a;
}
#text_container2_1 .midashi_s_pad{
	font-size:24px;
	padding-left:2.8em;
	text-indent:-2.8em;
	line-height:38px;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	color:#4e454a;
}
#text_container2_1 .midashi_g{
	font-size:24px;
	line-height:32px;
	font-weight:300;
	font-family: 'Noto Sans JP', sans-serif;
	color:#4e454a;
}
#text_container2_1 .midashi_g2{
	font-size:18px;
	line-height:30px;
	font-weight:300;
	font-family: 'Noto Sans JP', sans-serif;
	color:#4e454a;
}#text_container2_1 .midashi_white{
	font-size:16px;
	line-height:22px;
	font-weight:400;
	font-family: 'Noto Sans JP', sans-serif;
	color:#FFFFFF;
}
#text_container2_1 .figure{
	font-size:16px;
	font-weight:600;
	font-family: 'Noto Sans JP', sans-serif;
	color:#000000;
}
#text_container2_1 .accents{
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	color:#000000;
}

#text_container2_1 .accents_red{
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	color:#F00;
}
#text_container2_1 .accents_blue{
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	color:#33F;
}
#text_container2_1 .accents{
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	color:#000000;
}

#text_container2_1 .indent{
padding-left:1em;
text-indent:-1em;
}

#text_container2_1 .s_cite{
	font-size:16px;
	line-height:23px;
    font-style : italic; 
	font-family: 'Noto Sans JP', sans-serif;
	text-align:left;
  text-indent: -2em;
  padding-left: 3em;
	margin-bottom:20px;
}
#text_container2_1 .superscript{
font-size: 65%;
vertical-align: top;
position: relative;
top: -0.1em;
}


#text_container2_1 .next{
	/*position:relative;*/
	position:;
	font-size:20px;
	text-align:right;
	font-family: 'Noto Sans JP', sans-serif;
	color:;
}


#text_container2_1 .copylight{
	/*position:relative;*/
	position:;
	font-size:18px;
	text-align:right;
	font-family: 'Noto Sans JP', sans-serif;
	color:;
}

#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;
	margin: 30px 0 0;
}


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

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


/* 参考文献 */
#text_container2_1 .literature{
	font-size:12px;
	line-height:20px;
	text-indent: -2em;
	padding-left: 2em;
	margin:0 0 5px;
}
#text_container2_1 .indent{
	font-size:12px;
	line-height:20px;
	text-indent: -2em;
	padding-left: 5em;
	margin:-5px 0 5px;
}


/*
ボタン
*******************/
.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
}




/* ここから下がボタンのCSS　*/


#button_all{
	width:750px;
	margin:0 auto;
}
#button{
	width:100%;
	margin:0 auto;
	padding-top:20px;
}

.button_2{
	width: 100%;
	height: ;
	position: center;
	overflow: hidden;
	text-align:center;
}

.button_2 p{
	font-size:18px;
	font-weight:300;
	line-height:34px;
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
}
.btn-animation-02 {
  display: inline-block;
  width: 80%;
  text-align: center;
  background-color: #9ec34b;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}



/*
囲い
*******************/
.box2 {
    padding: 1em 2em;
    margin: 3em 1;
	background: #FFF;
    border: solid 3px #006eb0;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.box2 .boxtext{
	font-size: 18px;
	font-weight: 450;
	line-height:40px;
	color: #006eb0;/*文字色*/
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 15px; 
	margin-bottom:5px;
}


/*
目次
*******************/
#mokuji {
    padding: 2em 2em;
    margin: 3em 1;
	background: #efefef;
    border: solid 3px #fff;/*線*/
    border-radius: 10px;/*角の丸み*/
}

#mokuji .mokuji_m {
	font-size:19px;
    color: #7e837f;/*文字色*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	padding: 5px 10px;
	line-height:25px;
}

#mokuji .mokuji_s {
	font-size:14px;
    color: #7e837f;/*文字色*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:350;
	padding: 0px 15px;
	line-height:28px;
}

a:link {
  color: #626063;
}

a:hover {
  color: #25b7c0;
}

a:active {
  color: #25b7c0;
}

a.no-color-change:link,
a.no-color-change:visited,
a.no-color-change:hover,
a.no-color-change:active {
  color: #e62f8b;
}




/*
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;
}



/*
コピーライト
********************/
#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;
}




/*
動画
*/


#video_area{
	width: 100%;
	height: ;
	position: relative;
  	overflow: hidden;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}