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



/* contents01 */

.contents01, .contents02 {
	margin-bottom: 100px;
}

.contents01 {
	width: 100%;
	padding-top: 40px;
}

/* contents01 */

.contents01 h2 {
	position: relative;
}

.contents01 h2::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/name.svg");
background-position: center center;
background-repeat: no-repeat;
	background-size: auto 326px;
	width: 100%;
	height:100%;
}

.contents01 h2 img {
	width: 100%;
height: auto;
	max-height: 570px;
	object-fit: cover;
}

.contents01 .box01 {
	padding-top: 50px;
	text-align: center;
}

.contents01 h3 {
	font-size: 28px;
color: #4fc4a9;
line-height: 1.4;
letter-spacing: 0.3em;
font-weight: 200;
}

.contents01 h6 {
	font-size: 20px;
color: #000;
line-height: 1.2;
letter-spacing: 0.3em;
font-weight: 200;
}

.contents01 p {
	padding: 40px 0px;
	line-height: 2.2;
}


/* contents02 */

.contents02 {
	width: 1170px;
	background : rgba(158, 229, 216, 0.2);
	padding: 95px 160px 60px;
	position: relative;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents02::before {
	content: "経　歴";
	position: absolute;
left: 20%;
top: 0px;
	width: 60%;
	font-size: 24px;
color: #1d91ac;
line-height: 1.2;
letter-spacing: 0.3em;
font-weight: 200;
	padding: 10px 0px;
	text-align: center;
	background-color: #9EE5D8;
}

.contents02 .box01 {
	width: 370px;
}

.contents02 .box01 .box001 {
	border-bottom-style : solid;
border-bottom-color : rgba(29, 145, 172, 0.5);
border-bottom-width : 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.contents02 .box02 {
	width: 350px;
}

.contents02 .box02 img {
	width: 100%;
height: auto;
}

.contents02 table {
	width: 100%;
}

.contents02 table td {
	font-size: 20px;
color: #1d91ac;
line-height: 1.6;
letter-spacing: 0.3em;
font-weight: normal;
	padding: 5px 0px;
}

.contents02 p {
color: #1d91ac;
letter-spacing: 0.1em;
}

.contents02 .box02 p {
	padding-top: 15px;
letter-spacing: 0em;
}



.sp-view {
	display: none;
}
