@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   add

--------------------------------------------------------------------------------------------------*/
img {
	image-rendering: -webkit-optimize-contrast;
}

.page-teacher {
	width: 1160px;
	margin: 0 auto 50px;
}

.page-teacher .btn {
	text-align: center;
}

.teacherCat {
	position: relative;
	font-size: 24px;
	font-weight: 900;
	margin-top: 50px;
}

.teacherCat:first-of-type {
	margin-top: 0;
}

.teacherCat:before {
	position: absolute;
	content: "";
	width: 100%;
	border-bottom: 8px solid #D7F4F7;
 border-image: linear-gradient(to right, #D7F4F7 0%, #D7F5E0 100%);
 border-image-slice: 1;
	top: 23px;
}

.teacherCat:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 8px;
	top: 23px;
	left: 0;
	background-color: #1cade3;
}

.teacherCat p {
	display: inline-block;
	margin: 0 0 20px 20px;
	padding: 8px 16px;
	background-color: #FFF;
	position: relative;
}

.teacherList {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.teacherBox {
	width: 48%;
	margin: 0 0 30px;
}

.teacherBox a {
	display: flex;
	align-items: center;
	border: 4px solid #F3F2F1;
	padding: 20px;
}

.teacherBox a:hover {
	border: 4px solid #1cade3;
	background-color: #F2FDF5;
}

.teacherBox .photo {
	width: 120px;
	margin-right: 30px;
}

.teacherBox .photo img {
	width: 120px;
	height: auto;
	position: relative;
}

.teacherBox .info h3 {
	margin: 0 0 20px;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.01em;
	position: relative;
}

.teacherBox .info h3:before {
	position: absolute;
	top: -6px;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #1cade3;
	content: "";
}

.teacherBox .info h3 .en {
	font-size: 14px;
	margin-left: 16px;
	font-weight: 400;
}

.teacherBox .info ul {
	display: flex;
	flex-wrap: wrap;
}

.teacherBox .info ul li {
	margin-right: 8px;
	margin-bottom: 4px;
	border: 1px solid #CCC;
	padding: 4px 8px;
	background-color: #FFF;
}


/**/
#teacher-info-faculty-life-bio .table-box {
  width: 100%;
		margin-bottom: 60px;
}

#teacher-info-faculty-life-bio .table-box table {
  width: 100%;
}

#teacher-info-faculty-life-bio .table-box table a {
	text-decoration: underline;
}

#teacher-info-faculty-life-bio .employment-box {
	width: 100%;
}

#teacher-info-faculty-life-bio .employment-box .title {
	display: inherit;
}

#teacher-info-faculty-life-bio .employment-box .footnote {
	margin-bottom: 60px;
}

/**/
.teacherDetail {
	width: 90%;
	margin: 0;
	margin: 30px auto 60px;
	display: flex;
	font-size: 16px;
}

.teacherDetail .photo {
	width: 160px;
	margin-right: 50px;
}

.teacherDetail .photo img {
	width: 160px;
	height: auto;
}

.teacherDetail .info {
	width: 950px;
}

.teacherDetail .info .course {
	display: inline-block;
	margin-bottom: 16px;
	padding: 2px 8px;
 background: linear-gradient(to right, #D7F4F7 0%, #D7F5E0 100%);
}

.teacherDetail .info .position {
}

.teacherDetail .info h3 {
	margin-bottom: 20px;
	font-size: 26px;
	letter-spacing: 0.01em;
}

.teacherDetail .info h3 span.en {
	color: #AAA;
	font-size: 18px;
	margin-left: 16px;
	font-weight: 400;
}

.teacherDetail .info dl {
	display: flex;
	flex-wrap: wrap;
}

.teacherDetail .info dl dt {
	width: 15%;
}

.teacherDetail .info dl dd {
	width: 85%;
	margin-bottom: 8px;
}

.teacherDetail .info dl dd a {
	text-decoration: underline;
	display: inline-block;
}

.teacherDetailCont {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8;
}

.teacherDetailCont h3 {
	margin: 0 0 30px;
	padding: 8px 16px;
	background-color: #F2FDF5;
	position: relative;
	font-size: 18px;
}

.teacherDetailCont h3:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #1cade3;
	content: "";
}

.teacherDetailCont p {
	margin: 0 0 60px;
}

.teacherDetailCont h3.message {
  position: relative;
  padding: 16px;
  border-bottom: 3px solid #1cade3;
  border-left: 3px solid #1cade3;
  border-right: 3px solid #1cade3;
  border-radius: 0 0 20px 20px;
		background-color: #F2FDF5;
		text-align: center;
		font-size: 20px;
}

.teacherDetailCont h3.message:before {
  position: absolute;
		top: inherit;
		left: inherit;
  left: 50%;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #1cade3 transparent transparent transparent;
		background-color: transparent;
}

.teacherDetailCont h3.message:after {
  position: absolute;
  left: calc(50% + 3px);
		bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #F2FDF5 transparent transparent transparent;
}

.teacherDetailCont .kadai {
	display: flex;
	justify-content: space-between;
}

.teacherDetailCont .kadai .text {
	width: 640px;
}

.teacherDetailCont .kadai .photo {
	width: 400px;
	margin-left: 40px;
}

.teacherDetailCont .kadai .photo img {
	max-width: 400px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.teacherDetailCont .photo p {
	line-height: 1.4;
	margin-top: 4px;
}

.teacherDetailCont ul {
	margin: 0 0 60px;
	padding: 0 0 0 20px;
}

.teacherDetailCont ul li {
	list-style-type: circle;
}

.teacherDetailCont ol {
	margin: 0 0 60px;
	padding: 0 0 0 20px;
}

.teacherDetailCont ol li {
	list-style-type: decimal;
}

.teacherDetailCont .key ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.teacherDetailCont .key ul li {
    list-style: none;
    position: relative;
    margin-right: 20px;
}

.teacherDetailCont .key ul li:after {
    content: "、";
    position: absolute;
}

.teacherDetailCont .key ul li:last-child:after {
    content: "";
}

.catTab {
  margin: 45px auto 40px auto;
  text-align: center;
}

.catTab li {
  display: inline-block;
  margin: 0 5px;
}

.catTab li a {
  padding: 0px 7px 3px 7px;
}

.catTab li a.active {
  background-color: #151d22;
  color: #fff;
  border-radius: 15px;
}

.catTab li a:hover{
  border-bottom: 1px solid #151d22;
}



@media all and (max-width: 959px) {

.page-teacher {
	width: 90%;
	margin: 0 auto 50px;
}

.teacherCat {
	position: relative;
	font-size: 18px;
	font-weight: 900;
	margin-top: 50px;
}

.teacherCat:first-of-type {
	margin-top: 0;
}

.teacherCat:before {
	position: absolute;
	content: "";
	width: 100%;
	border-bottom: 4px solid #D7F4F7;
 border-image: linear-gradient(to right, #D7F4F7 0%, #D7F5E0 100%);
 border-image-slice: 1;
	top: 20px;
}

.teacherCat:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 5px;
	top: 21px;
	left: 0;
	background-color: #1cade3;
}

.teacherCat p {
	display: inline-block;
	margin: 0 0 20px 20px;
	padding: 8px;
	background-color: #FFF;
	position: relative;
}

.teacherList {
	width: 100%;
	margin: 0 auto;
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}

.teacherBox {
	width: 100%;
	margin: 0 0 30px;
}

.teacherBox a {
	display: flex;
	align-items: start;
	border: 4px solid #F3F2F1;
	padding: 16px 8px;
	background: url(../image/icon-next-menu-top.png) no-repeat 96% 28%;
	background-size: 16px;
}

.teacherBox a:hover {
	border: 4px solid #1cade3;
	background-color: #F2FDF5;
}

.teacherBox .photo {
	width: 100px;
	margin-right: 16px;
}

.teacherBox .photo img {
	width: 100px;
	height: auto;
	position: relative;
}

.teacherBox .info h3 {
	margin: 3px 0 20px;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.01em;
	position: relative;
}

.teacherBox .info h3:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #1cade3;
	content: "";
}

.teacherBox .info h3 .en {
	display: block;
	font-size: 14px;
	margin-left: 0;
	font-weight: 400;
}

.teacherBox .info ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
}

.teacherBox .info ul li {
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #CCC;
	padding: 4px;
	background-color: #FFF;
}


/**/
#teacher-info-faculty-life-bio .table-box {
  width: 100%;
		margin-bottom: 60px;
}

#teacher-info-faculty-life-bio .table-box table {
  width: 100%;
}

#teacher-info-faculty-life-bio .table-box table a {
	text-decoration: underline;
}

#teacher-info-faculty-life-bio .employment-box {
	width: 100%;
}

#teacher-info-faculty-life-bio .employment-box .title {
	display: inherit;
	width: auto;
}

#teacher-info-faculty-life-bio .employment-box .footnote {
	margin-bottom: 60px;
}

/**/
.teacherDetail {
	width: 100%;
	margin: 0;
	margin: 30px auto 60px;
	display: flex;
	font-size: 16px;
	flex-wrap: wrap;
	flex-direction: row;
}

.teacherDetail .photo {
	width: 100%;
	margin-right: 0;
	text-align: center;
	order: 2;
}

.teacherDetail .photo img {
	width: 160px;
	height: auto;
}

.teacherDetail .info {
	width: 100%;
	order: 1;
	margin-bottom: 20px;
}

.teacherDetail .info .course {
	display: inline-block;
	margin-bottom: 16px;
	padding: 2px 8px;
 background: linear-gradient(to right, #D7F4F7 0%, #D7F5E0 100%);
}

.teacherDetail .info .position {
}

.teacherDetail .info h3 {
	margin-bottom: 10px;
	font-size: 22px;
	letter-spacing: 0.01em;
}

.teacherDetail .info h3 span.en {
	color: #AAA;
	font-size: 14px;
	margin-left: 16px;
	font-weight: 400;
}

.teacherDetail .info dl {
	display: block;
	flex-wrap: wrap;
}

.teacherDetail .info dl dt {
	width: 100%;
}

.teacherDetail .info dl dd {
	width: 100%;
	margin-bottom: 8px;
}

.teacherDetail .info dl dd a {
	text-decoration: underline;
	display: inline-block;
}

.teacherDetailCont {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8;
}

.teacherDetailCont h3 {
	margin: 0 0 10px;
	padding: 4px 8px;
	background-color: #F2FDF5;
	position: relative;
	font-size: 16px;
}

.teacherDetailCont h3:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #1cade3;
	content: "";
}

.teacherDetailCont p {
	margin: 0 0 30px;
}

.teacherDetailCont h3.message {
  position: relative;
  padding: 8px 16px;
  border-bottom: 3px solid #1cade3;
  border-left: 3px solid #1cade3;
  border-right: 3px solid #1cade3;
  border-radius: 0 0 20px 20px;
		background-color: #F2FDF5;
		text-align: center;
		font-size: 16px;
		margin-bottom: 30px;
}

.teacherDetailCont h3.message:before {
  position: absolute;
		top: inherit;
		left: inherit;
  left: 50%;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #1cade3 transparent transparent transparent;
		background-color: transparent;
}

.teacherDetailCont h3.message:after {
  position: absolute;
  left: calc(50% + 3px);
		bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #F2FDF5 transparent transparent transparent;
}

.teacherDetailCont .kadai {
	display: block;
	justify-content: space-between;
}

.teacherDetailCont .kadai .text {
	width: 100%;
}

.teacherDetailCont .kadai .photo {
	width: 100%;
	margin-left: 0;
	margin-bottom: 60px;
}

.teacherDetailCont .kadai .photo img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.teacherDetailCont .photo p {
	line-height: 1.4;
	margin-top: 4px;
}

.teacherDetailCont ul {
	margin: 0 0 60px;
	padding: 0 0 0 20px;
}

.teacherDetailCont ul li {
	list-style-type: circle;
}

.teacherDetailCont ol {
	margin: 0 0 60px;
	padding: 0 0 0 20px;
}

.teacherDetailCont ol li {
	list-style-type: decimal;
}

.teacherDetailCont .key ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-left: 0;
}

.teacherDetailCont .key ul li {
    list-style: none;
    position: relative;
    margin-right: 20px;
}

.teacherDetailCont .key ul li:after {
    content: "、";
    position: absolute;
}

.teacherDetailCont .key ul li:last-child:after {
    content: "";
}



}


/*add20230617*/
.sp_header_sns {
display: none;
}

@media all and (max-width: 959px) {

.logo a {
display: inline-block;
}

.sp_header_sns {
 display: block;
 position: absolute;
 top: 15px;
 right: 60px;
}

.sp_header_sns ul {
 display: flex;
}

.sp_header_sns ul li {
 margin-left: 10px;
}

.sp_header_sns ul li img {
 width: 30px;
 height: 30px;
}

}

@media all and (max-width: 560px) {

#info-top-faculty-life .banner {
text-align: left;
}

#info-top-faculty-life .banner .text{
display: block;
width: 100%;
left: 1%;
}

#info-top-faculty-life .banner .text img {
width: 200px;
}

#info-top-faculty-life .banner .text .desc {
margin: 10px 2% 5px;
font-size: 14px;
}

}

.sp_footer_sns {
display: none;
}

@media all and (max-width: 959px) {

.sp_footer_sns {
display: block;
}

.sp_footer_sns ul {
display: flex;
justify-content: center;
margin: 20px 0 0;
}

.sp_footer_sns ul li {
margin: 0 10px;
}

.sp_footer_sns ul li img {
width: 30px;
height: 30px;
}
}

.pc_sns {
position: fixed;
right: 20px;
top: 100px;
z-index: 1001;
}

.pc_sns ul li {
margin-bottom: 20px;
}

.pc_sns ul li img {
width: 40px;
height: 40px;
}

@media all and (max-width: 959px) {

.pc_sns {
display: none;
}

}

