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

kinse-web 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%;
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * 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;
  -webkit-text-decoration: underline dotted;
          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
--------------------------------------------------------------*/
/* タイポグラフィ
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

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

.material-symbols-outlined {
  vertical-align: middle;
}

/* カラー設定
--------------------------------------------- */
/* 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: #1D2577;
  text-decoration-color: rgba(160, 61, 79, 0);
  transition: 0.3s;
}

a:hover,
a:focus,
a:active {
  color: #A03D4F;
  text-decoration-color: rgb(160, 61, 79);
}

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;
  width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

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

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

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

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

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 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;
}

/* 大枠
--------------------------------------------- */
div.site {
  position: relative;
}

/* Editリンク消す
--------------------------------------------- */
.post-edit-link {
  display: none !important;
}

/* 見出し設定
--------------------------------------------- */
.h1_pagetitle {
  width: 100vw;
  height: 120px;
  margin-left: calc(-50vw + 50%);
  background-color: #1D2577;
  overflow: hidden;
}
.h1_pagetitle .h1_pagetitle--inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 120px;
  margin: 0 auto;
}
.h1_pagetitle .h1_pagetitle--inner p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
  color: #1D2577;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3), 1px -1px 0 rgba(255, 255, 255, 0.3), -1px 1px 0 rgba(255, 255, 255, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.h1_pagetitle .h1_pagetitle--inner h1 {
  position: absolute;
  width: 100%;
  margin: 0;
  padding-left: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120px;
  color: #fff;
}
.h1_pagetitle .h1_pagetitle--inner > div {
  position: absolute;
  width: 100%;
  margin: 0;
  padding-left: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120px;
  color: #fff;
}

@media (max-width: 768px) {
  .h1_pagetitle {
    height: 70px;
  }
  .h1_pagetitle .h1_pagetitle--inner {
    height: 70px;
    margin: 0 auto;
  }
  .h1_pagetitle .h1_pagetitle--inner p {
    font-size: 70px;
  }
  .h1_pagetitle .h1_pagetitle--inner h1 {
    position: absolute;
    width: 100%;
    margin: 0;
    padding-left: 1rem;
    font-size: 1.5rem;
    line-height: 70px;
  }
  .h1_pagetitle .h1_pagetitle--inner > div {
    position: absolute;
    width: 100%;
    margin: 0;
    padding-left: 1rem;
    font-size: 1.5rem;
    line-height: 70px;
  }
}
.h1_servicetitle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 500px;
  margin: 0 auto 5rem;
}
.h1_servicetitle .h1_servicetitle__text {
  width: 450px;
  overflow: visible;
  z-index: 2;
}
.h1_servicetitle .h1_servicetitle__text .h1_servicetitle__texth1 {
  padding-top: 3rem;
}
.h1_servicetitle .h1_servicetitle__text .h1_servicetitle__texth1 figure {
  position: relative;
  margin: 0;
  width: 1200px;
  z-index: 1;
}
.h1_servicetitle .h1_servicetitle__text .h1_servicetitle__texth1 figure img {
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
}
.h1_servicetitle .h1_servicetitle__text .h1_servicetitle__texth1 h1 {
  position: relative;
  width: 1000px;
  margin: -0.5em 0 0 1em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1D2577;
  text-shadow: 0 0 3px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff;
  z-index: 2;
}
.h1_servicetitle .h1_servicetitle__text .h1_servicetitle__textcont {
  margin: 2rem 0 0;
  font-size: 1.1rem;
}
.h1_servicetitle .h1_servicetitle__slider {
  width: 750px;
  z-index: 1;
}

@media (max-width: 768px) {
  .h1_servicetitle {
    flex-direction: column-reverse;
    height: auto;
    margin: 0 auto 3rem;
    gap: 0;
  }
  .h1_servicetitle .h1_servicetitle__text {
    width: 100%;
    margin-top: -5px;
  }
  .h1_servicetitle .h1_servicetitle__text .h1_servicetitle__texth1 {
    padding-top: 0;
  }
  .h1_servicetitle .h1_servicetitle__text .h1_servicetitle__texth1 figure {
    width: auto;
    max-width: 100%;
    z-index: 1;
  }
  .h1_servicetitle .h1_servicetitle__text .h1_servicetitle__texth1 h1 {
    width: 100%;
    margin: -0.5em 0 0 0;
    font-size: 1.6rem;
  }
  .h1_servicetitle .h1_servicetitle__text .h1_servicetitle__textcont {
    margin: 1rem 0 0;
    font-size: 1rem;
  }
  .h1_servicetitle .h1_servicetitle__slider {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}
.h2mds p {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 1em;
  color: #fff;
  text-shadow: -1px -1px 0 #d9d9d9, 1px -1px 0 #d9d9d9, -1px 1px 0 #d9d9d9, 1px 1px 0 #d9d9d9;
}
.h2mds h2 {
  position: relative;
  margin: -40px 0 0 100px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  color: #1D2577;
}
.h2mds h2::before {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 5px;
  margin-left: -100px;
  background-color: #1D2577;
  content: "";
}

@media (max-width: 768px) {
  .h2mds p {
    margin: 0;
    font-size: 50px;
  }
  .h2mds h2 {
    margin: -30px 0 0 50px;
    font-size: 1.5rem;
  }
  .h2mds h2::before {
    top: 50%;
    width: 40px;
    height: 3px;
    margin-left: -50px;
  }
}
/* ボタン
--------------------------------------------- */
.btn__learnmore {
  margin-top: 3rem;
}
.btn__learnmore .wp-block-button a {
  padding: 1rem 5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1em;
  background-color: #1D2577;
  border: 1px solid #1D2577;
  border-radius: 0;
}
.btn__learnmore .wp-block-button a::after {
  content: "\eaaa";
  font-family: "Material Symbols Outlined";
  vertical-align: middle;
  margin-left: 0.5rem;
  font-size: 1.3rem;
}
.btn__learnmore .wp-block-button a:hover {
  background-color: #fff;
  color: #1D2577;
}

/* ヘッダー
--------------------------------------------- */
header.fixedheader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 150px;
  background: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  z-index: 10000;
  transition: height 0.5s ease;
}
header.fixedheader .header__wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
header.fixedheader .site-branding {
  width: 25%;
  transition: 0.3s ease;
}
header.fixedheader .site-subtitle {
  position: relative;
  margin: 0;
  text-align: center;
  transition: 0.3s ease;
  z-index: 1;
}
header.fixedheader .site-title {
  position: relative;
  margin: 0.5rem 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}
header.fixedheader .site-title img {
  display: block;
  width: 100%;
}
header.fixedheader .header__navigation {
  width: 65%;
}
header.fixedheader .header__navigation--cta {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  padding-top: 0.5rem;
  transition: 0.5s ease;
}
header.fixedheader .header__navigation--tel p {
  margin: 0;
  padding: 0;
  text-align: center;
}
header.fixedheader .header__navigation--tel p:first-child {
  font-size: 0.85rem;
  margin-bottom: -0.3rem;
}
header.fixedheader .header__navigation--tel p strong {
  margin-left: 0.5rem;
  font-size: 1.75rem;
  font-weight: 500;
}
header.fixedheader .header__navigation--tel p a {
  text-decoration: none;
}
header.fixedheader .header__navigation--tel p a:hover {
  color: #1D2577;
  cursor: default;
}
header.fixedheader .header__navigation--inquiry a {
  display: block;
  padding: 0.7rem 2rem;
  color: #fff;
  text-decoration: none;
  background-color: #1D2577;
  border-radius: 3px;
  transition: 0.3s;
}
header.fixedheader .header__navigation--inquiry a:hover {
  background-color: #A03D4F;
}
header.fixedheader nav.main-navigation {
  margin-top: 0.5rem;
  transition: 0.5s ease;
}
header.fixedheader nav.main-navigation ul.nav-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: -0.5em;
  gap: 0.3em;
}
header.fixedheader nav.main-navigation ul.nav-menu > li {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.05rem;
  font-weight: 500;
}
header.fixedheader nav.main-navigation ul.nav-menu > li:last-child {
  display: none;
}
header.fixedheader nav.main-navigation ul.nav-menu > li:last-child a {
  padding: 0.3em 0.5em;
  color: #fff;
  background-color: #1D2577;
  border-radius: 3px;
  transition: 0.3s ease;
}
header.fixedheader nav.main-navigation ul.nav-menu > li:last-child a:hover {
  background-color: #A03D4F;
}
header.fixedheader nav.main-navigation ul.nav-menu > li:last-child a::after {
  display: none;
}
header.fixedheader nav.main-navigation ul.nav-menu > li a {
  display: block;
  padding: 0.3em 0.5em 1em 0.5em;
}
header.fixedheader nav.main-navigation ul.nav-menu > li a::after {
  background-color: #1D2577;
  bottom: 0.8em;
  content: "";
  height: 2px;
  left: 0.5em;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease;
  width: calc(100% - 1em);
}
header.fixedheader nav.main-navigation ul.nav-menu > li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
  background-color: #A03D4F;
}
header.fixedheader nav.main-navigation ul.sub-menu {
  float: none;
  flex-direction: column;
  min-width: 280px;
  margin-left: -1.5rem;
  padding: 1.5rem;
  background-color: #f6f6f6;
  gap: 0.5rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 10001;
}
header.fixedheader nav.main-navigation ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 4.5rem;
  border: 10px solid transparent;
  border-bottom: 10px solid #f6f6f6;
}
header.fixedheader nav.main-navigation ul.sub-menu li {
  width: -moz-fit-content;
  width: fit-content;
}
header.fixedheader nav.main-navigation ul.sub-menu li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.5em;
}
header.fixedheader nav.main-navigation ul.sub-menu li a::after {
  bottom: 0;
}

#masthead.shrink {
  height: 80px;
}
#masthead.shrink .site-branding {
  width: 20%;
}
#masthead.shrink .site-subtitle {
  opacity: 0;
}
#masthead.shrink .site-title {
  margin-top: -35px;
}
#masthead.shrink .header__navigation {
  width: 70%;
}
#masthead.shrink .header__navigation--cta {
  transform: translateY(-70px);
  opacity: 0;
}
#masthead.shrink nav.main-navigation {
  margin-top: -70px;
}
#masthead.shrink nav.main-navigation ul.nav-menu {
  margin-right: 0;
}
#masthead.shrink nav.main-navigation ul.nav-menu > li:last-child {
  display: block;
}

/*ハンバーガー*/
/* メニューアイコンの見た目 */
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  padding: 1.2rem 1rem 1rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10002;
}

.menu-toggle .menu-icon,
.menu-toggle .menu-icon::before,
.menu-toggle .menu-icon::after {
  display: block;
  width: 25px;
  height: 3px;
  background: #1D2577;
  position: relative;
  transition: all 0.3s ease-in-out;
  content: "";
}

.menu-toggle .menu-icon::before {
  content: "";
  position: absolute;
  top: -8px;
}

.menu-toggle .menu-icon::after {
  content: "";
  position: absolute;
  top: 8px;
}

.sr-only {
  font-size: 0.5rem;
  color: #1D2577;
}

/* メニュー開閉時 */
.menu-toggle.active .menu-icon {
  background: transparent;
}

.menu-toggle.active .menu-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.menu-toggle.active .menu-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

/* モバイル時の表示調整 */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  #masthead.shrink {
    height: 50px;
  }
  #masthead.shrink .site-title {
    margin-top: 0;
  }
  header.fixedheader {
    height: 50px;
    /*.header__navigation {
    	transform: translateX(100vw);
    	display: flex;
    	flex-direction: column-reverse;
    	justify-content: flex-end;
    	position: absolute;
    	top: 50px;
    	left: 0;
    	right: 0;
    	width: 100%;
    	min-height: 100vh;
    	background: rgba(0,0,0,.85);
    	z-index: 10004;
    	transition: .5s ease;
    	line-height: 1.5em;
    }*/
  }
  header.fixedheader .header__wrap {
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }
  header.fixedheader .site-branding {
    width: 75%;
  }
  header.fixedheader .site-subtitle {
    display: none;
  }
  header.fixedheader .site-title {
    width: 70%;
    margin-top: 0;
  }
  header.fixedheader .header__navigation {
    position: fixed; /* 画面に固定して確実に高さを決める */
    inset: 50px 0 0 0; /* ヘッダー（50px）の下から全面 */
    width: 100%;
    height: calc(100dvh - 50px); /* アドレスバーに強い 100dvh 基準 */
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10004;
    line-height: 1.5em;
    /* スクロール可能にする肝 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* iOS 慣性スクロール */
    overscroll-behavior: contain; /* 背景へスクロールを伝播させない */
    /* スライドアニメーション（要素幅基準が安全） */
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
  header.fixedheader .header__navigation.active {
    transform: translateX(0);
  }
  header.fixedheader .header__navigation--cta {
    flex-direction: column-reverse;
    gap: 2rem;
    padding-bottom: 2rem;
  }
  header.fixedheader .header__navigation--tel p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
  }
  header.fixedheader .header__navigation--tel p:first-child {
    font-size: 0.85rem;
    margin-bottom: -0.3rem;
  }
  header.fixedheader .header__navigation--tel p strong {
    margin-left: 0.5rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
  header.fixedheader .header__navigation--tel p a {
    color: #EBE737;
  }
  header.fixedheader .header__navigation--inquiry a {
    display: block;
    padding: 0.5rem 2rem;
    color: #1D2577;
    background-color: #fff;
  }
  header.fixedheader nav.main-navigation {
    margin-top: 1rem;
  }
  header.fixedheader nav.main-navigation ul.nav-menu {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    gap: 0.5em;
  }
  header.fixedheader nav.main-navigation ul.nav-menu > li {
    width: 100%;
    font-size: 1rem;
  }
  header.fixedheader nav.main-navigation ul.nav-menu > li:last-child {
    display: none;
  }
  header.fixedheader nav.main-navigation ul.nav-menu > li a {
    display: block;
    padding: 0.5em 0;
    color: #fff;
  }
  header.fixedheader nav.main-navigation ul.nav-menu > li a::after {
    display: none;
  }
  header.fixedheader nav.main-navigation ul.nav-menu > li:nth-child(2) {
    font-size: 0.7rem;
  }
  header.fixedheader nav.main-navigation ul.nav-menu > li:nth-child(2) > a {
    color: rgb(132.9761904762, 191.3095238095, 227.0238095238);
  }
  header.fixedheader nav.main-navigation ul.sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    height: auto !important;
    max-height: none !important;
    margin-left: 0;
    padding: 0;
    gap: 0.5rem;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  header.fixedheader nav.main-navigation ul.sub-menu::before {
    display: none;
  }
  header.fixedheader nav.main-navigation ul.sub-menu li {
    margin-left: 3rem;
    font-size: 1rem;
  }
  header.fixedheader nav.main-navigation ul.sub-menu li a {
    min-width: auto;
    color: #fff;
  }
  #masthead.shrink {
    height: 50px;
  }
  #masthead.shrink .site-branding {
    width: 75%;
  }
  #masthead.shrink .header__navigation {
    width: 100%;
  }
  #masthead.shrink .header__navigation--cta {
    transform: translateY(0);
    opacity: 1;
  }
  #masthead.shrink nav.main-navigation {
    margin-top: 1rem;
  }
  #masthead.shrink nav.main-navigation ul.nav-menu {
    margin: 0 auto;
  }
  #masthead.shrink nav.main-navigation ul.nav-menu > li:last-child {
    display: none;
  }
  #masthead.shrink nav.main-navigation ul.sub-menu {
    display: block !important;
    margin-left: 0;
    padding: 0;
  }
  #masthead.shrink nav.main-navigation ul.sub-menu li {
    padding: 0;
  }
}
/* フッター
--------------------------------------------- */
footer.site-footer {
  background-color: #BDBFD2;
}
footer.site-footer .site-footer__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
footer.site-footer .site-footer__info {
  width: 30%;
}
footer.site-footer .site-footer__nav {
  width: 60%;
}
footer.site-footer .site-footer__logo {
  font-size: 1.5rem;
}
footer.site-footer .site-footer__logo img {
  display: block;
  max-width: 250px;
}
footer.site-footer .site-footer__address {
  margin-top: 0.5rem;
}
footer.site-footer #footer-widget-1 .widget, footer.site-footer #footer-widget-2 .widget {
  margin: 0;
}
footer.site-footer #footer-widget-1 ul, footer.site-footer #footer-widget-2 ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.site-footer #footer-widget-2 {
  margin: 1.5rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer.site-footer .site-footer__bottom {
  background-color: #1D2577;
}
footer.site-footer .site-footer__bottom p {
  margin: 0;
  padding: 0.8em 0;
  line-height: 1em;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  footer.site-footer .site-footer__inner {
    margin: 0 auto;
    padding: 2rem 0;
    display: block;
  }
  footer.site-footer .site-footer__info {
    width: 100%;
    text-align: center;
  }
  footer.site-footer .site-footer__nav {
    display: none;
  }
  footer.site-footer .site-footer__logo {
    font-size: 1.5rem;
  }
  footer.site-footer .site-footer__logo img {
    max-width: 50%;
    margin: 0 auto;
  }
  footer.site-footer .site-footer__address {
    margin-top: 0.5rem;
  }
  footer.site-footer .site-footer__pctel {
    display: none;
  }
  footer.site-footer .site-footer__bottom p {
    padding: 0.5em 0 calc(0.5em + 1px);
  }
}
.mobile-foot {
  display: none;
}

@media (max-width: 768px) {
  .site {
    padding-bottom: 45px;
  }
  .mobile-foot {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 45px;
    padding: 4px;
    background-color: #1D2577;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 9999;
  }
  .mobile-foot__tel {
    height: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
  }
  .mobile-foot__tel a {
    display: block;
    color: #fff;
  }
  .mobile-foot__tel a span {
    margin-right: 0.3em;
  }
  .mobile-foot__contact {
    height: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    background-color: #fff;
    border-radius: 3px;
  }
  .mobile-foot__contact a {
    display: block;
    color: #1D2577;
  }
  .mobile-foot__contact a span {
    margin-right: 0.3em;
  }
}
/* フッター上のお問い合わせ
--------------------------------------------- */
.footerinq-wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 3rem 0;
  background: #1D2577 url("../../uploads/2025/08/footerinquiry_bg2.jpg");
  background-position: center center;
  background-size: cover;
}
.footerinq-wrap .footerinq-wrap__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.footerinq-wrap .footerinq__title h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.footerinq-wrap .footerinq__title p {
  margin: 1rem 0 0;
  text-align: center;
  color: #fff;
}
.footerinq-wrap .footerinq__button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1.5rem;
}
.footerinq-wrap .footerinq__button > div {
  width: calc(50% - 2rem);
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
}
.footerinq-wrap .footerinq__button .footerinq__button--tel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.footerinq-wrap .footerinq__button .footerinq__button--tel .footerinq__button--telleft {
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  padding: 1rem;
  color: #1D2577;
}
.footerinq-wrap .footerinq__button .footerinq__button--tel .footerinq__button--telright p {
  margin: 0;
  text-align: center;
  color: #1D2577;
}
.footerinq-wrap .footerinq__button .footerinq__button--tel .footerinq__button--telright a {
  display: block;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1em;
  text-align: center;
  text-decoration: none;
}
.footerinq-wrap .footerinq__button .footerinq__button--tel .footerinq__button--telright a:hover {
  color: #1D2577;
}
.footerinq-wrap .footerinq__button .footerinq__button--form {
  transition: 0.3s;
}
.footerinq-wrap .footerinq__button .footerinq__button--form a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  text-decoration: none;
}
.footerinq-wrap .footerinq__button .footerinq__button--form a span {
  margin-right: 0.3rem;
  font-size: 30px;
  vertical-align: middle;
}
.footerinq-wrap .footerinq__button .footerinq__button--form:hover {
  background-color: rgba(235, 231, 55, 0.85);
}
.footerinq-wrap .footerinq__button .footerinq__button--form:hover a {
  color: #1D2577;
}

@media (max-width: 768px) {
  .footerinq-wrap {
    padding: 2rem 0;
  }
  .footerinq-wrap .footerinq-wrap__inner {
    margin: 0 auto;
  }
  .footerinq-wrap .footerinq__title h2 {
    margin: 0;
    font-size: 1.5rem;
  }
  .footerinq-wrap .footerinq__title p {
    margin: 1rem 0 0;
  }
  .footerinq-wrap .footerinq__button {
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .footerinq-wrap .footerinq__button > div {
    width: 100%;
    margin-top: 1rem;
  }
  .footerinq-wrap .footerinq__button > div:first-child {
    margin-top: 0;
  }
  .footerinq-wrap .footerinq__button .footerinq__button--tel {
    flex-direction: column;
    gap: 0;
  }
  .footerinq-wrap .footerinq__button .footerinq__button--tel .footerinq__button--telleft {
    font-size: 1.1rem;
    padding: 1rem 0 0.3rem;
  }
  .footerinq-wrap .footerinq__button .footerinq__button--tel .footerinq__button--telleft br {
    display: none;
  }
  .footerinq-wrap .footerinq__button .footerinq__button--tel .footerinq__button--telright {
    padding-bottom: 1rem;
  }
  .footerinq-wrap .footerinq__button .footerinq__button--tel .footerinq__button--telright p {
    margin: 0;
    font-size: 0.9rem;
    text-align: center;
    color: #1D2577;
  }
  .footerinq-wrap .footerinq__button .footerinq__button--tel .footerinq__button--telright a {
    font-size: 1.7rem;
  }
  .footerinq-wrap .footerinq__button .footerinq__button--form a {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .footerinq-wrap .footerinq__button .footerinq__button--form a span {
    margin-right: 0.3rem;
    font-size: 30px;
  }
}
/* コンテンツ
--------------------------------------------- */
main.site-main {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 150px;
}

@media (max-width: 768px) {
  main.site-main {
    padding-top: 50px;
  }
}
/* トップページ
--------------------------------------------- */
.home__mainimage {
  width: 100vw;
  height: 650px;
  margin-left: calc(-50vw + 50%);
}
.home__mainimage .wp-block-cover__inner-container {
  max-width: 800px;
  background-color: rgba(29, 37, 119, 0.35);
}
.home__mainimage .wp-block-cover__inner-container p.home__mainimage--title {
  margin: 2rem auto;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  .home__mainimage {
    height: calc(100vh - 50px - 45px);
  }
  .home__mainimage .wp-block-cover__inner-container p.home__mainimage--title {
    margin: 2rem auto;
    font-size: 1.5rem !important;
  }
}
/*リード部分*/
.home__lcwrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0;
  background: url("../../uploads/2025/07/home__leadcontents-bgtown.svg") no-repeat center bottom/contain;
}

.home__leadcontents {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.home__leadcontents .home__leadcontents--left {
  position: relative;
}
.home__leadcontents .home__leadcontents--left h2 {
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1D2577;
}
.home__leadcontents .home__leadcontents--left .home__leadcontents-illust {
  display: block;
  position: absolute;
  left: -50px;
  bottom: 30px;
  width: 40%;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .home__lcwrap {
    padding: 3rem 0;
    background-size: 200%;
  }
  .home__leadcontents {
    margin: 0 auto;
    gap: 0;
  }
  .home__leadcontents .home__leadcontents--left h2 {
    margin: 0 0 1rem;
    font-size: 1.2rem;
  }
  .home__leadcontents .home__leadcontents--left .home__leadcontents-illust {
    left: 0;
    bottom: 30px;
    width: 70%;
  }
}
/*サービス４項目*/
.home__service--wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: 5rem;
  background-color: #1D2577;
}
.home__service--wrap .home__service {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.home__service--wrap .home__service .h2mds p {
  color: #1D2577;
  text-shadow: -1px -1px 0 #8388BC, 1px -1px 0 #8388BC, -1px 1px 0 #8388BC, 1px 1px 0 #8388BC;
}
.home__service--wrap .home__service .h2mds h2 {
  color: #EBE737;
}
.home__service--wrap .home__service .h2mds h2::before {
  background-color: #EBE737;
}
.home__service--wrap .home__service .home__service--contents {
  margin-top: 2rem;
  gap: 0;
  box-sizing: border-box;
  border-right: 1px solid #8388BC;
}
.home__service--wrap .home__service .home__service--contents > div {
  width: 25%;
  padding-bottom: 5rem;
  box-sizing: border-box;
  border-left: 1px solid #8388BC;
}
.home__service--wrap .home__service .home__service--contents > div figure {
  margin: 0;
}
.home__service--wrap .home__service .home__service--contents > div figure img {
  display: block;
  width: 100%;
}
.home__service--wrap .home__service .home__service--contents > div h3 {
  width: 90%;
  margin: 1rem auto 0;
  font-size: 1.35rem;
  font-weight: 500;
  text-align: center;
  color: #EBE737;
}
.home__service--wrap .home__service .home__service--contents > div p {
  width: 90%;
  margin: 1rem auto 0;
  color: #fff;
}
.home__service--wrap .home__service .home__service--contents > div > div.wp-block-buttons {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
  line-height: 1;
}
.home__service--wrap .home__service .home__service--contents > div > div.wp-block-buttons a {
  padding: 0.5em 1.5em;
  background-color: #1D2577;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 1.05rem;
  font-weight: 500;
}
.home__service--wrap .home__service .home__service--contents > div > div.wp-block-buttons a:hover {
  background-color: #EBE737;
  border-color: #EBE737;
  color: #1D2577;
}
.home__service--wrap .home__service .home__service--contents > div > div.wp-block-buttons a::after {
  content: "\eaaa";
  font-family: "Material Symbols Outlined";
  vertical-align: middle;
  margin-left: 0.5rem;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .home__service--wrap {
    padding-top: 3rem;
  }
  .home__service--wrap .home__service {
    margin: 0 auto;
  }
  .home__service--wrap .home__service .home__service--contents {
    margin-top: 2rem;
    border-right: 0;
  }
  .home__service--wrap .home__service .home__service--contents > div {
    width: 100%;
    padding-bottom: 5rem;
    border-left: 0;
  }
  .home__service--wrap .home__service .home__service--contents > div figure {
    width: 100%;
    margin: 0 auto;
  }
  .home__service--wrap .home__service .home__service--contents > div figure img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home__service--wrap .home__service .home__service--contents > div h3 {
    width: 100%;
    margin: 0.5rem auto 0;
    font-size: 1.2rem;
  }
  .home__service--wrap .home__service .home__service--contents > div p {
    width: 100%;
    margin: 0.5rem auto 0;
  }
  .home__service--wrap .home__service .home__service--contents > div > div.wp-block-buttons {
    margin: 1rem auto 0;
  }
  .home__service--wrap .home__service .home__service--contents > div > div.wp-block-buttons a {
    padding: 0.5em 1.5em;
    font-size: 1rem;
  }
}
/*実績紹介*/
.home__achievement {
  padding: 5rem 0;
}
.home__achievement .achievement-latest {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2rem;
}
.home__achievement .achievement-latest .achievement-item {
  width: calc(33.3333333333% - 3rem);
}
.home__achievement .achievement-latest .achievement-item .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__achievement .achievement-latest .achievement-item h3.title {
  margin: 0.5em 0 0;
  font-size: 1.1rem;
  font-weight: 500;
}
.home__achievement .achievement-latest .achievement-item .date {
  margin: 0.5em 0 0;
}

@media (max-width: 768px) {
  .home__achievement {
    padding: 3rem 0;
  }
  .home__achievement .achievement-latest {
    flex-direction: column;
    margin-top: 0;
  }
  .home__achievement .achievement-latest .achievement-item {
    width: 100%;
    margin-top: 2rem;
  }
  .home__achievement .achievement-latest .achievement-item h3.title {
    margin: 0;
    font-size: 1rem;
  }
  .home__achievement .achievement-latest .achievement-item .date {
    margin: 0;
  }
}
/*お知らせ*/
.home__news {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0;
  background-color: #DDDFF1;
}
.home__news .home__newsinner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.home__news .home__newsinner .h2mds p {
  color: #DDDFF1;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.home__news .home__newsinner .latest-posts-simple {
  max-width: 1000px;
  margin: 2rem auto 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #000;
}
.home__news .home__newsinner .latest-posts-simple li {
  padding: 1.5rem;
  border-bottom: 1px solid #000;
}
.home__news .home__newsinner .latest-posts-simple li span {
  margin-right: 2em;
}

@media (max-width: 768px) {
  .home__news {
    padding: 3rem 0;
  }
  .home__news .home__newsinner .latest-posts-simple {
    margin: 2rem auto 0;
  }
  .home__news .home__newsinner .latest-posts-simple li {
    padding: 1rem;
  }
  .home__news .home__newsinner .latest-posts-simple li span {
    display: block;
    margin-right: 0;
  }
}
/*ホーム下部リンク*/
.home__infolink {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0;
  background: #000 url("../../uploads/2025/07/home__infolink_bg.jpg");
  background-position: center center;
  background-size: cover;
}
.home__infolink .home__infolinkinner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  gap: 5rem;
  align-items: center !important;
}
.home__infolink .home__infolinkinner .home__infolink--left p {
  margin: 0;
  color: #fff;
}
.home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn {
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 3.5rem;
  text-decoration: none;
}
.home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn:hover {
  background-color: rgba(235, 231, 55, 0.85);
  color: #1D2577;
}
.home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn:first-child {
  margin: 0;
}
.home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn .home__infolinkbtninner {
  position: relative;
  padding: 1rem;
}
.home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn .home__infolinkbtninner .home__infolinkbtn--sub {
  margin-left: 6rem;
}
.home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn .home__infolinkbtninner .home__infolinkbtn--main {
  margin-left: 6rem;
  font-size: 1.5rem;
}
.home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn .home__infolinkbtninner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5rem;
  height: 2px;
  background-color: #1D2577;
}

@media (max-width: 768px) {
  .home__infolink {
    padding: 3rem 0;
  }
  .home__infolink .home__infolinkinner {
    gap: 3rem;
  }
  .home__infolink .home__infolinkinner .home__infolink--left p {
    width: 90%;
    margin: 0 auto;
  }
  .home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn {
    display: block;
    width: 90%;
    margin: 1.5rem auto 0;
  }
  .home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn:first-child {
    margin: 0 auto;
  }
  .home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn .home__infolinkbtninner {
    position: relative;
    padding: 1rem;
  }
  .home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn .home__infolinkbtninner .home__infolinkbtn--sub {
    margin-left: 2rem;
    font-size: 0.9rem;
  }
  .home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn .home__infolinkbtninner .home__infolinkbtn--main {
    margin-left: 2rem;
    font-size: 1.3rem;
  }
  .home__infolink .home__infolinkinner .home__infolink--right .home__infolinkbtn .home__infolinkbtninner::before {
    width: 2rem;
  }
}
/* サービス内容
--------------------------------------------- */
.achievement_carousel {
  padding: 0 0 3rem;
}

.achievement_carousel .swiper-pagination {
  display: none !important;
}

.achievement_carousel .jd-card__thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
}

.achievement_carousel .jd-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.achievement_carousel .jd-card__no-thumb {
  aspect-ratio: 1/1;
}

.achievement_carousel .jd-card,
.achievement_carousel .jd-card__thumb img,
.achievement_carousel .jd-card__no-thumb {
  border-radius: 0 !important;
}

.achievement_carousel .swiper-button-prev,
.achievement_carousel .swiper-button-next {
  border-radius: 0 !important;
}

.middlecta__wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 3rem 0;
  background-color: #1D2577;
}
.middlecta__wrap .middlecta__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.middlecta__wrap .middlecta__inner .middlecta__title {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.middlecta__wrap .middlecta__inner .middlecta__title::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  bottom: -0.5rem;
  width: 1px;
  height: 2rem;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}
.middlecta__wrap .middlecta__inner .middlecta__title::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  bottom: -0.5rem;
  width: 1px;
  height: 2rem;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 1.5rem 0 0;
  gap: 3rem;
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap .telbox {
  flex: 1;
  margin-bottom: 0;
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap .telbox a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  border-radius: 3px;
  background: #fff;
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap .telbox a .telbox__title p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2em;
  text-align: center;
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap .telbox a .telbox__number p {
  margin: 0;
  line-height: 1.2em;
  text-align: center;
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap .telbox a .telbox__number p.telbox__number--num {
  font-size: 2.2rem;
  font-weight: 500;
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap .telbox a:hover {
  color: #1D2577;
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap .formbox {
  flex: 1;
  margin-bottom: 0;
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap .formbox a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  border-radius: 3px;
  background: #fff;
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap .formbox a p {
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1em;
  text-align: center;
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap .formbox a p span {
  font-size: 1.5em;
}
.middlecta__wrap .middlecta__inner .middlecta__button-wrap .formbox a:hover {
  color: #1D2577;
  background: #EBE737;
}

@media (max-width: 768px) {
  .middlecta__wrap {
    padding: 2rem 0;
  }
  .middlecta__wrap .middlecta__inner .middlecta__title {
    font-size: 1rem;
  }
  .middlecta__wrap .middlecta__inner .middlecta__button-wrap {
    flex-direction: column;
    margin: 1.5rem 0 0;
    gap: 1rem;
  }
  .middlecta__wrap .middlecta__inner .middlecta__button-wrap .telbox a {
    flex-direction: column;
    padding: 1rem;
    gap: 0.5rem;
  }
  .middlecta__wrap .middlecta__inner .middlecta__button-wrap .telbox a .telbox__title p {
    margin: 0;
    font-size: 1rem;
  }
  .middlecta__wrap .middlecta__inner .middlecta__button-wrap .telbox a .telbox__title p br {
    display: none;
  }
  .middlecta__wrap .middlecta__inner .middlecta__button-wrap .telbox a .telbox__number p {
    font-size: 0.9rem;
  }
  .middlecta__wrap .middlecta__inner .middlecta__button-wrap .telbox a .telbox__number p.telbox__number--num {
    font-size: 1.7rem;
  }
  .middlecta__wrap .middlecta__inner .middlecta__button-wrap .formbox a {
    padding: 1rem;
  }
  .middlecta__wrap .middlecta__inner .middlecta__button-wrap .formbox a p {
    font-size: 1.1rem;
  }
  .middlecta__wrap .middlecta__inner .middlecta__button-wrap .formbox a p span {
    font-size: 1.5em;
  }
}
.ourswrvices__wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0 0;
  background: #f6f6f6;
}
.ourswrvices__wrap .ourswrvices__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.ourswrvices__wrap .ourswrvices__inner .h2mds p {
  color: #f6f6f6;
}
.ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp {
  margin-top: 3rem;
}
.ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content {
  margin: 2rem 0 0;
  gap: 0;
}
.ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content .ourswrvices__content--photo {
  flex-basis: 58%;
}
.ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content .ourswrvices__content--photo figure {
  margin: 0;
}
.ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content .ourswrvices__content--photo figure img {
  display: block;
}
.ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content .ourswrvices__content--text {
  flex-basis: 42%;
}
.ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content .ourswrvices__content--text h3 {
  box-sizing: border-box;
  margin: 0;
  padding: 1.5rem 0 1.5rem 2rem;
  border-bottom: 1px solid #000;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1em;
}
.ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content .ourswrvices__content--text p {
  box-sizing: border-box;
  margin: 0;
  padding: 1.5rem 2rem 0 2rem;
}
.ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .ourswrvices__wrap {
    padding: 3rem 0 0;
  }
  .ourswrvices__wrap .ourswrvices__inner {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp {
    margin-top: 0;
  }
  .ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content {
    margin: 2rem 0 0;
  }
  .ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content .ourswrvices__content--photo {
    flex-basis: 100%;
  }
  .ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content .ourswrvices__content--text {
    flex-basis: 100%;
    padding-bottom: 2rem;
    border-bottom: 1px solid #999;
  }
  .ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content .ourswrvices__content--text h3 {
    margin: 0;
    padding: 1rem 0;
    border-bottom: 0;
    font-size: 1.15rem;
    color: #1D2577;
  }
  .ourswrvices__wrap .ourswrvices__inner .ourswrvices__content--gp .ourswrvices__content .ourswrvices__content--text p {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
}
.insurance {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #cceecc;
  border-radius: 3px;
}
.insurance p {
  margin: 2rem 0 0;
  padding: 1.5rem;
  text-align: center;
}
.insurance p span {
  margin-right: 1rem;
  font-size: 2em;
  color: green;
}

@media (max-width: 768px) {
  .insurance p {
    margin: 2rem 0 0;
    padding: 1rem;
  }
  .insurance p span {
    display: block;
    margin: 0;
    font-size: 1.7em;
  }
}
.servicearea {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0;
  background-image: url("../../uploads/2025/08/servicearea_bg.jpg");
  background-size: cover;
}
.servicearea .servicearea__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.servicearea .servicearea__inner .h2mds p {
  color: #f6f6f6;
}
.servicearea .servicearea__inner .servicearea__column {
  max-width: 1000px;
  margin: 2rem auto 0;
  align-items: center;
  gap: 4rem;
}
.servicearea .servicearea__inner .servicearea__column .servicearea__map img {
  display: block;
  border-radius: 3px;
}
.servicearea .servicearea__inner .servicearea__column .servicearea__comment p {
  margin: 1em 0 0;
  font-size: 1.375rem;
  font-weight: 500;
}
.servicearea .servicearea__inner .servicearea__column .servicearea__comment p:first-child {
  margin: 0;
}
.servicearea .servicearea__inner .servicearea__column .servicearea__comment img {
  display: block;
  width: 60%;
  margin: 3rem auto 0;
}

@media (max-width: 768px) {
  .servicearea {
    padding: 3rem 0;
  }
  .servicearea .servicearea__inner .servicearea__column {
    margin: 1rem auto 0;
    gap: 0.5rem;
  }
  .servicearea .servicearea__inner .servicearea__column .servicearea__map img {
    display: block;
    border-radius: 3px;
  }
  .servicearea .servicearea__inner .servicearea__column .servicearea__comment p {
    margin: 0;
    font-size: 1.05rem;
    text-align: center;
  }
  .servicearea .servicearea__inner .servicearea__column .servicearea__comment img {
    width: 40%;
    margin: 1rem auto 0;
  }
}
.nayamiomakase {
  padding: 5rem 0;
}
.nayamiomakase .nayami5nin {
  gap: 0 3rem;
}
.nayamiomakase .nayamiomakase__message {
  max-width: 1000px;
  margin: 3rem auto 0;
}
.nayamiomakase .nayamiomakase__message .nayamiomakase--photo figure {
  margin: 0;
}
.nayamiomakase .nayamiomakase__message .nayamiomakase--photo figure img {
  border-radius: 50%;
}
.nayamiomakase .nayamiomakase__message .nayamiomakase--text {
  display: flex;
  align-items: center;
}
.nayamiomakase .nayamiomakase__message .nayamiomakase--text p {
  transform: rotate(-3deg);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #1D2577;
}
.nayamiomakase .nayamiomakase__message .nayamiomakase--text p span {
  background: linear-gradient(transparent 70%, #EBE737 70%);
}

@media (max-width: 768px) {
  .nayamiomakase {
    padding: 3rem 0;
  }
  .nayamiomakase .nayami5nin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 1rem 0;
  }
  .nayamiomakase .nayami5nin figure {
    width: 32%;
  }
  .nayamiomakase .nayamiomakase__message {
    margin: 2rem auto 0;
    gap: 0;
  }
  .nayamiomakase .nayamiomakase__message .nayamiomakase--photo figure {
    margin: 0;
  }
  .nayamiomakase .nayamiomakase__message .nayamiomakase--text p {
    width: 100%;
    margin: -0.5rem 0 0;
    font-size: 2rem;
    text-align: center;
  }
}
.cleanservice__wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0 0;
  background: #f6f6f6;
}
.cleanservice__wrap .cleanservice__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.cleanservice__wrap .cleanservice__inner .h2mds p {
  color: #f6f6f6;
}
.cleanservice__wrap .cleanservice__inner .cleanservice__subttl {
  margin-top: 2rem;
}
.cleanservice__wrap .cleanservice__inner .cleanservice__subttl .subsub {
  margin: 0;
  font-size: 1.1rem;
  text-align: center;
  color: #79651D;
}
.cleanservice__wrap .cleanservice__inner .cleanservice__subttl .submain {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 800;
  text-align: center;
  color: #1D2577;
}
.cleanservice__wrap .cleanservice__inner .cleanservice__subttl .submain span {
  background: linear-gradient(transparent 70%, #EBE737 70%);
}
.cleanservice__wrap .cleanservice__inner .cleanservice__subttl .submain br {
  display: none;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap {
  max-width: 1000px;
  margin: 3rem auto 0;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column {
  margin-top: 1.5rem;
  padding: 2rem;
  background: #fff;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text {
  flex: 2;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text .cleanservice-plan__textwrap {
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  margin: 0;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text .cleanservice-plan__textwrap h3 {
  margin: 0;
  padding: 0 0 1rem;
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
  font-weight: 500;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text .cleanservice-plan__textwrap p {
  margin: 1rem 0 0;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text .cleanservice-plan__textwrap p.clprice {
  font-size: 1.1rem;
  font-weight: 500;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text .cleanservice-plan__textwrap p.clprice span {
  font-size: 2.2rem;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__pict {
  flex: 1;
  display: flex;
  align-items: center;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__pict figure {
  margin: 0 auto;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__pict figure.cltruck01 {
  width: 65%;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__pict figure.cltruck02 {
  width: 75%;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__pict figure.cltruck03 {
  width: 85%;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__pict figure.cltruck04 {
  width: 90%;
}
.cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__pict figure.cltruck05 {
  width: 100%;
}
.cleanservice__wrap .cleanservice__inner .clnotice {
  max-width: 1000px;
  margin: 2rem auto 0;
}
.cleanservice__wrap .cleanservice__inner .clinclude {
  max-width: 1000px;
  margin: 2rem auto 0;
}
.cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service1 {
  box-sizing: border-box;
  padding: 2rem;
  background-color: #DDDFF2;
  background-image: url("../../uploads/2025/08/maru2.png");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service1 .clinclude__list {
  margin: 2rem 0 0;
  gap: 2rem 0;
}
.cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service1 .clinclude__list span {
  margin-right: 0.3rem;
}
.cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service2 {
  box-sizing: border-box;
  padding: 2rem;
  background-color: #EFEEB2;
  background-image: url("../../uploads/2025/08/sankaku2.png");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service2 .clinclude__list {
  margin: 2rem 0 0;
  gap: 0.8rem 0;
}
.cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service2 .clinclude__list span {
  margin-right: 0.3rem;
}
.cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service2 .clinclude__list--added {
  margin: 0.8rem 0 0;
}
.cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service2 .clinclude__list--added span {
  margin-right: 0.3rem;
}
.cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service2 .clinclude__list--added2 {
  margin: 0;
  font-size: 0.85rem;
}
.cleanservice__wrap .cleanservice__inner .clinclude h3 {
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
  color: #1D2577;
}
.cleanservice__wrap .cleanservice__inner .clinclude .clinclude__subttl {
  margin: 0.3rem 0 0;
  text-align: center;
}

@media (max-width: 768px) {
  .cleanservice__wrap {
    padding: 3rem 0 0;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice__subttl {
    margin-top: 2rem;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice__subttl .subsub {
    margin: 0;
    font-size: 1rem;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice__subttl .submain {
    margin: 0;
    font-size: 1.4rem;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice__subttl .submain br {
    display: block;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap {
    margin: 1.5rem auto 0;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column {
    margin: 0;
    padding: 1rem;
    gap: 1rem 0;
    border: 1px solid #ccc;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text {
    flex: 2;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text .cleanservice-plan__textwrap {
    margin: 0;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text .cleanservice-plan__textwrap h3 {
    margin: 0;
    padding: 0 0 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text .cleanservice-plan__textwrap p {
    margin: 0.5rem 0 0;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text .cleanservice-plan__textwrap p.clprice {
    font-size: 1rem;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__text .cleanservice-plan__textwrap p.clprice span {
    font-size: 1.8rem;
  }
  .cleanservice__wrap .cleanservice__inner .cleanservice-plan__wrap .cleanservice-plan__column .cleanservice-plan__pict figure {
    margin: 0 auto;
  }
  .cleanservice__wrap .cleanservice__inner .clnotice {
    margin: 1rem auto 0;
  }
  .cleanservice__wrap .cleanservice__inner .clinclude {
    margin: 2rem auto 0;
  }
  .cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service1 .clinclude__list {
    margin: 1em 0 0 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem 0;
  }
  .cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service2 .clinclude__list {
    margin: 1em 0 0 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem 0;
  }
  .cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service2 .clinclude__list--added {
    margin: 0.5rem 0 0;
    padding: 0 0 0 2rem;
  }
  .cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service2 .clinclude__list--added span {
    margin-right: 0.3rem;
  }
  .cleanservice__wrap .cleanservice__inner .clinclude .clinclude__service2 .clinclude__list--added2 {
    margin: 0;
    padding: 0 0 0 2rem;
    font-size: 0.85rem;
  }
  .cleanservice__wrap .cleanservice__inner .clinclude h3 {
    margin: 0;
    font-size: 1.3rem;
  }
  .cleanservice__wrap .cleanservice__inner .clinclude .clinclude__subttl {
    margin: 0.3rem 0 0;
  }
}
.cleanup-recycle {
  padding: 3rem 0;
}
.cleanup-recycle .cleanup-recycle__title h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
}
.cleanup-recycle .cleanup-recycle__title p {
  margin: 1rem 0 0;
  text-align: center;
}
.cleanup-recycle .cleanup-recycle__image {
  margin-top: 1.5rem;
  gap: 1.5rem;
}
.cleanup-recycle .cleanup-recycle__image figure img {
  display: block;
  border-radius: 50%;
}
.cleanup-recycle .cleanup-recycle__image p {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cleanup-recycle {
    padding: 3rem 0;
  }
  .cleanup-recycle .cleanup-recycle__title h2 {
    font-size: 1.3rem;
  }
  .cleanup-recycle .cleanup-recycle__title p {
    margin: 0.5rem 0 0;
    text-align: left;
  }
  .cleanup-recycle .cleanup-recycle__image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 1rem;
    gap: 1.5rem 0;
  }
  .cleanup-recycle .cleanup-recycle__image > div {
    width: 40%;
  }
  .cleanup-recycle .cleanup-recycle__image figure img {
    display: block;
    border-radius: 50%;
  }
  .cleanup-recycle .cleanup-recycle__image p {
    margin: 0 auto;
  }
}
.selltous__wrap {
  padding: 5rem 0;
}
.selltous__wrap .selltous__image {
  max-width: 1000px;
  margin: 2rem auto 0;
}
.selltous__wrap .selltous__comment {
  max-width: 1000px;
  margin: 2rem auto 0;
  padding: 2rem 0;
  text-align: center;
  background-color: #EFEEB2;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .selltous__wrap {
    padding: 3rem 0;
  }
  .selltous__wrap .selltous__image {
    flex-direction: column;
    width: 90%;
    margin: 2rem auto 0;
  }
  .selltous__wrap .selltous__image .wp-block-image {
    width: 100% !important;
  }
  .selltous__wrap .selltous__comment {
    width: 90%;
    margin: 1rem auto 0;
    padding: 1rem;
    text-align: left;
  }
  .selltous__wrap .selltous__comment br {
    display: none;
  }
}
/* コンテナ：横スクロール領域 */
.auto-marquee {
  overflow: hidden;
  width: 100%;
  margin: 3rem 0 0;
  /* お好みの高さに。画像が縦に潰れないようobject-fitで調整 */
  --marquee-height: 300px;
  --marquee-gap: .5rem;
  --marquee-speed: 45s; /* 速さ（数値を小さくすると速くなる）*/
  --marquee-pause-on-hover: 1; /* 1でホバー停止、0で常時流しっぱなし */
}

/* 並びレーン */
.auto-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: var(--marquee-gap);
  /* 2セット連結した全幅を左へ流す */
  animation: marquee-slide linear infinite var(--marquee-speed);
  will-change: transform;
}

/* 画像共通 */
.auto-marquee__track img {
  height: var(--marquee-height);
  width: auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ホバーで一時停止（必要なときだけ） */
.auto-marquee:hover .auto-marquee__track {
  animation-play-state: calc(var(--marquee-pause-on-hover) * 0) paused;
}

/* prefers-reduced-motion でゆっくり or 停止に配慮 */
@media (prefers-reduced-motion: reduce) {
  .auto-marquee__track {
    animation-duration: calc(var(--marquee-speed) * 2);
  }
}
/* スクロールのキーフレーム
   1セット分の幅だけ左にスライドさせる→同じ並びが続いて無限ループに見える */
@keyframes marquee-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* レスポンシブ微調整 */
@media (max-width: 768px) {
  .auto-marquee {
    --marquee-height: 140px;
    --marquee-gap: 16px;
  }
}
/* 保有車両・設備
--------------------------------------------- */
#post-22 .vehicles__wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0;
  background-color: #f6f6f6;
}
#post-22 .vehicles__wrap .vehicles__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
#post-22 .vehicles__wrap .vehicles__inner .h2mds p {
  color: #f6f6f6;
}
#post-22 .equipment__wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0;
  background-color: #fff;
}
#post-22 .equipment__wrap .equipment__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
#post-22 .equipment__wrap .equipment__inner .h2mds p {
  color: #fff;
}
#post-22 .equip__photo {
  max-width: 1000px;
  margin: 3rem auto 0;
}
#post-22 .equip__text {
  max-width: 1000px;
  margin: 3rem auto 0;
  gap: 0 2rem;
}
#post-22 .equip__text p {
  box-sizing: border-box;
  padding: 1.5em 1em;
  border-bottom: 1px solid #000;
}
#post-22 .equip__text p:first-child {
  border-top: 1px solid #000;
}
#post-22 .equip__text p:nth-child(2) {
  border-top: 1px solid #000;
}

@media (max-width: 768px) {
  #post-22 .vehicles__wrap {
    padding: 3rem 0;
  }
  #post-22 .equipment__wrap {
    padding: 3rem 0;
  }
  #post-22 .equip__photo {
    flex-direction: column;
    margin: 2rem auto 0;
  }
  #post-22 .equip__photo > figure {
    width: 100% !important;
  }
  #post-22 .equip__text {
    width: 94%;
    margin: 2rem auto 0;
    gap: 0 1rem;
  }
  #post-22 .equip__text p {
    padding: 0.5em 1em;
  }
}
/* 会社情報
--------------------------------------------- */
#post-24 .company__message {
  padding: 5rem 0;
}
#post-24 .company__message .company__message--inner {
  max-width: 1000px;
  margin: 2rem auto 0;
  gap: 3rem;
}
#post-24 .company__message .company__message--inner .company__message--left {
  flex-basis: unset;
  width: 60%;
  letter-spacing: 0.15em;
}
#post-24 .company__message .company__message--inner .company__message--left strong {
  font-size: 1.5rem;
  font-weight: 500;
}
#post-24 .company__message .company__message--inner .company__message--right {
  flex-basis: unset;
  width: 40%;
}
#post-24 .companyprofile {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0;
  background-color: #f6f6f6;
}
#post-24 .companyprofile .h2mds p {
  color: #f6f6f6;
}
#post-24 .companyprofile .companyprofile--inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
#post-24 .companyprofile .companyprofile--inner .companyprofile--table {
  max-width: 1000px;
  margin: 2rem auto 0;
}
#post-24 .companyprofile .companyprofile--inner .companyprofile--table table {
  border: 0;
  border-collapse: collapse;
}
#post-24 .companyprofile .companyprofile--inner .companyprofile--table table tr td {
  padding: 1rem;
  border: 0;
  border-top: 1px solid #777;
}
#post-24 .companyprofile .companyprofile--inner .companyprofile--table table tr td:first-child {
  width: 20%;
  min-width: 8em;
  border-top: 3px solid #777;
  text-align: center;
}
#post-24 .companyprofile .companyprofile--inner .companyprofile--table table tr:last-child td {
  border-bottom: 1px solid #777;
}
#post-24 .companyprofile .companyprofile--inner .companyprofile--table table tr:last-child td:first-child {
  border-bottom: 3px solid #777;
}
#post-24 .companyaccess {
  padding: 5rem 0;
}
#post-24 .companyaccess .companyaccess__map {
  display: block;
  width: 100%;
  height: 500px;
  margin: 2rem auto 0;
  border: 0;
}

@media (max-width: 768px) {
  #post-24 .company__message {
    padding: 3rem 0;
  }
  #post-24 .company__message .company__message--inner {
    flex-direction: column-reverse;
    margin: 2rem auto 0;
    gap: 1rem;
  }
  #post-24 .company__message .company__message--inner .company__message--left {
    width: 100%;
    letter-spacing: 0;
  }
  #post-24 .company__message .company__message--inner .company__message--left p {
    margin: 0.7rem 0;
  }
  #post-24 .company__message .company__message--inner .company__message--left p:last-child {
    text-align: right;
  }
  #post-24 .company__message .company__message--inner .company__message--left strong {
    font-size: 1.3rem;
  }
  #post-24 .company__message .company__message--inner .company__message--right {
    width: 60%;
    margin: 0 auto;
  }
  #post-24 .company__message .company__message--inner .company__message--right figure {
    margin: 0;
  }
  #post-24 .companyprofile {
    padding: 3rem 0;
  }
  #post-24 .companyprofile .companyprofile--inner .companyprofile--table {
    margin: 2rem auto 0;
  }
  #post-24 .companyprofile .companyprofile--inner .companyprofile--table table {
    border: 0;
    border-collapse: collapse;
  }
  #post-24 .companyprofile .companyprofile--inner .companyprofile--table table tr {
    display: flex;
    flex-direction: column;
  }
  #post-24 .companyprofile .companyprofile--inner .companyprofile--table table tr td {
    padding: 0 0.5rem 0.5rem 1.5rem;
    border: 0;
    border-top: 0;
  }
  #post-24 .companyprofile .companyprofile--inner .companyprofile--table table tr td:first-child {
    width: 100%;
    min-width: 100%;
    padding: 0.5rem 0.5rem 0;
    border-top: 1px solid #777;
    font-weight: 600;
    text-align: left;
  }
  #post-24 .companyprofile .companyprofile--inner .companyprofile--table table tr:last-child td {
    border-bottom: 1px solid #777;
  }
  #post-24 .companyprofile .companyprofile--inner .companyprofile--table table tr:last-child td:first-child {
    border-bottom: 0;
  }
  #post-24 .companyaccess {
    padding: 3rem 0;
  }
  #post-24 .companyaccess .companyaccess__map {
    display: block;
    width: 100%;
    height: 500px;
    margin: 2rem auto 0;
    border: 0;
  }
}
/* 採用情報
--------------------------------------------- */
#post-26 .h2mds {
  margin-top: 5rem;
}
#post-26 .job-details-list {
  width: 94%;
  max-width: 1000px;
  margin: 3rem auto 5rem;
}
#post-26 .job-details-list .job-details-item {
  margin-top: 3rem;
}
#post-26 .job-details-list .job-details-item h3.job-title {
  position: relative;
  width: 300px;
  margin: 0;
  padding: 0.5em 0 0.5em 30px;
  font-size: 1.375rem;
  line-height: 1em;
  color: #1D2577;
  background-color: #EBE737;
}
#post-26 .job-details-list .job-details-item h3.job-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #1D2577;
  content: "";
}
#post-26 .job-details-list .job-details-item .job-content {
  margin: 1.5rem 0;
}
#post-26 .job-details-list .job-details-item .job-content table {
  border: 0;
  border-collapse: collapse;
}
#post-26 .job-details-list .job-details-item .job-content table tr td {
  padding: 1rem;
  border: 0;
  border-top: 1px solid #777;
}
#post-26 .job-details-list .job-details-item .job-content table tr td:first-child {
  width: 20%;
  min-width: 8em;
  border-top: 3px solid #777;
  text-align: center;
}
#post-26 .job-details-list .job-details-item .job-content table tr:last-child td {
  border-bottom: 1px solid #777;
}
#post-26 .job-details-list .job-details-item .job-content table tr:last-child td:first-child {
  border-bottom: 3px solid #777;
}

@media (max-width: 768px) {
  #post-26 .h2mds {
    margin-top: 3rem;
  }
  #post-26 .job-details-list {
    width: 100%;
    margin: 2rem auto 5rem;
  }
  #post-26 .job-details-list .job-details-item {
    margin-top: 3rem;
  }
  #post-26 .job-details-list .job-details-item h3.job-title {
    width: 100%;
    margin: 0;
    padding: 0.5em 0 0.5em 30px;
    font-size: 1.2rem;
  }
  #post-26 .job-details-list .job-details-item h3.job-title::before {
    width: 20px;
  }
  #post-26 .job-details-list .job-details-item .job-content {
    margin: 1rem 0;
  }
  #post-26 .job-details-list .job-details-item .job-content table tr {
    display: flex;
    flex-direction: column;
  }
  #post-26 .job-details-list .job-details-item .job-content table tr td {
    padding: 0 0.5rem 0.5rem 1.5rem;
    border-top: 0;
  }
  #post-26 .job-details-list .job-details-item .job-content table tr td:first-child {
    width: 100%;
    min-width: 100%;
    padding: 0.5rem 0.5rem 0;
    border-top: 1px solid #777;
    font-weight: 600;
    text-align: left;
  }
  #post-26 .job-details-list .job-details-item .job-content table tr:last-child td {
    border-bottom: 1px solid #777;
  }
  #post-26 .job-details-list .job-details-item .job-content table tr:last-child td:first-child {
    border-bottom: 0;
  }
  #post-26 .job-details-list .job-details-item .job-content .btn__learnmore {
    margin-top: 1rem;
  }
}
/* お知らせ・実績
--------------------------------------------- */
.nwpage__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 5rem 0;
}
.nwpage__wrap .post__wrap {
  width: 94%;
  max-width: 800px;
}
.nwpage__wrap .post__wrap article {
  margin-top: 3rem;
  padding: 3rem;
  box-sizing: border-box;
  border: 3px solid #ccc;
}
.nwpage__wrap .post__wrap article:first-child {
  margin: 0;
}
.nwpage__wrap .post__wrap article .entry-header {
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.nwpage__wrap .post__wrap article .entry-header h1, .nwpage__wrap .post__wrap article .entry-header h2 {
  margin: 0.3rem 0 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.nwpage__wrap .post__wrap article .entry-header .entry-meta .posted-on {
  position: relative;
}
.nwpage__wrap .post__wrap article .entry-header .entry-meta .posted-on::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8rem;
  width: calc(100% - 8rem);
  border-top: 1px solid #000;
}
.nwpage__wrap .post__wrap article .entry-content {
  margin-top: 3rem;
}
.nwpage__wrap .post__wrap article .entry-footer {
  display: none;
}
.nwpage__wrap .post__wrap .post-navigation .nav-links {
  margin-top: 2rem;
}
.nwpage__wrap .widget-area {
  width: 94%;
  max-width: 320px;
}
.nwpage__wrap .widget-area .widget-area__inner {
  position: sticky;
  top: calc(1rem + 80px);
  border-top: 1px solid #000;
}
.nwpage__wrap .widget-area .widget_block {
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid #000;
}
.nwpage__wrap .widget-area .widget_block .wp-block-heading {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}
.nwpage__wrap .widget-area .widget_block ul {
  list-style: disc;
  margin: 0.5rem 0 0 2em;
  padding: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 3rem;
}

.pagination a,
.pagination span {
  padding: 6px 12px;
  border: 1px solid #ccc;
  text-decoration: none;
}

.pagination .current {
  background: #A03D4F;
  color: #fff;
  border-color: #A03D4F;
}

@media (max-width: 768px) {
  .nwpage__wrap {
    flex-direction: column;
    padding: 3rem 0;
  }
  .nwpage__wrap .post__wrap {
    width: 100%;
  }
  .nwpage__wrap .post__wrap article {
    margin-top: 2rem;
    padding: 1.5rem;
  }
  .nwpage__wrap .post__wrap article .entry-header {
    padding-bottom: 1rem;
  }
  .nwpage__wrap .post__wrap article .entry-header h1, .nwpage__wrap .post__wrap article .entry-header h2 {
    margin: 0.3rem 0 0;
    font-size: 1.3rem;
  }
  .nwpage__wrap .post__wrap article .entry-content {
    margin-top: 1.5rem;
  }
  .nwpage__wrap .post__wrap .post-navigation .nav-links {
    margin-top: 2rem;
  }
  .nwpage__wrap .post__wrap .post-navigation .nav-links {
    flex-direction: column;
    gap: 1rem;
  }
  .nwpage__wrap .post__wrap .post-navigation .nav-links .nav-previous, .nwpage__wrap .post__wrap .post-navigation .nav-links .nav-next {
    text-align: center;
    background-color: #BDBFD2;
    border-radius: 3px;
  }
  .nwpage__wrap .widget-area {
    width: 100%;
    max-width: none;
    margin-top: 2rem;
  }
  .nwpage__wrap .widget-area .widget-area__inner {
    position: relative;
    top: 0;
  }
  .nwpage__wrap .widget-area .widget_block {
    margin: 0;
    padding: 1.5rem 0;
    border-bottom: 1px solid #000;
  }
  .nwpage__wrap .widget-area .widget_block .wp-block-heading {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
  }
  .nwpage__wrap .widget-area .widget_block ul {
    list-style: disc;
    margin: 0.5rem 0 0 2em;
    padding: 0;
  }
  .pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 3rem;
  }
  .pagination a,
  .pagination span {
    padding: 6px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
  }
  .pagination .current {
    background: #A03D4F;
    color: #fff;
    border-color: #A03D4F;
  }
}
/* お問い合わせ
--------------------------------------------- */
.inquiry-form__wrap {
  padding: 5rem 0;
}
.inquiry-form__wrap .wp-block-kadence-tab {
  padding: 0 !important;
}
.inquiry-form__wrap .inquiry-form__inner {
  margin: 3rem auto 0;
}
.inquiry-form__wrap .inquiry-form__inner .inner-column-1 {
  padding: 2rem 0 0;
}
.inquiry-form__wrap .inquiry-form__inner .inner-column-1 .kt-title-text {
  text-align: center;
}
.inquiry-form__wrap .inquiry-form__inner .inner-column-1 .kt-title-text br {
  display: none;
}

.inquiryform {
  padding: 3rem;
}
.inquiryform dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  border-top: 1px solid #ccc;
}
.inquiryform dl dt {
  display: flex;
  align-items: center;
  width: 25%;
  margin: 0;
  padding: 2rem;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}
.inquiryform dl dt p {
  width: 100%;
  margin: 0;
  text-align: center;
}
.inquiryform dl dt p .hissu {
  margin-left: 0.5rem;
  padding: 0.3rem;
  background-color: #f00;
  font-size: 0.8rem;
  line-height: 1em;
  color: #fff;
  border-radius: 3px;
}
.inquiryform dl dd {
  display: flex;
  align-items: center;
  width: 75%;
  margin: 0;
  padding: 2rem;
  border-bottom: 1px solid #ccc;
}
.inquiryform dl dd p {
  width: 100%;
  margin: 0;
}
.inquiryform dl dd p input {
  font-size: 1.1rem;
}
.inquiryform dl dd p input.w100 {
  width: 100%;
}
.inquiryform dl dd p input.your-age {
  width: 5em;
}
.inquiryform dl dd p select {
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.inquiryform dl dd p textarea {
  width: 100%;
  height: 15em;
  font-size: 1.1rem;
}
.inquiryform dl dd p span {
  margin: 0;
}
.inquiryform dl dd.your-sex .wpcf7-list-item-label {
  margin-right: 1rem;
}
.inquiryform .submitbtn {
  padding-top: 3rem;
}
.inquiryform .submitbtn input {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1.5rem 3rem;
  font-size: 1.3rem;
  color: #fff;
  background-color: #1D2577;
  transition: 0.3s;
}
.inquiryform .submitbtn input:hover {
  cursor: pointer;
  background-color: #A03D4F;
}

@media (max-width: 768px) {
  .inquiry-form__wrap {
    padding: 3rem 0;
  }
  .inquiry-form__wrap .inquiry-form__inner {
    margin: 2rem auto 0;
  }
  .inquiry-form__wrap .inquiry-form__inner .inner-column-1 {
    padding: 1rem 0 0;
  }
  .inquiry-form__wrap .inquiry-form__inner .inner-column-1 .kt-title-text {
    font-size: 0.9rem;
  }
  .inquiry-form__wrap .inquiry-form__inner .inner-column-1 .kt-title-text br {
    display: block;
  }
  .inquiryform {
    padding: 1rem;
  }
  .inquiryform dl {
    flex-direction: column;
    margin: 0;
    border-top: 1px solid #ccc;
  }
  .inquiryform dl dt {
    width: 100%;
    margin: 0;
    padding: 1.5rem 0.5rem 0.5rem;
    border-bottom: 0;
  }
  .inquiryform dl dt p {
    margin: 0;
    text-align: left;
  }
  .inquiryform dl dt p .hissu {
    margin-left: 0.5rem;
    padding: 0.3rem;
    background-color: #f00;
    font-size: 0.8rem;
    line-height: 1em;
    color: #fff;
    border-radius: 3px;
  }
  .inquiryform dl dd {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 0.5rem 1.5rem;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  .inquiryform dl dd p {
    width: 100%;
    margin: 0;
  }
  .inquiryform dl dd p input {
    width: 100%;
    font-size: 1rem;
  }
  .inquiryform dl dd p input.w100 {
    width: 100%;
  }
  .inquiryform dl dd p input.your-age {
    width: 5em;
  }
  .inquiryform dl dd p select {
    padding: 0.5rem 1rem;
    border-radius: 3px;
  }
  .inquiryform dl dd p textarea {
    width: 100%;
    height: 15em;
    font-size: 1.1rem;
  }
  .inquiryform dl dd p span {
    margin: 0;
  }
  .inquiryform dl dd.your-sex input {
    width: auto;
  }
  .inquiryform dl dd.ppcheck {
    flex-direction: column;
  }
  .inquiryform dl dd.ppcheck input {
    width: auto;
  }
  .inquiryform dl dd.ppcheck .pplink {
    margin-top: 1rem;
  }
  .inquiryform .submitbtn {
    padding-top: 2rem;
  }
  .inquiryform .submitbtn input {
    margin: 0 auto;
    padding: 1.5rem 3rem;
    font-size: 1.2rem;
  }
}
.inquiry-tel__wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 5rem 0;
  background-color: #f6f6f6;
}
.inquiry-tel__wrap .inquiry-tel__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.inquiry-tel__wrap .inquiry-tel__inner .h2mds p {
  color: #f6f6f6;
}
.inquiry-tel__wrap .inquiry-tel__inner .inquiry-tel__content {
  max-width: 1000px;
  margin: 2rem auto 0;
  padding: 2rem;
  box-sizing: border-box;
  background-color: #EFEEB2;
  border-radius: 3px;
}
.inquiry-tel__wrap .inquiry-tel__inner .inquiry-tel__content p {
  margin: 1rem 0 0;
  text-align: center;
}
.inquiry-tel__wrap .inquiry-tel__inner .inquiry-tel__content p:first-child {
  margin: 0;
}
.inquiry-tel__wrap .inquiry-tel__inner .inquiry-tel__content p span {
  margin-left: 1rem;
  font-size: 2.5rem;
  color: #1D2577;
}

@media (max-width: 768px) {
  .inquiry-tel__wrap {
    padding: 3rem 0;
  }
  .inquiry-tel__wrap .inquiry-tel__inner {
    margin: 0 auto;
  }
  .inquiry-tel__wrap .inquiry-tel__inner .inquiry-tel__content {
    margin: 2rem auto 0;
    padding: 2rem;
  }
  .inquiry-tel__wrap .inquiry-tel__inner .inquiry-tel__content p {
    margin: 1rem 0 0;
  }
  .inquiry-tel__wrap .inquiry-tel__inner .inquiry-tel__content p:first-child {
    margin: 0;
  }
  .inquiry-tel__wrap .inquiry-tel__inner .inquiry-tel__content p:first-child br {
    display: none;
  }
  .inquiry-tel__wrap .inquiry-tel__inner .inquiry-tel__content p span {
    margin-left: 1rem;
    font-size: 2rem;
    color: #1D2577;
  }
}
.inquiry-pp__wrap {
  padding: 5rem 0;
}
.inquiry-pp__wrap .inquiry-pp__content {
  max-width: 1000px;
  margin: 2rem auto 0;
}
.inquiry-pp__wrap .inquiry-pp__content h3 {
  margin: 1rem 0 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.inquiry-pp__wrap .inquiry-pp__content p {
  margin: 0.3rem 0 0;
}
.inquiry-pp__wrap .inquiry-pp__content p a {
  text-decoration: underline;
}
.inquiry-pp__wrap .inquiry-pp__content ul {
  margin-top: 0.3rem;
}

@media (max-width: 768px) {
  .inquiry-pp__wrap {
    padding: 3rem 0;
  }
  .inquiry-pp__wrap .inquiry-pp__content {
    margin: 2rem auto 0;
  }
  .inquiry-pp__wrap .inquiry-pp__content h3 {
    margin: 1rem 0 0;
    font-size: 1.1rem;
  }
  .inquiry-pp__wrap .inquiry-pp__content p {
    margin: 0.3rem 0 0;
  }
  .inquiry-pp__wrap .inquiry-pp__content p a {
    text-decoration: underline;
  }
  .inquiry-pp__wrap .inquiry-pp__content ul {
    margin-top: 0.3rem;
    margin-left: 0;
  }
}
/* サンクスページ
--------------------------------------------- */
.thanks__wrap {
  padding: 5rem 0;
}
.thanks__wrap h1 {
  text-align: center;
}
.thanks__wrap p {
  text-align: center;
}
.thanks__wrap .btn__learnmore {
  margin-top: 5rem;
}/*# sourceMappingURL=style.css.map */