@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=M+PLUS+1+Code:wght@100..700&family=Noto+Sans+JP:wght@100..900&display=swap');


/* 共通 */
*{
   padding: 0;
   margin: 0;
}

html{
  font-size: 62.5%;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

a{
  text-decoration: none;
  color: #666666;
}

a:hover{
  opacity: 0.8;
  transition: 0.4s;
}

p{
  letter-spacing: 0.05em;
  line-height: 1.8;
  overflow-wrap: break-word;
}

h2,h3,h4{
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

h2{
  font-size: 2.4rem;
  font-family: "M PLUS 1 Code", system-ui;
}

h3{
  font-size: 2.2rem;
  color: #a2b033;
}

h4{
  font-size: 2.0rem;
  color: #666666;
  font-family: "M PLUS 1 Code", system-ui;
}

@media (max-width: 768px){
  h2{
    font-size: 2.2rem;
  }
  h3{
    font-size: 2rem;
  }
}

p{
  color: #666666;
}

.ta_c{
  text-align: center;
}

.fw_b{
  font-weight: bold;
}

.content-size{
  max-width: 100%;
  width: 1280px;
  margin: 0 auto;
}

.content-wrapper{
  padding-right: 5%;
  padding-left: 5%;
  box-sizing: border-box;
}

/* ボタン */
.btn_typeA{
  background-color: #ffa029;
  border-radius: 24px;
  padding: 10px 20px;
  color: #fff;
}

.btn_typeA p{
  color: #fff;
  font-weight: bold;
}

.btn_typeA i{
  margin-right: 10px;
  font-weight: bold;
}

.btn_typeB{
  display: flex;
  align-items: center;
  background: #bbd400;
  border-radius: 20px;
  height: 40px;
  justify-content: center;
  width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.btn_typeB::before{
  background-image: url(images/green.png);
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
  z-index:-1;
}

.btn_typeB p{
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.btn_typeB i{
  color: #ffffff;
  font-size: 15px;
}


/* 共通余白 */
.mb_10{
  margin-bottom: 10px !important;
}

.mb_20{
  margin-bottom: 20px !important;
}

.mb_30{
  margin-bottom: 30px !important;
}

.mb_60{
  margin-bottom: 60px !important;
}

/* 表示非表示 */
.pc_only{
  display: block;
}

.sp_only{
  display: none;
}

@media (max-width: 768px){
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}

/* グーグルマップレスポンシブ */
.gglmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
 
.gglmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/* ヘッダー */
.header_contents{
  display: flex;
  position: relative;
  align-content: flex-end;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  width: 100%;
  z-index: 2;
  max-width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.header_contents a:hover{
  opacity: 1;
}

.header_contents p{
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.4;
  justify-content: flex-start;
  margin-bottom: 10px;
  color: #87796f;
}

.main_title{
  font-size: 3.6rem;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 30px;
  color: #666666;
  font-family: "Fredoka", "sans-serif"; 
}

.main_title a{
  display: flex;
}

.main_title img{
  display: inline-block;
  width: 56px;
  height: auto;
  margin-right: 13px;
  max-width: calc(100% - 15px);
}

.main_sub_title{
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "M PLUS 1 Code", system-ui;
  margin-bottom: 5px;
  margin-left: 4px;
}

.main_title span{
  display: block;
}

.menu_outside_shape{
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: none;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 140px;
  justify-content: center;
  margin:0px -10px -35px -10px;
  padding: 15px 0px 0px 0px;
  position: relative;
  width: 140px;
  z-index: 1;
  max-width: calc(100% - -20px);
}

.menu_shape::before,
.menu_icon::before{
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
}

.menu_icon{
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
}

.menu_labo .menu_shape,
.menu_achievement .menu_shape{
  align-items: center;
  background: #bbd400;
  border-radius: 0% 50% 50% 50%;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 70px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  width: 70px;
  max-width: 100%;
  position: relative;
  transition: 0.4s;
}

.menu_labo .menu_shape:hover,
.menu_achievement .menu_shape:hover,
.menu_group .menu_shape:hover,
.menu_inquiry .menu_shape:hover{
  transform: scale(1.1, 1.1);
}

.menu_labo .menu_shape::before,
.menu_achievement .menu_shape::before{
  background-image: url(images/green.png);
}

.menu_labo .menu_icon::before{
  background-image: url(images/menu_icon_01.png);
  background-repeat: no-repeat;
  background-size: 30px;
}

.menu_group .menu_shape,
.menu_inquiry .menu_shape{
  align-items: center;
  background: #8ac7de;
  border-radius: 0% 50% 50% 50%;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 70px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  width: 70px;
  max-width: 100%;
  position: relative;
  transition: 0.4s;
}

.menu_group .menu_shape::before{
  background-image: url(images/blue.png);
}

.menu_group .menu_shape i,
.menu_inquiry .menu_shape i{
  color: rgb(255, 255, 255);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu_achievement .menu_icon::before{
  background-image: url(images/menu_icon_02.png);
  background-repeat: no-repeat;
  background-size: 30px;
}

.hamburger_menu{
  display: none;
}


@media (max-width: 1005px){
  .main_title{
    font-size: 2.4rem;
  }
  .main_sub_title{
    font-size: 1rem;
  }
  .header_contents .menu_shape{
    width: 50px;
    height: 50px;
  }
  .header_contents .menu_shape i{
    font-size: 20px;
  }
  .header_contents .menu_icon::before{
    background-size: 23px;
  }
  .header_contents .menu_outside_shape{
    height: 100px;
    width: 100px;
  }
  .header_contents p{
    font-size: 1.2rem;
  }
}

@media (max-width: 768px){
  .menu_labo,.menu_group,.menu_achievement,.menu_inquiry{
    display: none;
  }
  .main_title{
    font-size: 2rem;
    padding: 30px 0;
    margin: 0;
  }
  .main_title img {
    display: inline-block;
    width: 38px;
  }
  .header_contents{
    justify-content: space-between;
    padding: 0 20px;
  }

  /* ハンバーガーメニュー */
  .hamburger_btn{
    color: #8ac7de;
    font-size: 24px;
    border: none;
    background: #ffffff;
    border-radius: 50%;
    height: 55px;
    position: fixed;
    right: 15px;
    top: 20px;
    width: 55px;
    z-index: 5;
    cursor: pointer;
    z-index: 999;
  }

  .hamburger_btn i:last-of-type{
    display: none;
  }

  .hamburger_btn.active i:first-of-type{
    display: none;
  }

  .hamburger_btn.active i:last-of-type{
    display: block;
  }

  .hamburger_menu img{
    width: 50px;
    display: block;
    margin-bottom: 10px;
  }

  .hamburger_menu_title{
    font-size: 2rem;
    color: #666666;
    font-family: "Fredoka", "sans-serif"; 
    margin-bottom: 30px;
  }

  .hamburger_menu_contents .main_sub_title{
    display: block;
    font-size: 1rem;
  }

  .hamburger_menu_contents ul{
    margin-bottom: 20px;
  }

  .hamburger_menu_contents ul li{
    list-style: none;
    font-family: "M PLUS 1 Code", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .hamburger_menu_contents ul li a{
    color: #87796f;
  }

  .hamburger_menu_contents ul li i{
    color: #71bedb;
    margin-right: 15px;
  }

  .hamburger_menu_sns{
    color: #87796f;
    font-size: 2rem;
  }
  .hamburger_menu_sns i{
    margin-right: 20px;
  }

  .hamburger_menu{
    display: block;
    opacity: 0;
    background-color: #fff;
    height: 100dvh;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    z-index: 0;
    pointer-events: none;
  }

  .hamburger_menu_contents{
    padding: 80px 20px 20px 100px;
    overflow: hidden;
  }
  
  .hamburger_menu.active{
    opacity: 1;
    pointer-events: auto;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0, 0.7, 0.22, 1 );
  }

  .hamburger_menu.active .hamburger_menu_contents{
    padding: 80px 20px 20px 30px;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0, 0.7, 0.22, 1 );
  }
  
}



/* キービジュアル */
.key-visual_outer{
  height: 100vh;
  background-color: #f4f3ee;
}

.key-visual{
  border-radius: 0px 0px 80px 80px;;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.key-visual::before{
  background-image: url(images/key-visual.png);
  background-position: center center;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.key-visual_announcement{
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  bottom: -160px;
  position: absolute;
  right: 50px;
}

.key-visual_announcement_decoration{
  background: #ffffff;
  border-radius: 50%;
  height: 40px;
  margin: 0px 0px 0px 30px;
  position: relative;
  width: 40px;
  max-width: calc(100% - 30px);
}

.key-visual_announcement_contents{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-bottom: 0px solid #8ac7de;
  border-left: 0px solid #8ac7de;
  border-radius: 50%;
  border-right: 0px solid #8ac7de;
  border-top: 0px solid #8ac7de;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.14);
  height: 250px;
  justify-content: flex-start;
  margin: -40px 0px 0px 0px;
  padding: 0px;
  position: relative;
  transform: rotate(0deg);
  width: 250px;
}

.key-visual_announcement_contents p{
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}

.key-visual_announcement_title{
  font-size: 2.6rem;
  font-weight: 900;
  margin: 55px 0px 8px 0px;
  color: #71bedb;
}

.key-visual_announcement_sub_title{
  color: #87796f;
  font-size: 1.4rem;
  font-weight: 900;
}

.btn_typeA{
  margin: 20px 0px 0px 0px;
  transition: 0.4s;
}

.btn_typeA:hover{
  transform: scale(1.1, 1.1)
}

@media (min-width:465px) and ( max-width:768px){
  .key-visual::before{
    background-image: url(images/key-visual_sp.jpg);
  }
  .key-visual{
    border-radius: 0;
  }
}

@media (max-width: 465px){
  .key-visual{
    border-radius: 0;
  }
  .key-visual_outer {
    height: 70vh;
  }
  .key-visual::before{
    background-image: url(images/key-visual_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 70%;
    border-radius: 0px;
  }
  .key-visual_announcement{
    bottom: 70px;
    right: 30px;
  }
  .key-visual_announcement_decoration{
    width: 30px;
    height: 30px;
    margin: 0 0 5px 5px;
  }
  .key-visual_announcement_contents{
    width: 130px;
    height: 130px;
  }
  .key-visual_announcement_title{
    font-size: 1.5rem;
    margin: 20px 0 5px 0;
  }
  .key-visual_announcement_sub_title{
    font-size: 1.1rem;
  }
  .btn_typeA{
    font-size: 1.2rem;
    padding: 5px 7px;
    margin-top: 8px;
  }
}


/* セクションタイトル共通 */
.section_title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px 0px 50px 0px;
}

.section_title_outer{
  background-color: #bbd400;
  border-radius: 0% 50% 50% 50%;
  height: 50px;
  margin: 0px 10px 0px 0px;
  width: 50px;
  position: relative;
}

.section_title_icon{
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
}

.section_title_outer::before{
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
}

.section_title_icon::before{
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25px;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.section_decoration{
  text-align: center;
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
  margin-top: -15px;
}

.section_decoration_wrap{
  max-width: 100%;
}

@media (max-width: 768px){
  .section_decoration{
    font-size: 5rem;
    margin-top: -10px;
  }
}


/* お知らせ */
#news{
  background-color: #f4f3ee;
  padding-top: 47px;
  padding-bottom: 80px;
}

#news h2{
  color: #ffa029;
  margin: 40px 0px 20px 0px;
}

.news_contents{
  width: 960px;
  margin: 0  auto;
  max-width: 100%;
}

.news_contents span{
  font-size: 1.4rem;
  color: #ffa029;
}

.news_contents p{
  color: #87796f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.news_contents_airticle{
  border-bottom: 1px solid #ffa029;
  margin-bottom: 20px;
}

@media (max-width: 768px){
  #news h2{
    margin: 20px 0px 20px 0px;
  }
  .news_contents_airticle p{
    font-size: 1.6rem;
  }
}

/* 心血管モザイク研究室って？ */
#labo{
  padding-bottom: 100px; 
}

.section_decoration.labo{
  color: #eff4c4;
}

#labo .section_title_outer::before{
  background-image: url(images/green.png);
}

#labo .section_title_icon::before{
  background-image: url(images/menu_icon_01.png);
}

#labo h2{
  text-align: center;
  color: #a2b033;
}

.labo_main_img{
  height: 350px;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 48px;
}

.labo_main_img img{
  border-radius: 50% 0px 50% 0px;
  width: 100%;
  height: 100%;
}

#labo h3{
  margin-bottom: 20px;
}

.labo_contents_text{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.labo_contents_text p{
  font-weight: 500;
}





/* メンバーの紹介 */
#member{
  background-color: #e8f4f9;
  position: relative;
  padding-top: 15px;
  padding-bottom: 40px;
}

.member_inner{
  position: relative;
  top: -15px;
}

.section_decoration.member{
  color: #fff;
}

.member_illust{
  bottom: auto;
  flex: none;
  height: 200px;
  left: 45px;
  margin: 0 0 0 0;
  position: absolute;
  right: auto;
  top: -41px;
  width: 210px;
  max-width: 100%;
  z-index: 10;
}

#member .section_title{
  margin-bottom: 10px;
}

#member .section_title h2{
  color: #75b3ca;
}

#member h3{
  font-weight: 900;
}

.member_subtitle{
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

#member .section_title_outer::before{
  background-image: url(images/blue.png);
}

#member .section_title_outer i{
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.member_contents{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.member_img{
  width: 220px;
  height: 220px;
  margin-bottom: 30px;
}

.member_img img{
  border-radius: 100px 0px 100px 100px;
  width: 100%;
  max-width: 100%;
}

.member_contents h4{
  font-size: 2.4rem;
}

.member_contents.list{
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: start;
}

.member_list{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.member_contents.list span{
  display: inline-block;
  margin-bottom: 10px;
}

.member_detail p{
  font-size: 1.4rem;
}

.member_detail span{
  color: #8ac7de;
  font-size: 1.5rem;
  font-weight: 900;
}

.member_detail p:first-of-type{
  font-weight: 700;
  margin-bottom: 10px;
}

.member_detail p:last-of-type{
  text-align: left;
}

.member_detail a{
  font-size: 1.2rem;
  color: #666666;
}

.member_detail a i{
  margin-right: 8px;
  color: #bbd400;
  font-weight: 700;
}

#member h3{
  text-align: center;
  color: #75b3ca;
  font-size: 2.8rem;
}

@media (max-width: 925px){
  .member_illust{
    height: 152px;
    left: 10px;
    top: -63px;
    width: 162px;
  }
}

@media (max-width: 840px){
  .member_contents.list{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .member_list{
    margin-bottom: 10px;
  }
  .member_detail{
    text-align: center;
  }
  .member_contents .member_detail a{
    display: flex;
    align-items: baseline;
  }
  .member_illust{
    height: 120px;
    left: 10px;
    top: -83px;
    width: 120px;
  }
}

@media (max-width: 540px){
  .member_contents {
    gap: 0px;
  }
  .member_illust{
    height: 92px;
    left: 5px;
    top: -60px;
    width: 100px;
  }
  .member_contents.list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}


/* 研究実績 */
#achievements{
  position: relative;
  padding-bottom: 80px;
}

#achievements .section_title h2{
  color: #a2b033;
}

#achievements .section_title_outer::before{
  background-image: url(images/green.png);
}

#achievements .section_title_icon::before{
  background-image: url(images/menu_icon_02.png);
}

.section_decoration.achievements{
  color: #eff4c4;
}

#achievements ul{
  list-style: none;
}

#achievements ul li p{
  font-size: 1.6rem;
  font-weight: 700;
}

#achievements ul li:last-of-type{
  margin-bottom: 10px;
}

.achievements_contets{
  display: table;
  margin: 0 auto;
}

.achievements_contets p{
  font-size: 1.4rem;
  font-weight: normal;
}

.achievements_illust_left{
  bottom: 0px;
  left: 168px;
  position: absolute;
  width: 150px;
  transition: 0.4s;
}

.achievements_illust_right{
  bottom: 0px;
  position: absolute;
  right: 143px;
  width: 170px;
  transition: 0.4s;
}

@media (max-width: 1140px){
  .achievements_illust_left{
    left: 90px;
  }
  .achievements_illust_right{
    right: 90px;
    width: 110px;
  }
}

@media (max-width: 435px){
  .achievements_illust_left{
    left: 50px;
    width: 100px;
  }
  .achievements_illust_right{
    right: 50px;
    width: 90px;
  }
}

/* フッター */
#footer{
  background-color: #f4f3ee;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer_contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.footer_contents p,
.inquiry_mail,
.footer_menu p,
.footer_menu small{
  color: #87796f;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.inquiry_mail{
  font-weight: 900;
  text-decoration: underline;
}

.footer_contents h2{
  font-family: "Noto Sans JP", sans-serif;
  color: #87796f;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.footer_inquiry{
  text-align: center;
}

.footer_contents .footer_inquiry .btn_typeB p{
  color: #fff;
} 

.footer_inquiry .btn_typeB i{
  margin-left: 20px;
}

#footer .main_title {
  margin-top: 30px;
  margin-bottom: 40px;
}

.footer_menu_nav{
  display: flex;
  justify-content: space-between;
}


@media (max-width: 874px){
  .footer_access{
    width: 100%;
  }
}

.footer_menu{
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dfdbc6;
}

.footer_menu_nav a{
  margin-right: 30px;
}

.footer_menu_nav a:last-of-type{
  margin-right: 0px;
}

.footer_menu_nav a:hover {
  opacity: 1;
}

.footer_menu_nav a:hover p{
  color: #594c42;
  transition: 0.4s;
}

.footer_sns i{
  color: #87796f;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer_menu small{
  font-size: 1rem;
}

.topback_btn{
  background: #ffa029;
  border-radius: 50%;
  right: 40px;
  bottom: 50px;
  height: 55px;
  position: fixed;
  width: 55px;
}

.topback_btn i{
  color: #ffffff;
  font-size: 24px;
  position: relative;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topback_btn span{
  position: absolute;
  top: 14px;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  transform: translateX(-50%);
}


@media (max-width: 768px){
  .footer_menu_nav{
    display: none;
  }
  #footer .main_title{
    margin: 0;
    padding: 10px 0;
  }
  .topback_btn{
    bottom: 15px;
    right: 15px;
  }
}


/* アニメーション */
.fadein{
  opacity: 0;
  transform: translate(0,0);
  transition: all 1s;
}

.fadein.fadein-up{
  transform: translate(0,-30px);
}

.fadein.fadein-bottom{
  transform: translate(0,30px);
}

.fadein.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}


