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

JIMOTO-JOB 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.
 */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*基本レイアウト*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
}

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: #717071;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

.page-content p {
	line-height: 2em;
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

a:visited {
	color: #56c3f1;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	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 #9e9d9e;
	border-radius: 0px;
    padding: 6px;
    font-size: 1em;
}

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%;
}
p {
    line-height: 2em;
    margin-bottom: 1em;
}


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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

/*202601追加*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul, nav ul {
    list-style: none;
}
a {
    color: #56c3f1;
	text-decoration: none;
}
img {	
	vertical-align: top;
}
html {
	-webkit-text-size-adjust: none;
    font-size: 62.5%;
}
html.has-scroll-smooth {
    /*overflow: hidden;*/
	overflow-y: scroll;/* 1. 縦スクロールを有効にする */
	scrollbar-width: none;/* 2. Firefox: スクロールバーを非表示 */
	-ms-overflow-style: none;/* 3. IE / Edge: スクロールバーを非表示 */
}
html.has-scroll-smooth::-webkit-scrollbar {
	display: none;/* 4. Chrome / Safari / Edge(Chromium版): スクロールバーを非表示 */
}
.has-scroll-smooth body {
    /*overflow: hidden;*/
}
body {
	width: 100%;
    height: 100%;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
    -webkit-text-size-adjust: none;
    color: #717071;
    position: relative;
    letter-spacing: .1em;
    font-size: 1.6rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}
.header {
    position: fixed;
    z-index: 101;
}
.header_logo {
    position: fixed;
    opacity: 1;
    z-index: 1;
    width: 80px;
    top: 0px;
    left: 80px;
}
.hum, .header_logo, .header_gnav {
    will-change: transform;
    -ms-transform: translateY(92px);
    transform: translateY(92px);
    transition: transform .6s cubic-bezier(0.32, 0.95, 0.6, 1);
}
.header_logo_link {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}
.header_logo .logo_mark.pc {
    display: block;
    width: 60px;
    /*height: 100px;*/
    margin-bottom: 22px;
}
.header_logo .logo_mark.smp {
	display: none;
}
.header_logo_txt {
    color: #56c3f1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
    line-height: 36px;
    letter-spacing: 1.5px;
}
.header_touchpoint {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 80px;
    /*bottom: 48px;*/
	top: 500px;
    left: 80px;
}
.sns_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header_touchpoint .sns_list {
    flex-flow: column;
	margin-left: 0;
}
.sns_list_item {
    width: 64px;
    height: 64px;
    margin-right: 32px;
}
.header_touchpoint .sns_list_item {
    margin-right: 0;
    width: 32px;
    height: 32px;
    margin-top: 8px;
}
.sns_list_item_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #56c3f1;
    border-radius: 50%;
}
.sns_list_item_link img {
    width: 32px;
    height: 32px;
}
.header_touchpoint .sns_list_item_link img {
    width: 20px;
    height: 20px;
}
.hum {
    position: fixed;
    background: #56c3f1;
    border-radius: 50%;
    cursor: pointer;
    order: 1;
    z-index: 1000;
    width: 80px;
    height: 80px;
    /*top: 38px;*/
    top: 18px;
    right: 80px;
}
.hum, .header_logo, .header_gnav {
    will-change: transform;
    /*-ms-transform: translateY(90px);
    transform: translateY(90px);*/
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform .6s cubic-bezier(0.32, 0.95, 0.6, 1);
}
.hum_name {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 18px;
}
.hum_menu {
    z-index: 1;
}
.hum_menu img {
    width: 35px;
    /*height: 14px;*/
    display: block;
    transition: 1.2s cubic-bezier(0.32, 0.95, 0.6, 1);
}
.hum_close {
    z-index: 0;
}
.hum_close img {
    width: 35px;
    /*height: 14px;*/
    transition: 1.2s cubic-bezier(0.32, 0.95, 0.6, 1);
}
.hum_bar_u, .hum_bar_b {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 50%;
    transition: background-color .8s;
    width: 36px;
    margin-left: -18px;
}
.hum_bar_u {
    top: 32px;
}
.hum_bar_b {
    left: auto;
    right: 50%;
    top: 39px;
    margin-right: -18px;
}
.header_gnav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    /*top: 134px;*/
    top: 94px;
    right: 80px;
}
.header_gnav_list {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
	margin-left: 0;
}
.header_gnav_list_item {
    position: relative;
    margin-top: 23px;
}
.header_gnav_list_btn {
    margin-top: 6px;
}
.header_gnav_list_item_link {
    color: #56c3f1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
	font-family: "Noto Serif JP", serif;
    line-height: 20px;
    letter-spacing: 5px;
    padding: 14px 6px;
}
.header_gnav_list_btn a {
    background: #56c3f1;
    color: #fff;
    border-radius: 16px;
    letter-spacing: 2px;
}
.header_gnav_list_item:not(:first-of-type):after {
    content: "";
    border-bottom: 1px solid #56c3f1;
    position: absolute;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -20px;
    right: 5px;
    width: 20px;
}
.negative_header {
    height: 100vh;
    width: 224px;
    width: 224px;
}
.negative_header_left {
    left: 0;
}
.negative_header_right {
    right: 0;
}

main.site-main {
	width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 40px 50px;
    max-width: 1280px;
	position: relative;
}
.home_service_nav_ttl {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1200px;
}
.home_service_nav_ttl_circle {
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #89898a;
    left: 50%;
    top: 50%;
    z-index: 0;
    white-space: nowrap;
    width: 84px;
    height: 84px;
    font-size: 1.2rem;
	letter-spacing: 1px;
    line-height: 24px;
    margin-top: -36px;
    margin-left: -36px;
}
.home_service_nav_list_item {
    position: relative;
    box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
    width: 486px;
    padding: 8px 0px 64px 0px;
    margin-bottom: 80px;
}
.panel-grid-cell:nth-of-type(odd) .home_service_nav_list_item {
    border-left: #56c3f1 solid;
    border-left-width: 2px;
    padding-left: 24px;
}
.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item {
    text-align: right;
    border-right: #56c3f1 solid;
    border-right-width: 2px;
    padding-right: 24px;
}
.home_service_nav_list_item_ttl {
    letter-spacing: .1em;
    position: relative;
    color: #56c3f1;
    display: flex;
    align-items: center;
    min-height: 76px;
    font-size: 2.4rem;
	font-weight: 600;
    line-height: 38px;
    margin-bottom: 14px;
    padding-bottom: 10px;
}
.panel-grid-cell:nth-of-type(odd) .home_service_nav_list_item_ttl {
    justify-content: flex-start;
}
.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item_ttl {
    justify-content: flex-end;
}
.home_service_nav_list_item_ttl:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #56c3f1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home_service_nav_list_item_tag {
    line-height: 20px;
    margin-bottom: 20px;
}
.home_service_nav_list_item_desc {
    letter-spacing: .1em;
    color: #56c3f1;
    font-size: 1.6rem;
	font-weight: 600;
    line-height: 32px;
}
.btn,
.btn_back {
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
    height: 40px;
    margin-top: 64px;
}
.home_service_nav_list_item .btn,
.home_service_nav_list_item .btn_back {
    position: absolute;
    margin-top: 18px;
    bottom: 6px;
}
.panel-grid-cell:nth-of-type(odd) .home_service_nav_list_item .btn,
.panel-grid-cell:nth-of-type(odd) .home_service_nav_list_item .btn_back {
    right: 0;
}
.btn_box,
.btn_back_box {
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    height: 100%;
}
.btn_link,
.btn_back_link {
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 0;
    color: #56c3f1;
    letter-spacing: 0;
    height: 100%;
    padding-right: 108px;
}
.btn_link_txt,
.btn_back_link_txt {
    font-weight: 500;
    letter-spacing: .1em;
    font-size: 1.3rem;
    line-height: 20px;
}
.btn_link:before, .btn_back_link:before, .btn_link:after, .btn_back_link:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #56c3f1;
    transition: width .6s cubic-bezier(0.32, 0.95, 0.6, 1);
    right: 0;
    z-index: 0;
}
.btn_link:before, .btn_back_link:before {
    width: 96px;
    bottom: 16px;
}
.btn_link:after, .btn_back_link:after {
    -ms-transform: rotate(28deg) translateY(-7px);
    transform: rotate(28deg) translateY(-7px);
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    width: 14px;
    bottom: 16px;
}
.home_service_nav_list_item_tag,
.tag_blank {
    font-family: "Noto Serif JP", serif;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    letter-spacing: .1em;
    transition: background-color .6s cubic-bezier(0.32, 0.95, 0.6, 1), color .6s cubic-bezier(0.32, 0.95, 0.6, 1);
    font-size: 1.2rem;
    line-height: 24px;
}
.sec_horizon {
	border-top: 4px solid #56c3f1;
	padding: 20px 0;
}
.sec_horizon .textwidget {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3em 10px;
}
.sec_horizon .panel-grid-cell:first-of-type .textwidget {
	border-right: 2px solid #56c3f1;
}
.sec_horizon h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.5em;
	font-weight: 600;
}
.home .site-main {
	padding-bottom: 0;
}
.site-footer {
	font-family: "Noto Serif JP", serif;
}
.site-info {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}
.negative {
    background: #56c3f1;
    color: #fff;
}
.site-info::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #56c3f1;
    left: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}
.footer_offer {
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #56c3f1;
    position: relative;
}
.footer_offer_inner {
    position: relative;
    width: 750px;
    padding: 120px 100px 120px 0px;
	box-sizing: content-box;
}
.sec_headline_sub {
    letter-spacing: .1em;
    color: #56c3f1;
    text-align: center;
    font-size: 4rem;
    line-height: 64px;
    margin-bottom: 48px;
    padding-top: 62px;
}
.footer_offer .sec_headline_sub {
    text-align: left;
    font-size: 2.2rem;
    line-height: 48px;
    padding-top: 34px;
    margin-bottom: 64px;
}
.negative .sec_headline_sub {
    color: #fff;
}
.sec_desc, .lo_sec_desc {
    box-sizing: border-box;
    max-width: 1280px;
    font-size: 1.6rem;
    line-height: 40px;
}
.footer_offer .sec_desc {
    text-align: left;
}
.sec_desc_txt {
    letter-spacing: .1em;
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 32px;
}
.sec_desc_txt:last-child {
    margin-bottom: 0;
}
.btn_round {
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    background: #56c3f1;
    transition: color .6s cubic-bezier(0.32, 0.95, 0.6, 1);
    overflow: hidden;
    margin: 0 auto;
    width: 464px;
    height: 96px;
    border-width: 1px;
    border-radius: 48px;
}
.negative .btn_round {
    background: #fff;
}
.footer_offer .btn_round {
    margin: 64px 0px 0px;
}
.btn_round_box {
    width: 100%;
    height: 100%;
    display: flex;
}
.btn_round_link {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 0;
    color: #fff;
    letter-spacing: 0;
    border: 0;
    background: none;
    border-radius: 48px;
    padding-left: 64px;
}
.negative a {
    color: #fff;
}
.negative .btn_round_link {
    color: #56c3f1;
}
.btn_round_link_txt {
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: .1em;
    font-size: 1.8rem;
	font-weight: 700;
    line-height: 20px;
}
.btn_round_link:before,
.btn_round_link:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    transition: width .6s cubic-bezier(0.32, 0.95, 0.6, 1);
    z-index: 0;
    right: 64px;
}
.btn_round_link:before {
    bottom: 50%;
    width: 96px;
    margin-bottom: -8px;
}
.btn_round_link:after {
    -ms-transform: rotate(28deg) translateY(-7px);
    transform: rotate(28deg) translateY(-7px);
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    width: 14px;
    bottom: 40px;
    right: 66px;
}
.negative .btn_round_link:before,
.negative .btn_round_link:after {
    border-color: #56c3f1;
}
.footer_offer_tel {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #fff;
    margin-top: 64px;
    padding: 32px 48px;
}
.footer_offer_tel_ttl {
    letter-spacing: .1em;
    font-size: 2rem;
    line-height: 32px;
	text-align: left;
    padding-right: 40px;
}
span.f-logo {
	display: block;
	margin: 1em 0;
	max-width: 263px;
}
.footer_offer_tel_cnt {
    border-left: 1px solid #fff;
    text-align: left;
    padding-left: 45px;
}
.footer_offer_tel_num {
    letter-spacing: .1em;
    line-height: 1;
    font-size: 21px;
}
.footer_offer_name {
	font-size: 21px;
    margin-bottom: 5px;
}
.footer_offer_tel_schedule {
    letter-spacing: .1em;
    font-size: 13.5px;
    line-height: 1.33;
    margin-bottom: 5px;
}
.footer_offer_tel_to {
    letter-spacing: .1em;
    font-size: 13.5px;
    line-height: 1.75;
    margin-bottom: 5px;
}
.footer_nav {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    flex-flow: column;
}
.menu-main-container {
    box-sizing: border-box;
    width: 410px;
    padding: 120px 0px 64px 64px;
}
.footer_nav li {
	font-weight: bold;
	margin-bottom: 1em;
}
.footer_nav .menu > li > a {
    position: relative;
	padding-left: 16px;
}
.footer_nav .menu > li a::before {
	content: "";
    position: absolute;
    left: 0;
    background: #56c3f1;
    border-radius: 50%;
    top: 13px;
    width: 4px;
    height: 4px;
}
.footer_nav .sub-menu {
	margin-top: 1em;
}
.footer_nav .sub-menu li a {
    position: relative;
	padding-left: 20px;
}
.footer_nav .sub-menu > li a::before {
	content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: #5a5858;
    width: 12px;
    top: 15px;
}
.footer_nav .sub-menu li:last-child {
	margin-bottom: 2em;
}
.footer_nav .sub-menu a {
	color: #5a5858;
}
.copyright {
    color: #56c3f1;
    letter-spacing: .1em;
    font-size: 1.2rem;
    line-height: 16px;
	padding: 0 0 64px 64px;
}
.modal-window {
	font-family: "Noto Serif JP", serif;
    width: 100vw;
    height: 100vh;
    background: #56c3f1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -ms-transform: translateY(105%);
    transform: translateY(105%);
}
.menu_nav {
    box-sizing: border-box;
    height: 100%;
    width: 1290px;
    margin: 0px auto;
    padding: 0px 0px 0px 64px;
}
.menu_nav_inner {
    box-sizing: border-box;
    width: 410px;
    padding: 120px 0px 64px 64px;
}
.menu_nav .menu_nav_inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal-window ul.menu {
	padding-bottom: 64px;
}
.modal-window ul.menu li a {
	color: #fff;
}
.menu_nav_sns {
    display: none;
}
body:not(.home) .entry-content h2 {
    font-size: 1.5em;
    margin: 1em 0;
    color: #56c3f1;
    font-weight: bold;
    text-align: center;
}
.entry-content h3, .member-list-wrap h3 {
    border-bottom: 2px solid #444;
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 0.2em;
    margin: 0 0 1.5em;
}
.entry-content dt {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0.5em 0;
}
.entry-content dd {
    margin-bottom: 1.5em;
}
input.wpcf7-text, input.wpcf7-email {
    width: 500px;
    max-width: 100%;
}
input.wpcf7-number {
    margin-right: 10px;
}
input.wpcf7-submit, button.wpcf7-submit {
    border: #56c3f1 2px solid;
    background-color: #fff;
    padding: 1em 3em;
    color: #56c3f1;
    cursor: pointer;
}
span.must {
    background-color: #c94e5f;
    color: #fff;
    font-size: 0.8em;
    padding: 1px 8px;
    margin-right: 10px;
}
div#wpmem_login {
    border: 1px solid #ddd;
    padding: 0 1em;
    margin: 1em auto;
}
main .entry-content .enrollment-flow-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background-color: white;
    border-radius: 16px;
    padding: 50px 40px;
    box-shadow: 0px 0px 6px #00000029;
}
.entry-content .tablepress th {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.entry-content .tablepress th, .entry-content .tablepress td {
    padding: 40px 5px;
    border-bottom: 1px solid #ddd;
    color: inherit;
}
main .entry-content .entry-excel {
    width: 368px;
    height: 65px;
    margin: 70px auto 70px;
    background-color: #56c3f1;
    border-radius: 40px;
    height: 65px;
    text-align: center;
    color: white;
    font-weight: 700;
    cursor: pointer;
    border-color: #56c3f1;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-down {
    width: 0;
    height: 0;
    margin: 18px auto;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 10px solid #56c3f1; /* 矢印の色 */
}
main .entry-content .about-council-card-list {
    display: grid;
    margin-left: 0;
    margin-top: 70px;
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
}
.a__card-overlay {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
}
.a__card-overlay .div__overlay-35 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 20px;
}
.a__card-overlay .p__overlay-white {
    position: absolute;
    font-size: 1.625em;
    font-weight: 700;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-council-card-list .a__card-overlay + p {
    display: none;
}
.news-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
}
article.news-content {
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
    line-height: 1;
}
article.news-content:nth-of-type(2n) {
    margin-right: 0;
}
.news-format__date {
    font-size: 14px;
    margin-bottom: 15px;
    color: #444;
}
.news-format__img {
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.news-format__img::before {
    content: "";
    display: block;
    padding-top: 65%;
}
.news-format__img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.clamped {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 2;
    color: #444;
}
.format__tag-wrap {
    display: flex;
    flex-wrap: wrap;
	margin: 0;
}
.format__tag-item {
    transition: all 0.2s;
    margin-right: 8px;
    margin-bottom: 12px;
}
.format__tag-link {
    display: block;
    /*height: 100%;*/
    width: 100%;
    padding: 8px 24px;
    border-radius: 50em;
    background: #f0efef;
}
.format__tag-link p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #444;
    margin-bottom: 0;
}
.entry-content a.btn {
    position: relative;
    display: block;
    margin: 2em auto;
    max-width: 300px;
    height: 58px;
    width: 100%;
    padding: 15px 0;
    background-color: #56c3f1;
    border-radius: 30px;
    line-height: 1.5em;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.entry-content a.btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.entry-content a.btn:hover {
    opacity: 0.8;
}
main .member-list-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background-color: white;
    border-radius: 16px;
    padding: 1em 1.5em;
    border: 2px solid #ddd;
}
.member-list-wrap .message {
    width: 100%;
    display: inline-block;
}
.member-list-wrap .message.message-l {
    width: 35%;
    float: left;
    margin: 0;
}
.member-list-wrap .message.message-r {
    text-align: right;
    float: left;
    width: 65%;
}
.member-list-wrap .message p {
    margin-bottom: 0;
}
.member-list-wrap .message-r a {
    font-size: 14px;
    color: #fff;
    padding: 0.1em 0.5em;
    border-radius: 5px;
    display: inline-block;
}
.search-info {
    display: block;
    width: 15.56%;
    margin-left: 84.44%;
    text-align: center;
    margin-bottom: 5px;
}
.message a.company-btn {
    background-color: #fff;
    color: #e4007f;
    border: 2px solid #e4007f;
    border-radius: 20px;
    margin-right: 8px;
    font-weight: bold;
    padding: 0 10px;
}
.message .observe-btn {
    background: #f39800;
}
.message .intern-btn {
    background: #56c3f1;
}
p.title-btn {
    border: #56c3f1 2px solid;
    background-color: #fff;
    padding: 1em 3em;
    color: #56c3f1;
    text-align: center;
}
a.entry-btn {
    border: #56c3f1 2px solid;
    background-color: #56c3f1;
    padding: 1em 3em;
    color: #fff;
    cursor: pointer;
    text-align: center;
    float: left;
    border-radius: 10px;
    width: 70%;
}
a.entry-sub-btn {
    border: #56c3f1 2px solid;
    background-color: #56c3f1;
    padding: 12px 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    float: none;
    margin-left: 20px;
    border-radius: 10px;
}
p.ans-btn {
    border: #f39800 2px solid;
    background-color: #f39800;
    padding: 0.5em 1.5em;
    border-radius: 26px;
    color: #fff;
    text-align: center;
    float: right;
}
p.none-btn {
    background-color:#8fc31f;
    border: #8fc31f 2px solid;
}

/* =========================
   hum / menu animation
========================= */

/* 開いている間は背景スクロール停止 */
html.is-fixed,
body.is-fixed {
	overflow: hidden;
}

/* hum本体 */
.hum {
	position: fixed;
	z-index: 9999;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

/* 白系ヘッダー側のhum */
.negative_header .hum_bar_u,
.negative_header .hum_bar_b {
	background: #fff;
}

/* open時：× */
.hum.open .hum_bar_u {
	transform: rotate(25deg);
	top: 35px;
}

.hum.open .hum_bar_b {
	transform: rotate(-25deg);
	top: 35px;
}

/* hum画像は少しフェード */
.hum_name {
	transition: opacity 0.3s ease;
}

.hum.open .hum_name {
	opacity: 0.65;
}

/* =========================
   modal menu
========================= */

#menu.menu {
	position: fixed;
	inset: 0;
	visibility: hidden;
	pointer-events: none;
	overflow: hidden;
	transform: translateY(100%);
	will-change: transform, visibility;
}

/* 開いている状態 */
#menu.menu.is-open {
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

/* 開く */
#menu.menu.is-animating-open {
	transition: transform 1.0s cubic-bezier(.22, .61, .36, 1), visibility 0s linear 0s;
}

/* 閉じる（上へ抜ける） */
#menu.menu.is-closing {
	visibility: visible;
	pointer-events: none;
	transform: translateY(-100%);
	transition: transform 1.0s cubic-bezier(.22, .61, .36, 1), visibility 0s linear 1.0s;
}

/* 中身 */
.menu_nav {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 0.7s ease 0.25s,
		transform 0.9s cubic-bezier(.22, .61, .36, 1) 0.25s;
}

#menu.menu.is-open .menu_nav {
	opacity: 1;
	transform: translateY(0);
}

#menu .menu_nav_inner {
	padding: 120px 40px 60px;
	max-width: 1100px;
	margin: 0 auto;
}
#menu .menu-main-container {
	width: auto;
}

/* メニュー文字 */
#menu .menu a {
	color: #fff;
	text-decoration: none;
}

#menu .menu > li {
	margin-bottom: 24px;
	list-style: none;
	display: flex;
    flex-wrap: wrap;
}

#menu .menu > li > a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	display: inline-block;
	position: relative;
	/*width: 285px;*/
}
#menu .menu > li > a::before {
	content: '\30FB';
}

#menu .sub-menu {
	margin: 0;
	margin-top: -3px;
	margin-left: 50px;
	padding-left: 18px;
}

#menu .sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

#menu .sub-menu a {
	font-size: 14px;
	font-weight: 600;
	opacity: 0.92;
	padding-left: 20px;
	position: relative;
}
#menu .sub-menu a:before {
	content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: #fff;
    width: 12px;
    top: 10px;
}

/* negative header の見え方 */

.negative_header {
	position: fixed;
	top: 0;
	z-index: 9000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
}
.negative_header.is-visible {
	opacity: 1;
    /*clip-path: inset(0 0 0 0);*/
}
.content-admin a.entry-btn {
    margin: 0 auto;
    display: block;
    float: none;
}
.content-admin a.sub-btn {
    margin-right: 1%;
    float: left;
    width: 49%;
}
.content-admin br {
    display: none;
}
/* スマホ */
@media screen and (max-width: 768px) {
	#menu .menu_nav_inner {
		padding: 17.0666666667vw 6.4vw;
	}
	#menu .menu-main-container {
		padding-top: 0;
	}

	#menu .menu > li > a {
		width: 100%;
		font-size: 2.86vw;
	}

	#menu .sub-menu {
		margin: 12px 0 0;
	}
	#menu .sub-menu li {
		line-height: 1;
	}
	#menu .sub-menu a {
		font-size: 15px;
	}
}
@media screen and (max-width: 500px) {
	#menu ul.menu {
		margin-left: 5%;
	}
	#menu .menu > li > a {
		font-size: 3.0vw;
	}
	#menu .sub-menu a {
		font-size: 2.86vw;
	}
}
@media screen and (max-width: 1920px) and (min-width: 1601px) {
	.footer_offer {
        width: 60vw;
    }
	.footer_nav {
        width: 40vw;
    }
}
@media screen and (max-width: 1600px) {
	.header_logo {
        /*top: 3vw;*/
        left: 2.5vw;
    }
	.hum, .header_logo, .header_gnav {
        /*-ms-transform: translateY(5.75vw);
        transform: translateY(5.75vw);*/
    }
	.header_touchpoint {
        left: 2.5vw;
        /*bottom: 3vw;*/
    }
	.hum {
        /*top: 3vw;*/
        right: 2.5vw;
    }
	.hum, .header_logo, .header_gnav {
        /*-ms-transform: translateY(5.75vw);
        transform: translateY(5.75vw);*/
    }
	.header_gnav {
        /*top: 8.375vw;*/
        right: 2.5vw;
    }
	.negative_header {
        width: 14vw;
    }
	main.site-main {
		width: 100%;
		max-width: none;
		/*padding: 8.75vw 12vw;*/
		padding: 40px 12vw 50px;
	}
	.footer_offer {
        width: 60vw;
    }
	.footer_offer_inner {
		width: 43.125vw;
        padding-right: 6.25vw;
        padding-left: 2.5vw;
	}
	.sec_desc, .lo_sec_desc {
        max-width: 80vw;
    }
	.footer_offer_tel {
        flex-wrap: wrap;
    }
	.footer_offer_tel_ttl {
        width: 100%;
        padding-bottom: 2.5vw;
        text-align: left;
    }
	.footer_offer_tel_cnt {
        width: 100%;
        padding-left: 2vw;
    }
	.footer_nav {
        width: 40vw;
    }
    .home_service_nav_list_item {
        width: 30.375vw;
    }
    .home_service_nav_ttl {
        width: 80vw;
    }
    .home_service_nav_list_item_ttl {
        min-height: 4.75vw;
        font-size: 1.5vw;
        line-height: 2.375vw;
    }
    .a__card-overlay .p__overlay-white {
        font-size: 1.78vw;
    }
}
@media screen and (max-width: 1280px) {
	body {
        font-size: 1.25vw;
    }
	.header_logo {
        width: 6.25vw;
        /*top: 3.75vw;*/
        /*left: 6.25vw;*/
    }
	.hum, .header_logo, .header_gnav {
        /*-ms-transform: translateY(7.1875vw);
        transform: translateY(7.1875vw);*/
    }
	.header_logo .logo_mark.pc {
        /*width: 5.85vw;*/
        /*height: 7.8125vw;*/
        margin-bottom: 1.71875vw;
    }
	.header_logo_txt {
        font-size: 1.71875vw;
        line-height: 2.8125vw;
        /*letter-spacing: 1.171875vw;*/
    }
	.header_touchpoint {
        width: 6.25vw;
        /*bottom: 3.75vw;*/
        /*left: 6.25vw;*/
    }
	.sns_list_item {
        width: 5vw;
        height: 5vw;
        margin-right: 2.5vw;
    }
	.header_touchpoint .sns_list_item {
        width: 2.5vw;
        height: 2.5vw;
        margin-top: 0.625vw;
    }
	.sns_list_item_link img {
        width: 2.5vw;
        height: 2.5vw;
    }
	.header_touchpoint .sns_list_item_link img {
        width: 1.5625vw;
        height: 1.5625vw;
    }
	.hum {
        width: 6.25vw;
        height: 6.25vw;
        /*top: 3.75vw;*/
        /*right: 6.25vw;*/
    }
	.hum, .header_logo, .header_gnav {
        /*-ms-transform: translateY(7.1875vw);
        transform: translateY(7.1875vw);*/
    }
	.hum_name {
        bottom: 1.40625vw;
    }
	.hum_menu img {
        width: 2.734375vw;
        /*height: 1.09375vw;*/
    }
	.hum_close img {
        width: 2.734375vw;
        /*height: 1.09375vw;*/
    }
	.hum_bar_u, .hum_bar_b {
        width: 2.8125vw;
        margin-left: -1.40625vw;
    }
	.hum_bar_u {
        top: 2.5vw;
    }
	.hum_bar_b {
        top: 3.046875vw;
        margin-right: -1.40625vw;
    }
	.header_gnav {
        width: 6.25vw;
        /*top: 10.46875vw;*/
        /*right: 6.25vw;*/
    }
	.header_gnav_list_item {
        margin-top: 1.796875vw;
    }
	.header_gnav_list_btn {
        margin-top: 0.46875vw;
    }
	.header_gnav_list_item_link {
        /*font-size: 1.171875vw;*/
        line-height: 1.5625vw;
        letter-spacing: 0.390625vw;
        padding: 1.09375vw 0.46875vw;
    }
	.header_gnav_list_btn a {
        border-radius: 1.25vw;
        letter-spacing: 0.15625vw;
    }
	.negative_header {
        width: 10.9375vw;
    }
	main.site-main {
		max-width: 100vw;
        /*padding: 10.9375vw 13.9375vw;*/
        padding: 40px 13.9375vw 50px;
	}
	.footer_offer_inner {
        width: 53.90625vw;
        padding: 9.375vw 7.8125vw 9.375vw 10.78125vw;
    }
	.footer_offer .sec_headline_sub {
		font-size: 1.56vw;
        line-height: 3.75vw;
        padding-top: 2.65625vw;
        margin-bottom: 5vw;
	}
	.sec_desc, .lo_sec_desc {
        max-width: 100vw;
        font-size: 1.25vw;
        line-height: 3.125vw;
    }
	.sec_desc_txt {
        font-size: 1.25vw;
        line-height: 2.5vw;
        margin-bottom: 2.5vw;
    }
	.btn_round {
        width: 36.25vw;
        height: 7.5vw;
        border-width: 0.078125vw;
        border-radius: 3.75vw;
    }
	.footer_offer .btn_round {
        margin: 5vw 0vw 0vw;
    }
	.btn_round_link {
        border-radius: 3.75vw;
        padding-left: 5vw;
    }
	.btn_round_link:before,
	.btn_round_link:after {
        right: 5vw;
    }
	.btn_round_link:before {
        width: 7.5vw;
        margin-bottom: -0.625vw;
    }
	.btn_round_link:after {
        width: 1.09375vw;
        bottom: 3.125vw;
        right: 5.15625vw;
        -ms-transform: rotate(28deg) translateY(-0.546875vw);
        transform: rotate(28deg) translateY(-0.546875vw);
    }
	.footer_offer_tel {
        margin-top: 5vw;
        padding: 2.5vw 3.75vw;
    }
	.footer_offer_tel_ttl {
        font-size: 1.5625vw;
        line-height: 2.5vw;
        padding-right: 3.125vw;
    }
	.footer_offer_tel_cnt {
        padding-left: 4.375vw;
    }
	.footer_offer_tel_num {
        /*font-size: 2.8125vw;
        line-height: 2.5vw;
        margin-bottom: 1.25vw;*/
    }
	.footer_offer_tel_schedule {
        /*font-size: 0.9375vw;
        line-height: 1.40625vw;
        margin-bottom: 1.25vw;*/
    }
	.footer_offer_tel_to {
		/*font-size: 1.09375vw;
        line-height: 1.40625vw;*/
	}
	.menu-main-container {
		width: 32.03125vw;
        padding: 9.375vw 0vw 5vw 5vw;
	}
	.footer_nav .menu > li > a {
		font-size: 1.40625vw;
        line-height: 3.125vw;
        padding-left: 1.25vw;
	}
	.footer_nav .menu > li > a::before {
		top: 1.015625vw;
        width: 0.3125vw;
        height: 0.3125vw;
	}
	.footer_nav .sub-menu li a {
		font-size: 1.09375vw;
        line-height: 2.34375vw;
        padding-left: 1.5625vw;
	}
	.footer_nav .sub-menu li a::before {
		width: 0.9375vw;
        top: 1.171875vw;
	}
    .menu_nav {
        width: 100.78125vw;
        margin: 0vw auto;
        padding: 0vw 0vw 0vw 5vw;
    }
    .menu_nav_inner {
        width: 32.03125vw;
        padding: 9.375vw 0vw 5vw 5vw;
    }
    .home_service_nav_list_item {
        width: 31.25vw;
        padding: 0.625vw 0vw 5vw 0vw;
        margin-bottom: 6.25vw;
    }
    .panel-grid-cell:nth-of-type(odd) .home_service_nav_list_item {
        border-left-width: 0.15625vw;
        padding-left: 1.875vw;
    }
    .home_service_nav_ttl {
        width: 93.75vw;
    }
    .home_service_nav_ttl_circle {
        width: 5.625vw;
        height: 5.625vw;
        font-size: 0.785vw;
        line-height: 1.875vw;
        margin-top: -2.8125vw;
        margin-left: -2.8125vw;
    }
    .home_service_nav_list_item_ttl {
        min-height: 5.9375vw;
        font-size: 1.875vw;
        line-height: 2.96875vw;
        margin-bottom: 1.09375vw;
        padding-bottom: 0.78125vw;
    }
    .home_service_nav_list_item_tag {
        line-height: 1.5625vw;
        margin-bottom: 1.5625vw;
    }
    .tag, .tag_blank {
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .home_service_nav_list_item_desc {
        font-size: 1.25vw;
        line-height: 2.5vw;
    }
    .home_service_nav_list_item .btn, .home_service_nav_list_item .btn_back {
        margin-top: 1.40625vw;
        bottom: 0.46875vw;
    }
    .btn_link, .btn_back_link {
        padding-right: 8.4375vw;
    }
    .btn_link_txt, .btn_back_link_txt {
        font-size: 1.015625vw;
        line-height: 1.5625vw;
    }
    .btn_link:before,
    .btn_back_link:before {
        width: 7.5vw;
        bottom: 1.25vw;
    }
    .btn_link:after, .btn_back_link:after {
        width: 1.09375vw;
        bottom: 1.25vw;
        -ms-transform: rotate(28deg) translateY(-0.546875vw);
        transform: rotate(28deg) translateY(-0.546875vw);
    }
    .btn_link_txt:before, .btn_back_link_txt:before {
        width: 0vw;
        bottom: 1.25vw;
        left: calc(100% - 7.5vw);
    }
    .panel-grid-cell:nth-of-type(even) .home_service_nav_list_item {
        border-right-width: 0.15625vw;
        padding-right: 1.875vw;
    }
    h2.sec_headline_sub {
        font-size: 3.125vw;
        line-height: 5vw;
        margin-bottom: 3.75vw;
        padding-top: 4.84375vw;
    }
    .sec_horizon .textwidget {
        padding: 0;
    }
	.copyright {
		padding-left: 5vw;
	}
}
@media screen and (max-width: 1180px) {
	.header_gnav_list_item:not(:first-of-type):after {
		top: -16px;
		right: 4px;
	}
}
@media screen and (max-width: 1100px) {
	.header_gnav_list_item:not(:first-of-type):after {
		right: 2px;
	}
	.header_touchpoint {
		top: 480px;
	}
}
@media screen and (max-width: 1000px) {
    .a__card-overlay .p__overlay-white {
        font-size: 1.76vw;
    }
	.header_gnav_list_item:not(:first-of-type):after {
		right: 1px;
	}
	.header_touchpoint {
		top: 460px;
	}
	.header_gnav {
		top: 80px;
	}
}
@media screen and (max-width: 920px) {
	.header_gnav_list_item:not(:first-of-type):after {
		right: 0px;
	}
	.header_touchpoint {
		top: 440px;
	}
}
@media screen and (max-width: 840px) {
	.header_gnav_list_item:not(:first-of-type):after {
		top: -13px;
		right: -1px;
	}
	.header_touchpoint {
		top: 410px;
	}
	.header_gnav {
        top: 70px;
    }
	.footer_offer_name {
		font-size: 19px;
	}
	.footer_offer_tel_num {
		font-size: 19px;
	}
}
@media screen and (max-width: 780px) {
	.header_gnav_list_item:not(:first-of-type):after {
		right: -2px;
	}
	.header_touchpoint {
        top: 380px;
    }
}
@media (min-width: 768.1px) and (max-width: 780px) {
	.panel-has-style #home_service_nav_wrap1.home_service_nav_wrap.panel-row-style,
	.panel-has-style #home_service_nav_wrap2.home_service_nav_wrap.panel-row-style {
		display: flex;
    	-ms-flex-wrap: wrap;
    	flex-wrap: nowrap;
    	-ms-justify-content: space-between;
    	justify-content: space-between;
		-webkit-align-items: flex-start;
    	align-items: flex-start;
		-webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
	}
	#home_service_nav_wrap1 > div,
	#home_service_nav_wrap2 > div {
		width: 50%;
    	width: calc(50% - (0.5 * 30px));
	}
}
@media screen and (max-width: 768px) {
	body {
        font-size: 3.7333333333vw;
    }
	.hum, .header_logo, .header_gnav {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
	.header_logo {
        width: 49.0666666667vw;
        top: 4.2666666667vw;
        left: 4.2666666667vw;
    }
	.header_logo_link {
        flex-flow: row;
    }
	.header_logo .logo_mark.pc {
		display: none;
	}
	.header_logo .logo_mark.smp {
		display: block;
        width: auto;
        /*height: 17.0666666667vw;
		max-height: 86px;*/
        height: auto;
        max-height: 50px;
        margin-top: 5px;
        margin-bottom: 0;
    }
	.header_logo_txt {
        display: none;
    }
	.header_touchpoint {
		display: none;
    }
	.sns_list_item {
        width: 12.8vw;
        height: 12.8vw;
        margin-right: 6.4vw;
    }
	.header_touchpoint .sns_list_item {
        width: 6.4vw;
        height: 6.4vw;
        margin-top: 0;
        margin-right: 2.1333333333vw;
    }
	.sns_list_item_link img {
        width: 6.4vw;
        height: 6.4vw;
    }
	.header_touchpoint .sns_list_item_link img {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
    }
	.hum {
        width: 12.8vw;
        height: 12.8vw;
		max-width: 86px;
		max-height: 86px;
        top: 4.2666666667vw;
        right: 4.2666666667vw;
    }
	.hum_name {
        display: none;
    }
	.hum_bar_u, .hum_bar_b {
        width: 6.4vw;
        margin-left: -3.2vw;
    }
    .hum_bar_u {
        top: 5.33333vw;
    }
	.hum_bar_b {
        top: 7.2vw;
        margin-right: -3.2vw;
    }
	.header_gnav {
        display: none;
    }
	.negative_header {
        width: 21.3333333333vw;
    }
	main.site-main {
		max-width: 100%;
        /*padding: 25.6vw 6.4vw;*/
        padding: 18.6vw 6.4vw;
	}
	.site-info::before {
        content: none;
        display: none;
    }
	.footer_offer {
        width: 100%;
    }
	.footer_offer_inner {
        width: 100%;
        padding: 21.3333333333vw 6.4vw;
    }
	.footer_offer .sec_headline_sub {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 1.87em;
    }
	.sec_desc, .lo_sec_desc {
        max-width: 100%;
        font-size: 4vw;
        line-height: 8.5333333333vw;
    }
	.sec_desc_txt {
        letter-spacing: .05em;
        font-size: 16px;
        line-height: 2;
        margin-bottom: 2em;
    }
	.btn_round {
        width: 87.2vw;
        height: 19.2vw;
        border-width: .2666666667vw;
        border-radius: 12.8vw;
    }
	.footer_offer .btn_round {
        margin: 10.6666666667vw auto 0vw;
    }
	.btn_round_link {
        border-radius: 12.8vw;
        padding-left: 10.4vw;
    }
	.btn_round_link:before,
	.btn_round_link:after {
        right: 8.5333333333vw;
    }
	.btn_round_link:before {
        width: 14.9333333333vw;
        margin-bottom: -1.0666666667vw;
    }
	.btn_round_link:after {
        -ms-transform: rotate(28deg) translateY(-1.7333333333vw);
        transform: rotate(28deg) translateY(-1.7333333333vw);
        width: 2.6666666667vw;
        bottom: 8.2666666667vw;
        right: 9.0666666667vw;
    }
	.footer_offer_tel {
        margin-top: 10.6666666667vw;
        padding: 6.4vw 5.8666666667vw;
    }
	.footer_offer_tel_ttl {
        /*font-size: 4.8vw;
        line-height: 8.5333333333vw;
        padding-left: 0;*/
    }
	.footer_offer_tel_cnt {
        border-left: 0;
        border-top: 1px #fff solid;
        padding-left: 0;
        padding-top: 4.2666666667vw;
        margin-top: 2.1333333333vw;
    }
	.footer_offer_name,
	.footer_offer_tel_num {
		font-size: 21px;
        /*font-size: 8.5333333333vw;
        line-height: 8.5333333333vw;
        margin-bottom: 4.2666666667vw;*/
    }
	.footer_offer_tel_schedule {
        font-size: 16px;
        /*font-size: 3.2vw;
        line-height: 5.0666666667vw;
        margin-bottom: 2.1333333333vw;*/
    }
	.footer_offer_tel_to {
        font-size: 16px;
        /*font-size: 3.2vw;
        line-height: 4.8vw;*/
    }
	.footer_nav {
        width: 100%;
    }
	.menu-main-container {
		width: 100%;
        padding: 17.0666666667vw 6.4vw;
	}
	.footer_nav .menu > li > a {
		font-size: 4vw;
        line-height: 6.4vw;
        padding-left: 3.2vw;
	}
	.footer_nav .menu > li > a::before {
        top: 2.5333333333vw;
        width: 1.0666666667vw;
        height: 1.0666666667vw;
    }
	.footer_nav .sub-menu li a {
		font-size: 3.4666666667vw;
        line-height: 6.4vw;
        padding-left: 5.3333333333vw;
	}
	.footer_nav .sub-menu li a::before {
		width: 3.4666666667vw;
        top: 3.2vw;
	}
	.menu_nav_sns {
        display: block;
        margin-top: 17.0666666667vw;
		padding-left: 6.4vw;
    }
	.menu_nav_sns .sns_list_item {
        width: 8.5333333333vw;
        height: 8.5333333333vw;
        margin-right: 2.1333333333vw;
    }
	.menu_nav_sns .sns_list_item img {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
    }
	.copyright {
		padding-left: 6.4vw;
	}
    .menu_nav {
        width: 100%;
        padding: 6.4vw;
    }
    .menu_nav_inner {
        width: 100%;
        padding: 17.0666666667vw 6.4vw;
    }
    .menu_nav .menu_nav_inner {
        padding-bottom: 0;
    }
    .home_service_nav_list_item {
        width: 87.2vw;
        padding: 3.7333333333vw 0vw 16vw;
        margin-bottom: 11.2vw;
        margin-top: 6.4vw;
    }
    .panel-grid-cell:nth-of-type(odd) .home_service_nav_list_item {
        border-left: 0;
        padding-left: 0;
        -ms-flex-order: 5;
        order: 5;
    }
    .home_service_nav_ttl {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 12.8vw;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .home_service_nav_ttl_circle {
        position: relative;
        width: 22.07vw;
        height: 22.07vw;
        font-size: 3.4666666667vw;
        line-height: 4.2666666667vw;
        margin-left: 0;
        left: 0;
        top: 0vw;
        margin-top: 0;
    }
    .home_service_nav_list_item_ttl {
        min-height: auto;
        font-size: 4.5333333333vw;
        line-height: 8.5333333333vw;
        margin-bottom: 3.2vw;
        padding-top: 3.7333333333vw;
        padding-bottom: 2.1333333333vw;
        border-top: .5333333333vw solid #56c3f1;
    }
	.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item_ttl {
    	justify-content: flex-start;
	}
    .home_service_nav_list_item_tag {
        line-height: 3.7333333333vw;
        margin-bottom: 4.8vw;
    }
    .tag, .tag_blank {
        font-size: 3.2vw;
        line-height: 6.4vw;
    }
    .home_service_nav_list_item_desc {
        font-size: 3.7333333333vw;
        line-height: 7.4666666667vw;
    }
    .home_service_nav_list_item .btn,
    .home_service_nav_list_item .btn_back {
        margin-top: 4.8vw;
        bottom: 1.6vw;
    }
    .btn_link, .btn_back_link {
        padding-right: 17.0666666667vw;
    }
    .btn_link_txt, .btn_back_link_txt {
        letter-spacing: .05em;
        font-size: 3.4666666667vw;
        line-height: 5.3333333333vw;
    }
    .btn_link:before,
    .btn_back_link:before {
        width: 14.9333333333vw;
        bottom: 2.1333333333vw;
    }
    .btn_link:after, .btn_back_link:after {
        -ms-transform: rotate(28deg) translateY(-1.7333333333vw);
        transform: rotate(28deg) translateY(-1.7333333333vw);
        width: 2.6666666667vw;
        bottom: 1.8666666667vw;
        right: .8vw;
    }
    .btn_link_txt:before, .btn_back_link_txt:before {
        width: 14.9333333333vw;
        bottom: 2.1333333333vw;
        left: calc(100% - 4.375vw);
    }
    .panel-grid-cell:nth-of-type(even) .home_service_nav_list_item {
        -ms-flex-order: 15;
        order: 15;
        text-align: left;
        border-right: 0;
        padding-right: 0;
    }
    .panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn,
    .panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn_back {
        right: 0;
    }
    .sec_horizon .panel-grid-cell:first-of-type .textwidget {
        border-right: none;
    }
    h2.sec_headline_sub {
        font-size: 7.4666666667vw;
        line-height: 10.6666666667vw;
        margin-bottom: 0;
        padding-top: 0;
    }
    main .entry-content .about-council-card-list {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .a__card-overlay .p__overlay-white {
        font-size: 4.46vw;
    }
}
@media screen and (max-width: 500px) {
	.footer_offer .sec_headline_sub {
		font-size: 20px;
        line-height: 1.75;
	}
	.footer_offer_tel_schedule,
	.footer_offer_tel_to {
		font-size: 3.2vw;
	}
	.footer_offer_name,
	.footer_offer_tel_num {
		font-size: 4.0vw;
	}
}
@media screen and (max-width: 390px) {
	.footer_offer .sec_headline_sub {
		font-size: 19px;
	}
	.footer_offer_tel_to span {
		display: block;
	}
	.footer_offer_tel_schedule,
	.footer_offer_tel_to {
		font-size: 15px;
	}
	.footer_offer_name,
	.footer_offer_tel_num {
		font-size: 19px;
	}
}
@media screen and (min-width: 769px) {
	.sp_br {
        display: none;
    }
	.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn,
	.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn_back {
        left: 0;
    }
	.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn_link,
	.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn_back_link {
		padding-right: 0;
        padding-left: 108px;
	}
	.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn_link:before,
	.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn_back_link:before,
	.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn_link:after,
	.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn_back_link:after {
		right: auto;
        left: 0;
	}
	.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn_link:after,
	.panel-grid-cell:nth-of-type(even) .home_service_nav_list_item .btn_back_link:after {
		transform: rotate(-28deg) translateY(-7px);
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        bottom: 8px;
	}
}

/*コンテンツ*/
.single-header {
	max-width: 1280px;
	margin: 40px auto 0;
	padding-top: 40px;
	box-sizing: content-box;
}
.single-header + .site-main {
	padding-top: 0;
}
h1.entry-title, h1.page-title,
p.page-title {
	text-align: center;
	font-size: 54px;
	font-weight: 600;
	color: #fff;
	background: #56c3f1;
	padding: 0.3em;
	margin-bottom: 0.8em;
	line-height: 2;
}
.home h1.entry-title {
	font-size: 33px;
	font-weight: 500;
	color: #56c3f1;
	background: none;
}
.search-form-001 {
    display: flex;
    justify-content: space-between;
}
.search-box {
	display: flex;
	flex-wrap: wrap;
	width: 83.03%;
	background: #bbe3f9;
	border-radius: 10px;
}
.search-wrap.category-search {
    margin-bottom: 2.2em;
}
.search-form-001 label {
    width: calc(100% / 5);
    padding: 10px;
    box-sizing: border-box;
    color: #56c3f1;
}
.search-form-002 label {
    width: calc(100% / 4);
}
.search-form-001 label::before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-image: url(/wp/wp-content/themes/jimoto-job/images/icon-search.png);
    background-repeat: no-repeat;
	background-size: contain;
    content: '';
	display: inline-block;
}

.search-form-001 input[type="text"],
.search-form-001 select {
    width: 100%;
    height: 34px;
    padding: 1px 5px 1px 8px;
    border: 1px solid #bbe3f9;
    box-sizing: border-box;
    color: #9fa0a0;
    outline: none;
	border-radius: 5px;
}
.search-form-001 select {
	font-size: 1em;
	-webkit-appearance: none;
    appearance: none;
	background-image: url(/wp/wp-content/themes/jimoto-job/images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
}

.search-form-001 button {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 186px;
	width: 15.56%;
    border: none;
    background-color: #56c3f1;
    color: #fff;
	line-height: 1.3;
    cursor: pointer;
	border-radius: 10px;
}

ul.nav-icon-btn {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
ul.nav-icon-btn li {
	list-style: none;
	width: 20.6%;
	margin-bottom: 3.33%;
	/*background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 4px 4px 0px 0px rgba(86,195,241,1.0);*/
}
ul.nav-icon-btn li a {
	display: block;
	/*padding: 20px;*/
	text-align: center;
	text-decoration: none;
	color: #56c3f1;
}
ul.nav-icon-btn li a div {

}
ul.nav-icon-btn li a p {
	margin-bottom: 0;
}
.top-news-wrap.su-tabs {
	text-align: center;
	background: none;
}
.top-news-wrap .su-tabs-nav span:nth-of-type(odd) {
	color: #56c3f1;
}
.top-news-wrap .su-tabs-nav span:nth-of-type(even) {
	color: #89898a;
}
.news-loop {
    border-top: 1.5px solid #56c3f1;
	margin-bottom: 2em;
}
.news-loop .su-post {
	display: flex;
	align-items: start;
    border-bottom: 1.5px solid #56c3f1;
    padding: 1em 0;
}
.news-loop .su-post-meta {
    margin-right: 1em;
}
.news-loop .su-post-meta + a {
	display: inline-block;
	color: #fff;
	border-radius: 99px;
	min-width: 9em;
    margin-right: 1em;
}
.cate-news,
.cate-news-member-company {
	background: #56c3f1;
}
.cate-news-job-seeker,
.cate-news-council {
	background: #89898a;
}
.news-loop .su-post-title {
	margin-bottom: 0;
	text-align: left;
}
p.btn-sky {
	text-align: center;
}
p.btn-sky a {
	display: inline-block;
	background: #56c3f1;
    color: #fff;
	font-size: 20px;
    border-radius: 99px;
    letter-spacing: 2px;
	padding: 0.5em 3em;
}
p.btn-sky a:hover {
	background: #89898a;
}
nav.navigation.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 1em auto;
}
.page-numbers {
    padding: 0 3px;
}
a.prev.page-numbers, a.next.page-numbers  {
    border: 2px solid #56c3f1;
    font-size: 12px;
    width: 12px;
    border-radius: 14px;
    padding: 0 2px 1px;
    font-weight: normal;
}
.top-link-btn-list * {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
}
.top-link-btn-list h2 {
	text-align: center;
	color: #fff;
	font-size: 2.5em;
	margin-bottom: 1em;
}
.top-link-btn-list ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-left: 0;
}
.top-link-btn-list ul li {
	width: 30.33%;
	margin: 0 2% 2.5em;
}
.top-link-btn-list ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2em;
	border-radius: 99px;
	background: #fff;
	color: #56c3f1;
	font-size: 2.2em;
}
.bilingual-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
}
.entry-content .feature-blog-list-container .bilingual-title-container h2 {
	font-size: 40px;
	color: #444;
	margin-bottom: 0;
}
.bilingual-title-container h3 {
	text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    color: #56c3f1;
	border: none;
}
.bilingual-title-container p {
    font-size: 1.25em;
    line-height: 32px;
    color: #56c3f1;
    letter-spacing: 2px;
	text-align: center;
}

/*シングル記事　職業紹介*/
h1.job-title {
	font-size: 24px;
	font-weight: 600;
	color: #231815;
	margin: 2.2em 0 0.8em 1em;
}
.intro-menu {
	border: 4px solid #bbe3f9;
	border-radius: 10px;
	padding: 1em 2em;
	display: inline-block;
	margin-bottom: 3em;
}
.intro-menu ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.intro-menu ul li {
	font-size: 14px;
	margin-right: 2em;
}
.intro-menu ul li a {
	display: flex;
	align-items: center;
}
.intro-menu ul li a::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("images/circle-arrow.png") no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.intro-wrap {
	border: 2px solid #898989;
	border-radius: 10px;
	padding: 1em 2em;
	margin-bottom: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.intro-inner-top,
.intro-inner-all {
	width: 100%;
}
.intro-wrap h2 {
	font-size: 20px;
	font-weight: 600;
	color: #231815;
	border-bottom: 1px solid #231815;
	margin-bottom: 1em;
}
.intro-wrap p {
	color: #231815;
	font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
	letter-spacing: normal;
}
.intro-inner.innner-l {
	width: 15.23%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.intro-inner.innner-r {
	width: 80.95%;
}
.main-icon-wrap {
	width: 100%;
	margin-bottom: 5px;
}
.icon-wrap {
	width: 48%;
}
ul.location-list {
	display: flex;
	flex-wrap: wrap;	
}
ul.location-list li {
	border-radius: 99px;
	background: #56c3f1;
	font-size: 14px;
	color: #fff;
	letter-spacing: normal;
	text-align: center;
	min-width: 10em;
	padding: 0.2em 1.0em;
	margin: 0.7em 0.6em;
}
.message {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.message-l {
	margin-right: 1em;
}
ul.message-list {
	margin-left: 20px;
}
ul.message-list li {
	list-style: disc;
	font-size: 14px;
    font-weight: 500;
}
.message-r {
	display: flex;
	flex-wrap: wrap;
}
.message-r a {
	font-size: 20px;
	color: #fff;
	padding: 0.1em 0.5em;
	border-radius: 10px;
}
.observe-btn {
	background: #e4007f;
	margin-right: 0.8em;
}
.intern-btn {
	background: #076fb8;
}
main .accordion-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
main .accordion-list .accordion-container {
    padding: 50px 0;
    border-top: 3px solid #11914d;
    border-bottom: 3px solid #11914d;
}
main .accordion-list .accordion-container .accordion-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
main .accordion-list .accordion-container .accordion-title-container div {
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 1.56vw;
    font-weight: 700;
    line-height: 44px;
    color: #11914d;
    flex: 1;
}
main .accordion-list .accordion-container .accordion-title-container button {
	vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
    width: 22px;
    height: 4px;
    margin-left: auto;
    background-size: cover;
    background-image: url(assets/img/accordion-toggle-off-green.png);
}
main .accordion-container .accordion-title-container h2,
main .accordion-container .accordion-title-container h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
	border-bottom: none;
}
main .accordion-container .accordion-content {
    margin-top: 50px;
}
main .accordion-container .accordion-content .div__container-grid-col-2 {
    display: grid;
    margin-bottom: 50px;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
main .accordion-container .dvd-rent-banner {
    margin: auto;
}
main .accordion-container .dvd-rent-flow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    grid-row: 1;
}
.div__container-vertical-middle h4 {
	font-weight: 600;
}
main .accordion-container .dvd-rent-flow-container p {
    min-width: 100%;
    font-size: 0.875em;
    line-height: 1;
    margin-bottom: 0;
}
main .accordion-container .dvd-rent-flow-container p:first-child {
    margin-bottom: 30px;
    text-align: start;
    font-size: 1em;
}
main .accordion-container .dvd-rent-flow-container .dvd-rent-flow-content {
    height: 32px;
    background-color: #c3e3d2;
    border-radius: 6px;
    text-align: center;
    font-size: 0.875em;
    line-height: 32px;
}
main .accordion-container .dvd-rent-flow-container img {
    width: 10px;
    height: 8px;
}
main .accordion-container .accordion-content .accordion-button-group.sp-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
main .accordion-container a[role=button] {
    display: flex;
    height: 65px;
    align-items: center;
    justify-content: center;
    font-size: 1.125em;
    margin-inline: auto;
    background-color: #11914d;
    border-radius: 40px;
    text-align: center;
    color: white;
    font-weight: 700;
    cursor: pointer;
    border-color: #11914d;
    transition: all 0.2s;
}
.page-id-9148 .accordion-list .accordion-container {
	border-top: none;
}
/*実施報告カテゴリー一覧ページ*/
.archive .accordion-container {
    border-top: 3px solid #006fc1;
    border-bottom: 3px solid #006fc1;
    padding: 30px 0;
	margin-bottom: 10%;
	margin-top: 5%;
}
.archive .accordion-container .accordion-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.archive .accordion-container .accordion-title-container div {
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    color: #006fc1;
    flex: 1;
}
.archive .accordion-container .accordion-title-container h2,
.archive .accordion-container .accordion-title-container h3 {
    width: -moz-fit-content;
    width: fit-content;
	margin: 0;
    margin-inline: auto;
	color: #006fc1;
	font-size: 1em;
}
.archive .accordion-container .accordion-title-container button {
	border: none;
    border-radius: 0px;
    background-color: transparent;
    font-size: 16px;
    line-height: 1.48;
    padding: 0;	
    width: 22px;
    height: 4px;
    margin-left: auto;
    background-size: cover;
    background-image: url(assets/img/accordion-toggle-off-blue.png);
}
.archive .accordion-container .accordion-title-container button.off {
    height: 22px;
    background-image: url(assets/img/accordion-toggle-on-blue.png);
}
.archive .accordion-container .accordion-content {
    margin-top: 50px;
    /*display: flex;
    flex-direction: column;
    gap: 50px;*/
}
.archive .annual-event {
    display: grid;
    grid-template-columns: minmax(90px, 15%) 1fr;
    -moz-column-gap: 70px;
    column-gap: 70px;
	margin-bottom: 50px;
}
.archive .annual-event > p {
    font-size: 1.125em;
    font-weight: 700;
	margin: 0;
}
.archive .annual-event .event-type {
    display: inline-block;
    border: 1px solid #444444;
    border-radius: 6px;
    padding: 8px 24px;
    text-align: center;
    font-size: 0.875em;
}
.archive .annual-event .event-type:hover {
    opacity: 0.5;
    cursor: pointer;
}
.archive .annual-event h3 {
    margin: 15px 0 0;
    font-size: 1.125em;
    font-weight: 700;
	border-bottom: none;
}
.archive .annual-event .event-content {
    margin-top: 30px;
    font-size: 1em;
    font-weight: 400;
}
.report-blog-list-container {
	margin-bottom: 5%;
}
.archive .accordion-container + .report-blog-list-container h2 {
	color: #444;
    font-size: 30px;
}
.report-blog-list-container .topics-list__tag p {
	min-width: auto;
	padding: 0;
}
.report-blog-list-container .topics-list__tag p a {
	color: inherit;
	padding: 0 15px;
}
.topics-list__tag--btn p.current {
    border: solid 1px #006fc1;
    background: #006fc1;
    color: #fff;
}
.sct {
    margin: 50px 0;
}
.sct__inr {
    width: 80%;
    max-width: 1120px;
    height: auto;
    margin: 0 auto;
}
.single .sct__inr {
	width: 100%;
}
.sct__hdg {
    position: relative;
    margin-bottom: 70px;
    padding-top: 59px;
	color: #444;
    font-size: 50px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, system-ui;
    text-align: center;
	line-height: 1.48;
}
.sct__hdg span {
    display: block;
    margin-top: -10px;
    color: #006fc1;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 100;
}
.sct__hdg::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 72px;
    background: url(assets/img/top/sct-icon.png) no-repeat center center / cover;
    content: "";
}

/*シングル記事　カスタム投稿*/
.format__h1 {
	font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, system-ui;
    font-size: 32px;
    font-weight: 700;
    margin: 16px 0;
    line-height: 1.5;
}
.single .content table {
    display: block;
    margin-bottom: 50px;
}
.single .content table tbody {
    display: block;
}
.single .content table tbody tr {
    display: flex;
    padding: 60px 0;
    border-bottom: 3px solid #d3d3d3;
}
.single .content table tbody tr td {
    display: block;
    border: none;
}
.single .content table tbody tr td:first-child {
    width: 28%;
    font-size: 18px;
    font-weight: 700;
}
.single .wp-block-button__link {
	color: #fff;
}
.format__img-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
}
.format__img-wrap img {
    width: auto;
    border-radius: 20px;
}
.format__index__hdl {
    font-weight: 700;
    margin-bottom: 32px;
}
.format__index__list-wrap {
	margin: 0;
    padding: 0;
	border-left: 6px solid #dcdcdc;
}
.format__index__list-link {
	display: flex;
    align-items: center;
    padding: 12px 0;
    padding-left: 24px;
    transition: all 0.2s;
    cursor: pointer;
}
.format__index__list-link::before {
    content: "";
    display: block;
    flex-shrink: 0;
    background: #444;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50em;
}
.format__index__list-link p {
	color: #444;
	margin-bottom: 0;
}
.format__h2 {
    font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, system-ui;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.5;
    color: #006fc1;
}
.format__h2::before, .format__h2::after {
    content: "";
    display: block;
    background: #006fc1;
    width: 100%;
    height: 2px;
}
.format__h2::before {
    margin-bottom: 40px;
}
.format__h2::after {
    margin-top: 40px;
}
.format__h3 {
    display: flex;
    align-items: center;
    font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, system-ui;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.5;
}
.format__h3::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    border-radius: 50em;
    background: #006fc1;
}
.format__txt {
    margin-bottom: 50px;
}
.format__txt a {
	color: #444;
} 
.format__pager {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 100px;
}
.format__pager a {
	color: #444;
}
.format__pager .before, .format__pager .after {
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.format__pager .before .arrow {
    margin-right: 0.5em;
}
.format__pager .after .arrow {
    margin-left: 0.5em;
}
.news-format__txt a {
	color: #444;
	font-size: 16px;
}
.format__top-day {
	font-size: 14px;
}
.btn-blue-001-wrap {
	text-align: center;
}
.btn-blue-001-wrap button {
	width: 368px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125em;
    margin-inline: auto;
    background-color: #56c3f1;
    border-radius: 40px;
    text-align: center;
    color: white;
    font-weight: 700;
    cursor: pointer;
    border-color: #56c3f1;
    transition: all 0.2s;
}
h4.bg_gray {
	height: 32px;
    background-color: #f0efef;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
	padding-left: 14px;
}
main .sitemap-container {
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 120px;
}
main .sitemap-container .sitemap-heading-container {
    height: 9em;
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 3px solid #006fc1;
    border-bottom: 3px solid #006fc1;
}
main .sitemap-container > div:nth-child(even) .sitemap-heading-container {
    border-top: 3px solid #11914d;
    border-bottom: 3px solid #11914d;
}
main .sitemap-container .sitemap-heading-container h2 {
    font-family: "Zen Maru Gothic";
    font-size: 1.875em;
    font-weight: 700;
    color: #006fc1;
}
main .sitemap-container .sitemap-heading-container h2 a {
	color: #006fc1;
}
main .sitemap-container > div:nth-child(even) .sitemap-heading-container h2,
main .sitemap-container > div:nth-child(even) .sitemap-heading-container h2 a {
    color: #11914d;
}
main .sitemap-container .sitemap-titles-container {
    display: grid;
    margin-top: 80px;
    row-gap: 50px;
    grid-template-columns: repeat(3, 1fr);
}
main .sitemap-container .sitemap-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 23px;
    color: #444444;
}
main .sitemap-container .sitemap-title img {
    width: 4px;
    height: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
main .sitemap-container .sitemap-title a {
	color: #444444;
}
main .div__container-flex65 {
    width: 65%;
    min-width: 545px;
    align-self: center;
    margin: 50px auto;
}
main .div__container-flex65 .bilingual-title-container {
    margin-top: 200px;
    margin-bottom: 50px;
}
.col2-seeker .div__container-flex65 {
	width: 100%;
	min-width: 0;
}
.col2-seeker .a__card-overlay .p__overlay-white {
	width: 80%;
	text-align: center;
	font-size: 1.35vw;
}
.job-seeker-guide-wrap {
	text-align: center;
}
.job-seeker-guide-wrap a {
	color: #444;
}
ul.topics-list li {
    border-bottom: solid 1px #b8b8b8;
    padding: 1.5em 0;
}
ul.topics-list li a {
	color: #444;
}
.topics-list__tag {
}
.topics-list__tag p {
	display: inline-block;
    color: #444;
	border: 1px solid #444;
    border-radius: 5px;
    margin-right: 15px;
	text-align: center;
	padding: 0 15px;
}
#tablepress-2 th.column-1 {
    color: #444;
    text-align: left;
    width: 25%;

}
#tablepress-2 .column-2 {
    line-height: 1.5em;
    color: #333;
}
#tablepress-2 .column-2 a {
    color: #444;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
    border: solid 1px #444;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
}
.topics-list__inr {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 70px;
    transition: all 0.2s;
}
.topics-list__txtarea {
	display: flex;
    align-items: center;
}
.topics-list__inr::after {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%);
    width: 6px;
    height: 12px;
    background: url(assets/img/top/topics-list-arrow.png) no-repeat center center / cover;
    content: "";
    pointer-events: none;
}
.topics-list__date {
    width: 10em;
    font-size: 14px;
    white-space: nowrap;
}
p.topics-list__txt {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.dvd-rent-flow-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    grid-row: 1;
}
.dvd-rent-flow-container p:first-child {
    margin-bottom: 30px;
    text-align: start;
    font-size: 1em;
}
.dvd-rent-flow-container p:nth-child(2) {
    margin-bottom: 10px;
    text-align: start;
    font-size: 15px;
    font-weight: 700;
}
.dvd-rent-flow-container .dvd-rent-flow-content {
    height: 32px;
    background-color: #c3e3d2;
    border-radius: 6px;
    text-align: center;
    font-size: 0.875em;
    line-height: 32px;
    margin-bottom: 0;
}
.dvd-rent-flow-container img {
    width: 10px;
    height: 8px;
	margin: 0 auto 0;
}
main #dvd-rent-caution-text,
main #member-info-caution-text {
	margin-top: 20px;
    font-size: 0.75em;
}
main #dvd-rent-caution-text {
    text-align: center;
}
#calendar iframe {
	width: 100%;
}
.guide-txt p {
    display: flex;
    justify-content: center;
}

/*フォーム*/
.form-dl dt {
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.form-dl dt small {
	display: inline-block;
	font-size: 90%;
	color: #fff;
	background: #c94e5f;
	padding: 0 10px 2px;
	margin-right: 7px;
}
.form-dl dd {
	margin-bottom: 1.5em;
}
.form-box {
	max-width: 1040px;
	border: 1px solid #9e9d9e;
	margin-bottom: 3.0em;
}
.form-box h2 {
	font-size: 26px;
	color: #fff;
	background: #56c3f1;
	padding: 5px 5.38%;
}
.form-box-inner {
	padding: 3.84% 5.38%;
}
.form-box input[type="button"],
.form-box input[type="reset"],
.form-box input[type="submit"] {
	padding: 1.6em 10%;	
}
input.submit-a {
	border: 2px solid #56c3f1;
	color: #56c3f1;
	background: #fff;
}
input.submit-b {
	border: 2px solid #c94e5f;
	color: #fff;
	background: #c94e5f;
}
article.job-list{
  width: 50%;
  float: left;
  margin: 0 0 1em;
  box-sizing: border-box;
}

article.job-list:nth-of-type(odd){
  padding-right: 10px;
}
article.job-list:nth-of-type(even){
  padding-left: 10px;
}
.job-list-inner {
    display: flex;
    padding: 1em;
    border-radius: 10px;
    border: solid 2px #56c3f1;
}
.job-list-l {
    width: 65%;
}

.job-list-r {
    width: 35%;
    text-align: right;
}
h3.job-title {
    font-weight: bold;
}
a.job-btn {
    background-color: #56c3f1;
    color: #fff;
    padding: 5px 10px;
    line-height: 1em;
    border-radius: 20px;
}
.entry-content .tablepress h3 {
    border-bottom: none;
    font-size: 1.2em;
    padding-bottom: 0;
}
ul.member-download-btn-ul {
	padding: 0;
	width: 90%;
	max-width: 420px;
	margin: 0 auto;
	text-align: center;
}
ul.member-download-btn-ul li {
	margin: 3em 0;
}
ul.member-download-btn-ul li a {
	display: block;
	font-size: 14px;
	padding: 1em;
	border: 3px solid;
}
ul.member-download-btn-ul li.btn-line-red a {
	border-color: #c94e5f;
	color: #c94e5f;
}
ul.member-download-btn-ul li.btn-line-sky a {
	border-color: #56c3f1;
	color: #56c3f1;
}
/*お問合せ　旧デザイン*/
.post-43 .contact-form-caption {
	font-size: 16px;
}
.post-43 .contact-form {
    width: 80%;
    max-width: 1120px;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    gap: 70px;
    margin: 0 auto;
}
.post-43 .contact-type-selector-container,
.post-43 .form-row-container {
	display: flex;
    justify-content: space-between;
}
.post-43 .contact-form .form-head {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    white-space: nowrap;
    letter-spacing: 0;
}
.post-43 .contact-form .form-head p {
	margin: 0;
}
.post-43 .contact-form .contact-form-checkbox-container {
    display: flex;
    gap: 30px;
    cursor: pointer;
    flex-wrap: wrap;
}
.post-43 .contact-form .contact-form-checkbox-container label {
    font-size: 15px;
    cursor: pointer;
}
.post-43 .contact-form .contact-form-identity {
    font-size: 15.75px;
}
.post-43 .contact-form .contact-form-required {
    width: 48px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background-color: #11914d;
    border-radius: 4px;
    margin-left: 20px;
    text-align: center;
    font-size: 0.875em;
    color: white;
}
.post-43 .contact-form .form-body {
    width: 65%;
}
.post-43 .contact-form .contact-type-selectors {
    width: 65%;
    max-width: 745px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.post-43 button,
.post-43 input,
.post-43 optgroup,
.post-43 select,
.post-43 textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}
.post-43 .contact-form input,
.post-43 .contact-form textarea {
    width: 100%;
    max-width: 745px;
    height: 60px;
    min-height: 60px;
    border: 3px solid #888888;
    border-radius: 10px;
    font-family: initial;
    padding-left: 1em;
}
.post-43 .contact-form textarea {
    height: 200px;
    min-height: 200px;
    padding: 10px;
}
.post-43 .contact-form .contract-agree-container {
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 40px;
    margin: 10px 0;
}
.post-43 .contact-form .contract-agree-container p {
    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
}
.post-43 .contact-form .contract-agree-container a {
    color: #11914d;
    text-decoration: underline;
}
.post-43 .contact-form .contract-agree-container div {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    text-align: center;
}
.post-43 .contact-form label {
	font-size: 20px;
    font-weight: 700;
    color: #444444;
    white-space: nowrap;
    letter-spacing: 0;
}
.post-43 .contact-form .contract-agree-container label {
    font-size: 1em;
    font-weight: 400;
    line-height: 25px;
}
.post-43 .contact-form input[type=checkbox] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    background-color: #d3d3d3;
    cursor: pointer;
    accent-color: #11914d;
}
.post-43 .contact-form .form-submit {
    width: 368px;
    height: 65px;
    margin-top: 10px;
    margin-inline: auto;
    position: relative;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #11914d;
    border-radius: 40px;
    text-align: center;
    color: white;
    font-weight: 700;
    cursor: pointer;
    border-color: #11914d;
    transition: all 0.2s;
	line-height: 1.48;
}
.post-43 .contact-form .form-submit:after {
    content: url(assets/img/white-arrow-right.png);
    position: absolute;
    right: 20px;
    top: 52%;
    transform: translateY(-50%) scale(0.6);
}
.post-43 .contact-form .form-submit p {
	margin: 0;
}
.post-43 .contact-form .form-submit .soushin {
    border: none;
}
.post-43 .wpcf7-spinner {
	position: absolute;
}

@media screen and (max-width: 1600px) {
	.search-form-001 label {
		width: calc(100% / 3);
	}
	.search-form-002 label {
		width: calc(100% / 4);
        		letter-spacing: -1px;
	}
	header.single-header {
		padding: 40px 12vw;
	}
	h1.entry-title, h1.page-title, p.page-title {
		font-size: 3.48vw;
	}
}

@media screen and (max-width: 1280px) {
	.search-form-001 button {
		font-size: 1.3vw;
	}
	.top-link-btn-list ul li {
		width: 40%;
	}
	.top-link-btn-list ul li a {
		font-size: 2.8vw;
	}
	.message-r a {
		margin-top: 0.3em;
		margin-bottom: 0.3em;
	}
    .btn-blue-001-wrap.panel-cell-style button {
        width: 90%;
        max-width: 368px;
        font-size: 16px;
    }
	.post-43 .contact-form {
		width: 100%;
	}
	.col2-seeker .a__card-overlay .p__overlay-white {
		font-size: 1.72vw;
	}
}
@media screen and (max-width: 1000px) {
	.intro-menu ul li {
		width: 48%;
		margin: 0 2% 5px 0;
	}
	.intro-inner.innner-l {
		width: 100%;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	.main-icon-wrap {
		width: 60%;
	}
	.icon-wrap {
		width: 18%;
	}
	.intro-inner.innner-r {
		width: 100%;
	}
	.format__h1 {
        font-size: 24px;
    }
	.col2-seeker .a__card-overlay .p__overlay-white {
		font-size: 2.2vw;
	}
}
@media screen and (max-width: 780px) {
	.col2-seeker .div__container-flex65 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.col2-seeker .a__card-overlay .p__overlay-white {
		font-size: 3.2vw;
	}
}

@media screen and (max-width: 768px) {
	.search-form-001 label {
		width: calc(100% / 2);
		font-size: 12px;
	}
	.search-form-001 button {
        font-size: 1.7vw;
    }
    ul.nav-icon-btn li {
        width: 45.6%;		
    }
	.top-link-btn-list ul li {
		margin-bottom: 1.5em;
	}
	.top-link-btn-list ul li a {
		font-size: 3.8vw;
	}
	.intro-menu,
	.intro-wrap {
		padding: 16px;
	}
	article.job-list {
	    width: 100%;
	}
	article.job-list:nth-of-type(odd){
	  padding-right: 0;
	}
	article.job-list:nth-of-type(even){
	  padding-left: 0;
	}
	.news-loop .su-post {
		display: block;
		text-align: left;
	}
	.news-loop .su-post-meta {
    	display: inline-block;
	}
	.news-loop .su-post-meta + a {
		text-align: center;
	}
	.topics .sct__inr {
		width: 100%;
	}
	.sct__hdg {
        margin-bottom: 25px;
        padding-top: 32px;
        font-size: 25px;
    }
	.sct__hdg span {
        margin-top: -5px;
        font-size: 18px;
    }
	.sct__hdg::after {
        width: 26px;
        height: 36px;
    }
	.topics-list__inr {
		padding-right: 20px;
	}
	.topics-list__tag p {
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 0 7.5px;
	}
	.report-blog-list-container .topics-list__tag p a {
		padding: 0 7.5px;
	}
	p.topics-list__date {
		margin-bottom: 12px;
	}
	.sitepolicy_dl,
	.entry-content p,
	.entry-content a.btn,
	.btn-blue-001-wrap button,
	.format__txt,
	.format__index__list-link p,
	.wp-block-heading,
	.wp-block-table table {
		font-size: 14px;
	}
	.sitepolicy_dl dd {
		font-size: 15px;
	}
	.entry-content a.btn,
	.btn-blue-001-wrap button {
        width: 70%;
        height: 60px;
        min-width: 210px;
        line-height: 2;
	}
	.entry-content .feature-blog-list-container .bilingual-title-container h2 {
		font-size: 25px;
	}
	.bilingual-title-container h3 {
		font-size: 19px;
	}
	.archive .accordion-container .accordion-title-container div{
		font-size: 19px;
	}
	.archive .accordion-container + .report-blog-list-container h2 {
		font-size: 26px;
	}
	body.page-id-77 .entry-content h2 {
		text-align: left;
	}
	body:not(.home) .entry-content h2 {
		font-size: 20px;
	}
	main .sitemap-container .sitemap-heading-container h2 {
        font-size: 20px;
		text-align: left;
    }
	main .sitemap-container .sitemap-titles-container {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
	main .content-container .div__container-flex65 {
        margin-top: 60px;
        width: auto;
        min-width: unset;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
	flex65 .bilingual-title-container {
        margin-top: 30px;
    }
	main .content-container .bilingual-title-container {
        margin-bottom: 30px;
    }
	ul.topics-list {
		margin: 0 1em 1.5em;
	}
	ul.topics-list li {
		font-size: 14px;
	}
	.dvd-rent-flow-container {
        grid-row: unset;
    }
	.div__container-vertical-middle h4 {
		font-size: 16px;
	}
    main .accordion-list .accordion-container .accordion-title-container div {
        font-size: 2.3vw;
    }
	main .accordion-container .accordion-content .div__container-grid-col-2 {
        gap: 20px;
        margin-bottom: 25px;
        grid-template-columns: 1fr;
    }
	main .accordion-container .dvd-rent-flow-container {
        grid-row: unset;
    }
	.dvd-rent-flow-container p:first-child,
	.dvd-rent-flow-container .dvd-rent-flow-content,
	main .accordion-container .dvd-rent-flow-container p:first-child,
	main .accordion-container .dvd-rent-flow-container .dvd-rent-flow-content {
		font-size: 14px;
	}
	.archive .annual-event {
        display: flex;
        flex-direction: column;
    }
	.archive .annual-event > p {
        margin-bottom: 20px;
    }
	.archive .annual-event h3 {
        margin-top: 10px;
    }
	.archive .annual-event .event-content {
        margin-top: 20px;
    }
    .news-container article.news-content {
        width: 100%;
        font-size: 16px;
        margin-right: 0;
    }
	.post-43 .contact-form {
		width: 90%;
        gap: 40px;
	}
	.post-43 .contact-type-selector-container,
	.post-43 .form-row-container {
		flex-direction: column;
        gap: 20px;
	}
	.post-43 .contact-form .contact-type-selectors {
		flex-direction: column;
        align-items: start;
        gap: 20px;
	}
	.post-43 .contact-form .form-head p {
		font-size: 15px;
		font-weight: 700;
	}
	.post-43 .contact-form .form-body {
		width: 100%;
	}
	.post-43 .contact-form .form-row-container input {
        width: 100%;
    }
	.post-43 .contact-form .contract-agree-container {
		margin: 0;
        gap: 20px;
	}
	.post-43 .contact-form .contract-agree-container p {
		line-height: 1.5;
	}
	.post-43 .contact-form .contract-agree-container div {
        align-self: start;
    }
	.post-43 .contact-form .form-submit {
        font-size: 14px;
        width: 70%;
        min-width: 210px;
        padding-left: 0;
    }
	.post-43 .contact-form .form-submit .soushin {
        padding-left: 0;
    }
	.post-43 .contact-form .form-submit:after {
        transform: translateY(-50%) scale(0.4);
    }
	.single .content table tbody tr {
		flex-direction: column;
	}
	.single .content table tbody tr td:first-child {
		width: -moz-fit-content;
        width: fit-content;
	}
	.single .sct__inr {
		width: 100%;
	}
	header.single-header {
		padding: 40px 6.4vw;
		margin-top: 11.72vw;
	}
}
@media screen and (max-width: 640px) {
    .home h1.entry-title {
        font-size: 5.16vw;
    }
	.search-form-001 label {
		width: 100%;
	}
	.search-form-001 button {
    	-ms-writing-mode: tb-rl;
    	writing-mode: vertical-rl;
    	font-size: 16px;
    	letter-spacing: 2px;
	}
	.search-form-001 button br {
		display: none;
	}
	.intro-menu ul li {
		width: 100%;
		margin: 0 0 5px 0;
	}
	.message-r a {
		font-size: 16px;
	}
	.intro-inner.innner-l {
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 250px;
		margin: 0 auto 5px;
	}
	.main-icon-wrap {
		width: 100%;		
	}
	.icon-wrap {
		width: 48%;
	}
	.topics-list__txtarea {
		display: block;
	}
    .news-container article.news-content {
        font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
	h1.entry-title, h1.page-title, p.page-title {
		font-size: 5vw;
	}
	article.news-content {
		width: 100%;
		margin: 0 0 30px;
	}
    main .accordion-list .accordion-container .accordion-title-container div {
        font-size: 3.8vw;
    }
    .news-container article.news-content {
        font-size: 11px;
    }
}

@media (min-width: 1025px) {
	main .accordion-container a[role=button] {
        width: 368px;
    }
}

/**/
main .content-container,
body:not(.is-introduction).single main.site-main {
	width: 100%;
    /*display: grid;*/
    display: flex;
    align-self: center;
    grid-template-columns: 1fr 25%;
    -moz-column-gap: min(5%, 70px);
    column-gap: min(5%, 70px);
}
main .content-container h2{
	font-family: "Zen Maru Gothic";
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1em;
}
.format__sidemenu-sct{
	    flex-grow: 0;
    width: 300px;
}
#secondary .widget_media_image{
	border-radius: 12px;
    overflow: hidden;
	max-width: 300px;
}
.format__sidemenu-sct ul{
	margin:0;
}
.format__sidemenu-hdl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, system-ui;
}
.format__sidemenu-hdl::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    margin-right: 10px;
    border-radius: 50em;
    background: #444;
}
.format__sidemenu-item{
	margin-bottom: 20px;
    transition: all 0.2s;
}
.format__sidemenu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.format__sidemenu-link img {
    height: 75px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}
.format__sidemenu-link img, .format__sidemenu-link .txt {
    width: 48%;
}
.format__sidemenu-link img, .format__sidemenu-link .txt {
    width: 48%;
}
.format__sidemenu-link .txt {
    font-size: 12px;
    line-height: 1.6;
}
.format__sidemenu-link .txt .day {
    font-size: 10px;
    margin-bottom: 6px;
	line-height: 1.6;
	color:#444;
}
.clamped {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-size: 12px;
	line-height: 1.6;
}
main .content-container .syllabary-search-container ul {
    display: grid;
    gap: 10px 14px;
    margin: 40px 0 0 0;
    grid-template-columns: repeat(5, 1fr);
}
main .content-container .syllabary-search-container ul li {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #006fc1;
    border-radius: 14px;
    font-weight: 700;
    color: #006fc1;
}
main .content-container .syllabary-search-container ul li button{
	color: #006fc1;
	border:none;
	background:none;
	font-weight: 700;
	padding:0;
}
.format__tag-wrap,.format__tag-wrap .sub-menu{
	display: flex;
    flex-wrap: wrap;
}
.format__tag-wrap li{
	margin-right:8px;
	text-align: center;
}
.format__tag-wrap a {
    transition: all 0.2s;
    margin-right: 8px;
    margin-bottom: 12px;
	display: block;
    width: 100%;
    padding: 8px 24px;
    border-radius: 50em;
    background: #f0efef;
	font-size: 14px;
    font-weight: 700;
    line-height: 1;
	color:#444;
}
main .content-container .div__container-grid-col-2 {
    display: grid;
    margin-top: 80px;
    grid-template-columns: 1fr 60%;
    -moz-column-gap: 14px;
    column-gap: 14px;
}
main .industry-search-container ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
	margin-left:0;
}
main .industry-search-container ul li{
	display: flex;
    align-items: center;
    gap: 12px;
	transition: all 0.2s;
}
main .industry-search-container ul input[type=checkbox] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    background-color: #d3d3d3;
    cursor: pointer;
    accent-color: #006fc1;
}
main .industry-search-container h2 span {
    font-family: "BIZ UDGothic";
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}
.freeword-search-container div{
	height: 60px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
main .freeword-search-container input {
    padding-left: 1em;
    width: 65%;
    border: 3px solid #888;
    border-radius: 100px;
}
main .freeword-search-container button {
    width: 30%;
    border: 3px solid #006fc1;
    border-radius: 100px;
    font-weight: 700;
    color: #006fc1;
	background:#fff;
}
main .area-search-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}
main .industry-search-container .div__container-btn-group {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
main .industry-search-container .div__container-btn-group #industry-search-clear {
    border: 3px solid #888;
    color: #888;
}
main .industry-search-container .div__container-btn-group #industry-search-button {
    border: 3px solid #006fc1;
    color: #006fc1;
}
main .industry-search-container button,main .industry-search-container #industry-search-clear {
    width: 47%;
    height: 60px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 700;
	display: flex;
    align-items: center;
    justify-content: center;
}
main .company-list-container {
    margin-top: 100px;
}
.archive main .company-list-container, .search main .company-list-container {
    margin-top: 0;
}
main .company-list-container ul{
	margin:0;
	display: flex;
    flex-direction: column;
    gap: 40px;
}
main .company-list-container li {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    border-bottom: 3px solid #d3d3d3;
}
main .company-list-container li h3 {
    font-size: 1.5em;
    font-weight: 700;
    border: none;
    margin: 0;
}
main .company-list-container li h3 a,main .company-list-container li h3 p{
	color:#444;
	text-decoration: underline;
	margin:0;
}
main .company-list-container li p {
    margin-top: 25px;
    font-weight: 700;
}
main .company-list-container li div {
    display: flex;
    align-items: center;
    font-size: 0.875em;
}
main .company-list-container li .company-list-desc-container {
    gap: 20px;
    margin-top: 10px;
}
main .company-list-container li div img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
main .company-list-container li a[role=button] {
    height: 60px;
    border: inherit;
    margin-top: 20px;
    font-weight: 700;
    display: flex;
    height: 65px;
    align-items: center;
    justify-content: center;
    font-size: 1.125em;
    background-color: #006fc1;
    border-radius: 40px;
    height: 65px;
    text-align: center;
    color: white;
    font-weight: 700;
    cursor: pointer;
    border-color: #006fc1;
    transition: all 0.2s;
}
main .company-list-container li a[role=button] p {
    margin-left: 8%;
    text-align: center;
    flex: 1;
}
main .company-list-container li a[role=button] img {
    width: 10px;
    height: 16px;
    margin-left: auto;
    margin-right: 8%;
    -o-object-fit: cover;
    object-fit: cover;
}
main .company-list-container li .company-list-desc-container div {
    gap: 1em;
}
main .company-list-container li .company-list-desc-container {
    gap: 20px;
    margin-top: 10px;
}
main .company-list-container #show-more-button {
    margin-top: 80px;
    display: flex;
    height: 65px;
    align-items: center;
    justify-content: center;
    font-size: 1.125em;
    font-weight: 700;
    color: #006fc1;
    margin-inline: auto;
    border: 3px solid #006fc1;
    border-radius: 40px;
	background:#fff;
}
main .company-list-container #show-more-button p {
    margin-left: 8%;
    text-align: center;
    flex: 1;
	margin-bottom:0;
}
main .company-list-container #show-more-button img {
    width: 10px;
    height: 16px;
    margin-left: auto;
    margin-right: 8%;
    -o-object-fit: contain;
    object-fit: contain;
}
.company-list-address-container div{
	gap: 1em;
}
main .area-search-container #map-container {
    position: relative;
    margin-top: 40px;
    flex: 1;
}
@media screen and (max-width: 1024px) {
	main .content-container,
	body:not(.is-introduction).single main.site-main {
		display: block;
	}
	main .content-container {
        width: 80%;
        display: flex;
        flex-direction: column;
        gap: 80px;
    }
	    .format__sidemenu-sct {
        width: 100%;
    }
	    .format__sidemenu-link .txt,.clamped {
        font-size: 14px;
    }
	#secondary .widget_media_image {
		max-width: none;
		float: left;
        width: 48%;
        margin-right: 2%;
	}
}
@media screen and (max-width: 500px) {
	#secondary .widget_media_image {
		width: 100%;
		margin: 0 auto 10px;
	}
}
@media (min-width: 1025px) {
    main .content-container .syllabary-search-container ul li {
        transition: all 0.2s;
        cursor: pointer;
    }
	main .company-list-container li a[role=button] {
        width: 368px;
    }
	main .company-list-container #show-more-button {
        width: 368px;
		transition: all 0.2s;
    }
}

/* wp追加CSS */
header.page-header {
    position: relative;
}
p.term-end {
    text-align: center;
    font-weight: bold;
}
p.news-format__icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45px;
}
.entry-content .wpmem_msg {
    margin: 0 auto;
}
.wpmem_msg a {
    display: none;
}
span.link-text-register, span.link-text-forgot {
    display: none;
}
.form-content label {
    display: block;
    margin-bottom: 0.5em;
}
.form-row {
    margin-bottom: 1em;
}
section.form-section, div.form-section {
    border: 1px solid #ddd;
    padding: 1em;
    margin: 0 0 2em;
}
section.member-form-wrap h2 {
    margin: 0 !important;
    background-color: #56c3f1;
    color: #fff !important;
	  text-align: left!important;
    padding: 0.2em 1em;
}
section.member-form-wrap h2.option-title {
    background-color: #8fc31f;
}
h2.option-title span, .form-section-title h2 span {
    font-size: 0.7em;
    padding-left: 20px;
}
.option-area a.entry-sub-btn {
    margin: 1em 0;
    display: inline-block;
    background-color: #8fc31f;
	  border: #8fc31f 2px solid;
}
.option-area span.must {
	  background-color: #8fc31f;
}
.form-section-title {
    border-top: 1px solid #ddd;
	  border-left: 1px solid #ddd;
	  border-right: 1px solid #ddd;
}
.form-col.form-col-wide {
    float: left;
    width: 55%;
	 padding-right: 1em;
}
.form-row.form-row-inline {
    display: inline-block;
    width: 100%;
}
.form-col.form-col-narrow {
    float: left;
    text-align: left;
    width: 45%;
}
.radio-group label {
    display: inline-block;
    margin-right: 10px;
}
input.tel-text {
    width: 6em;
}
input.zip-text {
    width: 6em;
}
.form-note-red {
    color: #c94e5f;
    margin-bottom: 0;
}
button.red-btn {
    background-color: #c94e5f;
    border: #c94e5f 2px solid;
    color: #fff;
}
.form-btn-wrap {
    margin: 0 2em 4em;
}
.cl-wrap {
    display: inline-block;
    margin-right: 10px;
}
.cl-wrap label {
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 0;
}
select#class1 {
    font-size: 1em;
    padding: 5px 20px;
}
.vs-stage{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.vs-pax {
    position: absolute;
    top: 145px;
    will-change: left;
}
.logout-btn-wrap {
    width: 100%;
    display: block;
}
.logout-btn-wrap a {
    background-color: #fff;
    width: 200px;
    display: inline-block;
    text-align: center;
    color: #56c3f1;
    padding: 0.5em;
    line-height: 1.5em;
}
.inr-tag.is-selected-tag {
	background: #006fc1;
	color: #fff;
	border-color: #006fc1;
}
@media screen and (min-width: 769px){
	.vs-pax {
    	font-size: 12px;
	}
}
@media (min-width: 768.1px) and (max-width: 780px) {
	.home_service_nav_ttl_circle {
		font-size: 10px;
		width: 7.8vw;
        height: 7.8vw;
	}
}
@media screen and (min-width: 780.1px) and (max-width: 1000px)  {
	.home_service_nav_ttl_circle {
		font-size: 10px;
        width: 7.2vw;
        height: 7.2vw;
	}
}
@media screen and (min-width: 1000.1px) and (max-width: 1280px)  {
	.home_service_nav_ttl_circle {
		font-size: 11px;
        width: 7.0vw;
        height: 7.0vw;
	}
}
@media screen and (max-width: 1000px) {
    main .company-list-container li div {
        font-size: 12px;
    }
	.format__tag-wrap a {
		padding: 4px 12px;
	}
	.format__tag-link p {
		font-size: 13px;
	}
}
@media screen and (max-width: 780px) {
    main .company-list-container li h3 {
        font-size: 22px;
    }
    main .company-list-container li > p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
	.format__tag-item {
		margin-right: 5px;
        margin-bottom: 5px;
	}
}
@media screen and (max-width: 545px) {
main .div__container-flex65 {
    width: 100%;
    min-width: initial;
}
}
@media screen and (max-width: 360px) {
    main .company-list-container li div {
        font-size: 10px;
    }
}

.sns_list {
	visibility: hidden;
}
/* 高さ768px以下のときだけ -3vw */
@media screen and (max-width: 1280px) and (max-height: 768px) {
    .header_gnav {
        top: 50px;
    }
    .hum {
        top: 0;
    }
}