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

wp_theme 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;
  scroll-behavior: smooth;
  -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;
  margin: 40px 0 0 0;
}



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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
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: 0em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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 {
  font-family: "Noto Sans JP", sans-serif;
}

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: #0069B4;
  transition: opacity .3s ease;
}


a:focus {
  outline: thin dotted;
}

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

a:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media (min-width: 799px) {
  a[href*="tel:"] {
    color: #000;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

a.industry-tabs__item {
    font-weight: 800;

}

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

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 {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  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;
  cursor: pointer;
}
option {
  cursor: pointer;
}
textarea {
  width: 100%;
}

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

.site-branding {
  align-items: center;
  display: flex;
  justify-content: space-around;
}


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

.page-cover {
  position: fixed;
  inset: 0;
  background: #0069B4;
  z-index: 9999;
  transform: translateX(0);
}

body.is-loaded .page-cover {
  animation: slideOut 1s ease forwards;
}

@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}


/* Navigation
--------------------------------------------- */
.site-header {
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 999;
}
.site-header h1 a {
  width: fit-content;
  display: block;
  margin: 0 auto;
}

.site-header.hide {
  transform: translateY(-100%);
}

/*============
 nav
 =============*/

nav {
    display: none;
}

.open nav {
    left: 0;
    opacity: 1;
    width: 100%;
    position: relative;
    z-index: 99999999;
    text-align: center;
    display: block;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  margin: 0;
  position: relative;
}

nav .inner ul li a {
  color: #fff;
  display: block;
  font-size: clamp(0.8rem, calc(0.76rem + 0.15vw), 1rem);
  letter-spacing: 2px;
  padding: 0.6em 0.9em;
  text-decoration: none;
  transition-duration: 0.2s;
  white-space: nowrap;
}

nav .inner ul li a::after {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 37px;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 0.2s ease;
  width: 100%;
}

/* リンクにホバーした際の下線の表示 */
nav li.inquiry a:hover::after {
  background-color: unset;
  transform: inherit;
}

nav .inner ul li a:hover::after {
  transform: scale(1, 1);
}

li.inquiry a::after {
  background-color: unset;
  transform: none !important;
}

li.inquiry a::after {
  background-color: unset !important;
}

li.policy {
  display: none;
}

nav .inner ul {
    display: flex;
    gap: 25px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 9999;
    position: relative;
}

.inquiry a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 996px) {
  nav {
    bottom: 0;
    display: block;
    left: 0px;
    opacity: initial;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: all 0.5s;
    width: 100%;
    z-index: 3;
  }

  nav {
    left: -220px;
    width: 220px;
  }

  nav .inner ul {
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    width: 100%;
  }

  nav .inner ul li {}

  nav .inner ul li a::after {
    height: 0px;
  }

  /* リンクにホバーした際の下線の表示 */
  nav .inner ul li a:hover::after {
    transform: scale(1, 1);
    /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
  }


    nav .inner ul li a {
        color: #fff !important;
        display: block;
        font-size: 1rem;
        padding: 0em 0 1.4em 0;
        text-decoration: none;
        transition-duration: 0.2s;
        text-align: center;
    }
  li.policy {
    display: block;
  }

  li.inquiry {
    display: none;
  }
}

/*============
.toggle_btn
=============*/
.toggle_btn {
    display: block;
    position: fixed;
    top: 75px;
    right: 2%;
    width: 14%;
    max-width: 60px;
	height: 80px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
    background-color: #efefef;
    border-radius: 10px;
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 12%;
    width: 76%;
    height: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all .5s;
}
.toggle_btn span:nth-child(1) {
    top: 30%;
}
.toggle_btn span:nth-child(2) {
    top: 48%;
}
.toggle_btn span:nth-child(3) {
  bottom: 30%;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
	top: 36%;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
bottom: 36%;
}

/*============
 btn
=============*/
/*パンフレット　ボタン*/
button.pamph02 {
    color: var(--color-main);
    font-weight: bold;
    background: var(--color-accent02);
    border-radius: 50vh;
    width: fit-content;
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
    button.pamph02::before {
        background: #ff6822;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
        z-index: -1;
    }
    button.pamph02:hover::before {
        transform: scale(1, 1);
    }
}
/*一覧へ戻る　ボタン*/
button.listBtn {
    color: var(--color-main);
    width: fit-content;
    background: var(--color-accent01);
    border-radius: 10px;
    margin: 30px auto;
    padding: 5px 50px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


/*============
 #mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  background: #000;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 996px) {
  #mask {
    display: none;
    transition: all 0.5s;
  }

  .open #mask {
    background: #000;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}

/* サブメニュー */
ul li.has-sub .sub.slidedown {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

ul li.has-sub .sub li {
  padding: 16px 0;
}

ul li.has-sub .sub li+li {
  margin-left: 0;
}

ul li.has-sub .sub {
  display: flex;
  flex-direction: column;
  left: 0px;
  opacity: 0;
  padding: 4px 0px;
  position: absolute;
  top: 70px;
  transform: translateY(-20px);
  transition: 0.3s all ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 999999;
}

.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 {
  flex: 1 0 50%;
  text-align: end;
}

.button.inquiry-sp {
  display: none;
}

.site-branding-logo2 {
  display: none;
}

@media screen and (max-width: 996px) {
  .inner {

    display: flex;
    flex-direction: column;
    height: 120%;
    justify-content: flex-start;
    position: relative;
    top: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 120%;
    justify-content: flex-start;
    position: relative;
    top: 0px;
    width: 100%;
  }

  .button a {
    align-items: center;
    background: #ffffff;
    border-radius: 11px;
    color: #000000;
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    justify-content: center;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }

  .button a:hover {
    background: #313131;
    color: #fff;
  }

  .button a:hover:before {
    color: #fff;
  }
}

li.inquiry {
  background-color: #003b96;
  padding: 0;
}


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

.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 {
  display: grid;
  grid-gap: 1.5em;
  margin-bottom: 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;
  margin-bottom: 1.5em;
  /*rtl:ignore*/
  margin-right: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  margin-bottom: 1.5em;
  /*rtl:ignore*/
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Headder
--------------------------------------------------------------*/
.swiper-container-wrap {
  position: relative;
}

.site-branding-logo {
    margin: 20px;
    max-width: 247px;
    position: relative;
    width: 100%;
    z-index: 4;
    margin: 20px auto;
    display: block;
	z-index: -1;
}


.swiper-container {
  position: relative;
}

.swiper-pagination {
  margin: 20px 0 20px 0;
  position: unset !important;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 0.3s opacity;
  z-index: 10;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 12px));
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 12px));
}

.slide-img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .swiper-pagination {
    position: absolute !important;
  }

  .swiper-pagination-bullet {
    background: #fff;
    opacity: 100;
  }

  .message-sp {
    top: 42%;
  }

  .scroll_down {
    bottom: 49px;
  }
}

@media screen and (max-width: 420px) {
.site-branding-logo {
margin: 35px auto;
max-width: 200px;
position: relative;
width: 100%;
z-index: 4;
}
}



/* ------------------------------
    共通
------------------------------ */
select,
button,
input {
    font-size: 1rem;
}
button.pamph {
  color: #FFF;
  background: #0069B4;
  border: none;
  margin: 60px auto 0;
  padding: 20px;
  display: block;
  width: calc(100% / 2 - 10px);
  font-size: 1.2rem;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  button.pamph::before {
      background: rgb(255, 255, 255);
      border: 2px solid #0069B4;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
      z-index: -1;
  }
  button.pamph:hover {
      color: #0069B4;
  }
  button.pamph:hover::before {
      transform: scale(1, 1);
  }
}
/* button.moreBtn {
    color: var(--color-main);
    width: fit-content;
    background: var(--color-accent01);
    border-radius: 50vh;
    margin: 30px auto;
    padding: 5px 50px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
} */

.description-block {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.description-block__text {
    font-size: clamp(1rem, calc(0.887rem + 0.056vw), 1.5rem);
    font-weight: 400;
    text-align: center;
    display: block;
}
.site {
    max-width: 1100px;
    margin: 0 auto;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 15px 0 15px;
}

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

h2.store-latest__title {
    color: #0b63b6;
    text-align: center;
    margin: 90px auto 30px;
}
.search-block {
    margin: 0 auto 50px;
}

.search-block form {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    align-content: center;
}
.search-block form select {
    padding: 1rem;
}

.keyword-search {
    margin: 0 auto 80px;
}
.keyword-search form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
}
.keyword-search form input {
    width: calc(100% - 100px);
    padding: 15px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #0069b4;
}
.keyword-search form button {
    width: 100px;
    padding: 15px;
    border-radius: 0 5px 5px 0;
    background: #2b3131;
}
.keyword-search form button img {
    width: 30px;
    margin: 0 auto;
}

.trouble-search,
.map-search,
.interview-search {
    margin: 0 0 50px;
}
.trouble-search .subcontent,
.map-search .subcontent,
.interview-search .subcontent {
    border: solid 1px #000;
    padding: 15px;
}


.special-block h2 {
    text-align: center;
    font-size: 2rem;
}
.special-block h2 span {
    background: #0069B4;
    color: #FFF;
    width: 1.5em;
    display: inline-block;
    text-align: center;
    margin: 0 20px 0 0;
}
.special-block h2 span:last-child {
    margin: 0;
}
.special-block ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    margin: 0 0 30px;
}
.special-block ul li {
    width: calc(100% / 3);
}
@media (max-width: 800px) {
    button.pamph {
        width: 100%;
    }

    .search-block {
        margin: 0 auto 10vw;
    }
    .search-block form {
        gap: 3vw;
    }
    .search-block form select {
        padding: .5em;
    }

}

.search-block form select {
      padding: 1.2em;
      border-radius: 4px;
  }

h1.store-heading__title {
    text-align: center;
    color: #0069B4;
}

p.store-heading__sub {
    text-align: center;
}


/*--------------------------------------------------------------
# Page-Store
--------------------------------------------------------------*/

.store-card__thumb img {
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    height: 270px;
}

nav.industry-tabs {
    display: flex;
    justify-content: center;
    gap: 2%;
    font-size: 1rem;
    margin: 5vh 0;
	z-index: -2;
}

.store-columns{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}



.store-col {
  padding: 20px 20px 50px;
  background: #f6f7f88c;
  transform: translate(0);
  transition: transform .3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .store-col:hover {
      transform: translate(15px, 10px);
      transition: transform .5s ease;
  }
}


@media (max-width: 800px){
  .store-columns{ grid-template-columns:1fr; }
  .store-col__title{
    text-align:center;
    font-weight:700;
    margin:0 0 16px;
  }

  .store-col .store-card {
    width: 100%;
  }
  .store-card__thumb img {
    aspect-ratio: 340 / 270;
    max-width: 100%;
    height: auto;
  }
}

.store-card__meta{
  list-style:none;
  padding:0;
  margin:12px 0 0;
}
.store-card__cta{
  margin-top:16px;
  text-align:center;
}
.store-card__btn {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    background: #ee9a76;
    border-radius: 50vh;
    width: fit-content;
    padding: 10px 14px;
    margin: 0 auto;
    font-size: 1rem;
    display: block;
    margin: 30px auto;
    max-width: 260px;
    text-align: center;
}

.store-card__btn--contact {
    border: #ee9a76 2px solid;
    background: none;
    color: #ee9a76;
}

.store-card__badges{ display:flex; gap:10px; margin:12px 0 10px; }
.store-card__badges .badge{
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  color:#fff;
  background:#0b63b6;
}
.store-card__date{
  margin: 8px 0 10px;
  color:#a9a9a9;
  font-weight:700;
}
@media (max-width: 800px){
nav.industry-tabs {
  display: none;
}
}

.store-selected__inner {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin: 40px auto;
}

.store-selected__title{ font-weight:700; }
.store-selected__item{
  padding:4px 10px;
  border:1px solid #ddd;
  border-radius:999px;
}
.store-selected__clear{
  margin-left:auto;
  text-decoration:underline;
}




/*--------------------------------------------------------------
# Page-Single
--------------------------------------------------------------*/

.single-store{
  padding: 24px 0 60px;
}
.single-store__article{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}

.single-store__thumb {
    margin: 0 0 30px 0;
}
.single-store__thumb img{
  width:100%;
  height:auto;
  display:block;
  border-radius:16px;
}
.single-store__thumb--placeholder{
  height: 320px;
  border-radius:16px;
  background:#eee;
}
.single-store__badges{
  display:flex;
  gap:10px;
  margin:16px 0 12px;
}

.single-store__title {
    font-size: 28px;
    line-height: 1.3;
    color: #2369b4;
    margin: 0 0 10px;
}

.single-store__meta{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  color:#888;
  margin-bottom: 16px;
}
.single-store__content{
  margin-top: 24px;
  line-height: 1.9;
}


.single-store__nav{
  display:flex;
  justify-content:space-between;
  margin-top: 36px;
}
.single-store__cta{
  margin-top: 10px;
  display: flex;
  column-gap: 5px;
}
.single-store__cta .store-card__btn {
  width: 50%;
  border-radius: 5px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #0b63b6;
}

.single-store__map-embed, .single-store__map-embed iframe {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    width: 100%;
    height: 400px;
    margin: 80px 0;
}

.single-store__map-embed iframe{
  display: block;
}

.store__none {
    text-align: center;
    font-size: 1.4rem;
    color: #1369b4;
}

/*--------------------------------------------------------------
# inquiry
--------------------------------------------------------------*/

h1.inquiry-title-txt {
    text-align: center;
    color: #0069B4;
}

p.inquiry-store__name {
    text-align: center;
    color: #ee9a76;
    font-size: 1.4rem;
}

p.inquiry-store__mail {
	text-align: center;
    color: #ee9a76;
}

/* ===== inquiry form base ===== */
.inquiry {
  font-size: 1rem;
  margin: 0 auto;
  max-width: 880px;
  padding: clamp(12px, 2vw, 20px) 0;
}

.inquiry__lead {
  color: #525a66;
  font-size: 14px;
  margin: 8px 0 20px;
  text-align: center;
}

.inquiry__rule {
  background: #e6eaf0;
  border: 0;
  height: 1px;
  margin: 20px 0 28px;
}

/* 行レイアウト（ラベル左／入力右） */
.inquiry__row {
  align-items: start;
  display: grid;
  gap: 14px 24px;
  grid-template-columns: 220px 1fr;
  margin-bottom: 18px;
}

.inquiry__label {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
}

.inquiry__label .req {
  color: #d60000;
  margin-left: 0.25em;
}

/* 入力系 */
.inquiry__field input[type="text"],
.inquiry__field input[type="email"],
.inquiry__field input[type="tel"],
.inquiry__field textarea,
.inquiry__field select {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  box-sizing: border-box;
  height: 46px;
  outline: none;
  padding: 10px 12px;
  width: 100%;
}

.inquiry__field textarea {
  height: 180px;
  resize: vertical;
}

.inquiry__field input::placeholder,
.inquiry__field textarea::placeholder {
  color: #9aa3ad;
}

.inquiry__field input:focus,
.inquiry__field textarea:focus,
.inquiry__field select:focus {
  border-color: #0a4fa2;
  box-shadow: 0 0 0 3px rgba(10, 79, 162, 0.08);
}

/* チェックボックス群 */
.inquiry .checks {
  display: grid;
  gap: 6px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inquiry .checks label {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 8px;
}

/* 郵便番号「〒」＋横並び */
.inquiry__inline {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.inquiry__zipmark {
  color: #6b7280;
}

span.wpcf7-form-control-wrap {
  display: inline-block;
}

.p-street-address {
  margin: 0 0 20px 0;
}

.p-extended-address {
  margin: 0 0 20px 0;
}

p.inquiry__label-txt {
  font-size: 0.7rem;
  margin: 10px 0 0 0;
}

/* 同意チェック行 */
.inquiry__row--policy .inquiry__field {
  color: #333;
  font-size: 14px;
}

/* 送信ボタン（横幅いっぱい・濃いブルー） */
.inquiry .btn-primary {
  background: #0a4fa2;
  color: #fff;
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 105px auto 0;
  /* border-radius: 4px; */
  max-width: 454px;
  padding: 26px 24px;
  width: 100%;
}

.btn-primary:hover {
  filter: brightness(0.95);
}

span.wpcf7-list-item-label a {
  color: #000fff !important;
}

/* CF7 のエラー表示 */
.inquiry .wpcf7-not-valid-tip {
  color: #d60000;
  font-size: 12px;
  margin-top: 6px;
}

.inquiry .wpcf7-response-output {
  border: 1px solid #e4e8ee;
  font-size: 14px;
  margin-top: 18px;
  padding: 12px;
}

@media (max-width: 800px) {
  .page-inquiry {
    padding: 96px 0 0 0;
  }

  .inquiry {
    font-size: 1rem;
    margin: 27px auto 0;
    max-width: 880px;
    padding: clamp(12px, 2vw, 20px) 0;
    width: 90%;
  }

  .inquiry__lead {
    margin: 8px 0px 6px;
    text-align: center;
  }

  .inquiry__rule {
    margin: 0px 0 28px;
  }

  .inquiry-title {
    border-bottom: 1px solid #000;
    margin: 0 auto;
    width: 90%;
  }

  .inquiry__row {
    gap: 6px;
    grid-template-columns: 1fr;
  }

  .inquiry__label {
    font-size: 12px;
  }

  .inquiry .checks {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# page-thanks
--------------------------------------------------------------*/
.thanks__inner {
  border: 1px solid #000;
  margin: 130px auto;
  max-width: 1000px;
  padding: 20px;
  width: 90%;
}

.thanks__inner-title {
  font-size: 1.2rem;
  text-align: center;
}

.thanks__inner-text {
  margin: 0 0 38px 0;
  text-align: center;
}

.thanks-button {
  margin: 40px auto 105px;
}

.thanks-button a {
  align-items: center;
  background: #eee;
  border-radius: 3px;
  color: #333;
  display: flex;
  font-weight: 500;
  justify-content: space-around;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.thanks-button a:hover {
  background: #333;
  color: #fff;
}


/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

footer {
    padding: 40px 0px;
    position: relative;
    text-align: center;
}

.footer-content {
  margin: 75px 0 0 0;
}

.footer-content .logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.footer-content h3 {
  font-size: 18px;
  margin: 0;
}

.footer-nav {
  font-size: 14px;
  margin: 20px 0;
}

.footer-nav a {
  color: #fff;
  font-size: 0.8rem;
  margin: 0 5px;
  text-decoration: none;
}

.copyright {
    color: #292c32;
    font-size: 0.65rem;
    margin-top: 20px;
}

/*ページトップボタン*/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  background: #0069B4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 999;
}
/*三角*/
#pagetop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
}
/*表示*/
#pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {

  .footer-content {
    margin: 37px 0 0 0;
  }

  .top-img {
    display: block;
    width: 45px;
  }
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
section.error-404.not-found {
  <<<<<<< Updated upstream height: 300px;
  margin: 200px auto 0;
  max-width: 800px;
  position: relative;
  text-align: center;
  width: 100%;
}

section.error-404.not-found h1 {
  font-size: 1.6rem;
  margin: 0 0 60px 0;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 200px auto 0;
  text-align: center;
  height: 300px;
  position: relative;
}

section.error-404.not-found h1 {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 60px 0;
}

/*--------------------------------------------------------------
# medeia
--------------------------------------------------------------*/
.pc {
  display: block;
}

.company__section-pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .company__section-pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.store-card__thumb-link,
.store-card__title-link{
	display:block;
	text-decoration:none;
	color:inherit;
}

.store-card__title-link:hover{
	opacity:.8;
}
