/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

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

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * 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;
	border-bottom: none; /* 1 */
	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: 1em; /* 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

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

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

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

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

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
	box-sizing: border-box; /* 1 */
	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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

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

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

/* Misc
   ========================================================================== */

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

:root {
	--base-width: 1400;
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.eot") format("eot"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff"), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.eot") format("eot"), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.eot") format("eot"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 200;
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-ExtraLight.woff2") format("woff2"), url("../fonts/Noto_Serif_JP/NotoSerifJP-ExtraLight.woff") format("woff"), url("../fonts/Noto_Serif_JP/NotoSerifJP-ExtraLight.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Light.woff2") format("woff2"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Light.woff") format("woff"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Light.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff") format("woff"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff") format("woff"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../fonts/Noto_Serif_JP/NotoSerifJP-SemiBold.woff") format("woff"), url("../fonts/Noto_Serif_JP/NotoSerifJP-SemiBold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff") format("woff"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif JP";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff2") format("woff2"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff") format("woff"), url("../fonts/Noto_Serif_JP/NotoSerifJP-Black.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Shirokuma";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/001Shirokuma/001Shirokuma-Regular.woff2") format("woff2"), url("../fonts/001Shirokuma/001Shirokuma-Regular.woff") format("woff"), url("../fonts/001Shirokuma/001Shirokuma-Regular.otf") format("otf");
}

@font-face {
	font-display: swap;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Oswald/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald/Oswald-Regular.eot") format("eot"), url("../fonts/Oswald/Oswald-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Oswald/Oswald-Medium.woff2") format("woff2"), url("../fonts/Oswald/Oswald-Medium.woff") format("woff"), url("../fonts/Oswald/Oswald-Medium.eot") format("eot"), url("../fonts/Oswald/Oswald-Medium.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Oswald/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald/Oswald-Bold.eot") format("eot"), url("../fonts/Oswald/Oswald-Bold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.eot") format("eot"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.eot") format("eot"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.eot") format("eot"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto/Roboto-Italic.eot") format("eot"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Zen Dots";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Zen_Dots/ZenDots-Regular.woff2") format("woff2"), url("../fonts/Zen_Dots/ZenDots-Regular.woff") format("woff"), url("../fonts/Zen_Dots/ZenDots-Regular.eot") format("eot"), url("../fonts/Zen_Dots/ZenDots-Regular.ttf") format("truetype");
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(80 / 16 * 1rem);
}

body {
	background-color: whitesmoke;
	color: #111;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.001em;
	line-height: 1.5;
	text-rendering: optimizeSpeed;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
}

a[target=_blank] {
	position: relative;
}

a[target=_blank]::after {
	background-image: url("../images/common/open-window.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: calc(22 / 16 * 1rem);
	margin-left: calc(2 / 16 * 1rem);
	vertical-align: middle;
	width: calc(22 / 16 * 1rem);
}

img,
picture {
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

img:not([alt]) {
	filter: blur(10px);
}

svg {
	display: none;
}

ul,
ol {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

.grecaptcha-badge {
	visibility: hidden;
}

.l-footer {
	margin-inline: auto;
}

.l-header {
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(20 / 16 * 1rem);
	padding-right: calc(20 / 16 * 1rem);
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(24 / 16 * 1rem);
	padding-right: calc(24 / 16 * 1rem);
	width: 100%;
}

.l-page {
	display: flex;
	flex-direction: column;
	min-height: 100svh;
}

.l-page main {
	flex: 1;
}

.grecaptcha-badge {
	bottom: calc(2 / 16 * 1rem) !important;
}

.l-scroll-top {
	bottom: calc(10 / 16 * 1rem);
	position: fixed;
	right: calc(10 / 16 * 1rem);
}

.l-section {
	padding-bottom: 80px;
	padding-top: calc(64 / 16 * 1rem);
}

.l-top-section {
	margin: calc(80 / 16 * 1rem) auto 0;
}

.c-about-section-title__Ja {
	font-family: "Oswald", sans-serif;
	font-size: calc(12 / 16 * 1rem);
	font-weight: 700;
}

.c-about-section-title__En-wrapper {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: left;
	position: relative;
	width: 100%;
}

.c-about-section-title__En {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: calc(26 / 16 * 1rem);
	font-weight: 700;
	line-height: 45/26;
	text-transform: capitalize;
}

.c-about-section-title__En::after {
	background-color: #111;
	content: "";
	height: calc(2 / 16 * 1rem);
	margin-left: calc(10 / 16 * 1rem);
	position: absolute;
	top: 50%;
	width: calc(60 / 16 * 1rem);
}

.c-accordion {
	position: relative;
}

.c-accordion > .c-accordion__trigger {
	background-color: transparent;
	bottom: 0;
	color: rgba(1, 25, 80, 0.8);
	cursor: pointer;
	display: inline-block;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(18 / 16 * 1rem);
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: 0 auto;
	padding: calc(2 / 16 * 1rem) calc(16 / 16 * 1rem);
	position: absolute;
	right: 0;
	text-align: center;
	transition: transform 0.2;
	width: 100%;
	z-index: 1;
}

.c-accordion__trigger::after {
	content: "read more";
	text-transform: capitalize;
}

.c-accordion__contents {
	height: -moz-fit-content;
	height: fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-accordion__contents::before {
	background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 50%, whitesmoke 100%);
	bottom: 0;
	content: "";
	height: calc(60 / 16 * 1rem);
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.c-accordion.is-show > .c-accordion__trigger {
	bottom: -1.5em;
}

.c-accordion.is-show > .c-accordion__trigger::after {
	content: "close";
	text-transform: capitalize;
}

.c-accordion.is-show > .c-accordion__contents::before {
	display: none;
}

.c-breadcrumbs-list {
	font-size: calc(14 / 16 * 1rem);
	font-weight: 700;
	list-style: none;
}

.c-breadcrumbs-list__item::before {
	content: " \f0da ";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.c-button {
	background-color: transparent;
	color: #011950;
	display: inline-block;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(18 / 16 * 1rem);
	font-weight: 500;
	padding: 0;
	padding: initial;
	text-transform: uppercase;
}

.c-button:hover {
	cursor: pointer;
	filter: brightness(5);
}

.c-button:active {
	filter: brightness(0.8);
}

.c-button--right-arrow {
	border: solid 1px #011950;
	border-radius: calc(4 / 16 * 1rem);
	padding-bottom: calc(10 / 16 * 1rem);
	padding-left: calc(22 / 16 * 1rem);
	padding-right: calc(22 / 16 * 1rem);
	padding-top: calc(10 / 16 * 1rem);
}

.c-button--right-arrow::after {
	content: ">";
	padding-left: calc(10 / 16 * 1rem);
}

.c-button--contact-button,
.c-button--tel-button {
	border: 1px solid #fff;
	border-radius: calc(4 / 16 * 1rem);
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: calc(18 / 16 * 1rem);
	font-weight: 400;
	padding: calc(20 / 16 * 1rem) calc(30 / 16 * 1rem);
	width: 100%;
}

.c-button--contact-button::before {
	content: "\f0e0";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	padding-right: 0.74em;
}

.c-button--contact-button::after {
	content: none;
}

.c-button--tel-button::before {
	content: "\f095";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 0.5em;
}

.c-button--tel-button::after {
	content: none;
}

.c-button--return::before {
	content: "<";
	padding-right: calc(10 / 16 * 1rem);
}

.c-button--arrow {
	padding-right: calc(50 / 16 * 1rem);
	position: relative;
}

.c-button--arrow::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: calc(18 / 16 * 1rem);
	font-weight: 900;
	position: absolute;
	right: calc(15 / 16 * 1rem);
	top: 50%;
	transform: translateY(-50%);
}

.c-card__inner {
	width: 100%;
}

.c-card__image {
	display: inline-block;
	width: 100%;
}

.c-flowing-message {
	overflow: hidden;
}

.c-flowing-message__list {
	display: flex;
	place-items: center;
	width: 100%;
}

.c-flowing-message__list-item {
	animation: flowing 120s linear infinite;
	color: #011950;
	display: inline-block;
	flex: 0 0 auto;
	font-size: calc(60 / 16 * 1rem);
	font-weight: 700;
	line-height: 1;
	padding-left: calc(20 / 16 * 1rem);
	padding-right: calc(20 / 16 * 1rem);
	vertical-align: middle;
	white-space: nowrap;
}

::-moz-placeholder {
	color: #A9A9A9;
}

::placeholder {
	color: #A9A9A9;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none;
	border: none;
	border: 1px solid #A9A9A9;
	border-radius: 0;
	border-radius: calc(6 / 16 * 1rem);
	font-family: inherit;
	font-size: calc(16 / 16 * 1rem);
	line-height: 1.4;
	margin-top: calc(6 / 16 * 1rem);
	max-width: calc(300 / 16 * 1rem);
	padding: calc(10 / 16 * 1rem) calc(10 / 16 * 1rem);
	width: 100%;
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #391E88;
}

input[type=tel] {
	max-width: calc(200 / 16 * 1rem);
	width: 100%;
}

[type=button],
[type=submit] {
	background: #011950;
	background-image: none;
	border: none;
	border-radius: 0;
	border-radius: calc(4 / 16 * 1rem);
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: calc(18 / 16 * 1rem);
	line-height: 1;
	margin: 0;
	padding: calc(20 / 16 * 1rem);
	text-decoration: none;
	transition: 0.3s ease;
	width: auto;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: calc(18 / 16 * 1rem);
	line-height: 1;
	margin: 0 calc(35 / 16 * 1rem) 0 0;
	padding: 0 0 0 calc((18 / 16 * 1rem) + (10 / 16 * 1rem));
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	display: block;
	height: calc(18 / 16 * 1rem);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(18 / 16 * 1rem);
}

[type=radio] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #391E88;
	border-radius: 50%;
	content: "";
	display: block;
	height: calc(12 / 16 * 1rem);
	left: calc(((18 / 16 * 1rem) - (12 / 16 * 1rem)) / 2);
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(12 / 16 * 1rem);
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: calc(18 / 16 * 1rem);
	line-height: 1;
	margin: 0 calc(20 / 16 * 1rem) 0 0;
	padding: 0 0 0 calc((20 / 16 * 1rem) + (5 / 16 * 1rem));
	position: relative;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #A9A9A9;
	content: "";
	display: block;
	height: calc(20 / 16 * 1rem);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(20 / 16 * 1rem);
}

[type=checkbox] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 4px solid #000;
	border-left: 4px solid #000;
	content: "";
	display: block;
	height: calc((20 / 16 * 1rem) * 0.5);
	left: 0;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: calc((20 / 16 * 1rem) * 0.9);
}

select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border: none;
	border: 1px solid #A9A9A9;
	border-radius: 0;
	border-radius: calc(6 / 16 * 1rem);
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: calc(16 / 16 * 1rem);
	margin-top: calc(10 / 16 * 1rem);
	padding: calc(10 / 16 * 1rem) calc(10 / 16 * 1rem);
	width: 100%;
}

select:focus {
	border: 1px solid #391E88;
}

select.classic {
	background-image: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
}

select.classic:focus {
	background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	border-color: grey;
	outline: 0;
}

select.round {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
}

select.round:focus {
	background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 0.5em) 0.5em;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
	border-color: green;
	outline: 0;
}

select.minimal {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
}

select.minimal:focus {
	background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	border-color: green;
	outline: 0;
}

[type=date] {
	-webkit-appearance: auto;
	   -moz-appearance: auto;
	        appearance: auto;
	position: relative;
}

[type=date]:focus {
	border-color: 1px solid #391E88;
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: calc(255 / 16 * 1rem);
	max-width: calc(600 / 16 * 1rem);
	width: 100%;
}

.c-hamburger {
	height: inherit;
}

.c-hamburger__button {
	background-color: transparent;
	cursor: pointer;
	height: calc(32 / 16 * 1rem);
	padding: 0;
	position: fixed;
	right: calc(16 / 16 * 1rem);
	top: calc(24 / 16 * 1rem);
	width: calc(32 / 16 * 1rem);
}

.c-hamburger__button > span:nth-child(2) {
	background-color: #011950;
	display: block;
	height: calc(2 / 16 * 1rem);
	position: relative;
	transition: transform 0.2s;
	width: calc(32 / 16 * 1rem);
}

.c-hamburger__button > span:nth-child(1),
.c-hamburger__button > span:nth-child(3) {
	background-color: #011950;
	content: "";
	height: calc(2 / 16 * 1rem);
	left: 0;
	position: absolute;
	transition: transform 0.5s;
	width: 100%;
}

.c-hamburger__button > span:nth-child(1) {
	transform: translateY(-9px);
}

.c-hamburger__button > span:nth-child(3) {
	transform: translateY(7px);
}

.c-hamburger__button.is-open > span:nth-child(2) {
	transform: scale(0);
}

.c-hamburger__button.is-open > span:nth-child(1) {
	top: calc(16 / 16 * 1rem);
	transform: rotate(135deg);
}

.c-hamburger__button.is-open > span:nth-child(3) {
	top: calc(16 / 16 * 1rem);
	transform: rotate(-135deg);
}

.c-internal-links__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.c-internal-links__item {
	font-family: "Oswald", sans-serif;
	font-size: calc(12 / 16 * 1rem);
	font-weight: 400;
}

.c-internal-links__item:nth-child(n+1) {
	padding-left: calc(20 / 16 * 1rem);
}

.c-internal-links__item a::after {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-size: calc(12 / 16 * 1rem);
	font-weight: 900;
	margin-left: calc(6 / 16 * 1rem);
	padding-right: 0.5em;
}

.c-pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

.page-numbers {
	background-color: #E9EEEF;
	border: 1px solid #E9EEEF;
	color: #111;
	font-family: "Oswald", sans-serif;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 400;
	line-height: 1;
	padding: calc(10 / 16 * 1rem) calc(16 / 16 * 1rem);
}

.page-numbers:nth-child(n+2) {
	margin-left: calc(12 / 16 * 1rem);
}

.current {
	background-color: #001E63;
	border: 1px solid #001E63;
	color: #fff;
}

.next,
.prev {
	background-color: transparent;
	border: none;
	color: #111;
	padding: calc(10 / 16 * 1rem) 0;
}

.next {
	padding-left: calc(8 / 16 * 1rem);
}

.prev {
	padding-right: calc(8 / 16 * 1rem);
}

.c-scroll-to-top-button {
	position: relative;
	z-index: 10;
}

.c-scroll-to-top-button__body {
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #3D3D3D;
	border-radius: 50%;
	bottom: calc(20 / 16 * 1rem);
	display: inline-block;
	height: calc(45 / 16 * 1rem);
	max-height: calc(45 / 16 * 1rem);
	max-width: calc(45 / 16 * 1rem);
	padding: 0;
	padding: initial;
	position: fixed;
	right: calc(6 / 16 * 1rem);
	transition: background-color, filter 0.3s ease-in-out;
	width: calc(45 / 16 * 1rem);
}

.c-scroll-to-top-button.is-hide > .c-scroll-to-top-button__body {
	display: none;
}

.c-scroll-to-top-button__body::after {
	border-left: 4px solid #3D3D3D;
	border-top: 4px solid #3D3D3D;
	content: "";
	display: inline-block;
	height: calc(16.97 / 16 * 1rem);
	left: calc(14 / 16 * 1rem);
	max-height: calc(16.97 / 16 * 1rem);
	max-width: calc(16.97 / 16 * 1rem);
	position: absolute;
	top: calc(18 / 16 * 1rem);
	transform: rotate(45deg);
	width: calc(16.97 / 16 * 1rem);
}

.c-scroll-to-top-button__body:hover {
	background-color: #011950;
	border-color: #011950;
	filter: brightness(4);
	text-shadow: 0 0 10px #fff, 0 0 15px #fff;
}

.c-scroll-to-top-button__body:hover::after {
	border-color: #fff;
}

.c-section-subtitle {
	text-align: center;
}

.c-section-subtitle__en {
	color: #011950;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(30 / 16 * 1rem);
	font-style: normal;
	line-height: 1.4;
	text-shadow: -4px 3px 0 #fff, -8px 6px 0 rgba(17, 17, 17, 0.3);
	text-transform: capitalize;
}

.c-section-subtitle__ja {
	color: #011950;
	font-family: "Oswald", sans-serif;
	font-size: calc(15 / 16 * 1rem);
	font-style: normal;
	line-height: 1;
	text-shadow: none;
	vertical-align: middle;
}

.c-section-title__en {
	color: #011950;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(30 / 16 * 1rem);
	font-style: normal;
	line-height: 1.4;
	text-align: left;
	text-shadow: -4px 3px 0 #fff, -8px 6px 0 rgba(1, 25, 80, 0.3);
	text-transform: capitalize;
}

.c-section-title__ja {
	color: #011950;
	font-family: "Oswald", sans-serif;
	font-size: calc(15 / 16 * 1rem);
	font-style: normal;
	vertical-align: middle;
}

.c-service-card {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.c-service-card:nth-child(n+2) {
	margin-top: calc(60 / 16 * 1rem);
}

.c-service-card__title {
	position: relative;
}

.c-service-card__img {
	aspect-ratio: 335/170;
	width: 100%;
}

.c-service-card__img img {
	aspect-ratio: 335/170;
	width: 100%;
}

.c-service-card__title-text {
	color: #fff;
	left: calc(18 / 16 * 1rem);
	position: absolute;
	top: calc(10 / 16 * 1rem);
}

.c-service-card__title-en {
	font-family: "Oswald", sans-serif;
	font-size: calc(16 / 16 * 1rem);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 2.5;
	text-transform: capitalize;
}

.c-service-card__title-jp {
	font-size: calc(26 / 16 * 1rem);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.5384615385;
}

.c-service-card__text {
	background-color: #fff;
	font-size: calc(16 / 16 * 1rem);
	letter-spacing: -0.05em;
	padding-bottom: calc(21 / 16 * 1rem);
	padding-top: calc(30 / 16 * 1rem);
	width: 100%;
}

.c-service-card__read-more {
	text-align: right;
	width: 100%;
}

.c-sub-page-message__inner {
	margin: 0 auto;
	width: 100%;
}

.c-sub-page-message__catch {
	font-family: "Oswald", sans-serif;
	font-size: calc(18 / 16 * 1rem);
	font-weight: 500;
	letter-spacing: -0.08em;
	line-height: 2;
}

.c-sub-page-message__detail {
	font-family: "Oswald", sans-serif;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 400;
	letter-spacing: -0.08em;
	line-height: 2.4;
	margin-top: calc(32 / 16 * 1rem);
}

.c-sub-page-section-title__heading {
	text-align: center;
}

.c-sub-page-section-title__en {
	color: #011950;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(30 / 16 * 1rem);
	font-style: italic;
	line-height: 1.4;
	text-shadow: -4px 3px 0 #fff, -8px 6px 0 rgba(1, 25, 80, 0.3);
	text-transform: capitalize;
}

.c-sub-page-section-title__ja {
	color: #011950;
	font-family: "Oswald", sans-serif;
	font-size: calc(15 / 16 * 1rem);
	font-style: normal;
	line-height: 1;
	text-shadow: none;
	vertical-align: middle;
}

.c-sub-page-title {
	width: 100%;
}

.c-sub-page-title__text-en {
	color: #011950;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(30 / 16 * 1rem);
	font-style: italic;
	line-height: 1.4;
	text-align: left;
	text-shadow: -4px 3px 0 #fff, -8px 6px 0 rgba(1, 25, 80, 0.3);
	text-transform: capitalize;
}

.c-sub-page-title__text-ja {
	color: #011950;
	font-family: "Oswald", sans-serif;
	font-size: calc(15 / 16 * 1rem);
	font-style: normal;
	line-height: 1;
	vertical-align: middle;
}

.c-swiper__inner {
	width: 100%;
}

.c-text {
	font-size: calc(17 / 16 * 1rem);
	letter-spacing: calc(-1 / 16 * 1rem);
	line-height: 2.4705882353;
	text-align: justify;
}

.c-text__name {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
}

.p-404__container {
	align-items: center;
	background: rgba(1, 25, 80, 0.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.p-404__title,
.p-404__message {
	font-weight: 700;
	transform: perspective(1500px) rotateX(42deg) rotateZ(10deg);
}

.p-404__title {
	color: rgba(1, 25, 80, 0.9);
	font-size: calc(120 / 16 * 1rem);
	text-shadow: 0px 5px 5px #204499, 0px 10px 5px #204499, 0px 15px 5px #204499, 0px 20px 5px #204499, 0px 25px 5px #204499, 0px 35px 5px #01133b, 0px -2px 1px #dce2c5;
}

.p-404__message {
	color: white;
	font-size: calc(36 / 16 * 1rem);
}

.p-about {
	font-size: calc(15 / 16 * 1rem);
	line-height: 1.5;
	padding-bottom: calc(30 / 16 * 1rem);
	width: 100%;
}

.p-about-title {
	background-color: rgba(1, 25, 80, 0.4);
	margin-top: 80px;
	width: 100%;
}

.p-about-title__text {
	padding: calc(30 / 16 * 1rem) 0;
	width: 100%;
}

.p-about-message {
	margin-top: calc(30 / 16 * 1rem);
}

.p-about-message__catch {
	width: 100%;
}

.p-about-message__catch > p {
	font-family: "Roboto", sans-serif;
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
	line-height: 1.2;
}

.p-about-message__catch > p + p {
	margin-top: 0.4em;
}

.p-about-message__text {
	margin-top: calc(30 / 16 * 1rem);
	text-align: justify;
	width: 100%;
}

.p-about-message__text p:nth-child(n+2) {
	margin-top: 1.5em;
}

.p-about__profile-sign {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	margin-top: calc(20 / 16 * 1rem);
	width: 100%;
}

.p-about__profile-sign-position {
	font-size: calc(15 / 16 * 1rem);
	padding-right: calc(129 / 16 * 1rem);
}

.p-about__profile-sign picture,
.p-about__profile-sign img {
	max-width: calc(260 / 16 * 1rem);
	width: 100%;
}

.p-about__profile-sign img {
	aspect-ratio: 1001/71;
	margin-top: 0.3em;
}

.p-about-message__images {
	display: flex;
	flex-direction: column;
	margin-top: calc(50 / 16 * 1rem);
	width: 100%;
}

.p-about-message__image,
.p-about-message__image img {
	aspect-ratio: 723/443;
	margin: 0 auto;
	max-width: calc(500 / 16 * 1rem);
	width: 100%;
}

.p-about-office {
	margin: calc(80 / 16 * 1rem) auto 0;
}

.p-about-office__list {
	display: flex;
	flex-direction: column;
	margin-top: calc(30 / 16 * 1rem);
	padding-left: 0;
	padding-left: initial;
	width: 100%;
}

.p-about-office__row {
	border-bottom: 0.1px solid rgba(1, 25, 80, 0.3);
	display: flex;
	flex-direction: row;
}

.p-about-office__title {
	background-color: rgba(1, 25, 80, 0.1);
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: calc(8 / 16 * 1rem) 0 calc(8 / 16 * 1rem) calc(8 / 16 * 1rem);
	width: 29%;
}

.p-about-office__data {
	padding: calc(10 / 16 * 1rem) 0 calc(10 / 16 * 1rem) calc(10 / 16 * 1rem);
	width: 71%;
}

.p-about-office__name {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-about-office__name picture,
.p-about-office__name-image {
	aspect-ratio: 497/47;
	max-width: calc(180 / 16 * 1rem);
	width: 100%;
}

.p-about-office__name button {
	-moz-column-gap: calc(5 / 16 * 1rem);
	align-items: first baseline;
	background-color: #011950;
	border: 0.5px solid rgba(1, 25, 80, 0.4);
	border-radius: 6px;
	box-shadow: 0 calc(3 / 16 * 1rem) calc(4 / 16 * 1rem) 0 rgb(160, 160, 160);
	color: #fff;
	     column-gap: calc(5 / 16 * 1rem);
	display: inline-block;
	display: flex;
	flex-direction: row;
	font-size: calc(15 / 16 * 1rem);
	margin-top: calc(12 / 16 * 1rem);
	max-width: calc(180 / 16 * 1rem);
	padding: calc(5 / 16 * 1rem) calc(10 / 16 * 1rem);
	text-align: center;
	transition: filter 0.2s;
	width: 100%;
}

.p-about-office__name button::before {
	content: "\f0c1";
	font-family: "Font Awesome 6 Free";
	font-size: calc(13 / 16 * 1rem);
	font-weight: 900;
	line-height: 1.4;
}

.p-about-office__name button:hover {
	filter: brightness(3);
}

.p-about-office__name button:active {
	filter: brightness(0.85);
}

.p-about-office__detail-title {
	font-weight: 500;
}

.p-about-office__detail-title:nth-child(n+2) {
	margin-top: calc(16 / 16 * 1rem);
}

.p-about-office__detail-title::before {
	content: "・";
	padding-right: calc(4 / 16 * 1rem);
}

.p-about-office__detail-contents {
	list-style: none;
	padding-left: 2em;
	text-indent: -1em;
}

.p-about-office__detail-contents li::before {
	content: "-";
	padding-right: 0.5em;
}

.p-breadcrumbs {
	color: #011950;
	display: flex;
	flex-direction: row;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-style: italic;
	justify-content: right;
	margin-top: calc(10 / 16 * 1rem);
	padding-right: calc(10 / 16 * 1rem);
	text-transform: capitalize;
	width: 100%;
}

.p-breadcrumbs--top {
	margin-top: calc(90 / 16 * 1rem);
	width: 100%;
}

.p-breadcrumbs .current-item {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	max-width: calc(160 / 16 * 1rem);
	overflow: hidden;
	width: 100%;
}

.p-breadcrumbs > ul {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: right;
	width: 100%;
}

.p-contact {
	font-size: calc(15 / 16 * 1rem);
	line-height: 1.5;
	width: 100%;
}

.p-contact-recaptcha {
	font-size: calc(13 / 16 * 1rem);
	line-height: 1.2;
	max-width: calc(600 / 16 * 1rem);
	text-align: center;
	width: 100%;
}

.p-contact-recaptcha > a[target=_blank]::after {
	height: calc(16 / 16 * 1rem);
	width: calc(16 / 16 * 1rem);
}

.p-contact-title {
	background-color: rgba(1, 25, 80, 0.4);
	margin-top: 80px;
	width: 100%;
}

.p-contact-title__text {
	padding: calc(30 / 16 * 1rem) 0;
	width: 100%;
}

.p-contact-title__breadcrumbs {
	margin-top: calc(10 / 16 * 1rem);
	width: 100%;
}

.p-contact-form {
	width: 100%;
}

.p-contact-form__inner {
	display: grid;
	grid-template-columns: 1fr;
	margin: auto;
	padding-bottom: calc(80 / 16 * 1rem);
}

.p-contact-form form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

.p-contact-form input {
	min-width: 100%;
	width: 100%;
}

.p-contact-form__message {
	margin: calc(20 / 16 * 1rem) auto;
	max-width: calc(710 / 16 * 1rem);
	width: 100%;
}

.p-contact-form__message p:nth-of-type(2) {
	line-height: 1.4;
	margin-top: calc(20 / 16 * 1rem);
}

.p-contact-form__message p:nth-child(n+3) {
	line-height: 1.4;
	margin-top: calc(8 / 16 * 1rem);
}

.p-contact-form__message--catch,
.p-contact-thanks__title {
	color: #011950;
	font-size: calc(19 / 16 * 1rem);
	font-weight: 700;
	line-height: 1.4;
	margin: 0 auto;
	max-width: -moz-fit-content;
	max-width: fit-content;
	padding-left: calc(8 / 16 * 1rem);
	width: 100%;
}

.p-contact-form__item {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding-inline: calc(30 / 16 * 1rem);
	width: 100%;
}

.p-contact-form__item:nth-of-type(3) {
	margin-top: calc(30 / 16 * 1rem);
}

.p-contact-form__item:nth-of-type(n + 4) {
	margin-top: calc(20 / 16 * 1rem);
}

.p-contact-form__item--privacy-agree {
	display: flex;
	flex-direction: row;
	margin-top: calc(16 / 16 * 1rem);
}

.p-contact-form__item--privacy-agree label {
	align-items: start;
}

.p-contact-form__item--privacy-agree .wpcf7-list-item.first.last {
	margin-left: 0;
}

.p-contact-form__item > p > input[type=submit],
.p-contact-form__buttons > p > input[type=submit],
.p-contact-form__buttons > p > input[type=button] {
	padding: calc(20 / 16 * 1rem);
}

.p-contact-form__item--privacy-link {
	color: darkblue;
	display: inline-block;
	font-weight: 500;
	text-decoration: underline;
}

.p-contact-form__item--confirm {
	border-bottom: 1px solid rgba(1, 25, 80, 0.2);
}

.p-contact-form__item--confirm > p {
	font-weight: 500;
	line-height: 1.8;
}

.p-contact-form__item--confirm > p > label {
	color: #011950;
	font-size: calc(15 / 16 * 1rem);
	font-weight: 400;
	margin-left: -1em;
	width: 100%;
}

.p-contact-form__item--confirm > p > label::before {
	color: #011950;
	content: "■";
	font-weight: 400;
	padding-right: calc(2 / 16 * 1rem);
}

.p-contact-form__labels {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.p-contact-form__note {
	display: inline;
	margin-left: calc(20 / 16 * 1rem);
}

.p-contact-form__note::before {
	content: "（";
}

.p-contact-form__note::after {
	content: "）";
}

.p-contact-form__item--optional > p > label::after {
	color: #A9A9A9;
	content: "（任意）";
	margin-left: calc(2 / 16 * 1rem);
}

.p-contact-form__item--submit {
	padding-top: calc(30 / 16 * 1rem);
}

.p-contact-form__buttons > p {
	grid-column-gap: calc(20 / 16 * 1rem);
	-moz-column-gap: calc(20 / 16 * 1rem);
	     column-gap: calc(20 / 16 * 1rem);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-contact-form__buttons > p > input {
	box-shadow: 0 calc(4 / 16 * 1rem) calc(15 / 16 * 1rem) rgba(0, 0, 0, 0.2);
	display: inline-block;
	display: grid;
	margin-top: calc(20 / 16 * 1rem);
	place-items: center;
}

.p-contact-form__buttons > p > input:hover {
	filter: brightness(3);
}

.p-contact-form__buttons > p > input:active {
	filter: brightness(0.85);
}

.p-contact-thanks {
	padding-bottom: calc(80 / 16 * 1rem);
	width: 100%;
}

.p-contact-thanks__title {
	margin-top: calc(20 / 16 * 1rem);
}

.p-contact-thanks__message {
	margin: calc(30 / 16 * 1rem) auto 0;
	max-width: calc(720 / 16 * 1rem);
	width: 100%;
}

.p-contact-thanks__message > p {
	margin-top: calc(18 / 16 * 1rem);
	width: 100%;
}

.p-contact-thanks__notice {
	font-size: calc(12 / 16 * 1rem);
	margin-top: calc(50 / 16 * 1rem);
}

.p-contact-thanks__notice > ul {
	list-style-position: inside;
}

.p-contact-thanks__notice > ul > li {
	padding-left: 0.5em;
}

.p-cta {
	background-color: transparent;
}

.p-cta__anker {
	cursor: pointer;
	display: block;
	height: inherit;
	width: 100%;
}

.p-cta__inner {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-cta__text-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-inline: calc(20 / 16 * 1rem);
	padding-top: calc(20 / 16 * 1rem);
}

.p-cta__catch {
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	max-width: calc(310 / 16 * 1rem);
	width: 100%;
}

.p-cta__catch-main {
	color: #011950;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(15 / 16 * 1rem);
	font-weight: 700;
}

.p-cta__catch-sub {
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(15 / 16 * 1rem);
	margin-top: calc(8 / 16 * 1rem);
}

.p-cta__button-image {
	-moz-column-gap: calc(10 / 16 * 1rem);
	align-items: center;
	background-color: #011950;
	border: 1px solid #011950;
	border-radius: calc(30 / 16 * 1rem);
	color: #fff;
	     column-gap: calc(10 / 16 * 1rem);
	display: flex;
	flex-direction: row;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(16 / 16 * 1rem);
	font-weight: 700;
	justify-content: flex-start;
	margin: calc(10 / 16 * 1rem) auto 0;
	max-width: -moz-fit-content;
	max-width: fit-content;
	overflow: hidden;
	padding: calc(10 / 16 * 1rem) calc(20 / 16 * 1rem);
	position: relative;
	width: 100%;
}

.p-cta__button-image::before {
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-size: calc(22 / 16 * 1rem);
	font-style: normal;
	font-weight: 900;
}

.p-cta__button-image::after {
	background: #011950;
	border-radius: 50%;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	opacity: 0;
	padding-top: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) scale(0.1);
	transition: opacity 0.5s, transform 0s;
	transition-delay: 0s, 0.4s;
	width: 100%;
	z-index: -1;
}

.p-cta__anker:hover .p-cta__image img {
	transform: scale(1);
}

.p-cta__anker:hover .p-cta__button-image::after {
	filter: brightness(3);
	opacity: 1;
}

.p-cta__image {
	margin-top: calc(30 / 16 * 1rem);
	max-width: calc(800 / 16 * 1rem);
	overflow: hidden;
	width: 100%;
}

.p-cta__image picture,
.p-cta__image img {
	max-width: calc(1200 / 16 * 1rem);
	width: 100%;
}

.p-cta__image img {
	-o-object-fit: cover;
	-o-object-position: top center;
	aspect-ratio: 1280/853;
	   object-fit: cover;
	   object-position: top center;
	transform: scale(1.1);
	transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-desktop-nav__menu {
	list-style: none;
}

.p-desktop-nav__item:not(.p-desktop-nav__item--contact) > a::after,
.p-desktop-nav__mega-menu-title::after {
	display: none;
}

.p-desktop-nav__mega-menu-item-ja {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
}

.p-desktop-nav__mega-menu-item-ja::before {
	content: "/";
	margin: 0 calc(10 / 16 * 1rem);
}

.p-desktop-nav__mega-menu-item::after {
	display: none;
}

.p-desktop-nav__item--contact a::before {
	content: "\f0e0";
	font-family: "Font Awesome 6 Free";
	font-size: calc(22 / 16 * 1rem);
	font-weight: 400;
}

.p-footer {
	width: 100%;
}

.p-footer__inner {
	background-color: #011950;
	color: #fff;
	margin: 0 auto;
	padding-bottom: calc(40 / 16 * 1rem);
	padding-left: calc(50 / 16 * 1rem);
	padding-right: calc(50 / 16 * 1rem);
	width: 100%;
}

.p-footer__contents {
	align-items: top;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.p-footer__menu {
	margin-top: calc(60 / 16 * 1rem);
	max-width: calc(300 / 16 * 1rem);
	width: 100%;
}

.p-footer__menu > ul,
.p-footer__sub-menu {
	list-style: none;
}

.p-footer__menu-item:nth-child(1) {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.p-footer__menu-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.p-footer__menu-item > a,
.p-footer__sub-menu-title,
.p-footer__sub-menu-item > a {
	display: block;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(14 / 16 * 1rem);
	font-style: normal;
	font-weight: 400;
	max-width: calc(180 / 16 * 1rem);
	padding: calc(12 / 16 * 1rem) 0;
	text-transform: uppercase;
	width: 100%;
}

.p-footer__sub-menu-item {
	margin-left: 1em;
}

.p-footer__sub-menu-item > a {
	-moz-column-gap: calc(10 / 16 * 1rem);
	align-items: center;
	     column-gap: calc(10 / 16 * 1rem);
	display: flex;
	flex-direction: row;
}

.p-footer__sub-menu-item:nth-child(n+2) {
	padding-top: calc(3 / 16 * 1rem);
}

.p-footer__sub-menu-item > a::before {
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-size: calc(18 / 16 * 1rem);
	font-weight: 900;
}

.p-footer__info-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-footer__logo-container {
	display: flex;
	flex-direction: column;
	margin-top: calc(50 / 16 * 1rem);
}

.p-footer__logo,
.p-footer__logo a,
.p-footer__logo svg {
	aspect-ratio: 25/6;
	display: inline-block;
	height: inherit;
	margin-left: calc(-5 / 16 * 1rem);
	max-width: calc(240 / 16 * 1rem);
	width: 100%;
}

.p-footer__logo svg {
	fill: #fff;
}

.p-footer__sns-icon-container {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin-top: calc(50 / 16 * 1rem);
	width: 100%;
}

.p-footer__sns-icon {
	font-size: calc(22 / 16 * 1rem);
}

.p-footer__sns-icon + .p-footer__sns-icon {
	margin-left: calc(26 / 16 * 1rem);
}

.p-footer__copyright {
	font-size: calc(12 / 16 * 1rem);
	letter-spacing: 0.01em;
	margin-top: calc(50 / 16 * 1rem);
}

.p-footer__sns-icon a:hover,
.p-footer__menu-item > a:hover,
.p-footer__sub-menu-item > a:hover {
	text-shadow: 0 0 10px #fff, 0 0 15px #fff;
}

.p-footer__sns-icon a:active,
.p-footer__menu-item > a:active,
.p-footer__sub-menu-item > a:active {
	filter: invert(1);
}

.p-header__body {
	background-color: rgba(255, 255, 255, 0.2);
	color: #111;
	height: calc(80 / 16 * 1rem);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 4;
}

.p-header__body.is-open .p-header__logo svg {
	fill: #fff;
}

.p-header__body.is-open .c-hamburger__button > span {
	background-color: #fff;
}

.p-header__inner {
	display: flex;
	flex-direction: row;
	height: inherit;
	justify-content: space-between;
	width: 100%;
}

.p-header__logo,
.p-header__logo a,
.p-header__logo svg {
	aspect-ratio: 25/6;
	display: inline-block;
	height: inherit;
	max-width: calc(180 / 16 * 1rem);
	width: 100%;
}

.p-header__logo svg {
	fill: #011950;
}

.p-header__hamburger {
	height: inherit;
	z-index: 6;
}

.p-header__pc-nav {
	height: inherit;
}

.p-links__inner {
	width: 100%;
}

.p-links__list {
	display: flex;
}

.p-links__list--rows {
	flex-direction: column;
	row-gap: calc(10 / 16 * 1rem);
}

.p-links__list--columns {
	flex-direction: column;
	justify-content: space-between;
	row-gap: calc(16 / 16 * 1rem);
}

.p-links__list--about {
	flex-direction: column;
	justify-content: space-between;
	row-gap: calc(16 / 16 * 1rem);
}

.p-links__list-item {
	box-shadow: 0.8px 0.9px 3px #333;
	color: #011950;
	cursor: pointer;
	display: grid;
	flex: 1;
	grid-template-columns: calc(140 / 16 * 1rem) 1fr;
	overflow: hidden;
	position: relative;
	transition: color, transform, box-shadow 0.4s ease-in-out;
}

.p-links__list-item::after {
	background-color: #011950;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	width: 100%;
	z-index: -10;
}

.p-links__list-item:hover {
	box-shadow: 1px 8px 20px #333;
	color: #fff;
	transform: translateY(-2px);
}

.p-links__list-item:hover .p-links__item-title {
	text-shadow: -4px 3px 0 #011950, -8px 6px 0 rgba(255, 255, 255, 0.2);
}

.p-links__list-item:hover::after {
	transform: translateY(0);
}

.p-links__list-item:hover img {
	transform: scale(0.95);
}

.p-links__list-item:hover .p-links__item-icon {
	background-color: #011950;
	color: #fff;
	filter: brightness(3);
}

.p-links__image,
.p-links__image picture {
	max-width: calc(145 / 16 * 1rem);
	overflow: hidden;
	width: 100%;
}

.p-links__image img {
	max-width: calc(150 / 16 * 1rem);
	width: calc(150 / 16 * 1rem);
}

.p-links__image img {
	-o-object-fit: cover;
	-o-object-position: top center;
	aspect-ratio: 264/250;
	   object-fit: cover;
	   object-position: top center;
	transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-links__item-text {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-block: calc(20 / 16 * 1rem);
}

.p-links__item-icon {
	background-color: transparent;
	border: 1px solid #011950;
	border-radius: 50%;
	bottom: calc(10 / 16 * 1rem);
	display: grid;
	font-family: "Font Awesome 6 Free";
	font-size: calc(18 / 16 * 1rem);
	font-style: normal;
	font-weight: 900;
	height: calc(30 / 16 * 1rem);
	max-width: calc(30 / 16 * 1rem);
	place-items: center;
	position: absolute;
	right: calc(10 / 16 * 1rem);
	transition: background-color, filter 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	width: calc(30 / 16 * 1rem);
}

.p-links__item-labels {
	align-content: flex-start;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: left;
}

.p-links__item-title {
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(26 / 16 * 1rem);
	font-weight: 700;
	line-height: 1;
	text-shadow: -4px 3px 0 #fff, -8px 6px 0 rgba(1, 25, 80, 0.3);
	text-transform: capitalize;
}

.p-links__item-subtitle {
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(12 / 16 * 1rem);
	font-weight: 700;
	line-height: 1;
	margin-top: calc(12 / 16 * 1rem);
}

.p-mega-menu {
	width: 100%;
}

.p-mega-menu__contents {
	display: flex;
	flex-direction: column;
	margin-left: calc(30 / 16 * 1rem);
}

.p-mega-menu__item {
	-moz-column-gap: calc(10 / 16 * 1rem);
	align-items: last baseline;
	     column-gap: calc(10 / 16 * 1rem);
	display: flex;
	flex-direction: row;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(20 / 16 * 1rem);
	line-height: 1;
	padding: calc(10 / 16 * 1rem) calc(10 / 16 * 1rem);
	text-align: left;
	text-transform: capitalize;
	width: 100%;
}

.p-mega-menu__item::before {
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-size: calc(18 / 16 * 1rem);
	font-style: normal;
	font-weight: 900;
}

.p-mega-menu__item-ja::before {
	content: "/";
	margin: 0 calc(10 / 16 * 1rem);
}

.p-mobile-nav__contents {
	background-color: #011950;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: flex-start;
	overflow-y: scroll;
	padding-top: 80px;
	position: fixed;
	right: -100%;
	top: 0;
	transition: transform 0.3s;
	width: 100%;
}

.p-mobile-nav.is-open .p-mobile-nav__contents {
	transform: translateX(-100%);
}

.p-mobile-nav.is-open .p-mobile-nav__overlay {
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9;
}

.p-mobile-nav__menu {
	margin-top: calc(20 / 16 * 1rem);
}

.p-mobile-nav__item > a,
.p-mobile-nav__mega-menu .p-mega-menu__title {
	-moz-column-gap: calc(10 / 16 * 1rem);
	align-items: center;
	     column-gap: calc(10 / 16 * 1rem);
	display: flex;
	flex-direction: row;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(40 / 16 * 1rem);
	line-height: 1;
	padding: calc(16 / 16 * 1rem) calc(10 / 16 * 1rem);
	text-align: left;
	text-transform: capitalize;
	width: 100%;
}

.p-mobile-nav__item > a {
	cursor: pointer;
}

.p-mobile-nav__flowing-message {
	margin-top: calc(30 / 16 * 1rem);
}

.p-mobile-nav__flowing-message .c-flowing-message__list-item {
	color: rgba(255, 255, 255, 0.5);
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(200 / 16 * 1rem);
}

.p-news {
	background-color: transparent;
}

.p-news-title {
	background-color: rgba(1, 25, 80, 0.4);
	margin-top: 80px;
	width: 100%;
}

.p-news-title__text {
	padding: calc(30 / 16 * 1rem) 0;
	width: 100%;
}

.p-news__inner {
	display: flex;
	flex-direction: column;
}

.p-news-category__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: initial;
	list-style: none;
	margin-top: calc(20 / 16 * 1rem);
	padding: 0 calc(20 / 16 * 1rem) calc(20 / 16 * 1rem) calc(38 / 16 * 1rem);
	width: 100%;
}

.p-news-category__item {
	color: #A9A9A9;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 400;
	line-height: 1;
	margin-top: calc(16 / 16 * 1rem);
}

.p-news-category__item--isSelected {
	color: #111;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-weight: 700;
	position: relative;
}

.p-news-category__item--isSelected::before {
	background-color: #001E63;
	bottom: 0;
	content: "";
	height: 1em;
	margin-left: calc(-16 / 16 * 1rem);
	margin-top: calc(-2 / 16 * 1rem);
	position: absolute;
	top: 0;
	width: 1em;
}

.p-news__item {
	border-bottom: 1px solid #A9A9A9;
	display: flex;
	flex-direction: column;
	padding-bottom: calc(28 / 16 * 1rem);
	padding-top: calc(20 / 16 * 1rem);
	width: 100%;
}

.p-news__item:nth-child(1) {
	border-top: 1px solid #A9A9A9;
}

.p-news-item__info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

.p-news-item__date {
	color: #A9A9A9;
	display: grid;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(15 / 16 * 1rem);
	font-weight: 700;
	place-items: center;
}

.p-news-item__categories {
	display: flex;
	flex-direction: row;
	gap: calc(8 / 16 * 1rem);
	justify-content: flex-start;
	width: 100%;
}

.p-news-item__category {
	background-color: rgba(1, 25, 80, 0.8);
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(12 / 16 * 1rem);
	font-weight: 700;
	padding: calc(5 / 16 * 1rem) calc(10 / 16 * 1rem);
	text-align: center;
}

.p-news-item__category:nth-child(1) {
	margin-left: calc(15 / 16 * 1rem);
}

.p-news-item__title {
	-webkit-box-orient: vertical;
	-o-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	-webkit-line-clamp: 2;
	color: #011950;
	display: -webkit-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(15 / 16 * 1rem);
	font-weight: 500;
	margin-top: calc(12 / 16 * 1rem);
	overflow: hidden;
	padding: 0 calc(2 / 16 * 1rem);
	perspective: calc(600 / 16 * 1rem);
	perspective-origin: 50% 0%;
	position: relative;
	width: 100%;
}

.p-news-item__title::before {
	content: "";
	display: block;
	height: 1.5em;
	left: 0;
	padding: 0 calc(2 / 16 * 1rem);
	position: absolute;
	top: 0;
	transform-style: preserve-3d;
	transition: transform 0.4s ease;
	width: 100%;
}

.p-news-item__title::after {
	background-color: #011950;
	color: #fff;
	content: attr(data-title);
	display: block;
	height: 1.5em;
	left: 0;
	opacity: 0;
	padding: 0 calc(2 / 16 * 1rem);
	position: absolute;
	top: 0;
	transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
	transform-origin: 50% 0;
	transform-style: preserve-3d;
	transition: transform 0.4s ease;
	width: 100%;
}

.p-news__item:hover .p-news-item__title,
.p-news__item:active .p-news-item__title {
	color: #fff;
}

.p-news__item:hover .p-news-item__title::before {
	background-color: #011950;
}

.p-news__read-more {
	margin-top: calc(10 / 16 * 1rem);
	padding-right: calc(20 / 16 * 1rem);
	text-align: right;
}

.p-news-article {
	padding-bottom: calc(80 / 16 * 1rem);
	width: 100%;
}

.p-news-article__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: calc(20 / 16 * 1rem) auto;
	width: 100%;
}

.p-news-article__categories {
	margin-top: calc(16 / 16 * 1rem);
	width: 100%;
}

.p-news-article__category {
	background-color: rgba(1, 25, 80, 0.8);
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(12 / 16 * 1rem);
	font-weight: 700;
	line-height: 1;
	padding: calc(5 / 16 * 1rem) calc(10 / 16 * 1rem);
	text-align: center;
}

.p-news-article__title {
	color: #111;
	font-family: "Oswald", sans-serif;
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
	line-height: 1.2;
	margin-top: calc(10 / 16 * 1rem);
	max-width: calc(1000 / 16 * 1rem);
	width: 100%;
}

.p-news-article__date {
	color: #A9A9A9;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: calc(16 / 16 * 1rem);
	font-weight: 700;
}

.p-news-article__image,
.p-news-article__image img {
	max-width: calc(400 / 16 * 1rem);
	width: 100%;
}

.p-news-article__image img {
	-o-object-fit: cover;
	aspect-ratio: 315/176;
	   object-fit: cover;
}

.p-news-article__text {
	color: #111;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(16 / 16 * 1rem);
	font-weight: 400;
	margin-top: calc(30 / 16 * 1rem);
	max-width: calc(900 / 16 * 1rem);
	padding: 0 calc(10 / 16 * 1rem);
	width: 100%;
}

.p-news-article__return-btn {
	margin-top: calc(60 / 16 * 1rem);
	text-align: center;
	width: 100%;
}

.p-news-article__return-btn button {
	border: solid 1px #011950;
	border-radius: calc(4 / 16 * 1rem);
	max-width: calc(280 / 16 * 1rem);
	padding: calc(10 / 16 * 1rem) calc(22 / 16 * 1rem) calc(10 / 16 * 1rem) calc(22 / 16 * 1rem);
	width: 100%;
}

.p-privacy {
	color: rgb(51, 51, 51);
	font-size: calc(15 / 16 * 1rem);
	line-height: 1.5;
	width: 100%;
}

.p-privacy-title {
	background-color: rgba(1, 25, 80, 0.4);
	margin-top: 80px;
	width: 100%;
}

.p-privacy-title__text {
	padding: calc(30 / 16 * 1rem) 0;
	width: 100%;
}

.p-privacy-title__breadcrumbs {
	margin-top: calc(10 / 16 * 1rem);
	width: 100%;
}

.p-privacy-text {
	margin: 0 auto;
	max-width: calc(800 / 16 * 1rem);
	width: 100%;
}

.p-privacy-text__indent {
	padding-left: 2.5em;
}

.p-privacy-text__section {
	margin-top: calc(20 / 16 * 1rem);
}

.p-privacy-text__section:nth-child(n+2) {
	margin-top: calc(80 / 16 * 1rem);
}

.p-privacy-text__section > p:nth-child(2) {
	margin-top: calc(20 / 16 * 1rem);
}

.p-privacy-text__section > p:nth-child(n+3) {
	margin-top: calc(10 / 16 * 1rem);
}

.p-privacy-text__section a {
	color: darkblue;
	font-weight: 500;
	text-decoration: underline;
	word-break: break-all;
}

.p-privacy-text__section > ul,
.p-privacy-text__section > table,
.p-privacy-text__section > dl {
	margin-top: calc(30 / 16 * 1rem);
}

.p-privacy-text__section > ul {
	margin-left: 1.5em;
}

.p-privacy-text__section > ul > li {
	margin-top: calc(12 / 16 * 1rem);
	padding-left: calc(1 / 16 * 1rem);
}

.p-privacy-text__section > table {
	width: 100%;
}

.p-privacy-text__section th {
	background-color: rgba(1, 25, 80, 0.8);
	color: #fff;
	padding: calc(8 / 16 * 1rem);
}

.p-privacy-text__section td {
	background-color: rgba(1, 25, 80, 0.1);
	padding: calc(8 / 16 * 1rem);
}

.p-privacy-text__sub-title {
	color: #111;
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
}

.p-privacy-text__list-title {
	font-weight: 700;
}

.p-privacy-text__row {
	border-bottom: 0.1px solid lightgrey;
	display: grid;
	grid-template-columns: 32% 68%;
	padding: calc(30 / 16 * 1rem) 0;
}

.p-privacy-text__row:first-child {
	border-top: 0.5px solid lightgrey;
}

.p-privacy-text__list-sign {
	margin-left: calc(-2 / 16 * 1rem);
	margin-top: calc(-4 / 16 * 1rem);
	max-width: calc(200 / 16 * 1rem);
	width: 100%;
}

.p-privacy-text__update-history {
	text-align: right;
	width: 100%;
}

.p-profile {
	font-size: calc(15 / 16 * 1rem);
	line-height: 1.5;
	padding-bottom: calc(30 / 16 * 1rem);
	width: 100%;
}

.p-profile-greeting__message p:nth-child(n+2),
.p-profile-career__contents p:nth-child(n+2),
.p-profile-strengths__contents p:nth-child(n+2),
.p-profile-skills__contents p:nth-child(n+2) {
	margin-top: 1.5em;
}

.p-profile-title {
	background-color: rgba(1, 25, 80, 0.4);
	margin-top: 80px;
	width: 100%;
}

.p-profile-title__text {
	padding: calc(30 / 16 * 1rem) 0;
	width: 100%;
}

.p-profile-index {
	color: #011950;
	font-family: "Oswald", sans-serif;
	font-size: calc(15 / 16 * 1rem);
	font-weight: 700;
	margin-top: calc(10 / 16 * 1rem);
	width: 100%;
}

.p-profile-index ul {
	grid-row-gap: calc(10 / 16 * 1rem);
	display: grid;
	grid-template-columns: calc(140 / 16 * 1rem) 1fr;
	list-style: none;
	margin: 0 auto;
	row-gap: calc(10 / 16 * 1rem);
}

.p-profile-index li:nth-child(1) {
	order: 1;
}

.p-profile-index li:nth-child(2) {
	order: 3;
}

.p-profile-index li:nth-child(3) {
	order: 2;
}

.p-profile-index li:nth-child(4) {
	order: 4;
}

.p-profile-index li {
	-moz-column-gap: calc(6 / 16 * 1rem);
	     column-gap: calc(6 / 16 * 1rem);
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
	padding: 0 calc(10 / 16 * 1rem);
	position: relative;
}

.p-profile-index li::before {
	content: "\f0ab";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.p-profile-index li::after {
	display: none;
}

.p-profile-greeting {
	display: flex;
	flex-direction: column;
	margin-top: calc(80 / 16 * 1rem);
}

.p-profile-greeting__profile {
	-moz-column-gap: calc(10 / 16 * 1rem);
	     column-gap: calc(10 / 16 * 1rem);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
}

.p-profile-greeting__profile-image {
	box-shadow: 1px 8px 20px #333;
	display: grid;
	place-items: center;
}

.p-profile-greeting__profile-image,
.p-profile-greeting__profile-image picture,
.p-profile-greeting__profile-image img {
	aspect-ratio: 514/520;
	margin: 0 auto;
	max-width: calc(180 / 16 * 1rem);
	width: 100%;
}

.p-profile-greeting__profile-text {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-profile-greeting__profile-message p {
	background-color: #011950;
	color: #fff;
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
	margin-top: calc(32 / 16 * 1rem);
	padding-left: calc(4 / 16 * 1rem);
}

.p-profile-greeting__profile-message p:nth-child(n+2) {
	margin-top: 0.2em;
}

.p-profile-greeting__profile-sign {
	font-weight: 700;
	line-height: 1.2;
	margin-left: calc(8 / 16 * 1rem);
	margin-top: calc(8 / 16 * 1rem);
}

.p-profile-greeting__profile-sign-position {
	font-size: calc(18 / 16 * 1rem);
}

.p-profile-greeting__profile-sign-image {
	aspect-ratio: 1001/71;
	margin-top: 0.2em;
	max-width: calc(290 / 16 * 1rem);
	width: 100%;
}

.p-profile-greeting__message {
	margin-top: calc(30 / 16 * 1rem);
	max-width: calc(1062 / 16 * 1rem);
	text-align: justify;
	width: 100%;
}

.p-profile-career,
.p-profile-strengths,
.p-profile-skills {
	margin: calc(80 / 16 * 1rem) auto 0;
}

.p-profile-career__contents,
.p-profile-strengths__contents,
.p-profile-skills__contents {
	margin-top: calc(30 / 16 * 1rem);
	padding-left: 0;
	padding-left: initial;
}

.p-profile-career__list,
.p-profile-strengths__list,
.p-profile-skills__list {
	list-style: square;
	padding-left: calc(20 / 16 * 1rem);
}

.p-profile-skills__sub-list {
	list-style: circle;
	margin-top: 0.5em;
	padding: calc(1 / 16 * 1rem) calc(2 / 16 * 1rem) calc(1 / 16 * 1rem) calc(26 / 16 * 1rem);
}

.p-profile-strengths__list,
.p-profile-skills__list {
	margin-top: calc(30 / 16 * 1rem);
}

.p-profile-career__list > li:nth-child(n+2),
.p-profile-strengths__list > li:nth-child(n+2),
.p-profile-skills__list > li:nth-child(n+2) {
	margin-top: 1.2em;
}

.p-service-title {
	overflow: hidden;
}

.p-service-title__inner {
	margin-right: calc(50% - 50vw);
	padding-right: 0;
	padding-right: initial;
	width: 100%;
}

.p-service-title__breadcrumbs {
	margin-top: calc(10 / 16 * 1rem);
	width: 100%;
}

.p-service-list,
.p-service-list-inner {
	width: 100%;
}

.p-service-item {
	background-color: #F8F8F8;
	overflow: hidden;
	width: 100%;
}

.p-service-item__upper-body {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-service-item__lower-body {
	background-color: #fff;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-bottom: calc(100 / 16 * 1rem);
	width: 100vw;
}

.p-service-item__summary {
	padding-top: calc(60 / 16 * 1rem);
	width: 100%;
}

.p-service-item__number {
	align-items: center;
	color: #001E63;
	display: flex;
	flex-direction: row;
	font-family: "Oswald", sans-serif;
	font-size: calc(32 / 16 * 1rem);
	font-weight: 700;
}

.p-service-item__number::after {
	background-color: #111;
	content: "";
	height: calc(30 / 16 * 1rem);
	margin-left: calc(10 / 16 * 1rem);
	width: calc(1 / 16 * 1rem);
}

.p-service-item__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
	margin-top: calc(21 / 16 * 1rem);
}

.p-service-item__text {
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 400;
	line-height: 2;
	margin-top: calc(21 / 16 * 1rem);
}

.p-service-item__image {
	margin-top: calc(21 / 16 * 1rem);
	width: 100%;
}

.p-service-item__image img {
	-o-object-fit: cover;
	aspect-ratio: 335/223.33;
	   object-fit: cover;
	width: 100%;
}

.p-service-item__feature {
	margin: 0 auto;
	width: 100%;
}

.p-service-item__features {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-service-item__features-title {
	font-family: "Oswald", sans-serif;
	font-size: calc(18 / 16 * 1rem);
	font-weight: 500;
	letter-spacing: -0.05em;
	margin-top: calc(14.7 / 16 * 1rem);
	text-transform: uppercase;
}

.p-service-item__features-title::after {
	color: #626262;
	content: "特徴";
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(10 / 16 * 1rem);
	font-weight: 500;
	margin-left: calc(10 / 16 * 1rem);
}

.p-service-item__features-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 400;
	line-height: 2;
	margin-top: calc(20 / 16 * 1rem);
}

.p-top-fv {
	height: calc(100svh - (80 / 16 * 1rem));
	position: relative;
	width: 100%;
}

.p-top-fv__inner {
	height: inherit;
	width: 100%;
}

.p-top-fv__bg,
.p-top-fv__bg picture,
.p-top-fv__bg img {
	height: inherit;
	width: 100%;
}

.p-top-fv__bg img {
	-o-object-fit: cover;
	aspect-ratio: 750/1334;
	   object-fit: cover;
}

.p-top-fv__upper-shadow {
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.p-top-fv__upper-shadow img {
	-o-object-fit: fill;
	aspect-ratio: 375/100;
	   object-fit: fill;
	width: 100%;
}

.p-top-fv__bottom-shadow {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.p-top-fv__bottom-shadow img {
	-o-object-fit: fill;
	aspect-ratio: 302.46/170;
	   object-fit: fill;
	position: relative;
}

.p-top-fv__arrow {
	left: 0;
	margin-inline: calc(20 / 16 * 1rem);
	position: absolute;
	top: 16%;
	transform: rotate(-9.2deg);
}

.p-top-fv__arrow,
.p-top-fv__arrow picture,
.p-top-fv__arrow img {
	max-width: calc(320 / 16 * 1rem);
	width: 100%;
}

.p-top-fv__arrow img {
	-o-object-fit: contain;
	aspect-ratio: 316.32/52.17;
	   object-fit: contain;
}

.p-top-fv__arrow-inner {
	position: relative;
}

.p-top-fv__arrow-copy {
	color: #011950;
	font-size: calc(17 / 16 * 1rem);
	font-weight: 700;
	left: 5%;
	position: absolute;
	top: 48%;
}

.p-top-fv__catch-copy {
	left: 50%;
	margin-inline: calc(2 / 16 * 1rem);
	max-width: -moz-fit-content;
	max-width: fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	position: absolute;
	top: 29%;
	transform: translateX(-50%);
	white-space: nowrap;
	width: 100%;
	word-break: keep-all;
}

.p-top-fv__catch-copy-inner {
	max-width: -moz-fit-content;
	max-width: fit-content;
	position: relative;
	width: 100%;
}

.p-top-fv__catch-copy-subtext {
	color: #fff;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 700;
	line-height: 1em;
	max-width: -moz-fit-content;
	max-width: fit-content;
	position: absolute;
	right: 0;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	top: 0.3em;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-fv__catch-copy-text {
	color: #fff;
	font-size: calc(54 / 16 * 1rem);
	font-weight: 700;
	line-height: 1.2em;
	max-width: -moz-fit-content;
	max-width: fit-content;
	text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-fv__catch-copy-first-letter {
	color: #ffBE08;
	display: inline-block;
	font-size: calc(90 / 16 * 1rem);
	font-weight: 700;
	letter-spacing: -0.05em;
	max-width: -moz-fit-content;
	max-width: fit-content;
	text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
	width: 100%;
}

.p-top-fv__catch-copy-message {
	color: #fff;
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
	line-height: 1.3em;
	margin-top: calc(20 / 16 * 1rem);
	max-width: -moz-fit-content;
	max-width: fit-content;
	padding-left: 0.5em;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	width: 100%;
	word-break: keep-all;
}

.p-top-fv__signature {
	bottom: 3%;
	color: #fff;
	font-size: calc(30 / 16 * 1rem);
	font-weight: 700;
	position: absolute;
	right: 15%;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.p-top-problems {
	background: linear-gradient(to bottom, rgba(1, 25, 80, 0.8) 60%, whitesmoke);
	overflow: hidden;
	width: 100%;
}

.p-top-problems__inner {
	-moz-column-gap: calc(20 / 16 * 1rem);
	background-color: transparent;
	     column-gap: calc(20 / 16 * 1rem);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
}

.p-top-problems__intro {
	color: #fff;
	font-size: calc(22 / 16 * 1rem);
	font-weight: 700;
	letter-spacing: 0.0001em;
	line-height: 1.2;
	margin: 0 auto;
	max-width: -moz-fit-content;
	max-width: fit-content;
	padding: calc(30 / 16 * 1rem) calc(10 / 16 * 1rem) 0;
	width: 100%;
}

.p-top-problems__container {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.p-top-problems__list {
	width: 100%;
}

.p-top-problems__row {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 0 calc(16 / 16 * 1rem) 0 calc(10 / 16 * 1rem);
	width: 100%;
}

.p-top-problems__row:nth-child(n+2) {
	margin-top: calc(10 / 16 * 1rem);
}

.p-top-problems__row:last-child {
	padding-bottom: calc(8 / 16 * 1rem);
}

.p-top-problems__item {
	background: whitesmoke;
	border-radius: calc(10 / 16 * 1rem);
	box-shadow: calc(6 / 16 * 1rem) calc(6 / 16 * 1rem) 0 0 lightslategrey;
	display: inline-block;
	font-weight: 700;
	padding: calc(10 / 16 * 1rem);
	width: 100%;
}

.p-top-problems__item:nth-child(2) {
	margin-top: calc(10 / 16 * 1rem);
}

.p-top-problems__item::before {
	content: "";
}

.p-top-problems__item::after {
	content: "";
}

.p-top-problems__purpose {
	color: #333;
	font-size: calc(12 / 16 * 1rem);
	font-weight: 700;
}

.p-top-problems__voice {
	font-size: calc(14 / 16 * 1rem);
}

.p-top-problems__word--strong {
	color: #ed1e28;
	font-size: calc(18 / 16 * 1rem);
	font-weight: 700;
}

.p-top-problems__word--red {
	color: #ed1e28;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 700;
}

.p-top-problems__image {
	background-color: transparent;
	display: block;
	margin: 0 auto;
	max-width: calc(480 / 16 * 1rem);
	padding: 0 calc(60 / 16 * 1rem);
	width: 100%;
}

.p-top-problems__image img {
	-o-object-fit: cover;
	aspect-ratio: 480/319;
	   object-fit: cover;
}

.p-top-about {
	background-color: #fff;
	overflow: hidden;
	width: 100%;
}

.p-top-about__catch {
	margin: calc(30 / 16 * 1rem) auto 0;
	width: 100%;
}

.p-top-about__catch > p {
	background-color: #011950;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: calc(8 / 16 * 1rem);
	padding-left: calc(8 / 16 * 1rem);
	padding-top: calc(8 / 16 * 1rem);
}

.p-top-about__catch > p + p {
	margin-top: 0.2em;
}

.p-top-about__message {
	font-size: calc(15 / 16 * 1rem);
	margin-top: calc(30 / 16 * 1rem);
	text-align: justify;
	width: 100%;
}

.p-top-about__message p:nth-child(n+2) {
	margin-top: 1.5em;
}

.p-top-about__links {
	margin-top: calc(30 / 16 * 1rem);
}

.p-top-services {
	background-color: #DDD;
	width: 100%;
}

.p-top-services__list {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	margin-top: initial;
	width: 100%;
}

.p-top-services__card {
	align-items: center;
	background-color: whitesmoke;
	border-radius: 8px;
	box-shadow: 0.8px 0.9px 3px #333;
	display: flex;
	flex-direction: column;
	margin-top: calc(20 / 16 * 1rem);
	padding: calc(50 / 16 * 1rem) calc(10 / 16 * 1rem) calc(20 / 16 * 1rem);
	position: relative;
	width: 100%;
}

.p-top-services__card:nth-child(n+3) {
	margin-top: calc(20 / 16 * 1rem);
}

.p-top-services__card::before {
	color: rgba(61, 61, 61, 0.2);
	content: "service";
	display: inline-block;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(24 / 16 * 1rem);
	font-weight: 700;
	left: calc(10 / 16 * 1rem);
	position: absolute;
	text-transform: capitalize;
	top: calc(10 / 16 * 1rem);
}

.p-top-services__card::after {
	color: rgba(61, 61, 61, 0.2);
	content: attr(data-number);
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: calc(38 / 16 * 1rem);
	font-weight: 700;
	left: calc(130 / 16 * 1rem);
	position: absolute;
	top: calc(-3 / 16 * 1rem);
}

.p-top-services__card > picture,
.p-top-services__image {
	-o-object-fit: cover;
	aspect-ratio: 588/392;
	display: inline-block;
	max-width: calc(240 / 16 * 1rem);
	   object-fit: cover;
	width: 100%;
}

.p-top-services__text-box {
	margin-top: calc(20 / 16 * 1rem);
	width: 100%;
}

.p-top-services__title {
	border-bottom: 0.5px solid rgba(1, 25, 80, 0.4);
	color: #011950;
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
	padding-bottom: calc(10 / 16 * 1rem);
	text-align: center;
	width: 100%;
}

.p-top-services__description {
	font-size: calc(15 / 16 * 1rem);
	margin-top: calc(20 / 16 * 1rem);
	width: 100%;
}

.p-top-works {
	background-color: whitesmoke;
}

.p-top-works__inner {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-top-works__list {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	margin-top: calc(10 / 16 * 1rem);
}

.p-top-works__item {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0.8px 0.9px 3px #333;
	cursor: pointer;
	display: inline-block;
	margin: calc(10 / 16 * 1rem) 0 0;
	padding: calc(10 / 16 * 1rem) calc(10 / 16 * 1rem) calc(10 / 16 * 1rem);
	transition: transform box-shadow 0.4s ease-in-out;
}

.p-top-works__item:hover {
	box-shadow: 1px 8px 20px #333;
	transform: translateY(-2px);
}

.p-top-works__item:hover .p-top-works__img img {
	transform: scale(1.1);
}

.p-top-works__item:active {
	filter: brightness(0.8);
}

.p-top-works__item-inner {
	display: flex;
	flex-direction: column;
}

.p-top-works__img {
	overflow: hidden;
}

.p-top-works__img,
.p-top-works__img picture,
.p-top-works__img img {
	max-width: none;
	max-width: initial;
	width: 100%;
}

.p-top-works__img img {
	-o-object-fit: cover;
	-o-object-position: top center;
	aspect-ratio: 723/443;
	   object-fit: cover;
	   object-position: top center;
	transition: transform 0.6s ease-in-out;
}

.p-top-works__info {
	display: flex;
	flex-direction: column;
	margin-top: calc(10 / 16 * 1rem);
}

.p-top-works__client-name {
	color: #011950;
	font-family: "Oswald", sans-serif;
	font-size: calc(16 / 16 * 1rem);
	font-weight: 700;
}

.p-top-works__industry-type {
	color: #646464;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(12 / 16 * 1rem);
	font-weight: 700;
}

.p-top-works__industry-type::before {
	content: "（";
	font-weight: 700;
}

.p-top-works__industry-type::after {
	content: "）";
	font-weight: 700;
}

.p-top-works__project-summary {
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(16 / 16 * 1rem);
	font-weight: 700;
	line-height: 1;
	margin-top: calc(16 / 16 * 1rem);
}

.p-top-works__category-area {
	grid-row-gap: calc(3 / 16 * 1rem);
	grid-column-gap: calc(5 / 16 * 1rem);
	-moz-column-gap: calc(5 / 16 * 1rem);
	     column-gap: calc(5 / 16 * 1rem);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: calc(14 / 16 * 1rem);
	row-gap: calc(3 / 16 * 1rem);
	width: 100%;
}

.p-top-works__category {
	background-color: rgba(1, 25, 80, 0.8);
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(12 / 16 * 1rem);
	font-weight: 700;
	line-height: 1;
	padding: calc(5 / 16 * 1rem) calc(10 / 16 * 1rem);
	text-align: center;
}

.p-top-works__production-period {
	color: rgba(1, 25, 80, 0.8);
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(15 / 16 * 1rem);
	font-weight: 700;
	line-height: 1;
	margin-top: calc(6 / 16 * 1rem);
}

.p-top-works__read-more {
	margin-top: calc(10 / 16 * 1rem);
	padding-right: calc(20 / 16 * 1rem);
	text-align: right;
}

.p-top-works__read-more > button,
.p-news__read-more > button {
	background-color: transparent;
	color: #011950;
}

.p-top-news {
	background-color: #fff;
}

.p-top-contact__cta .p-cta__text-container {
	padding-inline: initial;
}

.p-works-title {
	background-color: rgba(1, 25, 80, 0.4);
	margin-top: 80px;
	width: 100%;
}

.p-works-title__text {
	padding: calc(30 / 16 * 1rem) 0;
	width: 100%;
}

.p-works-list__inner {
	display: flex;
	flex-direction: column;
	padding-bottom: calc(30 / 16 * 1rem);
}

.p-works-list__list {
	display: flex;
	flex-direction: column;
}

.p-works-list__pagination {
	padding-top: calc(40 / 16 * 1rem);
	width: 100%;
}

.p-works-category__sidebar {
	margin-top: calc(30 / 16 * 1rem);
	width: 100%;
}

.p-works-category__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: initial;
	list-style: none;
	padding: 0 calc(20 / 16 * 1rem) calc(20 / 16 * 1rem) calc(40 / 16 * 1rem);
	width: 100%;
}

.p-works-category__item {
	color: #A9A9A9;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 400;
	line-height: 1;
	margin-top: calc(16 / 16 * 1rem);
}

.p-works-category__item--isSelected {
	color: #111;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-weight: 700;
	position: relative;
}

.p-works-category__item--isSelected::before {
	background-color: #001E63;
	bottom: 0;
	content: "";
	height: 1em;
	margin-bottom: auto;
	margin-left: calc(-20 / 16 * 1rem);
	margin-right: auto;
	margin-top: auto;
	position: absolute;
	top: 0;
	width: 1em;
}

.p-works-post-item {
	background-color: #fff;
	padding: 0 calc(20 / 16 * 1rem);
}

.p-works-post-item__inner {
	border-bottom: 1px solid #A9A9A9;
	display: flex;
	flex-direction: column;
	padding: calc(20 / 16 * 1rem) 0;
	width: 100%;
}

.p-works-post-item:nth-child(1) > .p-works-post-item__inner {
	border-top: 1px solid #A9A9A9;
}

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

.p-works-post-item__info {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-works-post-item__client-name {
	color: #011950;
	font-family: "Oswald", sans-serif;
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
}

.p-works-post-item__industry-type {
	color: #646464;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(15 / 16 * 1rem);
	font-weight: 500;
}

.p-works-post-item__industry-type::before {
	content: "（";
	font-weight: 500;
}

.p-works-post-item__industry-type::after {
	content: "）";
	font-weight: 500;
}

.p-works-post-item__project-summary {
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(16 / 16 * 1rem);
	font-weight: 700;
	line-height: 1;
	margin-top: calc(16 / 16 * 1rem);
}

.p-works-post-item__category-area {
	grid-row-gap: calc(3 / 16 * 1rem);
	grid-column-gap: calc(5 / 16 * 1rem);
	-moz-column-gap: calc(5 / 16 * 1rem);
	     column-gap: calc(5 / 16 * 1rem);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: calc(14 / 16 * 1rem);
	row-gap: calc(3 / 16 * 1rem);
	width: 100%;
}

.p-works-post-item__category,
.p-works-article__category {
	background-color: rgba(1, 25, 80, 0.8);
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(12 / 16 * 1rem);
	font-weight: 700;
	line-height: 1;
	padding: calc(5 / 16 * 1rem) calc(10 / 16 * 1rem);
	text-align: center;
}

.p-works-post-item__production-period {
	color: rgba(1, 25, 80, 0.8);
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(15 / 16 * 1rem);
	font-weight: 700;
	line-height: 1;
	margin-top: calc(6 / 16 * 1rem);
}

.p-works-article {
	padding-bottom: calc(80 / 16 * 1rem);
	width: 100%;
}

.p-works-article__categories {
	margin-top: calc(16 / 16 * 1rem);
	width: 100%;
}

.p-works-article__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: calc(20 / 16 * 1rem) auto;
	width: 100%;
}

.p-works-article__title {
	color: #111;
	font-family: "Oswald", sans-serif;
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
	line-height: 1.2;
	margin-top: calc(8 / 16 * 1rem);
	max-width: calc(1000 / 16 * 1rem);
	padding: calc(10 / 16 * 1rem) 0 0;
	width: 100%;
}

.p-works-article__date {
	color: #A9A9A9;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: calc(16 / 16 * 1rem);
	font-weight: 700;
}

.p-works-article__image,
.p-works-article__image img {
	max-width: calc(326 / 16 * 1rem);
	width: 100%;
}

.p-works-article__long-image,
.p-works-article__long-image img {
	-o-object-fit: cover;
	aspect-ratio: 1920/6666;
	margin-top: calc(20 / 16 * 1rem);
	max-width: calc(315 / 16 * 1rem);
	   object-fit: cover;
	width: 100%;
}

.p-works-article__text {
	color: #111;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(16 / 16 * 1rem);
	font-weight: 400;
	margin-top: calc(10 / 16 * 1rem);
	max-width: calc(900 / 16 * 1rem);
	padding: 0 calc(10 / 16 * 1rem);
	width: 100%;
}

.p-works-article__production-period {
	font-size: calc(16 / 16 * 1rem);
	font-weight: 700;
	width: 100%;
}

.p-works-article__main-text {
	margin-top: calc(20 / 16 * 1rem);
	width: 100%;
}

.p-works-article__column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	padding: 0 calc(10 / 16 * 1rem);
	width: 100%;
}

.p-works-article__column > .p-works-article__row-text {
	margin-top: calc(10 / 16 * 1rem);
}

.p-works-article__row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	padding: 0 calc(10 / 16 * 1rem);
	width: 100%;
}

.p-works-article__row:nth-child(3) {
	margin-top: calc(32 / 16 * 1rem);
}

.p-works-article__row:nth-child(n+4) {
	margin-top: calc(10 / 16 * 1rem);
}

.p-works-article__row-image {
	-o-object-fit: cover;
	aspect-ratio: 840/471;
	   object-fit: cover;
	width: 100%;
}

.p-works-article__row-text {
	align-items: center;
	background-color: whitesmoke;
	display: grid;
	padding: calc(20 / 16 * 1rem);
	position: relative;
	width: 100%;
}

.p-works-article__row-text::before {
	color: rgba(61, 61, 61, 0.2);
	content: "Key Point";
	display: inline-block;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
	left: calc(1 / 16 * 1rem);
	line-height: 1;
	position: absolute;
	text-transform: capitalize;
	top: calc(1 / 16 * 1rem);
}

.p-works-article__row-text::after {
	color: rgba(61, 61, 61, 0.2);
	content: attr(data-number);
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: calc(60 / 16 * 1rem);
	font-weight: 700;
	position: absolute;
	right: calc(2 / 16 * 1rem);
	top: calc(-16 / 16 * 1rem);
}

.p-works-article__return-btn {
	margin-top: calc(60 / 16 * 1rem);
	text-align: center;
	width: 100%;
}

.p-works-article__return-btn button {
	border: solid 1px #011950;
	border-radius: calc(4 / 16 * 1rem);
	max-width: calc(280 / 16 * 1rem);
	padding: calc(10 / 16 * 1rem) calc(22 / 16 * 1rem) calc(10 / 16 * 1rem) calc(22 / 16 * 1rem);
	width: 100%;
}

:root {
	--animation-duration: 1000ms;
	--animation-delay: .2s;
	--animation-long-delay: 1.2s;
	--animation-timing: ease-out;
	--sliding-distance: 100px;
}

.js-fade-in {
	opacity: 0;
	transition-delay: .2s;
	transition-delay: var(--animation-delay);
	transition-duration: 1000ms;
	transition-duration: var(--animation-duration);
	transition-property: opacity, transform;
	transition-timing-function: ease-out;
	transition-timing-function: var(--animation-timing);
}

.js-slide-up {
	transform: translate(0, 100px);
	transform: translate(0, var(--sliding-distance));
}

.js-slide-down {
	transform: translate(0, calc(-1 * 100px));
	transform: translate(0, calc(-1 * var(--sliding-distance)));
}

.js-slide-left {
	transform: translate(calc(-1 * 100px), 0);
	transform: translate(calc(-1 * var(--sliding-distance)), 0);
}

.js-slide-right {
	transform: translate(100px, 0);
	transform: translate(var(--sliding-distance), 0);
}

.is-faded {
	opacity: 1;
	transform: translate(0, 0);
}

:root {
	--showing-duration: 1000ms;
	--showing-delay: .2s;
	--showing-timing: ease-out;
}

.js-show-on-scroll {
	opacity: 0;
	transition-delay: .2s;
	transition-delay: var(--showing-delay);
	transition-duration: 1000ms;
	transition-duration: var(--showing-duration);
	transition-property: opacity, transform;
	transition-timing-function: ease-out;
	transition-timing-function: var(--showing-timing);
}

.is-shown {
	opacity: 1;
}

.u-desktop {
	display: none;
}

.u-hiddenMobile {
	display: none;
}

.u-break-keep {
	word-break: keep-all;
}

.u-text-bold {
	font-weight: 700;
}

.u-text-medium {
	font-weight: 500;
}

.u-text-underline {
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 20%;
}

.u-text-indent {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen {

.p-contact-title__breadcrumbs {
	margin-top: calc(18 / 16 * 1rem);
}

.p-service-title__breadcrumbs {
	margin-top: calc(18 / 16 * 1rem);
}

.p-top-works__production-period {
	font-size: calc(15 / 16 * 1rem);
	margin-top: calc(6 / 16 * 1rem);
}

.p-works-post-item__production-period {
	font-size: calc(15 / 16 * 1rem);
	margin-top: calc(6 / 16 * 1rem);
}

}

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

html {
	font-size: calc(16 / 1240 * 100vw);
}

html {
	scroll-padding-top: calc(80 / 16 * 1rem);
}

a[href^="tel:"] {
	pointer-events: none;
}

.l-header {
	max-width: 1300px;
	padding-left: calc(30 / 16 * 1rem);
	padding-right: calc(30 / 16 * 1rem);
}

.l-inner {
	max-width: 1400px;
	padding-left: calc(80 / 16 * 1rem);
	padding-right: calc(80 / 16 * 1rem);
}

.l-section {
	padding-bottom: 80px;
	padding-top: calc(80 / 16 * 1rem);
}

.l-top-section {
	margin: calc(80 / 16 * 1rem) auto 0;
}

.c-about-section-title__Ja {
	font-size: calc(16 / 16 * 1rem);
}

.c-about-section-title__En {
	font-size: calc(40 / 16 * 1rem);
}

.c-about-section-title__En::after {
	margin-left: calc(20 / 16 * 1rem);
}

.c-button--contact-button,
.c-button--tel-button {
	font-size: calc(18 / 16 * 1rem);
}

.c-flowing-message__list-item {
	font-size: calc(100 / 16 * 1rem);
}

[type=button],
[type=submit] {
	padding: 0 0;
	padding: initial initial;
}

.c-internal-links__item {
	font-size: calc(16 / 16 * 1rem);
}

.c-internal-links__item:nth-child(n+1) {
	padding-left: calc(130 / 16 * 1rem);
}

.c-internal-links__item a::after {
	font-size: calc(16 / 16 * 1rem);
	margin-left: calc(10 / 16 * 1rem);
}

.c-pagination {
	padding-left: calc(25 / 16 * 1rem);
}

.c-scroll-to-top-button__body {
	bottom: calc(30 / 16 * 1rem);
	right: calc(10 / 16 * 1rem);
}

.c-section-subtitle__en {
	font-size: calc(50 / 16 * 1rem);
}

.c-section-subtitle__ja {
	font-size: calc(20 / 16 * 1rem);
}

.c-section-title__en {
	font-size: calc(50 / 16 * 1rem);
}

.c-section-title__ja {
	font-size: calc(20 / 16 * 1rem);
}

.c-service-card {
	width: calc((100% - (80 / 16 * 1rem)) / 3);
}

.c-service-card:nth-child(n+2) {
	margin-top: 0;
	margin-top: initial;
}

.c-service-card__text {
	padding-bottom: calc(55 / 16 * 1rem);
}

.c-sub-page-message__catch {
	font-size: calc(40 / 16 * 1rem);
	line-height: 1.8;
	padding: 0 calc(130 / 16 * 1rem);
}

.c-sub-page-message__detail {
	font-size: calc(16 / 16 * 1rem);
	padding: 0 calc(130 / 16 * 1rem);
}

.c-sub-page-section-title__en {
	font-size: calc(40 / 16 * 1rem);
}

.c-sub-page-section-title__ja {
	font-size: calc(20 / 16 * 1rem);
}

.c-sub-page-title__text-en {
	font-size: calc(50 / 16 * 1rem);
}

.c-sub-page-title__text-ja {
	font-size: calc(20 / 16 * 1rem);
}

.c-text {
	font-size: calc(16 / 16 * 1rem);
}

.p-404__title {
	font-size: calc(180 / 16 * 1rem);
}

.p-404__message {
	font-size: calc(50 / 16 * 1rem);
}

.p-about {
	font-size: calc(18 / 16 * 1rem);
	line-height: 1.7;
	padding-bottom: calc(50 / 16 * 1rem);
}

.p-about-title {
	background: linear-gradient(to right, rgba(1, 25, 80, 0.4) 64%, transparent);
}

.p-about-title__text {
	padding: calc(60 / 16 * 1rem) 0;
}

.p-about-message {
	margin-top: calc(80 / 16 * 1rem);
}

.p-about-message__catch > p {
	font-size: calc(40 / 16 * 1rem);
}

.p-about-message__text {
	margin-top: calc(80 / 16 * 1rem);
}

.p-about__profile-sign {
	margin-top: calc(32 / 16 * 1rem);
}

.p-about__profile-sign-position {
	font-size: calc(22 / 16 * 1rem);
	padding-right: calc(308 / 16 * 1rem);
}

.p-about__profile-sign picture,
.p-about__profile-sign img {
	max-width: calc(498 / 16 * 1rem);
}

.p-about__profile-sign img {
	margin-top: 0.5em;
}

.p-about-message__images {
	flex-direction: row;
	margin-top: calc(100 / 16 * 1rem);
}

.p-about-office {
	margin: calc(200 / 16 * 1rem) auto 0;
}

.p-about-office__list {
	margin-top: calc(50 / 16 * 1rem);
	padding-left: calc(50 / 16 * 1rem);
	text-align: justify;
}

.p-about-office__title {
	padding: calc(10 / 16 * 1rem) 0 calc(20 / 16 * 1rem) calc(20 / 16 * 1rem);
}

.p-about-office__data {
	padding: calc(10 / 16 * 1rem) 0 calc(20 / 16 * 1rem) calc(20 / 16 * 1rem);
}

.p-about-office__name {
	-moz-column-gap: calc(40 / 16 * 1rem);
	align-items: center;
	     column-gap: calc(40 / 16 * 1rem);
	flex-direction: row;
	justify-content: flex-start;
}

.p-about-office__name picture,
.p-about-office__name-image {
	margin-left: calc(-2 / 16 * 1rem);
	max-width: calc(254 / 16 * 1rem);
}

.p-about-office__name button {
	font-size: calc(18 / 16 * 1rem);
	margin-top: calc(2 / 16 * 1rem);
	max-width: calc(220 / 16 * 1rem);
}

.p-about-office__name button::before {
	font-size: calc(20 / 16 * 1rem);
}

.p-breadcrumbs {
	padding-right: calc(20 / 16 * 1rem);
}

.p-breadcrumbs--top {
	margin-top: calc(90 / 16 * 1rem);
}

.p-breadcrumbs .current-item {
	max-width: calc(260 / 16 * 1rem);
}

.p-contact {
	font-size: calc(18 / 16 * 1rem);
	line-height: 1.7;
}

.p-contact-recaptcha {
	line-height: 0.5;
}

.p-contact-title {
	background: linear-gradient(to right, rgba(1, 25, 80, 0.4) 64%, transparent);
	margin-top: 80px;
}

.p-contact-title__text {
	padding: calc(60 / 16 * 1rem) 0;
}

.p-contact-form__inner {
	padding-bottom: calc(120 / 16 * 1rem);
}

.p-contact-form__message p:nth-of-type(2) {
	margin-top: calc(40 / 16 * 1rem);
}

.p-contact-form__message--catch,
.p-contact-thanks__title {
	font-size: calc(30 / 16 * 1rem);
}

.p-contact-form__item {
	max-width: calc(600 / 16 * 1rem);
}

.p-contact-form__buttons > p {
	-moz-column-gap: calc(100 / 16 * 1rem);
	     column-gap: calc(100 / 16 * 1rem);
}

.p-contact-thanks {
	padding-bottom: calc(100 / 16 * 1rem);
}

.p-contact-thanks__message {
	margin: calc(50 / 16 * 1rem) auto 0;
}

.p-contact-thanks__notice {
	font-size: calc(15 / 16 * 1rem);
	margin-top: calc(80 / 16 * 1rem);
}

.p-contact-thanks__notice > ul > li {
	padding-left: 1.5em;
}

.p-cta__inner {
	-moz-column-gap: calc(40 / 16 * 1rem);
	align-items: center;
	     column-gap: calc(40 / 16 * 1rem);
	flex-direction: row;
	justify-content: center;
}

.p-cta__text-container {
	padding-left: calc(40 / 16 * 1rem);
	padding-right: 0;
	padding-right: initial;
	padding-top: 0;
	padding-top: initial;
}

.p-cta__catch {
	max-width: calc(560 / 16 * 1rem);
}

.p-cta__catch-main {
	font-size: calc(24 / 16 * 1rem);
	margin: 0;
	margin: initial;
}

.p-cta__catch-sub {
	font-size: calc(18 / 16 * 1rem);
	margin-top: calc(16 / 16 * 1rem);
}

.p-cta__button-image {
	background-color: transparent;
	color: #011950;
	font-size: calc(18 / 16 * 1rem);
	margin: calc(30 / 16 * 1rem) auto 0;
	max-width: -moz-fit-content;
	max-width: fit-content;
	z-index: 1;
}

.p-cta__anker:hover .p-cta__button-image {
	color: #fff;
}

.p-cta__anker:hover .p-cta__button-image::after {
	transform: translateY(-50%) scale(1.1);
	transition: opacity 0.8s, transform 0.6s ease-in-out;
	transition-delay: 0s;
}

.p-cta__image {
	margin: 0;
	margin: initial;
	max-width: calc(600 / 16 * 1rem);
}

.p-cta__image picture,
.p-cta__image img {
	max-width: calc(1200 / 16 * 1rem);
}

.p-desktop-nav {
	height: inherit;
}

.p-desktop-nav__menu {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.p-desktop-nav__item {
	height: inherit;
}

.p-desktop-nav__item > a,
.p-desktop-nav__mega-menu-title {
	color: #011950;
	display: grid;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(18 / 16 * 1rem);
	height: inherit;
	padding-left: calc(15 / 16 * 1rem);
	padding-right: calc(15 / 16 * 1rem);
	place-items: center;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}

.p-desktop-nav__item:not(.p-desktop-nav__item--contact) > a::after,
.p-desktop-nav__mega-menu-title::after {
	background-color: #011950;
	bottom: calc(20 / 16 * 1rem);
	content: "";
	display: inline-block;
	height: calc(4 / 16 * 1rem);
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s ease-in-out;
	width: 100%;
}

.p-desktop-nav__mega-menu-item {
	-moz-column-gap: calc(10 / 16 * 1rem);
	align-items: last baseline;
	color: #011950;
	     column-gap: calc(10 / 16 * 1rem);
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-family: "Zen Dots", "Oswald", sans-serif, serif;
	font-size: calc(18 / 16 * 1rem);
	position: relative;
	text-transform: uppercase;
	width: 100%;
}

.p-desktop-nav__mega-menu-item::before {
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-size: calc(18 / 16 * 1rem);
	font-style: normal;
	font-weight: 900;
}

.p-desktop-nav__mega-menu-item::after {
	background-color: #011950;
	bottom: calc(-4 / 16 * 1rem);
	content: "";
	display: inline-block;
	height: calc(4 / 16 * 1rem);
	left: 0;
	position: absolute;
	transform: scale(0, 0);
	transform-origin: left top;
	transition: transform 0.3s ease-in-out;
	visibility: hidden;
	width: 100%;
}

.p-desktop-nav__item:not(.p-desktop-nav__item--contact) > a:hover::after,
.p-desktop-nav__mega-menu-title:hover::after,
.p-desktop-nav__mega-menu-item:hover::after {
	transform: scale(1, 1);
	visibility: visible;
}

.p-desktop-nav__item:not(.p-desktop-nav__item--contact) > a:hover,
.p-desktop-nav__mega-menu-title:hover,
.p-desktop-nav__mega-menu-item:hover {
	filter: brightness(3);
}

.p-desktop-nav__item:not(.p-desktop-nav__item--contact) > a:active,
.p-desktop-nav__mega-menu-title:active,
.p-desktop-nav__mega-menu-item:active {
	filter: brightness(0.8);
}

.p-desktop-nav__mega-menu {
	position: relative;
	width: 100%;
}

.p-desktop-nav__mega-menu-contents {
	background-color: #fff;
	box-shadow: 0 calc(2 / 16 * 1rem) calc(4 / 16 * 1rem) 0 rgb(12, 2, 0);
	padding: calc(20 / 16 * 1rem) calc(10 / 16 * 1rem);
	position: absolute;
	top: 80px;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.3s ease-in-out;
	width: calc(360 / 16 * 1rem);
}

.p-desktop-nav__mega-menu-inner {
	display: flex;
	flex-direction: column;
	gap: calc(10 / 16 * 1rem);
	width: 100%;
}

.p-desktop-nav__mega-menu-title:hover ~ .p-desktop-nav__mega-menu-contents,
.p-desktop-nav__mega-menu-contents:hover {
	transform: scaleY(1);
}

.p-desktop-nav__mega-menu-item img {
	display: block;
	width: 100%;
}

.p-desktop-nav__mega-menu-item p {
	margin-top: 5px;
}

.p-desktop-nav__item--contact {
	display: grid;
	margin-left: calc(15 / 16 * 1rem);
	place-items: center;
}

.p-desktop-nav__item--contact a {
	-moz-column-gap: calc(10 / 16 * 1rem);
	background-color: #011950;
	border: 0.1px solid rgba(1, 25, 80, 0.2);
	color: #fff;
	     column-gap: calc(10 / 16 * 1rem);
	display: flex;
	flex-direction: row;
	height: inherit;
	place-items: center;
	transition: filter 0.2s;
	width: 100%;
}

.p-desktop-nav__item--contact a::after {
	content: none;
}

.p-desktop-nav__item--contact a:hover {
	filter: brightness(3);
}

.p-desktop-nav__item--contact a:active {
	filter: brightness(0.85);
}

.p-footer__contents {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.p-footer__menu {
	display: flex;
	flex-direction: column;
	margin-top: calc(50 / 16 * 1rem);
}

.p-footer__menu-item:nth-child(1) {
	border: none;
}

.p-footer__menu-item {
	border: none;
}

.p-footer__menu-item > a,
.p-footer__sub-menu-title,
.p-footer__sub-menu-item > a {
	font-size: calc(16 / 16 * 1rem);
	padding: calc(10 / 16 * 1rem) 0;
}

.p-footer__sub-menu-title {
	padding: 0;
	padding: initial;
}

.p-footer__sub-menu-item > a {
	padding: 0;
	padding: initial;
}

.p-footer__info-container {
	margin-top: calc(120 / 16 * 1rem);
	padding-left: calc(170 / 16 * 1rem);
}

.p-footer__logo-container {
	align-items: center;
	flex-direction: row;
	margin-top: 0;
	margin-top: initial;
}

.p-footer__logo,
.p-footer__logo a,
.p-footer__logo svg {
	aspect-ratio: 500/120;
	max-width: calc(340 / 16 * 1rem);
}

.p-footer__sns-icon-container {
	margin-left: calc(46 / 16 * 1rem);
	margin-top: 0;
	margin-top: initial;
}

.p-footer__copyright {
	font-size: calc(12 / 16 * 1rem);
	margin-left: calc(10 / 16 * 1rem);
	margin-top: calc(20 / 16 * 1rem);
}

.p-header__body {
	height: calc(80 / 16 * 1rem);
}

.p-header__logo,
.p-header__logo a,
.p-header__logo svg {
	aspect-ratio: 500/120;
	max-width: calc(300 / 16 * 1rem);
}

.p-links__list--columns {
	-moz-column-gap: calc(10 / 16 * 1rem);
	     column-gap: calc(10 / 16 * 1rem);
	flex-direction: row;
	row-gap: initial;
}

.p-links__list--about {
	grid-column-gap: calc(64 / 16 * 1rem);
	-moz-column-gap: calc(64 / 16 * 1rem);
	     column-gap: calc(64 / 16 * 1rem);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-links__list-item {
	grid-template-columns: calc(180 / 16 * 1rem) 1fr;
}

.p-links__image,
.p-links__image picture {
	max-width: calc(180 / 16 * 1rem);
}

.p-links__image img {
	max-width: calc(185 / 16 * 1rem);
	width: calc(185 / 16 * 1rem);
}

.p-links__item-icon {
	bottom: calc(22 / 16 * 1rem);
	right: calc(20 / 16 * 1rem);
}

.p-mobile-nav__contents {
	display: none;
}

.p-mobile-nav__flowing-message .c-flowing-message__list-item {
	display: none;
}

.p-news-title {
	background: linear-gradient(to right, rgba(1, 25, 80, 0.4) 64%, transparent);
	margin-top: 80px;
}

.p-news-title__text {
	padding: calc(60 / 16 * 1rem) 0;
}

.p-news__inner {
	display: grid;
	grid-template-columns: 24% 76%;
}

.p-news__column-content {
	border-right: 1px solid #A9A9A9;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.p-news__main-content {
	padding-left: calc(60 / 16 * 1rem);
}

.p-news-category__list {
	grid-template-columns: initial;
	grid-template-rows: 1fr;
}

.p-news-category__item {
	font-size: calc(18 / 16 * 1rem);
	margin-top: calc(21 / 16 * 1rem);
}

.p-news-category__item--isSelected::before {
	margin-left: calc(-21 / 16 * 1rem);
	margin-top: calc(-1 / 16 * 1rem);
}

.p-news__item:nth-child(1) {
	border-top: none;
}

.p-news-item__date {
	font-size: calc(18 / 16 * 1rem);
}

.p-news-item__title {
	font-size: calc(18 / 16 * 1rem);
}

.p-news__item:hover .p-news-item__title::before {
	transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.p-news__item:hover .p-news-item__title::after {
	opacity: 1;
	transform: none;
	transform: initial;
}

.p-news__read-more {
	margin-top: calc(40 / 16 * 1rem);
}

.p-news-article__category {
	font-size: calc(12 / 16 * 1rem);
}

.p-news-article__title {
	font-size: calc(30 / 16 * 1rem);
}

.p-news-article__image,
.p-news-article__image img {
	max-width: calc(600 / 16 * 1rem);
}

.p-news-article__image img {
	aspect-ratio: 840/471;
}

.p-news-article__text {
	margin-top: calc(30 / 16 * 1rem);
}

.p-privacy {
	font-size: calc(15 / 16 * 1rem);
	line-height: 1.5;
}

.p-privacy-title {
	background: linear-gradient(to right, rgba(1, 25, 80, 0.4) 64%, transparent);
	margin-top: 80px;
}

.p-privacy-title__text {
	padding: calc(60 / 16 * 1rem) 0;
}

.p-profile {
	font-size: calc(18 / 16 * 1rem);
	line-height: 1.7;
	padding-bottom: calc(50 / 16 * 1rem);
}

.p-profile-title {
	background: linear-gradient(to right, rgba(1, 25, 80, 0.4) 64%, transparent);
	margin-top: 80px;
}

.p-profile-title__text {
	padding: calc(60 / 16 * 1rem) 0;
}

.p-profile-index {
	font-size: calc(20 / 16 * 1rem);
}

.p-profile-index ul {
	-moz-column-gap: calc(60 / 16 * 1rem);
	     column-gap: calc(60 / 16 * 1rem);
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.p-profile-index li::after {
	background-color: #011950;
	bottom: calc(-4 / 16 * 1rem);
	content: "";
	display: inline-block;
	height: calc(4 / 16 * 1rem);
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s ease-in-out;
	width: 100%;
}

.p-profile-index li:hover {
	filter: brightness(3);
}

.p-profile-index li:active {
	filter: brightness(0.85);
}

.p-profile-index li:hover:after {
	transform: scale(1, 1);
}

.p-profile-greeting {
	flex-direction: row;
	margin-top: calc(80 / 16 * 1rem);
	padding-top: calc(30 / 16 * 1rem);
}

.p-profile-greeting__profile {
	-moz-column-gap: calc(38 / 16 * 1rem);
	     column-gap: calc(38 / 16 * 1rem);
	flex-direction: row;
	justify-content: flex-start;
}

.p-profile-greeting__profile-image,
.p-profile-greeting__profile-image picture,
.p-profile-greeting__profile-image img {
	margin: 0;
	margin: initial;
	max-width: calc(192 / 16 * 1rem);
}

.p-profile-greeting__profile-message p {
	font-size: calc(28 / 16 * 1rem);
	margin-top: 0;
	margin-top: initial;
	padding-inline: calc(10 / 16 * 1rem);
}

.p-profile-greeting__profile-sign {
	margin-left: calc(8 / 16 * 1rem);
	margin-top: calc(24 / 16 * 1rem);
}

.p-profile-greeting__profile-sign-position {
	font-size: calc(22 / 16 * 1rem);
}

.p-profile-greeting__profile-sign-image {
	margin-top: 0.5em;
	max-width: calc(498.63 / 16 * 1rem);
}

.p-profile-greeting__message {
	margin-top: calc(50 / 16 * 1rem);
}

.p-profile-career,
.p-profile-strengths,
.p-profile-skills {
	margin: calc(150 / 16 * 1rem) auto 0;
	padding-top: calc(30 / 16 * 1rem);
}

.p-profile-career__contents,
.p-profile-strengths__contents,
.p-profile-skills__contents {
	margin-top: calc(50 / 16 * 1rem);
	padding-left: calc(50 / 16 * 1rem);
	text-align: justify;
}

.p-profile-career__list,
.p-profile-strengths__list,
.p-profile-skills__list {
	padding-left: calc(40 / 16 * 1rem);
}

.p-service-item__upper-body {
	-moz-column-gap: calc(20 / 16 * 1rem);
	     column-gap: calc(20 / 16 * 1rem);
	flex-direction: row;
	justify-content: left;
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.p-service-item__lower-body {
	padding-bottom: calc(153 / 16 * 1rem);
}

.p-service-item__summary {
	flex-basis: 38%;
	padding-top: calc(70 / 16 * 1rem);
}

.p-service-item__number {
	font-size: calc(40 / 16 * 1rem);
}

.p-service-item__number::after {
	height: calc(34 / 16 * 1rem);
}

.p-service-item__title {
	font-size: calc(28 / 16 * 1rem);
	margin-top: calc(22 / 16 * 1rem);
}

.p-service-item__text {
	font-size: calc(22 / 16 * 1rem);
}

.p-service-item__image {
	margin-top: 0;
	margin-top: initial;
	max-width: calc(760 / 16 * 1rem);
}

.p-service-item__image img {
	aspect-ratio: 760/500;
	max-width: calc(760 / 16 * 1rem);
}

.p-service-item__features-title {
	font-size: calc(22 / 16 * 1rem);
	margin-top: calc(30 / 16 * 1rem);
}

.p-service-item__features-title::after {
	font-size: calc(12 / 16 * 1rem);
	margin-left: calc(16 / 16 * 1rem);
}

.p-service-item__features-text {
	font-size: calc(16 / 16 * 1rem);
}

.p-top-fv {
	height: calc(100svh - (80 / 16 * 1rem));
}

.p-top-fv__bg img {
	aspect-ratio: 3840/2160;
}

.p-top-fv__upper-shadow img {
	aspect-ratio: 1920/330;
}

.p-top-fv__bottom-shadow {
	max-width: calc(619 / 16 * 1rem);
}

.p-top-fv__bottom-shadow img {
	aspect-ratio: 619/377.5;
}

.p-top-fv__arrow {
	left: 6%;
	top: 9%;
	transform: rotate(-6.3deg);
}

.p-top-fv__arrow,
.p-top-fv__arrow picture,
.p-top-fv__arrow img {
	max-width: calc(700 / 16 * 1rem);
}

.p-top-fv__arrow img {
	aspect-ratio: 1058.42/174.56;
}

.p-top-fv__arrow-copy {
	font-size: calc(36 / 16 * 1rem);
}

.p-top-fv__catch-copy {
	left: 8%;
	line-height: 260%;
	margin-inline: calc(30 / 16 * 1rem);
	top: 38%;
	transform: none;
	transform: initial;
}

.p-top-fv__catch-copy-subtext {
	font-size: calc(32 / 16 * 1rem);
}

.p-top-fv__catch-copy-text {
	font-size: calc(120 / 16 * 1rem);
}

.p-top-fv__catch-copy-first-letter {
	font-size: calc(200 / 16 * 1rem);
}

.p-top-fv__catch-copy-message {
	font-size: calc(33 / 16 * 1rem);
	margin-top: calc(40 / 16 * 1rem);
}

.p-top-fv__signature {
	bottom: calc(20 / 16 * 1rem);
	font-size: calc(55 / 16 * 1rem);
	right: calc(60 / 16 * 1rem);
}

.p-top-problems__intro {
	font-size: calc(42 / 16 * 1rem);
	padding: calc(50 / 16 * 1rem) calc(10 / 16 * 1rem) 0;
}

.p-top-problems__container {
	margin: calc(40 / 16 * 1rem) auto 0;
}

.p-top-problems__list {
	left: 0;
	position: absolute;
	top: 0;
}

.p-top-problems__row {
	flex-direction: row;
	justify-content: center;
	padding: 0 calc(10 / 16 * 1rem);
}

.p-top-problems__row:nth-child(n+2) {
	margin-top: calc(30 / 16 * 1rem);
}

.p-top-problems__item {
	height: -moz-fit-content;
	height: fit-content;
	margin: 0 calc(20 / 16 * 1rem);
	max-width: -moz-fit-content;
	max-width: fit-content;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-problems__item:nth-child(2) {
	margin-top: 0;
	margin-top: initial;
}

.p-top-problems__item::before {
	border-left: calc(15 / 16 * 1rem) solid transparent;
	border-right: calc(15 / 16 * 1rem) solid transparent;
	border-top: calc(15 / 16 * 1rem) solid lightslategrey;
	bottom: calc(-18 / 16 * 1rem);
	display: block;
	height: 0;
	left: calc(27 / 16 * 1rem);
	position: absolute;
	width: 0;
}

.p-top-problems__item::after {
	border-left: calc(15 / 16 * 1rem) solid transparent;
	border-right: calc(15 / 16 * 1rem) solid transparent;
	border-top: calc(13 / 16 * 1rem) solid whitesmoke;
	bottom: calc(-12 / 16 * 1rem);
	display: block;
	height: 0;
	left: calc(20 / 16 * 1rem);
	position: absolute;
	width: 0;
}

.p-top-problems__item--to-create-site {
	margin-left: calc(5 / 16 * 1rem);
}

.p-top-problems__item--to-create-lp {
	margin-left: calc(40 / 16 * 1rem);
}

.p-top-problems__item--to-attract {
	margin-left: calc(5 / 16 * 1rem);
}

.p-top-problems__item--for-production {
	margin-left: calc(200 / 16 * 1rem);
}

.p-top-problems__item--to-sell {
	margin-left: calc(5 / 16 * 1rem);
}

.p-top-problems__item--for-designer {
	margin-left: calc(380 / 16 * 1rem);
}

.p-top-problems__purpose {
	font-size: calc(14 / 16 * 1rem);
}

.p-top-problems__voice {
	font-size: calc(18 / 16 * 1rem);
}

.p-top-problems__word--strong {
	font-size: calc(25 / 16 * 1rem);
}

.p-top-problems__word--red {
	font-size: calc(18 / 16 * 1rem);
}

.p-top-problems__image {
	margin: calc(200 / 16 * 1rem) auto 0;
	max-width: calc(560 / 16 * 1rem);
	padding: 0 calc(40 / 16 * 1rem);
}

.p-top-about__catch {
	margin: calc(64 / 16 * 1rem) auto 0;
}

.p-top-about__catch > p {
	font-size: calc(40 / 16 * 1rem);
	line-height: 1.2;
	padding-bottom: calc(10 / 16 * 1rem);
	padding-left: calc(10 / 16 * 1rem);
	padding-top: calc(10 / 16 * 1rem);
}

.p-top-about__message {
	font-size: calc(20 / 16 * 1rem);
	margin-top: calc(64 / 16 * 1rem);
}

.p-top-about__links {
	margin-top: calc(80 / 16 * 1rem);
}

.p-top-services__list {
	grid-column-gap: calc(32 / 16 * 1rem);
	-moz-column-gap: calc(32 / 16 * 1rem);
	     column-gap: calc(32 / 16 * 1rem);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: calc(50 / 16 * 1rem);
}

.p-top-services__card {
	margin-top: 0;
	margin-top: initial;
	padding: calc(40 / 16 * 1rem);
}

.p-top-services__card::before {
	left: calc(20 / 16 * 1rem);
	top: calc(10 / 16 * 1rem);
}

.p-top-services__card::after {
	font-size: calc(100 / 16 * 1rem);
	left: calc(20 / 16 * 1rem);
	top: calc(10 / 16 * 1rem);
}

.p-top-services__text-box {
	margin-top: calc(30 / 16 * 1rem);
}

.p-top-services__title {
	font-size: calc(28 / 16 * 1rem);
}

.p-top-services__description {
	font-size: calc(18 / 16 * 1rem);
	margin-top: calc(30 / 16 * 1rem);
}

.p-top-works__list {
	-moz-column-gap: calc(20 / 16 * 1rem);
	     column-gap: calc(20 / 16 * 1rem);
	flex-direction: row;
}

.p-top-works__img,
.p-top-works__img picture,
.p-top-works__img img {
	max-width: calc(364 / 16 * 1rem);
}

.p-top-works__client-name {
	font-size: calc(20 / 16 * 1rem);
	max-width: calc(530 / 16 * 1rem);
}

.p-top-works__category {
	font-size: calc(12 / 16 * 1rem);
}

.p-top-works__read-more {
	margin-top: calc(40 / 16 * 1rem);
}

.p-works-title {
	background: linear-gradient(to right, rgba(1, 25, 80, 0.4) 64%, transparent);
	margin-top: 80px;
}

.p-works-title__text {
	padding: calc(60 / 16 * 1rem) 0;
}

.p-works-list__inner {
	flex-direction: row;
	padding-bottom: calc(120 / 16 * 1rem);
}

.p-works-list__pagination {
	padding-top: calc(60 / 16 * 1rem);
}

.p-works-category__sidebar {
	border-right: 1px solid #E2E2E2;
	margin-top: 0;
	margin-top: initial;
	max-width: calc(318 / 16 * 1rem);
	padding-left: calc(20 / 16 * 1rem);
	padding-top: calc(30 / 16 * 1rem);
}

.p-works-category__list {
	grid-template-columns: initial;
	grid-template-rows: 1fr;
}

.p-works-category__item {
	font-size: calc(18 / 16 * 1rem);
	margin-top: calc(21 / 16 * 1rem);
}

.p-works-post-item {
	padding: 0 calc(25 / 16 * 1rem);
}

.p-works-post-item__inner {
	-moz-column-gap: calc(50 / 16 * 1rem);
	     column-gap: calc(50 / 16 * 1rem);
	flex-direction: row;
	padding: calc(50 / 16 * 1rem) 0;
}

.p-works-post-item:nth-child(1) > .p-works-post-item__inner {
	border-top: none;
}

.p-works-post-item__img,
.p-works-post-item__img img {
	aspect-ratio: 290/229;
	max-width: calc(240 / 16 * 1rem);
}

.p-works-post-item__client-name {
	font-size: calc(24 / 16 * 1rem);
	max-width: calc(530 / 16 * 1rem);
}

.p-works-post-item__category,
.p-works-article__category {
	font-size: calc(12 / 16 * 1rem);
}

.p-works-article__title {
	font-size: calc(30 / 16 * 1rem);
}

.p-works-article__image,
.p-works-article__image img {
	max-width: calc(600 / 16 * 1rem);
}

.p-works-article__long-image,
.p-works-article__long-image img {
	margin-top: calc(50 / 16 * 1rem);
	max-width: calc(1000 / 16 * 1rem);
}

.p-works-article__text {
	margin-top: calc(30 / 16 * 1rem);
}

.p-works-article__column {
	max-width: calc(760 / 16 * 1rem);
}

.p-works-article__column > .p-works-article__row-text {
	padding: calc(20 / 16 * 1rem) calc(20 / 16 * 1rem) calc(20 / 16 * 1rem) calc(190 / 16 * 1rem);
}

.p-works-article__row {
	max-width: calc(1000 / 16 * 1rem);
}

.p-works-article__row:nth-child(3) {
	margin-top: calc(64 / 16 * 1rem);
}

.p-works-article__row:nth-child(odd) {
	flex-direction: row;
}

.p-works-article__row:nth-child(even) {
	flex-direction: row-reverse;
}

.p-works-article__row-image {
	max-width: calc(490 / 16 * 1rem);
}

.p-works-article__row-text::before {
	font-size: calc(24 / 16 * 1rem);
	left: calc(20 / 16 * 1rem);
	line-height: 1.5;
	top: calc(8 / 16 * 1rem);
}

.p-works-article__row-text::after {
	font-size: calc(64 / 16 * 1rem);
	left: calc(48 / 16 * 1rem);
	top: calc(20 / 16 * 1rem);
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.u-hiddenDesktop {
	display: none;
}

}

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

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: calc(16 / 375 * 100vw);
}

}

@keyframes flowing {

0% {
	transform: translateX(0);
}

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

}

/*# sourceMappingURL=style.css.map */
