@charset "UTF-8";
/*
Theme Name: 三協グループ
*/
html {
	scroll-behavior: smooth;
	--scroll-behavior: smooth;
	font-family: "scroll-behavior:smooth";
}

body {
	color: #151515;
	font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

a:hover,
a {
	color: #151515;
}

button:hover,
a:hover {
	opacity: 0.6;
}

figure {
	margin: 0;
}

ol,
ul {
	padding-left: 25px;
}

hr {
	border-color: #bababa;
	margin: 30px 0;
}

.container, .page-body > .wp-block-group:not(.ultrawide) .wp-block-group__inner-container {
	padding-right: 30px;
	padding-left: 30px;
	max-width: 100%;
}
@media (min-width: 1170px) {
	.container, .page-body > .wp-block-group:not(.ultrawide) .wp-block-group__inner-container {
		padding-right: calc(((100vw - 220px) / 2) - 445px);
		padding-left: calc(((100vw - 220px) / 2) - 445px);
	}
}
@media (min-width: 950px) {
	.page-id-39 .container, .page-id-39 .page-body > .wp-block-group:not(.ultrawide) .wp-block-group__inner-container, .page-body > .wp-block-group:not(.ultrawide) .page-id-39 .wp-block-group__inner-container {
		padding-right: calc(50vw - 445px);
		padding-left: calc(50vw - 445px);
	}
}

.badge {
	align-items: center;
	border-radius: 0;
	display: inline-flex;
	font-size: 0.6875rem;
	font-weight: 400;
	height: 21px;
	justify-content: center;
	line-height: 1;
	padding: 0 10px;
}

.badge--skin-primary {
	background-color: #3054CB;
	color: #fff;
}

.badge--skin-secondary {
	background-color: #10B8DA;
	color: #fff;
}

.badge--skin-tertiary {
	background-color: #BE1D1D;
	color: #fff;
}

.col-form-label {
	display: flex;
	justify-content: space-between;
}

@-webkit-keyframes pageShellHeader {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes pageShellHeader {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes pageShellBody {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pageShellBody {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes topHeroEnletter {
	0% {
		opacity: 0;
		transform: translateX(-200%);
	}
	90% {
		opacity: 0.5;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes topHeroEnletter {
	0% {
		opacity: 0;
		transform: translateX(-200%);
	}
	90% {
		opacity: 0.5;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes topHeroTitleText {
	0% {
		letter-spacing: -1em;
		opacity: 0;
	}
	100% {
		letter-spacing: 0.5em;
		opacity: 1;
	}
}
@keyframes topHeroTitleText {
	0% {
		letter-spacing: -1em;
		opacity: 0;
	}
	100% {
		letter-spacing: 0.5em;
		opacity: 1;
	}
}
@-webkit-keyframes topHeroCopy {
	0% {
		letter-spacing: -1em;
		opacity: 0;
	}
	100% {
		letter-spacing: 0;
		opacity: 1;
	}
}
@keyframes topHeroCopy {
	0% {
		letter-spacing: -1em;
		opacity: 0;
	}
	100% {
		letter-spacing: 0;
		opacity: 1;
	}
}
@-webkit-keyframes sectionEnTitle {
	0% {
		letter-spacing: 0.5em;
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		letter-spacing: 0.02em;
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes sectionEnTitle {
	0% {
		letter-spacing: 0.5em;
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		letter-spacing: 0.02em;
		opacity: 1;
		transform: translateY(0);
	}
}
@supports (-webkit-text-stroke: 1px black) {
	@-webkit-keyframes sectionEnTitle {
		0% {
			letter-spacing: 0.5em;
			opacity: 0;
			transform: translateY(100%);
			-webkit-text-stroke: 1px #3054CB;
			-webkit-text-fill-color: transparent;
		}
		50% {
			-webkit-text-stroke: 1px #3054CB;
			-webkit-text-fill-color: transparent;
		}
		80% {
			letter-spacing: 0.02em;
			opacity: 1;
			transform: translateY(0);
		}
		100% {
			letter-spacing: 0.02em;
			opacity: 1;
			transform: translateY(0);
			-webkit-text-stroke: 1px #3054CB;
			-webkit-text-fill-color: #3054CB;
		}
	}
	@keyframes sectionEnTitle {
		0% {
			letter-spacing: 0.5em;
			opacity: 0;
			transform: translateY(100%);
			-webkit-text-stroke: 1px #3054CB;
			-webkit-text-fill-color: transparent;
		}
		50% {
			-webkit-text-stroke: 1px #3054CB;
			-webkit-text-fill-color: transparent;
		}
		80% {
			letter-spacing: 0.02em;
			opacity: 1;
			transform: translateY(0);
		}
		100% {
			letter-spacing: 0.02em;
			opacity: 1;
			transform: translateY(0);
			-webkit-text-stroke: 1px #3054CB;
			-webkit-text-fill-color: #3054CB;
		}
	}
}
@-webkit-keyframes guruguru {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(359deg);
	}
}
@keyframes guruguru {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(359deg);
	}
}
@-webkit-keyframes meteor {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes meteor {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@media (max-width: 991px) {
	body.noscroll {
		overflow: hidden;
		touch-action: pinch-zoom;
	}
}

.page-shell {
	background-color: #1B2436;
}
@media (min-width: 992px) {
	.page-shell {
		display: flex;
	}
}
.page-shell__header {
	background-color: #1B2436;
}
@media (min-width: 992px) {
	.page-shell__header {
		-webkit-animation: pageShellHeader 0.6s ease-out 0.4s both;
		        animation: pageShellHeader 0.6s ease-out 0.4s both;
		width: 220px;
		z-index: 50;
	}
}
.page-shell__body {
	-webkit-animation: pageShellBody 0.6s ease-out 0.4s both;
	        animation: pageShellBody 0.6s ease-out 0.4s both;
}
@media (min-width: 992px) {
	.page-shell__body {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
		width: calc(100% - 220px);
	}
	body.page-id-39 .page-shell__body {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.masthead {
		padding: 30px;
	}
}
@media (max-width: 991px) {
	.masthead {
		align-items: center;
		background-color: #1B2436;
		display: flex;
		justify-content: space-between;
		left: 0;
		padding: 0 0 0 30px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 49;
	}
}
.masthead__logo-copy {
	color: #fff;
	font-size: 0.6875rem;
	line-height: 1.5454545455;
	letter-spacing: 0.06em;
	white-space: nowrap;
}
@media (min-width: 992px) {
	.masthead__logo-copy {
		margin: 0 0 10px;
	}
}
@media (max-width: 991px) {
	.masthead__logo-copy {
		margin: 0 0 5px;
	}
}
.masthead__logo {
	line-height: 1px;
	margin: 0;
}
@media (max-width: 991px) {
	.masthead__logo-img {
		width: 208px;
	}
}
@media (min-width: 992px) {
	.masthead--clone {
		position: fixed;
		left: 0;
		opacity: 1;
		top: 0;
		transition: 0.6s ease-out;
		width: 220px;
		z-index: 55;
	}
	.masthead--clone.is-inactive {
		opacity: 0;
		top: -200px;
	}
}
@media (max-width: 991px) {
	.masthead--clone {
		display: none;
	}
}

@media (max-width: 991px) {
	.global-nav {
		background-color: #1B2436;
		bottom: 0;
		overflow: auto;
		padding: 30px 0 0;
		position: fixed;
		left: 0;
		top: 0;
		transition: 0.4s ease-out;
		width: 220px;
		z-index: 50;
	}
	body:not(.noscroll) .global-nav {
		left: -220px;
	}
}
.global-nav a {
	color: #fff;
}
.global-nav__list {
	background-color: #1B2436;
	list-style: none;
	padding: 0;
	margin: 0;
}
@media (min-width: 992px) {
	.global-nav__list .global-nav__list {
		border-left: 1px solid #2C3A5F;
		display: none;
		left: 100%;
		position: absolute;
		top: -1px;
		width: 200px;
	}
}
.global-nav__list-toggle {
	align-items: center;
	background-color: transparent;
	border: 0;
	border-left: 1px solid #2C3A5F;
	color: #fff;
	display: flex;
	height: 60px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}
.global-nav__list-toggle[aria-expanded=true] .bi {
	transform: rotate(180deg);
}
@media (min-width: 992px) {
	.global-nav__list-toggle {
		display: none;
	}
}
.global-nav__item {
	border-top: 1px solid #2C3A5F;
	border-bottom: 1px solid #2C3A5F;
	position: relative;
}
@media (min-width: 992px) {
	.global-nav__item:hover .global-nav__list {
		display: block;
	}
}
.global-nav__item + .global-nav__item {
	margin-top: -1px;
}
.global-nav__link {
	align-items: center;
	border-left: 4px solid #1B2436;
	display: flex;
	height: 60px;
	font-size: 0.875rem;
	padding: 0 30px;
}
@media (max-width: 991px) {
	.global-nav__list .global-nav__list .global-nav__link {
		padding-left: 45px;
	}
}
.global-nav__link.is-active {
	background-color: rgba(21, 21, 21, 0.25);
	border-color: #3054CB;
}
.global-nav__link--shokai.is-active {
	border-color: #0095FF;
}
.global-nav__link--shimane.is-active {
	border-color: #FFE000;
}
.global-nav__link--rental.is-active {
	border-color: #1CC149;
}
.global-nav__link--kenki.is-active {
	border-color: #EA0000;
}
.global-nav__link--sunfive.is-active {
	border-color: #EF8400;
}
.global-nav__link:hover {
	background-color: #3054CB;
	border-color: #3054CB;
	opacity: 1;
	text-decoration: none;
}
.global-nav__link--shokai ~ .global-nav__list .global-nav__link:hover, .global-nav__link--shokai:hover {
	background-color: #0074c8;
	border-color: #0074c8;
}
.global-nav__link--shimane ~ .global-nav__list .global-nav__link:hover, .global-nav__link--shimane:hover {
	background-color: #968502;
	border-color: #968502;
}
.global-nav__link--rental ~ .global-nav__list .global-nav__link:hover, .global-nav__link--rental:hover {
	background-color: #009438;
	border-color: #009438;
}
.global-nav__link--kenki ~ .global-nav__list .global-nav__link:hover, .global-nav__link--kenki:hover {
	background-color: #BB0000;
	border-color: #BB0000;
}
.global-nav__link--sunfive ~ .global-nav__list .global-nav__link:hover, .global-nav__link--sunfive:hover {
	background-color: #BC6300;
	border-color: #BC6300;
}
.global-nav__lower {
	padding: 30px;
}
.global-nav__lower .link-list li {
	font-size: 0.75rem;
}
.global-nav__lower .link-list li + li {
	margin-top: 20px;
}
.global-nav__toggle {
	background: #1B2436;
	border: 0;
	border-left: 1px solid #2C3A5F;
	display: block;
	height: 76px;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	width: 76px;
	z-index: 40;
}
.global-nav__toggle:hover {
	opacity: 1;
}
.global-nav__toggle:focus {
	outline: 0;
}
body.noscroll .global-nav__toggle::after {
	bottom: 0;
	content: "";
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}
.global-nav__toggle span {
	background-color: #fff;
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 30px;
	transition: 0.4s ease-out;
}
.global-nav__toggle span:nth-of-type(1) {
	transform: translate(-50%, calc(-50% - 8px));
}
.global-nav__toggle span:nth-of-type(2) {
	opacity: 1;
	transform: translate(-50%, -50%);
}
.global-nav__toggle span:nth-of-type(3) {
	transform: translate(-50%, calc(-50% + 8px));
}
body.noscroll .global-nav__toggle span:nth-of-type(1) {
	transform: translate(-50%, -50%) rotate(-45deg);
}
body.noscroll .global-nav__toggle span:nth-of-type(2) {
	opacity: 0;
}
body.noscroll .global-nav__toggle span:nth-of-type(3) {
	transform: translate(-50%, -50%) rotate(45deg);
}

.footer {
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 1;
}
@media (min-width: 992px) {
	.footer {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
@media (max-width: 991px) {
	.footer {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.footer__content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.footer__content > * {
	padding: 0 15px;
}
.footer__logo-wrap {
	flex: 0 0 80%;
	margin: 0 0 30px;
	max-width: 80%;
}
@media (max-width: 991px) {
	.footer__logo-wrap {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.footer__logo-copy {
	font-size: 0.75rem;
	margin: 0 0 10px;
}
.footer-group {
	flex: 0 0 20%;
	margin: 0 0 30px;
	max-width: 20%;
	position: relative;
}
@media (max-width: 991px) {
	.footer-group {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.footer-group:hover {
	opacity: 0.6;
}
.footer-group__photo {
	margin: 0 0 5px;
	text-align: center;
}
.footer-group__photo-img {
	width: 100%;
}
.footer-group__link {
	color: #151515;
	font-size: 0.875rem;
	line-height: 1.7142857143;
}
.footer-group__link:hover {
	opacity: 1;
	color: #151515;
}
.footer-group__link::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.footer__nav {
	flex: 0 0 20%;
	margin: auto 0 30px;
	max-width: 20%;
}
@media (max-width: 991px) {
	.footer__nav {
		flex: 0 0 50%;
		margin-bottom: 60px;
		max-width: 50%;
	}
}
.footer__nav .link-list {
	margin: 0 0 15px;
	display: flex;
	flex-wrap: wrap;
}
.footer__nav .link-list li {
	font-size: 0.6875rem;
	line-height: 2;
}
.footer__nav .link-list li:not(:last-child) {
	margin-right: 1em;
}
.footer__nav .link-list a {
	color: #151515;
}
.footer__copyright {
	color: #bababa;
	font-size: 0.75rem;
}

.pagetop {
	align-items: center;
	bottom: 0;
	background-color: #1B2436;
	color: #fff !important;
	display: flex;
	font-size: 2.5rem;
	height: 48px;
	justify-content: center;
	line-height: 1;
	opacity: 1;
	position: fixed;
	right: 0;
	transition: 0.4s ease-out;
	width: 48px;
	z-index: 50;
}

.pagetop.is-inactive {
	opacity: 0;
	visibility: hidden;
}

.grid-container {
	padding-right: 30px;
	padding-left: 30px;
}
@media (min-width: 992px) {
	.grid-container {
		-moz-column-gap: 30px;
		     column-gap: 30px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 30px 10fr 30px 1fr;
		grid-template-columns: 1fr 10fr 1fr;
	}
}

@media (min-width: 992px) {
	.grid-row {
		-ms-grid-column: 2;
		grid-column: 2;
	}
}

.headline {
	position: relative;
}
@media (max-width: 991px) {
	.headline {
		padding: 120px 0 30px;
	}
}
.headline__title {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	margin: 0;
}
@media (min-width: 992px) {
	.headline__title {
		text-align: center;
	}
}
@media (max-width: 991px) {
	.headline__title {
		border-left: 6px solid #fff;
		padding: 0 0 0 20px;
		text-align: left;
	}
}
.headline__entitle {
	display: block;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 10px;
}
@media (min-width: 992px) {
	.headline__entitle {
		font-size: 4.5rem;
	}
}
@media (max-width: 991px) {
	.headline__entitle {
		font-size: 3rem;
	}
}
@media (min-width: 992px) {
	@supports (-webkit-text-stroke: 1px black) {
		.headline__entitle--outline {
			-webkit-text-stroke: 1px currentColor;
			-webkit-text-fill-color: transparent;
		}
	}
}

main > *:not(.top-hero):not(.page-header):not(.recruit-hero) {
	position: relative;
	z-index: 2;
}

.top-hero {
	height: 100vh;
	position: relative;
	z-index: 1;
}
.top-hero__bg {
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100vw;
}
.top-hero__bg::after {
	background: rgba(48, 84, 203, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKElEQVQYV2NkwA58GbGI+zIwMGxGlwALghQjS8AFkSVQBGESGIIgCQBVnAVUPcxeHAAAAABJRU5ErkJggg==) repeat;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.top-hero__bg-video {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}
@supports (-webkit-text-stroke: 1px black) {
	.top-hero__bg-video {
		height: 100%;
	}
}
.top-hero__title {
	color: #fff;
	margin: 0 0 15px;
	position: relative;
	z-index: 1;
}
.top-hero__entitle {
	display: flex;
	font-size: 6.875rem;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	flex-wrap: wrap;
	line-height: 1;
	margin: 0 0 10px;
	letter-spacing: 0;
}
@supports (-webkit-text-stroke: 1px black) {
	.top-hero__entitle--outline {
		-webkit-text-stroke: 1px #fff;
		-webkit-text-fill-color: transparent;
	}
}
@media (min-width: 992px) {
	.top-hero__entitle--outline {
		font-size: 4.75rem;
		margin: 0 0 20px;
	}
}
@media (max-width: 991px) {
	.top-hero__entitle--outline {
		font-size: 3rem;
		line-height: 1.1666666667;
		margin: 0 0 15px;
	}
}
.top-hero__enword {
	display: inline-flex;
	overflow: hidden;
}
.top-hero__enword:not(:last-child) {
	margin-right: 0.5ch;
}
@media (max-width: 991px) {
	.top-hero__entitle--outline .top-hero__enword:not(:last-child) {
		margin-right: 0.45ch;
	}
}
.top-hero__enletter {
	-webkit-animation: topHeroEnletter 0.5s ease-out 0.5s both;
	        animation: topHeroEnletter 0.5s ease-out 0.5s both;
}
.top-hero__title-text {
	display: block;
	font-size: 1.3125rem;
	font-weight: 700;
}
@media (min-width: 992px) {
	.top-hero__title-text {
		-webkit-animation: topHeroTitleText 0.5s ease-out 0.8s both;
		        animation: topHeroTitleText 0.5s ease-out 0.8s both;
	}
}
@media (max-width: 991px) {
	.top-hero__title-text {
		-webkit-animation: topHeroCopy 0.5s ease-out 0.8s both;
		        animation: topHeroCopy 0.5s ease-out 0.8s both;
	}
}
.top-hero__copy {
	-webkit-animation: topHeroCopy 0.5s ease-out 0.5s both;
	        animation: topHeroCopy 0.5s ease-out 0.5s both;
	color: #fff;
	font-size: 0.8125rem;
	margin: 0;
	position: relative;
	z-index: 1;
}

.top-group .headline,
.top-about .headline {
	background-color: rgba(27, 36, 54, 0.3);
	mix-blend-mode: multiply;
}
@media (max-width: 991px) {
	.top-group .headline,
.top-about .headline {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (min-width: 992px) {
	.top-about__content {
		margin: 0 auto;
		max-width: 890px;
		padding: 120px 0;
		width: 75%;
	}
}
@media (max-width: 991px) {
	.top-about__content {
		padding: 30px;
	}
}
.top-about__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 30px;
}
.top-about__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin: 0 0 30px;
}

.top-group__item {
	background-color: #1B2436;
}
.top-group__photo {
	text-align: center;
}
.top-group__photo-img {
	width: 100%;
}
.top-group__caption {
	align-items: center;
	background-color: #3054CB;
	color: #fff;
	font-size: 0.8125rem;
	display: flex;
	justify-content: center;
	height: 32px;
	margin: -16px auto;
	position: relative;
	text-align: center;
	width: 200px;
	z-index: 1;
}
.top-group__body {
	padding: 55px 0 80px;
	text-align: center;
}
.top-group__title {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 10px;
}
.top-group__text {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.6666666667;
	margin: 0 0 35px;
}

.top-news {
	background-color: #fff;
	padding-bottom: 120px;
}
@media (min-width: 992px) {
	.top-news {
		padding-top: 120px;
	}
}
.top-news .headline {
	padding-bottom: 40px;
}

.news-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}
.news-list__item {
	font-size: 0.875rem;
	position: relative;
}
@media (min-width: 992px) {
	.news-list__item {
		display: flex;
	}
}
.news-list__item + .news-list__item {
	margin-top: 25px;
}
.news-list__date {
	color: #4b4b4b;
	margin: 0 20px 0 0;
}
.news-list__detail {
	margin: 0;
	line-height: 1.7142857143;
}
.news-list__link {
	color: #151515;
	text-decoration: underline;
}
.news-list__link::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.news-list__link:hover {
	color: #151515;
}

.top-recruit {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
}
.top-recruit__bg {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.top-recruit__bg-img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}
.top-recruit .headline {
	padding-bottom: 40px;
}
.top-recruit__copy {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0 30px;
}

.page-body h6,
.page-body h5,
.page-body h4,
.page-body h3,
.page-body h2,
.page-body h1 {
	font-weight: 700;
}
.page-body h2:not([class*=headline]) {
	border-bottom: 1px solid #3054CB;
	font-size: 1.125rem;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.page-body h3:not(.step) {
	font-size: 1rem;
	margin: 45px 0 15px;
	padding: 0 0 0 25px;
	position: relative;
}
.page-body h3:not(.step):first-child {
	margin-top: 0;
}
.page-body h3:not(.step)::before {
	background-color: #3054CB;
	content: "";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 18px;
}
.page-body p:empty {
	display: none;
}
.page-body a:not([class]) {
	color: #3054CB;
	text-decoration: underline;
}

.page-header {
	position: relative;
	z-index: 1;
	/* overflow: hidden; */
	clip-path: inset(0 0 0 0);
}
@media (min-width: 992px) {
	.page-header {
		padding-top: 120px;
		padding-bottom: 40px;
	}
	.page-id-37 .page-header, .page-id-33 .page-header, .page-id-25 .page-header, .page-id-21 .page-header, .page-id-15 .page-header, .page-id-13 .page-header {
		padding-top: 300px;
		padding-bottom: 80px;
	}
}
@media (max-width: 991px) {
	.page-header {
		padding-top: 120px;
		padding-bottom: 30px;
	}
}
.page-header::before {
	background-color: #3054CB;
	bottom: 0;
	content: "";
	display: block;
	mix-blend-mode: soft-light;
	opacity: 0.5;
	position: absolute;
	left: 0;
	z-index: -1;
}
@media (min-width: 992px) {
	.page-header::before {
		height: 220px;
		width: 70%;
	}
	.page-id-37 .page-header::before, .page-id-33 .page-header::before, .page-id-25 .page-header::before, .page-id-21 .page-header::before, .page-id-15 .page-header::before, .page-id-13 .page-header::before {
		height: 300px;
	}
}
@media (max-width: 991px) {
	.page-header::before {
		height: 70%;
		width: 95%;
	}
}
.parent-pageid-15 .page-header::before, .page-id-15 .page-header::before {
	background-color: rgba(0, 149, 255, 0.5);
	mix-blend-mode: hard-light;
}
.parent-pageid-21 .page-header::before, .page-id-21 .page-header::before {
	background-color: rgba(255, 224, 0, 0.5);
	mix-blend-mode: hard-light;
}
.tax-rental_item_category .page-header::before, .parent-pageid-25 .page-header::before, .page-id-25 .page-header::before {
	background-color: rgba(28, 193, 73, 0.5);
	mix-blend-mode: hard-light;
}
.parent-pageid-33 .page-header::before, .page-id-33 .page-header::before {
	background-color: rgba(234, 0, 0, 0.5);
	mix-blend-mode: hard-light;
}
.parent-pageid-37 .page-header::before, .page-id-37 .page-header::before {
	background-color: rgba(239, 132, 0, 0.5);
	mix-blend-mode: hard-light;
}
.page-header__bg {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -2;
}
.page-header__bg::after {
	background: rgba(48, 84, 203, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKElEQVQYV2NkwA58GbGI+zIwMGxGlwALghQjS8AFkSVQBGESGIIgCQBVnAVUPcxeHAAAAABJRU5ErkJggg==) repeat;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.page-header__bg-img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
	font-family: "object-fit: cover;object-position: center top";
}
.page-header__title {
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 1;
}
.page-header__entitle {
	display: flex;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}
@media (min-width: 992px) {
	.page-header__entitle {
		font-size: 4.5rem;
	}
}
@media (max-width: 991px) {
	.page-header__entitle {
		font-size: 3rem;
	}
}
.page-header__enword:not(:last-child) {
	margin-right: 0.5ch;
}
@supports (-webkit-text-stroke: 1px black) {
	.page-header__enword--outline {
		-webkit-text-stroke: 1px #fff;
		-webkit-text-fill-color: transparent;
	}
}
.page-header__title-text {
	display: block;
	font-weight: 700;
	margin: 15px 0 0;
	font-size: 1.3125rem;
}
@media (min-width: 992px) {
	.page-header__title-text {
		letter-spacing: 0.5em;
	}
}
.page-header__title-smtext {
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	margin: 10px 0;
}
.page-header__title-smtext + .page-header__title-text {
	margin-top: 0;
}

.breadcrumbs {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: 60px;
	font-size: 0.75rem;
	position: relative;
	z-index: 1;
}
.breadcrumbs::before {
	background-color: rgba(0, 149, 255, 0.35);
	content: "";
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 70%;
	z-index: -1;
}
@media (max-width: 991px) {
	.breadcrumbs::before {
		width: 95%;
	}
}
.parent-pageid-15 .breadcrumbs::before, .page-id-15 .breadcrumbs::before {
	background-color: rgba(0, 149, 255, 0.6);
}
.parent-pageid-21 .breadcrumbs::before, .page-id-21 .breadcrumbs::before {
	background-color: rgba(255, 224, 0, 0.6);
}
.tax-rental_item_category .breadcrumbs::before, .parent-pageid-25 .breadcrumbs::before, .page-id-25 .breadcrumbs::before {
	background-color: rgba(28, 193, 73, 0.6);
}
.parent-pageid-33 .breadcrumbs::before, .page-id-33 .breadcrumbs::before {
	background-color: rgba(234, 0, 0, 0.6);
}
.parent-pageid-37 .breadcrumbs::before, .page-id-37 .breadcrumbs::before {
	background-color: rgba(239, 132, 0, 0.6);
}
.error404 .breadcrumbs::before, .page-id-39 .breadcrumbs::before {
	content: none;
}
.breadcrumbs a:hover, .breadcrumbs a {
	color: #151515;
	text-decoration: underline;
}
@media (min-width: 992px) {
	.breadcrumbs + * {
		padding-top: 120px;
	}
}
@media (max-width: 991px) {
	.breadcrumbs + * {
		padding-top: 80px;
	}
}

.page-body {
	background-color: #fff;
	font-size: 0.875rem;
	line-height: 1.7142857143;
}
.page-body .headline {
	padding: 0 0 40px;
}

.annulus__item {
	font-size: 0.875rem;
}
.annulus__subtitle {
	font-size: 1.125rem;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
}
.annulus__caption {
	margin: 0 0 5px;
}
.annulus__text {
	margin: 10px 0;
}
@media (min-width: 992px) {
	.annulus {
		height: 675px;
		margin: 0 auto;
		position: relative;
		width: 700px;
		z-index: 1;
	}
	.annulus::after {
		-webkit-animation: guruguru 6s linear infinite;
		        animation: guruguru 6s linear infinite;
		background: linear-gradient(to right, #fff, #3054CB);
		border-radius: 50%;
		content: "";
		height: 510px;
		left: 50%;
		position: absolute;
		top: 50%;
		width: 530px;
	}
	.annulus__title {
		left: 50%;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		z-index: 10;
	}
	.annulus__item {
		align-items: center;
		display: flex;
		height: 200px;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		text-align: center;
		width: 200px;
		z-index: 10;
	}
	.annulus__item::before {
		background-color: #fff;
		border-radius: 50%;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
		content: "";
		display: block;
		height: 200px;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		transition: width 0.5s, height 0.5s;
		width: 200px;
		z-index: -1;
	}
	.annulus__item--shokai {
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	.annulus__item--shimane {
		left: 0;
		top: 27%;
	}
	.annulus__item--rental {
		right: 0;
		top: 27%;
	}
	.annulus__item--kenki {
		bottom: 0;
		left: 13.5%;
	}
	.annulus__item--sunfive {
		bottom: 0;
		right: 13.5%;
	}
	.annulus__item:hover {
		color: #fff;
		height: 240px;
		margin-top: -20px;
	}
	.annulus__item:hover::before {
		background-color: #3054CB;
		height: 300px;
		width: 300px;
	}
	.annulus__item:hover + .annulus__photo {
		opacity: 1;
	}
	.annulus__item:hover .annulus__subtitle {
		color: #ea0000;
	}
	.annulus__item:hover .annulus__text {
		height: 5.1em;
	}
	.annulus__item:hover .annulus__link {
		color: #fff;
		opacity: 1;
	}
	.annulus__item:hover ~ .annulus__title-bg {
		opacity: 0;
	}
	.annulus__subtitle {
		order: 2;
	}
	.annulus__small {
		font-size: 0.875rem;
	}
	.annulus__caption {
		order: 1;
	}
	.annulus__text {
		height: 0;
		order: 3;
		overflow: hidden;
		transition: height 0.5s;
	}
	.annulus__link {
		color: #3054CB;
		order: 4;
	}
	.annulus__link::after {
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.annulus__photo {
		border-radius: 50%;
		display: block;
		height: 500px;
		left: 50%;
		opacity: 0;
		overflow: hidden;
		-o-object-fit: cover;
		   object-fit: cover;
		font-family: "object-fit: cover;";
		position: absolute;
		transition: opacity 0.3s;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 500px;
		z-index: 5;
	}
	.annulus__title-bg {
		background-color: #fff;
		opacity: 1;
		z-index: 8;
	}
}
@media (max-width: 991px) {
	.annulus__title {
		margin: 0 0 30px;
		text-align: center;
	}
	.annulus__item {
		margin: 0 0 30px;
	}
	.annulus__subtitle {
		margin: 0 0 10px;
	}
	.annulus__photo {
		display: none;
	}
	.annulus__link {
		text-decoration: underline;
	}
}

@supports (mix-blend-mode: screen) {
	.annulus::after {
		mix-blend-mode: hard-light;
		z-index: 7;
	}
}
.items {
	overflow: hidden;
}
.items .row {
	margin: 0 0 0 -1px;
}

.item {
	background-color: #eff5f8;
	border-left: 1px solid #fff;
	display: flex;
	flex-direction: column;
	padding: 0 0 30px;
	position: relative;
}
.item > *:last-child {
	margin-bottom: 0;
}
.item__photo {
	background-color: #fff;
	border: 30px solid #fff;
	height: 0;
	margin: 0 0 30px;
	padding-top: 75%;
	position: relative;
	text-align: center;
	width: 100%;
}
@media (max-width: 575px) {
	.item__photo {
		border-width: 15px;
	}
}
.item__photo-img {
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: "object-fit: contain;";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.item__title {
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	text-align: center;
}
.item__text {
	font-size: 0.875rem;
	margin: 0 30px 30px;
}
@media (max-width: 575px) {
	.item__text {
		margin: 0 15px 30px;
	}
}
.item__button {
	margin: auto 45px 0;
}
@media (max-width: 575px) {
	.item__button {
		margin: auto 15px 0;
	}
}
.item__button::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

ul.item__text {
	font-size: 0.6875rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.imposters {
	overflow: hidden;
}
.imposters .row {
	margin: -1px 0 0 -1px;
}

.imposter {
	align-items: center;
	background-size: cover;
	background-position: center center;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 200px;
	justify-content: center;
	position: relative;
	text-align: center;
	z-index: 1;
}
.imposter:not([href*=contact])::after, .imposter:not([href*=contact])::before {
	background-color: #151515;
	display: block;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.5;
	z-index: 1;
}
.imposter:not([href*=contact])::before {
	mix-blend-mode: soft-light;
}
.imposter:not([href*=contact])::after {
	mix-blend-mode: color;
}
.imposter > * {
	position: relative;
	z-index: 5;
}
.imposter__entitle {
	color: #fff;
	font-size: 2rem;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	line-height: 1;
}

a.imposter:hover {
	color: #fff;
	text-decoration: none;
}

.step {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}
.step:not(:first-of-type) {
	margin-top: 60px;
}
@media (min-width: 992px) {
	.step ~ *:not(.step) {
		margin-left: 62px;
	}
}
.step__counter {
	align-items: center;
	background-color: #10b8da;
	color: #fff;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 1.875rem;
	font-weight: 400;
	flex: 0 0 48px;
	height: 48px;
	justify-content: center;
	line-height: 1;
	margin: 0 14px 0 0;
	width: 48px;
}

.tels {
	margin: 0 0 40px;
}

.tel {
	margin: 0 0 20px;
}
.tel > *:last-child {
	margin-bottom: 0;
}
.tel__title {
	background-color: #1B2436;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	padding: 4px 10px;
}
.tel__tel {
	color: #BE1D1D;
	font-family: "Roboto", sans-serif;
	font-size: 1.375rem;
	line-height: 1;
	margin: 0 0 10px;
}
.tel__tel a {
	color: currentColor;
	text-decoration: underline;
}
.tel__fax {
	font-family: "Roboto", sans-serif;
	line-height: 1;
	font-size: 0.9375rem;
}

.recruit-header {
	align-items: start;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 50;
}
.recruit-header__logo {
	margin: -30px 0 0;
}
.recruit-header__exlink:hover, .recruit-header__exlink {
	font-size: 0.875rem;
	color: #fff;
	white-space: nowrap;
}

.recruit-headline {
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: center;
	position: relative;
}
.recruit-headline__title {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0;
}

.meteor {
	display: none;
	-webkit-animation: 0.5s ease-in-out 0.5s forwards;
	        animation: 0.5s ease-in-out 0.5s forwards;
	height: 240px;
	overflow: hidden;
	position: absolute;
	transform: scale(0);
	transform-origin: right top;
	width: 110px;
	z-index: 5;
}
@media (max-width: 991px) {
	.meteor {
		display: none;
	}
}
.meteor::before {
	background-color: #fff;
	content: "";
	height: 265px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 1px;
	transform: rotate(25deg);
	transform-origin: left bottom;
}
.page-body .meteor::before {
	background-color: #3054CB;
}
.recruit-intro .meteor {
	bottom: 100%;
	left: calc(50% - 55px);
}
.recruit-group .meteor {
	bottom: 20px;
	left: 25%;
}
.recruit-spirit .meteor {
	right: calc(100% + 30px);
	top: -60px;
}
.recruit-bridge .meteor {
	bottom: 40%;
	left: 60%;
}
.recruit-voice .meteor {
	left: calc(50% - 185px);
	top: 60px;
}
.recruit-guidline .meteor {
	left: calc(50% + 145px);
	top: 60px;
}

.recruit-hero {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
	position: relative;
	width: 100%;
	z-index: 1;
}
.recruit-hero__title {
	-webkit-animation: pageShellBody 0.5s ease-out 1s both;
	        animation: pageShellBody 0.5s ease-out 1s both;
	margin: 0;
	padding: 30px;
	position: relative;
	z-index: 1;
}
.recruit-hero__bg {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100vw;
}
.recruit-hero__bg::after, .recruit-hero__bg::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.recruit-hero__bg::before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKElEQVQYV2NkwA58GbGI+zIwMGxGlwALghQjS8AFkSVQBGESGIIgCQBVnAVUPcxeHAAAAABJRU5ErkJggg==) repeat;
}
.recruit-hero__bg::after {
	background: linear-gradient(to right, #00BAFF, #003BFF);
	mix-blend-mode: hard-light;
	opacity: 0.5;
}
.recruit-hero__bg-video {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}
@supports (-webkit-text-stroke: 1px black) {
	.recruit-hero__bg-video {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.recruit-spirit,
.recruit-group,
.recruit-intro {
		padding: 0 0 120px;
	}
}
@media (max-width: 991px) {
	.recruit-spirit,
.recruit-group,
.recruit-intro {
		padding: 0 0 80px;
	}
}

.recruit-intro__text {
	margin: 0 0 40px;
}

.recruit-group__item + .recruit-group__item {
	margin-top: 40px;
}
@media (max-width: 767px) {
	.recruit-group__photo {
		margin: 0 0 20px;
	}
}
.recruit-group__title {
	font-size: 1.875rem;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 15px;
}
.recruit-group__kk {
	font-size: 0.9375rem;
}
.recruit-group__text {
	margin: 0 0 30px;
}

.recruit-spirit__text {
	margin: 0 0 40px;
}
.recruit-spirit__emblem {
	background-color: #F2F2F2;
	padding: 30px;
}
@media (max-width: 991px) {
	.recruit-spirit__emblem {
		padding: 15px;
	}
}
.recruit-spirit__emblem > *:last-child {
	margin-bottom: 0;
}

.recruit-bridge {
	position: relative;
}
.recruit-bridge__img {
	min-width: 100%;
}

@media (min-width: 992px) {
	.recruit-guidline .headline,
.recruit-voice .headline {
		padding: 120px 0 40px;
	}
}
@media (max-width: 991px) {
	.recruit-guidline .headline,
.recruit-voice .headline {
		padding: 120px 30px 30px;
	}
}

.recruit-voice__item {
	background-color: #fff;
}
.recruit-voice__photo-img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
	width: 100%;
}
.recruit-voice__body {
	padding: 30px;
}
@media (min-width: 768px) {
	.recruit-voice__body {
		max-width: 500px;
	}
}
.recruit-voice__body > *:last-child {
	margin-bottom: 0;
}
.recruit-voice__title {
	font-size: 1.625rem;
	font-weight: 700;
	margin: 0 0 20px;
}
.recruit-voice__meta {
	font-size: 0.875rem;
	margin: 0 0 5px;
}
.recruit-voice__name {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}
.recruit-voice__text {
	font-size: 0.875rem;
}

.recruit-guidline__content {
	background-color: #F2F2F2;
}
@media (min-width: 992px) {
	.recruit-guidline__content {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
@media (max-width: 991px) {
	.recruit-guidline__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.recruit-guidline__title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 10px;
}
.recruit-guidline__text {
	font-size: 0.875rem;
}

.recruit-outro {
	align-items: center;
	display: flex;
	height: 300px;
	justify-content: center;
	padding: 30px;
}

.news-detail__header {
	background: #fff;
	padding-bottom: 40px;
}
.news-detail__title {
	font-size: 1.3125rem;
	font-weight: 700;
	margin: 0 0 20px;
}
.news-detail__meta {
	font-size: 0.875rem;
	display: flex;
}
.news-detail__date {
	color: #4b4b4b;
	margin: 0 20px 0 0;
}
@media (min-width: 992px) {
	.news-detail__body {
		padding-bottom: 120px;
	}
}
@media (max-width: 991px) {
	.news-detail__body {
		padding-bottom: 80px;
	}
}
.news-detail__direction {
	margin: 40px 0 0;
}

#service img {
	max-width: 150px;
}

.screen-reader-text {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

.pagination {
	justify-content: center;
}

.post-page-numbers,
.page-numbers {
	color: #151515 !important;
	display: inline-block;
	line-height: 1;
	margin: 0 5px;
	padding: 10px;
	text-decoration: none !important;
}

.post-page-numbers.current,
.page-numbers.current {
	background-color: #3054CB;
	color: #fff !important;
}

.mw_wp_form {
	margin: 40px 0;
}

[for*=form-accept] .mwform-checkbox-field-text {
	display: none;
}

@media (min-width: 992px) {
	.page-body > .wp-block-group {
		margin: 0 calc(((-100vw + 220px) / 2 ) + 50%);
		padding: 0 0 120px;
	}
}
@media (min-width: 1170px) {
	.page-body > .wp-block-group {
		margin: 0 calc(((-100vw + 220px) / 2 ) + 445px);
	}
}
@media (max-width: 991px) {
	.page-body > .wp-block-group {
		margin: 0 -30px;
		padding: 0 0 80px;
	}
}
@media (min-width: 992px) {
	.page-body > .wp-block-group.ultrawide + .wp-block-group:not(.has-background):not(.ultrawide), .page-body > .wp-block-group.has-background + .wp-block-group:not(.has-background):not(.ultrawide), .page-body > .wp-block-group.has-background {
		padding-top: 120px;
	}
}
@media (max-width: 991px) {
	.page-body > .wp-block-group.ultrawide + .wp-block-group:not(.has-background):not(.ultrawide), .page-body > .wp-block-group.has-background + .wp-block-group:not(.has-background):not(.ultrawide), .page-body > .wp-block-group.has-background {
		padding-top: 80px;
	}
}
.wp-block-latest-posts {
	margin: 0 0 40px;
	padding: 0;
}
.wp-block-latest-posts li {
	display: flex;
	flex-direction: column;
	position: relative;
}
.wp-block-latest-posts li + li {
	margin-top: 25px;
}
.wp-block-latest-posts a {
	color: #151515 !important;
	order: 2;
	text-decoration: underline;
}
.wp-block-latest-posts a::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wp-block-latest-posts__post-date {
	color: #4b4b4b;
	order: 1;
}

.wp-block-button__link.has-white-background-color {
	background-color: #fff !important;
}

.wp-block-table {
	margin: 0 0 40px;
	overflow-x: visible;
}
.wp-block-table table {
	border-collapse: collapse;
	max-width: 100%;
}
.wp-block-table th,
.wp-block-table td {
	border: 1px solid #bababa;
	padding: 15px;
}
@media (max-width: 767px) {
	.wp-block-table tr > *:nth-child(1):nth-last-child(2) {
		display: block;
		margin: -1px 0 0 -1px;
	}
	.wp-block-table tr > *:nth-child(2):nth-last-child(1) {
		display: block;
		margin: -1px 0 0 -1px;
	}
}
.wp-block-table th,
.wp-block-table tbody:first-child tr > *:first-child {
	background-color: #e4f9fd;
	font-weight: 700;
	vertical-align: top;
}
@media (min-width: 768px) {
	.wp-block-table th,
.wp-block-table tbody:first-child tr > *:first-child {
		width: 165px;
	}
}

.wp-block-columns:last-child {
	margin-bottom: 0;
}

.wp-block-image .aligncenter {
	text-align: center;
	width: 100%;
}

.wp-block-quote {
	background-color: #eff5f8;
	padding: 20px;
}
.wp-block-quote cite {
	color: #bababa;
	display: block;
	font-size: 80%;
	word-break: break-all;
}
.wp-block-quote cite::before {
	content: "— ";
}

.section:not(:last-child) {
	margin-bottom: 25px;
}
.section .wp-block-column {
	position: relative;
}
.section .wp-block-column > .section .wp-block-column:last-child {
	margin-bottom: 0;
}
@media (min-width: 600px) and (max-width: 781px) {
	.section .wp-block-column {
		margin: 0;
		flex-basis: 100% !important;
		flex-grow: 1;
	}
	.section .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}
.section__entitle {
	color: #3054CB;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-size: 3.75rem;
	line-height: 1;
}
@media (min-width: 782px) {
	.section__entitle {
		-webkit-animation: 0.6s ease-out;
		        animation: 0.6s ease-out;
		left: 0;
		margin: 0 auto 0 0;
		position: absolute;
		top: 0;
		-ms-writing-mode: tb-rl;
		    writing-mode: vertical-rl;
		white-space: nowrap;
		visibility: hidden;
	}
}
@media (min-width: 992px) {
	.section--right .section__entitle {
		margin: 0 0 0 auto;
		right: 0;
		top: 0;
	}
	.section--right .wp-block-column:first-child {
		order: 2;
	}
	.section--right .wp-block-column:last-child {
		order: 1;
	}
}
@media (min-width: 782px) {
	.section--right .wp-block-column:last-child {
		margin-left: 0;
		margin-right: 32px;
	}
}

.wp-block-group.ultrawide {
	padding: 0;
}

.new-item .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0;
}

.link-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.button {
	border: 1px solid #3054CB;
	background-color: #3054CB;
	color: #fff !important;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	min-width: 200px;
	padding: 15px;
	text-align: center;
	text-decoration: none !important;
}

.button--skin-primary {
	background-color: #3054CB;
	border-color: #3054CB;
	color: #fff !important;
}
.button--skin-primary.button--outline {
	background-color: #fff;
	color: #3054CB !important;
}

.button--skin-secondary {
	background-color: #10B8DA;
	border-color: #10B8DA;
	color: #fff !important;
}
.button--skin-secondary.button--outline {
	background-color: #fff;
	color: #10B8DA !important;
}

.button--skin-tertiary {
	background-color: #BE1D1D;
	border-color: #BE1D1D;
	color: #fff !important;
}
.button--skin-tertiary.button--outline {
	background-color: #fff;
	color: #BE1D1D !important;
}

.button--skin-ghost {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.button--fluid {
	display: block;
	min-width: 0;
}

.text--color-primary {
	color: #3054CB !important;
}

.text--color-secondary {
	color: #10B8DA !important;
}

.text--color-tertiary {
	color: #BE1D1D !important;
}

.text--color-body {
	color: #151515 !important;
}

.bg--color-primary {
	background-color: #3054CB !important;
}

.bg--color-secondary {
	background-color: #10B8DA !important;
}

.bg--color-tertiary {
	background-color: #BE1D1D !important;
}

.border--color-primary {
	border-color: #3054CB !important;
}

.border--color-secondary {
	border-color: #10B8DA !important;
}

.border--color-tertiary {
	border-color: #BE1D1D !important;
}

.border--color-body {
	border-color: #151515 !important;
}