/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,h5,h6,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;/*text-rendering:optimizeSpeed;*/line-height:2}ul[class],ol[class]{list-style:none}a:not([class]){/*text-decoration-skip-ink:auto*/}img{max-width:100%;display:block}article>*+*{margin-top:1rem}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

html { scroll-behavior:auto; overflow-x:clip; }
body { font-family:"Noto Sans JP", sans-serif; color:#223; position:relative; font-size: clamp(0.9rem, 1.6vw, 1rem); font-weight:400; line-height:2; letter-spacing:0.1rem; margin:0; padding:0; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; font-feature-sefdttings:"palt"; box-sizing:border-box; background:#f7f7fa; overflow-x:clip; }
body.en { letter-spacing:0.04rem; }

title span { display: none; }
a { color:#223; transition:0.15s; outline-style:none; cursor: pointer; }
a:hover { color:#223; } 


.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.vt { vertical-align: top; }
.vc { vertical-align: center; }
.img_pc { display:block; }
.img_sp { display:none; }
.clearfix { display: block; clear: both; }
.clearfix:after { content: ""; display: block; clear: both;}
.clearfix:before { content: ""; display: block; clear: both;}
.f_ll { font-size:clamp(1.25rem, 2.4vw, 1.5rem); }
.f_l { font-size:clamp(1rem, 2vw, 1.25rem); }
.f_m { font-size:clamp(0.9rem, 1.6vw, 1rem); }
.f_s { font-size:clamp(0.75rem, 1.3vw, 0.8rem); }
span.f_s { display: inline-block; }
.lh100 { line-height: 1; } 
.lh125 { line-height: 1.25; } 
.lh150 { line-height: 1.5; } 
.lh200 { line-height: 2; } 

.pc_no, .pc_no2, span.pc_no2, .dis_no { display:none; }
.sp_no { display:block; }
span.sp_no { display:inline; }
br.sp_no { display:inline; }
br.sp_no2 { display:inline; }

.tate { writing-mode: vertical-rl; }

.yellow {color:#fb0;}
.orange {color:#f73;}
.red {color:#d49;}
.blue { color:#3672e3;}
.purple { color:#6355a1; }
.gray { color:gray;}

p { margin-bottom: 2rem; }
hr { background: none; border: none; border-bottom: 1px solid #ccc; }
ul { padding:0 0 0 1.25rem; margin:0 0 1rem 0; }

.full { margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); }
.full_r { margin-left:0; margin-right:calc(50% - 43vw); }
.full_l { margin-left:calc(50% - 43vw); margin-right:0; }
.full_bg { padding-left:calc(50vw - 50%); padding-right:calc(50vw - 50%); }

.flex { display:flex; flex-flow:row wrap; justify-content:space-between; position: relative; }
.flex.rowre { flex-flow: row-reverse wrap; }
.flex.jcfs { justify-content:flex-start; }
.flex.jcc { justify-content:center; }
.flex.aic { align-items: center; }
.flex.aifs { align-items: flex-start; }
.flex.aife { align-items: flex-end; }
.flex .fg1 { flex-grow: 1; }

.fadein { opacity : 0; transform : translate(0, 0); transition :all 0.75s ease 0.15s;}
.fadein.show { opacity : 1; transform : translate(0, 0); }

.fadeinUp, .fadeinUp_once { opacity : 0; transform : translate(0, 50px); transition :all 0.75s ease 0.15s;}
.fadeinUp.show, .fadeinUp_once.show { opacity : 1; transform : translate(0, 0); }

.fadeinDown, .fadeinDown_once { opacity : 0; transform : translate(0, -50px); transition :all 0.75s ease 0.15s;}
.fadeinDown.show, .fadeinDown_once.show { opacity : 1; transform : translate(0, 0); }

.fadeinLeft { opacity : 0; transform : translate(-50px, 0); transition :all 0.75s ease 0.15s;}
.fadeinLeft.show { opacity : 1; transform : translate(0, 0); }

.fadeinRight { opacity : 0; transform : translate(50px, 0); transition :all 0.75s ease 0.15s;}
.fadeinRight.show { opacity : 1; transform : translate(0, 0); }


.mb0 { margin-bottom:0 !important; }
.mb4 { margin-bottom:0.25rem !important; }
.mb8 { margin-bottom:0.5rem !important; }
.mb16 { margin-bottom:1rem !important; }
.mb24 { margin-bottom:1.5rem !important; }
.mb32 { margin-bottom:2rem !important; }
.mb48 { margin-bottom:3rem !important; }
.mb64 { margin-bottom:4rem !important; }

.mr0 { margin-right:0 !important; }
.mr4 { margin-right:0.25rem !important; }
.mr8 { margin-right:0.5rem !important; }
.mr16 { margin-right:1rem !important; }
.mr24 { margin-right:1.5rem !important; }
.mr32 { margin-right:2rem !important; }
.mr48 { margin-right:3rem !important; }

.mt0 { margin-top:0 !important; }
.mt4 { margin-top:0.25rem !important; }
.mt8 { margin-top:0.5rem !important; }
.mt16 { margin-top:1rem !important; }
.mt24 { margin-top:1.5rem !important; }
.mt32 { margin-top:2rem !important; }
.mt48 { margin-top:3rem !important; }

.ma { margin: auto; }

.multiply { mix-blend-mode: multiply; }
.as1 { aspect-ratio:1; }
.as1 img { width:100%; height:100%; object-fit:cover; }


/*TEST用*/
div.test { display:none;}
body.test div.test { display:block; }


.article { width:100%; max-width:90rem; padding:0 clamp(1rem, 5vw, 3rem); margin:0 auto; box-sizing:border-box; position:relative; }
body.top .article { padding-top:0;}

/*--HEADER--*/
.header { margin:0 auto; position:sticky; top:0; left:0; right:0; transition:0.2s; display:flex; z-index: 1000; padding:1rem; max-height:5rem; background:rgba(255,255,255,1); }
.header::before { content:""; position:absolute; background:rgba(255,255,255,1); top:100%; left:0; z-index:-1; width:clamp(10rem,85vw,38rem); height:1.5rem; clip-path:polygon(0 0,100% 0, calc(100% - 1.5rem) 100% , 0 100% ); }

body.top .header { position:sticky; }
.header .t_title { width:78%; max-width:33.75rem; min-width:10rem; transition:0.5s; position:relative; }
.header .t_title a { display:block; text-decoration:none; color:#223; max-height:5rem; aspect-ratio:15/2; }
.header .t_title .title_pc { display:block; }
.header .t_title .title_sp { display:none; }
.header .t_title .jp, .header .t_title .en { font-size:clamp(0.6125rem,1.2vw,0.75rem); line-height:1.4; letter-spacing:0.05rem; position:absolute; left:100%; top:calc(50% - clamp(0.8rem,2.1vw,1.25rem)); white-space:nowrap; padding-left:2.5rem; }
.header .t_title .jp::after, .header .t_title .en::after { content:""; height:1.8rem; width:0; border-left:1px solid #223; position:absolute; left:1.25rem; bottom:0.15rem; }
.header.bg, body.temp .header { background:#fff; opacity:0.98; }
.header.bg .t_title, body.temp .t_title {  }

.tel, .fax { display:block; position: relative; line-height:1.25; color:#223; }
.tel strong, .fax strong { font-size:clamp(1.25rem, 2.8vw, 1.75rem); font-weight: normal; }
.tel strong a, .fax strong a { color:#223; }
.tel .tel_hours { font-size: 0.8125rem; margin-top: 0.4rem; }

body.logged-in .header {top:32px;}


/*--HEADER MENU--*/
.hm { position: fixed; top:1rem; right:1rem; z-index: 10000; }
body.logged-in .hm {top:calc(1rem + 32px);}

.hm > ul { padding:0; margin:0; display:flex; flex-flow:row wrap; list-style: none; }
.hm > ul > li { display:block; margin: 0; position: relative; transition:0.25s; }
.hm > ul > li > a { display: block; padding:1rem 0.5rem; width:100%; font-weight: 400; font-size:0.875rem; text-decoration: none; position: relative; transition:0.25s; white-space: nowrap; line-height:1rem; color:#223; letter-spacing:0.05rem; text-shadow:1px 1px 0 rgba(255,255,255,0.3);}

.hm > ul > li > a::before {}
a.nolink { pointer-events: none; }
.hm > ul > li.hm_contact > a::before { display:none; }
.hm > ul > li.nolink > a { pointer-events:none; color:#ccc;}


.hm li .sub { visibility: hidden; opacity: 0; position:absolute; top:4rem; left:calc(50% - 6rem); width:12rem; z-index:100000; box-shadow:0 1rem 0.5rem -0.75rem rgba(0,0,0,0.05); transition:0.25s; }
/*.hm li.hm_about .sub { left:calc(50% - 6rem); width:12rem; }*/
.hm li:hover .sub { visibility: visible; opacity:1; top:3rem; }
.hm li:hover .sub::before { content: ""; display: block; height:1rem; width:1px; position: absolute; top:-0.75rem; left:calc(50% - 2px); border-right:1px solid rgba(0,0,0,0.5); }
.hm li .sub > ul { display:flex; flex-flow:column wrap; margin:0; padding:0.5rem 1rem !important; text-align: left; background: rgba(255,255,255,1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); width:100%; box-shadow:0 0 0.25rem -0.75rem rgba(34,34,34,0.05); list-style: none; border: 1px solid rgba(0,0,0,0.5); /*border-radius: 0.75rem;*/ }
.hm li .sub ul li { width: 100%; margin: 0; }
.hm li .sub ul li a { display: block; width:100%; padding:0.5rem 0 0.5rem 1.25rem; text-align: left; text-decoration: none; position:relative; line-height: 1.5;  background:url(../img/i_arrow_rk.svg) left center /0.75rem no-repeat;}
.hm li .sub ul li a:hover { /*background-position:left -1rem center; color:#6355a1;*/ }
.hm li .sub ul li a[target='_blank']::after { top:-0.1rem; }
.hm li .sub ul li ul { list-style: none; padding-left:1.25rem; margin-bottom:0.5rem; }
.hm li .sub ul li ul li a::before { content:""; display: block; position: absolute; top:50%; left:-0.5rem; width: 1rem; border-top: 1px solid rgba(34,34,34,0.2); }
.hm li.hm_home { display: none; }


.hm .hm_lang, .mean-nav .hm_lang, .sp_lang { display:flex; align-items:center; justify-content:center; padding-left:0.5rem; }
.hm .lang, .mean-nav .lang, .sp_lang  { display:flex; align-items:center; justify-content:center; flex-flow:row nowrap; padding-left:0.5rem; margin:auto; width:4rem;}
.sp_lang { position:fixed; top:1rem; right:5rem; z-index:3000; height:3rem; display:none; }
body.logged-in .sp_lang { top:calc(1rem + 32px); }

.hm .hm_lang a, .sp_lang a, .mean-container .mean-nav > ul > li.hm_lang a { font-family: roboto-condensed, sans-serif; display:inline-flex !important; justify-content:center; font-size:0.75rem; color:#223; text-decoration:none; background:#fff; border:1px solid #223; letter-spacing:normal; width:2rem !important; height:2rem !important; opacity:0.6; line-height:calc(2rem - 2px); padding:0; }
.hm .hm_lang a.jp, .sp_lang a.jp, .mean-nav > ul > li.hm_lang a.jp { border-radius:2rem 0 0 2rem; }
.hm .hm_lang a.en, .sp_lang a.en, .mean-nav > ul > li.hm_lang a.en { border-radius:0 2rem 2rem 0; margin-left:-1px; }
.hm .hm_lang a.active, .sp_lang a.active, .mean-nav > ul > li.hm_lang a.active { background:#ff0; opacity:1;}


.mean-container .mean-nav > ul { background:url(../img/sp_title.png) top 2rem center /100% no-repeat; position:relative; }
.mean-container .mean-nav > ul::after { content:"大阪大学大学院医学系研究科\A健康スポーツ科学講座 神経情報学教室"; color:#fff; font-size:0.7rem; position:absolute; top:8.5rem; left:0; text-align:center; line-height:1.5; white-space: pre; width:16rem; }
body.en.mean-container .mean-nav > ul::after { content:"Department of Neuroinformatics,\AGraduate School of Medicine,\AThe University of Osaka"; }
.mean-container .mean-nav > ul > li.hm_lang.mean-last { padding:1.5rem;}


h1, h2, h3, h4, h5, h6 { line-height:1.4; letter-spacing:clamp(0.1rem, 0.2vw, 0.3rem); position: relative; padding:0; text-align:left; font-weight: 500; font-style: normal; }
body.en h1, body.en h2, body.en h3, body.en h4, body.en h5, body.en h6 { letter-spacing:0.07rem; }
h1 { font-size:clamp(1.5rem, 3.6vw, 3.5rem); margin-bottom:clamp(1rem, 3vw, 2rem); font-weight:300;}
h2 { font-size:clamp(1.4rem, 5vw, 3rem); margin-bottom:clamp(1rem, 3vw, 2rem); position: relative; display: flex; flex-flow: row nowrap; align-items:center;  }
h3 { font-size:clamp(1.3rem, 4vw, 2.5rem); margin-bottom:clamp(0.75rem, 2.4vw, 1.5rem); position: relative; display: flex; flex-flow: row nowrap;}
h4 { font-size:clamp(1.2rem, 3vw, 2rem); margin-bottom:clamp(0.5rem, 1.6vw, 1rem); position: relative; display: flex; flex-flow: row nowrap;}
h5 { font-size:clamp(1.1rem, 2vw, 1.5rem); margin-bottom:clamp(0.5rem, 1.2vw, 0.75rem); position: relative; display: flex; align-items: center; flex-flow: row nowrap; }
h6 { font-size:clamp(1.0rem, 1.6vw, 1rem);; margin-bottom: 0.5rem; }

h2.en { font-size:clamp(2.5rem, 6vw, 4rem); }

body.modal h1, body.modal h2, body.modal h3, body.modal h4, body.modal h5, body.modal h6 {letter-spacing:0.05rem; }
h1 .comment, h2 .comment, h3 .comment, h4 .comment, h5 .comment { display: block; font-size:clamp(0.875rem, 1.6vw, 1.0rem); letter-spacing:0.1rem; margin-top:0.5rem; }
br + .comment { display: block; }

h3.title_box + .date { display: block; text-align: right; margin-top:clamp(-1rem,-1.6vw,-0.5rem); }
h3.title_box + .comment { margin-top:clamp(-1rem, -1.6vw, -0.5rem); margin-bottom:clamp(0.5rem, 3.2vw, 2rem); font-size: clamp(0.875rem, 1.4vw, 0.9rem); }
.page_title br { display: none; }



.material-symbols-outlined { font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24 }
.en { /*font-family:korolev, sans-serif;*/ font-family:roboto-condensed, sans-serif; }

h3 .material-symbols-outlined, h4 .material-symbols-outlined { font-size:2.5rem; margin-right:0.25rem; color:#223; }

h2.tate, h3.tate, h4.tate { writing-mode:vertical-rl; font-feature-settings:initial; border-top: none; padding-top:0; /*text-shadow:1px 1px 0 rgba(255,255,255,0.8);*/ }


h3 hr, h4 hr, h5 hr { border-bottom: 1px solid rgba(29,32,136,0.2); }
.blue_box h3 hr, .blue_box h4 hr, .blue_box h5 hr { border-bottom: 1px solid rgba(255,255,255,0.2); }


/*--MAIN--*/
.main { /*width:94vw; height:calc(94vh - 5rem);*/  width:calc(calc(100vh - 15rem) * 2); height:calc(100vh - 15rem); clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 10vw), calc(100% - 10vw) 100%, 10vw 100%, 0 calc(100% - 10vw)); /*clip-path: polygon( 0 0, 100% 0, 100% 80%, 90% 100%, 10% 100%, 0 80%);*/ margin:0 auto; min-width:80vw; min-height:30vw; max-width:96vw; max-height:48vw;}
.main .copy { width:clamp(7.5rem,32vw,28rem); position: absolute; left:clamp(1.5rem,6vw,8rem); mix-blend-mode: multiply; }
/*body.en .main { background:url(../img/main01.webp) center center /cover no-repeat; }*/
body.logged-in .main { /*height:calc(94vh - 5rem - 32px);*/ }
.main_video iframe { width: 110%; height:110%; margin:-5%; overflow: hidden; filter: hue-rotate(0deg) brightness(110%); pointer-events: none; }
.main video { width:100%; height:100%; object-fit: cover; font-family: 'object-fit: cover;'; object-position:center; pointer-events:none; }
.main img { width: 100%; height: 100%; object-fit: cover; object-position: center 70%; max-width:100vw; position:relative; z-index:0; }

.main .copy01, .main .copy02 { position:relative; z-index:200;}
.main .copy01 { margin-right:auto; margin-bottom:clamp(2rem,8vw,5rem); }
.main .copy02 { margin-bottom:clamp(2rem,8vw,5rem); }
.main .main_scroll { position:relative; z-index:200; margin-right:auto; width:clamp(3rem,6vw,4rem); height:clamp(3.6rem,7.2vw,4.8rem); margin-bottom:clamp(2rem,8vw,5rem); }



.section { display:flex; flex-flow:row wrap; justify-content:space-between; margin:0 auto clamp(3rem,10vw,6rem) auto; position:relative; }
.section .title_box { position:relative; }
.section .w85 { margin:clamp(1rem,3vw,2rem) 0; }
.section .caption { line-height:2; margin-bottom:clamp(1rem,3vw,2rem); letter-spacing:0.1rem; padding-top:0; }
.section .more { display:block; background:url(../img/i_arrow_ry.svg) right clamp(0.75rem,2vw,1.25rem) center /1rem no-repeat; color:#fff; border-radius: 5rem; padding:0.75rem 2rem; max-width:12rem; text-align:center; border:1px solid #fff; text-decoration:none; letter-spacing:0.2rem; }
.section .more:hover { opacity:0.8; }

.section h2 { margin-bottom:1rem; padding-bottom:1rem; letter-spacing:clamp(0.1rem,0.5vw,0.3rem); }
.section h2::after { content:""; display:block; width:1.25rem; border-bottom:1px solid #223; position:absolute; left:0; bottom:0; }
.section h2 + .ja { margin-bottom:clamp(1rem,3vw,2rem); line-height:1.7; letter-spacing:0.25rem; }

.anchor { height:6.5rem; margin-top:-6.5rem; position:relative; z-index:-10; width:1px; }
body.logged-in .anchor { height:calc(6.5rem + 32px); margin-top:calc(-6.5rem - 32px); }
.sticky { position: sticky; top:6.5rem; }
body.logged-in .sticky { top:calc(6.5rem + 32px);}


.gradation_area { position:relative; margin-top:-15vw; padding-top:15vw; padding-bottom:7vw; /*margin-bottom:clamp(3rem,10vw,6rem);*/ clip-path: polygon(/*15vw 15vw, 85vw 15vw,:*/ 100vw 0, 100vw calc(100% - 10vw), 90vw 100%, 10vw 100%, 0 calc(100% - 10vw), 0 0); color:#fff; }
.gradation_area::before { content:""; position:absolute; top:70vh; right:0; bottom:0; left:0; background: url(../img/bg_brain.svg) right -12vw top 17vw /70% no-repeat; mix-blend-mode:overlay; z-index:-1; }
.gradation_area::after { content:""; position:absolute; top:0; right:0; bottom:0; left:0; background: radial-gradient( circle at 10% 10%, rgb(153 41 237 / 100%) 10%, rgb(153 41 237 / 0%) 60%), radial-gradient( circle at 90% 10%, rgb(54 114 227 / 100%) 10%, rgb(54 114 227 / 0%) 60%), radial-gradient( circle at 90% 90%, rgb(153 41 237 / 100%) 10%, rgb(153 41 237 / 0%) 60%), radial-gradient( circle at 10% 90%, rgb(54 114 227 / 100%) 10%, rgb(54 114 227 / 0%) 60%) , #3672e3; z-index:-10; animation: hueShift 20s infinite linear; opacity:0.8; }
.gradation_area .section h2::after { border-bottom:1px solid #fff; }
.gradation_area .index_box a { color:#fff; }


@keyframes hueShift {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}



body.test .gradation_area::after { background: radial-gradient( circle at 10% 10%, rgb(153 41 237 / 60%) 10%, rgb(153 41 237 / 0%) 60%), radial-gradient( circle at 90% 10%, rgb(54 114 227 / 60%) 10%, rgb(54 114 227 / 0%) 60%), radial-gradient( circle at 90% 90%, rgb(153 41 237 / 60%) 10%, rgb(153 41 237 / 0%) 60%), radial-gradient( circle at 10% 90%, rgb(54 114 227 / 60%) 10%, rgb(54 114 227 / 0%) 60%),#a0d8ef; }

/*--INTRO/--*/
.intro_area { flex-flow:column wrap; justify-content:center; align-items:center; padding:clamp(1.5rem,5vw,3rem) 0; margin:0 auto; line-height:1.5; text-align:center; }
.intro_area h2 { font-size:clamp(2.75rem,9vw,5.5rem); text-align:center; line-height:1.25; letter-spacing:0.2rem; }
.intro_area h2::after { display:none; }
.intro_area .intro01 { font-size:clamp(1.25rem,3vw,2rem); margin-bottom:clamp(1rem,3vw,2rem);}


/*--ABOUT/--*/
.about_area { flex-flow:row wrap; align-items:center; font-size:clamp(0.8125rem,1.8vw,1.125rem); margin-bottom:0; }
.about_area .video_box { margin-bottom:1.5rem; }
.about_area .video_box video { width:48vw; margin-left:calc(100% - 47vw); }
.about_area .text { position:relative;}
.about_area .more { position:absolute; right:0; top:0.5rem; width:clamp(5rem,11vw,7rem); height:clamp(5rem,11vw,7rem); border:1.5px solid #ff0; background:url(../img/i_arrow_ry.svg) center center /1rem no-repeat; padding:0.5rem; }



/*--VIDEO/--*/
.video_box {}
.video_box .video_wrap,  { width:100%; aspect-ratio:16/9; max-width:54rem; border-radius:clamp(1rem,3vw,2rem); overflow:hidden; margin:auto; }
.video_box .video_wrap iframe { width:100%; height:100%; }

.youtube { width:100%; max-width:70rem; background:#fff; aspect-ratio:16/9; border-radius:0; overflow: hidden; margin-bottom:clamp(0.5rem,1.2vw,0.75rem); }
.youtube iframe{ aspect-ratio:16/9; width:100%; height:100%; /*filter: brightness(1.1) saturate(120%);*/ }
/*.youtube::before { content: "SAMPLE"; color: rgba(255,255,255,0.4); position: absolute; right:0; bottom:0; z-index: 30; font-size:clamp(1rem,5vw,3rem); font-weight: bold; line-height: 1; }*/

.wp-video {width:100%; aspect-ratio:16/9;}
.wp-video video { width:100%; height:100%; object-fit:cover; }


/*--INFO/--*/
.news_area { }
.news_area .index_area { display: flex; flex-flow: row wrap; justify-content: flex-start; /*overflow-x: auto;*/ padding:0; position:relative; }

.news_area .index_area.news01 { /*border:1px solid #fff;*/ clip-path: polygon(0 0, calc(100% - clamp(1.5rem,5vw,3rem)) 0, 100% clamp(1.5rem,5vw,3rem), 100% 100%, clamp(1.5rem,5vw,3rem) 100%, 0 calc(100% - clamp(1.5rem,5vw,3rem))); margin:0; /*overflow:hidden;*/ position:relative; background:#fff; }
/*.news_area .index_area.news01::before, .news_area .index_area.news01::after { content:""; position:absolute; display:block; width:clamp(2.2rem,6.6vw,4.4rem); height:0; transform:rotate(45deg); z-index:1; border-top:2px solid #fff; box-sizing:border-box; }
.news_area .index_area.news01::before { top:calc(clamp(0.75rem,2.4vw,1.5rem) - 1.4px); right:calc(clamp(-1.242rem,-1.95vw,-0.612rem)/1.414 + 1.4px); }
.news_area .index_area.news01::after { bottom:calc(clamp(0.75rem,2.4vw,1.5rem) - 1.4px); left:calc(clamp(-1.242rem,-1.95vw,-0.612rem)/1.414 + 1.4px); }
*/
.news_area .index_area.news01 .index_box .text { padding:clamp(1.5rem,5vw,3rem); background:url(../img/i_arrow_rw.svg) right clamp(0.8125rem,2.8vw,1.75rem) bottom clamp(0.8125rem,2.8vw,1.75rem) /1rem no-repeat; position:relative; }
.news_area .index_area.news01 .index_box .text::after { content:""; display:block; width:calc(clamp(4.5rem,12vw,7.5rem) * 1.414); height:1px; border-top:1px solid #fff; transform:rotate(-45deg); position:absolute; bottom:calc(clamp(2.25rem,6vw,3.75rem) - 1px); right:calc(clamp(-3.75rem,-6vw,-2.25rem)/2.828 - 4px); }
.news_area .index_area.news01 .index_box .title { padding-bottom:1rem; margin-bottom:1rem;}
.news_area .index_area.news01 .index_box .title::after { content:""; display:block; width:1.25rem; border-bottom:1px solid #fff; position:absolute; left:0; bottom:0; }
.news_area .index_area.news01 .index_box .comment { padding-right:clamp(1.25rem,4vw,2.5rem); }


.news_area .index_area.news02 { border-top:1px solid rgba(0,0,0,0.15); }
.news_area .index_area.news02 .index_box { width: 100%; position: relative; padding:0; border-bottom:1px solid rgba(0,0,0,0.15); }
.news_area .index_area.news02 .index_box a { text-decoration: none; display: flex; flex-flow:column wrap; align-items: flex-start; /*color:#fff;*/ padding:clamp(1rem,3vw,2rem) clamp(0.625rem,2vw,1.25rem) clamp(1rem,3vw,2rem) 0; background:url(../img/news_arrow_rw.svg) right bottom -1px /clamp(2.5rem,5vw,3rem) no-repeat; } 


.news_area .index_area .index_box { width: 100%; position: relative; padding:0; margin:0; }
.news_area .index_area .index_box a { text-decoration: none; display: flex; flex-flow: row wrap; align-items: center; /*color:#fff;*/ background:#fff; } 
.news_area .index_area .index_box .photo { width:100%; margin:0; max-width: none; }
.news_area .index_area .index_box .photo img { width: 100%; aspect-ratio:3/2; object-fit: cover; height: auto !important; margin-bottom:0; }

.news_area .index_area .index_box .date { display:block; /*font-size:clamp(0.6875rem,1.4vw,0.875rem);*/ padding:0 0 0 0.75rem; margin-bottom:clamp(0.2rem,0.8vw,0.5rem); background:url(../img/i_arrow_rk_s.svg) left center /0.5rem no-repeat;  }
.news_area .index_area .index_box .title { font-size:clamp(0.9rem,2vw,1.25rem); flex-grow: 2; /*padding-bottom:1rem; margin-bottom:1rem;*/ position:relative; }

.news_area .index_area .index_box .comment { line-height:1.75; /*font-size: 0.875rem;*/ margin:0; }
.news_area .index_area .index_box a:not(.nolink):hover .title { /*color:#fff;*/ }

.news_area a.more { margin-left:auto; border:none; /*color:#ff0;*/ color:#223; background:none; margin-top:3rem; padding-left:0; padding-right:6rem; width:auto; max-width:13rem; text-align:right; position:relative; }
.news_area a.more::after { content:""; position:absolute; top:calc(50% - 2.5rem); right:0; display:block; width:5rem; height:5rem; border:1px solid #223; border-radius: 50%; background:url(../img/i_arrow_rk.svg) left 2rem center /0.8125rem no-repeat; }


.copy_area { display:flex; align-items:center; justify-content:center; position:relative; background:#666; height:clamp(20rem,50vw,60rem); margin-top:-10vw; margin-bottom:-10vw; clip-path: polygon(0 0, 10% 10vw, 90% 10vw, 100% 0, 100% calc(100% - 10vw), 90% 100%, 10% 100%, 0% calc(100% - 10vw)); }
.copy_area video { width:100%; height:100%; object-fit:cover; transform: scaleX(-1); z-index:0; object-position:center 10%; }
.copy_area .copy { position:absolute; top:7vw; left:0; right:0; bottom:0; display:flex; align-items:center; justify-content:center; text-align:center; font-size:clamp(1.5rem,5vw,3rem); line-height:1.5; font-weight:bold; text-shadow:0 0.25rem 1rem rgba(255,255,255,0.7); z-index:10; opacity:0.8; mix-blend-mode:multiply;}



/*--RESEARCH--*/
.research_area { margin-bottom:0; background:#223; color:#fff; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); padding-left:calc(50vw - 50%); padding-right:calc(50vw - 50%); padding-top:15vw; /*padding-bottom:clamp(3rem,10vw,6rem);*/ clip-path: polygon(0 0, 10% 10vw, 90% 10vw, 100% 0, 100% calc(100% - 10vw), 90% 100%, 10% 100%, 0% calc(100% - 10vw)); margin-bottom:clamp(3rem,10vw,6rem); margin-top:-10vw;}

.research_pc { display:block;}
.research_sp { display:none;}


.research_area h2::after { border-color:#fff;}
.research_area .b_rsc { display:flex; align-items:center; font-size:clamp(1.25rem,2.8vw,1.75rem); padding:clamp(1rem,3vw,2rem) clamp(1.25rem,4vw,2.5rem); /*position:absolute; */ background:#fff; text-decoration:none; clip-path: polygon(0 0, calc(100% - clamp(1rem,3vw,2rem)) 0%, 100% clamp(1rem,3vw,2rem), 100% 100%, clamp(1rem,3vw,2rem) 100%, 0 calc(100% - clamp(1rem,3vw,2rem))); line-height:1.25; }
.research_area .b_rsc.yanagizsawa_g {}
.research_area .b_rsc.naito_g {}
.research_area .b_rsc.yanagizsawa_g {}
.research_area .b_rsc.yanagizsawa_g {}



/*--Contact--*/
.contact_box { }
.contact_box a { display:block; padding:clamp(0.75rem,2.4vw,1.5rem) clamp(1.25rem,4vw,2.5rem) ; /*margin-bottom:2rem;*/ font-size:clamp(1.25rem,2.8vw,1.75rem); position:relative; background:#fff; text-decoration:none; clip-path: polygon(0 0, calc(100% - clamp(1rem,3vw,2rem)) 0%, 100% clamp(1rem,3vw,2rem), 100% 100%, clamp(1rem,3vw,2rem) 100%, 0 calc(100% - clamp(1rem,3vw,2rem)));}
.contact_box a::after { content:""; display:block; background:#ff0 url(../img/i_arrow_rk.svg) center center /clamp(0.75rem,1.4vw,0.8125rem) no-repeat; border-radius:50%; width:clamp(3rem,8vw,5rem); height:clamp(3rem,8vw,5rem); z-index:1; position:absolute; top:calc(50% - clamp(1.5rem,4vw,2.5rem)); right:clamp(1.25rem,4vw,2.5rem); }
/*body.top .research_area a:hover { color:#fff;}*/
.research_area .index_box .text { font-size:clamp(1rem,2vw,1.25rem);}
@media screen and (max-width:1080px) {
.research_area .index_box { width:50%; }
}




/*--BANNER--*/
.b_box { display:flex; flex-flow:row wrap; justify-content:space-between; }
.b_box ul { list-style:none; padding:0; margin:0; display:flex; flex-flow:row wrap; justify-content:flex-start;}
.b_box ul li { padding:1.5%; }
.b_box a.banner { display:flex; width:100%; max-width:25rem; margin:auto; border:1px solid rgba(34,51,85,0.2); text-align:center; text-decoration:none; align-items:center; justify-content:center; }



/*--MEMBER--*/
.member_area .index_area { /*margin:auto;*/ }
.member_area .index_box, .member_section .index_box { line-height:1.5; }
.member_area .index_box .photo, body.member .index_box .photo { aspect-ratio:1; margin-bottom:0.5rem; }
.member_area .index_box .photo img, body.member .index_box .photo img { width:100%; height:100%; object-fit:cover; }
.member_area .position, body.member .position, body.member_en .position { font-size:clamp(0.8125rem,1.4vw,0.875rem); letter-spacing:0.04rem; line-height:1.5; }
.member_area .more { background:#ff0 url(../img/i_arrow_rk.svg) right clamp(0.75rem,2vw,1.25rem) center /1rem no-repeat; color:#fff; border:1px solid #ff0; text-decoration:none; letter-spacing:0.2rem; color:#223; }
body.top .index_area.key_member .index_box { width:25%; }

body.member .name, .member_box .name,
.member_area .name, .member_section .name { font-size:clamp(1.1rem,2.4vw,1.5rem); line-height:1.5; }
.index_area.key_member a .name { padding-left:1.5rem; background:url(../img/i_arrow_rk.svg) left center /1rem no-repeat;}
.index_area.key_member a:hover .name { background:url(../img/i_arrow_rb.svg) left center /1rem no-repeat;}

body.member .index_box, body.member_en .index_box { line-height:1.5; /*width:20%;*/ }
body.member .index_box .photo, body.member_en .index_box .photo { aspect-ratio:1; }
body.member .index_box .photo img, body.member_en .index_box .photo img { width:100%; height:100%; object-fit:cover; }
.flex.member_box { background:#fff; padding:clamp(1rem,3vw,2rem) clamp(1rem,3vw,2rem) calc(clamp(1rem,3vw,2rem) - 2%) clamp(1rem,3vw,2rem); clip-path: polygon(0 0, calc(100% - clamp(1rem,5vw,2rem)) 0, 100% clamp(1rem,5vw,2rem), 100% 100%, clamp(1rem,5vw,2rem) 100%, 0 calc(100% - clamp(1rem,5vw,2rem)));
}
.flex.member_box .w33, .flex.member_box .w25, .flex.member_box .w50 { padding:0 1.5% 2.5% 1.5%; line-height:1.5; }

@media screen and (max-width:1080px) {
body.member .index_box, body.member_en .index_box { /*width:25%;*/ }
}
@media screen and (max-width:960px), print {
body.member .index_box, body.member_en .index_box { width:33.3%; }
body.top .index_area.key_member .index_box { width:50%; }
}

@media screen and (max-width:480px) {
/*.flex.member_box .w33.resp50 { width:100% !important;}*/
body.member .index_box, body.member_en .index_box, body.top .index_area.key_member .index_box { width:50%; }
}


body.member ul li, body.member ol li, .white_box ul li, .white_box ol li { line-height:1.5; margin-bottom:1rem; }





/*--CONTACT/--*/
.contact_box {}




/*--FOOTER--*/
.footer { position: relative; display:flex; flex-flow:column wrap; align-items:center; justify-content:center; text-align:center; /*border-top:1px solid rgba(0,0,0,0.2);*/ background:#223; letter-spacing:normal; font-size:clamp(0.8125rem,1.5vw,0.9375rem); padding-top:clamp(1.25rem,4vw,2.5rem); padding-bottom:clamp(1.25rem,4vw,2.5rem); color:#fff; }

.footer .title { width:68%; max-width:30rem; margin-bottom:0.5rem; }
.footer .title.title_pc { display:block; }
.footer .title.title_sp { display:none; }
.footer p { line-height:1.7; }
.footer .address { font-size: 0.8125rem; }

.fm { margin:0 auto 2rem auto; }
.fm ul { margin:0; padding:0; text-align:center; display:flex; flex-flow:row wrap; justify-content:center; align-items:center; list-style:none; }
.fm li {  }
.fm li a { display: block; text-decoration: none; padding:0.5rem; color:#fff; }

.copyright { letter-spacing:normal; font-size: clamp(0.75rem, 1.2vw, 0.8125rem); position: relative; padding:0.5rem; }

.footer a.link { display: block; padding:0.75rem 0.75rem 0.75rem 1.5rem; text-decoration: none; }
.footer a.link::before { content:""; position:absolute; display:block; left:0; top:calc(50% - 0.3rem); width:0.6rem; height:0.6rem; margin:0; border-top:2px solid #223; border-right:2px solid #223; transform:rotate(45deg); box-sizing:border-box; }



.pagetop { position:fixed; /*display:flex; flex-flow:column nowrap; justify-content:center;*/ bottom:0; right:0; width: 3rem; font-size:0.875rem; height:7.5rem; padding-top:0.75rem; border-radius: 1rem 0 0 0; text-decoration: none; writing-mode:vertical-rl; z-index:10000; color:rgba(0,0,0,0.7); display: flex; flex-flow: column nowrap; justify-content: center; color:#223 !important; }
.pagetop::before { content:"TOP"; text-shadow:1px 1px 0 rgba(255,255,255,0.8); }
.pagetop::after { content:""; position:absolute; top:1rem; left:1.5rem; bottom:0; margin-top:2rem; border-right:1px solid rgba(0,34,51,1); box-shadow:1px 0 0 rgba(255,255,255,0.8); }
.pagetop:hover { opacity: 0.7; }



/*-- TEMPLARE CONTENTS --*/
body.temp .article > .inner { width:100%; max-width:80rem; margin:0 auto; }
body.temp .article > .inner > .w85 { margin-right:auto; align-self:flex-start; }
body.page-contact .article > .inner { max-width:60rem;}

.hero { display:flex; flex-flow:column wrap; justify-content:center; position: relative; color:#fff; padding-top:clamp(1.5rem,5vw,3rem); padding-bottom:clamp(2rem,6.5vw,4rem); height:clamp(8rem,25vw,16rem); }
.hero::before { content:""; position:absolute; top:0; right:0; bottom:0; left:0; background: url(../img/bg_brain.svg) center center /clamp(15rem,30vw,50rem) no-repeat; mix-blend-mode:overlay; z-index:-1; }
.hero::after { content:""; position:absolute; top:0; right:0; bottom:0; left:0; background: radial-gradient( circle at 10% 10%, rgb(153 41 237 / 100%) 10%, rgb(153 41 237 / 0%) 70%), radial-gradient( circle at 90% 10%, rgb(54 114 227 / 100%) 10%, rgb(54 114 227 / 0%) 70%), radial-gradient( circle at 90% 90%, rgb(153 41 237 / 100%) 10%, rgb(153 41 237 / 0%) 70%), radial-gradient( circle at 10% 90%, rgb(54 114 227 / 100%) 10%, rgb(54 114 227 / 0%) 70%) , #3672e3; z-index:-10; clip-path: polygon(0 0, 100vw 0, 100vw calc(100% - 10vw), 90vw 100%, 10vw 100%, 0 calc(100% - 10vw)); animation: hueShift 20s infinite linear; opacity:0.8; }

.hero h2 { flex-flow:column wrap; }
.hero h2.cate_title { margin-bottom:0; }
.hero h2.page_title { }
.hero h2.page_title .jp {  }
.hero h2.page_title .en {  }


.text_area { width:100%;  }


.navibar { margin-bottom: 1rem; padding:0.5rem 0; align-self:flex-start;  }
.navibar ul { display: flex; flex-flow:row wrap; justify-content: flex-end; margin:0; padding:0; font-size:clamp(0.75rem, 1.5vw, 0.8125rem); line-height:1.5; }
.navibar ul li { list-style-type:none; padding:0; max-width: 15rem; display: inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-feature-settings: initial; }
.navibar ul li::before { content:"／"; margin:0.5rem 0.25rem; }
.navibar ul li:first-child::before { display:none; }
.navibar a { border:none !important; }
.navibar br { display:none; }
.navibar rt { display:none; }

.post-links { display: flex; justify-content: space-between; padding:2rem 0; gap: 1rem;}
.nav-previous, .nav-next { flex: 1; }
.nav-previous {   }
.nav-list { text-align:center: }
.nav-next {   }
.nav-previous a, .nav-next a { display:block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width:17rem;}
.nav-previous a { background:url(../img/i_arrow_lk.svg) left center /1rem no-repeat; padding-left:1.5rem; }
.nav-next a { background:url(../img/i_arrow_rk.svg) right center /1rem no-repeat; padding-right:1.5rem; margin-left:auto; text-align:right; }

.col2 { column-count:2; column-gap:2rem; }
.col3 { column-count:3; column-gap:2rem; }
.col4 { column-count:4; column-gap:2rem; }


.caption { line-height: 1.5; font-size: clamp(0.8125rem,1.4vw,0.9rem); padding-top:0.5rem; letter-spacing:0.025rem; }



a.link, a span.link { padding:0 0.15rem 0 1rem; margin:0; text-decoration:underline; box-sizing:border-box; position:relative; overflow:hidden; }
a.link::after, a span.link::after { content: "."; width: 0; color: transparent; margin-right: 1px; white-space:nowrap; }
a.link::before, a span.link::before { content:""; position:absolute; left:0; top:calc(50% - 0.2rem); display:block; width:0.4rem; height:0.4rem; margin:0; border-top:1px solid #223; border-right:1px solid #223; transform:rotate(45deg); box-sizing:border-box; vertical-align: middle; }
a.link.active::after { border-top:1px solid #fff; border-right:1px solid #fff; transform:rotate(45deg); }
a.link.red { color:#c35; }
a.link .icon { display: inline-block; margin-right: 0.5rem; vertical-align: middle; }

h5 a.link::before { top:1.3rem; }


ul.page-link { display: flex; justify-content: flex-start; flex-flow: row wrap; text-align: left; margin:0 0 clamp(2rem,6vw,4rem) 0 !important; padding:1rem; position: relative; z-index: 0; transition:0.25s; background:#fff; }
ul.page-link02 { display: flex; justify-content: flex-start; flex-flow: row wrap; text-align: left; padding:0 0 1rem 0; position: relative; z-index: 0; transition:0.25s; } 
ul.page-link li, ul.page-link02 li { display: block; width: auto; padding:0; margin: 0; box-sizing:border-box; position:relative; z-index:100; white-space:nowrap; }
ul.page-link li a, ul.page-link02 li a { display: block; padding:0.5rem 1rem 0.5rem 1.5rem; text-decoration: none; position: relative; z-index:100; line-height: 1.5; font-size:clamp(0.875rem, 1.5vw, 0.9rem); }
ul.page-link li a:hover { } 
ul.page-link li.active a, .index_box.active a .title { }
ul.page-link a::before, ul.page-link02 a::before { content:""; position:absolute; display:block; left:0.5rem; top:0.8rem; width:0.5rem; height:0.5rem; margin:0; border-bottom:1px solid #223; border-right:1px solid #223; transform:rotate(45deg); box-sizing:border-box; }
ul.page-link li.active a::before { }
.f_s ul.page-link a::before { top:0.9rem; }
.hero + ul.page-link li.active { border-top: none; }
.hero + ul.page-link li.active a { margin-bottom:-2px; border-top: none; }
ul.page-link.bottom { max-width:70rem; margin:2rem auto 4.5rem auto !important; padding:1rem 0 0 0; border-top:1px solid rgba(34,34,34,0.2); }
ul.page-link.bottom a::before { top:1.1rem; transform:rotate(-135deg); }
ul.page-link li a.index { display: block; pointer-events: none; padding-left:1rem; color:#223; position:absolute; top:-2.25rem; left:-1rem;  }
ul.page-link li a.index::before { display: none; }
ul.page-link::before { content: "INDEX"; display: block; padding-left:1rem; color:#223; position:absolute; top:-1rem; left:0; }

ul.page-link.bg { position: sticky; top:10rem; z-index: 2000; background:rgba(255,255,255,0.8); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); flex-flow:row nowrap; padding-right:20rem; }
ul.page-link.bg::after { content: ""; position: absolute; top:0; right:0; }
h3.page_title + ul.page-link { margin:-1rem auto 1rem auto !important; }

ul.sub_list li, body.member ul.sub_list li  { /*display:inline-block;*/ margin-bottom:0 !important; }
ul.sub_list li a, body.member ul.sub_list li a { display:block; line-height:1.5; padding:0.25rem 0.5rem 0.25rem 1.25rem; background:url(../img/i_arrow_rk.svg) left top clamp(0.5rem,1vw,0.65rem) /0.8125rem no-repeat; text-decoration:none; }
ul.sub_list li a:hover, body.member ul.sub_list li a:hover { color:#3672e3; background:url(../img/i_arrow_rb.svg) left top 0.65rem /0.8125rem no-repeat; }

/*-- INDEX --*/
.index_area { display:flex; flex-flow:row wrap; justify-content:flex-start; align-items: flex-start; padding:0; margin:0 -1.5%; position: relative; /*max-width:80rem;*/ }

.index_box { position:relative; width:33.3%; vertical-align:top; box-sizing:border-box; text-align:left; padding:0 1.5% 2rem 1.5%; /*margin-bottom:clamp(1.5rem,5vw,3rem);*/ transition:0.15s; }
.index_box a { display:block; /*padding: clamp(0.75rem,2.4vw,1.5rem) 0; border-top:1px solid rgba(0,0,0,0.1);*/ text-decoration: none; }
.index_box .photo { width: 100%; min-width: 10rem; margin-bottom:0.5rem; }
.index_box .photo img { width:100%; aspect-ratio:3/2; object-fit: cover; font-family:'object-fit:cover;'; transition:0.15s; }
.index_box a:hover { text-decoration:none; opacity:1; color:#3672e3; }

.photo:not(.avatar) { clip-path: polygon(0 0, calc(100% - clamp(1.5rem,5vw,3rem)) 0, 100% clamp(1.5rem,5vw,3rem), 100% 100%, clamp(1.5rem,5vw,3rem) 100%, 0 calc(100% - clamp(1.5rem,5vw,3rem)));}

.index_box p { margin:0; text-decoration:none; }
.index_box .cate_box { font-size:0.75rem; }
.index_box .cate_box .cate { display:inline-block; background:#3672e3; color:#fff; padding:0 0.5rem; margin:0 0.5rem 0.5rem 0; border-radius:0.25rem; white-space:nowrap; }
.index_box .new { font-size:clamp(0.75rem, 1.3vw, 0.8rem); display:inline-block; padding:0 0.5rem; background:#ff8e65; color:#fff; text-align:center; z-index:10; }
.index_box .text { display:flex; flex-grow:1; flex-flow:column nowrap; padding:0; line-height: 1.5; }
.index_box .date { display: none; line-height:1.5;  }
.index_box .comment { /*font-size:clamp(0.75rem, 1.5vw, 0.9rem);*/ font-size:clamp(0.8125rem, 1.6vw, 1rem) display: block; line-height: 1.7; margin-top:0.5rem; }
.tag { display:flex; flex-flow:row wrap; padding:0.5rem 0 0 0; }
.index_box .title { display:block; align-items:flex-start; position: relative; /*color:#3672e3;*/ line-height:1.5; font-weight:normal; flex-grow:1; }
.tag span { font-size:0.7rem; background:#3672e3; color:#fff; padding:0 0.5rem 0.1rem 0.5rem; margin:0.5rem; text-align:center; border-radius:1rem; }

.index_box .text br, .hm li a br { display: none; }
.index_box .text br.br, .index_box .text .comment br, .hm li a br.br { display: inline-block; }

.index_box a[target='_blank'] .title::after,
.LCR_box a[target='_blank']::after,
body.link .article li a[target='_blank']::after,
body.link .article a:link[target='_blank']::after,
.article a:link[target='_blank']::after,
.hm li .sub ul li a[target='_blank']::after
{ content:""; position:relative; display:inline-block; vertical-align:middle; width:1.2rem; height:1.2rem; margin:0 0.1rem; background:url(../img/i_blank.svg) center bottom /100% no-repeat; }
.index_box a[target='_blank']::after { display:none !important; }
a[target='_blank'].banner::after { display:none !important; }

.index_box a[href*='.pdf'] .title::after, 
a[href*='.pdf']::after, 
.index_box ul li a[href*='.pdf']::after { content:"PDF" !important; position:relative; display:inline-block !important; font-size:0.6rem; line-height:1; width:auto !important; height:auto !important; padding:0.15rem 0.25rem; letter-spacing:normal; color:#e55; font-weight:bold; background:#fff !important; margin:0 0.25rem; border:1px solid #ddd; border-radius:2px; transform:translate(0,-2px); vertical-align:middle; }

.index_box a[href*='.pdf']::after { display:none !important; }

.index_box a[href*='.xls'] .title::after, 
.index_box a[href*='.xlsx'] .title::after, 
a[href*='.xls']::after, 
a[href*='.xlsx']::after, 
.index_box ul li a[href*='.xls']::after, 
.index_box ul li a[href*='.xlsx']::after { content:"Excel" !important; position:relative; display:inline-block !important; font-size:0.6rem; line-height:1; width:auto !important; height:auto !important; padding:0.15rem 0.25rem; letter-spacing:normal; color:#7da52b; font-weight:bold; background:#fff !important; margin:0 0.25rem; border:1px solid #ddd; border-radius:2px; transform:translate(0,-2px); }

.index_box a[href*='.xls']::after,
.index_box a[href*='.xlsx']::after { display:none !important; }

.index_box a[href*='.doc'] .title::after, 
.index_box a[href*='.docx'] .title::after, 
a[href*='.doc']::after, 
a[href*='.docx']::after, 
.index_box ul li a[href*='.doc']::after, 
.index_box ul li a[href*='.docx']::after { content:"Word" !important; position:relative; display:inline-block !important; font-size:0.6rem; line-height:1; width:auto !important; height:auto !important; padding:0.15rem 0.25rem; letter-spacing:normal; color:#7b8d42; font-weight:bold; background:#fff !important; margin:0 0.5rem; border:1px solid #ddd; border-radius:2px; transform:translate(0,-2px); }

.index_box a[href*='.doc']::after,
.index_box a[href*='.docx']::after { display:none !important; }

.index_box a[href*='.pdf'] .title::after,
.index_box a[href*='.xls'] .title::after, 
.index_box a[href*='.docx'] .title::after { /*top:0.5rem;*/ }

.news_box ul li a[href*='.pdf']::after,
.news_box ul li a[href*='.xlsx']::after,
.news_box ul li a[href*='.docx']::after { position: absolute; top:0.35rem; right:0; }

.b_box a[target="_blank"]::after, .b_box a[href$=".pdf"]::after, .b_box a[href$=".docx"]::after { display:none !important; }



body.archive .contents { display: flex; flex-flow:row wrap; justify-content: space-between; max-width:70rem; margin:0 auto 5rem auto; }

body.archive .index_area { margin-bottom:clamp(1.5rem,5vw,3rem); }
body.archive .aside { display: inline-block; vertical-align: top; box-sizing:border-box; margin-right: auto; position: relative; z-index: 1000; margin:0 ; }
body.archive .aside h5 { margin-top:0; margin-bottom:0.5rem; }
body.archive .aside ul { display: flex; flex-flow: row wrap; justify-content: flex-start; margin:0; padding:0 0 0 1.5rem; }
body.archive .aside ul li { padding: 0; width:100%; position:relative; }
body.archive .aside ul li::marker { color:#3672e3; }
body.archive .aside ul li::before { content:"●"; color:#3672e3; position:absolute; left:-1.5rem; }

body.archive .aside ul li.info::before { color:#ffbe00; }
body.archive .aside ul li.recruit::before { color:#3672e3; }
body.archive .index_box .date { display:block; font-size:clamp(0.75rem,1.4vw,0.875rem); margin-bottom:0.25rem; }

body.single .text_area { background:#fff; padding:clamp(1rem,5vw,3rem);}
body.single .hero, body.archive .hero { /*height:auto*/ }

body.links .index_box a { padding-left: 1.25rem; position: relative; }
body.links .index_box a[target='_blank']::after { display: inline-block !important; }
body.links .index_box a::before { content:""; position:absolute; display:block; left:0; top:calc(50% - 0.25rem); width:0.5rem; height:0.5rem; margin:0; border-top:1px solid #223; border-right:1px solid #223; transform:rotate(45deg); box-sizing:border-box; }

/*body.page .index_box { width:25%; }*/

ul.disc { list-style: disc; padding-left: 1rem; }
ul.disc li { line-height:1.5; padding:0 1rem 0.5rem 0; margin-left:0.25rem; }

.date_box { position:relative; margin:-1.5rem 0 1rem 0; text-align:right; }
.date_box .date { font-size:0.9rem; margin:0 0.5rem 0.5rem 0; }

img.radius { border-radius:clamp(0.5rem,1.6vw,1rem); overflow:hidden; vertical-align: bottom; }
.left_img { position: relative; left:calc(20% - 12vw); width:calc( 100% + 10vw ); }
.right_img { position: relative; right:calc(20% - 12vw); width:calc( 100% + 10vw ); }
.left_img img, .right_img img { width: 100%; }



.i-prev, .i_next { }
.i-next::after { content:""; position:absolute; display:block; left:calc(50% - 6px); top:calc(50% - 4.5px); width:0.5rem; height:0.5rem; margin:0; border-top:1px solid #3672e3; border-right:1px solid #3672e3; transform:rotate(45deg); box-sizing:border-box; }
.i-prev::after { content:""; position:absolute; display:block; left:calc(50% - 3px); top:calc(50% - 4.5px); width:0.5rem; height:0.5rem; margin:0; border-bottom:1px solid #3672e3; border-left:1px solid #3672e3; transform:rotate(45deg); box-sizing:border-box; }

.pager { width:100%; margin:clamp(1.5rem,5vw,3rem) auto; }
.pagenavi { /*text-align:center;*/ }
.pagenavi .page, .pagenavi .prev, .pagenavi .next, .pagenavi .current, .pagenavi .last, .pagenavi .page.s , .pagenavi .page.s:hover { display:inline-block; margin:0 5px; width:40px; height:40px; line-height:38px; background:#f9f9f9; color:#3672e3; letter-spacing:1px; text-align:center; vertical-align:middle; border-radius:2rem; /*box-shadow:0 3px 0 rgba(0, 0, 0, 0.1); transition-delay:0s;*/ transition-duration:0.5s; transition-property:background-color, color; transition-timing-function:ease, ease; box-sizing:border-box; text-decoration:none; position:relative; }
.pagenavi .page.s { box-shadow:0 3px 0 rgba(0, 0, 0, 0.1); transition-delay:0s; transition-duration:0.25s; }
.pagenavi .prev.disable, .pagenavi .next.disable, .pagenavi .prev.disable:hover, .pagenavi .next.disable:hover { background:rgba(0, 0, 0, 0.1); box-shadow:none; cursor:default; color:#fff; }
.pagenavi .current, .pagenavi .page:hover, .pagenavi .prev:hover, .pagenavi .next:hover, .pagenavi .current:hover, .pagenavi .last:hover { background:#3672e3; color:#fff; transition-property:background-color, color; transition-timing-function:ease, ease; }
.pagenavi .next:hover .i-next::after, .pagenavi .next.disable .i-next::after { border-color:#fff; }
.pagenavi .prev:hover .i-prev::after, .pagenavi .prev.disable .i-prev::after { border-color:#fff; }



/*-- FORM/ --*/
form { margin:0; padding:0; border:0; font-size:100%; vertical-align:middle; background:transparent; }
form label { vertical-align:middle; }

select, input, textarea, button { width:auto; max-width:100%; -webkit-appearance:none; vertical-align:middle; position:relative; line-height:1.5; font-size:1.2rem; margin:0 5px 0 0; padding:0.15rem 0.5rem; border:1px solid rgba(0,0,0,0.5); box-shadow:none; z-index:0; box-sizing:border-box; border-radius: 0.25rem; background: rgba(255,255,255,0.5); }
input[type="text"] { margin:0 0.25rem 0 0; }
input.long { width:100%; margin:0; position:relative; }
button, a.btn, input[type="button"], input[type="submit"] { display:inline-block !important; vertical-align:middle; -webkit-appearance:none; overflow:visible; width:auto; min-width:8rem; line-height:1.6rem; letter-spacing:0.1rem; margin:0.5rem 0.25rem 0.5rem 0; border:none; color:#223 !important; position:relative; text-decoration:none; text-align:center; transition:all .2s; box-sizing:border-box; cursor:pointer; border-radius: 0.25rem; padding:0.5rem 2rem; background:#ff0 url(../img/i_arrow_rk.svg) right clamp(0.5rem,1.6vw,1rem) center /1rem no-repeat; border-radius: 10rem;}
button.back_button, input[type="button"].back_button { background:#ff0 url(../img/i_arrow_lk.svg) left clamp(0.5rem,1.6vw,1rem) center /1rem no-repeat; }
input::placeholder, textarea::placeholder { color:#777; }


.b_back { display:inline-block; -webkit-appearance:none; overflow:visible; width:auto; background:#ff8e65; position:relative; padding:10px 20px 10px 40px; height:50px; line-height:30px; font-size:1.2rem; letter-spacing:0; margin:10px; border:none; color:#223 !important; border-radius:3px; box-sizing:border-box; }
.b_back::after { content:""; position:absolute; display:inline-block; left:10px; top:18px; width:10px; height:10px; border-top:2px solid #223; border-right:2px solid #223; transform:rotate(45deg); box-sizing:border-box; }

button:hover, a.btn:hover, input[type="button"]:hover, input[type="submit"]:hover { text-decoration:none; filter: brightness(85%); color:#fff; }

button[disabled], a.btn[disabled], .button[disabled], input[type="button"][disabled], input[type="submit"][disabled],
button[disabled]:hover, a.btn[disabled]:hover, .button[disabled]:hover, input[type="button"][disabled]:hover, input[type="submit"][disabled]:hover { background:#eee; border:none; color:#fff; opacity:1.0; cursor:default; position:relative; }

a.btn { padding-right:2rem; position: relative; }
/*a.btn::after, button::after { content:""; position:absolute; display:block; left: auto; right:1rem; top:50%; width:0.5rem !important; height:0.5rem !important; background: none; margin:0 !important; border-top:1px solid #fff; border-right:1px solid #fff; transform:translate(0,-45%)rotate(45deg); box-sizing:border-box; }*/
a.btn[target='_blank']::after { right:-1rem; visibility: hidden; }

button.mini, .button.mini { min-width:0; }
input:focus, select:focus, textarea:focus { outline:none; box-shadow:0 0 3px rgba(255,111,63,1); border:1px solid #3672e3;}

input.button { width:15rem; display:flex; align-items: center; justify-content:center; text-align: center; text-decoration:none; position: relative; white-space: nowrap; margin: 0 auto; padding:0.5rem 2rem; background:#223 url("../img/arrow_rw.svg") right 0.75rem center /1.25rem no-repeat; color: #fff; border-radius:0.25rem; }
input.button:hover { background:#223 url("../img/arrow_rw.svg") right 0.75rem center /40px no-repeat; }




/*-- Radio and Checkbox/ --*/
input[type="radio"], input[type="checkbox"] { margin:0 0.25rem 0 0; width:1.25rem; height:1.25rem; display:none; }
input[type="radio"] + span, input[type="checkbox"] + span { padding-left:1.5rem; position:relative; margin-right:1rem; display:inline-block; white-space:nowrap; min-height: 1.35rem; }
input[type="radio"] + span::before{ content:""; display:block; position:absolute; top:calc(50% - 0.6rem); left:0; width:1.2rem; height:1.2rem; border:1px solid #3672e3; border-radius:50%; z-index:5; margin-right:0.25rem; box-sizing:border-box; }
input[type="radio"] + span::after{ content:""; display:block; position:absolute; top:calc(50% - 0.1rem);; left:0.5rem ; width:0.2rem; height:0.2rem; background:#3672e3; border-radius:50%; z-index:10; transition:0.25s; opacity:0; }
input[type="radio"]:checked + span, input[type="checkbox"]:checked + span { color:#3672e3; }
input[type="radio"]:checked + span::before { border:1px solid #3672e3; }
input[type="radio"]:checked + span::after{ content:""; display:block; position:absolute; top:calc(50% - 0.4rem); left:calc(0.25rem - 1px); width:0.8rem; height:0.8rem; background:#3672e3; border-radius:50%; z-index:10; transition:0.25s; opacity:1; }
input[type="checkbox"] + span::before { content:""; display:block; position:absolute; top:calc(50% - 0.6rem); left:0; width:1.2rem; height:1.2rem; border:1px solid rgba(0,0,0,0.6); border-radius:0.25rem; margin-right:0.25rem; box-sizing:border-box; }
input[type="checkbox"]:checked + span::after { content:""; display:block; position:absolute; top:calc(50% - 0.9rem); left:0.5rem; width:0.5rem; height:1.2rem; transform:rotate(40deg); border-bottom:2px solid #3672e3; border-right:2px solid #3672e3; box-sizing:border-box; }

input[type="checkbox"] + span:empty { margin: 0; padding: 0; }

button.i_delete { min-width:0 !important; }
button.i_delete::before { display:none; }

/*-- SELECT/ --*/
select { -webkit-appearance:none; -moz-appearance:none; position:relative; z-index:auto !important; text-align:left; background: rgba(255,255,255,0.5) url(../img/i_pulldown.svg) right center /24px no-repeat; border:1px solid rgba(0,0,0,0.2); padding:0.25rem 2rem 0.25rem 0.5rem; margin:0 2px 0 0; box-sizing:border-box; display:none; display:inline-block; border-radius: 0.25rem; color:#3672e3;}
select:disabled, select.disabled { border:1px solid rgba(0,0,0,0.2); color:rgba(0,0,0,0.2); color:silver; background:none; z-index:auto; }

/*.error, .required, .alert { color:#d49; }*/
div.error { background:rgba(238,102,102, 0.1); padding:0 0.5rem; margin:0; color:#c35; }
span.error { background:rgba(238,102,102, 0.1); padding:0 0.5rem; color:#c35; display:block; }

td.error input[type="text"], 
td.error textarea,
td.error select,
td.error label { border:1px solid #c35; color:#3672e3; border-radius: 0.25rem; }
td.error label { padding: 0.25rem; }

td.error input:focus, td.error select:focus, td.error textarea:focus { outline:none; box-shadow:0 0 3px rgba(238,102,102, 1); border:1px solid #c35;}

.example { color:#777; white-space:nowrap; }


.hissu { display: inline-block; background:#d49; color:#fff; font-size:0.7rem; padding:0.1rem 0.25rem; vertical-align: middle; position: relative; margin:-0.1rem 0.25rem 0.25rem 0; border-radius: 0.25rem; line-height:1.5; }
.hissu::before { content:"必須";}
body.en .hissu::before { content:"Required";}
.ninni {display: inline-block; background:rgba(34,34,34,0.3); color:#fff; font-size:0.7rem; padding:0.1rem 0.25rem; vertical-align: middle; position: relative; margin:-0.1rem 0.25rem 0.25rem 0; border-radius: 0.25rem; line-height:1.5; }
.ninni::before { content:"任意";}
body.en .ninni::before { content:"Optional";}

.notice { background: rgba(255,190,0,0.1); padding: 1rem 1.5rem; /*border-radius:clamp(0.5rem,1.6vw,1rem);*/ clip-path: polygon(0 0, calc(100% - clamp(1.5rem,5vw,3rem)) 0, 100% clamp(1.5rem,5vw,3rem), 100% 100%, clamp(1.5rem,5vw,3rem) 100%, 0 calc(100% - clamp(1.5rem,5vw,3rem))); }
.white_box  .notice { clip-path: polygon(0 0, calc(100% - clamp(1rem,3vw,2rem)) 0, 100% clamp(1rem,3vw,2rem), 100% 100%, clamp(1rem,3vw,2rem) 100%, 0 calc(100% - clamp(1rem,3vw,2rem))); padding:clamp(0.5rem,1.6vw,1rem) clamp(0.625rem,2vw,1.25rem);}
.notice.red_box { background: rgba(204,51,85,0.05);}
.bg01 .notice { background: #fff; box-shadow:0 1rem 0.5rem -0.75rem rgba(34,34,34,0.05); }
.bg01 .grade { text-shadow: 0 0.5rem 0.5rem rgba(34,34,34,0.05);}

.white_box { background:#fff; /*padding:clamp(1rem,5vw,4rem) clamp(1rem,5vw,6rem);*/ padding:clamp(1rem,3vw,2rem) clamp(0.75rem,5vw,3rem); clip-path: polygon(0 0, calc(100% - clamp(1.5rem,5vw,3rem)) 0, 100% clamp(1.5rem,5vw,3rem), 100% 100%, clamp(1.5rem,5vw,3rem) 100%, 0 calc(100% - clamp(1.5rem,5vw,3rem))); }


/*--CONTACT--*/
body.inquiry .tab_menu,
body.inquiry .f_title,
body.inquiry .corp { display:none; }
body.inquiry p { margin-bottom:1rem; }

.wpcf7 form .wpcf7-response-output { margin: 1rem 0 0; padding: 0.5rem 1rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { color: #c35; background-color: #f9e3e9 !important; border:none !important; }
.wpcf7 form.sent .wpcf7-response-output { color: #3A87AD; background-color: #E1F5FE !important; border:none !important; }
.wpcf7 form .wpcf7-not-valid { background:#f9e3e9; }
.wpcf7 form .wpcf7-not-valid-tip { color:#c35; }
.wpcf7 form .wpcf7-spinner { display:block; margin:auto; }
form.wpcf7-form > br:first-of-type { display:none; }
.wpcf7-list-item { margin:0; }
.wpcf7-form-control-wrap { display:inline-block; width:100%;}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea { width:100%;}

span[data-name="hcap-cf7"] ~ input[type="submit"], span[data-name="hcap-cf7"] ~ button[type="submit"] { margin-top:0.5rem !important;}


/*--Privacy Policy--*/
.pp_box { text-align: left; max-height:400px; overflow-y: auto; padding: 1.5rem; border:1px solid #3672e3; line-height:1.7; }
.pp_box ol { /*padding-left:1.5rem;*/ }

.grecaptcha-badge { opacity:0; }

.invisible { display: none; transition:0.5s ease; }


.w100 { width: 100%; margin-right:0 !important; margin-left:0 !important; }
.w95 { width: 95%; }
.w90 { width: 90%; }
.w85 { width: 85%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w66 { width: 66%; }
.w65 { width: 65%; }
.w60 { width: 60%; }
.w55 { width: 55%; }
.w50 { width: 50%; }
.w49 { width: 49%; }
.w48 { width: 48%; }
.w47 { width: 47%; }
.w45 { width: 45%; }
.w40 { width: 40%; }
.w35 { width: 35%; }
.w33 { width: 33%; }
.w32 { width: 32%; }
.w31 { width: 31%; }
.w30 { width: 30%; }
.w25 { width: 25%; }
.w24 { width: 24%; }
.w22 { width: 22%; }
.w20 { width: 20%; }
.w19 { width: 19%; }
.w18 { width: 18%; }
.w15 { width: 15%; }
.w10 { width: 10%; }
.w5 { width: 5%; }

input.w75 { min-width:15rem; }
input.w50 { min-width:10rem; }
input.w33 { min-width:6.5rem; }
input.w25 { min-width:5rem; }
input.w20 { min-width:4rem; }
input.w10 { min-width:2rem; }
input.w5 { min-width:1rem; }


.r04 { border-radius:0.25rem; }
.r08 { border-radius:0.5rem; }
.r16 { border-radius:1rem; }



/*-- LIST/ --*/
ol { margin:0 0 2rem 0; padding:0 0 0 1.5rem; }
ol::marker { }
ol li{ padding:0; }
.value { background:#223; vertical-align:middle; display:inline-block; width:1.6rem; line-height:1.6rem; font-size:1rem; font-weight:bolder; text-align:center; border-radius:50%; color:#fff; margin:-0.3rem 0.4rem 0 0; }
ol li ol.kakko { }
ol li ol.kakko li { list-style: none; position: relative; margin-left: 1.5rem; }
ol li ol.kakko li::before { content: attr(value)')'; counter-increment: li; position: absolute; top: 0; left: -1.5rem; }

ul li::marker { /*color:#3672e3;*/ } 

ul.marker { list-style:disc; margin:0; padding-left:1rem; }
ul.marker li::marker { color:rgba(34,34,34, 0.3); }

ul.li_half { display:flex; flex-flow:row wrap; justify-content:space-between; }
ul.li_half li { width:calc((100% - 2rem)/2);}

ol.faq { counter-reset:q; list-style:none; margin:0; padding:0; }
ol.faq >li::before { counter-increment:q; content:'Q'counter(q); content:'Q'attr(value); background:#f77; vertical-align:middle; display:inline-block; width:2.4rem; height:2.4rem; line-height:2.2rem; font-weight:bold; text-align:center; border-radius:50%; color:#fff; margin:0 0.4rem 0 -2.4rem; }
ol.faq >li { margin-bottom:1rem; }
ol.faq .a { padding:0.5rem 0 0.5rem 0.4rem; }
ol.faq .a h4 { display:inline-block; width:2.4rem; height:2.4rem; line-height:2.2rem; font-weight:bold; text-align:center; border-radius:50%; margin:0 0.4rem 0 -2.8rem; }
ol.faq li ol { display:inline-block; vertical-align:top; }
ol.faq >li h6.i_close { color:#e70; }

ol.val > li::before { content:attr(value); background:#001A43; vertical-align:middle; display:inline-block; width:1.6rem; line-height:1.6rem; letter-spacing:normal; font-size:0.8rem; font-weight:bold; text-align:center; border-radius:50%; color:#fff; margin:-0.3rem 0.4rem 0 -2rem; position:relative; }

ul.kome { list-style: none; padding:0; }
ul.kome li { display: block; margin-left:1rem; }
ul.kome li::before { content:"※"; margin:0 0 0 -1rem; }

.q, .q_open { margin:0; padding:0.5rem 2rem 0.5rem 0; position:relative; border-top: 1px solid rgba(0, 0, 0, 0.1); cursor: pointer; }
.q_open { padding:0.25rem; }
.q:hover { background: rgba(255,255,255,0.2); }
.q::before, .q_open::before { content:"Q. "; display:inline-block; font-weight:bold; margin-right:0.25rem; color:#0ae; }
.q::after { content:"＋"; position:absolute; right:0.5rem; display:inline-block; transition:0.1s; font-size:clamp(0.9rem, 1.8vw,1.125rem); top:1rem; line-height:1; color:#f4577a;}
.q.i_close { font-weight: bold; color:#0ae; }
.m.i_close { font-weight: bold; background: linear-gradient(to right, rgba(255,109,85,1) 0%,rgba(237,96,174,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.a, .a_open, .t, .t_open { display: none; margin-bottom: 1.5rem; padding:0.25rem 0; }
.a_open, .t_open { display: block; }
.a::before, .a_open::before { content:"A. "; display:inline-block; font-weight:bold; margin-right:0.25rem; color:#f4577a; font-size:1.2rem; }

.m, .m_open { margin:0; padding:0.5rem 0.5rem 0.5rem 1rem; position:relative; cursor: pointer; font-size:clamp(0.9rem, 1.8vw,1.125rem); line-height:1.5; font-weight: bold; }
.m::after { content:"＋"; position:absolute; top:calc(50% - 0.6rem); left:-0.25rem; display:inline-block; transition:0.1s; font-size:clamp(0.9rem, 1.8vw,1.125rem); line-height:1; color:#f4577a; z-index: 10;}
.q.i_close::after, .m.i_close::after { transform:rotate(45deg); -webkit-text-fill-color:#f4577a; }
.m.link { padding:0.25rem 1rem; }
.m + .t { padding:0.25rem 0; }
.m.no_open { color:rgba(34,34,34,0.5); pointer-events:none; }


/*-- TABLE/ --*/
caption { text-align:left; margin-bottom:10px; }

table { border-collapse:collapse; width:100%; margin:0 0 2rem 0; }
table th, table td { padding:clamp(0.5rem, 1.6vw, 1rem); letter-spacing:0.05rem; line-height:1.6; }

.table01 { border-bottom:1px dashed rgba(0, 38, 33, 0.1); }
.table01 th, .table01 td { border-top:1px dashed rgba(0,0,0,0.1); }
.table01 thead th { }
.table01 th {text-align:left; }
.table01 td { }

.table02 { border-bottom:1px solid rgba(0,0,0,0.15); }
.table02 th, .table02 td { border-top:1px solid rgba(0,0,0,0.15); }
.table02 thead th, .table02 thead td, .deco-tb thead th, .deco-tb thead td { background:rgba(255,255,255,0.05); }
.table02 th { text-align:left; background:rgba(255,255,255,0.05); vertical-align:top; font-weight:normal; }
.table02 td { }
.table02 th.tr, .table02 td.tr { width:auto; text-align: right;}

.table03 { background:rgba(255,255,255,0.5); border-spacing: 0; border-top:1px solid rgba(0,0,8,0.15); border-left:1px dotted rgba(0,0,8,0.1); }
.table03 th, .table03 td { border-right:1px dashed rgba(0,0,8,0.15); border-bottom:1px solid rgba(0,0,8,0.15); vertical-align: top; }
.table03 thead th { background:#f7f7fa; text-align:left; }
.table03 thead td { background:#f7f7fa; text-align:left; }
.table03 tbody th { text-align:left; border-bottom:1px solid rgba(0,0,8,0.15); border-right:1px dotted rgba(0,0,8,0.15);  }
.table03 tbody td { border-bottom:1px solid rgba(0,0,8,0.15); border-right:1px dotted rgba(0,0,8,0.15);  letter-spacing:normal; }

.table03 th.vm, .table03 td.vm, .table03 tr.vm th, .table03 tr.vm td { vertical-align: middle; }

td.vc { vertical-align:middle; }


/*-- TABLE ヘッダ・カラム固定 --*/
thead tr[class*="fixed-header-"] th { position:sticky; z-index:2; white-space: nowrap; border:1px solid #ddd; }
thead tr[class*="fixed-header-"] th[class*="fixed-column-"] { z-index:3; }
tbody th[class*="fixed-column-"], tbody td[class*="fixed-column-"] { background:#fff; position: -webkit-sticky; position: sticky; z-index:1; border:1px solid #ddd; }

table.number {}
table.number td { text-align: right; }

.l_double { border-top:3px double rgba(0,0,0,0.1) !important; }
.l_dashed th, .l_dashed td { border-top:1px dashed rgba(0,0,0,0.1) !important; }
th p, td p { /*margin:0;*/ }

.l_total th, .l_total td { padding:1px; }

table.fixed_column { background:#fff; }
.fixed01{ position: sticky; left: 0; background: rgba(255,255,255,0.95); border-collapse:separate; }
.fixed01:before{ content: ""; position: absolute; top: -1px; left: -1px; width:calc(100% + 2px); height:100%; border-top:1px solid rgba(0,0,0,0.1); border-left:1px solid rgba(0,0,0,0.1); border-right:1px dashed #e5e5e5; }
tr.l_double th.fixed01 { border-top:3px double rgba(0,0,0,0.1) !important; }
.table02 thead th.fixed01, .table03 thead th.fixed01 { background:#f2faf5; }


/*-- 幅の広いテーブルにスクロール表示 --*/
.scroll { overflow:auto; max-width:calc(100vw - 2rem); position: relative; }
.scroll::-webkit-scrollbar { height:6px;}
.scroll::-webkit-scrollbar-track { background:rgba(0,0,0,0); }
.scroll::-webkit-scrollbar-thumb { background:rgba(34,34,34,1); background: #bbb; border-radius:3px; opacity: 0.5; }
.scroll::-webkit-scrollbar-thumb:hover { background:rgba(34,34,34,1); background: #bbb; border-radius:3px; opacity: 0.5; }

.scroll table th, .scroll table td { /*white-space:nowrap;*/ }
/*.scroll::before { content:"→ 横スクロールしてご確認ください。"; display: block; font-size:0.8rem; margin-bottom:0.5rem;}*/


.aligncenter {display:block; margin:0 auto; }
.alignright { float:right; margin:0 0 1.5rem 1.5rem; position:relative; z-index:1; max-width:360px; }
.alignleft { float:left; margin:0 1.5rem 1.5rem 0; position:relative; z-index:1; max-width:360px; }
img[class*="wp-image-"],
img[class*="attachment-"] { max-width:100%; height:auto; }
img.alignright, img.alignleft { max-width:40%; }


.flex.full_l .text { width:56%; order:2; }
.flex.full_r .text { width:56%; order:1; }
.flex.full_l .photo { width:40%; order:1; position:relative; }
.flex.full_r .photo { width:40%; order:2; position:relative; }



#colorbox.teacher { width:100% !important; height:100% !important; max-width:58rem !important; min-height:300px; max-height: 85vh !important; top:50% !important; left: 50% !important; transform: translate(-50%,-50%); }
#colorbox.teacher #cboxWrapper { width:100% !important; height:100% !important; max-width:58rem !important; min-height:300px; max-height: 85vh !important; overflow: visible; }
#colorbox.teacher #cboxContent, #colorbox.alert #cboxLoadedContent, #colorbox.alert #cboxIframe { height:calc(100% - 3rem) !important; max-width:56rem !important; ; min-height:calc(300px - 3rem); max-height:calc(85vh - 3rem) !important; }
#colorbox.teacher #cboxContent { width:calc(100% - 2rem) !important; }
#colorbox.teacher #cboxLoadedContent, #colorbox.alert #cboxIframe { width:100% !important; margin: 0; height:calc(85vh - 3rem) !important; min-height:calc(300px - 3rem); max-height:calc(85vh - 3rem) !important; }
#colorbox.teacher #cboxMiddleLeft { height: 0 !important; }

#colorbox.img #cboxLoadedContent { padding: 1rem; background:#fff; height: auto !important; max-width:96vw; }
#colorbox.img #cboxLoadedContent img { width: 100% !important; height: auto !important; }

body.modal { border: none; }
body.modal .article { padding:1.5rem; display: block; }
body.modal .alignright { float: right; width:25vw; }
body.modal .text_area { padding:5vw; margin: 0 auto; }
body.modal h2 { line-height: 1.5; }
body.modal h2::after { display:none; }
body.modal h2 span.title { display: block; font-size: 1rem; margin-bottom:0.75rem; }
body.modal h2 rt { font-size: 0.75rem; margin-bottom:0.15rem }



/*--PAGENATION--*/
.pagination-holder { margin:0 auto 4rem auto; }

#page-1 { display:flex; }
.cnation-holder { width:100%; padding-top:4rem; }
.simple-pagination { display: block; overflow: hidden; padding: 0; margin: 0;}
.simple-pagination ul { list-style: none; padding:0; margin:0; display:flex; flex-flow:row wrap; justify-content:center;}
.simple-pagination ul li { padding:0.25rem; margin:0;}
.simple-pagination ul li a { display:block; background:#fff; }
span.ellipse.clickable { cursor: pointer; }
.ellipse input { width: 3em; }

.light-theme a, .light-theme span { cursor:pointer; display:block; text-align:center; color: #3672e3; font-size:0.9rem; line-height:calc(2.5rem - 2px); font-weight: normal; letter-spacing:normal; border:1px solid #3672e3; min-width: 2.5rem; height:2.5rem; padding:0 0.5rem; margin: 0; background:#fff; }
.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover { text-decoration: none; background: #FCFCFC; }
.light-theme .current { background: #3672e3; color: #FFF; border-color: #3672e3; cursor: default; }
.light-theme .ellipse { background: none; border: none; box-shadow: none; font-weight: bold; cursor: default; }
.light-theme .prev, .light-theme .next { background:#fff; padding: 0 0.75rem; color: #3672e3; }
.light-theme .prev { border-radius: 2rem 0 0 2rem; }
.light-theme .next { border-radius: 0 2rem 2rem 0; }
.light-theme .disabled .prev, .light-theme .disabled .next { opacity:0.25; }


.bg01 { position: relative; display:flex; flex-flow:row wrap; justify-content:space-between; width:100%; padding:0; right:0; }

.material-icons { vertical-align: middle; }



.note { /*background: #eef5e7;*/ background: rgba(0,136,102,0.05); padding:1rem; }
.bg_blue { background: rgba(30,80,162,0.2); }
.bg_orange { background: rgba(241,141,95,0.2); }
.bg_red { background: rgba(190,52,85,0.2); }


noprint { pointer-events: none; }


.material-symbols-outlined { vertical-align: middle; margin:-0.15rem 0.1rem 0 0; font-size: inherit; }
.f_ll .material-symbols-outlined { font-size:clamp(1.5rem, 3.2vw, 2rem); margin-top:-0.4rem; }

video { vertical-align: bottom; }

/*タブ*/
.tab { display: flex; flex-flow:row nowrap; margin:0; padding:0 1rem; position: relative; z-index: 0; }
.tab li { position: relative; z-index: 10; padding:clamp(0.5rem, 1.2vw, 0.75rem) clamp(1rem, 2.4vw, 1.5rem); text-decoration:none; line-height: 1.25; white-space: nowrap; cursor: pointer; border:1.5px solid rgba(0,0,0,0); border-bottom:none; margin-bottom:-1px; margin-right:clamp(0.5rem,1.6vw,1rem); background:rgba(0,0,0,0.05); }
.tab li span.f_ll { font-size: clamp(1.5rem, 3.2vw, 2rem); letter-spacing:0.25rem; }
.tab li.select { border-color: #3672e3; /* border-color:rgba(143,194,31,1); color: #3672e3;*/ background: none; }


.tab_content { overflow:hidden; padding:0; margin:0; list-style:none !important; transition:0.5s; }
.tab_content > li { padding:1rem 0; margin:0; display:none; }
.tab_content > li.is_show { display:block; }


.site_preview { background: rgba(99,85,161,0.15); padding:1.5rem 1rem; justify-content: space-around; margin: 0 -1.5rem; }
.site_preview div { border-radius:clamp(0.5rem, 1.6vw, 1rem); overflow: hidden; }


/*流れ*/
ul.flow_box {}
ul.flow_box > li { display: flex; flex-flow: row wrap; align-items: flex-start; position: relative; padding-left: 2rem; /*padding-bottom:2rem;*/ margin-bottom:0; }
ul.flow_box > li::after { content: ""; height:100%; position: absolute; left:calc(0.75rem - 2px); top:0.5rem; border-left: 4px dotted rgba(0,0,0,0.2); z-index: 1; }
ul.flow_box > li h4 { }
ul.flow_box > li::before { content: ""; width: 1.5rem; height: 1.5rem; position: absolute; left:0; top:0.4rem; border-radius: 4rem; background:#3672e3; z-index: 10; }
ul.flow_box > li .w70, ul.flow_box > li .w75, ul.flow_box > li .w80 {  padding-bottom:clamp(1rem,3vw,2rem); border-bottom:1px dashed #ccc; }
ul.flow_box > li:last-of-type::after { display: none; }


/*研究業績*/
body.page-achievements ol li { margin-bottom:clamp(0.75rem,2.4vw,1.5rem);}


#wpadminbar #adminbarsearch { display:none !important;}




@media screen and (max-width:1300px) {
.header .tel_box { display:none; }
.hero { padding:clamp(2rem,6.5vw,4rem);}
.main .tel_box { display:block; }
.sp_lang { display:flex; }
}


@media screen and (max-width:1080px) {
.news_area .index_area.news01::before, .news_area .index_area.news01::after { width:clamp(2.4rem,7.7vw,4.8rem); transform:rotate(45deg); z-index:1; }
.news_area .index_area.news01::before { top:calc(clamp(0.75rem,2.4vw,1.5rem) - 2px); right:calc(clamp(-1.2rem,-1.9vw,-0.6rem)/1.414 + 0px); }
.news_area .index_area.news01::after { bottom:calc(clamp(0.75rem,2.4vw,1.5rem) - 2px); left:calc(clamp(-1.2rem,-1.9vw,-0.6rem)/1.414 + 0px); }
}


@media screen and (max-width:960px), print {

.pc_no { display:block; }
br.pc_no, span.pc_no { display:inline; }
.sp_no, br.sp_no { display:none; }
span.sp_no { display:none; }
	
.img_pc { display:none; }
.img_sp { display:block; }

.anchor { height:5rem; margin-top:-5rem; }
.sticky { top:5rem; }
/*.sp_lang { right:4rem; top:0.5rem; }*/
body.logged-in .anchor {  height:calc(5rem + 32px); margin-top:calc(-5rem - 32px);}	
body.logged-in .sticky { top:calc(5rem + 32px);}
/*body.logged-in .sp_lang { top:calc(0.5rem + 32px);}*/

.header { width:100%; }
.header .t_title .jp, .header .t_title .en { position:absolute; left:18%; top:95%; padding-left:0; }
.header .t_title .jp::after, .header .t_title .en::after { display:none; }

.main, body.logged-in .main { width:100%; height:60vw; max-width:100vw; max-height:60vw; clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 10vw), 90% 100%, 10% 100%, 0 calc(100% - 10vw)); }

	
.news_area a.more { margin-right:auto; }
.news_area .index_area.news01 { margin-bottom:2rem; }

/*--SCROLLNAVI--*/
.scrollnav > li a:hover { margin-left: 0; background: none; padding-left: 2rem; }

.white_box, .member_box, .page-link { /*margin-left:clamp(-2rem,-3vw,-1rem); margin-right:clamp(-2rem,-3vw,-1rem);*/ }
ul.page-link { margin-left:clamp(-2rem,-3vw,-1rem) !important; margin-right:clamp(-2rem,-3vw,-1rem) !important;}

.about_area .video_box video { width:100%; margin-left:0; }
	
ul.page-link { /*padding:0.5rem 0;*/ }
ul.page-link.bg { top:5rem; padding-right:0; }
ul.page-link li a { }
ul.page-link li a::before { top:0.8rem; }

ul.sub_list li { display: inline-block; }

/*--INFO--*/
body.top .index_area.news02 { margin:0; }
body.news .text_area, body.news .index_area, body.news .side { width:100%; position: relative; margin:0;}
body.news .side { width:100%; margin:0 auto; border-top:1px solid rgba(34, 34, 34, 0.1); padding-top:1rem; }


h3.page_title + .date { margin-top: -1rem; } 


.left_img { position: relative; left:10%; width:80%; }


/*-- INDEX --*/
ul.index_area { }
body.page ul.index_area { }

.index_box { width:50%; }
.index_box:nth-of-type(2n) { margin-right:0; }
.index_box:nth-of-type(3n) { margin-right:0; }
.index_box:nth-of-type(6n) { margin-right:0; }

.index_box .tag { display:flex; flex-flow:row wrap; justify-content:flex-end; padding:1rem 1rem 1rem 0.5rem; }
.index_box .tag span { background:#3672e3; color:#fff; padding:0 0.25rem 0 0.45rem; margin-left:0.5rem; text-align:center; line-height:1.8; }


body.news .index_box, body.event .index_box { /*width:100%; padding:0;*/ }
body.news .index_box a, body.event .index_box a { /*padding: 1rem 0;*/ }
body.news .index_box .photo, body.event .index_box .photo { /*width:25vw; max-width:120px; margin-right:0.75rem;*/ }

body.links .index_box { width:100%; }

body.edu .index_box, body.research .index_box { width: 33%; }

a.link::before, a span.link::before { top:0.6rem; }
.f_s a.link::before, .f_s a span.link::before { top:0.5rem; }
h5 a.link::before { top:0.7rem; }


.col2 { column-count:1; }
.col3 { column-count:2; }
.col4 { column-count:3; }
.resp_col2, .check_list.col2 { column-count:2 !important; }



/*WordPress*/
.aligncenter { display:block;margin: 0 auto; text-align: center; max-width:100%; }
.alignright { float:none; margin:0 auto 1rem auto; max-width:100%; }
.alignleft { float:none; margin:0 auto 1rem auto; max-width:100%; }
img[class*="wp-image-"],
img[class*="attachment-"] { max-width: 100%; height: auto; }
img.alignright, img.alignleft, .alignright img, .alignleft img { width:100%; max-width:100%; }
.alignright img, .alignleft img { margin: auto; }




.resp100 { width:100% !important; }
.resp95 { width:95% !important; }
.resp90 { width:90% !important; }
.resp85 { width:85% !important; }
.resp80 { width:80% !important; }
.resp75 { width:75% !important; }
.resp70 { width:70% !important; }
.resp65 { width:65% !important; }
.resp60 { width:60% !important; }
.resp55 { width:55% !important; }
.resp50 { width:50% !important; }
.resp48 { width:48% !important; }
.resp47 { width:47% !important; }
.resp45 { width:45% !important; }
.resp40 { width:40% !important; }
.resp35 { width:35% !important; }
.resp30 { width:30% !important; }
.resp25 { width:25% !important; }
.resp20 { width:20% !important; }
.resp15 { width:15% !important; }
.resp10 { width:10% !important; }

.resp66 { width:66.6% !important; }
.resp33 { width:33.3% !important; }
.resp49 { width:49% !important; }
.resp32 { width:32% !important; }

.resp_no { display: none; }
.resp_ma { margin:auto !important; }
.resp_column { flex-flow: column wrap; }

a.link, a span.link { padding:0.1rem 0.15rem 0.1rem 0.8rem;}

.m.link { padding:0.25rem 0 0.25rem 0.8rem; }


.notice { padding: 1rem; }



.table01:not(.noresp) th, .table02:not(.noresp) th,
.deco-tb:not(.noresp) th { display:inline-block; width:100%; padding:1rem 0 0 0; background:none; }
.table01:not(.noresp) td, .table02:not(.noresp) td,
.deco-tb:not(.noresp) td { display:inline-block; width:100%; border-top:none; padding:0.5rem 0; }

.deco-tb.noresp th, .deco-tb.noresp td { display: table-cell; width: auto; }

.scroll::before { content:"→ 横スクロールしてご確認ください。"; display: block; font-size:0.8rem; margin-bottom:0.5rem; }

.graph_box.drinking_scene img { width:1000px; min-width:1000px; margin-top:0.5rem; margin-bottom:1rem; }


body.modal .w25.resp50.resp_ma { width:25% !important; margin:0 !important; }
body.modal .w70.resp100 { width:70% !important; }

}



@media screen and (max-width:782px) {
body.logged-in .header { top:46px; }
body.logged-in .sticky { top:46px; }
body.logged-in .sp_lang { top:calc(1rem + 46px); }
}



@media screen and (max-width:640px) {

br.sp_no2 { display:none; }
br.pc_no2 { display:inline; }
span.pc_no2 { display:block; }

.sp_lang { right:3.5rem; top:0.5rem; }
body.logged-in .anchor {  height:calc(5rem + 46px); margin-top:calc(-5rem - 46px);}	
body.logged-in .sticky { top:calc(5rem + 46px);}
body.logged-in .sp_lang { top:calc(0.5rem + 46px); }


/*--HEADER/--*/
.header { padding:clamp(0.5rem,1.6vw,1rem); max-height:4rem; }
.header .t_title { width:65%; }
.header .t_title a { aspect-ratio:48/13; max-height:4.25rem;}
.header .t_title .title_pc { display:none; }
.header .t_title .title_sp { display:block; }
/*.header::before { display:none; }*/
.header::before { content:""; position:absolute; background:rgba(255,255,255,1); top:100%; left:0; z-index:-1; width:clamp(13rem,70vw,18rem); height:clamp(0.5rem,5vw,1.5rem); clip-path:polygon(0 0,100% 0, calc(100% - clamp(0.5rem,5vw,1.5rem)) 100% , 0 100% ); }

	
/*--ABOUT/--*/
.about_box {}
.about_box .text { position:relative; z-index:10; width:100%; order:2; }
.about_box .bg { position:relative; width:130%; margin:0 calc(40% - 50vw) 1rem 0; z-index:0; border-radius:20rem; overflow:hidden; aspect-ratio:2/1; order:1; }


/*--SUPPORT--*/
.support_area .title_box::after { width:20vw; height:20vw; top:-4vw; left:-7.5vw; }
.support_area::after { width:45vw; height:45vw; bottom:calc(clamp(1.5rem,5vw,3rem) - 6vw); right:calc(50% - 50vw - 18vw); z-index:-10; }


/*--INFO--*/
.info_box ul li a { padding: 0.75rem 0; }
.info_box ul li a::after { right:0; width: 2rem; }
.info_box ul li a .title { padding-right: 2.5rem; }
.index_box { width: 100%; }


.index_area.key_member { margin:0 -2%;}
.index_area.key_member .index_box { padding:0 2% 1.5rem 2%;}
.index_area.key_member .index_box { width:50%; }
.index_area.key_member .index_box.sp_big { width:100%; }

	
table th, table td { padding:0.75rem 0.3rem; }

.navibar { margin:0 0 0.75rem 0; }
	
.h_contact li a span { display:none;}


.b_box { display:flex; flex-flow:column wrap; }
.b_box a { width:100%; }

.footer .title.title_pc { display:none; }
.footer .title.title_sp { display:block; }
	
.hero { display:flex; flex-flow:column wrap; justify-content:center; position: relative; color:#fff; padding-top:clamp(1.75rem,8vw,4rem); padding-bottom:clamp(1.5rem,5vw,3rem); height:clamp(10rem,25vw,16rem); }

.flex.full_r .text, .flex.full_l .text { width:100%;}
.flex.full_r, .flex.full_l { display: block; }
.flex.full_l .photo { width:60%; margin:0 auto 1rem auto; }
.flex.full_r .photo { width:60%; margin:0 auto 1rem auto; }

.flex.noresp .w32 { width:32%; }
.flex.noresp .w49 { width:49%; }
.flex.noresp .w50 { width:50%; }
.flex.noresp .w66 { width:66%; }

body.modal .w25.resp50.resp_ma { width:50% !important; margin: auto !important; }
body.modal .w70.resp100 { width:100% !important; }

.col2 { column-count:1; }
.col3 { column-count:1; }
.col4 { column-count:2; }
}


@media screen and (max-width:600px) {
#wpadminbar { position:fixed !important; }

}


@media screen and (max-width:480px) {

.section, body.temp .article > .inner { justify-content:space-between;}
.section .w85, body.temp .article > .inner .w85 { width:90%; margin-left:auto; margin-right:0; }
.section .title_box, body.temp .article > .inner .w10  { margin-left:-1%; }	


.info_box ul li a, body.info .index_box a { flex-flow:row wrap;  }
.info_box ul li a .date, body.info .index_box .date { width:100%; margin-bottom:0.25rem; }
	
.info_area .index_box a, body.archive  .index_box a { flex-flow:row wrap; border:none; padding:clamp(0.5rem,1.6vw,1rem) 0;}
/*.info_area .index_box .cate, body.archive .index_box .cate { width:1rem; min-width:1rem; height:1rem; border-radius: 1rem; background:#057; margin:0.25rem auto 0.25rem 0.5rem;}*/
.info_area .index_box .title, body.archive .index_box .title { width:calc(100% - 1.5rem);}

	
.research_box a { width:100%; }
.research_pc { display:none;}
.research_sp { display:block; margin-left:calc(50% - 50vw) ;}

	
.col2 { column-count:1; }
.col3 { column-count:1; }
.col4 { column-count:1; }
}


@media screen and (max-width:440px) {
body.page-yanagisawa .sticky .resp48 { width:100% !important; }
body.page-yanagisawa .sticky .resp48 .photo { max-width:15rem; margin:0 auto 1rem auto;}
}




@media screen and (max-width:400px) {
.section .title_box, body.temp .article > .inner .w10  { margin-left:-2.5%; }	
}



@media print {
body { background: none; }
.fadeinUp_once, .fadeinDown_once { opacity: 1; transform: translate(0, 0); }
.main { margin: 0; width:100%; height:auto; aspect-ratio:16/9; background:url(https://www.med.osaka-u.ac.jp/pub/bci/wp-content/uploads/2025/08/main_print.webp) center center /cover no-repeat; }
.main video { display: none;}
.article { padding: 0 1rem; }
.info_area { }
.noprint { display: none; }
.header { position:relative; top:0 !important; }
.hm { display: none !important; position:absolute !important; }
.copy_area { margin:0; clip-path: none;}
.news_area .index_area.news01,.white_box, 
.flex.member_box, .contact_box a {border:1px solid #ccc; clip-path: none;}
.photo:not(.avatar) { clip-path: none; }
.research_area { margin-top:0; padding-top:5vw; clip-path: none; }
.gradation_area { color:#333 !important; clip-path: none; }
.gradation_area::after { background:none; z-index:-1;}
.text_area { width: 100%; max-width: 100%; }
.mean-bar { display: none; }
h2.page_title::after { display: none; }
.pagetop { display: none; }
}