@charset "utf-8";
/******************************************************************
Theme Name: 岡山市支援付就労推進事業 | 岡山市支援付就労推進センター ver.2023
Theme URI: https://okayamashientuki.jp/
Description: 岡山市支援付就労推進事業は、さまざまなお悩みを抱え、働くことが難しい方向けに定期的なカウンセリングや就労体験・ボランティアへ参加する機会を提供しながら一般就労へ向けた支援を行っています。
Version: 1.0.0
Author: RESTA
Author URI: https://resta.jp/
******************************************************************/

/*-------------------------------------------------------------
▼グリッドデザイン
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
@media (prefers-reduced-motion: reduce) {
* {
  -webkit-animation-duration: 0.01ms !important;
  animation-duration: 0.01ms !important;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}
}
.area-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,.row:after {
  width:0px;
}
.area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media print,screen and (min-width: 576px) {
.area {
  max-width: 540px;
}
}
@media print,screen and (min-width: 768px) {
.area-full {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.area {
  max-width: 720px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
}
@media print,screen and (min-width: 992px) {
.area {
  max-width: 960px;
}
}
@media print,screen and (min-width: 1200px) {
.area {
  max-width: 1140px;
}
}
.no-padding {
  margin-right: 0;
  margin-left: 0;
}
.no-padding > .grid, .no-padding > [class*="grid-"] {
  padding-right: 0;
  padding-left: 0;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.grid {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-0,.space-1,.space-2,.space-3,.space-4,.space-5,.space-6,.space-7,.space-8,.space-9,.space-10,.space-11 {
  margin-left: 0;
}
@media print,screen and (min-width: 576px) {
.grid-s {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-s-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-s-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-s-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-s-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-s-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-s-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-s-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-s-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-s-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-s-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-s-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-s-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-s-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-s-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-s-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-s-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-s-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-s-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-s-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-s-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-s-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-s-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-s-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-s-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-s-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-s-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-s-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-s-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
@media print,screen and (min-width: 768px) {
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.grid-m {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-m-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-m-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-m-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-m-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-m-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-m-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-m-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-m-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-m-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-m-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-m-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-m-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-m-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-m-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-m-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-m-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-m-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-m-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-m-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-m-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-m-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-m-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-m-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-m-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-m-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-m-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-m-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-m-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-1 {
  margin-left: 8.3333%;
}
.space-2 {
  margin-left: 16.6666%;
}
.space-3 {
  margin-left: 25%;
}
.space-4 {
  margin-left: 33.3333%;
}
.space-5 {
  margin-left: 41.6666%;
}
.space-6 {
  margin-left: 50%;
}
.space-7 {
  margin-left: 58.3333%;
}
.space-8 {
  margin-left: 66.6666%;
}
.space-9 {
  margin-left: 75%;
}
.space-10 {
  margin-left: 83.3333%;
}
.space-11 {
  margin-left: 91.6666%;
}
}
@media print,screen and (min-width: 992px) {
.grid-l {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-l-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-l-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-l-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-l-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-l-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-l-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-l-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-l-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-l-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-l-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-l-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-l-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-l-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-l-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-l-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-l-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-l-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-l-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-l-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-l-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-l-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-l-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-l-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-l-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-l-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-l-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-l-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-l-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media print,screen and (min-width: 576px) {
.d-s-none {
  display: none !important;
}
.d-s-inline {
  display: inline !important;
}
.d-s-inline-block {
  display: inline-block !important;
}
.d-s-block {
  display: block !important;
}
.d-s-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-s-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 768px) {
.d-m-none {
  display: none !important;
}
.d-m-inline {
  display: inline !important;
}
.d-m-inline-block {
  display: inline-block !important;
}
.d-m-block {
  display: block !important;
}
.d-m-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-m-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 992px) {
.d-l-none {
  display: none !important;
}
.d-l-inline {
  display: inline !important;
}
.d-l-inline-block {
  display: inline-block !important;
}
.d-l-block {
  display: block !important;
}
.d-l-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-l-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
/*-------------------------------------------------------------
▼基本設定
--------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  left: 0;
  letter-spacing: 0.1em;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.image.fit {
  width: 100%;
  box-sizing: content-box;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.entry-no-title{
  display: none;
}
a {
  color: var(--black);
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a, a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  word-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: justify;
}
dd {
  margin: 0;
}
ol, ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
h1 {
  display: none;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0;
}
h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
.h-100 {
  height: 100%;
}
.l-flo {
  float: left;
}
.r-flo {
  float: right;
}
.clear-box {
  clear: both;
}
.text-left {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-just {
  text-align: justify;
}
.text-just-l {
  text-align-last: justify;
  -moz-text-align-last: justify;
}
.sp-left {
  text-align: justify;
}
.text70 {
  font-size: 70%;
}
.text80 {
  font-size: 80%;
}
.text90 {
  font-size: 90%;
}
.text100 {
  font-size: 100%;
}
.italic {
  font-style: italic;
}
.b {
  font-weight: 700;
}
.u {
  text-decoration: underline;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml20{
  margin-left: 20px !important;
}
.documents {
  margin-top: 40px;
}
.documents-under {
  margin-bottom: 40px;
}
.documents.lg-h {
  margin-top: 60px;
}
.documents-under.lg-h {
  margin-bottom: 60px;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
@media print, screen and (min-width: 768px) {
.sp-left {
  text-align: center;
}
.documents.lg-h {
  margin-top: 80px;
}
.documents-under.lg-h {
  margin-bottom: 80px;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
}
@media print, screen and (min-width: 992px) {
.documents.lg-h {
  margin-top: 100px;
}
.documents-under.lg-h {
  margin-bottom: 100px;
}
}
/*-------------------------------------------------------------
▼トップに戻るボタン設定
--------------------------------------------------------------*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 8;
  cursor: pointer;
}
#page-top img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
#page-top {
  right: 20px;
}
#page-top img {
  height: 50px;
  width: 50px;
}
}
/*-------------------------------------------------------------
▼カラー基本設定
--------------------------------------------------------------*/
:root {
  --black: #333;
  --red: #ff0000;
  --white: #fff;
  --gray01: #EFF3F1;
  --gray02: #666;
  --gray03: #f2f2f2;
  --gray04: #eee;
  --gray05: #7a7a7a;
}
.white {
  color: var(--white);
}
.red {
  color: var(--red);
}
/*-------------------------------------------------------------
▼パンくず設定
--------------------------------------------------------------*/
#breadcrumb {
  font-size: 60%;
  margin: 7px auto 0;
}
#breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(100%);
  overflow: auto;
}
#breadcrumb ol li {
  margin-left: 0.5em;
}
#breadcrumb ol li:first-child {
  margin-left: 0;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb ol li a::after {
  color: var(--gray02);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}
#breadcrumb ol li a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
@media print, screen and (min-width: 768px) {
#breadcrumb {
  font-size: 70%;
  margin: 1em auto 0;
}
}
/*--------------------------------------------------------------------
▼サイドバー幅固定設定
---------------------------------------------------------------------*/
.side-layout-main {
  padding: 0 15px;
  width: 100%;
}
.side-wrap {
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
.side-layout-main {
  width: calc(100% - 235px);
  flex: 1;
  padding: 0 7.5px;
}
.side-wrap {
  width: 235px;
  padding: 0 0 0 20px;
}
.side-sticky {
  position: sticky;
  top: 20px;
}
}
@media print, screen and (min-width: 992px) {
.side-layout-main {
  width: calc(100% - 285px);
}
.side-wrap {
  width: 285px;
}
}
/*--------------------------------------------------------------------
▼プライバシー、サイトポリシー設定
---------------------------------------------------------------------*/
#policy ul li {
  position: relative;
  padding-left: 25px;
}
#policy ul li span {
  position: absolute;
  left: 0;
}
/*-------------------------------------------------------------
▼フォーム設定（基本）
--------------------------------------------------------------*/
button,
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="text"],
input[type="email"],
input[type="url"] {
  display: block;
  padding: 10px 1%;
  font-size: 1em;
  color: var(--gray02);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
  background-color: var(--gray01);
}
textarea {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--gray02);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
  background-color: var(--gray01);
  resize: vertical;
}
select {
  width: auto;
  border: 1px solid var(--gray01);
  padding: 10px 30px 10px 2%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(./library/images/material/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.asterisk {
  color: var(--red);
}
input[type="search"],
input[type="password"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}

.searchform {
  display: flex;
  justify-content: space-between;
}
.searchform input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 55px);
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}
.searchform button,
.post-password-form input[type="submit"] {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--gray03);
}
.post-password-form input[type="password"]{
  display: inline-block !important;
}
.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
::placeholder {
  color: #ACACAC;
  font-size: 16px;
  letter-spacing: 0.1em;
}
/*-------------------------------------------------------------
▼404設定
--------------------------------------------------------------*/
#not-found,
#post-not-found {
  border: 1px solid var(--main);
  padding: 40px 20px;
  border-radius: 20px;
  background: aliceblue;
}
#not-found ul, #post-not-found ul,
#post-not-found ul, #post-not-found ul {
  list-style-type: disc;
  margin-left: 15px;
}
#not-found ul ::marker,
#post-not-found ul ::marker {
  color: var(--main);
}
#not-found ul li a, #post-not-found ul li a,
#post-not-found ul li a, #post-not-found ul li a {
  text-decoration: underline;
}
#not-found h2,
#post-not-found h2 {
  color: var(--main);
  font-size: 2em;
  line-height: 1.2;
}
#not-found h3,
#post-not-found h3 {
  border-bottom: 2px solid var(--gray01);
  color: var(--gray02);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
#not-found h3::before,
#post-not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--gray02) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
#not-found,
#post-not-found {
  padding: 40px;
}
#not-found h2,
#post-not-found h2 {
  font-size: 2.5em;
}
}
/*--------------------------------------------------------------------
▼テーブル基本設定
---------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
table.sp-block-table tr th,
table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
table.under-line-table tr {
  border-bottom: 1px solid var(--gray04);
}
table.under-line-table tr th {
  padding: 20px 0 0;
}
table.under-line-table tr td {
  padding: 5px 0 20px;
}
table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
table.sp-block-table tr th,
table.sp-block-table tr td {
  display: table-cell;
  width: auto;
}
table.under-line-table tr th {
  padding: 20px 15px 20px 0;
}
table.under-line-table tr td {
  padding: 20px 0;
}
table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}
}
/*****ここまではテーマの基本設定なのでなるべく変更不可*****/

/*☆☆☆☆☆☆☆☆☆☆☆  サイト用個別設定  ☆☆☆☆☆☆☆☆☆☆☆*/

/*-------------------------------------------------------------
▼フォント設定
--------------------------------------------------------------*/
body,
button,
input[type="submit"] {
  font-family: 'Noto Sans JP',游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
}
/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  --main: #5EB884;
  --sub: #F0FCF5;
  --green: #BFE3CE;
  --blue: #F3FFFF;
  --gray: #BFBFBF;
}
.main-color {
  color: var(--main);
}
.main-color-bg {
  background-color: var(--main);
}
.sub-color {
  color: var(--sub);
}
.sub-color-bg {
  background-color: var(--sub);
}
.bg-green{
  background-color: var(--green);
}
/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
html.open,
html.open body {
  overflow: hidden;
}
.header-inner,
.hamburger-btn {
  height: 60px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 20px;
}
.hamburger-nav-wrap {
  display: block;
}
.global-nav-wrap {
  display: none;
}
.logo img {
  height: 35px;
}
.logo h2{
  font-size: 1em;
  letter-spacing: 2px;
}
.hamburger-btn {
  cursor: pointer;
  width: 40px;
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  right: 15px;
  top: 0;
  z-index: 11;
}
.hamburger-btn-inner {
  position: relative;
  display: block;
}
.hamburger-btn-line {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--black);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.hamburger-btn-line:nth-child(1) {
  top: calc(50% + -11px);
}
.hamburger-btn-line:nth-child(2) {
  top: 50%;
}
.hamburger-btn-line:nth-child(3) {
  top: calc(50% + 11px);
}
.open .hamburger-btn-line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open .hamburger-btn-line:nth-child(2) {
  width: 0;
  left: 50%;
}
.open .hamburger-btn-line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.hamburger-nav {
  position: fixed;
  right: -769px;
  top: 0;
  z-index: 10;
  width: 100%;
  max-width: 300px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: var(--white);
  height: 100%;
  box-shadow: -1px 0px 1px 1px rgba(0,0,0,0.07);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hamburger-nav::-webkit-scrollbar {
  display: none;
}
.hamburger-nav .logo {
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 1.1em;
  font-weight: bold;
}
.hamburger-nav .logo > a {
  line-height: 1.5;
}
.hamburger-nav-inner ul:not(.sub-menu) {
  padding: 0 15px 15px;
}
.hamburger-nav-inner a {
  display: block;
  padding: 15px 50px 15px 0;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid var(--gray03);
}
.hamburger-nav-inner #menu-sp-menu > li a.no-pointer {
  pointer-events: none;
  cursor: inherit;
}
.hamburger-nav-inner .accordion_icon, .hamburger-nav-inner .sub-menu a {
  pointer-events: visible;
}
.hamburger-nav-inner ul:not(.sub-menu) li {
  position: relative;
}
.hamburger-nav-inner .accordion_icon {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
  background: var(--main);
  margin: 5px 0;
}
.hamburger-nav-inner .accordion_icon::after {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: 0;
  right: 12.5px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hamburger-nav-inner .accordion_icon.sp-menu-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 2.5px;
}
.hamburger-nav-inner .sub-menu {
  display: none;
}
.hamburger-nav-inner .sub-menu a {
  padding: 10px 10px 10px 20px;
  font-weight: normal;
  position: relative;
}
.hamburger-nav-inner .sub-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media print, screen and (min-width: 576px) {
.hamburger-nav {
  width: 320px;
}
.logo h2{
  font-size: 1.1em;
}
}
@media print, screen and (min-width: 768px) {
  .hamburger-btn {
    height: 72px;
  }
}
@media print, screen and (min-width: 1730px) {
#header{
  height: 140px;
}
.hamburger-nav-wrap {
  display: none;
}
.global-nav-wrap {
  display: block;
  padding-top: 30px;
}
.header-inner {
  height: 80px;
  padding: 30px 60px;
}
.header-inner .logo{
  padding-top: 40px;
}
.logo img {
  height: 40px;
}
.global-nav-wrap ul:not(.sub-menu) {
  display: flex;
  align-items: center;
}
.global-nav-wrap ul li {
  padding: 0 8px;
  position: relative;
  text-align: center;
}
.global-nav-wrap ul li:last-child {
  padding-right: 0;
}
.global-nav-wrap ul li a {
  font-weight: bold;
  font-size: 13px;
  display: block;
  line-height: 1.6;
}
.global-nav-wrap ul li a.icon {
  position: relative;
  padding-top: 70px;
}
.global-nav-wrap ul li a.icon::before{
  content: "";
  position: absolute;
  display: inline-block;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.global-nav-wrap ul li a.icon.sodan-icon::before{
  background-image: url(./library/images/icon/mushimegane-icon.svg);
  height: 30px;
  width: 30px;
}
.global-nav-wrap ul li a.icon.shientsuki-icon::before{
  background-image: url(./library/images/icon/paper-icon.svg);
  height: 30px;
  width: 23px;
}
.global-nav-wrap ul li a.icon.private-support-business-icon::before{
  background-image: url(./library/images/icon/private-support-business-icon.svg);
  height: 32px;
  width: 32px;
}
.global-nav-wrap ul li a.icon.nintei-icon::before{
  background-image: url(./library/images/icon/heart-icon.svg);
  height: 30px;
  width: 32px;
}
.global-nav-wrap ul li a.icon.work-icon::before{
  background-image: url(./library/images/icon/work-icon.svg);
  height: 30px;
  width: 34px;
}
.global-nav-wrap ul li a.icon.news-icon::before{
  background-image: url(./library/images/icon/news-icon.svg);
  height: 30px;
  width: 30px;
}
.global-nav-wrap ul li a.icon.event-icon::before{
  background-image: url(./library/images/icon/event-icon.svg);
  top: 30px;
  height: 30px;
  width: 34px;
}
/* .global-nav-wrap ul li a.icon.jirei-icon::before{
  background-image: url(./library/images/icon/jirei-icon.svg);
  height: 30px;
  width: 24px;
} */
.global-nav-wrap ul li a.icon.case-icon::before{
  background-image: url(./library/images/icon/case-icon.svg);
  height: 32px;
  width: 32px;
}
.global-nav-wrap ul li a.icon.whereabouts-icon::before{
  background-image: url(./library/images/icon/whereabouts-icon.svg);
  height: 32px;
  width: 32px;
}
.global-nav-wrap ul li a.icon.contact-icon::before{
  background-image: url(./library/images/icon/contact-icon.svg);
  height: 28px;
  width: 36px;
}
.global-nav-wrap ul li a.icon.board-icon::before{
  background-image: url(./library/images/icon/board.svg);
  height: 32px;
  width: 32px;
  top: 30px;
}
.global-nav-wrap ul li a.icon.guide-icon::before{
  background-image: url(./library/images/icon/book.svg);
  height: 30px;
  width: 30px;
  top: 30px;
}
.global-nav-wrap ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: -50%;
  z-index: 2;
  padding-top: 10px;
}
.global-nav-wrap ul.sub-menu li {
  padding: 0;
}
.global-nav-wrap ul:not(.sub-menu) li:hover .sub-menu {
  display: block;
  width: 250px;
}
.global-nav-wrap ul.sub-menu li a {
  padding: 20px 10px;
  border: 1px solid var(--gray03);
  display: block;
  line-height: 1;
  margin-top: -1px;
  background: var(--white);
}
.global-nav-wrap ul.sub-menu li a:hover {
  background: var(--main);
  color: var(--white);
  opacity: 1;
}
}
@media screen and (min-width:1400px) and ( max-width:1500px){
  .global-nav-wrap ul li {
    padding: 0 8px;
  }
  .global-nav-wrap ul li a {
    font-size: 13px;
  }
}
/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
.footer-copy {
  position: relative;
}
.footer-copy p {
  font-size: 12px;
  margin-top: 0;
}
.footer-menu{
  font-size: 14px;
}
.footer-menu ul li{
  margin-bottom: 10px;
}
.footer-menu-ttl{
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-menu-ttl a{
  padding-left: 30px;
  display: block;
}
.footer-menu-ttl a.footer-icon {
  position: relative;
}
.footer-menu-ttl a.footer-icon::before{
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-menu-ttl a.footer-icon.sodan-icon::before{
  background-image: url(./library/images/icon/mushimegane-icon.svg);
  height: 18px;
  width: 18px;
}
.footer-menu-ttl a.footer-icon.shientsuki-icon::before{
  background-image: url(./library/images/icon/paper-icon.svg);
  height: 18px;
  width: 14px;
}
.footer-menu-ttl a.footer-icon.private-support-business-icon::before{
  background-image: url(./library/images/icon/private-support-business-icon.svg);
  height: 18px;
  width: 18px;
}
.footer-menu-ttl a.footer-icon.nintei-icon::before{
  background-image: url(./library/images/icon/heart-icon.svg);
  height: 18px;
  width: 20px;
}
.footer-menu-ttl a.footer-icon.work-icon::before{
  background-image: url(./library/images/icon/work-icon.svg);
  height: 16px;
  width: 18px;
  top: 20%;
  transform: inherit;
}
.footer-menu-ttl a.footer-icon.news-icon::before{
  background-image: url(./library/images/icon/news-icon.svg);
  height: 18px;
  width: 18px;
}
.footer-menu-ttl a.footer-icon.event-icon::before{
  background-image: url(./library/images/icon/event-icon.svg);
  height: 18px;
  width: 20px;
}
/* .footer-menu-ttl a.footer-icon.jirei-icon::before{
  background-image: url(./library/images/icon/jirei-icon.svg);
  height: 18px;
  width: 14px;
} */
.footer-menu-ttl a.footer-icon.case-icon::before{
  background-image: url(./library/images/icon/case-icon.svg);
  height: 18px;
  width: 14px;
}
.footer-menu-ttl a.footer-icon.whereabouts-icon::before{
  background-image: url(./library/images/icon/whereabouts-icon.svg);
  height: 18px;
  width: 18px;
}
.footer-menu-ttl a.footer-icon.contact-icon::before{
  background-image: url(./library/images/icon/contact-icon.svg);
  height: 14px;
  width: 18px;
}
.footer-menu-ttl a.footer-icon.board-icon::before{
  background-image: url(./library/images/icon/board.svg);
  height: 14px;
  width: 18px;
}
.footer-menu-ttl a.footer-icon.guide-icon::before{
  background-image: url(./library/images/icon/book.svg);
  height: 14px;
  width: 18px;
}
.menu-footer-menu2-container{
  padding-top: 70px;
}
.footer-sub-menu{
  padding: 40px 0;
  font-size: 12px;
  border-bottom: solid 1px var(--gray01);
}
.menu-footer-menu5-container .menu li:not(:first-child){
  margin-top: 10px;
}
.cta-box-ttl{
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.cta-box-ttl::before{
  content: "";
  background-image: url(./library/images/icon/contact-icon.svg);
  position: absolute;
  display: inline-block;
  width: 38px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cta-tel{
  font-size: 1.6em;
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.cta-tel::before{
  content: "";
  background-image: url(./library/images/icon/tel-icon.svg);
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 34px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cta-form a{
  font-size: 0.8em;
}
.footer-menu-border{
  position: relative;
}
.footer-menu-border::before{
  content: "";
  border-top: 1px dotted var(--main); 
  width: 100%;
  height: auto;
  position: absolute;
  top: 10px;
}
.footer-menu-border::after{
  content: "";
  border-top: 1px dotted var(--main); 
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 10px;
}
.footer-shadow-box{
  box-shadow: 0px 0px 20px var(--black);
  border-radius: 30px;
}
.footer-border-box{
  background-color: var(--white);
  padding: 40px 20px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 0 0 1px var(--green), 0 0 0 8px var(--white);
	box-sizing: border-box;
}
@media print, screen and (min-width: 576px) {
  .cta-form a{
    font-size: 1em;
  }
}
@media print, screen and (min-width: 768px) {
.menu-footer-menu5-container .menu{
  display: flex;
}
.menu-footer-menu5-container .menu li{
  padding-right: 30px;
}
.menu-footer-menu5-container .menu li:not(:first-child){
  margin-top: 0;
}
}
@media print, screen and (min-width: 992px) {
.footer-copy {
  margin-top: 40px;
}
.footer-copy p {
  right: 0;
  position: absolute;
  bottom: 0;
}
.cta-tel{
  font-size: 2.2em;
}
}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
h2, .h2 {
  font-size: 1.6em;
  letter-spacing: 6px;
}
h3, .h3 {
  font-size: 1.4em;
}
h4, .h4 {
  font-size: 1.2em;
}
h5, .h5 {
  font-size: 1em;
  text-transform: uppercase;/*大文字*/
}
.main-ttl{
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.main-ttl.nintei{
  padding-left: 50px;
}
.main-ttl::before{
  content: "";
  position: absolute;
  display: inline-block;
  top: 60%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-60%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-ttl.goen::before{
  background-image: url(./library/images/icon/goen-icon.svg);
}
.main-ttl.about-site::before{
  background-image: url(./library/images/icon/site-icon.svg);
}
.main-ttl.gosodan::before{
  background-image: url(./library/images/icon/mushimegane-icon.svg);
  top: initial;
  transform: none;
  bottom: 0;
}
.main-ttl.nintei::before{
  background-image: url(./library/images/icon/book-icon.svg);
  width: 42px;
  height: 25px;
}
.main-ttl.news::before{
  background-image: url(./library/images/icon/news-icon.svg);
}
.sub-ttl {
  display: inline-block;
  border-bottom: 4px dotted var(--main);
  color: var(--main);
  line-height: 1.8;
}
.sub-ttl-b {
  display: inline-block;
  border-bottom: 4px dotted var(--main);
  color: var(--black);
  line-height: 1.8;
}
.sub-ttl-archive {
  display: inline-block;
  border-bottom: 4px dotted var(--main);
  color: var(--main);
  padding-bottom: 5px;
}
.page-top-visual h2{
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
.page-top-visual h2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
h2, .h2 {
  font-size: 2.2em;
}
.page-top-visual h2 {
  padding-top: 160px;
  padding-bottom: 160px;
}
}
/*--------------------------------------------------------------------
▼ボタン設定(全ページ共通で使用するボタン)
---------------------------------------------------------------------*/
.main-btn {
  display: inline-block;
  text-align: center;
  color: var(--white);
  background-color: var(--main);
  padding: 15px 50px;
  border-radius: 26px;
  position: relative;
  border: none;
  font-size: initial;
  font-weight: inherit;
  letter-spacing: inherit;
}
.main-btn::after{
  content: '';
  border: 0;
  border-top: solid 1px var(--white);
  border-right: solid 1px var(--white);
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.main-btn:hover{
  opacity: 0.7;
}

@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {

}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼フォーム設定
---------------------------------------------------------------------*/
input[type="checkbox"], input[type="radio"]{
  display: none;
}
.checkbox-design {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox-design::before {
  background-color: var(--sub);
  border: 2px solid var(--main);
  content: '';
  display: block;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 17px;
  height: 17px;
  border-radius: 4px;
}
.checkbox-design::after {
  border-right: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  content: '';
  display: block;
  top: 21px;
  left: 11px;
  height: 9px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox-design::after, input[type=radio]:checked+.checkbox-design::after {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
.checkbox-design::after {
  top: 22px;
}
}
@media print, screen and (min-width: 992px) {
  .checkbox-design::after {
    top: 24px;
  }
  }

/*--------------------------------------------------------------------
▼お問い合わせフォーム設定
---------------------------------------------------------------------*/
table.form {
  margin-top: -15px;
}
table.form tr th {
  vertical-align: text-top;
  padding: 15px 0 0;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.contact-btn-flex-box button {
  margin: 0 7.5px;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
table.form.sp-block-table tr th {
  padding: 40px 10px 40px 0;
  font-size: 20px;
  line-height: 1.2;
  width: 280px;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {

}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
.background-image{
  background-image: url(./library/images/content/background-image01.jpg);
  background-repeat: repeat;
}
.front-nintei-area{
  position: relative;
  overflow: hidden;
}
.front-nintei-area::after{
  content: "";
  position: absolute;
  background-image: url(./library/images/content/background-round01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 675px;
  height: 700px;
  left: -80%;
  top: 0;
  z-index: -2;
}
.front-nintei-area img.icon01,.front-nintei-area img.icon02{
  width: 60px;
  height: auto;
}
.front-nintei-area img.icon03{
  width: 50px;
  height: auto;
}
.front-nintei-area img.icon04{
  width: 64px;
  height: auto;
}
.front-nintei-box .shadow-box,.front-nintei-box .border-box{
  height: 197px;
}
.front-nintei-box,.front-search-area{
  position: relative;
}
.front-banner-area{
  position: relative;
  overflow: hidden;
}
.front-banner-area::after{
  content: "";
  position: absolute;
  background-image: url(./library/images/content/background-round02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 700px;
  right: 0;
  top: 0;
  z-index: -2;
}
#front-search{
  width: 100%;
}
.front-search-area::after{
  content: "";
  position: absolute;
  background-image: url(./library/images/content/front-image03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 115px;
  height: 124px;
  bottom: 140px;
  right: 33px;
  transform: scale(-1, 1)
}

@media print, screen and (min-width: 576px) {
.front-nintei-area::after{
  left: -40%;
}
.front-search-area::after{
  width: 160px;
  height: 173px;
}
}
@media print, screen and (min-width: 768px) {
.front-nintei-area::after{
  left: 0;
}
#front-search ul{
  display: flex;
  justify-content: space-around;
  font-size: 18px;
}
#front-search ul li div:not(:first-child){
  margin-top: 30px;
}
}
@media print, screen and (min-width: 992px) {
.front-banner-area::after{
  width: 700px;
}
#front-search ul{
  display: flex;
  justify-content: space-around;
  font-size: 20px;
}
}
@media print, screen and (min-width: 1200px) {
.front-banner-area::after{
  width: 1110px;
  top: 5%;
}
}
@media print, screen and (min-width: 1400px) {
.front-banner-area::after{
  width: 1110px;
  top: 5%;
}
.front-search-area::after{
  width: 227px;
  height: 244px;
  bottom: 100px;
  left: 6px;
  transform: inherit;
}
}
@media print, screen and (min-width: 1600px) {
.front-nintei-box::after{
  content: "";
  position: absolute;
  background-image: url(./library/images/content/front-image04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 216px;
  height: 250px;
  bottom: -38px;
  right: -246px;
}
.front-search-area::after{
  bottom: 100px;
  left: 120px;
}
}
@media print, screen and (min-width: 1800px) {
.front-search-area::after{
  left: 200px;
}
}
/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.inline{
  display: inline;
}
.border-r{
  border-radius: 30px;
}
.no-pointer{
  pointer-events: none;
}
.round-ttl{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.round-ttl::before,
.round-ttl::after{
  position: absolute;
  top: 4px;
  bottom: 0;
  right: -36px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow::before{
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--main);
}
.arrow::after{
  right: -27px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.width-60{
  width: 60%;
}
.support-business .round-ttl::before,
.private-support-business .round-ttl::before,
.support-business .round-ttl::after,
.private-support-business .round-ttl::after{
  right: initial;
  left: 0;
}
.support-business .arrow::after,
.private-support-business .arrow::after{
  right: inherit;
  left: 5px;
}
.margin-rl{
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.shadow-box{
  box-shadow: 0px 0px 20px var(--black);
  border-radius: 15px;
}
.border-box{
  background-color: var(--white);
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 0 0 1px var(--green), 0 0 0 8px var(--white);
	box-sizing: border-box;
}
.border-box02{
  background-color: var(--white);
  padding: 40px 20px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 0 0 1px var(--green), 0 0 0 8px var(--white),0 0 0 10px var(--main);
	box-sizing: border-box;
}
.nintei-area .grid-s-6{
  padding-left: 15px;
  padding-right: 15px;
}
.front-banner .border-box{
  padding: 40px 20px;
  position: relative;
}
.front-banner .border-box::before{
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  border-top: 40px solid var(--main);
  border-left: 28px solid var(--main);
  border-bottom: 28px solid rgba(0,0,0,0);
  border-right: 40px solid rgba(0,0,0,0);
  border-top-left-radius: 30%;
}
.news-area{
  padding: 30px 15px;
  border-bottom: 1px solid var(--gray01);
}
.category-name{
  border: 1px solid var(--main);
  padding: 3px 15px;
  border-radius: 2px;
  color: var(--main);
  font-size: 14px;
  margin-left: 10px;
}
.download-box{
  background-color: var(--blue);
  padding: 30px;
  border-radius: 8px;
}
.download-box p{
  position: relative;
  padding-left: 24px;
}
.download-box p::before{
  content: "";
  background-image: url(./library/images/icon/word.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 16px;
}
.download-box p.pdf::before{
  content: "";
  background-image: url(./library/images/icon/pdf.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 16px;
}
.shinsei-list{
  margin-left: 20px;
}
.shinsei-btn-area{
  text-align: center;
}
.shinsei-btn-area .btn:not(:first-child){
  padding-top: 40px;
}
.shinsei-btn-area .btn a{
  background-color: var(--main);
  color: var(--white);
  border-radius: 24px;
  padding: 10px 24px;
  font-weight: bold;
  font-size: 18px;
}
.shinsei-area h2,.front-search-ttl h2{
  padding-top: 60px;
  margin-top: -60px;
}
.about-certification-work{
  padding: 20px;
  font-size: 18px;
}
.mid-ttl.round-ttl {
  font-size: 1.2em;
}
.support-business h3,
.private-support-business h3
{
  padding-left: 30px;
  display: block;
}
.support-business h3 a,
.private-support-business h3 a{
  color: var(--main);
  border-bottom: 1px solid var(--main);
}
.news-area .date{
  font-size: initial;
}
.contact-page-tel{
  align-items: center;
}
.contact-page-tel h2,.contact-page-tel p{
  text-align: center;
}
dl#faq-panel dt {
  position: relative;
}
dl#faq-panel dt p:first-child {
  background: var(--sub);
  padding: 20px 40px 20px 40px;
  font-size: 1.2em;
  line-height: 1.4em;
  position: relative;
  cursor: pointer;
}
dl#faq-panel dt .toggle-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  margin-top: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
dl#faq-panel dt .toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-top: 3px solid var(--main);
  border-right: 3px solid var(--main);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
dl#faq-panel dt.open .toggle-icon::after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
dl#faq-panel dd {
  background: var(--white);
  padding: 20px 20px 20px 40px;
  position: relative;
}
dl#faq-panel dd + dt {
  margin-top: 20px;
}
.padding30-box{
  padding: 30px;
}
.padding30-box .category-name{
  display: inline-block;
  margin-left: 0;
}
.example-border{
  border-top: solid 1px var(--gray04);
}
.support-groups-hp{
  position: relative;
  padding-left: 23px;
}
.support-groups-hp::before{
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./library/images/icon/hp-icon.svg)
}
.post-area-inner-cat-item.soudan-single{
  background-color: inherit;
  padding: 0 10px;
}
main .article .eyecatch img.seminar-event-img{
  max-height: inherit;
  width: 80%;
  height: auto;
}
.cta.sub-color-bg.border-r {
  display: inline-block;
  width: 100%;
}
.check-arrow{
  padding-left: 40px;
  position: relative;
}
.check-arrow::before{
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./library/images/icon/arrow.svg)
}
.choi-work div h3{
  background-color: var(--sub);
  border-radius: 15px;
  padding: 20px;
}
.choi-work-text{
  border: solid 1px var(--main);
  border-radius: 15px;
  padding: 45px;
}
.volunteer-round{
  background-color: var(--green);
  padding-top: 40%;
  padding-bottom: 40%;
  font-size: 24px;
  border-radius: 50%;
}
@media print, screen and (min-width: 576px) {

}

@media print, screen and (min-width: 768px) {
.shinsei-btn-area{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.shinsei-btn-area .btn:not(:first-child){
  padding-left: 20px;
}
.shinsei-btn-area .btn:not(:last-child){
  padding-top: 0;
}
.about-certification-work{
  padding: 40px 94px;
}
.about-certification-work p{
  font-size: 23px;
}
dl#faq-panel dt p:first-child {
  padding: 20px 80px 20px 40px;
  font-size: 1.6em;
  display: flex;
}
dl#faq-panel dt .toggle-icon {
  width: 60px;
}
dl#faq-panel dt .toggle-icon::after {
  right: 30px;
  width: 18px;
  height: 18px;
  border-top: 6px solid var(--main);
  border-right: 6px solid var(--main);
}
dl#faq-panel dd {
  padding: 20px 30px 20px 40px;
}
.support-groups-box{
  display: flex;
  flex-wrap: wrap;
}
.support-groups-box dt{
  width: 20%;
}
.support-groups-box dd{
  width: 80%;
}
.mid-ttl.round-ttl {
  font-size: 1.4em;
}
.volunteer{
  position: relative;
}
.volunteer::after{
  content: "";
  position: absolute;
  background-image: url(./library/images/content/volunteer-image01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 152px;
  height: 220px;
  bottom: -40px;
  right: -120px;
}
}

@media print, screen and (min-width: 992px) {
.front-banner .illust{
  position: relative;
}
.front-banner .illust img{
  position: absolute;
  top: -80%;
  right: 20%;
}
.shinsei-btn-area .btn:last-child{
  padding-top: 0;
}
.contact-page-tel h2,.contact-page-tel p{
  text-align: initial;
}
.contact-page-tel .cta-tel{
  font-size: 2.8em;
}
.contact-page-tel .cta-tel::before {
  top: 54%;
}
.contact-page-tel div:first-child{
  padding-left: 40px;
}
.choi-work-text{
  font-size: 1.2em;
}
.volunteer-round{
  font-size: 32px;
}
}
.shinsei-list ol {
  list-style-type: katakana;
  padding-left: 30px;
}
.no-pointer {
  cursor: inherit;
}

/* 2023.5.11追加 */
.header-inner-left{
  display: block;
  align-items: center;
  margin-right: 50px;
}
.header-search{
  padding-top: 20px;
  margin-left: 0;
}
@media print, screen and (min-width: 767px){
  .header-inner-left{
    display: flex;
    margin-right: 0;
  }
  .header-search{
    padding-top: 0;
    margin-left: 20px;
  }
  .header-inner {
    height: 80px;
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 1800px) {
  .header-inner {
    padding: 30px 60px;
  }
}
/* コメント機能 */

.form-submit .submit{
  display: inline-block;
  text-align: center;
  color: var(--white);
  background-color: var(--main);
  padding: 15px 50px;
  border-radius: 26px;
  position: relative;
  border: none;
  font-size: initial;
  font-weight: inherit;
  letter-spacing: inherit;
}

.form-submit .submit::after{
  content: '';
  border: 0;
  border-top: solid 1px var(--white);
  border-right: solid 1px var(--white);
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);

}

.form-submit .submit:hover{
  opacity: .7;
}

.reply .comment-reply-link{
  background-color: var(--main);
  color: var(--white);
}

.comment-body{

}

.comment-body .comment-edit-link{
  font-style: initial;
  font-size: 12px;
}

.comment-respond{

}

.comment-respond .logged-in-as{
  font-style: initial;
}

.d-xl-none{
  display: none;
}

@media screen and (min-width: 1730px){
  .d-xl-none{
    display: block;
  }
  .header-search{
    padding-top: 40px;
  }
}

.map_canvas{
  max-width: 1200px;
  height: 300px;
}

@media print,screen and (min-width: 992px){
  .map_canvas{
    max-width: 1200px;
    height: 500px;
  }
}

.post-password-form p{
  text-align: initial !important;
}

.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-tc{
  top: -40px;
}

.post-ttl{
  padding-bottom: 10px;
  border-bottom : 5px dotted var(--main);
}
.result-category {
  background-color: var(--green02);
  color: var(--main);
  margin-top: 0;
  padding: 12px 20px;
  border-radius: 10px;
}
.result-category.recruit-category {
  padding: 12px 0;
}
.result-category span {
  color: var(--black);
}
.post-list-area {
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgb(0, 0, 0, .2);
  padding: 20px;
  position: relative;
}
.post-list-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 30px solid var(--main);
  border-left: 15px solid var(--main);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  border-right: 30px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 30%;
}
.post-area-inner-cat-item {
  padding: 14px 30px;
  margin-top: 20px;
  background-color: var(--gray04);
  border-radius: 6px;
}
.post-area-inner-cat-item>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.post-area-inner-cat-item>ul>li {
  position: relative;
  padding: 0 15px;
}
.post-area-inner-cat-item>ul>li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--green);
}
.business_address, .business_name {
  color: gray;
}
.post-list-area-inner-items {
  margin-top: 20px;
}
.post-list-area-inner-right {
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
.post-list-area {
  border-radius: 30px;
  padding: 40px;
}
.post-list-area::before {
  border-top: 40px solid var(--main);
  border-left: 28px solid var(--main);
  border-bottom: 28px solid rgba(0, 0, 0, 0);
  border-right: 40px solid rgba(0, 0, 0, 0);
}
.post-list-area-inner-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.post-list-area-inner-right {
  margin-top: 0;
  text-align: right;
}
.post-list-area-inner-left {
  width: 50%;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}

/*--------------------------------------------------------------------
▼サイドバー検索設定
---------------------------------------------------------------------*/
.search-ttl {
  background-color: var(--main);
  color: var(--white);
  border-radius: 8px;
  padding: .5em .5em;
}
.search-ttl span {
  position: relative;
  padding-left: 28px;
}
.search-ttl span::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(./library/images/icon/mushimegane-icon-wh.svg);
}
.search-box {
  line-height: 2;
  font-weight: bold;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray04);
}
.search-btn {
  border: none;
  width: 100%;
  font-size: 1em;
}
@media print, screen and (min-width: 768px) {
.support-group-list {
  flex-direction: row-reverse;
}
}
/*--------------------------------------------------------------------
▼タブ切り替え設定
---------------------------------------------------------------------*/
.btn_area {
  display: flex;
  margin-top: 20px;
}
.tab_btn {
  width: calc(100% / 2);
  background-color: var(--white);
  color: var(--main);
  border: 1px solid var(--main);
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  padding: 8px 37px 8px 20px;
  border-radius: 24px;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 4px;
  position: relative;
}
.tab_btn::after {
  content: '';
  border: 0;
  border-top: solid 2px var(--main);
  border-right: solid 2px var(--main);
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.tab_btn.active {
  background-color: var(--main);
  color: var(--white);
}
.tab_btn.active::after {
  border-top: solid 2px var(--white);
  border-right: solid 2px var(--white);
}
.tab_box .tab_btn + .tab_btn {
  margin-left: 6px;
}
.tab_box .tab_panel {
  display: none;
}
.tab_box .tab_panel.active {
  display:block;
}
.seminar-event .btn_area {
  justify-content: center;
  margin-top: -20px;
}
@media print, screen and (min-width: 768px) {
.tab_btn {
  width: auto;
}
.tab_box .tab_btn + .tab_btn {
  margin-left: 10px;
}
}

/*--------------------------------------------------------------------
▼ページネーションスタイル設定
---------------------------------------------------------------------*/
.page-numbers{
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--green);
}

.page-numbers.current,
.next.page-numbers,
.prev.page-numbers{
  background-color: var(--main);
  color: var(--white);
}

.next.page-numbers,
.prev.page-numbers{
  position: relative;
  width: 28px;
  height: 28px;
  background-color: var(--main);
  border-radius: 50%;
  top: 8px;
}

.next.page-numbers::after,
.prev.page-numbers::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%,-50%) rotate(45deg);
  border-top: solid 2px var(--white);
  border-right: solid 2px var(--white);
}

.prev.page-numbers::after{
  transform: translate(-50%,-50%) rotate(-135deg);
}
.next.page-numbers::after{
  transform: translate(-50%,-50%) rotate(45deg);
}

.pagination-cont{
  text-align: center;
  margin-top: 30px;
}
.side-left {
  padding: 0 15px;
}



/***** 2023.09追加 *****/
.example-search-result .post-list-area + .post-list-area {
  margin-top: 40px;
}
.example-search-area {
  position: relative;
}
.example-search-area::after{
  content: "";
  position: absolute;
  background-image: url(./library/images/content/front-image03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100px;
  height: 108px;
  bottom: 140px;
  right: 10px;
  transform: scale(-1, 1);
}
#example-search {
  width: 100%;
}
@media print, screen and (min-width: 576px) {
.example-search-area::after{
  width: 160px;
  height: 173px;
}
}
@media print, screen and (min-width: 768px) {
ul.example-list {
  display: flex;
  font-size: 18px;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 50px;
}
ul.example-list li {
  width: calc(100% / 2);
}
.category-example .category-name {
  margin-left: 0 !important;
  font-size: 12px !important;
}
}
@media print, screen and (min-width: 992px) {
ul.example-list {
  font-size: 20px;
}
ul.example-list li {
  width: calc(100% / 3);
}
}
@media print, screen and (min-width: 1200px) {
ul.example-list {
  padding: 0 150px;
}
}
@media print, screen and (min-width: 1400px) {
.example-search-area::after {
  width: 227px;
  height: 244px;
  bottom: 100px;
  left: 6px;
  transform: inherit;
}
}
@media print, screen and (min-width: 1600px) {
.example-search-area::after {
  bottom: 100px;
  left: 120px;
}
}
@media print, screen and (min-width: 1800px) {
.example-search-area::after {
  left: 200px;
}
}
/***** 2023.11お仕事情報追加 *****/
.global-nav-wrap ul li a.icon.work-recruit-icon::before {
  background-image: url(./library/images/icon/work-recruit.svg);
  height: 30px;
  width: 30px;
}
.footer-menu-ttl a.footer-icon.work-recruit-icon::before {
  background-image: url(./library/images/icon/work-recruit.svg);
  height: 18px;
  width: 18px;
}
.black {
  color: var(--black);
}
.small-light-txt {
  font-size: 80%;
  font-weight: 400;
}
.work-flow {
  counter-reset: number;
}
.work-flow-step {
  position: relative;
  padding-left: 30px;
}
.work-flow .work-flow-step::before {
  content: "";
  position: absolute;
  top: -.02em;
  left: 0;
  counter-increment: number;
  content: counter(number) ". ";
  font-weight: bold;
  font-size: 1.3em;
}
.border-r-10 {
  border-radius: 10px;
}
.border-r-30 {
  border-radius: 30px;
}
.sub-color-bg-box {
  padding: 20px;
}
.sub-color-bg-box p {
  font-size: 1.4em;
}
.sub-color-bg-box .main-btn {
  margin-top: 20px;
}
.job-support {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.job-support-img {
  width: calc(100% / 2 - 10px);
}
.work-image {
  counter-reset: number;
}
.work-image-ttl {
  position: relative;
  padding-left: 60px;
}
.work-image .work-image-ttl::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: -.25em;
  left: 0;
  background-color: var(--main);
  border-radius: 50%;
}
.work-image .work-image-ttl::after {
  position: absolute;
  top: .05em;
  left: .4em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-weight: bold;
  color: var(--white);
}
.recruit-search .border-box02 {
  padding: 20px;
}
.recruit-search-easy {
  border-bottom: 1px solid var(--main);
  padding-bottom: 40px;
}
.recruit-search-easy-btn li {
  background-color: var(--main);
  border-radius: 50px;
  margin-top: 10px;
}
.recruit-search-easy-btn li input, .recruit-search-easy-btn li label {
  width: 100%;
  padding: 10px 30px;
  color: var(--white);
}
.recruit-search-easy-btn li input[type="radio"]:checked+label {
  background-color: var(--white);
  color: var(--main);
  font-weight: bold;
}
.recruit-search-easy-btn li input[type=radio]:checked.checkbox-design {
  background-color: var(--white);
  color: var(--main);
}
.recruit-search-easy-btn li .checkbox-design::before {
  display: none;
}
.recruit-search-easy-btn li input[type=radio]:checked + .checkbox-design::before {
  background-color: transparent;
  border: 2px solid var(--main);
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  margin-top: 0;
}
.recruit-search-easy-btn li input[type=radio]:checked+.checkbox-design::after {
  display: none;
  margin-top: 0;
}
.recruit-search-easy-btn li a {
  padding: .5em 1em;
  display: inline-block;
  color: var(--white);
  font-weight: bold;
  font-size: 1.2em;
}
.recruit-search-easy-keyword {
  margin-top: 20px;
  width: 100%;
}
.recruit-search-easy-keyword-box input {
  border: 1px solid var(--gray);
  width: 100%;
  border-radius: 4px;
}
.recruit-search-btn span {
  position: relative;
  padding-left: 30px;
}
.recruit-search-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(./library/images/icon/mushimegane-icon-wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.recruit-table {
  table-layout: fixed;
}
.recruit-table tr {
  border-bottom: 1px solid var(--gray);
}
.recruit-table th, .recruit-table td {
  padding: .5em 0;
}
.recruit-table th {
  width: 20%;
  vertical-align: top;
  font-size: small;
}
.recruit-table td {
  font-size: 14px;
}
.recruit-btn-box {
  margin-top: 20px;
}
.post-area-inner-cat-item.recruit-post-single.soudan-single {
  background-color: var(--sub);
  padding: 20px 40px;
}
.recruit-single .post-area-inner-cat-item>ul>li::after {
  background-color: var(--main);
}
#side-search1 .recruit-search-easy {
  border-bottom: 1px solid var(--gray);
}
@media print, screen and (min-width: 509px) {
  .job-support {
    align-items: center;
  }
  .job-support-txt {
    width: 100%;
  }
  .job-support-img {
    width: 30%;
  }
}
@media print, screen and (min-width: 768px) {
  .job-support-txt {
    width: auto;
  }
  .recruit-search .border-box02 {
    padding: 40px 60px;
  }
  .recruit-search-easy-btn {
    display: flex;
    justify-content: space-between;
  }
  .recruit-search-easy-btn li {
    min-width: calc(50% - 10px);
    margin-top: 0;
  }
  .recruit-search-easy-btn li:not(:last-child) {
    margin-right: 20px;
  }
  .recruit-search-easy-btn li a {
    padding: .75em 3em;;
  }
  .recruit-search-easy-keyword {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .recruit-search-easy-keyword span {
    word-break: auto-phrase;
  }
  .recruit-search-easy-keyword-box {
    width: 100%;
    margin-left: 20px;
  }
  .recruit-list {
    display: flex;
    font-size: 18px;
    align-items: center;
    flex-wrap: wrap;
  }
  .recruit-list li {
    width: calc(100% / 2);
  }
  .recruit-table th, .recruit-table td {
    padding: 1.2em 0;
  }
  .recruit-table th {
    width: 22%;
    font-size: 1.15em;
  }
  .recruit-table td {
    font-size: 1rem;
  }
  .recruit-btn-box {
    margin-top: 40px;
  }
  #side-search1 .recruit-search-easy, #side-search1 .recruit-search-easy-btn {
    display: inline-block;
  }
  #side-search1 .recruit-search-easy-keyword-box {
    margin-left: 0;
  }
  #side-search1 .recruit-search-easy-btn li {
    margin-top: 10px;
    width: 100%;
    min-width: 205px;
  }
  #side-search1 .recruit-search-easy-btn li:not(:last-child) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .sub-color-bg-box {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
  }
  .sub-color-bg-box .main-btn {
    margin-top: 0;
  }
  .recruit-search-easy {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recruit-search-easy-btn li, #side-search1 .recruit-search-easy-btn li {
    min-width: 230px;
  }
  .recruit-search-easy-keyword {
    margin-top: 0;
    margin-left: 30px;
  }
  .recruit-list li {
    width: calc(100% / 3);
  }
  #side-search1 .recruit-search-easy-keyword {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-table th {
    width: 20%;
  }
}
/***** 2024.03 民間の事業情報変更 *****/
.content-ttl {
  background-color: var(--green);
  position: relative;
  padding: .5em .75em;
  border-left: solid 5px var(--main);
}
.private-support-business h3.content-ttl {
  padding-left: .75em;
}
.content-under-ttl {
  color: var(--main);
  font-size: 1.4em;
  position: relative;
  border-bottom: 5px solid var(--main);
  padding-bottom: 5px;
}
.support-business-table {
  font-size: 1.3em;
}
.support-business-table th, .support-business-table td {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.support-business-table th {
  width: 24%;
  vertical-align: text-top;
  text-align: left;
}
.support-business-table td > a {
  border-bottom: 1px solid var(--main);
}
.support-business-table .download-box {
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .content-ttl {
    font-size: 1.8em;
  }
  .content-under-ttl {
    font-size: 1.6em;
  }
  .support-business-table {
    font-size: 1.4em;
  }
  .support-business-table th {
    width: 13%;
  }
}
/***** 2024.12 TOPページ動画追加用 *****/
.movie-box iframe, .movie-box video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border: none;
}
/***** 2025.03 居場所ページ追加用 *****/
.volunteer-round.large-round {
  padding-top: 38%;
  padding-bottom: 38%;
}
.volunteer-round-detail {
  line-height: 1.2;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.content-ttl-compact {
  background-color: var(--green);
  position: relative;
  padding: .5em .75em;
  border-left: solid 5px var(--main);
  display: inline-block;
  font-size: 1.4em;
}
@media print, screen and (min-width: 768px) {
  .volunteer-round.large-round {
    padding-top: 30%;
    padding-bottom: 30%;
  }
}
@media print, screen and (min-width: 991px) {
  .volunteer-round.large-round {
    padding-top: 35%;
    padding-bottom: 35%;
  }
}