/*!
Theme Name: job-navi
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: job-navi
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.

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0.05em;
	margin: 0 0 1.5em;
	clear: both;
}

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

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.0em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: url(img/bg.png) #f9f8bf;
}

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

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

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 {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 80px 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;
}



/* 全体
--------------------------------------------- */
*{ box-sizing:border-box; }

html { font-size: 62.5%; }

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}


body{
	color:#424242;
	font-weight: 400;
	font-style: normal;
}

a{
	text-decoration:none;
}

img{
	vertical-align:middle;
}

.icon{
	pointer-events: none;
}

/* Hewder, Footer
--------------------------------------------- */

#masthead{
	position: relative;
	display:flex;
	justify-content: center;
	max-width: 1300px;
	width: 95%;
	padding: 25px 0 25px;
	margin: 0 auto;
	overflow: inherit;
}
#masthead .site-title{
	line-height: 1;
	font-size: 1.5rem;
}
#masthead .site-branding {
    position: sticky;
    top: 0;
    left: 50%;
	margin-top: 10px;
    transform: translate(-50%);
}
#masthead .site-title a{
	display:block;
	text-align:center;
}
#masthead .site-title img{
	max-width:460px;
}
#masthead .site-title span{
	font-size: 1.5rem;
	font-weight: normal;
	margin-top: 0.5em;
	display: block;
}

.home #masthead{
	position: relative;
	justify-content: flex-start;
	padding: 25px 0;
}
.home #masthead .site-title a{
	display: flex;
	align-items: center;
}
.home #masthead .site-title img{
	max-width:330px;
}
.home #masthead .site-title span{
	font-size: 1.3rem;
	margin-top: 0;
	margin-left:1em;
}


.nav--menu:before {
	font-family: "FontAwesome";
	content: "\f0c9";
	font-weight: normal;
	padding-right: .5em;
}

/*.nav--search {
	position: relative;
	height: 32px;
	width: 32px;
}

.nav--search__form {
	position: absolute;
	top: 0;
	height: 32px;
	width: 32px;
}

.nav--search input[type="text"],
.nav--search .gsc-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	cursor: pointer;
	border-color: #bbbbbb;
	border-radius: 25px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.nav--search input[type="text"]:focus,
.nav--search .gsc-input:focus {
	min-width: 300px;
	cursor: text;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and ( max-width:479px ){
	.nav--search {
			height: 28px;
			width: 28px;
	}

.nav--search input[type="text"]:focus,
.nav--search .gsc-input:focus {
	min-width: 220px;
	-webkit-transform: translateX(-70%);
	-ms-transform: translateX(-70%);
	transform: translateX(-70%);
}
}

@media only screen and (min-width: 1025px) {
	.nav--search input[type="text"],
	.nav--search .gsc-input {
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.nav--search input[type="text"]:focus,
	.nav--search .gsc-input:focus {
		width: 260px;
		min-width: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.nav--search input[type="submit"],
.nav--search input[type="image"] {
	display: none;
}

.gsc-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	cursor: pointer;
	border-color: #bbbbbb;
	border-radius: 25px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gsc-input:focus {
	min-width: 300px;
	cursor: text;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (min-width: 1025px) {
	.gsc-input {
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.gsc-input:focus {
		width: 260px;
		min-width: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.icon--search {
	display: block;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	background: #FFFFFF;
	border-radius: 50%;
}

.icon--search:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

@media screen and ( max-width:479px ){
	.icon--search {
			height: 28px;
			width: 28px;
			line-height: 28px;
			font-size: 1.4rem;
	}
}

#search-wrap{
	position: fixed;
	top: 4%;
	right: calc(6.5% + 50px);
	z-index: 4;
}
.icon--search {
    color: #444;
}*/
td.gsc-search-button, button.gsc-search-button {
    display: block;
}
div#___gcse_0 {
	opacity: 0;
    display: flex;
    justify-content: space-between;
	width: 65px;
    padding: 10px 20px 10px 0;
    background: #fff;
    border-radius: 9999px;
	transition: all .5s ease;
	pointer-events: none;
}
.open div#___gcse_0 {
    opacity: 1;
    width: 230px;
	padding: 10px 20px 10px 20px;
	pointer-events: auto;
}
.nav--search + .close {
	opacity: 0;
    position: absolute;
    top: 0;
    right: 90px;
	display: none;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 2.2rem;
	transition: all .3s ease;
	pointer-events: none;
	cursor: pointer;
}
.nav--search.open + .close {
	opacity: 1;
	pointer-events: auto;
}
.nav--search.open + .close:hover {
	opacity: .6;
}
table#gs_id50 {
    margin-bottom: 0;
}
td#gs_tti50 {
    padding: 0;
}
div#gsc-iw-id1 {
	max-width: inherit;
    border: none;
}
button.gsc-search-button.gsc-search-button-v2 {
    width: 35px;
    height: 35px;
	padding: 0;
    background: transparent;
    border: none;
    padding: 0;
}
form.gsc-search-box.gsc-search-box-tools {
    margin-bottom: 0;
}
.gsc-search-button-v2 svg {
    display: none;
}
button.gsc-search-button.gsc-search-button-v2::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("./img/icon_search.svg") center center/31px auto no-repeat;
}
#search-wrap {
    position: relative;
	align-self: flex-start;
	margin-right: 75px;
	margin-left: auto;
	z-index: 1;
}
.h_search_btn {
	opacity: 1;
    position: absolute;
    top: 49%;
    right: 18px;
    display: block;
    width: 35px;
    height: 35px;
	background: url("./img/icon_search.svg") center center/31px auto no-repeat;
	transform: translateY(-50%);
	transition: all .3s ease;
	cursor: pointer;
	z-index: 1;
}
.h_search_btn:hover {
	opacity: .6;
}
.open .h_search_btn {
	opacity: 0;
	pointer-events: none;
}


#hamburger-menu-wrap{
	position: fixed;
	top: 4%;
	right: 5%;
	z-index: 4;
	width: 50px;
}
#hamburger {
	display: block;
/*
	position: absolute;
	top: 0px;
	left: 0px;
*/
	width: 100%;
	height: 35px;
	cursor: pointer;
	transition: 1s;
}
.inner_line {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #444;
	transition: 1s;
	border-radius: 4px;
}
#line1 {
	height: 2px;
	top: 0;
}
#line2 {
	height: 2px;
	top: 16px;
}
#line3 {
	height: 2px;
	top: 32px;
}
.hamburger-menu-txt{
	color:#444;
	text-align:center;
	transition: all 0.3s ease-in-out 0s;
}

.is-fixed-body .inner_line,
.is-fixed-body .icon--search {
	background-color: #03bae7;
}
.is-fixed-body .icon--search {
	color:#444;
}
.is-fixed-body .hamburger-menu-txt{
	color:#444;
}


.modal-content {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0px 0;
}
.modal-content .modal-close{
	position: absolute;
	top: 4%;
	right: 5%;
	width: 50px;
}
.modal-content .modal-close::before,
.modal-content .modal-close::after {
    content: none;
}
.modal-content #line1 {
    transform: rotate(45deg);
}
.modal-content #line2 {
   display: none;
}
.modal-content #line3 {
    transform: rotate(-45deg);
}
.modal-content #line1,
.modal-content #line3 {
	height: 2px;
	top: 16px;
}
.modal-content .hamburger-menu-txt {
    color: #000;
}
.modal-content .inner_line {
    background-color: #000;
}

.modal-wrap {
    z-index: 5;
}
.modal-wrap .modal-content{
	display:flex;
	justify-content: center;
	align-items: center;
}
.modal-content .title-logo {
    margin-bottom:30px;
}
.modal-content .title-logo img {
    width:250px;
}
.modal-nav{
/* 	display: block; */
	text-align: center;
}
.modal-nav #primary-menu{
	padding:0;
	margin:0;
	list-style:none;
	font-size: 2.2rem;
}
.modal-nav #primary-menu li{
	padding:5px;
}

.modal-content .nav-sns{
	display:flex;
	justify-content: center;
	border-top: 1px solid rgba(0,0,0,0.15);
	margin-top: 25px;
}
.modal-content .nav-sns a{
	display:block;
	font-size:1.4em;
	color: #000;
	padding:15px 25px;
}

.modal-overlay {
    background: rgba(255, 255, 255, 1.0);
    z-index: 4;
}
/**/
div#hamburger-menu-wrap, .modal-content .modal-close {
	top: 35px;
	width: 60px;
}
div#hamburger-menu-wrap {
	right: calc((100% - 1300px) / 2);	
}
div#hamburger-menu-wrap span#line1 {
    left: auto;
    right: 0;
	width: 80%;
}
div#hamburger-menu-wrap span#line2 {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}
div#hamburger-menu-wrap span#line3 {
    width: 80%;
}
.gsc-control-searchbox-only.gsc-control-searchbox-only-ja {
    width: 100%;
}
table.gsc-search-box tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
td.gsc-input {
    width: 100%;
}
td.gsc-search-button {
    flex-shrink: 0;
    width: 35px;
}
table.gsc-search-box td.gsc-input {
	padding-right: 0;
}
.gsst_b {
	line-height: 1;
}
.gsst_b .gsst_a .gscb_a {
    color: #999;
}
table.gsc-search-box {
    margin-bottom: 0;
}
#masthead .site-branding {
    position: relative;
    z-index: 2;
}
.home #masthead .site-branding {
	left: 0;
	transform: translateX(0);
}
@media only screen and (max-width: 1350px) {
	div#hamburger-menu-wrap {
		right: 30px;
	}
}
@media only screen and (max-width: 900px) {
	.open div#___gcse_0 {
		width: 190px;
	}
}
@media only screen and (max-width: 768px) {
	h1 {
		font-size: 1.6em;
		line-height: 1.6;
	}
	h2{
		font-size: 1.35em;
		line-height: 1.6;
	}
	
	#masthead .site-title a {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.home #masthead .site-title span {
		margin-top: 7px;
		margin-left: 0;
	}
	#search-wrap {
		position: absolute;
		top: 20px;
		right: 0;
		width: 100%;
		margin-right: 0;
	}
	.h_search_btn {
		position: relative;
		top: 0;
		right: 0;
		margin-left: auto;
		margin-right: 90px;
		transform: translateY(0);
	}
	div#___gcse_0 {
		width: 100%;
		height: 0;
	}
	.open div#___gcse_0 {
		width: 100%;
		height: 57px;
		margin-top: 11%;
	}
	.home .open div#___gcse_0 {
		margin-top: 20px;
	}
	div#hamburger-menu-wrap, .modal-content .modal-close {
		top: 20px;
	}
	#masthead .site-branding {
		position: relative;
		left: 0;
		margin-top: 0;
		transform: translateX(0);
		width: 40%;
		max-width: 300px;
	}
	#masthead .site-title img {
		max-width: inherit;
		width: 100%;
	}
	#masthead {
		justify-content: flex-start;
		padding-top: 15px;
	}
	.nav--search + .close {
		display: flex;
	}
}
@media only screen and (max-width: 550px) {
	div#hamburger-menu-wrap, .modal-content .modal-close {
		width: 50px;
		right: 15px;
	}
	div#hamburger-menu-wrap span#line2 {
		top: 12px;
	}
	div#hamburger-menu-wrap span#line3 {
		top: 24px;
	}
	.h_search_btn {
		width: 30px;
		height: 30px;
		margin-right: 65px;
		background-size: 25px auto;
	}
	td.gsc-search-button {
		width: 30px;
	}
	button.gsc-search-button.gsc-search-button-v2 {
		width: 30px;
		height: 30px;
	}
	button.gsc-search-button.gsc-search-button-v2::before {
		background-size: 25px auto;
	}
	#masthead .site-branding {
		width: 55%;
	}
	#masthead .site-title img {
		width: 100%;
	}
	.home #masthead .site-title span, #masthead .site-title span {
		font-size: 2vw;
	}
	.nav--search + .close {
		right: 65px;
	}
}





footer#colophon{
	position: relative;
	text-align:center;
	padding:100px 3% 25px;
}
footer#colophon::before {
	content: '';
	position: absolute;
	top: 0;
	right: calc((100% - 1340px) / 2);
	display: block;
	width: 228px;
	height: 135px;
	background: url("./img/figure_white_mntn1.png") center center/contain no-repeat;
	transform: translateY(40%);
	z-index: -1;
}
footer#colophon::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc((100% - 1340px) / 2);
	display: block;
	width: 209px;
	height: 119px;
	background: url("./img/figure_white_mntn2.png") center center/contain no-repeat;
	transform: translateY(-100%);
	z-index: -1;
}
@media only screen and (max-width: 1360px) {
	footer#colophon::before {
		right: 20px;
	}
	footer#colophon::after {
		left: 20px;
	}
}
footer#colophon .logo{
	max-width:280px;
	margin:0 auto 1.2em;
}

address{
	font-style:normal;
}

footer#colophon .tel{
	font-size: 1.2em;
	font-weight:bold;
}

.sns-icon-wrap{
	display:flex;
	justify-content: center;
	padding:0;
	margin:0 0 1.5em;
	list-style:none;
}
.sns-icon-wrap li{
	font-size:2.2rem;
	margin:0 0.5em;
}
.sns-icon-wrap li a{
	display:flex;
	align-items: center;
	justify-content: center;
	width:40px;
	height:40px;
	color: #fff;
	border-radius:50%;
	background:#424242;
}
.copyright{
	margin-top:2em;
}
@media only screen and (max-width: 600px) {
	footer#colophon::before {
		right: 10px;
		width: 90px;
		height: 60px;
		transform: translateY(100%);
	}
	footer#colophon::after {
		top: 40%;
		bottom: auto;
		width: 65px;
		height: 50px;
		transform: translateY(-100%);
	}
}


/* Common
--------------------------------------------- */

.flex-3{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.flex-3 > *{
	width:31%;
	margin-bottom: 7rem;
}
.flex-3 > *.dummy{
	margin-bottom: 0;
}
.flex-3 > *.dummy:before{
	display:none;
}

.list-wrap{
	width:94%;
	max-width:1200px;
	margin:0 auto;
}


.btn{
	text-align: center;
}
.btn a{
	display: inline-block;
}
.btn a > span{
	display:flex;
	align-items:center;
	justify-content: flex-end;
}
.btn-arrow{
	display:inline-block;
	content:"";
	width:35px;
	height:35px;
	border-radius:50%;
	background:#fdfa00;
	margin-left:0.5em;
	margin-right:0.5em;
	position:relative;
}
.btn-arrow::after{
	display:block;
	content:"";
	width:24px;
	height:10px;
	background:url(img/arrow.png) center center no-repeat;
	background-size: contain;
	position:absolute;
	top:13px;
	left:0;
}


.fukidasi01{
	display: block;
	width: 100%;
	max-width:344px;
}
.fukidasi01 .fukidasi-inner{
	background:url(img/tit_bg01.png) center center no-repeat;
	background-size:contain;
	padding-bottom:55%;
	position:relative;
}
.fukidasi01 .fukidasi-inner .content{
	max-width:200px;
	text-align: center;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.fukidasi01 .fukidasi-inner .content .btn-arrow{
	margin-top: 0.8em;
}



.post-wrap{
	width:90%;
	max-width:980px;
	margin:0 auto;
}

@media only screen and (max-width: 768px) {
	.btn a {
		font-size: 0.9em;
	}
}



/* Home
--------------------------------------------- */

#home-mv{
	max-width:1135px;
	margin: 2rem auto 5rem;
}
#home-mv-logo-wrap{
	background:url(img/mv_bg2.png) center center no-repeat;
	background-size:contain;
	padding-bottom: 61.2%;
	position:relative;
}
#home-mv .logo{
	width: 40%;
	max-width:500px;
	position:absolute;
	top:56%;
	left:50%;
	transform: translate(-50%, -50%);
}

.people-wrap,
.internship{
	margin-bottom:5rem;
}
.nintei_kigyo{
	margin-bottom:8rem;
}
.home .people-wrap{
	margin-bottom:0rem;
}
.people-wrap .block-title,
.internship .block-title{
	max-width:350px;
	width:65%;
	margin:0 auto 2rem;
}

#company-job{
	margin-bottom: 10rem;
}
#company-job .inner{
	display:flex;
	justify-content: space-around;
	width: 90%;
	max-width:800px;
	margin:0 auto;
}

/*230726*/
.home main#primary {
	padding-top: 95px;
    overflow: hidden;
}
.home .people-wrap,
.home .internship,
.home .nintei_kigyo {
	position: relative;
	max-width: 1200px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.home .people-wrap::before,
.home .internship::before,
.home .nintei_kigyo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 79px;
	height: 60px;
	background: url("./img/figure_frkk2.png") center center/contain no-repeat;
	transform: translate(-100%, 100%);
}
.home .people-wrap::after,
.home .internship::after,
.home .nintei_kigyo::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 87px;
	height: 66px;
	background: url("./img/figure_frkk1.png") center center/contain no-repeat;
	transform: translateX(40%);
}
.home .people-wrap .btn,
.home .internship .btn,
.home .nintei_kigyo .btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: -50px auto 35px;
}

.home .internship,
.home .nintei_kigyo{
	padding-bottom:30px;
}
.home .internship .btn,
.home .nintei_kigyo .btn {
/*
	position: absolute;
	bottom: 0;
	left: 0;
	justify-content: center;
	margin:0;
*/
}

.home #news {
	position: relative;
}
.home #news::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	display: block;
	width: 106px;
	height: 128px;
	background: url("./img/figure_konotori1.png") center center/contain no-repeat;
	transform: translateY(-100%);
}
.home #news .cat-data {
    flex-shrink: 0;
	display: block;
	min-width: 70px;
	padding: 3px;
    margin-right: 20px;
    font-size: 1.3rem;
    font-weight: 700;
    background: #ffffcb;
    text-align: center;
}
.home #news h3 {
	width: 100%;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
}
.home #news ul li {
    border-bottom: 2px dotted #8f8e8e;
}
.home #company-job {
	position: relative;
}
.home #company-job::before {
	content: '';
	position: absolute;
	top: 0;
	left: -65px;
	display: block;
	width: 318px;
	height: 72px;
	background: url("./img/figure_cloud1.png") center center/contain no-repeat;
}
.home #company-job .inner {
	position: relative;
}
.home #company-job .inner::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 248px;
	height: 142px;
	background: url("./img/figure_cloud_konotori.png") center center/contain no-repeat;
	transform: translate(100%, 100%);
	z-index: -1;
}
.home #company-job #btn-job {
    margin-top: 95px;
}
#top_book {
	position: relative;
    max-width: 1100px;
    width: 92%;
    margin: 120px auto 105px;
}
#top_book .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 880px;
    width: 92%;
	padding: 0;
    margin: auto;
}
#top_book .head2 {
    width: 100%;
}
#top_book .head2 picture {
    display: block;
    width: 100%;
}
#top_book .slide {
    width: 100%;
}
#top_book .workstyle_book_slide {
    width: 100%;
}
.swiper-button-next.workstyle_book_next, .swiper-button-prev.workstyle_book_prev {
    width: 49px;
    height: 93px;
    background-image: none;
}
.swiper-button-next.workstyle_book_next::before, .swiper-button-next.workstyle_book_next::after, .swiper-button-prev.workstyle_book_prev::before, .swiper-button-prev.workstyle_book_prev::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 71%;
    background: #524742;
    transform: rotate(-45deg);
    transform-origin: top left;
}
.swiper-button-next.workstyle_book_next::after, .swiper-button-prev.workstyle_book_prev::after {
    top: auto;
    bottom: 0;
    transform: rotate(45deg);
    transform-origin: bottom right;
}
.swiper-button-prev.workstyle_book_prev {
    transform: scale(-1, 1);
}
.top_other_link {
	opacity: 1;
    max-width: 580px;
    width: 92%;
    margin: auto;
	transition: all .3s ease;
}
.top_other_link:hover {
	opacity: .8;
}
.workstyle_book_slide .swiper-wrapper {
    align-items: center;
}
.workstyle_book_slide .swiper-slide {
	width: 29%;
	margin-right: 8%;
}
.workstyle_book_slide .swiper-slide.h {
	width: 32%;
	margin-right: 4%;
}
@media only screen and (max-width: 1024px) {
	.home #company-job .inner::after {
		top: 0;
		bottom: auto;
		transform: translate(50%, 0);
	}
	.home #company-job::before {
		transform: translateY(-100%);
	}
	.home #news {
		width: 96%;
	}
	section#news .block-title {
		left: 0;
		max-width: 150px;
	}
	.home #news::after {
		width: 80px;
		height: 105px;
	}
	#top_book {
		width: 95%;
		margin-left: auto;
		margin-right: 0;
	}
	#top_book .inner {
		width: 100%;
		max-width: inherit;
	}
	.swiper-button-next.workstyle_book_next::before,
	.swiper-button-next.workstyle_book_next::after,
	.swiper-button-prev.workstyle_book_prev::before,
	.swiper-button-prev.workstyle_book_prev::after {
		height: 40px;
	}
	.swiper-button-next.workstyle_book_next, .swiper-button-prev.workstyle_book_prev {
		width: 30px;
		height: 57px;
	}
	.swiper-button-prev.workstyle_book_prev {
		left: -5px;
		transform: scale(-1,1) translateX(100%);
	}
	.workstyle_book_slide .swiper-slide {
		width: 31%;
		margin-right: 4%;
	}
	.workstyle_book_slide .swiper-slide a, .workstyle_book_slide .swiper-slide img {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.flex-3 > * {
		margin-bottom: 5rem;
	}
	.home #people .flex-3 > *,
	.home #nintei_top .flex-3 > * {
		width: 48%;
		margin-bottom: 35px;
	}
	.home #people .btn,
	.home .internship .btn,
	.home .nintei_kigyo .btn {
		justify-content: center;
		margin: 15px 0 25px;
	}
	.home #people .list-wrap + .btn {
		margin-top: 0;
	}
	.home #people .photo-list a .list-content .list-title {
		font-size: clamp(1.4rem,2.5vw,2rem);
	}
	#company-job .inner {
		width: 100%;
	}
	.home #company-job .inner::after {
		width: 200px;
		height: 120px;
		transform: translate(20%, -15%);
	}
	.home #company-job::before {
		width: 250px;
    	height: 60px;
	}
	.home #company-job #btn-job {
		margin-top: 20px;
		margin-left: auto;
	}
	#company-job .inner {
		flex-direction: column;
	}
	.home #news {
		width: 100%;
		min-height: 450px;
		background-size: 1000px;
	}
	section#news .block-title {
		top: -90px;
/* 		left: 20px; */
		left: 50%;
		transform: translateX(-50%);
	}
	.home #news::after {
		transform: translateY(0);
	}
	.home #news h3 {
		font-size: 1.4rem;
	}
	section.news-list .list-wrap ul a {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 12px 0;
	}
	.home #news .cat-data {
		margin-bottom: 7px;
	}
	#top_book {
		width: 92%;
		margin-top: 20px;
		margin-bottom: 70px;
	}
	.swiper-button-prev.workstyle_book_prev {
		left: 0;
	}
	.workstyle_book_slide .swiper-slide.h {
	    width: 26%;
	}
	#home-mv {
		margin-top: -1.5rem;
		margin-bottom:3rem;
	}
}
@media only screen and (max-width: 600px) {
	.home #people .list-wrap,
	.home #internship .list-wrap,
	.home #nintei_top .list-wrap {
		width: 100%;
		justify-content: space-around;
	}
	.home #people .inner,
	.home #internship .inner,
	.home #nintei_top .inner {
	    padding-right: 0;
		padding-left: 0;
	}
	.home #people .photo-list a .img img {
		width: 100%;
/* 		height: auto; */
		height: 27vw;
	}
	.home #people .photo-list a .list-content {
		padding: 0 7%;
	}
	.home #people .photo-list a .list-content p.people-name, .home #people .photo-list a .list-content p.people-c-name {
		line-height: 1.4;
		text-align: left;
	}
	.home #people .photo-list > article::before {
		border-radius: 30px;
	}
	.home #people {
		width: 94%;
	}
	.home #people::before, .home #people::after {
		width: 44px;
		height: 34px;
		transform: translate(0, 0);
	}
	.home #people::after {
		bottom: 25px;
	}
	.home #people .photo-list a .list-content p.people-name,
	.home #people .photo-list a .list-content p.people-c-name {
		font-size: 1.1rem;
	}
	#company-job .fukidasi01 {
		max-width: 270px;
	}
	.home #company-job::before {
		width: 200px;
		height: 52px;
	}
	.home #company-job .inner::after {
		width: 150px;
    	height: 95px;
	}
	.home #news {
		min-height: 600px;
		background-size: 1000px;
	}
	section#news .btn {
		justify-content: center;
	}
	.home #news {
		position: relative;
		align-items: flex-start;
		min-height: 530px;
		padding-top: 70px;
		background-size: 1190px;
	}
	.home #news::after {
		transform: translateY(-50%);
	}
	
}
@media only screen and (max-width: 420px) {
	#home-mv-logo-wrap {
		background: url("img/mv_bg2_sp.png") center center/150% auto no-repeat;
		height: auto;
		padding-bottom: 96%;
	}
	#home-mv .logo {
		max-width: 275px;
		width: 60%;
	}
	#company-job .fukidasi01 {
		width: 85%;
	}
	section#news .block-title {
		top: -70px;
		max-width: 140px;
	}
	.home #news {
		padding-top: 50px;
	}
	.home #news {
		min-height: 570px;
	}
	.home #news::after {
		width: 60px;
		height: 80px;
		transform: translateY(-110%);
	}
	.workstyle_book_slide .swiper-slide.h {
		width: 30%;
	}
	.workstyle_book_slide .swiper-slide {
		width: 45%;
	}
}


/* News
--------------------------------------------- */

#news{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width:960px;
	width:90%;
	min-height:420px;
	background:url(img/news_bg.png) center center no-repeat;
	background-size:contain;
	position:relative;
	margin:0 auto;
}
#news .block-title{
	max-width:215px;
	position:absolute;
	top: -90px;
	left: -60px;
}
#news .btn{
	display: flex;
	justify-content: flex-end;
	margin-top:2.5rem;
}


.news-list .list-wrap{
	max-width:620px;
	margin:0 auto;
}
.news-list .list-wrap ul{
	padding:0;
	margin:0;
	list-style:none;
}
.news-list .list-wrap ul li{
	border-bottom:1px dashed rgba(0,0,0,0.25);
}
.news-list .list-wrap ul a{
	display: flex;
	align-items: center;
	padding:15px;
}





/* People
--------------------------------------------- */

.photo-list > article{
	position:relative;
}
.photo-list > article::before{
	content:"";
	width:100%;
	height:90%;
	background:rgba(255,255,255,0.6);
	border-radius:75px;
	position:absolute;
	left:0;
	bottom: -15px;
	z-index: -1;
	transition: all 0.3s ease-in-out 0s;
}
.photo-list > article:hover::before{
	background:rgba(255,255,255,0.85);
	bottom: -25px;
}
.photo-list a{
	display:block;
	height: 100%;
}
.photo-list a .img{
	width: 88%;
	margin: 0 auto 1em;
}
.photo-list a .img img{
	height: 220px;
	object-fit: cover;
}
.category-event .photo-list a .img img{
	background: #fff;
	object-fit: contain;
}
.photo-list a .list-content{
	padding: 0 12%;
}
.photo-list a .list-content .list-title{
	line-height: 1.3;
	font-size: 2.0rem;
	margin-bottom: 0.5em;
}
.photo-list a .list-content .list-text{
	line-height: 1.3;
	font-size: 1.3rem;
	margin-bottom: 0;
}
.photo-list a .list-content p.people-name,
.photo-list a .list-content p.people-c-name{
	font-size:1.3rem;
	text-align:center;
	margin:0;
}

.wp-pagenavi{
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-pagenavi .pages{
	display:none;
}
.wp-pagenavi a,
.wp-pagenavi .current{
	display: block;
	line-height: 1;
	opacity: 0.5;
	padding: 10px;
	margin: 0 0.5em;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover{
	opacity: 1;
}
.wp-pagenavi .previouspostslink{
	margin-right:5em;
}
.wp-pagenavi .nextpostslink{
	margin-left:5em;
}



.about-people{
	max-width:640px;
	width:90%;
	text-align:center;
	border-radius:60px;
	background:rgba(255,255,255,0.6);
	padding:40px;
	margin:0 auto 60px;
}


/*People*/
/*230727*/
#people .contact__title::after {
	content: "";
	display: block;
	width: 15.3rem;
	height: 22.6rem;
	background: url(./img/icon_girl.png) no-repeat center center/cover;
	position: absolute;
	top: -56px;
	right: 4.5%;
}
.single .post-thumbnail, .single .img-wap {
	margin: 0 auto 70px;
	text-align: center;
}
.single .img-wap{
	max-width: 650px;
}
.single .column-block-wrap{
	margin-top:60px;
}
.single #column-header {
    margin-bottom: 115px;
    text-align: center;
}
.single .about-people > *:last-of-type {
    margin-bottom: 0;
}
.single .img-wap .text {
	margin-top: 20px;
    text-align: center;
}
.single .question strong::before{
	content:"──";
	margin-right:0.5em;
}
.single .answer {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
	margin-bottom: 50px;
}
.single .answer dt:first-of-type {
	flex-shrink: 0;
	width: 120px;
}
.single .answer dt:nth-of-type(n + 2), .single .answer dd {
	margin-left: auto;
	width: calc(100% - 120px);
    font-weight: 400;
    padding-left:1em;
}
.single-people .title {
    width: 100%;
    font-size: 2.2rem;
    padding-left: 0;
}

.single-people #page.site{
	background:url(img/people_bg.png) center 215px no-repeat;
}
.single-people .people-single-title{
	position:relative;
	margin-top: 85px;
}
.single-people .people-single-title .block-title{
	max-width:351px;
	position:absolute;
	top: -85px;
	left: -120px;
}

.single-people #column-content a {
  color: #e1306b;
  text-decoration: underline;
}


/*230809*/
.company-detail__head {
	padding-top: 20px;
}
.company-detail {
	padding-top: 0;
}
#masthead .site-title {
	margin-bottom: 0;
}
.company-detail-head__title, .single-people .people-single-title .block-title {
    width: 24.4rem;
    top: -7.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.about-people {
	position: relative;
}
.about-people::before {
    content: '';
    position: absolute;
    top: -35px;
    left: 50%;
    display: block;
    width: 70px;
    height: 70px;
	background: url("./img/icon_bubble.svg") center center/30px auto no-repeat #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}


@media only screen and (max-width: 768px) {
	.company-detail__head {
		padding-top: 0;
	}
	.company-environment-card__img {
		height: auto;
	}
	h3.company-environment-card__title {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.company-environment__card p {
		margin-bottom: 5px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	div.company-environment__container {
		gap: 1rem;
	}
	.company-environment-card__head {
		margin-bottom: 1.3rem;
	}
	.company-environment-card__img {
		flex-shrink: 0;
		margin-top: 0;
	}
	.company-environment__inner.inner,
	div#company-info .inner,
	section#company-contact {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.company-detail-head__bottom.inner {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	div.company-environment__person {
		padding-right: 3rem;
		padding-left: 3rem;
	}
	div.company-environment__person {
		padding-bottom: 4rem;
	}
	figure.company-person-item__img, .company-person-card__img {
		height: auto;
	}
	div.company-person__top {
		gap: 1.5rem;
	}
	p.company-person-item__name {
		margin-bottom: .7rem;
	}
	div.company-person-item__text {
		padding-top: 8rem;
		margin-top: -7rem;
		border-radius: 3rem;
	}
	div.company-person__top {
		margin-bottom: 3rem;
	}
	div#company-info {
		padding-top: 3.5rem;
		padding-bottom: 0;
	}
	.company-info .c-table td.detail, .kyujin-info .c-table td {
		font-size: 1.4rem;
	}
	div#company-detail-swiper .swiper-slide {
		height: auto;
	}
	div.company-detail-internship__inner {
		gap: 1rem;
	}
	h2.company-detail-internship__title {
		margin-bottom: 0;
	}
	div.job-detail__info {
	    width: 100%;
		margin-bottom: 9rem;
	}
	section.detail-contact {
		margin-bottom: 0;
	}
	section.job-detail__info {
		margin-bottom: 10rem;
	}
	.single .post-thumbnail, .single .img-wap {
		margin-bottom: 30px;
	}
	.single #column-header h1 {
		font-size: 2.3rem;
	}
	.single #column-header {
		margin-bottom: 50px;
	}
	.about-people h2 {
		font-size: 2rem;
	}
	.about-people {
		margin-bottom: 35px;
	}
	.single .answer dt:first-of-type {
		width: 90px;
	}
	.single .answer dt:nth-of-type(n + 2), .single .answer dd {
		width: calc(100% - 90px);
	}
}
@media only screen and (max-width: 500px) {
	.single #column-header {
		text-align: left;
	}
	.single #column-header h1 {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.single #column-header > div:first-of-type {
		font-size: 1.4rem;
	}
	.about-people {
		width: 100%;
		padding: 40px 15px 30px;
		margin-bottom: 25px;
		border-radius: 45px;
	}
	.about-people::before {
		top: -25px;
		width: 50px;
		height: 50px;
		background-size: 22px auto;
	}
	.about-people h2 {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.about-people h3, .about-people p {
		font-size: 1.4rem;
	}
	.people #column-content {
		font-size: 1.4rem;
	}
	.single .column-block-wrap {
		margin-top: 40px;
	}
	.single .answer dt:first-of-type {
		width: 65px;
	}
	.single .answer dt:nth-of-type(n + 2), .single .answer dd {
		width: calc(100% - 65px);
	}
	.single .answer {
		margin-bottom: 30px;
	}
}



/* お知らせ関連 */

.page-id-491 #masthead,
.archive.category #masthead {
  margin-bottom: 40px;
}
.news-archive-title-wrap{
	margin:0 auto 120px;
}
.news-archive-title-wrap .block-title{
	max-width:351px;
	position: absolute;
	top: -70px;
	left: -20px;
	z-index: 1;
}
.news-archive-title-wrap ul{
	display:flex;
	justify-content: center;
	padding:0;
	margin:0;
	list-style:none;
	position: relative;
}
.news-archive-title-wrap ul li a{
	display:block;
	padding:10px 30px;
}
.news-archive-title-wrap ul li.current-cat a{
	font-weight:bold;
}
.news-archive-title-wrap ul li.current-cat a::before{
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right:5px;
}
.news-archive-title-wrap .icon{
	max-width:186px;
	position: absolute;
	top: -145px;
	right: 50px;
	z-index: 1;
}
.page-id-491 .photo-list a .img img {
	background: #fff;
	object-fit: contain;
}
.page-id-491 .photo-list a .event-date{
	font-size:1.4rem;
}


.news-archive-pagination-wrap{
	width: 94%;
	max-width: 1010px;
	margin: 0 auto;
	position:relative;
}
.news-archive-pagination-wrap .icon{
	max-width:85px;
	position:absolute;
	left:0;
	top: -60px;
}
.wp-pagenavi,
.pagination{
	margin-top: 60px;
}
.pagination .page-numbers{
	display:flex;
	justify-content: center;
	line-height:1;
	padding:0;
	margin:0;
	list-style:none;
}
.pagination .page-numbers li{
	margin:0 0.5em;
}
.pagination .page-numbers li > *{
	display:block;
	padding:10px;
}
.pagination .page-numbers li a{
	opacity:0.5;
}
.pagination .page-numbers li a.prev,
.wp-pagenavi .previouspostslink {
	margin-right: 5em;
}
.pagination .page-numbers li a.next,
.wp-pagenavi .nextpostslink {
	margin-left: 5em;
}

@media screen and (max-width: 768px) {
	.page-id-491 main,
	.archive main {
		padding-top: 30px;
	}
	.news-archive-title-wrap {
		margin: 0 auto 80px;
	}
	.news-archive-title-wrap .block-title {
		width: 24.4rem;
		margin-bottom: 0;
	}
	.news-archive-title-wrap .icon {
		max-width: 100px;
		top: -70px;
		right: -2.5rem;
	}
	.page-id-491 .page-head .page-head__box,
	.archive .page-head .page-head__box {
		padding-top: 55px;
	}
	.news-archive-title-wrap ul li a {
		padding: 10px 1em;
	}

	.archive .inner,
	.page-id-491 .inner {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.archive .list-wrap,
	.page-id-491 .list-wrap {
		width: 100%;
	}

	.photo-list > article {
		width: 48%;
	}
	.photo-list a .list-content .list-title {
		font-size: 1.6rem;
	}
	
	.photo-list a .list-content {
		padding: 0 9%;
	}
	.photo-list > article::before {
		border-radius: 25px;
	}
	.photo-list a .img img {
		height: 140px;
	}
	.page-id-491 .photo-list a .event-date,
	.archive .photo-list a .event-date {
		margin-bottom: 0;
	}
	
	.news-archive-pagination-wrap {
		margin-top: 30px;
	}
	.pagination .page-numbers li a.next,
	.wp-pagenavi .nextpostslink {
		margin-left: 1em;
	}
	
	.news-archive-pagination-wrap .wp-pagenavi,
	.news-archive-pagination-wrap .pagination {
		padding-left: 90px;
	}
}

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

2024/7追加

---------------------------------- */
#internship .block-title {
  max-width: 410px;
  width: 65%;
  margin: 0 auto 2rem;
}

#internship .internship-company {
  text-align: center;
  font-size: 1.3rem;
}

@media only screen and (min-width: 1025px) {
  #internship .internship-company {
    font-size: 1.5rem;
  }
}


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

2025/4追加

---------------------------------- */
#nintei_top .block-title {
	max-width: 410px;
	width: 65%;
	margin: 0 auto 5rem;
}
#nintei_top .card-company ul {
	margin-left: auto;
}
#nintei_top .card-company li {
	width: 31%;
	margin-bottom: 7rem;
}
#nintei_top .card-company li a {
	padding:0;
}
#nintei_top div.card-company__main{
	padding:145px 25px 25px;
	margin-top: -130px;
}
#nintei_top .photo-list a .card-company__txt {
	font-weight:normal;
}
#nintei_top .photo-list a .card-company__title {
	line-height: 1.3;
	font-size: 1.8rem;
	font-weight:bold;
}
#nintei_top .card-company a .nintei-company-list-icon-set{
	top: -42px;
	left: 35px;
}
#nintei_top div.card-company-img{
	box-shadow: none;
}
@media only screen and (min-width: 1025px) {

}
@media only screen and (max-width: 768px) {
	#nintei_top div.card-company__main {
		padding:90px 15px 25px;
		margin-top: -80px;
		min-height: 180px;
	}
	#nintei_top .card-company a .nintei-company-list-icon-set {
		width: 83%;
		top: -28px;
		left: 15px;
	}
	#nintei_top .photo-list a .card-company__title {
		font-size: 1.6rem;
	}
	#nintei_top .card-company a .nintei-company-list-icon-set span {
		width: 31%;
	}
}


