@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&&family=Maven+Pro:wght@400;500;700&family=Hind:wght@700&display=swap");
/*====General===*/
/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}
.for-sp {
  display: none;
}
img.for-pc {
  display: inline;
}
img.for-sp {
  display: none;
}
table.for-pc {
  display: table;
}
table.for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
  table.for-pc {
    display: none;
  }
  table.for-sp {
    display: table;
  }
}
/*メインイメージ*/
.bg-g {
  margin-bottom: 0 !important;
}
@media(max-width:768px) {
  .bg-g {
    margin-bottom: -15px !important;
  }
}
/*メインイメージ*/
.mainimage {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #FFF;
  position: relative;
}
.mainimage img {
  width: 100%;
  vertical-align: bottom;
}
.mainimage ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*ページ内リンク*/
.ftnavi {
  margin: 0 calc(50% - 50vw);
  padding: 0;
  width: 100vw;
  background: #FFF;
  border-bottom: 1px solid #DDD;
}
.ftnavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.ftnavi ul li {
  margin: 20px 0;
  border-right: 1px solid #BABABA;
}
.ftnavi ul li:last-child {
  border-right: none;
}
.ftnavi ul li a {
  display: flex;
  align-items: center;
  color: #000;
  margin: 0 15px;
  padding: 5px 10px 6px 10px;
  line-height: 1;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 105%;
  white-space: nowrap;
  border-radius: 20px;
}
.ftnavi ul li a:hover {
  color: #FFF;
  background: #5B69A3;
}
@media(max-width:768px) {
  .ftnavi ul {
    padding: 0;
  }
  .ftnavi ul li {
    width: 98%;
    margin: 0 1%;
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid #DDD;
  }
  .ftnavi ul li:last-child {
    border-bottom: none;
  }
  .ftnavi ul li a {
    display: block;
    margin: 0 20px;
    text-align: center;
  }
}
/*お知らせ*/
.ftnews {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 10px auto;
  padding: 0;
  width: 1000px;
  list-style: none;
}
.ftnews dt {
  width: 145px;
  margin: 0 5px 5px 0;
  font-weight: normal;
}
.ftnews dd {
  width: 850px;
  margin: 0 0 5px 0;
  padding: 0;
}
.ftnews dd img {
  margin: 0 0 0 2px;
}
@media screen and (max-width:999px) {
  .ftnews {
    display: block;
    width: 100%;
  }
  .ftnews dt {
    margin: 0 8px 3px 0;
  }
  .ftnews dd {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
.ftlinkR {
  text-align: right;
}
.ftlinkR a {
  display: inline-block;
  background: url(/img_2017/template/icon08.png)no-repeat left;
  padding-left: 20px;
  background-position: 0 4px;
  margin-bottom: 5px;
}
/*フェムテックとは*/
.ftpolicy {
  margin: 20px calc(50% - 50vw) 40px calc(50% - 50vw);
  padding: 40px 0 10px 0;
  width: 100vw;
  background: #EFF0F4;
}
.ftpolicy h2 {
  color: #000;
  font-size: 150%;
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: none;
  background: #EFF0F4;
  margin: 0 auto;
  padding: 0 0 30px 0;
  text-align: center;
  font-weight: 600;
}
.ftpolicy h2::after {
  background: transparent;
}
.ftread {
  max-width: 1000px;
  line-height: 1.8;
  margin: 0 auto 25px auto;
}
.ftheading {
  margin: 0 0 0 -15px;
}
@media(max-width:768px) {
  .ftpolicy {
    width: 100%;
  }
  .ftread {
    padding: 0 10px;
  }
  .ftheading {
    margin: 30px auto 20px auto;
  }
}
/*フェムテック事業からつながる３つのこと*/
.ftfeature {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
.ftfeature div {
  width: 257px;
  padding: 0 30px 10px 30px;
  margin: 0 24px 20px 0;
  text-align: center;
  background: #FFF;
}
.ftfeature div:nth-child(3n) {
  margin: 0 0 20px 0;
}
.ftfeature img {
  width: 30%;
  margin: 0 auto 5px auto;
}
.ftfeature h3 {
  color: #605BA5;
  text-align: center;
  vertical-align: middle;
  border: none;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto 5px auto;
  font-size: 120%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
span.ftnumber {
  display: block;
  background: none;
  color: #605BA5;
  text-align: left;
  margin: -37px 0 0 0;
  padding: 10px 0 0 0;
  font-size: 230%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.ftfeature .material-icons {
  display: block;
  font-size: 300%;
  padding-top: 5px;
}
.ftfeature div p {
  position: relative;
  top: auto;
  bottom: 0;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 99%;
  line-height: 1.8;
  text-align: left;
}
@media(max-width:768px) {
  .ftpolicy {
    padding: 40px 20px;
    width: 100%;
  }
  .ftfeature {
    display: block;
    text-align: center;
  }
  .ftfeature div {
    display: block;
    width: auto;
    margin: 0 0 20px 0;
    padding: 40px;
  }
  .ftfeature img {
    width: 20%;
  }
  .ftfeature h3 {
    width: 100%;
  }
  .ftfeature div p {
    margin: 15px 0 0 0;
    padding: 0;
  }
}
/*絞り込み検索*/
.search_item {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
.search_item.is-active {
  color: white;
  background-color: black;
}
.is-hide {
  display: none;
}
/*category*/
.tag-nav {
  position: relative;
  margin: 15px 0;
}

.tag-nav ul {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tag-nav ul.year {
  border-top: 1px dashed #9B9C9C;
  margin: 10px 0 0 0;
  padding-top: 10px;
}

.tag-nav li {
  position: relative;
  width: 24%;
  padding: 0;
  margin: 5px 5px 5px 5px;
}

.tag-nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  border: 2px solid #5b69a3;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.tag-nav li a:hover {
  background: #5b69a3;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  color: #FFF;
}
.tag-nav li a.nendo {
  border: 2px solid #DB7530;
}
.tag-nav li a.nendo:hover {
  background: #DB7530;
}
.tag-nav li a.current:not(.nendo) {
  color: #FFF;
  background: #5b69a3;
}
.tag-nav li a.nendo.current {
  color: #FFF;
  background: #DB7530;
}
@media screen and (max-width: 768px) {
    .tag-nav li {
  position: relative;
  width: 40%;
    }
}
@media screen and (max-width: 640px) {
    .tag-nav ul{
        display: block;
    }
    .tag-nav ul.year {
        margin-bottom: 30px;
    }
    .tag-nav li {
  position: relative;
  width: 100%;
    }
}

.project-lineup-container {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.project-lineup-container .project-lineup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.project-lineup-container .project-lineup .project-lineup-item {
  position: relative;
  width: 33.33%;
}
.project-lineup-container .project-lineup .project-lineup-item.off {
  display: none;
}
.project-lineup-container .project-lineup .lineup-item-inner {
  position: relative;
  margin: 20px;
}
.project-lineup-container .project-lineup .lineup-item-inner > a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}
.project-lineup-container .project-lineup .lineup-item-inner > a:hover {
  opacity: .7;
}
.project-lineup-container .project-lineup .item-img {
  margin-bottom: 20px;
  border-radius: 5px;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.project-lineup-container .project-lineup .item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-lineup-container .project-lineup .year {
  display: block;
  width: 78px;
  height: 78px;
  position: absolute;
  top: -15px;
  left: -15px;
}
.project-lineup-container .project-lineup .year a {
  text-indent: -9999px;
  display: block;
}
/* 令和7年 */
.project-lineup-container .project-lineup .year_r7 {
  background: url("../images/icon_reiwa7.png") no-repeat center top;
  background-size: 100%;
}
/* 令和6年 */
.project-lineup-container .project-lineup .year_r6 {
  background: url("../images/icon_reiwa6.png") no-repeat center top;
  background-size: 100%;
}
.project-lineup-container .project-lineup .year_r5 {
  background: url("../images/icon_reiwa5.png") no-repeat center top;
  background-size: 100%;
}
.project-lineup-container .project-lineup .year_r4 {
  background: url("../images/icon_reiwa4.png") no-repeat center top;
  background-size: 100%;
}
.project-lineup-container .project-lineup .year_r3 {
  background: url("../images/icon_reiwa3.png") no-repeat center top;
  background-size: 100%;
}
.project-lineup-container .project-lineup .item-body {
  position: relative;
}
.project-lineup-container .project-lineup .item-body .title {
  margin: 0 0 18px 0;
  padding:0 0 14px 0;
  border-bottom: 2px solid #000;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.project-lineup-container .project-lineup .item-body .text {
  margin: 18px 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: .06em;
}
.project-lineup-container .project-lineup .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project-lineup-container .project-lineup .tags a {
  pointer-events: none;
  cursor: default;  
}
.project-lineup-container .project-lineup .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.1em;
  margin: 0 5px 5px 0;
  padding: 2px 8px;
  background: #FFDDC7;
  border-radius: 100px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.project-lineup-container .project-lineup.fade {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .project-lineup-container .project-lineup .year {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .project-lineup-container .project-lineup .project-lineup-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .project-lineup-container .project-lineup {
    display: block;
    margin: auto;
  }
  .project-lineup-container .project-lineup .project-lineup-item {
    width: 100%;
  }
  .project-lineup-container .project-lineup .project-lineup-item .lineup-item-inner {
    margin: 0 0 70px;
  }
  .project-lineup-container .project-lineup .project-lineup-item:last-child .lineup-item-inner {
    margin-bottom: 0;
  }
  .project-lineup-container .project-lineup .item-body .title {
    min-height: initial;
  }
}
