.content .sec-kv {
	background-color: #e85e37;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 769px) {
	.content .sec-kv {
		height: 230px;
		font-size: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-kv {
		height: 36vw;
		font-size: 6.4vw;
	}
}

.content .sec-nav {
	background-color: #ffffec;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 769px) {
	.content .sec-nav {
		padding: 100px 0 0;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-nav {
		padding: 12.8vw 0 0;
	}
}

.content .sec-nav .round-btn {
	background-color: #fff;
	color: #111;
	font-weight: 700;
	letter-spacing: 0.46em;
	border: none;
}

@media only screen and (min-width: 769px) {
	.content .sec-nav .round-btn {
		font-size: 22px;
		width: 300px;
		height: 80px;
		filter: drop-shadow(0 0 2px rgba(17, 17, 17, 0.25));
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-nav .round-btn {
		font-size: 3.73333vw;
		width: 42.66667vw;
		height: 10.66667vw;
		filter: drop-shadow(0 0 1.06667vw rgba(17, 17, 17, 0.25));
	}
}

.content .sec-nav .round-btn::after {
	content: '';
	border: solid #e85e37;
	transform: rotate(-45deg);
}

@media only screen and (min-width: 769px) {
	.content .sec-nav .round-btn::after {
		width: 16px;
		height: 16px;
		border-width: 0 0 2px 2px;
		margin-top: -10px;
		margin-left: 8px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-nav .round-btn::after {
		width: 3.2vw;
		height: 3.2vw;
		border-width: 0 0 0.53333vw 0.53333vw;
		margin-top: -1.6vw;
		margin-left: 2.13333vw;
	}
}

@media only screen and (min-width: 769px) {
	.content .sec-nav .round-btn + .round-btn {
		margin-left: 64px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-nav .round-btn + .round-btn {
		margin-left: 6.4vw;
	}
}

.content .sec-message {
	background-color: #ffffec;
}

@media only screen and (min-width: 769px) {
	.content .sec-message {
		padding: 100px 0 120px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-message {
		padding: 13.33333vw 0 16vw;
	}
}

@media only screen and (min-width: 769px) {
	.content .sec-message .inner-wrap {
		width: 800px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-message .inner-wrap {
		width: 93.33333vw;
		margin: auto;
	}
}

.content .sec-message__title .font-jost {
	letter-spacing: 0.08em;
	display: block;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.content .sec-message__title .font-jost {
		font-size: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-message__title .font-jost {
		font-size: 8.53333vw;
	}
}

.content .sec-message__title .font-jost::after {
	content: '';
	background-color: #e85e37;
	display: block;
}

@media only screen and (min-width: 769px) {
	.content .sec-message__title .font-jost::after {
		width: 56px;
		height: 5px;
		margin: 8px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-message__title .font-jost::after {
		width: 12.8vw;
		height: 1.06667vw;
		margin: 2.13333vw auto 0;
	}
}

.content .sec-message__title-sub {
	display: block;
	text-align: center;
	letter-spacing: 0.28em;
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.content .sec-message__title-sub {
		font-size: 20px;
		margin-top: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-message__title-sub {
		font-size: 4.26667vw;
		margin-top: 3.2vw;
	}
}

.content .sec-message__lead {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.content .sec-message__lead {
		font-size: 32px;
		margin-top: 40px;
		letter-spacing: 0.1em;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-message__lead {
		font-size: 6.4vw;
		margin-top: 8.53333vw;
		letter-spacing: 0.025em;
		text-align: center;
		margin-right: -0.5em;
	}
}

.content .sec-message__lead strong {
	color: #e85e37;
}

.content .sec-message__body {
	font-weight: 700;
	line-height: 1.8;
}

@media only screen and (min-width: 769px) {
	.content .sec-message__body {
		margin-top: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-message__body {
		margin-top: 8.53333vw;
	}
}

.content .sec-message__name {
	text-align: right;
}

@media only screen and (min-width: 769px) {
	.content .sec-message__name {
		margin-top: 16px;
		font-size: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-message__name {
		margin-top: 4.26667vw;
	}
}

.content .sec-company {
	background-color: #e85e37;
	color: #fff;
}

@media only screen and (min-width: 769px) {
	.content .sec-company {
		padding: 90px 0 100px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-company {
		padding: 18.66667vw 0;
	}
}

@media only screen and (min-width: 769px) {
	.content .sec-company .inner-wrap {
		width: 800px;
	}
}

.content .sec-company__title .font-jost {
	letter-spacing: 0.08em;
	display: block;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.content .sec-company__title .font-jost {
		font-size: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-company__title .font-jost {
		font-size: 8.53333vw;
	}
}

.content .sec-company__title .font-jost::after {
	content: '';
	background-color: #fff;
	display: block;
}

@media only screen and (min-width: 769px) {
	.content .sec-company__title .font-jost::after {
		width: 56px;
		height: 5px;
		margin: 8px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-company__title .font-jost::after {
		width: 12.8vw;
		height: 1.06667vw;
		margin: 2.13333vw auto 0;
	}
}

.content .sec-company__title-sub {
	display: block;
	text-align: center;
	letter-spacing: 0.28em;
}

@media only screen and (min-width: 769px) {
	.content .sec-company__title-sub {
		font-size: 20px;
		margin-top: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-company__title-sub {
		font-size: 4.26667vw;
		margin-top: 3.2vw;
	}
}

.content .sec-company__profile {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.content .sec-company__profile {
		margin-top: 40px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-company__profile {
		margin-top: 5.33333vw;
		text-align: center;
		font-size: 4.8vw;
	}
}

@media only screen and (min-width: 769px) {
	.content .sec-company__profile colgroup col.col01 {
		width: 240px;
	}
}

@media only screen and (min-width: 769px) {
	.content .sec-company__profile tr {
		border-bottom: 2px solid #fff;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-company__profile tr {
		display: block;
		padding: 3.73333vw 0;
		font-weight: 700;
	}
}

@media only screen and (min-width: 769px) {
	.content .sec-company__profile tr th {
		padding: 20px 0 20px 60px;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-company__profile tr th {
		display: block;
		color: #e8e883;
	}
}

@media only screen and (min-width: 769px) {
	.content .sec-company__profile tr td {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 768px) {
	.content .sec-company__profile tr td {
		display: block;
	}
}
