@charset "utf-8";
/* CSS Document */

.profile {
  background: #207148;
  margin-bottom: 50px;
	display: flex;
}


.profile__img {
  width: 500px;
}

.profile__name,.profile__yomi,.profile__desc {
  color: #fff;
}

.profile__name {
  padding:1.6rem 2rem .2rem;
  font-weight:bold;
  font-size:1.2rem;
  letter-spacing:.1rem;
}

.profile__yomi {
  padding:0 2rem;
  font-size:.8rem;
  letter-spacing:.1rem;
  opacity:.7;
}

.profile__desc {
  padding:1.6rem 2rem;
  line-height:1.6rem;
}
/*
body {
  padding: 50px 20px;
}*/

.heading21 {
	position: relative;
	font-size: 26px;
	line-height: 2.5em;
}

.work p{
	line-height: 2.5em;
	font-size: 1.5rem;
}

.heading21 span {
	position: relative;
	z-index: 2;
}

.heading21::before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: repeating-linear-gradient(-45deg, #207148 0px, #207148 2px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 10px 10px;
	z-index: 1;
}

.heading21::after {
	content: attr(data-en);
	position: relative;
	margin-left: 20px;
	font-size: 16px;
	z-index: 2;
}

.work{
	margin-bottom: 30px;
}

.kyujin{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 150px;
	width: 70%;
}

@media screen and (max-width: 768px){
	.profile{
		flex-direction: column;
	}	
	
	.profile__name {
    	font-size: 1.0rem;
	}
	
	.work p{
	font-size: 1.1rem;
}
	.kyujin {
    margin-bottom: 80px;
    width: 100%;
}

}

@media screen and (max-width: 423px){
	.sample-box-6 {
		margin-left: -10px;
	}
}


@media screen and (max-width: 375px){
	.sample-box-5 {
		font-size: 1.0rem;
	}
	.sample-box-6 {
		width: 190px;
		font-size: 0.9rem;
	}
}