@charset "utf-8";
/*------------------------------------------------------------
	researchers
------------------------------------------------------------*/
#gHeader .hBox {
  border: none !important;
}
#gNavi ul li a {
  padding-bottom: 12px;
}
.pageTitle .linkList {
  background-color: #604287 !important;
}
.comLinkBox.researcher {
  padding: 32px 0 33px;
  background-color: #edeaf0;
}
.comLinkBox.researcher .linkList {
  justify-content: space-between;
  transform: translateY(0);
  box-shadow: 0 0;
}
.comLinkBox.comLinkBox.researcher .linkList li {
  width: 244px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
}
.comLinkBox.researcher .linkList li a {
  padding: 18px 0 34px !important;
  font-size: 1.4rem;
}
.comLinkBox.researcher .linkList li .pho {
  margin-bottom: 8px;
  width: 44px;
  height: 44px;
  background-color: #604287 !important;
}
.comLinkBox.researcher .linkList li .pho img {
  width: 28px;
}
.comLinkBox.researcher .linkList li:nth-of-type(2) .pho img {
  width: 20px;
}
.comLinkBox.researcher .linkList li .ttl {
  margin-bottom: 17px;
  padding: 0;
}
.comLinkBox.researcher .linkList li .ttl .sml {
  margin-top: 5px;
  margin-bottom: 15px;
  display: block;
  color: #604287 !important;
  font-size: 1.5rem;
}
.comLinkBox.researcher .linkList li a::after {
  border-bottom: 19px solid #604287 !important;
}
.comNews {
  padding: 80px 0 81px;
}
.sec01 {
  padding: 63px 0 83px;
  background-color: #f2f2f2;
}
.sec01 .headLine01 {
  margin-bottom: 39px;
}
.sec01 .pickList {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
}
.sec01 .pickList li {
  width: 24%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.sec01 .pickList li a {
  display: block;
  text-decoration: none;
}
.sec01 .pickList li a:hover {
  opacity: 0.8;
}
.sec01 .pickList li a .title {
  margin-bottom: 20px;
  padding: 10px 0 7px;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #604287;
  background-image: none;
}
.sec01 .pickList li a .title::after {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url("https://www.aist.go.jp/Portals/0/images/common/icon26.png") no-repeat center / 18px;
  content: "";
}
.sec01 .pickList li a .photo {
  width: 100%;
  height: 213px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec01 .pickList li a .photo .tag {
  width: 91px;
  padding: 4px 0 2px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  text-align: center;
  background-color: #ffd21c;
}
.sec01 .pickList li a .text {
  padding: 17px 20px 23px;
  background-color: #fff;
}
.sec01 .pickList li a .text .ttl {
  margin-bottom: 11px;
  color: #111111;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec01 .pickList li a .text .txt {
  color: #111111;
}

/*------------------------------------
  研究分野紹介
------------------------------------*/
.sec02.researcher {
  padding: 83px 0 125px;
}
.sec02.researcher .headLine01 {
  margin-bottom: 48px;
}
.sec02.researcher .list_researchDomains{
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.sec02.researcher .list_researchDomains h3 a{
  text-decoration: underline;
}

.sec02.researcher .list_researchDomains > li {
  padding: 18px 0 28px 31px;
  width: 50%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
}
.sec02.researcher .list_researchDomains > li .title {
  margin-bottom: 19px;
  padding: 10px 70px;
  color: #111111;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  background: no-repeat left center / 70px;
  min-height: 0px;
  display: flex;
  align-items: center;
  
}
.sec02.researcher .list_researchDomains > li .title.envene {
  background-image: url("https://www.aist.go.jp/Portals/0/images/common/department_icon/ee_F.png");
}
.sec02.researcher .list_researchDomains > li .title.lsbt {
  background-image: url("https://www.aist.go.jp/Portals/0/images/common/department_icon/bt_F.png");
}
.sec02.researcher .list_researchDomains > li .title.ith {
  background-image: url("https://www.aist.go.jp/Portals/0/images/common/department_icon/ih_F.png");
}
.sec02.researcher .list_researchDomains > li .title.mc {
  background-image: url("https://www.aist.go.jp/Portals/0/images/common/department_icon/mc_F.png");
}
.sec02.researcher .list_researchDomains > li .title.elma {
  background-image: url("https://www.aist.go.jp/Portals/0/images/common/department_icon/em_F.png");
}
.sec02.researcher .list_researchDomains > li .title.gsj  {
  background-image: url("https://www.aist.go.jp/Portals/0/images/common/department_icon/gsj_F.png");
}
.sec02.researcher .list_researchDomains > li .title.nmij {
  background-image: url("https://www.aist.go.jp/Portals/0/images/common/department_icon/nmij_F.png");
}
.sec02.researcher .list_researchDomains > li .title.g-quat {
  background-image: url("https://www.aist.go.jp/Portals/0/images/common/department_icon/qa_F.png");
}
.sec02.researcher .list_researchDomains > li .title.fusion {
  background-image: url("https://www.aist.go.jp/Portals/0/images/industry/link_img08.png");
}

.sec02.researcher .list_researchDomains > li .title.noIcon{
  background: none;
  padding-left: 0;
}

.sec02.researcher .list_researchDomains .subList li{
  padding-left: 14px;
  font-size: 1.6rem;
  line-height: 2;
  background: url("https://www.aist.go.jp/Portals/0/images/common/icon27.png") no-repeat left center /
    6px;
}

.sec02.researcher .list_researchDomains .subList li a {
  color: #006bc4;
  text-decoration: none;
}

.sec02.researcher .list_researchDomains .subList li a:hover {
  text-decoration: underline;
}

.sec02.researcher .list_researchDomains > li:hover{
  border-color: #cccccc !important;
}


.comPhoArea .photoList .slick-prev {
  background-image: url("https://www.aist.go.jp/Portals/0/images/researcher/arrow_left.jpg") !important;
}
.comPhoArea .photoList .slick-next {
  background-image: url("https://www.aist.go.jp/Portals/0/images/researcher/arrow_right.jpg") !important;
}
.pageTitle .linkList > li > a:hover {
  background-color: #4b2e70;
}
.pageTitle .linkList > li.link02 > a:hover::after {
  background-image: url("https://www.aist.go.jp/Portals/0/images/common/icon31.png");
  background-size: 13px;
}
.pageTitle .linkList .subBox {
  background-color: #edeaf0;
}
.pageTitle .linkList .subBox .imgBox {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.pageTitle .linkList .subBox .imgBox .lLink {
  padding: 20px 15px;
  width: 328px;
  background-color: #fff;
  box-sizing: border-box;
}
.pageTitle .linkList .subBox .imgBox .lLink .title {
  margin-bottom: 15px;
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
}
.pageTitle .linkList .subBox .imgBox .lLink ul li a {
  padding-left: 12px;
  line-height: 1.71;
  color: #333;
  text-decoration: none;
  background: url("https://www.aist.go.jp/Portals/0/images/common/icon33.png") no-repeat left center /
    6px;
}
.pageTitle .linkList .subBox .imgBox .lLink ul li a:hover {
  text-decoration: underline;
}

/*
.pageTitle .linkList .subBox .imgBox .rLink {
  padding: 16px 16px 16px 15px;
  width: 664px;
  background-color: #fff;
  box-sizing: border-box;
}
.pageTitle .linkList .subBox .imgBox .rLink ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.pageTitle .linkList .subBox .imgBox .rLink li {
  width: 158px;
  min-height: 89px;
}
.pageTitle .linkList .subBox .imgBox .rLink li a {
  padding-top: 11px;
  height: 100%;
  display: block;
  text-align: center;
  color: #333;
  text-decoration: none;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.pageTitle .linkList .subBox .imgBox .rLink li a:hover {
  text-decoration: underline;
}
.pageTitle .linkList .subBox .imgBox .rLink li a .txt {
  margin-top: 4px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.28;
}*/
