@charset "UTF-8";
/* CSS Document */

header{
	background: #000;
	position: static;
}
@media only screen and (max-width: 1100px){
header{
	position: fixed;
}
}

/*********************************************/

#main {
	margin: 0px 0px 100px;
	position: relative;
	height: 322px;
}
#main.mem {
	background: url(../images/member/main.jpg) no-repeat center top;
	background-size: cover;
}
#main.mess {
	background: url(../message/images/main.jpg) no-repeat center top;
	background-size: auto 100%;
}
#main.mess {
	position: relative;
	height: 520px;
}
#main.proj {
	background: url(../images/project/main.jpg) no-repeat center top;
	background-size: cover;
}
#main.publ {height: 180px;margin: 0;}
#main.cont {
	background: url(../contact/images/main.jpg) no-repeat center top;
	background-size: cover;
}
#main.news {
	background: url(../images/news/main.jpg) no-repeat center top;
	background-size: cover;
}


#main .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	font-size: 42px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 0 10px;
}
#main.publ .logo {
	color: #2f3192;
}
#main .prof .inn {
	margin: 0px auto;
	max-width: 400px;
}
#main .prof .inn p {
	line-height: 1;
}
#main .prof .inn .jn-name {
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 7px;
}
#main .prof .inn .en-name {
	font-size: 12px;
	color: #2e3192;
	margin: 0px 0px 25px;
}
#main .prof .inn .career {
	font-size: 13px;
	line-height: 1.7;
}

@media only screen and (max-width: 768px){
#main {
	margin: 0px 0px 40px;
	height: 160px;
}
#main .logo {
	font-size: 25px;
}
#main.mess {
	height: 450px;
}
#main.publ {height: 120px;}
#main .prof .inn {
	margin: 0px 5%;
}
#main .prof .inn p {
	line-height: 1;
}
#main .prof .inn .jn-name {
	font-size: 22px;
	margin: 0px 0px 5px;
}
#main .prof .inn .en-name {
	font-size: 10px;
	margin: 0px 0px 15px;
}
#main .prof .inn .career {
	font-size: 12px;
	line-height: 1.5;
}
}



/* ----------------------------------------
 *  MEMSBER
 * ---------------------------------------- */
.section.mem.sec-mem-lea {
	border-bottom: none;
	margin: 0px 0px 110px;
	padding: 0;
}
.section.mem.sec-mem-lea .inn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.section.mem.sec-mem-lea .inn div:nth-of-type(1) {
	-webkit-flex-basis: 250px;
	-ms-flex-basis: 250px;
	flex-basis: 250px;
}
.section.mem.sec-mem-lea .inn div:nth-of-type(2) {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	margin: 0 0 0 30px;
	width: 700px;
}
.section.mem .inn .cont p {
	line-height: 1;
}
.section.mem .inn .cont .img {
	margin: 0 0 20px;
}
.section.mem .inn .cont .jn-name {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.section.mem .inn .cont .en-name {
	font-size: 12px;
	color: #2e3192;
	margin: 0px 0px 10px;
}
.section.mem .inn .cont .posi {
	font-size: 13px;
	margin: 0px 0px 10px;
	font-weight: bold;
	line-height: 1.5;
}
.section.mem .inn .cont .career {
	margin: 0px 0px 20px;
	line-height: 1.8;
	font-size: 13px;
	font-weight: bold;
}
.section.sec-mem-lea .inn .cont .btn {max-width: 215px;margin: 0;}
.section.sec-mem-lea .inn .cont .btn a {height:60px;}
.section.sec-mem-lea .inn .cont .btn a span {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px){
.section.mem.sec-mem-lea {
	margin: 0px 0px 50px;
	padding: 0;
}
.section.mem.sec-mem-lea .inn {display: block;display: block;}
.section.mem.sec-mem-lea .inn div:nth-of-type(1) {
	-webkit-flex-basis: auto;
	flex-basis: auto;
	text-align: center;
	margin: 0 0 20px;
}
.section.mem.sec-mem-lea .inn div:nth-of-type(2) {
	margin: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	width: auto;
}
.section.mem .inn .cont p {
	line-height: 1;
}
.section.mem .inn .cont .jn-name {
	font-size: 18px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .en-name {
	font-size: 10px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .posi {
	font-size: 12px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .career {
	line-height: 1.5;
}
.section.sec-mem-lea .inn .cont .btn {max-width: 100%;width: 80%;margin: 0 auto !important;}
.section.sec-mem-lea .inn .cont .btn a {height: 45px;}
.section.sec-mem-lea .inn .cont .btn a span {
	left: 5%;
}
}

/*********************************************/
.section.mem.sec-mem-exec {
	border-bottom: none;
	margin: 0px 0px 110px;
	padding: 0;
}
.section.mem.sec-mem-exec .inn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.section.mem.sec-mem-exec .inn div:nth-of-type(1) {
	-webkit-flex-basis: 250px;
	-ms-flex-basis: 250px;
	flex-basis: 250px;
}
.section.mem.sec-mem-exec .inn div:nth-of-type(2) {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	margin: 0 0 0 30px;
	width: 700px;
}
.section.mem .inn .cont p {
	line-height: 1;
}
.section.mem .inn .cont .img {
	margin: 0 0 20px;
}
.section.mem .inn .cont .jn-name {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.section.mem .inn .cont .en-name {
	font-size: 12px;
	color: #2e3192;
	margin: 0px 0px 10px;
}
.section.mem .inn .cont .posi {
	font-size: 13px;
	margin: 0px 0px 10px;
	font-weight: bold;
	line-height: 1.5;
}
.section.mem .inn .cont .career {
	margin: 0px 0px 20px;
	line-height: 1.8;
	font-size: 13px;
	font-weight: bold;
}
.section.sec-mem-exec .inn .cont .btn {max-width: 215px;margin: 0;}
.section.sec-mem-exec .inn .cont .btn a {height:60px;}
.section.sec-mem-exec .inn .cont .btn a span {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px){
.section.mem.sec-mem-exec {
	margin: 0px 0px 50px;
	padding: 0;
}
.section.mem.sec-mem-exec .inn {display: block;display: block;}
.section.mem.sec-mem-exec .inn div:nth-of-type(1) {
	-webkit-flex-basis: auto;
	flex-basis: auto;
	text-align: center;
	margin: 0 0 20px;
}
.section.mem.sec-mem-exec .inn div:nth-of-type(2) {
	margin: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	width: auto;
}
.section.mem .inn .cont p {
	line-height: 1;
}
.section.mem .inn .cont .jn-name {
	font-size: 18px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .en-name {
	font-size: 10px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .posi {
	font-size: 12px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .career {
	line-height: 1.5;
}
.section.sec-mem-exec .inn .cont .btn {max-width: 100%;width: 80%;margin: 0 auto !important;}
.section.sec-mem-exec .inn .cont .btn a {height: 45px;}
.section.sec-mem-exec .inn .cont .btn a span {
	left: 5%;
}
}

/*********************************************/
.section.sec-mem-dire .inn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section.sec-mem-dire .inn::after {
	display: block;
	content:"";
	width: 250px;
}
.section.sec-mem-dire .inn .cont {
	width: 250px;
}
.section.sec-mem-dire .inn .cont .img {
	margin: 0 0 20px;
}
@media only screen and (max-width: 768px){
.section.sec-mem-dire .inn {
    flex-wrap: wrap;
}
.section.sec-mem-dire .inn::after {width: 48%;}
.section.sec-mem-dire .inn .cont {width: 48%;}
.section.sec-mem-dire .inn .cont .img {
	margin: 0 0 10px;
}
}

/*********************************************/
.section.sec-mem-med .inn , .section.sec-mem-staff .inn , .section.sec-mem-stu .inn , .section.sec-mem-coll .inn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section.sec-mem-med .inn:after , .section.sec-mem-staff .inn:after , .section.sec-mem-stu .inn:after , .section.sec-mem-coll .inn:after {
	display: block;
	content:"";
	width: 250px;
}
.section.sec-mem-med .inn .cont , .section.sec-mem-staff .inn .cont , .section.sec-mem-stu .inn .cont , .section.sec-mem-coll .inn .cont {
	width: 250px;
}
.section.sec-mem-med .inn .cont {
	margin: 0 0 30px;
}
.section.sec-mem-med .inn .cont .posi {
	line-height: 1.5;
	margin: auto;
}
@media only screen and (max-width: 768px){
.section.sec-mem-med .inn , .section.sec-mem-staff .inn , .section.sec-mem-stu .inn , .section.sec-mem-coll .inn {}
.section.sec-mem-med .inn .cont , .section.sec-mem-staff .inn .cont , .section.sec-mem-stu .inn .cont , .section.sec-mem-coll .inn .cont {
	width: 45%;
}
.section.sec-mem-med .inn .cont {
	margin: 0 0 20px;
}
.section.sec-mem-med .inn .cont .posi {
	line-height: 1.5;
	margin: auto;
}
}


/*********************************************/
.section.mem.sec-mem-coll {
	border-bottom: none;
	padding: 0;
	margin: 0 0 110px;
}
@media only screen and (max-width: 768px){
.section.mem.sec-mem-coll {
	border-bottom: none;
	padding: 0;
	margin: 0 0 60px;
}
}



/* ----------------------------------------
 *  MEMSBER
 * ---------------------------------------- */
#main .prof {
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 50%;
	right: 17%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	max-width: 500px;
	padding: 40px 0px 35px;
	width: 100%;
}
.sec-mess-intro {
	margin: 0px auto 80px;
	max-width: 810px;
	text-align: justify;
}
.sec-mess-intro .copy , .sec-mess-text-bg1 .copy , .sec-mess-text-bg2 .copy {
	font-size: 26px;
	font-weight: bold;
	color: #2E3192;
	margin: 0px 0px 50px;
}
.sec-mess-text-bg1 {
	background: #EEE;
}
.sec-mess-text-bg1 .bg img {
	height: auto;
	width: 100%;
}
.sec-mess-text-bg1 .innWrap , .sec-mess-text-bg2 .innWrap {
	margin: 0px auto;
	padding: 0 0 140px;
	max-width: 810px;
}
.sec-mess-text-bg1 .innWrap .text {
	margin: 0px 0px 35px;
}
.text_area {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
    justify-content: space-between;
	margin: 0 0 30px;
	text-align:justify;
	/*flex-direction: row-reverse;*/
}
.sec-mess-text-bg2 .text_area {
	
	flex-direction: row-reverse;
}
.text_area .img {
	width: 320px;
}
.text_area .text {
	width: 405px;
}
.text_area2 .text {
	width: 405px;
}
.text_area2 .img {
	width: 340px;
}
.text_area3 .text {
	width: 520px;
}
.text_area3 .img {
	width: 235px;
}

@media only screen and (max-width: 768px){
#main .prof {
	top: 50%;
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 20px 0px 15px;
	width: 80%;
}
.sec-mess-intro {
	margin: 0px 5% 40px;
	max-width: 810px;
}
.sec-mess-intro .copy , .sec-mess-text-bg1 .copy , .sec-mess-text-bg2 .copy {
	font-size: 22px;
	margin: 0px 0px 25px;
	line-height: 1.5;
}
.sec-mess-text-bg1 {
    margin: 0 0 30px;
}
.sec-mess-text-bg1 .bg img {}
.sec-mess-text-bg1 .innWrap , .sec-mess-text-bg2 .innWrap {
	margin: 0px 5%;
	padding: 0;
}
.sec-mess-text-bg1 .innWrap .text {
	margin: 0px 0px 25px;
}
.text_area {
	display: block;
	display: block;
	display: block;
	margin: 0 0 30px;
}
.text_area .img {
	width: auto;
	margin: 0 0 15px;
}
.text_area .text {
	width: auto;
}
.text_area2 .text {
	width: auto;
}
.text_area2 .img {
	width: auto;
}
.text_area3 .text {
	width: auto;
}
.text_area3 .img {
	width: auto;
}
}


/* ----------------------------------------
 *  PROJECT
 * ---------------------------------------- */
 
.sec-proj-intro {
	margin: 0px auto 85px;
	max-width: 810px;
	text-align: justify;
}
.sec-proj-intro .copy , .sec-proj-text-bg1 .copy , .sec-proj-text-bg2 .copy {
	font-size: 26px;
	font-weight: bold;
	color: #2E3192;
	margin: 0px 0px 35px;
}
.proj-ttl {
	font-size: 40px;
	font-weight: 400;
	color: #2E3192;
	margin: 0px 0px 70px;
	letter-spacing: 0.05em;
	line-height: 1;
}
.sec-proj-text-bg1 {
	background: #EEE;
}
.sec-proj-text-bg1 .innWrap , .sec-proj-text-bg2 .innWrap {
	margin: 0px auto;
	max-width: 860px;
}
.sec-proj-text-bg2 .text_area {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction : row-reverse;
	-ms-flex-direction : row-reverse;
	flex-direction : row-reverse;
}
.sec-proj-text-bg1 .text_area .img {
	width: 250px;
}
.sec-proj-text-bg1 .text_area .text {
	width: 540px;
}
.sec-proj-text-bg2 .text_area .img {
	width: 250px;
}
.sec-proj-text-bg2 .text_area .text {
	width: 560px;
}
.sec-proj-text-bg1 .text_area p , .sec-proj-text-bg2 .text_area p {
	margin: 0 0 30px;
}
.text_area .img .note {
	margin: 15px 0 0;
}
.sec-proj-text-bg2 .innWrap .sttl {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 15px;
}
.sec-proj-text-bg2 .innWrap .history dl {
	border-top: 1px solid #808080;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 10px 0;
}
.sec-proj-text-bg2 .innWrap .history {
	margin: 0 0 40px;
}
.sec-proj-text-bg2 .innWrap .history dl dt {
	width: 150px;
	padding: 0 0 0 10px;
}
.sec-proj-text-bg2 .innWrap .history dl dd {
	width: 680px;
}
.his-img img{
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px){
	.sec-proj-intro {
	margin: 0px 5% 45px;
}
.sec-proj-intro .copy , .sec-proj-text-bg1 .copy , .sec-proj-text-bg2 .copy {
	font-size: 22px;
	margin: 0px 0px 20px;
	line-height: 1.3;
}
.proj-ttl {
	font-size: 28px;
	margin: 0px 0px 20px;
}
.sec-proj-text-bg1 {
}
.sec-proj-text-bg1 .innWrap , .sec-proj-text-bg2 .innWrap {
	margin: 0px 5%;
	padding: 10px 0;
}
.sec-proj-text-bg2 .text_area {
	display: block;
	display: block;
	display: block;
}
.sec-proj-text-bg1 .text_area .img {
	width: auto;
	text-align: center;
	margin: 0 0 15px;
}
.sec-proj-text-bg1 .text_area .text {
	width: auto;
}
.sec-proj-text-bg2 .text_area .img {
	width: auto;
}
.sec-proj-text-bg2 .text_area .text {
	width: auto;
}
.sec-proj-text-bg1 .text_area p , .sec-proj-text-bg2 .text_area p {
	margin: 0 0 20px;
}
.text_area .img .note {
	margin: 5px 0 0;
	text-align: left;
	font-size: 10px;
	line-height: 1.2;
}
.sec-proj-text-bg2 .innWrap .sttl {
	font-size: 18px;
	margin: 0px 0px 10px;
}
.sec-proj-text-bg2 .innWrap .history dl {
	display: -webkit-block;
	display: -ms-block;
	display: block;
	padding: 10px 0;
}
.sec-proj-text-bg2 .innWrap .history {
	margin: 0 0 20px;
}
.sec-proj-text-bg2 .innWrap .history dl dt {
	width: auto;
	padding: 0 0 5px 0;
}
.sec-proj-text-bg2 .innWrap .history dl dd {
	width: auto;
}
.his-img {}
}


/* ----------------------------------------
 *  PUBLICATION
 * ---------------------------------------- */
.publ-innWrap {
	margin: 0px auto;
	max-width: 1100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.publ-innWrap .content {
	width:845px;
}
.publ-ttl {
	font-size: 40px;
	font-weight: 400;
	color: #2E3192;
	margin: 0px 0px 50px;
	letter-spacing: 0.05em;
	line-height: 1;
}
.publ-ttl.fc {
	text-align:center;
}
.publ-nav {
	margin: 0 0 60px;
	width: 200px;
}
.publ-nav .ttl a {
	background:#ffffff;
	color: #2e3192;
	margin: 0 0 10px;
	text-align: center;
	padding: 0.5em 0.5em 0.6em;
	font-size: 18px;
	letter-spacing: 0.1em;
    border: solid 1px #2e3192;
}
.publ-nav .ttl .actv {
	background:#2e3192;
	color: #fff;
}
.publ-nav ul {
}
.publ-nav ul li {margin: 0 0 7px;}
.publ-nav ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 0.5em 0.5em 0.6em;
    line-height: 1;
    text-align: center;
    border: solid 1px #2e3192;
}
.publ-nav ul li a.actv {
    color: #fff;
    background: #2e3192;
    border: solid 1px #2e3192;
}
.publ-innWrap .content li {
	margin: 0 0 40px 1em;
}
@media only screen and (max-width: 768px){
.publ-innWrap {
	margin: 0px 5%;
	display: block;
}
.publ-innWrap .content {
	width:auto;
	margin: 0 0 50px;
}
.publ-ttl {
	font-size: 22px;
	margin: 0px 0px 25px;
}
.publ-ttl.fc {
	text-align:center;
}
.publ-nav {
	margin: 0 0 30px;
	width: auto;
}
.publ-nav .ttl {
	font-size: 16px;
}
.publ-nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.publ-nav ul li {
	width: 48%;
	margin: 0 0 10px;
}
.publ-nav ul li a {
	font-size: 14px;
	padding: 0.6em 0.5em 0.7em;
}
.publ-innWrap .content li {
	margin: 0 0 10px 1em;
}
}

/* ----------------------------------------
 *  CONTACT
 * ---------------------------------------- */
.cont-innWrap {
	margin: 0px auto;
	max-width: 870px;
}
.cont-ttl {
	font-size: 40px;
	font-weight: 400;
	color: #2E3192;
	margin: 0px 0px 50px;
	letter-spacing: 0.05em;
	line-height: 1;
}
.cont-innWrap dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 0 30px;
}
.cont-innWrap dl dt {
	-webkit-flex-basis: 180px;
	-ms-flex-basis: 180px;
	flex-basis: 180px;
	font-weight: bold;
}
.cont-innWrap dl dt span {
	color:#F00;
}
.cont-innWrap dl dd {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.cont-innWrap dl dd .form1 {
	width: 100%;
	height: 35px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: solid 1px #ccc;
}
.cont-innWrap dl dd .form2 {
	width: 100%;
	height: 120px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: solid 1px #ccc;
}
.cont-innWrap dl dd .form3 {
	width: 25%;
	height: 35px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: solid 1px #ccc;
	margin: 0 0 10px 5px;
}

@media only screen and (max-width: 768px){
.cont-innWrap {
	margin: 0px 5%;
}
.cont-ttl {
	font-size: 22px;
	margin: 0px 0px 25px;
}
.cont-innWrap dl {
	margin: 0 0 15px;
	display: -webkit-block;
	display: block;
}
.cont-innWrap dl dt {
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
	flex-basis: 100%;
	margin: 0 0 5px;
}
.cont-innWrap dl dd {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.cont-innWrap dl dd .form1 {
	height: 30px;
}
.cont-innWrap dl dd .form2 {
	height: 90px;
}
.cont-innWrap dl dd .form3 {
	width: 50%;
	height: 30px;
	margin: 0 0 0 5px;
}

}

.publ-innWrap dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0px 0px 50px;
}
.publ-innWrap dl dt {
	width: 150px;
	font-size: 40px;
	font-weight: 400;
	color: #2E3192;
	letter-spacing: 0.05em;
	line-height: 1;
}
.publ-innWrap dl dd {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width:830px;
}



/* ----------------------------------------
 *  NEWS
 * ---------------------------------------- */
.news dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 0 30px;
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 30px;
}
.news dl dt {
	width: 15%;
	color: #2e3192;
	font-weight: bold;
	font-size: 16px;
}
.news dl dd {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 85%;
}
.news dl dd a:after{
	background : #2E3192;
	content: "Read more ";
	margin: 0 0 0 10px;
	padding: 0.3em 0.8em 0.2em;
	font-size: 12px;
	color: #fff;
}
.innWrap.news {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.innWrap.news .side_nav {
	width: 360px;
	margin: 0 30px 0 0;
}
.innWrap.news .news_cont {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.innWrap.news .news_cont a {
    color:#0f6cb0;
    text-decoration: underline;
}
.innWrap.news .side_nav ul .ttl {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	background: #000;
	padding: 0.8em 0.5em;
	border: none;
}
.innWrap.news .side_nav ul li {
	padding: 0.8em 0.5em;
	border-bottom: solid 1px #ccc;
}
.news_cont .day {
	font-size: 13px;
	margin: 0px 0px 30px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #CCC;
}
.news_cont .sttl {
	font-size: 16px;
	margin: 0px 0px 20px;
	font-weight: bold;
}
.news_cont div {
	margin: 0px 0px 30px;
}
@media only screen and (max-width: 768px){
.news dl {
	display: -webkit-block;
	display: block;
	margin: 0 0 20px;
	padding: 0px 0px 20px;
}
.news dl dt {
	width: 100%;
	font-size: 15px;
	margin: 0 0 10px;
}
.news dl dd {
}
.news dl dd a:after{
	margin: 0 0 0 5px;
	padding: 0.3em 0.6em 0.3em;
	font-size: 11px;
}
.innWrap.news {
	display: -webkit-block;
	display: block;
}
.innWrap.news .side_nav {
	width: 100%;
	margin: 0;
}
.innWrap.news .news_cont {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.innWrap.news .side_nav ul .ttl {
	font-size: 14px;
	padding: 0.6em 0.5em;
}
.innWrap.news .side_nav ul li {
	padding: 0.6em 0.5em;
}
.news_cont .day {
	font-size: 12px;
	margin: 0px 0px 20px;
}
.news_cont .sttl {
	font-size: 15px;
	margin: 0px 0px 10px;
}
.news_cont div {
	margin: 0px 0px 30px;
}
}



.sec-career .amed {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #CCC;
}
.sec-career .amed dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	font-size: 18px;
}
.sec-career .amed dd ul li {
	list-style: disc;
	margin: 0px 0px 5px 1em;
}
.sec-career .cont {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #CCC;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.sec-career .cont dd {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 880px;
}
.sec-career .cont dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	font-size: 18px;
	width: 100px;
}
.sec-career .cont dd ul li {
	list-style: disc;
	margin: 0px 0px 5px 1em;
}
@media only screen and (max-width: 768px){
.sec-career .amed {
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
}
.sec-career .amed dt {
	font-size: 16px;
}
.sec-career .amed dd ul li {
}
.sec-career .cont {
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	display: -webkit-block;
	display: block;
}
.sec-career .cont dd {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	width: auto;
	text-align: justify;
}
.sec-career .cont dt {
	font-size: 16px;
	width: auto;
}
.sec-career .cont dd ul li {
	list-style: disc;
	margin: 0px 0px 5px 1em;
}
}





.sitemap-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sitemap-nav ul {
	width: 30%;
}
.sitemap-nav ul li {
	border-bottom: dotted 1px #CCC;
}
.sitemap-nav ul li a {
	font-size: 16px;
	display:block;
	position:relative;
	height: 65px;
}
.sitemap-nav ul li a:before {
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
	color: #2E3192;
	position: absolute;
	top: 50%;
	left: 2%;
	-webkit-transform : translate(0%,-50%);
	transform : translate(0%,-50%);
	transition:0.5s all;
}
.sitemap-nav ul li a:hover:before {
	left: 5%;
}
.sitemap-nav ul li a p {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform : translate(0%,-50%);
	transform : translate(0%,-50%);
	transition:0.5s all;
}
.sitemap-nav ul li.pub {
	font-size: 16px;
	display:block;
	position:relative;
	height: 65px;
}
.sitemap-nav ul li.pub p {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translate(0%,-50%);
	transform : translate(0%,-50%);
	transition:0.5s all;
}
.sitemap-nav ul li.pub a {
	display:block;
}
.sitemap-nav ul .nav1 {
	width: 100%;
}
.sitemap-nav ul .nav1 a {
	height: 45px;
}

@media only screen and (max-width: 768px){
.sitemap-nav {
	display: block;
	display: block;
}
.sitemap-nav ul {
	width: 100%;
}
.sitemap-nav ul li {
}
.sitemap-nav ul li a {
	font-size: 14px;
	height: 45px;
}
.sitemap-nav ul li a:before {
	font-size: 16px;
}
.sitemap-nav ul li a:hover:before {
	left: 5%;
}
.sitemap-nav ul li a p {
	left: 8%;
}
.sitemap-nav ul li.pub {
	font-size: 14px;
	height: 45px;
}
.sitemap-nav ul li.pub p {}
.sitemap-nav ul li.pub a {
	display:block;
}
.sitemap-nav ul .nav1 {
}
.sitemap-nav ul .nav1 a {
	height: 35px;
}
}
.bg img {
	width: 100%;
	height:auto;
}



.sec-proj-text-bg1 .text_area .text .logo {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sec-proj-text-bg1 .text_area .text .logo li {
	width: 48%;
}




/*ブログカード*/
.wp-embedded-content {width: 100%;max-width: 100%;}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}
.dashicons{display:inline-block;width:20px;height:20px;background-color:transparent;background-repeat:no-repeat;background-size:20px;background-position:center;transition:background .1s ease-in;position:relative;top:5px}
.dashicons-no{}
.dashicons-admin-comments{}
.wp-embed-comments a:hover .dashicons-admin-comments{}
.dashicons-share{}
.js .dashicons-share{display:inline-block}
.wp-embed-share-dialog-open:hover .dashicons-share{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%230073aa%27%2F%3E%3C%2Fsvg%3E")}
.wp-embed{padding:25px;font-size:14px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;color:#82878c;background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.05);overflow:auto;zoom:1}
.wp-embed a{color:#82878c;text-decoration:none}
.wp-embed a:hover{text-decoration:underline}
.wp-embed-featured-image{
    float:left;
    width: 30%;
    margin: 0 10px 0 0;
}
.wp-embed-featured-image img{width:100%;height:auto;border:none}
.wp-embed-featured-image.square{float:left;max-width:160px;margin-right:20px}
.wp-embed p{margin:0}
p.wp-embed-heading{margin:0 0 15px;font-weight:600;font-size:22px;line-height:1.3}
.wp-embed-heading a{color:#32373c}
.wp-embed .wp-embed-more{color:#b4b9be}
.wp-embed-footer{display:table;width:100%;margin-top:30px}
.wp-embed-site-icon{position:absolute;top:50%;left:0;transform:translateY(-50%);height:25px;width:25px;border:0}
.wp-embed-site-title{font-weight:600;line-height:1.78571428}
.wp-embed-site-title a{position:relative;display:inline-block;padding-left:35px}
.wp-embed-meta,.wp-embed-site-title{display:table-cell}
.wp-embed-meta{text-align:right;white-space:nowrap;vertical-align:middle}
.wp-embed-comments,.wp-embed-share{display:inline}
.wp-embed-meta a:hover{text-decoration:none;color:#0073aa}
.wp-embed-comments a{line-height:1.78571428;display:inline-block}
.wp-embed-comments+.wp-embed-share{margin-left:10px}
.wp-embed-share-dialog{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#222;background-color:rgba(10,10,10,.9);color:#fff;opacity:1;transition:opacity .25s ease-in-out}
.wp-embed-share-dialog.hidden{opacity:0;visibility:hidden}
.wp-embed-share-dialog-close,.wp-embed-share-dialog-open{margin:-8px 0 0;padding:0;background:0 0;border:none;cursor:pointer;outline:0}
.wp-embed-share-dialog-close .dashicons,.wp-embed-share-dialog-open .dashicons{padding:4px}
.wp-embed-share-dialog-open .dashicons{top:8px}
.wp-embed-share-dialog-close:focus .dashicons,.wp-embed-share-dialog-open:focus .dashicons{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);border-radius:100%}
.wp-embed-share-dialog-close{position:absolute;top:20px;right:20px;font-size:22px}
.wp-embed-share-dialog-close:hover{text-decoration:none}
.wp-embed-share-dialog-close .dashicons{height:24px;width:24px;background-size:24px}
.wp-embed-share-dialog-content{height:100%;transform-style:preserve-3d;overflow:hidden}
.wp-embed-share-dialog-text{margin-top:25px;padding:20px}
.wp-embed-share-tabs{margin:0 0 20px;padding:0;list-style:none}
.wp-embed-share-tab-button{display:inline-block}
.wp-embed-share-tab-button button{margin:0;padding:0;border:none;background:0 0;font-size:16px;line-height:1.3;color:#aaa;cursor:pointer;transition:color .1s ease-in}
.wp-embed-share-tab-button [aria-selected=true]{color:#fff}
.wp-embed-share-tab-button button:hover{color:#fff}
.wp-embed-share-tab-button+.wp-embed-share-tab-button{margin:0 0 0 10px;padding:0 0 0 11px;border-left:1px solid #aaa}
.wp-embed-share-tab[aria-hidden=true]{display:none}
p.wp-embed-share-description{margin:0;font-size:14px;line-height:1;font-style:italic;color:#aaa}
.wp-embed-share-input{box-sizing:border-box;width:100%;border:none;height:28px;margin:0 0 10px 0;padding:0 5px;font-size:14px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;resize:none;cursor:text}
textarea.wp-embed-share-input{height:72px}
html[dir=rtl] .wp-embed-featured-image.square{float:right;margin-right:0;margin-left:20px}
html[dir=rtl] .wp-embed-site-title a{padding-left:0;padding-right:35px}
html[dir=rtl] .wp-embed-site-icon{margin-right:0;margin-left:10px;left:auto;right:0}
html[dir=rtl] .wp-embed-meta{text-align:left}
html[dir=rtl] .wp-embed-share{margin-left:0;margin-right:10px}
html[dir=rtl] .wp-embed-share-dialog-close{right:auto;left:20px}
html[dir=rtl] .wp-embed-share-tab-button+.wp-embed-share-tab-button{margin:0 10px 0 0;padding:0 11px 0 0;border-left:none;border-right:1px solid #aaa}


