.header {
    position: relative;
				background-color: #fff;
}

@media screen and (max-width: 1139px) {
    .header {
        position: fixed;
        top: 0;
        width: 100vw;
        max-width: 100%;
        z-index: 10;
    }

    .section--key-visual {
        margin-top: 110px;
    }
}

.header__logo {
    padding: 11px 16px 9px;
    display: flex;
}

.header__logo:hover {
    opacity: 0.5;
    transition: all .4s ease !important;
}

.header__logo-img {
    width: 82px;
    margin: 0 auto;
}

.navigation__checkbox {
    display: none;
}

.navigation__checkbox:checked+.navigation__btn .btn__close,
.navigation__checkbox+.navigation__btn .btn__menu {
    display: block;
}

.navigation__checkbox+.navigation__btn .btn__close,
.navigation__checkbox:checked+.navigation__btn .btn__menu {
    display: none;
}

.navigation__btn {
    position: absolute;
    right: 16px;
    top: 21px;
}

.navigation__checkbox:checked~.navigation__btn {
    right: 18px;
    top: 20px;
}

.navigation__menu {
    padding: 40px 20px 48px;
    display: none;
}

.navigation__checkbox:checked~.navigation__menu {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #fff;
    left: 0;
    top: 60px;
    z-index: 2;
}

@media screen and (min-width: 1140px),
print {
    .header {
        display: flex;
        flex-wrap: wrap;
    }

    .header__logo {
        padding: 13px 0;
        display: inline-flex;
        margin-left: 30px;
        height: 86px;
    }

    .header__logo-img {
        width: 123px;
    }

    .navigation__btn {
        display: none;
    }

    .navigation__menu {
        padding: 28px 0 27px;
        display: flex;
        width: auto;
    }

    .header__navigation.navigation {
        margin-right: 29px;
        margin-left: auto;
    }
}

.header__subpages {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), #006253;
    width: 100%;
    height: 50px;
    display: flex;
    column-gap: 1px;
    position: relative;
}

.header__subpage-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
	position: relative;
}

.header__subpage-link.current,
.header__subpage-link:hover {
    color: #EBDE6C;
    position: relative;
}

.header__subpage-link:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 1px;
	height: 18px;
	background-color: #fff;
	opacity: 0.2;
}

.header__subpage-link.current:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EBDE6C;
}
@media screen and (max-width: 450px) {
	.header__subpage-link {
        font-size: 3vw;
	}
}
@media screen and (max-width: 1139px) {
	.header__subpage-link:before {
		transform: translateY(-50%);
	}
	.header__subpage-link--1:before {
		display: none;
	}
	.header__subpage-link:before {
		left: -1px;
	}
}
@media screen and (min-width: 1140px),print {
    .header__subpages {
        justify-content: center;
        height: 66px;
    }

	.header__subpages:after {
		content: '';
		position: absolute;
		top: 50%;
		right: calc(50% - 453px);
		transform: translate(-50%, -50%);
		width: 1px;
		height: 18px;
		background-color: #fff;
		margin-right: -0.5px;
		opacity: 0.2;
	}
	
    .header__subpage-link {
        width: 300px;
        font-size: 18px;
        padding: 21px 0 18px;
        position: relative;
    }

	.header__subpage-link.current:after {
		height: 2px;
	}

    .header__subpage-link:before {
        left: -1px;
		transform: translate(-50%, -50%);
    }

    .header__subpage-link--2:before {
        right: -2px;
    }

    .header__subpage-link:before {
        opacity: 0.2;
    }
}

{# Reset CTA buttons #}
a#cta_button_6706445_03e00edc-cf01-434a-9e47-2145fb9e7a20,
a#cta_button_6706445_f49da3dd-4c43-4aad-8c72-404883057c21,
a#cta_button_6706445_54c75500-447a-4f8f-9e75-e9b61b674423 {
    color: #000 !important;
    font-weight: 600 !important;
    display: flex !important;
    padding: 0 !important;
    font-size: 14px !important;
    text-decoration: none;
}

a#cta_button_6706445_03e00edc-cf01-434a-9e47-2145fb9e7a20:hover,
a#cta_button_6706445_f49da3dd-4c43-4aad-8c72-404883057c21:hover,
a#cta_button_6706445_54c75500-447a-4f8f-9e75-e9b61b674423:hover {
    color: rgba(0, 0, 0, 0.5) !important;
}

.sns {
    display: flex;
    column-gap: 48px;
    justify-content: center;
    align-items: center;
}

.sns__item:hover {
    opacity: 0.5;
    transition: all .4s ease !important;
}

@media screen and (max-width: 1139px) {
    .cta {
        margin-bottom: 40px;
    }

    .cta__item {
        border-top: 1px solid #DFE6E4;
        border-bottom: 1px solid #DFE6E4;
        margin-bottom: -1px;
    }

				{# Reset CTA buttons. #}
    a#cta_button_6706445_03e00edc-cf01-434a-9e47-2145fb9e7a20,
    a#cta_button_6706445_f49da3dd-4c43-4aad-8c72-404883057c21,
    a#cta_button_6706445_54c75500-447a-4f8f-9e75-e9b61b674423 {
        padding: 14px 13px 12px !important;
        justify-content: center;
    }
}

@media screen and (min-width: 1140px),
print {
    .cta {
        display: flex;
        column-gap: 40px;
        margin-right: 40px;
    }

    .cta__item {
        display: inline-flex;
        align-items: center;
    }

    .sns {
        column-gap: 24px;
        padding: 2px 0 0;
    }

    .sns__link {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}