@charset "UTF-8";
/* CSS Document */
.sr-top_image {
  margin: 200px auto 0;
  width: 80%;
 
}
.sr-top_image img {
  width: 100%;
   border-radius: 56px;
}
.sr-wrap {
  max-width: 1200px;
  padding-top: 57px;
  margin: 0 auto;
}
.sr-wrap img {
  width: 696px;
  padding-bottom: 75px;
}
@media screen and (min-width: 676px) {
  .sr-top_sp {
    display: none;
  }
  .toplead-sp{
    display: none;
  }
}
@media screen and (max-width: 676px) {
  .sr-image {
    display: none;
  }
  .sr-top_sp {
    border-radius: 20px;
    width: 90%;
  }
  .sr-top_sp img{
    width: 100%;
  }
  .sr-top_image {
    width: 356px;
    margin: 50px auto;
  }
  .toplead{
    display: none;
  }
  .sr-wrap{
    padding-top: 10px;
    width: 90%;
  }
  .sr-wrap img{
    width: 100%;
    padding: 0;
  }
}
/*研究について*/
.study_title {
  padding: 75px 0 75px;
 width: 26%;
  display: block;
  margin: 0 auto;
}
.study_title img{
   
  max-width:  100%;
  
}
.study_theme {
  max-width: 1200px;
  display: flex;
  margin: auto;
  padding-bottom: 200px;
}
.study_theme img {
  width: 535px;
  border-radius: 40px;
}
.study_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.study_wrap h3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.study_wrap h3::after {
  position: absolute;
  content: '・・・・・・・・・・・・・・・・・・・・・・・・・・';
  font-size: 16px;
  letter-spacing: -3px;
  top: 44px;
  bottom: 0px;
  right: 0px;
  left: -3px;
  color: #4096D2;
}
.study_wrap p {
  font-size: 15px;
  text-align: left;
  padding: 60px 143px 0 0;
  line-height: 36px;
  position: relative;
}
.study_wrap p::after {
  content: '';
  display: inline-block;
  width: 12.8em;
  height: 10.5em;
  background-image: url("../images/study_recture/study_icon.png");
  background-size: contain;
  position: absolute;
  top: 232px;
  bottom: 0px;
  right: 0px;
  left: 335px;
}
.study_member {
  max-width: 1200px;
  display: flex;
  margin: auto;
  padding-bottom: 200px;
  flex-direction: row-reverse;
}
.study_member img {
  width: 535px;
  border-radius: 40px;
}
.member_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 111px;
}
.member_wrap h3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.member_wrap h3::after {
  position: absolute;
  content: '・・・・・・・・・・・・・・・・・・・・・・・・・・';
  font-size: 16px;
  letter-spacing: -3px;
  top: 44px;
  bottom: 0px;
  right: 0px;
  left: -3px;
  color: #4096D2;
}
.member_wrap p {
  font-size: 15px;
  text-align: left;
  padding: 60px 0 0;
  line-height: 36px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .study_theme {
    display: flex;
    margin:0 10px;
    padding-bottom: 50px;
    flex-direction: column-reverse;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .study_theme img {
   width: 100%;
    border-radius: 30px;
}
  .study_title{
    width: 70%;
    padding-bottom: 45px;
  }
  
  .study_wrap p {
    font-size: 13px;
    
    padding: 50px 0px 0 0;
    line-height: 30px;
    
  }
  
  .study_wrap h3{
    padding-top: 10px;
  }
  .study_wrap p::after {
    display: none;
  }
  
  
  .member_wrap h3{
    padding-top: 10px;
  }
  .member_wrap{
    margin-left: 0;
  }
  .member_wrap p{
    font-size: 13px;
    padding: 50px 0 0;
    line-height: 30px;
  }
  .study_member{
    flex-direction: column-reverse;
    margin: 0 10px;
  }
  .study_member{
    padding-bottom: 130px;
  }
  .study_member img{
    width: 100%;
    border-radius: 30px;
  }
  
}
/*スタッフが参加した発表・論文*/
/*発表*/
.section-join {
  padding-bottom: 124px;
}
.join_title {
  width: 936px;
  padding-bottom: 130px;
}
.presentation {
  display: flex;
  margin: 0 auto 95px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.society_title {
  width: 85px;
}
.sosiety_icon {
  width: 246px;
}
.presentation span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*学会発表中身*/
.wrapper {
  max-width: 1200px;
  margin-left: 113px;
}
.sample {
  margin-inline: auto;
  width: 678px;
  height: 485px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sample__inner {
  padding: 2em;
}
.sample__box {
 
  text-align: left;
  padding-bottom: 50px;
  position: relative;
}

.sample__heading {
  padding-top: 20px;
  font-weight: 700;
  font-size: 13px;
}

.sample__area {
  margin-top: 13px;
  font-size: 13px;
  position: relative;
  padding-bottom: 20px;
}
.sample__area::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: dotted 2px #F5B000;
  top: 90%;
  right: 0;
  width: 100%;
}
/*スクロールバー（幅・高さ）*/
.sample::-webkit-scrollbar {
  width: 16px; /* 縦スクロールバーの幅*/
  height: 486px;
}
/*つまみ*/
.sample::-webkit-scrollbar-thumb {
  background-color: #f5b004;
  border-radius: 10px;
  height: 72px;
}
/*背景*/
.sample::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  border-radius: 10px;
}
/*論文*/
.paper {
  display: flex;
  margin: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.paper_title {
  width: 85px;
}
.paper_icon {
  width: 220px;
}
.paper span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*論文中身*/
.wrapper_p {
  max-width: 1200px;
  margin-left: 113px;
}
.sample_p {
  margin-inline: auto;
  padding-left: 20px;
  width: 678px;
  height: 280px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sample__inner_p {
  padding: 2em;
}
.sample__box_p {
  
  text-align: left;
  padding-bottom: 50px;
  position: relative;
}
.sample__box_p::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: dotted 2px #3f96d2;
  bottom: 23px;
  right: 0;
  width: 100%;
}
.sample__heading_p {
  font-weight: 700;
  font-size: 13px;
}
.sample__text_p {
  margin-top: 13px;
  font-size: 13px;
}
/*スクロールバー（幅・高さ）*/
.sample_p::-webkit-scrollbar {
  width: 16px; /* 縦スクロールバーの幅*/
  height: 280px;
}
/*つまみ*/
.sample_p::-webkit-scrollbar-thumb {
  background-color: #f5b004;
  border-radius: 10px;
}
/*背景*/
.sample_p::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
.join_title_sp{
    display: none;
  }  
  .society_title_sp{
    display: none;
  }
  .paper_title_sp{
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .section-join{
    padding-bottom: 0;
  }
  .join_title {
   display: none;
}
  .join_title_sp{
    width: 90%;
    padding-bottom: 60px;
  }
  .society_title{
    display: none;
  }
  .sosiety_icon{
    display: none;
  }
  .society_title_sp{
    width: 50%;
    padding-bottom: 25px;
  }
  .presentation{
    display: flex;
    flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
  }
  .sample {
    width: 95vw;
    height: 300px;
  }
  .sample__box{
    padding-bottom: 30px;
    white-space: none;
  }
  .wrapper{
    margin-left: 0;
  }
  .sample__inner{
    padding: 0;
  }
  .sample::-webkit-scrollbar {
  width: 10px; /* 縦スクロールバーの幅*/
  height: 486px;
}
  .paper {
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .paper_title{
    display: none;
  }
  .paper_icon{
    display: none;
  }
  .paper_title_sp{
    width: 50%;
    padding-bottom: 25px;
  }
  .wrapper_p{
    margin-left: 0;
  }
  .sample_p{
    width: 95vw;
    padding: 0;
  }
  .sample__inner_p{
    padding: 0;
  }
  .sample_p::-webkit-scrollbar {
  width: 10px; /* 縦スクロールバーの幅*/
  height: 280px;
}
}
/*講演・研修*/
.recture_title {
  padding: 120px 0 51px;
  width: 457px;
  display: block;
  margin: 0 auto;
}
.section-recture {
  padding-bottom: 95px;
}
.section-recture h2 {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 87px;
  line-height: 4.0;
}
.section-recture h2 span {
  color: #3f96d2;
}
.s_title {
  width: 430px;
  padding-bottom: 76px;
}
.recture-content span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s_pic {
  width: 540px;
  padding-left: 70px;
}
.recture-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.wrapper_r {
  max-width: 1200px;
}
.sample_r {
  margin-inline: auto;
  padding-left: 20px;
  width: 678px;
  height: 405px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sample__inner_r {
  padding: 2em;
}
.sample__box_r {
 
  text-align: left;
  padding-bottom: 50px;
  position: relative;
}
.sample__heading_r {
  font-weight: 700;
  font-size: 13px;
}
.sample__text_r {
  margin-top: 10px;
  font-size: 13px;
  position: relative;
  padding-bottom: 40px;
}
.sample__text_r::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: dotted 2px #3f96d2;
  top: 40px;
  right: 0;
  width: 100%;
}
/*スクロールバー（幅・高さ）*/
.sample_r::-webkit-scrollbar {
  width: 16px; /* 縦スクロールバーの幅*/
  height: 280px;
}
/*つまみ*/
.sample_r::-webkit-scrollbar-thumb {
  background-color: #3f96d2;
  border-radius: 10px;
}
/*背景*/
.sample_r::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  border-radius: 10px;
}
.button_inquiry_wrap {
  padding-bottom: 163px;
}
.button-inquiry {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 16px 117px;
  text-decoration: none;
  border-radius: 35px;
  background-color: #3F96D2;
}

@media screen and (max-width: 1200px) {
  .section-recture{
    padding-bottom: 50px;
  }
  .recture_title{
    padding: 0;
    width: 80vw;
    margin-top: 60px;
  }
  .s_pic{
   width: 95vw;
    padding-left: 0;
  }
  .wrapper_r{
    width: 100vw;
  }

  .sample_r{
    padding: 0;
    width: 95vw;
    height: 250px;
  }
  
  .sample__inner_r{
    padding: 0;
  }
  .s_title{
    width: 95vw;
    padding: 40px 0;
  }
  .section-recture h2{
    font-size: 13px;
    line-height: 2.0;
    padding: 20px 10px ;
  }
.recture-content {
    display: flex;
    flex-direction: column;
   
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
.sample_r::-webkit-scrollbar {
  width: 10px; /* 縦スクロールバーの幅*/
  height: 280px;
}
  .sample__box_r{
    padding-bottom: 40px;
  }
  .button-inquiry {
  font-size: 13px;
        padding: 10px 64px;
  
  
  }
  .button_inquiry_wrap{
    padding-bottom: 70px;
  }

}