/*!
Theme Name: STEP Theme 2025.7
Author: STEP Inc.
Author URI: http://www.step-cr.com/
Description: 2025.7.30作成「STEP Inc.」用のテーマ。
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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 {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

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

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	/*	margin-bottom: 1.5em;*/
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}*/

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #000;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}















/*--------------------------------------------- 

Original CSS

--------------------------------------------- */
#wrapper {
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}






/* HEADER 
--------------------------------------------- */
header {
	width: 96%;
	position: fixed;
	top: 15px;
	left: 1%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
}

header h1 {
	margin: 0;
	margin-left: 2%;
	color: #FFFFFF;
	font-size: 1.5rem;
	letter-spacing: 0.3rem;
	font-weight: normal;;
}

header h1 a {
	display: block;
	width: 230px;
	height: auto;
	line-height: 0;
	color: #FFFFFF;
	text-decoration: none;
}

header h1 a:visited {
	color: #FFFFFF;
}

nav {
	width: auto;
}

nav ul {
	width: 95%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
	flex-direction: row;
	white-space: nowrap;
}

nav ul li + li{
	margin-left: 2rem;
}

nav ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF !important;
}


/* ライン処理 */
nav#global ul li a {
	position: relative;
}

nav#global ul li.current a,
nav#global ul li a:hover {
	color: #FFFFFF !important;
}

nav#global ul li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0%;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}

nav#global ul li.current a::after,
nav#global ul li a:hover::after {
	transform: scale(1, 1);
}

@media screen and (max-width: 959px) {
	nav#global {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #FFFFFF;
		display: block;
	}

	header h1 {
		margin-top: 9px;
		margin-left: 9px;
	}

	header h1 a {
		display: block;
		width: 230px;
		height: auto;
		line-height: 0;
	}
}




/*--------------------------------------------------

     SP GLOBAL NAV (COMMON)
	 
---------------------------------------------------*/
.drawer_menu {
	display: none;
}

.drawer_menu .drawer_button {
	color: #FFFFFF;
	display: none;
}

.drawer_menu .drawer_button .drawer_bar {
	background-color: #FFFFFF;
}



@media screen and (max-width: 959px) {
	.drawer_menu {
		display: block;
	}

	.drawer_menu .drawer_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(51, 51, 51, 0);
		display: none;
		top: 0;
		left: 0;
	}

	.drawer_menu .drawer_button {
		display: block;
		background-color: #459B81;
		color: #FFFFFF;
		border: none;
		width: 50px;
		height: 50px;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 1001;
		text-align: center;
		outline: none;
	}

	.drawer_menu .drawer_bar {
		display: block;
		width: 30px;
		height: 1px;
		transition: all 0.2s;
		transform-origin: center;
		position: absolute;
		left: 10px;
	}

	.drawer_menu .drawer_button.active .drawer_bar {
		/*width: 28px;*/
	}

	.drawer_menu .drawer_button .drawer_bar1 {
		top: 13px;
	}

	.drawer_menu .drawer_button .drawer_bar2 {
		top: 24px;
	}

	.drawer_menu .drawer_button .drawer_bar3 {
		opacity: 0;
		top: 24px;
	}

	.drawer_menu .drawer_button .drawer_bar4 {
		top: 35px;
	}

	.drawer_menu .drawer_button.active .drawer_bar1 {
		opacity: 0;
	}

	.drawer_menu .drawer_button.active .drawer_bar2 {
		transform: rotate(137deg);
	}

	.drawer_menu .drawer_button.active .drawer_bar3 {
		opacity: 1;
		transform: rotate(-137deg);
	}

	.drawer_menu .drawer_button.active .drawer_bar4 {
		opacity: 0;
	}

	.drawer_menu .drawer_button.active .drawer_menu_text {
		display: none;
	}

	.drawer_menu .drawer_button.active .drawer_close {
		display: block;
	}

	.drawer_menu .drawer_text {
		text-align: center;
		font-size: 10px;
	}

	.drawer_menu .drawer_close {
		letter-spacing: 0.08em;
		display: none;
	}

	.drawer_menu .drawer_menu_text {
		display: block;
	}

	.drawer_menu .drawer_nav_wrapper {
		/*width: 300px;*/
		width: 100vw;
		height: 100%;
		transition: all 0.2s;
		transform: translate(100vw);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		background-color: #FFFFFF;
		overflow-x: hidden;
		overflow-y: auto;
		margin-top: 50px;
		border-top: 3px #459B81 solid;
	}

	/*Recruit*/
	.drawer_menu.recruit .drawer_nav_wrapper {
		background-color: #009FD2;
	}

	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		/*margin-top: 50px;*/
		border-top: 2px #FFFFFF solid;
		width: 90%;
		margin: 0 auto;
	}

	.drawer_menu .drawer_nav li {
		height: auto;
		line-height: 50px;
		position: relative;
		border-bottom: 1px solid #459B81;
		background: url("images/arrow_green.svg") no-repeat 95% center;
	}

	.drawer_menu .drawer_nav li.contact {
		background-color: #004D97;
	}

	/*Recruit*/
	.drawer_menu .drawer_nav li.entry {
		background-color: #FF8F00;
	}

	.drawer_menu .drawer_nav li.official {
		background-color: #004D8B;
	}

	.drawer_menu .drawer_nav li a {
		color: #FFFFFF;
		display: block;
		text-align: left;
		padding-left: 5%;
		background: url("../images/common/link-arrow_w.svg") no-repeat 95% center;
	}

	.drawer_menu .drawer_nav li.eng a {
		background: none;
	}

	.drawer_menu .drawer_nav li a:hover {
		text-decoration: none;
	}


	/* 2階層目 */
	.drawer_menu .drawer_nav li ul.second-level {
		display: none;
		position: relative;
		padding: 0;
		z-index: 1001;
	}

	.drawer_menu .drawer_nav li ul.second-level li a {
		padding-left: 40px;
		background-color: #008dc7;
	}

	.drawer_menu .drawer_nav li ul.second-level li+li {
		border-bottom: none;
	}

	.drawer_menu .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.drawer_menu.left .drawer_button {
		right: auto;
		left: 32px;
	}

	.drawer_menu.left .drawer_nav_wrapper {
		transform: translate(-250px);
		right: auto;
		left: 0;
	}

	.drawer_menu.left .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.touch-btn {
		color: #555;
		position: absolute;
		top: .25rem;
		right: 0;
		display: block;
		z-index: 10;
		width: 100%;
		height: 50px;
		text-align: center;
		vertical-align: middle;
	}

	/*矢印*/
	span.arrow {
		display: block;
		position: absolute;
		top: 0;
		right: 5%;
	}

	span.arrow::after {
		content: "\276F";
		color: #FFFFFF;
		font-size: 16px;
	}

	.rotate {
		transform: rotate(90deg);
		transition: all .35s;
	}
}





/* 共通
--------------------------------------------- */
@media screen and (max-width: 768px) {
	.spNoDisplay {
		display: block;
	}
}

@media screen and (min-width: 769px) {
	.pcNoDisplay {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.spNoDisplay {
		display: none !important;
	}
}


html,
body {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: auto;
	/* height: autoに */
	overflow-x: hidden;
	/* 横スクロールだけ防止 */
	background: #000000;
	position: relative;
	color: white;
	font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 3rem;
}

p {
	line-height: 2rem;
}

#first-view {
	width: 100vw;
	height: 100vh;
	overflow: visible;
	position: relative;
}

#about-section,
#service-section,
#contact-section {
	height: auto;
	color: white;
	position: relative;
	overflow: hidden;
}

.inner-container {
	width: 90vw;
	height: auto;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

svg#svgRoot {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 39%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

line.edge {
	stroke: white;
	stroke-width: 0.5;
	stroke-linecap: round;
}

polygon#diamond-fill {
	fill: white;
	opacity: 0;
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}

/* 外部SVGコンテナスタイル */
/* メインコピー */
.svgCopy {
	position: absolute;
	bottom: 6%;
	left: 6%;
	height: auto;
	z-index: 20;
	pointer-events: none;
	width: 35vw;
	max-width: 450px;
}

/* 外部SVGのパススタイル初期化（アニメ用） */
.svgCopy path[id^="jp-char"] {
	stroke: white;
	stroke-width: 0.5;
	/*fill: none;*/
}

.svgCopy svg {
	width: 100%;
	height: auto;
	display: block;
	/* ブラウザの余白除去 */
}



.noto-serif-jp {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}




/* Aboutコピー */
.svgCopy.about {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	height: auto;
	z-index: 20;
	pointer-events: none;
	width: 30vw;
	max-width: 400px;
}

/* Serviceコピー */
.svgCopy.service {
	position: absolute;
	top: 5vh;
	left: 0;
	height: auto;
	z-index: 20;
	pointer-events: none;
	width: 18vw;
	max-width: 250px;
}

/* Contactコピー */
.svgCopy.contact {
	position: absolute;
	top: 5vh;
	left: 0;
	height: auto;
	z-index: 20;
	pointer-events: none;
	width: 18vw;
	max-width: 250px;
}




/*　ページトップへ　*/
.pagetop{
	width:60px;
	height:60px;
	background-color:#459B81;
	text-align:center;
	position:absolute;
	top: -60px;
	right:0;
	z-index: 1;
}

.pagetop a{
	width: 60px;
    height: 60px;
    display: block;
    background: url(images/arrow_white_up.svg) no-repeat center center;
    text-decoration: none;
    background-size: 35%;
}

.pagetop a span{
	display:none;
}

.pagetop a:hover{
	color:#BEBEBE;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}




/*----------------------------------------

  Scroll Line

----------------------------------------*/
section.line-section {
	/*position: absolute;*/
	height: auto;
}

svg.diagonal-line {
	/*position: absolute;
  top: 0;
  left: 0;*/
	width: 100vw;
	height: 200px;
	/* ここで高さを調整 */
	pointer-events: none;
	overflow: visible;
}

@media screen and (max-width: 768px) {
	/*　ページトップへ　*/
.pagetop{
	width:100%;
	height:auto;
	position:relative;
	bottom: 0;
}

.pagetop a{
	width: 100%;
    height: auto;
    padding: 10px 0;
    background: url(images/arrow_white_up.svg) no-repeat 33% center;
    background-size: auto;
    color: #FFFFFF;
}

.pagetop a span{
	display:block;
}
}



/*----------------------------------------

  About Us

----------------------------------------*/
.about-cont {
	padding-top: 10vh;
	padding-bottom: 8vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.about-cont h2 {
	text-align: right;
	font-size: 34px;
	margin-bottom: 1.5rem;
}

.about-cont p {
	width: 60vw;
	text-align: right;
	margin-bottom: 3rem;
	color: #ccc;
}

.about-cont table {
	width: 40vw;
	border-spacing: 10px;
	font-size: 14px;
}

.about-cont table th,
.about-cont table td {
	padding: 5px;
}

.about-cont table th {
	width: 10vw;
	text-align: left;
	font-weight: normal;
	border-right: 1px #FFF solid;
}

.about-cont table td {
	color: #ccc;
}

.about-cont table ul{
	margin: 0;
}

.about-cont table ul li {
	list-style: disc;
	margin-left: -1rem;
}

/* 背景動画 */
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
	filter: grayscale(100%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(to bottom,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,0.75) 10%,
      rgba(0,0,0,0.5) 70%,
      rgba(0,0,0,1) 100%
  );
}



/*----------------------------------------

  Services

----------------------------------------*/
.service-cont {
	padding-top: 15vh;
	padding-bottom: 15vh;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.service-cont .text {
	width: 30%;
}

.service-cont .cont {
	width: 60%;
	/* transform: perspective(1000px) rotateY(-10deg) translateX(-35px) scale(1);
	transform-origin: center center; */
}

.service-cont .cont .box {
	width: 100%;
}

.service-cont .cont .box h3 {
	font-size: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5rem;
}

.service-cont .cont .box h4 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	margin-bottom: 0.5rem;
}

.service-cont .cont .box+div {
	margin-top: 60px;
}

.gradient-text {
	background: linear-gradient(184deg, #ff6699, #33ccff);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.service-cont h2 {
	font-size: 34px;
	margin-bottom: 1.5rem;
}

.service-cont p {
	color: #ccc;
}

/* スライダー動画 */
.slider-video {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 6px;
	cursor: pointer;
}

/* 3D制作画像 */
.robot-ss {
  width: 100%;
  /* aspect-ratio: 16 / 9;
  overflow: hidden; */
	margin-top: 50px;;
}

.robot-ss img {
  width: 60%;
  height: auto;
  object-fit: cover;
	display: block;
	margin: 0 auto;
}

/* 球状ワイヤー */
#sphereContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 0;
}



/*----------------------------------------

  Contact

----------------------------------------*/
.contact-cont {
	padding-top: 10vh;
	padding-bottom: 10vh;
	min-height: 50vh;
	width: 100%;
}

.contact-cont p {
	text-align: center;
	margin: 60px 0 30px 0;
	color: #ccc;
}

.contact-cont a {
	display: flex;
	margin: 0 auto;
	width: 40vw;
	height: 100px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-radius: 9999px;
	justify-content: center;
	align-items: center;
	opacity: 0.65;
	transition: 0.5s;
}

.contact-cont a:hover {
	opacity: 1;
}





/* カルーセル */
.carousel {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: transparent;
	/* transform: perspective(1000px) rotateY(-10deg) translateX(-35px) scale(1);
	transform-origin: center center; */
	padding: 10px 0;
}


.carousel-inner {
	display: flex;
	transition: transform 0.4s ease;
	gap: 16px;
	transform-style: preserve-3d;
	perspective: 1000px;
	/* 視点距離 */
}

.carousel-item {
	flex: 0 0 90%;
	/* 画像の幅：全体の70%（残り30%に次の画像1/3が見える） */
	aspect-ratio: 16 / 9;
	border-radius: 6px;
	/*overflow: hidden;*/
	position: relative;
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.fade-overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 100%;
	background: linear-gradient(to left, black, rgba(0, 0, 0, 0));
	pointer-events: none;
	z-index: 5;
}

.caption {
	/*padding: 12px 16px;*/
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}

.arrow-btn {
	position: absolute;
	top: 42.5%;
	transform: translateY(-42.5%);
	background: rgba(0, 0, 0, 0);
	color: white;
	border: none;
	font-size: 24px;
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 10;
	/* ボタンが前面にくる */
	transition: background 0.3s;
}

.arrow-btn:hover {
	background: rgba(0, 0, 0, 0);
}

#prevBtn {
	left: 10px;
}

#nextBtn {
	right: 10px;
}

.nav-dots {
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

.dot {
	height: 12px;
	width: 12px;
	margin: 0 5px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	transition: background-color 0.3s;
	background-color: #555555;
}

.dot.active {
	background-color: #FFFFFF;
}


.slideshow {
  position: relative;
  width: 100%;
  height: 100%;
	border: 2px #333 solid;
  border-radius: 6px;
}
.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.slide.active {
  opacity: 1;
  z-index: 2;
}





/* お問い合わせフォーム
--------------------------------------------- */
main.contact {
	width: 80%;
	margin: 0 auto;
	padding-top: 10vh;
}

main.contact .title {
	width: 18vw;
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 2rem;
}

main.contact .title svg{
	display: block;
	width: 100%;
	height: auto;
}

main.contact p.main-copy {
	text-align: center;
	margin-bottom: 2rem;
}

main.contact table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}

main.contact table th {
	width: 25%;
	font-weight: normal;
	text-align: left;
	position: relative;
}

main.contact table th,
main.contact table td {
	padding: 20px 0 20px 20px;
}

/*必須*/
main.contact table th>span.need {
	color: #FFFFFF;
	background-color: #FF004D;
	font-size: 12px;
	text-align: center;
	padding: 0.2em 0.5em;
	position: absolute;
	right: 0px;
}

main.contact table select,
main.contact table input[type="text"],
main.contact table input[type="email"],
main.contact textarea {
	padding: 0.4em;
	outline: none;
	/* border: 1px solid #DDD; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	width: 30%;
	color: #FFF;
}

main.contact table select,
main.contact table input[type="email"],
main.contact table input[type="text"],
main.contact textarea {
	width: 95%;
	background-color: #333;
}

main.contact table .tel {
	width: 10% !important;
}

main.contact td.radio-btn label {
	display: block;
}

main.contact td.radio-btn span+span>label {
	margin-top: 10px;
}

main.contact td.radio-btn label input {
	margin-right: 0.5em;
}

::placeholder {
	color: #999999;
}

/*プライバシーポリシー同意*/
main.contact .consent {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

main.contact .consent input {
	transform: scale(1.4);
	margin-right: 0.5em;
}

/*入力内容確認メッセージ（内容を確認してください）*/
main.contact .wpcf7c-elm-step2 {
	font-size: 18px;
	margin-bottom: 30px;
}

/*ボタン*/
main.contact .form-btn {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

main.contact .confirm-btn {
	display: block;
	padding: 15px 150px;
	background: url(images/arrow_green.svg) no-repeat 95% center #FFFFFF;
	border: 1px #459B81 solid;
	cursor: pointer;
	color: #459B81;
}

main.contact .confirm-btn:hover {
	background: url(images/arrow_white.svg) no-repeat 95% center #459B81;
	color: #FFFFFF;
	transition: 0.3s;
}

main.contact input[type="button"]:hover {
	background-color: #666666;
}

main.contact input[type="submit"]:hover {
	background-color: #FF004D;
}

main.contact input[type="button"]+input[type="submit"] {
	margin-left: 20px;
}

main.contact .screen-reader-response {
	display: none;
}

/*送信成功*/
div.wpcf7-mail-sent-ok {
	background: #d5edda;
	color: #185626;
	border: 1px solid #c4e5cc;
	padding: 10px;
	font-size: 18px;
	margin: 0;
	margin-bottom: 20px;
}

/*送信NG -入力内容に問題があります。確認して再度お試しください。*/
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	background: #f7d7da;
	color: #711d26;
	border: 1px solid #f4c6cb;
	padding: 10px
}

.wpcf7-not-valid-tip {
	color: #FF0000;
	display: block;
	margin-top: 5px;
}

/*送信失敗*/
div.wpcf7-mail-sent-ng {
	background: #f7d7da;
	color: #711d26;
	border: 1px solid #f4c6cb;
	padding: 10px
}

/*スパムなどで送信ブロックされた場合*/
div.wpcf7-spam-blocked {
	background: #fff2cf;
	color: #846314;
	border: 1px solid #feedbd;
	padding: 10px
}


@media screen and (max-width: 959px) {
	main.contact {
		width: 90%;
		margin-bottom: 30px;
	}

	main.contact h3 {
		margin-bottom: 5px;
	}

	main.contact p.tell a {
		font-size: 24px;
	}

	/*フォーム*/
	main.contact table th,
	main.contact table td {
		width: 100%;
		display: block;
		padding: 10px;
	}

	main.contact table th {
		padding: 10px 0 5px 0;
	}

	main.contact table td {
		padding: 0px 0 10px 0;
	}

	main.contact input[type="submit"],
	main.contact input[type="button"] {
		width: 100%;
		height: 50px;
		border-radius: 25px;
		font-size: 16px;
	}

	main.contact table select,
	main.contact table input[type="email"],
	main.contact table input[type="text"],
	main.contact textarea {
		width: 100%;
	}


	main.contact table .tel {
		width: 25% !important;
	}

	/*必須*/
	main.contact table th>span.need {
		position: relative;
		margin-left: 2em;
	}

	/*ボタン*/
	main.contact .form-btn {
		width: 100%;
		display: block;
	}

	main.contact .confirm-btn {
		width: 100%;
		padding: 15px 0;
	}

	main.contact button+button {
		margin-top: 15px;
	}
}


/*電話番号 PC時クリック不可*/
@media screen and (min-width: 959px) {
	main.contact p.tell a {
		pointer-events: none;
	}
}



/* 404
--------------------------------------------- */
main.notfound p {
	text-align: center;
	margin-bottom: 100px;
}










/* FOOTER 
--------------------------------------------- */
footer {
	width: 100vw;
	border-top: 1px #333 solid;
}

footer .inner-container {
	margin: 3vh auto;
}

footer .inner-container p {
	font-size: 14px;
	text-align: center;
	color: #C4C4C4;
}

footer .copyright {
	font-size: 12px;
	text-align: center;
	color: #999999;
}


@media screen and (max-width: 768px) {
	footer {
		padding: 15px 0;
		position: relative;
	}

	footer .copyright {}
}
