@charset "UTF-8";

.content {
	width: 89.33vw;
	margin-left: auto;
	margin-right: auto;
	color: #1A1A1A;
	padding-bottom: 16vw;
	padding-top: 5.33vw;
}

@media print,
screen and (min-width: 1025px) {
	.content {
		width: 64.58vw;
		padding-top: 3.13vw;
		padding-bottom: 6.25vw;
	}
}

.content .greeting {
	line-height: 1.8;
}

.content .greeting h1 {
	font-size: 5.33vw;
	font-weight: bold;
	color: #f69166;
}

@media print,
screen and (min-width: 1025px) {
	.content .greeting h1 {
		font-size: 1.04vw;
	}
}

.content .greeting h2 {
	font-size: 5.33vw;
	font-weight: bold;
	color: #f69166;
}

@media print,
screen and (min-width: 1025px) {
	.content .greeting h2 {
		font-size: 1.04vw;
	}
}

.content .greeting p {
	font-size: 3.73vw;
	margin-top: 3.73vw;
}

@media print,
screen and (min-width: 1025px) {
	.content .greeting p {
		font-size: 0.83vw;
		margin-top: 1.04vw;
	}
}

.content .about-dent {
	font-size: 3.73vw;
	margin-top: 3.73vw;
}

@media print,
screen and (min-width: 1025px) {
	.content .about-dent {
		font-size: 0.83vw;
		margin-top: 2.08vw;
	}
}

.content .about-dent h2 {
	color: #e7755d;
}

.content .about-dent p {
	margin-top: 3.73vw;
	line-height: 1.8;
}

@media print,
screen and (min-width: 1025px) {
	.content .about-dent p {
		margin-top: 1.04vw;
	}
}

.content .career {
	margin-top: 5.33vw;
	line-height: 1.8;
}

@media print,
screen and (min-width: 1025px) {
	.content .career {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-start;
		margin-top: 1.46vw;
	}
}

.content .career table {
	border: 0;
}

.content .career .text th {
	text-align: left;
	font-size: 5.33vw;
	color: #f69166;
	font-weight: bold;
	height: 13vw;
	display: block;
}

@media print,
screen and (min-width: 1025px) {
	.content .career .text th {
		font-size: 1.04vw;
		display: table-cell;
		height: 0;
	}
}

.content .career .text th:last-child {
	margin-top: 3%;
}

@media print,
screen and (min-width: 1025px) {
	.content .career .text th:last-child {
		margin-top: 0;
	}
}

.content .career .text td {
	font-size: 3.73vw;
}

@media print,
screen and (min-width: 1025px) {
	.content .career .text td {
		font-size: 0.83vw;
	}
}

.content .career .profile-img {
	margin-top: 1vw;
}

@media print,
screen and (min-width: 1025px) {
	.content .career .profile-img {
		width: 32.29vw;
		margin-left: auto;
		margin-top: 0;
		display: block;
	}
}