@charset "utf-8";


/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');



/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("inview.css");




/*animation1のキーフレーム設定（開閉ブロックのアニメーションに使用）
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {left: -200px;}
	100% {left: 0px;}
}


/*opa1のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/*全体の設定
---------------------------------------------------------------------------*/
body * {box-sizing: border-box;}
html,body {
	font-size: 13px;	/*基準となるフォントサイズ。*/
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	html, body {
		font-size: 16px;	/*基準となるフォントサイズ。*/
	}

	}/*追加指定ここまで*/


body {
	margin: 0;padding:0;
	font-family: "M PLUS 1", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #333333;		/*文字色*/
	line-height: 2;		/*行間*/
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav,ul,li,ol {margin: 0;padding: 0;}
nav ul {list-style: none;}
section li {margin-left: 1rem;}
input {font-size: 1rem;}

.inner {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ
video {max-width: 100%;}*/

/*iframeタグ*/
iframe {width: 100%;}

/*sectionが続く場合*/
section + section {
	margin-top: var(--global-space);	/*sectionの上に空けるスペース。css冒頭で指定しているglobal-spaceを読み込みます*/
}

.blue {
	color: #016fb6;
	font-weight: 600;
}
hr {
  border-width: 1px 0 0 0; /* 線の太さを指定 */
  border-style: solid; /* 線の種類を指定 */
  border-color: #66bc2c; /*線の色を指定 */
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #016fb6;		/*リンクテキストの色*/
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	text-decoration: none;
	
}
a:hover {
	color:#66bc2c;
}


/*ヘッダー
---------------------------------------------------------------------------*/
#headerTop {
	height: 110px;
	border-top: #5cb434 20px solid;
	margin: 0;
}
#headerTop h1 {
	margin: 0;
	padding: 0;
}
#headerTop h1 img {
	width: 340px;  /* 横幅を400pxに */
	height: auto;
	margin: 0;
	padding: 0;
}

.head_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_sub {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.head_sub .sns-list {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.head_sub img {
	width: 40px;
	height: auto;
}
.head-btn {
	display: inline-block;
	padding: 0.1em 1em;
	margin: 0.2em;
	font-size: 0.8em;
	color: #fff;
	background: #98137b;
	text-decoration: none;
	user-select: none;
	border-radius: 3px;
	border: 1px #98137b solid;
	transition: 0.4s ease;
}
.head-btn:hover {
	color: #98137b;
	background: #fff;
	border: 1px #98137b solid;
}

.search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 2px solid #98137b;
    border-radius: 5px;
	width: 200px;
    height: 30px;
	margin: 0.2em;
}

.search-form input {
    padding: 0.2em 0.5em;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
	width: 150px;
}

.search-form input::placeholder{
    color: #999999;
}

.search-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 35px;
    border: none;
    background-color: #98137b;
    cursor: pointer;
}

.search-form button::after {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

/*トップページ以外のヘッダー*/
body:not(.home) header {
	width: 100%;
	padding: 1.5rem var(--global-space);	/*上下、左右へのヘッダー内の余白。var〜の部分はcss冒頭で指定しているglobal-spaceを読み込みます*/
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

/*トップページのヘッダー*/
.home header {
	position: relative;
	width: 100%;
	height: 50%;
	overflow: hidden;
}


@media screen and (max-width: 767px){/* モバイル縦用スタイル */
	.home header {
		height: 50vh;
		overflow: hidden;
}
	.head_sub {
		display: flex;
		flex-flow: column;
		justify-content: start;
}
	.head_sub img {
		width: 30px;
		height: auto;
}
	
}



/*メニューブロック設定
---------------------------------------------------------------------------*/
#menubar {opacity: 0;line-height: 1.2;}
#menubar ul {list-style: none;margin: 0;padding: 0;}

.large-screen #menubar {opacity: 1;}

.small-screen #menubar.display-none {display: none;}
.small-screen #menubar.display-block {display: block;opacity: 1;}

/*3本バーをデフォルトで非表示*/
#menubar_hdr.display-none {display: none;}

/*ドロップダウンをデフォルトで非表示*/
.ddmenu_parent ul {display: none;}

/*ddmenuを指定しているメニューに矢印アイコンをつける設定*/


/*a.ddmenu::before {
	font-family: "Font Awesome 5 Free";
	content: "\f078";	
	font-weight: bold;	
	margin-right: 1em;	
	position: absolute;
	left: 2rem;	
}
*/

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	/*ddmenuを指定しているメニューに矢印アイコンをつける設定*/
	a.ddmenu::before {
		left: 1rem;	/*左から1文字分のところに配置する。*/
	}

	}/*追加指定ここまで*/


/*大きな端末、小さな端末共通のメニューブロック設定
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar a {
	display: block;text-decoration: none;
}

/*大きな端末用のメニューブロック設定
---------------------------------------------------------------------------*/
/*メニューブロックを囲むボックス*/
.large-screen #menubar {
    position: sticky;
    top: 0;
    z-index: 2;
    transition: opacity 0.3s;
	background: #016fb6;
}

/*メニューブロック全体の設定*/
.large-screen #menubar > nav > ul {
	display: flex;	/*横並びにする*/
	justify-content: space-between;
	align-items: center;
	width: 93%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 96%;
	padding: 0.1em;
}

/*メニュー１個あたりの設定*/
.large-screen #menubar li {
	width: 16.6%;
	display: flex; align-items: center;justify-content: center;
	position: relative;	/*ドロップダウンの幅となる基準を作っておく*/
	text-align: center;	/*テキストをセンタリング*/
}

/*リンク（a要素）の設定*/
.large-screen #menubar li a {
	flex: 1;
	display: flex;align-items: center;justify-content: center;
	flex-direction: column;
	background: #016fb6;	/*背景色。css冒頭で指定しているprimary-colorを読み込みます*/
	color: #ffffff;	/*文字色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/
	padding: 0.8rem 1rem;
	height: 52px;

}

/*マウスオン時に明るくする*/
.large-screen #menubar li a:hover {
	filter: brightness(1.2);
	padding: 0.8rem 1rem;
}


/*大きな端末用のメニューブロックが画面上部に到達した場合（fixed）
---------------------------------------------------------------------------*/
/*メニューブロックを囲むボックス*/
.large-screen #menubar.fixed a {
    opacity: 0.8;	/*透明度。色を70%だけ出す。*/
}

/*マウスオン時*/
.large-screen #menubar.fixed a:hover {
	opacity: 1;		/*透明度。色を100%出す。*/
}

/*メニューの上下の余白を狭くする*/
.large-screen #menubar.fixed2 li a {
	padding: 0.4rem 1rem;
}


/*大きな端末、小さな端末、共通のドロップダウンメニュー設定
---------------------------------------------------------------------------*/
/*ドロップダウンブロック*/
.large-screen #menubar ul ul,
.small-screen #menubar ul ul {
	animation: opa1 0.5s 0.1s both;	/*0.1秒待機後、0.5秒かけてフェードイン表示*/
}


/*大きな端末用のドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンメニューブロック全体*/
.large-screen #menubar ul ul {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0px;
}
.large-screen #menubar ul li ul li {
	width: 100%;
	font-size: 88%;
}

/*ドロップダウンメニュー1個あたりの高さ。お好みで調整して下さい。*/
.large-screen #menubar ul ul a {
	padding: 0.6rem 1rem !important;
}

/*ドロップダウンメニューブロック全体*/
.large-screen #menubar ul ul ul{
	position: absolute;
	width: 100%;
	top: 0;
	left: 100%;
}

/*ドロップダウンメニュー1個あたりの高さ。お好みで調整して下さい。*/
.large-screen #menubar ul ul ul a {
	padding: 0.6rem 1rem !important;
}


/*小さな端末用の開閉ブロック
---------------------------------------------------------------------------*/
.small-screen #menubar {height: 0px;}

/*メニューブロック設定*/
.small-screen #menubar.display-block {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 90px;	/*上に空ける余白。ハンバーガーアイコンと重ならない為の指定ですのでお好みで変更OK。*/
	background: #666666;	/*背景色。css冒頭で指定しているprimary-colorを読み込みます*/
	animation: animation1 0.2s both;	/*animation1を実行する。0.2sは0.2秒の事。*/
}

/*メニュー１個あたりの設定*/
.small-screen #menubar li {
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	margin: 1rem;			/*メニューの外側に空けるスペース*/
	border-radius: 5px;		/*角を丸くする指定*/
}
.small-screen #menubar > nav > ul > li > a {
	padding: 2rem 3rem;		/*メニュー内の余白。上下、左右へ。*/
	display: flex;flex-direction: column;
}
.small-screen #menubar li a {
	padding: 1rem 3rem;	/*子メニュー（ドロップダウン）内の余白。上下、左右へ。*/
}

/*文字色*/
.small-screen #menubar, .small-screen #menubar a {
	color: #fff;
}

/*900px以下でのみ表示させるブロック*/
#menubar .sh {
	padding: 1rem 2rem 2rem;	/*上、左右、下へのブロック内の余白*/
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーを囲むブロック*/
#menubar_hdr {
	animation: opa1 0s 0.2s both;
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 3vw;				/*右からの配置場所指定*/
	top: 2vw;				/*上からの配置場所指定*/
	padding: 16px 14px;		/*上下、左右への余白*/
	width: 46px;			/*幅（３本バーが出ている場合の幅になります）*/
	height: 46px;			/*高さ*/
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素（３本バー）部分。flexはデフォルトで横並びになるので、それを縦並びに変更。*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	background: rgba(0,0,0,0.5);	/*背景色。0,0,0は黒のことで0.5は色が50%出た状態。*/
}

/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	border-top: 1.5px solid #fff;	/*線の幅、線種、色*/
}

/*×印が出ている状態の3本バーの背景色*/
#menubar_hdr.ham {
	background: #a41e81;
}

/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	/*変形の起点。センターに。*/
	width: 20px;						/*バーの幅*/
}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(3.8px, 5px);	/*回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(3.8px, -5px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}

/*footerメニュー
---------------------------------------------------------------------------*/
.accordion {
	background: #5cb434;
	width: 100%;
	margin-top: 40px;
}

.accordion-header {
	width: 100%;
	padding: 16px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

.accordion-header .icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0px 16px 10px;
}

.accordion-content p {
  margin: 16px 0;
}

/* 開いた状態 */
.accordion.is-open .accordion-content {
  max-height: 800px; /* 十分大きめの値にする */
}

.accordion.is-open .icon {
  content: "－";
}

/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	color: #fff;		/*文字色*/
	font-size: 0.88rem;	/*文字サイズ。bodyのfont-sizeの80%です。*/
	padding: 20px var(--content-space);	/*上下に20px、左右はcss冒頭のcontent-spaceで指示しているpxを読み込みます*/
	display: flex;		/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: flex-start;		/*垂直揃えの指定。上に配置されるように。*/
	margin: 20px
}

/*ボックス内のリンクテキスト設定*/
#footermenu a {
	text-decoration: none;
	color: inherit;
	opacity: 0.7;	/*透明度。色を60%出す。*/
}

/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。色を100%出す。*/
}

/*ulタグ（メニューの１列あたり）*/
#footermenu ul {
	margin: 0;list-style: none;
	padding: 0 2px;
	flex: 1;
}

#footermenu ul ul {
	padding-left: 10px;
}


/*メニューの見出し(title)*/
#footermenu .title {
	font-weight: bold;		/*太字にする*/
	padding: 10px 0 0;	/*下に空けるスペース*/
}

@media screen and (max-width: 767px){/* モバイル縦用スタイル */
	#footermenu {
		flex-direction: column;
	
}
}

/*mainブロック
---------------------------------------------------------------------------*/
/*mainブロック（横スライドslick対策）*/
main * {min-width: 0;}

/*mainブロック*/
main {
	margin: 1rem 0 0;
}
main p {
	margin: 1.8rem;
	padding: 0;
	line-height: 1.8;	/*行間を少し狭く*/
}
main p.strong {
	font-weight: bold!important;
}
main p.wak_b {
	padding: 0.1em 1em;
    margin: 1em 0;
    color: #ffffff;
    background: #016fb6;/*背景色*/
}
main .locus {
	font-size: 14px!important;
	padding: 0.5em;
}
main .locus strong {
	font-weight: normal;
}

/*h2見出し*/
.contents main h2 {
    position: relative;
    padding: 0.5rem 0 1rem;
    margin-bottom: 0.4rem;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #016fb6;
}

.contents main h2::before {
    position: absolute;
    border-bottom: 3px solid #a41e81;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}


/*h3見出し*/
.contents main h3 {
	position: relative;
	padding: 1rem 2rem;
	margin: 3rem 0 2rem ;
	background: #efefeb;
	font-weight: normal;
}
.contents main h3:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	height: 12px;
	content: '';
	background: #66bc2c;
}
.contents main h3 span {
	display: block;
}
.contents main h4 {
	color: #016fb6;
	margin: 2rem 2rem 0.8rem;

	
}
main ol, ul{
	margin-left: 2.5rem;
}
main ol li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
}






/*スタッフページ
---------------------------------------------------------------------------*/






.member-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 20px auto 28px;
}

.member-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	display: flex;
  flex-direction: column;

  /* 3カラム */
  width: calc((100% - 60px) / 2);
}

.member-card:hover {
  transform: translateY(-5px);
}
.member-card h2:hover {
  color: #5cb434;
}

.member-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.member-info {
  padding: 20px 10px;
	display: flex;
  flex-grow: 1;
}

.member-role {
	font-size: 14px;
	color: #666;
	padding: 10px 0 0;
	margin: 0 0 10px;
}

h2.member-name {
	font-size: 20px!important;
	margin: 0 18px 8px 0;
	padding: 0.2rem 0!important;
	text-align:left!important;
}
h2.member-name::before {
    position: absolute;
    border-bottom: 0!important;
}
h2.member-name span {
	font-size: 14px!important;
	display: block;
	
}

.member-text {
  font-size: 14px;
  line-height: 1.7;
}
.mem_list {
    margin: 2em auto;
	padding: 2em;
	list-style: none;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

/* スマホ：1カラム */
@media (max-width: 600px) {
  .member-card {
    width: 100%;
  }
	.member-info {
		flex-direction:column;
}
}

.member-btn {
	display: inline-block;
	width: 100px;
	margin: 10px 5px 0 auto;
	padding: 3px 10px;
	font-size: 14px;
	color: #5cb434;
	background-color: #efefeb;
	text-decoration: none;
	border-radius: 2px;
	transition: background-color 0.2s;
	text-align: center;
}

.member-btn:hover {
	opacity: 1;	
}

/* 英語 */
.member-list_en {
	display: flex;
	flex-wrap: wrap;
}
.member-card_en {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	padding: 1em;
	width: 50%;
}

.mem_text p {
	margin: 0 1em;
}
.member-card_en h2.member-name{
	text-align: left;
}

.mem_pict {
  width: 30%;
  margin-left: 3%;
}

.mem_pict img {
  width: 100%;
  height:auto;
}





/*ご挨拶
---------------------------------------------------------------------------*/
.flex-box {
  display: flex;
  width: auto;
}
.flex-box .item1 {
  flex: 1;
}
.flex-box .item2 {
  flex: 0 0 280px;
}

.flex-box img {
	 margin: 5px;
	width: 360px;
	object-fit: cover;	
}

.alignright {
  float: right; /* 画像を右にする場合 */
  margin-left: 20px; /* テキストとの余白 */
  max-width: 360px;
  width: 36vw;
	text-align: center
}

@media screen and (max-width: 767px){/* モバイル縦用スタイル */
.alignleft, img.alignleft{
float:none;
display:block;
margin: auto;
}
.alignright, img.alignright{
float:none;
display:block;
margin: auto;
}
	}


/*組織
---------------------------------------------------------------------------*/
/* アクセントカラー */
.box-corner {
   margin: 2em auto; /* 外側余白 */
   padding: 0 1.5em 1.5em; /* 内側余白 */
   border: 3px solid #eee; /* ベースの実線 */
   position: relative; /* 配置（基準） */
   z-index: 0; /* 重なり順 */
   max-width: 98%; /* 最大幅 */
}

.box-corner:before {
   border-top: 3px solid #66bc2c; /* 上辺の線の色（#8293AA） */
   border-left: 3px solid #66bc2c; /* 左辺の線の色（#8293AA） */
   content: ''; /* 擬似要素にコンテンツなし */
   display: block; /* 擬似要素をブロック表示 */
   position: absolute; /* 配置（位置を指定） */
   top: -3px; /* 上から-3pxずらす */
   left: -3px; /* 左から-3pxずらす */
   width: 20px; /* 幅20px */
   height: 20px; /* 高さ20px */
   z-index: 1; /* 重なり順（前面に表示） */
}

/* ボックス内の段落 */
.box-corner p { margin:0; }

/*イベント設定
---------------------------------------------------------------------------*/
.contents main h3.heading {
	width: 14rem;
	position: relative;
	padding: 0.2rem 2rem;
	margin: 3rem 0 0 ;
	background: #efefeb;
	font-weight: normal;
    background-color: #efefeb;
    color: #66bc2c;
}
.contents main h3.heading:before {
	width: 0;
}

main .ev_list {
    margin: 0 auto 5em;
	list-style: none;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

main .ev_list a {
    display: flex;
    text-decoration: none;
    justify-content: space-evenly;
    align-items: flex-start;
}

main .ev_list li {
    padding: 1.5em 0;
    border-bottom: dotted 1px #bbc5ca;
    line-height: 1.5;
}

main .ev_list .news_list_date {
    flex: 0 0 13%;
    padding-top: 2px;
    font-size: 88%;
}

main .ev_list .news_list_title {
    flex: 1 1 70%;
    padding-top: 2px;
    margin-left: 1em;
}

/*業績一覧
---------------------------------------------------------------------------*/

.research-acc {
    max-width: 98%;
}

.research-acc:not([open]) {
    margin-bottom: 7px;
}

.research-acc summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 2em;
    border-left: 5px solid #66bc2c;
    background-color: #efefeb;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.research-acc summary::-webkit-details-marker {
    display: none;
}

.research-acc summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #bfbfbb;
    border-right: 3px solid #bfbfbb;
    content: '';
    transition: transform .3s;
}

.research-acc[open] summary::after {
    transform: rotate(225deg);
}

.research-acc p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.research-acc[open] p {
    transform: none;
    opacity: 1;
}

/*人材育成
---------------------------------------------------------------------------*/

.schedule {
    position: relative;
    font-size: 14px;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 7.5em;
    width: 6px;
    height: 100%;
    background-color: #deeef7;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: top;
    width: 100%;
}
.schedule li + li {
    margin-top: 2em;
}

.sc_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #3388dd;
    color: #fff;
    text-align: center;
}
.sc_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #3388dd;
    content: "";
}
.sc_time::after {
    position: absolute;
    top: 50%;
    left: 6em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #3388dd;
    content: "";
}

.sc_cont_title {
    font-weight: bold;
}

.sc_cont {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 10em);
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
}

.schedule-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  text-align: center;
  font-family: sans-serif;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #999;
  padding: 14px 10px;
  font-size: 16px;
}

.schedule-table thead th {
  background: #e5e5e5;
  font-weight: bold;
}

/* 色分け */
.consult {
  background-color: #e2be86; /* コンサルト（ベージュ） */
}

.gairai {
  background-color: #d4df7a; /* 外来（黄緑） */
}

.ward {
  background-color: #8fc1c6; /* 病棟（水色） */
}

.acc {
  background-color: #c4a6cc; /* ACC（紫） */
}

.ict {
  background-color: #d9d9d9; /* ICT（グレー） */
}

.free {
  background-color: #9ed09a; /* フリー（緑） */
}

/* スマホ微調整 */
@media (max-width: 600px) {
  .schedule-table th,
  .schedule-table td {
    padding: 10px 6px;
    font-size: 14px;
  }
}




/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}
footer {
	font-size: 0.7rem;		/*文字サイズ。bodyのfont-sizeの70%です。*/
	text-align: center;		/*内容をセンタリング*/
	padding: 20px;			/*ボックス内の余白*/
}

/*リンクテキスト*/
footer a {color: inherit;text-decoration: none;}

/*著作部分*/
footer .pr {display: block;}


/*フッター内にあるソーシャルメディアのアイコン
---------------------------------------------------------------------------*/
/*アイコンブロック全体*/
ul.icons {
	list-style: none;
	margin: 0;padding: 0;
	margin-bottom: 20px;	/*ブロックの下に空けるスペース*/
	display: flex;	/*横並びにする*/
	align-self: center;
	justify-content: center;
	gap: 1rem;	/*アイコン同士のマージン的なスペース。２文字分。*/
}

/*アイコン一個あたり*/
.icons i {
	font-size: 30px;	/*Font Awesomeのアイコンサイズ*/
}

/*ボタン
---------------------------------------------------------------------------*/
ul.g_list {
  padding: 0.2em 0.1em;
  list-style-type:none;
}
ul.g_list li {
  position:relative;
  padding: 0em 0.3em 0em 1.87em;
  display: flex;
  align-items: center;
}
ul.g_list li::before,
ul.g_list li::after {
  position: absolute;
  content: '';
}
ul.g_list li::before {
  top: .6em;
  left: 0em;
  width: 14px;
  height: 14px;
  background-color: #66bc2c;
  border-radius: 100%;
}
ul.g_list li::after {
  top: 0.8em;
  left: 0.15em;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}


/*ボタン
---------------------------------------------------------------------------*/
.button-m {
    display: flex;
    align-items: center;
    position: relative;
    width: 240px;
    margin: 1rem 2rem 0;
    padding: .3rem 3rem .3rem 2rem;
    border: 1px solid #66bc2c;
    border-radius: 5px;
    background-color: #fff;
    color: #66bc2c;
    font-size: 1em;
}

.button-m::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #66bc2c;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-m:hover::after {
    transform: translateY(-50%) scaleX(1.4);
    color: #66bc2c;
}




/*お知らせブロック
---------------------------------------------------------------------------*/
/*sectionの上書き（左右だけ0に）
---------------------------------------------------------------------------*/
section {
	padding-left: 0;
	padding-right: 0;
}




/*メイン・サブブロック設定
---------------------------------------------------------------------------*/
/*main-contents-partsの設定*/
.main-contents {
	margin-bottom: 30px;		/*ボックスの下に空けるスペース。sub-contents-partsとの間の余白です。*/
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	/*カラムで使う為の指定*/
	.column {
		display: flex;	/*flexボックスを使う指定*/
		justify-content: space-between;	/*並びかたの種類の指定*/
		gap: 2rem;						/*main-contents-partsとsub-contents-partsの間のマージン的な隙間*/
	}
	
	/*main-contents-partsの設定*/
	.main-contents {
		margin-bottom: 0;
		order: 2;			/*並び順。数字の小さい順番に表示されます。*/
		flex: 1;
	}
	.main-contents h2 {
    position: relative;
    padding: 0.5rem 0 0!important;
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 26px;
    text-align: left!important;
    color: #016fb6;
}

.main-contents h2::before {
    position: absolute;
    border-bottom: 0px solid #a41e81!important;
}

	
	/*.sub-contents-parts*/
	.sub-contents {
		width: 230px;	/*幅*/
		flex-shrink: 0;
	}

	/*1つ目のsub-contents*/
	.sub-contentss:nth-child(2) {
		order: 1;	/*並び順。数字の小さい順番に表示されます。*/
	}
	
	/*2つ目のsub-contents*/
	.sub-contents:nth-child(3) {
		order: 3;	/*並び順。数字の小さい順番に表示されます。３番目という意味なので一番右側に表示されます。*/
	}

	}/*追加指定ここまで*/



/*2・3カラム（main-contents、sub-contents設定）
---------------------------------------------------------------------------*/
/*sub-contents-parts設定
---------------------------------------------------------------------------*/
/*ブロック内のh4タグ*/
#contents .sub-contents h4 {
	margin: 0;border: none;
	font-weight: normal;
	background: #016fb6;	/*背景色*/
	color: #fff;		/*文字色*/
	text-align: center;	/*内容をセンタリング*/
	padding: 0.5em;		/*タグ内の余白*/
}
#contents .sub-contents h4 a {color: inherit;}


/*サブメニュー設定
---------------------------------------------------------------------------*/
/*サブメニューブロック全体*/
.submenu {
	padding: 0;
	margin: 0 0 1rem !important;	/*上、左右、下へのマージン*/
}

/*メニュー１個あたり*/
.submenu li {
	border-bottom: 1px solid rgba(0,0,0,0.1);	/*下線の幅、線種、色。0,0,0は黒の事で0.1は色が10%出た状態。*/
}
.submenu a {
	display: block;text-decoration: none;
	background: #fff;		/*背景色*/
	padding: 0.2rem 1rem;	/*上下、左右へのメニュー内の余白*/
}
.submenu ul {
  margin-left: 0;
}

/*アイコン（Font Awesome）*/
.submenu a::before {
	transition: 0.3s;
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f0da";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #ABABAB;			/*アイコンの色*/
	padding-right: 0.8em;	/*アイコンとテキストの間の余白*/
	font-weight: bold;		/*この設定がないとアイコンが出ない場合があります*/
}

/*マウスオン時のアイコン設定*/
.submenu a:hover::before {
	color: #666;			/*アイコンの色*/
}


/*box1-parts
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
.submenu-box {
	background: rgba(0,0,0,0.05);	/*背景色。0,0,0は黒の事で0.05は色が5%出た状態。*/
	padding: 10px;					/*ボックス内の余白*/
	border-radius: 5px;				/*角を丸くする指定*/
	margin-bottom: 1rem;			/*ボックスの下に空けるスペース*/
}

/*box1-parts内でsubmenu-partsを使った場合、下のマージンをなくす*/
.sub-contents .box1 .submenu {
	margin-bottom: 0 !important;
}







/*main-contentsブロック*/


/*サブメニュー設定
---------------------------------------------------------------------------*/
/*サブメニューブロック全体*/
.submenu {
	padding: 0;
	margin: 0 0 1rem;	/*上、左右、下へのマージン*/
}

/*メニュー１個あたり*/
.submenu a {
	display: block;text-decoration: none;
	padding: 0.2rem 1rem;	/*上下、左右へのメニュー内の余白*/
}

/*メニュー１個あたり（子メニュー以外）*/
.submenu > li {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-top: none;		/*上の線だけなくす*/
}

/*子メニュー*/
.submenu li li a {
	padding-left: 2rem;	/*左に余白を空ける*/
}

/*h3見出しの下にサブメニューが続く場合にメニューの上の線をなくす*/
.sub-contents h3 + nav .submenu {
	border-top: none;
}
/*ブロック内のh4タグ*/
.sub-contents-parts h3 {
	margin: 0;border: none;
	font-weight: normal;
	background: #666;	/*背景色*/
	color: #fff;		/*文字色*/
	text-align: center;	/*内容をセンタリング*/
	padding: 0.5em;		/*タグ内の余白*/
}
.sub-contents-parts h3 a {color: inherit;}











/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 0.5rem 1rem;	/*ボックス内の余白*/
	background: #999;		/*背景色*/
	color: #fff;			/*文字色*/
	margin-bottom: 1rem;	/*下に空けるスペース*/
	border-radius: 5px;		/*角を丸くする指定*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	border-top: 1px solid #999;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;				/*幅*/
	margin-bottom: var(--global-space);	/*テーブルの下に空けるスペース。css冒頭で指定しているglobal-spaceを読み込みます*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #999;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 1rem;		/*ボックス内の余白*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
	background: #eee;	/*背景色*/
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

		/*th（左側）のみの設定*/
		.ta1 th {
			width: 20%;		/*幅*/
		}

	}/*追加指定ここまで*/


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}

/*組織図*/


.org-container {
  max-width: 1400px;
  margin: 40px auto;
}

/* SVG */
svg {
  width: 100%;
  height: auto;
}

/* 背景 */
.bg {
  fill: #eef3f7;
}

/* メイン */
.main-box {
  fill: #156fa8;
}

.main-title {
  fill: #fff;
  font-size: 22px;
  font-weight: 600;
  text-anchor: middle;
}

.main-sub {
  fill: #fff;
  font-size: 16px;
  text-anchor: middle;
}

/* ボックス */
.box {
  fill: #fff;
  stroke: #156fa8;
  stroke-width: 2;
}

.side {
  fill: #fff;
  stroke: #4CAF50;
  stroke-width: 2;
}

/* 線 */
.line {
  stroke: #156fa8;
  stroke-width: 2;
}

/* テキスト */
.text {
  font-size: 16px;
  text-anchor: middle;
  fill: #000;
}
.text_b {
  font-size: 12px;
  text-anchor: middle;
  fill: #156fa8;
}
.text_sm {
  font-size: 14px;
  text-anchor: middle;
}

/* ホバー */
a:hover rect {
  filter: brightness(0.9);
  cursor: pointer;
}

/* スマホ */
@media (max-width: 768px) {
  .text {
    font-size: 11px;
  }
}
/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-check, .color-check a {color: #ff0000 !important;}
.l {text-align: left !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mt0 {margin-top: 0px !important;}
.mt10 {margin-top: 10px !important;}
.mt30 {margin-top: 30px !important;}
.pt0 {margin-top: 0px !important;}
.pt10 {padding-top: 10px !important;}
.pt30 {padding-top: 30px !important;}
.mb0 {margin-bottom: 0px !important;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee;color: #333;border: 1px solid #ccc; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.80em;}
.x-large {font-size: 2em; letter-spacing: 0.1em;}
.large {font-size: 1.2em; letter-spacing: 0.1em;}
.pc {display: none;}
.dn {display: none !important;}
.block {display: block !important;}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	.ws {width: 48%;display: inline;}
	.sh {display: none;}
	.pc {display: block;}

	}/*追加指定ここまで*/
