@charset "UTF-8";
.header-info {
  display: flex;
}
.header-info .header-wrapper2 {
  text-align: right;
  margin-right: 10px;
}
.header-info .header-wrapper2 .header-above {
  font-weight: bold;
}
.header-info .header-wrapper2 .header-above a {
  text-decoration: none;
}
.header-info .header-wrapper1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-info .header-wrapper1 .cta-1 {
  font-weight: bold;
}
.header-info .header-wrapper1 .cta-1:hover {
  filter: brightness(100%);
  opacity: 80%;
}

/* ヘッダーのボタン調整 */
.c-btn {
  vertical-align: middle;
  margin: 5px;
  border: 1px solid;
  border-radius: 0px;
}

.sns-wrapper a {
  margin-left: 10px;
}

.sns {
  width: 40px;
}

.sns-wrapper a:first-of-type {
  margin-left: 0;
}

.p-global-nav .c-navbar__item > a {
  padding-left: 14px;
  padding-right: 14px;
}

.wpaw-site-branding__logo {
  text-align: left;
}

.page-template-default .l-contents__inner:last-child {
  padding: 0;
}

.l-footer {
  border-top: 0px solid var(--_lighter-color-gray, #eee);
  overflow: hidden;
}

.l-footer {
  background-color: #f1e7d7;
  color: #4b4242;
}

.l-footer .c-copyright {
  background: repeating-linear-gradient(135deg, #b9b6a4, #b9b6a4 10px, #c8c5b3 10px, #c8c5b3 20px);
  color: #4b4242;
}

.p-footer-sticky-nav ul li {
  font-weight: 600;
  color: #fff;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
}
.p-footer-sticky-nav ul li a {
  font-size: 12px;
}
.p-footer-sticky-nav ul .c-navbar__item[data-active-menu] {
  color: #fff;
}
.p-footer-sticky-nav ul li:nth-child(1) {
  background-color: #ffa500;
}
.p-footer-sticky-nav ul li:nth-child(2) {
  background: linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);
}
.p-footer-sticky-nav ul li:nth-child(3) {
  background-color: #00B900;
}

div[data-name=agreement] .smf-checkboxes-control__control {
  text-align: center;
  margin-left: 10px;
}

div[data-name=agreement] .smf-error-messages {
  text-align: center;
}

@media (max-width: 685px) {
  div[data-name=agreement] .smf-checkboxes-control__control {
    text-align: left;
  }
  .smf-item__controls p.has-text-align-center {
    text-align: left;
  }
}
.smf-complete-content > :not(:first-child), .smf-item__controls > :not(:first-child), .smf-system-error-content > :not(:first-child) {
  margin-top: 10px;
} /*同意チェックセクションの余白*/
/* 利用規約の左右の線*/
.smf-item--divider .smf-item__col {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

form[data-screen=confirm] .form-kiyaku {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-policy {
  text-align: center;
}
.recaptcha-policy a {
  color: #333;
}

.smf-form--business .smf-item__col--label {
  background-color: #deecf1;
  background-color: #7cc4cf;
  color: #fff;
}

.smf-item__col {
  background-color: #e9f8ff;
}

.smf-form--business .smf-item {
  border-color: #fff;
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: #ffac46;
}

.smf-item__description {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border-radius: 5px;
  padding: 0 6px;
  background-color: #ffac46;
  margin: 0;
} /*必須項目のラベル*/
.smf-item:not(:has([data-validations~=required])) .smf-item__description {
  background-color: #e5ddc5;
} /*任意項目のラベル*/
.smf-action .smf-button-control__control {
  background-color: #7cc4cf;
  color: #fff;
  background-image: none;
  border: none;
}

.smf-action .smf-button-control__control:hover {
  opacity: 0.7;
}

@media (max-width: 639.9px) {
  .company-info .c-row > .c-row__col--1-1 {
    margin-bottom: 10px;
  }
  .company-info.smb-information:not([data-sm-split-column=true]) .smb-information__item__body {
    padding: 16px;
  }
}
.vision-column h3 {
  display: inline-block;
  border-bottom: 2px solid #ffa500;
  padding: 0.3em 0 0.2em 1.5em;
}

.vision-column {
  border-radius: 20px;
}

@media (max-width: 750px) {
  .vision-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .vision-column figure {
    width: 100%;
  }
}
.vision-column h3::before {
  position: absolute;
  top: 0;
  left: 0.6em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #ffa500;
  content: "";
}

.vision-column h3::after {
  position: absolute;
  transform: rotate(15deg);
  top: 1em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #fad502;
  content: "";
}

/*----------------------
mv
----------------------*/
.mv {
  height: 100vh;
  margin-top: -70px;
}

.copy {
  font-size: 40px;
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(67, 67, 61);
  line-height: 1.4;
  margin-top: 10px;
}

@media (max-width: 1023.9px) {
  .mv {
    margin-top: -60px;
  }
  .copy {
    font-size: 32px;
  }
}
@media (max-width: 639.9px) {
  .copy {
    font-size: 28px;
  }
}
/*----------------------
就労継続支援B型事業所とは
----------------------*/
@media (max-width: 750px) {
  .about-b__media {
    display: flex;
    flex-direction: column;
  }
  .about-b__media figure {
    width: 100%;
  }
}
/*----------------------
就労継続支援B型の利用対象となる方
----------------------*/
.target {
  background: repeating-linear-gradient(135deg, #b9b6a4, #b9b6a4 10px, #c8c5b3 10px, #c8c5b3 20px);
}

/*----------------------
なないろクリエイターが選ばれる理由
----------------------*/
.reason {
  position: relative;
}

.kuri-pink {
  position: absolute;
  top: -35px;
  left: 15%;
  width: 80px;
}

@media (max-width: 1023.9px) {
  .kuri-pink {
    top: 40px;
    left: 5%;
  }
}
@media (max-width: 639.9px) {
  .kuri-pink {
    top: 70px;
    left: 5%;
  }
}
.reason-panel .smb-panels__item__body {
  text-align: left;
}

.reason2 {
  position: relative;
}

.reason2-icon {
  width: 50%;
  position: absolute;
  bottom: -70px;
  right: -100px;
  z-index: 2;
}

@media (max-width: 1023.9px) {
  .reason2-icon {
    right: -50px;
  }
}
@media (max-width: 639.9px) {
  .reason2-icon {
    width: 28%;
    bottom: -70px;
    right: 0;
  }
}
.reason3 {
  position: relative;
}

.reason3-icon {
  width: 50%;
  position: absolute;
  bottom: -70px;
  left: -80px;
  z-index: 2;
}

@media (max-width: 1023.9px) {
  .reason3-icon {
    left: 0;
  }
}
@media (max-width: 639.9px) {
  .reason3-icon {
    width: 28%;
    bottom: -70px;
    left: 0;
  }
}
.reason-title {
  color: #5b4e4e;
  position: relative;
  padding: 0.3em 0 0.2em 1em;
  border-bottom: 2px solid #ffa500;
}

.reason-title::before {
  position: absolute;
  top: 0;
  left: 0.6em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #ffa500;
  content: "";
}

.reason-title::after {
  position: absolute;
  transform: rotate(15deg);
  top: 1em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #fad502;
  content: "";
}

/*----------------------
なないろクリエイターについて
----------------------*/
.about::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background-color: #deecf1;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 1;
}

.sp-visible {
  display: none;
}

.sp-visible img {
  border: 8px solid #deecf1;
}

@media (max-width: 750px) {
  .about-media {
    display: flex;
    flex-direction: column;
  }
  .about-media__odd {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-media figure {
    width: 100%;
  }
  .profile-img {
    display: none;
  }
  .sp-visible {
    display: block;
  }
  .sp-visible img {
    width: 60%;
    margin: 0 auto;
  }
}
.about-inner {
  z-index: 2;
}

.profile-img img {
  border: 8px solid #deecf1;
}

/*----------------------
新着ブログ
----------------------*/
.blog {
  background: repeating-linear-gradient(135deg, #b9b6a4, #b9b6a4 10px, #c8c5b3 10px, #c8c5b3 20px);
}

.c-entry-summary {
  background-color: #fff;
  padding: 20px;
}

.page-id-1003 .l-contents {
  position: relative;
}

.page-id-1003 .p-breadcrumbs-wrapper {
  position: absolute;
  background-color: transparent;
  z-index: 2;
}

.work-inner {
  margin-left: auto;
  border-radius: 20px;
  box-shadow: 0px 10px 1px 1px rgba(116, 106, 86, 0.4);
  position: relative;
}

.facility-container {
  max-width: 800px;
  padding: 50px;
}

.work-title {
  font-size: 28px;
  border-bottom: 1px solid;
}

@media (max-width: 639.9px) {
  .work-title {
    font-size: 22px;
  }
  .smb-price-menu.schedule {
    padding-top: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 16px !important;
  }
}
.smb-price-menu {
  border: none;
}

.smb-price-menu__item {
  border-bottom: 2px solid #f5b030;
}

.smb-price-menu__item:first-child {
  border-top: 2px solid #f5b030;
}

.pc-img {
  position: absolute;
  top: 100px;
  left: 17%;
  rotate: 5deg;
  z-index: 2;
}

.voice-img {
  position: absolute;
  top: 32%;
  right: 5%;
}

.file-img {
  position: absolute;
  right: 20%;
  bottom: 220px;
}

.smb-step__item__title {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .voice-img {
    right: 0;
  }
  .voice-img {
    width: 110px;
  }
}
@media (max-width: 639.9px) {
  .pc-img {
    top: 100px;
    left: 7%;
    width: 80%;
  }
  .file-img {
    right: 5%;
    width: 80px;
  }
}
.flow {
  background: repeating-linear-gradient(135deg, #b9b6a4, #b9b6a4 10px, #c8c5b3 10px, #c8c5b3 20px);
}

.kuri {
  position: absolute;
  top: 0px;
  left: 40px;
  width: 100px;
  rotate: -10deg;
  z-index: 2;
}

.participation-img {
  position: relative;
}

.for-company {
  max-width: 80%;
  margin-top: -150px;
  margin-bottom: 100px;
}

.for-company-text__lower {
  font-size: 21px;
}

@media (max-width: 639.9px) {
  .for-company {
    max-width: 97%;
    margin-top: -60px;
  }
  .for-company-text__lower {
    font-size: 17px;
  }
  .kuri {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 70px;
  }
}
.for-company .smb-section__fixed-background {
  border-radius: 20px;
}

/*トップへ戻るボタンのcssは追加cssに記載*/
.type-page .c-entry__header h1.c-entry__title {
  display: none;
}

/* authorを非表示 */
.c-meta__item--author {
  display: none;
}

a {
  color: #333;
}

.max-1000 {
  max-width: 1000px;
}

.l-contents__inner:first-child {
  margin-top: 0;
  padding-top: 0;
}

.page-id-39.l-contents__inner:last-child, .page-is-468 .l-contents__inner:last-child, .page-is-130 .l-contents__inner:last-child, .page-is-1007 .l-contents__inner:last-child, .page-is-1001 .l-contents__inner:last-child, .page-is-1003 .l-contents__inner:last-child {
  padding-bottom: 0;
}

.l-contents__inner {
  margin-top: 0;
}

.page .c-entry__header {
  display: none;
}

h2 {
  color: #5b4e4e;
}

.c-page-top {
  background-color: transparent;
  height: 118.46px;
  width: 100px;
}

.wpaw-site-branding__logo .custom-logo {
  display: none;
}

@media (max-width: 639.9px) {
  .c-page-top {
    width: 80px;
  }
}
.cta-text__upper {
  font-size: 29px;
}

.cta-text__lower {
  font-size: 24px;
}

@media (max-width: 639.9px) {
  body {
    line-height: 1.6;
  }
  h2, .smb-section__title {
    font-size: 24px;
  }
  .cta-text__upper {
    font-size: 21px;
  }
  .cta-text__lower {
    font-size: 18px;
    margin-top: 18px;
  }
}
.page-id-130 h3 {
  border-bottom: solid 3px #7cc4cf;
  position: relative;
}

.page-id-130 h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px orange;
  bottom: -3px;
  width: 30%;
}

/* デフォルトでは、1024px(64em)からグローバルナビゲーションが表示されるので、 1230px（76.875em）まで表示させないようにする */
@media (min-width: 64em) and (max-width: 76.875em) {
  .u-invisible-md-down {
    display: none !important;
  }
}
/* グローバルナビゲーションを表示させたいブレークポイントが1230px（76.875em）なので、その手前（1229px（76.813em））まではハンバーガーメニューを表示する */
@media (max-width: 76.875em) {
  .u-invisible-lg-up {
    display: block !important;
  }
}
/******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
/******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************//*# sourceMappingURL=style.css.map */