/*! destyle.css v4.0.1 | 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;
	min-width: 0;
}

/* 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 {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* 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;
	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 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;
}

/* Replaced content */

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

/**
 * Prevent vertical alignment issues.
 */

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

/* Forms */

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

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

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
	padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */

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

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * 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]:focus {
	outline: auto;
}

/* Tables */

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

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

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

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

body {
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.2857142857;
}

img {
	height: auto;
	width: 100%;
}

dt {
	font-weight: 400;
}

li {
	list-style: none;
}

.l-inner {
	margin-inline: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 1140px;
}

.l-inner.l-inner--service {
	width: 1240px;
}

.l-section {
	padding: 60px 0 80px;
}

.l-section__top-mv {
	height: 100vh;
	width: 100%;
}

.l-section__top-mv-inner {
	height: inherit;
	width: 100%;
}

.l-section.l-section--top-about {
	padding: 20px 0 20px;
}

.l-section.l-section--top-works {
	background-color: #F8F8F8;
	padding: 60px 0 20px;
}

.l-section.l-section--top-news {
	background-color: #F8F8F8;
}

.l-section-title {
	font-family: "Oswald", sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4736842105;
	overflow: hidden;
}

.l-section-title.l-section-title--works {
	margin-inline: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 1140px;
}

.l-section__low-mv {
	overflow-x: hidden;
	padding-left: 10px;
	padding-top: 110px;
}

.l-section.l-section--low-menu {
	padding: 30px 0 0;
}

.l-section-title--about-wrap {
	display: inline-block;
	font-weight: 700;
	padding-right: 70px;
	position: relative;
}

.l-section-title--about-wrap::after {
	background-color: #000000;
	bottom: 20px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	width: 60px;
}

.l-section-title--about-sub {
	color: #001E63;
	font-size: 12px;
	line-height: 1.4166666667;
}

.l-section-title--about {
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	line-height: 1.5;
}

.l-section--about {
	margin-top: 80px;
}

.l-section--about.l-section--philosophy {
	position: relative;
}

.l-section--about.l-section--philosophy::after {
	background-color: #F8F8F8;
	content: "";
	height: 730px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.l-section--about.l-section--company {
	background-color: #F8F8F8;
}

.l-section--service {
	margin-bottom: 50px;
	position: relative;
}

.l-section--service.l-section--service-01 {
	margin-top: 50px;
}

.l-section--service::after {
	background-color: #F8F8F8;
	content: "";
	height: 480px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.l-section__single {
	padding-bottom: 80px;
	padding-top: 80px;
}

.l-section__post {
	display: flex;
	flex-direction: column;
	gap: 57px;
	padding-left: 15px;
	padding-right: 15px;
}

.l-section__contact {
	margin-inline: auto;
	margin-top: 30px;
	max-width: 100%;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	width: 680px;
}

.l-section__contact.l-section--confirm {
	width: 720px;
}

.l-section__contact.l-section--complete {
	margin-top: 70px;
}

.l-section__low-mv.l-section__low-mv--404 {
	padding-bottom: 80px;
	padding-top: 120px;
}

.l-header {
	background-color: transparent;
	height: 80px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.l-header__logo img {
	height: auto;
	width: 114px;
}

.l-header__nav {
	align-items: center;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 500;
	gap: 50px;
	height: 80px;
}

.l-header__nav-items {
	align-items: center;
	display: flex;
	gap: 50px;
}

.l-header__button {
	align-items: center;
	background-color: #011950;
	color: #FFFFFF;
	display: flex;
	height: inherit;
	justify-content: center;
	width: 187px;
}

.l-header__button-link {
	align-items: center;
	display: flex;
	justify-content: center;
}

.l-header__button-link i {
	font-size: 22px;
	margin-right: 10px;
}

.l-drawer__button {
	cursor: pointer;
	height: 14px;
	position: fixed;
	right: 30px;
	top: 33px;
	width: 25px;
	z-index: 9999;
}

.l-drawer__button.is-active {
	top: 30px;
}

.l-drawer__button span {
	background-color: #242424;
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: transform 0.3s;
	width: 100%;
}

.l-drawer__button.is-active span {
	background-color: #FFFFFF;
}

.l-drawer__button span:nth-child(1) {
	top: 0;
}

.l-drawer__button span:nth-child(2) {
	top: 7px;
}

.l-drawer__button span:nth-child(3) {
	top: 14px;
	transition: opacity 0.3s;
	width: 17px;
}

.l-drawer__button.is-active span:nth-child(1) {
	top: 7px;
	transform: rotate(-45deg);
}

.l-drawer__button.is-active span:nth-child(2) {
	top: 7px;
	transform: rotate(45deg);
}

.l-drawer__button.is-active span:nth-child(3) {
	opacity: 0;
}

.l-drawer-menu {
	background-color: #001135;
	clip-path: circle(0% at 100% 100%);
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	transition: clip-path 0.3s;
	width: 100%;
	z-index: 5000;
}

.l-drawer-menu.is-active {
	clip-path: circle(141.4% at 100% 100%);
}

.l-drawer-menu__logo img {
	height: auto;
	width: 114px;
}

.l-drawer-menu__items {
	margin-top: 92px;
	padding: 0 50px;
}

.l-drawer-menu__item {
	border-bottom: 2px solid #011950;
	color: #FFFFFF;
	font-family: "Roboto", sans-serif;
	line-height: 1;
	padding: 12px 0;
}

.l-drawer-menu__item:first-child {
	border-top: 2px solid #011950;
}

.l-drawer-menu__sns {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-top: 50px;
	padding: 0 50px;
}

.l-drawer-menu__sns-link {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 1;
}

.l-footer {
	background-color: #001135;
	padding-left: 50px;
}

.l-footer__head {
	padding-top: 62px;
}

.l-footer__nav-items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.l-footer__nav-item {
	color: #FFFFFF;
	font-family: "Roboto", sans-serif;
	line-height: 1.1428571429;
}

.l-footer__bottom {
	padding-top: 62px;
}

.l-footer__logo-wrap {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.l-footer__logo {
	aspect-ratio: 114/80;
	width: 114px;
}

.l-footer__logo img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-footer__sns {
	align-items: center;
	display: flex;
	gap: 20px;
}

.l-footer__sns-link {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 1;
}

.l-footer__copyright {
	color: #FFFFFF;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 1.1666666667;
	padding: 50px 0 30px;
}

.c-to-top-button {
	align-items: center;
	background-color: #011950;
	border-radius: 4px;
	display: inline-flex;
	height: 43px;
	justify-content: center;
	width: 275px;
}

.c-to-top-button__text {
	color: #FFFFFF;
	font-weight: 500;
	padding-left: 15px;
	position: relative;
}

.c-to-top-button__text::before {
	content: "";
	height: 9px;
	position: absolute;
	width: 5px;
	-webkit-mask-image: url(../img/arrow-reverse.svg);
	mask-image: url(../img/arrow-reverse.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #FFFFFF;
	left: 0;
	mask-position: center;
	top: 50%;
	transform: translateY(-50%);
	transition: left 0.3s;
}

.c-to-top-button.c-to-top-button--404 {
	background-color: transparent;
	border: 1px solid #011950;
	height: 44px;
	width: 145px;
}

.c-to-top-button__text.c-to-top-button__text--404 {
	color: #011950;
}

.c-to-top-button__text.c-to-top-button__text--404::before {
	background-color: #011950;
}

.c-button {
	align-items: center;
	border: 1px solid #011950;
	border-radius: 4px;
	color: #011950;
	display: inline-flex;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	height: 44px;
	justify-content: center;
	line-height: 1;
	width: 141px;
}

.c-button:hover .c-button__text::before {
	width: 97px;
}

.c-button:hover .c-button__text::after {
	right: -5px;
}

.c-button__text {
	padding-right: 15px;
	position: relative;
}

.c-button__text::before {
	background-color: #001E63;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: width 0.3s;
	width: 0;
}

.c-button__text::after {
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 9px;
	position: absolute;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	transition: right 0.3s;
	width: 5px;
}

.c-button__contact {
	align-items: center;
	background-color: #011950;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-flex;
	font-size: 16px;
	gap: 10px;
	height: 60px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transition: color 0.3s;
	width: 227px;
	z-index: 1;
}

.c-button__contact::before {
	background-color: #FFFFFF;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s;
	width: 100%;
	z-index: -1;
}

.c-link {
	color: #001E63;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1;
	padding-right: 15px;
	position: relative;
	transition: transform 0.3s;
}

.c-link:hover::before {
	width: 97px;
}

.c-link:hover::after {
	right: -5px;
}

.c-link::before {
	background-color: #001E63;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: width 0.3s;
	width: 0;
}

.c-link::after {
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 9px;
	position: absolute;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
	transition: right 0.3s;
	width: 5px;
}

.c-breadcrumb {
	align-items: center;
	color: #A9A9A9;
	display: flex;
	font-size: 10px;
	justify-content: flex-end;
	line-height: 1.2;
	margin-top: 10px;
	padding-right: 10px;
}

.c-breadcrumb .current-item {
	color: #242424;
}

.c-breadcrumb__between {
	background-color: #A9A9A9;
	display: inline-block;
	height: 2px;
	margin: 0 8px;
	width: 20px;
}

.c-navigation {
	margin-top: 40px;
}

.nav-links {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.pagination__arrow {
	display: inline-block;
	height: 18px;
	width: 11px;
}

.page-numbers {
	align-items: center;
	background-color: #E9EEEF;
	color: #242424;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.page-numbers.prev,
.page-numbers.next {
	background-color: #FFFFFF;
	height: 18px;
	width: 24px;
}

.page-numbers.prev {
	padding-right: 13px;
}

.page-numbers.next {
	padding-left: 13px;
}

.page-numbers.current {
	background-color: #011950;
	color: #FFFFFF;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
	border: none;
}

.c-post-links {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.c-post-link__prev,
.c-post-link__next {
	align-items: center;
	border: 1px solid #001E63;
	border-radius: 4px;
	display: flex;
	height: 44px;
	justify-content: center;
	width: 133px;
}

.c-post-link__prev-text,
.c-post-link__next-text {
	color: #001E63;
	font-weight: 500;
	line-height: 1.4285714286;
	position: relative;
}

.c-post-link__prev-text {
	padding-left: 15px;
}

.c-post-link__prev-text::before {
	content: "";
	height: 9px;
	position: absolute;
	width: 5px;
	-webkit-mask-image: url(../img/icon-arrow-prev.svg);
	mask-image: url(../img/icon-arrow-prev.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #001E63;
	left: 0;
	mask-position: center;
	top: 50%;
	transform: translateY(-50%);
	transition: left 0.3s;
}

.c-post-link__next-text {
	padding-right: 15px;
}

.c-post-link__next-text::before {
	content: "";
	height: 9px;
	position: absolute;
	width: 5px;
	-webkit-mask-image: url(../img/icon-arrow-next.svg);
	mask-image: url(../img/icon-arrow-next.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #001E63;
	mask-position: center;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s;
}

.p-mv__slider-wrap {
	height: inherit;
	padding: 0 10px;
}

.p-mv__slider,
.p-mv__slider .swiper-slide picture,
.p-mv__slider .swiper-slide img {
	display: block;
	height: calc(100vh - 138px);
	position: relative;
}

.p-mv__slider .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-mv__text-wrap {
	margin-top: 20px;
	padding: 0 10px;
}

.p-mv__text {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4411764706;
}

.p-top-title__slider .swiper-wrapper {
	transition-timing-function: linear;
}

.p-top-title__slider .swiper-slide {
	width: 900px;
}

.p-top-title {
	color: #011950;
	font-size: 84px;
	font-weight: 700;
	line-height: 1.4523809524;
	white-space: nowrap;
}

.p-top-about__content {
	margin-top: 30px;
}

.p-top-about__title {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
}

.p-top-about__text {
	margin-top: 30px;
}

.p-top-about__link {
	margin-top: 40px;
	text-align: right;
}

.p-top-service {
	display: flex;
	flex-wrap: wrap;
	margin-inline: auto;
	margin-top: 20px;
	width: 335px;
	-moz-column-gap: 18px;
	column-gap: 18px;
	row-gap: 50px;
}

.p-card {
	width: 335px;
}

.p-card__img {
	aspect-ratio: 335/170;
	position: relative;
	width: 100%;
}

.p-card__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-card__title-wrap {
	color: #FFFFFF;
	font-weight: 700;
	left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-card__label {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.p-card__title {
	font-size: 26px;
	line-height: 1.4615384615;
	margin-top: 10px;
}

.p-card__body {
	margin-top: 20px;
}

.p-card__button {
	margin-top: 20px;
	text-align: right;
}

.p-top-works {
	background-color: #FFFFFF;
	margin-inline: auto;
	margin-top: 20px;
	max-width: 100%;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	width: 1140px;
}

.p-top-works__items {
	padding-left: 20px;
	padding-right: 20px;
}

.p-top-works-item {
	align-items: start;
	border-bottom: 1px solid #E2E2E2;
	display: flex;
	gap: 18px;
	padding: 30px 0;
}

.p-top-works-item__img {
	aspect-ratio: 120/90;
	width: 120px;
}

.p-top-works-item__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-works-item__body {
	flex: 1;
}

.p-top-works-item__tag {
	align-items: center;
	background-color: #F3F3F3;
	color: #626262;
	display: flex;
	font-size: 10px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	width: 80px;
}

.p-top-works-item__title {
	font-weight: 500;
	line-height: 2;
	margin-top: 12px;
	position: relative;
}

.p-top-works-item__title::after {
	background-color: #000000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: width 0.3s;
	width: 0;
}

.p-top-works-item__text {
	display: none;
}

.p-top-works-item__date {
	color: #A9A9A9;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 12px;
}

.p-top-works__link {
	margin-top: 41px;
	padding-right: 20px;
	text-align: right;
}

.p-top-news {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-top-news__categories {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	row-gap: 15px;
	-moz-column-gap: 26px;
	column-gap: 26px;
}

.p-top-news__category {
	color: #A9A9A9;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4166666667;
	padding-left: 14px;
	position: relative;
}

.p-top-news__category.is-active {
	color: #000000;
}

.p-top-news__category.is-active::before {
	background-color: #001E63;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.p-top-news__content {
	padding-left: 20px;
	padding-right: 20px;
}

.p-top-news__items {
	border-top: 1px solid #E2E2E2;
}

.p-top-news-item {
	border-bottom: 1px solid #E2E2E2;
	display: block;
	padding: 20px 0;
}

.p-top-news-item__meta {
	align-items: center;
	display: flex;
	gap: 12px;
}

.p-top-news-item__date {
	color: #A9A9A9;
	font-size: 10px;
	font-weight: 700;
}

.p-top-news-item__tags {
	align-items: center;
	display: flex;
	gap: 6px;
}

.p-top-news-item__tag {
	align-items: center;
	background-color: #FFFFFF;
	color: #626262;
	display: flex;
	font-size: 10px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	padding: 0 15px;
}

.p-top-news-item__title {
	font-weight: 500;
	line-height: 2;
	margin-top: 20px;
	position: relative;
}

.p-top-news-item__title::after {
	background-color: #000000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: width 0.3s;
	width: 0;
}

.p-top-news__link {
	margin-top: 45px;
	text-align: right;
}

.p-top-contact__content {
	align-items: center;
	background-color: #011950;
	display: flex;
	flex-direction: column;
	padding: 80px 0;
}

.p-top-contact__text {
	color: #FFFFFF;
	line-height: 2;
}

.p-top-contact__buttons {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 32px;
}

.p-top-contact__time {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 10px;
}

.p-top-contact__img {
	aspect-ratio: 375/240;
	width: 100%;
}

.p-top-contact__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-low-mv {
	position: relative;
}

.p-low-mv__title-wrap {
	background-color: #FFFFFF;
	height: 130px;
	left: 0;
	padding: 18px 18px;
	position: absolute;
	top: 0;
	width: 190px;
	z-index: 10;
}

.p-low-mv__title {
	font-family: "Oswald", sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4772727273;
}

.p-low-mv__sub-title {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4166666667;
}

.p-low-mv__img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-low-mv__title.p-low-mv__title--404 {
	color: #FFFFFF;
	font-size: clamp(2.188rem, 0.924rem + 5.39vw, 4.375rem);
	left: 20.8219178082%;
	line-height: 1.4857142857;
	position: absolute;
	top: 95px;
}

.p-low-mv__404-content {
	margin-left: -10px;
	margin-top: 40px;
}

.p-low-mv__404-text {
	padding-left: 18px;
	padding-right: 22px;
}

.p-low-mv__404-button {
	margin-top: 40px;
	text-align: center;
}

.p-low-anchor__items {
	display: flex;
	gap: 40px;
	justify-content: center;
}

.p-low-anchor__item {
	color: #011950;
	font-size: 12px;
	padding-right: 15px;
	position: relative;
}

.p-low-anchor__item::after {
	background-image: url(../img/arrow-down.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.p-low-menu__content {
	margin-top: 60px;
}

.p-low-menu__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.0555555556;
}

.p-low-menu__text {
	margin-top: 30px;
}

.p-philosophy__content {
	padding-top: 60px;
}

.p-philosophy__text {
	margin-top: 30px;
}

.p-philosophy__sign {
	margin-top: 30px;
	text-align: right;
}

.p-philosophy__img {
	margin-top: 30px;
}

.p-philosophy__img img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-access__head {
	display: flex;
	flex-direction: column;
	gap: 4px;
	line-height: 1.4285714286;
	margin-top: 20px;
}

.p-access__map {
	margin-top: 20px;
}

.p-access__map iframe {
	height: 400px;
	width: 100%;
}

.p-company {
	padding-top: 60px;
}

.p-company__content {
	margin-top: 30px;
}

.p-company__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-company__item {
	border-bottom: 1px solid #E2E2E2;
	display: flex;
	flex-direction: column;
	gap: 16px;
	line-height: 1.4285714286;
	padding-bottom: 20px;
}

.p-company__term {
	font-weight: 500;
}

.p-company__text-wrap--row {
	display: flex;
	gap: 28px;
}

.p-company__text-wrap--column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-company__slider-wrap {
	padding: 80px 0;
}

.p-company__slider,
.p-company__slider .swiper-slide img {
	height: 150px;
}

.p-company__slider .swiper-wrapper {
	transition-timing-function: linear;
}

.p-company__slider .swiper-slide {
	width: 180px;
}

.p-company__slider .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-service__heading {
	padding-top: 60px;
}

.p-service__number {
	color: #001E63;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.46875;
	position: relative;
}

.p-service__number::after {
	background-color: #000000;
	content: "";
	height: 30px;
	position: absolute;
	right: -10px;
	top: 8px;
	width: 1px;
}

.p-service__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 20px;
}

.p-service__text {
	font-weight: 500;
	margin-top: 20px;
}

.p-service__img {
	aspect-ratio: 335/220;
	margin-top: 20px;
	width: 100%;
}

.p-service__img img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-service__bottom {
	margin-top: 20px;
}

.p-service__bottom-heading {
	align-items: center;
	display: flex;
	gap: 9px;
}

.p-service__bottom-title {
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.p-service__bottom-sub-title {
	color: #626262;
	font-size: 10px;
}

.p-service__bottom-text {
	margin-top: 20px;
}

.p-news {
	display: flex;
	flex-direction: column;
	gap: 38px;
	margin-top: 30px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

.p-news__heading {
	padding-right: 35px;
}

.p-news__categories {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.p-news__category {
	color: #A9A9A9;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4166666667;
	padding-left: 14px;
	position: relative;
}

.p-news__category.is-active {
	color: #000000;
}

.p-news__category.is-active::before {
	background-color: #001E63;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.p-news__items {
	border-top: 1px solid #E2E2E2;
}

.p-news-item {
	border-bottom: 1px solid #E2E2E2;
	display: block;
	padding: 20px 0;
}

.p-news-item__meta {
	align-items: center;
	display: flex;
	gap: 12px;
}

.p-news-item__date {
	color: #A9A9A9;
	font-size: 10px;
	font-weight: 700;
}

.p-news-item__tags {
	align-items: center;
	display: flex;
	gap: 6px;
}

.p-news-item__tag {
	align-items: center;
	background-color: #F8F8F8;
	color: #626262;
	display: flex;
	font-size: 10px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	padding: 0 15px;
}

.p-news-item__title {
	font-weight: 500;
	line-height: 2;
	margin-top: 20px;
	position: relative;
}

.p-news-item__title::after {
	background-color: #000000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: width 0.3s;
	width: 0;
}

.p-single {
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.p-single__tags {
	align-items: center;
	display: flex;
	gap: 6px;
}

.p-single__tag {
	align-items: center;
	background-color: #F8F8F8;
	color: #626262;
	display: flex;
	font-size: 10px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	padding: 0 15px;
}

.p-single__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6666666667;
	margin-top: 10px;
	padding-right: 21px;
}

.p-single__date {
	color: #A9A9A9;
	font-size: 10px;
	font-weight: 700;
	margin-top: 10px;
}

.p-single__img {
	aspect-ratio: 315/176;
	margin-top: 40px;
	width: 100%;
}

.p-single__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-single__content {
	margin-top: 40px;
}

.p-single__content h2 {
	background-color: rgba(248, 249, 249, 0.8);
	border-left: 3px solid #001E63;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4375;
	padding: 8px 11px 9px;
}

.p-single__content h3 {
	border-bottom: 1px solid #E4E4E4;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4444444444;
	margin-top: 40px;
	padding: 0 13px 8px;
	position: relative;
}

.p-single__content h3::after {
	background-color: #001E63;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 125px;
}

.p-single__content p {
	margin-top: 40px;
}

.p-single__content ul {
	margin-top: 22px;
}

.p-single__content li {
	padding-left: 16px;
	position: relative;
}

.p-single__content li::before {
	background-color: #001E63;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}

.p-single__post-links {
	margin-top: 40px;
}

.p-side__title {
	background-color: #001135;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 1.4285714286;
	padding: 15px 18px;
}

.p-side-latest__items {
	padding: 0 18px;
}

.p-side-latest__item {
	border-top: 1px solid #E4E4E4;
	display: flex;
	gap: 18px;
	height: 136px;
	padding: 18px 0;
}

.p-side-latest__img {
	width: 100px;
}

.p-side-latest__img img {
	aspect-ratio: 1/1;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-side-latest__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}

.p-side-latest__title {
	color: #040404;
	font-size: 12px;
	line-height: 28px;
}

.p-side-latest__date {
	color: #A9A9A9;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
}

.p-side__archive {
	margin-top: 40px;
}

.p-side-archive__items {
	padding: 0 18px;
}

.p-side-archive__items a {
	border-top: 1px solid #E4E4E4;
	display: block;
	line-height: 1.4285714286;
	padding: 18px 0;
}

.p-side__category {
	margin-top: 40px;
}

.p-side-category__items {
	padding: 0 18px;
}

.p-side-category__link {
	border-top: 1px solid #E4E4E4;
	display: block;
	line-height: 1.4285714286;
	padding: 18px 0;
}

.p-works {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.p-works__categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 15px;
}

.p-works__category {
	color: #A9A9A9;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4166666667;
	padding-left: 14px;
	position: relative;
	width: 115px;
}

.p-works__category.is-active {
	color: #000000;
}

.p-works__category.is-active::before {
	background-color: #001E63;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.p-works-item {
	border-bottom: 1px solid #E2E2E2;
	display: flex;
	gap: 15px;
	height: 182px;
	padding: 20px 0;
}

.p-works-item__img {
	width: 130px;
}

.p-works-item__img img {
	aspect-ratio: 130/100;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-works-item__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}

.p-works-item__tag-wrap {
	align-items: center;
	display: flex;
}

.p-works-item__tag {
	align-items: center;
	background-color: #F8F8F8;
	color: #626262;
	display: flex;
	font-size: 10px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	padding: 0 15px;
}

.p-works-item__title-wrap {
	margin-top: 10px;
}

.p-works-item__title {
	font-weight: 500;
	line-height: 2;
	position: relative;
}

.p-works-item__date {
	color: #A9A9A9;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
}

.p-single-works {
	margin-inline: auto;
	margin-top: 30px;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	width: 900px;
}

.p-single-works__tag-wrap {
	align-items: center;
	display: flex;
}

.p-single-works__tag {
	align-items: center;
	background-color: #F8F8F8;
	color: #626262;
	display: flex;
	font-size: 10px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	padding: 0 15px;
}

.p-single-works__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6666666667;
	margin-top: 10px;
}

.p-single-works__date {
	color: #A9A9A9;
	display: block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 10px;
}

.p-single-works__img {
	aspect-ratio: 315/176;
	margin-top: 34px;
	width: 100%;
}

.p-single-works__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-single-works__content {
	margin-top: 42px;
}

.p-single-works__post-links {
	margin-top: 40px;
}

.p-contact__form {
	margin-top: 40px;
}

.p-form__field:not(:first-child),
.p-form__acceptance {
	margin-top: 30px;
}

.p-form__field.p-form__field--checkbox {
	align-items: center;
	display: flex;
}

.p-form__label {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4666666667;
}

.p-form__required {
	color: #E20000;
}

.p-form__name {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-form__name-text {
	font-weight: 400;
	line-height: 1.4285714286;
}

.p-form__input::-moz-placeholder {
	color: #A9A9A9;
}

.p-form__input::placeholder {
	color: #A9A9A9;
}

.p-form__data-select {
	position: relative;
}

.p-form__data-select::after {
	background-image: url(../img/arrow-drop-down.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6px;
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.p-form__select {
	padding-right: 35px;
}

.p-form__data-radio {
	display: flex;
	flex-wrap: wrap;
}

.p-form__data,
.p-form__data-radio,
.p-form__data-select,
.p-form__data-check {
	margin-top: 10px;
}

.p-form__data.p-form__data--checkbox {
	margin-top: 0;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item:not(:first-child) {
	margin-left: 20px;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label {
	display: inline-block;
	padding-left: 16px;
	position: relative;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::before {
	border: 1px solid #000000;
	border-radius: 7px;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	width: 14px;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::after {
	background-color: #000000;
	border-radius: 4px;
	content: "";
	height: 8px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	width: 8px;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label {
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	line-height: 1.4285714286;
	padding-left: 26px;
	position: relative;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::before {
	border: 1px solid #E2E2E2;
	border-radius: 3px;
	content: "";
	height: 17px;
	left: 0;
	position: absolute;
	top: 0;
	width: 17px;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::after {
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	content: "";
	height: 5px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 6px;
	transform: rotate(-45deg);
	width: 10px;
}

.p-form__checkbox:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.p-form__textarea {
	height: 160px;
	resize: none;
}

.p-form__input,
.p-form__select,
.p-form__textarea,
.p-form__acceptance-text {
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4285714286;
	padding: 14px;
	width: 100%;
}

.p-form__acceptance-text {
	background-color: #f2f2f2;
	height: 120px;
	overflow-y: auto;
}

.p-form__submit-button {
	margin-top: 40px;
	position: relative;
	text-align: center;
}

.p-form__submit-input {
	background-color: #011950;
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;
	font-weight: 500;
	line-height: 1.4285714286;
	max-width: 260px;
	padding: 12px 20px;
	transition: opacity 0.3s;
	width: 100%;
}

.p-form__submit-input:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}

.p-form__submit-button .wpcf7-spinner {
	bottom: -24px;
	content: "";
	left: calc(50% - 36px);
	position: absolute;
}

.p-contact__text {
	line-height: 1.4285714286;
}

.p-contact__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.p-contact__item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-contact__term {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4666666667;
}

.p-contact__required {
	color: #E20000;
}

.p-contact__definition {
	line-height: 1.4285714286;
}

.p-contact__definition.p-contact__definition--textarea {
	line-height: 2.2857142857;
}

.p-contact__buttons {
	position: relative;
}

.p-contact__buttons p {
	align-items: center;
	display: flex;
	gap: 23px;
	justify-content: center;
	margin-top: 40px;
	padding-left: 5px;
	padding-right: 5px;
}

.p-contact__buttons br {
	display: none;
}

.p-contact__buttons .wpcf7-spinner {
	bottom: -24px;
	content: "";
	left: calc(50% - 36px);
	position: absolute;
}

.p-contact__back-button,
.p-contact__submit-input {
	border-radius: 4px;
	display: inline-block;
	font-weight: 500;
	line-height: 1.4285714286;
	max-width: 280px;
	text-align: center;
	transition: opacity 0.3s;
	width: 100%;
}

.p-contact__back-button:hover,
.p-contact__submit-input:hover {
	opacity: 0.7;
}

.p-contact__back-button {
	border: 2px solid #011950;
	color: #011950;
	padding: 10px 20px;
}

.p-contact__submit-input {
	background-color: #011950;
	color: #FFFFFF;
	padding: 12px 20px;
}

.p-complete__lead {
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

.p-complete__sub-lead {
	font-weight: 500;
	line-height: 1.4285714286;
	margin-top: 10px;
}

.p-complete__text {
	margin-top: 30px;
}

.p-complete__button {
	margin-top: 40px;
	text-align: center;
}

.u-fade-in-right {
	opacity: 0;
	transform: translateX(100px);
	transition: opacity 0.5s, transform 0.5s;
}

.u-fade-in-right.is-view {
	opacity: 1;
	transform: translateX(0);
}

.u-fade-in-left {
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity 0.5s, transform 0.5s;
}

.u-fade-in-left.is-view {
	opacity: 1;
	transform: translateX(0);
}

.u-fade-in-down {
	opacity: 0;
	transform: translateY(-200px);
	transition: opacity 0.5s, transform 0.5s;
}

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

.u-fade-in-up {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 0.5s, transform 0.5s;
}

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

.u-fade-in-left--delay {
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}

.u-fade-in-left--delay.is-view {
	opacity: 1;
	transform: translateX(0);
}

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

.u-hidden-sp {
	display: none;
}

}

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

.p-top-service {
	width: 688px;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-md {
	display: none;
}

}

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

.l-section {
	padding: 120px 0 120px;
}

.l-section__top-mv {
	padding-top: 80px;
}

.l-section__top-mv-inner {
	height: calc(100vh - 80px);
}

.l-section.l-section--top-about {
	padding: 60px 0 0;
}

.l-section.l-section--top-works {
	padding: 120px 0 0;
}

.l-section-title {
	font-size: 70px;
}

.l-section__low-mv {
	padding-left: 170px;
	padding-top: 236px;
}

.l-section.l-section--low-menu {
	padding: 60px 0 0;
}

.l-section-title--about-wrap {
	padding-right: 80px;
}

.l-section-title--about-wrap::after {
	bottom: 30px;
}

.l-section-title--about-sub {
	font-size: 16px;
	line-height: 1.4375;
}

.l-section-title--about {
	font-size: 40px;
	line-height: 1.475;
}

.l-section--about {
	margin-top: 120px;
}

.l-section--about.l-section--philosophy::after {
	content: none;
}

.l-section-title--philosophy-wrap {
	padding-left: 2px;
}

.l-section--service {
	margin-bottom: 120px;
}

.l-section--service.l-section--service-01 {
	margin-top: 120px;
}

.l-section--service::after {
	content: none;
}

.l-section__single {
	padding-bottom: 119px;
	padding-top: 180px;
}

.l-section__post {
	flex-direction: row;
	gap: 140px;
	margin-inline: auto;
	margin-top: 60px;
	max-width: 100%;
	width: 1188px;
}

.l-section__main {
	flex: 1;
}

.l-section__side {
	width: 300px;
}

.l-section__contact {
	margin-top: 60px;
	padding-bottom: 120px;
}

.l-section__contact.l-section--complete {
	margin-top: 60px;
}

.l-section__low-mv.l-section__low-mv--404 {
	padding-bottom: 120px;
	padding-top: 330px;
}

.l-header {
	height: 180px;
}

.l-header__logo img {
	width: 258px;
}

.l-footer {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-left: 170px;
	padding-right: 140px;
}

.l-footer__head {
	padding-bottom: 64px;
	padding-top: 63px;
}

.l-footer__nav-items {
	gap: 20px;
}

.l-footer__nav-item {
	font-size: 16px;
	line-height: 1.1875;
}

.l-footer__bottom {
	padding-top: 100px;
}

.l-footer__logo-wrap {
	flex-direction: row;
	gap: 46px;
}

.l-footer__logo {
	aspect-ratio: 258/180;
	width: 258px;
}

.l-footer__copyright {
	padding-top: 20px;
}

.c-to-top-button {
	height: 66px;
	width: 460px;
}

.c-to-top-button:hover .c-to-top-button__text::before {
	left: -5px;
}

.c-to-top-button__text {
	font-size: 18px;
}

.c-to-top-button.c-to-top-button--404 {
	border: 1px solid #FFFFFF;
}

.c-to-top-button__text.c-to-top-button__text--404 {
	color: #FFFFFF;
}

.c-to-top-button__text.c-to-top-button__text--404::before {
	background-color: #FFFFFF;
}

.c-button__contact {
	font-size: 22px;
	gap: 16px;
	height: 68px;
	width: 235px;
}

.c-button__contact:hover {
	color: #011950;
}

.c-button__contact:hover::before {
	animation-play-state: running;
}

.c-button__contact:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.c-breadcrumb {
	font-size: 15px;
	line-height: 1.2;
	margin-top: 20px;
	padding-right: 60px;
}

.nav-links {
	justify-content: flex-start;
}

.c-post-link__prev:hover .c-post-link__prev-text::before {
	left: -5px;
}

.c-post-link__next:hover .c-post-link__next-text::before {
	right: -5px;
}

.p-mv__slider-wrap {
	display: flex;
	gap: 101px;
	padding: 0 80px;
}

.p-mv__slider,
.p-mv__slider .swiper-slide picture,
.p-mv__slider .swiper-slide img {
	height: inherit;
}

.p-mv__text-wrap {
	display: flex;
	flex-direction: row-reverse;
	gap: 25px;
	margin-top: 114px;
	padding: 0;
}

.p-mv__text {
	font-size: 60px;
	line-height: 1;
	writing-mode: vertical-rl;
}

.p-top-title__slider {
	margin-top: 60px;
}

.p-top-title__slider .swiper-slide {
	width: 1620px;
}

.p-top-title {
	font-size: 150px;
	line-height: 1.4466666667;
}

.p-top-about {
	display: flex;
	gap: 60px;
}

.p-top-about__img {
	aspect-ratio: 550/480;
	width: 550px;
}

.p-top-about__img img {
	height: auto;
	width: 100%;
}

.p-top-about__content {
	flex: 1;
	margin-top: 70px;
}

.p-top-about__text {
	margin-top: 40px;
}

.p-top-works {
	margin-top: 40px;
	padding-bottom: 50px;
}

.p-top-works-item {
	gap: 50px;
	padding: 50px 0;
}

.p-top-works-item:hover .p-top-works-item__title::after {
	width: 597px;
}

.p-top-works-item__img {
	aspect-ratio: 290/229;
	width: 290px;
}

.p-top-works-item__tag {
	font-size: 11px;
	width: 91px;
}

.p-top-works-item__title {
	font-size: 24px;
	line-height: 1.4583333333;
	margin-top: 30px;
}

.p-top-works-item__text {
	color: #626262;
	display: block;
	font-size: 16px;
	line-height: 2.375;
	margin-top: 30px;
	padding-right: 10px;
}

.p-top-works-item__date {
	font-size: 12px;
	line-height: 1.4166666667;
	margin-top: 17px;
}

.p-top-works__link {
	margin-top: 40px;
}

.p-top-news {
	flex-direction: row;
	gap: 0;
}

.p-top-news__heading {
	width: 264px;
}

.p-top-news__categories {
	flex-direction: column;
	margin-top: 45px;
	padding-left: 6px;
	row-gap: 20px;
}

.p-top-news__category {
	font-size: 14px;
	line-height: 1.4285714286;
}

.p-top-news__content {
	border-left: 1px solid #E2E2E2;
	flex: 1;
	padding-left: 60px;
	padding-right: 0;
}

.p-top-news__items {
	border-top: none;
}

.p-top-news-item {
	padding: 30px 0;
}

.p-top-news-item:hover .p-top-news-item__title::after {
	width: 100%;
}

.p-top-news-item:first-child {
	padding-top: 0;
}

.p-top-news-item__meta {
	gap: 29px;
}

.p-top-news-item__date {
	font-size: 12px;
}

.p-top-news-item__tags {
	gap: 20px;
}

.p-top-news-item__tag {
	font-size: 11px;
	padding: 0 18px;
}

.p-top-news-item__title {
	display: inline-block;
	font-size: 16px;
	line-height: 1.4375;
	margin-top: 26px;
}

.p-top-news__link {
	margin-top: 15px;
}

.p-top-contact {
	display: flex;
	flex-direction: row-reverse;
}

.p-top-contact__content {
	align-items: flex-start;
	padding: 81px 0 82px 175px;
	width: 620px;
}

.p-top-contact__text {
	font-size: 18px;
	line-height: 1.6666666667;
}

.p-top-contact__buttons {
	margin-top: 25px;
}

.p-top-contact__time {
	font-size: 14px;
	margin-top: 22px;
}

.p-top-contact__img {
	aspect-ratio: 820/446;
	flex: 1;
}

.p-low-mv__title-wrap {
	height: 224px;
	padding: 16px 50px;
	top: -1px;
	width: 500px;
}

.p-low-mv__title {
	font-size: 100px;
	line-height: 1.48;
}

.p-low-mv__sub-title {
	font-size: 20px;
	line-height: 1.45;
}

.p-low-mv__title.p-low-mv__title--404 {
	left: 43.7007874016%;
	top: 168px;
}

.p-low-mv__404-content {
	left: 43.7007874016%;
	margin-top: 0;
	position: absolute;
	top: 292px;
}

.p-low-mv__404-text {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 2.375;
	padding-left: 0;
	padding-right: 0;
}

.p-low-mv__404-button {
	margin-top: 20px;
	text-align: left;
}

.p-low-anchor__items {
	gap: 120px;
}

.p-low-anchor__item {
	font-size: 16px;
	padding-right: 19px;
}

.p-low-menu__content {
	margin-inline: auto;
	margin-top: 100px;
	max-width: 100%;
	width: 840px;
}

.p-low-menu__title {
	font-size: 40px;
	line-height: 1.5;
}

.p-low-menu__text {
	font-size: 16px;
	line-height: 2.375;
	margin-top: 40px;
}

.p-philosophy {
	background-color: #F8F8F8;
	display: flex;
	height: 535px;
}

.p-philosophy__content {
	padding: 70px 30px;
	width: 740px;
}

.p-philosophy__text {
	font-size: 16px;
	line-height: 2.375;
	margin-top: 60px;
}

.p-philosophy__sign {
	font-size: 16px;
	margin-top: 40px;
}

.p-philosophy__img {
	flex: 1;
	margin-top: 0;
}

.p-access__head {
	flex-direction: row;
	font-size: 16px;
	gap: 20px;
	line-height: 1.4375;
	margin-top: 8px;
}

.p-access__map {
	margin-top: 60px;
}

.p-company {
	padding-top: 70px;
}

.p-company__content {
	margin-top: 60px;
}

.p-company__list {
	gap: 40px;
}

.p-company__item {
	flex-direction: row;
	font-size: 16px;
	gap: 0;
	padding-bottom: 40px;
}

.p-company__term {
	width: 170px;
}

.p-company__text-wrap--row {
	gap: 18px;
}

.p-company__text-wrap--column {
	gap: 20px;
}

.p-company__slider-wrap {
	padding: 120px 0;
}

.p-company__slider,
.p-company__slider .swiper-slide img {
	height: 400px;
}

.p-company__slider .swiper-slide {
	width: 480px;
}

.p-service__head {
	display: flex;
}

.p-service__heading {
	background-color: #F8F8F8;
	padding: 111px 110px 0 50px;
	width: 560px;
}

.p-service__number {
	font-size: 40px;
	line-height: 1.475;
}

.p-service__number::after {
	height: 34px;
	right: -16px;
	top: 14px;
}

.p-service__title {
	font-size: 28px;
	line-height: 1.4642857143;
}

.p-service__text {
	font-size: 22px;
	line-height: 2.0909090909;
}

.p-service__img {
	aspect-ratio: 640/500;
	flex: 1;
	margin-top: 0;
}

.p-service__bottom {
	margin-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

.p-service__bottom-heading {
	gap: 16px;
}

.p-service__bottom-title {
	font-size: 22px;
	line-height: 1.5;
}

.p-service__bottom-sub-title {
	font-size: 12px;
}

.p-service__bottom-text {
	font-size: 16px;
	line-height: 2.375;
}

.p-news {
	flex-direction: row;
	gap: 0;
	margin-bottom: 120px;
	padding-left: 0;
	padding-right: 0;
}

.p-news__heading {
	width: 264px;
}

.p-news__categories {
	flex-direction: column;
	position: sticky;
	row-gap: 20px;
	top: 200px;
}

.p-news__category {
	font-size: 14px;
	line-height: 1.4285714286;
}

.p-news__content {
	border-left: 1px solid #E2E2E2;
	flex: 1;
	padding-left: 60px;
}

.p-news__items {
	border-top: none;
}

.p-news-item {
	padding: 30px 0;
}

.p-news-item:first-child {
	padding-top: 1px;
}

.p-news-item__meta {
	gap: 29px;
}

.p-news-item__date {
	font-size: 12px;
}

.p-news-item__tags {
	gap: 20px;
}

.p-news-item__tag {
	font-size: 11px;
	padding: 0 18px;
}

.p-news-item__title {
	display: inline-block;
	font-size: 16px;
	line-height: 1.4375;
	margin-top: 26px;
}

.p-news-item__title:hover::after {
	width: 100%;
}

.p-single {
	margin-top: 60px;
	padding-left: 0;
	padding-right: 0;
}

.p-single__tags {
	gap: 21px;
}

.p-single__tag {
	font-size: 11px;
	padding: 0 18px;
}

.p-single__title {
	font-size: 26px;
	line-height: 1.9230769231;
	margin-top: 20px;
	padding-right: 0;
}

.p-single__date {
	font-size: 11px;
	margin-top: 20px;
}

.p-single__img {
	height: 380px;
}

.p-single__content {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 40px;
}

.p-single__content h2 {
	font-size: 22px;
	line-height: 1.4545454545;
	padding: 8px 11px;
}

.p-single__content h3 {
	margin-top: 72px;
}

.p-single__content h3::after {
	width: 285px;
}

.p-single__content p {
	font-size: 16px;
}

.p-single__content ul {
	margin-top: 72px;
}

.p-single__content li {
	font-size: 16px;
	line-height: 1.4375;
}

.p-works {
	flex-direction: row;
	gap: 0;
	margin-top: 60px;
	padding-left: 0;
	padding-right: 0;
}

.p-works__heading {
	width: 265px;
}

.p-works__categories {
	flex-direction: column;
	position: sticky;
	row-gap: 20px;
	top: 200px;
}

.p-works__category {
	font-size: 14px;
	line-height: 1.4285714286;
}

.p-works__content {
	border-left: 1px solid #E2E2E2;
	flex: 1;
	padding-left: 60px;
}

.p-works-item {
	gap: 30px;
	height: auto;
	padding: 30px 0;
}

.p-works-item:hover .p-works-item__title {
	background-size: 100% 1px;
}

.p-works-item:first-child {
	padding-top: 1px;
}

.p-works-item__img {
	height: 160px;
	width: 160px;
}

.p-works-item__img img {
	aspect-ratio: 1/1;
}

.p-works-item__tag {
	font-size: 11px;
	padding: 0 18px;
}

.p-works-item__title-wrap {
	margin-top: 30px;
}

.p-works-item__title {
	background-image: linear-gradient(90deg, #333, #333);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0 1px;
	display: inline;
	font-size: 18px;
	line-height: 1.7777777778;
	padding-bottom: 3px;
	transition: background-size 0.3s;
}

.p-single-works {
	margin-top: 98px;
}

.p-single-works__tag {
	font-size: 11px;
	padding: 0 18px;
}

.p-single-works__title {
	font-size: 26px;
	line-height: 1.4615384615;
	margin-top: 20px;
}

.p-single-works__date {
	font-size: 11px;
	line-height: 1.4545454545;
	margin-top: 20px;
}

.p-single-works__img {
	aspect-ratio: 840/471;
	margin-top: 40px;
}

.p-single-works__content {
	margin-top: 40px;
	padding-left: 80px;
	padding-right: 80px;
}

.p-single-works__content p {
	font-size: 16px;
	line-height: 2;
}

.p-contact__text {
	font-size: 16px;
	line-height: 2.375;
}

.p-contact__form {
	margin-top: 100px;
}

.p-form__field:not(:first-child),
.p-form__acceptance {
	margin-top: 40px;
}

.p-form__field.p-form__field--checkbox {
	flex-direction: row-reverse;
	justify-content: start;
}

.p-form__name {
	flex-direction: row;
	gap: 15px;
}

.p-form__name-text {
	font-size: 15px;
	line-height: 1.4666666667;
}

.p-form__submit-input {
	font-size: 18px;
	line-height: 1.4444444444;
	max-width: 446px;
	padding: 20px 20px;
}

.p-contact__list {
	gap: 40px;
}

.p-contact__item {
	flex-direction: row;
	gap: 0;
}

.p-contact__term {
	width: 192px;
}

.p-contact__definition {
	flex: 1;
}

.p-contact__buttons p {
	gap: 80px;
	justify-content: start;
	margin-top: 41px;
	padding-left: 1px;
}

.p-contact__back-button,
.p-contact__submit-input {
	font-size: 18px;
	line-height: 1.4444444444;
}

.p-contact__back-button {
	padding: 18px 20px;
}

.p-contact__submit-input {
	padding: 20px 20px;
}

.p-complete__lead {
	font-size: 40px;
	line-height: 1.475;
}

.p-complete__sub-lead {
	font-size: 18px;
	line-height: 1.4444444444;
	margin-top: 20px;
}

.p-complete__text {
	font-size: 16px;
	line-height: 2.375;
	margin-top: 40px;
}

.u-hidden-md {
	display: block;
}

.u-hidden-lg {
	display: none;
}

}

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

.l-section-title.l-section-title--service {
	text-align: right;
}

.p-top-service {
	width: 100%;
	-moz-column-gap: 17px;
	column-gap: 17px;
}

.p-card {
	width: 355px;
}

.p-card__img {
	aspect-ratio: 355/170;
}

.p-card__text {
	font-size: 16px;
}

.u-hidden-lg {
	display: block;
}

.u-hidden-xl {
	display: none;
}

}

@keyframes loop-text {

0% {
	transform: translateX(0%);
}

100% {
	transform: translateX(-140%);
}

}

