@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%; /* スマホでは横幅いっぱいに */
  }
}

.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;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .wk-site-header-content .site-branding {
    margin-right: 0;
    flex-shrink: 0;
  }
}
.wk-site-header-content .site-branding a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.wk-site-header-content .site-branding img {
  max-height: 55px;
}
@media screen and (min-width: 600px) {
  .wk-site-header-content .site-branding img {
    max-height: 85px;
  }
}
.wk-site-header-content .site-branding img {
  width: auto;
  object-fit: contain;
}
.wk-site-header-content .site-branding .site-title {
  font-size: 1.1rem;
  color: #333;
}
@media screen and (min-width: 600px) {
  .wk-site-header-content .site-branding .site-title {
    font-size: 1.2rem;
  }
}
.wk-site-header-content .site-branding .site-title {
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .wk-site-header-content .mr-header-menu {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s;
    width: 220px;
    height: calc(100vh - 100%) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1200px) {
  .wk-site-header-content .mr-header-menu {
    position: static;
    flex-grow: 1;
    display: block !important;
    width: auto;
    max-width: 800px;
    margin: 0 20px;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .wk-site-header-content .mr-header-menu .menu {
    margin-top: 0px;
  }
}
.wk-site-header-content .mr-header-menu .menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .wk-site-header-content .mr-header-menu .menu ul {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .wk-site-header-content .mr-header-menu .menu ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 3px;
  }
}
.wk-site-header-content .mr-header-menu .menu ul li {
  white-space: nowrap;
  border-bottom: 1px solid #f0f0f0; /* 項目ごとの薄い仕切り線 */
}
.wk-site-header-content .mr-header-menu .menu ul li a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .wk-site-header-content .mr-header-menu .menu ul li a {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .wk-site-header-content .mr-header-menu .menu ul li a {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 8px 0;
  }
}
@media screen and (max-width: 1199px) {
  .wk-site-header-content .mr-header-contact {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .wk-site-header-content .mr-header-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #EAEEF9;
    padding: 3px;
    min-width: 190px;
    flex-shrink: 0;
    border-radius: 4px;
  }
  .wk-site-header-content .mr-header-contact .tel {
    font-size: 1.4rem;
    font-weight: bold;
    color: #015DB2;
    line-height: 1;
  }
  .wk-site-header-content .mr-header-contact .date {
    font-size: 0.65rem;
    margin-top: 3px;
  }
}
.wk-site-header-content .mr-hamburger-btn {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  z-index: 9999;
}
@media screen and (min-width: 1200px) {
  .wk-site-header-content .mr-hamburger-btn {
    display: none !important;
  }
}
.wk-site-header-content .mr-hamburger-btn::after {
  content: "MENU";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  font-weight: bold;
  transition: 0.3s;
}
.wk-site-header-content .mr-hamburger-btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #333;
  transform: translateX(-50%);
  transition: 0.3s;
}
.wk-site-header-content .mr-hamburger-btn .mr-hamburger-btn-line1 {
  top: calc(50% - 9px);
}
.wk-site-header-content .mr-hamburger-btn .mr-hamburger-btn-line2 {
  top: calc(50% - 1px);
}
.wk-site-header-content .mr-hamburger-btn .mr-hamburger-btn-line3 {
  top: calc(50% + 7px);
}

.active-menu .mr-header-menu {
  transform: translateX(0) !important;
  visibility: visible !important;
}
.active-menu .mr-hamburger-btn::after {
  content: "CLOSE";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  font-weight: bold;
  transition: 0.3s;
}
.active-menu .mr-hamburger-btn-line1 {
  top: 50% !important;
  transform: translateX(-50%) rotate(45deg) !important;
}
.active-menu .mr-hamburger-btn-line2 {
  opacity: 0;
}
.active-menu .mr-hamburger-btn-line3 {
  top: 50% !important;
  transform: translateX(-50%) rotate(-45deg) !important;
}

body {
  padding-top: 60px;
}
@media screen and (min-width: 600px) {
  body {
    padding-top: 90px;
  }
}

.wk-site-footer {
  display: block;
  width: 100%;
  font-family: "NotoSansJP";
  background-color: #3d8ff3;
  color: #F5F7F8;
  z-index: 0 !important;
}
@media (max-width: 767px) {
  .wk-site-footer {
    height: inherit;
  }
}
@media (min-width: 768px) {
  .wk-site-footer {
    min-height: 300px;
  }
}

.wk-site-footer-content {
  padding: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .wk-site-footer-content {
    flex-direction: column;
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .wk-site-footer-content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
  }
}
.wk-site-footer-content a {
  color: #fff;
  text-decoration: none;
}
.wk-site-footer-content .wk-site-footer-content-about {
  font-size: 0.9rem;
}
.wk-site-footer-content .wk-site-footer-content-about h2 {
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wk-site-footer-content .wk-site-footer-content-about h2 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .wk-site-footer-content .wk-site-footer-content-about h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .wk-site-footer-content .wk-site-footer-content-menu-sp {
    font-size: 0.9rem;
  }
  .wk-site-footer-content .wk-site-footer-content-menu-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .wk-site-footer-content .wk-site-footer-content-menu-sp {
    display: none;
  }
  .wk-site-footer-content .wk-site-footer-content-menu-pc {
    font-size: 0.9rem;
  }
}

.wk-site-footer-copyright {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .wk-site-footer-copyright {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .wk-site-footer-copyright {
    font-size: 1.2rem;
  }
}

.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 {
    width: 100%;
    height: 100%;
    bottom: 0;
    top: auto;
    background-position: left center;
  }
}
@media (min-width: 768px) {
  .wk-top-firstview-img-area {
    width: 100% !important;
    height: 100%;
    background-position: 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.8rem, 1.7rem + 1.37vw, 2.8rem);
    letter-spacing: 0.05rem;
    left: 10px;
    top: auto;
    bottom: calc(10% + 5.5rem);
  }
}
@media (min-width: 768px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg1 {
    font-size: clamp(4.5rem, -8.3rem + 23.1vw, 6rem);
    letter-spacing: 0.3rem;
    left: 5%;
    top: auto;
    bottom: clamp(10% + 6.5rem, 10% - 4rem + 21.875vw, 10% + 10rem);
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg1 {
    font-size: clamp(6rem, 4.86rem + 1.78vw, 7rem);
    letter-spacing: 0.4rem;
    left: 6%;
    top: auto;
    bottom: calc(10% + 14rem);
  }
}
@media (max-width: 767px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg2 {
    font-size: clamp(6.3rem, 1.7rem + 12.8vw, 6.7rem);
    left: 10px;
    top: auto;
    bottom: 2%;
  }
}
@media (min-width: 768px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg2 {
    font-size: clamp(9rem, 1.7rem + 14.5vw, 16rem);
    left: 4.5%;
    top: auto;
    bottom: 2%;
  }
}
@media (min-width: 1200px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg2 {
    font-size: clamp(16rem, 1.7rem + 12.5vw, 19.2rem);
    left: 5.5%;
    top: auto;
    bottom: 2%;
  }
}
@media (max-width: 767px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg3 {
    font-size: clamp(3.8rem, 1.7rem + 4.97vw, 5rem);
    letter-spacing: 0.3rem;
    left: auto;
    top: auto;
    bottom: 2%;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: clamp(70px, 50px + 10vw, 90px);
  }
}
@media (min-width: 768px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg3 {
    font-size: clamp(5rem, 1.7rem + 10.8vw, 12rem);
    letter-spacing: 0.4rem;
    left: 4.5%;
    top: auto;
    bottom: 2%;
    padding-top: 15px;
    padding-left: clamp(120px, 20px + 13vw, 160px);
  }
}
@media (min-width: 1200px) {
  .wk-top-firstview-msg-area .wk-top-firstview-msg3 {
    font-size: clamp(12rem, 1.7rem + 8.9vw, 14.4rem);
    letter-spacing: 0.6rem;
    left: 5.5%;
    top: auto;
    bottom: 2%;
    padding-top: 25px;
    padding-left: clamp(180px, 10vw, 240px);
  }
}

.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 30px;
}
.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/sample-bk001.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/masumoto_trimmed.webp");
  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_outer4.webp");
  background-size: cover;
}
@media (max-width: 767px) {
  .bk-box-backgraund-3 {
    height: 400px;
    background-position: bottom;
    background-size: 80% !important;
  }
}
@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-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;
}

@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-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;
  }
}
.mr-header-menu .menu ul {
  display: flex;
  max-width: 600px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mr-header-menu .menu ul li {
  margin-right: 18px;
}
.mr-header-menu .menu ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.mr-header-menu .menu ul li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.mr-header-menu .menu ul li.menu-home a::before {
  background-image: url("images/icon-mr-header-item-home.png");
}
.mr-header-menu .menu ul li.menu-about a::before {
  background-image: url("images/icon-mr-header-item-about.png");
}
.mr-header-menu .menu ul li.menu-service a::before {
  background-image: url("images/icon-mr-header-item-service.png");
}
.mr-header-menu .menu ul li.menu-recruit a::before {
  background-image: url("images/icon-mr-header-item-recruit.png");
}
.mr-header-menu .menu ul li.menu-inquiry a::before {
  background-image: url("images/icon-mr-header-contact-tel.png");
}
.mr-header-menu .menu ul li.menu-foreign a::before {
  background-image: url("images/icon-mr-header-item-foreign.png");
}
.mr-header-menu .menu ul li.menu-sdgs a::before {
  background-image: url("images/icon-mr-header-contact-sdgs.png");
}

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

/* 修正版 CSS */
/* アクセスマップ専用：他セクションの干渉をリセット */
/* アクセスマップ専用：重なり解消とコンパクト化 */
.wk-box-wrapper.access-map {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap; /* 横幅が足りない時は自動で折り返す設定 */
  align-items: center;
  justify-content: center;
  gap: 20px; /* ブロック間の隙間を詰め、重なりを防止 */
  margin: 25px auto 0;
  width: 100%;
  max-width: 1120px;
  position: relative; /* staticから変更（中の要素を制御しやすくするため） */
}
.wk-box-wrapper.access-map .wk-box-left-m {
  /* flex-basisを少し小さめにし、絶対配置(absolute)を完全に解除。
     これで「浮いて重なる」のを防ぎます。
  */
  flex: 0 1 350px !important;
  position: relative !important;
  /* 余白をさらに削って内容にフィットさせる */
  padding: 20px 25px !important;
  background-color: rgba(253, 250, 245, 0.9) !important;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.08) !important;
  border-radius: 8px;
  margin: 0 !important;
  z-index: 5;
}
.wk-box-wrapper.access-map .wk-box-left-m h4 {
  margin-top: 0;
  font-size: 1rem;
  color: #015DB2;
  border-bottom: 2px solid #015DB2;
  display: inline-block;
  margin-bottom: 8px;
}
.wk-box-wrapper.access-map .wk-box-left-m p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 0.9rem; /* 文字を少し小さくして枠に収める */
}
.wk-box-wrapper.access-map .wk-box-bk-rb.bk-box-map {
  /* 地図も絶対配置(absolute)を完全に解除。住所の「隣」に並ぶようにします */
  flex: 1 1 450px !important;
  position: relative !important;
  height: 350px !important;
  margin: 0 !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.08) !important;
  z-index: 1;
}
.wk-box-wrapper.access-map .wk-box-bk-rb.bk-box-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 767px) {
  .wk-box-wrapper.access-map {
    flex-direction: column !important;
    gap: 15px;
    padding: 0 15px;
  }
  .wk-box-wrapper.access-map .wk-box-left-m {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  .wk-box-wrapper.access-map .bk-box-map {
    width: 100% !important;
    flex: 0 0 auto !important;
    height: 250px !important;
  }
}

.map-selector {
  display: flex;
  justify-content: center;
  gap: 10px; /* スマホでは隙間を少し狭くして余裕を作る */
  margin: 20px 0 0 0; /* 上の余白 */
  padding: 0 10px; /* 画面端との余白 */
}
.map-selector .wk-btn-ptn1 {
  display: block;
  flex: 1; /* ★重要：2つのボタンを同じ幅で広げる */
  max-width: 160px; /* ★重要：PCで広がりすぎないように制限 */
  padding: 10px 5px; /* 左右の余白を削って文字を収める */
  font-size: 0.9rem; /* スマホ用に少しだけ小さく */
  text-align: center;
  white-space: nowrap; /* 文字を改行させない */
  color: #003366;
  background-color: #fff;
  border: 2px solid #003366;
  border-radius: 50px;
  font-weight: 600;
}
.map-selector .wk-btn-ptn1.is-active {
  background-color: #003366 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .map-selector .wk-btn-ptn1 {
    padding: 8px 5px;
    font-size: 0.85rem; /* 小さなスマホ画面への配慮 */
    margin: 0; /* 横並びなので下の余白は不要 */
  }
}

#page-home {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
#page-home.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  #page-home {
    right: 20px;
    bottom: 25px;
  }
}
#page-home a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFA500;
  color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  #page-home a {
    width: 80px;
    height: 80px;
  }
}
#page-home a span {
  font-size: 10px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #page-home a span {
    font-size: 18px;
  }
}
#page-home a:hover {
  background: #FFFFFF !important;
  color: #FFA500 !important;
  border: 2px solid #FFA500;
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  #page-home a:hover {
    border-width: 4px;
    transform: translateY(-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;
}

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

.wk-form-selector-area {
  text-align: center;
  padding: 30px;
  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;
}
@media (max-width: 767px) {
  .wk-form-selector-area .wk-selector-buttons {
    flex-direction: column;
  }
}
.wk-form-selector-area .wk-selector-buttons .wk-btn-select {
  padding: 15px 30px;
  background-color: #fff;
  border: 2px solid #ccc;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  text-align: center;
}

.form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid black;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .form-header {
    flex-direction: row;
    gap: 30px;
    padding-bottom: 10px;
  }
}
.form-header h4 {
  margin: 0;
  text-align: center;
}
.form-header .btn-reset-form {
  font-size: 0.8rem;
  background: none;
  border: 1px solid #ccc;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s;
  white-space: nowrap;
}
.form-header .btn-reset-form:hover {
  background: #eee;
  border-color: #999;
}

.wk-form-item {
  width: 100%;
  margin-bottom: 15px;
}
.wk-form-item .wk-form-item-title {
  width: 100%;
  margin: 0 0 5px 2px;
}
.wk-form-item .wk-form-item-contents,
.wk-form-item .wk-form-item-contents-col2 {
  width: 100%;
}
.wk-form-item .wk-form-item-contents .wk-file-upload-unit,
.wk-form-item .wk-form-item-contents-col2 .wk-file-upload-unit {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
.wk-form-item .wk-form-item-contents .wk-file-upload-unit .wk-custom-file-upload,
.wk-form-item .wk-form-item-contents-col2 .wk-file-upload-unit .wk-custom-file-upload {
  /* 表示形式を inline-flex にして垂直中央揃えを強制 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: fit-content;
  padding: 8px 32px;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  color: #333;
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.wk-form-item .wk-form-item-contents .wk-file-upload-unit .wk-custom-file-upload:hover,
.wk-form-item .wk-form-item-contents-col2 .wk-file-upload-unit .wk-custom-file-upload:hover {
  background-color: #f0f0f0;
  border-color: #bbb;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.wk-form-item .wk-form-item-contents .wk-file-upload-unit .wk-custom-file-upload:active,
.wk-form-item .wk-form-item-contents-col2 .wk-file-upload-unit .wk-custom-file-upload:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.wk-form-item .wk-form-item-contents .wk-file-upload-unit .wk-custom-file-upload,
.wk-form-item .wk-form-item-contents-col2 .wk-file-upload-unit .wk-custom-file-upload {
  /* 本物のボタンを隠す */
}
.wk-form-item .wk-form-item-contents .wk-file-upload-unit .wk-custom-file-upload .wk-hidden-file,
.wk-form-item .wk-form-item-contents-col2 .wk-file-upload-unit .wk-custom-file-upload .wk-hidden-file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wk-form-item .wk-form-item-contents .wk-file-upload-unit .wk-file-name,
.wk-form-item .wk-form-item-contents-col2 .wk-file-upload-unit .wk-file-name {
  font-size: 0.85rem;
  font-weight: 500;
  word-break: break-all;
}
.wk-form-item .wk-form-item-contents .sub-explain,
.wk-form-item .wk-form-item-contents-col2 .sub-explain {
  display: block;
  margin-top: 8px;
}
.wk-form-item .wk-form-item-contents .sub-explain p,
.wk-form-item .wk-form-item-contents-col2 .sub-explain p {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  color: gray;
  line-height: 1.4;
}
.wk-form-item .wk-form-item-contents-col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.wk-form-item .wk-form-item-contents-col2 div {
  width: 50%;
}
.wk-form-item .wk-form-item-contents-col2 div:first-child {
  padding-right: 5px;
}

.wk-form-recruit .wk-btn-select {
  border-color: #3d8ff3;
  color: #3d8ff3;
}
.wk-form-recruit .wk-btn-select:hover {
  background-color: #3d8ff3;
  color: #fff;
}
.wk-form-recruit .form-header {
  border-bottom-color: #3d8ff3;
}
.wk-form-recruit .form-header h4 {
  color: #3d8ff3;
}
.wk-form-recruit .wk-file-name {
  color: #3d8ff3;
}
.wk-form-recruit .wpcf7-submit {
  background-color: #3d8ff3;
  border: none;
  color: #fff;
  padding: 10px 40px;
  cursor: pointer;
}
.wk-form-recruit .wpcf7-submit:hover {
  background-color: rgb(14.7378640777, 115.4466019417, 238.2621359223);
}

.wk-form-inquiry .wk-btn-select {
  border-color: red;
  color: red;
}
.wk-form-inquiry .wk-btn-select:hover {
  background-color: red;
  color: #fff;
}
.wk-form-inquiry .form-header {
  border-bottom-color: red;
}
.wk-form-inquiry .form-header h4 {
  color: red;
}

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

@media (max-width: 365px) {
  budoux-ja wbr {
    display: none !important;
  }
}
/* 電話バナー全体のコンテナ 、手ごたえを調べた後はハンバーガーメニュー周辺に統合する*/
.nav-tel-banner {
  margin-top: 30px; /* 上のメニューリストとの間隔 */
  margin-bottom: 20px; /* 下に余白が必要な場合 */
  padding: 0 20px; /* 左右の端に少し余裕を持たせる */
  text-align: center; /* 中央寄せ */
  /* PC版（1200px以上）では非表示にする --- */
}
@media screen and (min-width: 1199px) {
  .nav-tel-banner {
    display: none !important;
  }
}

/* リンクと画像の設定 */
.nav-tel-banner a {
  display: inline-block;
  width: 100%;
  max-width: 400px; /* 最大400pxまで */
  transition: opacity 0.3s; /* タップした時の反応を優しくする */
}

.nav-tel-banner a:active {
  opacity: 0.7; /* タップした瞬間に少し薄くする（ボタン感） */
}

.nav-tel-banner img {
  width: 100%;
  height: auto; /* 比率を維持してレスポンシブ対応 */
  display: block;
  border-radius: 8px; /* 角を少し丸めると今風のデザインになります */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 軽い影で「押せる感」を出す */
}
/*# sourceMappingURL=style.css.map */
