.p-header {
	background: #fff;
	height: 14.9333333333vw;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	padding: 2.1333333333vw 2.6666666667vw 2.1333333333vw 3.4666666667vw;
}

.p-header__wrap {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p-header__logo {
	height: 9.7333333333vw;
	width: 27.0666666667vw;
}

.p-header__logo a img {
	width: 100%;
}

.p-header__nav {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1.6vw;
	justify-content: flex-end;
}

.p-header__nav-info .num {
	color: #004898;
	font-size: 4.2666666667vw;
	font-weight: 700;
	letter-spacing: -0.1866666667vw;
}

.p-header__nav-info .txt {
	font-size: 2.1333333333vw;
	line-height: 1.1875;
	margin-top: 1.0666666667vw;
}

.p-header-bottom {
	background: #edf1fa;
}

.p-header-bottom__inner {
	padding: 4.2666666667vw 2.6666666667vw;
}

.p-header-bottom__txt {
	color: #132574;
	font-size: 4.8vw;
	font-weight: 700;
	letter-spacing: 0.1866666667vw;
	text-align: center;
}

.p-header-bottom__txt span {
	background: #132574;
	border-radius: 4vw;
	color: #fff;
	margin: 0 1.6vw;
	padding: 1.6vw 2.6666666667vw;
}

.p-footer {
	background: #565656;
	padding: 6.9333333333vw 0 8.5333333333vw;
}

.p-footer__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8.5333333333vw;
}

.p-footer__btn a {
	background: #009fa8;
	border-radius: 6.6666666667vw;
	color: #fff;
	display: block;
	font-size: 3.7333333333vw;
	padding: 5.0666666667vw 16.5333333333vw 4.5333333333vw 4.2666666667vw;
	position: relative;
}

.p-footer__btn a::after {
	background: url(../img/icon-arrow.png) no-repeat center center/contain;
	content: "";
	height: 2.9333333333vw;
	position: absolute;
	right: 5.3333333333vw;
	top: 50%;
	transform: translateY(-50%);
	width: 1.7333333333vw;
}

.p-footer__copy {
	color: #fff;
	font-size: 3.2vw;
	letter-spacing: -0.1066666667vw;
	text-align: center;
}

@media screen and (min-width: 768px) {

.p-header {
	height: 6.9444444444vw;
}

.p-header__inner {
	padding: 1.3888888889vw 2.2916666667vw 1.3194444444vw 3.5416666667vw;
}

.p-header__logo {
	height: 4.1666666667vw;
	width: 11.4583333333vw;
}

.p-header__nav {
	gap: 1.5277777778vw;
}

.p-header__nav-info .num {
	font-size: 2.2222222222vw;
	letter-spacing: -0.1041666667vw;
}

.p-header__nav-info .txt {
	font-size: clamp(12px, 1.1111111111vw, 16px);
	letter-spacing: 0;
	margin-top: 0.4861111111vw;
}

.p-header-bottom__inner {
	padding: 2.0138888889vw 2.0833333333vw 1.9444444444vw 2.0833333333vw;
}

.p-header-bottom__txt {
	font-size: 1.6666666667vw;
	letter-spacing: 0.0486111111vw;
}

.p-header-bottom__txt span {
	border-radius: 1.3888888889vw;
	margin: 0 0.5555555556vw;
	padding: 0.6944444444vw 1.1111111111vw 0.5555555556vw 0.9722222222vw;
}

.p-footer {
	padding: 1.3888888889vw 3.1944444444vw 1.3888888889vw 3.4722222222vw;
}

.p-footer__container {
	flex-direction: row;
	gap: 2.0833333333vw;
	justify-content: space-between;
}

.p-footer__btn a {
	border-radius: 2.0833333333vw;
	font-size: 1.1111111111vw;
	padding: 1.5277777778vw 3.3333333333vw 1.5277777778vw 1.3888888889vw;
}

.p-footer__btn a::after {
	height: 0.9722222222vw;
	right: 1.3888888889vw;
	width: 0.625vw;
}

.p-footer__copy {
	font-size: 0.9722222222vw;
	letter-spacing: -0.0277777778vw;
}

}

@media screen and (min-width: 1024px) {

.p-header {
	height: 100px;
}

.p-header__inner {
	padding: 20px 33px 19px 51px;
}

.p-header__logo {
	height: 60px;
	width: 165px;
}

.p-header__nav {
	gap: 22px;
}

.p-header__nav-info .num {
	font-size: 32px;
	letter-spacing: -1.5px;
}

.p-header__nav-info .txt {
	font-size: 16px;
	margin-top: 7px;
}

.p-header-bottom__inner {
	padding: 29px 30px 28px 30px;
}

.p-header-bottom__txt {
	font-size: 24px;
	letter-spacing: 0.7px;
}

.p-header-bottom__txt span {
	border-radius: 20px;
	margin: 0 8px;
	padding: 10px 16px 8px 14px;
}

.p-footer {
	padding: 20px 46px 20px 50px;
}

.p-footer__container {
	gap: 30px;
}

.p-footer__btn a {
	border-radius: 30px;
	font-size: 16px;
	padding: 22px 48px 22px 20px;
}

.p-footer__btn a::after {
	height: 14px;
	right: 20px;
	width: 9px;
}

.p-footer__copy {
	font-size: 14px;
	letter-spacing: -0.4px;
}

}

