/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

img {
	max-width: 100%;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: inherit;
	vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
	outline: none;
}

/* Table */

/* ============================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

main {
	overflow: hidden; /*横スクロールの発生を防止*/
}

body {
	color: #1b224c;
	display: flex;
	flex-direction: column;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	min-height: 100vh;
}

a {
	transition: 0.25s;
}

a:hover {
	text-decoration: none;
}

img {
	height: auto;
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-down.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in {
	opacity: 0;
	transition: opacity 2s;
}

.fade-in.is-in-view {
	opacity: 1;
}

.floating {
	bottom: 50px;
	display: none;
	position: fixed;
	right: 0px;
	z-index: 30;
}

.floating a {
	background: #1b224c;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	width: 60px;
}

.floating aa:hover {
	opacity: 0.6;
}

#header {
	background: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header__inner {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 80px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	overflow: none;
	padding: 15px 10px 15px 15px;
}

.header__left-items,
.header__right-items {
	align-items: center;
	display: flex;
}

.header__left-items {
	justify-content: center;
}

.header__logo {
	width: 136px;
}

.header__nav {
	display: flex;
	gap: 30px;
	margin-left: 30px;
}

.header__nav li {
	font-weight: 700;
	transition: color 0.3s;
}

.header__nav li:hover {
	color: #f5810e;
}

.header__info {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.header__time {
	font-size: 12px;
	line-height: 12px;
}

.header__tel {
	line-height: 16px;
	margin-top: 10px;
}

.header__tel img {
	width: 10px;
}

.header__tel span {
	color: #1b224c;
	font-weight: 700;
	margin-left: 5px;
}

.header__buttons {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-left: 23px;
}

.header__open {
	display: none;
}

.inner {
	margin-inline: auto;
	max-width: 930px;
	padding-inline: 15px;
}

.heading {
	font-size: 36px;
	font-weight: 700;
	line-height: 100%; /* 36px */
	text-align: center;
}

.heading._white {
	color: #fff;
}

.heading._left {
	text-align: left;
}

.heading._page {
	font-size: 32px;
}

.breadcrumb__wrap {
	margin-top: 80px;
}

.page-breadcrumb {
	background: #f8f8f8;
	padding-block: 19px;
}

.page-breadcrumb .breadcrumb {
	font-size: 12px;
	line-height: 100%; /* 12px */
}

.page-breadcrumb .breadcrumb span {
	padding-right: 3px;
}

.page-breadcrumb .breadcrumb span:nth-of-type(2),
.page-breadcrumb .breadcrumb span:nth-of-type(3),
.page-breadcrumb .breadcrumb span:nth-of-type(4) {
	padding-left: 6px;
}

.page-breadcrumb a {
	text-decoration-line: underline;
}

.pagination__blog-wrap {
	margin-bottom: 40px;
	margin-top: 55px;
	text-align: center;
}

.pagination__news-wrap {
	margin-bottom: 46px;
	margin-top: 53px;
	text-align: center;
}

.pagination a {
	transition: all 0.3s ease 0s;
}

.pagination a:hover {
	background: #1b224c;
	border: 1px solid #1b224c;
	color: #fff;
}

.page-numbers {
	background: #fff;
	border: 1px solid #1b224c;
	color: #1b224c;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin-right: 19px;
	min-width: 50px;
	text-align: center;
	text-decoration: none;
}

.page-numbers:last-child {
	margin-right: 0;
}

.page-numbers.current {
	background: #1b224c;
	border: 1px solid #1b224c;
	color: #fff;
	font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
	border: none;
	line-height: 40px;
	min-width: initial;
	width: auto;
}

.request-btn,
.contact-btn {
	border-radius: 5px;
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: all 0.3s;
}

.request-btn:focus,
.request-btn:hover,
.contact-btn:focus,
.contact-btn:hover {
	opacity: 0.7;
}

.request-btn {
	background-color: #f5a623;
	width: 142px;
}

.contact-btn {
	background-color: #1b224c;
	width: 137px;
}

.drawer-icon {
	height: 21px;
	position: relative;
	width: 36px;
	z-index: 51;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
	top: 10px;
	transform: rotate(30deg);
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
	display: none;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
	top: 10px;
	transform: rotate(-30deg);
}

.drawer-icon__bar {
	background: #111;
	border-radius: 6px;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 36px;
}

.drawer-icon__bar:nth-of-type(2) {
	top: 9px;
}

.drawer-icon__bar:nth-of-type(3) {
	top: 18px;
}

.drawer-content {
	background: #1b224c;
	height: 100%;
	padding: 86px 40px 40px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	width: 320px;
	z-index: 50;
}

.drawer-content.is-checked {
	transform: translateX(0);
}

.drawer-content__menu {
	margin-top: 20px;
}

.drawer-content__menu li {
	color: #fff;
	display: block;
	font-weight: 700;
	padding-bottom: 14px;
	padding-top: 14px;
	text-align: right;
}

.footer {
	background-color: #1b224c;
	padding-bottom: 69px;
}

.footer__inner {
	display: flex;
	justify-content: space-between;
}

.footer__nav {
	display: flex;
	margin-top: 42px;
}

.footer .menu-item {
	color: #f8f8f8;
	font-weight: 700;
	line-height: 100%; /* 16px */
	padding-inline: 21px;
	position: relative;
	transition: color 0.3s;
}

.footer .menu-item:hover {
	color: #f5810e;
}

.footer .menu-item::after {
	background-color: #ffffff;
	content: "";
	display: inline-block;
	height: 23px;
	position: absolute;
	right: 0;
	top: 8px;
	transform: translateY(-50%);
	width: 1px;
}

.footer .menu-item:last-child::after {
	width: 0;
}

.footer__logo {
	background-color: #fff;
	margin-top: 34px;
	padding: 13px 19px;
}

.footer__logo img {
	height: 31px;
	width: 159px;
}

.footer__time {
	color: #fff;
	font-size: 12px;
	line-height: 100%; /* 16px */
	margin-top: 13px;
	text-align: right;
}

.footer__tel {
	margin-top: 27px;
	text-align: right;
}

.footer__tel img {
	vertical-align: -2px;
	width: 16px;
}

.footer__tel span {
	color: #fff;
	font-weight: 700;
	margin-left: 5px;
}

.copyright {
	background-color: #fff;
	padding-block: 11px;
}

.copyright__inner {
	text-align: right;
}

.copyright__text {
	font-size: 12px;
	font-weight: 700;
	line-height: 100%; /* 12px */
}

.content__inner {
	display: flex;
	gap: 36px;
	margin-bottom: 69px;
	margin-top: 60px;
}

.content__inner._news {
	margin-bottom: 53px;
}

.content .primary {
	flex: 1;
}

.content .secondary {
	width: 270px;
}

.content .secondary__title {
	background-color: #1b224c;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	height: 63px;
	line-height: 63px;
	text-align: center;
}

.content .secondary__title-wrap {
	margin-top: 70px;
}

.content .secondary .pickup__items {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 30px;
}

.content .secondary .pickup__item {
	display: flex;
	gap: 17px;
}

.content .secondary .pickup__item-img {
	height: 70px;
	width: 100px;
}

.content .secondary .pickup__item-img img {
	-o-object-fit: cover;
	height: 70px;
	object-fit: cover;
	width: 100px;
}

.content .secondary .pickup__item-title {
	flex: 1;
	font-size: 12px;
	line-height: 200%;
	text-decoration-line: underline;
}

.content .secondary .category__items {
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-top: 31px;
}

.content .secondary .category__item {
	font-weight: 700;
	line-height: 100%;
}

.content .secondary .category__item::before {
	content: "・";
}

.content .entry__category {
	background-color: #1b224c;
	color: #fff;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	width: 110.708px;
}

.content .entry__title {
	font-size: 28px;
	font-weight: 700;
	line-height: 150%; /* 42px */
	margin-top: 30px;
}

.content .entry__title._news {
	margin-top: 0px;
}

.content .entry__meta {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.content .entry__news-meta {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	margin-top: 34px;
}

.content .entry__social {
	display: flex;
	gap: 0px;
}

.content .entry__image {
	margin-top: 22px;
	width: 594px;
}

.content .entry__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 594px;
}

.content .entry__body {
	margin-top: 10px;
}

.content .entry__body a {
	color: #f5a623;
	font-size: 18px;
	line-height: 150%; /* 27px */
	text-decoration-line: underline;
}

.content .entry__body p {
	line-height: 150%; /* 24px */
	margin-block: 30px;
}

.content .entry__body ul {
	line-height: 150%; /* 24px */
	margin-block: 30px;
}

.content .entry__body li {
	padding-left: 32px;
	position: relative;
}

.content .entry__body li::before {
	background-color: #f5a623;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 11px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 11px;
}

.content .entry h2.wp-block-heading {
	font-size: 26px;
	font-weight: 700;
	line-height: 150%; /* 39px */
	margin-block: 30px;
}

.content .entry h3.wp-block-heading {
	font-size: 22px;
	font-weight: 700;
	line-height: 150%; /* 39px */
	margin-block: 30px;
	padding-left: 12px;
	position: relative;
}

.content .entry h3.wp-block-heading::before {
	background-color: #1b224c;
	content: "";
	display: inline-block;
	height: 28px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.content .entry .wp-block-image {
	margin-block: 30px;
}

.content .entry blockquote {
	background-color: #f8f8f8;
	margin-top: 30px;
	padding: 27px 26px 17px 20px;
	position: relative;
}

.content .entry blockquote:before {
	color: #b4b4b4;
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 22px;
	position: absolute;
}

.content .entry blockquote p {
	line-height: 150%; /* 24px */
	margin-top: 0px;
	padding-left: 34px;
	position: relative;
}

.content .entry blockquote cite {
	color: #888;
	display: block;
	font-size: 13px;
	text-align: right;
}

.content .entry__content {
	margin-top: 60px;
}

.content .entry__content .heading {
	font-size: 26px;
	font-weight: 700;
	line-height: 150%; /* 39px */
}

.content .entry__content .blog__items {
	display: flex;
	flex-direction: column;
	gap: 28px;
	margin-top: 30px;
}

.content .entry__content .blog__link {
	transition: all 0.5s;
}

.content .entry__content .blog__link:focus,
.content .entry__content .blog__link:hover {
	opacity: 0.7;
	transform: scale(1.02);
}

.content .entry__content .blog__item {
	align-items: center;
	display: flex;
	gap: 20px;
}

.content .entry__content .blog__image {
	height: 128px;
	position: relative;
	width: 210px;
}

.content .entry__content .blog__image img {
	-o-object-fit: cover;
	height: 128px;
	object-fit: cover;
	width: 210px;
}

.content .entry__content .blog__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 110px;
}

.content .entry__content .blog__category {
	background-color: #1b224c;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	height: 28px;
	left: 0;
	line-height: 28px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 80px;
}

.content .entry__content .blog__heading {
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	margin-top: 20px;
	text-decoration-line: underline;
}

.content .entry__content .blog__time {
	display: block;
	line-height: 100%; /* 16px */
}

.mv {
	margin-top: 80px;
}

.mv__inner {
	position: relative;
}

.mv__content {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.mv__lead {
	font-size: 48px;
	font-weight: 700;
	line-height: 100%;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}

.mv__description {
	font-size: 18px;
	line-height: 150%; /* 27px */
	margin-top: 37px;
}

.mv__button {
	background-color: #f5a623;
	border-radius: 31px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin-top: 37px;
	transition: background-color 0.3s;
	width: 260px;
}

.mv__button:focus,
.mv__button:hover {
	background-color: #1b224c;
}

.mv__link {
	color: #fff;
	display: block;
	line-height: 100%; /* 16px */
	margin-top: 22px;
	text-decoration-line: underline;
	transition: 0.3s;
}

.mv__link:focus,
.mv__link:hover {
	opacity: 0.7;
}

.about {
	background-color: #1b224c;
	padding-bottom: 54px;
	padding-top: 63px;
}

.about__inner {
	text-align: center;
}

.about__text-box {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 57px;
}

.about__text {
	font-size: 18px;
	font-weight: 700;
	line-height: 36px; /* 200% */
}

.about__content-wrap {
	background-color: #fff;
	margin-inline: auto;
	margin-top: 76px;
	padding: 12px 16px;
}

.about__content {
	border: 5px solid #1b224c;
	margin-inline: auto;
	max-width: 868px;
	padding-bottom: calc(30px - 5px);
	padding-top: calc(18px - 5px);
	width: 868px;
}

.about__lead {
	font-size: 36px;
	font-weight: 700;
	line-height: 150%; /* 54px */
}

.about__lead .underline {
	display: inline-block;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.about__lead .underline::after {
	background: rgb(245, 166, 35);
	bottom: 8px;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}

.about__description {
	font-size: 18px;
	line-height: 150%; /* 27px */
	margin-top: 28px;
}

.feature {
	padding-top: 63px;
}

.feature__boxes {
	display: flex;
	flex-direction: column;
	gap: 55px;
	margin-top: 55px;
}

.feature__box-content {
	align-items: center;
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

.feature__box-content._reverse {
	flex-direction: row-reverse;
}

.feature__box-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 37px;
}

.feature__box-image {
	width: 350px;
}

.feature__box-label {
	background: #f5a623;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 91px;
}

.feature__box-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 150%; /* 39px */
}

.feature__box-text {
	line-height: 150%; /* 24px */
}

.price {
	padding-bottom: 39px;
	padding-top: 93px;
}

.price__inner {
	position: relative;
}

.price__content {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.price__lead {
	color: #fff;
	font-size: 26px;
	font-style: normal;
	line-height: 100%; /* 26px */
}

.price__button {
	background: rgba(245, 166, 35, 0);
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	margin-top: 27px;
	transition: background-color 0.3s;
	width: 200px;
}

.price__button:focus,
.price__button:hover {
	background-color: #1b224c;
}

.success {
	background-color: #1b224c;
	padding-bottom: 60px;
	padding-top: 63px;
}

.success__boxes {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin-top: 129px;
}

.success__box-text {
	color: #fff;
	font-weight: 700;
	line-height: 150%; /* 24px */
}

.success__box-image {
	background: #fff;
	height: 171px;
	margin-top: 12px;
	width: 280px;
}

.success__box-image img {
	-o-object-fit: cover;
	height: 171px;
	object-fit: cover;
	width: 280px;
}

.success__box-profile {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin-top: 16px;
}

.success__box-category,
.success__box-name {
	background: #fff;
	height: 32px;
	line-height: 32px;
	padding-inline: 10px;
}

.success__box-category {
	width: 100px;
}

.success__box-name {
	width: 172px;
}

.success__box-note {
	background: #fff;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
	padding-inline: 10px;
}

.flow {
	padding-top: 63px;
}

.flow__steps {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 48px;
}

.flow__step {
	align-items: center;
	background-color: #f8f8f8;
	display: flex;
}

.flow__step-items {
	align-items: center;
	display: flex;
	gap: 21px;
	width: 30%;
}

.flow__step-number {
	background-color: #f5a623;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
}

.flow__step-item {
	font-size: 18px;
	font-weight: 700;
	line-height: 100%; /* 18px */
}

.flow__step-text {
	height: 64px;
	line-height: 64px;
	padding-left: 53.5px;
	position: relative;
	width: 70%;
}

.flow__step-text::before {
	background-color: #c3c3c3;
	content: "";
	display: inline-block;
	height: 29.3px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.qa {
	margin-top: 59px;
}

.qa__boxes {
	margin-top: 48px;
}

.qa-box:last-child {
	border-bottom: 1px solid #1b224c;
}

.qa-box.is-open .qa-box__head::after {
	transform: rotate(0deg);
}

.qa-box.is-open .qa-box__head::before {
	opacity: 0;
}

.qa-box__head {
	border-top: 1px solid #1b224c;
	list-style: none;
	margin: 0;
	padding-bottom: 30.5px;
	padding-top: 21.5px;
	position: relative;
	transition: opacity 0.9s;
}

.qa-box__head::before,
.qa-box__head::after {
	background: #555;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

.qa-box__head::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}

.qa-box__head::before {
	transition: 0.9s;
}

.qa-box__body {
	background-color: #f8f8f8;
	display: none;
	margin-bottom: 15.5px;
	margin-left: 0;
	padding: 19px 34px 19px 20px;
}

.qa-box__body._is-open {
	display: block;
}

.others {
	margin-bottom: 119px;
}

.others__contents {
	display: grid;
	gap: 67px;
	grid-template-columns: 1fr 1fr;
	margin-top: 90px;
}

.others__content .blog__items {
	display: flex;
	flex-direction: column;
	gap: 31px;
	margin-top: 30px;
}

.others__content .blog__link {
	transition: all 0.5s;
}

.others__content .blog__link:focus,
.others__content .blog__link:hover {
	opacity: 0.7;
	transform: scale(1.02);
}

.others__content .blog__item {
	align-items: center;
	display: flex;
	gap: 20px;
}

.others__content .blog__image {
	height: 110px;
	position: relative;
	width: 150px;
}

.others__content .blog__image img {
	-o-object-fit: cover;
	height: 110px;
	object-fit: cover;
	width: 150px;
}

.others__content .blog__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 110px;
	justify-content: space-between;
}

.others__content .blog__category {
	background-color: #1b224c;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	height: 23px;
	left: 0;
	line-height: 23px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 78px;
}

.others__content .blog__heading {
	font-weight: 700;
	line-height: 150%;
	text-decoration-line: underline;
}

.others__content .blog__time {
	display: block;
	font-size: 12px;
}

.others__content .news__items {
	display: flex;
	flex-direction: column;
	gap: 47px;
	margin-top: 30px;
}

.others__content .news__link {
	transition: all 0.3s;
}

.others__content .news__link:focus,
.others__content .news__link:hover {
	opacity: 0.7;
	transform: scale(1.02);
}

.others__content .news__time {
	display: block;
	font-size: 12px;
}

.others__content .news__heading {
	line-height: 150%;
	margin-top: 13px;
	text-decoration-line: underline;
}

.cta__inner {
	position: relative;
}

.cta__img-wrap {
	height: 260px;
}

.cta__img {
	-o-object-fit: cover;
	height: 260px;
	object-fit: cover;
	width: 100%;
}

.cta__content {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cta__lead {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 150%; /* 48px */
}

.cta__button {
	background-color: #f5a623;
	border-radius: 25px;
	display: inline-block;
	height: 53px;
	line-height: 53px;
	margin-top: 13px;
	transition: background-color 0.3s;
	width: 280px;
}

.cta__button:focus,
.cta__button:hover {
	background-color: #1b224c;
}

.cta__link {
	color: #fff;
	display: block;
	line-height: 100%; /* 16px */
	margin-top: 17px;
	text-decoration-line: underline;
	transition: 0.3s;
}

.cta__link:focus,
.cta__link:hover {
	opacity: 0.7;
}

.contact {
	padding-block: 23px;
}

.contact__items {
	align-items: flex-end;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 278px 1fr;
}

.contact__item.text {
	font-weight: 700;
	line-height: 100%; /* 16px */
	text-align: right;
}

.contact__item.number {
	font-size: 36px;
	font-weight: 700;
	line-height: 100%; /* 36px */
	text-align: center;
}

.contact__item.hour {
	text-align: left;
}

.page-mv {
	margin-top: 80px;
}

.page-mv__inner {
	position: relative;
}

.page-mv__img-wrap {
	height: 221px;
}

.page-mv__img {
	-o-object-fit: cover;
	-o-object-position: 100%;
	height: 221px;
	object-fit: cover;
	object-position: 100%;
	width: 100%;
}

.page-mv__content {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.page-mv__lead {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 100%; /* 32px */
}

.price-system {
	padding-top: 58px;
}

.price-system__items {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.price-system__title-box {
	background-color: #1b224c;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	height: 90px;
	line-height: 90px;
	text-align: center;
	width: 280px;
}

.price-system__mark {
	margin-inline: 35.5px;
}

.price-system__plus {
	background: currentColor;
	color: #333;
	display: inline-block;
	height: 0.1em;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 26.78px;
}

.price-system__plus::before {
	background: inherit;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(90deg);
	width: 100%;
}

.price-system__text {
	margin-top: 46px;
}

.price-list {
	margin-bottom: 35px;
	padding-top: 90px;
}

.price-list__wrap {
	display: flex;
	justify-content: center;
	margin-inline: auto;
	max-width: 950px;
	padding-inline: 15px;
	padding-top: 70px;
}

.price-list__items {
	align-items: flex-end;
	display: flex;
	gap: 7px;
	justify-content: center;
	max-width: 100%;
	width: 910px;
}

.price-list__item .list__heading {
	background-color: #1b224c;
	color: #fff;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 220px;
}

.price-list__item .list__heading._strong {
	background-color: #f5a623;
	height: 96px;
	line-height: 100%; /* 16px */
}

.price-list__item .list__heading .top-text {
	display: block;
	padding-top: 22px;
}

.price-list__item .list__heading .bottom-text {
	display: block;
	padding-top: 22px;
}

.price-list__item .list__body {
	border: 0.5px solid #1b224c;
	border-top-width: 0;
	height: 474px;
	padding-inline: 23px;
	padding-top: 29px;
	text-align: center;
	width: 220px;
}

.price-list__item .list__price {
	font-size: 25px;
	font-weight: 700;
	line-height: 100%; /* 25px */
}

.price-list__item .list__price._yellow {
	color: #f5a623;
}

.price-list__item .list__note {
	margin-top: 15px;
}

.price-list__item .list__checkbox {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 46px;
}

.price-list__item .list__check-text {
	margin-left: 10px;
}

.engress-archive {
	padding-top: 58px;
}

.engress-archive__boxes {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-top: 60px;
}

.engress-archive__link {
	transition: all 0.3s;
}

.engress-archive__link:focus,
.engress-archive__link:hover {
	opacity: 0.6;
}

.engress-archive__box {
	display: flex;
	gap: 50px;
}

.engress-archive__image {
	height: auto;
	position: relative;
	width: 240px;
}

.engress-archive__image img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 240px;
}

.engress-archive__category {
	background-color: #1b224c;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 28px;
	left: 0;
	line-height: 28px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 80px;
}

.engress-archive__body {
	flex: 1;
}

.engress-archive__date {
	line-height: 100%; /* 16px */
}

.engress-archive__title {
	font-size: 26px;
	font-weight: 700;
	line-height: 150%; /* 39px */
	margin-top: 20px;
	text-decoration-line: underline;
}

.engress-archive__excerpt {
	line-height: 150%; /* 24px */
	margin-top: 20px;
}

.news-list {
	margin-top: 58px;
}

.news-list__items {
	margin-top: 46px;
}

.news-list__item {
	align-items: center;
	border-top: 1px solid #d5d5d5;
	display: flex;
	gap: 36px;
	padding-block: 21px;
}

.news-list__item:last-child {
	border-bottom: 1px solid #d5d5d5;
}

.news-list__date,
.news-list__link {
	line-height: 150%; /* 24px */
}

.news-list__date {
	flex: 0 0 100px;
}

.news-list__link {
	text-decoration-line: underline;
}

.engress-contact {
	margin-bottom: 79px;
	margin-top: 58px;
}

.engress-contact__inner {
	margin-inline: auto;
	max-width: 730px;
	padding-inline: 15px;
}

.engress-contact .contact__form {
	margin-top: 39px;
}

.engress-contact .contact__fields {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.engress-contact .contact__privacy {
	margin-top: 26.5px;
	text-align: center;
}

.engress-contact .contact__privacy-text a {
	color: #f5a623;
	text-decoration-line: underline;
	transition: color 0.3s;
}

.engress-contact .contact__privacy-text a:focus,
.engress-contact .contact__privacy-text a:hover {
	color: #999;
}

.engress-contact .contact__button {
	margin-bottom: 20px;
	margin-top: 47px;
	text-align: center;
}

.engress-contact .contact__button .button {
	background: #1b224c;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: 0.3s;
	width: 200px;
}

.engress-contact .contact__button .button:focus,
.engress-contact .contact__button .button:hover {
	opacity: 0.6;
}

.engress-contact .form-field__head._mt4 {
	margin-top: 4px;
}

.engress-contact .form-text {
	background: #fff;
	border: 0.5px solid #1b224c;
	margin-top: 6px;
	padding: 15.5px 19.5px;
	transition: border-color 0.3s;
	width: 100%;
}

.engress-contact .form-text:hover,
.engress-contact .form-text:focus {
	border-color: #fabe00;
	outline: none;
}

.engress-contact .wpcf7-radio {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 13px;
}

.engress-contact .wpcf7-list-item-label {
	padding-left: 14.44px;
	position: relative;
}

.engress-contact .wpcf7-list-item {
	margin-left: 0;
	width: 100%;
}

.engress-contact .wpcf7-list-item:hover .wpcf7-list-item-label {
	border-color: #fabe00;
}

.engress-contact .wpcf7-list-item input {
	border: 1px solid #707070;
	height: 20px;
	position: relative;
	top: -2px;
	width: 20px;
}

.engress-contact .form-textarea {
	background: #fff;
	border: 0.5px solid #1b224c;
	height: 240.422px;
	margin-top: 6px;
	padding: 19.5px;
	transition: border-color 0.3s;
	width: 100%;
}

.engress-contact .form-textarea:hover,
.engress-contact .form-textarea:focus {
	border-color: #fabe00;
	outline: none;
}

.engress-contact .form-checkbox {
	display: block;
	margin-top: 29px;
}

.engress-contact .form-checkbox__input {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.engress-contact .form-checkbox__input:focus,
.engress-contact .form-checkbox__input:hover {
	border-color: #fabe00;
}

.engress-contact .form-checkbox__input + .wpcf7-list-item-label {
	padding-left: 11.44px;
}

.engress-contact ::-moz-placeholder {
	color: #b4b4b4;
	font-size: 12px;
}

.engress-contact ::placeholder {
	color: #b4b4b4;
	font-size: 12px;
}

.engress-thanks {
	flex: 1;
	margin-top: 80px;
}

.engress-thanks__inner {
	margin-block: 82px;
}

.engress-thanks__text {
	text-align: center;
}

.engress-thanks__link {
	line-height: 100%; /* 16px */
	margin-top: 85px;
	text-align: center;
}

.engress-thanks__link a {
	text-decoration-line: underline;
	transition: 0.3s;
}

.engress-thanks__link a:focus,
.engress-thanks__link a:hover {
	opacity: 0.6;
}

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

.sp-only {
	display: none;
}

}

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

.lg-only {
	display: none;
}

}

@media screen and (max-width: 1199px) {

.mv__lead {
	font-size: 4.0033361134vw;
}

.mv__description {
	margin-top: 2.0850708924vw;
}

.mv__button {
	margin-top: 2.0850708924vw;
}

.about__content-wrap {
	padding: 1.0008340284vw 1.3344453711vw;
	width: 75.0625521268vw;
}

.about__content {
	width: 72.3936613845vw;
}

.about__lead {
	font-size: 3.0025020851vw;
}

.price__lead {
	font-size: 4.0033361134vw;
}

.price__button {
	margin-top: 2.0850708924vw;
}

}

@media screen and (max-width: 1199px) and (max-width: 767px) {

.mv__lead {
	font-size: 22px;
}

.mv__description {
	font-size: 16px;
}

.about__content-wrap {
	margin-top: 38px;
	padding: 10px;
	width: 100%;
}

.about__content {
	padding: 20px 10px;
	width: 100%;
}

.about__lead {
	font-size: 20px;
}

.price__lead {
	font-size: 20px;
	line-height: 150%;
}

.price__button {
	margin-top: 22px;
}

}

@media screen and (max-width: 1023px) {

.success__box-image {
	width: 100%;
}

.success__box-image img {
	width: 100%;
}

.success__box-category {
	width: 35%;
}

.success__box-name {
	width: 65%;
}
	
.header__right-items {
	display: none;
}

.header__nav {
	display: none;
}

.header__open {
	display: block;
}

.copyright__inner {
	text-align: center;
}

.feature__box-content {
	gap: 25px;
}

.feature__box-content._reverse {
	gap: 25px;
}

.feature__box-body {
	gap: 18px;
}

.flow__step-item {
	font-size: 14px;
}

.flow__step-text {
	font-size: 14px;
}

.qa-box__a-text {
	font-size: 15px;
}

.contact__items {
	gap: 10px;
	grid-template-columns: 1fr;
}

.contact__item.text {
	text-align: center;
}

.contact__item.hour {
	text-align: center;
}

.price-list__wrap {
	padding-top: 20px;
	width: 100%;
}

.price-list__items {
	justify-content: flex-start;
}

}

@media screen and (max-width: 1023px) and (max-width: 767px) {

.feature__box-content {
	flex-direction: column;
}

.feature__box-content._reverse {
	flex-direction: column;
}

.flow__step-text {
	height: auto;
	line-height: 1.3;
	padding: 20px 15px;
	text-align: justify;
	width: 100%;
}

}

@media screen and (max-width: 767px) {

.pc-only {
	display: none;
}

.floating {
	bottom: 0px;
}

.heading {
	font-size: 22px;
	line-height: 130%;
}

.heading._page {
	font-size: 22px;
	line-height: 130%;
}

.page-breadcrumb .breadcrumb {
	line-height: 150%;
}

.pagination__blog-wrap {
	margin-bottom: 30px;
	margin-top: 0px;
}

.pagination__news-wrap {
	margin-block: 30px;
}

.page-numbers {
	height: 35px;
	line-height: 35px;
	margin-right: 8px;
	min-width: 35px;
}

.footer {
	padding-bottom: 45px;
}

.footer__nav {
	flex-direction: column;
	gap: 15px;
}

.footer .menu-item {
	padding-inline: 0px;
}

.footer .menu-item::after {
	width: 0;
}

.footer__logo img {
	height: auto;
	width: 100px;
}

.content__inner {
	flex-direction: column;
	margin-bottom: 40px;
	margin-top: 40px;
}

.content__inner._news {
	margin-bottom: 30px;
}

.content .secondary {
	width: 100%;
}

.content .entry__title {
	font-size: 20px;
}

.content .entry__meta {
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.content .entry__news-meta {
	margin-top: 17px;
}

.content .entry__image {
	margin-top: 15px;
	width: 100%;
}

.content .entry__image img {
	width: 100%;
}

.content .entry__body p {
	margin-block: 15px;
}

.content .entry__body ul {
	margin-block: 15px;
}

.content .entry__body li::before {
	top: 11px;
}

.content .entry h2.wp-block-heading {
	font-size: 20px;
	margin-block: 15px;
}

.content .entry h3.wp-block-heading {
	font-size: 18px;
}

.content .entry .wp-block-image {
	margin-block: 15px;
}

.content .entry blockquote {
	margin-block: 15px;
	padding: 15px 13px 1px 10px;
}

.content .entry__content {
	margin-block: 30px;
}

.content .entry__content .blog__item {
	flex-direction: column;
	gap: 12px;
}

.content .entry__content .blog__image {
	height: auto;
	width: 100%;
}

.content .entry__content .blog__image img {
	height: auto;
	width: 100%;
}

.content .entry__content .blog__heading {
	font-size: 14px;
	margin-top: 8px;
}

.content .entry__content .blog__time {
	font-size: 14px;
	margin-top: 8px;
}

.mv__img-wrap {
	height: 350px;
}

.mv__img {
	-o-object-fit: cover;
	-o-object-position: 100%;
	height: 350px;
	object-fit: cover;
	object-position: 100%;
}

.mv__description span {
	display: block;
}

.about__text-box {
	flex-direction: column;
	gap: 25px;
	margin-top: 25px;
}

.about__description {
	font-size: 16px;
	margin-top: 15px;
}

.feature__boxes {
	margin-top: 28px;
}

.feature__box-image {
	width: 100%;
}

.feature__box-title {
	font-size: 20px;
}

.price {
	padding-top: 45px;
}

.price__img-wrap {
	height: 217px;
}

.price__img {
	-o-object-fit: cover;
	height: 217px;
	object-fit: cover;
}

.success__boxes {
	gap: 50px;
	grid-template-columns: 1fr;
	margin-top: 60px;
}

.flow__step {
	flex-direction: column;
}

.flow__step-items {
	width: 100%;
}

.flow__step-text::before {
	background-color: #c3c3c3;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.qa-box__head {
	line-height: 1.5;
	padding-right: 50px;
}

.qa-box__body {
	line-height: 1.5;
}

.others {
	margin-bottom: 60px;
}

.others__contents {
	grid-template-columns: 1fr;
}

.others__content .blog__item {
	gap: 12px;
}

.others__content .blog__heading {
	font-size: 14px;
}

.others__content .news__heading {
	font-size: 14px;
}

.cta__lead {
	font-size: 22px;
}

.contact__item.number {
	font-size: 27px;
}

.page-mv__lead {
	font-size: 22px;
	width: 270px;
}

.price-system__items {
	margin-top: 40px;
}

.price-system__title-box {
	font-size: 19px;
	height: 60px;
	line-height: 60px;
}

.price-system__mark {
	margin-inline: 15px;
}

.price-system__text {
	margin-top: 25px;
}

.price-list {
	padding-top: 55px;
}

.engress-archive {
	padding-top: 40px;
}

.engress-archive__boxes {
	margin-top: 30px;
}

.engress-archive__box {
	flex-direction: column;
	gap: 25px;
}

.engress-archive__image {
	width: 100%;
}

.engress-archive__image img {
	width: 100%;
}

.engress-archive__title {
	font-size: 20px;
	margin-top: 15px;
}

.engress-archive__excerpt {
	margin-top: 15px;
}

.news-list__item {
	flex-direction: column;
	gap: 15px;
}
	
.news-list__date {
	flex: 1;
}

.engress-contact {
	margin-bottom: 35px;
	margin-top: 30px;
}

.engress-contact .contact__form {
	margin-top: 20px;
}

.engress-contact .contact__button {
	margin-top: 30px;
}

.engress-contact .form-field__label {
	font-size: 14px;
}

.engress-contact .wpcf7-list-item-label {
	font-size: 14px;
}

}

.entry-404 {
	padding-block: 85px;
	text-align: center;
}

.entry-404-head {
	color: #f0cdd0;
	font-size: 80px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 36px;
}

.entry-404-head span::after {
	content: " ";
}

.entry-404-lead {
	color: #808080;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 24px;
}

.entry-404-content {
	color: #808080;
}

.entry-404-btn {
	margin-top: 58px;
}

.entry-404-btn .btn {
	background: #ebebeb;
	color: #8d8d8d;
}

.entry-404-btn .btn:hover {
	background: #ccc;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.entry-404 {
	padding: 50px 15px;
}

.entry-404-head {
	font-size: 40px;
}

.entry-404-lead {
	font-size: 22px;
}

}