@charset "UTF-8";
/*!
Theme Name: WebKatu
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: webkatu
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.

WebKatu 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 #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.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;
}

/*--------------------------------------------------------------
# WebKatu custom
--------------------------------------------------------------*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: normal;
  src: url("assets/googlefonts/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "Prata";
  font-style: normal;
  font-weight: normal;
  src: url("assets/googlefonts/Prata-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "FjallaOne";
  font-style: normal;
  font-weight: normal;
  src: url("assets/googlefonts/FjallaOne-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Qwigley";
  font-style: normal;
  font-weight: normal;
  src: url("assets/googlefonts/Qwigley-Regular.ttf") format("truetype");
}
html, body {
  overflow-x: hidden;
}

/* --- bodyのフォントについて、多言語対応できるように修正 --- */
html[lang=ja] body {
  font-family: "NotoSansJP", "Yu Gothic Medium", "Yu Gothic", sans-serif !important;
}

html[lang=zh-CN] body {
  /* 1. まず欧文専用フォント先に見させる（これで日本のブラウザでは英数字がシュッとする） */
  /* 2. その後ろに中国語フォントを書く（これで漢字が安定する） */
  font-family: "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
}

html[lang=en-US] body,
html[lang=en] body {
  font-family: "Helvetica Neue", "Arial", sans-serif !important;
}

input, button, textarea, select {
  font-family: inherit !important;
}

.page {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 0.95rem;
  }
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1rem;
  }
}

p {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}

.wk-flex {
  display: flex;
  flex-direction: row;
}

.-alc {
  align-items: center;
}

.wk-flex-col {
  display: flex;
  flex-direction: column;
}

.wk-flex-row,
.wk-flex-row-align-center,
.wk-flex-col {
  display: flex;
}

.wk-flex-row-align-center {
  align-items: center;
}

.wk-contets-wrapper {
  width: 100%;
  min-height: auto !important;
  min-height: 200px;
  margin: 0;
}
@media (max-width: 767px) {
  .wk-contets-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .wk-contets-wrapper {
    /* max-width を解除 */
    max-width: none !important;
    padding: 0;
  }
}

.wk-contets-wrapper-g {
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .wk-contets-wrapper-g {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wk-contets-wrapper-g {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.wk-contets-wrapper-g .wk-contets-wrapper-g-contents {
  display: block;
}
@media (min-width: 768px) {
  .wk-contets-wrapper-g .wk-contets-wrapper-g-contents {
    margin: 0 50px;
  }
}
@media (min-width: 1200px) {
  .wk-contets-wrapper-g .wk-contets-wrapper-g-contents {
    max-width: 1120px;
    margin: 0 auto;
  }
}

.wk-bread-warapper {
  font-size: 10px; /* 最小クラスの文字サイズ */
  color: rgba(0, 0, 0, 0.05); /* ほとんど透明に近いグレー */
  margin: 0; /* 余白をゼロにして高さを取らない */
  padding: 2px 10px; /* 最小限の余白 */
  text-align: left; /* 左寄せ */
  pointer-events: none; /* 誤クリックを防止（リンクとして機能させたい場合は外す） */
}

.wk-bread-warapper a {
  color: inherit; /* リンクの色も薄く統一 */
  text-decoration: none;
}

.wk-service-ribbon {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-image: url("./images/widetest_2560-800-9.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wk-service-ribbon .wk-title-font-ex2 {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  z-index: 2;
  color: #015DB2;
  font-weight: bold;
  letter-spacing: 0.12em;
  /* 白い影で背景から文字を切り離す */
  text-shadow: 0 0 15px #fff, 0 0 10px #fff;
}
.wk-service-ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
}

.wk-access-ribbon {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-image: url("./images/widetest_2560-800-11.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wk-access-ribbon .wk-title-font-ex2 {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  z-index: 2;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.12em;
  /* 白い影で背景から文字を切り離す */
  text-shadow: 0 0 15px #fff, 0 0 10px #fff;
}
.wk-access-ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.wk-language-area {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 998;
  background-color: #fff;
  box-shadow: 1px 3px 12px -6px #ccc;
  padding: 10px;
  border-radius: 10px 0 0 10px;
}
.wk-language-area .current {
  display: none;
}
.wk-language-area .bogo-language-name {
  box-sizing: border-box;
}
.wk-language-area .wk-language-area-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wk-language-area .wk-language-area-title img {
  width: auto;
}
@media (max-width: 767px) {
  .wk-language-area .wk-language-area-title img {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .wk-language-area .wk-language-area-title img {
    height: 22px;
  }
}
.wk-language-area .wk-language-area-title p {
  padding-left: 5px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wk-language-area .wk-language-area-title p {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .wk-language-area .wk-language-area-title p {
    font-size: 0.9rem;
  }
}
.wk-language-area .wk-language-area-contents ul {
  margin: 0;
  padding: 0;
}
.wk-language-area .wk-language-area-contents li {
  width: auto;
}
@media (max-width: 767px) {
  .wk-language-area .wk-language-area-contents li {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .wk-language-area .wk-language-area-contents li {
    font-size: 0.9rem;
  }
}
.wk-language-area .wk-language-area-contents li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 0 10px;
  color: #555;
}

.wk-btn-ptn1 {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  background-color: #EAEEF9;
  border: 1px solid #555;
  position: relative;
}
.wk-btn-ptn1 a {
  font-family: "FjallaOne";
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  text-decoration: none;
}
.wk-btn-ptn1::before {
  content: "";
  display: block;
  width: 70px;
  height: 0px;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
  margin: auto;
}

.wk-title-font-ex1,
.wk-title-font-ex2,
.wk-title-font-ex3,
.wk-title-font-ex-sub {
  margin: 0;
  line-height: 1;
  color: #015DB2;
  font-family: "FjallaOne";
  font-weight: normal;
}
@media (max-width: 767px) {
  .wk-title-font-ex1,
  .wk-title-font-ex2,
  .wk-title-font-ex3,
  .wk-title-font-ex-sub {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .wk-title-font-ex1,
  .wk-title-font-ex2,
  .wk-title-font-ex3,
  .wk-title-font-ex-sub {
    font-size: 2.3rem;
  }
}

@media (max-width: 767px) {
  .wk-title-font-ex1 {
    position: relative;
  }
}
.wk-title-font-ex1 span.sub {
  font-family: "NotoSansJP";
  font-weight: normal;
  color: #888;
}
@media (max-width: 767px) {
  .wk-title-font-ex1 span.sub {
    position: absolute;
    left: 0;
    top: calc(2rem + 7px);
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .wk-title-font-ex1 span.sub {
    padding-left: 20px;
    font-size: 1rem;
  }
}

.wk-title-font-ex2 {
  position: absolute;
  text-align: center;
  top: -1.15rem;
  left: 50%;
  transform: translateX(-50%);
}

.wk-title-font-ex-sub {
  color: #333;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  background: none;
  overflow: visible;
}
.wk-title-font-ex-sub::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-image: url("images/widetest_2560-800-8.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wk-title-font-ex-sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
@media (max-width: 767px) {
  .wk-title-font-ex-sub {
    font-size: 2.1rem;
    height: 70px;
    padding: 10px 20px 0;
  }
}
@media (min-width: 768px) {
  .wk-title-font-ex-sub {
    font-size: 3.3rem;
    height: 100px;
    padding: 15px 20px 0;
  }
}
@media (min-width: 1200px) {
  .wk-title-font-ex-sub {
    padding-left: 20px;
  }
}
.wk-title-font-ex-sub span {
  position: relative;
  z-index: 2;
}
.wk-title-font-ex-sub span.titlesub {
  font-family: "NotoSansJP";
  position: absolute;
  color: gray;
}
@media (max-width: 767px) {
  .wk-title-font-ex-sub span.titlesub {
    font-size: 0.9rem;
    top: 45px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .wk-title-font-ex-sub span.titlesub {
    font-size: 1.1rem;
    top: 75px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .wk-title-font-ex-sub span.titlesub {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .wk-title-m,
  .wk-title-m-blue,
  .wk-title-m-underline {
    font-size: 0.95rem;
  }
}
@media (min-width: 768px) {
  .wk-title-m,
  .wk-title-m-blue,
  .wk-title-m-underline {
    font-size: 1.2rem;
  }
}

.wk-title-m-blue {
  color: #015DB2;
}

.wk-title-m-underline {
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .wk-title-m-underline {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .wk-title-m-underline {
    padding-bottom: 30px;
  }
}
.wk-title-m-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #015DB2;
}
@media (max-width: 767px) {
  .wk-title-m-underline::after {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .wk-title-m-underline::after {
    width: 40px;
  }
}

.subtitle-area {
  display: block;
  width: 100%;
  clear: both;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 767px) {
  .subtitle-area {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .wk-title-setsquare {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .wk-title-setsquare {
    font-size: 1rem;
  }
}
.wk-title-setsquare::before {
  padding-right: 5px;
  content: "■";
}

.wk-title-seticon-m,
.wk-title-seticon-l {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.wk-title-seticon-m h3 {
  color: #000;
}
@media (max-width: 767px) {
  .wk-title-seticon-m h3 {
    font-size: 0.95rem;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .wk-title-seticon-m h3 {
    font-size: 1.2rem;
    padding-left: 20px;
  }
}
.wk-title-seticon-m img {
  width: auto;
}
@media (max-width: 767px) {
  .wk-title-seticon-m img {
    height: 30px;
  }
}
@media (min-width: 768px) {
  .wk-title-seticon-m img {
    height: 40px;
  }
}

.wk-title-seticon-l h3 {
  color: #015DB2;
}
@media (max-width: 767px) {
  .wk-title-seticon-l h3 {
    font-size: 1.2rem;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .wk-title-seticon-l h3 {
    font-size: 1.5rem;
    padding-left: 20px;
  }
}
.wk-title-seticon-l img {
  width: auto;
}
@media (max-width: 767px) {
  .wk-title-seticon-l img {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .wk-title-seticon-l img {
    height: 60px;
  }
}

.wk-title-sdg {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  margin: 20px auto 10px;
  padding: 10px 5px;
  width: 100%;
  max-width: 370px;
}
.wk-title-sdg img {
  width: 120px;
  height: auto;
}
.wk-title-sdg h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0068b7;
  margin: 0;
  line-height: 1.4;
  padding-left: 0;
  border-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .wk-title-sdg {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 20px;
    margin: 40px 0 30px;
    padding: 15px 0;
    max-width: none;
    width: auto;
  }
  .wk-title-sdg img {
    width: 100px;
  }
  .wk-title-sdg h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .wk-title-sdg h3 {
    font-size: 2.7rem;
  }
}

.wk-section-title-main {
  text-align: center;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  display: block; /* 親としてブロックを維持 */
  width: fit-content; /* 横幅をテキストに合わせる */
  margin-left: auto; /* 中央寄せ */
  margin-right: auto; /* 中央寄せ */
  line-height: 1.6;
  word-break: normal;
}
@media (max-width: 767px) {
  .wk-section-title-main {
    font-size: 1.4rem;
  }
}
.wk-section-title-main::after {
  content: "";
  display: block;
  width: 100%; /* 親（テキスト幅）に対してXX% */
  height: 1.5px;
  background-color: #015DB2;
  margin: 10px auto 0;
}

.wk-service-intro-box {
  text-align: center !important;
  max-width: 960px; /* 1行が長くなりすぎないように制限 */
  margin: auto;
  padding: 0px 20px; /* 枠内のゆとり */
  color: #666; /* 真っ黒にせず、少しグレーにして主張を抑える */
  font-size: 1rem;
  line-height: 1.8; /* 行間を広げて読みやすく */
  letter-spacing: 0.05em;
  /* --- □ 枠のデザイン --- */
  background-color: #fcfcfc; /* ほぼ白に近い、ごく薄い灰色 */
  border: 1px solid #e0e0e0; /* 主張しすぎない薄い線 */
  border-radius: 4px; /* ほんの少しだけ角を丸める（誠実さと柔らかさの両立） */
  /* --- ヘイブン（避難所・安息地）のような落ち着き --- */
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); /* ほとんど見えない程度の軽い影 */
}
.wk-service-intro-box p {
  margin-bottom: 15px;
}
.wk-service-intro-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wk-service-intro-box {
    padding: 20px;
    font-size: 0.9rem;
    width: 95%; /* スマホでは横幅いっぱいに */
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 0.85rem;
  }
}

p {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 0.8rem;
  }
}

body {
  padding-top: 75px;
  overflow-x: hidden;
}
@media screen and (min-width: 600px) {
  body {
    padding-top: 110px;
  }
}

.wk-site-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  top: 0;
  z-index: 9999;
  height: 60px;
}
@media screen and (min-width: 600px) {
  .wk-site-header {
    height: 90px;
  }
}

.wk-site-header-content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .wk-site-header-content {
    padding: 0 20px;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
  }
}
.wk-site-header-content .site-branding {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.wk-site-header-content .site-branding .site-title a {
  color: #004d43;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 2.5vw, 1.4rem) !important;
}

@media screen and (max-width: 1199px) {
  .mr-header-menu {
    position: absolute;
    z-index: 10000;
    top: 100%;
    right: 0;
    width: 240px;
    height: auto !important;
    max-height: calc(100vh - 100%);
    overflow-y: auto !important;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s;
  }
  body.active-menu .mr-header-menu {
    transform: translateX(0);
    visibility: visible;
  }
}
@media screen and (min-width: 1200px) {
  .mr-header-menu {
    position: static;
    flex-grow: 1;
    display: flex !important;
    justify-content: center;
  }
}
.mr-header-menu .menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .mr-header-menu .menu ul {
    flex-direction: column;
  }
  .mr-header-menu .menu ul li {
    border-bottom: 1px solid #f0f0f0;
  }
  .mr-header-menu .menu ul li a {
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    color: #333;
  }
}
@media screen and (min-width: 1200px) {
  .mr-header-menu .menu ul {
    flex-direction: row;
    gap: 20px;
  }
  .mr-header-menu .menu ul li a {
    font-size: 0.85rem;
    font-weight: bold;
    padding: 10px 5px;
    color: #333;
    text-decoration: none;
    position: relative;
  }
  .mr-header-menu .menu ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #004d43;
    transform: scaleX(0);
    transition: 0.3s;
  }
  .mr-header-menu .menu ul li a:hover::after {
    transform: scaleX(1);
  }
}

@media screen and (min-width: 1200px) {
  .nav-tel-area {
    display: none !important;
  }
}
.nav-tel-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 15px;
  background-color: #f4f4f4;
}
.nav-tel-area .nav-tel-banner-single {
  width: calc(50% - 4px);
  margin-bottom: 0 !important;
}
.nav-tel-area .nav-tel-banner-single a {
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s;
}
.nav-tel-area .nav-tel-banner-single a:active {
  transform: scale(0.95);
  opacity: 0.9;
}
.nav-tel-area .nav-tel-banner-single a div {
  padding: 12px 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.nav-tel-area .nav-tel-banner-single a .nav-tel-content {
  background-color: #004d43;
  border-bottom: 3px solid rgb(0, 26, 22.6233766234);
}
.nav-tel-area .nav-tel-banner-single a .nav-line-content {
  background-color: #06C755;
  border-bottom: 3px solid #05a346;
}
.nav-tel-area .nav-tel-banner-single a small {
  display: block;
  font-size: 0.6rem;
  margin-bottom: 2px;
  font-weight: normal;
  opacity: 0.9;
  letter-spacing: 0.05em;
}
.nav-tel-area .nav-tel-banner-single a span {
  display: block;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.nav-tel-area .nav-tel-bannerinquire {
  width: 100%;
  margin-top: 4px;
}
.nav-tel-area .nav-tel-bannerinquire a {
  display: block;
  line-height: 0;
  transition: opacity 0.2s;
}
.nav-tel-area .nav-tel-bannerinquire a:active {
  opacity: 0.8;
}
.nav-tel-area .nav-tel-bannerinquire a img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mr-header-contact-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mr-header-contact-wrapper .header-line-btn {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .mr-header-contact-wrapper .header-line-btn {
    display: flex !important;
    text-decoration: none;
  }
  .mr-header-contact-wrapper .header-line-btn div {
    background: #06C755;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mr-header-contact-wrapper .header-line-btn div span {
    color: #fff;
    font-size: 9px;
    font-weight: 900;
  }
}
@media screen and (max-width: 1199px) {
  .mr-header-contact-wrapper .mr-header-contact {
    display: none !important;
  }
}
.mr-header-contact-wrapper .mr-header-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #EAEEF9;
  padding: 6px 12px;
  border-radius: 4px;
}
.mr-header-contact-wrapper .mr-header-contact .tel {
  font-size: 1.3rem;
  font-weight: bold;
  color: #015DB2;
  line-height: 1;
}
.mr-header-contact-wrapper .mr-header-contact .date {
  font-size: 0.6rem;
  margin-top: 2px;
}

.mr-hamburger-btn {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  z-index: 10001;
  cursor: pointer;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .mr-hamburger-btn {
    display: none !important;
  }
}
.mr-hamburger-btn::after {
  content: "MENU";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7px;
  font-weight: bold;
  transition: 0.3s;
}
.mr-hamburger-btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #333;
  transform: translateX(-50%);
  transition: 0.3s;
}
.mr-hamburger-btn .mr-hamburger-btn-line1 {
  top: calc(50% - 9px);
}
.mr-hamburger-btn .mr-hamburger-btn-line2 {
  top: calc(50% - 1px);
}
.mr-hamburger-btn .mr-hamburger-btn-line3 {
  top: calc(50% + 7px);
}

.wk-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}
body.active-menu .wk-menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.active-menu .mr-hamburger-btn::after {
  content: "CLOSE" !important;
}
body.active-menu .mr-hamburger-btn .mr-hamburger-btn-line1 {
  top: 50% !important;
  transform: translateX(-50%) rotate(45deg) !important;
}
body.active-menu .mr-hamburger-btn .mr-hamburger-btn-line2 {
  opacity: 0 !important;
}
body.active-menu .mr-hamburger-btn .mr-hamburger-btn-line3 {
  top: 50% !important;
  transform: translateX(-50%) rotate(-45deg) !important;
}

.wk-top-firstview {
  position: relative;
  overflow: hidden;
  display: block;
}
@media (max-width: 767px) {
  .wk-top-firstview {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .wk-top-firstview {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: clamp(400px, max(13.193vw + 18.652rem, 57.292vw - 23.462rem), 720px);
  }
}

.wk-top-firstview-img-area {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .wk-top-firstview-img-area {
    background-position: left center;
  }
}

.wk-top-firstview-msg-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent !important;
}
.wk-top-firstview-msg-area .wk-top-firstview-msg1,
.wk-top-firstview-msg-area .wk-top-firstview-msg2,
.wk-top-firstview-msg-area .wk-top-firstview-msg3 {
  display: block;
  font-family: "Prata";
  position: absolute;
  line-height: 1;
  padding: 10px;
  margin: 0;
  background-color: transparent !important;
  color: #fff !important;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg1 {
    font-size: clamp(1.35rem, 1.25rem + 1vw, 2.1rem);
    letter-spacing: 0.05rem;
    left: 10px;
    bottom: calc(10% + 4.2rem);
  }
}
@media (min-width: 768px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg1 {
    font-size: clamp(3.3rem, -6.2rem + 17vw, 4.5rem);
    letter-spacing: 0.2rem;
    left: 5%;
    bottom: clamp(10% + 5rem, 10% - 3rem + 16vw, 10% + 7.5rem);
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg1 {
    font-size: clamp(4.5rem, 3.6rem + 1.3vw, 5.25rem);
    letter-spacing: 0.3rem;
    left: 6%;
    bottom: calc(10% + 10.5rem);
  }
}
@media (max-width: 767px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg2 {
    font-size: clamp(4.7rem, 1.2rem + 9.6vw, 5rem);
    left: 10px;
    bottom: 2%;
  }
}
@media (min-width: 768px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg2 {
    font-size: clamp(6.75rem, 1.2rem + 11vw, 12rem);
    left: 4.5%;
    bottom: 2%;
  }
}
@media (min-width: 1200px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg2 {
    font-size: clamp(12rem, 1.2rem + 9vw, 14.4rem);
    left: 5.5%;
    bottom: 2%;
  }
}
@media (max-width: 767px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg3 {
    font-size: clamp(2.8rem, 1.2rem + 3.7vw, 3.75rem);
    letter-spacing: 0.2rem;
    bottom: 2%;
    padding-top: 30px;
    padding-left: clamp(55px, 40px + 8vw, 70px);
  }
}
@media (min-width: 768px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg3 {
    font-size: clamp(3.75rem, 1.2rem + 8vw, 9rem);
    letter-spacing: 0.3rem;
    left: 4.5%;
    bottom: 2%;
    padding-top: 15px;
    padding-left: clamp(90px, 15px + 10vw, 120px);
  }
}
@media (min-width: 1200px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg3 {
    font-size: clamp(9rem, 1.2rem + 6.7vw, 10.8rem);
    letter-spacing: 0.4rem;
    left: 5.5%;
    bottom: 2%;
    padding-top: 25px;
    padding-left: clamp(135px, 8vw, 180px);
  }
}

.wk-top-main-msg {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 5px;
  font-size: clamp(1rem, 0.84rem + 0.685vw, 1.25rem);
  letter-spacing: clamp(0.2rem, 0.16rem + 0.15vw, 0.25rem);
}
@media (min-width: 768px) {
  .wk-top-main-msg {
    max-width: 667px;
    font-size: 1.45rem;
    letter-spacing: 0.29rem;
  }
  .wk-top-main-msg br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .wk-top-main-msg {
    max-width: 1200px;
    padding: clamp(20px, 6px + 1.74vw, 40px) 20px;
    font-size: clamp(1.25rem, 0.68rem + 1.35vw, 1.7rem);
    letter-spacing: clamp(0.25rem, 0.16rem + 0.15vw, 0.28rem);
  }
  .wk-top-main-msg br {
    display: none;
  }
}
.wk-top-main-msg span {
  display: inline-block;
  font-weight: bold;
  color: #015DB2;
  padding: 0 0.5rem;
  font-size: clamp(1.2rem, 0.57rem + 2.68vw, 2rem);
}
@media (min-width: 768px) {
  .wk-top-main-msg span {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .wk-top-main-msg span {
    font-size: clamp(2rem, 0.57rem + 2.68vw, 2.6rem);
  }
}

.wk-box-wrapper {
  position: relative;
  margin: 20px auto;
  max-width: 1200px;
}
.wk-box-wrapper .wk-box-servicesub {
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .wk-box-wrapper .wk-box-servicesub {
    width: 95%;
    margin: 0 auto;
  }
}
.wk-box-wrapper .wk-box-servicesub .wk-list-t1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.wk-box-wrapper .wk-box-servicesub .wk-list-t1 li {
  background: rgba(253, 250, 245, 0.6);
  border: 1px solid rgba(215, 210, 200, 0.3);
  border-radius: 8px;
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.wk-box-wrapper .wk-box-servicesub .wk-list-t1 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: rgba(210, 200, 180, 0.4);
}
.wk-box-wrapper .wk-box-servicesub .wk-list-t1 li img {
  width: 20px;
  height: auto;
  margin-bottom: 8px;
  opacity: 0.8;
}
.wk-box-wrapper .wk-box-servicesub .wk-list-t1 li span {
  font-weight: bold;
  color: #444;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 6px;
}
.wk-box-wrapper .wk-box-servicesub .wk-list-t1 li {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}
.wk-box-wrapper .wk-box-servicesub .wk-list-t1 li:hover {
  background: rgb(253, 250, 245);
  border-color: rgba(210, 200, 180, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04);
}
.wk-box-wrapper.is-flex-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin: 10px auto 10px;
}
.wk-box-wrapper.is-flex-layout.is-reverse {
  flex-direction: row;
}
.wk-box-wrapper.is-flex-layout .wk-box-visual {
  flex: 0 0 45%;
  position: relative;
  min-height: 450px;
  z-index: 1;
}
.wk-box-wrapper.is-flex-layout .wk-box-visual div[class*=bk-box-backgraund-]:not(.bk-box-backgraund-dot) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
}
.wk-box-wrapper.is-flex-layout .wk-box-visual .bk-box-backgraund-dot {
  display: block !important;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  opacity: 0.3;
  background-color: transparent !important;
  background-image: radial-gradient(#1a1a1a 0.5px, transparent 0.5px) !important;
  background-size: 15px 15px !important;
  background-repeat: repeat !important;
}
@media (max-width: 767px) {
  .wk-box-wrapper.is-flex-layout .wk-box-visual {
    min-height: 250px;
  }
  .wk-box-wrapper.is-flex-layout .wk-box-visual .bk-box-backgraund-dot {
    top: 20px;
    left: -15px;
  }
}
.wk-box-wrapper.is-flex-layout .wk-box-left-m,
.wk-box-wrapper.is-flex-layout .wk-box-left-l,
.wk-box-wrapper.is-flex-layout .wk-box-right-m,
.wk-box-wrapper.is-flex-layout .wk-box-center {
  position: static;
  flex: 1;
  width: auto;
  margin: 0;
  background-color: rgba(253, 250, 245, 0.9);
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .wk-box-wrapper.is-flex-layout {
    flex-direction: column !important;
    gap: 0;
    padding-top: 0;
  }
  .wk-box-wrapper.is-flex-layout .wk-box-visual {
    width: 100%;
    min-height: 250px;
    order: 1;
  }
  .wk-box-wrapper.is-flex-layout .wk-box-left-m, .wk-box-wrapper.is-flex-layout .wk-box-left-l, .wk-box-wrapper.is-flex-layout .wk-box-right-m, .wk-box-wrapper.is-flex-layout .wk-box-center {
    width: 100% !important;
    order: 2;
    padding: 40px 25px;
  }
}

.wk-box-normal {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .wk-box-normal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .wk-box-normal {
    padding: 50px 25px;
  }
}

@media (max-width: 767px) {
  .wk-box-80 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wk-box-80 {
    width: 80%;
    margin: 0 auto;
  }
}

.wk-box-left-m,
.wk-box-left-l,
.wk-box-right-m {
  display: block;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .wk-box-left-m,
  .wk-box-left-l,
  .wk-box-right-m {
    width: 95%;
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .wk-box-left-m,
  .wk-box-left-l,
  .wk-box-right-m {
    width: 60%;
    padding: 50px 25px;
  }
}

@media (min-width: 768px) {
  .wk-box-left-l {
    width: 75%;
    padding: 50px 25px;
  }
}

.wk-box-center {
  display: block;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .wk-box-center {
    width: 95%;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .wk-box-center {
    width: 75%;
    padding: 50px 25px;
  }
}

.wk-box-right-m {
  margin: 0 0 0 auto;
}

.wk-box-left-m {
  margin: 0 auto 0 0;
}

.wk-box-center,
.wk-box-center-line {
  margin: 0 auto;
}

.wk-box-bk-rt,
.wk-box-bk-rb,
.wk-box-bk-lt,
.wk-box-bk-lc,
.wk-box-bk-lb {
  position: absolute;
}
@media (max-width: 767px) {
  .wk-box-bk-rt,
  .wk-box-bk-rb,
  .wk-box-bk-lt,
  .wk-box-bk-lc,
  .wk-box-bk-lb {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .wk-box-bk-rt,
  .wk-box-bk-rb,
  .wk-box-bk-lt,
  .wk-box-bk-lc,
  .wk-box-bk-lb {
    width: 50%;
  }
}

.wk-box-bk-lt2,
.wk-box-bk-rt2 {
  position: absolute;
}
@media (max-width: 767px) {
  .wk-box-bk-lt2,
  .wk-box-bk-rt2 {
    width: 98%;
  }
}
@media (min-width: 768px) {
  .wk-box-bk-lt2,
  .wk-box-bk-rt2 {
    width: 90%;
  }
}

.wk-box-bk-rt,
.wk-box-bk-lt {
  top: 0;
}

.wk-box-bk-rt,
.wk-box-bk-rb {
  right: 0;
}

.wk-box-bk-lt,
.wk-box-bk-lb {
  left: 0;
}

.wk-box-bk-rb,
.wk-box-bk-lb {
  bottom: 0;
}

.wk-box-bk-lc {
  left: 0;
}
@media (max-width: 767px) {
  .wk-box-bk-lc {
    top: 0;
  }
}
@media (min-width: 768px) {
  .wk-box-bk-lc {
    top: 50%;
    transform: translateY(-50%);
  }
}

.wk-box-bk-lt2 {
  top: 50px;
}
@media (max-width: 767px) {
  .wk-box-bk-lt2 {
    left: 0;
  }
}
@media (min-width: 768px) {
  .wk-box-bk-lt2 {
    left: 30px;
  }
}

.wk-box-bk-rt2 {
  top: 50px;
}
@media (max-width: 767px) {
  .wk-box-bk-rt2 {
    right: 0;
  }
}
@media (min-width: 768px) {
  .wk-box-bk-rt2 {
    right: 30px;
  }
}

.wk-box-contents1 {
  line-height: 2;
  text-align: justify;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .wk-box-contents1 {
    letter-spacing: 0.01rem;
  }
}
@media (min-width: 768px) {
  .wk-box-contents1 {
    letter-spacing: 0.04rem;
  }
}
.wk-box-contents1 span {
  font-weight: bold;
  text-decoration: underline;
}
.wk-box-contents1-center {
  text-align: center;
  line-height: 2;
}
@media (min-width: 768px) {
  .wk-box-contents1-center br {
    display: none;
  }
}

.wk-box-contents2 {
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 767px) {
  .wk-box-contents2 {
    letter-spacing: 0.01rem;
  }
}
@media (min-width: 768px) {
  .wk-box-contents2 {
    letter-spacing: 0.04rem;
  }
}
.wk-box-contents2 span {
  font-weight: bold;
  text-decoration: underline;
}

.bk-box-backgraund-1 {
  background-image: url("./images/cco.jpg");
  background-size: cover;
}
@media (max-width: 767px) {
  .bk-box-backgraund-1 {
    height: 200px;
    background-position: bottom;
  }
}
@media (min-width: 768px) {
  .bk-box-backgraund-1 {
    height: 450px;
    background-position: center;
  }
}

.bk-box-backgraund-2 {
  background-image: url("./images/1536798_s.jpg");
  background-size: cover;
}
@media (max-width: 767px) {
  .bk-box-backgraund-2 {
    height: 250px;
    background-position: 50% 10% !important;
  }
}
@media (min-width: 768px) {
  .bk-box-backgraund-2 {
    height: 450px;
    background-position: center;
  }
}

.bk-box-backgraund-3 {
  background-image: url("./images/masumoto_outer7.webp");
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: soft-light;
  background-size: cover;
}
@media (max-width: 767px) {
  .bk-box-backgraund-3 {
    height: 400px;
    background-position: bottom;
  }
}
@media (min-width: 768px) {
  .bk-box-backgraund-3 {
    height: 600px;
    background-position: center;
  }
}

.bk-box-backgraund-4 {
  background-image: url("./images/back-recruit-main-3.webp");
  background-size: cover;
}
@media (max-width: 767px) {
  .bk-box-backgraund-4 {
    height: 200px;
    background-position: bottom;
  }
}
@media (min-width: 768px) {
  .bk-box-backgraund-4 {
    height: 450px;
    background-position: center;
  }
}

.bk-box-backgraund-5 {
  background-image: url("./images/back-download-main.webp");
  background-size: cover;
}
@media (max-width: 767px) {
  .bk-box-backgraund-5 {
    height: 200px;
    background-position: bottom;
  }
}
@media (min-width: 768px) {
  .bk-box-backgraund-5 {
    height: 450px;
    background-position: center;
  }
}

.bk-box-backgraund-6 {
  background-image: url("./images/back-translation-1.png");
  background-size: cover;
}
@media (max-width: 767px) {
  .bk-box-backgraund-6 {
    height: 200px;
    background-position: bottom;
  }
}
@media (min-width: 768px) {
  .bk-box-backgraund-6 {
    height: 450px;
    background-position: center;
  }
}

.bk-box-backgraund-7 {
  background-image: url("./images/back-inquiry-main.webp");
  background-size: cover;
}
@media (max-width: 767px) {
  .bk-box-backgraund-7 {
    height: 200px;
    background-position: bottom;
  }
}
@media (min-width: 768px) {
  .bk-box-backgraund-7 {
    height: 450px;
    background-position: center;
  }
}

.bk-box-backgraund-8 {
  background-image: url("./images/back-service-main.webp");
  background-size: cover;
}
@media (max-width: 767px) {
  .bk-box-backgraund-8 {
    height: 200px;
    background-position: bottom;
  }
}
@media (min-width: 768px) {
  .bk-box-backgraund-8 {
    height: 450px;
    background-position: center;
  }
}

.bk-box-backgraund-9 {
  background-image: url("./images/back-service-policy2.webp");
  background-size: cover;
}
@media (max-width: 767px) {
  .bk-box-backgraund-9 {
    height: 200px;
    background-position: bottom;
  }
}
@media (min-width: 768px) {
  .bk-box-backgraund-9 {
    height: 450px;
    background-position: center;
  }
}

.bk-box-backgraund-dot {
  background-color: transparent;
  background-image: radial-gradient(#015DB2 0.5px, transparent 0.5px);
  background-size: 9px 9px;
}
@media (max-width: 767px) {
  .bk-box-backgraund-dot {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .bk-box-backgraund-dot {
    height: 520px;
  }
}

.bk-box-map {
  background-color: #eee;
}
@media (max-width: 767px) {
  .bk-box-map {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .bk-box-map {
    width: 60%;
    height: 450px;
  }
}
.bk-box-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.wk-box-wrapper-ex {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .wk-box-wrapper-ex {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wk-box-wrapper-ex {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .wk-box-wrapper-ex .wk-box-ex {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .wk-box-wrapper-ex .wk-box-ex {
    width: 60%;
  }
}
.wk-box-wrapper-ex .wk-box-ex {
  background-color: #FFF;
  border: 1px solid #aaa;
  padding: 30px 30px 60px 30px;
}
.wk-box-wrapper-ex .wk-box-ex:nth-child(odd) {
  margin-right: auto;
}
.wk-box-wrapper-ex .wk-box-ex:nth-child(even) {
  margin-left: auto;
}
@media (max-width: 767px) {
  .wk-box-wrapper-ex .wk-box-ex:not(:first-child) {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .wk-box-wrapper-ex .wk-box-ex:not(:first-child) {
    margin-top: -20px;
  }
}
.wk-box-wrapper-ex .wk-box-ex .wk-box-ex-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wk-box-wrapper-ex .wk-box-ex .wk-box-ex-title img {
  width: auto;
}
@media (max-width: 767px) {
  .wk-box-wrapper-ex .wk-box-ex .wk-box-ex-title img {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .wk-box-wrapper-ex .wk-box-ex .wk-box-ex-title img {
    height: 50px;
  }
}
.wk-box-wrapper-ex .wk-box-ex .wk-box-ex-title h4 {
  padding-left: 10px;
}
.wk-box-wrapper-ex .wk-box-ex ul {
  margin: 0;
  padding: 0 0 0 5px;
  list-style: square inside;
}
@media (max-width: 767px) {
  .wk-box-wrapper-ex .wk-box-ex ul {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .wk-box-wrapper-ex .wk-box-ex ul {
    font-size: 1rem;
  }
}
.wk-box-wrapper-ex .wk-box-ex ul li {
  padding-top: 3px;
}

.wk-box-dec-shadow {
  box-shadow: 1px 3px 12px -6px #ccc;
}

.wk-box-dec-line::before, .wk-box-dec-line::after {
  content: "";
  position: absolute;
  width: 72%;
  height: 1px;
  background-color: #e0e0e0;
}
.wk-box-dec-line::before {
  top: 0;
  left: 0;
}
.wk-box-dec-line::after {
  bottom: 0;
  right: 0;
}

.wk-box-service-list {
  display: grid;
  /* auto-fit: 要素が少ない時は幅を広げて埋める */
  /* minmax: 最小幅を下回ると自動で改行（レスポンシブ） */
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  padding: 20px;
  width: 100%;
}
.wk-box-service-list .wk-box-service {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wk-box-service-list .wk-box-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.wk-box-service-list .wk-box-service .service-image-wrapper {
  position: relative;
  width: 100%;
  /* スマホで145px、PCで250px、その間は画面幅(vw)に応じて可変 */
  height: clamp(145px, 106.8px + 11.93vw, 250px);
  overflow: hidden;
}
.wk-box-service-list .wk-box-service .service-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.wk-box-service-list .wk-box-service:hover .service-image-wrapper img {
  transform: scale(1.08);
}
.wk-box-service-list .wk-box-service .service-overlay,
.wk-box-service-list .wk-box-service .sdgs-info-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(3px);
  border-top: 1px solid rgba(1, 93, 178, 0.2);
  z-index: 2;
}
.wk-box-service-list .wk-box-service .service-title,
.wk-box-service-list .wk-box-service .sdgs-text-group {
  display: flex;
  flex-direction: column;
  color: #1a1a1a;
  line-height: 1.2;
}
.wk-box-service-list .wk-box-service .service-title .en-title,
.wk-box-service-list .wk-box-service .sdgs-text-group .en-title {
  font-size: 0.65rem;
  color: #777;
  font-family: "Prata", serif;
  margin-top: 4px;
}
.wk-box-service-list .wk-box-service .service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #015DB2;
  color: #015DB2;
  transition: all 0.3s ease;
  text-decoration: none;
  flex-shrink: 0;
}
.wk-box-service-list .wk-box-service .service-btn:hover {
  background-color: #015DB2;
  color: #fff;
}
.wk-box-service-list .wk-box-service {
  /* --- 特殊ケース --- */
}
.wk-box-service-list .wk-box-service.special-sdgs-tile .service-image-wrapper {
  height: 300px;
}
.wk-box-service-list .wk-box-service.special-sdgs-tile .sdgs-info-bar {
  justify-content: center;
  gap: 20px;
}
.wk-box-service-list .wk-box-service.special-sdgs-tile .sdgs-info-bar .sdgs-text-group {
  align-items: center;
}
.wk-box-service-list .wk-box-service.SHRoumushi-tile {
  background-color: #fff;
}
.wk-box-service-list .wk-box-service.SHRoumushi-tile .service-image-wrapper {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wk-box-service-list .wk-box-service.SHRoumushi-tile .service-image-wrapper img {
  width: 85%;
  height: auto;
  object-fit: contain;
}

/* page-service.phpサブページ専用のserviceリストスタイルとして.is-detail-pageを定義し混在を防ぐ */
.is-detail-page .wk-box-detailservice-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  list-style: none;
}
.is-detail-page .wk-box-service-item {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  margin-bottom: 60px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.is-detail-page .wk-box-service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .is-detail-page .wk-box-service-item {
    flex-direction: column;
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .is-detail-page .wk-box-service-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px;
  }
}
.is-detail-page {
  /* ============================================================
     1. 左側：ビジュアルエリア（カード内の一部として整理）
  ============================================================ */
}
@media (max-width: 767px) {
  .is-detail-page .title-area {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .is-detail-page .title-area {
    width: 35%;
    position: sticky;
    top: 100px;
  }
}
.is-detail-page .title-area .service-image-wrapper {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f8f8;
  margin-bottom: 20px;
}
.is-detail-page .title-area .service-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.is-detail-page .title-area .service-title-bar {
  text-align: center;
}
.is-detail-page .title-area .service-title-bar h5 {
  font-size: 1.3rem;
  color: #1a1a1a;
  line-height: 1.4;
  font-weight: bold;
}
.is-detail-page .title-area .service-title-bar .en-title {
  display: block;
  font-size: 0.7rem;
  color: #777;
  font-family: "Prata", serif;
  margin-top: 8px;
}
.is-detail-page {
  /* ============================================================
     2. 右側：コンテンツエリア（主役：可読性重視）
  ============================================================ */
}
@media (max-width: 767px) {
  .is-detail-page .contents-area {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .is-detail-page .contents-area {
    width: 580px;
  }
}
.is-detail-page .contents-area .wk-box-contents2 {
  width: auto;
  max-width: 540px;
  font-size: 1.05rem;
  line-height: 2.1;
  color: #444;
  margin: 0 20px 20px;
  padding: 0 20px;
  border-bottom: 2px solid #eee;
  font-weight: 500;
  text-align: left;
}
.is-detail-page .contents-area .wk-box-contents2:lang(ja) {
  word-break: keep-all;
}
.is-detail-page .contents-area ul {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-detail-page .contents-area ul li {
  position: relative;
  padding: 6px 0 6px 30px;
  border-bottom: 1px solid #f8f8f8;
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.is-detail-page .contents-area ul li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.55rem;
  color: #015DB2;
  font-size: 0.75rem;
}
.is-detail-page .contents-area ul li p {
  display: block;
  width: 100%;
  margin: 0 !important;
  color: #666;
  font-size: 0.85rem;
  line-height: 1.6;
}
.is-detail-page .contents-area .return-btn-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding-top: 20px;
}
.is-detail-page .contents-area .return-btn-container .service-btn-return {
  width: 44px;
  height: 44px;
  border: 1px solid #015DB2;
  border-radius: 50%;
  color: #015DB2;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-detail-page .contents-area .return-btn-container .service-btn-return:hover {
  background: #015DB2;
  color: #fff;
}
.is-detail-page .contents-area .return-btn-container .return-text {
  font-size: 0.85rem;
  font-weight: bold;
  color: #015DB2;
}

.wk-box-recruit-qanda {
  padding: 30px 40px;
}
.wk-box-recruit-qanda dl {
  margin: 0;
  padding: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.wk-box-recruit-qanda .prefix-q, .wk-box-recruit-qanda .prefix-a {
  display: inline-block;
  min-width: 1.5em;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
  margin-right: 8px;
  flex-shrink: 0;
  text-align: center;
}
.wk-box-recruit-qanda dt {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.wk-box-recruit-qanda dt .prefix-q {
  color: #007cba;
}
.wk-box-recruit-qanda dd {
  display: flex;
  align-items: flex-start;
  margin: 0 0 30px 0;
  line-height: 1.8;
}
.wk-box-recruit-qanda dd:last-child {
  margin-bottom: 0;
}
.wk-box-recruit-qanda dd .prefix-a {
  color: #d93025;
}
.wk-box-recruit-qanda dd span {
  display: block;
}
.wk-box-recruit-qanda dd span b {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
}

/* セクション全体の整頓 */
.recruit-values {
  padding: 30px 0;
  background-color: #f9fbfd; /* わずかに青みのあるグレーで清潔感を */
}

.section-title {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 40px;
  color: #333;
  position: relative;
}

/* カードのグリッド配置 */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

/* 個別カードのデザイン */
.value-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* 柔らかい影 */
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px); /* ホバー時の動きで「生きてる感」を出す */
}

/* 背景に溶け込む大きな数字 */
.card-num {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(0, 81, 151, 0.05); /* 法人カラーを極薄く */
  line-height: 1;
}

.card-content h4 {
  font-size: 1.25rem;
  color: #005197; /* メインカラー */
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
}

.card-content p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #666;
  margin: 0;
  word-break: keep-all;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .values-grid {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wk-table-t1 {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .wk-table-t1 {
    font-size: 1rem;
  }
}
.wk-table-t1 ul {
  display: flex;
  margin: 0;
  padding: 20px 10px;
  list-style: none;
  border-top: 1px solid #E0E0E0;
}
@media (max-width: 767px) {
  .wk-table-t1 ul {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .wk-table-t1 ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.wk-table-t1 ul li:nth-child(odd) {
  font-weight: bold;
  width: 100px;
}
@media (max-width: 767px) {
  .wk-table-t1 ul li:nth-child(even) {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .wk-table-t1 ul li:nth-child(even) {
    padding-left: 10px;
  }
}
.wk-table-t1 ul li:nth-child(even) {
  width: calc(100% - 110px);
}
.wk-table-t1 ul:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.wk-list-t1 {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .wk-list-t1 {
    letter-spacing: 0.01rem;
    font-size: 0.85rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .wk-list-t1 {
    letter-spacing: 0.04rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
.wk-list-t1 {
  line-height: 25px;
}
.wk-list-t1 li {
  position: relative;
}
@media (max-width: 767px) {
  .wk-list-t1 li {
    padding-bottom: 15px;
    padding-left: 30px;
  }
  .wk-list-t1 li br {
    display: none;
  }
}
@media (min-width: 768px) {
  .wk-list-t1 li {
    padding-bottom: 10px;
    padding-left: 35px;
  }
}
.wk-list-t1 li img {
  position: absolute;
  left: 0;
  width: auto;
}
@media (max-width: 767px) {
  .wk-list-t1 li img {
    top: -1px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .wk-list-t1 li img {
    top: 1px;
    height: 25px;
  }
}
.wk-list-t1 li span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .wk-list-t1 li span {
    display: block;
    padding-bottom: 5px;
  }
}

.wk-list-t2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wk-list-t2 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dotted #ccc;
  transition: background-color 0.3s;
}
.wk-list-t2 li:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 600px) {
  .wk-list-t2 li {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 0;
  }
}
.wk-list-t2 li .file-name {
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
.wk-list-t2 li .download-action {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .wk-list-t2 li .download-action {
    width: 100%;
    justify-content: flex-end;
  }
}
.wk-list-t2 li .file-type-badge {
  font-size: 0.7rem;
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.wk-list-t2 li .file-type-badge.is-excel {
  background-color: #217346;
}
.wk-list-t2 li .file-type-badge.is-word {
  background-color: #2b579a;
}
.wk-list-t2 li .file-type-badge.is-pdf {
  background-color: #d93025;
}
.wk-list-t2 li .file-type-badge.is-other {
  background-color: #777;
}
.wk-list-t2 li .file-type-badge.is-link {
  background-color: #f39800;
}
.wk-list-t2 li a img {
  height: 24px;
  width: auto;
  display: block;
  transition: opacity 0.2s, transform 0.2s;
}
.wk-list-t2 li a img:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.wk-list-t3 {
  margin: 0;
  padding: 10px;
  list-style: none;
}
.wk-list-t3 li {
  padding-top: 10px;
}
.wk-list-t3 span {
  padding: 0 15px;
}
.wk-list-t3 span.indent {
  padding: 0 15px 0 40px;
}

/* 全体のコンテナ */
.wk-stack-container {
  max-width: 800px; /* 読みやすい幅に制限 */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px; /* カード同士の間隔 */
}

/* 個別のカード */
.wk-stack-card {
  background: #ffffff;
  padding: 30px;
  border-left: 5px solid #005bac; /* 左端にアクセントカラーの線 */
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* 見出し部分 */
.wk-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.wk-card-number {
  font-size: 1.2rem;
  font-weight: bold;
  color: #005bac;
  margin-right: 15px;
  font-family: "Arial", sans-serif;
}

.wk-stack-card h3 {
  font-size: 1.25rem;
  color: #333;
  margin: 0;
  font-weight: bold;
}

/* 本文 */
.wk-stack-card p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin: 0;
  word-break: break-all;
}

.wk-m-0 {
  margin: 0;
}

.wk-p-0 {
  padding: 0;
}

@media (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .mt-sp-5 {
    margin-top: 5px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mt-sp-45 {
    margin-top: 45px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .mt-sp-55 {
    margin-top: 55px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .mt-sp-65 {
    margin-top: 65px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .mt-sp-75 {
    margin-top: 75px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mt-sp-85 {
    margin-top: 85px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .mt-sp-95 {
    margin-top: 95px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .mt-sp-125 {
    margin-top: 125px !important;
  }
  .mt-sp-150 {
    margin-top: 150px !important;
  }
  .mt-sp-175 {
    margin-top: 175px !important;
  }
  .mt-sp-200 {
    margin-top: 200px !important;
  }
  .mt-sp-225 {
    margin-top: 225px !important;
  }
  .mt-sp-250 {
    margin-top: 250px !important;
  }
  .mt-sp-275 {
    margin-top: 275px !important;
  }
  .mt-sp-300 {
    margin-top: 300px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .mb-sp-125 {
    margin-bottom: 125px !important;
  }
  .mb-sp-150 {
    margin-bottom: 150px !important;
  }
  .mb-sp-175 {
    margin-bottom: 175px !important;
  }
  .mb-sp-200 {
    margin-bottom: 200px !important;
  }
  .mb-sp-225 {
    margin-bottom: 225px !important;
  }
  .mb-sp-250 {
    margin-bottom: 250px !important;
  }
  .mb-sp-275 {
    margin-bottom: 275px !important;
  }
  .mb-sp-300 {
    margin-bottom: 300px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .ml-sp-5 {
    margin-left: 5px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .ml-sp-15 {
    margin-left: 15px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .ml-sp-25 {
    margin-left: 25px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .ml-sp-35 {
    margin-left: 35px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .ml-sp-45 {
    margin-left: 45px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .ml-sp-55 {
    margin-left: 55px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .ml-sp-65 {
    margin-left: 65px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .ml-sp-75 {
    margin-left: 75px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .ml-sp-85 {
    margin-left: 85px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .ml-sp-95 {
    margin-left: 95px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .ml-sp-125 {
    margin-left: 125px !important;
  }
  .ml-sp-150 {
    margin-left: 150px !important;
  }
  .ml-sp-175 {
    margin-left: 175px !important;
  }
  .ml-sp-200 {
    margin-left: 200px !important;
  }
  .ml-sp-225 {
    margin-left: 225px !important;
  }
  .ml-sp-250 {
    margin-left: 250px !important;
  }
  .ml-sp-275 {
    margin-left: 275px !important;
  }
  .ml-sp-300 {
    margin-left: 300px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mr-sp-5 {
    margin-right: 5px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mr-sp-15 {
    margin-right: 15px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mr-sp-25 {
    margin-right: 25px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mr-sp-35 {
    margin-right: 35px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mr-sp-45 {
    margin-right: 45px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mr-sp-55 {
    margin-right: 55px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mr-sp-65 {
    margin-right: 65px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mr-sp-75 {
    margin-right: 75px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mr-sp-85 {
    margin-right: 85px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mr-sp-95 {
    margin-right: 95px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mr-sp-125 {
    margin-right: 125px !important;
  }
  .mr-sp-150 {
    margin-right: 150px !important;
  }
  .mr-sp-175 {
    margin-right: 175px !important;
  }
  .mr-sp-200 {
    margin-right: 200px !important;
  }
  .mr-sp-225 {
    margin-right: 225px !important;
  }
  .mr-sp-250 {
    margin-right: 250px !important;
  }
  .mr-sp-275 {
    margin-right: 275px !important;
  }
  .mr-sp-300 {
    margin-right: 300px !important;
  }
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pt-sp-5 {
    padding-top: 5px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pt-sp-15 {
    padding-top: 15px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pt-sp-25 {
    padding-top: 25px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pt-sp-35 {
    padding-top: 35px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pt-sp-45 {
    padding-top: 45px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pt-sp-55 {
    padding-top: 55px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pt-sp-65 {
    padding-top: 65px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pt-sp-75 {
    padding-top: 75px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pt-sp-85 {
    padding-top: 85px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pt-sp-95 {
    padding-top: 95px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pt-sp-125 {
    padding-top: 125px !important;
  }
  .pt-sp-150 {
    padding-top: 150px !important;
  }
  .pt-sp-175 {
    padding-top: 175px !important;
  }
  .pt-sp-200 {
    padding-top: 200px !important;
  }
  .pt-sp-225 {
    padding-top: 225px !important;
  }
  .pt-sp-250 {
    padding-top: 250px !important;
  }
  .pt-sp-275 {
    padding-top: 275px !important;
  }
  .pt-sp-300 {
    padding-top: 300px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pb-sp-5 {
    padding-bottom: 5px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pb-sp-15 {
    padding-bottom: 15px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pb-sp-25 {
    padding-bottom: 25px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pb-sp-35 {
    padding-bottom: 35px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pb-sp-45 {
    padding-bottom: 45px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pb-sp-55 {
    padding-bottom: 55px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pb-sp-65 {
    padding-bottom: 65px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pb-sp-75 {
    padding-bottom: 75px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pb-sp-85 {
    padding-bottom: 85px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pb-sp-95 {
    padding-bottom: 95px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
  .pb-sp-125 {
    padding-bottom: 125px !important;
  }
  .pb-sp-150 {
    padding-bottom: 150px !important;
  }
  .pb-sp-175 {
    padding-bottom: 175px !important;
  }
  .pb-sp-200 {
    padding-bottom: 200px !important;
  }
  .pb-sp-225 {
    padding-bottom: 225px !important;
  }
  .pb-sp-250 {
    padding-bottom: 250px !important;
  }
  .pb-sp-275 {
    padding-bottom: 275px !important;
  }
  .pb-sp-300 {
    padding-bottom: 300px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .pl-sp-5 {
    padding-left: 5px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pl-sp-15 {
    padding-left: 15px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pl-sp-25 {
    padding-left: 25px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pl-sp-35 {
    padding-left: 35px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pl-sp-45 {
    padding-left: 45px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .pl-sp-55 {
    padding-left: 55px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .pl-sp-65 {
    padding-left: 65px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .pl-sp-75 {
    padding-left: 75px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .pl-sp-85 {
    padding-left: 85px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .pl-sp-95 {
    padding-left: 95px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
  .pl-sp-125 {
    padding-left: 125px !important;
  }
  .pl-sp-150 {
    padding-left: 150px !important;
  }
  .pl-sp-175 {
    padding-left: 175px !important;
  }
  .pl-sp-200 {
    padding-left: 200px !important;
  }
  .pl-sp-225 {
    padding-left: 225px !important;
  }
  .pl-sp-250 {
    padding-left: 250px !important;
  }
  .pl-sp-275 {
    padding-left: 275px !important;
  }
  .pl-sp-300 {
    padding-left: 300px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .pr-sp-5 {
    padding-right: 5px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pr-sp-15 {
    padding-right: 15px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pr-sp-25 {
    padding-right: 25px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pr-sp-35 {
    padding-right: 35px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pr-sp-45 {
    padding-right: 45px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pr-sp-55 {
    padding-right: 55px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pr-sp-65 {
    padding-right: 65px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pr-sp-75 {
    padding-right: 75px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pr-sp-85 {
    padding-right: 85px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pr-sp-95 {
    padding-right: 95px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pr-sp-125 {
    padding-right: 125px !important;
  }
  .pr-sp-150 {
    padding-right: 150px !important;
  }
  .pr-sp-175 {
    padding-right: 175px !important;
  }
  .pr-sp-200 {
    padding-right: 200px !important;
  }
  .pr-sp-225 {
    padding-right: 225px !important;
  }
  .pr-sp-250 {
    padding-right: 250px !important;
  }
  .pr-sp-275 {
    padding-right: 275px !important;
  }
  .pr-sp-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 768px) {
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .mt-pc-5 {
    margin-top: 5px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mt-pc-25 {
    margin-top: 25px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mt-pc-35 {
    margin-top: 35px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mt-pc-45 {
    margin-top: 45px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mt-pc-55 {
    margin-top: 55px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .mt-pc-65 {
    margin-top: 65px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .mt-pc-75 {
    margin-top: 75px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .mt-pc-85 {
    margin-top: 85px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .mt-pc-95 {
    margin-top: 95px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .mt-pc-125 {
    margin-top: 125px !important;
  }
  .mt-pc-150 {
    margin-top: 150px !important;
  }
  .mt-pc-175 {
    margin-top: 175px !important;
  }
  .mt-pc-200 {
    margin-top: 200px !important;
  }
  .mt-pc-225 {
    margin-top: 225px !important;
  }
  .mt-pc-250 {
    margin-top: 250px !important;
  }
  .mt-pc-275 {
    margin-top: 275px !important;
  }
  .mt-pc-300 {
    margin-top: 300px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mb-pc-55 {
    margin-bottom: 55px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .mb-pc-65 {
    margin-bottom: 65px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .mb-pc-75 {
    margin-bottom: 75px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .mb-pc-85 {
    margin-bottom: 85px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .mb-pc-95 {
    margin-bottom: 95px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .mb-pc-125 {
    margin-bottom: 125px !important;
  }
  .mb-pc-150 {
    margin-bottom: 150px !important;
  }
  .mb-pc-175 {
    margin-bottom: 175px !important;
  }
  .mb-pc-200 {
    margin-bottom: 200px !important;
  }
  .mb-pc-225 {
    margin-bottom: 225px !important;
  }
  .mb-pc-250 {
    margin-bottom: 250px !important;
  }
  .mb-pc-275 {
    margin-bottom: 275px !important;
  }
  .mb-pc-300 {
    margin-bottom: 300px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .ml-pc-5 {
    margin-left: 5px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .ml-pc-15 {
    margin-left: 15px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .ml-pc-25 {
    margin-left: 25px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .ml-pc-35 {
    margin-left: 35px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .ml-pc-45 {
    margin-left: 45px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .ml-pc-55 {
    margin-left: 55px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .ml-pc-65 {
    margin-left: 65px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .ml-pc-75 {
    margin-left: 75px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .ml-pc-85 {
    margin-left: 85px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .ml-pc-95 {
    margin-left: 95px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .ml-pc-125 {
    margin-left: 125px !important;
  }
  .ml-pc-150 {
    margin-left: 150px !important;
  }
  .ml-pc-175 {
    margin-left: 175px !important;
  }
  .ml-pc-200 {
    margin-left: 200px !important;
  }
  .ml-pc-225 {
    margin-left: 225px !important;
  }
  .ml-pc-250 {
    margin-left: 250px !important;
  }
  .ml-pc-275 {
    margin-left: 275px !important;
  }
  .ml-pc-300 {
    margin-left: 300px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .mr-pc-5 {
    margin-right: 5px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mr-pc-15 {
    margin-right: 15px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mr-pc-25 {
    margin-right: 25px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mr-pc-35 {
    margin-right: 35px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mr-pc-45 {
    margin-right: 45px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mr-pc-55 {
    margin-right: 55px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mr-pc-65 {
    margin-right: 65px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mr-pc-75 {
    margin-right: 75px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mr-pc-85 {
    margin-right: 85px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mr-pc-95 {
    margin-right: 95px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mr-pc-125 {
    margin-right: 125px !important;
  }
  .mr-pc-150 {
    margin-right: 150px !important;
  }
  .mr-pc-175 {
    margin-right: 175px !important;
  }
  .mr-pc-200 {
    margin-right: 200px !important;
  }
  .mr-pc-225 {
    margin-right: 225px !important;
  }
  .mr-pc-250 {
    margin-right: 250px !important;
  }
  .mr-pc-275 {
    margin-right: 275px !important;
  }
  .mr-pc-300 {
    margin-right: 300px !important;
  }
  .pt-pc-0 {
    padding-top: 0px !important;
  }
  .pt-pc-5 {
    padding-top: 5px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pt-pc-15 {
    padding-top: 15px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pt-pc-25 {
    padding-top: 25px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pt-pc-35 {
    padding-top: 35px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pt-pc-45 {
    padding-top: 45px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pt-pc-55 {
    padding-top: 55px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pt-pc-65 {
    padding-top: 65px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pt-pc-75 {
    padding-top: 75px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pt-pc-85 {
    padding-top: 85px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pt-pc-95 {
    padding-top: 95px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pt-pc-125 {
    padding-top: 125px !important;
  }
  .pt-pc-150 {
    padding-top: 150px !important;
  }
  .pt-pc-175 {
    padding-top: 175px !important;
  }
  .pt-pc-200 {
    padding-top: 200px !important;
  }
  .pt-pc-225 {
    padding-top: 225px !important;
  }
  .pt-pc-250 {
    padding-top: 250px !important;
  }
  .pt-pc-275 {
    padding-top: 275px !important;
  }
  .pt-pc-300 {
    padding-top: 300px !important;
  }
  .pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pb-pc-5 {
    padding-bottom: 5px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pb-pc-15 {
    padding-bottom: 15px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pb-pc-25 {
    padding-bottom: 25px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pb-pc-35 {
    padding-bottom: 35px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pb-pc-45 {
    padding-bottom: 45px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pb-pc-55 {
    padding-bottom: 55px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pb-pc-65 {
    padding-bottom: 65px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pb-pc-75 {
    padding-bottom: 75px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pb-pc-85 {
    padding-bottom: 85px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pb-pc-95 {
    padding-bottom: 95px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
  .pb-pc-125 {
    padding-bottom: 125px !important;
  }
  .pb-pc-150 {
    padding-bottom: 150px !important;
  }
  .pb-pc-175 {
    padding-bottom: 175px !important;
  }
  .pb-pc-200 {
    padding-bottom: 200px !important;
  }
  .pb-pc-225 {
    padding-bottom: 225px !important;
  }
  .pb-pc-250 {
    padding-bottom: 250px !important;
  }
  .pb-pc-275 {
    padding-bottom: 275px !important;
  }
  .pb-pc-300 {
    padding-bottom: 300px !important;
  }
  .pl-pc-0 {
    padding-left: 0px !important;
  }
  .pl-pc-5 {
    padding-left: 5px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .pl-pc-15 {
    padding-left: 15px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .pl-pc-25 {
    padding-left: 25px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .pl-pc-35 {
    padding-left: 35px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .pl-pc-45 {
    padding-left: 45px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .pl-pc-55 {
    padding-left: 55px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .pl-pc-65 {
    padding-left: 65px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .pl-pc-75 {
    padding-left: 75px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .pl-pc-85 {
    padding-left: 85px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .pl-pc-95 {
    padding-left: 95px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
  .pl-pc-125 {
    padding-left: 125px !important;
  }
  .pl-pc-150 {
    padding-left: 150px !important;
  }
  .pl-pc-175 {
    padding-left: 175px !important;
  }
  .pl-pc-200 {
    padding-left: 200px !important;
  }
  .pl-pc-225 {
    padding-left: 225px !important;
  }
  .pl-pc-250 {
    padding-left: 250px !important;
  }
  .pl-pc-275 {
    padding-left: 275px !important;
  }
  .pl-pc-300 {
    padding-left: 300px !important;
  }
  .pr-pc-0 {
    padding-right: 0px !important;
  }
  .pr-pc-5 {
    padding-right: 5px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pr-pc-15 {
    padding-right: 15px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pr-pc-25 {
    padding-right: 25px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pr-pc-35 {
    padding-right: 35px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pr-pc-45 {
    padding-right: 45px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pr-pc-55 {
    padding-right: 55px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pr-pc-65 {
    padding-right: 65px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pr-pc-75 {
    padding-right: 75px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pr-pc-85 {
    padding-right: 85px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pr-pc-95 {
    padding-right: 95px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pr-pc-125 {
    padding-right: 125px !important;
  }
  .pr-pc-150 {
    padding-right: 150px !important;
  }
  .pr-pc-175 {
    padding-right: 175px !important;
  }
  .pr-pc-200 {
    padding-right: 200px !important;
  }
  .pr-pc-225 {
    padding-right: 225px !important;
  }
  .pr-pc-250 {
    padding-right: 250px !important;
  }
  .pr-pc-275 {
    padding-right: 275px !important;
  }
  .pr-pc-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 768px) {
  .wk-min-height {
    min-height: 500px;
  }
}
.wk-font-b {
  font-weight: bold;
}

.wk-font-s0_8 {
  font-size: 0.8rem;
}

.wk-font-s1 {
  font-size: 1rem;
}

.wk-font-s1_5 {
  font-size: 1.5rem;
}

.wk-font-s1_75 {
  font-size: 1.72rem;
}

.wk-font-s2 {
  font-size: 2rem;
}

.wk-text-ac {
  text-align: center;
}

.wk-text-ar {
  text-align: right;
}

.wk-width-50 {
  width: 50px;
}

.wk-width-100 {
  width: 100px;
}

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before,
.bgLRextendSub::before,
.bgLRextendSub2::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent !important;
}

.bgLRextendSub::before {
  background-color: #888;
}

.bgLRextendSub2::before {
  background-color: #015DB2;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger,
.bgLRextendTriggerSub {
  opacity: 0;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.pll-the-lang {
  display: flex;
  margin: 0 auto;
  width: 130px;
  height: auto;
  list-style-type: none;
  border: none;
}
.pll-the-lang select {
  margin: 0 10px;
  padding: 0;
  width: 130px;
  height: auto;
}

#trp-floater-ls {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  transition: all 0.4s ease;
  /* 【普段の立ち位置】 
        デフォルトより左に寄せたいの調整弁 */
  left: 5% !important;
}
#trp-floater-ls #trp-floater-ls-current-language {
  display: none !important;
}
#trp-floater-ls #trp-floater-ls-language-list {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
}
#trp-floater-ls #trp-floater-ls-language-list .trp-language-wrap {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  padding: 5px !important;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#trp-floater-ls #trp-floater-ls-language-list .trp-language-wrap a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  white-space: nowrap !important;
  color: inherit;
  transition: opacity 0.3s;
}
#trp-floater-ls #trp-floater-ls-language-list .trp-language-wrap a .trp-flag-image {
  margin-right: 6px !important;
  display: inline-block !important;
  vertical-align: middle;
}
#trp-floater-ls #trp-floater-ls-language-list .trp-language-wrap a::before {
  display: none !important;
}
@media (max-width: 767px) {
  #trp-floater-ls {
    transform: scale(0.85);
    transform-origin: left bottom;
    bottom: 5px !important;
    left: 0 !important;
  }
  #trp-floater-ls #trp-floater-ls-language-list .trp-language-wrap {
    padding: 2px 5px !important;
    gap: 6px !important;
    border-radius: 0 5px 5px 0;
  }
}
#trp-floater-ls.is-minimized {
  transform: translateX(-87%);
  opacity: 0.15;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
#trp-floater-ls.is-minimized:hover {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 767px) {
  #trp-floater-ls.is-minimized {
    transform: translateX(-65%) scale(0.85);
    opacity: 0.4;
  }
}

/* ==========================================================================
   Access Map Section Refactored
   ========================================================================== */
.map-selector {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 0;
  max-width: 400px;
  padding: 0 20px;
}
.map-selector .wk-btn-ptn1 {
  flex: 0 1 150px;
  min-width: 130px;
  padding: 12px 10px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 30px;
  border: 2px solid #003366;
  background: #fff;
  color: #003366;
  font-weight: 600;
  white-space: nowrap;
}
.map-selector .wk-btn-ptn1.is-active {
  background-color: #003366;
  color: #fff;
}
.map-selector .wk-btn-ptn1:hover {
  opacity: 0.8;
}

.access-map-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px auto 60px;
  width: 100%;
  max-width: 1120px;
  /* ★ポイント1：地図と住所を上下中央で揃える */
  align-items: center;
}
.access-map-container .info-box {
  /* ★ポイント2：広がりすぎを防止。スマホの「箱感」をPCでも維持 */
  flex: 0 1 400px;
  padding: 35px;
  background-color: rgba(253, 250, 245, 0.95);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.access-map-container .info-box h4 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  color: #015DB2;
  border-bottom: 2px solid #015DB2;
  display: inline-block;
  line-height: 1.4;
}
.access-map-container .info-box .address-details {
  /* 住所ブロック内のテキスト配置を整える */
}
.access-map-container .info-box .address-details p {
  margin-bottom: 8px;
}
.access-map-container .info-box .address-details p:last-child {
  margin-bottom: 0;
}
.access-map-container .info-box .sub-title {
  margin-top: 25px;
}
.access-map-container .info-box p {
  line-height: 1.7;
  font-size: 0.95rem;
  color: #333;
  margin: 0;
}
.access-map-container .map-box {
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  aspect-ratio: 16/10;
}
.access-map-container .map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.access-map-container {
  /* ───── 📱 スマホ（縦向き） ───── */
}
@media (max-width: 767px) {
  .access-map-container {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .access-map-container .info-box {
    flex: 0 0 auto;
    width: 100%;
    padding: 25px;
  }
  .access-map-container .map-box {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.access-map-container {
  /* ───── 📱 スマホ（横向き：Landscape） ───── */
}
@media (max-width: 960px) and (orientation: landscape) {
  .access-map-container {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .access-map-container .info-box {
    flex: 1;
    padding: 20px;
    font-size: 0.85rem;
  }
  .access-map-container .map-box {
    flex: 1.3;
    aspect-ratio: 12/10;
  }
}

#page-home {
  position: fixed;
  right: clamp(10px, 2vmax, 25px);
  bottom: clamp(15px, 3vmax, 35px);
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
#page-home.is-show {
  opacity: 1;
  visibility: visible;
}
#page-home a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFA500;
  color: #fff !important;
  width: clamp(50px, 7.5vmax, 85px);
  height: clamp(50px, 7.5vmax, 85px);
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
#page-home a span {
  font-weight: bold;
  font-size: clamp(10px, 1.5vmax, 18px);
  line-height: 1.2;
}
#page-home a:hover {
  background: #FFFFFF !important;
  color: #FFA500 !important;
  border: clamp(2px, 0.4vmax, 4px) solid #FFA500;
  transform: translateY(clamp(-5px, -1vmax, -10px));
}

/* 中身のコンテンツだけを中央に収めるための汎用クラス */
.wk-inner-container {
  width: 100% !important;
  max-width: 1120px !important; /* 以前の読みやすい幅 */
  margin: 0 auto !important; /* これで中央寄せ */
  padding: 0 20px;
  position: relative; /* 中の absolute 要素の起点にする */
  z-index: 10;
  overflow: hidden;
}

/* 中身のコンテンツを中央にもっと狭く収めるための汎用クラス */
.wk-innernarrow-container {
  width: 100% !important;
  max-width: 800px !important; /* 以前の読みやすい幅 */
  margin: 0 auto !important; /* これで中央寄せ */
  padding: 0 20px;
  position: relative; /* 中の absolute 要素の起点にする */
  z-index: 10;
  overflow: hidden;
}

/* 中身のコンテンツを中央にもっともっと狭く収めるための汎用クラス */
.wk-innernarrowplus-container {
  width: 100% !important;
  max-width: 540px !important; /* 以前の読みやすい幅 */
  margin: 0 auto !important; /* これで中央寄せ */
  padding: 0 20px;
  position: relative; /* 中の absolute 要素の起点にする */
  z-index: 10;
  overflow: hidden;
}

.wk-box-service-item[id] {
  scroll-margin-top: 100px;
}

/* トップページの各サービスパネル（タイル）へ戻るアンカーの制御 */
.wk-box-service[id^=top-service-] {
  scroll-margin-top: 200px;
}

.wk-office-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto 10px;
  justify-content: center;
}

.wk-office-card {
  flex: 1 1 300px;
  max-width: 350px;
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #005596;
  border-radius: 4px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.card-header {
  margin-bottom: 20px;
}

.card-title {
  font-size: 1.1rem;
  color: #444;
  margin: 0;
  font-weight: bold;
}

.card-body {
  text-align: center; /* 中身を中央寄せにする */
}

/* TEL：ボタン幅を中身に合わせる（左右余白20px） */
.wk-office-tel {
  display: inline-block; /* 幅を中身に合わせる */
  font-size: 1.15rem; /* FAXとサイズを統一 */
  font-weight: bold;
  color: #005596;
  text-decoration: none;
  border: 1px solid #005596;
  border-radius: 4px;
  padding: 10px 20px; /* 上下10px / 左右20px */
  margin-bottom: 12px;
  transition: all 0.2s ease;
  background-color: transparent;
  position: relative;
  z-index: 5;
}

/* FAX：TELとスタイル（サイズ・色）を合わせる */
.wk-office-fax {
  display: block;
  font-size: 1.15rem; /* TELと統一 */
  font-weight: bold; /* TELと統一 */
  color: black;
  letter-spacing: 0.02em;
}

/* PCホバー：ここだけで「リンクであること」を主張する */
@media (hover: hover) {
  .wk-office-tel:hover {
    background-color: #005596; /* 反転させて強く主張 */
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 85, 150, 0.2);
    transform: translateY(-1px);
  }
}
.wk-reception-text {
  text-align: center;
  font-size: 0.85rem;
  color: #888;
  margin: 15px 0 0;
  width: 100%;
}

/* 背景装飾 */
.wk-office-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -10px;
  width: 150px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.08;
  z-index: 1;
}

.card-hiroshima::after {
  background-image: url("./images/icon-inquire-hiroshima.png");
}

.card-shimane::after {
  background-image: url("./images/icon-inquire-shimane.png");
}

@media (max-width: 850px) {
  .wk-office-card {
    flex: 1 1 100%;
  }
}
@media (max-width: 767px) {
  .wk-form-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wk-form-wrapper {
    width: 70%;
    margin: 0 auto;
  }
}

.wk-form-selector-area {
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
.wk-form-selector-area .selector-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.wk-form-selector-area .wk-selector-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.wk-form-selector-area .wk-selector-buttons .wk-btn-select {
  flex: 0 1 auto;
  width: fit-conetent;
  min-width: 140px;
  padding: 15px 25px;
  background-color: #fff;
  border: 2px solid #ccc;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  text-align: center;
}

.wpcf7-form.submitting .wpcf7-submit {
  opacity: 0.5 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wk-form-recruit, .wk-form-inquiry {
  max-width: 800px;
  margin: 0 auto;
}
.wk-form-recruit .form-header, .wk-form-inquiry .form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 10 auto 10;
  border-bottom: 2px solid;
  padding: 20px;
}
@media (min-width: 768px) {
  .wk-form-recruit .form-header, .wk-form-inquiry .form-header {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding-bottom: 10px;
  }
}
.wk-form-recruit .form-header h4, .wk-form-inquiry .form-header h4 {
  margin: 10px;
  text-align: center;
}
.wk-form-recruit .form-header .btn-reset-form, .wk-form-inquiry .form-header .btn-reset-form {
  font-size: 0.8rem;
  border: 1px solid #ccc;
  padding: 5px 15px;
  border-radius: 4px;
  transition: 0.3s;
  white-space: nowrap;
}
.wk-form-recruit .form-header .btn-reset-form:hover, .wk-form-inquiry .form-header .btn-reset-form:hover {
  background: #eee;
}
.wk-form-recruit .wk-form-item, .wk-form-inquiry .wk-form-item {
  width: 100%;
  margin-bottom: 15px;
}
.wk-form-recruit .wk-form-item .wk-form-item-title, .wk-form-inquiry .wk-form-item .wk-form-item-title {
  position: relative;
  padding-left: 10px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.2;
}
.wk-form-recruit .wk-form-item .wk-form-item-title::before, .wk-form-inquiry .wk-form-item .wk-form-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #015DB2;
  border-radius: 2px;
}
.wk-form-recruit .wk-form-item .wk-form-item-contents, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2, .wk-form-inquiry .wk-form-item .wk-form-item-contents, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 {
  width: 100%;
}
.wk-form-recruit .wk-form-item .wk-form-item-contents input[type=text], .wk-form-recruit .wk-form-item .wk-form-item-contents input[type=email], .wk-form-recruit .wk-form-item .wk-form-item-contents input[type=tel], .wk-form-recruit .wk-form-item .wk-form-item-contents select, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2 input[type=text], .wk-form-recruit .wk-form-item .wk-form-item-contents-col2 input[type=email], .wk-form-recruit .wk-form-item .wk-form-item-contents-col2 input[type=tel], .wk-form-recruit .wk-form-item .wk-form-item-contents-col2 select, .wk-form-inquiry .wk-form-item .wk-form-item-contents input[type=text], .wk-form-inquiry .wk-form-item .wk-form-item-contents input[type=email], .wk-form-inquiry .wk-form-item .wk-form-item-contents input[type=tel], .wk-form-inquiry .wk-form-item .wk-form-item-contents select, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 input[type=text], .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 input[type=email], .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 input[type=tel], .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 select {
  width: 70%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wk-form-recruit .wk-form-item .wk-form-item-contents input[type=text], .wk-form-recruit .wk-form-item .wk-form-item-contents input[type=email], .wk-form-recruit .wk-form-item .wk-form-item-contents input[type=tel], .wk-form-recruit .wk-form-item .wk-form-item-contents select, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2 input[type=text], .wk-form-recruit .wk-form-item .wk-form-item-contents-col2 input[type=email], .wk-form-recruit .wk-form-item .wk-form-item-contents-col2 input[type=tel], .wk-form-recruit .wk-form-item .wk-form-item-contents-col2 select, .wk-form-inquiry .wk-form-item .wk-form-item-contents input[type=text], .wk-form-inquiry .wk-form-item .wk-form-item-contents input[type=email], .wk-form-inquiry .wk-form-item .wk-form-item-contents input[type=tel], .wk-form-inquiry .wk-form-item .wk-form-item-contents select, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 input[type=text], .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 input[type=email], .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 input[type=tel], .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 select {
    width: 100%;
  }
}
.wk-form-recruit .wk-form-item .wk-form-item-contents textarea,
.wk-form-recruit .wk-form-item .wk-form-item-contents input[name=your-address], .wk-form-recruit .wk-form-item .wk-form-item-contents.wk-form-item-contents-col2, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2 textarea,
.wk-form-recruit .wk-form-item .wk-form-item-contents-col2 input[name=your-address], .wk-form-recruit .wk-form-item .wk-form-item-contents-col2.wk-form-item-contents-col2, .wk-form-inquiry .wk-form-item .wk-form-item-contents textarea,
.wk-form-inquiry .wk-form-item .wk-form-item-contents input[name=your-address], .wk-form-inquiry .wk-form-item .wk-form-item-contents.wk-form-item-contents-col2, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 textarea,
.wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 input[name=your-address], .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2.wk-form-item-contents-col2 {
  width: 100%;
}
.wk-form-recruit .wk-form-item .wk-form-item-contents textarea input,
.wk-form-recruit .wk-form-item .wk-form-item-contents input[name=your-address] input, .wk-form-recruit .wk-form-item .wk-form-item-contents.wk-form-item-contents-col2 input, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2 textarea input,
.wk-form-recruit .wk-form-item .wk-form-item-contents-col2 input[name=your-address] input, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2.wk-form-item-contents-col2 input, .wk-form-inquiry .wk-form-item .wk-form-item-contents textarea input,
.wk-form-inquiry .wk-form-item .wk-form-item-contents input[name=your-address] input, .wk-form-inquiry .wk-form-item .wk-form-item-contents.wk-form-item-contents-col2 input, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 textarea input,
.wk-form-inquiry .wk-form-item .wk-form-item-contents-col2 input[name=your-address] input, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2.wk-form-item-contents-col2 input {
  width: 100% !important;
}
.wk-form-recruit .wk-form-item .wk-form-item-contents.wk-form-item-contents-col2, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2.wk-form-item-contents-col2, .wk-form-inquiry .wk-form-item .wk-form-item-contents.wk-form-item-contents-col2, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2.wk-form-item-contents-col2 {
  max-width: 70%;
  display: flex;
}
@media (max-width: 767px) {
  .wk-form-recruit .wk-form-item .wk-form-item-contents.wk-form-item-contents-col2, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2.wk-form-item-contents-col2, .wk-form-inquiry .wk-form-item .wk-form-item-contents.wk-form-item-contents-col2, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2.wk-form-item-contents-col2 {
    max-width: 100%;
  }
}
.wk-form-recruit .wk-form-item .wk-form-item-contents.birthday-selects, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2.birthday-selects, .wk-form-inquiry .wk-form-item .wk-form-item-contents.birthday-selects, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2.birthday-selects {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.wk-form-recruit .wk-form-item .wk-form-item-contents.birthday-selects p, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2.birthday-selects p, .wk-form-inquiry .wk-form-item .wk-form-item-contents.birthday-selects p, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2.birthday-selects p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.wk-form-recruit .wk-form-item .wk-form-item-contents.birthday-selects br, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2.birthday-selects br, .wk-form-inquiry .wk-form-item .wk-form-item-contents.birthday-selects br, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2.birthday-selects br {
  display: none;
}
.wk-form-recruit .wk-form-item .wk-form-item-contents.birthday-selects select, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2.birthday-selects select, .wk-form-inquiry .wk-form-item .wk-form-item-contents.birthday-selects select, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2.birthday-selects select {
  width: 80px !important;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.wk-form-recruit .wk-form-item .wk-form-item-contents.birthday-selects span, .wk-form-recruit .wk-form-item .wk-form-item-contents-col2.birthday-selects span, .wk-form-inquiry .wk-form-item .wk-form-item-contents.birthday-selects span, .wk-form-inquiry .wk-form-item .wk-form-item-contents-col2.birthday-selects span {
  font-size: 0.9rem;
  white-space: nowrap;
}
.wk-form-recruit .wpcf7-radio, .wk-form-inquiry .wpcf7-radio {
  display: block;
  margin-top: 8px;
}
.wk-form-recruit .wpcf7-radio .wpcf7-list-item, .wk-form-inquiry .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 12px;
}
.wk-form-recruit .wpcf7-radio .wpcf7-list-item label, .wk-form-inquiry .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wk-form-recruit .wpcf7-radio .wpcf7-list-item input, .wk-form-inquiry .wpcf7-radio .wpcf7-list-item input {
  margin-right: 10px;
  flex-shrink: 0;
}
.wk-form-recruit .wk-file-upload-unit, .wk-form-inquiry .wk-file-upload-unit {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
.wk-form-recruit .wk-file-upload-unit .wk-custom-file-upload, .wk-form-inquiry .wk-file-upload-unit .wk-custom-file-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 32px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
.wk-form-recruit .wk-file-upload-unit .wk-custom-file-upload:hover, .wk-form-inquiry .wk-file-upload-unit .wk-custom-file-upload:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
}
.wk-form-recruit .wk-file-upload-unit .wk-custom-file-upload .wk-hidden-file, .wk-form-inquiry .wk-file-upload-unit .wk-custom-file-upload .wk-hidden-file {
  display: none;
}
.wk-form-recruit .sub-explain p, .wk-form-inquiry .sub-explain p {
  display: inline;
  font-size: 0.7rem;
  color: gray;
}

.wk-form-recruit .form-header {
  border-bottom-color: #3d8ff3;
}
.wk-form-recruit .form-header h4 {
  color: #3d8ff3;
}
.wk-form-recruit .wk-form-item-title::before {
  background-color: #3d8ff3;
}
.wk-form-recruit .wk-btn-select, .wk-form-recruit .wk-custom-file-upload {
  background: #fdfdfd;
  border: 1px solid #bbb !important;
  color: #333 !important;
}
.wk-form-recruit .wk-btn-select:hover, .wk-form-recruit .wk-custom-file-upload:hover {
  background: #f0f0f0 !important;
  border-color: #888 !important;
}
.wk-form-recruit .wpcf7-submit {
  background-color: #eee;
  color: #333;
  border: 1px solid #999;
  padding: 10px 40px;
  font-weight: normal;
}
.wk-form-recruit .wpcf7-submit:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
.wk-form-recruit .wpcf7-spinner {
  display: none !important;
}

.wk-form-inquiry .form-header {
  border-bottom-color: #015DB2;
}
.wk-form-inquiry .form-header h4 {
  color: #015DB2;
}
.wk-form-inquiry .wk-form-item-title::before {
  background-color: #015DB2;
}
.wk-form-inquiry .wk-btn-select, .wk-form-inquiry .wk-custom-file-upload {
  background: #fdfdfd;
  border: 1px solid #bbb !important;
  color: #333 !important;
}
.wk-form-inquiry .wk-btn-select:hover, .wk-form-inquiry .wk-custom-file-upload:hover {
  background: #f0f0f0 !important;
  border-color: #888 !important;
}
.wk-form-inquiry .wpcf7-submit {
  background-color: #eee;
  color: #333;
  border: 1px solid #999;
  padding: 10px 40px;
  font-weight: normal;
}
.wk-form-inquiry .wpcf7-submit:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
.wk-form-inquiry .wpcf7-spinner {
  display: none !important;
}

.thanks-page .thanks-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.thanks-page .thanks-container.blur {
  backdrop-filter: blur(5px);
}
.thanks-page .thanks-content-card {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.thanks-page .thanks-content-card .wk-title-m-underline {
  display: inline-block;
}
.thanks-page .thanks-message {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 40px auto;
}
.thanks-page .thanks-message strong {
  color: #d9534f;
}
.thanks-page .redirect-box {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
}
.thanks-page .redirect-box .redirect-timer {
  font-weight: bold;
}
.thanks-page .redirect-box .redirect-timer #countdown {
  font-size: 2rem;
  color: #d9534f;
  margin-right: 5px;
}
.thanks-page .redirect-box .manual-link {
  margin-top: 10px;
}
.thanks-page .redirect-box .manual-link a {
  text-decoration: underline;
  color: #0073aa;
}
.thanks-page .redirect-box .manual-link a:hover {
  color: #FFA500;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .inline-block {
    display: inline;
    white-space: normal;
  }
}

.privacy-policy-page .policy-card {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .privacy-policy-page .policy-card {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.privacy-policy-page .policy-card__header {
  background: #f0f4f8;
  border-left: 6px solid #015DB2;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: #333;
}
.privacy-policy-page .policy-card__body {
  background-color: #f4f7fa;
  padding: 30px;
  border-radius: 0 0 8px 8px;
  border-left: 6px solid #015DB2;
  border-top: 1px solid #e0e6ed;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .privacy-policy-page .policy-card__body {
    padding: 20px;
  }
}
.privacy-policy-page .policy-card__body p {
  margin-bottom: 0;
  line-height: 1.8;
}
.privacy-policy-page .policy-card__body p:not(:last-child) {
  margin-bottom: 15px;
}
.privacy-policy-page .policy-card__body .policy-card__list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.privacy-policy-page .policy-card__body .policy-card__list li {
  background: none;
  border: none;
  padding: 0 0 12px 0;
  font-size: 0.95rem;
}
.privacy-policy-page .policy-card__body .policy-card__list li:last-child {
  padding-bottom: 0;
}
.privacy-policy-page .policy-card__body .policy-card__contact {
  background-color: #ffffff;
  padding: 25px;
  border: 1px solid #e0e6ed;
  border-radius: 6px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .privacy-policy-page .policy-card__body .policy-card__contact {
    padding: 15px;
  }
}
.privacy-policy-page .policy-card__body .policy-card__contact strong {
  color: #015DB2;
}
.privacy-policy-page .policy-card__body .policy-card__warning {
  color: #d93025;
  margin-top: 15px;
  font-size: 0.85rem;
  font-weight: bold;
}

@media (max-width: 365px) {
  budoux-ja wbr {
    display: none !important;
  }
}
/* 電話バナーtwinコンテナ 、手ごたえを調べた後はハンバーガーメニュー周辺に統合する*/
/* --- 電話ボタンエリア（外枠：ここで横並びを制御） --- */
.nav-tel-area {
  width: 100%;
  display: flex; /* Flexboxを有効化 */
  flex-wrap: wrap; /* 折り返しを許可 */
  justify-content: center; /* 中央寄せ */
  gap: 0; /* ボタン同士の横の隙間 */
  background-color: #fff; /* 背景色 */
  margin-top: 5px; /* メニュー（ul）との間の距離をここで調整 */
  /* PC版非表示 */
}
@media screen and (min-width: 1199px) {
  .nav-tel-area {
    display: none !important;
  }
}

/* --- 電話ボタン（各ボタンの設定） --- */
.nav-tel-bannertwin {
  flex: 0 1 110px; /* 伸びない、縮む、基本110px */
  width: 100%;
  max-width: 110px; /* 指定の110pxを維持 */
  text-align: center;
  margin-top: 0; /* 縦並び用のマージンをリセット */
  /* 縦並びの時に使っていた個別のマージン設定を解除 */
}
.nav-tel-bannertwin:first-child {
  margin-top: 0;
}
.nav-tel-bannertwin a {
  display: block;
  transition: opacity 0.3s;
  line-height: 0;
  pointer-events: auto !important; /* リンクは絶対に触れるようにする */
}
.nav-tel-bannertwin img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  pointer-events: none !important; /* 画像はタップに反応させない（突き抜けさせる） */
}

/* --- お問合せfoamボタン（各ボタンの設定） --- */
.nav-tel-bannerinquire {
  flex: 0 1 100%; /* 伸びない、縮む、基本220px */
  width: 100%;
  max-width: 220px; /* 指定の220pxを維持 */
  text-align: center;
  margin-top: 0; /* 縦並び用のマージンをリセット */
  /* 縦並びの時に使っていた個別のマージン設定を解除 */
}
.nav-tel-bannerinquire:first-child {
  margin-top: 0;
}
.nav-tel-bannerinquire a {
  display: block;
  transition: opacity 0.3s;
  line-height: 0;
}
.nav-tel-bannerinquire img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* --- メニュー末尾の調整（再掲） --- */
#primary-menu-list {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#primary-menu-list li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
#primary-menu-list li:last-child a {
  border-bottom: none !important;
}

/* ======================================================
   フッター専用：色とPC/スマホ出し分けの強制設定
   ====================================================== */
.wk-site-footer {
  background-color: #3d8ff3 !important; /* 指定の青色 */
  color: #ffffff !important; /* 文字色：白 */
  padding: 40px 0 20px !important;
  display: block !important; /* フッター自体を強制表示 */
}
.wk-site-footer h2, .wk-site-footer a, .wk-site-footer .wk-font-s1_75, .wk-site-footer .wk-font-b {
  color: #ffffff !important;
  text-decoration: none !important;
}
.wk-site-footer .wk-site-footer-content-menu-pc {
  /* スマホ・タブレット(1199px以下)では隠す */
}
@media screen and (max-width: 1199px) {
  .wk-site-footer .wk-site-footer-content-menu-pc {
    display: none !important;
  }
}
.wk-site-footer .wk-site-footer-content-menu-pc {
  /* PC(1200px以上)では出す */
}
@media screen and (min-width: 1200px) {
  .wk-site-footer .wk-site-footer-content-menu-pc {
    display: block !important;
  }
}
.wk-site-footer .wk-site-footer-content-menu-sp {
  /* スマホ・タブレット(1199px以下)では出す */
}
@media screen and (max-width: 1199px) {
  .wk-site-footer .wk-site-footer-content-menu-sp {
    display: block !important;
  }
}
.wk-site-footer .wk-site-footer-content-menu-sp {
  /* PC(1200px以上)では隠す */
}
@media screen and (min-width: 1200px) {
  .wk-site-footer .wk-site-footer-content-menu-sp {
    display: none !important;
  }
}
.wk-site-footer .wk-site-footer-copyright {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
}

/* パンくずリスト：見えるように色を調整 */
.wk-bread-warapper {
  display: block !important;
  padding: 10px 20px !important;
  color: #666 !important;
  font-size: 12px !important;
}
@media screen and (min-width: 1200px) {
  .wk-bread-warapper {
    max-width: 1120px;
    margin: 0 auto;
  }
}
.wk-bread-warapper a {
  color: #015DB2 !important;
  pointer-events: auto !important;
}

@media screen and (min-width: 1200px) {
  .nav-tel-area {
    display: none !important;
  }
}
.nav-tel-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px;
  padding: 15px;
  background-color: #f4f4f4;
}
.nav-tel-area .nav-search-single, .nav-tel-area .nav-tel-banner-single {
  width: calc(33.3% - 4px);
}
.nav-tel-area .nav-search-single a div, .nav-tel-area .nav-tel-banner-single a div {
  padding: 10px 2px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nav-tel-area .nav-search-single small, .nav-tel-area .nav-tel-banner-single small {
  font-size: 0.55rem;
  display: block;
  opacity: 0.9;
}
.nav-tel-area .nav-search-single span, .nav-tel-area .nav-tel-banner-single span {
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
}
.nav-tel-area .nav-search-content {
  background: linear-gradient(135deg, #004d43 0%, #00796b 100%);
}
.nav-tel-area .nav-tel-content {
  background-color: #015DB2;
}
.nav-tel-area .nav-line-content {
  background-color: #06C755;
}
.nav-tel-area .nav-tel-bannerinquire {
  width: 100%;
  margin-top: 5px;
}
.nav-tel-area .nav-tel-bannerinquire a img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.mr-header-contact-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important;
  height: 100% !important;
  flex-shrink: 0;
}
.mr-header-contact-wrapper .header-search-btn {
  display: flex !important;
  text-decoration: none;
}
.mr-header-contact-wrapper .header-search-btn .search-btn-inner {
  background: linear-gradient(135deg, #004d43 0%, #00796b 100%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.mr-header-contact-wrapper .header-search-btn .search-btn-inner span {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.mr-header-contact-wrapper .header-line-btn {
  display: flex !important;
  text-decoration: none;
}
.mr-header-contact-wrapper .header-line-btn .line-icon-circle {
  background: #06C755;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mr-header-contact-wrapper .header-line-btn .line-icon-circle span {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.mr-header-contact-wrapper .mr-header-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #EAEEF9;
  border-radius: 8px;
  height: 80px !important;
  min-width: 180px;
  padding: 0 15px !important;
}
.mr-header-contact-wrapper .mr-header-contact .tel {
  font-size: 1.5rem !important;
  font-weight: 800;
  color: #015DB2;
  line-height: 1;
}
.mr-header-contact-wrapper .mr-header-contact .office-name {
  font-size: 0.9rem;
  font-weight: bold;
  color: #015DB2;
}

/************************************************
**  デバッグコード枠
****************************************************/
/*# sourceMappingURL=style.css.map */
