@charset "UTF-8";

/*Googleフォント */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap');

/**
 * ENGINE
 * v0.2 | 20150615
 * License: none (public domain)
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  text-indent: .01px;
  -o-text-overflow: '';
  text-overflow: '';
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

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

body#pagetop {
  -webkit-text-size-adjust: 100%;
  color: var(--color-base);
}

/*=======================================

  こちらにLPページの共有cssを記述してください。

  =======================================*/
/* アイコンフォント */
@font-face {
  font-family: recop-iconfonts;
  src: url("/lp_common/common_css/option/font/recop-iconfont.eot") format("eot"), url("/lp_common/common_css/option/font/recop-iconfont.woff") format("woff"), url("/lp_common/common_css/option/font/recop-iconfont.ttf") format("truetype");
}

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

body {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  transition: all 0.3s;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  width: 100%;
  display: block;
}

p {
  text-align: justify;
}

button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

/* ホバーアクション */
@media (any-hover: hover) {

  a:hover,
  button:hover {
    opacity: .7;
    text-decoration: none;
  }
}

/* iPhoneフリーワード検索角丸対策 */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* 初期設定リセット */
div#container,
#header .content,
#main .content {
  width: 100%;
}

/* ユニバーサルデザイン */
.accordionBtn::after {
  content: "クリック・タップで開きます";
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.accordionBtn.active::after {
  content: "クリック・タップで閉じます";
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 改行 */
span.pc {
  display: block;
}

span.sp {
  display: inline;
}

.pc-none {
  display: none !important;
}

.sp-none {
  display: block !important;
}

@media screen and (max-width: 767px) {
  span.sp {
    display: block;
  }

  span.pc {
    display: inline;
  }

  .pc-none {
    display: block !important;
  }

  .sp-none {
    display: none !important;
  }
}

/* 共通コンテンツ幅 */
.cnt {
  padding: 0 10px;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cnt {
    padding: 0 20px;
  }
}

/* 共通見出し（h2） */
.common-h2 {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: bold;
  font-family: var(--font-rounded);
  text-align: center;
  line-height: 1.5;
  position: relative;
  font-weight: 500;
}

.common-h2::before,
.common-h2::after {
  content: "";
  display: block;
  background: url(/d-encourage/img/deco-h2.webp) no-repeat center / contain;
  width: 100px;
  height: 22px;
}

.common-h2::after {
  transform: scale(-1, 1);
}

.common-h2 h2 span:not(.sp) {
  display: block;
}

@media screen and (max-width: 767px) {
  .common-h2 {
    gap: 21px;
    font-size: 25px;
  }

  .common-h2::before,
  .common-h2::after {
    content: "";
    display: block;
    background: url(/d-encourage/img/deco-h2.webp) no-repeat center / contain;
    width: 72px;
    height: 16px;
  }
}

/* 共通見出し（h3） */
.common-h3 {
  font-size: 27px;
  font-weight: bold;
  font-family: var(--font-rounded);
  text-align: center;
  font-weight: 500;
}

.common-h3 h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}

.common-h3 h3 span {
  font-size: 25px;
}

@media screen and (max-width: 767px) {

  .common-h3,
  .common-h3 h3 span {
    font-size: 20px;
  }
}

/* 共通ボタン */
.common-btn {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 70px;
  border: 2px solid var(--color-secondary);
  position: relative;
  font-weight: bold;
  font-size: 18px;
  background-color: var(--color-secondary-bg);
  padding: 0 45px;
  line-height: 1.4;
}

.common-btn::after {
  content: "";
  display: block;
  background: url(/d-encourage/img/arrow-green.webp) no-repeat center / contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  rotate: -90deg;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .common-btn::after {
    right: 20px;
  }
}

/* ホバーアクション */
@media (any-hover: hover) {
  .common-btn:hover {
    opacity: 1;
    border: 2px solid var(--color-primary);
    background-color: var(--color-primary-bg);
  }

  .common-btn:hover::after {
    background: url(/d-encourage/img/arrow-orange_down.webp) no-repeat center / contain;
  }
}

/**************************************************************
	header
***************************************************************/
header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  height: 80px;
}

h1.header-title {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  width: calc(100% - 300px);
}

h1.header-title span {
  display: inline-block;
} 

.header-wrap img.logo {
  width: 270px;
  height: auto;
}

@media screen and (max-width: 767px) {
  header .header-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    padding: 20px 20px 10px 20px;
    height: auto;
  }

  .header-wrap h1 {
    text-align: center;
    width: 100%;
  }

  .header-wrap img.logo {
    width: 250px;
  }
}

/**************************************************************
	navigation
***************************************************************/
.nav-area {
  height: 60px; /* ガタツキ防止・navigationの高さ確保 */
}

.bg-open-button,
.open-button {
  display: none;
}

.navigation {
  width: 100%;
  height: 60px;
  line-height: 50px;
  padding: 10px 10px 0;
  max-width: 1220px;
  margin: 0 auto;
}

.navigation.is-fixed {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.nav-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  background-color: var(--color-secondary-bg);
  border-radius: 50px;
  padding: 0 20px;
}

.navigation.is-fixed .nav-list {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.nav-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
  text-decoration-color: transparent;
  font-weight: bold;
}

.nav-list li a::after {
  content: "";
  display: block;
  background: url(/d-encourage/img/arrow-green.webp) no-repeat center / contain;
  width: 20px;
  height: 20px;
  transition: all .3s;
}

/* ホバーアクション */
@media (any-hover: hover) {
  .nav-list li a:hover {
    opacity: 1;
    text-decoration-color: var(--color-base);
  }

  .nav-list li a:hover::after{
    background-image: url(/d-encourage/img/arrow-orange_down.webp);
    /* rotate: 90deg; */
  }
}

.brand-list {
  display: none;
}

@media screen and (max-width: 1020px) {
  .nav-list {
    padding: 0 10px;
    gap: 15px;
  }

  .nav-list li a {
    gap: 5px;
  }
}

/* ハンバーガーボタン */
@media screen and (max-width: 767px) {

  .nav-area {
    height: 0px;
  }

  .bg-open-button,
  .open-button {
    background: #fff;
    position: fixed;
    top: 10px;
    right: 10px;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 1000;
    border-radius: 10px;
  }

  .open-button {
    background-color: #76A11A;
    border: 3px solid #76A11A;
  }

  .open-button span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    position: absolute;
    left: 15px;
    transition: all 0.3s;
  }

  .open-button span:nth-child(1) {
    top: 19px;
  }

  .open-button span:nth-child(2) {
    top: 26px;
  }

  .open-button span:nth-child(3) {
    top: 33px;
  }

  /* 開いているとき */
  .open-button.active {
    border: 3px solid #fff;
  }

  .open-button.active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 25px;
  }

  .open-button.active span:nth-child(2) {
    transform: scale(0);
  }

  .open-button.active span:nth-child(3) {
    transform: rotate(45deg);
    top: 25px;
  }

  /* ハンバーガーメニュー内 */
  /* オーバーレイ */
  .navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  /* ハンバーガーメニューコンテンツ */
  .nav-wrap {
    background-color: var(--color-secondary);
    border-radius: 0 0 10px 10px;
    padding: 90px 20px 40px 20px;
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
    /* ハンバーガーメニュー内のスクロール制御 */
    overscroll-behavior-y: contain;
    /* スクロールできるコンテンツであれば背面スクロールを無効にする */
    will-change: transform;
    /* Safariの描画の安定化 */
  }

  .nav-list {
    background-color: transparent;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 20px 0;
    border-radius: 0;
  }

  .nav-list li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .nav-list li a {
    text-align: center;
    line-height: 60px;
    height: 60px;
    border-radius: 60px;
    position: relative;
    color: var(--color-base);
    width: 100%;
    max-width: 500px;
    display: inline-block;
    background-color: var(--color-secondary-bg);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }

  .nav-list li a::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* ホバーアクション */
  @media (any-hover: hover) {
    .nav-list li a:hover {
      opacity: .7;
    }
    .nav-list li a:hover::after {
      background: url(/d-encourage/img/arrow-green.webp) no-repeat center / contain;
    }
    .brand-list li a:hover::after {
        background: url(/d-encourage/img/arrow-orange.webp) no-repeat center / contain;
    }
  }

  .brand-list {
    display: flex;
    padding: 24px 0 0 0;
    background-image: radial-gradient(circle, #fff 2px, transparent 2px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 8px 4px;
  }

  .brand-list li a {
    background-color: var(--color-primary-bg);
    border: 2px var(--color-primary) solid;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    height: 80px;
  }

  .brand-list li a::after {
    background: url(/d-encourage/img/arrow-orange.webp) no-repeat center / contain;
  }

  .brand-list li a span {
    font-weight: bold;
    font-family: var(--font-rounded);
    font-size: 20px;
  }
}

/**************************************************************
	KV
***************************************************************/
.kv-wrap {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.kv-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex: 1;
  gap: 10px;
}

.kv-list li {
  max-width: 250px;
  width: 100%;
}

.kv-list li a {
  text-align: center;
  background: #E6E6E6;
  border: 3px solid #E6E6E6;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 14px;
}

.kv-list li a.active {
  border-color: var(--color-secondary);
  background-color: var(--color-secondary-bg);
}

.kv-list li a span {
  font-family: var(--font-rounded);
  font-weight: bold;
  font-size: 20px;
}

/* ホバーアクション */
@media (any-hover: hover) {
  .kv-list li a:hover {
    opacity: 1;
    border-color: var(--color-secondary);
  }

  .kv-list li a.active:hover{
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .kv-list {
    display: none;
  }
}

/* ------------ KV画像 ------------ */
.kv-image {
  border-top: var(--color-secondary) 5px solid;
  position: relative;
}

.kv-image img {
  width: 100%;
  height: auto;
  max-height: calc(100dvh - 150px);
  object-fit: cover;
}

.kv-catchcopy {
  position: absolute;
  bottom: 7.85vw;
  left: calc(50% - 600px);
}

/* OUR MESSAGE */
.kv-catchcopy::after {
  content: "OUR MESSAGE";
  color: #CEE69B;
  font-size: 8.42vw;
  font-family: var(--font-rounded);
  display: block;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  bottom: 0px;
  transform: translateY(100%);
  left: 0;
  opacity: 0.8;
  width: 150%;
}

.kv-catchcopy h2 {
  font-size: 3.07vw;
  font-weight: bold;
  font-family: var(--font-rounded);
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 10px;
  padding: 3.64vw 3.35vw;
}

.kv-catchcopy h2::before,
.kv-catchcopy h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 25.2vw;
  aspect-ratio: 23 / 4;
}

.kv-catchcopy h2::before {
  left: 15px;
  top: 15px;
  background: url(/d-encourage/img/deco01.webp) no-repeat center / contain;
}

.kv-catchcopy h2::after {
  right: 15px;
  bottom: 15px;
  background: url(/d-encourage/img/deco02.webp) no-repeat center / contain;
}

.kv-catchcopy h2 span:not(.sp) {
  display: block;
}

@media screen and (min-width: 1401px) {
  .kv-catchcopy {
    bottom: 110px;
  }

  /* OUR MESSAGE */
  .kv-catchcopy::after {
    font-size: 118px;
  }

  .kv-catchcopy h2 {
    font-size: 43px;
    padding: 51px 47px;
    bottom: 110px;
  }

  .kv-catchcopy h2::before,
  .kv-catchcopy h2::after {
    width: 353px;
  }
}

@media screen and (max-width: 1240px) {
  .kv-catchcopy {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .kv-image {
    background-color: #F4E6BE;
    padding-bottom: 30px;
  }

  .kv-catchcopy {
    position: relative;
    margin-top: -70px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 40px);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }

  /* OUR MESSAGE */
  .kv-catchcopy::after {
    font-size: 50px;
    bottom: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: calc(100% + 40px);
    text-align: center;
  }

  .kv-catchcopy h2 {
    line-height: 1.5;
    font-size: 30px;
    border-radius: 10px;
    padding: 45px;
  }

  .kv-catchcopy h2::before,
  .kv-catchcopy h2::after {
    width: 280px;
  }
}

/* ------------ KVテキスト ------------ */
.kv-text {
  margin: 50px auto 0 auto;
  max-width: 1040px;
}

@media screen and (max-width: 767px) {
  .kv-text {
    margin: 30px auto 0 auto;
  }
}

/**************************************************************
	SEARCH
***************************************************************/
.search {
  padding-top: 5vw;
  position: relative;
  overflow: hidden;
}

.search::before {
  content: "SEARCH";
  color: #CEE69B;
  font-size: 8.42vw;
  font-family: var(--font-rounded);
  display: block;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 1.07vw;
  right: calc(50% - 600px);
  opacity: 0.8;
}

@media screen and (min-width: 1401px) {
  .search {
    padding-top: 70px;
  }

  .search::before {
    font-size: 118px;
    top: 15px;
  }
}

@media screen and (max-width: 1220px) {
  .search::before {
    right: 0;
  }
}

.search-wrap {
  background-image: radial-gradient(#DCECBA 20%, var(--color-secondary-bg) 20%);
  background-size: 16px 16px;
  /*  水玉のサイズ */
  padding: 100px 0;
}

.search-inner {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  position: relative;
  padding-bottom: 80px;
}

/* ------------ フリーワードで求人を探す ------------ */
.fwdObj h3.common-h3 {
  margin-bottom: 30px;
}

/* ------------ 地域から求人を探す ------------ */
.local_map h3.common-h3 {
  margin-bottom: 10px;
}

/* ------------ 画像群 ------------ */
.search-images {
  position: absolute;
  top: 180px;
  left: 45%;
  transform: translateX(-100%);
  width: 40.9vw;
  max-width: 573px;
  height: 33.2vw;
  max-height: 466px;
}

.search-images img {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  position: absolute;
  display: block;
}

.search-images img:nth-child(1) {
  width: 26.8vw;
  max-width: 376px;
  top: 0px;
  left: 0px;
}

.search-images img:nth-child(2) {
  width: 17.6vw;
  max-width: 247px;
  bottom: 0;
  right: 45px;
  z-index: 2;
}

.search-images img:nth-child(3) {
  width: 11.7vw;
  max-width: 165px;
  top: 15px;
  right: 0px;
}

@media screen and (max-width: 920px) {
  .search-inner {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }

  .search-images {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    margin-top: 20px;
    width: 466px;
    height: 554px;
    max-height: none;
  }

  .search-images img:nth-child(1) {
    width: 376px;
    top: 40px;
  }

  .search-images img:nth-child(2) {
    width: 247px;
    bottom: 0;
    right: 30px;
    z-index: 2;
  }

  .search-images img:nth-child(3) {
    width: 165px;
    top: 0;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .search {
    padding-top: 30px;
  }

  .search::before {
    top: 5px;
    font-size: 60px;
  }

  .search-wrap {
    background: var(--color-secondary-bg);
    padding: 50px 0;
  }

  .search-inner {
    margin-top: 35px;
  }

  /* ------------ フリーワードで求人を探す ------------ */
  .fwdObj h3.common-h3 {
    margin-bottom: 20px;
  }

  /* ------------ 地域から求人を探す ------------ */
  .local_map h3.common-h3 {
    margin-bottom: 20px;
  }
}

/* ------------ 職種から求人を探す ------------ */
.search-jobtype {
  background-color: #fff;
  padding: 40px 20px 50px 20px;
  border-radius: 10px;
}

.search-jobtype h3 {
  margin-bottom: 35px;
}

.jobtype-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1090px;
  margin: 0 auto;
}

.jobtype-list li {
  width: calc((100% - 40px) / 3);
  min-width: 295px;
}

@media screen and (max-width: 767px) {
  .search-jobtype {
    padding: 40px 20px;
  }

  .search-jobtype h3 {
    margin-bottom: 20px;
  }

  .jobtype-list {
    flex-direction: column;
  }

  .jobtype-list li {
    width: 100%;
    max-width: 500px;
    min-width: auto;
    margin: 0 auto;
  }

  .jobtype-list li .common-btn {
    height: 60px;
  }
}

/**************************************************************
	ABOUT
***************************************************************/
.about {
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
}

.about::before {
  content: "ABOUT";
  color: #F2F2F2;
  font-size: 8.42vw;
  font-family: var(--font-rounded);
  display: block;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1401px) {
  .about::before {
    font-size: 118px;
  }
}

.about-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  gap: 50px;
}

.about-wrap img.about-img-left {
  width: 100px;
}

.about-wrap img.about-img-right {
  width: 85px;
}

.about-text {
  text-align: center;
  position: relative;
  padding: 50px;
  line-height: 1.8;
  margin-top: 50px;
  border-image: url(/d-encourage/img/bg-about.webp) 100 / 50px / 0px;
}

@media screen and (max-width: 920px) {
  .about-text {
    border-image: url(/d-encourage/img/bg-about_sp.webp) 100 / 50px / 0px;
  }
}

.about-text p {
  text-align: center;
  font-weight: bold;
  font-size: 27px;
}

.about-text p span {
  position: relative;
  z-index: 1;
  display: inline-block
}

.about-text p span.underline::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 7px;
  background-color: #F7DB99;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
}

.about-description {
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .about::before {
    font-size: 60px;
  }

  .about .common-h2 {
    gap: 0;
  }

  .about .common-h2::before,
  .about .common-h2::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
  }

  .about .common-h2::before {
    left: calc(50% - 168px);
  }

  .about .common-h2::after {
    right: calc(50% - 168px);
  }

  .about-wrap>img {
    position: absolute;
    bottom: -40px;
    z-index: 2;
  }

  .about-wrap img.about-img-left {
    left: calc(50% - 180px);
    width: 50px;
  }

  .about-wrap img.about-img-right {
    width: 43px;
    right: calc(50% - 180px);
  }

  .about-text {
    padding: 50px 30px;
    margin-top: 30px;
  }

  .about-text p {
    font-size: 18px;
  }

  .about-text p span.sp {
    display: block;
  }

  .about-text p span.underline::before {
    height: 4px;
    bottom: 4px;
  }

  .about-description {
    gap: 30px;
  }
}

/* ------------ デコボココミュニティ ------------ */
.about-community {
  background-color: var(--color-secondary-bg);
  padding: 50px 20px;
  border-radius: 10px;
  overflow: hidden;
}

.about-community-inner {
  max-width: 1000px;
  margin: 0 auto;
  container-type: inline-size;
  /* @containerの親 */
}

.about-community .common-h3 {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.about-community .common-h3::before,
.about-community .common-h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  flex: 1;
}

.about-community .common-h3::before {
  background: var(--color-secondary);
}

.about-community .common-h3::after {
  background: var(--color-primary);
}

.about-community-text {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .about-community {
    padding: 40px 20px;
  }

  .about-community .common-h3 {
    margin-bottom: 20px;
    gap: 10px;
  }

  .about-community-text {
    margin-bottom: 10px;
  }
}

/* ------------ フロー図 ------------ */
.community-flow {
  display: block;
  background-color: var(--color-secondary-bg);
  padding-top: 20px;
  width: 100%;
}

/*  スクロールバー */
.community-flow::-webkit-scrollbar {
  height: 10px;
}

.community-flow::-webkit-scrollbar-thumb {
  background: var(--color-secondary);
  /* ハンドルの色 */
  border-radius: 10px;
}

.community-flow::-webkit-scrollbar-track {
  background: #fff;
  /* 背景色 */
  border-radius: 10px;
}

/* 親要素が1000px未満のとき */
@container (max-width: 999px) {
  .community-flow {
    padding-bottom: 35px;
  }
}

.flow-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 1000px;
}

.flow-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
  position: relative;
}

.flow-age {
  background: var(--color-secondary);
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  position: relative;
  font-size: 18px;
}

.flow-label {
  font-weight: bold;
  background-color: #fff;
  height: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
}

.flow-text {
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  flex-grow: 1;
}

.flow-button {
  display: block;
  text-align: center;
  border: 2px solid var(--color-base);
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  color: var(--color-base);
  width: 100%;
  box-sizing: border-box;
}

/* 個別レイアウト */
.flow-list li:nth-child(1),
.flow-list li:nth-child(2) {
  padding-bottom: 90px;
}

/* 年齢フロー */
.flow-age {
  position: relative;
}

.flow-age::before,
.flow-age::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background: var(--color-secondary);
}

.flow-list li:nth-child(1) .flow-age {
  border-radius: 35px 0 0 35px;
}

.flow-list li:nth-child(1) .flow-age::after,
.flow-list li:nth-child(2) .flow-age::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 13px;
  height: 35px;
  right: 0px;
  transform: translateX(calc(100% - 1px));
}

.flow-list li:nth-child(2) .flow-age::before,
.flow-list li:nth-child(3) .flow-age::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  width: 13px;
  height: 35px;
  left: 0px;
  transform: translateX(calc(-100% + 1px));
}

.flow-list li:nth-child(3), 
.flow-list li:nth-child(4) {
  padding-top: 55px;
}

.flow-list li:nth-child(3) .flow-age {
  position: absolute;
  top: 0;
  width: calc(200% - 10px);
  left: 0;
}

.flow-list li:nth-child(3) .flow-age::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 30px;
  height: 54px;
  right: 0px;
  top: 50%;
  transform: translate(100%, -50%);
}

/* 事業フロー */
.flow-label {
  position: relative;
}

.flow-label::before,
.flow-label::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background: #fff;
}

.flow-list li:nth-child(4) .flow-label {
  margin-right: auto;
  width: calc(100% - 13px);
}

.flow-list li:not(:nth-child(1)) .flow-label::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  width: 13px;
  height: 70px;
  left: 0px;
  transform: translateX(calc(-100% + 1px));
}

.flow-label::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 13px;
  height: 70px;
  right: 0px;
  transform: translateX(calc(100% - 1px));
}

/* ロゴ画像 */
.flow-text img {
  height: 50px;
  object-fit: contain;
}

.flow-list li:nth-child(4) .flow-text img {
  width: 160px;
}

/* 求人ボタン */
.flow-list li a.flow-btn {
  background-color: #fff;
  padding: 0 50px 0 40px;
  width: 100%;
  margin-top: auto;
}

.flow-list li:nth-child(1) a.flow-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(200% + 20px);
  z-index: 2;
}

.flow-list li a.flow-btn::after {
  right: 25px;
}

@media (any-hover: hover) {
  .flow-list li a.flow-btn:hover {
    background-color: var(--color-primary-bg);
  }
}

/**************************************************************
	WORK
***************************************************************/
.work {
  position: relative;
  padding-top: 5vw;
}

.work::before {
  content: "WORK";
  color: #CEE69B;
  font-size: 8.42vw;
  font-family: var(--font-rounded);
  display: block;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 0.71vw;
  right: calc(50% - 600px);
  opacity: 0.8;
}

@media screen and (min-width: 1401px) {
  .work {
    padding-top: 70px;
  }

  .work::before {
    font-size: 118px;
    top: 10px;
  }
}

@media screen and (max-width: 1220px) {
  .work::before {
    right: 0;
  }
}

.work-wrap {
  padding: 100px 0;
  /*  水玉のサイズ */
  background-image: radial-gradient(#DCECBA 20%, var(--color-secondary-bg) 20%);
  background-size: 16px 16px;
}

@media screen and (max-width: 767px) {
  .work {
    padding-top: 30px;
  }

  .work::before {
    font-size: 60px;
    top: 0;
  }

  .work-wrap {
    padding: 40px 0 50px 0;
  }

  .work .common-h2 {
    gap: 3px;
  }

  .work .common-h2 h2 span:first-child {
    font-size: 18px;
  }
}

/* ------------ タブリスト ------------ */
.tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 920px;
  margin: 50px auto 0 auto;
}

.tab-list-item {
  height: 63px;
  line-height: 63px;
  font-size: 25px;
  background-color: #D9D9D9;
  border-radius: 10px 10px 0 0;
  border: 3px solid #D9D9D9;
  border-bottom: none;
  width: 100%;
  position: relative;
}

.tab-list-item::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: calc(100%);
  height: 6px;
  left: 0px;
  bottom: 1px;
  transform: translateY(100%);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s;
}

.tab-list-item br {
  display: none;
}

/* ホバーアクション */
@media (any-hover: hover) {
  .tab-list-item[aria-selected=true]:hover {
    background-color: var(--color-secondary-bg);
  }

  .tab-list-item[aria-selected=true]:hover::after {
    background-color: var(--color-secondary-bg);
  }

  .tab-list-item:hover {
    opacity: 1;
    border-color: var(--color-secondary);
  }

  .tab-list-bottom .tab-list-item:hover {
    border-bottom: 3px solid var(--color-secondary) ;
  }
}

.tab-list-item[aria-selected=true] {
  background-color: #fff;
  border-color: var(--color-secondary);
}

.tab-list-item[aria-selected=true]::after {
  opacity: 1;
}

/* 下部のタブリスト */
.tab-list-bottom {
  margin-top: 0 !important;
}

.tab-list-bottom .tab-list-item {
  border-radius: 0 0 10px 10px;
  border-bottom: 3px solid #D9D9D9;
  border-top: none ;
}

.tab-list-bottom .tab-list-item::after {
  bottom: auto;
  top: -10px;
}

.tab-list-bottom .tab-list-item[aria-selected=true] {
  border-bottom: 3px solid var(--color-secondary) !important;
}

@media screen and (max-width: 1020px) {
  .tab-list {
    gap: 6px;
    max-width: 100%;
    margin: 30px auto 0 auto;
  }

  .tab-list-item {
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
  }

  .tab-list-item br {
    display: inline;
  }
}

/* ------------ タブコンテンツ ------------ */
.tab-content {
  background-color: #fff;
  border-top: var(--color-secondary) 3px solid;
  border-bottom: var(--color-secondary) 3px solid;
  padding: 70px 20px 50px 20px;
}

.tab-content-inner {
  max-width: 1100px;
  margin: 0 auto;
  container-type: inline-size;
}

.tab-content .common-h3 {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.tab-content .common-h3::before,
.tab-content .common-h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  flex: 1;
}

.tab-content .common-h3::before {
  background: var(--color-secondary);
}

.tab-content .common-h3::after {
  background: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .tab-content {
    padding: 40px 20px 20px 20px;
  }

  .tab-content-inner {
    max-width: 1100px;
    margin: 0 auto;
    container-type: inline-size;
  }

  .tab-content .common-h3 {
    margin-bottom: 20px;
  }

  .tab-content .common-h3.long-h3::before,
  .tab-content .common-h3.long-h3::after {
    position: absolute;
    top: 30%;
    margin: auto;
    width: calc(50% - 80px);
  }

  .long-h3::before {
    left: 0;
  }

  .long-h3::after {
    right: 0;
  }

  .tab-content .common-h3.long-h3-suitable-type::before,
  .tab-content .common-h3.long-h3-suitable-type::after {
    top: 0;
    bottom: 0;
  }

  /* サービス管理責任者 */
  #service-manager.tab-content .common-h3.long-h3 span {
    font-size: 18px;
  }

  #service-manager .long-h3-suitable-type::before,
  #service-manager .long-h3-suitable-type::after {
    width: calc(50% - 110px);
  }

  /* 施設管理者 */
  #facility-manager.tab-content .common-h3.long-h3 span {
    font-size: 18px;
  }
}

/* ------------ ○○の仕事とは ------------ */
.about-work-img {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.about-work-img img {
  width: calc((100% - 40px) / 3);
  border-radius: 10px;
}

.about-work p {
  margin: 50px auto 70px auto;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .about-work-img {
    flex-direction: column;
  }

  .about-work-img img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .about-work p {
    margin: 30px auto 40px auto;
  }
}

/* ------------ ○○として働く3つの魅力 ------------ */
.charm-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 70px;
}

.charm-list li {
  padding: 50px;
  background: var(--color-secondary-bg);
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: calc((100% - 30px) / 3);
  min-width: 350px;
}

.charm-list li::before,
.charm-list li::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
}

.charm-list li::before {
  top: 20px;
  left: 25px;
  background: url(/d-encourage/img/deco03.webp) no-repeat center / contain;
}

.charm-list li::after {
  bottom: 20px;
  right: 25px;
  background: url(/d-encourage/img/deco04.webp) no-repeat center / contain;
}

.charm-list h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .charm-list {
    gap: 20px;
    margin-bottom: 40px;
  }

  .charm-list li {
    padding: 50px 30px;
    width: 100%;
    min-width: auto;
    max-width: 500px;
  }

  .charm-list li::before {
    left: 20px;
  }

  .charm-list li::after {
    right: 20px;
  }

  .charm-list h4 {
    font-size: 18px;
    height: auto;
  }

}

/* ------------ ○○の一日の流れ（一例） ------------ */
.work-schedule ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.work-schedule li {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  position: relative;
  padding: 0 0 0 70px;
}

.work-schedule time {
  background: var(--color-primary);
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  width: 133px;
  text-align: center;
  font-size: 20px;
}

.work-schedule-content {
  padding: 10px 0 0 35px;
  margin-top: 60px;
  /* 点線 */
  background-image: radial-gradient(circle, var(--color-primary) 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 4px 8px;
  width: 60%;
}

.work-schedule-content h4 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

.work-schedule figure {
  width: calc(40% - 50px);
  max-width: 400px;
  padding-bottom: 30px;
}

.work-schedule figure img {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .work-schedule li {
    flex-direction: column;
    gap: 20px;
    padding: 60px 0 0 0;
  }

  .work-schedule li::after {
    content: "";
    display: block;
    position: absolute;
    font-size: 4px;
    /* 点線 */
    background-image: radial-gradient(circle, var(--color-primary) 2px, transparent 2px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 4px 8px;
    width: 4px;
    height: calc(100% - 60px);
    bottom: 0;
    left: 0;
  }

  .work-schedule time {
    left: -20px;
    height: 40px;
    border-radius: 0 40px 40px 0;
    width: 100px;
    padding-right: 10px;
  }

  .work-schedule-content {
    padding: 10px 0 0 25px;
    background: none;
    width: 100%;
    margin-top: 0;
  }

  .work-schedule-content h4 {
    margin-bottom: 20px;
  }

  .work-schedule figure {
    width: 100%;
    max-width: none;
    padding: 0 0 10px 25px;
  }
}

/* ------------ ○○に向いているタイプとは？ ------------ */
.suitable-type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
  margin-top: 66px;
  margin-bottom: 70px;
}

.suitable-type-list li {
  aspect-ratio: 1 / 1;
  background-color: var(--color-secondary-bg);
  border-radius: 50%;
  position: relative;
  width: calc((100% - 40px) / 3);
  min-width: 353.3px;
  display: flex;
  flex-direction: column;
  padding: 90px 30px 50px 30px;
}

.suitable-type-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
}

.suitable-type-icon img {
  width: 94px;
  height: 94px;
}

.suitable-type-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding: 0 30px;
}

.suitable-type-text h4 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.suitable-type-text h4 span {
  display: block;
}

@media screen and (max-width: 767px) {
  .suitable-type-list {
    gap: 50px;
    margin-top: 57px;
    margin-bottom: 40px;
  }

  .suitable-type-list li {
    aspect-ratio: inherit;
    border-radius: 10px;
    padding: 60px 20px 40px 20px;
    min-width: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .suitable-type-icon {
    top: -40px;
  }

  .suitable-type-icon img {
    width: 80px;
    height: 80px;
  }

  .suitable-type-text {
    gap: 20px;
    padding: 0;
  }

  .suitable-type-text h4 {
    font-size: 18px;
    height: auto;
  }
}

/* ------------ 私たち、キャリアチェンジしました！ ------------ */
.career-change-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 70px;
}

.career-change-list li {
  display: flex;
  justify-content: flex-end;
  background-color: #F2F2F2;
  border-radius: 10px;
  padding: 50px 30px 50px 30px;
  gap: 35px;
  align-items: center;
}

/* 親要素が1000px以下のとき */
@container (max-width: 1000px) {
  .career-change-list {
    grid-template-columns: 1fr;
  }

  .career-change-list li {
    justify-content: center;
    padding: 50px 20px;
  }
}

.career-change-list li img {
  max-width: 147px;
  max-height: 160px;
  object-fit: contain;
  width: calc(40% - 35px);
}

.career-change-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 70%;
}

.career-change-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.career-change-label {
  display: inline-block;
  background-color: var(--color-primary);
  border-radius: 42px;
  padding: 0 25px;
  font-weight: bold;
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  flex-shrink: 0;
}

.career-change-text h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.career-change-text h4 span {
  display: block;
}

@media screen and (max-width: 767px) {
  .career-change-list {
    margin-bottom: 40px;
  }

  .career-change-list li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 40px 20px;
    gap: 20px;
  }

  .career-change-list li img {
    width: 100%;
  }

  .career-change-text {
    gap: 13px;
    width: 100%;
    max-width: 400px;
  }

  .career-change-label {
    border-radius: 35px;
    padding: 0 15px;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    width: 80px;
  }

  .career-change-text h4 {
    font-size: 18px;
    line-height: 1.3;
  }

  .career-change-text h4 span {
    display: inline-block;
  }
}

/* ------------ ○○になるには ------------ */
.to-be-text {
  max-width: 1000px;
  margin: 0 auto 50px auto;
}

.to-be-qualification {
  border-radius: 10px;
  background: #F0FADC;
  padding: 20px;
}

.to-be-qualification:not(:last-child) {
  margin-bottom: 20px;
}

.to-be-qualification-inner {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  gap: 160px;
}

.to-be-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

.to-be-title::after {
  content: "";
  display: block;
  position: absolute;
  background: #CCCCCC;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -80px;
}

.to-be-title h4 {
  width: 160px;
  text-align: center;
  line-height: 1.4;
}

.to-be-title h4 span {
  display: block;
}

.to-be-qualification-list ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 30px 40px;
  padding: 30px 0;
  line-height: 1.5;
}

.to-be-qualification-list li {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  font-size: 20px;
}

.to-be-qualification-list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--color-secondary);
  top: 12px;
}

.to-be-qualification-text {
  padding: 20px 0;
}

/* サービス管理責任者 > 資格リスト（PCのみ） */
@media screen and (min-width: 768px) {
  #service-manager .to-be-qualification-inner {
    max-width: 960px;
  }
  
  #service-manager .to-be-qualification-list ul{
    grid-template-areas:
    "item1 item1 item1"
    "item2 item2 item2"
    "item3 item4 item4"
    "item5 item5 item5"
    "item6 item6 item6";
    grid-template-columns: repeat(3, 1fr);
  }

  #service-manager .to-be-qualification-list li:nth-child(1) {
    grid-area: item1;
  }

  #service-manager .to-be-qualification-list li:nth-child(2) {
    grid-area: item2;
  }

  #service-manager .to-be-qualification-list li:nth-child(3) {
    grid-area: item3;
  }

  #service-manager .to-be-qualification-list li:nth-child(4) {
    grid-area: item4;
  }

  #service-manager .to-be-qualification-list li:nth-child(5) {
    grid-area: item5;
  }

  #service-manager .to-be-qualification-list li:nth-child(6) {
    grid-area: item6;
  }
}


/* 管理施設者（PCのみ） */ 
@media screen and (min-width: 768px) {
  #facility-manager .to-be-qualification-inner {
    gap: 110px;
    max-width: 960px;
  }

  #facility-manager .to-be-title::after {
    right: -55px;
  }

  #facility-manager .to-be-title h4 {
    width: 230px;
  }

  #facility-manager .to-be-qualification-list ul {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-left: 10px;
  }
}


@container (max-width: 1000px) {
  .to-be-qualification {
    padding: 40px 20px;
  }

  .to-be-qualification-inner {
    gap: 40px !important;
    flex-direction: column;
  }

  .to-be-title::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -20px;
    right: 0px !important;
  }

  .to-be-qualification-list ul {
    gap: 20px 30px;
    padding: 0;
    justify-content: center;
  }

  .to-be-qualification-text {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .to-be-text {
    margin: 0 auto 20px auto;
  }

  .to-be-title {
    font-size: 18px;
  }

  .to-be-title h4 {
    width: auto;
  }

  .to-be-qualification-list ul {
    grid-template-columns: 1fr;
    gap: 10px 30px;
    padding: 0 0 0 10px;
    width: fit-content;
    margin: 0 auto;
  }

  .to-be-qualification-list li {
    font-size: 18px;
    line-height: 1.5;
  }

  .to-be-qualification-list li::before {
    top: 10px;
  }

  .to-be-qualification-list li span {
    font-size: 14px;
    display: block;
  }

  .to-be-qualification-text {
    padding: 0;
  }
}

/**************************************************************
	INTERVIEW
***************************************************************/
.interview {
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
}

.interview::before {
  content: "INTERVIEW";
  color: #F2F2F2;
  font-size: 8.42vw;
  font-family: var(--font-rounded);
  display: block;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1401px) {
  .interview::before {
    font-size: 118px;
  }
}

@media screen and (max-width: 767px) {
  .interview {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .interview::before {
    font-size: 60px;
  }

  .interview .common-h2 {
    gap: 0;
  }

  .interview .common-h2::before,
  .interview .common-h2::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
  }

  .interview .common-h2::before {
    left: calc(50% - 168px);
  }

  .interview .common-h2::after {
    right: calc(50% - 168px);
  }

  .interview .common-h2 h2 span:first-child {
    font-size: 18px;
  }
}

/* ------------ インタビューアコーディオン ------------ */
/*
  機能面CSS
*/
/* c-sr_only：スクリーンリーダーには届くが画面上には非表示 */
.c-sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* アコーディオン制御用のスタイル */
[data-accordion-dual-button] {
  --accordion-dual-button-gradation-display: block;
  position: relative;
}

[data-accordion-dual-button-detail] {
  height: var(--accordion-dual-button-default-height);
  overflow: hidden;
  /* display: none はNG */
  position: relative;
  transition: height 0.3s;
}

[data-accordion-dual-button-detail]::before {
  background: linear-gradient(180deg,
      rgb(255 255 255 / 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.9) 50%,
      #fff 100%);
  content: none;
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: var(--accordion-dual-button-gradation-display);
}

/* OPEN */
.is-open [data-accordion-dual-button-detail]::before {
  content: none;
}

[data-accordion-dual-button-detail].animating {
  transition: height 0.6s ease;
}

[data-accordion-dual-button-trigger][aria-expanded="false"] {
  display: grid;
  visibility: visible;
}

.is-open [data-accordion-dual-button-trigger][aria-expanded="false"] {
  visibility: hidden;
  display: none;
}

[data-accordion-dual-button-trigger][aria-expanded="true"] {
  visibility: hidden;
  display: none;
}

.is-open [data-accordion-dual-button-trigger][aria-expanded="true"] {
  display: grid;
  visibility: visible;
}

/* PCは非表示 */
button.toggle-btn[data-accordion-dual-button-trigger],
.is-open button.toggle-btn[data-accordion-dual-button-trigger] {
  z-index: 2;
  display: none;
}

/* SPのみアコーディオン */
@media screen and (max-width: 767px) {
  [data-accordion-dual-button-detail]::before {
    content: "";
  }

  button.toggle-btn[data-accordion-dual-button-trigger],
  .is-open button.toggle-btn[data-accordion-dual-button-trigger] {
    display: grid;
  }
}

/*
  デザイン用CSS
*/
.interview-wrap {
  position: relative;
  z-index: 1;
}

.interview-wrap:first-of-type {
  margin-top: 50px;
}

.interview-wrap:not(:first-of-type) {
  margin-top: 100px;
}

.interview-wrap::before,
.interview-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.interview-wrap::before {
  width: 65%;
  height: 500px;
  background: var(--color-secondary-bg);
  right: 0;
  top: 21vw;
}

.interview-wrap::after {
  background-color: #ffffff;
  background-image: radial-gradient(circle, var(--color-secondary-bg) 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 16px 16px;
  width: 45%;
  aspect-ratio: 1 / 1;
  max-height: 570px;
  left: 0;
  bottom: 100px;
  transform: translateY(100%);
}

.interview-kv {
  padding-bottom: 95px;
}

.interview-kv img {
  border-radius: 10px;
}

.interview-kv-title {
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  bottom: 0;
  right: 50px;
  width: 40%;
  max-width: 450px;
  aspect-ratio: 3 / 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 50px;
}

.interview-kv-title::before,
.interview-kv-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
}

.interview-kv-title::before {
  top: 20px;
  left: 25px;
  background: url(/d-encourage/img/deco03.webp) no-repeat center / contain;
}

.interview-kv-title::after {
  bottom: 20px;
  right: 25px;
  background: url(/d-encourage/img/deco04.webp) no-repeat center / contain;
}

.interview-kv-title h3 {
  font-size: 2.14vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.interview-kv-title h3 span {
  display: inline-block;
}

.interview-kv-title p {
  text-align: center;
}

.interview-kv-title p span {
  display: inline-block;
}

@media screen and (min-width: 1401px) {
  .interview-kv-title h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .interview-wrap:first-of-type {
    margin-top: 30px;
  }

  .interview-wrap:not(:first-of-type) {
    margin-top: 20px;
  }

  .interview-wrap::before,
  .interview-wrap::after {
    content: none;
  }

  .interview-kv {
    padding: 0 0 20px 0;
    background-color: var(--color-secondary-bg);
  }

  .interview-kv img {
    max-height: 500px;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .interview-kv-title {
    position: relative;
    right: 0;
    margin: -100px auto 0 auto;
    z-index: 2;
    width: calc(100% - 40px);
    max-width: 500px;
    padding: 50px;
  }

  .interview-kv-title h3 {
    font-size: 25px;
  }

  .interview-kv-title p span {
    display: inline-block;
  }
}

/* インタビューコンテンツ */
.interview-inner {
  display: flex;
  flex-direction: column;
}

.interview-inner>section:not(:first-of-type) {
  margin-top: 50px;
}

.interview-img {
  width: 40%;
  max-width: 480px;
  float: left; /* テキスト回り込み */
  margin: 0 50px 80px 0;
}

.interview-inner>section:nth-of-type(2n) .interview-img {
  float: right;
  margin: 0 0 80px 50px;
}

@media screen and (max-width: 1140px) {
  .interview-img {
    margin: 0 30px 10px 0;
  }

  .interview-inner>section:nth-of-type(2n) .interview-img {
    margin: 0 0 10px 30px;
  }
}

.interview-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.interview-text {
  padding-top: 50px;
}

.interview-text h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}

.interview-text p:nth-of-type(2) {
  margin-top: 20px;
}

/* 求人ボタン */
a.interview-btn {
  border-color: var(--color-primary);
  background-color: var(--color-primary-bg);
  flex-direction: row;
  max-width: 450px;
  width: 100%;
  margin: 50px auto 0 auto;
}

a.interview-btn::after {
  background: url(/d-encourage/img/arrow-orange.webp) no-repeat center / contain;
  rotate: 0deg;
}

/* ホバーアクション */
@media (any-hover: hover) {
  a.interview-btn:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
  }

  a.interview-btn:hover::after {
    background: url(/d-encourage/img/arrow-orange-white.webp) no-repeat center / contain;
  }
}

/* 開閉ボタン */
.toggle-btn {
  width: 100%;
  max-width: 250px;
  font-weight: bold;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 60px;
}

.toggle-btn::after {
  font-family: recop-iconfonts;
  rotate: 0deg;
  font-size: 42px;
  line-height: 30px;
  height: 30px;
  width: 26px;
  background: none !important;
  font-weight: normal;
  right: 30px;
}

/* 開くボタン */
.toggle-btn[aria-expanded="false"] {
  background-color: #fff;
}

.toggle-btn[aria-expanded="false"]::after {
  content: "\E813";
  color: var(--color-secondary);
}

/* 閉じるボタン */
.toggle-btn[aria-expanded="true"] {
  border-color: #999999;
  background-color: #E6E6E6;
}

.toggle-btn[aria-expanded="true"]::after {
  content: "\E822";
  color: #999999;
}

/* ホバーアクション */
@media (any-hover: hover){
  .toggle-btn[aria-expanded="false"]:hover {
    background-color: var(--color-primary-bg);
  }

  .toggle-btn[aria-expanded="false"]:hover::after {
    color: var(--color-primary);
  }

  .toggle-btn[aria-expanded="true"]:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .interview-inner>section,
  .interview-inner>section:not(:first-of-type) {
    margin-top: 30px;
  }

  .interview-inner>section:last-of-type {
    margin-bottom: 30px;
  }

  .interview-img,
  .interview-inner>section:nth-of-type(2n) .interview-img {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px auto;
  }

  .interview-text {
    padding-top: 0px;
  }

  .interview-text h4 {
    margin-bottom: 30px;
  }

  /* 求人ボタン */
  .interview-btn-wrap {
    margin: 0;
    padding-top: 80px;
    padding-bottom: 30px;
    width: 100%;
  }

  /* 閉じているときのみ */
  [data-accordion-dual-button]:not(.is-open)~.interview-btn-wrap {
    background-color: var(--color-secondary-bg);
  }

  a.interview-btn {
    margin: 0 auto;
    flex-direction: column;
    height: 80px;
    width: calc(100% - 40px);
  }
}

/**************************************************************
	FAQ
***************************************************************/
.faq {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  padding-top: 5vw;
}

.faq::before {
  content: "FAQ";
  color: #CEE69B;
  font-size: 8.42vw;
  font-family: var(--font-rounded);
  display: block;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 0.71vw;
  right: calc(50% - 600px);
  opacity: 0.8;
}

@media screen and (min-width: 1401px) {
  .faq {
    padding-top: 70px;
  }

  .faq::before {
    font-size: 118px;
    top: 10px;
  }
}

@media screen and (max-width: 1220px) {
  .faq::before {
    right: 0;
  }
}

.faq-inner {
  background-color: var(--color-secondary-bg);
  padding-top: 100px;
  padding-bottom: 15px;
}

.faq-inner>.cnt {
  max-width: 1020px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.faq-list dl {
  /* 点線 */
  background-image: radial-gradient(circle, var(--color-secondary) 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}

.faq-list dl:last-of-type {
  background: none;
}

.faq-list dt {
  position: relative;
  font-weight: bold;
}

.faq-list dt::before {
  content: 'Q';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: var(--color-secondary);
  border: 3px solid #fff;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'qMmpS Pro W3', 'CI', Meiryo, 'lr oSVbN', sans-serif;
  line-height: 54px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

@media (any-hover: hover) {
  .faq-list dt:hover::before {
    opacity: .7;
  }
}

.faq-list button {
  font-weight: bold;
  width: 100%;
  text-align: left;
}

.faq-list button span {
  position: relative;
  width: 100%;
  padding: 30px 70px 35px 80px;
  display: block;
  line-height: 1.7;
  font-size: 23px;
}

.faq-list button span::before,
.faq-list button span::after {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background-color: #DE6321;
  position: absolute;
  border-radius: 3px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}

.faq-list button span::after {
  rotate: 90deg;
}

.faq-list button.active span::after {
  rotate: 0deg;
}

.faq-list dd {
  display: none;
  padding-bottom: 35px;
}

.faq-list dd p {
  background-color: #fff;
  border-radius: 10px;
  padding: 34px 50px 34px 110px;
  margin-left: 80px;
  position: relative;
}

.faq-list dd p::before {
  content: 'A';
  display: block;
  position: absolute;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'qMmpS Pro W3', 'CI', Meiryo, 'lr oSVbN', sans-serif;
  width: 60px;
  height: 60px;
  font-size: 25px;
  line-height: 60px;
  background-color: var(--color-secondary-bg);
  text-align: center;
  border-radius: 50%;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .faq {
    padding-top: 40px;
  }

  .faq::before {
    font-size: 60px;
    top: 10px;
  }

  .faq-inner {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .faq .common-h2 {
    gap: 15px;
  }

  .faq-list {
    margin-top: 10px;
  }

  .faq-list dt::before {
    width: 52px;
    height: 52px;
    font-size: 21px;
    line-height: 46px;
  }

  .faq-list button {
    font-size: 18px;
  }

  .faq-list button span {
    padding: 20px 42px 25px 62px;
    line-height: 1.5;
    font-size: 18px;
  }

  .faq-list button span::before,
  .faq-list button span::after {
    right: 0px;
  }

  .faq-list dd {
    padding-bottom: 25px;
  }

  .faq-list dd p {
    padding: 20px 20px 20px 80px;
    margin-left: 0px;
    min-height: 90px;
    display: flex;
    align-items: center;
  }

  .faq-list dd p::before {
    width: 50px;
    height: 50px;
    font-size: 21px;
    line-height: 50px;
    left: 20px;
    top: 20px;
    transform: translateY(0);
  }
}

/**************************************************************
	footer
***************************************************************/
#footer .content .free {
  width: 100%;
  margin-top: 30px;
}

footer {
  background-color: #577A0F;
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 145px;
  padding: 0 10px;
}

footer p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

footer p:first-of-type {
  margin-bottom: 20px;
}

footer p a {
  color: #fff !important;
}

footer p small {
  font-size: 100%;
}

footer span.copy {
  font-family: Verdana, "Droid Sans" !important;
}

footer span {
  display: inline-block;
}