@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap");
.fontsizeLL, .icon_title,
.childpage_title {
  font-size: clamp(24px, 4.6vw, 40px);
}

.fontsizeL {
  font-size: clamp(20px, 4.2vw, 30px);
}

.fontsizeM {
  font-size: clamp(16px, 3.6vw, 18px);
}

.fontsizeS {
  font-size: clamp(14px, 2.8vw, 16px);
}

.en {
  font-family: "Outfit", sans-serif;
}

.font-jp {
  font-family: "Zen Maru Gothic", sans-serif;
}

.fontG {
  font-family: "Noto Sans JP", sans-serif;
}

.fontM {
  font-family: "Zen Old Mincho", serif;
}

.flex {
  display: flex;
}

@media (min-width: 768px) {
  .flex-p {
    display: flex;
  }
  .flexSb-p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.flexSb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flexSa {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flexCc {
  display: flex;
  justify-content: center;
  align-items: center;
}

._flexCr {
  flex-direction: column-reverse;
}

._flexRr {
  flex-direction: row-reverse;
}

._flexAc {
  align-items: center;
}

@media (max-width: 600px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (min-width: 601px) {
  .sp {
    display: none;
  }
}
html {
  font-size: 18px;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 70px;
    font-size: clamp(15px, 3.2vw, 18px);
  }
}
@media (max-width: 391px) {
  html {
    font-size: 13px;
  }
}

body {
  font-size: 1rem;
  margin: 0;
  height: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  color: black;
  line-height: 2;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  body {
    line-height: 1.8;
  }
}

main {
  flex-grow: 1;
}

section {
  overflow: hidden;
}

.wrapper {
  display: grid;
  grid-template-columns: 100%;
  min-height: 100vh;
}

input,
select,
textarea,
button {
  -webkit-appearance: none; /* iOS */
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
@media (max-width: 600px) {
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: baseline;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure,
dd {
  margin: 0;
}

p,
li,
dt,
dd,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
nav {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

video {
  max-width: 100%;
}

iframe {
  width: 100%;
}

a {
  color: black;
  transition: color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
}
a img {
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.7;
}

p a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 2.22rem;
}
@media (max-width: 600px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 1.1rem;
}

p,
li,
dd,
td,
th {
  font-size: 1rem;
}
@media (max-width: 600px) {
  p,
  li,
  dd,
  td,
  th {
    font-size: clamp(16px, 2.8vw, 18px);
  }
}

.mb1rem {
  margin-bottom: 1rem;
}

.spacer {
  padding-bottom: 6vw;
}

.ml1em {
  margin-left: 1em !important;
}

.ml2em {
  margin-left: 2em !important;
}

.p1em {
  padding: 1em !important;
}

.mt1rem {
  margin-top: 1rem !important;
}

*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  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%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  text-transform: none;
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

h1#headLogo {
  max-width: 110px;
  width: 40%;
}
@media (min-width: 1025px) {
  h1#headLogo {
    max-width: 172px;
    width: 20%;
  }
}
@media (max-width: 600px) {
  h1#headLogo {
    max-width: 90px;
  }
}
h1#headLogo img {
  vertical-align: text-bottom;
}

#topHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  height: 70px;
}
@media (min-width: 1025px) {
  #topHeader {
    height: 120px;
  }
}
@media (min-width: 1025px) {
  #topHeader {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  #topHeader {
    justify-content: space-between;
  }
}
#topHeader .btn_top-contact {
  margin: 1rem auto;
  width: 80%;
  max-width: 250px;
}
@media (min-width: 1025px) {
  #topHeader .btn_top-contact {
    max-width: 174px;
    margin: 0;
  }
}
#topHeader .btn_top-contact a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #ed872c;
  border-radius: 3em;
  color: white;
  padding: 0.6em 0;
  font-weight: bold;
}
#topHeader .btn_top-contact a:hover {
  text-decoration: none;
  background: #bc6518;
}
@media (min-width: 1025px) {
  #topHeader .btn_top-contact a {
    padding: 0.3em 0;
  }
}
#topHeader .btn_top-contact .material-symbols-outlined {
  padding-right: 8px;
}

#header-right {
  line-height: 1;
  width: 100%;
  margin-top: 5px;
}
#header-right .tel_wrap {
  margin-right: 70px;
  text-align: right;
}
@media (min-width: 1025px) {
  #header-right .tel_wrap {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-right: auto;
  }
}
#header-right .header-tel {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 3.3vw, 20px);
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1;
}
#header-right .header-tel .label {
  vertical-align: middle;
  text-align: center;
  font-size: 60%;
  color: white;
  background: #ed872c;
  padding: 0.2em;
  margin-right: 1em;
  width: 3.2em;
  display: inline-block;
}

@media (min-width: 1025px) {
  .menu-menu-1-container {
    width: calc(100% - 220px);
    max-width: 750px;
  }
  .menu-menu-1-container .sub-menu {
    display: none;
  }
}
.menu-menu-1-container ul#menu-menu-1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu-menu-1-container ul#menu-menu-1 > li {
  text-align: center;
  margin: auto;
  padding-bottom: 0.5em;
  margin-top: 0.4em;
}
.menu-menu-1-container ul#menu-menu-1 > li a {
  font-weight: 600;
  display: block;
  color: black;
}
.menu-menu-1-container ul#menu-menu-1 .menu-item a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.menu-menu-1-container ul#menu-menu-1 .menu-item a:hover {
  opacity: 1;
  color: #ed872c;
}

/* ----- headerNav -----*/
.navRight {
  display: flex;
  margin: 0 0 auto auto;
  position: absolute;
  right: 0;
  top: 0;
}

.hamburger {
  text-align: center;
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #ed872c;
  cursor: pointer;
  z-index: 300;
}
@media (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}

#bg_all {
  display: none;
}

.nav-open {
  z-index: 5;
}
.nav-open #bg_all {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.global-nav {
  font-size: clamp(16px, 3vw, 18px);
  width: 100%;
  display: none;
  position: absolute;
  top: -100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
}
@media (min-width: 1025px) {
  .global-nav {
    margin: 1em auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: static;
  }
}

.nav-open .global-nav {
  transition: all 0.4s;
  display: block;
  padding: 1em;
  opacity: 1;
  visibility: visible;
  min-height: 80vh;
  height: 90svh;
  line-height: 1;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
}
.nav-open .global-nav li a {
  padding: 0.6em 1em;
}
.nav-open .global-nav #menu-gnavi {
  margin: auto;
  font-size: 14px;
}
@media (max-width: 600px) {
  .nav-open .global-nav #menu-gnavi {
    display: block;
    font-size: 4vw;
  }
}
@media (min-width: 1025px) {
  .nav-open .global-nav #menu-gnavi {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.nav-open .global-nav #menu-gnavi li a {
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 600px) {
  .nav-open .global-nav #menu-gnavi li a {
    border-bottom: 1px solid #eee;
    width: 100%;
    display: block;
  }
}
.nav-open .menu-menu-1-container ul#menu-menu-1 {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.nav-open .menu-menu-1-container ul#menu-menu-1 li {
  text-align: left;
}
.nav-open .menu-menu-1-container ul#menu-menu-1 li .sub-menu {
  border-left: 4px solid #eef2f3;
  margin-left: 2em;
}

.hamburger__line {
  position: absolute;
  right: calc((70px - 20px) / 2);
  width: 20px;
  height: 2px;
  background-color: white;
  transition: all linear 0.4s;
}

.hamburger__line--1 {
  top: 24%;
}

.hamburger__line--2 {
  top: 34%;
}

.hamburger__line--3 {
  top: 44%;
}

.hamburger__text {
  font-size: 13px;
  color: white;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  width: 100%;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.4s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 36%;
}

.nav-open .hamburger__line--3 {
  width: 0;
  opacity: 0;
}

.nav-open .hamburger__line--2 {
  transform: rotate(-45deg);
  top: 36%;
}

/* （スライドダウン） */
.menu-item-has-children {
  position: relative;
}

@media (min-width: 1025px) {
  .menu-menu-1-container ul#menu-menu-1 .sub-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
    position: absolute;
    top: 1.4em;
    left: 0;
    z-index: 999;
    background-color: white;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 10px 10px;
    padding: 10px 0;
  }
  .menu-menu-1-container ul#menu-menu-1 .sub-menu li {
    width: 12em;
    padding: 0.5em 1em;
  }
  .menu-menu-1-container ul#menu-menu-1 .sub-menu li a {
    text-align: left;
    font-size: clamp(14px, 2.8vw, 16px);
    font-weight: normal;
  }
  .menu-menu-1-container ul#menu-menu-1 .sub-menu li a:before {
    content: "▸";
    color: #ed872c;
    display: inline-block;
    padding-right: 0.3em;
  }
  #menu-menu-1 li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
/*----------------------*/
.l-content {
  background-color: #faf0e5;
  padding-bottom: 6rem;
  padding-top: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .l-content {
    display: flex;
    align-items: flex-start;
  }
}
.l-content .column-1 {
  max-width: 1040px;
  margin: auto;
}
.l-content aside.sidebar {
  margin: 2rem auto 0 auto;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .l-content aside.sidebar {
    width: 320px;
    padding: 0 1rem 6rem 3rem;
    margin: 0.5rem auto 0;
  }
}
.l-content aside.sidebar h4 {
  font-size: 1rem;
  padding: 0.2em;
  background: #7ebe06;
  border-radius: 8px 8px 0 0;
  text-align: center;
  color: white;
}
@media (max-width: 600px) {
  .l-content aside.sidebar h4 {
    font-size: 1.1rem;
  }
}
.l-content aside.sidebar .report-archive-dropdown,
.l-content aside.sidebar .news-archive-dropdown {
  padding: 0.5em;
}
.l-content aside.sidebar ul {
  margin-bottom: 1rem;
  background: white;
  border-radius: 0 0 8px 8px;
}
.l-content aside.sidebar ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 2.2;
  font-size: 0.9em;
}
.l-content aside.sidebar ul li a:hover {
  text-decoration: underline;
  color: #ed872c;
}
.l-content aside.sidebar .taxonomy_list {
  padding: 0.5em 1em;
}
.l-content aside.sidebar .sidebar_report_list li,
.l-content aside.sidebar .sidebar_news_list li {
  padding: 0.2em 1em;
}
.l-content aside.sidebar .sidebar_report_list li:not(:last-child),
.l-content aside.sidebar .sidebar_news_list li:not(:last-child) {
  border-bottom: 1px dotted #999;
}
.l-content aside.sidebar select {
  margin: 0 auto 1rem auto;
  width: 100%;
  padding: 0.6em;
  background-color: white;
  color: black;
}

.l-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.l-container_archive {
  order: 0;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .l-container_archive {
    width: calc(100% - 320px);
  }
}

.l-sidebar {
  order: 2;
  padding: 2em;
}

/* @media (min-width: 1000px) {
  [data-sidebar="on"] .l-main {
    width: 100%;
  }
} */
@media (min-width: 1000px) {
  [data-sidebar=on] .l-content__body {
    width: 100%;
    justify-content: center;
    margin-right: 2rem;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: calc(1040px + 4rem);
  }
}

.container_w {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.pagetitle {
  padding-top: 4rem;
  background: #faf0e5 url(../images/bg_town_page.png) repeat-x bottom center;
  background-size: auto 22rem;
  padding-bottom: 5vw;
}
@media (min-width: 1025px) {
  .pagetitle {
    padding-top: 7rem;
  }
}
@media (min-width: 768px) {
  .pagetitle {
    padding-bottom: 40px;
    background-size: auto 430px;
  }
}
@media (max-width: 600px) {
  .pagetitle {
    padding-top: 80px;
    padding-bottom: 1rem;
  }
}

.pagetitle_title {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.pagetitle_title small {
  font-weight: 500;
  color: #ed872c;
  margin-top: 0.4em;
  font-family: "Outfit", sans-serif;
  font-size: 40%;
  display: block;
}
@media (max-width: 600px) {
  .pagetitle_title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 391px) {
  .pagetitle_title {
    font-size: 1.8rem;
  }
}

.title_c {
  font-size: 2rem;
  text-align: center;
  margin: 0.5em auto 1.5em auto;
}
@media (max-width: 600px) {
  .title_c {
    font-size: 1.8rem;
  }
}

._mc {
  color: #ed872c;
}

._w {
  color: white;
}

._g {
  color: #7ebe06;
}

.title {
  font-size: 2rem;
}
@media (max-width: 600px) {
  .title {
    font-size: 1.7rem;
  }
}

.title_box {
  font-size: 1.4rem;
  background-color: white;
  border: 0.2rem solid #ed872c;
  box-shadow: 5px 5px 0 #ed872c;
  padding: 0.6em 1em;
  margin-top: 2.2em;
  margin-bottom: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.title_dot {
  font-size: 1.3rem;
  border-bottom: 0.1rem solid #ed872c;
  margin-bottom: 1.5em;
  margin-top: 2em;
  line-height: 1.4;
  padding-bottom: 0.4em;
  display: flex;
}
.title_dot::before {
  content: "︙";
  color: #ed872c;
  padding-right: 0.2em;
  margin-left: -0.3em;
}

.title_g {
  border-bottom: none;
  border-left: none;
  letter-spacing: 0.1em;
  color: #7ebe06;
  margin-bottom: 1em;
  line-height: 1.5;
  display: flex;
}
.title_g:before {
  padding-right: 0.6em;
  content: "";
  display: block;
  width: 0.6em;
  vertical-align: sub;
  border-left: 4px solid rgba(126, 190, 6, 0.4);
}

.img-border img {
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
}

.or_dot {
  border: none;
  border-bottom: 2px dotted #ed872c !important;
}

.bk_dot {
  border: none;
  border-bottom: 2px dotted #999 !important;
}

.footer {
  border-top: 10px solid #ed872c;
  padding: 2rem;
  position: relative;
  background: url(../images/bg_foot.png) repeat-x 0 bottom;
  background-size: auto 430px;
}
@media (max-width: 600px) {
  .footer {
    padding: 1rem 0;
    background-size: auto 24rem;
  }
}
.footer .wp-container-core-group-is-layout-ad2f72ca {
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .footer .wp-container-core-group-is-layout-ad2f72ca {
    justify-content: center;
  }
}
.footer .wp-container-core-group-is-layout-ad2f72ca .wp-block-image.size-full.is-resized {
  width: 172px;
  margin: auto;
}
.footer .widget.widget_block {
  width: 100%;
}
.footer .footlogo {
  max-width: 172px;
}
.footer .instagram {
  max-width: 200px;
  width: 80%;
  margin: auto;
}
@media (max-width: 600px) {
  .footer .instagram {
    margin-top: 1rem;
  }
}

.footer-nav-list {
  display: flex;
  line-height: 1;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.footer-nav-list li {
  margin-bottom: 1em;
  font-size: 0.9rem;
}
.footer-nav-list li:not(:last-child) {
  border-right: 1px dotted #8f8f8f;
  padding-right: 1em;
  margin-right: 1em;
}
.footer-nav-list a {
  color: black;
  text-decoration: none;
}
.footer-nav-list a:hover {
  text-decoration: underline;
}

.footer-widget.footer-widget-1 {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .footer-widget.footer-widget-1 {
    display: flex;
  }
}
.footer-widget.footer-widget-1 a {
  color: black;
}

@media (min-width: 768px) {
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.pagetop {
  position: fixed;
  right: 2%;
  bottom: 18px;
  opacity: 0.6;
}
@media (max-width: 600px) {
  .pagetop {
    right: 0;
    bottom: 0;
  }
}
.pagetop a {
  background-color: #ed872c;
  color: white;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .pagetop a {
    width: 40px;
    height: 40px;
  }
}
.pagetop a:hover {
  opacity: 0.7;
}

.pagetop.foot_top {
  position: absolute;
  bottom: auto;
  top: -70px;
}
@media (max-width: 600px) {
  .pagetop.foot_top {
    top: -50px;
  }
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.5em;
  justify-content: flex-end;
  margin: 0 1rem 0 auto;
}
.breadcrumb ul li {
  font-size: 0.8rem;
  max-width: 10em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .breadcrumb ul li {
    max-width: 8em;
  }
}

.breadcrumb li::before {
  content: "｜";
  margin-right: 0.5em;
}

.breadcrumb li:first-child::before {
  content: "";
}

.wp-block-media-text {
  margin: 2em auto;
}

.wp-block-cover,
.wp-block-cover-image {
  padding: 0;
}

.wp-block-list {
  margin: 0;
}

.section-top,
.section-top_mc,
.section-bottom,
.section-bottom_mc {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 6vw;
  background: url(../images/section-top.svg) no-repeat top;
  background-size: 100%;
}

.section-top_mc {
  background: url(../images/section-top-o.svg) no-repeat top;
}

.section-bottom,
.section-bottom_mc {
  top: auto;
  bottom: 0;
  background: url(../images/section-top-2.svg) no-repeat left 0 bottom -0.5px;
}

.section-bottom_mc {
  background: url(../images/section-top-o2.svg) no-repeat left 0 bottom -0.5px;
}

section.wp-block-group {
  position: relative;
}

.section-bottom_cloth {
  position: absolute;
  width: 100%;
  bottom: -0.4vw;
  left: 50%;
  transform: translateX(-50%);
  height: 6vw;
  background-image: url(../images/bg_cloth.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  mask-image: url(../images/section-top-2.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  /* Safari対策 */
  -webkit-mask-image: url(../images/section-top-2.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

#top_slide {
  padding-top: 70px;
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #top_slide {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}

.l-content_main {
  margin: auto;
}

.top_mv {
  background: url(../images/bg_foot.png) repeat-x bottom;
  background-size: auto 48vw;
}
@media (min-width: 768px) {
  .top_mv {
    background-size: auto 500px;
  }
}

.slide_wrap {
  position: relative;
  width: 90%;
  height: auto;
  aspect-ratio: 200/113;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .slide_wrap {
    width: 80%;
    aspect-ratio: 7/3;
  }
}
.slide_wrap:before {
  background: url(../images/slide_item_1_sp.png) no-repeat top left;
  content: "";
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 2;
  width: 20vw;
  height: 20vw;
  left: 0vw;
  top: 0;
}
@media (min-width: 768px) {
  .slide_wrap:before {
    background: url(../images/slide_item_1.png) no-repeat top left;
    background-size: contain;
    width: 11vw;
    height: 16vw;
    left: -2vw;
    top: 2vw;
  }
}
.slide_wrap:after {
  background: url(../images/slide_item_2_sp.png) no-repeat bottom right;
  content: "";
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 2;
  width: 17vw;
  height: 27vw;
  right: -5vw;
  bottom: 0vw;
}
@media (min-width: 768px) {
  .slide_wrap:after {
    background: url(../images/slide_item_2.png) no-repeat top left;
    background-size: contain;
    width: 11vw;
    height: 16vw;
    right: -2vw;
    bottom: 2vw;
  }
}
.slide_wrap h1 {
  position: absolute;
  writing-mode: vertical-rl;
  color: black;
  top: 14%;
  left: 10%;
  font-size: 2vw;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
@media (max-width: 600px) {
  .slide_wrap h1 {
    font-size: 3vw;
  }
}
@media (min-width: 1200px) {
  .slide_wrap {
    font-size: 2vw;
    min-width: 1120px;
    width: 70%;
    height: auto;
  }
}

.slide-content {
  position: relative;
}
.slide-content .slide_report_category {
  z-index: 2;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.mask-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mask-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* SVGマスク */
  -webkit-mask-image: url(../images/topslide_mask_sp.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/topslide_mask_sp.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media (min-width: 768px) {
  .mask-thumb img {
    -webkit-mask-image: url(../images/topslide_mask.svg);
    mask-image: url(../images/topslide_mask.svg);
  }
}

.mv_wrapper {
  margin: 8rem auto 15rem;
  width: 100%;
  padding-top: 120px;
}

h2.title {
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.1em;
}
h2.title small {
  font-size: 60%;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  color: #ed872c;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: -1em;
}
h2.title + p.title-en {
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  color: #ed872c;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 600px) {
  h2.title + p.title-en {
    margin-bottom: 2rem;
  }
}

.bg_mc {
  background-color: #ed872c;
  position: relative;
}
.bg_mc > h2,
.bg_mc > h2 small,
.bg_mc > h3 {
  color: white;
}

.bg_subc {
  background-color: #7ebe06;
}

.bg_gray {
  background-color: #eef2f3;
}

.bg_w {
  background-color: white;
}

.pt {
  padding-top: 5rem;
}
@media (max-width: 600px) {
  .pt {
    padding-top: 3rem;
  }
}

.pb {
  padding-bottom: 5rem;
}
@media (max-width: 600px) {
  .pb {
    padding-bottom: 3rem;
  }
}

.wp-block-buttons {
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.top_recruit_item .wp-block-buttons {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wp-block-button {
  position: relative;
  max-width: 480px;
  max-height: 80px;
  width: 80vw;
  height: 4em;
}
.wp-block-button a {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #7ebe06;
  color: white;
  border-radius: 3em;
  padding-right: 2em;
  font-size: 1.3rem;
  font-weight: bold;
  box-shadow: 0 2px 0 #69a004;
}
.wp-block-button a:after {
  content: url(../images/arrow.svg);
  position: absolute;
  right: 0.7em;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .wp-block-button a:after {
    right: 0.3em;
    transform: translateY(-50%) scale(0.8);
  }
}
.wp-block-button a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.service_top_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2%;
  list-style: none;
}
@media (min-width: 768px) {
  .service_top_list {
    gap: 40px;
  }
}
.service_top_list .service_top_item {
  background: url(../images/bg_cloth.png);
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 48%;
  max-width: 320px;
  max-height: 320px;
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .service_top_list .service_top_item {
    max-height: 45vw;
  }
}
.service_top_list .service_top_item .material-symbols-outlined {
  color: #ed872c;
  font-size: clamp(24px, 10vw, 76px);
  padding-top: 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .service_top_list .service_top_item .material-symbols-outlined {
    padding-top: 20px;
  }
}
.service_top_list .service_top_item h3 {
  color: black;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: clamp(2vw, 4.2vw, 30px);
}
.service_top_list .service_top_item h3 + h3 {
  font-size: 70%;
  margin-top: -0.5em;
}
@media (min-width: 768px) {
  .service_top_list .service_top_item h3 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .service_top_list .service_top_item h3 {
    line-height: 1.2;
  }
}
.service_top_list .service_top_item p {
  color: #8d6747;
  padding: 0 1rem;
  line-height: 1.5;
  font-size: clamp(1.4vw, 2.8vw, 18px);
}
@media (min-width: 768px) {
  .service_top_list .service_top_item p {
    font-size: 1rem;
  }
}
.service_top_list .service_top_item a {
  display: block;
  height: 100%;
}
.service_top_list .service_top_item a:after {
  content: "";
  background: url(../images/arrow_circle_right.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 36px;
  width: 36px;
  opacity: 1;
}
@media (max-width: 600px) {
  .service_top_list .service_top_item a:after {
    height: 26px;
    width: 26px;
  }
}
.service_top_list .service_top_item a:hover h3 {
  color: #ed872c;
}
.service_top_list .service_top_item a:hover .material-symbols-outlined {
  opacity: 0.7;
}

.top_reasons_wrap {
  position: relative;
  color: black;
  overflow: hidden;
}
.top_reasons_wrap .container_w {
  padding-top: 10rem;
}
@media (max-width: 600px) {
  .top_reasons_wrap .container_w {
    padding-top: 5rem;
  }
}
.top_reasons_wrap h2 {
  color: white;
}

.reasons_list {
  gap: 9%;
  padding-bottom: 10rem;
}
@media (max-width: 600px) {
  .reasons_list {
    padding-bottom: 5rem;
  }
}

.reason_1,
.reason_2,
.reason_3 {
  color: black;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3em;
  padding-bottom: 4em;
}
.reason_1 h3,
.reason_2 h3,
.reason_3 h3 {
  font-weight: bold;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.4;
}
.reason_1 .titlebefore,
.reason_2 .titlebefore,
.reason_3 .titlebefore {
  font-weight: bold;
  text-align: center;
}
.reason_1::after,
.reason_2::after,
.reason_3::after {
  content: "";
  position: absolute;
  display: block;
}
.reason_1 .wp-block-group__inner-container,
.reason_2 .wp-block-group__inner-container,
.reason_3 .wp-block-group__inner-container {
  width: 73%;
  margin: auto;
}

.reason_1 {
  background: url(../images/reason_1.png) no-repeat;
  background-size: 100% 100%;
  width: 85vw;
  max-height: 440px;
  max-width: 480px;
  margin-bottom: 1rem !important;
}
@media (min-width: 601px) {
  .reason_1 {
    height: 440px;
  }
}
@media (max-width: 600px) {
  .reason_1 {
    padding-top: 3em;
    padding-bottom: 4em;
  }
}
.reason_1::after {
  top: -7%;
  left: 26%;
  background: url(../images/reason_11.png) no-repeat;
  background-size: contain;
  width: 32vw;
  height: 16vw;
}
@media (min-width: 601px) {
  .reason_1::after {
    left: 17%;
    width: 188px;
    height: 90px;
  }
}
.reason_1 h3 {
  color: #f665a4;
}

.reason_2 {
  padding-top: 0;
  padding-bottom: 2rem;
  background: url(../images/reason_2.png) no-repeat;
  background-size: 100% 100%;
  width: 85vw;
  margin-bottom: 1rem !important;
  max-width: 530px;
}
@media (min-width: 768px) {
  .reason_2 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 601px) {
  .reason_2 {
    height: 500px;
  }
}
@media (max-width: 600px) {
  .reason_2 {
    padding-bottom: 4em;
    padding-top: 2em;
  }
}
.reason_2::after {
  right: 0;
  background: url(../images/reason_12.png) no-repeat;
  background-size: contain;
  bottom: -32px;
  width: 40vw;
  height: 24vw;
}
@media (min-width: 601px) {
  .reason_2::after {
    bottom: 0;
    height: 160px;
    width: 203px;
  }
}
.reason_2 h3 {
  color: #ed872c;
}

.reason_3 {
  padding-top: 0;
  padding-bottom: 2rem;
  background: url(../images/reason_3.png) no-repeat;
  background-size: 100% 100%;
  width: 82vw;
}
@media (min-width: 601px) {
  .reason_3 {
    width: 480px;
    height: 440px;
  }
}
@media (max-width: 600px) {
  .reason_3 {
    padding-bottom: 5em;
    padding-top: 2rem;
  }
}
.reason_3::after {
  bottom: -8%;
  left: 24%;
  background: url(../images/reason_13.png) no-repeat;
  background-size: contain;
  transform: rotate(-23deg);
  width: 32vw;
  height: 26vw;
}
@media (min-width: 601px) {
  .reason_3::after {
    top: 29%;
    left: -24%;
    height: 200px;
    width: 190px;
  }
}
.reason_3 h3 {
  color: #7ebe06;
}

.top_customer_wrap {
  position: relative;
}

.customer_list {
  margin-top: 10rem;
  align-items: flex-start;
  justify-content: center;
  gap: 6%;
}
@media (max-width: 600px) {
  .customer_list {
    margin-top: 5rem;
  }
}
.customer_list .customer_item {
  width: 80%;
  background: white;
  position: relative;
  padding: 2rem;
  padding-top: 70px;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .customer_list .customer_item {
    max-width: 488px;
  }
}
@media (max-width: 600px) {
  .customer_list .customer_item {
    width: 100%;
  }
}
.customer_list .customer_item h3 {
  text-align: right;
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: clamp(14px, 3.6vw, 20px);
}
@media (max-width: 600px) {
  .customer_list .customer_item h3 {
    font-size: 1rem;
  }
}
.customer_list .customer_item:nth-child(even) .customer_img:after {
  transform: rotate(1.8deg);
  top: 18px;
  left: 15px;
}
.customer_list .customer_img {
  width: 280px;
  height: 200px;
  position: absolute;
  left: -20px;
  top: -70px;
  aspect-ratio: 7/5;
}
@media (max-width: 600px) {
  .customer_list .customer_img {
    max-width: 230px;
    width: 51%;
    top: -4rem;
    left: 0;
  }
}
.customer_list .customer_img img {
  position: relative;
  z-index: 1;
}
.customer_list .customer_img:after {
  content: "";
  display: block;
  background-color: rgba(237, 135, 44, 0.5);
  transform-origin: top right;
  transform: rotate(-4.4deg);
  aspect-ratio: 7/5;
  width: 280px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 600px) {
  .customer_list .customer_img:after {
    width: 100%;
  }
}

p.note-dotted {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #7ebe06 1px, transparent 1px);
  background-size: 4px 100%, 100% 3em;
  line-height: 3em;
  padding-bottom: 1px;
}

.usageRecord {
  margin-bottom: 150px;
  position: relative;
  background: white;
  padding: 3rem 2rem 2rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.usageRecord h3 {
  text-align: center;
  position: absolute;
  background-color: rgba(126, 190, 6, 0.5);
  padding: 0.5em;
  max-width: 420px;
  width: 80%;
  top: -1.7em;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .usageRecord h3 {
    padding: 0.5em 1em;
  }
}

.top_news_wrap {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.top_news_wrap .wp-block-post-template {
  border-top: 1px dotted #8f8f8f;
  margin-bottom: 6rem;
}
.top_news_wrap .wp-block-post-template li {
  border-bottom: 1px dotted #8f8f8f;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.top_news_wrap .wp-block-post-template li .wp-block-post-date {
  color: #7ebe06;
  font-weight: bold;
  font-size: clamp(14px, 2.8vw, 16px);
  letter-spacing: 0.1em;
  width: 8em;
  display: inline-block;
  vertical-align: text-bottom;
}
.top_news_wrap .wp-block-post-template li .wp-block-post-title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
}
@media (max-width: 600px) {
  .top_news_wrap .wp-block-post-template li .wp-block-post-title {
    width: 100%;
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.top_news_wrap .wp-block-post-template li .wp-block-post-title a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
}
@media (max-width: 600px) {
  .top_news_wrap .wp-block-post-template li .wp-block-post-title a {
    width: 100%;
  }
}
.top_news_wrap .wp-block-post-template li .wp-block-post-title a:hover {
  text-decoration: underline;
  color: #ed872c;
}
.top_news_wrap li.type-news .taxonomy_wrap {
  display: inline-block;
  vertical-align: text-bottom;
}
.top_news_wrap li.type-news .taxonomy-info_cat a {
  margin-right: 0.6em;
  background-color: #7ebe06;
  padding: 0.1em 0.6em 0.2em 0.6em;
  font-size: 0.8rem;
  color: white;
}

.top_report_wrap {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.top_report_wrap .top_report_list li {
  max-width: 320px;
}
.top_report_wrap .top_report_list li .slide-image {
  overflow: hidden;
  width: 320px;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.top_report_wrap .top_report_list li .slide-image img {
  width: 110%;
  max-width: 350px;
  height: auto;
}
.top_report_wrap .top_report_list li .slide-date {
  color: #7ebe06;
  font-weight: bold;
  font-size: 86%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  letter-spacing: 0.1em;
  display: block;
}
.top_report_wrap .top_report_list li h3.slide-title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 3em;
  color: black;
}
@media (max-width: 600px) {
  .top_report_wrap .top_report_list li h3.slide-title {
    font-size: 1.2rem;
  }
}
.top_report_wrap .top_report_list li h3.slide-title a:hover {
  color: #ed872c;
}

.top_recruit_wrap {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #ed872c;
}
@media (min-width: 768px) {
  .top_recruit_wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.top_recruit_wrap h2 {
  color: white;
}
.top_recruit_wrap h2 + p.title-en {
  color: white;
}
.top_recruit_wrap .recruit_list {
  gap: 0 2rem;
}
@media (min-width: 768px) {
  .top_recruit_wrap .recruit_list {
    gap: 0 130px;
  }
}
.top_recruit_wrap .top_recruit_item {
  margin-top: 3rem;
  width: 100vw;
  max-width: 450px;
  max-height: 420px;
  background: url(../images/bg_rectuititem.svg) no-repeat top left;
  background-size: 100% 100%;
  padding: 5rem 3em 1rem;
}
@media (min-width: 768px) {
  .top_recruit_wrap .top_recruit_item {
    width: 450px;
    height: 420px;
  }
}
.top_recruit_wrap .top_recruit_item .wp-block-group__inner-container {
  width: clamp(70%, 42vw, 340px);
  margin: auto;
}
.top_recruit_wrap .top_recruit_item h3 {
  position: relative;
  font-weight: bold;
  color: #f665a4;
  text-align: center;
  margin-bottom: 1rem;
}
.top_recruit_wrap .top_recruit_item h3::after {
  content: "";
  display: block;
  position: absolute;
  top: -3em;
  right: -3em;
  background: url(../images/recruit_1.png) no-repeat top right;
  background-size: contain;
  width: clamp(120px, 20vw, 168px);
  height: 24vw;
}
@media (min-width: 768px) {
  .top_recruit_wrap .top_recruit_item h3::after {
    width: 168px;
    height: 132px;
  }
}
.top_recruit_wrap .top_recruit_item:nth-child(even) h3::after {
  background: url(../images/recruit_2.png) no-repeat top right;
  background-size: contain;
}
.top_recruit_wrap .top_recruit_item .wp-block-button {
  max-width: 200px;
  max-height: 40px;
  width: 80vw;
  height: 4em;
}
.top_recruit_wrap .top_recruit_item .wp-block-button a {
  font-size: 1rem;
}
.top_recruit_wrap .top_recruit_item .wp-block-button a:after {
  right: 0.3em;
  transform: translateY(-50%) scale(0.8);
}

.top_access_wrap {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}
@media (min-width: 768px) {
  .top_access_wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.top_access_wrap .access_box {
  background-color: white;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(237, 135, 44, 0.5);
  margin-bottom: 2rem;
}
@media (min-width: 601px) {
  .top_access_wrap .access_box {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .top_access_wrap .access_box {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .top_access_wrap .access_box {
    display: block;
  }
}
.top_access_wrap .access_box h3 {
  color: #ed872c;
  border-left: 4px solid rgba(237, 135, 44, 0.4);
  line-height: 1.1;
  padding-left: 10px;
  font-size: clamp(18px, 4.4vw, 24px);
  width: 100%;
}
@media (min-width: 1000px) {
  .top_access_wrap .access_box h3 {
    width: 10em;
  }
}
.top_access_wrap .access_box h3 + p {
  font-size: 1rem;
  flex: 1;
}
@media (max-width: 600px) {
  .top_access_wrap .access_box h3 + p {
    font-size: 1.1rem;
  }
}
@media (max-width: 600px) {
  .top_access_wrap .access_box h3 {
    margin-bottom: 1rem;
  }
}
.top_access_wrap .access_box iframe {
  width: 200px;
  height: 140px;
  margin: auto;
  display: block;
}
@media (max-width: 600px) {
  .top_access_wrap .access_box iframe {
    margin: 1rem auto 0;
    text-align: center;
  }
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
  gap: 20px;
}

.splide.is-initialized.is-destroyed .splide__slide {
  width: auto !important;
  transform: none !important;
}

.dl_pdf {
  font-weight: normal;
  text-align: center;
  border: 1px solid #666;
  padding: 0.3em;
  margin: 1em auto 2em;
  background-color: white;
}
.dl_pdf .material-symbols-outlined {
  font-size: 160%;
  vertical-align: middle;
  color: #da1b1b;
  padding-right: 0.2em;
}

@media (max-width: 600px) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-position: center bottom;
    background-attachment: unset;
    background-size: auto 120%;
  }
}

.p-archive__title,
.article_title {
  font-size: 2.7777777778rem;
  font-weight: 500;
}
.p-archive__title small,
.article_title small {
  font-size: 1.1111111111rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #ed872c;
  display: block;
  letter-spacing: 0.1em;
}

.article_title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin: 5rem auto 4rem;
}
.article_title small {
  color: #7ebe06;
  font-weight: 500;
}

.news_day {
  color: #7ebe06;
  font-family: "Outfit", sans-serif;
  margin-right: 0.5em;
  font-size: 1rem;
}
@media (max-width: 600px) {
  .news_day {
    font-size: 1.1rem;
  }
}

.news_cat a {
  font-size: 0.7777777778rem;
  background: #98acb1;
  color: white;
  padding: 0.2em 0.5em;
}
@media (max-width: 600px) {
  .news_cat a {
    font-size: 1rem;
  }
}

.news_list {
  border-top: 1px dotted #8f8f8f;
}
.news_list li {
  list-style: none;
  border-bottom: 1px dotted #8f8f8f;
  padding-top: 0.8em;
  padding-bottom: 1em;
  line-height: 1.6;
}
.news_list li time {
  color: #7ebe06;
  font-weight: bold;
  font-size: 78%;
  letter-spacing: 0.1em;
  width: 8.3em;
  display: inline-block;
  white-space: nowrap;
}
.news_list li a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .news_list li .news_link {
    display: block;
    margin-top: 0.4em;
  }
}
.news_list a {
  text-decoration: none;
}
.news_list .taxonomy_wrap {
  display: inline-block;
  line-height: 1;
}

.term {
  margin-right: 0.6em;
  background-color: #7ebe06;
  padding: 0.1em 0.6em 0.2em 0.6em;
  font-size: 0.8rem;
}
.term a {
  color: white;
}
.term.report_1 {
  background-color: #ce8181;
}
.term.report_2 {
  background-color: #bbac61;
}
.term.report_3 {
  background-color: #69a784;
}
.term.report_4 {
  background-color: #7198b3;
}
.term.report_5 {
  background-color: #b27b94;
}

.taxonomy_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
@media (min-width: 768px) {
  .taxonomy_list {
    display: block;
  }
}
.taxonomy_list .term-item:before {
  content: "●";
  display: inline-block;
  padding-right: 0.1em;
}
.taxonomy_list .term-item.term-report_1:before {
  color: #ce8181;
}
.taxonomy_list .term-item.term-report_2:before {
  color: #bbac61;
}
.taxonomy_list .term-item.term-report_3:before {
  color: #69a784;
}
.taxonomy_list .term-item.term-report_4:before {
  color: #7198b3;
}
.taxonomy_list .term-item.term-report_5:before {
  color: #b27b94;
}

.col-mc {
  color: #ed872c;
}

.col-subc {
  color: #7ebe06;
}

.bg-gray {
  background-color: #eef2f3;
}

.bg-cloth {
  background: url(../images/bg_cloth.png);
}

.icon_title,
.childpage_title {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 601px) {
  .icon_title,
  .childpage_title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.icon_title .material-symbols-outlined,
.childpage_title .material-symbols-outlined {
  font-size: 2em;
  padding-right: 0.1em;
  color: #ed872c;
}
@media (max-width: 600px) {
  .icon_title .material-symbols-outlined,
  .childpage_title .material-symbols-outlined {
    display: block;
  }
}

.childpage_title {
  color: #ed872c;
}

.homecare_box {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 601px) {
  .homecare_box:nth-child(odd) .wp-block-group-is-layout-flex {
    flex-direction: row-reverse;
  }
}
.homecare_box h4 {
  font-size: 1.4rem;
  color: #7ebe06;
  margin-bottom: 1em;
  line-height: 1.5;
  display: flex;
}
.homecare_box h4:before {
  padding-right: 0.6em;
  content: "";
  display: block;
  width: 0.6em;
  vertical-align: sub;
  border-left: 4px solid rgba(126, 190, 6, 0.4);
}
.homecare_box .wp-block-image {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 380/240;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homecare_box .wp-block-image img {
  max-width: 130%;
}
@media (min-width: 601px) {
  .homecare_box .wp-block-image {
    width: 40vw;
    max-width: 380px;
    max-height: 240px;
  }
}
.homecare_box .wp-block-group-is-layout-flex {
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .homecare_box .wp-block-group-is-layout-flex {
    flex-wrap: wrap;
  }
}
.homecare_box .wp-block-list {
  padding-left: 1em;
}
@media (min-width: 601px) {
  .homecare_box .wp-block-list {
    width: 60vw;
  }
}
.homecare_box .wp-block-list li + li {
  margin-top: 1em;
}
.homecare_box .wp-block-list li:before {
  content: "●";
  display: inline-block;
  height: 1em;
  width: 1.4em;
  color: #d9d9d9;
  margin-left: -1.4em;
}

.single-content {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  margin: 0.1px auto 4rem;
}
@media (max-width: 600px) {
  .single-content {
    padding: 1rem;
  }
}
.single-content > h2:first-child {
  margin-top: 0.8em;
}
.single-content .wp-block-group__inner-container > h2:first-child {
  margin-top: 0.8em;
}
.single-content h2 {
  font-size: 1.5rem;
  background-color: white;
  border: 0.2rem solid #ed872c;
  box-shadow: 5px 5px 0 #ed872c;
  padding: 0.6em 1em;
  margin-top: 2.2em;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .single-content h2 {
    font-size: 1.3rem;
  }
}
.single-content h3 {
  border-bottom: 0.1rem solid #ed872c;
  margin-bottom: 1.4em;
  margin-top: 2.5em;
  line-height: 1.4;
  padding-bottom: 0.2em;
  display: flex;
}
.single-content h3::before {
  content: "︙";
  color: #ed872c;
  padding-right: 0.2em;
  margin-left: -0.3em;
}
.single-content h4 {
  margin-top: 2em;
  margin-bottom: 0.6em;
}
.single-content .wp-block-media-text__content {
  padding: 0;
}
.single-content .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile {
  gap: 1rem;
}
.single-content figure {
  margin-bottom: 1rem;
}
.single-content p {
  margin-bottom: 1.2em;
  margin-left: 0.5em;
  line-height: 2;
}
.single-content p:not(.has-text-align-right) {
  text-align: justify;
}
.single-content p a {
  text-decoration: underline;
  color: #7ebe06;
}
.single-content p a:hover {
  text-decoration: none;
}
.single-content .indent {
  margin-left: 3em;
}
.single-content .indent li {
  list-style: disc;
  list-style-position: inside;
}
.single-content ol.wp-block-list {
  margin-left: -0.5em;
}
.single-content ol.wp-block-list li {
  margin-bottom: 1em;
}
.single-content .taxonomy_wrap {
  text-align: right;
}

.single-thumbnail {
  margin: 0 auto 2rem;
}

.link_pdf:before {
  content: "\e415";
  color: #da1b1b;
  font-size: 1.6em;
  padding-right: 0.2em;
  vertical-align: middle;
  font-family: "Material Symbols Outlined";
}

@media (min-width: 768px) {
  .single-container {
    width: calc(100% - 320px);
  }
}
.single-container h1.single-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  border-left: 0.3em solid #ed872c;
  padding: 0 0 0 0.5em;
  margin-top: 0.5em;
}
.single-container .single-meta {
  text-align: right;
  font-size: 0.8rem;
  margin-top: 1em;
  margin-right: 1em;
}

.page_wrap {
  background-color: #faf0e5;
  padding-bottom: 1px;
  padding-top: 1px;
}

.mask-thumb_service {
  overflow: hidden;
  position: relative;
  max-width: 768px;
  width: 80%;
  margin: auto;
  height: 50vw;
}
@media (min-width: 768px) {
  .mask-thumb_service {
    width: 62%;
    height: 42vw;
    max-height: 500px;
  }
}

.mask-thumb_service img {
  width: 100%;
  /* SVGマスク */
  -webkit-mask-image: url(../images/service_mask.svg);
  -webkit-mask-repeat: no-repeat;
  /* -webkit-mask-position: center; */
  -webkit-mask-size: contain;
  mask-image: url(../images/service_mask.svg);
  mask-repeat: no-repeat;
  /* mask-position: center; */
  mask-size: contain;
}

.menu {
  list-style: none;
}

#menu-menu-service,
#menu-menu-company,
#menu-menu-recruit {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #menu-menu-service,
  #menu-menu-company,
  #menu-menu-recruit {
    width: 30vw;
    max-width: 340px;
    margin-bottom: 3rem;
  }
}
#menu-menu-service li,
#menu-menu-company li,
#menu-menu-recruit li {
  width: 49%;
  padding: 0.6em 0.2em;
  background-color: white;
  padding: 0.6em;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  #menu-menu-service li,
  #menu-menu-company li,
  #menu-menu-recruit li {
    width: 100%;
    font-size: clamp(14px, 1.6vw, 1rem);
  }
}
@media (max-width: 391px) {
  #menu-menu-service li,
  #menu-menu-company li,
  #menu-menu-recruit li {
    font-size: 3.5vw;
  }
}
#menu-menu-service li::before,
#menu-menu-company li::before,
#menu-menu-recruit li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(15px, 4.6vw, 40px);
  height: clamp(15px, 4.6vw, 40px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  #menu-menu-service li::before,
  #menu-menu-company li::before,
  #menu-menu-recruit li::before {
    left: 5px;
  }
}
@media (max-width: 370px) {
  #menu-menu-service li::before,
  #menu-menu-company li::before,
  #menu-menu-recruit li::before {
    display: none;
  }
}
#menu-menu-service li a,
#menu-menu-company li a,
#menu-menu-recruit li a {
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: left;
  justify-content: space-between;
  padding-left: clamp(18px, 6vw, 60px);
}
@media (max-width: 370px) {
  #menu-menu-service li a,
  #menu-menu-company li a,
  #menu-menu-recruit li a {
    padding-left: 0.5em;
  }
}
#menu-menu-service li a:after,
#menu-menu-company li a:after,
#menu-menu-recruit li a:after {
  content: "";
  background: url(../images/arrow_circle_right.png) no-repeat top 50% right;
  background-size: contain;
  width: 1.6em;
  height: 1.6em;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  #menu-menu-service li a:after,
  #menu-menu-company li a:after,
  #menu-menu-recruit li a:after {
    right: 0;
  }
}
#menu-menu-service li a:hover,
#menu-menu-company li a:hover,
#menu-menu-recruit li a:hover {
  color: #ed872c;
}

#menu-menu-service .ms-1::before {
  background-image: url("../images/ms-1.svg");
}
#menu-menu-service .ms-2::before {
  background-image: url("../images/ms-2.svg");
}
#menu-menu-service .ms-3::before {
  background-image: url("../images/ms-3.svg");
}
#menu-menu-service .ms-4::before {
  background-image: url("../images/ms-4.svg");
}
#menu-menu-service .ms-5::before {
  background-image: url("../images/ms-5.svg");
}
#menu-menu-service .ms-6::before {
  background-image: url("../images/ms-6.svg");
}

#menu-menu-company .mc-1::before {
  background-image: url("../images/mc-1.svg");
}
#menu-menu-company .mc-2::before {
  background-image: url("../images/mc-2.svg");
}

#menu-menu-recruit .mr-1::before {
  background-image: url("../images/mr-1.svg");
}
#menu-menu-recruit .mr-2::before {
  background-image: url("../images/mr-2.svg");
}
#menu-menu-recruit .mr-3::before {
  background-image: url("../images/mr-3.svg");
}

#menu-menu-contact .mo-1::before {
  background-image: url("../images/mo-1.svg");
}
#menu-menu-contact .mo-2::before {
  background-image: url("../images/mo-2.svg");
}

.page-id-294 #menu-menu-service li.ms-1 a,
.page-id-296 #menu-menu-service li.ms-2 a,
.page-id-292 #menu-menu-service li.ms-3 a,
.page-id-300 #menu-menu-service li.ms-4 a,
.page-id-302 #menu-menu-service li.ms-5 a,
.page-id-615 #menu-menu-service li.ms-6 a,
.page-id-13 #menu-menu-company li.mc-1 a,
.page-id-752 #menu-menu-company li.mc-2 a,
.page-id-1121 #menu-menu-recruit li.mr-1 a,
.page-id-549 #menu-menu-recruit li.mr-2 a,
.page-id-786 #menu-menu-recruit li.mr-3 a,
.page-id-209 #menu-menu-contact li.mo-1 a,
.page-id-799 #menu-menu-contact li.mo-2 a {
  color: #ed872c;
}

.flow_ttl {
  color: white;
  font-weight: bold;
  margin-bottom: 1rem;
}
.flow_ttl p {
  font-size: 1.4em;
}
.flow_ttl .num {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  color: #ed872c;
  font-size: 2em;
  background-color: white;
  border-radius: 4em;
  height: 1.5em;
  width: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_box {
  background-color: white;
  border-radius: 1rem;
  padding: 1em;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .flow_box {
    margin-left: 4em;
  }
}
.flow_box .material-symbols-outlined {
  font-size: 4em;
  color: #7ebe06;
  margin-right: 10px;
}

.wp-block-table table {
  border-collapse: unset;
}

.wp-block-table td,
.wp-block-table th {
  border: unset;
}

.wp-block-table table.table_staff {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 3rem auto;
  border-spacing: 0 10px;
  border-collapse: unset;
}
@media (max-width: 600px) {
  .wp-block-table table.table_staff {
    font-size: 15px;
  }
}
.wp-block-table table.table_staff li {
  list-style: none;
}
.wp-block-table table.table_staff td,
.wp-block-table table.table_staff th {
  background-color: white;
  padding: 1em;
  margin-bottom: 1em;
}
.wp-block-table table.table_staff th {
  padding: 0.2em 1em;
  color: white;
  background-color: #ed872c;
  border-left: 2px solid #f9e8da;
  vertical-align: middle;
}
.wp-block-table table.table_staff th:nth-child(2) {
  width: 20%;
}
.wp-block-table table.table_staff td:nth-child(3) {
  width: 25%;
}
.wp-block-table table.table_staff td:first-child {
  color: #7ebe06;
  width: 10%;
  text-align: center;
  font-weight: bold;
  border-radius: 1em 0 0 1em;
}
.wp-block-table table.table_staff td:nth-child(2) {
  border-left: 2px dotted #f9e8da;
}
.wp-block-table table.table_staff td:nth-child(3) {
  border-left: 2px dotted #f9e8da;
  border-right: 2px dotted #f9e8da;
}
.wp-block-table table.table_staff td:nth-child(4) {
  border-radius: 0 1em 1em 0;
}
@media (max-width: 600px) {
  .wp-block-table table.table_staff tr {
    display: grid;
    grid-template-columns: 3em 10em 1fr;
    grid-template-areas: "area-name area-job  area-motto" "area-name area-qual area-motto";
  }
  .wp-block-table table.table_staff th:nth-child(1),
  .wp-block-table table.table_staff td:nth-child(1) {
    grid-area: area-name;
    /* align-self: center; */
    width: auto;
  }
  .wp-block-table table.table_staff th:nth-child(2),
  .wp-block-table table.table_staff td:nth-child(2) {
    grid-area: area-job;
  }
  .wp-block-table table.table_staff th:nth-child(2) {
    margin-bottom: 1px;
  }
  .wp-block-table table.table_staff td:nth-child(2) {
    margin-bottom: 0;
    border-bottom: 2px dotted #f9e8da;
    border-right: 2px dotted #f9e8da;
  }
  .wp-block-table table.table_staff th:nth-child(3),
  .wp-block-table table.table_staff td:nth-child(3) {
    grid-area: area-qual;
  }
  .wp-block-table table.table_staff th:nth-child(2),
  .wp-block-table table.table_staff td:nth-child(2),
  .wp-block-table table.table_staff th:nth-child(3),
  .wp-block-table table.table_staff td:nth-child(3) {
    width: auto;
  }
  .wp-block-table table.table_staff th:nth-child(4),
  .wp-block-table table.table_staff td:nth-child(4) {
    grid-area: area-motto;
    width: auto;
  }
  .wp-block-table table.table_staff th:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  .wp-block-table table.table_staff td li + li {
    margin-top: 0.5em;
  }
}

.wp-block-table table.table_staff-2 {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 3rem auto;
  border-spacing: 0 10px;
  border-collapse: unset;
}
@media (max-width: 600px) {
  .wp-block-table table.table_staff-2 {
    font-size: 15px;
  }
}
.wp-block-table table.table_staff-2 li {
  font-size: 1rem;
}
.wp-block-table table.table_staff-2 td,
.wp-block-table table.table_staff-2 th {
  background-color: white;
  padding: 1em;
  margin-bottom: 1em;
}
.wp-block-table table.table_staff-2 th {
  padding: 0.2em 1em;
  color: white;
  background-color: #ed872c;
  border-left: 2px solid #f9e8da;
  vertical-align: middle;
}
.wp-block-table table.table_staff-2 th:nth-child(2) {
  width: 20%;
}
.wp-block-table table.table_staff-2 td:nth-child(3) {
  width: 25%;
}
.wp-block-table table.table_staff-2 td:first-child {
  color: #7ebe06;
  width: 10%;
  text-align: center;
  font-weight: bold;
  border-radius: 1em 0 0 1em;
}
.wp-block-table table.table_staff-2 td:nth-child(2) {
  border-left: 2px dotted #f9e8da;
  border-right: 2px dotted #f9e8da;
}
.wp-block-table table.table_staff-2 td:nth-child(3) {
  border-radius: 0 1em 1em 0;
}

.staff_ttl {
  margin-bottom: 2em;
  text-align: center;
  line-height: 1;
  background: url(../images/bg_ttl_leaf1.png) no-repeat top center;
  background-size: auto 1.5em;
  padding-top: 2em;
}
@media (min-width: 768px) {
  .staff_ttl {
    background: url(../images/bg_ttl_leaf.png) no-repeat center;
    background-size: contain;
    padding-top: 0;
  }
}

.single-content.staffvoice_wrap h4 {
  font-size: 1.2rem;
  color: #ed872c;
  border-bottom: 2px dotted #ed872c;
}

.workon_wrap {
  gap: 2rem 50px;
  margin: 3rem auto;
  display: grid;
  container-type: inline-size;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 450px), 1fr)) !important;
}
.workon_wrap .workon_box {
  background: white;
  border-radius: 1rem;
  position: relative;
  padding: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .workon_wrap .workon_box {
    padding: 1rem 2rem;
  }
}
.workon_wrap .workon_box h4 {
  font-size: 1.4rem;
  color: #7ebe06;
  text-align: center;
  border-bottom: 3px dotted #7ebe06;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 600px) {
  .workon_wrap .workon_box h4 {
    font-size: 1.2rem;
  }
}
.workon_wrap .workon_box figure {
  width: 260px;
  height: 180px;
  position: relative;
  margin-left: -3rem;
  margin-right: 2rem;
}
@media (max-width: 600px) {
  .workon_wrap .workon_box figure {
    margin-left: -2rem;
    width: 43vw;
    height: 30vw;
    margin-right: 1rem;
  }
}
.workon_wrap .workon_box figure::after {
  content: "";
  display: block;
  width: 260px;
  height: 180px;
  background-color: rgba(119, 119, 119, 0.2);
  position: absolute;
  left: 10px;
  top: 10px;
  transform: rotate(2.4deg);
  z-index: 0;
}
@media (max-width: 600px) {
  .workon_wrap .workon_box figure::after {
    width: 43vw;
    height: 30vw;
  }
}
.workon_wrap .workon_box figure img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.workon_wrap .workon_box figure + p {
  flex: 1;
}

.workon_wrap-img {
  gap: 2rem 4vw;
  margin: 3rem auto;
}
@media (max-width: 600px) {
  .workon_wrap-img {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.workon_wrap-img .workon_box {
  background: white;
  border-radius: 1rem;
  position: relative;
  padding: 1rem;
}
@media (min-width: 768px) {
  .workon_wrap-img .workon_box {
    padding: 1rem 2rem;
  }
}
.workon_wrap-img .workon_box h4 {
  font-size: 1.4rem;
  color: #7ebe06;
  text-align: center;
  border-bottom: 3px dotted #7ebe06;
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 600px) {
  .workon_wrap-img .workon_box h4 {
    font-size: 1.2rem;
  }
}

.wp-block-heading.icon_title {
  margin-bottom: 1em;
}

.basic_table table {
  border-collapse: collapse;
}
.basic_table table td,
.basic_table table th {
  padding: 0.6em 1em;
  border: 1px solid #999;
}
.basic_table table th {
  background: #eef2f3;
  white-space: nowrap;
  text-align: left;
}

@media (max-width: 600px) {
  .price_table td {
    display: inline-block;
    width: 100%;
    float: left;
    border: 1px solid white;
  }
  .price_table tr {
    float: left;
    width: 50%;
  }
}

@media (max-width: 600px) {
  .sp_table table {
    display: block;
    border: 1px solid #999;
  }
  .sp_table table td,
  .sp_table table th {
    border: none;
    border-bottom: 1px solid #999;
    display: block;
    width: 100%;
  }
  .sp_table table tr:last-child td {
    border-bottom: none;
  }
}

.btm_contactbnr {
  margin: 2rem auto 6rem;
  text-align: center;
  font-weight: bold;
  border: 6px double #7ebe06;
  border-radius: 1rem;
  line-height: 1.5;
  background-color: white;
  position: relative;
  max-width: 800px;
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 10px;
}
.btm_contactbnr .btm_contactbnr_txt {
  margin: auto;
}
.btm_contactbnr p {
  font-size: 1.1rem;
  margin-bottom: 0.5em;
}
.btm_contactbnr .btm_contactbnr_num {
  font-size: clamp(14px, 7.6vw, 38px);
  letter-spacing: 0.1em;
  color: #ed872c;
  font-family: "Outfit", sans-serif;
  line-height: 1.1;
}
.btm_contactbnr .btm_contactbnr_img {
  width: clamp(80px, 10vw, 100px);
}
@media (max-width: 600px) {
  .btm_contactbnr .btm_contactbnr_img._left {
    display: none;
  }
}

.post-navigation {
  display: flex;
  justify-content: space-between;
}

.price_wrap h3 {
  text-align: center;
  color: #ed872c;
}
.price_wrap h4 {
  margin: 2rem auto 1em;
}
.price_wrap h5 {
  font-size: 1.1rem;
  margin: 2rem auto 1em;
  line-height: 1.4;
}
.price_wrap table {
  width: 100%;
  margin: 5px auto 1rem auto;
}
.price_wrap table td,
.price_wrap table th {
  padding: 1em;
  background-color: #eef2f3;
}

.gridimg_box {
  gap: 2rem;
  margin: 1rem auto 3rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(46%, 240px), 1fr));
  text-align: center;
}
.gridimg_box .img_box figure {
  max-width: 400px;
  margin: auto auto 1rem;
}
.gridimg_box .img_box img {
  border-radius: 1rem;
}
.gridimg_box .img_box h4 {
  line-height: 1.4;
  font-size: 1.1rem;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0.4em;
  background-color: #7ebe06;
  color: white;
  font-weight: normal;
  transform: rotate(-2deg);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
}

.border_box {
  padding: 1em;
  border: 1px solid #ccc;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.balloon_wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.balloon_wrap figure {
  margin: auto auto 0;
  min-width: 100px;
  flex: 1 0 100px;
}

.balloonL,
.balloonR {
  position: relative;
  padding: 1em;
  border-radius: 10px;
  background-color: #f6f4c4;
  flex: 1 1 80%;
}
.balloonL::before,
.balloonR::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -14px;
  top: 50%;
  border-left: 15px solid #f6f4c4;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.balloonL p,
.balloonR p {
  line-height: 1.8;
  margin-left: auto;
  margin-bottom: 0;
}
.balloonL .has-large-font-size,
.balloonR .has-large-font-size {
  line-height: 1;
}

.balloonL {
  margin-right: 1rem !important;
}

.balloonR {
  margin-left: 1rem !important;
}
.balloonR::before {
  left: -14px;
  transform: rotate(180deg);
}

iframe.map-place {
  width: 100% !important;
  aspect-ratio: 4/3;
}

.mwform-table {
  width: 100%;
  border-collapse: collapse;
}
.mwform-table th,
.mwform-table td {
  padding: 12px;
  border: 2px solid white;
  vertical-align: top;
  font-size: 1rem;
}
@media (max-width: 600px) {
  .mwform-table th,
  .mwform-table td {
    font-size: 1.2rem;
  }
}
.mwform-table th {
  width: 13em;
  background: #eef2f3;
  text-align: left;
}
.mwform-table input,
.mwform-table textarea {
  width: 100%;
  max-width: 100%;
  font-size: 1em;
  padding: 0.6em 1em;
  border: 1px solid #999;
  font-size: 16px;
  line-height: 1.4;
}
.mwform-table .red {
  font-size: 75%;
  color: red;
  padding-left: 0.5em;
}
@media (max-width: 600px) {
  .mwform-table {
    display: block;
  }
  .mwform-table th,
  .mwform-table td {
    display: block;
    width: 100%;
  }
  .mwform-table td {
    padding: 0.5em 0;
  }
}

.mwform-submit {
  margin-top: 2rem;
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.mwform-submit button {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1em 2em;
  letter-spacing: 0.1em;
  background-color: #7ebe06;
  color: white;
  cursor: pointer;
  display: block;
  border: none;
  border-radius: 0.4rem;
}
.mwform-submit button:hover {
  background-color: #619403;
}
.mwform-submit button.back {
  background-color: #999;
}
.mwform-submit button.back:hover {
  background-color: #777;
}

#menu-menu-contact {
  display: flex;
  width: 100%;
  margin: 0.5em auto;
  gap: 2%;
}
#menu-menu-contact li {
  width: 49%;
  padding: 0.6em 0.2em;
  background-color: white;
  padding: 0.6em;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 600px) {
  #menu-menu-contact li {
    font-size: 1rem;
  }
}
#menu-menu-contact li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4em;
  height: 2.4em;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  #menu-menu-contact li::before {
    left: 1px;
    width: 2em;
    height: 2em;
  }
}
#menu-menu-contact li a {
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-menu-contact li a:after {
  content: "";
  background: url(../images/arrow_circle_right.png) no-repeat top 50% right;
  background-size: contain;
  width: 1.6em;
  height: 1.6em;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  #menu-menu-contact li a:after {
    right: 0;
  }
}
#menu-menu-contact li a:hover {
  color: #ed872c;
}

.faq_wrap h3 {
  font-size: 1.1rem;
  position: relative;
  padding-right: 2em;
  margin-bottom: 0.5em;
  margin-top: 0.9em;
  padding-bottom: 1em;
  cursor: pointer;
  transition: all 0.4s;
}
.faq_wrap h3:hover {
  color: #ed872c;
}
.faq_wrap h3::before {
  content: "Q︙";
  margin-left: 0;
  flex: none;
}
.faq_wrap h3:after {
  content: "＋";
  display: block;
  color: #ed872c;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.faq_wrap h3.is-active:after {
  content: "－";
}
.faq_wrap .wp-block-group {
  background: #eef2f3;
  padding: 1.2em 1.8em 1px 1.8em;
}
.faq_wrap .wp-block-group p {
  margin-left: auto;
}

.wsp-pages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.wsp-pages-list li {
  list-style: none;
}
.wsp-pages-list > li {
  width: 48%;
  margin-bottom: 1em;
}
.wsp-pages-list > li:before {
  content: "●";
  color: #ed872c;
  display: inline-block;
  padding-right: 0.5em;
}
.wsp-pages-list > li > ul {
  border-left: 4px dotted #eef2f3;
  margin-left: 0.5em;
}
.wsp-pages-list .children {
  padding-left: 1em;
}
.wsp-pages-list a:hover {
  color: #7ebe06;
}

.only_faq,
.only_page {
  display: none;
}

.page-id-799 .only_faq {
  display: block;
}

.page-id-296 .only_page,
.page-id-292 .only_page {
  display: block;
}

.sitemap_menu {
  /* 1. サブメニューのコンテナを強制表示 */
  /* 2. ドロップダウン用の矢印ボタンを消す（不要な場合） */
  /* 3. 親要素のクリック判定やホバー時の背景変化を無効化（任意） */
}
.sitemap_menu > li {
  width: 48%;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .sitemap_menu > li {
    width: 31%;
  }
}
@media (max-width: 391px) {
  .sitemap_menu > li {
    width: 12em;
    margin: auto;
  }
}
.sitemap_menu > li:before {
  content: "●";
  color: #ed872c;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.5em;
}
.sitemap_menu .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static;
  height: auto;
  gap: 4%;
}
@media (min-width: 768px) {
  .sitemap_menu .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    display: flex;
    flex-wrap: wrap;
  }
}
.sitemap_menu .wp-block-navigation-submenu__toggle {
  display: none !important;
}
.sitemap_menu .wp-block-navigation-item.has-child {
  cursor: default;
}
.sitemap_menu .wp-block-navigation__container {
  align-items: flex-start;
}
.sitemap_menu .wp-block-navigation .wp-block-navigation-item {
  display: block;
}
.sitemap_menu .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  width: auto;
}
.sitemap_menu .wp-block-navigation-item__content {
  display: inline-block;
}
.sitemap_menu .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  padding: 0;
  display: inline-block;
  margin-top: 1em;
}
.sitemap_menu .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: none;
  border-left: 4px dotted #eef2f3;
  margin-left: 0.5em;
  padding-left: 1em;
}
.sitemap_menu a:hover span {
  color: #ed872c;
}
.sitemap_menu .br {
  line-height: 1.3;
}