@charset "UTF-8";

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

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

  =======================================*/
:root {
  --color-primary: #E9482D;
  --color-primary-bg: #FDF0ED;
  --color-secondary: #3885D7;
  --color-bg: #FFFFF6;
  --color-base: #333;
  --font-rounded: "M PLUS Rounded 1c", sans-serif;
}

/**************************************************************
	ディーキャリア共通
***************************************************************/
/* 共通見出し（h2） */
.common-h2 {
  font-weight: bold;
  padding-top: 24px;
  font-family: inherit;
}

.common-h2::before,
.common-h2::after {
  background-image: none;
  background-color: var(--color-primary);
  height: 2px;
  width: 100%;
}

.common-h2 h2 {
  flex-shrink: 0;
}

.tittle-en {
  color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .common-h2 {
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 10px;
  }

  .common-h2::before,
  .common-h2::after {
    content: none;
  }
}

/* 共通見出し（h3） */
.common-h3 {
  font-family: inherit;
  font-weight: bold;
}

.common-h3 h3 {
  display: block;
}

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

@media screen and (max-width: 767px) {
  .common-h3 h3 span.sp-large {
    font-size: 30px;
  }

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

/* 共通ボタン */
.common-btn {
  border-radius: 10px;
  border: 2px solid var(--color-primary);
  background-color: var(--color-primary-bg);
}

.common-btn::after {
  background: url(/dd-career/img/arrow.webp) no-repeat center / contain;
}

/* ホバーアクション */
@media (any-hover: hover) {
  .common-btn:hover {
    background-color: #FFD3C9;
  }

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

#headContent .free,
#bottomContent .freeHead,
#footer .free {
  overflow: hidden;
}

/**************************************************************
	header
***************************************************************/
h1.header-title {
  width: calc(100% - 275px);
}

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

@media screen and (max-width: 767px) {
  h1.header-title {
    width: 100%;
  }

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

/**************************************************************
	navigation
***************************************************************/
.navigation {
  line-height: 44px;
}

.nav-list {
  background-color: #fff;
  border: 3px solid var(--color-primary);
  border-radius: 10px;
}

.nav-list li a::after {
  background: url(/dd-career/img/arrow.webp) no-repeat center / contain;
}

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

  .nav-list li a:hover::after {
    background: url(/dd-career/img/arrow.webp) no-repeat center / contain;
  }
}

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

  .open-button {
    background-color: var(--color-primary);
    border: 3px solid var(--color-primary);
  }

  /* 開いているとき */
  .open-button.active {
    background-color: #B43620;
  }

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

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

  /* ハンバーガーメニュー内 */
  .nav-wrap {
    background-color: var(--color-primary);
  }

  .nav-list {
    background-color: transparent;
  }

  .nav-list li a {
    background-color: var(--color-primary-bg);
  }

  /* MENUの飾り */
  .nav-list li:first-child {
    position: relative;
  }

  .nav-list li:first-child::before {
    content: "MENU";
    color: #EB9182;
    font-size: 60px;
    font-family: var(--font-rounded);
    display: block;
    font-weight: bold;
    position: absolute;
    line-height: 1;
    top: -20px;
    transform: translateY(-100%);
    left: 0;
  }

  /* ホバーアクション */
  @media (any-hover: hover) {
    .nav-list li a:hover {
      opacity: .7;
    }

    .nav-list li a:hover {
      color: var(--color-base);
    }
  }

  .brand-list {
    border-top: 1px solid #fff;
    background: none;
    border-radius: 0;
  }

  .nav-list.brand-list li:first-child::before {
    content: none;
  }

  .brand-list li a {
    background-color: #FFF100;
    border-color: #FFF100;
  }

  .brand-list li a::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}

/**************************************************************
	KV
***************************************************************/
.kv-list li a.active {
  border-color: var(--color-primary);
  background-color: var(--color-primary-bg);
}

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

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

.kv-catchcopy {
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
  left: 48%;
  transform: translateX(-100%);
  background-color: var(--color-primary-bg);
  border-radius: 10px;
  max-width: 600px;
}

/* 白背景 */
.kv-catchcopy::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  width: 55%;
  height: calc(100% - 20px);
  clip-path: polygon(100% 0, 100% 25%, 70% 25%, 70% 75%, 100% 75%, 100% 100%, 0 100%, 0 0);
}

/* OUR MESSAGE */
.kv-catchcopy::after {
  color: var(--color-primary);
  font-size: 1.78vw;
  font-family: inherit;
  line-height: inherit;
  top: 5vw;
  left: 50%;
  bottom: auto;
  transform: translateX(-50%);
  opacity: 1;
  width: fit-content;
}

.kv-catchcopy h2 {
  background-color: transparent;
  padding: 8.21vw 40px 5.14vw;
  z-index: 2;
  position: relative;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4;
}

/* 赤の装飾 */
.kv-catchcopy h2::before {
  width: 15.1vw;
  aspect-ratio: 517 / 544;
  max-width: 212px;
  left: 0px;
  top: 0px;
  transform: translate(-30%, -20%);
  background: url(/dd-career/img/deco01.webp) no-repeat center / contain;
}

/* 青の装飾 */
.kv-catchcopy h2::after {
  width: 17.9vw;
  aspect-ratio: 251 / 229;
  max-width: 251px;
  transform: translate(50%, 0%) rotate(-30deg);
  right: 0px;
  bottom: 0px;
  background: url(/dd-career/img/deco02.webp) no-repeat center / contain;
}

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

@media screen and (min-width: 1401px) {

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

  .kv-catchcopy h2 {
    font-size: 43px;
    padding: 115px 40px 72px;
    bottom: 0;
  }

  .kv-catchcopy h2::before {
    width: 212px;
  }

  .kv-catchcopy h2::after {
    width: 251px;
  }
}

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

  .kv-image img {
    max-height: calc(100vh - 100px);
    object-position: top center;
  }

  .kv-catchcopy {
    position: absolute;
    top: auto;
    bottom: 24px;
    box-shadow: none;
    max-width: 500px;
    margin: 0 auto;
    transform: translate(-50%, 0);
    left: 50%;
  }

  /* OUR MESSAGE */
  .kv-catchcopy::after {
    font-size: 14px;
    top: 30px;
    transform: translate(-50%, 0);
  }

  .kv-catchcopy h2 {
    padding: 50px 40px 30px;
    line-height: 1.5;
  }

  .kv-catchcopy h2::before {
    width: 132px;
    transform: translate(-50%, -15%);
  }

  .kv-catchcopy h2::after {
    width: 156px;
    transform: translate(40%, 35%) rotate(-30deg);
  }
}

/* ------------ KVテキスト ------------ */
.kv-text {
  position: relative;
  z-index: 2;
}

.kv-text::after {
  content: "";
  top: -40px;
  right: -110px;
  background: url(/dd-career/img/illust01.webp) no-repeat center / contain;
  width: 370px;
  aspect-ratio: 1 / 1;
  display: block;
  position: absolute;
}

.kv-text p {
  max-width: 730px;
}

@media screen and (max-width: 1220px) {
  .kv-text::after {
    right: -30px;
    width: 300px;
  }

  .kv-text p {
    width: calc(100% - 280px);
  }
}

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

  .kv-text::after {
    position: static;
    margin: 0 auto;
  }

  .kv-text p {
    width: 100%;
  }
}

/**************************************************************
	SEARCH
***************************************************************/
.search {
  padding: 70px 0;
  background-color: var(--color-bg);
  margin-top: 70px;
  overflow: visible;
}

.search::before {
  content: none;
}

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

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

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

.search-inner {
  justify-content: space-between;
  padding-bottom: 10px;
}

.search-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 17.9vw;
  aspect-ratio: 251 / 229;
  max-width: 251px;
  transform: translate(55%, -15%) rotate(-33deg);
  right: 0px;
  bottom: 0px;
  background: url(/dd-career/img/deco02.webp) no-repeat center / contain;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .search-inner::after {
    content: none;
  }
}

/* ------------ フリーワードで求人を探す ------------ */
/* search_widget.cssの上書き */
.fwdObj {
  width: 50%;
  margin-left: 30px;
  max-width: none;
}

.fwdObj form {
  max-width: 450px;
  margin: 0 auto 40px auto;
}

.fwdObj form #freeword {
  border-radius: 10px 0 0 10px;
  border: 2px solid var(--color-primary);
  border-right: none;
}

.fwdObj form #freewordsearch {
  background-color: var(--color-primary);
  border-radius: 0 10px 10px 0;
  color: #fff;
}

/* ------------ 画像群 ------------ */
.search-images {
  top: 200px;
  left: calc(50% - 30px);
  width: 507px;
  height: auto;
  aspect-ratio: 169 / 135;
}

.search-images img {
  border-radius: inherit;
  aspect-ratio: initial;
  position: absolute;
  display: block;
}

.search-images img {
  width: 100% !important;
  max-width: none !important;
  top: 0px !important;
  left: 0px !important;
}

@media screen and (max-width: 1120px) {
  .search-images {
    left: 30px;
    transform: translateX(0);
    width: calc(100% - 525px - 60px);
  }
}

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

  .fwdObj {
    max-width: 450px;
    width: 100%;
    margin-left: 0;
  }

  .search-images {
    top: 0;
    left: 0;
    margin-top: 30px;
    width: 100%;
    max-width: 525px;
    aspect-ratio: 247 / 309;
    height: auto;
    max-height: none;
  }

  .search-images img {
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    max-width: none !important;
  }
}

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

/* ------------ 職種から求人を探す ------------ */
.search-jobtype {
  border: 2px solid var(--color-primary);
  container-type: inline-size;
}

.search-employmenttype {
  margin-top: 40px;
}

.jobtype-list:not(.employmenttype-list) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
}

/* 狭くなったら固定幅 */
@container (max-width: 925px) {
  .jobtype-list:not(.employmenttype-list) {
    grid-template-columns: repeat(auto-fit, 295px);
  }
}

.jobtype-list:not(.employmenttype-list) li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .jobtype-list:not(.employmenttype-list) {
    grid-template-columns: 1fr;
  }
}

/**************************************************************
	ABOUT
***************************************************************/
.about {
  padding-top: 70px;
  padding-bottom: 40px;
}

.about::before {
  content: none;
}

.about-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 0;
}

.about-wrap img.about-img {
  max-width: 377px;
  width: calc(100% - 600px);
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  .about-wrap img.about-img {
    width: 250px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.about-text {
  padding: 0px;
  margin-top: 20px;
  border-image: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 920px) {
  .about-text {
    border-image: none;
  }
}

.about-text p {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
}

.about-text p span.underline {
  background-color: var(--color-primary);
  color: #fff;
  padding: 0 15px;
  font-size: 35px;
  width: 170px;
  flex-shrink: 0;
  text-align: center;
}

.about-text p span.underline::before {
  content: none;
}

.about-description {
  margin: 20px auto 50px auto;
}

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

  .about-wrap {
    flex-direction: column;
    gap: 24px;
  }

  .about-wrap img.about-img {
    position: static;
    width: 100%;
  }

  .about-text {
    padding: 0;
    margin-top: 46px;
  }

  .about-text p:last-child {
    display: flex;
    align-items: flex-start;
    line-height: 1.3;
  }

  .about-text p span.underline {
    font-size: 26px;
    flex-shrink: 0;
    padding: 0 5px;
    width: 130px;
    line-height: 1.5;
  }

  .about-description {
    margin-top: 30px;
  }
}

/* ------------ デコボココミュニティ ------------ */
.about-community {
  background-color: #F2F2F2;
  position: relative;
  overflow: visible;
}

.about-community::before,
.about-community::after {
  content: "";
  display: block;
  position: absolute;
}

/* 赤の装飾 */
.about-community::before {
  width: 18.5vw;
  aspect-ratio: 517 / 544;
  max-width: 260px;
  left: 0px;
  top: 0px;
  transform: translate(-45%, -40%);
  background: url(/dd-career/img/deco01.webp) no-repeat center / contain;
}

/* 青の装飾 */
.about-community::after {
  width: 17.9vw;
  aspect-ratio: 251 / 229;
  max-width: 251px;
  transform: translate(50%, 35%) rotate(-30deg);
  right: 0px;
  bottom: 0px;
  background: url(/dd-career/img/deco02.webp) no-repeat center / contain;
  z-index: 2;
}

.about-community .common-h3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.about-community .common-h3::before {
  content: none;
}

.about-community .common-h3::after {
  width: 50px;
  bottom: 0;
  position: absolute;
}

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

  .about-community::before,
  .about-community::after {
    content: none;
  }

  .about-community .common-h3 {
    margin-bottom: 30px;
  }
}

/* ------------ フロー図 ------------ */
.community-flow {
  background-color: inherit;
}

/*  スクロールバー */
.community-flow::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

.flow-age {
  background: var(--color-primary);
  color: #fff;
}

/* 年齢フロー */
.flow-age::before,
.flow-age::after {
  background: var(--color-primary);
}

/* 求人ボタン */
.flow-list li a.flow-btn {
  background-color: var(--color-primary-bg);
  height: 100px;
}

.flow-list li:nth-child(1),
.flow-list li:nth-child(2) {
  padding-bottom: 120px;
}

@media (any-hover: hover) {
  .flow-list li a.flow-btn:hover {
    background-color: #FFD3C9;
  }
}

/**************************************************************
	WORK
***************************************************************/
.work {
  padding: 70px 0;
  background-color: var(--color-bg);
}

.work::before {
  content: "";
  background: url(/dd-career/img/illust03.webp) no-repeat center / contain;
  aspect-ratio: 1 / 1;
  width: 210px;
  top: -60px;
  right: calc(50% + 20vw);
  opacity: 1;
}

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

@media screen and (max-width: 1220px) {
  .work::before {
    right: calc(50% + 20vw);
  }
}

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

  .work::before {
    width: 120px;
    top: 12px;
    right: auto;
    left: 0;
  }
}

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

  .tab-list-item[aria-selected=true]:hover::after {
    background-color: #fff;
  }

  .tab-list-item:hover {
    border-color: var(--color-primary);
  }

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

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

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

/* ------------ タブコンテンツ ------------ */
.tab-content {
  border: var(--color-primary) 3px solid;
  border-radius: 10px;
}

.tab-content .common-h3::before,
.tab-content .common-h3::after {
  content: none;
}

@media screen and (max-width: 1020px) {
  .tab-content {
    border-radius: 0px;
  }
}

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

/* ------------ ○○として働く3つの魅力 ------------ */
.charm-list {
  gap: 50px 20px;
  margin-top: 55px;
}

.charm-list li {
  z-index: 1;
  background-color: var(--color-primary-bg);
  border: 6px solid #F8C8C0;
  padding: 44px 40px;
  width: calc((100% - 40px) / 3);
  min-width: 353.3px;
  justify-content: flex-start;
}

/* 背景の白 */
.charm-list li::before {
  content: "";
  position: absolute;
  background: url(/dd-career/img/deco03.webp) no-repeat center / contain;
  z-index: -1;
  width: calc(100% - 28px);
  height: auto;
  max-height: 80%;
  aspect-ratio: 315 / 206;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}

.charm-list li::after {
  content: none;
}

.charm-num {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  background-color: var(--color-primary);
  border-radius: 10px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .charm-list {
    margin-top: 50px;
  }

  .charm-list li {
    padding: 50px 20px 30px;
    min-width: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .charm-list li::before {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    top: 9px;
  }

  .charm-list h4 {
    font-size: 20px;
  }
}

/* ------------ ○○の一日の流れ（一例） ------------ */
.work-schedule ul {
  margin-bottom: 70px;
}

.work-schedule time {
  background: var(--color-secondary);
  color: #fff;
  transform: translateX(-3px);
}

.work-schedule-content {
  background-image: radial-gradient(circle, var(--color-secondary) 2px, transparent 2px);
}

@media screen and (max-width: 767px) {
  .work-schedule ul {
    margin-bottom: 40px;
  }

  .work-schedule li::after {
    background-image: radial-gradient(circle, var(--color-secondary) 2px, transparent 2px);
  }

  .work-schedule-content {
    background-image: none;
  }
}

/* ------------ ○○に向いているタイプとは？ ------------ */
.suitable-type-list {
  position: relative;
  margin-top: 86px;
  gap: 55px 20px;
}

.suitable-type-list::before,
.suitable-type-list::after {
  content: "";
  display: block;
  position: absolute;
}

/* 青の装飾 */
.suitable-type-list::before {
  width: 17.6vw;
  aspect-ratio: 517 / 544;
  max-width: 246px;
  left: 0px;
  top: 0px;
  transform: translate(-53%, -100%) rotate(70deg);
  background: url(/dd-career/img/deco02.webp) no-repeat center / contain;
}

/* 赤の装飾 */
.suitable-type-list::after {
  width: 21.4vw;
  aspect-ratio: 251 / 229;
  max-width: 300px;
  transform: translate(25%, -100%) rotate(165deg);
  right: 0px;
  top: 0;
  background: url(/dd-career/img/deco01.webp) no-repeat center / contain;
}

.suitable-type-list li {
  aspect-ratio: auto;
  background-color: #E4F7F1;
  border-radius: 10px;
  border: 6px solid #7CD9BD;
  padding: 50px 30px;
  z-index: 1;
}

.suitable-type-list li::before {
  content: "";
  position: absolute;
  background: url(/dd-career/img/deco03.webp) no-repeat center / contain;
  z-index: -1;
  width: calc(100% - 28px);
  height: auto;
  max-height: 80%;
  aspect-ratio: 315 / 206;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.suitable-type-icon {
  top: 0;
  transform: translate(-50%, -50%);
}

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

.suitable-type-text {
  padding: 0;
}

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

@media screen and (max-width: 767px) {
  .suitable-type-list {
    margin-top: 55px;
  }

  /* 青の装飾 */
  .suitable-type-list::before {
    width: 175px;
    top: auto;
    bottom: 0;
    transform: translate(-55%, 60%) rotate(70deg);
  }

  /* 赤の装飾 */
  .suitable-type-list::after {
    width: 180px;
    transform: translate(55%, -135%) rotate(165deg);
  }

  .suitable-type-list li {
    padding: 55px 20px 24px 20px;
  }

  .suitable-type-list li::before {
    bottom: 9px;
    width: calc(100% - 20px);
  }

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

  .suitable-type-text h4 {
    font-size: 20px;
  }

  .suitable-type-text p {
    padding: 0;
  }
}

/* ------------ 私たち、キャリアチェンジしました！ ------------ */
.career-change-list li {
  padding: 50px 30px 50px 20px;
  gap: 20px;
}

.career-change-list li img {
  max-height: 180px;
}

.career-change-label {
  background-color: var(--color-secondary);
  color: #fff;
}

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

@media screen and (max-width: 767px) {
  .career-change-list li {
    padding: 20px 20px 30px;
    gap: 30px;
  }

  .career-change-list li img {
    max-width: 170px;
    max-height: 195px;
  }
}

/* ------------ ○○になるには ------------ */
.to-be-qualification {
  background: #F2F2F2;
}

.to-be-qualification-inner {
  max-width: 980px;
}

.to-be-qualification-list li::before {
  background-color: var(--color-primary);
}

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

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

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

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

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

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

/* サービス管理責任者 > 資格リスト（PCのみ） */
@media screen and (min-width: 768px) {
  #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);
  }
}

/* 職業指導員 > 資格リスト（PCのみ） */
@media screen and (min-width: 768px) {
  #career-instructor .to-be-qualification-list ul {
    grid-template-areas:
      "item1 item2 item2"
      "item3 item4 item4"
      "item5 item6 item6";
  }

  #career-instructor .to-be-qualification-list ul.no-grid {
    grid-template-areas:
      "item1"
      "item2"
      "item3"
      "item4";
    grid-template-columns: 1fr;
  }

  #career-instructor .to-be-qualification-list ul.no-grid li:nth-child(5),
  #career-instructor .to-be-qualification-list ul.no-grid li:nth-child(6) {
    grid-area: unset;
  }
}

@container (max-width: 1000px) {
  #career-instructor .to-be-qualification-list ul {
    grid-template-areas:
      "item1 item1 item2"
      "item3 item4 item4"
      "item5 item6 item6";
  }
}

/* 生活支援員 > 資格リスト（PCのみ） */
@media screen and (min-width: 768px) {
  #support-worker .to-be-qualification-list ul {
    grid-template-areas:
      "item1 item2 item3"
      "item4 item5 item5"
      "item6 item6 item6";
    grid-template-columns: repeat(3, 1fr);
  }
}

@container (max-width: 1000px) {
  .to-be-qualification-list ul {
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .to-be-qualification-list ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

/**************************************************************
	INTERVIEW
***************************************************************/
.interview {
  padding-top: 70px;
  padding-bottom: 70px;
}

.interview::before {
  content: "";
  background: url(/dd-career/img/illust04.webp) no-repeat center / contain;
  aspect-ratio: 227 / 210;
  width: 227px;
  top: -64px;
  right: calc(50% + 25vw);
  opacity: 1;
}

.interview::after {
  content: "";
  background: url(/dd-career/img/illust05.webp) no-repeat center / contain;
  aspect-ratio: 228 / 210;
  width: 228px;
  top: -64px;
  left: calc(50% + 25vw);
  display: block;
  position: absolute;
}

@media screen and (min-width: 1401px) {
  .interview::before {
    right: calc(50% + 350px);
  }

  .interview::after {
    left: calc(50% + 350px);
  }
}


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

  .interview::before {
    width: 143px;
    top: 54px;
    right: calc(50% + 70px);
  }

  .interview::after {
    width: 144px;
    top: 54px;
    left: calc(50% + 70px);
  }
}

/* ------------ インタビューアコーディオン ------------ */
/*
  デザイン用CSS
*/
.interview-kv {
  padding-bottom: 0px;
}

.interview-kv-title {
  bottom: 50%;
  transform: translateY(50%);
  right: 10px;
  border-radius: 10px 0 0 10px;
  padding: 40px 15px;
  max-width: 480px;
}

.interview-kv-title::before {
  content: attr(data-deco);
  top: 0px;
  transform: translateY(-50%);
  color: var(--color-primary);
  font-size: 5.71vw;
  right: 30px;
  left: auto;
  background: none;
  height: auto;
  width: auto;
  font-weight: 500;
}

.interview-kv-title::after {
  width: 15.1vw;
  height: auto;
  aspect-ratio: 517 / 544;
  max-width: 212px;
  right: 0;
  bottom: 0px;
  transform: translate(60%, -10%) rotate(-110deg);
  background: url(/dd-career/img/deco02.webp) no-repeat center / contain;
}

/* インタビュー2人目のあしらい */
.interview-wrap:nth-of-type(2) .interview-kv::after {
  content: "";
  position: absolute;
  width: 15.1vw;
  aspect-ratio: 517 / 544;
  max-width: 212px;
  left: 0px;
  bottom: 0px;
  transform: translate(-50%, 30%) rotate(-80deg);
  background: url(/dd-career/img/deco01.webp) no-repeat center / contain;
}

.interview-wrap:nth-of-type(2) .interview-kv-title::after {
  content: none;
}

/* インタビュー3人目のあしらい */
.interview-wrap:nth-of-type(3) .interview-kv-title::after {
  transform: translate(40%, 70%) rotate(-30deg);
}

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

@media screen and (max-width: 767px) {
  .interview-kv {
    margin-bottom: 30px;
  }

  .interview-kv img {
    max-height: 700px;
  }

  .interview-kv-title {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 20px;
    width: calc(100% - 40px);
    border-radius: 10px;
    max-width: 500px;
    padding: 50px;
    aspect-ratio: auto;
    padding: 60px 20px 40px 20px;
  }

  .interview-kv-title::before {
    font-size: 80px;
    right: 50%;
    transform: translate(50%, -50%);
  }

  .interview-kv-title::after {
    width: 175px;
    bottom: auto;
    top: 0;
    transform: translate(40%, -35%) rotate(-110deg);
  }

  /* インタビュー2人目のあしらい */
  .interview-wrap:nth-of-type(2) .interview-kv::after {
    content: none;
  }

  .interview-wrap:nth-of-type(2) .interview-kv-title::after {
    content: "";
    background: url(/dd-career/img/deco01.webp) no-repeat center / contain;
    right: auto;
    left: 0;
    transform: translate(-40%, -30%) rotate(0deg);
  }

  /* インタビュー3人目のあしらい */
  .interview-wrap:nth-of-type(3) .interview-kv-title::after {
    transform: translate(40%, -35%) rotate(-110deg);
  }
}

/* インタビューコンテンツ */
.interview-wrap:not(:first-of-type) {
  margin-top: 70px;
}

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

.interview-inner {
  margin-top: 70px;
}

.interview-img {
  margin: 0 50px 20px 0;
}

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

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

.interview-text h4 span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.interview-text h4 span::before {
  content: "";
  display: block;
  width: 14px;
  height: 22px;
}

.interview-text h4 span.deco::before {
  background: url(/dd-career/img/deco04.webp) no-repeat center / contain;
}

.interview-text h4 span.boco::before {
  background: url(/dd-career/img/deco05.webp) no-repeat center / contain;
}

/* 求人ボタン */
a.interview-btn {
  margin: 30px auto 0 auto;
}

a.interview-btn::after {
  background: url(/dd-career/img/arrow.webp) no-repeat center / contain;
  rotate: -90deg;
}

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

  a.interview-btn:hover::after {
    background: url(/dd-career/img/arrow.webp) no-repeat center / contain;
  }
}

/* 開くボタン */
.toggle-btn[aria-expanded="false"]::after {
  color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .interview-inner {
    margin-top: 0px;
  }

  .interview-inner>section:first-of-type {
    margin-top: 0;
  }

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

  .interview-text h4 span {
    align-items: flex-start;
  }

  .interview-text h4 span::before {
    margin-top: 3px;
  }

  .interview-btn-wrap {
    padding-top: 60px;
  }

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

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

/**************************************************************
	FAQ
***************************************************************/
.faq {
  margin-bottom: 50px;
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: var(--color-bg);
}

/* スーツ男 */
.faq::before {
  content: "";
  background: url(/dd-career/img/illust06.webp) no-repeat center / contain;
  aspect-ratio: 83 / 127;
  width: 166px;
  top: auto;
  right: auto;
  left: 18px;
  bottom: 0;
  opacity: 1;
}

/* オレンジTシャツ男 */
.faq::after {
  content: "";
  background: url(/dd-career/img/illust07.webp) no-repeat center / contain;
  aspect-ratio: 133 / 219;
  width: 133px;
  bottom: 0;
  right: 30px;
  display: block;
  position: absolute;
}

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

  .faq::before {
    top: auto;
  }
}

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

.faq-list {
  max-width: 1000px;
  margin: 20px auto 0;
}

.faq-list dl, 
.faq-list dl:last-of-type {
  background-position: left bottom;
  background-repeat: repeat-x;
  background-image: radial-gradient(circle, #CCCCCC 1px, transparent 1px);
  background-size: 6px 2px;
}

.faq-list dt::before {
  background-color: #fff;
  border: 2px solid var(--color-primary);
  line-height: 56px;
}

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

.faq-list button span::before,
.faq-list button span::after {
  background-color: #B43620;
}

.faq-list dd p {
  border: 2px solid var(--color-secondary);
}

.faq-list dd p::before {
  background-color: var(--color-secondary);
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .faq::before {
    top: -134px;
    right: calc(50% + 230px);
    bottom: auto;
    left: auto;
  }

  .faq::after {
    top: -99px;
    left: calc(50% + 230px);
    bottom: auto;
    right: auto;
  }
}

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

  .faq::before {
    width: 114px;
    top: -35px;
    right: calc(50% + 70px);
    bottom: auto;
  }

  .faq::after {
    width: 92px;
    top: -12px;
    left: calc(50% + 70px);
    bottom: auto;
  }

  .faq-list dl, 
  .faq-list dl:last-of-type {
    background-image: radial-gradient(circle, #CCCCCC 2px, transparent 2px);
    background-size: 8px 4px;
  }

  .faq-list dt::before {
    line-height: 48px;
  }

  .faq-list button span {
    padding: 20px 30px 25px 62px;
  }

  .faq-list button span::before,
  .faq-list button span::after {
    width: 16px;
    height: 2px;
  }
}

/**************************************************************
	フロートボタン
***************************************************************/
#float_wrap #ul_multi_float li:not(#li_pagetop) a {
  color: #fff !important;
}

#float_wrap #ul_multi_float li:not(#li_pagetop) a::after {
  background: url(/dd-career/img/arrow_white.webp) no-repeat center / contain;
}

/* ホバーアクション */
@media (any-hover: hover) {
  #float_wrap #ul_multi_float li:not(#li_pagetop) a:hover {
    background-color: #FF4F30;
    border-color: #FF4F30;
    opacity: 1;
  }
}

/*ページトップボタン*/
#float_wrap #ul_multi_float li#li_pagetop a {
  background-color: #666666;
  color: #fff !important;
  border-radius: 10px;
  padding: 25px 0 0 0;
}

#float_wrap #ul_multi_float li#li_pagetop a::before {
  background: url(/dd-career/img/arrow_gray.png) no-repeat center / contain;
  top: 12px;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  #float_wrap #ul_multi_float li#li_pagetop a:hover {
    background-color: #333333;
  }

  #float_wrap #ul_multi_float li#li_pagetop a:hover::before {
    background: url(/dd-career/img/arrow_black.png) no-repeat center / contain;
  }
}

@media screen and (max-width: 767px) {
  #ul_multi_float li#li_pagetop {
    right: 20px;
  }

  #ul_multi_float li#li_pagetop a {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
}

/**************************************************************
	footer
***************************************************************/
.footer-img {
  position: relative;
  z-index: 1;
}

.footer-img::before,
.footer-img::after {
  content: "";
  display: block;
  position: absolute;
}

/* 青の装飾 */
.footer-img::before {
  aspect-ratio: 517 / 544;
  width: 270px;
  left: calc(50% + 270px);
  bottom: 0;
  transform: translate(-25%, 20%) rotate(-40deg);
  background: url(/dd-career/img/deco02.webp) no-repeat center / contain;
  z-index: -1;
}

/* 赤の装飾 */
.footer-img::after {
  aspect-ratio: 251 / 229;
  width: 300px;
  transform: translate(30%, -10%) rotate(-80deg);
  right: calc(50% + 270px);
  top: 0;
  background: url(/dd-career/img/deco01.webp) no-repeat center / contain;
}

.footer-img img {
  width: 360px;
  height: auto;
  margin: 0 auto;
}

footer {
  background-color: #333333;
}

@media screen and (max-width: 767px) {
  #footer .content .free {
    margin-top: 10px;
  }

  /* 青の装飾 */
  .footer-img::before {
    width: 175px;
    left: calc(50% + 110px);
    transform: translate(-30%, -25%) rotate(-10deg);
  }

  /* 赤の装飾 */
  .footer-img::after {
    width: 200px;
    transform: translate(30%, -10%) rotate(0deg);
    right: calc(50% + 110px);
  }

  .footer-img img {
    width: 240px;
  }
}