body {
	margin: 0;
}
a {
	display: block;
}
.wrapper {
	background-image: url("../img/pc/top/background.jpg");
	position: relative;
	height: 100%;
}
.wrapper::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(243,232,214,0.7);
}
.wrapper_inner {
	position: inherit;
	padding: 0 1% 0;
}
.about {
	margin: 0;
}

.about_conteiner {
  display: flex;
}
.shusaku_img{
  width: 35%;
}
.shusaku_img img {
  width:100%; 
}
.shusaku_profile {
  width: 60%;
  margin-left: 5%;
}
.about_conteiner{
  overflow: hidden;
}
.profiledata1 {
  width: 4%;
}
.profiledata {
  width: 50%;
}
.contact_snsList {
  list-style-type: none;
}
