@charset "utf-8";
html {font-size: 62.5%}
body {
background-color: #FFFFFF;
color: #51656f;
min-width: 1080px;
font-size: 1.8rem;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  line-height: 2.06;
-webkit-text-size-adjust: 100%;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
select,input,button,textarea,button {font:99%;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}
a:link {
color: #51656f;
transition: .3s;
}
a:visited {
color: #51656f;
text-decoration: none;
}
a:hover {
color: #0095d9;
text-decoration: underline;
}
a:active {
color: #51656f;
text-decoration: none;
}
@media (any-hover: hover) {
  a.btn img {
    transition: 0.3s ease-in-out;
    opacity: 1;
  }
  a.btn:hover img {
    opacity: .4;
  }
}

a {
outline: none;
}
::selection {
background: #000000;
color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
font-weight: bold;
}
.pc {
display: inherit!important;
}
.sp {
display: none!important;
}
#wrapper {
overflow: hidden
}
#panel-btn{
  display: none;
}

/*--HEADER-------------*/
header {
height: 96px;
}
header .inner {
width: 90%;
padding-top: 10px;
margin-right: auto;
margin-left: auto;
display: flex;
justify-content: space-between;
}
header .inner h1 {}
header .inner .header_search{
margin-top: 20px;
margin-right: 2vw;
}
header .inner .header_search .search-form {
    width: 300px;
    height: 40px;
    padding: 0 40px 0 20px;
    border: 1px solid #7d8b94;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    color: #9ba6ae;
    font-size: 16px;
    background-image: url(../../images/header_serch_ico.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
}

/*--NAVIGATION-------------*/
#gnav {
  width: 100%;
  border-top: 1px solid #AAB4B8;
}
#gnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
#gnav > ul > li {
  flex: 1; /* 各メニューを均等幅に */
  position: relative;
  border-right: 1px solid #AAB4B8;
}
#gnav > ul > li:last-child {
  border-right: none;
}
#gnav a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #51656F;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  font-weight: bold;
}
#gnav a:hover {
  background-color: #51656F;
  color: #fff;
}
#gnav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
}
#gnav ul ul li {
  width: 100%;
  border-bottom: 1px solid #AAB4B8;
}
#gnav ul ul li:last-child {
  border-bottom: none;
}
#gnav li:hover > ul {
  display: block;
}
#gnav ul ul a {
  font-size: 1.4rem;
  padding: 15px 10px;
  font-weight: normal;
}

/*--MAINVIS-------------*/
#mainVis {
    width: 100%;
    height: auto;
    background-image: -webkit-linear-gradient(270deg,rgba(222,228,231,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(222,228,231,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(222,228,231,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(222,228,231,1.00) 0%,rgba(255,255,255,1.00) 100%);
    position: relative;
    margin-bottom: 250px;
}
#mainVis #mv_copy{
    position: absolute
}
#mainVis .ph_bg img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  animation: mv_fadein_shrink 2.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}
@keyframes mv_fadein_shrink {
  0% {
    opacity: 0;
    transform: scale(1.08);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
#mv_copy{
position: absolute;
top: 193px;
left: 66px;
display: flex;
flex-direction: row-reverse;
gap: 17px;
width: 222px;
z-index: 9
}
#mv_copy > div {
  opacity: 0;
  transform: translateY(20px);
  animation: text_up 1s ease-out forwards;
}
.copy01 { animation-delay: 1.0s !important; }
.copy02 { animation-delay: 1.2s !important; }
.copy03 { animation-delay: 1.4s !important; }
@keyframes text_up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--MAINVIS SUB SLIDER-------------*/
.infinite-slider {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
}
.slider-inner {
  display: flex;
  width: fit-content;
}
.slider-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  animation: scroll-left 30s linear infinite;
}
.slider-list li {
  width: calc(25vw - 20px);
  margin-right: 20px;
  flex-shrink: 0;
}
.slider-list li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/*--CONTENTS-------------*/
.contents {
width: 1128px;
margin-right: auto;
margin-left: auto;
}
.inner {
width: 90%;
margin-right: auto;
margin-left: auto;
}
.ttl_en{
  font-family: "Inter", sans-serif;
  font-size: 5.0rem;
  font-weight: 600;
  font-style: normal;
}
.nv_more a{
font-size: 1.3rem;
    padding-right: 40px;
    background-image: url(../../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px auto;
    text-decoration: none;
}
.nv_more a:hover{
    background-position: right 5px center;
    text-decoration: underline;
}

/*--INDEX_INFO-------------*/
#index_info {
margin-bottom: 150px;
}
#index_info .contents {
display: flex;
position: relative;
}
#index_info .heading {
width: 400px;
}
#index_info .cont {
flex-grow: 1;
}
.info_list {
  width: 100%;
  margin: 0;
  padding: 0;
}
.info_list div {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dotted #51656F;
  transition: background-color 0.3s;
}
.info_list div:hover {
  background-color: #f9f9f9;
}
.info_list .cate {
  width: 130px;
  color: #0089cf;
  font-weight: bold;
  font-size: 14px;
}
.info_list .date {
  width: 120px;
  color: #555;
  font-size: 1.4rem;
}
.info_list dd {
  flex: 1;
  margin: 0;
  position: relative;
}
.info_list dd a {
    display: block;
    text-decoration: none;
    color: #51656f;
    padding-right: 40px;
    background-image: url(../../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px auto;
    transition: opacity 0.2s;
}
.info_list dd a:hover {
  opacity: 0.7;
}
#index_info .nv_more{
position: absolute;
left: 0;
bottom: 0;
}
.info_list .excerpt{
font-size: 1.4rem
}

/*--INDEX_NEWS-------------*/
#index_news{
    background-image: url(../../images/index_news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 200px;
}
#index_news .contents {
position: relative;
}
#index_news .contents .heading {
margin-bottom: 80px;
}
#index_news .contents .cont {
margin: 0 calc(50% - 50vw);
width: 100vw;
}
.news_list{
width: 90%;
display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.news_list li {
  width: calc(25% - 15px);
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 60px 15px;
  transition: .3s;
}
.news_list li:hover {
  opacity: 0.6
}
.news_list li .thum {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 55px;
}
.news_list li .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.news_list li .ttl {
  flex-grow: 1;
  margin-bottom: 25px;
}
.news_list li a {
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list li .meta {
  padding-top: 15px;
  margin-top: auto;
  border-top: 1px dotted #51656F;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.news_list li .meta .cate {
  color: #0095D9; 
  margin-right: 15px;
}
#index_news .nv_more{
position: absolute;
right: 0;
top: 35px;
}

/*--INDEX_WIDE_NAV-------------*/
#index_wide_nav{
width: 100%;
padding-top: 37px;
padding-bottom: 37px;
border-bottom: 1px solid #51656F;
}
#index_wide_nav ul{
display: flex
}
#index_wide_nav ul li{
    width: 50%;
    border-right: 1px solid #51656F;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 70px;
}
#index_wide_nav ul li:last-child{
    width: 50%;
    border-right: none;
}
#index_wide_nav ul li .en{
  font-family: "Inter", sans-serif;
  font-size: 5.6rem;
  font-weight: 600;
  font-style: normal;
}
#index_wide_nav ul li .ja{
  font-size: 2.2rem;
}
#index_wide_nav ul li a{
text-decoration: none;
}
#index_wide_nav ul li:first-child .en{
  font-size: 5.6rem;
}
#index_wide_nav ul li:first-child .ja{
  font-size: 5.6rem;
    font-weight: 600;
}



/*--INDEX_APLICATION-------------*/
#index_aplication {
    padding-top: 165px;
    padding-bottom: 215px;
    background-image: url(../../images/index_app_bg.jpg);
    background-repeat: no-repeat;
    background-position: left -50px center;
    min-height: 1000px;
    border-bottom: 1px solid #51656F;
}
#index_aplication .contents {
display: flex;
position: relative;
}
#index_aplication .heading {
width: 400px;
}
#index_aplication .cont {
flex-grow: 1;
position: relative
}
#index_aplication .cont ul.aplication_list{
position: absolute;
left: 0;
width: 55vw;
min-width: 730px;
}
#index_aplication .cont ul.aplication_list li{
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
margin-bottom: 20px;
}
#index_aplication .cont ul.aplication_list li .year{}
#index_aplication .cont ul.aplication_list li .ttl{
font-size: 3.0rem;
margin-bottom: 0.2em
}
#index_aplication .cont ul.aplication_list li .nv_more a{
font-size: 1.8rem;
    padding-right: 30px;
}
#index_aplication .cont ul.aplication_list li .nv_more a:hover{
    background-position: right 5px center;
    text-decoration: underline;
}
#index_aplication .cont ul.aplication_list li.master{
    background-image: url(../../images/index_app_master_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#index_aplication .cont ul.aplication_list li.doctor{
    background-image: url(../../images/index_app_doctor_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*--INDEX_ISSUE-------------*/
#index_issue{
    padding-top: 170px;
    padding-bottom: 200px;
    border-bottom: 1px solid #51656F;
    margin-bottom: 120px;
}
#index_issue .contents {
position: relative;
}
#index_issue .contents .heading {
margin-bottom: 80px;
}
#index_issue .contents .cont {
margin: 0 calc(50% - 50vw);
width: 100vw;
}
#index_issue #issue_list{}
#index_issue #issue_list .swiper-slide{
text-align: center;
 width: 200px;
}
#index_issue #issue_list .swiper-slide .date{
font-size: 1.2rem;
font-weight: 500;
}
#index_issue #issue_list .swiper-slide .num{
font-size: 1.6rem;
font-weight: 500;
}
#index_issue #issue_list .swiper-slide .thum{
    width: 200px;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.14);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.14);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
#index_issue #issue_list .swiper-slide .thum img{
width: 100%;
height: auto
}
.btn_read{}
.btn_read a{
background-color: #73828A;
color: #FFF;
font-size: 1.5rem;
    padding: 10px 40px 10px 30px;
    background-image: url(../../images/arrow_w.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px auto;
    text-decoration: none;
    line-height: 1;
}
.btn_read a:hover{
    background-color: #51656F;
}
#index_issue .nv_more{
position: absolute;
right: 0;
top: 35px;
}

/*--INDEX_BNR-------------*/
#index_bnr{
    padding-top: 20px;
    padding-bottom: 20px;
}
#index_bnr ul.aplication_list{
    width: 100%;
    display: flex;
    gap: 53px;
}
#index_bnr ul.aplication_list li {
    width: calc((100% - 53px * 2) / 3);
}
#index_bnr ul.aplication_list li img{
width: 100%;
height: auto
}

/*--FOOTER-------------*/
footer {
padding-top: 100px;
padding-bottom: 100px;
text-align: left;
}
footer .inner{
display: flex;
justify-content: flex-start;
}
footer .inner .adress{
font-size: 1.2rem
}
footer .inner .adress .logo{
width: 316px;
margin-bottom: 33px;
}
footer .inner .adress .logo img{
width: 100%;
height: auto
}
footer .inner .ft_nav.first{
 margin-left: auto;
}
footer .inner .ft_nav{
 font-size: 1.4rem;
 padding-left: 140px;
}
footer .inner .ft_nav ul li{
 margin-bottom: 1em
}
footer .inner .ft_nav a{
 text-decoration: none
}
footer .inner .ft_nav a:hover{
 text-decoration: underline
}

/*--PAGE_SUB-------------*/
#pege_sub {
    background-color: #F8FAFA;
    padding-bottom: 150px;
    background-image: url(../../images/page_sub_bg.png);
    background-repeat: no-repeat;
    background-position: right top -145px;
    padding-top: 26px;
}
#pege_sub .directory_path ul {
  display: flex;
  list-style: none;
  font-size: 1.2rem;
}
#pege_sub .directory_path li {
  display: flex;
  align-items: center;
  color: #0791d2;
}
#pege_sub .directory_path li:not(:last-child)::after {
  content: "ー";
  margin: 0 15px;
  color: #51656f;
}
#pege_sub .directory_path li a {
  color: #a8b2b7;
  text-decoration: none
}
#pege_sub .heading{
height: 320px;
margin-bottom: 120px;
}
#pege_sub .heading.line{
    height: 320px;
    border-bottom: 1px solid #A8B2B7;
}
#pege_sub .heading h2.ttl{
font-size: 5.0rem;
font-weight: 500;
padding-top: 125px;
text-align: left;
}
#pege_sub .heading h2.ttl.en{
font-size: 5.0rem;
font-weight: 600;
padding-top: 125px;
font-family: "Inter", sans-serif;
  font-style: normal;
  line-height: 1;
}

/*--PAGE_MESSAGE 院長挨拶-------------*/
#cont_message{
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
#cont_message .ph{
width: 270px;
}
#cont_message .ph img{
width: 100%;
height: auto
}
#cont_message .cont{
width: 700px;
}
#cont_message .cont .read{
font-size: 3.0rem;
font-weight: 500;
margin-bottom: 1em
} 
#cont_message .cont .name_meta{
margin-top: 3em;
font-size: 1.6rem;
font-weight: 500;
} 
#cont_message .cont .name_meta .name{
font-size: 2.0rem
} 

/*--PAGE_ABOUT 理念・組織　本院の特徴-------------*/
#cont_about{}
.ttl_heading h3.ttl{
font-size: 3.0rem;
font-weight: 500;
line-height: 1.4;
text-align: left;
  padding-right: 3em;
}
.flex_cont{
display: flex;
justify-content: space-between;
padding-bottom: 125px;
}
.flex_cont.line{
    border-top: 1px solid #A8B2B7;
    padding-top: 120px;
    padding-bottom: 0px;
}
.flex_cont .ttl_heading {
width: 430px;
}
.flex_cont .cont{
width: 700px;
}
.cont h4.ttl{
font-size: 2.5rem;
font-weight: 500;
margin-bottom: 1em
}
.cont .fig{
margin-top: 40px;
}
.cont .fig img{
width: 100%;
height: auto
}
.cont .fig.middle{
margin-bottom: 60px;
}
.fig_wide{
margin-top: 30px;
width: 100%;
}
.fig_wide img{
width: 100%;
height: auto
}

.ttl_middle{
margin-bottom: 2em
}
.ttl_middle.second{
margin-top: 260px;
}
.ttl_middle h3.ttl{
font-size: 3.0rem;
font-weight: 500;
line-height: 1.4;
}
.ttl_middle .ttl_link{
float: right
}

table.tbl_reg{
    width: 100%;
    border-top: 1px solid #A8B2B7;
}
table.tbl_reg.endline{
    border-bottom: 1px solid #A8B2B7;
}
table.tbl_reg th,table.tbl_reg td{
border-top: 1px solid #A8B2B7;
padding-top: 1em;
padding-bottom: 1em
}
table.tbl_reg th{
font-weight: 500;
}
table.tbl_reg td{
width: 720px;
}
table.tbl_reg .notice{
font-size: 1.4rem;
text-indent: -1em;
padding-left: 1em;
}

table.tbl_reg.inn{
    margin-top: 4em
}
table.tbl_reg.inn th{
font-weight: 400;
white-space: nowrap
}
table.tbl_reg.inn td{
width: auto;
padding-left: 5em
}

.support_fig{}
.support_fig .ttl{
font-weight: 500;
padding-top: 1em;
padding-bottom: 1em
}

/*--APLICATION_DOC 博士研究教育院生 申請書類関係-------------*/
.support-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center!important;
  white-space: nowrap;
  background-color: #FFF;
  margin-top: 2em;
  margin-bottom: 2em
}
.support-table th, 
.support-table td {
  border: 1px solid #000;
  padding: 5px 8px!important;
  vertical-align: middle;
  text-align: center!important;
}
.support-table thead th {
  font-weight: bold;
}
.support-table tbody th {
  width: auto;
  font-weight: bold;
}
.diagonal {
  position: relative;
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.circle {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 5px;
}
.total strong {
  font-size: 1.6rem;
}
.total span {
  font-size: 1.2rem;
}
.hyphen {
  font-weight: bold;
  font-size: 1.6rem
}

.notice_blue{
margin-bottom: 1em;
color: #0095D9
}

table.tbl_reg h4.ttl{
font-size: 2.0rem;
margin-bottom: 0.3em
}

/*--PAGE_VOICE 参加者からのメッセージ-------------*/
#cont_voice{}
#cont_voice .cont_voice_bx{
display: flex;
justify-content: space-between;
margin-bottom: 220px;
}
#cont_voice .cont_voice_bx.end{
margin-bottom: 0px;
}
#cont_voice .cont_voice_bx .ph{
width: 270px;
}
#cont_voice .cont_voice_bx .ph img{
width: 100%;
height: auto
}
#cont_voice .cont_voice_bx .cont{
width: 700px;
}
#cont_voice .cont_voice_bx .cont .read{
font-size: 2.6rem;
font-weight: 500;
margin-bottom: 1em;
text-align: left;
} 
#cont_voice .cont .name_meta{
margin-top: 3em;
font-size: 1.6rem;
font-weight: 500;
} 
#cont_voice .cont .name_meta .name{
font-size: 2.0rem
} 

/*--PAGE_COURSE 融合領域研究合同講義-------------*/
#cont_course{
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
#cont_course .ph{
width: 270px;
}
#cont_course .ph img{
width: 100%;
height: auto
}
#cont_course .cont{
width: 700px;
}
#cont_course .cont .read{
font-size: 3.0rem;
font-weight: 500;
margin-bottom: 1em
} 
#cont_course .cont .name_meta{
margin-top: 3em;
font-size: 1.6rem;
font-weight: 500;
} 
#cont_course .cont .name_meta .name{
font-size: 2.0rem
} 

/*--PAGE_COMITTEE 歴代運営委員-------------*/
#cont_committee{}
#cont_committee .cont{
width: 700px;
}
.accordion_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 60px;
}
.accordion_item {
  border: 1px solid #d4dee4;
  border-radius: 4px;
  overflow: hidden;
text-align: left;
}
.accordion_trigger {
  list-style: none;
  cursor: pointer;
  padding: 10px 25px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0089cf;
  background-color: #fff;
  position: relative;
  transition: background-color 0.2s;
}
.accordion_trigger::-webkit-details-marker {
  display: none;
}
.accordion_item[open] > .accordion_trigger {
  background-color: transparent;
  border-bottom: 1px solid #dee4e7;
}
.accordion_trigger::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #51656F;
  border-bottom: 1px solid #51656F;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s;
}
.accordion_item[open] > .accordion_trigger::after {
  transform: translateY(-20%) rotate(-135deg);
}
.accordion_content {
  background-color: #fff;
}
.member_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.member_table th {
  color: #0089cf;
  text-align: left;
  padding: 10px 25px;
  font-weight: bold;
  border-bottom: 1px solid #dee4e7;
}
.col_name { width: 35%; }
.col_dept { width: 35%; }
.col_area { width: 30%; }
.member_table td {
  padding: 10px 25px;
  border-bottom: 1px solid #dee4e7;
  vertical-align: middle;
}
.member_table tr:last-child td {
  border-bottom: none;
}
.accordion_item[open] > .accordion_trigger {
  border-bottom: 1px solid #dee4e7;
}
.accordion_item:not([open]) .accordion_content {
  display: none;
}

/*--PAGE_ISSUE CROSS OVERアーカイブ-------------*/
#cont_issue{}
#cont_issue ul.issue_list{
display: flex;
flex-wrap: wrap;
gap: 24px;
}
#cont_issue ul.issue_list li{
width: calc((100% - 24px * 3) / 4);
margin-bottom: 60px;
text-align: center;
line-height: 1.6;
}
#cont_issue ul.issue_list li .thum{
margin-bottom: 15px;
}
#cont_issue ul.issue_list li .thum img{
width: 160px;
height: auto;
-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.14);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.14);
}

/*--PAGE_EXCHANGE 全領域合同研究交流会 -------------*/
#cont_exchange{
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
align-items: flex-start;
}
#cont_exchange .aside{
width: auto;
min-width: 270px;
padding: 35px 20px 0px 20px;
background-color: #FFF;
font-size: 1.3rem
}
#cont_exchange .aside ul li{
margin-bottom: 1.8em
}
#cont_exchange .aside ul li a{
display: inline-block;
line-height: 1;
padding: 5px 10px;
color: #0791D2;
font-weight: 500;
text-decoration: none;
}
#cont_exchange .aside ul li.current a,
#cont_exchange .aside ul li:hover a{
    color: #FFF;
    background-color: #0791D2;
}
#cont_exchange .cont{
width: 700px;
}
#cont_exchange .cont .read{
font-size: 3.0rem;
font-weight: 500;
margin-bottom: 1em;
text-align: left;
} 
#cont_exchange .cont .heading_blue{
font-size: 2.0rem;
font-weight: 500;
margin-bottom: 0.5em;
color: #0095D9
}
#cont_exchange .cont .heading_blue.mt{
margin-top: 3em
} 
#cont_exchange .cont .notice{
font-size: 1.4rem
} 
.line_separator{
    margin-top: 60px;
    margin-bottom: 80px;
    border-bottom: 1px solid #A8B2B7;
}
#cont_exchange .cont table.tbl_reg.inn {
  margin-top: 0em!important;
  margin-bottom: 3em
}
#cont_exchange .cont table.tbl_reg.inn {
  margin-top: 0em!important;
  margin-bottom: 5em
}

#cont_exchange .cont table.tbl_reg th {
  color: #0095D9
}
#cont_exchange .btn_read a{
    padding: 5px 40px 5px 30px;
}

/*--PAGE_CMS -------------*/
#cont_cms{
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
align-items: flex-start;
}
#cont_cms .aside{
width: auto;
min-width: 160px;
padding: 35px 20px 0px 20px;
background-color: #FFF;
font-size: 1.3rem
}
#cont_cms .aside ul li{
margin-bottom: 1.8em
}
#cont_cms .aside ul li a{
display: inline-block;
line-height: 1;
padding: 5px 10px;
color: #0791D2;
font-weight: 500;
text-decoration: none;
}
#cont_cms .aside ul li.current a,
#cont_cms .aside ul li:hover a{
    color: #FFF;
    background-color: #0791D2;
}
#cont_cms .cont{
width: 870px;
}
#cont_cms .news_list{
width: 100%;
}
#cont_cms .news_list li {
  width: calc((100% - 20px * 3) / 3);
  padding: 15px 15px 20px 15px;
}
#cont_cms .news_list li .thum {
  margin-bottom: 15px;
}

/*--PAGE_CMS_DETAIL -------------*/
#cont_cms .cont .cms_heading{
margin-bottom: 3em;
border-bottom: 1px dotted #51656F;
} 
#cont_cms .cont .cms_heading .cms_meta {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#cont_cms .cont .cms_heading .cms_meta .cate {
  padding-right: 1em;
  color: #0089cf;
  font-weight: bold;

}
#cont_cms .cont .cms_heading .cms_meta .date {
  width: 120px;
  color: #555;

}
#cont_cms .cont .cms_heading .ttl{
font-size: 3.0rem;
font-weight: 500;
margin-bottom: 1em
}

#cont_cms .cont .ph_eye{
margin-bottom: 50px;
}
#cont_cms .cont .ph_eye img{
width: 100%;
height: auto
} 

#cont_cms .cont .btn_back{
border-top: 1px dotted #51656F;
margin-top: 60px;
text-align: right
} 

/*--ARTICLE-------------*/
.entry {}
.entry a {
	text-decoration: none;
}
.entry a:hover {
	text-decoration: none;
}
.entry p {
	margin: 0 0 20px 0;
}
.entry p strong {
	font-weight: bold;
}
.entry p img.aligncenter {
	display: block;
	margin: auto;
}
.entry p img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.entry p img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.entry h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h5 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h6 {
	font-size: 0.7em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry ul li {
	list-style: disc;
	margin: 5px 0 5px 20px;
}
.entry ol li {
	list-style: decimal;
	margin: 5px 0 5px 20px;
}
/* clearfix */
.entry p:before, .entry p:after {
	content: "";
	display: table;
}
.entry p:after {
	clear: both;
}
.entry .date{
font-weight: bold;
}
.entry .cat-data {
	font-size: .6em;
	padding: 3px 5px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	border-radius: 3px;
	background-color: #464646;
}
.entry .tag li {
	font-size: .6em;
	padding: 3px 5px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: #464646;
	display: inline-block;
	float: left;
}
.entry .tag li:first-child {
	color: #464646;
	background-color: #FFF;
}
/*--PAGENATION-------------*/
.pagination {
	margin: 40px 0 30px;
	text-align: center;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination li {
	display: inline-block;
	width: auto;
}
.pagination li a, .pagination li > span {
	font-size: 1.4rem;
	display: block;
	width: 23px;
	margin: 0 1px;
	text-decoration: none;
	line-height: 23px;
    background-color: #FFF
}
.pagination li > span {
	color: #fff;
	background-color: #0791D2;
}
.pagination li a:hover {
	color: #fff;
	background-color: #0791D2;
}
.pagination li .dots {
	width: 15px;
	padding: 0;
	color: #000;
	border-color: transparent;
	background-color: transparent;
}
.pagination li .next {
	background-color: transparent;
}
.pagination li .next img{
position: relative;
	top: -9px;
}
.pagination li  a.next:hover {
	background-color: transparent!important;
}






















































@media screen and (max-width: 520px) {
html {font-size: 62.5%}
body {
background-color: #FFFFFF;
color: #51656f;
min-width: 320px;
font-size: 1.4rem;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  line-height: 2.06;
-webkit-text-size-adjust: 100%;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
select,input,button,textarea,button {font:99%;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}
a:link {
color: #51656f;
transition: .3s;
}
a:visited {
color: #51656f;
text-decoration: none;
}
a:hover {
color: #0095d9;
text-decoration: underline;
}
a:active {
color: #51656f;
text-decoration: none;
}
a {
outline: none;
}
::selection {
background: #000000;
color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
font-weight: bold;
}
.pc {
display: none!important;
}
.sp {
display: inherit!important;
}
#wrapper {
overflow: hidden
}
#panel-btn{
  display: inline-block;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
/*--HEADER-------------*/
header {
height: 96px;
}
header .inner {
width: 90%;
padding-top: 20px;
margin-right: auto;
margin-left: auto;
display: flex;
justify-content: space-between;
}
header .inner h1 {}
header .inner h1 img{
width: 80%;
height: auto
}
header .inner .header_search{
margin-top: 20px;
}
header .inner .header_search .search-form {
    width: 300px;
    height: 40px;
    padding: 0 40px 0 20px;
    border: 1px solid #7d8b94;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    color: #9ba6ae;
    font-size: 16px;
    background-image: url(../../images/header_serch_ico.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    display: none
}

/*--NAVIGATION-------------*/
#gnav {
  width: 100%;
  border-top: 0px solid #AAB4B8;
  display: none;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #FFF;
  z-index: 99;
  overflow-y: auto;
}
#gnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
#gnav > ul > li {
  flex: 1; /* 各メニューを均等幅に */
  position: relative;
  border-right: none;
    border-bottom: 1px solid #AAB4B8;
}
#gnav > ul > li:last-child {
  border-right: none;
}
#gnav a {
  display: block;
  padding: 15px 40px;
  text-decoration: none;
  color: #51656F;
  text-align: left;
  transition: background-color 0.3s, color 0.3s;
  font-weight: bold;
}
#gnav a:hover {
  background-color: #51656F;
  color: #fff;
}
#gnav ul ul {
  display: block;
  position: static;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  flex-direction: column;
  background-color: #f9f9f9;
  border: none;
  border-top: none;
}
#gnav ul ul li {
  width: 100%;
  border-bottom: 1px solid #AAB4B8;
}
#gnav ul ul li:last-child {
  border-bottom: none;
}
#gnav li:hover > ul {
  display: block;
}
#gnav ul ul a {
  font-size: 1.4rem;
  padding: 15px 50px;
  font-weight: normal;
  text-align: left;
}

/*--MAINVIS-------------*/
#mainVis {
    width: 100%;
    height: 70vh;
    background-image: -webkit-linear-gradient(270deg,rgba(222,228,231,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(222,228,231,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(222,228,231,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(222,228,231,1.00) 0%,rgba(255,255,255,1.00) 100%);
    position: relative;
    margin-bottom: 125px;
}
#mainVis #mv_copy{
    position: absolute
}
#mainVis .ph_bg img {
  display: block;
  width: auto;
  height: 70vh;
  opacity: 0;
  animation: mv_fadein_shrink 2.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
  position: relative;
  left: -30vw
}
@keyframes mv_fadein_shrink {
  0% {
    opacity: 0;
    transform: scale(1.08);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
#mv_copy{
position: absolute;
top: 40px;
    left: 20px;
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    width: 140px;
    z-index: 9;
}
#mv_copy > div {
  opacity: 0;
  transform: translateY(20px);
  animation: text_up 1s ease-out forwards;
}
.copy01 { animation-delay: 1.0s !important; }
.copy02 { animation-delay: 1.2s !important; }
.copy03 { animation-delay: 1.4s !important; }
@keyframes text_up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#mv_copy img{
width: 34px;
height: auto
}
/*--MAINVIS SUB SLIDER-------------*/
.infinite-slider {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
}
.slider-inner {
  display: flex;
  width: fit-content;
}
.slider-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  animation: scroll-left 30s linear infinite;
}
.slider-list li {
  width: calc(40vw - 20px);
  margin-right: 20px;
  flex-shrink: 0;
}
.slider-list li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/*--CONTENTS-------------*/
.contents {
width: 90%;
margin-right: auto;
margin-left: auto;
}
.inner {
width: 90%;
margin-right: auto;
margin-left: auto;
}
.ttl_en{
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  font-style: normal;
}
.nv_more a{
font-size: 1.2rem;
    padding-right: 40px;
    background-image: url(../../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px auto;
    text-decoration: none;
}
.nv_more a:hover{
    background-position: right 5px center;
    text-decoration: underline;
}

/*--INDEX_INFO-------------*/
#index_info {
margin-bottom: 60px;
}
#index_info .contents {
display: block;
position: relative;
}
#index_info .heading {
width: 100%;
}
#index_info .cont {
flex-grow: 1;
}
.info_list {
  width: 100%;
  margin: 0;
  padding: 0;
}
.info_list div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px dotted #51656F;
  transition: background-color 0.3s;
}
.info_list div:hover {
  background-color: #f9f9f9;
}
.info_list .cate {
  width: 90px;
  color: #0089cf;
  font-weight: bold;
  font-size: 14px;
}
.info_list .date {
  width: 120px;
  color: #555;
  font-size: 1.4rem;
}
.info_list dd {
  flex: none;    /* flex: 1 から変更（横に広がろうとする性質をリセット） */
  width: 100%;   /* 横幅いっぱいを指定 */
  margin: 0;
  position: relative;
}
.info_list dd a {
    display: block;
    text-decoration: none;
    color: #51656f;
    padding-right: 40px;
    background-image: url(../../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px auto;
    transition: opacity 0.2s;
}
.info_list dd a:hover {
  opacity: 0.7;
}
#index_info .nv_more{
position: relative;
left: 0;
bottom: 0;
margin-top: 20px;
}

/*--INDEX_NEWS-------------*/
#index_news{
    background-image: url(../../images/index_news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 100px;
}
#index_news .contents {
position: relative;
}
#index_news .contents .heading {
margin-bottom: 40px;
}
#index_news .contents .cont {
margin: auto;
width: 100%;
}
.news_list{
width: 100%;
display: block;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.news_list li {
  width: calc(100% - 0px);
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 15px 15px;
  transition: .3s;
  margin-bottom: 25px;
}
.news_list li:hover {
  opacity: 0.6
}
.news_list li .thum {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 25px;
}
.news_list li .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.news_list li .ttl {
  flex-grow: 1;
  margin-bottom: 25px;
}
.news_list li a {
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  display: block;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list li .meta {
  padding-top: 15px;
  margin-top: auto;
  border-top: 1px dotted #51656F;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.news_list li .meta .cate {
  color: #0095D9; 
  margin-right: 15px;
}
#index_news .nv_more{
position: relative;
right: 0;
top: 35px;
}

/*--INDEX_WIDE_NAV-------------*/
#index_wide_nav{
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: none;
}
#index_wide_nav ul{
display: block
}
#index_wide_nav ul li{
    width: 100%;
    border-right: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #51656F;
    min-height: 160px;
}
#index_wide_nav ul li:last-child{
    width: 100%;
    border-right: none;
}
#index_wide_nav ul li .en{
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  font-style: normal;
}
#index_wide_nav ul li .ja{
  font-size: 1.4rem;
}
#index_wide_nav ul li a{
text-decoration: none;
}
#index_wide_nav ul li:first-child .en{
  font-size: 1.4rem;
}
#index_wide_nav ul li:first-child .ja{
  font-size: 2.8rem;
    font-weight: 600;
}



/*--INDEX_APLICATION-------------*/
#index_aplication {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../../images/index_app_bg.jpg);
    background-repeat: no-repeat;
    background-position: left -50px top;
    min-height: auto;
    border-bottom: 1px solid #51656F;
    background-size: 100% auto;
}
#index_aplication .contents {
display: block;
position: relative;
}
#index_aplication .heading {
width: 100%;
margin-bottom: 60px;
}
#index_aplication .cont {
flex-grow: 1;
position: relative
}
#index_aplication .cont ul.aplication_list{
position: relative;
left: auto;
width: 100%;
min-width: auto;
}
#index_aplication .cont ul.aplication_list li{
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
margin-bottom: 20px;
}
#index_aplication .cont ul.aplication_list li .year{}
#index_aplication .cont ul.aplication_list li .ttl{
font-size: 2.4rem;
margin-bottom: 0.2em
}
#index_aplication .cont ul.aplication_list li .nv_more a{
font-size: 1.4rem;
padding-right: 30px;
}
#index_aplication .cont ul.aplication_list li .nv_more a:hover{
    background-position: right 5px center;
    text-decoration: underline;
}
#index_aplication .cont ul.aplication_list li.master{
    background-image: url(../../images/index_app_master_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#index_aplication .cont ul.aplication_list li.doctor{
    background-image: url(../../images/index_app_doctor_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*--INDEX_ISSUE-------------*/
#index_issue{
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #51656F;
    margin-bottom: 60px;
}
#index_issue .contents {
position: relative;
}
#index_issue .contents .heading {
margin-bottom: 80px;
}
#index_issue .contents .cont {
margin: auto;
width: 100%;
}
#index_issue #issue_list{}
#index_issue #issue_list .swiper-slide{
text-align: center;
 width: 200px;
}
#index_issue #issue_list .swiper-slide .date{
font-size: 1.2rem;
font-weight: 500;
}
#index_issue #issue_list .swiper-slide .num{
font-size: 1.6rem;
font-weight: 500;
}
#index_issue #issue_list .swiper-slide .thum{
    width: 200px;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.14);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.14);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
#index_issue #issue_list .swiper-slide .thum img{
width: 100%;
height: auto
}
.btn_read{}
.btn_read a{
background-color: #73828A;
color: #FFF;
font-size: 1.5rem;
    padding: 10px 40px 10px 30px;
    background-image: url(../../images/arrow_w.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px auto;
    text-decoration: none;
    line-height: 1;
}
.btn_read a:hover{
    background-color: #51656F;
}
#index_issue .nv_more{
position: absolute;
right: 0;
top: 35px;
}

/*--INDEX_BNR-------------*/
#index_bnr{
    padding-top: 20px;
    padding-bottom: 0px;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}
#index_bnr ul.aplication_list{
    width: 100%;
    display: block;
    gap: 53px;
}
#index_bnr ul.aplication_list li {
    width: 100%;
    margin-bottom: 20px;
}
#index_bnr ul.aplication_list li img{
width: 100%;
height: auto
}

/*--FOOTER-------------*/
footer {
padding-top: 50px;
padding-bottom: 50px;
}
footer .inner{
display: block;
justify-content: flex-start;
}
footer .inner .adress{
font-size: 1.2rem;
margin-bottom: 50px;
}
footer .inner .adress .logo{
width: 80%;
margin-bottom: 33px;
}
footer .inner .adress .logo img{
width: 100%;
height: auto
}
footer .inner .ft_nav.first{
 margin-left: auto;
}
footer .inner .ft_nav{
 font-size: 1.4rem;
 padding-left: 0px;
}
footer .inner .ft_nav ul li{
 margin-bottom: 0.5em
}
footer .inner .ft_nav a{
 text-decoration: none
}
footer .inner .ft_nav a:hover{
 text-decoration: underline
}

/*--PAGE_SUB-------------*/
#pege_sub {
    background-color: #F8FAFA;
    padding-bottom: 70px;
    background-image: url(../../images/page_sub_bg.png);
    background-repeat: no-repeat;
    background-position: right -56px top -60px;
    padding-top: 26px;
    background-size: 82% auto;
}
#pege_sub .directory_path ul {
  display: flex;
  list-style: none;
  font-size: 1.2rem;
}
#pege_sub .directory_path li {
  display: flex;
  align-items: center;
  color: #0791d2;
}
#pege_sub .directory_path li:not(:last-child)::after {
  content: "ー";
  margin: 0 15px;
  color: #51656f;
}
#pege_sub .directory_path li a {
  color: #a8b2b7;
  text-decoration: none
}
#pege_sub .heading{
height: auto;
margin-bottom: 60px;
padding-bottom: 40px;
}
#pege_sub .heading.line{
    height: auto;
    border-bottom: 1px solid #A8B2B7;
}
#pege_sub .heading h2.ttl{
font-size: 2.8rem;
font-weight: 500;
padding-top: 30px;
line-height: 1.4;
}
#pege_sub .heading h2.ttl.en{
font-size: 2.8rem;
font-weight: 600;
padding-top: 125px;
font-family: "Inter", sans-serif;
  font-style: normal;
  line-height: 1;
}

/*--PAGE_MESSAGE 院長挨拶-------------*/
#cont_message{
display: block;
justify-content: space-between;
flex-direction: row-reverse;
}
#cont_message .ph{
width: 70%;
margin: auto;
margin-bottom: 30px;
}
#cont_message .ph img{
width: 100%;
height: auto
}
#cont_message .cont{
width: 100%;
}
#cont_message .cont .read{
font-size: 2.2rem;
font-weight: 500;
margin-bottom: 0.5em
} 
#cont_message .cont .name_meta{
margin-top: 3em;
font-size: 1.6rem;
font-weight: 500;
} 
#cont_message .cont .name_meta .name{
font-size: 2.0rem
} 

/*--PAGE_ABOUT 理念・組織　本院の特徴-------------*/
#cont_about{}
.ttl_heading h3.ttl{
font-size: 2.2rem;
font-weight: 500;
line-height: 1.4;
}
.flex_cont{
display: block;
justify-content: space-between;
padding-bottom: 20px;
}
.flex_cont.line{
    border-top: 1px solid #A8B2B7;
    padding-top: 60px;
    padding-bottom: 0px;
}
.flex_cont .ttl_heading {
width: 100%;
margin-bottom: 40px;
}
.flex_cont .cont{
width: 100%;
}
.cont h4.ttl{
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 0.71em
}
.cont .fig{
margin-top: 40px;
}
.cont .fig img{
width: 100%;
height: auto
}
.cont .fig.middle{
margin-bottom: 60px;
}
.fig_wide{
margin-top: 30px;
width: 100%;
}
.fig_wide img{
width: 100%;
height: auto
}

.ttl_middle{
margin-bottom: 2em
}
.ttl_middle.second{
margin-top: 160px;
}
.ttl_middle.sp_mt{
margin-top: 60px;
}
.ttl_middle h3.ttl{
font-size: 2.2rem;
font-weight: 500;
line-height: 1.4;
}
.ttl_middle .ttl_link{
float: left;
margin-top: 0.5em
}

table.tbl_reg{
    width: 100%;
    border-top: 1px solid #A8B2B7;
}
table.tbl_reg.endline{
    border-bottom: 1px solid #A8B2B7;
}
table.tbl_reg th,table.tbl_reg td{
border-top: 1px solid #A8B2B7;
padding-top: 1em;
padding-bottom: 1em;
display: block
}
table.tbl_reg th{
font-weight: 500;
}
table.tbl_reg td{
width: auto;
overflow: visible;
}
table.tbl_reg .notice{
font-size: 1.4rem;
text-indent: -1em;
padding-left: 1em;
}

table.tbl_reg.inn{
    margin-top: 4em
}
table.tbl_reg.inn th{
font-weight: 400;
white-space: nowrap
}
table.tbl_reg.inn td{
width: auto;
padding-left: 0em
}

.support_fig{}
.support_fig .ttl{
font-weight: 500;
padding-top: 1em;
padding-bottom: 1em
}

/*--APLICATION_DOC 博士研究教育院生 申請書類関係-------------*/
#cont_application_dc{
overflow: visible!important
}
.table-scroll {
    width: 90vw;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: block; 
    min-width: 0;
}
.support-table {
  width: auto!important;
 
  border-collapse: collapse;
  border: 2px solid #000;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center!important;
  white-space: nowrap;
  background-color: #FFF;
  margin-top: 2em;
  margin-bottom: 2em
}
.support-table th, 
.support-table td {
  border: 1px solid #000;
  padding: 5px 8px!important;
  vertical-align: middle;
  text-align: center!important;
  display: table-cell!important
}
.support-table thead th {
  font-weight: bold;
}
.support-table tbody th {
  width: auto;
  font-weight: bold;
}
.diagonal {
  position: relative;
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.circle {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 5px;
}
.total strong {
  font-size: 1.6rem;
}
.total span {
  font-size: 1.2rem;
}
.hyphen {
  font-weight: bold;
  font-size: 1.6rem
}

.notice_blue{
margin-bottom: 1em;
color: #0095D9
}

table.tbl_reg h4.ttl{
font-size: 2.0rem;
margin-bottom: 0.3em
}

/*--PAGE_VOICE 参加者からのメッセージ-------------*/
#cont_voice{}
#cont_voice .cont_voice_bx{
display: block;
justify-content: space-between;
margin-bottom: 100px;
}
#cont_voice .cont_voice_bx.end{
margin-bottom: 0px;
}
#cont_voice .cont_voice_bx .ph{
width: 60%;
margin: auto;
margin-bottom: 40px;
}
#cont_voice .cont_voice_bx .ph img{
width: 100%;
height: auto
}
#cont_voice .cont_voice_bx .cont{
width: 100%;
}
#cont_voice .cont_voice_bx .cont .read{
font-size: 2.0rem;
font-weight: 500;
margin-bottom: 0.5em
} 
#cont_voice .cont .name_meta{
margin-top: 1.5em;
font-size: 1.4rem;
font-weight: 500;
} 
#cont_voice .cont .name_meta .name{
font-size: 1.8rem
} 

/*--PAGE_COURSE 融合領域研究合同講義-------------*/
#cont_course{
display: block;
justify-content: space-between;
flex-direction: row-reverse;
}
#cont_course .ph{
width: 60%x;
margin: auto;
margin-bottom: 50px;
}
#cont_course .ph img{
width: 100%;
height: auto
}
#cont_course .cont{
width: 100%;
}
#cont_course .cont .read{
font-size: 3.0rem;
font-weight: 500;
margin-bottom: 1em
} 
#cont_course .cont .name_meta{
margin-top: 3em;
font-size: 1.6rem;
font-weight: 500;
} 
#cont_course .cont .name_meta .name{
font-size: 2.0rem
} 

/*--PAGE_COMITTEE 歴代運営委員-------------*/
#cont_committee{}
#cont_committee .cont{
width: 100%;
}
.accordion_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 60px;
}
.accordion_item {
  border: 1px solid #d4dee4;
  border-radius: 4px;
  overflow: hidden;
}
.accordion_trigger {
  list-style: none;
  cursor: pointer;
  padding: 10px 25px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0089cf;
  background-color: #fff;
  position: relative;
  transition: background-color 0.2s;
}
.accordion_trigger::-webkit-details-marker {
  display: none;
}
.accordion_item[open] > .accordion_trigger {
  background-color: transparent;
  border-bottom: 1px solid #dee4e7;
}
.accordion_trigger::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #51656F;
  border-bottom: 1px solid #51656F;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s;
}
.accordion_item[open] > .accordion_trigger::after {
  transform: translateY(-20%) rotate(-135deg);
}
.accordion_content {
  background-color: #fff;
}
.member_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
}
.member_table th {
  color: #0089cf;
  text-align: left;
  padding: 5px 10px;
  font-weight: bold;
  border-bottom: 1px solid #dee4e7;
}
.col_name { width: 35%; }
.col_dept { width: 35%; }
.col_area { width: 30%; }
.member_table td {
  padding: 5px 10px;
  border-bottom: 1px solid #dee4e7;
  vertical-align: middle;
}
.member_table tr:last-child td {
  border-bottom: none;
}
.accordion_item[open] > .accordion_trigger {
  border-bottom: 1px solid #dee4e7;
}
.accordion_item:not([open]) .accordion_content {
  display: none;
}

/*--PAGE_ISSUE CROSS OVERアーカイブ-------------*/
#cont_issue{}
#cont_issue ul.issue_list{
display: flex;
flex-wrap: wrap;
gap: 24px;
}
#cont_issue ul.issue_list li{
width: calc((100% - 24px * 2) / 2);
margin-bottom: 30px;
text-align: center;
line-height: 1.6;
}
#cont_issue ul.issue_list li .thum{
margin-bottom: 15px;
}
#cont_issue ul.issue_list li .thum img{
width: 100%;
height: auto;
-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.14);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.14);
}

/*--PAGE_EXCHANGE 全領域合同研究交流会 -------------*/
#cont_exchange{
display: block;
justify-content: space-between;
flex-direction: row-reverse;
align-items: flex-start;
}
#cont_exchange .aside{
width: auto;
min-width: 100%;
padding: 20px;
background-color: #FFF;
font-size: 1.3rem
}
#cont_exchange .aside ul li{
margin-bottom: 1.4em
}
#cont_exchange .aside ul li:last-child{
margin-bottom: 0em
}
#cont_exchange .aside ul li a{
display: inline-block;
line-height: 1;
padding: 5px 10px;
color: #0791D2;
font-weight: 500;
text-decoration: none;
}
#cont_exchange .aside ul li.current a,
#cont_exchange .aside ul li:hover a{
    color: #FFF;
    background-color: #0791D2;
}
#cont_exchange .cont{
width: 100%;
}
#cont_exchange .cont .read{
font-size: 2.2rem;
font-weight: 500;
margin-bottom: 1em
} 
#cont_exchange .cont .heading_blue{
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 0.5em;
color: #0095D9
}
#cont_exchange .cont .heading_blue.mt{
margin-top: 3em
} 
#cont_exchange .cont .notice{
font-size: 1.4rem
} 
.line_separator{
    margin-top: 60px;
    margin-bottom: 80px;
    border-bottom: 1px solid #A8B2B7;
}
#cont_exchange .cont table.tbl_reg.inn {
  margin-top: 0em!important;
  margin-bottom: 3em
}
#cont_exchange .cont table.tbl_reg.inn {
  margin-top: 0em!important;
  margin-bottom: 5em
}

#cont_exchange .cont table.tbl_reg th {
  color: #0095D9
}
#cont_exchange .btn_read{
margin-top: 10px;
}
#cont_exchange .btn_read a{
    padding: 5px 40px 5px 30px;
}

/*--PAGE_CMS -------------*/
#cont_cms{
display: block;
justify-content: space-between;
flex-direction: row-reverse;
align-items: flex-start;
}
#cont_cms .aside{
width: auto;
min-width: 100%;
padding: 20px;
background-color: #FFF;
font-size: 1.3rem
}
#cont_cms .aside ul li{
margin-bottom: 1.4em
}
#cont_cms .aside ul li:last-child{
margin-bottom: 0em
}
#cont_cms .aside ul li a{
display: inline-block;
line-height: 1;
padding: 5px 10px;
color: #0791D2;
font-weight: 500;
text-decoration: none;
}
#cont_cms .aside ul li.current a,
#cont_cms .aside ul li:hover a{
    color: #FFF;
    background-color: #0791D2;
}
#cont_cms .cont{
width: 100%;
}
#cont_cms .news_list{
width: 100%;
display: flex
}
#cont_cms .news_list li {
  width: 100%;
  padding: 15px 15px 20px 15px;
}
#cont_cms .news_list li .thum {
  margin-bottom: 15px;
}

/*--PAGE_CMS_DETAIL -------------*/
#cont_cms .cont .cms_heading{
margin-bottom: 3em;
border-bottom: 1px dotted #51656F;
} 
#cont_cms .cont .cms_heading .cms_meta {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#cont_cms .cont .cms_heading .cms_meta .cate {
  padding-right: 1em;
  color: #0089cf;
  font-weight: bold;

}
#cont_cms .cont .cms_heading .cms_meta .date {
  width: 120px;
  color: #555;

}
#cont_cms .cont .cms_heading .ttl{
font-size: 3.0rem;
font-weight: 500;
margin-bottom: 1em
}

#cont_cms .cont .ph_eye{
margin-bottom: 50px;
}
#cont_cms .cont .ph_eye img{
width: 100%;
height: auto
} 

#cont_cms .cont .btn_back{
border-top: 1px dotted #51656F;
margin-top: 60px;
text-align: right
} 

/*--ARTICLE-------------*/
.entry {}
.entry a {
	text-decoration: none;
}
.entry a:hover {
	text-decoration: none;
}
.entry p {
	margin: 0 0 20px 0;
}
.entry p strong {
	font-weight: bold;
}
.entry p img.aligncenter {
	display: block;
	margin: auto;
}
.entry p img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.entry p img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.entry h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h5 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry h6 {
	font-size: 0.7em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry ul li {
	list-style: disc;
	margin: 5px 0 5px 20px;
}
.entry ol li {
	list-style: decimal;
	margin: 5px 0 5px 20px;
}
/* clearfix */
.entry p:before, .entry p:after {
	content: "";
	display: table;
}
.entry p:after {
	clear: both;
}
.entry .date{
font-weight: bold;
}
.entry .cat-data {
	font-size: .6em;
	padding: 3px 5px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	border-radius: 3px;
	background-color: #464646;
}
.entry .tag li {
	font-size: .6em;
	padding: 3px 5px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: #464646;
	display: inline-block;
	float: left;
}
.entry .tag li:first-child {
	color: #464646;
	background-color: #FFF;
}
/*--PAGENATION-------------*/
.pagination {
	margin: 40px 0 30px;
	text-align: center;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination li {
	display: inline-block;
	width: auto;
}
.pagination li a, .pagination li > span {
	font-size: 1.4rem;
	display: block;
	width: 23px;
	margin: 0 1px;
	text-decoration: none;
	line-height: 23px;
    background-color: #FFF
}
.pagination li > span {
	color: #fff;
	background-color: #0791D2;
}
.pagination li a:hover {
	color: #fff;
	background-color: #0791D2;
}
.pagination li .dots {
	width: 15px;
	padding: 0;
	color: #000;
	border-color: transparent;
	background-color: transparent;
}
.pagination li .next {
	background-color: transparent;
}
.pagination li .next img{
position: relative;
	top: -9px;
}
.pagination li  a.next:hover {
	background-color: transparent!important;
}
input{ font-size:16px!important; } /*フォームのフォーカスOFF*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size:16px;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/*SP NAV*/
#panel-btn{
  display: inline-block;
  position: fixed;
  width: 40px;
  height: 40px;
  margin: 5px 0 10px;
  right: 20px;
  top: 10px;
  z-index: 9999999;
animation-duration: 2s;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  background: #51656F;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #51656F;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
}
