/*!
Theme Name: aitech
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aitech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aitech is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

:root {
	--fz70: 7.0rem;
	--fz60: 6.0rem;
	--fz48: 4.8rem;
	--fz42: 4.2rem;
	--fz40: 4.0rem;
	--fz35: 3.5rem;
	--fz32: 3.2rem;
	--fz30: 3.0rem;
	--fz29: 2.9rem;
	--fz28: 2.8rem;
	--fz27: 2.7rem;
	--fz26: 2.6rem;
	--fz25: 2.5rem;
	--fz24: 2.4rem;
	--fz23: 2.3rem;
	--fz22: 2.2rem;
	--fz21: 2.1rem;
	--fz20: 2.0rem;
	--fz19: 1.9rem;
	--fz18: 1.8rem;
	--fz17: 1.7rem;
	--fz16: 1.6rem;
	--fz15: 1.5rem;
	--fz14: 1.4rem;
	--fz13: 1.3rem;
	--fz12_5: 1.25rem;
	--fz12: 1.2rem;
	--fz11: 1.1rem;
	--fz10: 1.0rem;
	
	--aitech-blue: #002d8c;
	--aitech-paleblue: #f2f4f9;
	--aitech-darkblue: #001a56;
	
	--swiper-theme-color: #fff !important;
	--swiper-navigation-size: 30px !important;
}

@media (max-width: 768px) {
	:root {
		--fz70: clamp(1rem, 19.0vw, 7.0rem);
		--fz60: clamp(1rem, 17.0vw, 6.0rem);
		--fz48: clamp(1rem, 14.31vw, 4.8rem);
		--fz42: clamp(1rem, 12.31vw, 4.2rem);
		--fz40: clamp(1rem, 11.31vw, 4.0rem);
		--fz35: clamp(1rem, 9.31vw, 3.5rem);
		--fz30: clamp(1rem, 8.54vw, 3.2rem);
		--fz30: clamp(1rem, 7.99vw, 3.0rem);
		--fz29: clamp(1rem, 7.74vw, 2.9rem);
		--fz28: clamp(1rem, 7.43vw, 2.8rem);
		--fz27: clamp(1rem, 7.19vw, 2.7rem);
		--fz26: clamp(1rem, 6.92vw, 2.6rem);
		--fz25: clamp(1rem, 6.66vw, 2.5rem);
		--fz24: clamp(1rem, 6.40vw, 2.4rem);
		--fz23: clamp(1rem, 6.13vw, 2.3rem);
		--fz22: clamp(1rem, 5.84vw, 2.2rem);
		--fz21: clamp(1rem, 5.43vw, 2.1rem);
		--fz20: clamp(1rem, 5.33vw, 2.0rem);
		--fz19: clamp(1rem, 5.05vw, 1.9rem);
		--fz18: clamp(1rem, 4.78vw, 1.8rem);
		--fz17: clamp(1rem, 4.54vw, 1.7rem);
		--fz16: clamp(1rem, 4.25vw, 1.6rem);
		--fz15: clamp(1rem, 4.0vw, 1.5rem);
		--fz14: clamp(1rem, 3.72vw, 1.4rem);
		--fz13: clamp(1rem, 3.47vw, 1.3rem);
		--fz12_5: clamp(1rem, 3.32vw, 1.25rem);
		--fz12: clamp(1rem, 3.19vw, 1.2rem);
		--fz11: clamp(1rem, 2.94vw, 1.1rem);
		--fz10: clamp(1rem, 2.70vw, 1.0rem);
		--fz9: clamp(1rem, 2.5vw, 0.9rem);
		--fz8: clamp(1rem, 2.2vw, 0.8rem);
	}
}




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


/* Page遷移時のアニメーション
--------------------------------------------- */
body{
	animation: fadein 2s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 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: var(--fz20);
	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;
	transition:all 0.3s ease-in-out 0s;
	cursor: pointer;
	
	text-decoration: none;
	outline: none!important;
	-moz-outline-style: none;
}

/**
 * 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
--------------------------------------------- */
html { font-size: 62.5%; }

body,
button,
input,
select,
optgroup,
textarea {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;

	letter-spacing: 0.1em;
	font-size: var(--fz16);
	line-height: 1.75;
	color:#4d4d4d;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight:normal;
	margin:0;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	font-style: normal;
	margin: 0 0;
}

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%;
}

@media (min-width: 769px) {

}
@media (max-width: 768px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: var(--fz13);
	}
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 400;
}

dl,
dd {
	margin: 0;
}

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

img {
	display: block;
	height: auto;
	vertical-align:middle;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

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

a:focus {
	outline: thin dotted;
}

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

@media (min-width: 769px) {
	a[href*="tel:"] {
	    pointer-events: none;
	    cursor: default;
	    text-decoration: none;
	}
}
@media (max-width: 768px) {

}

/* 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 {
	max-width: 100%;
	color: #666;
	border: 1px solid #ccc;
	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;
}

.main-navigation ul {
	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 {

	}
}

.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;
	flex-direction: row-reverse;
	border-top: 1px solid rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	padding: 1.5em 0;
	margin-top: 5em;
}

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

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

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

.post{
	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;
}

.center{
	text-align:center;
}


/* Common / Parts
--------------------------------------------- */
.w1600 {
	width: 1600px;
	max-width: 88%;
	margin: 0 auto;
}
.w1500 {
	width: 1500px;
	max-width: 88%;
	margin: 0 auto;
}
.w1400 {
	width: 1400px;
	max-width: 88%;
	margin: 0 auto;
}
.w1300 {
	width: 1300px;
	max-width: 88%;
	margin: 0 auto;
}
.w1200 {
	width: 1200px;
	max-width: 88%;
	margin: 0 auto;
}
.w1100 {
	width: 1100px;
	max-width: 88%;
	margin: 0 auto;
}
.w1000 {
	width: 1000px;
	max-width: 88%;
	margin: 0 auto;
}
.w900,
.w-narrow {
	width: 900px;
	max-width: 88%;
	margin: 0 auto;
}
.w-narrow {
	max-width: 80%;
}
.w800 {
	width: 800px;
	max-width: 88%;
	margin: 0 auto;
}
.w700 {
	width: 700px;
	max-width: 88%;
	margin: 0 auto;
}
.w100p{
	width:100%;
}


.small{
	font-size:var(--fz12_5);
	letter-spacing:0;
	margin:0;
}
.medium{

}

.heading{
	line-height:1.3;
}

.font-bold{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.font-black{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.font-script {
  font-family: "Hurricane", cursive;
  font-weight: 400;
  font-style: normal;
  line-height:1;
}

.white{
	color:#fff;
}

.right{
	text-align: right;
}

.main-header{
	text-align:center;
	margin-bottom:80px;
}
.main-title{
	font-size:var(--fz23);
	letter-spacing: 0.25em;
}
.main-title + p{
	margin-top:1.5em;
}

.text-blue{
	color:var(--aitech-blue);
}
.bg-blue,
a.bg-blue{
	color:#fff;
	background-color:var(--aitech-blue);
}
.bg-darkblue,
a.bg-darkblue{
	color:#fff;
	background-color:var(--aitech-darkblue);
}
.bg-blue a,
.bg-darkblue a{
	color:#fff;
}

.content-block > .inner{
	padding:80px 0 130px;
}

.bg-dark .inner{
	padding: 100px 0;
}

hr.from-left,
hr.from-right {
	background: url(img/line-left.png) left center no-repeat;
	background-size: 85% auto;
	border: 0;
	height: 16px;
	margin-top:4em;
	margin-bottom: 5em;
}
hr.from-right {
	background-image: url(img/line-right.png);
	background-position:right center;
}

.flex{
	display:flex;
}
.flex-center{
	justify-content: center;
	align-items:center;
}
.flex-between{
	justify-content: space-between;
}
.flex-revs{
	flex-direction: row-reverse;
}
ul.flex,
ol.flex,
ul.pc-flex,
ol.pc-flex{
	padding:0;
	margin:0;
	list-style:none;
}

.tel-num::before{
/*
	content:'\f095';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	
	font-size:0.85em;
	margin-right:0.15em;
*/
}

.textillate{
	visibility: hidden;
}

.text-dot{
	position:relative;
}
.text-dot::before{
	content:"・";
	line-height: 1;
	position:absolute;
	left:50%;
	top: -0.65em;
	transform: translate(-50%, 0);
}

.btn-wrap{
	display: flex;
	justify-content: center;
	margin-top: 1.8em;
	position:relative;
}
.btn-wrap a,
a .btn-wrap > span,
.btn-wrap > span.more,
.btn-wrap input[type="submit"],
.btn-wrap input[type="button"]{
	display: flex;
	justify-content: center;
	align-items:center;
	font-size:var(--fz15);
	color:#fff;
	text-decoration:none;
	line-height:1.3;
	border-radius:30px;
	border:1px solid var(--aitech-blue);
	background-color:var(--aitech-blue);
	padding:8px 20px 8px 16px;
	position:relative;
	cursor: pointer;
	transition:all 0.3s ease-in-out 0s;
}
.btn-wrap a::before,
a .btn-wrap > span::before,
.btn-wrap > span.more::before{
	content:"▼";
	display:flex;
	justify-content: center;
	align-items: center;
	width:25px;
	height: 25px;
	font-size: 0.8em;
	color:var(--aitech-blue);
	background:#fff;
	border-radius:30px;
	margin-right:0.5em;
	transform: rotate(-90deg);
	transition:all 0.3s ease-in-out 0s;
}
.btn-wrap input[type="submit"],
.btn-wrap input[type="button"]{
	min-width: 200px;
	font-weight:bold;
	padding:12px 20px;
	cursor: pointer;
}
.btn-wrap a:hover,
a:hover .btn-wrap > span,
.btn-wrap > span.more:hover,
.btn-wrap input[type="submit"]:hover,
.btn-wrap input[type="button"]{
	color:var(--aitech-blue);
	background:#fff;
}
.btn-wrap a:hover::before,
.btn-wrap > span.more:hover::before,
a:hover .btn-wrap > span::before,
.btn-wrap input[type="submit"]:hover::before,
.btn-wrap input[type="button"]:hover{
	color:#fff;
	background:var(--aitech-blue);
}

.btn-wrap input[type="button"].wpcf7-previous{
	min-width: 100px;
	color:#808080;
	border-color:#808080;
}
.btn-wrap input[type="button"].wpcf7-previous:hover{
	color:#fff;
	background:#808080;
	border-color:#808080;
}

.bg-blue .btn-wrap a,
a.bg-blue .btn-wrap > span,
.bg-blue a .btn-wrap > span{
	color:var(--aitech-blue);
	background:#fff;
	transition:all 0.3s ease-in-out 0s;
}
.bg-blue .btn-wrap a::before,
a.bg-blue .btn-wrap > span::before,
.bg-blue a .btn-wrap > span::before{
	color:#fff;
	background:var(--aitech-blue);
}
.bg-blue .btn-wrap a:hover,
a.bg-blue:hover .btn-wrap > span,
.bg-blue a:hover .btn-wrap > span{
	opacity:0.8;
}


.title-wrap{
	margin-bottom: 2.5em;
}
.title-wrap .font-script{
	margin-bottom: 0.15em;
}
.title-wrap .title{
	font-size:var(--fz16);
	letter-spacing: 0.2em;
}
.title-wrap .title::before{
	content:"ー";
	margin-right:1.2em;
}
.title-wrap .title::after{
	content:"ー";
	margin-left:1.2em;
}

.lead .heading{
	font-size:var(--fz32);
}

#photo-gallery{
	padding:150px 0;
}
#photo-gallery .photo-list,
#photo-gallery .photo-list3{
	display:flex;
	flex-wrap:wrap;
	gap:2px;
}
#photo-gallery .photo-list > *,
#photo-gallery .photo-list3 > *{
	width:calc(50% - 1px);
}
#photo-gallery .photo-list > *:nth-of-type(3n),
#photo-gallery .photo-list3 > *:first-child{
	width:100%;
}
#photo-gallery .photo-list img,
#photo-gallery .photo-list3 img{
	width:100%;
	aspect-ratio: 5/3;
	object-fit: cover;
	transition: all 0.3s ease-in-out 0s;
}
#photo-gallery .photo-list > *:nth-of-type(3n) img,
#photo-gallery .photo-list3 > *:first-child img{
	aspect-ratio: 10/3;
}

#photo-gallery .photo-list2{
	display: grid;
	grid-template-columns: 1.35fr repeat(2, 1fr) 1.35fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}
#photo-gallery .photo-list2 > a,
#photo-gallery .photo-list2 > span,
#photo-gallery .photo-list2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out 0s;
}
#photo-gallery .photo-list2 :nth-of-type(2) img,
#photo-gallery .photo-list2 :nth-of-type(3) img {
	aspect-ratio: 7/4;
}
#photo-gallery .photo-list2 > :nth-of-type(1) {
	grid-area: 1 / 1 / 3 / 2;
}
#photo-gallery .photo-list2 > :nth-of-type(2) {
	grid-area: 1 / 2 / 2 / 4;
}
#photo-gallery .photo-list2 > :nth-of-type(3) {
	grid-area: 2 / 2 / 3 / 4;
}
#photo-gallery .photo-list2 > :nth-of-type(4) {
	grid-area: 1 / 4 / 3 / 5;
}

#photo-gallery a{
	overflow:hidden;
}
#photo-gallery a:hover img{
	transform: scale(1.05);
}

.form dl{
	display:flex;
	flex:wrap;
	border-bottom:1px solid rgba(0,0,0,0.25);
	padding:25px 10px;
}
.form dl:first-child{
	border-top:1px solid rgba(0,0,0,0.25);
}
.form dl dt{
	width:250px;
}
.form dl dd{
	width:calc(100% - 250px);
}

.wpcf7-list-item.first {
	margin-left: 0;
}
.btn-wrap .wpcf7-spinner{
	position:absolute;
	right:0;
}

@media (min-width: 769px) {
	.pc-none{
		display:none;
	}
	.pc-flex{
		display:flex;
	}
	
	.font-script{
		font-size:72px;
	}

}
@media (max-width: 768px) {
	.sp-none{
		display:none;
	}
	.sp-flex{
		display:flex;
	}
	
	.bg-dark .inner {
		padding: 60px 0;
	}
	
	.bg-lattice-tl,
	.bg-lattice-tr,
	.bg-lattice-bl,
	.bg-lattice-br{
		background-size:85% auto;
	}
	
	.main-header {
		margin-bottom: 30px;
	}
	.main-title {
		font-size: var(--fz15);
	}
	.main-title + p {
		width:80%;
		text-align:left;
		margin: 1.5em auto 0;
	}

	.content-block > .inner{
		padding:50px 0 80px;
	}
	
	.btn-wrap a{
		font-size:var(--fz14);
	}
	.btn-wrap a span.btn-inner{
		padding: 5px 20px;
	}
	
	.lead .heading {
		font-size: var(--fz23);
	}
	
	.font-script{
		font-size:var(--fz40);
	}
	
	#photo-gallery {
		padding: 80px 0;
	}
	.home #photo-gallery{
		padding: 6% 0;
	}
	#photo-gallery .photo-list > *,
	#photo-gallery .photo-list3 > * {
		width: 100%;
	}
	#photo-gallery .photo-list img,
	#photo-gallery .photo-list3 img{
		aspect-ratio: 5/3 !important;
	}
	#photo-gallery .photo-list2{
		display: flex;
		flex-wrap: wrap;
	}
	
	.form dl{
		display:block;
		    padding: 15px 0;
	}
	.form dl dt,
	.form dl dd {
		width: 100%;
	}
	.form dl dt{
		font-weight: 600;
		margin-bottom: 0.25em;
	}
}


/*scrl*/
.scrl {
    opacity: 0;
    position: relative;
}

.bt-anim {
    top: 50px;
}
@keyframes bt-anim {
	0% {
		opacity: 0;
		top: 50px;
	}
	60% {
		opacity: 1;
		top: 0;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
.bt-anim.scrl_in {
    animation: bt-anim 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
/*//scrl*/



a:hover .shake-o-h,
.shake-o-h:hover {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
}





/* Layout
--------------------------------------------- */
#masthead{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 3;
}
#masthead .site-branding{
	width:230px;
	position:relative;
	z-index: 4;
	transition: all 0.3s ease-in-out 0s;
}
#masthead .site-branding .site-title{
	line-height:1;
}
#masthead::before{
	content:"";
	display:block;
	width:100%;
	height:197px;
	background:url(img/bg_nav_thin.png) center top repeat-x;
	background-size:auto 100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 3;
	pointer-events: none;
	transition: all 0.5s ease-in-out 0s;

	animation: scroll-in-top 2s forwards;
}

body.active #masthead .site-branding{
	width:180px;
}
body.active #masthead::before{
	height:100px;
}



.page-title-wrap{
	line-height: 1;
	padding: 65px 0;
	position: relative;
}
.page-title-wrap .title-en{
	font-size:var(--fz60);
}
.page-title-wrap .title-ja{
	font-size:var(--fz48);
	font-weight: 600;
}
.page-title-wrap .title-en + .title-ja{
	font-size:var(--fz23);
	font-weight: 300;
	margin-left:1.0em;
}

.page-content + .page-content{
	margin-top:8em;
}

h1.page-title{
	position:relative;
	right:-1em;
	opacity: 0;
	animation: fadein 1.0s ease forwards 0.5s;
}
@keyframes fadein {
	0% {
		right:-1em;
		opacity: 0;
	}
	100% {
		right:0em;
		opacity: 1;
	}
}

#footer-banner{
	padding:10vw 0;
	position:relative;
}
#footer-banner .inner{
	gap:6%;
}
#footer-banner a{
	display:flex;
	justify-content: center;
	align-items:center;
	text-align:center;
	color:#fff;
	background-position:center center;
	background-size:100%;
	width:100%;
	padding:20px;
	aspect-ratio: 5/2;
	position: relative;
}
#footer-banner a::after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out 0s;
}
#footer-banner a:hover::after{
	background-color:rgba(0,0,0,0.2);
}
#footer-banner a:hover{
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
	background-size:108%;
}
#footer-banner #bnr-company{
	background-image:url(img/bnr_bg_company.jpg);
}
#footer-banner #bnr-recruit{
	background-image:url(img/bnr_bg_recruit.jpg);
}
#footer-banner a > div{
	position: relative;
	z-index: 1;
}
#footer-banner a p{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	margin:0;
}
#footer-banner a p.bnr-text-sub::before,
#footer-banner a p.bnr-text-sub::after{
	content:"｜";
	font-size: 1.3em;
}
#footer-banner a p.bnr-text-sub::before{
	margin-right:0.35em;
}
#footer-banner a p.bnr-text-sub::after{
	margin-left:0.35em;
}
#footer-banner a .bnr-text-title{
	font-size:var(--fz40);
}


footer#colophon{
	display:flex;
	flex-wrap:wrap;
}
footer#colophon .fotter-logo{
	width:40%;
	padding: 30px;
}
footer#colophon .fotter-logo .inner{
	width: 100%;
}
footer#colophon .fotter-logo .logo{
	max-width:210px;
	width:50%;
	margin: auto;
}

footer#colophon .site-info{
	width:60%;
	color:#fff;
	text-align:center;
	background:url(img/footer_img.jpg) center center no-repeat;
	background-size:cover;
	padding: 80px 20px 50px;
}
footer#colophon .site-info a{
	color:#fff;
}
footer#colophon .site-info .footer-tel-box{
	display: inline-block;
	text-align:center;
	border:1px solid #fff;
	padding: 20px 60px;
}
footer#colophon .site-info .footer-tel-box .tel-num{
	font-size: var(--fz42);
	line-height: 1.3;
	letter-spacing: 0.1em;
}
footer#colophon .site-info .footer-tel-box .title{
	font-size: var(--fz14);
}
footer#colophon .site-info .footer-tel-box .contact-titme{
	font-size: var(--fz15);
}
footer#colophon .site-info nav{
	margin-top:3em;
}
footer#colophon .site-info nav ul{
	display:flex;
	justify-content: center;
	padding:0;
	margin:0;
	list-style:none;
}
footer#colophon .site-info nav ul li{
	display: flex;
	align-items: center;
}
footer#colophon .site-info nav li + li::before{
	content:"｜";
}
footer#colophon .site-info nav a{
	display:block;
	font-size: var(--fz14);
	padding:0 2em;
}

footer#colophon .footer-bottom{
	width:100%;
	font-size: var(--fz14);
	text-align:center;
	background:#fff;
	padding:15px;
}
footer#colophon .footer-bottom .certification-logo{
	margin-left:2em;
}
footer#colophon .footer-bottom .certification-logo li + li{
	margin-left:1em;
}
footer#colophon .footer-bottom .mark-iso9001{
	max-width:100px;
}
footer#colophon .footer-bottom .mark-ecoaction{
	max-width:52px;
}

@media (min-width: 769px) {
	#masthead{
		padding-right: 70px;
	}
	#masthead .inner{
		padding: 20px 0 0;
		position: relative;
		z-index: 5;
		transition: all 0.3s ease-in-out 0s;
	}
	#masthead .site-branding{
		margin-top:20px;
		transition: all 0.3s ease-in-out 0s;
	}
	
	body.active #masthead .inner{
		padding-top: 12px;
	}
	body.active #masthead .site-branding{
		margin-top:3px;
	}
	#header-nav-sub{
		position:absolute;
		top:0;
		right:0;
		z-index: 4;
		overflow: hidden;
	}
	#header-nav-sub .nav-sub-inner{
		height:100vh;
		max-height:417px;
		position:relative;
		overflow: hidden;
	}
	.home #header-nav-sub .nav-sub-inner{
		max-height:770px;
	}
	#header-nav-sub ul{
		height:calc(100% + 10px);
		padding:0;
		margin:-8px 0 0;
		list-style:none;
	}
	#header-nav-sub li{
		height: 32.5%;
	}
	#header-nav-sub li a:hover{
		opacity:0.8;
	}
	#header-nav-sub .nav-information{
		height: 36.0%;
	}
	#header-nav-sub a{
		display: block;
		height: 100%;
		width:70px;
		color:#fff;
		background:#fff;
		padding: 0;
		position: relative;
	}
	#header-nav-sub a:hover{
/* 		opacity:1.0; */
	}
	#header-nav-sub a img{
		display: block;
		max-width:25px;
		width:100%;
		position: absolute;
		top: 50%;
		left: 50%;
	}
	#header-nav-sub li{
		transform: skewY(-10deg);
		margin-top:0;
		position:relative;
		top:0px;
		right:0;
	}
	#header-nav-sub li.nav-contact img{
		transform: translate(-50%,-47%) skewY(10deg);
	}
	#header-nav-sub li.nav-recruit img{
		transform: translate(-50%,-50%) skewY(10deg);
	}
	#header-nav-sub li.nav-information img{
		transform: translate(-50%,-53%) skewY(10deg);
	}
	#header-nav-sub .nav-contact a{
		background-color:var(--aitech-blue);
	}
	#header-nav-sub .nav-recruit a{
		background-color:var(--aitech-darkblue);
	}
	
	#header-nav-sub li.nav-contact{
		opacity: 0;
		transform: translateX(100%) skewY(-10deg);
		animation: slidein_from_right_top_01 0.75s ease forwards 0.5s;
	}
	@keyframes slidein_from_right_top_01 {
		0% {
			opacity: 0;
			transform: translateX(50%) skewY(-10deg);
		}
		100% {
			opacity: 1;
			transform: translateX(0%) skewY(-10deg);
		}
	}

	#header-nav-sub li.nav-recruit{
		opacity: 0;
		transform: translateX(100%) skewY(-10deg);
		animation: slidein_from_right_top_02 0.75s ease forwards 0.3s;
	}
	@keyframes slidein_from_right_top_02 {
		0% {
			opacity: 0;
			transform: translateX(100%) skewY(-10deg);
		}
		100% {
			opacity: 1;
			transform: translateX(0%) skewY(-10deg);
		}
	}

	#header-nav-sub li.nav-information{
		opacity: 0;
		transform: translateX(100%) skewY(-10deg);
		animation: slidein_from_right_top_03 0.75s ease forwards 0.1s;
	}
	@keyframes slidein_from_right_top_03 {
		0% {
			opacity: 0;
			transform: translateX(100%) skewY(-10deg);
		}
		100% {
			opacity: 1;
			transform: translateX(0%) skewY(-10deg);
		}
	}

	#site-navigation{
		display: flex;
		justify-content: center;
		
		position:relative;
		z-index: 2;
	}
	#site-navigation .nav-l{
		width: 32%;
	}
	#site-navigation #primary-menu{
		display:flex;
	}
	#site-navigation #primary-menu li + li{
		border-left: 1px solid #fff;
	}
	#site-navigation #primary-menu a{
		display:block;
		font-size: var(--fz10);
		color:#fff;
		line-height: 1;
		text-align:center;
		padding:1px 2.5vw;
	}
	#site-navigation #primary-menu a::after {
		content: attr(data-desc);
		display: block;
		font-style: normal;
		line-height: 1.0;
		font-size: var(--fz20);
		font-weight:900;
		margin-top: 0.15em;
	}
	
	#site-navigation .nav-sub{
		display:none;
	}
}
@media (max-width: 768px) {
	#masthead{
		padding: 20px 0;
	}
	.home #masthead {
		padding: 15px 0;
	}
	.home #masthead::before {
/* 		display:none; */
		opacity: 0;
	}
	body.active.home #masthead::before {
		opacity: 1;
	}
	.home #masthead .inner {
		max-width: 90%;
	}
	#masthead .site-branding,
	body.active #masthead .site-branding{
		width: 45%;
	}
	.home #masthead .site-branding{
		width: 28%;
	}

	body.active #masthead::before {
		height: 70px;
	}

	.page-title-wrap{
		text-align:center;
		padding: 30px 0;
	}
	.page-title-wrap .title-en {
		display: block;
		font-size: var(--fz32);
		margin-bottom: 0.2em;
	}
	.page-title-wrap .title-en + .title-ja{
		display: block;
		font-size: var(--fz16);
		margin-left: 0em;
	}
	
	#footer-banner{
		padding: 15vw 8%;
	}
	#footer-banner a + a{
		margin-top:30px;
	}
	#footer-banner a .bnr-text-title {
		font-size: var(--fz28);
	}
	
	footer#colophon{
		display:block;
	}
	footer#colophon .fotter-logo,
	footer#colophon .site-info{
		width:100%;
		background-image:none;
		background-color: var(--aitech-blue);
	}
	footer#colophon .site-info{
		padding: 0px 5% 30px;
	}
	footer#colophon .site-info .footer-tel-box{
		padding: 15px 25px;
	}
	footer#colophon .site-info .footer-tel-box .tel-num{
		font-size: var(--fz32);
	}
	footer#colophon .site-info nav{
		display:none;
	}
}


/* スマホナビゲーション
--------------------------------------------- */
@media (min-width: 769px) {
	.hamburger{
		display:none;
	}
}
@media (max-width: 768px) {
	.hamburger {
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 100;
		width: 60px;
		height: 60px;
		border: none;
		background-color: var(--aitech-blue);
		border-radius: 0;
		cursor: pointer;
		padding:0;
		transition: all .4s;
	}
	.hamburger__line {
		position: absolute;
		left: 15px;
		width: 30px;
		height: 2px;
		background-color: #fff;
		transition: all .4s;
	}
	.hamburger__line:nth-of-type(1) {
		top: 19px;
	}
	.hamburger__line:nth-of-type(2) {
		top: 29px;
	}
	.hamburger__line:nth-of-type(3) {
		top: 39px;
	}
	
	.hamburger.active{
		background:#fff;
	}
	.hamburger.active .hamburger__line{
		background-color:var(--aitech-blue);
	}
	.hamburger.active .hamburger__line:nth-of-type(1) {
		transform: translateY(10px) rotate(-45deg);
	}
	.hamburger.active .hamburger__line:nth-of-type(2) {
		opacity: 0;
	}
	.hamburger.active .hamburger__line:nth-of-type(3) {
		transform: translateY(-10px) rotate(45deg);
	}
	#mobile-navigation{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 11;
		width: 100%;
		height: 100vh;
		background:#fff;
		padding:0;
		overflow-y: auto;
		
		visibility: hidden;
		opacity:0;
		scale: 1.5;
		transition: opacity .3s ease,visibility .3s ease,scale .3s ease;
	}
	#mobile-navigation.active {
		visibility:visible;
		opacity:1;
		scale: 1.0;
	}

	#mobile-navigation a,
	#mobile-navigation #mobile-navigation-top{
		color:#fff;
	}

	#mobile-navigation #mobile-navigation-top{
		width:100%;
		background-color: var(--aitech-blue);
		padding: 80px 15% 10%;
		margin:0 auto;
	}
	#mobile-navigation #mobile-navigation-top .site-title{
		width:65%;
		margin:0 auto 25px;
	}
	#mobile-navigation #primary-menu li{
		border-bottom:1px solid rgba(255,255,255,0.75);
	}
	#mobile-navigation #primary-menu a{
		font-size:var(--fz17);
		line-height: 1.3;
		padding:10px 8%;
	}
	#mobile-navigation address{
		font-size:var(--fz13);
		text-align:center;
		line-height:1.4;
		margin-top:2em;
	}
	
	#mobile-navigation .nav-sub{
		font-size:var(--fz19);
		padding: 7% 10% 7% 0;
		overflow: hidden;
	}
	#mobile-navigation .nav-sub ul{
		transform: translateX(-5%);
	}
	#mobile-navigation .nav-sub li + li{
		margin-top:1em;
	}
	#mobile-navigation .nav-sub a{
		color:#fff;
		padding: 10px 10% 10px 25%;
		transform: skew(-30deg);
	}
	#mobile-navigation .nav-sub .nav-information a{
		color:var(--aitech-blue);
		border:2px solid var(--aitech-blue);
		border-left:0;
		background:#fff;
	}
	#mobile-navigation .nav-sub a span{
		display:flex;
		transform: skew(30deg);
	}
	#mobile-navigation .nav-sub img{
		width:30px;
		margin-right:1em;
	}
}




/* TOPページ
--------------------------------------------- */
.home-mv-wrap{
	position:relative;
}
.home-mv-wrap::before{
	content:"";
	display:block;
	width: 55%;
	height: 100vh;
	max-height: 770px;
	background:url(img/home_slide_screen.png) center bottom no-repeat;
	background-size:100% 100%;
	position:absolute;
	top:0;
	right:0;
	z-index: 2;
}
.home-mv-wrap #slide-message{
	max-width:430px;
	position:absolute;
	bottom:10%;
	right:10%;
	z-index:2;
}
.home-mv img{
	width: 100%;
	height: 100vh;
	max-height: 770px;
	object-fit: cover;
}


#home-header-bg-wrap{
	display:block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
/* 	z-index: 4; */
	z-index: 2;
	pointer-events: none;
}
#home-header-bg{
/* 	width:43%; */
	width:820px;
	opacity: 0;
	transform: translateX(-30%);
	
	animation: slidein_from_left 1.5s ease forwards;
}
@keyframes slidein_from_left {
	0% {
		opacity: 0;
		transform: translateX(-30%);
	}
	50% {
		opacity: 0;
		transform: translateX(-30%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
#home-slide-message{
	width: 100%;
	white-space: nowrap;
	position:absolute;
	top: 25%;
	left:0;
	z-index: 1;
/* 	transform: translateY(-50%); */
}
#home-slide-message .message02{
	margin-top:25px;
}
#home-slide-message .message-text{
	display: inline-block;
	line-height: 1;
	letter-spacing: 0.15em;
}
#home-slide-message .message01 .message-text{
/* 	padding-left: 25%; */
	padding-left: 100px;
	
	opacity: 0;
	transform: translateX(-30%);
	
	animation: slidein_from_left_text01 2.5s ease forwards;
}
@keyframes slidein_from_left_text01 {
	0% {
		opacity: 0;
		transform: translateX(-30%);
	}
	60% {
		opacity: 0;
		transform: translateX(-30%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
#home-slide-message .message02 .message-text{
/* 	padding-left: 35%; */
	padding-left: 150px;

	opacity: 0;
	transform: translateX(-30%);
	
	animation: slidein_from_left_text02 3.5s ease forwards;
}
@keyframes slidein_from_left_text02 {
	0% {
		opacity: 0;
		transform: translateX(-30%);
	}
	65% {
		opacity: 0;
		transform: translateX(-30%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

#scroll-down-wrap-wrap-wrap{
	position: fixed;
	top: 0;
	left: 50px;
	height: 95vh;
	max-height: 800px;
}
#scroll-down-wrap-wrap{
	height: 100%;
	position: relative;
}
#scroll-down-wrap{
	position:absolute;
	bottom:0;
/*
	position: fixed;
	top: 650px;
	left: 50px;
*/
}

body.active #scroll-down-wrap{
	opacity:1;
	animation: fadeout 1s forwards;
}
@keyframes fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
  text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 10px;
	padding-top: 71px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:.1em;
	white-space: nowrap;
	transform: rotate(90deg);
	transform-origin: 0 0;
	position: absolute;
	top:0;
	left:30px;
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height:160px;
    background: #fff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}


#home-main{
	background:url(img/bg_drawing.jpg) center bottom no-repeat;
	position:relative;
	overflow: hidden;
}

#home-informaton{
	align-items:center;
	padding:40px 0;
	margin-bottom:80px;
}
#home-informaton .title{
	width:200px;
	font-size:var(--fz16);
	margin:0;
}
#home-informaton .home-info-list-wrap{
	width:calc(100% - 200px);
	padding:0 2.5em;
	position: relative;
}
#home-informaton ul{
	padding:0;
	margin:0;
	list-style:none;
}
#home-informaton ul *{
	font-size:var(--fz14);
	margin:0;
}
#home-informaton ul li{
	background:#fff;
}
#home-informaton ul h2{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 1.5em;
}
#home-informaton .swiper-button-next,
#home-informaton .swiper-button-prev{
	color:var(--aitech-blue);
}
#home-informaton .swiper-button-next::after,
#home-informaton .swiper-button-prev::after{
	font-size:var(--fz15);
}

#home-lead{
	text-align:center;
	margin-bottom:135px;
}
#home-lead .font-script{

}
#home-lead .heading{

}

#home-contents-banner{
	gap:20%;
	padding-bottom:160px;
	position:relative;
}
#home-contents-banner a{
	display: block;
	padding:40px 7% 55px;
}
#home-contents-banner .font-script{
	text-align: center;
	margin-bottom: 0.2em;
}
#home-contents-banner .heading{
	font-size:var(--fz32);
	text-align:center;
	margin-bottom:0.2em;
}
#home-contents-banner p{
	font-size:var(--fz14);
}
#home-hand01{
	width:40%;
	max-width: 355px;
	position:absolute;
	left:50%;
	bottom:0;
	transform:translate(-50%, 0);
	pointer-events: none;
}
#home-img01{
	width:30%;
	max-width: 405px;
	position:absolute;
	right:0;
	top:20%;
	pointer-events: none;
}

@media (min-width: 769px) {
	#home-slide-message .message-text {
		font-size: var(--fz70);
		color: #fff;
		text-shadow: 0 0 12px rgba(0,0,0,0.2);
		border-bottom: 1px solid #fff;
	}
}
@media (max-width: 768px) {
	#home-header-bg-wrap{
		height: 100vh;
	}
	#home-header-bg{
		width: 55%;
		height: 90px;
	}
	#home-slide-message{
		top: 16%;
		opacity: 1;
		animation: fadeout-message 0.5s forwards 4.0s;
	}
	@keyframes fadeout-message {
		0% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	#home-slide-message .message02 {
		margin-top: 15px;
	}
	#home-slide-message .message-text{
		font-size: var(--fz30);
		color: var(--aitech-blue);
		border-bottom: 1px solid var(--aitech-blue);
	}
	#home-slide-message .message01 .message-text{
		padding-left: 70px;
	}
	#home-slide-message .message02 .message-text{
		padding-left: 90px;
	}
	#scroll-down-wrap-wrap-wrap {
		left: 20px;
		height: 75vh;
	}
	#scroll-title{
		font-size: 12px;
	}
	
	.home-mv img,
	.home-mv-wrap::before{
		height: 80vh;
	}
	
	.home-mv-wrap #slide-message {
		max-width: 60%;
		height: 28vw;
		bottom: 5%;
		right: 7%;
	}
	
	#home-informaton {
		margin-bottom: 150px;
	}
	#home-informaton .title {
		width: 100%;
		text-align: center;
	}
	#home-informaton .home-info-list-wrap{
		width:100%;
	}
	
	#home-lead {
		margin-bottom: 80px;
	}
	#home-lead .font-script {
		margin-bottom:15px;
	}
	
	#home-contents-banner{
		padding: 0 5% 60px;
	}
	#home-contents-banner a {
		padding: 20px 10%;
	}
	#home-contents-banner a + a{
		margin-top:50px;
	}
	#home-contents-banner .font-script {
		margin-bottom: 0.5em;
	}
	#home-contents-banner .heading{
		font-size: var(--fz22);
	}
	#home-contents-banner p {
		font-size:inherit;
	}
	#home-img01 {
		width: 55%;
		top: 8%;
	}
}



/* SECONDページ
--------------------------------------------- */
#primary{
	padding-top:100px;
}
.home #primary,
body.about #primary{
	padding-top:0px;
}

.sec-mv-wrap{
	overflow:hidden;
}
.sec-mv{
	height:417px;
	background-position:center center;
	background-size:cover;
	
	opacity: 0;
	filter: blur(0.5rem);
	transform: scale(1.05);
	animation: bokasi 2s forwards;
}
@keyframes bokasi {
	0% {
		opacity: 0;
		filter: blur(0.5rem);
		transform: scale(1.05);
	}
	20% {
		filter: blur(0.5rem);
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		filter: blur(0.0rem);
		transform: scale(1.0);
	}
}

@media (min-width: 769px) {

}
@media (max-width: 768px) {
	.sec-mv{
		height: 250px;
	}
	#primary{
		padding-top:50px;
	}
}

/* ABOUTページ
--------------------------------------------- */
#about-lead{
	display: flex;
	align-items: center;
	height:700px;
	background:url(img/about_lead_bg.jpg) center center no-repeat;
	background-size:cover;
}
#about-lead .lead-content{
	width:35%;
	margin-left:auto;
	margin-bottom: 150px;
}
#about-lead .lead-content .heading{
	margin-bottom:0.5em;
}

#strengths{
	background:url(img/img02.png) 90% -20% no-repeat;
	background-size:635px auto;
	padding-top: 100px;
	position:relative;
}
#strengths .title-wrap{
	position: relative;
	z-index:2;
	margin-bottom: 3.5em;
}
#strengths .title-wrap .heading{
	font-size:var(--fz32);
}

.strengths-item{
	flex-wrap:wrap;
	max-width:610px;
	min-height:212px;
	border:1px solid #fff;
	position: relative;
	z-index:2;
}
.strengths-item + .strengths-item{
	margin-top:-1em;
}
.strengths-item:nth-child(2){
	margin-left:auto;
	margin-right:auto;
}
.strengths-item:nth-child(3){
	margin-left:auto;
}
.strengths-item .num{
	width:25%;
	font-size:72px;
	line-height:1;
	text-align:center;
	padding: 15px 0;
}
.strengths-item .text{
	width:75%;
	border-left: 1px solid #fff;
	padding: 25px 35px;
}
.strengths-item .text{
	width:75%;
	padding: 25px 35px;
}
.strengths-item .text .heading{
	font-size:var(--fz35);
	margin-bottom: 0.2em;
}
.strengths-item .text .heading span{
	font-size:var(--fz20);
	color:rgba(255,255,255,0.3);
	margin-left: 0.8em;
}
.strengths-item .text p{
	font-size:var(--fz17);
}

#craftmanship{
	margin-top:12vw;
}

#about-img01{
	width:100%;
	position:absolute;
	top:53%;
	left:0;
	z-index: -1;
	pointer-events: none;
}


#process{
	background:url(img/img04.jpg) right top no-repeat;
	background-size:35% auto;
	padding-top: 3vw;
}
#process .title-wrap{
	margin-bottom: 7vw;
}
#process .title-wrap .heading,
#situation .title-wrap .heading{
	font-size:var(--fz32);
}
#process .strengths-item + .strengths-item {
	margin-top: -5em;
}
#process .strengths-item:nth-of-type(1n) {
	margin-left: 0;
	margin-right: auto;
}
#process .strengths-item:nth-of-type(2n) {
	margin-left: auto;
	margin-right: 0;
}
#process .strengths-item .num{
	width: 24%;
}
#process .strengths-item .text .heading {
	font-size: var(--fz28);
}
#process .strengths-item .text p {
	font-size: var(--fz16);
}
#process .strengths-item .text{
	width: 41%;
	padding: 25px 25px;
}
#process .strengths-item .text + img{
	width: 35%;
	object-fit: cover;
}

#situation{
	background:url(img/img05.jpg) left top no-repeat;
	background-size:25% auto;
	padding-top: 6vw;
	margin-top: -2vw;
}
#situation .title-wrap{
	width: 90%;
	margin-left: auto;
	margin-bottom: 4vw;
}
#situation-list li{
	width:20%;
	text-align: center;
}
#situation-list li div{
	display: flex;
	align-items: center;
	justify-content: center;
	width:125px;
	height:125px;
	font-size: var(--fz15);
	color:#fff;
	text-align:center;
	letter-spacing: 0;
	line-height: 1.2;
	background-color:var(--aitech-blue);
	border-radius:50%;
	margin: 0 auto 25px;
}
#situation-list li img{
	width:85%;
	margin:0 auto;
}


@media (min-width: 769px) {

}
@media (max-width: 768px) {
	#about-lead{
		height:auto;
		background-image:none;
	}
	#about-lead .lead-content{
		width: 92%;
		padding: 10% 0;
		margin: 0 auto;
	}

	#strengths{
		background-position:75% top;
		background-size:65%;
		padding-top: 120px;
	}
	#strengths > .title-wrap{
		width: 80%;
	}
	#strengths .title-wrap .heading {
		font-size: var(--fz23);
	}
	.strengths-item{
		min-height: auto;
	}
	.strengths-item + .strengths-item {
		margin-top: 20px;
	}
	.strengths-item .num{
		width: 20%;
		font-size: var(--fz40);
	}
	.strengths-item .text {
		width: 80%;
		padding: 15px 25px 20px;
	}
	.strengths-item .text .heading{
		font-size: var(--fz20);
	}
	.strengths-item .text .heading span{
		font-size: var(--fz13);
	}
	.strengths-item .text p {
		font-size: inherit;
		line-height: 1.4;
	}
	
	#strengths #craftmanship .title-wrap {
		margin-bottom: 1.5em;
	}
	
	#process{
		background-position:right 145px;
		background-size: 70% auto;
	}
	#process .title-wrap {
		margin-bottom: 200px;
		padding-left: 10%;
	}
	#process .title-wrap .heading,
	#situation .title-wrap .heading {
		font-size: var(--fz23);
	}
	
	#process .strengths-item + .strengths-item {
		margin-top: 20px;
	}
	#process .strengths-item .text .heading {
		font-size: var(--fz18);
	}
	#process .strengths-item .text {
		padding: 15px 15px;
	}
	#process .strengths-item .text p {
		font-size: inherit;
		line-height: 1.4;
	}
	
	#situation{
		background-position:left top;
		background-size: 70% auto;
		padding-top: 250px;
		margin-top: 40px;
	}
	#situation-list li {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
	}
	#situation-list li + li {
		margin-top:20px;
	}
	#situation-list li div{
		margin:auto;
	}
	#situation-list li img {
		width: calc(100% - 220px);
	}
}




/* COMPANYページ
--------------------------------------------- */
.greeting-content .heading{
	font-size:var(--fz25);
	margin-bottom:1em;
}
.greeting-content .ceo-name{
	font-family:serif;
}
.greeting-content .ceo-name strong{
	font-size:1.3em;
}

#aitech-history .contents{
	position:relative;
}
#aitech-history .contents::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:26px;
	width:2px;
	height:100%;
	background-color:var(--aitech-blue);

	opacity: 0;
	animation: fadein2 3.0s ease forwards 0.5s;
}
@keyframes fadein2 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.hisory-wrap{
	flex-wrap:wrap;
	position:relative;
	z-index:1;
}
.hisory-wrap + .hisory-wrap{
	margin-top:1em;
}
.hisory-wrap .year{
	width:54px;
}
.hisory-wrap .year span{
	display:flex;
	justify-content: center;
	align-items:center;
	width: 54px;
	height: 54px;
	font-size:var(--fz17);
	letter-spacing: 0;
	border-radius: 50%;
}
.hisory-wrap .history-event{
	width:calc(100% - 54px);
	margin-top: 0.8em;
}
.hisory-wrap .history-event dl + dl{
	margin-top:10px;
}
.hisory-wrap .history-event dt{
	width:65px;
	font-weight:bold;
	text-align:right;
}
.hisory-wrap .history-event dd{
	width:calc(100% - 65px);
	padding-left:2em;
}

#history-img{
	position: absolute;
	top: 10%;
	right: 0;
	height: 100%;
}

#company-profile .contents .img{
	width: 100%;
}
#company-profile .contents .text{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: var(--aitech-paleblue);
	padding:3% 3%;
}
#company-profile .contents .text > div{
	width: 100%;
}
#company-profile .contents .text dl{
	display:flex;
	flex-wrap:wrap;
}
#company-profile .contents .text dl + dl{
	margin-top:0.5em;
}
#company-profile .contents .text dt{
	width:25%;
	text-align:right;
}
#company-profile .contents .text dd{
	width:75%;
	line-height: 1.4;
	padding-left:2em;
}

@media (min-width: 769px) {
	body.company #primary{
		padding-top:120px;
	}
	.greeting-content{
		width:90%;
		background:var(--aitech-paleblue);
		padding: 7% 38% 7% 10%;
	}
	#ceo-greeting .inner{
		position:relative;
	}
	#ceo-greeting .ceo-photo{
		width:40%;
		position:absolute;
		top:50%;
		right:0;
		transform:translate(0,-50%);
	}
	
	#aitech-history .inner{
		padding-left:7%;
		position:relative;
	}
	
	#company-profile .contents .img img{
		height: 100%;
		object-fit: cover;
	}
}
@media (max-width: 768px) {
	#ceo-greeting .title-wrap{
		text-align:center;
	}
	#ceo-greeting .ceo-photo {
		width: 80%;
		margin: 0 auto;
	}
	#ceo-greeting .text{
		background:var(--aitech-paleblue);
		padding: 40% 10% 10%;
		margin-top: -30%;
		margin-left: -6.5%;
		margin-right: -6.5%;
	}
	
	.hisory-wrap .year {
		width: 50px;
	}
	.hisory-wrap .year span {
		width: 50px;
		height: 50px;
		font-size: var(--fz15);
	}
	.hisory-wrap .history-event dt{
		width: 40px;
	}
	.hisory-wrap .history-event dd {
		width: calc(100% - 40px);
		padding-left: 1em;
	}
	
	#company-profile .contents .text {
		padding: 8% 8%;
	}
	#company-profile .contents .text dt {
		width: 30%;
	}
	#company-profile .contents .text dd {
		width: 70%;
		padding-left: 1em;
	}
}




/* PRODUCTSページ
--------------------------------------------- */
#products-lead{
	margin-bottom: 120px;
}
#products-lead .inner,
#equipment-lead .inner,
#equipment-lead2 .inner{
	align-items:center;
}
#products-lead img,
#equipment-lead img,
#equipment-lead2 img{
	width:54%;
}
#products-lead .text-content,
#equipment-lead .text-content,
#equipment-lead2 .text-content{
	width:37%;
}
#products-lead .heading,
#equipment-lead .heading,
#equipment-lead2 .heading{
	margin-bottom:1.0em;
}

#examples .title-wrap{
	margin-bottom:90px;
}
#examples .heading{
	font-size: var(--fz32);
}
#examples .list{
	flex-wrap:wrap;
/* 	gap:35px; */
}
#examples .list .list-item{
	display:block;
	width:calc(20% - 28px);
	margin-bottom: 35px;
	margin-right: 35px;
	position:relative;
	opacity: 1;
	transition: all 0.4s ease 0s;
}
#examples .list .list-item.is-hidden{
	opacity: 0;
	margin-bottom:0;
}
#examples .list .list-item.is-hidden img{
	height:0;
	aspect-ratio:unset;
}

#examples .list .list-item a::after{
	content:"\f00e";
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	line-height: 1;
	color: var(--aitech-blue);
	position:absolute;
	top:8px;
	right:8px;
}
#examples .list .list-item .img img{
	display:block;
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
}
#examples .list .list-item .caption{
	width:100%;
	font-size:var(--fz13);
	line-height: 1.4;
	background:rgba(255,255,255,0.75);
	padding:6px 10px;
	position:absolute;
	left:0;
	bottom:0;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#examples .btn-wrap{
	.margin-top: 4em;
}

#commitment .inner{
	align-items:center;
}
#commitment .title-wrap{
	width: 100%;
	max-width:414px;
	background:var(--aitech-paleblue);
	padding: 7% 60px;
}
#commitment .title-wrap .heading{
	font-size: var(--fz32);
	margin-bottom:0.25em;
}
#commitment .list{
	justify-content: space-around;
	gap:30px;
	width: 100%;
	margin-left: 8%;
}
#commitment .list .list-item{
	max-width: 180px;
	width: 100%;
}
#commitment .list .list-item .img{
	margin-bottom:1em;
}
#commitment .list .list-item img{
	width: 100%;
	object-fit: contain;
	aspect-ratio: 4/3;
}
#commitment .list .list-item dt{
	font-size: var(--fz20);
}
#commitment .list .list-item dd{
	font-size: var(--fz15);
}

@media (min-width: 769px) {
	#commitment .title-wrap{
		margin:0;
	}
	#examples .list .list-item:nth-of-type(5n){
		margin-right:0;
	}
}
@media (max-width: 768px) {
	body.products #primary{
		padding-top:0;
	}
	
	#products-lead .inner{
		max-width: 100%;
	}
	#products-lead img{
		width:100%;
	}
	#products-lead .text-content{
		width: 80%;
		margin: 30px auto 60px;
	}
	
	#examples .title-wrap {
		margin-bottom: 30px;
	}
	#examples .heading {
		font-size: var(--fz23);
	}
	#examples .list {
		
	}
	#examples .list .list-item{
		width: calc(50% - 5px);
		margin-right:10px;
		margin-bottom:10px;
	}
	#examples .list .list-item:nth-of-type(2n){
		margin-right:0;
	}
	#examples .list .list-item .caption{
		font-size: var(--fz12);
		line-height: 1.3;
	}
	
	#commitment .title-wrap {
		width: 90%;
		padding: 7% 8%;
		margin: 0 auto 2em;
	}
	#commitment .title-wrap .heading {
		font-size: var(--fz23);
	}
	#commitment .list{
		gap: 20px;
		width: 90%;
		margin: 0 auto;
	}
	#commitment .list .list-item .img {
		width: 75%;
		margin: 0 auto 0.5em;
	}
	#commitment .list .list-item dt {
		font-size: var(--fz14);
	}
	#commitment .list .list-item dd {
		font-size: var(--fz12);
	}
}




/* EQUIPMENTページ
--------------------------------------------- */
#equipment-lead2{
	margin-top:100px;
}
#equipment-lead2 .inner{
	padding:35px;
}
#equipment-lead2 img{
	width:49%;
}
#equipment-lead2 .text-content{
	width:51%;
	padding:0 10%;
}

#owns-equipment{
	margin-top:200px;
}
#owns-equipment .inner{
	align-items:flex-end;
}
#owns-equipment .inner .text{
	width:40%;
}
#owns-equipment .inner .img{
	width:55%;
	text-align:center;
}
#owns-equipment .inner .img img{
	width:70%;
	margin:0 auto;
}
#equipment-list{
	font-size: var(--fz15);
	line-height: 1.5;
	background:var(--aitech-paleblue);
	padding:40px 50px;
}
#equipment-list ul{
	padding:0;
	margin:0;
	margin-left:1.5em;
}
#equipment-list ul li + li{
	margin-top:0.1em;
}


@media (min-width: 769px) {

}
@media (max-width: 768px) {
	body.equipment #primary{
		padding-top:0;
	}
	
	#equipment-lead2 {
		margin-top: 0;
	}
	#equipment-lead .inner,
	#equipment-lead2 .inner{
		max-width: 100%;
	}
	#equipment-lead2 .inner {
		padding: 30px 0 25px;
	}
	#equipment-lead img,
	#equipment-lead2 img{
		width:100%;
	}
	#equipment-lead .text-content,
	#equipment-lead2 .text-content{
		width: 80%;
		margin: 30px auto 60px;
	}
	#equipment-lead2 .text-content {
		padding: 0;
	}
	
	#owns-equipment {
		margin-top: 80px;
	}
	#owns-equipment .inner .text {
		width: 100%;
	}
	#owns-equipment .inner .img {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	#owns-equipment .inner .img img {

	}
	#equipment-list {
		font-size: var(--fz14);
		padding: 90px 30px 30px 30px;
		margin-top: -65px;
	}
}





/* CONTACTページ
--------------------------------------------- */


@media (min-width: 769px) {

}
@media (max-width: 768px) {
	
}




/* INFORMATIONページ
--------------------------------------------- */
.post-list .post-item a{
	flex-wrap:wrap;
	align-items: center;
	border-bottom:1px solid rgba(0,0,0,0.25);
	padding:25px 10px;
}
.post-list .post-item:first-child a{
	border-top:1px solid rgba(0,0,0,0.25);
}
.post-list .post-item a time{
	width:100px;
}
.post-list .post-item a .font-bold{
	width:calc(100% - 100px);
	font-size: var(--fz16);
}

.pagination{
	text-align:center;
	margin-top: 50px;
}
.pagination .page-numbers{
	display:flex;
	justify-content: center;
	gap:15px;
	padding:0;
	margin:0;
	list-style:none;
}
.pagination .page-numbers span,
.pagination .page-numbers a,
.pagination .page-numbers a:hover{
	display:flex;
	justify-content: center;
	align-items:center;
	width:30px;
	height:30px;
	font-weight: bold;
	line-height: 1;
	border-radius:50%;
}
.pagination .page-numbers a{
	color:var(--aitech-blue);
	background:var(--aitech-paleblue);
}
.pagination .page-numbers span,
.pagination .page-numbers a:hover{
	color:#fff;
	background:var(--aitech-blue);
}

section.single-content .entry-header{
	margin-bottom: 50px;
}
section.single-content .entry-header .heading{
	font-size: var(--fz28);
}

.post-navigation .nav-next a::before{
	content:"＜";
	margin-right: 0.5em;
}
.post-navigation .nav-previous a::after{
	content:"＞";
	margin-left: 0.5em;
}

@media (min-width: 769px) {

}
@media (max-width: 768px) {
	.post-list .post-item a{
		display:block;
	}
	.post-list .post-item a > *{
		width:100% !important;
	}
	
	section.single-content .entry-header .heading {
		font-size: var(--fz22);
	}
}

