@import "icon.min.css";
/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
	margin: 0;
	padding: 0;
	line-height: calc(0.25rem + 1em + 0.25rem);
}

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

*:where(:not(fieldset, progress, meter)) {
	border-width: 0;
	border-style: solid;
	background-origin: border-box;
	background-repeat: no-repeat;
}

html {
	block-size: 100%;
	-webkit-text-size-adjust: none;
	outline: none;
}

@media (prefers-reduced-motion: no-preference) {
	html:focus-within {
		scroll-behavior: smooth;
	}
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
}

:where(img, svg, video) {
	block-size: auto;
	max-inline-size: 100%;
}

:where(svg) {
	stroke: none;
	fill: currentColor;
}

:where(svg):where(:not([fill])) {
	stroke: currentColor;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
	inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
	color: inherit;
	font: inherit;
	font-size: inherit;
	letter-spacing: inherit;
}

:where(textarea) {
	resize: vertical;
}

@supports (resize: block) {
	:where(textarea) {
		resize: block;
	}
}

:where(p, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word;
}

h1 {
	font-size: 2em;
}

:where(ul, ol)[role="list"] {
	list-style: none;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
	cursor: pointer;
	touch-action: manipulation;
}

:where(input[type="file"]) {
	cursor: auto;
}

:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
	cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
	:focus-visible {
		transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
	}

	:where(:not(:active)):focus-visible {
		transition-duration: 0.25s;
	}
}

:where(:not(:active)):focus-visible {
	outline-offset: 5px;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"]),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	user-select: none;
	text-align: center;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"])[disabled] {
	cursor: not-allowed;
}

html {
	scroll-behavior: smooth;
}
/*Adobe fonts ローディング*/
.wf-loading {
	opacity: 0;
}
/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
:root {
	--easing: cubic-bezier(0.2, 1, 0.2, 1);
	--transition: 2s var(--easing);
	--color-base: #2a5c9e;
	--color-black: #333333;
	--color-darkgray: #555555;
	--color-lightgray: #ccc;
	--color-gray: #999999;
	--color-xlightgray: #f4f4f4;
	--color-white: #fff;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	background: var(--color-white);
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Merriweather Sans", Helvetica Neue, sans-serif !important;
	font-size: 0.938rem;
	font-weight: 400;
	color: var(--color-black);
	letter-spacing: 0.02rem;
	line-height: 2;
	text-align: justify;
}
body:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/bg.svg), url(/images/background-content.svg);
	background-position: 0 0;
	background-size: cover, 1366px auto;
	background-repeat: no-repeat, repeat;
	z-index: -2;
}
body:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/background-content.svg);
	background-position: 0 0;
	background-size: 100%;
	background-repeat: repeat;
	z-index: -1;
}
p {
	line-height: 2;
	margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0;
	margin: 0 0 1rem 0;
}

h1 {
	font-size: clamp(1.8rem, 1.071rem + 3.112vw, 3rem);
}

h2 {
	font-size: clamp(1.6rem, 1.235rem + 1.556vw, 2.2rem);
}

h3 {
	font-size: clamp(1.3rem, 0.875rem + 1.815vw, 2rem);
}

h4 {
	font-size: clamp(1.2rem, 1.078rem + 0.519vw, 1.4rem);
}

h5 {
	font-size: clamp(1.1rem, 3vw, 1.2rem);
}

h6 {
	font-size: 1rem;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	text-decoration: none !important;
	color: var(--color-base);
}

a:hover {
	text-decoration: none !important;
	color: var(--color-gray);
	transition: var(--transition);
}
a[target="_blank"] {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 8px;
	margin-right: 8px;
}
a[target="_blank"]::after {
	content: "";
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: url("/images/icon-external-link--white.png") no-repeat center center/12px;
	background-color: var(--color-base);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 2px;
}
ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mb-none {
	margin-bottom: 0 !important;
}
.mb-xs {
	margin-bottom: 0.5rem !important;
}
.mb-s {
	margin-bottom: 1rem !important;
}
.mb-m {
	margin-bottom: 1.5rem !important;
}
.mb-l {
	margin-bottom: 2rem !important;
}
.mb-xl {
	margin-bottom: 3rem !important;
}
.mb-xxl {
	margin-bottom: 4rem !important;
}
.mb-xxxl {
	margin-bottom: 5rem !important;
}
.mt-none {
	margin-top: none !important;
}
.mt-xs {
	margin-top: 0.5rem !important;
}
.mt-s {
	margin-top: 1rem !important;
}
.mt-m {
	margin-top: 1.5rem !important;
}
.mt-l {
	margin-top: 2rem !important;
}
.mt-xl {
	margin-top: 3rem !important;
}
.mt-xxl {
	margin-top: 4rem !important;
}
.mt-xxxl {
	margin-top: 5rem !important;
}
.ml-none {
	margin-left: 0 !important;
}
.ml-xs {
	margin-left: 0.5rem !important;
}
.ml-s {
	margin-left: 1rem !important;
}
.ml-m {
	margin-left: 1.5rem !important;
}
.ml-l {
	margin-left: 2rem !important;
}
.ml-xl {
	margin-left: 3rem !important;
}
.mr-none {
	margin-right: 0 !important;
}
.mr-xs {
	margin-right: 0.5rem !important;
}
.mr-s {
	margin-right: 1rem !important;
}
.mr-m {
	margin-right: 1.5rem !important;
}
.mr-l {
	margin-right: 2rem !important;
}
.mr-xl {
	margin-right: 3rem !important;
}
.pb-none {
	padding-bottom: 0 !important;
}
.pb-xs {
	padding-bottom: 0.5rem !important;
}
.pb-s {
	padding-bottom: 1rem !important;
}
.pb-m {
	padding-bottom: 1.5rem !important;
}
.pb-l {
	padding-bottom: 2rem !important;
}
.pb-xl {
	padding-bottom: 3rem !important;
}
.pb-xxl {
	padding-bottom: 4rem !important;
}
.pb-xxxl {
	padding-bottom: 5rem !important;
}
.pt-none {
	padding-top: 0 !important;
}
.pt-xs {
	padding-top: 0.5rem !important;
}
.pt-s {
	padding-top: 1rem !important;
}
.pt-m {
	padding-top: 1.5rem !important;
}
.pt-l {
	padding-top: 2rem !important;
}
.pt-xl {
	padding-top: 3rem !important;
}
.pt-xxl {
	padding-top: 4rem !important;
}
.pl-none {
	padding-left: 1rem !important;
}
.pl-xs {
	padding-left: 0.5rem !important;
}
.pl-s {
	padding-left: 1rem !important;
}
.pl-m {
	padding-left: 1.5rem !important;
}
.pl-l {
	padding-left: 2rem !important;
}
.pl-xl {
	padding-left: 3rem !important;
}
.pr-none {
	padding-right: 0 !important;
}
.pr-xs {
	padding-right: 0.5rem !important;
}
.pr-s {
	padding-right: 1rem !important;
}
.pr-m {
	padding-right: 1.5rem !important;
}
.pr-l {
	padding-right: 2rem !important;
}
.pr-xl {
	padding-right: 3rem !important;
}
.lineheight-s {
	line-height: 1.3;
}
.lineheight-m {
	line-height: 1.5;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.vtop {
	vertical-align: top;
}
.txt-indent {
	text-indent: -1em;
	padding-left: 1em;
}
/* ----------------------------------------------------------------
	header
-----------------------------------------------------------------*/
header {
	position: absolute;
	top: 0;
	background: transparent;
	z-index: 100;
	width: 100%;
	animation: FadeIn 3s ease 0.5s 1 normal backwards;
}

header .inner {
	max-width: 1100px;
	height: 80px;
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

header .logo,
header.fixed .logo {
	width: 240px;
}
header .logo svg,
header.fixed .logo svg {
	width: 100%;
}

#global-nav {
	flex: 1;
}

#global-nav ul {
	display: flex;
	justify-content: flex-end;
}

#global-nav ul li {
	position: relative;
	display: flex;
	text-align: center;
	cursor: pointer;
}

#global-nav ul li:hover {
	background-color: var(--color-white);
}
#global-nav ul li span {
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 0.75rem;
	font-weight: 300;
}

#global-nav ul li i,
footer nav li i {
	color: var(--color-lightgray);
	font-size: 18px;
}

#global-nav ul li a {
	height: 80px;
	font-weight: 600;
	text-decoration: none !important;
	line-height: 1.8;
	color: var(--color-black);
	padding: 1rem 1.5rem;
}
#global-nav ul li:hover a {
	color: var(--color-base);
}
#global-nav ul li.parent ul {
	display: flex;
	flex-direction: column;
	z-index: 200;
	position: absolute;
	top: 76px;
	left: 0;
	background-color: var(--color-white);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
#global-nav ul li.parent:hover ul {
	visibility: visible;
	opacity: 1;
}
#global-nav ul li.parent ul li {
	width: 260px;
	text-align: left;
	border-bottom: var(--color-lightgray) solid 1px;
}
#global-nav ul li.parent ul li i {
	color: var(--color-theme);
	position: absolute;
	top: 0.7rem;
	left: 1rem;
}
#global-nav ul li.parent ul li a {
	position: relative;
	color: var(--color-black);
	line-height: 1;
	width: 100%;
	padding: 0.8rem 1rem 1rem 2rem;
}
#global-nav ul li.parent ul li a:hover {
	color: var(--color-base);
	background: var(--color-xlightgray);
}
/* Fixed */
.is-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
header.fixed {
	background: rgba(255, 255, 255, 1);
	position: fixed;
	animation-name: fadedown;
	animation-duration: 1s;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@keyframes fadedown {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

header.fixed #global-nav ul li:hover {
	background-color: var(--color-xlightgray);
}
header.fixed #global-nav ul li a {
	color: var(--color-black);
	text-decoration: none !important;
}
header #global-nav ul li a small,
header.fixed #global-nav ul li a small {
	font-size: 0.752rem;
}

header.fixed #global-nav ul li:hover,
header.fixed #global-nav ul li a:hover {
	color: var(--color-base);
	text-decoration: none !important;
	background: var(--color-lightgray);
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 1.5em;
	top: 16px;
	width: 30px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--color-base);
	left: 0;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}
header.open #nav-toggle span {
	background: var(--color-black);
}
header.fixed #nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--color-black);
	left: 0;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}
/* ----------------------------------------------------------------
	992以下
-----------------------------------------------------------------*/
@media screen and (max-width: 992px) {
	body.fixed {
		height: 100%;
		overflow: hidden;
	}
	.btn {
		width: 260px;
		font-size: 1.1em;
		padding: 0.7em 0.5em;
	}

	header {
		height: 60px;
	}

	header.open {
		height: 100vh;
		background: rgba(255, 255, 255, 1);
		transition: 0.5s;
	}

	header,
	.inner {
		width: 100%;
		padding: 0;
	}

	header {
		top: 0;
		position: fixed;
		margin-top: 0;
		transition: 0.5s ease-out;
	}
	header .inner {
		height: 60px;
	}

	/* Fixed reset */
	header.fixed {
		padding-top: 0;
		/*background: transparent;*/
	}

	header .logo,
	header.fixed .logo {
		width: 260px;
	}

	#mobile-head {
		background: var(--color-white);
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}

	header.fixed .logo,
	header .logo {
		padding-left: 0.5rem;
	}
	#global-nav {
		position: absolute;
		top: -700px;
		left: 0;
		width: 100%;
		padding: 100px 0 10px;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		z-index: -10;
	}

	#global-nav ul {
		width: 300px;
		list-style: none;
		position: relative;
		margin: 0 auto;
		flex-direction: column;
	}

	#global-nav ul li {
		text-align: center;
		border-bottom: var(--color-lightgray) solid 1px;
		font-size: 1.125rem;
	}
	#header.fixed #global-nav ul li:hover {
		color: var(--color-black);
	}
	#global-nav ul li img {
		width: 200px;
	}

	#global-nav ul li:last-child {
		margin-bottom: 1.5rem;
	}

	#global-nav ul li:after {
		display: none;
	}
	#global-nav ul li.parent {
		position: relative;
		flex-direction: column;
		border-top: var(--color-lightgray) solid 1px;
	}

	#global-nav ul li.parent::before {
		content: "";
		position: absolute;
		right: 15px;
		top: 28px;
		width: 8px;
		height: 8px;
		border-top: 2px solid var(--color-base);
		border-right: 2px solid var(--color-base);
		transform: rotate(135deg);
		z-index: 1;
	}
	#global-nav ul li.parent.active::before {
		transform: rotate(-45deg);
	}
	#global-nav ul li.parent ul {
		position: relative;
		background-color: var(--color-white);
		top: 0;
	}
	#global-nav ul li.parent ul {
		visibility: visible;
		opacity: 1;
		border-bottom: none;
		display: none;
		transition: none;
	}
	#global-nav ul li.parent ul li {
		width: 100%;
		margin-bottom: 0;
		border: none;
	}
	header #global-nav ul li a,
	header.fixed #global-nav ul li a {
		color: var(--color-black);
		width: 100%;
		padding: 0.8rem 0.8rem;
		display: block;
	}

	#nav-toggle {
		display: block;
	}
	#global-nav ul li a:hover,
	#global-nav ul li:hover {
		color: var(--color-black);
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(700px);
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		overscroll-behavior-y: contain;
		overflow-y: auto;
		height: 100vh;
	}
}
/* ----------------------------------------------------------------
	Common
-----------------------------------------------------------------*/
section {
	position: relative;
	padding: 3rem 1rem;
	max-width: 1100px;
	margin: 0 auto;
}
.mainv {
	position: relative;
	max-width: 1100px;
	height: clamp(15rem, 7.241rem + 33.103vw, 30rem);
	margin: 80px auto 1.5rem;
}
.mainv img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: fadeIn 4s forwards;
	z-index: 0;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.mainv h1 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5;
	padding: 4rem 0 0 4rem;
	animation: slideinLeft 5s forwards;
	z-index: 1;
}
@keyframes slideinLeft {
	0% {
		opacity: 0;
	}
	15% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.main--copy {
	color: var(--color-white);
	line-height: 1.2;
	font-size: clamp(1.5rem, 0.147rem + 5.241vw, 3.75rem);
	font-optical-sizing: auto;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	letter-spacing: 0.02rem;
}
.h-bg-sub {
	color: var(--color-white);
	line-height: 1.2;
	font-size: clamp(3rem, 0.359rem + 5.297vw, 4rem);
	font-optical-sizing: auto;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	letter-spacing: 0.02rem;
	margin: 0;
}
.line--animation span {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.line--animation.aos-animate span::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background: var(--color-black);
	animation: borderBg 1.4s cubic-bezier(1, 0, 0, 1) forwards;
}
span.title--sub {
	font-weight: 700;
	font-size: clamp(1.25rem, 0.862rem + 1.655vw, 2rem);
}
span.title--sub small {
	font-size: 1.2rem;
}
@keyframes borderTxt {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}
@keyframes borderBg {
	0% {
		left: -100%;
	}

	30% {
		left: 0;
	}

	70% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

@media (max-width: 992px) {
	.mainv {
		margin: 60px auto 1.5rem;
	}
}
@media (max-width: 600px) {
	section {
		padding: 30px 1rem 1rem;
	}
	.mainv h1 {
		text-align: center;
		padding: 5.5rem 0 0;
	}
	.h-bg-sub {
		left: clamp(1.875rem, 0.259rem + 6.897vw, 5rem);
	}
	.h-bg-sub small {
		display: block;
		font-size: 1rem;
	}
}
.services--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	text-align: center;
}

.services__content {
	width: 50%;
	background: rgba(22, 22, 22, 0.08);
	position: relative;
	padding: 0.8rem 1.5rem 0;
}

.services__title {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	padding-bottom: 0.5rem;
	border-bottom: var(--color-base) solid 2px;
}
.services__description {
	text-align: left;
	margin-bottom: 1.5rem;
}

.works--title {
	font-weight: 700;
	padding: 0.5rem 0 0.5rem 1rem;
	margin: 0;
	border-top: var(--color-lightgray) solid 1px;
	border-left: solid 5px var(--color-base);
	background: rgba(255, 255, 255, 0.65);
}
#works dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
	padding: 0 0 1rem;
	background: rgba(255, 255, 255, 0.65);
}
#works dt {
	width: 25%;
	padding: 1.5rem 1.5rem 0 1rem;
}
#works dd {
	width: 75%;
}
.works--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}
.works__content {
	width: 50%;
}
p.works__description {
	margin: 0 1rem 0 0;
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
#company dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 3rem;
}
#company dt {
	flex-basis: 20%;
	padding: 20px;
	font-weight: 600;
	background: rgba(22, 22, 22, 0.08);
	border-bottom: 1px solid var(--color-gray);
}
#company dd {
	flex-basis: 80%;
	padding: 20px;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid var(--color-gray);
}

@media (max-width: 992px) {
	.services {
		margin-bottom: 80px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}
	.services--wrap {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
	.services__content {
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	#works dl {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#works dt {
		width: 100%;
	}
	#works dt img {
		max-width: 240px;
		margin: 0 auto 1.5rem;
	}
	#works dd {
		width: 100%;
	}
	.works--wrap {
		flex-direction: column;
	}
	.works__content {
		width: 100%;
	}
	p.works__description {
		margin: 0 1.5rem;
	}
}
@media screen and (max-width: 559px) {
	#company dl {
		flex-flow: column;
	}
	img.kspeed {
		width: 190px;
	}
}
/* ----------------------------------------------------------------
	Go top
-----------------------------------------------------------------*/
#page_top {
	width: 55px;
	height: 55px;
	position: fixed;
	right: 0;
	bottom: -60px;
	background: var(--color-black);
	opacity: 0.6;
}
#page_top a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	text-decoration: none;
}
/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
footer {
	display: flex;
	flex-direction: column;
	background: var(--color-black);
	padding: 30px 3% 10px;
	border-top: var(--color-base) solid 6px;
	position: relative;
}
footer a {
	color: var(--color-white);
	text-decoration: none;
}
footer a:hover {
	color: var(--color-white);
}
footer .logo {
	display: flex;
	justify-content: center;
}
footer .logo img {
	width: 280px;
}
footer .logo a {
	display: inline-block;
}
footer .partner {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
}
footer .partner img {
	width: 220px;
	margin-right: 2rem;
}
footer p.copyright {
	width: 100%;
	font-family: Merriweather Sans;
	font-size: 0.688rem;
	text-align: center;
	margin: 30px 0 20px;
	color: var(--color-white);
}
@media (max-width: 599px) {
	.d-none {
		display: none;
	}
}
@media (max-width: 992px) {
	footer nav ul {
		justify-content: flex-end;
	}
}
@media (max-width: 768px) {
	footer {
		flex-direction: column;
	}
	footer .logo svg {
		margin: 0 auto 1.5rem;
	}

	footer nav {
		margin: 0 0 1.5rem;
	}

	footer nav ul {
		margin: 0;
		padding: 0;
		justify-content: space-evenly;
	}

	footer nav li {
		font-size: 0.9em;
	}
}
