@charset "UTF-8";

.teachers {
    background-image: url(../images/top/teacher_bk2.jpg);
    background-repeat: repeat;
    -webkit-background-size: cover;
	background-size: cover;
}

.teacherDetail{
	background-image:  url(../images/top/stamp_bk02.png);
	background-position: left bottom, 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
}


.breadcrumb {
	font-size: 14px;
	/*color: #756d64;*/
	margin-bottom: 16px;
    }

/*一覧*/

.list_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	/*max-width: 1120px;*/
    /*margin: 0 auto;*/
    /*padding: 30px 20px 64px;*/
	padding: 30px 0;

    }

.list_hero {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 20px;
	align-items: start;
	padding: clamp(15px, 4vw, 20px);
	/*border: 1px solid rgba(139, 63, 22, .14);*/
	background-color: rgba(255, 255, 255, .4);
	border: 1px #ededed solid;
	border-radius: 5px;
	/*background: var(--paper);
	box-shadow: var(--shadow);*/
	/*margin-bottom: 28px;*/

	
    }

.list_hero:hover {
        border: 1px #ccc solid;
	}

.list_photo {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: top center;
	border-radius: 5px;
	display: block;
    }

.list_name{
	margin: 0;
	/*color: #171717;*/
	font-size: 28px;
	line-height: 1.12;
	letter-spacing: 0;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
}

.list_position {
	font-size: 20px;
    }

.list_summary{
	margin-top:10px!important;
}
.list_summary_item{
	font-size:16px;
	line-height:1.5;
	position:relative;
	margin-left:6em;
	text-indent:-6em;
}
.list_summary_item:before{
	content:'';
	background-color:#d95900;
	width:10px;
	height:10px;
	margin:0 5px 2px 0;
	display:inline-block;
}

/*詳細ページ*/

.wrap {
	/*max-width: 1120px;*/
    margin: 0 auto;
    /*padding: 30px 20px 64px;*/
	padding-top: 30px;
    }

.hero {
	display: grid;
	grid-template-columns: minmax(220px, 280px) 1fr;
	gap: clamp(24px, 5vw, 48px);
	align-items: start;
	padding: clamp(22px, 4vw, 38px);
	/*border: 1px solid rgba(139, 63, 22, .14);*/
	background-color: rgba(255, 255, 255, .4);
	border: 1px #ededed solid;
	border-radius: 5px;
	/*background: var(--paper);
	box-shadow: var(--shadow);*/
	margin-bottom: 28px;
    }
.photo {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 5px;
	display: block;
    }
h1 {
	margin: 0;
	/*color: #171717;*/
	font-size: 48px;
	line-height: 1.12;
	letter-spacing: 0;
    }
.position {
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	padding: 5px 12px;
	border-left: 4px solid #0051a5;
	background: #e8f3f4;
	color: #666;
	font-size: 18px;
	font-weight: 700;
    }
.summary {
	margin-top: 26px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
    }
.summary dl {
	margin: 0;
	padding: 14px 16px;
	border-radius: 5px;
	background-color: #ededed;
	border: 1px #dfdfdf solid;
    }
.summary dt {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
	letter-spacing: .08em;
	color:#9b4000;
    }
.summary dd {
	margin: 0;
	font-size: 16px;
    }
.section {
	margin-top: 30px;
	padding-top: clamp(22px, 3vw, 30px);
	border-top: 1px solid #ccc;
    }
.section h2 {
	position: relative;
	margin: 0 0 12px;
	padding-left: 16px;
	color: #171717;
	font-size: clamp(22px, 2.2vw, 28px);
	line-height: 1.3;
    }
.section h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: .16em;
	width: 5px;
	height: 1.05em;
	border-radius: 999px;
	background: #0051a5;
    }
    .text-box {
      border-radius: 5px;
      background-color: #f3f3f3;
		border: 1px #dfdfdf solid;
      padding: 18px 20px;
      /*color: #303134;*/
		font-size: 16px;
    }
    .keyword-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .keyword {
      display: inline-flex;
      align-items: center;
      padding: 8px 13px;
      border: 1px solid rgba(15, 107, 120, .22);
      border-radius: 999px;
      background: #e8f3f4;
      font-size: 14px;
      font-weight: 700;
      color: #0051a5;
    }
    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .card {
      border-radius: 5px;
      background-color: #f3f3f3;
		border: 1px #dfdfdf solid;
      padding: 18px 20px;
		
      
    }
    .card h3 {
      margin: 0 0 8px;
      font-size: 18px;
      line-height: 1.4;
		font-weight: bold;
		color:#9b4000;
    }
    .card p {
      margin: 0;
		font-size:16px;
    }
    .links {
      display: flex;
      flex-wrap: wrap;
		justify-content: center;
      gap: 20px;
      margin-top: 34px;
      padding-top: 24px;
      border-top: 1px solid #ccc;
    }
	.btn {
		
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 150px;
      padding: 11px 25px;
      /*border-radius: 999px;
      border: 1px solid var(--brand);*/
      color: #0051a5;
      text-decoration: none;
      font-weight: 700;
      background: rgba(0, 81, 165, .2);
      white-space: normal;
      text-align: center;
      line-height: 1.4;
		font-size:16px;
      transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
    }
    .btn:hover {
      opacity:.8;
    }
.btn:before {
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    color: #0051a5;
    margin-right: 5px;
}



    /*.btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 150px;
      padding: 11px 18px;
      border-radius: 999px;
      border: 1px solid var(--brand);
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      background: #b91f00;
      white-space: normal;
      text-align: center;
      line-height: 1.4;
      transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
    }
    .btn:hover {
      background: #d34d00;
      box-shadow: 0 10px 22px rgba(90, 40, 15, .18);
      transform: translateY(-1px);
    }*/


@media screen and (max-width:600px){
	
	.list_wrap {
	grid-template-columns: 1fr;
	/*gap: 30px;*/
	/*max-width: 1120px;*/
    /*margin: 0 auto;*/
    /*padding: 30px 20px 64px;*/
	padding-top: 30px;
	margin-bottom: 100px;		
    }
	
	/*リスト1カラムver.
	.list_hero {
    grid-template-columns: 1fr;
    padding: 18px;	
	}
		
	.list_name{
	margin: 0;
	font-size: 24px;
	line-height: 1.12;
	letter-spacing: 0;
	padding-bottom: 15px;
	border-bottom: 1px #ccc solid;
	text-align: center;
	font-weight: 700;
}
	.list_summary{
	margin-top:0;
}
	.list_photo {
    max-width: 150px;
    justify-self: center;
      }
	
	.list_position{
	font-weight: normal;
	}*/
	
	/*リスト2カラムver.*/
	.list_hero {
    grid-template-columns: 100px 1fr;
    /*gap: 20px;*/
    padding: 18px;	
		margin-bottom: 0;
	}
		
	.list_name{
	margin: 0;
	/*color: #171717;*/
	font-size: 20px;
	line-height: 1.12;
	letter-spacing: 0;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
	text-align: left;
	font-weight: 700;
}
	.list_summary{
	margin-top:0;
		
}
	.list_photo {
    max-width: 100px;
      }
	
	.list_position{
	font-weight: normal;
		font-size: 16px;
	}
	.list_summary_item{
	margin-left:0;
	text-indent:0;
}
	
	.list_summary_item strong{
	display: none;
}
.list_summary_item:before{
	display: none;
}
	
	
	
	
	.wrap {
        padding: 16px 16px 40px;
      }
	
      .hero {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 18px;
      }
      .photo {
        max-width: 220px;
        justify-self: center;
      }
	
	
	
	
      .summary, .grid-2 {
        grid-template-columns: 1fr;
      }


      h1 {
        font-size: 36px;
      }
      .position {
        font-size: 17px;
		
      }
      .section h2 {
        font-size: 23px;
      }
      .text-box, .card {
        padding: 16px;
      }
      .links {
        flex-direction: column;
		  margin-bottom:100px;
      }
      .btn {
        width: 100%;
      }
	
	.list_summary{margin-top:30px}

}


@media screen and (min-width:601px){

}	


@media screen and (max-width:1200px){
	

	
}


@media screen and (max-width:960px){




}