@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,300,400,500,600,700,800,900|Roboto:100,300,400,500,700,900&display=swap");

/* =============================================
BLUEPOWER Corporation Style Sheet
First Update 2025-10-14
Last  Update 2025-10-14
Created by Basic Plus Design Inc.
============================================= */

/* ---------------------------------------------
	Fonts
--------------------------------------------- */

/* NotoSansJP */

@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 200;
	src: url("./fonts/NotoSansJP-ExtraLight") format("ttf");
}

@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 300;
	src: url("./fonts/NotoSansJP-Light") format("ttf");
}

@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/NotoSansJP-Regular") format("ttf");
}

@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 500;
	src: url("./fonts/NotoSansJP-Medium") format("ttf");
}

@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 600;
	src: url("./fonts/NotoSansJP-SemiBold") format("ttf");
}

@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 700;
	src: url("./fonts/NotoSansJP-Bold") format("ttf");
}

@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 800;
	src: url("./fonts/NotoSansJP-ExtraBold") format("ttf");
}

@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 900;
	src: url("./fonts/NotoSansJP-Black") format("ttf");
}

/* Roboto */

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	src: url("./fonts/Roboto-Thin") format("ttf");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url("./fonts/Roboto-Light") format("ttf");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/Roboto-Regular") format("ttf");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url("./fonts/Roboto-Medium") format("ttf");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url("./fonts/Roboto-Bold") format("ttf");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	src: url("./fonts/Roboto-Black") format("ttf");
}

/* =============================================
#  Reboot
   normalize | MIT License
============================================= */

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

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	line-height: 1.15;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	background-color: #fff;
	color: #0d0d0d;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 15;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0;
	line-height: 2;
	margin: 0;
	text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1em;
	margin-top: 0;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
	border-bottom: 0;
	cursor: help;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
}

ol,
ul,
dl {
	margin-bottom: 1rem;
	margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 400;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: 900;
}

small {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

sub,
sup {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	background-color: transparent;
	color: #0d0d0d;
	text-decoration: none;
}

.mouse a:hover {
	color: #163259;
	text-decoration: none;
}

.mouse a:focus {
	color: #163259;
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

.mouse a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

.touch a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	font-size: 15px;
	font-size: 1.5rem;
}

pre {
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	border-style: none;
	vertical-align: middle;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

label {
	display: inline-block;
	margin-bottom: 0;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	appearance: listbox;
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

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

legend {
	color: inherit;
	display: block;
	font-size: 23px;
	font-size: 2.3rem;
	line-height: inherit;
	margin-bottom: 0.5rem;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%;
}

progress {
	vertical-align: baseline;
}

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

[type="search"] {
	appearance: none;
	-webkit-appearance: none;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

::-moz-selection {
	background-color: rgba(22, 50, 89, 0.4);
}

::selection {
	background-color: rgba(22, 50, 89, 0.4);
}

/* =============================================
#  Foundation
============================================= */

/* ---------------------------------------------
	Base
--------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	width: 100%;
}

html {
	font-size: 62.5%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	-moz-osx-font-smoothing: antialiased;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #0d0d0d;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-size: 15;
	font-smooth: antialiased;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
	text-size-adjust: 100%;
}

body.fixed {
	position: fixed;
	width: 100%;
}

a,
p,
ul,
ol,
dl {
	font-size: calc(12px + 3 * (100vw - 320px) / 960);
}

p {
	margin-bottom: 1.8em;
}

p span {
	display: inline-block;
}

ul,
ol,
dl {
	padding-left: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: 400;
}

header,
footer,
main {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	will-change: transform;
}

a {
	cursor: pointer;
	display: block;
	font-weight: 400;
	outline: none;
	-webkit-transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

a:hover,
a:focus {
	opacity: 0.8;
}

p a {
	color: #0d0d0d;
	display: inline-block;
}

p a:hover,
p a:focus {
	text-decoration: none;
}

div > img {
	display: block;
}

* > img {
	height: auto;
	max-width: 100%;
	outline: none;
	vertical-align: middle;
	width: 100%;
}

img[src$=".svg"],
object[src$=".svg"] {
	/* IE対応 */
	height: auto;
	max-width: 100%;
	width: 100%;
}

a img {
	outline: none;
}

hr {
	border: 0;
	border-top: 1px solid #0d0d0d;
	margin: 3em 0;
}

strong {
	font-size: 130%;
	font-weight: 700;
}

table {
	border-spacing: 0;
	width: 100%;
}

td,
th {
	padding: 0;
	text-align: left;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
	margin: 3px 0.5em;
}

label {
	cursor: pointer;
}

section {
	margin: 0;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

/* =============================================
#  Layout
============================================= */

/* ---------------------------------------------
	Main
--------------------------------------------- */

.p-top .l-wrapper {
	background-color: #e9ebee;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 0 80px !important;
	text-align: center;
}

.p-top .l-wrapper main {
	background-color: #e9ebee;
	min-height: 600px;
	position: relative;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 0;
}

.p-top_comingsoon {
	background-image: url("../images/comingsoon/comingsoon_s.png");
	background-position: top 20px center;
	background-repeat: no-repeat;
	background-size: 120% auto;
	z-index: 100;
}

#top-comingsoon .l-container .c-logo {
	background: #fff;
	height: 100px;
	margin: auto;
	padding: 20px 20px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

#top-comingsoon .l-container .c-logo img {
	margin: auto;
	max-width: 200px;
}

#top-comingsoon h2.c-head__page {
	display: inline-block;
	margin: 140vw 0 30px;
	letter-spacing: 0.15em;
	padding-bottom: 14px;
}

#top-comingsoon h2.c-head__page span {
	color: #163259;
	display: block;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	margin: auto;
	text-align: center !important;
	transform: scale(120%, 100%);
	width: 6em;
}

#top-comingsoon h2.c-head__page span:nth-of-type(2):before {
	background-color: #163259;
	bottom: -15px;
	content: "";
	display: inline-block;
	height: 2.5px;
	left: 48%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.3em;
}

#top-comingsoon .p-top_comingsoon p {
	text-align: center;
}

#top-comingsoon .p-top_comingsoon p:nth-of-type(1) {
	font-size: 14px !important;
}

#top-comingsoon .p-top_comingsoon p:nth-of-type(2) {
	font-size: 18px !important;
	font-weight: 900 !important;
	transform: scale(120%, 100%);
}

#top-comingsoon .security-contractor {
	margin: auto;
}

#top-comingsoon .security-contractor h2 {
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
}

#top-comingsoon .security-contractor dl {
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: auto;
	width: 80%;
}

#top-comingsoon .security-contractor dt {
	border-top: 1px solid #000;
	font-weight: 600;
	line-height: 2;
	padding: 0.5em 0 0;
}

#top-comingsoon .security-contractor dd {
	border-top: 1px solid #fff;
	padding: 0.25em 0;
}

#top-comingsoon .security-contractor dd:last-of-type {
	border-bottom: 1px solid #000;
}

@media screen and (min-width: 480px) {
	.p-top_comingsoon {
		background-position: top center;
		background-size: 100% auto;
		z-index: 100;
	}

	#top-comingsoon h2.c-head__page {
		display: inline-block;
		margin: 105vw 0 10vw;
		letter-spacing: 0.15em;
		padding-bottom: 14px;
	}
}

@media screen and (min-width: 600px) {
	#top-comingsoon .security-contractor dl {
		border: 1px solid #000;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}

	#top-comingsoon .security-contractor dt {
		border-right: 1px solid #000;
		border-top: 0 !important;
		width: 12em;
	}

	#top-comingsoon .security-contractor dd {
		width: calc(100% - 12em);
	}

	#top-comingsoon .security-contractor dt,
	#top-comingsoon .security-contractor dd {
		border-bottom: 1px solid #000;
		height: 3em;
		margin-bottom: 0;
		line-height: 2.25;
		padding-left: 1em !important;
		text-align: left;
	}

	#top-comingsoon .security-contractor dt:last-of-type,
	#top-comingsoon .security-contractor dd:last-of-type {
		border-bottom: 0;
	}
}

@media screen and (min-width: 767px) {
	.p-top .l-wrapper {
		height: auto;
		padding: 0 0 0 40px !important;
		text-align: left;
	}

	#top-comingsoon .l-container .c-logo {
		background: transparent;
	}

	#top-comingsoon .l-container .c-logo img {
		margin: 50px auto 100px -10px;
	}

	.p-top_comingsoon {
		background-image: url("../images/comingsoon/comingsoon.png");
		background-position: top -12vw left 36vw;
		background-size: 70vw auto;
		z-index: 100;
	}

	#top-comingsoon h2.c-head__page {
		left: 0;
		letter-spacing: 0.15em;
		margin: 30vw 0 10vw;
		padding-bottom: 14px;
		position: relative;
		top: 0;
	}

	#top-comingsoon h2.c-head__page span {
		font-size: 40px;
		padding-left: 0.5em;
		text-align: left !important;
	}

	#top-comingsoon h2.c-head__page span:nth-of-type(2):before {
		left: 0.7em;
		position: absolute;
		width: 1.3em;
	}

	#top-comingsoon p {
		margin-top: -2em;
		text-align: left;
	}

	#top-comingsoon .security-contractor {
		margin-left: 0;
	}

	#top-comingsoon .security-contractor h2 {
		font-weight: 900;
		letter-spacing: 0.1em;
		text-align: center;
		max-width: 500px;
	}

	#top-comingsoon .security-contractor dl {
		margin-left: 0 !important;
		margin-bottom: 100px;
		margin-top: -1em;
		max-width: 500px;
	}

	#top-comingsoon .security-contractor dt,
	#top-comingsoon .security-contractor dd {
		font-size: 14px !important;
	}
}

@media screen and (min-width: 1000px) {
	.p-top_comingsoon {
		background-position: top -14vw left 36vw;
		background-size: 70vw auto;
		z-index: 100;
	}

	#top-comingsoon h2.c-head__page {
		left: 0;
		letter-spacing: 0.15em;
		margin: 250px 0 100px;
		padding-bottom: 14px;
		position: relative;
		top: 0;
	}

	#top-comingsoon h2.c-head__page span {
		font-size: 50px;
	}

	#top-comingsoon h2.c-head__page span:nth-of-type(2):before {
		bottom: -30px;
		content: "";
		display: inline-block;
		height: 3.5px;
		left: 40px;
		position: absolute;
		width: 2em;
	}

	#top-comingsoon p:nth-of-type(1) {
		padding-top: 0 !important;
	}

	#top-comingsoon p:nth-of-type(2) {
		margin-top: 0;
	}
}

@media screen and (min-width: 1280px) {
	.p-top .l-wrapper {
		margin: auto;
		max-width: 1480px;
		width: 100vw;
	}

	.p-top_comingsoon {
		background-position: top -130px left 560px;
		background-size: 800px auto;
		z-index: 100;
	}

	.c-logo .logo {
		max-width: 300px !important;
	}

	#top-comingsoon h2.c-head__page {
		left: 0;
		letter-spacing: 0.15em;
		padding-bottom: 14px;
		position: relative;
		top: 10px;
	}

	#top-comingsoon p:nth-of-type(1) {
		margin-top: 2em;
	}
}
