@charset "utf-8";
/*
 pickup
----------------------------------------------------------- */
.sec_pickup{
  background: url(../img/bg_main.jpg) no-repeat center center;
  background-size: cover;
}
.sec_pickup .inner{
  padding-top: 55px;
  padding-bottom: 112px;      
}
.sec_pickup .box_ttl{
  width: 370px;
}
.sec_pickup .box_ttl h1{
  width: 280px;
}
.sec_pickup .box_ttl .txt{
  margin-top: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: justify;
  text-shadow:0 0 10px rgba(0,0,0,0.55);
}
@media print,screen and (max-width :1023px){
  .sec_pickup .box_ttl{
    width: 92%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flex;  
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .sec_pickup .box_ttl h1{
    width: 36%;
    max-width: 280px;
    margin-right: 7.6%;
  }
  .sec_pickup .box_ttl .txt{
    flex: 1;
    margin-top: 0;
    line-height: 1.385;
  }
}
@media screen and (max-width :768px){
  .sec_pickup{
    background-image: url(../img/bg_main_sp.jpg);
  }
  .sec_pickup .inner{
    padding: 70px 4% 20px;
  }
  .sec_pickup .box_ttl{
    align-items: flex-start;
  }
  .sec_pickup .box_ttl h1{
  }
  .sec_pickup .box_ttl .txt{
    font-size: 13px;
    font-size: 3.467vw;
    letter-spacing: 0;
    
    font-feature-settings: "palt";
  }
}
/*ボタン*/
.btn_researchers{
  width: 93.33%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 3;
  background: #fff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  box-shadow: 0px 10px 20px 0px rgba(91, 102, 136, 0.35);
}
.btn_researchers img{
  width: 100%;
}


@media screen and (max-width :768px){
  .btn_researchers{
    width: 100%;
    box-shadow: 0px 3px 7px 0px rgba(91, 102, 136, 0.35);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/*コンテンツ*/
.sec_pickup .box_pickup{
}
.sec_pickup .box_pickup figure{
  position: absolute;
  right:20px;
  top: 55px;
  z-index: 1;
  max-width: 766px;
}
.sec_pickup .box_pickup figure img{
  width: 100%;
}
.sec_pickup .box_pickup .box_contetns{ 
  position: relative;  
  width: 466px;
  padding: 25px 30px 15px 30px;
  background: rgba(255,255,255,0.91);
  z-index: 2;
  margin-left: 3.3%;
  margin-top: 28px;
}
.sec_pickup .box_pickup .box_contetns .ttl{
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  border-bottom: solid 1px #959595;
  line-height: 1.077;
  color: #464646;
}
.sec_pickup .box_pickup .box_contetns .name{
  padding-left: 21px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #004098;
  background: url(../img/ico_peple.svg) no-repeat left center;
  background-size: 14px auto;
}
.sec_pickup .box_pickup .box_contetns .txt{
  font-size: 15px;
  font-size: 1.5rem;
  color: #5a5a5a;
  line-height: 1.571;
}
.sec_pickup .box_pickup .box_contetns .more{
  margin-top: 10px;
  text-align: right;
  background: url(../img/ico_more.svg) no-repeat right center;
  background-size: 27px auto;
  padding-right: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #004098;
}
@media print,screen and (max-width :1200px){
  .sec_pickup .box_pickup figure{
    width: calc(100% - 480px);
    right: 20px;
    top: 15%;
  }
}
@media print,screen and (max-width :1023px){
  .sec_pickup .box_pickup{
    padding-top: 35px;
  }
  .sec_pickup .box_pickup figure{
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 0;
  }
  .sec_pickup .box_pickup .box_contetns{ 
    width: 86.8%;
    margin: -40px auto 0;
    z-index: 2;
  }  
}
@media screen and (max-width :768px){
  .sec_pickup .box_pickup{
    padding-top: 13px;
  }
  .sec_pickup .box_pickup .box_contetns{ 
    padding: 20px 6% 10px 6% ;
    background: #fff;
  }
  .sec_pickup .box_pickup .box_contetns .ttl{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
  }
  .sec_pickup .box_pickup .box_contetns .name{
    padding-left: 23px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing:0;
    background-size: 13px auto;
    margin-bottom: 3px;
  }
  .sec_pickup .box_pickup .box_contetns .txt{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_pickup .box_pickup .box_contetns .more{
    margin-top: 5px;
    background-size: 25px auto;
    padding-right: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*
 sec_toplist
----------------------------------------------------------- */
.sec_toplist{
  padding-top: 115px;
  padding-bottom: 60px;
  background: url(../img/bg_list.png) repeat-y center top -283px;
  background-size: 100% auto;
}
@media screen and (max-width :768px){
  .sec_toplist{
    padding-top: 117px;
    padding-top: 31.3vw;
    padding-bottom: 25px;
    background-image: url(../img/bg_list_sp.png);
    background-position: center top 0;
  }
}
/*タブ------------------------*/
.sec_toplist .tab{
  width: 100%;
  max-width: 1200px;
  height: 68px;
  margin: 0 auto 50px;
  border-top: solid 1px #959595;
  border-bottom: solid 1px #959595;
}
.sec_toplist .tab li{
  position: relative;
  height: 100%;
  width: calc(100% / 9);
}
.sec_toplist .tab li:nth-child(n+2)::before{
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_toplist .tab a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #2555b6;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.sec_toplist .tab a.active{
  background: rgb(112,189,218);
  background: linear-gradient(90deg, rgba(112,189,218,1) 0%, rgba(27,97,213,1) 39%);
}
.sec_toplist .tab a.active span{
  display: inline-block;
  position: relative;
}
.sec_toplist .tab a.active span::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
@media screen and (min-width :768px){
  .sec_toplist .tab a:hover{
    opacity: 1;
  }
  .sec_toplist .tab a:not(.active):hover{
    background: #6788cc;
  }
}
@media print,screen and (max-width :1023px){
  .sec_toplist .tab a{
    font-size: 1.563vw;
  }
}
@media screen and (max-width :768px){
  .sec_toplist .tab{
    height:inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border: none;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .sec_toplist .tab li{
    width: calc(100% / 3);
  }
  .sec_toplist .tab li:nth-child(n+4){
    border-top: dotted 1px #6280bc;
  }  
  .sec_toplist .tab li:nth-child(n+2)::before{
    height: 13px;
    background: #fff;
  }
  .sec_toplist .tab li:nth-child(3n+1)::before{
    display: none;
  }  
  .sec_toplist .tab a{
    font-size: 14px;
    font-size: 1.4rem;
    padding: 18px 0;
  }
  .sec_toplist .tab a.active span::after{
    bottom: -8px;
    height: 1.5px;
  }
  
  /*android*/
  .android .sec_toplist .tab{
    display: block;
  }
  .android .sec_toplist .tab li{
    width: 100%;
  }
  .android .sec_toplist .tab li:nth-child(n+2){
    border-top: dotted 1px #6280bc;
  }    
}
/*一覧------------------------*/
.box_research_list{
  width: 96%;
  max-width: 1161px;
  margin: 40px auto;
  flex-wrap: wrap;
}
.box_research_list .item .box_img{
  position: relative;
  margin-bottom: 5px;
}
.box_research_list .item .box_img figure img{
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_research_list .item .ttl{
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  color: #444444;
  letter-spacing: 0.04em;
  border-bottom: solid 1px #959595;
  padding: 15px 45px 15px 0;
  margin-bottom: 12px;
  background: url(../img/ico_more_b.svg) no-repeat right 7px center;
  background-size: 27px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_research_list .item .ttl .type{
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  padding-bottom: 3px;
}
.box_research_list .item .name{
  padding-left: 23px;
  margin-bottom: 5px;
  color: #004098;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  background: url(../img/ico_peple.svg) no-repeat left center;
  background-size: 13px auto;
}
.box_research_list .item .txt{
  font-size: 15px;
  font-size: 1.5rem;
  color: #5a5a5a;
}
@media screen and (min-width :768px){
  .box_research_list .item{
    width: 31.6%;
    margin-left: 2.6%;
  }
  .box_research_list .item a:hover{
    opacity: 1;
  }
  .box_research_list .item a:hover .box_img figure img{
    opacity: 0.7;
  }
  .box_research_list .item a:hover .ttl{
    background-position: right center;
  }
  .box_research_list .item:nth-child(3n+1){
    margin-left: 0;
  }
  .box_research_list .item:nth-child(n+4){
    margin-top: 55px;
  }
}
@media screen and (max-width :768px){
  .box_research_list .item:nth-child(n+2){
    margin-top: 45px;
  }
  .box_research_list .item .box_img{
    width: 100%;
    margin-bottom: 0;
  }
  .box_research_list .item .ttl{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.368;
    padding: 11px 25px 11px 0;
    margin-bottom: 8px;
    background-size: 20px auto;
  }
  .box_research_list .item .name{
    padding-left: 20px;
    margin-bottom: 3px;
    font-size: 14px;
    font-size: 1.4rem;
    background-size: 13px auto;
  }
  .box_research_list .item .txt{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.571;
  }
}
/*new*/
.box_research_list .item.new .box_img::before{
  display: block;
  position: absolute;
  right: -2.1%;
  top: -3.5%;
  content: '';
  width: 16.9%;
  height:30%;
  background: url(/research/researchers/common/img/ico_new.svg) no-repeat left top;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width :768px){
  .box_research_list{
    width: 94.5%;
  }  
  .box_research_list .item.new .box_img::before{
    right: -6px;
    top: -6px;
    width: 50px;
    height:50px;
  }
}
/*move*/
.box_research_list .item.movie .box_img::after{
  display: block;
  position: absolute;
  left: -5.2%;
  top: -5.5%;
  content: '';
  width: 30%;
  height: 50%;
  background: url(/research/researchers/common/img/ico_movie.svg) no-repeat left top;
  background-size: contain;
  z-index: 2;
}
.box_research_list .item.movie .box_img figure{
  position: relative;
}
.box_research_list .item.movie .box_img figure::before,
.box_research_list .item.movie .box_img figure::after{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  width: 27.6%;
  height: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.box_research_list .item.movie .box_img figure::before{
  background: url(/research/researchers/common/img/ico_play.svg) no-repeat center center;
  background-size: contain;
  z-index: 2;
  opacity: 1;
}
.box_research_list .item.movie a .box_img figure::after{
  background: url(/research/researchers/common/img/ico_play_over.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
}
@media screen and (min-width :769px){
  .box_research_list .item.movie a:hover .box_img figure::before{
    opacity: 0;
  }
  .box_research_list .item.movie a:hover .box_img figure::after{
    opacity: 1;
  }
}
@media screen and (max-width :768px){
  .box_research_list .item.movie .box_img::after{
    left: -12.5px; 
    top: -10px;
    width: 87px;
    height: 45px;
  }
  .box_research_list .item.movie .box_img figure::before{
    width:89px;
    height:69px;
  }
}
/*ページャー------------------------*/
.pageList{
}
.pageList ul{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageList ul li > *{
  background: #fff;
  width: 45px;
  display: block;
  line-height: 1;
  font-weight: bold;
  padding:14px 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pageList ul li.pageSelected > *{
  background: #9bb8f1;
  color: #fff;
}
.pageList ul li:not(.pageListNext):nth-of-type(n+2){
  margin-left: 12px;
}
.pageList ul li.pageListBack > *,
.pageList ul li.pageListNext > *{
  width: 50px;
  background: none;
}
.pageList ul li.pageListBack > * img,
.pageList ul li.pageListNext > * img{
  width: 10px;
}
.pageList ul li.pageListBack > * img{
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (min-width :769px){
  .pageList ul li.no > *:hover{
    opacity: 1;
    color: #fff;
    background: #9bb8f1;
  }
}
@media screen and (max-width :768px){
  .pageList ul li > *{
    width: 35px;
    padding:9px 0;
  }
  .pageList ul li:nth-of-type(n+2){
    margin-left: 15px;
  }
}
/*特集MOVIE------------------------*/
.sec_toplist .ttl_movie{
  padding: 15px;
  width: 100%;
  max-width: 1200px;
  margin: 62px auto 50px;  
  background: rgb(37,85,182);
  background-image: -moz-linear-gradient( 0deg, rgb(37,85,182) 0%, rgb(37,85,182) 64%, rgb(91,186,254) 83%, rgb(152,207,244) 95%, rgb(165,244,223) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(37,85,182) 0%, rgb(37,85,182) 64%, rgb(91,186,254) 83%, rgb(152,207,244) 95%, rgb(165,244,223) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(37,85,182) 0%, rgb(37,85,182) 64%, rgb(91,186,254) 83%, rgb(152,207,244) 95%, rgb(165,244,223) 100%);
}
.sec_toplist .ttl_movie span{
  display: block;
  padding-left: 33px;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  background: url(../img/ico_movie_ttl.svg)no-repeat left center;
  background-size: 24px auto; 
}
@media screen and (max-width :768px){
  .sec_toplist .ttl_movie{
    width: 87%;
    padding: 15px 10px;
    margin-top: 45px; 
  }
  .sec_toplist .ttl_movie span{
    padding-left: 30px;
    font-size: 20px;
    font-size: 2rem;
    background-size: 17px auto; 
  }
}
/*バナー------------------------*/
.sec_toplist .box_bnr{
  margin-top: 64px;
}
.sec_toplist .box_bnr li{
  background: #fff;
}
.sec_toplist .box_bnr li img{
  width: 100%;
}
.sec_toplist .box_bnr li:nth-child(n+2){
  margin-top: 20px;
}
@media screen and (max-width :768px){
  .sec_toplist .box_bnr .inner{
    padding-right: 6.5%;
    padding-left: 6.5%;
  }
  .sec_toplist .box_bnr{
    margin-top: 40px;
  }
}
/*-----------------------------------------------------------
 詳細ページ
----------------------------------------------------------- */
.sec_article .area_ttl{
  background: #f1f3f6 url(../img/bg_details_main.png) no-repeat left center;
  background-size: auto 100%;
}
.sec_article .inner{
}
.sec_article .area_ttl figure{
  width: 87.9%;
  float: right;
}
.sec_article .area_ttl .box_text{
  order: 0;
  width: 470px;
  padding: 10px 28px 20px;
  position: absolute;
  top: 50%;
  left: 2%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.sec_article .area_ttl .date{
  color: #004098;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
}
.sec_article .area_ttl .box_name{
  color: #004098;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
  border-bottom: solid 1px #004098;
}
.sec_article .area_ttl .box_name .type{
  display: inline-block;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.sec_article .area_ttl .box_name .type span{
  font-size: 17px;
  font-size: 1.7rem;
}
.sec_article .area_ttl .box_name .name{
  display: inline-block;  
  padding-left: 23px;
  margin-left: 10px;
  margin-bottom: 10px;
  background: url(../img/ico_line.svg) no-repeat left center;
  background-size: 14px auto;
}
.sec_article .area_ttl .box_name .name span{
  font-size: 19px;
  font-size: 1.9rem;
}
.sec_article .area_ttl .ttl{
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #004098;
  margin-bottom: 20px; 
}
.sec_article .area_ttl .txt{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

/*画像左*/
.sec_article .area_ttl.left figure{
  float: left;
}
.sec_article .area_ttl.left .box_text{
  left: auto;
  right: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print,screen and (max-width :1023px){
  .sec_article .area_ttl{
    background: none;
  }  
  .sec_article .area_ttl .inner{
    padding: 0;
  }
  .sec_article .area_ttl figure{
    width:100%;
    float: none;
  }
  .sec_article .area_ttl .box_text{
    width: 100%;
    padding: 10px 28px 20px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  /*画像左*/
  .sec_article .area_ttl.left figure{
    float: none;
  }
  .sec_article .area_ttl.left .box_text{
    right: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }  
}
@media screen and (max-width :768px){
  .sec_article .area_ttl .box_text{
    padding: 20px 6.2% 20px;
  }
  .sec_article .area_ttl .date{
    float: right;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_article .area_ttl .box_name{
    padding-right: 5em;
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom:5px;
    margin-bottom: 10px;
  }
  .sec_article .area_ttl .box_name .type span{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_article .area_ttl .box_name .name{
    padding-left: 20px;
    margin-left: 5px;
    background-size: 15px auto;
    font-size: 13.5px;
    font-size: 1.35rem;
  }
  .sec_article .area_ttl .box_name .name span{
    font-size: 11.5px;
    font-size: 1.15rem;
  }
  .sec_article .area_ttl .ttl{
    clear: both;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 7px; 
  }
  .sec_article .area_ttl .txt{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.571;
  }  
}
/*
 プロフィール
----------------------------------------------------------- */
.area_profile{
  background: url(../img/bg_profile.png)no-repeat center center;
  background-size: cover;
  color: #fff;
}
.area_profile .box_text{
  width: 634px;
  margin: 0 0 0 auto;
  padding: 20px 0;  
}
.area_profile .box_text dl dt{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.area_profile .box_text dl dt .ico{
  margin-right: 12px;
  width: 44px;
}
.area_profile .box_text dl dt .box_name{
  max-width: 300px;  
}
.area_profile .box_text dl dt .name{
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.area_profile .box_text dl dt .name span{
  font-size: 15px;
  font-size: 1.5rem;
}
.area_profile .box_text dl dt .en{
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 3px;
}
.area_profile .box_text dl dt .txt{
  flex: 1;
  padding-left: 28px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.308;
}
.area_profile .box_text dl dd{
  padding-top: 20px;
}
.area_profile .box_text dl dd .txt{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.area_profile .box_text dl dd .txt .listLink1 li,
.area_profile .box_text dl dd .txt .listLink1 li a{
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
.area_profile .box_text dl dd .txt .listLink1 li{
  background-image: url("/assets/img/ico_arrow_w.svg");
}
.area_profile .box_text dl dd .link a{
  display: inline-block;
  padding: 10px 5px;
  min-width: 151px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  border: solid 1px #fff;
  background: url(../img/ico_link.svg) no-repeat right 20px center;
  background-size: 7px auto;
  background-color: rgba(255,255,255,0.10);
}
.area_profile .box_text dl dd .link a:nth-child(n+2){
  margin-left: 20px;
}

@media print,screen and (max-width :1023px){
  .area_profile .box_text{
    width: 100;
    margin: 0;
    padding: 20px 28px;  
  }
}
@media screen and (max-width :768px){
  .area_profile{
    background-image: url(../img/bg_profile_sp.png);
  }
  .area_profile .box_text{
    width: 100%;
    padding: 15px 2.2% 20px;  
  }
  .area_profile .box_text dl dt{
  }
  .area_profile .box_text dl dt .ico{
    margin-right: 20px;
    width: 50px;
    float: left;
  }
  .area_profile .box_text dl dt .box_name{
    float: right;
    width: calc(100% - 70px);
  }
  .area_profile .box_text dl dt .box_name{
    max-width: inherit;  
  }
  .area_profile .box_text dl dt .name{
    display: inline-block;
    font-size: 17px;
    font-size: 1.7rem;
    padding-right: 15px;
  }
  .area_profile .box_text dl dt .name span{
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 0;
  }
  .area_profile .box_text dl dt .en{
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .area_profile .box_text dl dt .txt{
    float: right;
    margin-top: 2px;
    width: calc(100% - 70px);    
    padding-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .area_profile .box_text dl dd{
    padding-top: 10px;
  }
  .area_profile .box_text dl dd .txt{
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .area_profile .box_text dl dd .link a{
    padding: 12px 25px;
    min-width: inherit;
    font-size: 16px;
    font-size: 1.6rem;
    background-position: right 10px center;
  }
  .area_profile .box_text dl dd .link a:nth-child(n+2){
    margin-left: 10px;
  }
}

/*
 注釈
----------------------------------------------------------- */
.area_note{
  padding: 10px 0 0 1em;
  text-indent: -1em;
  background: #cdd8e8;
  text-align: right;  
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width :768px){
  .area_note{
    text-align: left;
  }
}
/*
 記事
----------------------------------------------------------- */
.area_chapter .box_ttl{
  margin-bottom: 20px;
  padding: 35px 0 25px;
  background: #cdd8e8;
  border-bottom: solid 1px #004098;
}
.area_chapter .box_ttl h2 img{
  width: 128px;
}
.area_chapter .box_ttl h2 span{
  display: block;
  margin-top: 10px;
  color: #004098;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
.area_chapter .box_text{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.area_chapter .txt{
  width: 50%;
}
.area_chapter .left{
  border-right: solid 1px #a8bdda;
  padding:20px 4% 40px 0;
}
.area_chapter .right{
  padding:20px 0 40px 4%;
}
.area_chapter .txt p:nth-child(n+2){
  margin-top: 2em;
}
.area_chapter .txt figure{
  position: relative;
}
.area_chapter .txt figure img{
  width: 100%;
}
.area_chapter .txt figure figcaption{
  width: 100%;
  padding: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 1.846;
  font-size: 13px;
  font-size: 1.3rem;
  background: rgba(0,64,152,0.75);
}
.area_chapter .txt figure figcaption.bottom{
  position: relative;
  background: rgba(0,64,152,1);
}
@media screen and (max-width :768px){
  .area_chapter .box_ttl{
    margin-bottom: 25px;
    padding: 15px 0 15px;
  }
  .area_chapter .box_ttl .inner{
    padding-right: 6.2%;
    padding-left: 6.2%;
  }
  .area_chapter .box_ttl h2 img{
    width: 85px;
  }
  .area_chapter .box_ttl h2 span{
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
  }
  .area_chapter .box_text{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 35px;
  }
  .area_chapter .box_text .inner{
    padding-right: 6.2%;
    padding-left: 6.2%;
  }  
  .area_chapter .txt{
    width: 100%;
  }
  .area_chapter .left{
    border-right:none;
    padding:0;
  }
  .area_chapter .right{
    padding:0;
    margin-top: 1em;
  }
  .area_chapter .txt p:nth-child(n+2){
    margin-top: 1em;
  }
  .area_chapter .txt figure figcaption{
    padding: 10px;
    line-height: 1.273;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/*others*/
.sec_others{
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../img/bg_others_list.png) repeat-y top -120px center;
  background-size: 100% auto;
}
.sec_others h2{
  text-align: center;
  margin-bottom: 28px;
}
.sec_others h2 img{
  width: 232px;
}
.sec_others .swiper_others_wrap{
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}
.sec_others .box_research_list{
  flex-wrap: nowrap;
  width: 100%;
}
.sec_others .box_research_list .item{
  margin: 0;
}
.sec_others .swiper-prev,
.sec_others .swiper-next{
  width: 60px;
  height: 60px;
  position: absolute;
  top: 39%;
  z-index: 10;
  background: #004098;
  padding-top: 12px;
  text-align: center;
  box-shadow: 0px 2px 5px 0px rgba(153, 158, 176, 1);
  cursor: pointer;
}
.sec_others .swiper-prev img,
.sec_others .swiper-next img{
  width: 26px;
}
.sec_others .swiper-prev{
  left: 5px;
}
.sec_others .swiper-prev img{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);  
}
.sec_others .swiper-next{
  right:5px;
}
.sec_others .swiper-prev:hover,
.sec_others .swiper-next:hover{
  background: #4272b3;
}

.swiper_others:not(.swiper-container-horizontal) ul{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper_others:not(.swiper-container-horizontal) ul .item{
  flex: 1;
  max-width: 360px;
  width: auto;
}
.swiper_others:not(.swiper-container-horizontal) ul .item:nth-child(n+2){
  margin-left: 3.5%;  
}
@media print,screen and (max-width :1200px){
  .sec_others .swiper-prev,
  .sec_others .swiper-next{
    top: 35%;
  }
}
@media print,screen and (max-width :1023px){
  .sec_others .inner{
    padding: 0;
  }
  .sec_others .swiper_others_wrap{
    padding: 10px 0;
  }
  
  .swiper_others:not(.swiper-container-horizontal){
    padding: 10px 20px;
  }  
}
@media screen and (max-width :768px){
  .sec_others{
    padding-top: 22px;
    padding-bottom: 22px;
    background-position: top -50px center;
    background-size: 1000px auto;
  }
  .sec_others h2{
    margin-bottom: 15px;
  }
  .sec_others h2 img{
    width: 187px;
  }
  .sec_others .swiper_others_wrap{
    padding: 10px 25px;
  }
  .sec_others .swiper-prev,
  .sec_others .swiper-next{
    width: 30px;
    height: 70px;
    top: 20%;
    padding-top: 11px;
  }
  .sec_others .swiper-prev img,
  .sec_others .swiper-next img{
    width: 13px;
  }
  .sec_others .swiper-prev{
    left: 5px;
  }
  .sec_others .swiper-prev img{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);  
  }
  .sec_others .swiper-next{
    right:5px;
  }
  .sec_others .swiper-prev:hover,
  .sec_others .swiper-next:hover{
    background: #4272b3;
  }
  .swiper_others:not(.swiper-container-horizontal){
    padding: 0;
  }
  .swiper_others:not(.swiper-container-horizontal) ul .item{
    width: 100%;
    max-width: inherit;
  }  
}