.pic_tsubame {
	 display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-top: 20px;
}
.pic_tsubame img {
	 display: block;
	width: 18%;
	margin-left: 150px;
}
.pic_tsubame img.pic10{
	width:24%;
	margin: 0 auto;
}
.pic_flex.pic08 img {
    width: calc((100% - 20px) * .63);
}
.pic_flex.pic08 p {
    width: calc((100% - 20px) * .37);
}
.pic_flex img.ill_tsubame.loft_3f {
    width: 35%;
    min-width: auto;
    margin: 100px 0 0;
}
.profile span{
	font-size:.8em;
}

@media(max-width: 660px) {
	.pic_tsubame {
		justify-content: unset;
		flex-direction: row-reverse;
	}
	.pic_tsubame img {
		width: 30%;
		margin: 0 25% 0 auto;
	}
	.pic .flex_box img {
	    width: 100% !important;
	}
	.pic_flex{
		position:relative;
	}
	.pic_flex img {
	    width: calc(100% - 30%);
	    min-width: unset;
	}
	.pic_flex img.ill_tsubame.loft_3f {
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	.pic_flex p {
	    width: 100%;
	}
	.pic_tsubame img.pic10 {
	    width: 40%;
	}
}
