/*!
Theme Name: nikko-recruit
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: nikko-recruit
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.

nikko-recruit 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 {
	--fz110: calc(110 / 16 * 1rem);
	--fz100: calc(100 / 16 * 1rem);
	--fz95: calc(95 / 16 * 1rem);
	--fz70: calc(70 / 16 * 1rem);
	--fz60: calc(60 / 16 * 1rem);
	--fz50: calc(50 / 16 * 1rem);
	--fz48: calc(48 / 16 * 1rem);
	--fz42: calc(42 / 16 * 1rem);
	--fz40: calc(40 / 16 * 1rem);
	--fz39: calc(39 / 16 * 1rem);
	--fz38: calc(38 / 16 * 1rem);
	--fz35: calc(35 / 16 * 1rem);
	--fz34: calc(34 / 16 * 1rem);
	--fz33: calc(33 / 16 * 1rem);
	--fz32: calc(32 / 16 * 1rem);
	--fz30: calc(30 / 16 * 1rem);
	--fz29: calc(29 / 16 * 1rem);
	--fz28: calc(28 / 16 * 1rem);
	--fz27: calc(27 / 16 * 1rem);
	--fz26: calc(26 / 16 * 1rem);
	--fz25: calc(25 / 16 * 1rem);
	--fz24: calc(24 / 16 * 1rem);
	--fz23: calc(23 / 16 * 1rem);
	--fz22: calc(22 / 16 * 1rem);
	--fz21: calc(21 / 16 * 1rem);
	--fz20: calc(20 / 16 * 1rem);
	--fz19: calc(19 / 16 * 1rem);
	--fz18: calc(18 / 16 * 1rem);
	--fz17: calc(17 / 16 * 1rem);
	--fz16: calc(16 / 16 * 1rem);
	--fz15: calc(15 / 16 * 1rem);
	--fz14: calc(14 / 16 * 1rem);
	--fz13: calc(13 / 16 * 1rem);
	--fz12_5: calc(12.5 / 16 * 1rem);
	--fz12: calc(12 / 16 * 1rem);
	--fz11: calc(11 / 16 * 1rem);
	--fz10: calc(10 / 16 * 1rem);
	--fz9: calc(9 / 16 * 1rem);
	--fz8: calc(8 / 16 * 1rem);

	--lh-body: 2.2;
	--lh-heading: 1.5;
	--lh-tight: 1.2;

	--blue: #1d2087;
	--light-blue: #ebedf9;
	--red: #9e3325;
	--green: #c9ff00;
	--light-green: #f4ffcc;

	--space-side-sp: 5%;
}

@media (max-width: 767px) {
	:root {
		--fz110: clamp(0.625rem, 32.2vw, 7.5rem);
		--fz100: clamp(0.625rem, 29.6vw, 6.25rem);
		--fz95: clamp(0.625rem, 28.6vw, 6.00rem);
		--fz70: clamp(0.625rem, 19.0vw, 4.375rem);
		--fz60: clamp(0.625rem, 17.0vw, 3.75rem);
		--fz50: clamp(0.625rem, 14.8vw, 3.125rem);
		--fz48: clamp(0.625rem, 14.31vw, 3rem);
		--fz42: clamp(0.625rem, 12.31vw, 2.625rem);
		--fz40: clamp(0.625rem, 11.31vw, 2.5rem);
		--fz39: clamp(0.625rem, 10.85vw, 2.3575rem);
		--fz38: clamp(0.625rem, 10.05vw, 2.1875rem);
		--fz35: clamp(0.625rem, 9.31vw, 2.1875rem);
		--fz34: clamp(0.625rem, 9.08vw, 2.12rem);
		--fz33: clamp(0.625rem, 8.8vw, 2.05rem);
		--fz32: clamp(0.625rem, 8.54vw, 2rem);
		--fz30: clamp(0.625rem, 7.99vw, 1.875rem);
		--fz29: clamp(0.625rem, 7.74vw, 1.8125rem);
		--fz28: clamp(0.625rem, 7.43vw, 1.75rem);
		--fz27: clamp(0.625rem, 7.19vw, 1.6875rem);
		--fz26: clamp(0.625rem, 6.92vw, 1.625rem);
		--fz25: clamp(0.625rem, 6.66vw, 1.5625rem);
		--fz24: clamp(0.625rem, 6.40vw, 1.5rem);
		--fz23: clamp(0.625rem, 6.13vw, 1.4375rem);
		--fz22: clamp(0.625rem, 5.84vw, 1.375rem);
		--fz21: clamp(0.625rem, 5.43vw, 1.3125rem);
		--fz20: clamp(0.625rem, 5.33vw, 1.25rem);
		--fz19: clamp(0.625rem, 5.05vw, 1.1875rem);
		--fz18: clamp(0.625rem, 4.78vw, 1.125rem);
		--fz17: clamp(0.625rem, 4.54vw, 1.0625rem);
		--fz16: clamp(0.625rem, 4.25vw, 1rem);
		--fz15: clamp(0.625rem, 4.0vw, 0.9375rem);
		--fz14: clamp(0.625rem, 3.72vw, 0.875rem);
		--fz13: clamp(0.625rem, 3.47vw, 0.8125rem);
		--fz12_5: clamp(0.625rem, 3.32vw, 0.78125rem);
		--fz12: clamp(0.625rem, 3.19vw, 0.75rem);
		--fz11: clamp(0.5625rem, 2.94vw, 0.6875rem);
		--fz10: clamp(0.5rem, 2.70vw, 0.625rem);
		--fz9: clamp(0.4375rem, 2.5vw, 0.5625rem);
		--fz8: clamp(0.375rem, 2.2vw, 0.5rem);
	}
}


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

/* 表示アニメーション
--------------------------------------------- */
/*
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: 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;
	cursor: pointer;
}

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

@font-face {
  font-family: "ShipporiGothicB2";
  src: url(assets/fonts/ShipporiGothicB2-Bold.woff) format("truetype");
  font-weight: bold;
  font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #231815;
	font-family: "ShipporiGothicB2", sans-serif;
	font-size: var(--fz17);
	line-height: 2;
	letter-spacing: 0.075em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "YakuHanJP", "ShipporiGothicB2", sans-serif;
	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%;
}

@media (min-width: 768px) {

}

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



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

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: #000;
}

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 #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 {

}

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



/* User Original
--------------------------------------------- */

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

p {
	margin-bottom: 0;
}

p + h2, p + h3, p + h4,
table + h2, table + h3, table + h4{
/* 	margin-top:50px; */
}

p + p {
	margin-top: 1.5em;
}

a{
	color: #000;
	text-decoration:none;
	background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

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

address{
	font-style:normal;
}

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


.c-inner{
	max-width: 950px;
	width: 85%;
	padding:15vw 0;
	margin: 0 auto;
	transition: all 0.3s ease-in-out 0s;
}

.c-inner--wide{
	max-width: 1100px;
}

@media (min-width: 1440px){
	.c-inner{
		max-width: 1050px;
	}
	.c-inner--wide{
		max-width: 1200px;
	}
}

@media (min-width: 1600px){
	.c-inner{
		max-width: 1200px;
	}
	.c-inner--wide{
		max-width: 1350px;
	}
}


.c-title{
    display: flex;
    flex-direction: column;
    gap: 1em;
    text-align: center;
    margin-bottom: 50px;
}
.c-title__main{
    font-size: var(--fz40);
    line-height: 1;
}
.c-title__sub{
	font-size: var(--fz22);
    line-height: 1;
}

@media (max-width: 767px) {
	.c-title{
		margin-bottom: 30px;
	}
	
	.c-title__main{
		font-size: var(--fz26);
	}
	
	.c-title__sub{
		font-size: var(--fz17);
	}
}


.tag-list{
	display:flex;
	flex-wrap:wrap;
	gap:0.5em;
}
.tag-list .tag-item{
	display:flex;
	font-size: var(--fz12);
	line-height:1;
	letter-spacing:0;
	background: var(--beige);
	border-radius:999px;
	padding:0.35em 1.35em;
}


.acc-wrap {
	overflow: hidden;
}

.acc-btn {
	display: flex;
    justify-content: space-between;
    align-items: center;
	cursor: pointer;
	line-height: 1.45;
	position: relative;
}

.acc-btn > span{
	display:block;
	width:30px;
	aspect-ratio:1/1;
	margin-left: 0.5em;
	position:relative;
}

.acc-btn > span::before,
.acc-btn > span::after{
	content: '';
	display: block;
	width:65%;
	height:2px;
	background:#000;
	position: absolute;
	left: 50%;
    top: 50%;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.acc-btn > span::before {
	transform: translate(-85%, -50%) rotate(45deg);
}

.acc-btn > span::after {
	transform: translate(-15%, -50%) rotate(-45deg);
}

.acc-btn.acc-open > span::before {
    transform: translate(-85%, -50%) rotate(-45deg);
}

.acc-btn.acc-open > span::after {
    transform: translate(-15%, -50%) rotate(45deg);
}

.acc-cont {
	line-height: 1.8;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 767px) {
	.acc-btn > span{
		width:15px;
	}
}

.filter{
	position:relative;
}
.filter::before{
	content:"";
	display:block;
	background-color:rgba(0,0,0,0.3);
	position:absolute;
	inset:0;
	z-index:1;
}
.filter > *{
	position:relative;
	z-index:2;
}

.fix-bnr{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:3;
}
.fix-bnr a{
	display:flex;
	justify-content: center;
	align-items:center;
	width:200px;
	height:120px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}

svg|a:link,
svg|a:visited {
	cursor: pointer;
}

@media (min-width: 768px) {
	.is-pc-none {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.is-sp-none {
		display: none !important;
	}
	
	.fix-bnr{
		bottom: 110px;
	}
}


/* button
--------------------------------------------- */
.c-btn-wrap{
	display: flex;
    gap: 25px;
	margin-top:2em;
}

.c-btn-group--center{
	justify-content: center;
	text-align: center;
}

.c-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 2em;
	color: #000;
	border: 1px solid #000;
	background:#fff;
	font-size: var(--fz15);
	font-weight: 500;
	line-height: 1.4;
	padding: 1.0em 1.5em;
	position: relative;
	white-space:nowrap;
	transition:
		color 0.3s ease,
		background-color 0.3s ease
	;
}

* + .c-more-btn{
	margin-top:2em;
}

.c-more-btn:hover {
	color: #fff;
	background-color: #000;
}

.c-btn__arrow {
	position: relative;
	display: inline-block;
	width: 0.75em;
	height: auto;
	aspect-ratio:33/62;
}

.c-btn__arrow::before,
.c-btn__arrow::after {
	content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
    height: 1px;
    border-radius: 9999px 0 0 9999px;
    background-color: #000000;
    transform-origin: calc(100% - 0.05em) 50%;
	transition:
		background-color 0.3s ease
	;
}

.c-btn__arrow::before {
	transform: rotate(45deg);
}

.c-btn__arrow::after {
	transform: rotate(-45deg);
/* 	transform-origin: calc(100% - 1px) 50%; */
}

a:hover .c-btn__arrow::before,
a:hover .c-btn__arrow::after{
	background-color: #fff;
}

.c-blue-btn,
.c-green-btn,
.c-red-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
	border-radius:999px;
	border:1px solid transparent;
	padding: 1.8em 2.5em;
	position: relative;
	white-space:nowrap;
	transition:
		color 0.3s ease,
		border 0.3s ease,
		background 0.3s ease
	;
}

.c-blue-btn {
	background-image: linear-gradient(90deg, var(--blue), #0098dd);
}

.c-green-btn {
	color: #000;
	background-image: linear-gradient(90deg, #fff, var(--green));
}

.c-red-btn {
	color: #fff;
	background: var(--red);
	
}

.c-external-link__icon{
	min-width:23px;
}

.c-circle-btn{
	display:flex;
	justify-content: center;
	align-items:center;
	width:56px;
	height:auto;
	aspect-ratio:1/1;
	border:2px solid #000;
	border-radius:50%;
}


.c-blue-btn .c-btn__arrow,
.c-green-btn .c-btn__arrow,
.c-red-btn .c-btn__arrow{
    aspect-ratio: 1 / 1;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 1.8em;
	transition:
		border 0.3s ease
	;
}

.c-blue-btn .c-btn__arrow::before,
.c-blue-btn .c-btn__arrow::after,
.c-green-btn .c-btn__arrow::before,
.c-green-btn .c-btn__arrow::after,
.c-red-btn .c-btn__arrow::before,
.c-red-btn .c-btn__arrow::after{
	width: 40%;
	right: 32%;
}

.c-circle-btn .c-btn__arrow::before,
.c-circle-btn .c-btn__arrow::after {
    height: 2px;
}

.c-blue-btn .c-btn__arrow,
.c-red-btn .c-btn__arrow{
    border-color:#fff;
}

.c-blue-btn .c-btn__arrow::before,
.c-blue-btn .c-btn__arrow::after,
.c-red-btn .c-btn__arrow::before,
.c-red-btn .c-btn__arrow::after,
.c-circle-btn:hover{
	background-color: #fff;
}

.c-green-btn .c-btn__arrow{
    border-color:#000;
}

.c-green-btn .c-btn__arrow::before,
.c-green-btn .c-btn__arrow::after,
.c-circle-btn .c-btn__arrow::before,
.c-circle-btn .c-btn__arrow::after,
.c-circle-btn:hover .c-btn__arrow::before,
.c-circle-btn:hover .c-btn__arrow::after{
	background-color: #000;
}


.c-blue-btn:hover,
.c-green-btn:hover,
.c-red-btn:hover{
/* 	background:#fff; */
}

.c-blue-btn:hover {
	color:var(--blue);
	border-color: var(--blue);
	background-color:#fff;
	background-image: linear-gradient(90deg, #fff, #fff);
}

.c-blue-btn:hover .c-btn__arrow{
	border-color:var(--blue);
}

.c-blue-btn:hover .c-btn__arrow::before,
.c-blue-btn:hover .c-btn__arrow::after{
	background-color: var(--blue);
}

.c-green-btn:hover {
	color: #000;
	border-color: var(--green);
	background-color:#fff;
	background-image: linear-gradient(90deg, #fff, #fff);
}

.c-green-btn:hover .c-btn__arrow::before,
.c-green-btn:hover .c-btn__arrow::after{
	background-color: #000;
}

.c-red-btn:hover {
	color: var(--red);
	border-color: var(--red);
	background:#fff;
}

.c-red-btn:hover .c-btn__arrow{
	border-color:var(--red);
}

.c-red-btn:hover .c-btn__arrow::before,
.c-red-btn:hover .c-btn__arrow::after{
	background-color: var(--red);
}

@media (max-width: 767px) {
	.c-more-btn {
		max-width: 100%;
		min-height: 50px;
		font-size: var(--fz14);
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
	
	.c-btn-wrap{
		gap:15px;
	}
	
	.c-blue-btn,
	.c-green-btn,
	.c-red-btn{
		font-size: var(--fz14);
		padding: 1.3em 1.5em;
	}
}



/*--------------------------------------------------------------
# 共通パーツ（Utility）
--------------------------------------------------------------*/
.u-bg-light-blue {
	background-color: var(--light-blue);
}

.u-bg-light-gray {
	background: url(assets/img/bg_light-gray_pattern.webp) center top #fafafa;
}

.u-bg-gray {
	background: url(assets/img/bg_gray_pattern.webp) center top #fff;
}

.u-bg-blue-gradation {
	background: url(assets/img/bg_blue-gradation.webp) center top #2b5eb3;
	background-size:cover;
}

.u-bg-green{
	background-color:var(--green);
}

.u-bg-light-green{
	background-color:var(--light-green);
}

.u-bg-green-gradation {
	background-image: linear-gradient(90deg, #fff, var(--green));
}

span.u-bg-green,
.u-bg-text-green{
	display:inline-block;
	background-color:var(--green);
}

span.u-bg-white,
.u-bg-text-white{
	display:inline-block;
	background:#fff;
	padding:0.1em 0.2em;
}

.u-border-bottom{
	border-bottom:1px solid #000;
}


.u-font-yaku,
.wp-block-heading{
	font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.u-font-en,
.c-qa__q-text::before {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.085em;
	text-transform: uppercase;
}


.u-contents-width{
	max-width:950px;
	width:82%;
	margin:0 auto
}
.u-contents-width-wide{
	max-width:1100px;
	width:90%;
	margin:0 auto
}

.u-red{
	color:var(--red);
}

.u-white,
.u-color-white,
.u-text-white{
	color:#fff;
}

.u-small{
	font-size:0.7em;
}

.u-text-center{
	text-align:center;
}
.u-text-right{
	text-align:right;
}
.u-object-right{
	margin-left:auto;
}
.u-object-center{
	margin-left: auto;
	margin-right: auto;
}

.u-visually-hidden{
	position:absolute !important;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border:0;
}

.u-tategaki{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.is-flex {
	display: flex;
}
.u-row-reverse{
	flex-direction: row-reverse;
}
ul.is-flex,
ul.is-flex-pc,
ol.is-flex,
ol.is-flex-pc{
	padding:0;
	margin:0;
	list-style:none;
}

@media (min-width: 768px) {
	.u-tategaki-pc{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.u-object-right-pc{
		margin-left:auto;
	}
	.u-object-center-pc{
		margin-left: auto;
		margin-right: auto;
	}
	
	.is-flex-pc {
		display: flex;
	}

}
@media (max-width: 767px) {
	.u-tategaki-sp{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.u-object-right-sp{
		margin-left:auto;
	}
	.u-object-center-sp{
		margin-left: auto;
		margin-right: auto;
	}
	
	.is-flex-sp {
		display: flex;
	}
}


.u-flex-cols{
	display:flex;
	flex-wrap:wrap;
	gap:var(--row-gap, 60px) var(--col-gap, 8.5%);
}
.u-flex-cols > *{
	flex:0 0 calc((100% - (var(--col-gap) * (var(--cols) - 1))) / var(--cols));
}

.u-cols-2{
	--cols:2;
	--col-gap:8.5%;
	--row-gap:80px;
}
.u-cols-3{
	--cols:3;
	--col-gap:5%;
	--row-gap:60px;
}



.js-scroll-fadein {
	--fade-delay: 0s;

	opacity: 0;
	filter: blur(6px);
	transform: translateY(10px);

	transition:
		opacity 1.2s ease var(--fade-delay),
		filter 1.2s ease var(--fade-delay),
		transform 1.2s ease var(--fade-delay);
}

.js-scroll-fadein.is-done {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0);
}





/*--------------------------------------------------------------
# カードリスト
--------------------------------------------------------------*/

.c-card__list-items{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px 3%;
	padding: 60px 0 0;
	margin:0;
	counter-reset: listnum;
	list-style: none;
}

.c-card__list-item-inner{
	height:100%;
	background:#fff;
	border-radius:20px;
	padding:50px 7% 35px;
	position:relative;
}

.is-not-aligned .c-card__list-item-inner{
	height:auto;
}

.c-card__list-item-inner::before{
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
    display: flex;
    justify-content: center;
	width: 135px;
	font-size:var(--fz24);
	color:var(--red);
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100%;
    padding: 50px 0 0;
	position:absolute;
	top:-55px;
	left:50%;
	transform: translate(-50%, 0);
}

.c-card__list-item.is-width-full{
	grid-column: 1 / -1;
}

.c-card__list-item.is-width-full .c-card__list-item-inner{
	height:auto;
}

.c-card__item-heading{
	display: flex;
    gap: 0.3em;
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
	font-size:var(--fz33);
	margin-bottom:0.8em;
	position:relative;
}

.c-card__list-item p{
	font-size:var(--fz14);
}





/*--------------------------------------------------------------
# モーダル表示
--------------------------------------------------------------*/

.c-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}

.c-modal.is-open {
	visibility: visible;
	opacity: 1;
}

.c-modal__overlay {
	position: fixed;
	inset: 0;
	background: rgba(201, 255, 0, 0.2);
}

.c-modal__container {
	position: relative;
	z-index: 1;
	width: min(1000px, calc(100% - 40px));
	margin: 80px auto;
}

.c-modal--full {
	background-image: linear-gradient(90deg, #1d2087, #0098dd);
}

.c-modal--full .c-modal__overlay {
	display: none;
}

.c-modal--full .c-modal__container {
	width: 100%;
	max-width: none;
	padding: 80px 0;
	margin: 0;
}

.c-modal__content-title{
	margin-bottom:1.2em;
}

.c-modal__content-title span{
	font-size: var(--fz20);
	color:var(--red);
	line-height:1;
	border-radius:999px;
	border:1px solid var(--red);
	padding:0.5em 1em;
}

.c-modal__content-heading{
	font-size: var(--fz34);
	line-height:1.5;
	margin-bottom:1em;
}

.c-modal__content-text{
	font-size: var(--fz18);
}

body.is-modal-open {
	overflow: hidden;
}

.c-modal__close{
	display: flex;
    align-items: center;
    gap: 0.3em;
	font-size: var(--fz20);
	color:var(--red);
    line-height: 1.4;
	border-radius: 0;
	background:transparent;
	border:0;
	border-bottom:1px solid var(--red);
	padding:0;
	transition:
		color 0.3s ease,
		border 0.3s ease,
		background 0.3s ease
	;
}

.c-icon__x{
}

.c-icon__x span{
	display:block;
	width: 20px;
	position: relative;
}

.c-icon__x span::before,
.c-icon__x span::after {
	content: "";
	width: 100%;
	height: 1px;
	display: inline-block;
	background: var(--red);
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	transition:
		background 0.3s ease
	;
}

.c-icon__x span::before {
  transform: rotate(45deg);
}
.c-icon__x span::after {
  transform: rotate(-45deg);
}

.c-modal__close:hover{
	color:#000;
	border-bottom:1px solid #000;
}

.c-modal__close:hover .c-icon__x span::before,
.c-modal__close:hover .c-icon__x span::after{
	background: #000;
}

@media (min-width: 768px) {

}
@media (max-width: 767px) {
	.c-modal__content-title {
	    text-align: center;
	}
	
	.c-modal__content-title span {
	    font-size: var(--fz17);
	}
	
	.c-modal__content-heading {
	    font-size: var(--fz21);
	}
	
	.c-modal__content-text {
	    font-size: var(--fz15);
	}
	
	.c-modal__close{
		font-size: var(--fz17);
	}
}


/* 学校関係者へ、保護者の方へ */
.c-modal--message .c-modal__container {
	background: #fff;
	border-radius: 50px;
	padding:60px;
}

@media (min-width: 768px) {

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


/* 職場見学について */
.c-modal--flow .c-modal__container {
	background: transparent;
}

.c-modal--flow .c-modal__content{
	width:90%;
	max-width:1100px;
	margin-inline:auto;
}

.c-modal--flow-list{
	display:flex;
	gap: 5%;
	padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 35px;
}

.c-modal--flow-list-item-img{
    margin-bottom: 25px;
}

.c-modal--flow-list-item-text{
	display:flex;
	justify-content: center;
	align-items:center;
	min-height:86px;
	font-size: var(--fz18);
	line-height: 1.5;
    text-align: center;
	border-radius:8px;
	border:1px solid #000;
	position:relative;
}

.c-modal--flow-list-item-note{
	font-size: var(--fz14);
	line-height: 1.5;
	color:#fff;
	margin-top:0.5em;
}

.c-modal--flow-list-item-text::after{
	content:"";
	display:block;
	width:38%;
	height:2px;
	background:var(--red);
	position:absolute;
	top:50%;
	left:100%;
	z-index: 1;
}

.c-modal--flow-list-item:last-child .c-modal--flow-list-item-text::after{
	display:none;
}

.c-modal--flow .c-modal__close{
	color: #fff;
	border-color: #fff;
}

.c-modal--flow .c-icon__x span::before,
.c-modal--flow .c-icon__x span::after{
	background: #fff !important;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
	.c-modal--flow .c-modal__content{
		width: 80%;
	}
	
	.c-modal--flow-list{
		flex-direction: column;
		gap: 17vw;
		width: 65vw;
        margin-inline: auto;
	}
	
	.c-modal--flow-list-item{
		position:relative;
	}

	.c-modal--flow-list-item-img{
		margin-bottom: 15px;
	}

	.c-modal--flow-list-item-text::after{
		width: 2px;
		height: 100%;
		top: 100%;
		left: 90%;
	}
	
	.c-modal--flow-list-item-note {
	    position:absolute;
	    left:0;
	    bottom:-1.5em;
	}

}


/* 借り上げ社宅制度について */
.c-modal--housing .c-modal__container {
	background: #fff;
	border-radius: 50px;
}

.c-modal--housing .c-modal__container {
	background: #fff;
	border-radius: 50px;
	padding:60px;
}

.c-modal--housing .c-modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(248, 248, 249, 0.85);
}

@media (min-width: 768px) {

}
@media (max-width: 767px) {
	.c-modal--message .c-modal__container,
	.c-modal--housing .c-modal__container {
	    border-radius: 30px;
	    padding: 40px 10%;
	    width: 100vw;
	}
}






/*--------------------------------------------------------------
# 共通部分（Layout）
--------------------------------------------------------------*/
.c-header{
	display: flex;
    justify-content: space-between;
    align-items: center;
	width:100%;
	padding-right: 5%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:3;
	transition:
		padding 0.3s ease
	;
}

.c-header__inner{
	display:flex;
	justify-content: space-between;
	align-items:center;
	height: 100%;
	padding:10px 3%;
}

.c-header__site-logo{
    flex: 0 0 30%;
    max-width: 300px;
    border-radius: 0 0 35px 0;
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
	background: #fff;
    padding: 20px 30px 20px 20px;
	transition:
		max-width 0.3s ease,
		padding 0.3s ease
	;
}

.c-header__nav ul{
	display:flex;
	justify-content: flex-end;
	gap: 15px;
	padding:0;
	margin:0;
	list-style:none;
}

.c-header__nav ul a,
.c-header__nav ul button{
	display:flex;
	justify-content: center;
	align-items:center;
	min-height:45px;
	font-size: var(--fz14);
	color:#000;
	line-height:1;
	background:#fff;
	border-radius:999px;
	border:1px solid #000;
	padding:0 1.75em;
	cursor: pointer;
	transition:
		color 0.3s ease,
		border 0.3s ease,
		background 0.3s ease
	;
}

.c-header__nav .c-header__nav-entry a{
	font-size: var(--fz22);
	letter-spacing: 0.05em;
	background-color: var(--green);
}

.c-header__nav ul a:hover,
.c-header__nav ul button:hover{
	color:#fff;
	background:#000;
}

.is-scrolled .c-header{
	padding-right: 3%;
}

.is-scrolled .c-header__site-logo{
    max-width: 200px;
    border-radius: 0 0 25px 0;
    padding: 10px 20px 10px 15px;
}

.is-scrolled .c-header__nav ul a,
.is-scrolled .c-header__nav ul button{
	min-height:38px;
}

.c-main{
	padding-top:0;
}

.c-section__inner{
	padding:7vw 0;
}

.c-main .u-bg-blue-gradation{
	min-height:75px;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
	.c-header__site-logo{
		flex: 0 0 45%;
		padding: 20px 7vw 20px 5vw;
	}
	.is-scrolled .c-header__site-logo {
	    flex: 0 0 30%;
	    padding: 10px 5vw 10px 3vw;
	}
	
	.c-section__inner {
	    padding: 15vw 0;
	}
	
	.c-header__nav .c-header__nav-entry a {
		min-height: 38px;
	    font-size: var(--fz18);
	    padding: 0 1.3em;
	}
}



/* section title
--------------------------------------------- */

.c-section__title {
	text-align: center;
	margin-bottom: 4vw;
}

.c-section__title__en {
	color: var(--pink);
	font-size: var(--fz16);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
}

.c-section__title__ja {
	font-size: var(--fz35);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.15em;
	margin-top: 0.35em;
}

@media (min-width: 768px) {

	.c-section__title__en {
		font-size: var(--fz17);
	}

	.c-section__title__ja {
		font-size: var(--fz38);
	}

}

@media (max-width: 767px) {

	.c-section__title__en {
		font-size: var(--fz13);
	}

	.c-section__title__ja {
		font-size: var(--fz28);
		letter-spacing: 0.12em;
		margin-top: 0.4em;
	}

}



/*--------------------------------------------------------------
# HOME - Main Visual
--------------------------------------------------------------*/

.home-mv {
	width: 100%;
	overflow: hidden;
}

.home-mv__inner {
	width: 100%;
}

.home-mv__visual {
	height: calc(100vh - 75px);
	max-height:800px;
	position: relative;
	overflow: hidden;
}

.home-mv__slider,
.home-mv__slider .swiper-wrapper,
.home-mv__slide {
	width: 100%;
	height: 100%;
}

.home-mv__slide {
	overflow: hidden;
}

.home-mv__slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

.home-mv__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
/*
	transform: scale(1);
	transition: transform 7s ease-out;
*/
}

.home-mv__slide.swiper-slide-active .home-mv__image {
/* 	transform: scale(1.08); */
}

.home-mv__slide .home-mv__image {
/* 	transform: scale(1); */
}

.home-mv__slide.swiper-slide-active .home-mv__image {
/* 	transform: scale(1.08); */
}

.home-mv__copy {
	width:100%;
	max-width: 1600px;
	position: absolute;
	bottom: 0;
	left: 50%;
	padding:2% 3%;
	transform:translate(-50%,0);
	z-index: 2;
}

.home-mv__copy-text {
	font-size: var(--fz40);
	margin-bottom: 0.9em;
	line-height: 1;
}

.home-mv__copy-text  span {
	display: inline-block;
	line-height: 1.3;
	padding: 0 0.3em;
}

.home-mv__copy-catchcopy {
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.12em;
}

.home-mv__company-text{
	width:40px;
	position: absolute;
	z-index: 2;
	top:50%;
	right:4%;
	transform:translate(0, -50%);
}

@media (min-width: 768px) {
	.home-mv__copy {

	}

	.home-mv__copy-text {
	}

	.home-mv__copy-catchcopy {

	}
}

@media (max-width: 767px) {
	.home-mv__inner {
		display: block;
	}

	/* メインビジュアル */
	.home-mv__visual {

	}

	.home-mv__slider {

	}

	.home-mv__copy {
		padding: 5% 0;
	}

	.home-mv__copy-text {
		font-size: var(--fz26);
		letter-spacing: 0.08em;
	}

	.home-mv__copy-catchcopy {
		padding: 0 4%;
	}
	
	.home-mv__company-text{
		display:none;
	}
}



/*--------------------------------------------------------------
# Lead
--------------------------------------------------------------*/
.c-lead{
	position:relative;
}

.c-lead__inner{
	display:flex;
	gap:10%;
	width:82%;
	max-width:950px;
	padding: 10vw 0;
	margin-inline:auto;
}

.c-lead__title{
}

.c-lead__title .c-catchcopy{
	margin-bottom:15px;
}

.c-lead__title .c-catchcopy img{
	width: 85%;
    margin-inline: auto;
}

.c-lead__title--ja{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
	font-size:var(--fz42);
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.c-lead__title-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}

.c-lead__title-group span {
	display: inline-block;
	width: 100%;
	padding: 0.03em 0 0.06em 0.4em;
}

.c-lead-img{
	width:28%;
	max-width:500px;
	position:absolute;
	bottom:0;
	right:0;
	transform:translate(0,30%);
}

.c-lead-img img{
	border-radius:28px 0 0 28px;
}

@media (min-width: 768px) {
	.c-lead__title {
	    flex: 0 0 280px;
	}
}

@media (max-width: 767px) {
	.c-lead__inner{
		flex-direction: column;
		gap: 10vw;
		padding: 15vw 0;
	}
	
	.c-lead__title .c-catchcopy img {
	    width: 55%;
	}
	
	.c-lead__title--ja {
    	font-size: var(--fz27);
    }
	
	.c-lead-img{
		display:none;
	}
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.c-about__title{
	display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.c-about__title-sub{
	margin-left:0.5em;
}

.c-about__title-sub span{
	display:inline-block;
	line-height:1;
	border:1px solid #000;
	border-radius:999px;
	padding:0.5em 1em;
}

.c-about__title-main{
	font-size:var(--fz60);
	background:url(assets/img/bg_text_zigzag_green.webp) center center no-repeat;
	background-size:100%;
	padding: 0 0.0em 0 0.3em;
	margin:0;
}

.c-about__message{

}

.c-about__message-img{
	flex:0 0 43%;
}

.c-about__message-img img{
	aspect-ratio: 4 / 3;
    object-fit: cover;
	border-radius:0 58px 58px 0;
}

.c-about__message-text{
	max-width:580px;
}

.c-about__message-title--en{
	font-size:var(--fz22);
}

.c-about__message-title--ja{
	font-size:var(--fz30);
}

@media (min-width: 768px) {
	.c-about__message{
		display:flex;
		align-items: center;
		gap: 8%;
		padding-right: 5%;
	}
}

@media (max-width: 767px) {
	.c-about__message{
		display:block;
	}
	
	.c-about__title-main {
	    font-size: var(--fz28);
	}
	
	.c-about__message-img {
	    width: 90%;
	    margin-bottom: 7vw;
	}
	.c-about__message-text {
	    width: 92%;
	    margin-inline: auto;
	}
	.c-about__message-text-inner {
	    width: 82vw;
	    margin-inline: auto;
	}
	
	.c-about .c-btn-wrap{
		flex-wrap: wrap;
	}
}




/*--------------------------------------------------------------
# Job
--------------------------------------------------------------*/

/* Job Slider */

.c-job__slider {
	padding-bottom: 120px;
	position: relative;
}

.c-job__arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-job__prev,
.c-job__next {
	display: flex;
	align-items: center;
	gap: 14px;
	background: none;
	color: #fff;
	border: 0;
	padding: 0;
	cursor: pointer;
	transition:
		opacity 0.3s ease;
}

.c-job__arrow-icon {
	display: grid;
	place-items: center;
	max-width: 60px;
	width: 5vw;
	height: auto;
	aspect-ratio:1/1;
	border-radius: 50%;
	background: #c8ff00;
	position: relative;
	transition:
		background 0.3s ease;
}

.c-job__arrows button:hover .c-job__arrow-icon {
	background: #fff;
}

.c-job__arrows .swiper-button-disabled{
	opacity:0.5;
	pointer-events: none;
}

.c-job__arrows .swiper-button-disabled .c-job__arrow-icon{
	background: #bfbfbf;
}

.c-job__arrow-icon span {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 2px;
	margin: 16.3px 0;
	border-radius: 9999px;
	background-color: #000000;
}

.c-job__arrow-icon span::before,
.c-job__arrow-icon span::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	width: 70%;
	height: 2px;
	border-radius: 9999px;
	background-color: #000000;
}

.c-job__prev .c-job__arrow-icon span::before,
.c-job__prev .c-job__arrow-icon span::after {
	left: 0;
	transform-origin: 1px 50%;
}

.c-job__prev .c-job__arrow-icon span::before {
	transform: rotate(45deg);
}

.c-job__prev .c-job__arrow-icon span::after {
	transform: rotate(-45deg);
}

.c-job__next .c-job__arrow-icon span::before,
.c-job__next .c-job__arrow-icon span::after {
	right: 0;
	transform-origin: calc(100% - 1px) 50%;
}

.c-job__next .c-job__arrow-icon span::before {
	transform: rotate(45deg);
}

.c-job__next .c-job__arrow-icon span::after {
	transform: rotate(-45deg);
}

.c-job__arrow-text {
	font-size:var(--fz15);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.c-job__pagination{
	display:flex;
    flex-direction: column;
    gap: 1.25em;
	border-left: 1px solid #fff;
    padding: 0.3em 0.75em;
    margin-top: 20px;
}

.c-job__pagination .swiper-pagination-bullet{
	display: flex;
	width:100%;
	height:auto;
	text-align: left;
	opacity: 1;
	background:transparent;
	border-radius:0;
}

.c-job__pagination .swiper-pagination-bullet > span{
	display:inline-flex;
	gap:0.5em;
	color: #fff;
	padding: 0.4em 0.5em 0.2em 0.3em;
}

.c-job__pagination .swiper-pagination-bullet-active > span{
	color:#000;
	background-color: var(--green);
}

.c-job__pagination-num{
	flex:0 0 1.5em;
	font-size:var(--fz30);
	text-align: center;
}

.c-job__pagination-label{
	font-size:var(--fz25);
	letter-spacing:0.15em;
}

.c-job__pagination-label::before{
	content:"・";
}


/* =========================================
	Job Slider Animation
========================================= */

.c-job__item-img,
.c-job__detail-text__inner {
	opacity: 1;
	filter: blur(0);
}

/* 前スライドを即非表示 */
.c-job__item-img.is-hide,
.c-job__detail-text__inner.is-hide {
	opacity: 0;
	visibility: hidden;
	transition: none;
}


/* NEXT：右から
----------------------------------------- */
.c-job__item.is-enter-next .c-job__detail-text__inner.is-animate {
	animation: jobTextNext 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}


/* PREV：左から
----------------------------------------- */
.c-job__item.is-enter-prev .c-job__detail-text__inner.is-animate {
	animation: jobTextPrev 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}


/* 画像
----------------------------------------- */
.c-job__item-img.is-animate {
	animation: jobImageShow 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}


/* NEXT */
@keyframes jobTextNext {

	from {
		opacity: 0;
		filter: blur(6px);
		transform: translateX(20px);
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: translateX(0);
	}

}


/* PREV */
@keyframes jobTextPrev {

	from {
		opacity: 0;
		filter: blur(6px);
		transform: translateX(-20px);
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: translateX(0);
	}

}


/* Image */
@keyframes jobImageShow {

	from {
		opacity: 0;
		filter: blur(6px);
		transform: translateY(0);
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0);
	}

}

@media (min-width: 768px) {
	.c-job__arrows {
		position: absolute;
		left: 38%;
		right: 4%;
		bottom: 90px;
		z-index: 2;
	}
	.c-job__prev{
		flex-direction: row-reverse;
	}
	.c-job__inner > .c-btn-wrap{
		position: absolute;
	    bottom: 5vw;
	    left: 8%;
	}
	
	.c-job__item-img{
		flex: 0 0 32%;
		margin-left: 10%;
	    margin-right: -10%;
	}
}

@media (max-width: 767px) {
	.c-job__navigation{
	    display: flex;
		align-items: flex-end;
		justify-content: space-between;
		width: 100%;
	}
	.c-job__navigation .c-job__pagination.swiper-pagination-bullets{
		width:auto;
	}
	.c-job__pagination .swiper-pagination-bullet > span {
	    gap: 0.1em;
	}
	.c-job__pagination span.c-job__pagination-num{
		font-size: var(--fz19);
		padding:0.3em 0.2em 0.3em 0.3em;
	}
	.c-job__pagination span.c-job__pagination-label {
	    font-size: var(--fz16);
	    padding: 0.5em 0.3em 0.3em 0em;
	}
	
	.c-job__arrows{
		flex:1;
		max-width:45%;
	}
	
	.c-job__prev,
	.c-job__next{
		flex-direction: column;
	}
	
	.c-job__arrow-icon {
	    max-width: 45px;
	    width: 100%;
	}
}



/* Job Content */

.c-job{
	background-image: linear-gradient(90deg, #1d2087, #0098dd);
}

.c-job__inner {
	position: relative;
	padding-top: 6vw;
	padding-bottom: 180px;
}

.c-job__title-nav-wrap{
	display:flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
	width:90%;
	max-width: 1200px;
    margin: 0 auto 20px;
}

.c-job__title-inner{
    line-height: 1.0;
	background:#fff;
    border-radius: 30px;
	padding: 25px 35px;
	position:relative;
}

.c-job__title-inner::after{
	content:"";
	display:block;
	width:10%;
	height:auto;
	aspect-ratio:1/1;
	background:url(assets/img/fukidashi_triangle.svg) center top no-repeat;
	background-size:100%;
	position:absolute;
	left:15%;
	top:100%;
}

.c-job__title-main{
	font-size:var(--fz39);
    letter-spacing: 0.075em;
    margin-top: 0.5em;
}

.c-job__item{
	display:flex !important;
	align-items:center;
}

.c-job__item-img{
    position: relative;
}

.c-job__item-img img{
	aspect-ratio:1/1;
	object-fit:cover;
	border-radius:50px;
}

.c-job__detail-text{
	flex: 1;
	background:#fff;
	border-radius:58px 0 0 58px;
	border:1px solid #000;
	border-right:0;
	padding: 70px 5% 60px 18%;
}

.c-job__detail-text__inner{
	max-width:540px;
}

.c-job__item-num{
	display:flex;
	align-items:center;
	gap:10px;
	font-size:var(--fz20);
	line-height: 1.0;
	margin-bottom:0.8em;
}

.c-job__item-num::before{
	content:"";
	display:block;
	width:20px;
	height:1px;
	background:#000;
}

.c-job__detail-title{
	font-size:var(--fz40);
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.c-job__detail-title span{
	padding:0.15em 0.25em;
}

.c-job__detail-heading{
	font-size:var(--fz25);
	line-height: 1.7;
	margin-bottom: 1em;
}

.c-job-satisfaction{
	margin-top:30px;
}

.c-job-satisfaction__title{
	font-size:var(--fz23);
}



@media (min-width: 768px) {
	.c-job__inner > .c-btn-wrap{
		position: absolute;
	    bottom: 5vw;
	    left: 8%;
	}
	
	.c-job__item-img{
		flex: 0 0 32%;
		margin-left: 10%;
	    margin-right: -10%;
	}
}

@media (max-width: 767px) {
	.c-job__inner {
	    padding-top: 12vw;
	    padding-bottom: 12vw;
	}
	.c-job__title{
		margin: 0 auto 8vw;
	}
	.c-job__title-inner {
	    border-radius: 15px;
	    padding: 15px 25px;
	}
	.c-job__title-sub{
		font-size: var(--fz12);
	}
	.c-job__title-main{
		font-size: var(--fz26);
	}
	
	.c-job__title-nav-wrap{
		flex-direction: column;
		margin: 0 auto 10vw;
	}
	
	.c-job__item {
	    flex-direction: column;
	}
	
	.c-job__item-img{
		width: 82%;
	}
	.c-job__detail-text{
		border-radius:0;
		border-left:0;
		border-right:0;
		padding: 25vw 9% 60px;
		margin-top: -15vw;
	}
	
	.c-job__item-img img{
		aspect-ratio: 34 / 24;
	}
	
	.c-job__detail-title {
	    font-size: var(--fz30);
	}
	
	.c-job__detail-heading {
	    font-size: var(--fz22);
	}
	
	.c-job-satisfaction__title {
	    font-size: var(--fz20);
	}
	
	.c-job__inner .c-btn-wrap{
		margin-top: 12vw;
	}
}




/*--------------------------------------------------------------
# STAY TRUE, STAY BLUE. Slide
--------------------------------------------------------------*/

.c-catchcopy-slide{
	width:100%;
	overflow:hidden;
}

.c-catchcopy-slide__inner{
	display:flex;
	padding:25px 0;
}

.c-catchcopy-slide span{
	font-size:var(--fz100);
	color:var(--light-blue);
	line-height:1em;
	white-space:nowrap;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {

}



/*--------------------------------------------------------------
# Works
--------------------------------------------------------------*/

.c-works{
	
}

.c-works__inner{
	width:82%;
	max-width:1100px;
	margin-inline:auto;
}

.c-works__title{

}

.c-works__title-main{
	font-size:var(--fz30);
}

.c-works__title-sub{
	font-size:var(--fz20);
}

.c-works__title-main span,
.c-works__title-sub span{

}

.c-works__list{
	display:flex;
	gap:12vw 6%;
}

.c-works__list-item{
	flex:1;
}

.c-works__item-img{
	margin-bottom:25px;
}

.c-works__item-img img{
	border-radius:25px;
}

.c-works__item-title{
	font-size:var(--fz24);
}

.c-works__item-category{
	font-size:var(--fz16);
	line-height:1.4;
}

.c-works__item-category span{
	padding: 0.1em 0.3em;
}

.c-works__item-text{
	font-size:var(--fz14);
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
	.c-works__title-main {
	    font-size: var(--fz26);
	}
	
	.c-works__list {
	    flex-direction: column;
	}
	
	.c-works__title-sub {
	    font-size: var(--fz17);
	}
}




/*--------------------------------------------------------------
# Works
--------------------------------------------------------------*/

.c-flow__inner{
	display: flex;
    justify-content: space-between;
    align-items:center;
    gap: 8vw 5%;
	max-width:1100px;
	width:82%;
	padding: 3vw 0;
	margin-inline:auto;
}

.c-flow__title{
	display: flex;
    flex-direction: column;
    gap: 1em;
	white-space: nowrap;
}

.c-flow__title-main{
	font-size:var(--fz33);
	line-height:1;
}

.c-flow__title-sub{
	font-size:var(--fz22);
	line-height:1;
}

.c-flow__title-main span,
.c-flow__title-sub span{
	display:inline-block;
	background:#fff;
	padding:0.1em 0.2em;
}

.c-flow__text{
	font-size:var(--fz14);
	color:#fff;
}

.c-flow__inner .c-btn-wrap{
	margin:0;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
	.c-flow__inner{
		flex-direction: column;
		width: 75%;
		padding: 20vw 0;
	}

	.c-flow__title {
	    align-items: center;
    }

	.c-flow__title-main {
	    font-size: var(--fz24);
	}

	.c-flow__title-sub {
	    font-size: var(--fz17);
	}
}



/*--------------------------------------------------------------
# Our Strengths
--------------------------------------------------------------*/

.c-strengths__top{
	position:relative;
}

.c-strengths__inner{
	padding-bottom:0;
}

.c-strengths__title{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	width:90%;
	max-width:1200px;
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%,0);
	z-index:1;
}

.c-strengths__title01 .c-strengths__title-sub{
	font-size:var(--fz18);
}

.c-strengths__title01 .c-strengths__title-main{
	font-size:var(--fz100);
	line-height: 1.15;
	margin-top: 0.3em;
}

.c-strengths__title-img img{
	width:100%;
	border-radius:999px 999px 0 0;
	aspect-ratio:2/1;
	object-fit: cover;
}

.c-strengths__title02{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:0.5em;
	font-size:var(--fz42);
	line-height: 1.2;
	letter-spacing: 0.1em;
	padding-top: 1em;
}

.c-strengths__title02 span{
    padding: 0.5em 0.4em;
}

.c-strengths__title02 span:nth-child(2){
    margin-top:3.5em;
}

.c-strengths__list{
	background-image: linear-gradient(#f3f5ff, #e4ff9e);
}

.c-strengths__list-inner{
	width:90%;
	max-width:1100px;
	padding: 7vw 0 7vw;
	margin-inline:auto;
}

.c-strengths__list-items{

}

.c-strengths__list .c-card__list-item-inner::before{
	background-image: url(assets/img/strengths_num_bg.svg);
}

.c-strengths__list-item{

}

.c-strengths__item-heading{
	position:relative;
}

.c-strengths__list-item p{

}

.c-strengths__list-items + .c-btn-wrap{
	margin-top: 5em;
}

.c-strengths__list-items + .c-btn-wrap .c-red-btn{
	padding-left: 4em;
    gap: 2em;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
	.c-strengths__inner{
		    padding-top: 5vw;
	}
	
	.c-strengths__top {
	    padding-top: 10vw;
	}
	
	body.home .c-strengths__title{
		flex-direction: column;
	}
	
	.c-strengths__title01 .c-strengths__title-sub {
	    font-size: var(--fz13);
	    line-height: 1.5;
	}
	
	.c-strengths__title01 .c-strengths__title-main {
	    font-size: var(--fz40);
	    margin-top: 0.1em;
	}
	
	.c-strengths__title-img{
		overflow: hidden;
	}
	
	.c-strengths__title-inner{
	    width: 200%;
		border-radius: 999px 999px 0 0;
	    position: relative;
	    left: -50%;
	    overflow: hidden;
	}
	
	.c-strengths__title-img img{
		width:100vw;
		border-radius:0;
		margin-inline: auto;
		aspect-ratio:auto;
	}
	.c-strengths__title02 {
	    font-size: var(--fz28);
	    padding-top: 2.5em;
	    margin-left: auto;
	}
	
	body.home .c-strengths__title01{
		order:1;
	}
	
	body.home .c-strengths__title02{
		order:2;
	}
	
	.c-strengths__list-inner{
		width:100%;
		padding-top: 15vw;
		padding-bottom: 20vw;
	}
	.c-card__list-items {
	    display: flex;
	    flex-direction: column;
    }
	.c-card__item-heading {
	    font-size: var(--fz25);
	}
	
	.c-strengths__list-items + .c-btn-wrap {
	    margin-top: 3em;
	}
}



/*--------------------------------------------------------------
# Real Interview
--------------------------------------------------------------*/

.c-interview__inner{
	width:90%;
	max-width:1200px;
	padding: 5vw 0 7vw;
	margin-inline:auto;
}

.c-interview__img {
	display: grid;
}

.c-interview__img > div {
	overflow: hidden;
}

.c-interview__img img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	border-radius: 18px;
	object-fit: cover;
	display: block;
}

.c-interview__content{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	max-width:1150px;
    margin: -40px auto 0;
}

.c-interview__title-main{
	font-size:var(--fz95);
	line-height: 1.05;
	margin-bottom: 0.2em;
}

.c-interview__title-sub{
	font-size:var(--fz20);
	line-height: 1.05;
}

.c-interview__content .c-btn-wrap{
	margin: 0 0 30px;
}

.c-interview .c-blue-btn{
	padding-left:3.5em;
}

@media (min-width: 768px) {
	.c-interview__img {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
		align-items: start;
	}

	.c-interview__img01 {

	}

	.c-interview__img02 {
		margin-top: 55px;
	}

	.c-interview__img03 {
		margin-top: 110px;
	}
}

@media (max-width: 767px) {
	.c-interview__inner {
	    padding: 10vw 0 0;
	}
	
	.c-interview__img {
		display: flex;
        flex-direction: column;
        gap: 3vw;
		padding-left: 52%;
		position:relative;
	}

	.c-interview__img01 {
		width:48%;
		position:absolute;
		top:50%;
		left:0;
		transform: translate(0,-50%);
	}

	.c-interview__img02 {

	}

	.c-interview__img03 {

	}
	
	.c-interview__content{
		display:block;
	}
	.c-interview__title-main{
		font-size: var(--fz60);
	}
	.c-interview__title-sub {
	    font-size: var(--fz16);
	}
	
	.c-interview__content .c-btn-wrap {
		justify-content: center;
	    background: #fff;
	    border-top: 1px solid #000;
	    padding: 10vw 0;
	    margin: 15vw -5vw 0;
	}
}



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

# 建材工事部 働く環境 - WORK CULTURE

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

body.work-culture .c-strengths__inner{
	padding-top:8.5vw;
}

body.work-culture .c-strengths__title {
    top: 12vw;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
	body.work-culture .c-strengths__inner {
	    padding-top: 30vw;
	}
	
	body.work-culture .c-strengths__title {
	    top: 35vw;
	}
}


/*--------------------------------------------------------------
# 教育制度 - GROWTH SUPPORT
--------------------------------------------------------------*/

.c-growth-support__inner{
	max-width:1100px;
	width:82%;
	margin-inline:auto;
}

.c-growth-support__stepup-flow{
	margin-top: 50px;
}

.c-growth-support__stepup-detail{
	margin-top: 100px;
}

.c-growth-support__stepup-detail-list{
	display: flex;
    gap: 3%;
	padding:0;
	margin:0;
	list-style:none;
}

.c-growth-support__stepup-detail-item{
    flex: 1;
	background:#fff;
	border-radius: 20px;
    padding: 15px 3% 25px;
    position:relative;
}

.c-growth-support__stepup-detail-item::before{
    content:"";
    display:block;
    width:28%;
    max-width: 85px;
    height:auto;
    aspect-ratio:4/1;
    background:url(assets/img/support_curve_text.svg) center center no-repeat;
    position:absolute;
    top:-10%;
    left:5%;
}

.c-growth-support__stepup-year{
	margin-bottom: 0.6em;
}

.c-growth-support__stepup-detail-item-heading{
	display: flex;
    justify-content: center;
    align-items: center;
	min-height: 2.55em;
	font-size:var(--fz19);
	line-height: 1.3;
	text-align:center;
	margin-bottom: 0.75em;
}

.c-growth-support__stepup-detail-item-text{
	font-size:var(--fz13);
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
	.c-growth-support__stepup-flow{
		margin-left: -4vw;
		margin-right: -4vw;
	}
	
	.c-growth-support__stepup-detail-list{
		flex-direction: column;
		gap: 50px;
	}
	
	.c-growth-support__stepup-detail-item {
	    padding: 15px 10% 25px;
	}
	
	.c-growth-support__stepup-year {
	    margin-left: -3vw;
	}
}



/*--------------------------------------------------------------
# 認定制度 - CERTIFICATIONS
--------------------------------------------------------------*/

.c-certifications__inner{
	max-width:1100px;
	width:82%;
	margin-inline:auto;
}

.c-certifications__list{
	margin-top:50px;
}

.c-certifications__list-items {
	padding: 0;
	margin: 0;
	list-style: none;
}

.c-certifications__list-item + .c-certifications__list-item {
	margin-top: 40px;
}

.c-certifications__list-item-img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.c-certifications__list-item-heading {
	font-size: var(--fz22);
	line-height: 1.5;
}

.c-certifications__list-item-heading span {
	display: inline-block;
	padding: 0.2em 0.5em;
}

.c-certifications__list-item-text p {
	font-size: var(--fz14);
}

@media (min-width: 768px) {
	.c-certifications__list-item {
		display: grid;
		grid-template-columns: 280px 1fr;
		grid-template-areas:
			"image heading"
			"image text";
		column-gap: 7%;
		align-items: center;
	}

	.c-certifications__list-item-img {
		grid-area: image;
	}

	.c-certifications__list-item-heading {
		grid-area: heading;
		align-self: end;
		margin-bottom: 0.75em;
	}

	.c-certifications__list-item-text {
		grid-area: text;
		align-self: start;
	}
}

@media (max-width: 767px) {
	.c-certifications__list-item {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"heading"
			"image"
			"text";
		row-gap: 20px;
	}

	.c-certifications__list-item + .c-certifications__list-item {
		margin-top: 50px;
	}

	.c-certifications__list-item-heading {
		grid-area: heading;
		text-align: center;
	}

	.c-certifications__list-item-img {
		grid-area: image;
	}

	.c-certifications__list-item-text {
		grid-area: text;
	}

	.c-certifications__list-item-text p {
		line-height: 2;
	}
}



/*--------------------------------------------------------------
# 福利厚生 - BENEFIT
--------------------------------------------------------------*/

.c-benefit{
	background-image: linear-gradient(0deg, #1d2087, #0098dd);
}

.c-benefit__inner{
	max-width:1100px;
	width:82%;
	margin-inline:auto;
}

.c-benefit__list .c-card__list-item-inner::before{
	background-image: url(assets/img/benefit_num_bg.svg);
}

.c-benefit__list .c-card__item-heading span{
	padding: 0 0.3em;
}

.c-benefit__license-list ul{
	display:flex;
	flex-wrap:wrap;
	gap: 0.75em;
	padding:0;
	margin:0;
}

.c-benefit__license-list ul li{
	line-height: 1.3;
	margin: 0 0 0 1.7em;
}

.c-benefit__list .c-card__item-heading > span {
    position: relative;
}

.c-benefit__list-item-note{
	font-size:var(--fz10);
	position: absolute;
    top: -1.5em;
    right: 0;
}

.c-benefit .c-btn-wrap{
	justify-content: center;
}

.c-benefit .c-housing-btn{
	display: flex;
    align-items: center;
    gap: 1em;
    color: #fff;
	border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: transparent;
	padding: 0;
}

.c-benefit .c-housing-btn::before{
	content:"!";
	display:flex;
	justify-content: center;
	align-items:center;
	width:30px;
	height:auto;
	font-size:var(--fz25);
	aspect-ratio:1/1;
	color:var(--red);
	font-weight:bold;
	background:#fff;
	border-radius:50%;
}

.c-housing-btn .c-btn__arrow::before,
.c-housing-btn .c-btn__arrow::after{
    background-color: #fff;
}

.c-benefit__license-list-img img{
	border-radius: 20px;
}


.c-benefit__license{
	background:#fff;
	margin-top:40px;
}

.c-benefit__license-title{
	color:#fff;
	background:var(--red);
}

.c-benefit__license-list{
	padding: 40px 4%;
}

.c-benefit__license-list dl + dl{
	border-top:1px solid #000;
	padding-top: 20px;
    margin-top: 40px;
}

.c-benefit__license-list dt{
	text-align:center;
	margin-bottom:1.2em;
}

.c-benefit__license-support-available dt{
	font-size:var(--fz21);
}

.c-benefit__license-support-available dt span{
	display:inline-block;
	line-height:1;
	border:1px solid #000;
	border-radius:999px;
	padding:0.5em 1.5em;
}

.c-benefit__license-support-available2 dt{
	font-size:var(--fz18);
}


@media (min-width: 768px) {
	.c-benefit__license{
		display: flex;
		margin-bottom: 30px;
	}
	.c-benefit__license-title{
		flex:0 0 2.65em;
		display: flex;
		justify-content: center;
		align-items:center;
		font-size:var(--fz19);
		writing-mode: vertical-rl;
		padding: 1em 0;
	}
}

@media (max-width: 767px) {
	.c-benefit__inner{
		width:100%;
	}
	
	.c-benefit__inner > p{
		width:82%;
		margin-inline:auto;
	}
	
	.c-benefit__list{
		margin-top: 10vw;
	}
	
	.c-benefit__license-title {
	    font-size:var(--fz19);
	    text-align: center;
	    padding: 0.5em;
	}
	
	.c-benefit__license-list ul{
		flex-direction: column;
	}
	
	.c-benefit__item-heading{
		font-size: var(--fz23);
	}
	
	.c-benefit__license-list-img{
		width:86%;
		margin-inline:auto;
	}
}





/*--------------------------------------------------------------
# よくある質問 - Q&A
--------------------------------------------------------------*/

.c-qa__inner{
	max-width:1050px;
	width:82%;
	margin-inline:auto;
}


.c-qa__list-item{
	background: #fff;
	border-radius:15px;
}

.c-qa__list-item + .c-qa__list-item{
	margin-top:1em;
}

.c-qa__q{
	padding:1.4em 2em 1.4em 1.4em;
}

.c-qa__q-text,
.c-qa__a-text{
	display: flex;
    align-items: flex-end;
}

.c-qa__q-text{
	font-size: var(--fz22);
}

.c-qa__q-text::before,
.c-qa__a-text::before{
	flex: 0 0 70px;
	content:"Q";
	font-size: var(--fz38);
	color:var(--red);
	line-height:1;
}

.c-qa__a{
	font-size: var(--fz16);
}

.c-qa__a-text{
	align-items: flex-start;
	border-top: 1px solid rgba(0,0,0,0);
    padding: 1.4em 3em 1.4em 1.4em;
    transition:
		border 0.3s ease
	;
}

.acc-open + .c-qa__a .c-qa__a-text{
	border-color: rgba(0,0,0,1);
}

.c-qa__a-text::before{
	content:"A";
	padding-left: 0.1em;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
	.c-qa__inner{
		width:100%;
	}
	
	.c-qa__q {
	    padding: 1.0em 1.3em 1.0em 1.0em;
	}
	
	.c-qa__q-text {
		align-items: center;
	    font-size: var(--fz16);
	}
	
	.c-qa__a-text {
	    padding: 1.2em 1em 1.2em 1.0em;
	}
	
	.c-qa__a {
	    font-size: var(--fz15);
	}
}





/*--------------------------------------------------------------
# Recruit Entry!
--------------------------------------------------------------*/

a.c-entry-btn{
	display:block;
}

.c-entry__inner{
	width:90%;
	max-width:1150px;
	margin-inline:auto;
}

.c-entry__title-main{
	font-size:var(--fz110);
	line-height: 1.05;
	background:url(assets/img/bg_text_zigzag_white.webp) left center no-repeat;
	background-size:contain;
	padding: 0.15em 0.0em 0.15em 0.1em;
	margin-bottom: 0.2em;
}


.c-entry__content{
	display:flex;
	align-items:center;
	gap: 30px;
}

.c-entry__text{
	font-size:var(--fz25);
	line-height: 1.8;
}

.c-entry__content .c-btn-wrap{
	margin:0;
}

a.c-entry-btn .c-circle-btn{
	position: relative;
	left:0;
	transition:
		left 0.3s ease,
		background 0.3s ease
	;
}

a.c-entry-btn:hover{
	background:#fff;
}

a.c-entry-btn:hover .c-entry__title-main{
	background-image:url(assets/img/bg_text_zigzag_green.webp);
}

a.c-entry-btn:hover .c-circle-btn{
	background:#fff;
    left: 10px;
}

a.c-entry-btn:hover .c-btn__arrow::before,
a.c-entry-btn:hover .c-btn__arrow::after{
	background:#000;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
	.c-entry__inner {
	    width: 92%;
	}
	
	.c-entry__title-main{
		font-size: var(--fz40);
	}
	
	.c-entry__content{
		flex-direction: column;
	}
	
	.c-entry__text {
	    font-size: var(--fz16);
	    letter-spacing: 0.05em;
	}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.c-pagetop-link a{
	display:flex;
	justify-content: center;
	align-items:center;
	font-size:var(--fz24);
	color:#fff;
	line-height: 1.0;
	border-bottom:1px solid transparent;
	background:transparent;
	padding:2em 0;
}

.c-pagetop-link a:hover{
	color:#000;
	background:#fff;
	border-bottom:1px solid #000;
}


.c-footer {
	background: #fff;
}

.c-footer__main {

}

.c-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	width:90%;
	max-width:1200px;
	margin-inline:auto;
	padding-top: 55px;
	padding-bottom: 55px;
}

.c-footer__company {
	display: flex;
	align-items: center;
	gap: 70px;
	flex: 1;
	font-style: normal;
	margin: 0;
}

.c-footer__company-logo {
	flex: 0 0 auto;
}

.c-footer__company-logo img {
	display: block;
	width: 270px;
	height: auto;
}

.c-footer__company-info {
	display: flex;
	align-items: flex-start;
	gap: 80px;
}

.c-footer__address,
.c-footer__contact {
	font-size: var(--fz18);
	line-height: 1.8;
}

.c-footer__address p,
.c-footer__contact p {
	margin: 0;
}

.c-footer__corporate-link {
	margin-top: 0.5em !important;
}

.c-footer__corporate-link a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 2px;
}

.c-footer__corporate-link a::after {
	content: "↗";
	font-size: 0.9em;
}

.c-footer__contact {
	font-weight: 600;
	white-space: nowrap;
}

.c-footer__company-message {
	flex: 0 0 auto;
}

.c-footer__company-message img {
	display: block;
	width: 150px;
	height: auto;
}

.c-footer__copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 95px;
	text-align: center;
}

.c-footer__copyright small {
	font-size: var(--fz14);
}

@media (min-width: 768px) {
	.c-footer__company-info {
		flex-direction: row-reverse;
	}
}

@media (max-width: 767px) {
	.c-footer__inner {
		flex-direction: column;
		width: 100%;
	    padding: 0;
	}
	
	.c-footer__company{
		display:block;
		width: 100%;
	}
	
	.c-footer__company-logo {
	    display: flex;
	    justify-content: center;
	    padding: 8vw 0;
	    border-bottom: 1px solid #000;
	}
	
	.c-footer__company-message{
		display:none;
	}
	
	.c-footer__company-info {
	    flex-direction: column;
	    align-items: center;
	    gap: 5vw;
	    padding: 8vw 0;
	}
}



