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


.title-box h3::before {
	background-image: url("images/icon.svg");
	height: 80px;
	margin-top: -90px;
}

.contents-concept {
	width: 100%;
}

.contents-concept h5 {
	line-height: 1.6;
}

/* contents01-wrap */

.contents01-wrap {
	text-align: center;
	margin-bottom: 100px;
	width: 100%;
}

.contents01-wrap > div:not(:last-child) {
	margin-bottom: 60px;
}

/* contents01 */

.contents01 {
	background-image: url("images/img01.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	height: 710px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	margin-bottom: 100px;
}

.contents01 .box-box {
	width: 1000px;
	display: flex;
  justify-content: flex-end;
	text-align: left;
}

.contents01 h3, .contents01 h4, .contents01 h5 {
	font-family: 'GenEiLateMin', sans-serif;
color: #603813;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
}

.contents01 h3 {
	font-size: 32px;
}

.contents01 h4 {
	font-size: 42px;
	padding: 20px 0px 10px;
}

.contents01 h5 {
	font-size: 24px;
	color: #f6921e;
}

/* contents02 */

.contents02 {
	width: 1000px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	text-align: left;
}

.contents02 .box-box {
	width: 470px;
}

.contents02 .box001 {
	border-style : solid;
border-color : #F29600;
border-width : 2px;
	border-radius: 12px;
	background-color: #FFF;
	padding: 40px 35px 25px;
	margin-top: 50px;
	position: relative;
}

.contents02 .box001::before {
	content: "";
	position: absolute;
left: 20px;
top: 0px;
	width: 210px;
	padding: 8px 0px;
	text-align: center;
	background-color: #F29600;
	display: block;
	border-radius: 60px;
	margin-top: -25px;
	font-family: 'GenEiLateMin', sans-serif;
font-weight: normal;
line-height: 1.2;
	font-size: 26px;
color: #FFF;
letter-spacing: 0.2em;
}

.contents02 .p01::before {
	content: "経　歴";
}

.contents02 .p02::before {
	content: "所属学会";
}

.contents02 .box002 {
	padding-top: 30px;
}

.contents02 .box002 .box {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	align-items: center;
}

.contents02 h6 {
	font-family: 'GenEiLateMin', sans-serif;
font-weight: normal;
line-height: 1.2;
	font-size: 22px;
color: #F6921E;
letter-spacing: 0.2em;
}

.contents02 .box002 p {
	font-size: 18px;
color: #231815;
}

.contents02 .box002 p span {
	font-size: 14px;
}

.contents02 .box002 p::before {
	content: "　…　";
}

/* contents03 */

.contents03 {
	margin-bottom: 50px;
}

.contents03 p {
color: #231815;
	line-height: 2;
}

/* contents04 */

.contents04 {
	width: 1000px;
	padding-top: 50px;
}

.contents04 img {
	width: 100%;
height: auto;
}

.sp-view {
	display: none;
}
