@charset "UTF-8";

/* ==========================================================================
 * Header
 * ========================================================================== */

#Header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	font-family: "Noto Sans Japanese";
	background-color: #FFF;
}
.header_inner, .content_wrap {
	max-width: 965px;
	width: calc(100% - 20px);
	margin: 0 auto;
}
.header_inner {
	position: relative;
	height: 100px;
}
.content_wrap {
	padding: 10px 0;
}
.header_logo {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 10;
	transition: all .5s;
}
.header_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100px;
}
.copyright {
	position: absolute;
	top: 25px;
	right: 0;
}
nav.globalNavi {
	position: absolute;
	top: 52px;
	right: 0;
	width: 100%;
	text-align: right;
}
nav.globalNavi ul {
	display: inline;
	font-size: 1.2rem;
}
nav.globalNavi li {
	padding-right: 2%;
	display: inline-block;
}
nav.globalNavi li:last-child {
	padding-right: 0;
}
nav.globalNavi li a {
	font-weight: bold;
}
@media screen and (max-width: 768px) {
#Header {
	height: 60px;
	position: fixed;
	z-index: 10;
}
.header_inner,
.header_right {
	height: 60px;
}
.header_logo {
	top: 10px;
	height: 40px;
	overflow: hidden;
}
.header_logo img {
	margin-top: -20px;
}
.copyright {
	top: 0;
	right: 5px;
	font-size: 1rem;
}
.menuButton{
    position: absolute;
    top: 16px;
    right: 0;
    cursor: pointer;
	z-index: 20;
}
nav.globalNavi {
	z-index: 10;
	width: 50%;
	height: 0;
	top: 60px;
	right: 0;
	background-color: rgba(255, 255, 255, 0.95);
	overflow: hidden;
}
nav.globalNavi ul {
	display: block;
	font-size: 20px;
}
nav.globalNavi li, nav.globalNavi li:last-child {
	padding: 10px 5%;
	display: block;
}
nav.globalNavi li a {
	font-size: 1.8rem;
}
}
	


/* ==========================================================================
 * Outline
 * ========================================================================== */

.content_wrap {
	margin-top: 45px;
	padding-right: 1%;
	padding-left: 1%;
}
main.layout_1clm {
	max-width: 965px;
	margin: 0 auto;
	padding: 0 1%;
}
main.layout_2clm,
main.layout_2clm_taglist {
	width: 75.12953%;
	max-width: 725px;
	float: right;
}
aside.sidebar {
	width: 18.65284%;
	max-width: 180px;
	float: left;
}
.side_section {
	width: 100%;
	max-width: 180px;
	margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
#Contents {
	margin-top: 80px;
}
.content_wrap {
	padding-right: 0;
	padding-left: 0;
}
main.layout_1clm {
	padding: 0 25px;
}
main.layout_2clm,
main.layout_2clm_newslist {
	width: 100%;
}
}


/* ==========================================================================
 * Common Layout
 * ========================================================================== */

/*-------------------- Hero --------------------
.hero_large, .hero_medium {
	position: relative;
	height: 350px;
	width: 100%;
	margin: 0 auto;
	font-family: "Noto Sans Japanese";
}
.hero_large {
	height: 560px;
}
.hero_parant_category {
	position: relative;
	height: 350px;
	display: block;
}
.hero_primary_category {
	position: absolute;
	top: 0;
	right: 0;
	width: 80.33333%;
	height: 350px;
}
.hero_title {
	position: absolute;
	padding: 4px 15px 6px 10px;
	background: #fff100;
	font-weight: bold;
	font-size: 2rem;
}
.hero_title.lower_small {
	top: 29%;
	right: 0;
	padding: 0 30px 0 10px;
	font-size: 1.6rem;
}
.hero_title.lower_midium {
	top: 29%;
	left: 13.1%;
	padding: 7px 73px 5px 10px;
}
.hero_title.lower_large {
	top: 100px;
	left: 9.8%;
}
@media screen and (max-width: 475px) {
.hero_large, .hero_medium {
	height: 200px;
}
.hero_large {
	margin-bottom: 20px !important;
}
.hero_parant_category, .hero_primary_category {
	height: 200px;
}
.hero_title {
	padding: 0px 15px 0px 10px;
	font-size: 1.5rem;
}
.hero_title.lower_midium {
	top: 50px;
	padding: 0px 15px 0px 10px;
}
.hero_title.lower_large {
	top: 50px;
}
}
 */
/*-------------------- Card(Outline) -------------------- */
.layout_4clm ul {
	letter-spacing: -.4em;
}
.layout_4clm li.card_wrap {
	position: relative;
	margin: 0 15px 15px 0;
	border-bottom: 1px solid #CCC;
	width: calc((100% - 45px) / 4);
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	transition: all .5s;
}
.layout_4clm li.card_wrap:nth-of-type(4n) {
	margin-right: 0;
}
.card_wrap a {
	display: block;
	margin: 0 0 40px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 1;
}
@media screen and (max-width: 720px) {
.layout_4clm li.card_wrap:nth-of-type(4n) {
	margin-right: 15px;
}
.layout_4clm li.card_wrap:nth-of-type(3n) {
	margin-right: 0;
}
.layout_4clm li.card_wrap {
	width: calc((100% - 30px) / 3);
}
}
@media screen and (max-width: 475px) {
.layout_4clm li.card_wrap:nth-of-type(3n) {
	margin-right: 15px;
}
.layout_4clm li.card_wrap:nth-of-type(2n) {
	margin-right: 0;
}
.layout_4clm li.card_wrap {
	width: calc((100% - 15px) / 2);
	margin-bottom: 10px;
}
}
/*-------------------- Card(Inner) --------------------*/
.small_ttl {
	padding-left: .5em;
	min-height: 25px;
	font-size: 1rem;
	background: #666;
	color: #FFF;
	overflow: hidden;
}
.card_ttl {
	padding: 10px 0 0;
	height: 6.4em;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.6em;
	font-family: "Noto Sans Japanese";
	overflow: hidden;
}
.card_desc {
	font-size: 1.2rem;
	line-height: 2rem;
}
.card_proj {
	position: absolute;
	right: 0; bottom: 18px; left: 0;	
	margin-bottom: 0;
	height: 18px;
	line-height: 18px;
	font-size: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.updated_date {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin-bottom: 0;
	line-height: 18px;
	font-size: 1rem;
}
@media screen and (max-width: 475px) {
.card_desc {
	font-size: 1.5rem;
}
}
/*-------------------- Yellow Line --------------------*/
hr.line_yellow {
	margin-top: 0;
	border-width: 18.2px 0 0;
	border-color: #fff100;
	text-align: left;
	transition: all .5s;
}
.short_bar {
	width: 200px;
}
p.short_width {
	width: 75%;
}
@media screen and (max-width: 475px) {
hr.line_yellow {
	border-width: 12px 0 0;
	margin-bottom: 15px !important;
}
p.short_width {
	width: 100%;
}
}
/*-------------------- Title --------------------*/
.content_ttl {
	font-size: 2.5rem;/*もともと3rem*/
	line-height: 2.8rem;/*もともと3.5rem*/
	font-family: "Noto Sans Japanese";
}
@media screen and (max-width: 475px) {
.content_ttl {
	margin-bottom: 20px !important;
	font-size: 2rem;
}
.curricula_wrap .content_ttl {
	font-size: 1.8rem;
}
}


/* ==========================================================================
 * PAGE
 * ========================================================================== */

/*-------------------- Top --------------------*/
.hero_title.top {
	top: 100px;
	margin-left: 100px;
}
nav.sort_category ul {
	border-left: 1px solid #000;
}
nav.sort_category li {
	float: left;
	padding-right: .5em;
	padding-left: .5em;
	border-right: 1px solid #000;
	font-size: 1.2rem;
	line-height: 1.2rem;.post_article
	transition: all .5s;
}
nav.sort_category li.current a {
	color: #4682B4;
}
.newslist .card_ttl {
	font-family: initial;
}
@media screen and (max-width: 768px) {
nav.nav_list {
	margin-top: 20px;
}
}
@media screen and (max-width: 475px) {
nav.sort_category {
	margin-bottom: 10px !important;
}
nav.sort_category ul, nav.sort_category li {
	border: none;
}
nav.sort_category li {
	width: calc((100% - 15px)/ 2);
	height: 20px;
	margin: 0 0 15px;
	/* padding: 8px 0; */
	box-sizing: border-box;
	font-size: 1.3rem;
	text-align: center;
	border-bottom: 1px solid #000;
}
nav.sort_category li:nth-of-type(even) {
	float: right;
}
}
/*-------------------- Contents --------------------*/
/*--- 暫定的なCSSここから ---*/
.post_article {
	margin-bottom: 80px;
}
.post_article h2 {
	font-weight: bold;
	font-family: initial;
}
.post_article img {
	width: 80%;
	margin-bottom: 10px;
}
.post_article figure {
	text-align: center;
}
.post_article .updated_date {
	font-size: 1.4rem;
	text-align: right;
}
.post_article dl {
	margin-bottom: 15px;
}
.post_article dt {
	font-weight: bold;
}
.post_article dd:before {
	content: "・ ";
}
.post_article p.article {
	margin-bottom: 50px;
}
@media screen and (max-width: 475px) {
.post_article {
	padding-top: 70px; /*Headerがposition:fixedのため暫定対応。システム化完了後、消去*/
	margin-bottom: 10px;
}
aside.taglist {
	width: 50%;
}
aside .side_section {
	max-width: 100%;
}
}
/*--- 暫定的なCSSおわり ---*/
/*-------------------- Outline --------------------*/
.bg_outline {
	background: url(../../../../file/images/outline/outline_hero_img_01.jpg) no-repeat center center /cover;
}
/*-------------------- Field --------------------*/
.bg_field {
	background: url(../../../../file/images/field/field_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_field_s {
	width: 20%;
	margin: 0 80% 0 0;
	background: url(../../../../file/images/field/field_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_design {
	background: url(../../../../file/images/field/field_design_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_history {
	background: url(../../../../file/images/field/field_history_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_material {
	background: url(../../../../file/images/field/field_material_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_structure {
	background: url(../../../../file/images/field/field_structure_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_geotech {
	background: url(../../../../file/images/field/field_geotech_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_acoustics {
	background: url(../../../../file/images/field/field_acoustics_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_lighting {
	background: url(../../../../file/images/field/field_lighting_hero_img_01.jpg) no-repeat center center /cover;
}
.caption_ttl {
	font-size: 1.6rem;/*もともと2.4rem*/
	font-weight: bold;
}
.relevancy .ttl {
	font-size: 1.2rem;
	font-weight: bold;
}
/*-------------------- Curricula --------------------*/
.bg_curricula {
	background: url(../../../../file/images/curricula/curricula_hero_img_01.jpg) no-repeat center center /cover;
}
.content_ttl_wrap .content_ttl {
	width: 88.41379%;
	float: left;
}
.nenji {
	width: 11.5862%;
	float: right;
}
@media screen and (max-width: 475px) {
.content_ttl_wrap .content_ttl {
	width: 85%;
}
.nenji {
	width: 15%;
	margin: 13px auto 10px;
}
}
/*-------------------- Qualify --------------------*/
.bg_qualify {
	background: url(../../../../file/images/qualify/qualify_hero_img_01.jpg) no-repeat center center /cover;
}
/*-------------------- Lab --------------------*/
.bg_lab {
	background: url(../../../../file/images/lab/lab_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_lab_s {
	width: 20%;
	margin: 0 80% 0 0;
	background: url(../../../../file/images/lab/lab_hero_img_01.jpg) no-repeat right center /cover;
}
.bg_endoumasaki {
	background: url(../../../../file/images/lab/lab_endoumasaki_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_imamurasouhei {
	background: url(../../../../file/images/lab/lab_imamurasouhei_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_satoufumiaki {
	background: url(../../../../file/images/lab/lab_satoufumiaki_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_yamadatomohisa {
	background: url(../../../../file/images/lab/lab_yamadatomohisa_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_wakayamanaoyuki {
	background: url(../../../../file/images/lab/lab_wakayamanaoyuki_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_ishiharakenya {
	background: url(../../../../file/images/lab/lab_ishiharakenya_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_ishiharasaori {
	background: url(../../../../file/images/lab/lab_ishiharasaori_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_tadasyuuji {
	background: url(../../../../file/images/lab/lab_tadasyuuji_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_nakanokatsuhiko {
	background: url(../../../../file/images/lab/lab_nakanokatsuhiko_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_tajimanoriyuki {
	background: url(../../../../file/images/lab/lab_tajimanoriyuki_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_fujiikenji {
	background: url(../../../../file/images/lab/lab_fujiikenji_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_fujikitatsuya {
	background: url(../../../../file/images/lab/lab_fujikitatsuya_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_mochidukietsuko {
	background: url(../../../../file/images/lab/lab_mochidukietsuko_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_suzukihiroko {
	background: url(../../../../file/images/lab/lab_suzukihiroko_hero_img_01.jpg) no-repeat center center /cover;
}
.bg_kominehiromi {
	background: url(../../../../file/images/lab/lab_kominehiromi_hero_img_01.jpg) no-repeat center center /cover;
}
/*--- Profile ---*/
.profile .desc {
	width: 70%;
	float: left;
}
.profile .photo {
	float: right;
}
.profile .name {
	font-size: 2.5rem;
	font-family: "Noto Sans Japanese";
}
.profile .title {
	margin-left: .5rem;
	font-size: 1.4rem;
}
.profile .career {
	line-height: 1.9rem;
}
.profile .a_website a {
	text-decoration: underline;
}
@media screen and (max-width: 820px) {
.profile .desc {
	width: 100%;
	float: none;
}
.profile .photo {
	float: none;
	width: 50%;
	margin: 0 auto 20px;
}
}

/* ==========================================================================
 * Footer
 * ========================================================================== */

#Footer {
	box-sizing: border-box;
	height: 100px;
	margin-top: 70px;
	padding-top: 41px;
}
#Footer nav.globalNavi {
	position: static;
	display: inline;
}
#Footer nav.globalNavi li {
	padding-right: 1%;
}
#Footer small {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 965px;
	font-size: 1rem;
	text-align: right;
}
@media screen and (max-width: 930px) {
#Footer {
	height: 50px;
	padding-top: 13px;
	margin-top: 20px;
}
#Footer nav.globalNavi {
	display: none;
}
}

/* 不明 */
figcaption h3, .occupation {
	font-size: 2rem;
	font-weight: bold;
}
