@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*メインビジュアル*/
#mv{
max-width: 1070px;
margin: 0 auto;
}
#mv img{
  border-radius: 0 0 10px 10px;

}
#mv  .slick-next {
      right: -30px;
        z-index: 1;
    }
#mv .slick-prev {
      left: -30px;
      z-index: 1;
    }
#mv .slick-prev, #mv .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 80px;
        height: 80px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
      z-index: 1;
    }
    
#mv .slick-prev:before, #mv .slick-next:before {
        font-family: none;
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      width: 80px;
        height: 80px;
      content: "";
      position: absolute;
      -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.30)); /* SafariなどのWebkitブラウザ用 */
filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.30)); 
    }
#mv .slick-prev:before {
      background-image: url("../images/sld_l.svg");
    }
#mv .slick-prev:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      left: 0;
      top: 0;
    }
#mv .slick-next:before {
         background-image: url("../images/sld_r.svg");
    }
#mv .slick-next:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      right: 0;
      top: 0;
    }
#mv .slick-dotted.slick-slider {
      margin-bottom: 80px;
  }
#mv .slick-dots li button:before{
    font-size: 10px;
  }
#mv .slick-dots li.slick-active button:before{
    color: #013E92;
    opacity: 1;
  }
#mv .slick-dots li button:before {
    opacity: .40;
}
  #mv .slick-dots {
       position: absolute;
    bottom: 0;
    right: -20px;
    display: block;
    width: 10px;
  } 
  
@media screen and (max-width: 1100px) {
  #mv  .slick-next {
      right: 10px;
        z-index: 1;
    }
#mv .slick-prev {
      left: 10px;
      z-index: 1;
    }
#mv .slick-prev, #mv .slick-next {
        width: 40px;
        height: 40px;
    }
    
#mv .slick-prev:before, #mv .slick-next:before {
      width: 40px;
        height: 40px;
    }
   #mv .slick-dots {
       position: absolute;
    bottom: -35px;
    right: auto;
    left: 0;
    display: block;
    width: 100%;
  } 
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	 news  */
/*-------------------------------------*/
a.bt_news{
  max-width:480px ;
  width: 90%;
  display:inline-block;
  text-align: center;
  background-color: #013E92;
  color: #FFFFFF;
  padding: 1.5em 0.5em;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
a.bt_news::after{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/ico_link-w.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
a.bt_news:hover{
  background-color: #022c68;
}
ul.news_list{
padding: 20px;
}
ul.news_list li{
  border-bottom: 2px dotted #707070;
}
ul.news_list li a{
  display: block;
  padding: 1em 45px 1em 0;
  position: relative;
}
ul.news_list li a span{
font-size: 1.6rem;
display: block;
margin-bottom: 10px;
color: #013E92;
font-weight: 600;
letter-spacing: 0.1em;
}
ul.news_list li a::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/ico_right-b.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
        position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    transition: 0.3s;
  }
  ul.news_list li a:hover:after {
right: 0;
  }
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  a.bt_news{
  padding: 1em 0.5em;
  font-size: 1.6rem;
}
a.bt_news::after{
    width: 20px;
    height: 20px;
}
ul.news_list{
padding: 0;
}
ul.news_list li{
  border-bottom: 2px dotted #707070;
}
ul.news_list li a{
  display: block;
  padding: 1em 40px 1em 0;
  position: relative;
}
ul.news_list li a span{
font-size: 1.4rem;
}
ul.news_list li a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	event   */
/*-------------------------------------*/
#event{
  position: relative;
  z-index: 1;
}
#event::before{
  content: "";
  width: 95%;
  height: 100%;
  background-color: #013E92;
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: -1;
  
}
#event::after{
  content: "";
  width: 95%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.event_box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.event_box dt{
  max-width: 350px;
  width: 40%;
}
.event_box dd{
  max-width: 480px;
  width: 50%;
}
.event_box dd h3{
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.event_box .meta_entry{
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #707070;
}
.event_box .meta_entry .year{
  font-size: 2.4rem;
  display: block;
  font-weight: 600;
}
.event_box .meta_entry .date{
  font-size: 6rem;
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #013E92;
}
.event_box .meta_entry .week{
  font-size: 2.4rem;
  display: inline-block;
  font-weight: 600;
}
.event_box .meta_entry .time{
  font-size: 2.0rem;
  display: inline-block;
  font-weight: 600;
}
.event_box .meta_entry .time::before{
  content: url(../images/ico_time.svg);
  vertical-align: middle;
  margin-right: 10px;
}
.event_box .inner{
padding-left: 30px;
border-left: 10px solid #D0F0FF;
}
.event_box .inner .txt{
  font-size: 1.8rem;
}
#event h4{
color: #002252;
font-size: 2.4rem;
font-weight: 600;
padding: 15px 0 15px 50px;
margin-bottom: 60px;
color: #002252;
  position: relative;
  line-height: 1.5;
  margin-top: 60px;
}
#event h4 span{
color: #333333;
font-size: 1.6rem;
display: block;
margin-top: 5px;
}
#event h4::before{
  content: "";
width: 100%;
height: 1px;
border-bottom: 2px dotted #707070;
position: absolute;
left: 0;
bottom: -15px;
}
#event h4::after{
  content: "";
width: 10px;
height: 100%;
background-color: #013E92;
position: absolute;
left: 20px;
top: 0;
}
@media screen and (max-width: 991px) {
  .event_box{
  flex-direction: column;
}
.event_box dt{
  max-width: 350px;
  width: 80%;
  margin: 0 auto 20px auto;
}
.event_box dd{
  max-width: 480px;
  width: 80%;
  margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
  .event_box dd h3{
  font-size: 2.0rem;
}
.event_box .meta_entry .year{
  font-size: 1.8rem;
}
.event_box .meta_entry .date{
  font-size: 5rem;
}
.event_box .meta_entry .week{
  font-size: 1.8rem;
}
.event_box .meta_entry .time{
  font-size: 1.8rem;
}
.event_box .inner{
padding-left: 20px;
border-left: 5px solid #D0F0FF;
}
.event_box .inner .txt{
  font-size: 1.4rem;
}
#event h4{
font-size: 2.0rem;
}
#event h4 span{
font-size: 1.2rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	greetings  */
/*-------------------------------------*/
#greeting{
  padding-top: 150px;
}
.greeting_box{
  display: flex;
  justify-content: space-between;
}
.greeting_box:first-of-type{
  margin-bottom: 60px;
}
.greeting_box dt{
  max-width: 325px;
  width: 40%;
}
.greeting_box dt .name{
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 40px;
font-family: "Noto Serif JP", serif;
font-weight: 500;
}
.greeting_box dt .name span{
  font-size: 3.0rem;
  color: #224B69;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}
.greeting_box dd{
  max-width: 480px;
  width: 55%;
}
.greeting_box dd h3{
  font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
.accordion {
  position: relative;
  border-left: 10px solid #D0F0FF;
  padding-left: 20px;
}
/* ボタン */
.accordion-btn {
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 1;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: url(../images/bt_plus.svg);
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {

}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 300px;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(238, 243, 249,0) 0%, rgba(238, 243, 249,.9) 50%, rgba(238, 243, 249,.9) 50%, #EEF3F9 100%);
  background:         linear-gradient(top, rgba(238, 243, 249, 0) 0%, rgba(238, 243, 249,.9) 50%, rgba(238, 243, 249,.9) 50%, #EEF3F9 100%);
  bottom: 0;
  content: "";
  height: 100px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: -3em;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: url(../images/bt_minus.svg);;
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
@media screen and (max-width: 991px) {
  #greeting{
  padding-top: 150px;
}
.greeting_box{
  display: flex;
  justify-content: space-between;
}
.greeting_box dt{
  width: 35%;
}
.greeting_box dd{
  max-width: 480px;
  width: 60%;
}
.accordion p{
  font-size: 1.8rem;
}
}
@media screen and (max-width: 768px) {
  #greeting{
  padding-top: 100px;
}
  .greeting_box{
  flex-direction: column;
}
.greeting_box dt{
  width: 70%;
  margin: 0 auto ;
  text-align: center;
}
.greeting_box dd{
  max-width: 600px;
  width: 100%;
    margin: 0 auto ;
}
.greeting_box dt .name{
  font-size: 1.4rem;
}
.greeting_box dt .name span{
  font-size: 2.4rem;
}
.greeting_box dd h3{
  font-size: 2.4rem;
}
.accordion p{
  font-size: 1.6rem;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 200px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	link   */
/*-------------------------------------*/
#link{
  position: relative;
  z-index: 1;
}
#link::before{
  content: "";
  width: 100%;
 height: 35%;
 background-color: #002252;
 position: absolute;
 left: 0;
 bottom: 0;
 z-index: -1;
}
#link .link_box{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 40px 40px 40px;
  border-radius: 10px;
  overflow: hidden;
}
#link .link_box:first-of-type{
  background-image: url(../images/f_menu01.jpg);
}
#link .link_box:last-of-type{
  background-image: url(../images/f_menu02.jpg);
}
#link .link_box h2{
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px dotted #FFFFFF;
}
#link .link_box ul.link_list{
max-width: 310px;
margin: 0 auto;
}
#link .link_box ul.link_list li{
margin-bottom: 20px;
}
#link .link_box ul.link_list li:last-child{
margin-bottom:0;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #link .link_box h2{
  font-size: 2.0rem;
}
}
@media screen and (max-width: 550px) {
  #link .link_box{
  padding: 40px 20px 20px 20px;
}
}

/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl{
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 60px;
padding: 15px 0 15px 50px;
color: #002252;
  position: relative;
  line-height: 1.5;
}
.ttl::before{
  content: "";
width: 100%;
height: 1px;
background-color: #707070;
position: absolute;
left: 0;
bottom: -15px;
}
.ttl::after{
  content: "";
width: 10px;
height: 100%;
background-color: #013E92;
position: absolute;
left: 20px;
top: 0;
}
.ttl span{
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 10px;
  color: #0BADF5;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sub{
  line-height: 1;
  margin-bottom: 20px;
}
.sub span{
  background-color: #013E92;
  display: inline-block;
  font-weight:700;
  color: #FFFFFF;
  padding: 0.5em 1.5em;
  border-radius: 50px; 
}
a.bt_file{
  background-color: #FFFFFF;
  border: 2px solid #013E92;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.26);
  padding: 25px 40px 25px 60px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 100%;
  transition: 0.3s;
}
a.bt_file.ready{
  pointer-events: none;
  font-size:1.2rem;
  text-decoration: line-through;
}
a.bt_file.ready .txt{
  display:inline-block;
  margin-right:10px;
  font-size: 1.6rem;
  font-weight:bold;
  text-decoration: none;
}
a.bt_file::before {
    content: "";
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
        position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  a.bt_file.pdf::before {
    background-image: url(../images/label_pdf.svg);
  }
    a.bt_file.form::before {
    background-image: url(../images/label_form.svg);
  }
      a.bt_file.xlsx::before {
    background-image: url(../images/label_xlsx.svg);
  }
  a.bt_file::after {
    content: "";
    width: 25px;
    height: 25px;
     background-image: url(../images/ico_link-b.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
        position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
    a.bt_file:hover {
transform: translateY(3px);
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.26);
  }
hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #3E3A3A;
}

a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius20 {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
  .ttl{
    font-size: 2.0rem;
    padding: 25px 40px 25px 30px;
  }
  .ttl::after{
left: 0;
}
  .ttl span{
    font-size: 1.4rem;
  }

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

}
/*-------------------------------------*/
/*	過去の学術紹介一覧	*/
/*-------------------------------------*/
ul.past_list{
padding: 20px;
}
ul.past_list li{
  border-bottom: 2px dotted #707070;
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
}
ul.past_list li .event_ttl,ul.past_list li .link{
  width: 48%;
}
ul.past_list li .event_ttl span{
font-size: 1.6rem;
display: block;
margin-bottom: 10px;
color: #013E92;
font-weight: 600;
letter-spacing: 0.1em;
}
ul.past_list li .event_ttl p{
font-size: 1.6rem;
}
ul.past_list li .link{
  display: flex;
  justify-content: space-between;
}
ul.past_list li .link a{
  width: 48%;
}
.link a.bt_link{
  background-color: #FFFFFF;
  border: 2px solid #013E92;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.26);
  padding: 15px 40px 15px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 100%;
  transition: 0.3s;
  font-weight: 700;
}
.link a.bt_link::after {
    content: "";
    width: 25px;
    height: 25px;
     background-image: url(../images/ico_link-b.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
        position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
.link a.bt_link:hover {
transform: translateY(3px);
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.26);
  }
@media screen and (max-width: 991px) {
  ul.past_list{
padding: 0;
}
ul.past_list li{
  border-bottom: 2px dotted #707070;
  padding: 1em 0;
  flex-direction: column;
}
ul.past_list li .event_ttl,ul.past_list li .link{
  width: 100%;
}
ul.past_list li .event_ttl{
  margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
  ul.past_list li .event_ttl span{
font-size: 1.4rem;
}
ul.past_list li .event_ttl p{
font-size: 1.6rem;
}
.link a.bt_link{
  font-size: 1.4rem;
  padding: 15px 40px 15px 20px;
}
.link a.bt_link::after {
    content: "";
    width: 20px;
    height: 20px;
     background-image: url(../images/ico_link-b.svg);
  }
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	お知らせ　詳細	*/
/*-------------------------------------*/
/*　新着　*/

#single .page_ttl {
    position: relative;
  line-height: 1.5;
    margin-bottom: 60px;
padding: 15px 50px 15px 50px;
line-height: 1.5;
font-size: 1.6rem;
font-weight: 500;
}

#single .page_ttl::before{
  content: "";
width: 100%;
height: 1px;
background-color: #707070;
position: absolute;
left: 0;
bottom: -15px;
}
#single .page_ttl::after{
  content: "";
width: 10px;
height: 100%;
background-color: #013E92;
position: absolute;
left: 20px;
top: 0;
}
#single .page_ttl .sub_ttl{
  font-size: 1.6rem;
  font-weight: 400;
  color: #0BADF5;
  font-weight: 600;
  letter-spacing: 0.1em;
      position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#single .page_ttl .date{
font-size: 1.6rem;
display: block;
margin-bottom: 10px;
color: #013E92;
font-weight: 600;
letter-spacing: 0.1em;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
#single .page_ttl {
margin-bottom: 60px;
padding: 15px 40px 15px 30px;
font-size: 1.6rem;
}
#single .page_ttl::after{
left: 0;
top: 0;
}
#single .page_ttl .sub_ttl{
  font-size: 1.4rem;
}
#single .page_ttl .date{
font-size: 1.4rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	投稿　共通	*/
/*-------------------------------------*/

/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #013E92 !important;
  background: #FFFFFF;
  border: 1px solid #013E92;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #1E5482;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #013E92;
  color: #FFFFFF;
  background: #013E92;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #013E92 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #013E92;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #013E92;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
  .cat {
    padding: 0.5em 0.5em;
    font-size: 1.0rem;
  }
}