@charset "utf-8";
/* CSS Document */

html{
    scroll-padding-top: 70px;
}

body {
    padding-top: 60px; 
    
}

header {
    position: fixed; /*← fixedで固定 */
    width: 100%; 
    height: 60px; 
    background: #FFFFFF; 
    box-sizing: border-box;
    top: 0; 
    left: 0; 
    display: flex; 
    align-items: center; 
	z-index: 100;
  
   /* ロゴとメニューを横並びにする */
    display: flex; 
    justify-content:space-between;
}
.top_tittle_logo{
	display: block;
	width: 100%;
	height: 4rem;
	text-align: left;
	z-index:1;

}

.top_area{
	position: relative;	
	display: block;
	
}

.top_tittle{
	line-height: 2.4rem;
	padding-top: 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 	2.4rem;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing:	0.15rem; 

}

@media (max-width: 1200px) {
  .top_tittle {
	line-height: 2.4rem;	  
    font-size: 2.4rem;
	  
  }
}



@media (max-width: 768px) {
  .top_tittle {
	line-height: 1.8rem;	  
    font-size: 1.8rem;  
  }
}



.top_tittle_sub{
	font-family: 'M PLUS Rounded 1c', sans-serif;	
    font-size: 	1.6rem;
	line-height: 2.0rem;     
	line-height: 0;
	color: #FFFFFF;
	
	
}
@media (max-width: 1200px) {
  .top_tittle_sub {
    font-size: 	1.6rem;
	line-height: 2.0rem;    

	}
}

@media (max-width: 992px) {
  .top_tittle_sub {
    font-size: 1.5rem;
	line-height: 1.7rem;         

	}
}


@media (max-width: 768px) {
  .top_tittle_sub {
    font-size: 1.2rem;

	}
}



.project_num ol {
  counter-reset: project_num-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.project_num ol li {
  margin-top: 1rem;	
  line-height: 1.125rem;
  padding-left: 2rem;
  position: relative;
}
.project_num ol li:before {
  content: counter(project_num-counter);
  counter-increment: project_num-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  width: 1.25rem;
  color: #ffffff;
  font-size:0.875rem;
  line-height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.foot_left{
	background:#1BA4AA;
	color: #FFFFFF;
	min-height: 6rem;
	margin: 0;
	
}
.foot_right{
	background:#eaeaea; 
	height: 6rem;
	margin: 0;	
}
@media (min-width: 576px) {
.modal-dialog-fluid {
  max-width: inherit;
  width: 80%;

}
}

#member_table {
  border-collapse: collapse;
  width: 90%;
  margin:0 auto;
}

#member_table th  ,
#member_table td  {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  text-align:left;
  border-bottom: 1px solid #ddd;
}
#member_table th  {
  font-weight: #D9D9D9;
  font-size: 0.875rem;
  color: #333;
  background: #E3E3E3;
  text-align: center;
}

.sub_logo{
 justify-content: space-between;
 display: flex;	
}

.sub_logo.fixed{
 position: fixed;
 top: 0;
}

.sub_logo.fixed.none {
    opacity: 0;
    z-index: -1;
}

.sub_logo_img {
 max-width: 10rem;
 margin-top: 1rem;
 margin-left: 1.25rem;	
 height: auto;
}

.list_type_new{
	display: block;
	width: auto;	
	padding: 0.1em 1em;
	margin:0 1.5em;
    border-radius:1rem;
    color: #FFFFFF;
    background: #EE810A;
	white-space: nowrap;	
	font-size: 0.8vw;
	
}

a span {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -12px;
  border-left: 3px solid rgba(255,255,255,0.70);
  border-bottom: 3px solid rgba(255,255,255,0.70);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .30s;
  animation-delay: .30s;
}
a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



@media(max-width: 1400px) {
.sub_logo_img {	
 max-width: 8rem;	
}	
}

@media(max-width: 992px) {
.sub_logo_img {	
 max-width: 6rem;	
}	
}

@media(max-width: 768px) {
.sub_logo_img {	
 max-width: 5rem;	
}
	
a span {
  width: 12px;
  height: 12px;

}
	

a span:nth-of-type(2) {
  top: 12px;
  -webkit-animation-delay: .30s;
  animation-delay: .30s;
}
a span:nth-of-type(3) {
  top: 24px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
	
}


@media(max-width: 768px) {
.heading {
 display: none;
}
.name {
 background: #D9D9D9; 
 color: #333;  
 }
#member_table td {
 display: block;
 text-align:center;
  }	
}	

@media(max-width: 992px) {	
.brpoint{
 display: block;
}
}

@media(min-width: 992px) {	
.brpoint_2{
 display: block;
}
}

.member_box
{
position: relative;
top: -0.8em;
width:15em;
 margin-left: 1rem;
padding: 0.5rem;
font-size: 1.25rem;
text-align:center;
color: #ffffff;
background: #1BA4AA;
}

@media(max-width: 768px) {	
.member_box
{
margin: 0px auto;

}
}

.carousel_top{
	position: absolute;
	bottom: 0;
	right:0;
	width: 45rem; 
	height: 10rem;	
	background: hsla(206,100%,25%,0.60);
	padding: 1rem 3rem 1rem 3rem;
	font-size: 1.25rem;
}


@media(max-width: 992px) {
	.carousel_top{
	width: 100%; 
	height: 6rem;
	font-size: 0.825rem;		
		

}
}

.info_text{
	font-family: 'Ubuntu', sans-serif;
	color: #1BA4AA;
	font-size: 1.725rem;
	letter-spacing:0.2rem;	
}

.info_text_2{
	color: #000;
	font-size: 0.75rem;
	letter-spacing:0.2rem;

}

.info_text3{
	font-family: 'Ubuntu', sans-serif;
	color: rgba(255,255,255,0.40);
	font-size: 1.75rem;
	letter-spacing:0.2rem;	
	font-weight: 300;
}

.info_text4{
	position: relative;	

}

.api_wrapper{
    height: 100vh;
    
}

@media(max-width: 992px) {
.info_text{
	font-size: 1.375rem;
	letter-spacing:0.1rem;		
		

}

.info_text3{
	font-size: 1rem;
	letter-spacing:0.2rem;	


}	
}

