@charset "utf-8";
/* CSS Document */
p {
	font-size: 1.6rem;
	margin: 56px 0 0;
	padding: 0 34px;
	font-weight: 200
}
.name {
	font-size: 2.6rem;
	margin: 0 auto;
	padding: 8px 34px;
}
h3 {
	font-size: 1.8rem;
	padding: 8px 0 0 34px;
	margin: 0 auto;
	font-weight: 400;

}
.messege {
	margin-bottom: 56px;
}
.messege p {
	font-size: 1.6rem;
	margin: 56px 0 0;
	padding: 0 34px;
	font-weight: 300px;
	text-align: left;
	line-height: 3.8rem;
}
.picture img {
	height: 516px;
	width: 100%;
		object-fit: cover;
}

.career {
	margin-top: 36px;
}
.c1 {
	margin-top: 24px;
}
.c2 {
	margin-top: 20px;
}
.career h3,.place h3,.now h3 {
  font-size: 2.0rem;
  font-weight: 500;
}


.place {
	margin-top: 36px;
  
}
.place-name {
	margin-top: 20px;
	
}
.place-name ul {
  padding-left: 34px;
}

.place ul li {
	font-size: 1.6rem;
	font-weight: 200;
	list-style: none;
	line-height: 3.6rem
}
.now {
	margin: 90px 0 50px 0;
}
.now p {
	line-height: 3.0rem;
	margin-top: 10px;
    font-size: 1.8rem;
}

@media (min-width: 960px) {  
  main {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
  }
h1 {
	font-size: 3.4rem;
	margin: 0 auto;
	padding: 46px 0 0;
	color: #515151;
	font-weight: 500;
  max-width: 1200px;
	position: relative;
  
}
h1::after {
	content: "";
	position: absolute;
top: 90px;
	left: 0px;
	right: 0px;
	background-color: #A5A5A5;
	height: 1px;
	width: 100%;
	margin: 0 auto;	
}
  .rubi {
   font-size: 3.2rem;
	margin: 80px 0 0;
	padding: 0;
	font-weight: 200;
    letter-spacing: 8px;
  }
  
  .p1 {
    font-size: 3.2rem;
	margin: 56px 0 8px;
	padding: 0 34px;
	font-weight: 200
    
    
  }
  p {
	font-size: 3.2rem;
	margin: 56px 0 8px;
	padding: 0 34px;
	font-weight: 200
}
.name {
	font-size: 6.0rem;
	margin: 0 auto;
	padding: 8px 0;
  letter-spacing: 8px;
}
  .profession {
  font-size: 2.9rem;
	padding: 22px 0 0;
	margin: 0 auto;
	font-weight: 400;

  
}
  
  
h3 {
	font-size: 2.9rem;
	padding: 8px 0 0 34px;
	margin: 0 auto;
	font-weight: 400;

}
.messege {
	margin-bottom: 56px;
}
.messege p {
	font-size: 2.6rem;
	margin: 56px 0 0;
	padding: 0;
	font-weight: 300px;
	text-align: left;
	line-height: 5.8rem;
}
  
  

.picture img {
	height: 770px;
 
	width: 100%;
		object-fit: cover;
}
  .profession {
    display: flex;
  }  
   
  
.career {
	margin-top: 36px;
}
.c1 {
	margin-top: 38px;
  font-size: 2.4rem;
}
.c2 {
	margin-top: 20px;
  font-size: 2.4rem;
}
.career h3,.place h3,.now h3 {
  font-size: 3.8rem;
  font-weight: 500;
}


.place {
	margin-top: 36px;
  
}
  
.place-name {
	margin-top: 20px;
	
}
.place-name ul {
  padding-left: 34px;
}

.place ul li {
	font-size: 2.2rem;
	font-weight: 200;
	list-style: none;
	line-height: 4.6rem
}
.now {
	margin: 90px 0 120px 0;
}
  
  .now h3 {
   margin-bottom: 36px; 
    position: relative;
  }
  .now h3::before {
    content: "";
	position: absolute;
top: -64px;
	left: 0px;
	right: 0px;
	background-color: #A5A5A5;
	height: 1px;
	width: 96%;
	margin: 0 auto;	
}
  
  
  
.now p {
	line-height: 3.6rem;
	margin-top: 10px;
    font-size: 2.6rem;
}
}