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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/*--------------------------------------
	
	カスタマイズ
	
--------------------------------------*/

/*----------------------------------------
	一般レイアウト
----------------------------------------*/
html {
	padding-top: 0px !important;	
	font-size: 15px;
	scroll-behavior: smooth;
}

body, button, input, select, optgroup, textarea {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #231815;	
}

body {
	position: relative;
}

.font-eng {
	font-family: 'Anton', sans-serif; 
	}

a {
	transition: 0.3s;
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*color: black;*/
	color: #231815;
}

a:visited {
	color: #231815;
}

a:hover {
	opacity: 0.5;
}

ul, ol {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.site-main{
	/*max-width: 1090px;*/
	width: 100%;
	margin: 0 auto;	
}

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

.wrapper{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	/*padding: 2.5rem 0 3rem 0;*/
}

section {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	/*margin-top: 2.5rem;*/
}

.width-mid {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 30px;
}

.width-narrow {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
}

.small {
	font-size: 0.8rem;
}

.flex {
	display: flex;
}

.page {
    margin: 0;
    width: 100%;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

img{
	vertical-align:top;
}
dt {
	font-weight: normal;
}
dd {
	margin: 0 0 1.5em;
}

.mb4 {
	margin-bottom: 4rem !important;
}
.mb3 {
	margin-bottom: 3rem !important;
}
.mb2 {
	margin-bottom: 2rem !important;
}
.mb1 {
	margin-bottom: 1rem !important;
}

.mt4 {
	margin-top: 4rem !important;
}
.mt3 {
	margin-top: 3rem !important;
}
.mt2 {
	margin-top: 2rem !important;
}
.mt1 {
	margin-top: 1rem !important;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

@media screen and (max-width: 480px) {
	section {
		width: 100%;
		max-width: 1100px;
		/*padding: 0 1rem;*/
	}
	
	.width-mid {
		width: 100%;
		max-width: 1100px;
		padding: 0 1rem;
	}
	
	.width-narrow {
		width: 100%;
		max-width: 900px;
		padding: 0 1rem;
	}
	.company .width-narrow {
		/*padding: 0;*/
	}
	/*.site-main:not(.home .site-main){
		margin-top: 7.5rem;
	}*/
}


/*-------------------- -------------------
	ヘッダ
----------------------------------------*/
header.site-header {
	background: #d7d8d8;
}

.site-branding {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;	
}

.head {
	padding: 1.3rem 0 1rem 0;
	text-align: center;
	border-bottom: 1px solid white;
}

@media screen and (max-width: 999px) {
	.head {
		display: none
	}
	#wprmenu_bar .menu_title a {
	    display: inline-block !important;
	    
	       text-align: center;
	       /*top: 8px;*/
	}
	#wprmenu_bar .menu_title {
		text-align: center;
		width: 100%;
		top: -48px;
	}
}
@media screen and (max-width: 600px) {
	.site-branding .img {
		height: 110px;
	}
	.site-branding .img img {
		width: 100%;
		height: 110px;
		/*object-fit: cover;*/
	}
}

@media screen and (max-width: 570px) {

}

@media screen and (max-width: 480px) {

}

/*----------------------------------------
	スライダー
----------------------------------------*/

.slider-wrap {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.copy {
	/*max-width: 1070px;*/
	position: absolute;
	top: 75%;
	left: 0;
	right: 0;
	/*margin: 0 auto;*/
	
	
	width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 10px 30px;
}

.catch_copy {
	margin-bottom: 1.2rem;
	color: white;
	font-weight: 600;
	font-size: 2rem;
	font-size: clamp(1.2rem, calc(1.25vw + 1rem), 2rem);
}



@media screen and (max-width: 949px) {
}

@media screen and (max-width: 699px) {
	.copy {
	    top: 70%;

	}
}

@media screen and (max-width: 480px) {
}


/*----------------------------------------
	ナビPC
----------------------------------------*/
nav.main-navigation h1 {
	background: none !important;
	width: 100%;
	max-width: 302px;
}
nav.main-navigation h1 a {
	
	/*color: white;
	font-weight: 600;
	font-size: 2.2rem;
	font-size: clamp(1.5rem, calc(1.25vw + 1rem), 2.2rem);
	line-height: 1;*/
}
.main-navigation {
    /*display: block;*/
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100000;
}

nav.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 10px 30px;
}

nav ul {
	width: 100%;
	display: flex;
	justify-content: center;	
	margin: 0 auto !important;
	background: white;
    padding: 0.6rem;
    border-radius: 2rem;
    position: relative;
}

nav ul a,
nav ul a:visited {
	color: #231815;
	display: block;
	width: 100%;	
}

nav ul li {
	text-align: center;
	padding: 0 1.3rem;
	position: relative;	
}

nav.main-navigation ul li:first-child {
	padding-left: 2.2rem;
}

nav.main-navigation ul li:nth-child(3) {
	padding-right: 13rem;
}

/*nav.main-navigation ul li:last-child {
	background: #cf000e;
	padding: 1.3rem 2.6rem;
	position: absolute;
	top: -1rem;
	right: 0;
	border-radius: 3rem;
}

nav.main-navigation ul li:last-child a {	
	color: white;
	font-size: 1.2rem;
}*/

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

.menu-menu-container {
	padding: 1.8rem 0;
}

@media screen and (max-width: 1150px) {
	nav.main-navigation {
		/*display: none;*/
		/*top: 70px;*/
	}
	
	nav ul {
		justify-content: flex-end;
	}
	nav ul li:first-child {
		padding-left: 0;
	}
	/*.menu-menu-container {
	    padding: 0;
	}*/
}

@media screen and (max-width: 999px) {
	nav.main-navigation {
		display: none;
	}
}

@media screen and (max-width: 770px) {
	.menu-foot-menu-container {
		padding: 0;
	}
	#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item:last-child {
	    border-bottom: 0;
	}
}


/*----------------------------------------
	ナビ　スマホ
----------------------------------------*/
@media only screen and (max-width: 1020px){
	#mg-wprm-wrap ul li {
	    border-top: 0; 
	    border-bottom: solid 1px rgba(255,255,255,1);
	}
	#wprmenu_bar .bar_logo {
	    padding: 0;
	    height: 33px;
	}
	.wprmenu_bar .hamburger-inner,
	.wprmenu_bar .hamburger-inner::before,
	.wprmenu_bar .hamburger-inner::after {
	    background: white;
	}
	
	div#page {
		/*position: absolute;
		top: 0;*/
		position: relative;
		top: 0;
	}
	/*トップのテキストロゴ消す
	header nav h1 {
		display: none;
	}*/
}

@media screen and (max-width: 880px) {
	nav ul li {
	    padding: 0 1rem;
	}
}
@media screen and (max-width: 770px) {
	nav ul li {
	    border-bottom: 1px solid white;
	    padding: 1rem 0;
	}
	nav ul li:last-child {
	    border-bottom: 0;
	}
	nav ul {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	}
	.menu-menu-container {
	    padding: 0;
	}
}



html.wprmenu-body-fixed body {
    position: fixed !important; 
}
.wprmenu_icon span,
#wprmenu_menu.wprmenu_levels ul li,
html body div.wprm-wrapper,
#wprmenu_bar,
.wpr_search .wpr-search-field  {
  width: 100%;
}
#wprmenu_bar div.hamburger {
    background: none !important;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 2px;
}


/*----------------------------------------
	フッタ
----------------------------------------*/
footer {
	padding: 3rem 0 1.5rem 0;
	/*margin-top: 6.5rem;*/
}

section.footer {
}

section.footer .flex {
	justify-content: space-between;
}

section.footer nav {
	order: 2;
}

section.footer .address {
	position: relative;
	width: 230px;
	order: 1;
}

section.footer .img {
	text-align: right;
	margin-top: 10px;
}

section.footer .others {
	/*position: absolute;
	top: 0;
	left: 0;*/
}

footer .name {
	font-size: 1.47rem;
	font-weight: 600;
}

footer .menu-menu-container {
	padding: 0;
}

.for-wprpm {
	width: 120%;
	height: 1px;
}

@media screen and (max-width: 1020px) {
	section.footer .flex {
		display: block;
	}
	section.footer .foot-navigation {
		margin-bottom: 3rem;
	}
}

/*----------------------------------------
	フッタナビ
----------------------------------------*/
.foot-navigation a {
	color: #2e2e2e;
}
nav.foot-navigation ul a, nav ul a:visited {
    font-size: 1rem;
}
.foot-navigation ul ul {
	display: none;
}
.foot-navigation ul.menu {
	padding-right: 0;
}
nav.foot-navigation ul a {
	color: #2e2e2e;
	display: block;
	width: 100%;	
}
nav.foot-navigation ul li:last-child {
	padding-right: 0;
}
@media screen and (max-width: 770px) {
	.foot-navigation ul li {
		border-bottom: 1px solid #d7d8d8;
		background: #71a8e2;
		background: #595757;
	}
	.foot-navigation ul li a,
	.foot-navigation ul li a:visited {
		color: white;
	}
	.foot-navigation {
		/*border-bottom: 1px solid #CF000E;
		border-top: 1px solid #CF000E;*/
	}
	section.footer.width-mid {
		padding: 0;
	}
	section.footer .address {
	    position: relative;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 230px;
	    order: 1;
	    margin-bottom: 2rem;
	}
	footer {
	    padding: 0 0 1.5rem 0;
	    /* margin-top: 6.5rem; */
	}
	.foot-navigation ul.menu {
		padding: 0;
	}
}

/*----------------------------------------
	共通パーツ
----------------------------------------*/
.btn {
	padding: 0.2em 1.8em 0.3em 1.8em;
	border-radius: 1em;
	background: white;
	/*display: block;*/
	font-weight: 800;
	/*width: 11.4em;*/
	text-align: center;
	margin: 0 auto;
}

.red,
.red:visited {
	color: #e60012;
}

.grey,
.grey:visited {
	color: #898989;
}

.outline {
	border: 2px solid  #e60012;
}

.grey_outline {
	border: 2px solid  #898989;
}

.link_arrow {
	position: relative;
	font-size: 0.93rem;
	width: 200px;
}

.link_arrow:before {
	content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: -3rem;
  left: 0;
  height: 10px;
	border-bottom: 1px solid #CF000E;
	border-right: 1px solid #CF000E;
	border-left: 0;
  transform: skew(45deg);
	width: 200px;
	
}

.link_arrow.back:before {
	content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: -3rem;
  left: 0;
  height: 10px;
	border-bottom: 1px solid #CF000E;
	border-left: 1px solid #CF000E;
	border-right: 0;
  transform: skew(-45deg);
	width: 200px;
	
}

.link_arrow a {
	color: #CF000E;
}

.bt_more a {
	color: white;
	padding: 0.8rem 3rem;
	background: #CF000E;
	font-size: 0.93rem;
	display: inline-block;
	border-radius: 1.6rem;
}


/*----------------------------------------
	トップページ
----------------------------------------*/

/*各セクション*/
.wrapper.intro {
	background: #6b6b6b;
	color: white;
}
section.intro {
	text-align: center;
	padding: 2rem 0 9rem 0;
}

section.intro p {
	font-size: 1.8rem;
	font-size: 10vw;
	font-size: clamp(1.2rem, 3vw, 1.8rem);
	font-weight: 800;
}
@media screen and (max-width: 880px) {
	section.intro {
		padding: 0.3rem 1rem 6rem 1rem;
	}
}

@media screen and (max-width: 680px) {
	section.intro {
		text-align: left;
	}
	section.intro p {
		text-align: center;
	}
	.pc-only {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	section.intro {
		padding: 0.3rem 1rem 5rem 1rem;
	}
	section.intro p {
		margin-bottom: 1em;
	}
}


.wrapper.aboutus {
	margin-top: 5rem;	
}
section.aboutus1,
section.aboutus2 {
	position: relative;
}

section.aboutus1 {
	margin-bottom: 3rem;
}

section.aboutus1 .text,
section.aboutus2 .text {
	width: 50%;
    padding: 0 30px;
}

section.aboutus1 .text {
	margin-top: 8%;
}

section.aboutus2 .text {
	margin-top: 20%;
}

section.aboutus1 .text p {
	width: 100%;
	max-width: 500px;
	text-align: left;
}

section.aboutus1 .text p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.wrapper.aboutus h3 {
	background: #CF000E;
	color: white;
	font-weight: 600;
    font-size: clamp(1rem, calc(1.25vw + 0.85rem), 1.8rem);
    
    border-radius: 1.8rem;
    display: inline-block;
    margin: 0;		
}

section.aboutus1 h3 {
    position: absolute;
    z-index: 5;
    right: 30px;
    top: 5%;
    padding: 0.7rem 2rem 0.7rem 6rem;
}

section.aboutus2 .flex {
	flex-direction: row-reverse;
}

section.aboutus2 h3 {
    position: absolute;
    z-index: 5;
    top: 40%;
    padding: 0.7rem 2rem;
}

.wrapper.aboutus .img {
	width: 50%;
}

.wrapper.aboutus .img img {
	width: 100%;
}



@media screen and (max-width: 950px) {
	.wrapper.aboutus .flex {
		display: block;
	}
	.wrapper.aboutus .img {
		width: 100%;
	}
	section.aboutus1 {
		margin-bottom: 3rem;
	}
	section.aboutus1 .text,
	section.aboutus2 .text {
		width: 100%;
		padding: 0;
		margin-top: 1rem;
	}
	section.aboutus1 .text p,
	section.aboutus2 .text p {
		max-width: 100%;
	}
	.wrapper.aboutus h3 {
		text-align: center;
		display: block;
		margin-bottom: 1.5rem;
		padding: 0.7rem 1.5rem;
	}
	section.aboutus1 h3,
	section.aboutus2 h3 {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		text-align: center;
		display: block;
	}
	.wrapper.aboutus {
		margin-top: 3rem;	
	}
}

@media screen and (max-width: 600px) {
	.bt_more a {
	    padding: 0.6rem 2.8rem;
	    font-size: 0.8rem;
	}

}

@media screen and (max-width: 480px) {
	.wrapper.aboutus {
	    max-width: 100%;
	    width: 100%;
	}
		section.aboutus1 {
		margin-bottom: 2rem;
	}
}



/*index company*/
.wrapper.company {
    margin-top: 4rem;
    
}

section.company {
    position: relative;
    padding-bottom: 1rem;
}

.wrapper.company .text {
    position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: white;
    width: 84%;
}

.wrapper.company .text h3 {
	font-size: 1.73rem;
	font-size: clamp(1.15rem,2vw,1.73rem);
	font-weight: 600;
	margin-block-start: 0;
}

.wrapper.company .text p {
	margin-bottom: 3.6rem;
}

@media screen and (max-width: 900px) {
	section.company {
	    padding-bottom: 0rem;
	}
}

@media screen and (max-width: 850px) {
	.wrapper.company .img {
		width: 100%;
		height: 270px;
	}
	.wrapper.company .img img {
		width: 100%;
		height: 270px;
		object-fit: cover;
	}
}
@media screen and (max-width: 480px) {
	.wrapper.company {
	    margin-top: 2.5rem;
	}	
}

@media screen and (max-width: 430px) {
	.wrapper.company .text p {
		margin-bottom: 2rem;
	}
}

/*index recruit*/
.wrapper.recruit {
    margin-top: 5rem;
}

section.recruit {
    position: relative;
}

.wrapper.recruit .text {
    width: 100%;
    max-width: 400px;
    background: #c7c0bb;
    position: relative;
    padding-top: 15%;
}

.wrapper.recruit .text_wrap {	
	text-align: center; 
}

section.recruit .text_wrap h3 {
	background: #fff;
    font-weight: 600;
    font-size: clamp(1.4rem, calc(1.25vw + 1rem), 1.8rem);
    padding: 0.7rem 1.5rem;
    width: 105%;
    border-radius: 1.8rem;
    /*display: inline-block;*/
    margin: 0;
    position: absolute;
    top: 15%;
    right: 2rem;
    z-index: 10;
    text-align: right;
}


section.recruit .text_wrap p {
	/*margin-top: 45%;*/
}

section.recruit .text_wrap .bt_more {
	text-align: center;
	margin: 0 auto;
	margin-top: 3.5rem;
}
@media screen and (max-width: 1100px) {
	section.recruit .text_wrap .bt_more {
	    margin-top: 2.5rem;
	}	
}
@media screen and (max-width: 920px) {
	section.recruit .text_wrap p {
	    margin-left: 0.8rem;
	    margin-right: 1rem;
	    /*margin-top: 2rem;*/
	}
	section.recruit .text_wrap .bt_more {
	    margin-top: 2.5rem;
	}	
}
@media screen and (max-width: 850px) {
	.wrapper.recruit .img {
		width: 100%;
		height: 270px;
	}
	.wrapper.recruit .img img {
		width: 100%;
		max-width: 100%;
		height: 270px;
		object-fit: cover;
	}
}
@media screen and (max-width: 700px) {
	.wrapper.recruit .text {
	    padding-top: 17%;
	}
}

@media screen and (max-width: 600px) {
	section.recruit .text_wrap p {
	    text-align: center;
	}	
	section.recruit .text_wrap .bt_more {
	    margin-top: 2.5rem;
	}
	.wrapper.recruit .img {
		width: 100%;
		height: 270px;
	}
	.wrapper.recruit .img img {
		width: 100%;
		height: 270px;
		object-fit: cover;
	}
	.wrapper.recruit .text {
	    /*right: 30px;*/
	    max-width: calc(100% - 60px);
	    padding-top: 20%;
	}
}

@media screen and (max-width: 480px) {
	.wrapper.recruit {
	    margin-top: 2.5rem;
	}
	.wrapper.recruit .text {
	    /*right: 1rem;*/
	    max-width: calc(100% - 2rem);
	    padding-top: 23%;
	}
	section.recruit .text_wrap h3 {
		right: 1rem;
	}
}


/*index inquiry*/
.wrapper.tel {
	background: #CF000E;
	color: white;
	text-align: center;
	padding: 1rem 0 3rem 0;
	margin-top: 6rem;
}

.wrapper.tel h3 {
	font-weight: 600;
	font-size: clamp(1.35rem,2vw,1.87rem);
}

.wrapper.tel p {
	font-weight: 400;
}

.wrapper.tel .flex {
	align-items:center;
	justify-content: center;
	gap: 5rem;
	margin-top: 2.5rem;
}

section.tel a.tel {
	font-size: 2.67rem;
	font-weight: 800;
	color: white;
	/*padding-top: 8px;*/
}

section.tel .bt_more a {
    color: #CF000E;
    background: white;
}

@media screen and (max-width: 900px) {
	.wrapper.tel {
	    margin-top:4rem;
	}
	.wrapper.recruit {
	    margin-top: 2rem;
	}
}

@media screen and (max-width: 670px) {
	.wrapper.tel .flex {
		display: block;
		margin-top: 0;
	}
	.wrapper.tel .flex .bt_more {
		margin-top: 1.5rem;
	}
}
@media screen and (max-width: 510px) {
	.wrapper.tel p {
	    width: 84%;
	    margin: 0 auto;
	}	
}

@media screen and (max-width: 480px) {
	.wrapper.tel {
	    margin-top: 3rem;
	}
}


/**-----------下層ページ共通----------*/
.page main:not(footer),
.single main:not(footer){
	line-height: 1.8rem;
}
.page main h1.index-title,
.page main h1.index-title span.jp,
.single main h1.index-title,
.single main h1.index-title span.jp{
	line-height: 1.5;
}


.page .page-title,
.single .page-title {	
	margin-top: 0;
	/*text-transform: uppercase;*/
	margin-bottom: 4.5rem;
}

.page .sec-title,
.single .sec-title {	
	margin-top: 0;
	text-align: center;
	margin-bottom: 3.5rem;
}


h1.index-title {
	margin-block-start: 0;
    margin-block-end: 0;
    position: relative;
    top: -1.7rem;
    margin-bottom: -1.5rem;
    text-align: center;
}

h1.index-title span.jp {
    color: #fff;
    background: #cf000e;
    padding: 0.1rem 0 0.2rem 0;
    display: inline-block;
    font-size: clamp(1.35rem,2.5vw,2.3rem);
    font-weight: 600;
    border-radius: 3rem;
    width: 75%;
    max-width: 460px;
}
.page footer.entry-footer {
	display: none;
}

h2.wp-block-heading {
	margin-bottom: 2.5rem;
	margin-top: 2rem;
	text-align: center;
	position: relative;
}

h2.wp-block-heading span {
	font-size: 1.33rem;
	font-size: clamp(1.15rem,1.6vw,1.33rem);
	color: #CF000E;
	border: 1px solid #CF000E;
	padding: 0 0 0.1rem 0;
	width: 280px;
	display: inline-block;
	font-weight: 600;
	border-radius: 1.4rem;
}
h2.wp-block-heading span:before {
	content: "";
	border-top: 1px solid #CF000E;
	    position: absolute;
    top: 50%;
    left: 0;
    width: calc(50% - 140px);
}
h2.wp-block-heading span:after {
	content: "";
	border-top: 1px solid #CF000E;
	    position: absolute;
    top: 50%;
    right: 0;
    width: calc(50% - 140px);
}

@media screen and (max-width: 1020px) {
	h1.index-title {
	    /*top: 0;
	    margin-bottom: 0;*/
	}
}

@media screen and (max-width: 800px) {
	h1.index-title {
	    top: -1.9rem;
	}
	.page .page-title,
	.single .page-title {	
		margin-bottom: 2.5rem;
	}
}

@media screen and (max-width: 650px) {
	.home .catch_text {
		line-height: 1.2rem;
	}
}

@media screen and (max-width: 450px) {
	.privacy-policy h1.index-title span.font-eng {
		color: black;
		font-size: 6.2rem;
		font-size: 10.7vw;
		font-size: clamp(3.6rem, calc(7vw + 1.5rem), 6.2rem);
		line-height: 0.275;
		margin:0;
		padding: 0;
	}
}




/*-------------ページネーション------------*/

/* ページ中央に設置 */
.pnavi {
    text-align: center;
}

/* 現在開いている以外のページのボタン */
.pagination .page-numbers {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #231815;
    border: 0;
    background: #fff;
    /*font-weight: bold;*/
    font-size: 14px;
}

/* マウスが乗った時の、ボタンの背景の色と文字の色 */
.pagination a.page-numbers:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
}


/* 現在のページのボタン */
.pagination .current {
    padding: 0;
    background: #9fa0a0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

/* 前へ、次へ */
.pagination .prev,
.pagination .next {
    border: 0;
    color: #231815;
    position: relative;
    font-size: 12px;
}

.pagination a.next.page-numbers {
    margin-right: 0;
}

/*  縦線の共通CSS　*/
.pagination .next::before,
.pagination .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    /*background-color: rgb(224, 215, 215);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*「次へ」の前の線*/
.pagination .next::before {
    /*left: -15px;*/
}

/*「前へ」の後の線*/
.pagination .prev::after {
    /*right: -15px;*/
}

/* 数字の間のドット */
.pagination .dots {
    background: transparent;
    border: none;
}

	


/**-----------プライバシーポリシー----------*/
.privacy-policy ol {
	list-style: decimal;
	padding-left: 1rem;
}
.main .privacy-policy ul {
	list-style: square;
}
.privacy-policy ol ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacy-policy ol li:not(.privacy-policy ol ul li) {
  margin-bottom: 2rem;
}
.privacy-policy ol li::marker {
  font-weight: 500;
}
.privacy-policy ol ol li:not(.privacy-policy ol ul li),
.privacy-policy ol ul  {
  margin-top: 1rem;
}

.privacy-policy ol ol li:not(.privacy-policy ol ul li) {
  /*font-size: 16px;*/
  line-height: 1.5;
  padding-left: 23px;
  position: relative;
}
.privacy-policy ol ol li:not(.privacy-policy ul li):before {
  content: counter(my-counter);
  counter-increment: my-counter;
  /*background-color: #333;*/
  border: 1px solid #6b6b6b;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  /*color: #ffffff;*/
  font-size: 0.7rem;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
}

/**-----------お問い合わせ----------*/
.mw_wp_form input {
	width: 100%;
}

.mw_wp_form td {
	padding-bottom: 1.5rem;
	font-weight: 400;
}

.mw_wp_form span.content {
	margin-top: 0.5rem;
	display: block;
	font-weight: 300;
}

.mw_wp_form .must {
    display: inline-block;
    padding: 0.2rem 0.5rem 0.3rem 0.5rem;
    background: #e60012;
    color: white;
    font-size: 0.6rem;
    margin-left: 1rem;
    border-radius: 3px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: -2px;
}

.mw_wp_form input[type=submit],
.mw_wp_form button[type=submit] {
	padding: 0.8rem 4.3rem;
    background: white;
    display: inline-block; 
    font-size: 0.93rem;
    text-align: center;
    border-color: transparent;
    border-radius: 0;
    width: auto;
    line-height: 1.8rem;
}

.mw_wp_form button[name=submitBack] {
     background: #fff;
     border: 1px solid #CF000E;
    color: #CF000E;
    margin-right: 3rem;
    border-radius: 2rem;
}

.mw_wp_form input[name=submitConfirm],
.mw_wp_form input[name=確認・送信] {
    background: #CF000E;
    color: #fff;
    border-radius: 2rem;
}

.mw_wp_form input[type=submit]:hover {
	cursor: pointer;
}
.mw_wp_form .error {
    font-size: 93%;
    color: #e60012;
    display: block;
    font-weight: 600;
    text-decoration: underline;
}

.mw_wp_form_confirm .must {
	display: none;
}

.mw_wp_form_confirm span.content {
	display: inline-block;
}
.mw_wp_form_confirm span.content:before {
	content: "：";
}

@media screen and (max-width: 600px){
.mw_wp_form input[type=submit],
.mw_wp_form button[type=submit] {
    font-size: 0.8rem;
    padding: 0.6rem 2.8rem;
    }
}


/**-----------会社概要----------*/

.company div.wp-block-image {
    background: #dcdddd;
    padding: 3rem 0;   
}

.company .wp-block-image{
	margin-bottom: 4.5rem;
}

.company .office.flex {
	justify-content: space-between;
	padding: 3rem 0;
	border-bottom: 1px solid #9fa0a0;
}

.company .office.flex:first-child {
	padding-top: 1rem;
}

.company .office.flex:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.company  .map {
	width: 100%;
	max-width: 596px;
}

.company  iframe {
	width: 100%;
	height: auto;
    aspect-ratio: 149 / 87;
}

.company .entry-content section.width-narrow p:last-child {
	margin-bottom: 0;
}

.company .entry-content section.width-narrow {
	margin-bottom: 3rem;
}

.company table,
.recruit table {
	border-color: #9fa0a0;
	border: 0;
	border-collapse: collapse;
    width: 100%;
}

.company table th,
.recruit table th {
	font-weight: 600;
	text-align: center;
	width: 20rem;
	vertical-align: top;
}
.company table th,
.company table td,
.recruit table th,
.recruit table td {
	padding: 1rem 3.5rem;
	border: 0;
}
.company .enkaku table th,
.company .enkaku table td {
	padding: 1rem 1.5rem;
	border: 0;
}
.company .enkaku table th {
	width: 8rem;	
}
.company table tr,
.recruit table tr {
	border-bottom: 1px solid #9fa0a0;
}
.recruit table tr:first-child {
	border-top: 1px solid #9fa0a0;
}
.company table tr:last-child {
	border-bottom: 0;
}

.company table tr:last-child td {
	line-height: 2.5;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 3%;
}
@media screen and (max-width: 900px) {
	.company .office.flex {
		display: block;
		padding: 2rem 0;
	}
	.company .office.flex .map {
		max-width: 100%;
		margin-top: 2rem;
	}
	.company .office.flex:first-child {
	    padding-top: 0;
	}
	.company .office.flex h3 {
		margin-top: 0;
		padding-top: 0;
	}
}

@media screen and (max-width: 780px) {
	section.enkaku figure.wp-block-image {
	    max-width: 100%;
	    height: 200px;
	}
	section.enkaku figure img {
	    width: 100%;
	    height: 200px;
	    object-fit: cover;
	}
	.company .wp-block-image {
	    margin-bottom: 0rem;
	}
}
@media screen and (max-width: 650px){
	.company table th,
	.company table td,
	.recruit table th,
	.recruit table td {
	    display: block;
	}
	.company table td {
		border-bottom: 0;
		border-top: 0;
	}
	.company table th,
	.company table td,
	.recruit table th,
	.recruit table td {
	    padding: 1.5rem 0;
	    border: 0;
	}
	.company table th,
	.recruit table th {
	    width: 100%;
	    text-align: left;
	    padding-bottom: 0;
	}
}
@media screen and (max-width: 480px){
	.company div.wp-block-image {
	    background: #dcdddd;
	    padding: 0;   
	}
	.company div.wp-block-image img {
	    border: 1px solid #dcdddd;  
	}	
	.company .entry-content section.width-narrow {
		margin-bottom: 2rem;
	}
	.company table th,
	.company table td,
	.recruit table th,
	.recruit table td {
		padding: 0.6rem 0;
	}
	.company h2.wp-block-heading,
	.services_child h2.wp-block-heading {
		font-size: 1.6rem;
	}
}

/**-----------リクルート----------*/

.recruit .r_name {
	font-size: 3rem;
	font-size: clamp(2rem, calc(2vw + 1rem), 3rem);
	font-weight: 600;
	line-height: 1.8;
}

.recruit .qa {	
	margin-bottom: 6rem;
}

.recruit .qa .q {
	font-size: 1.7rem;
	font-size: clamp(1.3rem, calc(1.25vw + 0.85rem), 1.7rem);
	margin-bottom: 1.5rem;
	margin-top: 3.5rem;
	line-height: 1.35;
}

.recruit .qa .q:before {
	content: "Q.";
	font-weight: 400;
	padding-right: 0.5rem;
}

.recruit .qa .a .img {
	width: 80px !important;
}

.recruit .qa .a .txt {
	padding: 16px;
    border-radius: 10px;
    background-color: #dbe2e4;
    position: relative;
    margin-left: 1.2rem;
    width: calc(100% - 80px);
}

.recruit .qa .a .txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: -12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 12px solid #dbe2e4;
    border-bottom: 6px solid transparent;
}

@media screen and (max-width: 900px){
	.recruit .qa {	
		margin-bottom: 4rem;
	}
}
@media screen and (max-width: 600px){
	.recruit .qa .q {
		margin-top: 2.5rem;
	}
}
@media screen and (max-width: 480px){
	.recruit .qa .q {
		margin-top: 2rem;
	}
}