@charset "UTF-8";
/* CSS Document */
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
    overflow: auto;
  line-height: 1;
    scroll-behavior: smooth;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
    letter-spacing: 0.05em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

.super{
    vertical-align: super;
    font-size: 10px;
}
.sub{
    vertical-align: sub;
    font-size: 10px;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
    overflow: hidden;
    margin: 0;
}

/* anime
 * ----------------------------------------------- */
.anime-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.skip-btn{
	display:block;
	margin: 20px 0;
	text-align: center;
}
.pre-box{
	position:absolute;
	top:0;
	left:0;
	display: inline-block;
	height:768px;
	width: 100%;
	text-align: center;
}
.preloader{
	vertical-align: middle;
	max-height: 100%;
}

/* common
------------------------------------------------ */
@media (min-width: 1024px) {
.sp {
  display: none!important;
}
}
#wrapper{
    width: 1170px;
    margin: 0 auto;
    margin-top: 100px;
}
  .flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
.trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
a:hover{
    opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.clear{
    clear: both;
}
a{
    color: #000;
    text-decoration: none;
}
.fl-left{float: left}
.fl-right{float: right}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #999;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}
.mt-80{margin-top: 80px;}
.mt-90{margin-top: 90px;}
.mt-100{margin-top: 100px;}

.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.mb-80{margin-bottom: 80px;}
.mb-90{margin-bottom: 90px;}
.mb-100{margin-bottom: 100px;}

.fs18{font-size: 18px}
.fs17{font-size: 17px}
.fs16{font-size: 16px}
.fs14{font-size: 14px}
.fs13{font-size: 13px}
.fs12{font-size: 12px}

.color-lgray{color: #ccc}

.ta-center{text-align: center}
.ta-right{text-align: right}

.bold{font-weight: bold}

/* header
------------------------------------------------ */
header{
    width:auto;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
	}
header .main-logo img{
    width: 100%;
    max-width: 230px;
    margin-left: 100px;
}

.nav-container{
  position: relative;
  float: right;
  top: -280px;
  right: 50px;
  background-color: white;
  width: auto;
	}
	
.nav-container ul{
		padding:0;
		list-style: none;
    font-size: 15px;
	}
	
.nav-container ul li{
		float:left;
		margin:0 15px 0 15px;
	}
.nav-container ul li:last-child{
    margin:0 0 0 10px;
}
	
.nav-container ul li a,nav ul li a:visited{
		color: #000;
		text-decoration: none;
	}
.nav-container ul li a:hover{
    padding-bottom: 5px;
    border-bottom: 2px #000 solid;
}

.fix-header {
	background-color:#000;
	line-height: 50px;
	top: -50px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top:15px;
	position: fixed;
	opacity:0;
	z-index: 1000;
/*	opacity: 0; */
	}

.fix-header-contents{
	width:auto;
	margin: 0 auto;
}

.fix-header ul{
list-style-type: none;
}

.fix-header li{
	float:left;
	margin-right:32px;
}

.fix-header li a,.fix-header li a:visited{
	color: #fff;
	text-decoration: none;
}
.fix-header li:last-child{
	margin-right:0;
}
.fix-header li a:hover{
    padding-bottom: 5px;
    border-bottom: 2px #fff solid;
}
#fix-header-logo{
	float:left;
    margin-left: 30px;
}

#fix-header-logo img{
width:124px;
}

#fix-header-menus{
	float:right;
	text-align: left;
    margin-right: 30px;
}
#scroll-fix-menu img{
padding-bottom: 5px;
   border-bottom:2px solid #fff;
}

#scroll-fix-menu .current-menu-item img{
   border-bottom:2px solid #0f142a;
}

#scroll-fix-menu a img:hover{
   border-bottom:2px solid #0f142a;
	transition:border-color 0.6s ease-out;
}

/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

.cp_tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.cp_tooltip .cp_tooltiptext {
	position: absolute;
	z-index: 1;
	top: 110%;
	left: 0;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 15px 20px;
	transition: opacity 1s;
	text-align: left;
	opacity: 0;
	background-color: #000;
    line-height: 2em;
}
.cp_tooltip .cp_tooltiptext::after {
    color: #fff!important;
	position: absolute;
	bottom: 100%;
	left: 30%;
	margin-left: -5px;
	content: ' ';
	border-bottom-color: #fff;
}
.cp_tooltip .cp_tooltiptext a{
    color: #fff!important;
}
.cp_tooltip .cp_tooltiptext a:hover{
    border-bottom-color: #fff;
}
.cp_tooltip:hover .cp_tooltiptext {
	visibility: visible;
	opacity: 1;
}

.cp_tooltip2 {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.cp_tooltip2 .cp_tooltiptext {
	position: absolute;
	z-index: 1;
	top: 90%;
	left: 0;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 10px 20px;
	transition: opacity 1s;
	text-align: left;
	opacity: 0;
	color: #ffffff;
	background-color: #000;
    border: #fff 1px solid;
    line-height: 2em;
}
.cp_tooltip2 .cp_tooltiptext::after {
	position: absolute;
	bottom: 100%;
	left: 30%;
	margin-left: -5px;
	content: ' ';
	border-bottom-color: #fff;
}
.cp_tooltip2:hover .cp_tooltiptext {
	visibility: visible;
	opacity: 1;
}
@media screen and (min-width: 825px) {
    #nav-drawer {
    display:none;
  }
}

/* footer
------------------------------------------------ */
footer{
    width: 100%;
    margin: 0 auto;
    height: 130px;
    background: #000;
    margin-top: 150px;
    padding-top: 20px;
}
.f-area{
    width: 340px;
    margin: 0 auto;
}
.f-logo{
    width: 138px;
    float: left;
    margin: 0 30px 0 0;
}
.f-logo img{
    width: 138px;
}

.f-add{
    margin: 0  0 0 0;
    color: #fff;
}
.copylight{
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.copylight span{
    font-size: 115%;
}

/* top
------------------------------------------------ */
.main-vs{
    position: absolute;
    width: 68%;
    height: 500px;
    top: 100px;
    right: 0;
    background-image: url("../img/top/top_main-image01.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    text-align: right;
}

.picup{
    margin: 30px 0 50px auto;
    width: 68%;
    right: 0;
    padding-right: 30px;
}
.inline-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inline-block .item img{
    height: 65px;
}
.inline-block .item a:hover img{
    opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media (min-width: 825px) {
    .link-sp {display: none;}
}

#top-area{
    width:1170px;
    margin:0 auto;
    margin-top: 30px;
	}

.wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.section-top-news {
  margin-top: 80px;
  padding: 16px 0 22px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
.section-top-news .wrapper {
  color: #fff;
  position: relative;
}
.section-top-news .title {
  font-size: 30px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin: 15px 50px 0 0;
    white-space: nowrap
}
.section-top-news .link {
  position: absolute;
  top: 0;
  -moz-background-size: 9px auto;
  -o-background-size: 9px auto;
  -webkit-background-size: 9px auto;
  background-size: 9px auto;
  color: #000;
  font-weight: bold;
  padding-right: 15px;
  right: 15px;
  border: 1px #000 solid;
  padding: 10px 20px;
}
.section-top-news .ul-news {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.section-top-news .ul-news a {
  color: #000;
}
.section-top-news .ul-news .th {
  font-weight: bold;
}
@media (min-width: 825px) {
  .section-top-news {
    padding: 24px 0 22px;
  }
  .section-top-news .wrapper {
    padding-right: 75px;
  }
  .section-top-news .title {
    width: 130px;
  }
  .section-top-news .ul-news {
    border-left: 1px solid #707070;
    width: 740px;
    padding: 0 0 0 30px;
    color: #000;
  }
  .section-top-news .ul-news a {
    display: inline-block;
  }
  .section-top-news .ul-news > li {
    margin-top: 5px;
    display: table;
    width: 100%;
  }
  .section-top-news .ul-news > li:first-child {
    margin-top: 0;
  }
  .section-top-news .ul-news > li .th,
  .section-top-news .ul-news > li .td {
    display: table-cell;
    vertical-align: top;
  }
  .section-top-news .ul-news .th {
    width: 113px;
  }
.category-main-txt-sp{display: none;}
}
.windows10.ie .section-top-news .link {
  background-position: right 1px;
}

.section-top-topics {
  padding: 40px 0 40px;
  border-bottom: 1px #ccc solid;
}
.section-top-topics .wrapper {
  color: #fff;
  position: relative;
}
.section-top-topics .title {
  font-size: 30px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin: 15px 50px 0 0;
    white-space: nowrap
}
.section-top-topics .link {
  position: absolute;
  top: 0;
  -moz-background-size: 9px auto;
  -o-background-size: 9px auto;
  -webkit-background-size: 9px auto;
  background-size: 9px auto;
  color: #000;
  font-weight: bold;
  padding-right: 15px;
  right: 15px;
  border: 1px #000 solid;
  padding: 10px 20px;
}
  .section-top-topics .ul-topics {
    border-left: 1px solid #707070;
    width: 740px;
    padding: 0 0 0 30px;
    color: #000;
  }
 .section-top-topics .ul-topics .t-box {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-between;
}
.section-top-topics .ul-topics .t-box .t-item{
    width: 180px;
}
.section-top-topics .ul-topics .t-box .t-item img{
    width: 180px;
}
.section-top-topics .ul-topics .t-box .t-item a{
    color: #000;
}
.top-history-btn{
    width:1170px;
    margin: 0 auto;
    position: relative;
    margin-top: 150px;
}
.top-history-btn img{
    width: 102px;
}
.top-history-btn a:hover img{
    opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* category
------------------------------------------------ */
.category-main-title{
    position: absolute;
    width: 68%;
    top: 120px;
    right: 0;
    font-size: 9vw;
    color: #EBEBEB;
    text-align: right;
    overflow: hidden;
}

.category-image1{
    position: absolute;
    right: 0;
    margin: 0;
}
.category-image1 img{
    width: 575px;
}
.category-image2{
    float: right;
    margin: 75px 0 0 0;
}
.category-image2 img{
    width: 650px;
}
.category-main-txt{
    width: 649px;
}
.category-main-txt img{
    width: 640px;
    margin-top: 50px;
}
.category-copy-box{
    width: 460px!important;
    margin: 50px 0 0 0;
    font-size: 15px;
    line-height: 1.5em;
}
.category-copy-box .main-copy{
    color: #968C87;
    font-size: 22px;
    line-height: 1.5em;
}
.category-copy-box .history-link{
    width: 100%;
    margin: 30px 0 0 0;
    border: #000 1px solid;
    text-align: center;
    padding: 10px 0;
}

.category-area{
    margin: -100px 0 0 0;
    display:flex;
    flex-wrap:wrap;
}
.category-area h2{
    color: #968C87;
    font-size: 100px;
    font-weight: normal;
    margin-bottom: 50px;
    letter-spacing:0.03em;
}
.category-area .category-contents{
    width: 50%;
    display:flex;
    flex-wrap:wrap;
    margin-bottom: 30px;
}
.category-area .category-contents img{
    width: 180px;
}
.category-area .category-contents .txt-box{
    margin: 0 0 0 15px;
    font-size: 25px;
    line-height: 1.2em;
}
.category-area .category-contents .txt-box span{
    font-size: 18px;
}
.syousai-btn{
    width: 298px;
    font-size:15px;
    border: 1px #000 solid;
    text-align: center;
    padding: 0;
    margin: 10px 0 0 0;
}
.coment-box{
    width: 100%;
    background-color: #968C87;
    position: relative;
}
.coment-box p{
  color: #fff;
  font-size: 18px;
  height:80px;
  width: 480px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.category-box{
    margin: 150px 0 0 0;
    padding-top: 200px;
}
#link01, #link02, #link03, #link04, #link05, #link07, #link08{
    margin-top:-150px;
  padding-top:200px;
}
#link06{
    margin-top:-150px;
  padding-top:100px;
}
.category-box .title1{
    color: #968C87;
    font-size: 80px;
    font-weight: normal;
    letter-spacing:0.03em;
    line-height: 0;
}
.category-box .title1 span{
    font-size: 80%;
    padding: 0 10px;
}
.category-box .title2{
    font-size: 40px;
    line-height: 0;
}
.category-box .title2 span{
    font-size: 70%;
}
.category-box .title3{
    font-size: 15px;
    line-height: 0;
}
.category-box .main-img{
    margin: 40px 0 20px 0;
}
.category-box .main-img img{
    width: 1170px;
}
.category-box .sub-tit{
    font-size: 30px;
}
.category-box .sub-txt{
    line-height: 2em;
    font-size: 15px;
    margin: 20px 30px 0 0;
}
.category-box .sub-txt p{
    margin: 0;
    }

/* concept
------------------------------------------------ */
.concept-main-title{
    position: absolute;
    width: 68%;
    top: 120px;
    right: 0;
    font-size: 9vw;
    color: #EBEBEB;
    text-align: right;
    overflow: hidden;
}
.concept-box{
    width: 100%;
    margin: 150px 0 0 0;
}
.concept-box .title1{
    color: #968C87;
    font-size: 80px;
    font-weight: normal;
    letter-spacing:0.03em;
    line-height: 0;
}
.concept-box .title1-1{
    color: #968C87;
    font-size: 100px;
    font-weight: normal;
    letter-spacing:0.03em;
    line-height: 0;
}
.concept-box .title1 span{
    font-size: 80%;
    padding: 0 10px;
}
.concept-box .title2{
    font-size: 40px;
    line-height: 0;
}
.concept-box .title2 span{
    font-size: 70%;
}
.concept-box .title3{
    font-size: 15px;
    line-height: 0;
}
.margin-top_-30{
    margin-top:-30px; 
}
.concept-box .kodawari-box{
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items:flex-start;
    justify-content:space-between;
}
.concept-box .kodawari-box .kodawari-item{
   width: 48%;
}
.concept-box .kodawari-box .kodawari-item .kodawari-title{
font-size: 25px;
padding-bottom: 10px;    
border-bottom: 1px #968C87 solid;
}
.concept-box .kodawari-box .kodawari-item .kodawari-txt{
font-size: 15px;
line-height: 25px;
margin-top: -15px;    
}
.concept-box .kodawari-box .kodawari-item .kodawari-img img{
    width: 100%;
    padding-top: 30px;
}
.concept-box .pub-img{
    margin-top: 80px;
    text-align: right;
}
.concept-box .pub-img img{
    width: 828px;
}
.concept-box .kodawari-box .pub-item{
width: 48%;
background: #ded8d4;
border: 1px solid #968c87;
padding: 15px;
margin: 15px 0;
text-align: center;
}
.concept-box .kodawari-box .pub-item .pub-txt-1{
font-size: 15px;
margin-bottom: -20px;    
}
.concept-box .kodawari-box .pub-item .pub-txt-2{
font-size: 30px;
margin-bottom: -5px;    
}
.concept-box .kodawari-box .pub-item .pub-txt-3{
font-size: 14px;
}
.pub-link{
    width: 100%;
    margin: 0;
    border: #000 1px solid;
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
}
.concept-box .kodawari-box .world-item-l{
   width: 42.65%;
}
.concept-box .kodawari-box .world-img-l img{
   width: 100%;
}
.concept-box .kodawari-box .world-item-r{
   width: 57.35%;
}
.concept-box .kodawari-box .world-img-r img{
   width: 100%;
}

/* work
------------------------------------------------ */
.work-main-title{
    position: absolute;
    width: 68%;
    top: 120px;
    right: 0;
    font-size: 9vw;
    color: #EBEBEB;
    text-align: right;
    overflow: hidden;
}
.work-box{
    width: 100%;
    margin: 150px 0 0 0;
}
.work-box .title1{
    color: #968C87;
    font-size: 80px;
    font-weight: normal;
    letter-spacing:0.03em;
    line-height: 0;
}
.work-box .client-box{
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items:flex-start;
    justify-content:space-between;
}
.work-box .client-box .client-item{
   width: 48%;
}
.work-box .client-box .client-item .client-title{
font-size: 28px;
}
.work-box .client-box .client-item .client-title2{
font-size: 20px;
margin-top: -20px;
}
.work-box .client-box .client-item .client-txt{
font-size: 15px;
line-height: 25px;
margin-top: -15px;
}
.work-box .client-box .client-item .client-img{
    text-align: center;
}
.work-box .client-box .client-item .client-img img{
    width: 360px;
}
.work-box .partners-txt{
font-size: 15px;
line-height: 25px;
margin-top: -15px;
}
.work-box .partners-title{
font-size: 25px;
padding-bottom: 10px;    
border-bottom: 1px #968C87 solid;
}
.work-box .partners-big-title{
font-size: 30px;
line-height: 2em;
text-align: center;
margin: 50px 0;
}
.work-box .partners-img{
    margin-top: 50px;
}
.work-box .partners-img img{
    width: 90%;
}
.table-partners {
width: 100%;
border-collapse: collapse;
margin: 0 auto;
}

.table-partners th,td {
padding: 15px 15px;
border: solid #ddd;
border-width:1px 0 1px 0;
}

.table-partners th {
width: 25%;
text-align: left;
font-weight: bold;
}
.projects-main-ttl{
font-size: 28px;
margin: 50px 0 10px 0;
}
.projects-main-txt{
font-size: 15px;
line-height: 25px;
}
.work-box .projects-box{
    margin-top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items:flex-start;
    justify-content:space-between;
}
.work-box .projects-box .projects-item{
    margin-top: 30px;
   width: 48%;
}
.work-box .projects-box .projects-item .projects-img img{
    width: 100%;
}
.work-box .projects-img-box{
    margin-top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items:flex-start;
    justify-content:space-between;
}
.work-box .projects-img-box .projects-img-item{
    width: 33%;
}
.work-box .projects-img-box .projects-img-item img{
    width: 100%;
}

/* about
------------------------------------------------ */
.table-overview {
width: 90%;
border-collapse: collapse;
margin: 0 auto;
}

.table-overview th,td {
padding: 15px 15px;
border: solid #ddd;
border-width:1px 0 1px 0;
}

.table-overview th {
width: 15%;
text-align: left;
font-weight: bold;
}
.table-staff {
width: 90%;
border-collapse: collapse;
margin: 0 auto;
}

.table-staff th,td {
padding: 15px 15px;
border: solid #ddd;
border-width:1px 0 1px 0;
}

.table-staff th {
width: 35%;
text-align: left;
font-weight: bold;
    font-size: 120%;
    white-space: nowrap;
}
.table-staff th span{
    padding-left: 15px;
    font-size: 90%;
    font-weight:normal;
}
.table-staff {
width: 90%;
border-collapse: collapse;
margin: 0 auto;
}

.about-title{
    text-align: center;
    margin: 50px 0 15px 0;
    font-size: 30px;
}

/* contact
------------------------------------------------ */
.contact-ad{
width: 270px;
border-right: 1px solid #000;
font-size: 20px;
line-height: 30px;
white-space: nowrap;
float: left; 
font-weight: bold;
}
.contact-ad-details{
    float: left;
    margin-left: 50px;
font-size: 15px;
line-height: 30px;
}
.g-map{
    width: 100%;
    height: 600px;
    margin: 50px 0 0 0;
}
.g-map-link{
    font-size: 15px;
    text-align: right;
    margin-top: 15px;
}
.g-map-link a{
    border-bottom: 1px solid;
}
.g-map iframe,
.g-map object,
.g-map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.g-map iframe:hover,
.g-map object:hover,
.g-map embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* history
------------------------------------------------ */
.history-main-title{
    position: absolute;
    width: 68%;
    top: 120px;
    right: 0;
    font-size: 9vw;
    color: #EBEBEB;
    text-align: right;
    overflow: hidden;
}
.history-box{
    width: 100%;
    margin: 150px 0 0 0;
}
.history-box .title1{
    color: #968C87;
    font-size: 80px;
    font-weight: normal;
    letter-spacing:0.03em;
    line-height: 0;
}

.timeline {
	margin-left: -40px;
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline-date {
	font-size: 20px;
}
.timeline-date span{
	  font-size: 15px;
	  font-weight: normal;
}
.history-img img{
    max-width: 100%
	}
.history-copy{
font-size: 25px;
text-align: center;
font-weight:bold;
margin-top: 50px;
	}
.history-copy .big-copy{
font-size: 40px;	
	}
.his-wrapper{
	flex: none;
}
.his-wrapper img{
	margin: 5px 0;
	max-width: 100%;
	}
.history-link{
    width: 100%;
    margin: 10px 0;
    border: #000 1px solid;
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
}
.thanks-box{
	width: 100%;
	background-color: #5F5E5E;
	padding: 20px;
	margin: 50px 0;
	color: #fff;
	}
.thanks-tit{
font-weight: bold;
font-size: 30px;
margin-top: 0;	
}
.thanks-midashi{
font-size: 18px;
margin-top: -15px;
}

th,td.his-table{
	border: none;
	padding: 10px;
	margin: 0;
	vertical-align:top;
	white-space: nowrap;
}
.thanks-hr{
	margin: 50px 0;
	border-bottom: 1px #ccc dashed;
	}
.dad-box{
	width: 100%;
	border: 1px #968C87 solid;
	text-align: center;
	margin: 50px 0;
font-size: 20px;
letter-spacing: 0.2em;
	padding: 20px;
	}
.dad-box .big-name{
font-size: 50px;
letter-spacing: 0.2em;
	margin: 5px 0;
	color: #968C87;
	}
.dad-tit{
font-weight: bold;
font-size: 28px;
letter-spacing: 0.1em;
margin: 80px 0 30px 0;	
}
.dad-wrapper{flex: none;}

.dad-item:nth-child(1){
	width: 100%;
	}
.dad-item:nth-child(2){
	width: 100%;
	}
.dad-item:nth-child(3){
	width: 100%;
	}
.dad-item img{max-width: 100%}
.dad-item2 img{max-width: 100%}
.dad-item2:nth-child(1){
	width: 100%;
	}
.dad-item2:nth-child(2){
	width: 100%;
	}

.dad-item3:nth-child(1){
	width: 100%;
	}
.dad-item3:nth-child(2){
	width: 100%;
	}
.dad-item3:nth-child(3){
	width: 100%;
	}
.dad-item3 img{max-width: 100%}	
.dad-museum-img img{width: 100%}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
	white-space: nowrap;
	text-align: right;
    width: 115px;
	font-size: 20px;
    float: left;
    margin-top: 15px;
	color: #968C87;
	font-weight: bold;
  }
  .timeline-date span{
	  font-size: 15px;
	  font-weight: normal;
	}
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
	margin-left: 15px;
  }
  .timeline-content:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #968C87;
    position: absolute;
    left: 123px;
    top: 20px;
    border-radius: 100%;
  }
  .history-img img{
    width: 100%
	}
	
.history-copy{
font-size: 28px;
text-align: center;
font-weight:bold;
margin-top: 50px;
	}
.history-copy .big-copy{
font-size: 50px;	
	}
	
.his-wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	padding:  0;
    display: flex;
	justify-content:space-between;
}
.his-wrapper img{
	max-width: 98%;
	}
.his-item{width: 48%}	
.history-link{
	width: 100%;
    margin: 0;
	text-align: center;
    border: #000 1px solid;
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
	white-space: nowrap;
}
	
.thanks-box{
	width: 100%;
	background-color: #5F5E5E;
	padding: 20px;
	margin: 50px 0;
	color: #fff;
	}
.dad-box{
	width: 100%;
	border: 1px #968C87 solid;
	text-align: center;
	margin: 50px 0;
font-size: 30px;
letter-spacing: 0.2em;
	padding: 20px;
	}
.dad-box .big-name{
font-size: 100px;
letter-spacing: 0.2em;
	margin: 5px 0;
	color: #968C87;
	}
.dad-wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	padding:  0;
    display: flex;
	justify-content:space-between;
	align-items: flex-start;
}
.dad-item{
	margin: 0 auto;
	}
.dad-item:nth-child(1){
	width: 48%;
	}
.dad-item:nth-child(2){
	width: 23%;
	}
.dad-item:nth-child(3){
	width: 23%;
	}
.dad-item img{max-width: 100%}
	
.dad-item2{
	margin: 0 auto;
	}
.dad-item2:nth-child(1){
	width: 73%;
	}
.dad-item2:nth-child(2){
	width: 23%;
	}
.dad-item2 img{max-width: 100%}	
	
.dad-item3{
	margin: 0 auto;
	}
.dad-item3:nth-child(1){
	width: 30%;
	}
.dad-item3:nth-child(2){
	width: 30%;
	}
.dad-item3:nth-child(3){
	width: 30%;
	}
.dad-item3 img{max-width: 100%}	
	
.dad-museum-img img{width: 397px}
	
}