@charset "UTF-8";
/*

    Template: swell

    Theme Name: SWELL CHILD

    Theme URI: https://swell-theme.com/

    Description: SWELLの子テーマ

    Version: 1.0.0

    Author: LOOS WEB STUDIO

    Author URI: https://loos-web-studio.com/



    License: GNU General Public License

    License URI: http://www.gnu.org/licenses/gpl.html

*/
/* =======================
共通
======================= */
/* パンくずリスト */
.home #breadcrumb {
  display: none;
}

#breadcrumb {
  z-index: 10;
}

.-body-solid .p-breadcrumb.-bg-on {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-breadcrumb.-bg-on {
  background: transparent;
}

.p-breadcrumb__list {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.03em;
  color: var(--color_bg);
  gap: 1em;
}

.p-breadcrumb__text .__home:before {
  display: none;
}

.p-breadcrumb__item:after {
  content: "ー";
  background-color: transparent;
  -webkit-clip-path: none;
  clip-path: none;
  width: auto;
  height: auto;
  opacity: 1;
  font-size: 14px;
}

.p-breadcrumb__item {
  gap: 1em;
}

:is(.page-id-33, .page-id-35, .page-id-10, .page-id-36, .id_24) .p-breadcrumb {
  position: absolute;
}
:is(.page-id-33, .page-id-35, .page-id-10, .page-id-36, .id_24) .p-breadcrumb .p-breadcrumb__list {
  padding-left: max(50vw - 514px, 20px);
}

:is(.page-id-1402) .p-breadcrumb {
  display: none;
}

#body_wrap:not(.home) #content.l-content {
  padding-top: 0;
  margin-bottom: 0 !important;
}

#body_wrap:not(.home) h1.c-pageTitle {
  display: none;
}

#body_wrap:not(.home) .l-mainContent__inner > .post_content {
  margin-top: 0;
}

#body_wrap:not(.home) .swell-block-fullWide + .swell-block-fullWide {
  margin-top: 0;
}

.sp-xs {
  display: none;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

/* about消す*/
.id_33 div#before_footer_widget,
.id_35 div#before_footer_widget,
.id_8 div#before_footer_widget {
  display: none;
}

@media not all and (min-width: 599px) {
  .p-breadcrumb__list {
    font-size: 11px;
  }
  .p-breadcrumb__item:after {
    font-size: 11px;
  }
  .sp {
    display: block;
  }
}
/* タイトル周り */
.page-ttl {
  position: relative;
}
.page-ttl .title-en {
  font-size: 30px;
  margin-bottom: 32px;
}
.page-ttl .title-border {
  padding-bottom: 40px;
  margin-bottom: 32px;
  position: relative;
  font-weight: 700;
}
.page-ttl .title-border::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #231815;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
}
.page-ttl .title-border + .lead {
  margin-bottom: 48px !important;
}
.page-ttl .cmn__icon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1;
}

@media not all and (min-width: 960px) {
  .page-ttl .title-en {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .page-ttl .title-border {
    padding-bottom: 30px;
    font-size: 23px;
    margin-bottom: 32px !important;
  }
  .page-ttl .title-border + .lead {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 960px) {
  .l-mainContent__inner > .post_content {
    padding: 0;
  }
}
/* =======================
BtoBマーケティング支援
======================= */
.id_33 #breadcrumb .p-breadcrumb__list {
  color: var(--color_bg);
}

/* ヒーロー */
.for-company__hero {
  margin-bottom: 112px;
}
.for-company__hero .for-company__hero--left {
  padding-top: min(8.75%, 120px);
  padding-bottom: 56px;
  padding-left: max(50vw - 514px, 15px);
  padding-right: 15px;
}
.for-company__hero .for-company__hero--left h1 {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 24px !important;
}
.for-company__hero .for-company__hero--left p {
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 48px !important;
}
.for-company__hero .for-company__hero--left .btn__marketing {
  gap: 16px;
  padding-top: 40px;
  position: relative;
}
.for-company__hero .for-company__hero--left .btn__marketing::before {
  content: "";
  width: 100vw;
  height: 1px;
  background: var(--color_bg);
  position: absolute;
  top: 0;
  left: min(514px - 50vw, -15px);
  z-index: -1;
}
.for-company__hero .for-company__hero--left .btn--left a {
  font-size: 16px;
  font-weight: 700;
  width: 220px;
  min-height: 45px;
  padding-left: 40px !important;
  padding-right: 48px !important;
  border-color: #fff;
}
.for-company__hero .for-company__hero--left .btn--right a {
  border: 1px solid var(--color_main);
  background: var(--color_bg);
  color: var(--color_main);
  font-size: 16px;
  font-weight: 700;
  width: 220px;
  min-height: 45px;
  padding-left: 40px !important;
  padding-right: 48px !important;
}
.for-company__hero .for-company__hero--left .btn--right a::after {
  background: var(--color_main);
}
.for-company__hero .for-company__hero--left .btn--right a:hover {
  border: 1px solid var(--color_bg);
  background: var(--color_main);
  color: var(--color_bg);
}
.for-company__hero .for-company__hero--left .btn--right a:hover::after {
  background: var(--color_bg);
}
.for-company__hero .for-company__hero--right figure, .for-company__hero .for-company__hero--right img {
  height: 100%;
  max-height: 450px;
  overflow: hidden;
}
.for-company__hero .for-company__hero--right .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 445px;
  height: 100%;
}

.for-company__hero-reverse .for-company__hero--left {
  padding-left: min(4vw, 75px);
  padding-right: 15px;
}
.for-company__hero-reverse .for-company__hero--left .btn__marketing::before {
  background: #231815;
  left: auto;
  right: min(514px - 50vw, -15px);
}

@media not all and (min-width: 960px) {
  .for-company__hero .for-company__hero--left {
    width: 100%;
    padding-top: 100px;
  }
  .for-company__hero .for-company__hero--right {
    width: 100%;
  }
  .for-company__hero .for-company__hero--right .wp-block-image img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 445px;
  }
  .for-company__hero-reverse .for-company__hero--left {
    padding-left: 15px;
  }
  .for-company__hero-reverse .for-company__hero--left .btn__marketing::before {
    left: min(514px - 50vw, -15px);
    right: auto;
  }
}
@media not all and (min-width: 599px) {
  .for-company__hero .for-company__hero--left .btn__marketing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 250px;
  }
  .for-company__hero .for-company__hero--left .btn--left a {
    width: 100%;
  }
  .for-company__hero .for-company__hero--left .btn--right a {
    width: 100%;
  }
}
/* 導入*/
.post_content .for-company-process h2.ff-mincho {
  font-size: 28px;
  line-height: 1.61;
  letter-spacing: 0.03em;
  margin-bottom: 40px !important;
}
.post_content .for-company-process p {
  font-family: var(--swl-font_family);
  font-size: 16px;
  font-weight: 700;
  line-height: 2.06;
  letter-spacing: 0.03em;
  margin-bottom: 64px !important;
}
.post_content .for-company-process .step {
  margin-bottom: 80px !important;
  width: 100%;
  max-width: 1034px;
}
.post_content .for-company-process .step .swell-block-columns__inner {
  gap: 24px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
}
.post_content .for-company-process .step .swell-block-columns__inner::before {
  content: "";
  width: 100%;
  max-width: 1017px;
  height: 126px;
  background: #f6f6f6;
  position: absolute;
  left: -37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.post_content .for-company-process .step .step-box {
  border: 1px solid #231815;
  border-radius: 10px;
  background: var(--color_bg);
  padding: 24px 20px 24px 24px;
  position: relative;
}
.post_content .for-company-process .step .step-box p {
  font-size: 18px;
  line-height: 1.94;
  margin-bottom: 16px !important;
  color: var(--color_main);
}
.post_content .for-company-process .step .step-box h3 {
  font-size: 18px;
  margin-bottom: 64px !important;
}
.post_content .for-company-process .step .step-box h3 .mark_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, var(--color_mark_yellow)));
  background: -webkit-linear-gradient(transparent 60%, var(--color_mark_yellow) 0%);
  background: linear-gradient(transparent 60%, var(--color_mark_yellow) 0%);
}
.post_content .for-company-process .step .step-box h3::after {
  content: "";
  width: 47px;
  height: 49px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_03.png) no-repeat right/contain;
  position: absolute;
  right: 8px;
  bottom: -54px;
}
.post_content .for-company-process .step .step-box .step2_h3::after {
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_04.png) no-repeat right/contain;
}
.post_content .for-company-process .step .step-box .step3_h3::after {
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_05.png) no-repeat right/contain;
  width: 49px;
}
.post_content .for-company-process .step .step-box .step4_h3::after {
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_06.png) no-repeat right/contain;
  width: 49px;
}
.post_content .for-company-process .step .step-box h4 {
  font-size: 14px;
  line-height: 1.79;
  color: #535355 !important;
  margin-bottom: 16px !important;
}
.post_content .for-company-process .step .step-box .step1_h4 {
  font-size: 13px;
}
.post_content .for-company-process .step .step-box ul {
  list-style: none;
  padding-left: 0;
}
.post_content .for-company-process .step .step-box ul li {
  font-size: 13px;
  line-height: 1.69;
  padding-left: 1em;
}
.post_content .for-company-process .step .step-box ul li::before {
  content: "・";
  font-size: 20px;
  line-height: 1.1;
  color: #2a5f73;
  display: inline-block;
  position: absolute;
  left: -7px;
}
.post_content .for-company-process .step .step-box::after {
  content: "";
  width: 16px;
  height: 30px;
  background: #2a5f73;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post_content .for-company-process .step .step-box:last-of-type::after {
  width: 46px;
  height: 108px;
  background: #f6f6f6;
  right: -47px;
  z-index: -1;
}
.post_content .for-company-process .step .step1-box {
  padding: 24px 10px 24px 24px;
}
.post_content .for-company-process .index {
  padding: 32px 8.2%;
  border: none !important;
  background: #ececea;
  max-width: 838px;
  width: 100%;
  margin-left: 40px;
  margin-bottom: 80px !important;
  counter-reset: number 0;
}
.post_content .for-company-process .index h3 {
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.94;
  margin-bottom: 13px;
}
.post_content .for-company-process .index h3 span {
  font-size: 14px;
  line-height: 2.5;
  font-weight: 700;
}
.post_content .for-company-process .index .swell-block-columns__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_content .for-company-process .index ol {
  list-style: none;
  padding-left: 0;
}
.post_content .for-company-process .index .list-01-04 {
  width: 50%;
}
.post_content .for-company-process .index .list-05-08 {
  width: 35%;
}
.post_content .for-company-process .index li {
  margin-top: 0;
  margin-bottom: 0;
}
.post_content .for-company-process .index li a {
  font-family: --swl-font_family;
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: 0.03em;
  display: inline-block;
  position: relative;
  padding-left: 26px;
}
.post_content .for-company-process .index li a::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: var(--swl-font_family);
  font-size: 15px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0;
}
.post_content .for-company-process .index li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #535355;
  position: absolute;
  bottom: 4px;
  left: 0;
  opacity:0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post_content .for-company-process .index li a:hover::after {
  opacity: 1;
}

@media not all and (min-width: 960px) {
  .post_content .for-company-process .step .step-box {
    padding: 24px 10px 24px 16px;
    max-width: 300px;
    margin-inline: auto;
  }
  .post_content .for-company-process .step .step-box p {
    font-size: 16px;
  }
  .post_content .for-company-process .step .step-box h3 {
    font-size: 16px;
  }
  .post_content .for-company-process .step .step-box h4 {
    font-size: 13px;
  }
  .post_content .for-company-process .index {
    margin-right: 40px;
    margin-left: 0;
  }
}
@media not all and (min-width: 767px) {
  .post_content .for-company-process .step .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post_content .for-company-process .step .swell-block-columns__inner::before {
    content: "";
    width: 126px;
    height: 1272px;
    background: #f6f6f6;
    position: absolute;
    left: 50%;
    top: -37px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .post_content .for-company-process .step .step-box {
    width: 100%;
  }
  .post_content .for-company-process .step .step-box::after {
    width: 30px;
    height: 16px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    right: 50%;
    top: 102%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .post_content .for-company-process .step .step-box:last-of-type::after {
    width: 108px;
    height: 46px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    right: 50%;
    top: 100%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .post_content .for-company-process .step .step-box h3::after {
    left: 210px;
  }
  .post_content .for-company-process .index {
    margin-inline: 0;
    width: 100%;
  }
  .post_content .for-company-process .index .swell-block-columns__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  .post_content .for-company-process .index .list-01-04 {
    width: 100%;
  }
  .post_content .for-company-process .index .list-05-08 {
    width: 100%;
  }
}
/* 課題 */
.post_content .for-company-issue {
  padding-block: 112px 124px !important;
  margin-bottom: 0 !important;
  counter-reset: number 0;
  position: relative;
}
.post_content .for-company-issue .title-en {
  font-size: 30px;
}
.post_content .for-company-issue .swell-block-columns__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 40px;
  margin-inline: auto;
  margin-bottom: 64px !important;
}
.post_content .for-company-issue .issue__box {
  padding: 52px 16px 16px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 10px;
  position: relative;
}
.post_content .for-company-issue .issue__box p {
  font-size: 18px;
  font-family: --swl-font_family;
  font-weight: 700;
}
.post_content .for-company-issue .issue__box p::before {
  counter-increment: number 1;
  content: "0" counter(number) ".";
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 2.18;
  color: var(--color_main);
  position: absolute;
  top: 16px;
  left: 16px;
}
.post_content .for-company-issue .issue__box-bottom {
  font-size: 24px;
  font-family: --swl-font_family;
  font-weight: 700;
}

@media not all and (min-width: 960px) {
  .post_content .for-company-issue .swell-block-columns__inner {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .post_content .for-company-issue .issue__box p {
    font-size: 16px;
  }
}
@media not all and (min-width: 600px) {
  .post_content .for-company-issue .issue__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
/* 支援とは？ */
.post_content .for-company-what {
  padding-block: 152px 72px !important;
  margin-top: 0 !important;
}
.post_content .for-company-what .title-en {
  font-size: 30px;
}
.post_content .for-company-what .title-jp {
  font-size: 28px;
}
.post_content .for-company-what .lead {
  margin-bottom: 40px;
}
.post_content .for-company-what .lead:last-of-type {
  margin-bottom: 144px;
}
.post_content .for-company-what h3 {
  margin-bottom: 40px;
  background: var(--color_bg);
  display: inline-block;
}
.post_content .for-company-what .support__table {
  margin-bottom: 96px !important;
  position: relative;
  padding-left: 14px;
}
.post_content .for-company-what .support__table td[data-text-color=white] {
  color: var(--color_text) !important;
}
.post_content .for-company-what .support__table td,
.post_content .for-company-what .support__table th {
  width: 19.7%;
  height: 64px;
  font-size: 18px;
  font-family: --swl-font_family;
  font-weight: 700;
  line-height: 1.83;
  letter-spacing: 0.03em;
  border: 1px solid #231815;
  background: var(--color_bg);
}
.post_content .for-company-what .support__table td strong,
.post_content .for-company-what .support__table th strong {
  font-size: 14px;
}
.post_content .for-company-what .support__table td:first-child,
.post_content .for-company-what .support__table th:first-child {
  width: 197px;
}
.post_content .for-company-what .case__block-personal {
  width: 100%;
  max-width: 835px;
}
.post_content .for-company-what .case__block-personal .card__box {
  padding-left: 14px;
}
.post_content .for-company-what .case__block-personal .swell-block-columns__inner {
  gap: 32px;
  margin-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .for-company-what .case__block-personal .case__text {
  border: 1px solid #231815;
  margin-left: 0;
  width: calc((100% - 46px) / 2);
  min-width: 392px;
  padding: 32px 24px 32px 46px;
  position: relative;
  background: #fff;
}
.post_content .for-company-what .case__block-personal .case__text::before {
  content: "";
  width: 22px;
  height: 100%;
  background: #f7f8f8;
  position: absolute;
  top: 0;
  left: 0;
}
.post_content .for-company-what .case__block-personal .case__text:last-child {
  padding: 32px 16px 32px 46px;
}
.post_content .for-company-what .case__block-personal .feature__p {
  color: var(--color_main);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  margin-bottom: 24px !important;
}
.post_content .for-company-what .case__block-personal h4 {
  margin-top: 0 !important;
  margin-bottom: 124px !important;
  font-size: 22px;
  line-height: 1.59;
  letter-spacing: 0.03em;
  position: relative;
}
.post_content .for-company-what .case__block-personal h4 .mark_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, var(--color_mark_yellow)));
  background: -webkit-linear-gradient(transparent 60%, var(--color_mark_yellow) 0%);
  background: linear-gradient(transparent 60%, var(--color_mark_yellow) 0%);
}
.post_content .for-company-what .case__block-personal h4::after {
  content: "";
  width: 64px;
  height: 75px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_07-1-e1760475509403.png) no-repeat right/contain;
  position: absolute;
  right: 20px;
  bottom: -96px;
}
.post_content .for-company-what .case__block-personal .feature2__h4::after {
  width: 70px;
  height: 70px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_08-1-e1760475547712.png) no-repeat right/contain;
}
.post_content .for-company-what .case__block-personal .feature3__h4 {
  margin-bottom: 88px !important;
}
.post_content .for-company-what .case__block-personal .feature3__h4::after {
  width: 63px;
  height: 58px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_09-e1760475575608.png) no-repeat right/contain;
  bottom: -65px;
}
.post_content .for-company-what .case__block-personal .feature4__h4 {
  margin-bottom: 88px !important;
}
.post_content .for-company-what .case__block-personal .feature4__h4::after {
  width: 69px;
  height: 58px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_10-e1760475612966.png) no-repeat right/contain;
  bottom: -65px;
}
.post_content .for-company-what .case__block-personal p {
  font-weight: 500;
}

@media not all and (min-width: 1065px) {
  .post_content .for-company-what h3,
  .post_content .for-company-what .support__table {
    padding-left: 32px;
  }
}
@media not all and (min-width: 960px) {
  .post_content .for-company-what .case__block-personal .case__text {
    width: 100%;
  }
  .post_content .for-company-what h3,
  .post_content .for-company-what .support__table {
    padding-left: 0;
  }
  .post_content .for-company-what h3 td,
  .post_content .for-company-what .support__table td {
    font-size: 16px;
  }
  .post_content .for-company-what h3 td:first-child,
  .post_content .for-company-what .support__table td:first-child {
    width: 108px;
  }
  .post_content .for-company-what h3 td strong,
  .post_content .for-company-what .support__table td strong {
    font-size: 12px;
  }
}
@media not all and (min-width: 599px) {
  .post_content .for-company-what .support__table td {
    font-size: 10px;
  }
  .post_content .for-company-what .support__table td strong {
    font-size: 7px;
  }
  .post_content .for-company-what .case__block-personal .card__box {
    padding-left: 0;
  }
  .post_content .for-company-what .case__block-personal .case__text {
    min-width: 320px;
  }
  .post_content .for-company-what .case__block-personal h4 {
    font-size: 19px;
  }
}
/* サービス */
.post_content .for-company-service {
  padding-block: 112px 104px !important;
  margin-bottom: 0 !important;
}
.post_content .for-company-service h3 {
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 16px !important;
  padding: 16px 32px;
  background: var(--color_bg);
  display: inline-block;
}
.post_content .for-company-service h3 span {
  font-size: 14px;
  letter-spacing: 0;
}
.post_content .for-company-service h3::before {
  display: none !important;
}
.post_content .for-company-service p {
  line-height: 1.67;
  letter-spacing: 0.03em;
  padding-left: 13px;
}
.post_content .for-company-service .for-company-service__item {
  margin-bottom: 48px;
}
.post_content .for-company-service .ff-eb.title-en {
  padding-left: 0;
  font-weight: 400;
}
.post_content .for-company-service .lead {
  font-weight: 700;
  padding-left: 0;
}

@media not all and (min-width: 599px) {
  .post_content .for-company-service p {
    font-size: 16px;
  }
  .post_content .for-company-service .wp-block-group:last-child h3:last-of-type .sp {
    display: block;
  }
  .post_content .for-company-service .for-company-service__item {
    margin-bottom: 30px;
  }
}
/* 事例 */
.post_content .for-company-case {
  padding-block: 96px clamp(80px, 12vw, 120px) !important;
}
.post_content .for-company-case .title-border {
  margin-bottom: 64px !important;
}
.post_content .for-company-case .case__item:nth-of-type(4), .post_content .for-company-case .case__item:nth-of-type(5) {
  display: none;
}

@media not all and (min-width: 960px) {
  .post_content .for-company-case {
    padding-block: 80px !important;
  }
  .post_content .for-company-case .case__item:nth-of-type(4), .post_content .for-company-case .case__item:nth-of-type(5) {
    display: block;
  }
}
/* 効果 */
.post_content .for-company-benefit {
  padding-block: 88px 64px !important;
}
.post_content .for-company-benefit .swell-block-fullWide__inner {
  width: 100%;
  margin-inline: auto;
}
.post_content .for-company-benefit .title-border {
  margin-bottom: 56px !important;
}
.post_content .for-company-benefit .swell-block-columns__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 56px;
}
.post_content .for-company-benefit .benefit__list {
  list-style: none;
  padding-left: 0;
}
.post_content .for-company-benefit .benefit__list li {
  margin-block: 24px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.post_content .for-company-benefit .benefit__list li:last-of-type {
  margin-bottom: 0;
}

/* flow */
.post_content .for-company-flow {
  padding-block: 96px !important;
  margin-bottom: 0 !important;
}
.post_content .for-company-flow .title-border {
  margin-bottom: 72px !important;
}
.post_content .for-company-flow .swell-block-step__item:before {
  border-left: 1px dashed var(--color_main);
}
.post_content .for-company-flow .flow__step .swell-block-step__item {
  padding-bottom: 56px !important;
  padding-left: 100px !important;
}
.post_content .for-company-flow .flow__step .swell-block-step__item:last-child {
  padding-bottom: 0 !important;
}
.post_content .for-company-flow .flow__step h3 {
  font-size: 20px !important;
  margin-bottom: 16px !important;
}
.post_content .for-company-flow .flow__step p {
  font-size: 16px;
}
.post_content .for-company-flow .flow__step .step-last__p {
  margin-top: 48px !important;
}

@media not all and (min-width: 599px) {
  .post_content .for-company-flow .flow__step .swell-block-step__item {
    padding-left: 72px !important;
    padding-bottom: 0 !important;
    position: relative;
  }
  .post_content .for-company-flow .flow__step .swell-block-step__item::before {
    border-left: 1px dashed var(--color_main) !important;
    content: "";
    display: block;
    height: 100%;
    left: 23px;
    position: absolute;
    top: 0;
    width: 0;
  }
  .post_content .for-company-flow .flow__step .swell-block-step__item:last-child::before {
    display: none;
  }
  .post_content .for-company-flow .flow__step .swell-block-step__item p {
    margin-left: 50px;
  }
  .post_content .for-company-flow .flow__step .swell-block-step__item .step-last__p {
    margin-left: -16px;
  }
  .post_content .for-company-flow .flow__step:last-child p:first-of-type {
    padding-bottom: 48px !important;
    margin-bottom: 0 !important;
  }
}
/* faq */
.post_content .for-company-faq .is-style-section_ttl::before {
  display: none;
}
.post_content .for-company-faq .title-border {
  margin-bottom: 88px !important;
}
.post_content .for-company-faq .title-border::after {
  border: none;
}
.post_content .for-company-faq .accordion {
  width: 86%;
  margin-left: auto;
}
.post_content .for-company-faq .swell-block-accordion__title {
  background: transparent;
  padding: 8px 70px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}
.post_content .for-company-faq .swell-block-accordion__title::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: rgba(35, 24, 21, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}
.post_content .for-company-faq .swell-block-accordion__title h3 {
  padding-left: 1.5em;
  font-size: 16px;
}
.post_content .for-company-faq .swell-block-accordion__title h3::before {
  content: "Q.";
  font-size: 16px;
  display: inline-block;
  top: 0;
}
.post_content .for-company-faq .swell-block-accordion__body {
  padding-left: 70px;
}
.post_content .for-company-faq p.accordion-answer {
  font-size: 16px;
  line-height: 2;
  max-width: 810px;
  margin-bottom: 40px !important;
}
.post_content .for-company-faq p.accordion-answer::before {
  content: "A.";
  font-size: 16px;
  display: inline-block;
}

@media not all and (min-width: 1000px) {
  .post_content .for-company-faq p.accordion-answer {
    width: 100%;
  }
}
@media not all and (min-width: 960px) {
  .post_content .for-company-faq .accordion {
    width: min(100%, 700px);
  }
  .post_content .for-company-faq .swell-block-accordion__title {
    margin-bottom: 20px;
  }
  .post_content .for-company-faq .swell-block-accordion__body {
    padding-top: 0;
  }
}
@media not all and (min-width: 768px) {
  .post_content .for-company-faq .title-border {
    margin-bottom: 40px !important;
  }
  .post_content .for-company-faq .swell-block-accordion__title {
    padding-inline: 1em 56px;
    font-size: 16px;
  }
  .post_content .for-company-faq .swell-block-accordion__body {
    padding: 0;
  }
}
/* cta */
.post_content #cta {
  padding-block: 0 !important;
  margin-bottom: 0;
}
.post_content #cta .swell-block-columns .swell-block-column {
  padding: 96px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_content #cta h2 {
  font-size: 25px;
  letter-spacing: 0.03em;
  margin-bottom: 32px !important;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content #cta h2::before {
  content: "";
  width: 36px;
  height: 37px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_11.png) no-repeat center/contain;
  display: inline-block;
  position: static;
  margin-right: 20px;
}
.post_content #cta .cta-box-first {
  border-right: 1px solid var(--color_bg);
}
.post_content #cta .cta-box-first h2::before {
  content: "";
  width: 24px;
  height: 33px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_10-1.png) no-repeat center/contain;
  left: 0;
}
.post_content #cta p {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 40px;
}
.post_content #cta .swell-block-button.is-style-btn_normal {
  display: inline-block;
}
.post_content #cta a.swell-block-button__link {
  border-radius: 33px;
  margin-inline: auto;
  min-width: 316px;
  background: var(--color_bg);
  color: var(--color_main);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.post_content #cta a.swell-block-button__link::after {
  background: var(--color_main);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.post_content #cta a.swell-block-button__link:hover {
  background: var(--color_main);
  color: var(--color_bg);
}
.post_content #cta a.swell-block-button__link:hover::after {
  background: var(--color_bg);
}

@media not all and (min-width: 960px) {
  .post_content #cta .cta-box-first {
    border-bottom: 1px solid var(--color_bg);
    border-right: none;
  }
  .post_content #cta .swell-block-columns .swell-block-column {
    padding-block: 60px;
  }
}
/* 法人向けサービス */
.post_content .for-company-other-page {
  padding-block: 88px 64px !important;
}
.post_content .for-company-other-page .swell-block-fullWide__inner {
  max-width: 1152px;
}
.post_content .for-company-other-page .title-border {
  padding-bottom: 24px;
  margin-bottom: 40px !important;
  margin-left: 0;
  margin-right: 0;
  font-size: 25px;
  position: relative;
}
.post_content .for-company-other-page .title-border::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #231815;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
}
.post_content .for-company-other-page .for-company-page {
  padding-bottom: 96px;
  margin-bottom: 0 !important;
}
.post_content .for-company-other-page .for-company-page .wp-block-group__inner-container {
  max-width: 1120px;
}
.post_content .for-company-other-page .swell-block-columns__inner {
  margin-left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
.post_content .for-company-other-page .swell-block-column {
  margin-left: 0;
}
.post_content .for-company-other-page .left__figure img,
.post_content .for-company-other-page .right__figure img {
  width: 100%;
}
.post_content .for-company-other-page .link-text {
  font-weight: 700;
}
.post_content .for-company-other-page .link-text span {
  font-size: 20px;
  letter-spacing: 0;
}
.post_content .for-company-other-page h3 {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 16px !important;
}
.post_content .for-company-other-page .swell-block-linkList__link {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .for-company-other-page .swell-block-linkList__link::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/company-arrow.svg) no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.post_content .for-company-other-page .swell-block-linkList__icon {
  display: none;
}
.post_content .for-company-other-page .is-style-more_btn {
  margin-top: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media not all and (min-width: 960px) {
  .post_content .for-company-other-page .for-company-page .swell-block-columns__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
    row-gap: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .post_content .for-company-other-page .for-company-page .swell-block-columns__inner .swell-block-columns__inner {
    row-gap: 20px;
  }
  .post_content .for-company-other-page h3 {
    font-size: 12px;
    margin-bottom: 12px !important;
  }
  .post_content .for-company-other-page .link-text span {
    font-size: 18px;
  }
  .post_content .for-company-other-page .title-border {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    font-size: 20px;
  }
}
@media not all and (min-width: 599px) {
  .post_content .for-company-other-page .for-company-page .swell-block-columns__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post_content .for-company-other-page .for-company-page .left__figure figure,
  .post_content .for-company-other-page .for-company-page .right__figure figure {
    width: 80%;
    margin-left: 0;
  }
  .post_content .for-company-other-page .for-company-page .left__text,
  .post_content .for-company-other-page .for-company-page .right__text {
    width: 100%;
  }
  .post_content .for-company-other-page .footer-before-owndmedia .p-postList__item:nth-of-type(5), .post_content .for-company-other-page .footer-before-owndmedia .p-postList__item:nth-of-type(6) {
    display: none;
  }
  .id_8 .company-contents .is-style-btn_normal a::after {
    right: 30px;
  }
}
/* =======================
組織風土改革
======================= */
/* ヒーロー */
.for-company__hero .inovation__hero--left h1 {
  font-size: 26px;
}

@media not all and (min-width: 960px) {
  .for-company__hero .inovation__hero--left h1 {
    font-size: 24px;
  }
  .id_35 .for-company__hero .for-company__hero--right .wp-block-image img {
    object-position: 0px -180px;
  }
}

@media not all and (min-width: 767px) {
  .id_35 .for-company__hero .for-company__hero--right .wp-block-image img {
    object-position: 0px -150px;
  }
}

@media not all and (min-width: 600px) {
  .id_35 .for-company__hero .for-company__hero--right .wp-block-image img {
    object-position: 0px -90px;
  }
}
/* 課題 */
.id_35 .post_content .for-company-issue .issue__box {
  padding: 52px 15px 21px;
}

@media not all and (min-width: 974px) {
  .id_35 .post_content .for-company-issue .issue__box {
    padding: 52px 13px 21px;
  }
}
@media not all and (min-width: 650px) {
  .id_35 .tab {
    display: block;
  }
}
.post_content .inovation-issue {
  padding-bottom: 100px !important;
}
.post_content .inovation-issue .title-jp {
  margin-bottom: 70px;
}

/* 支援 */
.inovation-what .wp-block-columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inovation-what .wp-block-columns .inovation__img {
  max-width: 285px;
  width: 100%;
}
.inovation-what .top-case__pattern1 {
  top: 0;
}

.post_content .inovation-what .case__block-personal h4::after {
  width: 83px;
  height: 75px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/inovation-03.png) no-repeat right/contain;
}
.post_content .inovation-what .case__block-personal .feature2__h4::after {
  width: 91px;
  height: 52px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/inovation-04.png) no-repeat right/contain;
}
.post_content .inovation-what .case__block-personal .feature3__h4::after {
  width: px;
  height: px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/inovation-05.png) no-repeat right/contain;
}
.post_content .inovation-what .case__block-personal .feature4__h4::after {
  width: 83px;
  height: 75px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_07-1-e1760475509403.png) no-repeat right/contain;
}

@media not all and (min-width: 960px) {
  .post_content .inovation-what .title-jp {
    font-size: 22px;
    line-height: 1.5;
  }
  .post_content .inovation-what .wp-block-columns .inovation__img {
    width: min(60%, 500px);
    margin-inline: auto;
  }
}
@media not all and (min-width: 770px) {
  .id_35 .inovation-what .tab {
    display: block;
  }
}
@media not all and (min-width: 560px) {
  .id_35 .inovation-what .sp-xs {
    display: block;
  }
}
/* プログラム */
.post_content .inovation-program {
  padding-block: 112px 104px !important;
  margin-bottom: 0 !important;
}
.post_content .inovation-program .swell-block-fullWide__inner {
  max-width: 1032px !important;
}
.post_content .inovation-program .ff-eb.title-en {
  margin-left: 0 !important;
}
.post_content .inovation-program .benefit__list {
  width: 100%;
  max-width: 1000px;
}
.post_content .inovation-program .benefit__list li:nth-of-type(5) strong {
  font-size: 12px;
}

@media not all and (min-width: 960px) {
  .post_content .inovation-program {
    padding-block: 80px !important;
  }
}
/* 効果 */
.post_content .inovation-benefit {
  padding-block: 80px 112px !important;
}

@media not all and (min-width: 960px) {
  .post_content .inovation-benefit {
    padding-block: 80px !important;
  }
}
/* 対象企業 */
.post_content .inovation-subject {
  padding-block: 80px 136px !important;
}
.post_content .inovation-subject .wp-block-group__inner-container {
  max-width: 1148px;
  width: 100%;
}
.post_content .inovation-subject .inovation-benefit-column {
  max-width: 1200px;
  width: 100%;
}
.post_content .inovation-subject .inovation-benefit__img figure {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}

@media not all and (min-width: 960px) {
  .post_content .inovation-subject {
    padding-bottom: 80px !important;
  }
}
/* その他のサービス */
.post_content .inovation-page .swell-block-columns__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post_content .inovation-page .other-page__left .swell-block-columns__inner,
.post_content .inovation-page .other-page__right .swell-block-columns__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_content .inovation-page .right__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 216/144;
}

@media not all and (min-width: 1148px) {
  .post_content .inovation-page .other-page__left .swell-block-columns__inner,
  .post_content .inovation-page .other-page__right .swell-block-columns__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 24px;
  }
  .post_content .inovation-page .other-page__left .swell-block-columns__inner,
  .post_content .inovation-page .other-page__right .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
  .post_content .inovation-page .left__figure,
  .post_content .inovation-page .right__figure {
    width: 100%;
    max-width: 432px;
  }
  .post_content .inovation-page .left__text {
    width: 100%;
  }
}
@media not all and (min-width: 675px) {
  .post_content .inovation-page .other-page__left .left__text h3 {
    font-size: 13px;
  }
  .post_content .inovation-page .other-page__left .left__text span {
    font-size: 17px;
  }
}
@media not all and (min-width: 599px) {
  .post_content .inovation-page .other-page__left .left__text h3 {
    font-size: 14px;
  }
  .post_content .inovation-page .other-page__left .left__text span {
    font-size: 20px;
  }
}
/* 事例 */
.post_content .inovation-case .title-border {
  margin-bottom: 104px !important;
}
.post_content .inovation-case .case-block {
  margin-bottom: 0 !important;
}
.post_content .inovation-case .case-block .swell-block-columns__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  padding-bottom: 64px !important;
}
.post_content .inovation-case .case-block__left h3 {
  font-size: 22px;
  line-height: 1.38;
  margin-bottom: 0 !important;
}
.post_content .inovation-case .case-block__left p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-bottom: 0 !important;
}
.post_content .inovation-case .case-block__left p:first-of-type {
  font-size: 22px;
}
.post_content .inovation-case .case-block__left p:last-of-type {
  margin-bottom: 24px !important;
}
.post_content .inovation-case .case-block__left figure {
  max-width: 218px;
}
.post_content .inovation-case .case-block__right td {
  border: none;
  padding: 8px;
  font-weight: 700;
}
.post_content .inovation-case .case-block__right td:first-of-type span {
  background: var(--color_main);
  border-radius: 30px;
  line-height: 1;
  color: var(--color_bg);
  padding: 6px;
  min-width: 105px;
  display: inline-block;
}
.post_content .inovation-case .case-block__right td:last-of-type {
  line-height: 2.07;
  letter-spacing: 0.03em;
  padding-bottom: 48px;
}
.post_content .inovation-case .case-block__right td .swl-format-1 {
  padding-left: 1.3em;
  text-indent: -1.3em;
  display: inline-block;
}
.post_content .inovation-case .case-block__right td .swl-format-2 {
  padding-left: 0.8em;
  text-indent: -0.8em;
  display: inline-block;
}
.post_content .inovation-case .case-block__right tr:last-of-type td:last-of-type {
  padding-bottom: 0;
}
.post_content .inovation-case .case-block__bottom {
  position: relative;
}
.post_content .inovation-case .case-block__bottom::before {
  content: "";
  width: 100vw;
  height: 1px;
  background: var(--color_text);
  position: absolute;
  left: 0;
  top: 0;
}
.post_content .inovation-case .case-block__bottom .swell-block-columns__inner {
  padding-top: 96px;
}

@media not all and (min-width: 1240px) {
  .post_content .inovation-case .case-block .swell-block-columns__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media not all and (min-width: 1148px) {
  .post_content .inovation-case .wp-block-group__inner-container {
    max-width: none !important;
    padding-inline: 0 !important;
  }
}
@media not all and (min-width: 1135px) {
  .post_content .inovation-case .swell-block-columns__inner {
    row-gap: 48px;
  }
  .post_content .inovation-case .case-block__left figure {
    max-width: 618px;
    text-align: left;
  }
}
@media not all and (min-width: 960px) {
  .post_content .inovation-case .title-border {
    margin-bottom: 40px !important;
  }
  .post_content .inovation-case .case-block__left h3 {
    font-size: 18px;
  }
  .post_content .inovation-case .case-block__left p:first-of-type {
    font-size: 18px;
  }
  .post_content .inovation-case .case-block__left p {
    font-size: 14px;
  }
  .post_content .inovation-case .case-block__left p:last-of-type {
    margin-bottom: 10px !important;
  }
  .post_content .inovation-case .case-block__left td,
  .post_content .inovation-case .case-block__right td {
    font-size: 14px;
  }
  .post_content .inovation-case .case-block .swell-block-columns__inner {
    margin-left: 0 !important;
  }
  .post_content .inovation-case .case-block__bottom .swell-block-columns__inner {
    padding-top: 40px;
  }
  .post_content .inovation-case .case-block .swell-block-columns__inner {
    padding-bottom: 40px !important;
  }
}
@media not all and (min-width: 790px) {
  .post_content .inovation-case .swell-block-columns__inner {
    row-gap: 20px;
  }
  .post_content .inovation-case .case-block__right td:last-of-type {
    padding-bottom: 20px;
  }
}
/* =======================
法人TOP
======================= */
/* パンくずリスト */
.id_8 .p-breadcrumb__list {
  color: var(--color_text);
}

/* フォント */
.id_8 .post_content .font-30.ff-eb.title-en,
.id_9 .post_content .font-30.ff-eb.title-en {
  font-size: 30px !important;
  letter-spacing: 0.07em;
  margin-bottom: 32px !important;
}

.id_8 .post_content .font-37.title-border,
.id_9 .post_content .font-37.title-border {
  font-family: var(--swl-font_family);
  font-size: 32px !important;
  letter-spacing: 0.03em;
  padding-left: 0 !important;
  border-bottom: none;
  margin-top: 0 !important;
  line-height: 1.7;
}

@media not all and (min-width: 960px) {
  .id_8 .post_content .font-30.ff-eb.title-en,
  .id_9 .post_content .font-30.ff-eb.title-en {
    font-size: 23px !important;
    margin-bottom: 24px !important;
  }
  .id_8 .post_content .font-37.title-border,
  .id_9 .post_content .font-37.title-border {
    font-size: 26px !important;
  }
}
/* about削除 */
.id_8 #before_footer_widget,
.id_9 #before_footer_widget {
  display: none;
}

/* ヒーロー */
.company__hero {
  padding-block: 77px 160px !important;
  position: relative;
  margin-bottom: 0 !important;
}
.company__hero .swell-block-columns__inner {
  position: relative;
}
.company__hero .inovation__hero--left {
  padding-bottom: 0 !important;
  padding-left: 0;
  padding-top: 30px;
}
.company__hero .inovation__hero--left h1 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--color_text) !important;
  position: relative;
  margin-bottom: 24px !important;
}
.company__hero .inovation__hero--left h1::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: var(--color_text);
  position: absolute;
  left: min(500px - 50vw, -32px);
  bottom: -88px;
}
.company__hero .inovation__hero--left .ff-en {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 72px !important;
}
.company__hero .inovation__hero--left .btn__marketing {
  padding-top: 0;
}
.company__hero .for-company__hero--left .btn--left a {
  border-color: var(--color_main);
}
.company__hero .company__hero--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  position: absolute;
  right: 140px;
  top: 35px;
  width: 177px;
  height: 166px;
}
.company__hero .company__hero--right P {
  font-family: var(--swl-font_family);
  display: inline-block;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}

@media not all and (min-width: 960px) {
  .id_8 .font-30.ff-eb.title-en {
    font-size: 23px !important;
    margin-bottom: 24px !important;
  }
  .id_8 .font-37 {
    font-size: 26px;
    padding-bottom: 0 !important;
  }
  .company__hero {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }
  .company__hero .inovation__hero--left h1 {
    margin-bottom: 10px !important;
  }
  .company__hero .inovation__hero--left h1::after {
    left: -4vw;
    bottom: -70px;
  }
  .company__hero .company__hero--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -moz-column-gap: 24px;
    -webkit-column-gap: 24px;
            column-gap: 24px;
    position: absolute;
    right: 45px;
    top: 51px;
    width: 157px;
    height: 166px;
  }
}
@media not all and (min-width: 768px) {
  .company__hero .company__hero--right {
    right: 32px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    right: 0;
    top: 100px;
    width: 84px;
    height: 84px;
  }
}
/* 導入 */
.post_content .company-feature .wp-block-group__inner-container {
  width: 100%;
}
.post_content .company-feature p.ff-eb {
  font-size: 30px !important;
  font-weight: 400 !important;
  letter-spacing: 0.07em !important;
  margin-bottom: 32px !important;
}
.post_content .company-feature h2.ff-mincho {
  font-size: 28px;
  font-weight: 600 !important;
  line-height: 1.61;
  letter-spacing: 0.03em;
  margin-top: 0 !important;
  margin-bottom: 64px !important;
}
.post_content .company-feature p {
  margin-bottom: 72px !important;
}
.post_content .company-feature .step .step-box {
  border: none !important;
  background: transparent !important;
  margin-left: 0;
  position: relative;
  margin-bottom: 0 !important;
  width: 120px !important;
  height: 120px !important;
  background: var(--color_main) !important;
  border-radius: 50% !important;
  border: none !important;
  margin-left: 0;
  padding: 0 !important;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_content .company-feature .step .step-box::after {
  content: none;
}
.post_content .company-feature .step .step-box::after {
  content: "";
  width: 60px !important;
  height: 5px !important;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/company-02.png) no-repeat center/contain !important;
  position: absolute !important;
  top: 50% !important;
  right: -60px !important;
  z-index: 10 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post_content .company-feature .step .step-box p {
  font-size: 16px !important;
  letter-spacing: 0.03em;
  margin-bottom: 0 !important;
  line-height: 1.5;
}
.post_content .company-feature .step .step-box .bg--p {
  color: var(--color_bg) !important;
}
.post_content .company-feature .step .swell-block-columns__inner {
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.post_content .company-feature .step .swell-block-columns__inner::before {
  content: none !important;
}
.post_content .company-feature .step .swell-block-columns__inner::after {
  content: none !important;
}
.post_content .company-feature .step .step-box:last-of-type {
  width: 176px !important;
  margin-inline: auto;
  background: transparent !important;
}
.post_content .company-feature .step .step-box:last-of-type p {
  width: 176px !important;
}
.post_content .company-feature .step .step-box::after {
  content: "" !important;
  width: 60px !important;
  height: 100% !important;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/company-02.png) no-repeat center/contain !important;
  position: absolute !important;
  top: 50% !important;
  right: -60px !important;
  z-index: 10 !important;
}
.post_content .company-feature .step .step1-box {
  padding: 0 !important;
  background: transparent !important;
}
.post_content .company-feature .step .step1-box .text--p {
  color: var(--color_text) !important;
}
.post_content .company-feature .step .step1-box:last-of-type::after {
  content: none !important;
}

@media not all and (min-width: 960px) {
  .post_content .company-feature p.ff-eb {
    font-size: 24px !important;
    margin-bottom: 16px !important;
  }
  .post_content .company-feature h2.ff-mincho {
    font-size: 20px;
    margin-bottom: 48px !important;
  }
  .post_content .company-feature p {
    font-size: 15px !important;
    margin-bottom: 30px !important;
  }
  .post_content .company-feature .step .swell-block-columns__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .post_content .company-feature .step .step-box {
    width: 100px !important;
    height: 100px !important;
  }
  .post_content .company-feature .step .step-box p {
    font-size: 14px !important;
  }
  .post_content .company-feature .step .step-box:last-of-type {
    width: 120px !important;
    margin-inline: auto;
    background: transparent !important;
  }
  .post_content .company-feature .step .step-box:last-of-type p {
    width: 120px !important;
  }
}
@media not all and (min-width: 870px) {
  .post_content .company-feature .step .step-box {
    width: 80px !important;
    height: 80px !important;
  }
  .post_content .company-feature .step .step-box p {
    font-size: 12px !important;
  }
}
@media not all and (min-width: 768px) {
  .post_content .company-feature .step {
    display: none;
  }
}
/* サービス */
.company-service {
  padding-block: 152px 160px !important;
}
.company-service .title-border.font-37 {
  font-size: 37px;
  margin-top: 0 !important;
  margin-bottom: 250px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  border-bottom: none;
}
.company-service .title-border.font-37 + .lead {
  margin-bottom: 160px !important;
}
.company-service .content .text > .wp-block-group {
  padding: 40px;
  border-left: none;
  border-bottom: none !important;
}
.company-service .content .text > .wp-block-group h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 32px !important;
}
.company-service .content .text > .wp-block-group p {
  line-height: 1.73;
  font-weight: 700;
  margin-bottom: 16px !important;
}
.company-service .content .text > .wp-block-group li {
  line-height: 1.73;
  font-weight: 700;
  font-size: 15px;
}
.company-service .content .text > .wp-block-group ul {
  margin-bottom: 16px !important;
}
.company-service .content .text > .wp-block-group .wp-block-group__inner-container {
  width: 100%;
  max-width: 420px;
}
.company-service .content .text > .wp-block-group .swell-block-column {
  background: var(--color_bg);
}
.company-service .matching-img {
  background: var(--color_bg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company-service .matching-img figure,
.company-service .matching-img img {
  width: 84.2% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  margin-inline: auto;
  height: auto !important;
}
.company-service .company-service__btn a {
  width: 100%;
  min-height: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.company-service .company-service__btn a:hover {
  background: var(--color_bg);
  color: var(--color_text);
  border: 1px solid var(--color_text);
}
.company-service .company-service__btn a:hover::after {
  background: var(--color_text);
}
.company-service .matching__btn a {
  background: var(--color_text);
}

@media not all and (min-width: 960px) {
  .company-service {
    padding-block: 72px 80px !important;
  }
  .company-service .title-border.font-37 {
    font-size: 26px !important;
    margin-bottom: 112px !important;
  }
  .company-service p.ff-eb {
    font-size: 24px !important;
  }
  .company-service .content .text > .wp-block-group .wp-block-group__inner-container {
    max-width: none;
  }
  .company-service .top-service__item {
    margin-bottom: 40px;
  }
  .company-service .matching-img {
    padding: 40px 30px 0;
  }
  .company-service .matching-img figure {
    width: min(80%, 350px) !important;
    margin-inline: auto;
    margin-top: 20px;
  }
  .company-service .matching-img .projinzai {
    width: 100%;
  }
  .company-service .content .text > .wp-block-group li {
    font-size: 13px;
  }
  .company-service .content .text > .wp-block-group {
    padding: 30px;
  }
  .company-service .content .text > .wp-block-group h3 {
    margin-bottom: 20px !important;
  }
}
@media not all and (min-width: 600px) {
  .company-service .swell-block-fullWide__inner {
    padding-inline: 16px !important;
  }
  .company-service .matching-img {
    padding: 15px 20px 0;
  }
  .company-service .matching-img img {
    width: 95% !important;
  }
  .company-service .content .text > .wp-block-group {
    border-top: none;
  }
}
/* 実績*/
.company-case ul.case__items {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: visible;
}
.company-case .title-border.font-37 {
  font-size: 37px;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  border-bottom: none;
}
.company-case .title-border.font-37 + .lead {
  margin-bottom: 200px;
}

@media not all and (min-width: 960px) {
  .company-case ul.case__items {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .company-case .title-border.font-37 {
    font-size: 26px !important;
  }
  .company-case .title-border.font-37 + .lead {
    margin-bottom: 90px;
  }
  .company-case .font-30.ff-eb.title-en {
    font-size: 23px !important;
  }
}
/* スライダー */
.company-slider.kazehiraku-slider {
  margin-bottom: 0 !important;
}

/* オウンドメディア */
.top-media.company-media {
  padding-block: 152px !important;
}
.top-media.company-media .title-border.font-37 {
  font-size: 37px;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  border-bottom: none;
}
.top-media.company-media .title-border.font-37 + .lead {
  margin-bottom: 130px !important;
}

@media not all and (min-width: 960px) {
  .top-media.company-media {
    padding-block: 72px !important;
  }
  .top-media.company-media .title-border.font-37 {
    font-size: 26px;
  }
  .top-media.company-media .title-border.font-37 + .lead {
    margin-bottom: 54px !important;
  }
  .top-media.company-media .font-30.ff-eb.title-en {
    font-size: 23px;
  }
}
/* コンテンツ */
.post_content .cmn__contact.company-contents {
  padding-block: 120px 128px !important;
  margin-bottom: 0 !important;
}

.company-contents .is-style-btn_normal a {
  color: var(--color_text);
  background: var(--color_bg);
  border-color: var(--color_text);
}
.company-contents .is-style-btn_normal a:hover {
  color: var(--color_bg);
  background: var(--color_text);
}
.company-contents .is-style-btn_normal a:hover:after {
  background: var(--color_bg);
  right: 10px;
}
.company-contents .is-style-btn_normal a::after {
  background: var(--color_text);
}

@media not all and (min-width: 960px) {
  .post_content .cmn__contact.company-contents {
    padding-block: 60px !important;
    margin-bottom: 0 !important;
  }
  .post_content .cmn__contact.company-contents .title-border.font-37 {
    font-size: 26px;
  }
  .post_content .cmn__contact.company-contents .font-30.ff-eb.title-en {
    font-size: 23px;
  }
  .company-contents .is-style-btn_normal a {
    font-size: clamp(12px, 1.9vw, 14px);
  }
  .company-contents .is-style-btn_normal a::after {
    width: 11px;
    right: 5px;
  }
  .post_content #cta h2 {
    font-size: 20px !important;
  }
  .post_content #cta h2::before {
    left: 24px;
  }
  .post_content #cta p {
    font-size: 13px !important;
  }
}
@media not all and (min-width: 600px) {
  .company-contents .is-style-btn_normal a {
    font-size: 14px;
  }
  .company-contents .is-style-btn_normal a::after {
    width: 14px;
  }
}
/* =======================
ビジョン
======================= */
.id_1402 .p-breadcrumb__list {
  color: var(--color_text);
}

.id_1402 #before_footer_widget {
  display: none;
}

.post_content .top-vision.vision-top {
  border-radius: 0;
}

.vision-top {
  padding-block: 200px 104px !important;
}
.vision-top > div {
  position: static;
}
.vision-top .top-vision__pattern {
  bottom: auto;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.vision-top .title-jp {
  font-size: 26px;
  color: var(--color_main);
  margin-bottom: 180px;
}
.vision-top .lead {
  font-size: 40px;
  letter-spacing: 0.05em;
  margin-bottom: 72px;
  color: var(--color_main);
}
.vision-top .lead__text {
  font-size: 17px;
  letter-spacing: 0.07em;
  line-height: 2.35;
  font-weight: 700;
}
.vision-top .lead__text-sp {
  display: none;
}
.vision-top h3 {
  margin-top: 0;
}
.vision-top .visionButton {
  margin-bottom: 0;
}
.vision-top .visionButton a {
  margin-left: 0;
}
.vision-top .visionButton a::after {
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/uploads/2025/11/tab-icon.svg);
  background-color: transparent;
  -webkit-clip-path: none;
          clip-path: none;
  top: 46%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vision-top .visionButton a:hover::after {
  background-image: url(/wp-content/uploads/2025/11/tab-icon-reverse.svg);
}
.vision-top .top-vision__icons {
  position: absolute;
  top: auto;
  bottom: 15%;
  right: 5%;
  width: 40%;
  height: 40%;
  z-index: 1;
}
.vision-top .top-vision__icon1 {
  position: absolute;
  top: 3%;
  left: 3%;
}
.vision-top .top-vision__icon2 {
  position: absolute;
  top: 20%;
  left: 40%;
}
.vision-top .top-vision__icon3 {
  position: absolute;
  top: 45%;
  left: 20%;
}
.vision-top .top-vision__icon4 {
  position: absolute;
  top: 0%;
  left: 70%;
}
.vision-top .top-vision__icon5 {
  position: absolute;
  top: 50%;
  left: 50%;
}
.vision-top .top-vision__icon6 {
  position: absolute;
  top: 75%;
  left: 0%;
}
.vision-top .top-vision__icon7 {
  position: absolute;
  top: 80%;
  left: 80%;
}
.vision-top .top-vision__icon8 {
  position: absolute;
  top: 90%;
  left: 45%;
}

.vision__pattern {
  left: auto;
  transform: translate(30%, -35%) !important;
  z-index: 0 !important;
}
.vision__pattern img {
  height: 1350px;
}
.vision-element .element-layer {
  position: fixed;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.vision-element .element-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.vision-element .element-close::before, .vision-element .element-close::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #535355;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}
.vision-element .element-close::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}
.vision-element .vision-element__box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 80%;
  height: 90%;
  max-width: 1300px;
  padding: 80px 40px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.vision-element .vision-element__box > div {
  max-width: 1000px;
  margin-inline: auto;
}
.vision-element h3 {
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 44px;
  margin-top: 0;
}
.vision-element h3 span {
  font-weight: 500;
  letter-spacing: 0.15em;
}
.vision-element .lead {
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 86px;
}

.vision-element__item {
  margin-bottom: 50px;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.vision-element__item figure {
  width: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vision-element__item .vision-element__img1 img {
  width: 64%;
}
.vision-element__item .vision-element__img2 img {
  width: 100%;
}
.vision-element__item .vision-element__img3 img {
  width: 69%;
}
.vision-element__item .vision-element__img4 img {
  width: 74%;
}
.vision-element__item .vision-element__img5 img {
  width: 68%;
}
.vision-element__item .vision-element__img6 img {
  width: 51%;
}
.vision-element__item .vision-element__img7 img {
  width: 90%;
}
.vision-element__item .vision-element__img8 img {
  width: 60%;
}
.vision-element__item .text {
  border-left: 2px solid #D9D9D9;
  padding-left: 40px;
  margin-left: 70px;
}
.vision-element__item .text h4 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 0;
}
.vision-element__item .text p {
  font-size: 17px;
  font-weight: 700;
}
.vision-element__item .number {
  font-size: 20px;
  font-weight: 700;
  margin-left: auto;
}

.vision-active .l-header, .vision-active .l-fixHeader {
  z-index: 1;
}
.vision-active .vision-element .element-layer {
  opacity: 1;
  visibility: visible;
}
.vision-active .vision-element .vision-element__box {
  opacity: 1;
  visibility: visible;
}

.vision-slider {
  z-index: 2;
}
.vision-slider figure {
  width: 500px;
}
.vision-slider div.active {
  animation-duration: 60s;
}

.vision-about {
  padding-block: 0 120px !important;
}
.vision-about .title-jp {
  font-size: 26px;
  margin-bottom: 112px;
}
.vision-about .lead__text {
  font-size: 17px;
  letter-spacing: 0.07em;
  line-height: 2.35;
  font-weight: 700;
  margin-bottom: 40px !important;
}
.vision-about .lead__text:last-of-type {
  margin-bottom: 128px !important;
}
.vision-about .ff-eb.title-en {
  margin-bottom: 64px;
}
.vision-about .name-logo {
  max-width: 350px;
  width: 100%;
  margin-top: 128px;
  margin-bottom: 72px;
}
.vision-about .post_content .name .ff-outfit {
  font-size: 18px !important;
  margin-bottom: 0 !important;
}
.vision-about .swell-block-fullWide__inner .wp-block-group.name {
  margin-bottom: 0 !important;
}

.vision-brand {
  position: relative;
  padding-block: 216px 320px;
}

.vision-brand .vision-pattern1 {
  position: absolute;
  width: 36%;
  bottom: 42%;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(100px, -100px);
          transform: translate(100px, -100px);
  opacity: 0;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.vision-brand .vision-pattern1.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.vision-brand .vision-pattern2 {
  position: absolute;
  width: 2020px;
  bottom: 0;
  left: 20%;
  -webkit-transform: translate(-50%, 36%);
          transform: translate(-50%, 36%);
  z-index: -1;
  opacity: 0;
  transition: 0.7s 1.5s;
}
.vision-brand .vision-pattern2.show {
  opacity: 1;
}
.vision-brand .vision-pattern2 img {
  width: 100%;
}

.vision-message {
  position: relative;
  padding-bottom: 470px;
}
.vision-message .title-jp {
  font-size: 26px;
  margin-bottom: 82px !important;
}
.vision-message .lead__text {
  font-size: 17px;
  letter-spacing: 0.07em;
  line-height: 2.35;
  font-weight: 700;
  margin-bottom: 40px !important;
}
.vision-message .name-jp {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.83;
  margin-bottom: 8px !important;
  font-weight: 700 !important;
}
.vision-message .name-en.ff-eb {
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.83;
  margin-bottom: 80px !important;
  font-weight: 400 !important;
}
.vision-message .swell-block-button.is-style-btn_normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vision-message .is-style-btn_normal a {
  width: min(100%, 450px);
}
.vision-message .vision-pattern3 {
  position: absolute;
  width: 32%;
  bottom: 42%;
  right: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.vision-message .vision-pattern3.show {
  opacity: 1;
}
.vision-message .vision-pattern4 {
  position: absolute;
  width: 20%;
  bottom: 0;
  left: 0%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.vision-message .vision-pattern4 figure, .vision-message .vision-pattern4 img {
  width: 100%;
}
.vision-message .vision-pattern4.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media not all and (min-width: 960px) {
  .vision-top {
    padding-block: 144px 56px !important;
  }
  .vision-top .title-jp {
    font-size: 16px;
    margin-bottom: 24px !important;
  }
  .vision-top .ff-eb.title-en {
    font-size: 35px;
    margin-bottom: 32px !important;
  }
  .vision-top .lead {
    font-size: 26px;
    margin-bottom: 36px;
  }
  .vision-top .lead__text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .vision-top .top-vision__icons {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .vision-element .element-close {
    top: 15px;
    right: 15px;
  }
  .vision__pattern {
    transform: translate(40%, -35%) !important;
  }
  .vision__pattern img {
    height: 1000px;
  }
  .vision-element .vision-element__box {
    width: 90%;
    padding: 40px 25px;
  }
  .vision-element .vision-element__box > div {
    max-width: 500px;
  }
  .vision-element h3 {
    font-size: 35px;
    margin-bottom: 26px;
  }
  .vision-element h3 span {
    font-size: 60px;
  }
  .vision-element .lead {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .vision-element__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  .vision-element__item figure {
    width: 60px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .vision-element__item .text {
    margin-left: 0px;
    padding-left: 30px;
    border: none;
  }
  .vision-element__item .text h4 {
    font-size: 20px;
  }
  .vision-element__item .text p {
    font-size: 13px;
  }
  .vision-element__item .number {
    font-size: 16px;
  }
  .vision-slider {
    padding-top: 0 !important;
  }
  .vision-slider figure {
    width: 270px;
  }
  .vision-about {
    padding-block: 0 70px !important;
  }
  .vision-about .ff-eb.title-en {
    font-size: 35px;
    margin-bottom: 32px;
  }
  .vision-about .title-jp {
    font-size: 20px;
    margin-bottom: 58px;
  }
  .vision-about .lead__text {
    font-size: 15px;
  }
  .vision-about .name-logo {
    width: max(30%, 250px);
    margin-bottom: 40px;
  }
  .vision-brand {
    padding-block: 100px 56vw;
  }
  .vision-brand .vision-pattern1 {
    bottom: 66vw;
  }
  .vision-brand .vision-pattern2 {
    width: 228vw;
  }
  .vision-message {
    padding-bottom: 70vw;
  }
  .vision-message .name-jp {
    font-size: 16px;
  }
  .vision-message .name-en.ff-eb {
    font-size: 18px;
  }
  .vision-message .vision-pattern3 {
    bottom: calc(80vw + 40px);
    width: min(25%, 180px);
    right: 3%;
  }
  .vision-message .vision-pattern4 {
    width: 30%;
  }
  .post_content .name .ff-outfit {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
}
@media not all and (min-width: 600px) {
  .tb {
    display: none;
  }
  .vision-top {
    padding-top: 72px !important;
  }
  .vision-top .lead__text-sp {
    display: block;
  }
  .vision-top .lead__text-pc {
    display: none;
  }
  .vision__pattern {
    transform: translate(50%, -35%) !important;
  }
  .vision__pattern img {
    height: 700px;
  }
  .vision-element .vision-element__box {
    width: 100%;
    height: 100%;
  }
  .vision-about .name-logo {
    margin-top: 100px;
  }
  .vision-brand {
    padding-block: 100px 56vw;
  }
  .vision-brand .vision-pattern1 {
    bottom: 80vw;
  }
  .vision-brand .vision-pattern2 {
    bottom: 10%;
  }
}
/* =======================
個人向けTOP.company__hero--right
======================= */
.id_9 .p-breadcrumb__list {
  color: var(--color_text);
}

/* ヒーロー */
.personal__hero .for-company__hero--left .btn--left a {
  background: var(--color_text);
  border: 1px solid var(--color_text);
}
.personal__hero .for-company__hero--left .btn--left a:hover {
  color: var(--color_text);
  background: var(--color_bg);
}
.personal__hero .for-company__hero--left .btn--left a:hover::after {
  background: var(--color_text);
}
.personal__hero .company__hero--right {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  width: 210px;
  top: 55px;
}
.personal__hero .for-company__hero--left .btn--left a {
  width:280px;
}

@media not all and (min-width: 600px) {
  .personal__hero .company__hero--right {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    width: 74px;
    top: 100px;
    right: -10px;
  }
}
/* feature */
.post_content .personal-feature {
  padding-bottom: 112px !important;
  margin-bottom: 0 !important;
}
.post_content .personal-feature .lead {
  margin-bottom: 40px !important;
}
.post_content .personal-feature .img {
  width: 710px;
  margin-left: auto;
  margin-top: clamp(-90px, -3vw, -30px);
}

@media not all and (min-width: 960px) {
  .post_content .personal-feature {
    padding-bottom: 80px !important;
  }
  .post_content .personal-feature .lead {
    margin-bottom: 24px !important;
  }
  .post_content .personal-feature .img {
    width: min(100%, 500px);
  }
}
@media not all and (min-width: 600px) {
  .post_content .personal-feature .img {
    margin-top: 0;
  }
}
/* サービス */
.post_content .personal-service {
  padding-block: 144px 48px !important;
}
.post_content .personal-service .title-border {
  font-size: 37px;
}

@media not all and (min-width: 960px) {
  .post_content .personal-service {
    padding-block: 72px 48px !important;
  }
}
@media not all and (min-width: 600px) {
  .post_content .personal-service .content .text > .wp-block-group {
    padding: 24px;
  }
  .post_content .personal-service .font-37.title-border {
    font-size: 22px !important;
  }
}
/* スタンス */
.post_content .personal-stance {
  overflow: hidden;
  position: relative;
  padding-block: 104px 136px !important;
  margin-bottom: 0 !important;
}
.post_content .personal-stance .font-37.title-border {
  font-size: 37px;
  margin-top: 0 !important;
  margin-bottom: 96px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  border-bottom: none;
}
.post_content .personal-stance .font-37.title-border + .lead {
  margin-bottom: 160px !important;
}
.post_content .personal-stance .font-30.ff-eb.title-en {
  font-size: 30px;
  margin-bottom: 24px !important;
}
.post_content .personal-stance .personal-service__pattern {
  width: 900px;
  position: absolute;
  left: calc(100vw - 900px);
  top: -96px;
  z-index: -1;
  -webkit-transition: 0.7s cubic-bezier(0, 0, 0.26, 1.08);
  transition: 0.7s cubic-bezier(0, 0, 0.26, 1.08);
  opacity: 1;
  margin: 0;
}
.post_content .personal-stance ol.wp-block-list.stance__list {
  font-size: 20px;
  font-weight: 700;
  padding-left: 16%;
}
.post_content .personal-stance ol.wp-block-list.stance__list li {
  margin-block: 28px;
  padding-left: 40px;
  line-height: 1.7;
}
.post_content .personal-stance ol.wp-block-list.stance__list li::marker {
  font-size: 35px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color_main);
}

@media not all and (min-width: 960px) {
  .post_content .personal-stance {
    padding-block: 50px 64px !important;
  }
  .post_content .personal-stance .font-30.ff-eb.title-en {
    font-size: 23px !important;
  }
  .post_content .personal-stance .font-37.title-border {
    font-size: 22px !important;
    margin-bottom: 50px !important;
  }
  .post_content .personal-stance ol.wp-block-list.stance__list {
    font-size: 16px;
    padding-left: 10%;
  }
  .post_content .personal-stance ol.wp-block-list.stance__list li {
    padding-left: 10px;
  }
  .post_content .personal-stance ol.wp-block-list.stance__list li::marker {
    font-size: 24px;
  }
}
/* 実績 */
.post_content .personal-case {
  padding-bottom: 100px !important;
}
.post_content .personal-case .title-border.font-37 {
  font-size: 37px;
  margin-top: 0 !important;
  margin-bottom: 56px !important;
  padding-left: 0 !important;
  border-bottom: none;
}
.post_content .personal-case .case__block .vertical::before {
  background: #d9c6b0;
}
.post_content .personal-case .case__item .service__tag li {
  background: #d9c6b0;
}
.post_content .personal-case .case__item .case__text {
  border-left: 20px solid rgba(239, 222, 201, 0.6);
}

@media not all and (min-width: 960px) {
  .post_content .personal-case .font-30.ff-eb.title-en {
    font-size: 23px !important;
  }
  .post_content .personal-case .font-37.title-border {
    font-size: 22px !important;
  }
  .post_content .personal-case .font-37.title-border + .lead {
    font-size: 16px;
    margin-bottom: 64px !important;
  }
}
/* メディア */
.personal-media .title-border.font-37 {
  font-size: 37px;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  border-bottom: none;
}
.personal-media .title-border.font-37 + .lead {
  margin-bottom: 160px !important;
}

@media not all and (min-width: 960px) {
  .post_content .personal-media .font-30.ff-eb.title-en {
    font-size: 23px !important;
  }
  .post_content .personal-media .font-37.title-border {
    font-size: 22px !important;
  }
  .post_content .personal-media .font-37.title-border + .lead {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 960x) {
  h2.wp-block-heading.has-text-align-left.title-jp.is-style-section_ttl.title-border.font-37.font-32 {
    font-size: 32px !important;
  }
}
.sp-xs {
  display: none;
}

.company-contents .cmn__contact {
  overflow: hidden;
  position: relative;
}
.company-contents .cmn__contact .cmn__contact-pattern1 {
  width: 1000px;
  position: absolute;
  right: -44%;
  top: -80%;
}
.company-contents .cmn__contact .cmn__contact-pattern2 {
  width: 1000px;
  position: absolute;
  right: -54%;
  top: 140%;
}

.post_content .cmn__contact {
  overflow: hidden;
}
.post_content .cmn__contact h2.font-30.title-jp {
  font-size: 35px;
}

@media not all and (min-width: 600px) {
  .post_content .cmn__contact h2.font-30.title-jp {
    font-size: 23px;
  }
  .post_content .cmn__contact .sp-xs {
    display: block;
  }
}
.personal__contact .cmn__contact-btns a {
  font-size: clamp(11px, 1.5vw, 16px);
}

@media not all and (min-width: 960px) {
  .personal__contact .cmn__contact-btns a::after {
    right: 5px;
  }
}
@media not all and (min-width: 710px) {
  .personal__contact .cmn__contact-btns a::after {
    width: 8px;
  }
}
@media not all and (min-width: 600px) {
  .personal__contact .cmn__contact-btns a {
    font-size: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .personal__contact .cmn__contact-btns a::after {
    right: 30px;
    width: 10px;
  }
}
/* =======================
コンソーシアム
======================= */
.id_37 .p-breadcrumb__list {
  color: var(--color_text);
}

.id_37 .l-mainContent__inner {
  padding-top: 45px;
}

.consortium-hero .consortium {
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.consortium-hero .consortium p {
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
}

.consortium-hero .title__h1 {
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 48px;
}
.consortium-hero .course-lead {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
.consortium-hero .course-lead .lead-text {
  font-weight: 500;
}
.consortium-hero .lead-number {
  padding-top: 16px;
  gap: 24px;
}
.consortium-hero .lead-number > div {
  gap: 10px;
}
.consortium-hero .lead-number .number-text {
  font-family: var(--swl-font_family);
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.consortium-hero .lead-number .number-text span {
  border-radius: 30px;
}
.consortium-hero .lead-number .number-text span {
  padding-inline: 8px;
}
.consortium-hero .lead-number .number {
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  line-height: 1;
}
.consortium-hero .lead-number .number span {
  font-size: 35px;
}
.consortium-hero .img-slider {
  margin-bottom: 48px;
}
.consortium-hero .img-slider figure {
  border-radius: 10px;
  overflow: hidden;
  width: 300px;
  height: 100%;
}

.post_content .consortium-hero .index {
  margin-inline: auto;
  margin-bottom: 64px !important;
  padding: 32px 30px;
}
.partner-why ul.is-style-index li:before {
  top: 16px;
}

@media not all and (min-width: 960px) {
  .consortium-hero .consortium {
    padding-top: 0;
  }
  .consortium-hero .title__h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .consortium-hero .course-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .consortium-hero .course-lead .lead-text {
    margin-bottom: 0 !important;
  }
  .consortium-hero .img-slider {
    margin-bottom: 20px;
  }
  .consortium-hero .img-slider figure {
    width: 50vw;
    max-width: 300px;
  }
  .consortium-hero .lead-number {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .post_content .consortium-hero .index {
    margin-inline: auto;
  }
  .post_content .consortium-hero .index .list-01-06 {
    width: 100%;
    margin-left: 0;
  }
  .post_content .consortium-hero .index .list-07-11 {
    width: 100%;
    margin-left: 0;
  }
  .post_content .consortium-hero .index .swell-block-columns__inner {
    row-gap: 0;
  }
  .partner-why ul.is-style-index li:before {
    top: 12px;
  }
}
@media not all and (min-width: 600px) {
  .consortium-hero {
    padding-inline: 10px;
  }
}
/* Why */
.wp-block-image img,
.swl-has-mb--s > * {
  margin-bottom: 0;
}

.id_37 .post_content .font-30.title-en {
  font-size: 30px !important;
  letter-spacing: 0.07em;
  margin-bottom: 40px !important;
}
.id_37 .post_content .font-28.title-jp {
  font-family: var(--swl-font_family);
  font-size: 28px !important;
}

@media not all and (min-width: 960px) {
  .id_37 .post_content .font-30.title-en {
    font-size: 23px !important;
    margin-bottom: 24px !important;
  }
  .id_37 .post_content .font-28.title-jp {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
}
.partner-why {
  padding-block: 60px 144px !important;
  margin-bottom: 0;
}
.partner-why .cmn__icon {
  width: 208px;
  top: 20px;
}
.partner-why .page-ttl {
  margin-bottom: 120px;
}
.partner-why .swell-block-columns__inner {
  position: relative;
}
.partner-why .swell-block-columns__inner .partner-right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 70px;
  top: -44px;
}
.partner-why .swell-block-columns__inner .partner-right-box {
  right: 70px;
}
.partner-why .swell-block-columns__inner .partner-right-box p {
  font-family: var(--swl-font_family);
  font-size: 14px;
}
.partner-why .why-contents {
  padding-block: 0px 64px;
  margin-bottom: 0;
}
.partner-why .why-contents .aono-img {
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
}
.partner-why .why-contents p {
  font-family: var(--swl-font_family);
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-bottom: 40px !important;
}
.partner-why .why-contents .mark_yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #535355));
  background: -webkit-linear-gradient(transparent 0%, #535355 0%);
  background: linear-gradient(transparent 0%, #535355 0%);
  color: var(--color_bg);
}
.partner-why .has-border.-border03 {
  border: 1px dashed #231815;
  padding: 48px 4.8%;
  background: var(--color_bg);
  margin-inline: 5px;
  position: relative;
}
.partner-why .has-border.-border03 h3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.29;
  margin-bottom: 32px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.partner-why .has-border.-border03 h3 span {
  font-family: "Outfit", sans-serif;
}
.partner-why .has-border.-border03 h3 strong {
  font-family: var(--swl-font_family);
  font-weight: 700;
  font-size: 13px;
  line-height: 2.46;
  letter-spacing: 0.03em;
}
.partner-why .has-border.-border03 li {
  margin: 8px 0;
  font-family: var(--swl-font_family);
  font-weight: 700;
  line-height: 2.37;
  font-size: 16px;
}
.partner-why .has-border.-border03 li .swl-format-1 {
  font-size: 16px;
  color: #81b5d0;
}
.partner-why .wp-block-group__inner-container {
  position: relative;
}
.partner-why .wp-block-group__inner-container .personal-service__pattern {
  position: absolute;
  right: calc((100vw - 100%) / 2 * -1);
  bottom: -80px;
  z-index: -1;
}

@media not all and (min-width: 1096px) {
  .partner-why .swell-block-columns__inner .partner-right-box {
    right: 45px;
    top: 0;
  }
  .partner-why .swell-block-columns__inner .partner-right-box figure {
    width: 135px;
  }
  .id_37 .post_content .font-28.title-jp {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
}
@media not all and (min-width: 960px) {
  .partner-why {
    padding-block: 40px 120px !important;
  }
  .partner-why .cmn__icon {
    width: 20vw;
    top: auto;
    bottom: -10px;
  }
  .partner-why .page-ttl {
    margin-bottom: 50px;
  }
  .partner-why .why-contents {
    padding-bottom: 20px;
  }
  .partner-why .has-border.-border03 {
    padding-block: 20px;
  }
  .partner-why .swell-block-columns__inner .partner-right-box {
    right: 20px;
    top: -10px;
  }
  .partner-why .has-border.-border03 {
    padding: 20px;
  }
  .partner-why .has-border.-border03 li {
    font-size: 14px;
    line-height: 2;
  }
}
@media not all and (min-width: 600px) {
  .partner-why .cmn__icon {
    bottom: auto;
    top: 0px;
  }
  .partner-why .page-ttl {
    margin-bottom: 50px;
  }
  .partner-why .has-border.-border03 h3 strong {
    font-size: 15px;
    line-height: 2;
  }
}
.partner-vision {
  padding-block: 80px 120px !important;
}
.partner-vision .page-ttl {
  margin-bottom: 80px;
}
.partner-vision .cmn__icon {
  width: 176px;
  top: 26px;
  right: 50px;
}
.partner-vision h3 {
  font-size: 18px;
}
.partner-vision ol {
  list-style-type: decimal-leading-zero;
}
.partner-vision ol li {
  padding-left: 20px;
  font-weight: 700;
  margin-block: 20px;
  line-height: 1.8;
}
.partner-vision ol li::marker {
  font-size: 12px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0;
}

@media not all and (min-width: 960px) {
  .partner-vision {
    padding-block: 50px 70px !important;
  }
  .partner-vision .page-ttl {
    margin-bottom: 60px;
  }
  .partner-vision .cmn__icon {
    width: min(20vw, 120px);
    right: 0;
    top: auto;
    bottom: -20px;
    gap: 5px;
  }
  .partner-vision h3 {
    font-size: 16px;
  }
  .partner-vision ol {
    list-style-type: decimal-leading-zero;
  }
  .partner-vision ol li {
    padding-left: 16px;
    margin-block: 16px;
  }
}
.partner-outline {
  padding-block: 0px 120px !important;
}
.partner-outline .page-ttl {
  margin-bottom: 60px;
}

@media not all and (min-width: 960px) {
  .partner-outline {
    padding-block: 0px 70px !important;
  }
  .partner-outline .page-ttl {
    margin-bottom: 40px;
  }
}
.partner-benefit {
  padding-block: 0px 120px !important;
}
.partner-benefit .page-ttl {
  margin-bottom: 90px;
}
.partner-benefit .partner-benefit__items {
  margin-bottom: 50px;
}
.partner-benefit .partner-benefit__items .benefit__box {
  max-width: 210px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 20px;
}
.partner-benefit .partner-benefit__items .benefit__box h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.partner-benefit .partner-benefit__items p {
  font-size: 15px;
  font-weight: 700;
}
.partner-benefit .bottom {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media not all and (min-width: 960px) {
  .partner-benefit {
    padding-block: 0px 70px !important;
  }
  .partner-benefit .page-ttl {
    margin-bottom: 40px;
  }
  .partner-benefit .partner-benefit__items .benefit__box {
    margin-bottom: 10px;
  }
}
.partner-voice .title-jp {
  font-size: 37px;
}
.partner-voice .lead {
  margin-bottom: 220px;
}
.partner-voice ul.case__items {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media not all and (min-width: 960px) {
  .partner-voice .title-jp {
    font-size: 23px;
  }
  .partner-voice .lead {
    margin-bottom: 100px;
  }
  .partner-voice ul.case__items {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.partner-case {
  padding-block: 105px 120px !important;
}
.partner-case .page-ttl {
  margin-bottom: 70px;
}
.partner-case .cmn__icon {
  width: 116px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.partner-case .cmn__icon p {
  padding-top: 20px;
}
.partner-case .page-ttl {
  margin-bottom: 90px;
}
.partner-case .ff-outfit {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.partner-case__item {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.partner-case__item h3 {
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  font-size: 20px;
}
.partner-case__item .text1 {
  font-size: 18px;
  line-height: 1.66;
  font-weight: 700;
  margin-bottom: 18px;
}
.partner-case__item .text2 {
  font-size: 15px;
  line-height: 1.7;
}

@media not all and (min-width: 960px) {
  .partner-case {
    padding-block: 70px !important;
  }
  .partner-case .page-ttl {
    margin-bottom: 40px;
  }
  .partner-case .cmn__icon {
    width: clamp(55px, 13vw, 80px);
    top: auto;
    bottom: -20px;
    gap: 3px;
  }
  .partner-case__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .partner-case__item h3 {
    font-size: 18px;
  }
  .partner-case__item .text1 {
    font-size: 16px;
  }
  .partner-case__item .text2 {
    font-size: 14px;
  }
}
.partner-essential {
  padding-block: 100px 120px;
  margin-bottom: 0;
}
.partner-essential .page-ttl {
  margin-bottom: 60px;
}
.partner-essential .cmn__icon {
  width: 181px;
  gap: 10px;
  top: 25px;
}
.partner-essential .cmn__icon p {
  padding-bottom: 30px;
}
.partner-essential p {
  font-weight: 700;
  margin-bottom: 66px;
}

@media not all and (min-width: 960px) {
  .partner-essential {
    padding-block: 50px 70px;
  }
  .partner-essential .cmn__icon {
    width: clamp(70px, 20vw, 100px);
    top: auto;
    bottom: -10px;
  }
  .partner-essential p {
    margin-bottom: 30px;
  }
  .partner-essential .partner-essential__img {
    width: min(100%, 400px);
    margin-inline: auto;
  }
  .partner-essential .partner-essential__img img {
    width: 100%;
  }
}
@media not all and (min-width: 600px) {
  .partner-essential {
    padding-block: 50px 70px;
  }
  .partner-essential .cmn__icon {
    gap: 5px;
    right: -10px;
    top: -20px;
    bottom: auto;
  }
}
.partner-program {
  overflow: hidden;
  padding-block: 40px 0px !important;
  margin-bottom: 90px !important;
}
.partner-program .page-ttl {
  margin-bottom: 65px;
}
.partner-program .lead {
  margin-bottom: 58px;
}
.partner-program .partner-program__text {
  padding-left: 60px;
  padding-right: max(50vw - 514px, 15px) !important;
  height: 100%;
}
.partner-program .partner-program__text figure {
  display: none;
}

.partner-program__img {
  height: 100%;
  z-index: 2;
}
.partner-program__img .active {
  -webkit-animation: 40s loopY infinite linear;
          animation: 40s loopY infinite linear;
}
.partner-program__img figure {
  margin-bottom: 0;
}

@-webkit-keyframes loopY {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

@keyframes loopY {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.partner-program__item {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
  padding: 24px 9px;
}
.partner-program__item:last-of-type {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.partner-program__item .ff-outfit {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}
.partner-program__item h3 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.partner-program__item h3 span {
  font-size: 16px;
  letter-spacing: 0;
}
.partner-program__item h4 {
  margin-bottom: 5px;
  font-size: 16px;
  padding-left: 1.4em !important;
  text-indent: -1.4em;
}
.partner-program__item p {
  line-height: 1.875;
}
.partner-program__item ul {
  margin-bottom: 30px;
  padding-left: 0;
}
.partner-program__item ul li {
  list-style: none;
  font-size: 15px;
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.partner-program__item ul li::before {
  content: "-";
  margin-right: 5px;
}

.program-movie {
  padding: 60px 20px !important;
}
.program-movie h3 {
  font-size: 26px;
  letter-spacing: 0.03em !important;
  margin-bottom: 40px;
}
.program-movie .top-text {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  max-width: 620px;
  margin-inline: auto;
}
.program-movie .top-text ul {
  padding-left: 0;
}
.program-movie .top-text li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 16px;
}
.program-movie p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.program-movie .bottom-text {
  max-width: 620px;
  margin-inline: auto;
}
.program-movie .bottom-text .form-group {
  margin-bottom: 26px;
}
.program-movie .bottom-text input {
  background: #fff;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 580px;
  margin-inline: auto;
}
.program-movie .bottom-text .cta-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.program-movie .bottom-text .cta-checkbox input {
  width: auto;
  margin: 0;
}
.program-movie .bottom-text .cta-checkbox label {
  line-height: 1;
}
.program-movie .bottom-text .privacy {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
.program-movie .bottom-text .privacy a {
  color: #5D88A9;
  border-bottom: 1px solid #5D88A9;
  padding-bottom: 2px;
}
.program-movie .bottom-text button {
  border: 1px solid #535355;
  background-color: #535355;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  max-width: 370px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  display: block;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.program-movie .bottom-text button::after {
  content: "";
  width: 14px;
  height: 11px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.program-movie .bottom-text button:hover {
  background-color: #fff;
  color: #535355;
}
.program-movie .bottom-text button:hover::after {
  background-color: #535355;
}

@media not all and (min-width: 960px) {
  .partner-program {
    padding-block: 20px 0px !important;
    margin-bottom: 50px !important;
  }
  .partner-program .page-ttl {
    margin-bottom: 30px;
  }
  .partner-program .lead {
    margin-bottom: 30px;
  }
  .partner-program .partner-program__text {
    padding-left: 20px;
  }
  .partner-program, .partner-program-outer {
    width: 100%;
    left: auto;
    overflow: visible;
  }
  .partner-program__item {
    border: none;
    padding: 15px 0;
  }
  .partner-program__item .ff-outfit {
    margin-bottom: 10px;
  }
  .partner-program__item h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 24px;
  }
  .partner-program__item h3 span {
    font-size: 14px;
  }
  .partner-program__item h4 {
    font-size: 15px;
  }
  .partner-program__item ul li {
    font-size: 14px;
  }
  .partner-program__item p {
    font-size: 14px;
  }
  .partner-program__item .wp-block-group {
    margin-bottom: 30px;
  }
  .program-movie {
    padding: 40px 20px !important;
  }
  .program-movie h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .program-movie .top-text li {
    font-size: 14px;
  }
  .program-movie .bottom-text button {
    font-size: 14px;
    height: 55px;
  }
}
@media not all and (min-width: 768px) {
  .partner-program__img {
    display: none;
  }
  .partner-program .partner-program__text {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .partner-program .partner-program__text figure {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}
@media not all and (min-width: 600px) {
  .partner-program .partner-program__text {
    padding-left: 0px;
    padding-right: 0px !important;
  }
  .program-movie ul {
    margin-bottom: 40px;
  }
}
.program-lecture {
  padding-block: 120px 0px;
  margin-bottom: 0;
}
.program-lecture .page-ttl {
  margin-bottom: 50px;
}
.program-lecture h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.program-lecture .position {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.program-lecture p {
  font-size: 16px;
  line-height: 2;
}

@media not all and (min-width: 960px) {
  .program-lecture {
    padding-block: 70px 0px;
  }
  .program-lecture figure {
    width: 70%;
    margin-inline: auto;
  }
  .program-lecture p {
    font-size: 14px;
  }
}
.partner-faq {
  padding-top: 70px !important;
}

/* =======================
プライバシーポリシー
======================= */
.id_46 .p-breadcrumb__list {
  color: var(--color_text);
}

.id_46 #before_footer_widget {
  display: none;
}

/* ヒーロー */
.pp-hero.company__hero .inovation__hero--left .ff-en {
  color: var(--color_main) !important;
}

.pp-hero.company__hero .company__hero--right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 46px;
  right: 0;
}

.pp-hero.company__hero .company__hero--right P {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.pp-hero > .swell-block-fullWide__inner > .swell-block-columns {
  margin-bottom: 0 !important;
}

.pp-hero {
  padding-block: 8px 88px !important;
}
.pp-hero h1 {
  font-family: var(--swl-font_family);
  font-weight: 700;
  font-size: 28px !important;
  line-height: 2;
  letter-spacing: 0.05em;
}
.pp-hero .lead {
  max-width: 750px;
  width: 100%;
}
.pp-hero p {
  font-family: var(--swl-font_family) !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 1.73;
  letter-spacing: 0;
}

.pp-container {
  margin-bottom: 88px !important;
  max-width: 750px;
  width: 100%;
}
.pp-container h2 {
  font-family: var(--swl-font_family);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 24px !important;
}
.pp-container p,
.pp-container li {
  font-family: var(--swl-font_family) !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 1.73;
  letter-spacing: 0;
}
.pp-container:last-of-type {
  margin-bottom: 88px !important;
}
.pp-container:last-of-type address {
  font-style: normal;
}
.pp-container:last-of-type a {
  display: inline-block;
  text-decoration: underline;
}
.pp-container:last-of-type a:hover {
  opacity: 0.6;
}

.post_content .pp-container ul {
  color: #535355 !important;
  padding-left: 15px;
}
.post_content .pp-container ul ul {
  list-style: disc;
  color: #535355;
}

.id_46 .post_content #cta p {
  min-width: 400px;
}

@media not all and (min-width: 960px) {
  .pp-hero.for-company__hero .for-company__hero--left {
    padding-top: 56px !important;
  }
  .pp-hero.personal__hero .personal__hero--right {
    top: 70px;
  }
  .pp-hero {
    padding-bottom: 48px !important;
  }
  .pp-hero h1 {
    font-size: 24px !important;
  }
  .pp-container {
    margin-bottom: 48px !important;
  }
  .pp-container h2 {
    font-size: 20px !important;
  }
}
@media not all and (min-width: 600px) {
  .pp-hero.personal__hero .personal__hero--right {
    top: 145px;
    right: 24px;
    width: 80px !important;
  }
  .pp-hero.company__hero .inovation__hero--left h1::after {
    right: -32px;
  }
}
/* =======================
特商法
======================= */
.id_48 .p-breadcrumb__list {
  color: var(--color_text);
}

.id_48 figure.wp-block-table table {
  width: 100%;
  max-width: 832px;
  margin-bottom: 144px !important;
}

.id_48 .wp-block-table td:last-of-type {
  width: 616px;
  color: var(--color_text);
  font-family: var(--swl-font_family);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 0.03em;
  padding: 24px 8px;
  border: none;
}

.id_48 :where(.td_to_th_ tbody tr) > :first-child:not(.-no1) {
  width: 216px;
  color: var(--color_text);
  font-family: var(--swl-font_family);
  font-size: 16px;
  letter-spacing: 0.03em;
  padding: 24px 8px;
  border: none;
}

.id_48 .post_content #cta p {
  min-width: 400px;
}

.id_48 #before_footer_widget {
  display: none;
}

.id_48 .underline {
  display: inline-block;
  text-decoration: underline;
}

.id_48 .underline:hover {
  opacity: 0.6;
}

@media not all and (min-width: 960px) {
  .id_48 :where(.td_to_th_ tbody tr) > :first-child:not(.-no1) {
    padding-bottom: 8px;
  }
  .id_48 .wp-block-table td:last-of-type {
    padding-top: 8px;
  }
  .id_48 .pp-hero.personal__hero .personal__hero--right {
    top: 115px;
    right: 0px;
    width: 120px !important;
  }
  .id_48 .company__hero .inovation__hero--left .ff-en {
    font-size: 16px !important;
    width: 83%;
  }
}
@media not all and (min-width: 600px) {
  .id_48 .company__hero .inovation__hero--left h1 {
    font-size: 24px !important;
  }
  .id_48 .company__hero .inovation__hero--left h1::after {
    bottom: -108px;
  }
  .id_48 .pp-hero.personal__hero .personal__hero--right {
    top: 150px;
    width: 100px !important;
  }
  .id_48 .pp-hero {
    padding-bottom: 0 !important;
  }
  .id_48 .sp-xs {
    display: block;
  }
}
/* =======================
マッチング
======================= */
.id_10 #breadcrumb .p-breadcrumb__list {
  color: var(--color_bg);
}

/* ヒーロー */
.matching__hero h1 {
  font-family: var(--swl-font_family);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}

.id_10 .for-company__hero .for-company__hero--left .btn--left a {
  background: var(--color_bg);
  color: var(--color_text);
}
.id_10 .for-company__hero .for-company__hero--left .btn--left a::after {
  background: var(--color_text);
}
.id_10 .for-company__hero .for-company__hero--left .btn--left a:hover {
  background: var(--color_text);
  color: var(--color_bg);
}
.id_10 .for-company__hero .for-company__hero--left .btn--left a:hover::after {
  background: var(--color_bg);
}
.id_10 .for-company__hero .for-company__hero--left .btn--right a {
  background: var(--color_text);
  color: var(--color_bg);
  border: 1px solid var(--color_bg);
}
.id_10 .for-company__hero .for-company__hero--left .btn--right a::after {
  background: var(--color_bg);
}
.id_10 .for-company__hero .for-company__hero--left .btn--right a:hover {
  background: var(--color_bg);
  color: var(--color_text);
  border: 1px solid var(--color_bg);
}
.id_10 .for-company__hero .for-company__hero--left .btn--right a:hover::after {
  background: var(--color_text);
}

@media not all and (min-width: 960px) {
  .id_10 .for-company__hero {
    margin-bottom: 56px !important;
  }
  .id_10 .for-company__hero .for-company__hero--right .wp-block-image img {
    max-height: 337px;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  .id_10 .for-company__hero .for-company__hero--left h1 {
    font-size: 24px !important;
  }
}
/* 導入 */
.matching-process {
  position: relative;
}
.matching-process .top-media__pattern {
  width: 42vw;
}

.post_content .matching-process h2.ff-mincho {
  font-size: 32px !important;
  margin-bottom: 64px !important;
  padding-top: 110px;
}
.post_content .matching-process h2.ff-mincho span {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.875;
}
.post_content .matching-process .lead {
  line-height: 2.19;
  margin-bottom: 80px !important;
}
.post_content .matching-process .matching-figure {
  margin-inline: auto;
  margin-bottom: 104px !important;
}
.post_content .matching-process .matching-figure figure img {
  max-width: 537px;
  width: 100%;
}
.post_content .matching-process .matching-figure figure {
  margin-bottom: 48px;
}
.post_content .matching-process .matching-figure h3 {
  font-family: var(--swl-font_family);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 48px !important;
}

@media not all and (min-width: 960px) {
  .post_content .matching-process h2.ff-mincho {
    padding-top: 6px;
  }
  .post_content .matching-process .top-media__pattern {
    top: -56px;
  }
  .post_content .matching-process .matching-figure {
    margin-bottom: 52px !important;
  }
  .post_content .matching-process .matching-figure h3, .post_content .matching-process .matching-figure figure {
    font-size: 18px;
    margin-bottom: 24px !important;
  }
  .post_content .matching-process h2.ff-mincho {
    font-size: 24px !important;
    margin-bottom: 32px !important;
  }
  .post_content .matching-process h2.ff-mincho span {
    font-size: 18px !important;
  }
  .post_content .matching-process .lead {
    font-size: 15px;
    margin-bottom: 40px !important;
  }
  .post_content .matching-process p {
    margin-bottom: 0 !important;
  }
}
.post_content .matching-feauture {
  padding-block: 128px 104px !important;
  position: relative;
}
.post_content .matching-feauture p.title-en {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-bottom: 40px !important;
}
.post_content .matching-feauture h2.title-jp {
  font-size: 28px;
  font-family: var(--swl-font_family);
  letter-spacing: 0.03em;
  margin-bottom: 80px !important;
}
.post_content .matching-feauture figure:first-of-type {
  width: 100%;
  max-width: 1000px;
  background: var(--color_bg);
  padding: 34px 24px 48px;
  border-radius: 3px;
}
.post_content .matching-feauture figure:first-of-type table {
  width: 100%;
  max-width: 886px;
  margin-inline: auto;
  display: block;
}
.post_content .matching-feauture figure:first-of-type table thead {
  display: block;
}
.post_content .matching-feauture figure:first-of-type table thead tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post_content .matching-feauture figure:first-of-type table thead th {
  background-color: var(--color_bg);
  color: var(--color_text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.94;
  letter-spacing: 0.03em;
  border: none;
  border-bottom: 1px solid #231815;
  padding: 0 5px 16px;
}
.post_content .matching-feauture figure:first-of-type table thead th:first-of-type {
  width: 45.5%;
}
.post_content .matching-feauture figure:first-of-type table thead th:last-of-type {
  width: 55.5%;
}
.post_content .matching-feauture figure:first-of-type table tbody {
  display: block;
}
.post_content .matching-feauture figure:first-of-type table tbody tr {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post_content .matching-feauture figure:first-of-type table tbody tr:first-of-type {
  padding-top: 14px;
}
.post_content .matching-feauture figure:first-of-type table tbody tr:last-of-type {
  padding-bottom: 0;
}
.post_content .matching-feauture figure:first-of-type table tbody td {
  background-color: var(--color_bg);
  color: var(--color_text);
  font-size: 16px;
  font-weight: 700 !important;
  border: none;
  padding: 0 5px;
}
.post_content .matching-feauture figure:first-of-type table tbody td:first-of-type {
  width: 45.5%;
}
.post_content .matching-feauture figure:first-of-type table tbody td:last-of-type {
  width: 55.5%;
}
.post_content .matching-feauture figure:last-of-type {
  width: 76%;
  max-width: 680px;
  position: absolute;
  top: -10px;
  right: calc((100vw - 1032px) / 2 * -1);
  z-index: -1;
}
.post_content .matching-feauture figure:last-of-type img {
  width: 100%;
  aspect-ratio: 680/300;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

@media not all and (min-width: 960px) {
  .post_content .matching-feauture {
    padding-bottom: 64px !important;
  }
  .post_content .matching-feauture h3 {
    font-size: 18px;
  }
  .post_content .matching-feauture p {
    font-size: 15px !important;
  }
  .post_content .matching-feauture p.title-en {
    font-size: 22px !important;
    margin-bottom: 24px !important;
  }
  .post_content .matching-feauture h2.title-jp {
    font-size: 24px;
    margin-bottom: 24px !important;
  }
  .post_content .matching-feauture figure.sp_only {
    width: 100%;
    max-width: 1000px;
    background: var(--color_bg);
    padding: 24px;
    margin-bottom: 0 !important;
  }
  .post_content .matching-feauture figure.sp_only:nth-of-type(even) {
    padding-bottom: 0 !important;
  }
  .post_content .matching-feauture figure.sp_only:nth-last-of-type(2) {
    padding-top: 0 !important;
  }
  .post_content .matching-feauture figure.sp_only table {
    width: 100%;
    max-width: 886px;
    margin-inline: auto;
  }
  .post_content .matching-feauture figure.sp_only table thead th {
    background-color: var(--color_bg);
    color: var(--color_text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.94;
    letter-spacing: 0.03em;
    border: none;
    border-bottom: 1px solid #231815;
    padding: 16px 5px;
    width: 100%;
  }
  .post_content .matching-feauture figure.sp_only table tbody td {
    background-color: var(--color_bg);
    color: var(--color_text);
    font-size: 15px;
    font-weight: 700 !important;
    border: none;
    padding: 0 5px;
    width: 100%;
    line-height: 2;
  }
  .post_content .matching-feauture figure.sp_only table tr:first-of-type td {
    padding-top: 10px;
  }
  .post_content .matching-feauture figure:last-of-type {
    width: 76%;
    right: -4vw;
  }
  .feauture__pattern {
    position: absolute;
    top: -72px;
    right: calc(((100vw - 100%) / 2 + 16px) * -1);
    z-index: -1;
    width: 68%;
  }
  .feauture__pattern img {
    width: 100%;
    max-width: 680px;
    aspect-ratio: 680/346;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
@media not all and (min-width: 600px) {
  .post_content .matching-feauture.for-company-issue {
    padding-bottom: 64px !important;
  }
  .post_content .matching-feauture figure.sp_only table thead th {
    padding-bottom: 5px;
  }
  .post_content .matching-feauture figure.sp_only table tr td {
    padding-left: 1em;
    text-indent: -1em;
  }
  .post_content .matching-feauture figure.sp_only table tr td::before {
    content: "・";
  }
}
/*.法人へ */
.matching-company {
  padding-block: 128px 72px !important;
  margin-bottom: 0 !important;
  position: relative;
}
.matching-company .swell-block-fullWide__inner {
  padding-left: 24px;
}
.matching-company h2.title-jp {
  font-family: var(--swl-font_family);
  font-size: 28px !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 16px !important;
}
.matching-company h3.is-style-section_ttl {
  letter-spacing: 0.03em;
}
.matching-company p.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 0.75;
  position: absolute;
  left: calc(50% - 50vw + var(--swl-scrollbar_width, 0) / 2);
  top: 0px;
  font-size: 36px;
  font-weight: 300;
  padding: 17px 0;
  white-space: nowrap;
}
.matching-company p.vertical::before {
  content: "";
  width: 40px;
  height: 8px;
  background: var(--color_main);
  position: absolute;
  top: -25px;
}
.matching-company h3 {
  font-family: var(--swl-font_family);
  font-size: 18px;
  letter-spacing: 0.03em;
  margin-bottom: 48px !important;
  margin-top: 0 !important;
}
.matching-company h4 {
  font-size: 18px;
  font-family: var(--swl-font_family);
  display: inline-block;
  padding: 8px 24px !important;
  border: 1px solid var(--color_text) !important;
  margin-bottom: 16px;
}
.matching-company ul {
  padding-left: 16px;
}
.matching-company ul li {
  margin-block: 16px !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.matching-company .issue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.matching-company .issue .issue-box {
  width: 45.5%;
  position: relative;
}
.matching-company .issue .issue-box::after {
  content: "";
  width: 25px;
  height: 33px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: var(--color_main);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -73px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.matching-company .issue h4.aproach-title {
  background: var(--color_main);
  color: var(--color_bg);
  border: 1px solid var(--color_main) !important;
}

@media not all and (min-width: 960px) {
  .matching-company {
    padding-block: 64px 30px !important;
  }
  .matching-company .swell-block-fullWide__inner {
    padding-left: 4vw;
  }
  .matching-company h2.title-jp {
    font-size: 24px !important;
  }
  .matching-company h3 {
    margin-bottom: 24px !important;
    font-size: 16px;
  }
  .matching-company p.vertical {
    display: none;
  }
  .matching-company p.vertical::before {
    display: none;
  }
  .matching-company h4 {
    font-size: 16px;
    padding: 4px 14px !important;
  }
  .matching-company .issue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 56px !important;
  }
  .matching-company .issue .issue-box {
    width: 100%;
  }
  .matching-company .issue .issue-box::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 33px;
    height: 25px;
    top: 103%;
    right: auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .matching-company .issue .issue-box li {
    font-size: 14px;
  }
  .matching-company .issue .aproach ul {
    padding-left: 0;
  }
  .matching-company .issue .aproach ul li {
    font-size: 15px !important;
  }
}
.matching-personal {
  padding-block: 72px 160px !important;
  position: relative;
}
.matching-personal p.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 0.75;
  position: absolute;
  left: calc(50% - 50vw + var(--swl-scrollbar_width, 0) / 2);
  top: -40px;
  font-size: 36px;
  font-weight: 300;
  padding: 17px 0;
  white-space: nowrap;
}
.matching-personal p.vertical::before {
  content: "";
  width: 40px;
  height: 8px;
  background: #d9c6b0;
  position: absolute;
  top: -25px;
}
.matching-personal .issue {
  gap: 72px;
}
.matching-personal .issue .issue-box {
  width: 49% !important;
}
.matching-personal .issue .issue-box::after {
  background: #d9c6b0 !important;
}
.matching-personal .issue h4.aproach-title {
  background: #d9c6b0 !important;
  color: var(--color_bg);
  border: 1px solid #d9c6b0 !important;
}
.matching-personal .issue h4.aproach-title + ul li:before {
  color: #d9c6b0 !important;
}

@media not all and (min-width: 960px) {
  .matching-personal {
    padding-block: 16px 80px !important;
  }
  .matching-personal .issue .issue-box {
    width: 100% !important;
  }
  .matching-personal .aproach ul {
    padding-left: 0;
  }
  .matching-personal .aproach ul li {
    font-size: 15px !important;
  }
}
.id_10 #for-personal .show :is(.cmn__contact-pattern1, .cmn__contact-pattern2) {
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
  opacity: 1;
}
.id_10 #for-personal .cmn__contact-pattern1 {
  -webkit-transform: rotate(38deg) translateX(-800px);
          transform: rotate(38deg) translateX(-800px);
  width: 1000px;
  position: absolute;
  right: -30%;
  top: -40%;
  z-index: -1;
  -webkit-transition: 0.7s 0.5s cubic-bezier(0, 0, 0.26, 1.08);
  transition: 0.7s 0.5s cubic-bezier(0, 0, 0.26, 1.08);
  opacity: 0;
}
.id_10 #for-personal .cmn__contact-pattern2 {
  -webkit-transform: rotate(38deg) translateX(800px);
          transform: rotate(38deg) translateX(800px);
  width: 1000px;
  position: absolute;
  right: -52%;
  top: 49%;
  z-index: -1;
  -webkit-transition: 0.7s 0.5s cubic-bezier(0, 0, 0.26, 1.08);
  transition: 0.7s 0.5s cubic-bezier(0, 0, 0.26, 1.08);
  opacity: 0;
}

.matching-relation .for-company-other-page .wp-block-group__inner-container {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
}
.matching-relation .for-company-other-page .other-page__right {
  max-width: 540px;
}

@media not all and (min-width: 960px) {
  .matching-relation .for-company-other-page .wp-block-group__inner-container figure {
    width: 100%;
  }
  .matching-relation .for-company-other-page .wp-block-group__inner-container figure .left__figure,
  .matching-relation .for-company-other-page .wp-block-group__inner-container figure .right__figure {
    width: 100%;
    max-width: 482px;
  }
  .matching-relation .for-company-other-page .wp-block-group__inner-container .left__text,
  .matching-relation .for-company-other-page .wp-block-group__inner-container .right__text {
    width: 67% !important;
    max-width: 482px;
  }
}
@media not all and (min-width: 767px) {
  .matching-relation .for-company-other-page .wp-block-group__inner-container figure .left__figure,
  .matching-relation .for-company-other-page .wp-block-group__inner-container figure .right__figure {
    width: 100%;
    max-width: 482px;
  }
  .matching-relation .for-company-other-page .wp-block-group__inner-container .left__text,
  .matching-relation .for-company-other-page .wp-block-group__inner-container .right__text {
    width: 85% !important;
  }
}
@media not all and (min-width: 600px) {
  .sp-xs {
    display: block;
  }
  .matching-relation .for-company-other-page .wp-block-group__inner-container .left__text,
  .matching-relation .for-company-other-page .wp-block-group__inner-container .right__text {
    width: 55% !important;
  }
}
@media not all and (min-width: 480px) {
  .matching-relation .for-company-other-page .wp-block-group__inner-container .left__text,
  .matching-relation .for-company-other-page .wp-block-group__inner-container .right__text {
    width: 67% !important;
  }
}
.matching-contents > .swell-block-fullWide__inner {
  padding: 0 var(--swl-fw_inner_pad, 0);
}
.matching-contents .com__contact-btns .swell-block-column:first-of-type .swell-block-button a {
  margin-right: 0;
  margin-left: auto;
  width: min(100%, 340px);
}
.matching-contents .com__contact-btns .swell-block-column:last-of-type .swell-block-button a {
  margin-left: 0;
  width: min(100%, 340px);
}

@media not all and (min-width: 960px) {
  .matching-contents h2 {
    margin-bottom: 30px !important;
  }
}
@media not all and (min-width: 600px) {
  .matching-contents .com__contact-btns .swell-block-column:first-of-type .swell-block-button a {
    margin-inline: auto;
  }
  .matching-contents .com__contact-btns .swell-block-column:last-of-type .swell-block-button a {
    margin-inline: auto;
  }
}
.matching-contact .for-company-page {
  padding-bottom: 20px !important;
}

/* =======================
個人事業主コンサルティング
======================= */
/* パンくずリスト */
.id_36 #breadcrumb {
  padding-left: calc(47.5% + min(4vw, 75px));
}
.id_36 #breadcrumb .p-breadcrumb__list {
  padding: 0;
  color: var(--color_text);
}

@media not all and (min-width: 960px) {
  .id_36 #breadcrumb {
    padding-left: 15px;
  }
}
/* ヒーロー */
.id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--left a {
  background: var(--color_text);
  border: 1px solid var(--color_text);
}
.id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--left a::after {
  background: var(--color_bg);
}
.id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--left a:hover {
  color: var(--color_text);
  background: var(--color_bg);
}
.id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--left a:hover::after {
  background: var(--color_text);
}
.id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--right a {
  color: var(--color_text);
  background: var(--color_bg);
  border: 1px solid var(--color_text);
}
.id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--right a::after {
  background: var(--color_text);
}
.id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--right a:hover {
  color: var(--color_bg);
  background: var(--color_text);
}
.id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--right a:hover::after {
  background: var(--color_bg);
}
.id_36 .for-company__hero--right .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  min-height: 487px;
  max-height: 400px;
}
.id_36 .swell-block-button.is-style-btn_normal.btn--right.tekisei {
  width: 280px;
}
.id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--right a {
  width: 280px;
}

@media screen and (max-width: 1080px){
  .id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--left a {
    width: 280px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1080px) {
  .id_36 .for-company__hero .for-company__hero--left .btn__marketing {
    flex-wrap: wrap;
  }
  .id_36 .for-company__hero .for-company__hero--right figure,
  .id_36 .for-company__hero .for-company__hero--right img {
    max-height: 470px;
  }
}

@media not all and (min-width: 960px) {
  .id_36 .for-company__hero--left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .id_36 .for-company__hero--right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .id_36 .for-company__hero--right .wp-block-image img {
    min-height: 445px;
  }
}
@media not all and (min-width: 596px) {
  .id_36 .swell-block-button.is-style-btn_normal.btn--right.tekisei,
  .id_36 .swell-block-button.is-style-btn_normal.btn--left.shiryo,
  .id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--right a,
  .id_36 .for-company__hero .for-company__hero--left .btn__marketing .btn--left a {
    width:300px;
  }
}

/* 導入 */
.id_36 .post_content .for-company-process h2.ff-mincho {
  font-weight: 500 !important;
  margin-bottom: 48px !important;
}
.id_36 .post_content .for-company-process p {
  margin-bottom: 72px !important;
}
.id_36 .post_content .for-company-process .index li a::after {
  background: var(--color_bg);
}

/* 課題 */
.id_36 .post_content .for-company-issue {
  padding-block: 104px 320px !important;
}
.id_36 .post_content .for-company-issue .top-service__pattern.service__pattern2 {
  -webkit-transform: rotate(25.8deg) translate(0px);
          transform: rotate(25.8deg) translate(0px);
  right: 57.7%;
  top: 9.5%;
  opacity: 1;
}
.id_36 .post_content .for-company-issue h2.title-jp {
  font-size: 28px !important;
  line-height: 1.78;
  margin-bottom: 72px !important;
  letter-spacing: 0.03em;
}
.id_36 .post_content .for-company-issue h2.title-jp span {
  font-size: 18px !important;
}
.id_36 .post_content .for-company-issue .swell-block-columns__inner {
  max-width: 936px;
  margin-bottom: 160px !important;
  position: relative;
}
.id_36 .post_content .for-company-issue .swell-block-columns__inner .issue__box p::before {
  color: #D9C6B0;
}
.id_36 .post_content .for-company-issue .swell-block-columns__inner::after {
  content: "";
  width: 1px;
  height: 105px;
  background: #535355;
  position: absolute;
  bottom: -145px;
}
.id_36 .post_content .for-company-issue .lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.89;
  letter-spacing: 0.03em;
}
.id_36 .post_content .for-company-issue .lead-center,
.id_36 .post_content .for-company-issue .lead-last {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.id_36 .post_content .for-company-issue .lead-last {
  margin-bottom: 0;
}
.id_36 .post_content .for-company-issue .img {
  position: relative;
}
.id_36 .post_content .for-company-issue .img figure {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  max-width: 708px;
  width: 100%;
}

@media not all and (min-width: 960px) {
  .id_36 .post_content .for-company-issue {
    padding-block: 72px 88px !important;
  }
  .id_36 .post_content .for-company-issue p.title-en {
    margin-bottom: 24px !important;
  }
  .id_36 .post_content .for-company-issue h2.title-jp {
    margin-bottom: 48px !important;
  }
  .id_36 .post_content .for-company-issue .swell-block-columns__inner {
    margin-bottom: 88px !important;
  }
  .id_36 .post_content .for-company-issue .swell-block-columns__inner::after {
    height: 60px;
    bottom: -80px;
  }
  .id_36 .post_content .for-company-issue .img {
    width: min(100%, 500px);
    margin-left: auto;
    margin-top: 30px;
  }
}
@media not all and (min-width: 768px) {
  .id_36 .post_content .for-company-issue .lead {
    font-size: 16px;
  }
  .id_36 .post_content .for-company-issue .lead-center,
  .id_36 .post_content .for-company-issue .lead-last {
    font-size: 18px;
  }
}
@media not all and (min-width: 600px) {
  .id_36 .post_content .for-company-issue p.title-en {
    font-size: 24px !important;
    margin-bottom: 24px !important;
  }
  .id_36 .post_content .for-company-issue h2.title-jp {
    font-size: 23px !important;
  }
  .id_36 .post_content .for-company-issue h2.title-jp span {
    font-size: 14px !important;
  }
  .id_36 .post_content .for-company-issue .lead {
    font-size: 14px;
  }
  .id_36 .post_content .for-company-issue .lead-center,
  .id_36 .post_content .for-company-issue .lead-last {
    font-size: 16px;
  }
}
/* what */
.id_36 .sp-xp {
  display: none;
}

.id_36 .post_content .for-company-what {
  padding-block: 140px 0 !important;
}
.id_36 .post_content .for-company-what .top-media__pattern {
  top: -140px;
  width: 46.5vw;
}
.id_36 .post_content .for-company-what p.title-en {
  font-size: 30px !important;
  margin-bottom: 24px !important;
}
.id_36 .post_content .for-company-what h2.title-jp {
  font-size: 28px !important;
  line-height: 1.78;
  margin-bottom: 72px !important;
}
.id_36 .post_content .for-company-what .case__block-personal {
  max-width: 1000px;
  width: 100%;
}
.id_36 .post_content .for-company-what .case__block-personal .card__box {
  max-width: 1000px;
  width: 100%;
  padding-left: 0;
}
.id_36 .post_content .for-company-what .case__block-personal .swell-block-columns__inner {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  max-width: 1000px;
  width: 100%;
  gap: 24px;
}
.id_36 .post_content .for-company-what .case__block-personal .case__text {
  width: calc((100% - 46px) / 3);
  max-width: 315px;
  min-width: 0;
  padding: 24px 16px 24px 38px;
}
.id_36 .post_content .for-company-what .case__block-personal .case__text:last-of-type {
  padding: 24px 16px 24px 38px;
}
.id_36 .post_content .for-company-what .case__block-personal .case__text::before {
  background: #F5EBDF;
}
.id_36 .post_content .for-company-what .case__block-personal .case__text .feature__p {
  color: var(--color_text);
}
.id_36 .post_content .for-company-what .case__block-personal .case__text h3 {
  margin-bottom: 112px !important;
  display: block;
  font-size: 22px;
  line-height: 1.36;
}
.id_36 .post_content .for-company-what .case__block-personal .case__text h3::after {
  content: "";
  width: 58px;
  height: 61px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/11/consulting-01.png) no-repeat right/contain;
  position: absolute;
  right: 0;
  bottom: -85px;
}
.id_36 .post_content .for-company-what .case__block-personal .what-02 h3 {
  margin-bottom: 84px !important;
}
.id_36 .post_content .for-company-what .case__block-personal .what-02 h3::after {
  content: "";
  width: 58px;
  height: 60px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/11/consulting-02.png) no-repeat right/contain;
  position: absolute;
  right: 0;
  bottom: -65px;
}
.id_36 .post_content .for-company-what .case__block-personal .what-03 h3 {
  margin-bottom: 84px !important;
}
.id_36 .post_content .for-company-what .case__block-personal .what-03 h3::after {
  content: "";
  width: 58px;
  height: 60px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/11/consulting-03.png) no-repeat right/contain;
  position: absolute;
  right: 0;
  bottom: -65px;
}
.id_36 .post_content .for-company-what figure.wp-block-gallery.gallery-slide {
  width: 120vw;
  max-width: none;
  gap: 10px;
  margin-left: calc(50% - 60vw);
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.id_36 .post_content .for-company-what figure.wp-block-gallery.gallery-slide figure {
  width: 100% !important;
}
.id_36 .post_content .for-company-what figure.wp-block-gallery.gallery-slide figure img {
  aspect-ratio: 470/307;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

@media not all and (min-width: 1065px) {
  .post_content .for-company-what h3 {
    padding-left: 0;
  }
}
@media not all and (min-width: 960px) {
  .id_36 .post_content .for-company-what#support {
    padding-top: 88px !important;
  }
  .id_36 .post_content .for-company-what#support p.title-en {
    margin-bottom: 24px !important;
  }
  .id_36 .post_content .for-company-what#support h2.title-jp {
    margin-bottom: 48px !important;
  }
  .id_36 .post_content .for-company-what#support .lead:last-of-type {
    margin-bottom: 72px !important;
  }
  .id_36 .post_content .for-company-what#support .top-media__pattern {
    top: -90px;
  }
  .id_36 .post_content .for-company-what#support .case__block-personal .swell-block-columns__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .id_36 .post_content .for-company-what#support .case__block-personal .case__text {
    width: 70%;
    max-width: none;
  }
}
@media not all and (min-width: 768px) {
  .id_36 h2.wp-block-heading.alignfull.has-text-align-left.title-jp.is-style-section_ttl.title-border.title_service {
    padding-left: 8vw !important;
  }
}
@media not all and (min-width: 600px) {
  .id_36 .post_content .for-company-what#support p.title-en {
    font-size: 24px !important;
  }
  .id_36 .post_content .for-company-what#support h2.title-jp {
    font-size: 23px !important;
  }
  .id_36 .post_content .for-company-what#support .sp-xp {
    display: none;
  }
  .id_36 .post_content .for-company-what#support .case__block-personal .case__text {
    width: 100% !important;
  }
  .id_36 .post_content .for-company-what#support figure.wp-block-gallery.gallery-slide {
    margin-left: calc(50% - 75vw);
    width: 150vw;
  }
  .id_36 .post_content .for-company-what#support figure.wp-block-gallery.gallery-slide img {
    max-width: 400px;
  }
}
/* how */
.id_36 .post_content .for-company-service {
  padding-block: 88px 112px !important;
}
.id_36 .post_content .for-company-service p.title-en {
  margin-bottom: 24px !important;
}
.id_36 .post_content .for-company-service h2.title-jp {
  padding-bottom: 56px;
  margin-bottom: 56px !important;
  font-size: 28px !important;
}
.id_36 .post_content .for-company-service .lead {
  font-size: 15px !important;
  line-height: 1.67;
  letter-spacing: 0;
}
.id_36 .post_content .for-company-service h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media not all and (min-width: 960px) {
  .id_36 .post_content .for-company-service {
    padding-block: 88px !important;
  }
  .id_36 .post_content .for-company-service p.title-en {
    margin-bottom: 24px !important;
  }
  .id_36 .post_content .for-company-service h2.title-jp {
    margin-bottom: 48px !important;
    padding-bottom: 24px !important;
  }
}
@media not all and (min-width: 600px) {
  .id_36 .post_content .for-company-service p.title-en {
    font-size: 24px !important;
  }
  .id_36 .post_content .for-company-service h2.title-jp {
    font-size: 23px !important;
  }
}
/* 流れ */
.id_36 .post_content .for-company-flow {
  padding-block: 96px 124px !important;
}
.id_36 .post_content .for-company-flow p.title-en {
  font-size: 30px;
  margin-bottom: 32px !important;
}
.id_36 .post_content .for-company-flow h2.title-jp {
  padding-bottom: 40px;
  margin-bottom: 72px !important;
  font-size: 28px !important;
}
.id_36 .post_content .for-company-flow .u-bg-main {
  background-color: var(--color_text) !important;
}
.id_36 .post_content .for-company-flow .flow__step .swell-block-step__item {
  padding-bottom: 56px !important;
}
.id_36 .post_content .for-company-flow .flow__step p {
  font-weight: 500;
  letter-spacing: 0;
}
.id_36 .post_content .for-company-flow .wp-block-group {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.id_36 .post_content .for-company-flow .wp-block-group figure {
  width: 42%;
  max-width: 440px;
}

@media not all and (min-width: 960px) {
  .id_36 .post_content .for-company-flow {
    padding-block: 88px 32px !important;
  }
  .id_36 .post_content .for-company-flow .wp-block-group__inner-container {
    padding-inline: 4vw;
  }
  .id_36 .post_content .for-company-flow p.title-en {
    margin-bottom: 24px !important;
  }
  .id_36 .post_content .for-company-flow h2.title-jp {
    margin-bottom: 24px !important;
  }
}
@media not all and (min-width: 600px) {
  .id_36 .post_content .for-company-flow p.title-en {
    font-size: 24px !important;
  }
  .id_36 .post_content .for-company-flow h2.title-jp {
    font-size: 23px !important;
  }
  .id_36 .post_content .for-company-flow .wp-block-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .id_36 .post_content .for-company-flow .wp-block-group .flow__step {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .id_36 .post_content .for-company-flow .wp-block-group .flow__step p {
    font-size: 14px !important;
  }
  .id_36 .post_content .for-company-flow .wp-block-group .flow__step .swell-block-step__item {
    padding-bottom: 48px !important;
  }
  .id_36 .post_content .for-company-flow .wp-block-group .wp-block-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 24px !important;
  }
  .id_36 .post_content .for-company-flow .wp-block-group figure {
    width: 100%;
  }
  .id_36 h2.wp-block-heading.alignfull.has-text-align-left.title-jp.is-style-section_ttl.title-border.title_service {
    padding-left: 4vw !important;
  }
}
/* 事例 */
.id_36 .post_content .for-company-study {
  padding-block: 104px 124px !important;
  margin-bottom: 0 !important;
}
.id_36 .post_content .for-company-study h2.title-border {
  font-size: 28px;
}
.id_36 .post_content .for-company-study .swell-block-columns {
  margin-bottom: 88px;
}
.id_36 .post_content .for-company-study .swell-block-columns .swell-block-columns__inner {
  max-width: 1200px;
  width: 100%;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 80px;
}
.id_36 .post_content .for-company-study .case-container .wp-block-media-text {
  margin-left: 0;
}
.id_36 .post_content .for-company-study .case-container .wp-block-media-text > .wp-block-media-text__media {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.id_36 .post_content .for-company-study .case-container .wp-block-media-text h3 {
  margin-bottom: 16px !important;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 3px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.id_36 .post_content .for-company-study .case-container .wp-block-media-text h3 span {
  font-size: 14px;
}
.id_36 .post_content .for-company-study .case-container .wp-block-media-text .before,
.id_36 .post_content .for-company-study .case-container .wp-block-media-text .after {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
          align-items: baseline;
}
.id_36 .post_content .for-company-study .case-container .wp-block-media-text p {
  font-size: 15px !important;
  font-weight: 700;
}
.id_36 .post_content .for-company-study .case-container .wp-block-media-text .before p:first-of-type {
  display: inline-block;
  text-align: center;
  font-size: 12px !important;
  border: 1px solid var(--color_text);
  width: 80px;
  height: 18px;
  line-height: 18px;
  border-radius: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.id_36 .post_content .for-company-study .case-container .wp-block-media-text .after p:first-of-type {
  background: var(--color_text);
  color: var(--color_bg) !important;
}
.id_36 .post_content .for-company-study .is-style-btn_normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media not all and (min-width: 1150px) {
  .id_36 .post_content .for-company-study .swell-block-columns .swell-block-columns__inner {
    max-width: 1000px;
    width: 100%;
    row-gap: 80px;
  }
}
@media not all and (min-width: 960px) {
  .id_36 .post_content .for-company-study {
    padding-block: 88px 64px !important;
  }
  .id_36 .post_content .for-company-study .case-container .wp-block-media-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .id_36 .post_content .for-company-study .case-container .wp-block-media-text .wp-block-media-text__media {
    max-width: 200px;
  }
  .id_36 .post_content .for-company-study .case-container .wp-block-media-text > .wp-block-media-text__media {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .id_36 .post_content .for-company-study .case-container .wp-block-media-text h3 {
    text-align: center;
  }
  .id_36 .post_content .for-company-study .case-container .wp-block-media-text .before {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .id_36 .post_content .for-company-study .swell-block-columns {
    margin-bottom: 40px !important;
  }
}
@media not all and (min-width: 600px) {
  .id_36 .post_content .for-company-study h2.title-border {
    font-size: 23px;
  }
  .id_36 .post_content .for-company-study .wp-block-media-text__content {
    margin-inline: auto;
  }
  .id_36 .post_content .for-company-study .wp-block-media-text__content .before {
    max-width: 490px;
    width: 100% !important;
    height: auto !important;
  }
  .id_36 .post_content .for-company-study .swell-block-columns .swell-block-columns__inner {
    row-gap: 40px;
  }
  .id_36 .sp-xp {
    display: block;
  }
}
/* おすすめ */
.id_36 .post_content .personal-stance {
  padding-block: 104px 88px !important;
}
.id_36 .post_content .personal-stance p.title-en {
  margin-bottom: 32px !important;
}
.id_36 .post_content .personal-stance h2.title-jp.title-border {
  font-size: 28px !important;
  padding-bottom: 40px !important;
  margin-bottom: 80px !important;
}
.id_36 .post_content .personal-stance ol.wp-block-list.stance__list {
  font-size: 18px;
}
.id_36 .post_content .personal-stance ol.wp-block-list.stance__list li::marker {
  font-size: 32px;
}
.id_36 .post_content .personal-stance .cation {
  padding-left: calc(16% - 35px);
}

@media not all and (min-width: 960px) {
  .id_36 .post_content .personal-stance p.title-en {
    font-size: 23px !important;
    padding-left: 0 !important;
  }
  .id_36 .post_content .personal-stance h2.title-jp.title-border {
    font-size: 23px !important;
    margin-bottom: 40px !important;
    padding-bottom: 24px !important;
  }
  .id_36 .post_content .personal-stance ol.wp-block-list.stance__list {
    font-size: 16px;
  }
  .id_36 .post_content .personal-stance ol.wp-block-list.stance__list li {
    padding-left: 10px !important;
  }
  .id_36 .post_content .personal-stance ol.wp-block-list.stance__list li::marker {
    font-size: 24px !important;
  }
  .id_36 .post_content .personal-stance .cation {
    padding-left: 0;
  }
}
@media not all and (min-width: 767px) {
  .id_36 h2.wp-block-heading.alignfull.has-text-align-left.title-jp.is-style-section_ttl.title-border.title_service {
    padding-left: 4vw !important;
  }
}
/* プラン */
.id_36 .post_content .consulting-plan {
  padding-block: 104px 120px !important;
}
.id_36 .post_content .consulting-plan .wp-block-table {
  margin-bottom: 16px !important;
}
.id_36 .post_content .consulting-plan .wp-block-table table tr {
  height: 66px;
}
.id_36 .post_content .consulting-plan .wp-block-table table tr th {
  border: 1px solid #231815;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.83;
  letter-spacing: 0.03em;
}
.id_36 .post_content .consulting-plan .wp-block-table table tr td {
  border: 1px solid #231815;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.83;
  letter-spacing: 0.03em;
}
.id_36 .post_content .consulting-plan .wp-block-table table tr td:nth-child(even) {
  font-size: 16px;
  line-height: 2.06;
  letter-spacing: 0.03em;
}
.id_36 .post_content .consulting-plan .cation {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: 0.03em;
  margin-bottom: 88px !important;
}
.id_36 .post_content .consulting-plan h3 {
  padding: 0;
  background: transparent;
  font-size: 23px;
  letter-spacing: 0.03em;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}
.id_36 .post_content .consulting-plan h3 + .cation {
  margin-bottom: 40px !important;
}
.id_36 .post_content .consulting-plan .swell-block-columns {
  margin-bottom: 56px !important;
}
.id_36 .post_content .consulting-plan .swell-block-columns .swell-block-columns__inner {
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.id_36 .post_content .consulting-plan .consulting-support {
  background: var(--color_bg);
  padding: 24px 4%;
  margin-left: 0;
}
.id_36 .post_content .consulting-plan .consulting-support p {
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 24px !important;
  padding-left: 0;
}
.id_36 .post_content .consulting-plan .consulting-support h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 0;
  margin-bottom: 24px;
}
.id_36 .post_content .consulting-plan .consulting-support h4 span {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.18;
  letter-spacing: 0;
}
.id_36 .post_content .consulting-plan .consulting-support ul {
  margin-bottom: 16px !important;
}
.id_36 .post_content .consulting-plan .consulting-support ul li {
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0;
}
.id_36 .post_content .consulting-plan .consulting-support ul li::before {
  color: var(--color_text) !important;
}
.id_36 .post_content .consulting-plan .consulting-support ul + p.cation {
  font-size: 14px !important;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 0 !important;
}
.id_36 .post_content .consulting-plan .consulting-support .wp-block-group {
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
.id_36 .post_content .consulting-plan .consulting-support .plan-text {
  font-size: 15px !important;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 16px !important;
}
.id_36 .post_content .consulting-plan .is-style-btn_normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media not all and (min-width: 1135px) {
  .id_36 .post_content .consulting-plan .swell-block-columns .swell-block-columns__inner {
    max-width: 1000px;
  }
}
@media not all and (min-width: 960px) {
  .id_36 .post_content .consulting-plan {
    padding-block: 88px 56px !important;
  }
  .id_36 .post_content .consulting-plan p.title-en {
    padding-left: 0 !important;
  }
  .id_36 .post_content .consulting-plan h3 {
    font-size: 20px;
    margin-bottom: 16px !important;
  }
  .id_36 .post_content .consulting-plan .wp-block-table table tr th, .id_36 .post_content .consulting-plan .wp-block-table table tr td {
    font-size: 16px;
  }
  .id_36 .post_content .consulting-plan .wp-block-table table tr td:nth-child(even) {
    font-size: 15px;
  }
}
@media not all and (min-width: 600px) {
  .id_36 .post_content .consulting-plan .wp-block-table table tr th, .id_36 .post_content .consulting-plan .wp-block-table table tr td {
    font-size: 14px;
  }
  .id_36 .post_content .consulting-plan .wp-block-table table tr td:nth-child(even) {
    font-size: 14px;
  }
  .id_36 .post_content .consulting-plan .consulting-support {
    width: 100% !important;
  }
  .id_36 .post_content .consulting-plan .consulting-support p {
    margin-top: 16px !important;
  }
  .id_36 .post_content .consulting-plan .consulting-support h4 {
    font-size: 18px !important;
    margin-bottom: 16px !important;
  }
  .id_36 .post_content .consulting-plan .consulting-support h4 span {
    font-size: 14px !important;
  }
}
/* よくある質問 */
.id_36 .post_content .for-company-faq {
  padding-block: 120px !important;
}
.id_36 .post_content .for-company-faq p.title-en {
  font-size: 30px;
  margin-bottom: 32px !important;
}
.id_36 .post_content .for-company-faq h2.title-jp {
  padding-bottom: 32px;
  margin-bottom: 96px !important;
  font-size: 28px !important;
}

@media not all and (min-width: 960px) {
  .id_36 .post_content .for-company-faq {
    padding-block: 80px !important;
  }
  .id_36 .post_content .for-company-faq p.title-en {
    margin-bottom: 24px !important;
    font-size: 23px;
  }
  .id_36 .post_content .for-company-faq h2.title-jp {
    margin-bottom: 48px !important;
    font-size: 24px !important;
  }
}
/* cta */
.id_36 #cta .swell-block-columns .swell-block-column {
  padding-block: 128px 80px !important;
}

.id_36 .post_content #cta h2 {
  margin-inline: 0;
}
.id_36 .post_content #cta h2::before {
  content: "";
  width: 39px;
  height: 26px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_10-1.png) no-repeat center/contain;
  display: block;
  position: absolute;
  left: 50%;
  top: -46px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.id_36 .post_content #cta .cta-box-first h2::before {
  width: 39px;
  height: 26px;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/11/consulting-11.png) no-repeat center/contain;
  display: block;
  position: absolute;
  left: 48%;
}

.id_36 #cta .cta-box-last {
  border-right: 1px solid var(--color_bg);
}
.id_36 #cta .cta-box-last h2::before {
  width: 36px;
  height: 34px;
  display: block;
  background: url(https://kazehiraku.keiko-web.site/wp-content/uploads/2025/10/for-company_11.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
}

.id_36 .post_content #cta .swell-block-button {
  width: 100%;
}
.id_36 .post_content #cta a.swell-block-button__link {
  color: var(--color_text);
  border: 1px solid var(--color_text);
  min-width: auto;
  width: min(100%, 316px);
}
.id_36 .post_content #cta a.swell-block-button__link::after {
  background: var(--color_text);
}
.id_36 .post_content #cta a.swell-block-button__link:hover {
  color: var(--color_bg);
  background: var(--color_text);
}
.id_36 .post_content #cta a.swell-block-button__link:hover::after {
  background: var(--color_bg);
}

@media not all and (min-width: 960px) {
  .id_36 .post_content #cta .cta-box-first {
    border-right: none;
  }
  .id_36 .post_content #cta .cta-box-last {
    border-top: 1px solid var(--color_bg);
    border-bottom: 1px solid var(--color_bg);
    border-right: none;
  }
}
@media not all and (min-width: 600px) {
  .id_36 .post_content #cta .swell-block-columns__inner .swell-block-column {
    padding-block: 88px 48px !important;
  }
}
/* 関連 */
:is(.id_36, .id_37) .post_content .for-company-other-page .wp-block-group__inner-container .left__text a::after {
  background: url(/wp-content/uploads/2025/11/personal-arrow.svg) no-repeat center/contain;
}
:is(.id_36, .id_37) .post_content .for-company-other-page .wp-block-group__inner-container .left__text a:hover {
  color: #D9C6B0;
}
:is(.id_36, .id_37) .post_content .for-company-other-page .wp-block-group__inner-container .right__text a::after {
  background: url(/wp-content/uploads/2025/11/personal-arrow.svg) no-repeat center/contain;
}
:is(.id_36, .id_37) .post_content .for-company-other-page .wp-block-group__inner-container .right__text a:hover {
  color: #D9C6B0;
}

.id_37 .for-company-other-page .link-text span {
  font-size: 19px;
}

@media not all and (min-width: 1089px) {
  .id_36 .post_content .for-company-other-page .right__figure {
    width: 100% !important;
    max-width: 482px !important;
  }
  .id_36 .post_content .for-company-other-page .other-page .swell-block-columns__inner .other-page__right .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .id_36 .post_content .for-company-other-page .other-page .swell-block-columns__inner .other-page__right .swell-block-columns__inner .right__figure {
    width: 100% !important;
    max-width: 482px !important;
  }
  .id_36 .post_content .for-company-other-page .other-page .swell-block-columns__inner .other-page__right .swell-block-columns__inner .right__figure .wp-block-image {
    width: 100% !important;
    max-width: 482px !important;
  }
}
@media not all and (min-width: 1032px) {
  .id_36 .post_content .for-company-other-page .wp-block-group__inner-container .left__text,
  .id_36 .post_content .for-company-other-page .wp-block-group__inner-container .right__text {
    width: 65%;
    max-width: 350px !important;
  }
}
@media not all and (min-width: 960px) {
  .id_36 .post_content .for-company-other-page .wp-block-group__inner-container .left__text,
  .id_36 .post_content .for-company-other-page .wp-block-group__inner-container .right__text {
    width: 100%;
    max-width: 500px !important;
  }
}
@media not all and (min-width: 640px) {
  .id_36 .post_content .for-company-other-page span {
    font-size: 18px !important;
  }
  .id_36 span.c-postThumb__cat.icon-folder {
    font-size: 12px !important;
  }
}
/*メディア*/
.id_36 .p-blogParts h2.title-border {
  padding-bottom: 24px;
  margin-bottom: 40px !important;
  margin-left: 0;
  font-size: 25px;
}
.id_36 .p-blogParts .p-postListWrap {
  padding-bottom: 72px;
}
.id_36 .p-blogParts .-type-card.p-postList {
  margin-bottom: 64px !important;
}
.id_36 .p-blogParts .p-postList__item:nth-of-type(4), .id_36 .p-blogParts .p-postList__item:nth-of-type(5), .id_36 .p-blogParts .p-postList__item:nth-of-type(6) {
  display: none;
}

.id_37 .p-blogParts .p-postList__item:nth-of-type(4), .id_37 .p-blogParts .p-postList__item:nth-of-type(5), .id_37 .p-blogParts .p-postList__item:nth-of-type(6) {
  display: none;
}

@media not all and (min-width: 960px) {
  .p-blogParts[data-partsid="1874"] .p-postList__item:nth-of-type(4) {
    display: block;
  }
  .p-blogParts[data-partsid="1874"] .p-postList__item:nth-of-type(5), .p-blogParts[data-partsid="1874"] .p-postList__item:nth-of-type(6) {
    display: none;
  }
}
@media not all and (min-width: 600px) {
  .p-blogParts[data-partsid="1874"] .p-postList__item:nth-of-type(4) {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */