@charset "UTF-8";
:root {
  --wh: #fff;
  --or: #fa6650;
  --bl: #373737;
  --be: #fbf4ec;
}

/**************************************
* Under 共通
***************************************/
.under {
  padding: 21rem 0 10rem;
}
@media (max-width: 834px) {
  .under {
    padding: 14rem 0 7rem;
  }
}
@media (max-width: 499px) {
  .under {
    padding: 11rem 0 5rem;
  }
}
.under .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.under__title {
  padding-bottom: 6.5rem;
}
@media (max-width: 834px) {
  .under__title {
    padding-bottom: 3rem;
  }
}
.under__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .under__title-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}
.under__title-heading {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.5;
}
.under__title-heading span {
  font-size: 2.1rem;
  display: block;
}
@media (max-width: 499px) {
  .under__title-heading span {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
}
.under__title-heading span.under__title-sub-txt {
  display: inline-block;
  font-size: 28px;
}
@media (max-width: 834px) {
  .under__title-heading span.under__title-sub-txt {
    font-size: 22px;
  }
}
@media (max-width: 499px) {
  .under__title-heading span.under__title-sub-txt {
    font-size: 16px;
  }
}
@media (max-width: 834px) {
  .under__title-heading {
    font-size: 32px;
    line-height: 1;
  }
}
@media (max-width: 499px) {
  .under__title-heading {
    font-size: 25px;
  }
}
.under__cont-heading {
  font-size: 25px;
  text-align: center;
  margin-bottom: 2rem;
}
.under__cont-txt {
  text-align: center;
}
.under__cont .top-btn {
  margin: 8rem auto 0;
}
@media (max-width: 834px) {
  .under__cont .top-btn {
    margin: 4rem auto 0;
  }
}
.under .under449 {
  display: none;
}
@media (max-width: 499px) {
  .under .under449 {
    display: block;
  }
}

/* 個別ページ　見出し下テキスト */
.under__ttl-txt {
  font-size: clamp(1.3rem, 1vw + 0.25rem, 1.6rem);
  font-weight: 500;
  margin-bottom: 12rem;
}
@media (max-width: 834px) {
  .under__ttl-txt {
    margin-bottom: 4rem;
  }
}
@media (max-width: 499px) {
  .under__ttl-txt {
    font-size: 14px;
  }
}

/* 背景色 */
.bg--beige {
  background: #fbf4ec;
}
.bg--dark-beige {
  background: #f5ece2;
}
.bg--gray {
  background: #f7f7f7;
}

/* 下線 */
.bdb--gray {
  border-bottom: 1px solid #e5e5e5;
}

/*ドット下線 */
.bdb-dot--gray {
  border-bottom: none;
  background-image: radial-gradient(circle, #d8d8d8 0px, transparent 1.5px);
  background-size: 5px 5px;
  background-position: bottom left;
  background-repeat: repeat-x;
}

/* リンク */
.link-bg--bl:hover {
  color: #fff !important;
}

/* パンくずリスト */
@media (max-width: 834px) {
  .aioseo-breadcrumbs {
    margin-left: auto;
  }
}
@media (max-width: 499px) {
  .aioseo-breadcrumbs {
    font-size: 13px;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb:first-of-type {
  color: var(--or);
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  padding: 0 1.5rem;
  color: #ddd;
  font-size: 25px;
  padding: 0 0.8rem;
}
@media (max-width: 499px) {
  .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
    font-size: 18px;
  }
}

/* ページネーション */
.pagination {
  font-size: 1.6rem;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .pagination {
    margin-top: 40px;
    gap: 20px;
  }
}
.pagination .page-numbers {
  font-family: "Poppins", serif;
  line-height: 1;
  white-space: nowrap;
}
.pagination .page-numbers.current {
  background-color: var(--or);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media (max-width: 834px) {
  .pagination .page-numbers.current {
    width: 32px;
    height: 32px;
  }
}
.pagination .page-numbers .material-symbols-outlined {
  font-size: 1.6rem;
  font-family: "Material Symbols Outlined", sans-serif !important;
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
  background-color: var(--be);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media (max-width: 834px) {
  .pagination .next.page-numbers,
  .pagination .prev.page-numbers {
    width: 32px;
    height: 32px;
  }
}

.pagination .page-numbers.dots {
  font-family: "Noto Sans JP", serif;
}

/* マーク付きリスト */
.mark-item--orange {
  padding-left: 16px;
  position: relative;
  line-height: 1.8;
}
.mark-item--orange::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  background-color: var(--or);
  border-radius: 50%;
}

/* 改行 */
.br-1240 {
  display: none;
}
@media (max-width: 1240px) {
  .br-1240 {
    display: block;
  }
}

.br-1024 {
  display: none;
}
@media (max-width: 1024px) {
  .br-1024 {
    display: block;
  }
}

.br-834 {
  display: none;
}
@media (max-width: 834px) {
  .br-834 {
    display: block;
  }
}

.br-639 {
  display: none;
}
@media (max-width: 639px) {
  .br-639 {
    display: block;
  }
}

.br-500 {
  display: none;
}
@media (max-width: 499px) {
  .br-500 {
    display: block;
  }
}

.no-br-500 {
  display: block;
}
@media (max-width: 499px) {
  .no-br-500 {
    display: none;
  }
}

.no-br-834 {
  display: block;
}
@media (max-width: 834px) {
  .no-br-834 {
    display: none;
  }
}

/* MV */
.under__mv {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

/* 大見出し */
.page-heading--primary {
  font-size: 3.2rem;
  margin-bottom: 39px;
  padding-bottom: 19px;
  position: relative;
  line-height: 1.3;
  border-bottom: 1px solid #e5e5e5;
}
.page-heading--primary.-white-bd {
  border-bottom: 1px solid #fff;
}
@media (max-width: 834px) {
  .page-heading--primary {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
}
@media (max-width: 499px) {
  .page-heading--primary {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 2rem;
  }
}
.page-heading--primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
  height: 1px;
  width: 5.5rem;
  background: var(--or);
}
.page-heading--primary__sub-txt {
  color: var(--or);
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 834px) {
  .page-heading--primary__sub-txt {
    font-size: 1.4rem;
  }
}
.page-heading--primary__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 639px) {
  .page-heading--primary__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* 中見出し */
.page-heading--secondary {
  padding-left: 19px;
  position: relative;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .page-heading--secondary {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 499px) {
  .page-heading--secondary {
    font-size: 1.8rem;
    line-height: 1.3;
    padding-left: 14px;
    margin-bottom: 30px;
  }
}
.page-heading--secondary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 85%;
  width: 4px;
  background: var(--or);
}

/* 縦型の見出し */
.page-heading--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  line-height: 1;
}
@media (max-width: 834px) {
  .page-heading--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-heading--vertical span,
.page-heading--vertical p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 834px) {
  .page-heading--vertical span,
  .page-heading--vertical p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.page-heading--vertical span {
  font-size: 4.8rem;
}
@media (max-width: 834px) {
  .page-heading--vertical span {
    font-size: 3.2rem;
  }
}
@media (max-width: 499px) {
  .page-heading--vertical span {
    font-size: 2.5rem;
  }
}
.page-heading--vertical p {
  font-weight: normal;
  font-size: 2rem;
}
@media (max-width: 834px) {
  .page-heading--vertical p {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  .page-heading--vertical p {
    font-size: 1.3rem;
  }
}

/* 小見出し */
.page-heading--tertiary {
  font-size: clamp(3.2rem, 3vw, 4.2rem);
  line-height: 1.6;
}
@media (max-width: 834px) {
  .page-heading--tertiary {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 499px) {
  .page-heading--tertiary {
    font-size: 2.1rem;
  }
}
.page-heading--tertiary span {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  margin-bottom: 3.8rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .page-heading--tertiary span {
    font-size: 1.6rem;
  }
}
@media (max-width: 499px) {
  .page-heading--tertiary span {
    font-size: 1.3rem;
  }
}

/* ステップコンテンツ */
.page-step__item {
  position: relative;
}
.page-step__item + .page-step__item {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .page-step__item + .page-step__item {
    margin-top: 24px;
  }
}
.page-step__item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 2px dotted var(--or);
  height: calc(100% + 32px);
  left: 25px;
  top: 25px;
}
@media (max-width: 834px) {
  .page-step__item:not(:last-child)::before {
    left: 20px;
    top: 20px;
  }
}
.page-step__item-ttl {
  padding-left: 65px;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 834px) {
  .page-step__item-ttl {
    padding-left: 48px;
    font-size: 1.8rem;
  }
}
.page-step__item-ttl:before {
  font-family: "Roboto", serif;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 0px;
  font-weight: bold;
  color: #fffefe;
  background-color: var(--or);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .page-step__item-ttl:before {
    font-size: 1.7rem;
    width: 40px;
    height: 40px;
    top: 19px;
  }
}
.page-step__item-img {
  overflow: hidden;
  width: 48%;
}
@media (max-width: 639px) {
  .page-step__item-img {
    width: 100%;
    margin-bottom: 8px;
  }
}
.page-step__item-img img {
  border-radius: 10px;
}
.page-step__item-txt {
  width: 48%;
}
@media (max-width: 639px) {
  .page-step__item-txt {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .page-step__item-txt {
    font-size: 1.4rem;
  }
}
.page-step__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 64px;
}
@media (max-width: 834px) {
  .page-step__item-body {
    padding-left: 50px;
  }
}
@media (max-width: 639px) {
  .page-step__item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* 余白 */
.pd-90 {
  padding: 90px 0;
}
@media (max-width: 834px) {
  .pd-90 {
    padding: 70px 0;
  }
}
@media (max-width: 499px) {
  .pd-90 {
    padding: 50px 0;
  }
}

.pd-120 {
  padding: 120px 0;
}
@media (max-width: 834px) {
  .pd-120 {
    padding: 100px 0;
  }
}
@media (max-width: 499px) {
  .pd-120 {
    padding: 50px 0;
  }
}

/* 角丸要素 */
.item-radius10 {
  border-radius: 10px;
  overflow: hidden;
}

/* グレーのラベル */
.gray-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 834px) {
  .gray-labels {
    gap: 4px;
  }
}

.gray-label {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--or);
}
@media (max-width: 834px) {
  .gray-label {
    font-size: 1.3rem;
    padding: 2px 6px;
  }
}

/* --------------------------------------------
 * 共通パーツ（partsフォルダ内）
 * -------------------------------------------- */
/* お申込みボックス */
.under__application-box {
  max-width: 1580px;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  .under__application-box {
    margin-bottom: -5rem;
  }
}
/* 選ばれる理由 */
.feature-block__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 834px) {
  .feature-block__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 499px) {
  .feature-block__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.feature-block__item {
  border-radius: 10px;
  padding: 40px;
  background: #fff;
}
@media (max-width: 834px) {
  .feature-block__item {
    padding: 20px;
  }
}
.feature-block__item--sqs {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-block__icon {
  height: 40px;
  width: auto;
}
.feature-block__icon img {
  height: 100%;
  width: auto;
}
.feature-block__ttl {
  font-weight: bold;
  font-size: 2.1rem;
  margin: 14px 0;
}
@media (max-width: 834px) {
  .feature-block__ttl {
    font-size: 1.8rem;
  }
}

/* サイドメニュー（service_d01～） */
.page-side {
  position: sticky;
  top: 130px;
  padding: 32px;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 280px;
  margin-top: 120px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .page-side {
    display: none;
  }
}
.page-side__heading {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
}
.page-side__heading span {
  font-size: 1.4rem;
}
.page-side__list {
  margin: 16px 0 24px;
}
.page-side__list li {
  padding-left: 26px;
  position: relative;
  font-size: 1.4rem;
}
.page-side__list li + li {
  margin-top: 8px;
}
.page-side__list li::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/service_d01/sidemenu-icon.webp);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.page-side__btn {
  border-radius: 100vmax;
  background: var(--or);
  color: #fff;
  width: 100%;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  min-height: 41px;
}

.page-side__list a {
  -webkit-transition: none;
  transition: none;
}
.page-side__list a.active {
  color: var(--or);
}

/* --------------------------------------------
 * プライバシーポリシー / privacy
 * -------------------------------------------- */
.privacy__heading {
  font-size: 2.3rem;
  padding: 12px 24px;
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .privacy__heading {
    font-size: 1.8rem;
    padding: 8px 12px;
    margin-bottom: 20px;
  }
}
.privacy__txt a {
  text-decoration: underline;
}
.privacy__sub-item {
  padding-left: 16px;
  position: relative;
  line-height: 1.8;
  position: relative;
}
.privacy__sub-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 8px;
  height: 1px;
  background: var(--bl);
}

.privacy__txt + .privacy__list {
  margin-top: 3.6rem;
}
@media (max-width: 834px) {
  .privacy__txt + .privacy__list {
    margin-top: 4rem;
  }
}

.privacy__section + .privacy__section {
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .privacy__section + .privacy__section {
    margin-top: 4rem;
  }
}

/* --------------------------------------------
 * 団体概要 / outline
 * -------------------------------------------- */
.outline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.outline__list dt,
.outline__list dd {
  font-size: 1.6rem;
  padding: 40px 20px;
}
@media (max-width: 834px) {
  .outline__list dt,
  .outline__list dd {
    padding: 16px 10px;
  }
}
.outline__list dt {
  color: var(--or);
  font-weight: bold;
  width: 16%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 834px) {
  .outline__list dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 8px;
  }
}
.outline__list dd {
  width: 84%;
}
@media (max-width: 834px) {
  .outline__list dd {
    width: 100%;
    padding-top: 0;
  }
}
.outline__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media (max-width: 834px) {
  .outline__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.outline__address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .outline__address-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
  }
}
.outline__google-map {
  background: var(--bl);
  color: #fff;
  position: relative;
  padding: 0px 24px 0px 48px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
}
.outline__google-map::before {
  font-family: "Material Icons";
  content: "\e0c8";
  font-weight: 300;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* --------------------------------------------
 * プロデューサー挨拶 / producer
 * -------------------------------------------- */
.producer__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .producer__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.producer__img {
  width: 40%;
}
@media (max-width: 834px) {
  .producer__img {
    width: 80%;
    max-width: 400px;
    margin-bottom: 30px;
  }
}
.producer__body {
  width: 50%;
}
@media (max-width: 834px) {
  .producer__body {
    width: 100%;
  }
}
.producer__heading {
  font-size: 3.6rem;
}
@media (max-width: 834px) {
  .producer__heading {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media (max-width: 834px) and (max-width: 499px) {
  .producer__heading {
    font-size: 2.2rem;
  }
}
.producer__txt {
  font-size: 1.6rem;
  margin: 58px 0 68px;
}
@media (max-width: 834px) {
  .producer__txt {
    margin: 30px 0 36px;
  }
}
.producer__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.producer__name span {
  font-weight: bold;
  font-size: 2.8rem;
  margin-left: 12px;
}
@media (max-width: 499px) {
  .producer__name span {
    font-size: 2rem;
  }
}

/* --------------------------------------------
 * アンバサダー企業紹介 / company_open
 * -------------------------------------------- */
.company_open__container {
  position: relative;
}
.company_open__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 4%;
  margin: 20px auto;
}
@media (max-width: 834px) {
  .company_open__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .company_open__list {
    gap: 40px 2.5%;
  }
}
@media (max-width: 399px) {
  .company_open__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company_open__img {
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 372/220;
}
.company_open__img img {
  width: 60%;
  max-width: 250px;
  height: auto;
}
.company_open__item-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 8px 0 12px;
}
@media (max-width: 834px) {
  .company_open__item-ttl {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.company_open__phone-number {
  margin: 4px 0;
}
@media (max-width: 499px) {
  .company_open__phone-number {
    margin: 0;
  }
}
.company_open__link {
  text-decoration: underline;
}
.company_open__link:hover {
  text-decoration: underline;
}

/*高さを制限しているボックス*/
.company_open__container {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.8s ease-in-out;
  transition: height 0.8s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*グラデーションで*/
.company_open__container:before {
  content: "";
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*クラス付与時のスタイル*/
.company_open__container.active:before {
  opacity: 0;
  visibility: hidden;
}

/*ボタンのスタイル*/
.company_open__btn {
  position: absolute;
  bottom: 20px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 300px;
  height: 60px;
  cursor: pointer;
  color: #fff;
  background: var(--bl);
  border-radius: 100vmax;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
  font-size: 1.8rem;
  display: none;
}
.company_open__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.company_open__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 15px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.company_open__container.active .company_open__btn::before {
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.company_open__container.active .company_open__btn::after {
  content: "";
  -webkit-transform: translate(50%, -50%) rotate(180deg);
          transform: translate(50%, -50%) rotate(180deg);
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

/* --------------------------------------------
 * セミナー / seminar（共通）
 * -------------------------------------------- */
.seminar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .seminar__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .seminar__container main + aside {
    margin-top: 40px;
  }
}
.seminar-page__content {
  width: 64%;
}
@media (max-width: 834px) {
  .seminar-page__content {
    width: 100%;
    margin-top: 20px;
  }
}
.seminar__sidebar {
  width: 28%;
}
@media (max-width: 834px) {
  .seminar__sidebar {
    width: 100%;
  }
}

.seminar-sidebar__list li + li {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .seminar-sidebar__list li + li {
    margin-top: 20px;
  }
}
@media (max-width: 834px) {
  .seminar-sidebar__recommended-list {
    padding-top: 6px;
  }
}
.seminar-sidebar__recommended-item + .seminar-sidebar__recommended-item {
  margin-top: 24px;
}
@media (max-width: 834px) {
  .seminar-sidebar__recommended-item + .seminar-sidebar__recommended-item {
    margin-top: 16px;
  }
}
.seminar-sidebar__heading {
  font-size: 2.4rem;
  padding-bottom: 12px;
  margin-bottom: 28px;
}
@media (max-width: 834px) {
  .seminar-sidebar__heading {
    padding-bottom: 0px;
    margin-bottom: 12px;
  }
}
.seminar-sidebar__category li {
  position: relative;
}
.seminar-sidebar__category li + li {
  margin-top: 12px;
}
.seminar-sidebar__category-list li + li {
  margin-top: 12px;
}
@media (max-width: 834px) {
  .seminar-sidebar__category-list li + li {
    margin-top: 4px;
  }
}
.seminar-sidebar__recommended-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.seminar-sidebar__thumbnail {
  max-width: 120px;
  height: auto;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.seminar-sidebar__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* カテゴリー用ラベル */
.seminar__category-name {
  color: #fff;
  font-size: 1.6rem;
  background: var(--or);
  border-radius: 100vmax;
  display: inline-block;
  padding: 2px 12px;
}

/* --------------------------------------------
 * セミナー / seminar（各記事ページ）
 * -------------------------------------------- */
/* 一覧へ戻るボタン */
.seminar-page__back {
  margin: 70px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .seminar-page__back {
    margin: 40px 0 60px;
  }
}
.seminar-page__back a {
  display: inline-block;
  padding: 12px 24px;
  background: var(--bl);
  color: #fff;
  text-decoration: none;
  border-radius: 100vmax;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 60px;
}
@media (max-width: 499px) {
  .seminar-page__back a {
    width: 100%;
  }
}
.seminar-page__back a:hover {
  background-color: #fff;
  color: var(--bl);
  border: 1px solid var(--bl);
}

/* 申し込み/資料請求ボックス */
.seminar-page__info {
  border-radius: 10px;
  padding: 77px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1240px) {
  .seminar-page__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    padding: 40px 5%;
  }
}
.seminar-page__info-btn {
  display: inline-block;
  padding: 12px 24px;
  background: var(--or);
  color: #fff;
  text-decoration: none;
  border-radius: 100vmax;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 60px;
  position: relative;
}
@media (max-width: 499px) {
  .seminar-page__info-btn {
    width: 100%;
  }
}
.seminar-page__info-btn:hover {
  background-color: #fff;
  color: #fa6650;
  border: 1px solid #fa6650;
}
.seminar-page__info-btn.-arrow::before {
  position: absolute;
  content: "\e5cc";
  font-family: "Material Icons";
  right: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.seminar-page__info-btn.-arrow:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.seminar-page__info-list li + li {
  margin-top: 16px;
}
.seminar-page__info-phone, .seminar-page__info-mail {
  font-family: "Poppins", serif;
  position: relative;
  padding-left: 24px;
}
.seminar-page__info-phone {
  font-size: 2.8rem;
  line-height: 0.8;
}
.seminar-page__info-phone::before {
  position: absolute;
  content: "\e0b0";
  font-family: "Material Icons";
  left: 0;
  top: 2px;
  color: #fa6650;
  font-size: 2.2rem;
}
.seminar-page__info-phone span {
  font-size: 1.4rem;
}
.seminar-page__info-mail {
  font-size: 1.6rem;
  text-decoration: underline;
}
.seminar-page__info-mail::before {
  position: absolute;
  content: "\e0be";
  font-family: "Material Icons";
  left: 0;
  top: -4px;
  color: #fa6650;
  font-size: 2rem;
}

@media (max-width: 499px) {
  .seminar-page__category-name {
    font-size: 1.2rem;
  }
}
.seminar-page__pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}
@media (max-width: 1240px) {
  .seminar-page__pricing {
    display: block;
  }
}
.seminar-page__pricing .price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.seminar-page__pricing .dot-line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 16px;
  border-bottom: 1px dotted #a1a1a1;
}
@media (max-width: 1240px) {
  .seminar-page__pricing .dot-line {
    margin-left: 0;
  }
}
.seminar-page__pricing .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.seminar-page__pricing .price {
  color: var(--or);
}
.seminar-page__pricing .tax-note {
  color: var(--or);
  font-size: 1.4rem;
  line-height: 1;
}
.seminar-page__thumbnail {
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .seminar-page__thumbnail {
    margin-bottom: 20px;
  }
}
.seminar-page__thumbnail img {
  width: 100%;
  height: auto;
}
.seminar-page__ttl {
  padding-bottom: 30px;
  margin: 24px 0 60px;
  font-size: 2.8rem;
}
@media (max-width: 499px) {
  .seminar-page__ttl {
    font-size: 2.4rem;
    margin: 0 0 30px;
    padding-bottom: 8px;
  }
}

/* ブロックエディタのスタイル */
.seminar-page__content-body {
  font-size: 1.6rem;
}
.seminar-page__content-body .large-spacer {
  height: 60px !important;
}
@media (max-width: 834px) {
  .seminar-page__content-body .large-spacer {
    height: 40px !important;
  }
}
.seminar-page__content-body .small-spacer {
  height: 40px !important;
}
@media (max-width: 834px) {
  .seminar-page__content-body .small-spacer {
    height: 30px !important;
  }
}
.seminar-page__content-body > *:first-child {
  margin-top: 0;
}
.seminar-page__content-body .wp-block-columns {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.seminar-page__content-body .wp-block-columns h4 {
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .seminar-page__content-body .wp-block-columns h4 {
    margin-top: 0;
  }
}
.seminar-page__content-body .wp-block-columns + .wp-block-columns {
  margin-top: 50px;
}
@media (max-width: 499px) {
  .seminar-page__content-body .wp-block-columns + .wp-block-columns {
    margin-top: 65px;
  }
}
.seminar-page__content-body .wp-block-heading + * {
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .seminar-page__content-body .wp-block-columns.is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .seminar-page__content-body .wp-block-columns.is-layout-flex .wp-block-image img {
    width: 100%;
  }
}
.seminar-page__content-body .wp-block-group {
  padding: 24px 32px;
  border-radius: 10px;
}
.seminar-page__content-body h2.wp-block-heading {
  font-size: 2.4rem;
  color: var(--or);
}
.seminar-page__content-body h2.wp-block-heading + * {
  margin-top: 0;
}
.seminar-page__content-body h3.wp-block-heading {
  font-size: 2.4rem;
}
.seminar-page__content-body h4.wp-block-heading {
  font-size: 2rem;
  color: var(--or);
}
.seminar-page__content-body h4.wp-block-heading + * {
  margin-top: 8px;
}
.seminar-page__content-body h5.wp-block-heading {
  font-size: 2rem;
  padding-left: 16px;
  position: relative;
  line-height: 2;
}
.seminar-page__content-body h5.wp-block-heading + * {
  margin-top: 0px;
}
.seminar-page__content-body h5.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  background-color: var(--or);
  border-radius: 50%;
}
.seminar-page__content-body .wp-block-list li {
  position: relative;
  padding-left: 24px;
}
.seminar-page__content-body .wp-block-list li::before {
  position: absolute;
  content: "\e5ca";
  font-family: "Material Icons";
  left: 0;
  top: 2px;
  color: #fa6650;
}
.seminar-page__content-body .wp-block-list li + li {
  margin-top: 12px;
}

/* --------------------------------------------
 * セミナー / seminar（アーカイブページ）
 * -------------------------------------------- */
.seminar-archive__content {
  width: 62%;
}
@media (max-width: 834px) {
  .seminar-archive__content {
    width: 100%;
  }
}
.seminar-archive__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
}
@media (max-width: 834px) {
  .seminar-archive__list {
    gap: 20px;
  }
}
@media (max-width: 499px) {
  .seminar-archive__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.seminar-archive__item {
  padding: 20px;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.seminar-archive__ttl {
  font-weight: bold;
  font-size: 2rem;
  margin: 12px 0 8px;
}
@media (max-width: 834px) {
  .seminar-archive__ttl {
    font-size: 1.8rem;
    margin: 8px 0 0px;
  }
}
.seminar-archive__category-name {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .seminar-archive__category-name {
    font-size: 1.2rem;
  }
}
.seminar-archive__img {
  overflow: hidden;
  aspect-ratio: 35/23;
  border-radius: 10px;
}
.seminar-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------
 * （共通）
 * ・サロン現場調査 / service_d01
 * ・サロン改善分析 / service_d02
 * ・サロン評価発表 / service_d03
 * -------------------------------------------- */
.under__title-heading span.under__title-heading--service_d03 {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: -90px;
}
@media (max-width: 834px) {
  .under__title-heading span.under__title-heading--service_d03 {
    margin-bottom: -44px;
    font-size: 32px;
  }
}
@media (max-width: 499px) {
  .under__title-heading span.under__title-heading--service_d03 {
    margin-bottom: -37px;
    font-size: 25px;
  }
}

/* コンテンツ */
.service_d__section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service_d__main-contents {
  max-width: 860px;
  width: 70%;
}
@media (max-width: 1024px) {
  .service_d__main-contents {
    max-width: none;
    width: 100%;
  }
}
.service_d-main__txt {
  font-size: 1.6rem;
}
.service_d-main__txt a {
  text-decoration: underline;
}
.service_d-main__txt + * {
  margin-top: 50px;
}
@media (max-width: 499px) {
  .service_d-main__txt + * {
    margin-top: 30px;
  }
}
.service_d-main__img + h3 {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .service_d-main__img + h3 {
    margin-top: 50px;
  }
}
@media (max-width: 499px) {
  .service_d-main__img + h3 {
    margin-top: 40px;
  }
}
.service_d-cont {
  padding-top: 20px;
  margin-top: 100px;
}
@media (max-width: 834px) {
  .service_d-cont {
    margin-top: 48px;
  }
}
@media (max-width: 499px) {
  .service_d-cont {
    margin-top: 20px;
  }
}

/* --------------------------------------------
 * サロン現場調査 / service_d01
 * -------------------------------------------- */
/* アンケート調査の流れ */
.service_d01-cont03__item:nth-of-type(1) .service_d01-cont03__item-ttl:before {
  content: "01";
}
.service_d01-cont03__item:nth-of-type(2) .service_d01-cont03__item-ttl:before {
  content: "02";
}
.service_d01-cont03__item:nth-of-type(3) .service_d01-cont03__item-ttl:before {
  content: "03";
}
.service_d01-cont03__item:nth-of-type(4) .service_d01-cont03__item-ttl:before {
  content: "04";
}
.service_d01-cont03__item-ttl {
  color: var(--or);
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .service_d01-cont03__item-ttl {
    font-size: 1.8rem;
  }
}
.service_d01-cont03__list {
  margin-top: 56px;
}
@media (max-width: 834px) {
  .service_d01-cont03__list {
    margin-top: 40px;
  }
}

/* --------------------------------------------
 * サロン改善分析 / service_d02
 * -------------------------------------------- */
/* 分析ワークショップ */
.service_d02-cont03 .gray-labels {
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 499px) {
  .service_d02-cont03 .gray-labels {
    margin-top: 8px;
  }
}
.service_d02-cont03__list li + li {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .service_d02-cont03__list li + li {
    margin-top: 50px;
  }
}
@media (max-width: 499px) {
  .service_d02-cont03__list li + li {
    margin-top: 40px;
  }
}
.service_d02-cont03__apply-btn.c-btn.-bgc-orange {
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1;
  max-width: 360px;
  font-weight: bold;
  padding: 20px 32px;
}
@media (max-width: 834px) {
  .service_d02-cont03__apply-btn.c-btn.-bgc-orange {
    margin-top: 40px;
  }
}
@media (max-width: 499px) {
  .service_d02-cont03__apply-btn.c-btn.-bgc-orange {
    margin-top: 30px;
  }
}
.service_d02-cont03__apply-btn.c-btn.-bgc-orange span {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: -14px;
}

/* 研究会のゴール */
.service-goal__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
  padding: 40px;
}
@media (max-width: 834px) {
  .service-goal__list {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .service-goal__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-goal__list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0rem;
  text-align: center;
  padding: 30px 20px;
}
.service-goal__list li + li {
  margin-top: 0;
}
.service-goal__img {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.service-goal__ttl {
  font-weight: bold;
  font-size: 2.1rem;
  margin: 16px 0 8px;
}
@media (max-width: 499px) {
  .service-goal__ttl {
    margin: 8px 0 0px;
  }
}
.service-goal__txt {
  font-size: 1.5rem;
  text-align: left;
}
@media (max-width: 499px) {
  .service-goal__txt {
    font-size: 1.4rem;
  }
}

/* 開催概要 */
.service-event-info {
  padding: 40px;
}
@media (max-width: 499px) {
  .service-event-info {
    padding: 30px;
  }
}
.service-event-info__list li span {
  color: var(--or);
  font-size: 1.3rem;
  margin-right: 0.4rem;
}
.service-event-info__list li + li {
  margin-top: 8px;
}
.service-event-info__btn.c-btn.-arrow {
  margin-top: 27px;
  font-size: 1.5rem;
  max-width: 210px;
  padding: 16px 29px 16px 16px;
}
@media (max-width: 499px) {
  .service-event-info__btn.c-btn.-arrow {
    margin: 20px auto 0;
  }
}
.service-event-info__btn.c-btn.-arrow::before {
  right: 12px;
  padding: 0;
}

/* --------------------------------------------
 * サロン評価発表 / service_d03
 * -------------------------------------------- */
/* サロン評価について */
.service_d03-cont01__img01 {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .service_d03-cont01__img01 {
    margin-bottom: 40px;
  }
}
@media (max-width: 499px) {
  .service_d03-cont01__img01 {
    margin-bottom: 30px;
  }
}

.service-solution__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 499px) {
  .service-solution__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-solution li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 25px 20px;
}
@media (max-width: 834px) {
  .service-solution li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.service-solution__ttl {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 2.1rem;
}
@media (max-width: 834px) {
  .service-solution__ttl {
    text-align: center;
    font-size: 1.8rem;
  }
}
.service-solution__txt {
  font-size: 1.5rem;
}
.service-solution__img {
  min-width: 80px;
}
@media (max-width: 834px) {
  .service-solution__img {
    width: 30%;
    max-width: 50px;
    margin: 0 auto;
  }
}
.service-solution__highlight {
  background-color: #f9875a;
  color: #fff;
}

/* 評価表彰制度 */
.service_d03-cont03__list li + li {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .service_d03-cont03__list li + li {
    margin-top: 40px;
  }
}

.service-selection__list li + li {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .service-selection__list li + li {
    margin-top: 30px;
  }
}
.service-selection__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .service-selection__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-selection__img {
  width: 46%;
}
@media (max-width: 834px) {
  .service-selection__img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.service-selection__body {
  width: 48%;
}
@media (max-width: 834px) {
  .service-selection__body {
    width: 100%;
  }
}
.service-selection__ttl {
  font-size: 2rem;
  margin-bottom: 12px;
}
@media (max-width: 834px) {
  .service-selection__ttl {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

/* ボタン */
.service_d03-cont03__btn {
  margin: 90px auto 0;
  font-weight: bold;
}
@media (max-width: 834px) {
  .service_d03-cont03__btn {
    margin-top: 40px;
  }
}
@media (max-width: 499px) {
  .service_d03-cont03__btn {
    margin-top: 30px;
  }
}

.c-btn.-arrow.service_d03-cont03__btn {
  max-width: 420px;
}
@media (max-width: 499px) {
  .c-btn.-arrow.service_d03-cont03__btn {
    max-width: none;
    width: 100%;
    text-align: center;
    line-height: 1.5;
  }
}

/* --------------------------------------------
 * サービスについて / service
 * -------------------------------------------- */
/* MV（スライダー） */
.under__mv.service__mv {
  max-width: none;
  width: 100%;
  overflow: hidden;
}

.service-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* サロンクオリティサーベイについて */
.service__cont01 {
  padding: 10rem 0 0;
}
@media (max-width: 834px) {
  .service__cont01 {
    padding: 8rem 0 0;
  }
}
@media (max-width: 499px) {
  .service__cont01 {
    padding: 4rem 0 0;
  }
}
.service__cont01 .page-heading--primary {
  margin-bottom: 74px;
}
@media (max-width: 834px) {
  .service__cont01 .page-heading--primary {
    margin-bottom: 30px;
  }
}

.service-cont01-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 834px) {
  .service-cont01-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
@media (max-width: 499px) {
  .service-cont01-top {
    margin-bottom: 30px;
  }
}
.service-cont01-top__img {
  width: 48%;
}
@media (max-width: 834px) {
  .service-cont01-top__img {
    width: 60%;
    max-width: 480px;
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 499px) {
  .service-cont01-top__img {
    width: 80%;
  }
}
.service-cont01-top__body {
  width: 48%;
}
@media (max-width: 834px) {
  .service-cont01-top__body {
    width: 100%;
    margin-bottom: 20px;
    display: contents;
  }
}
.service-cont01-top__logo {
  width: 80%;
  max-width: 441px;
  margin-bottom: 36px;
}
@media (max-width: 834px) {
  .service-cont01-top__logo {
    max-width: 360px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 834px) {
  .service-cont01-top__txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.service-cont01-bottom {
  border-radius: 10px;
  padding: 72px 80px;
}
@media (max-width: 834px) {
  .service-cont01-bottom {
    padding: 40px;
  }
}
@media (max-width: 499px) {
  .service-cont01-bottom {
    padding: 30px;
  }
}
.service-cont01-bottom__heading {
  text-align: center;
  color: var(--or);
  font-size: 3.2rem;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .service-cont01-bottom__heading {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.service-cont01-bottom__heading span {
  font-size: 2.4rem;
}
@media (max-width: 834px) {
  .service-cont01-bottom__heading span {
    font-size: 1.8rem;
  }
}
@media (max-width: 499px) {
  .service-cont01-bottom__heading span {
    line-height: 1.3;
    display: block;
    margin-bottom: 8px;
  }
}
.service-cont01-bottom__lead {
  text-align: center;
  font-size: 1.6rem;
  margin: 29px 0 57px;
}
@media (max-width: 834px) {
  .service-cont01-bottom__lead {
    margin: 20px 0 30px;
    text-align: left;
  }
}
.service-cont01-bottom__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
}
@media (max-width: 639px) {
  .service-cont01-bottom__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .service-cont01-bottom__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 499px) {
  .service-cont01-bottom__item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.service-cont01-bottom__item-txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 8px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .service-cont01-bottom__item-txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 499px) {
  .service-cont01-bottom__item-txt {
    margin: auto 0;
  }
}

/* サービスの流れ */
.service-cont02 {
  padding: 12rem 0;
}
@media (max-width: 834px) {
  .service-cont02 {
    padding: 10rem 0;
  }
}
@media (max-width: 499px) {
  .service-cont02 {
    padding: 5rem 0;
  }
}
.service-cont02__catch {
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .service-cont02__catch {
    margin-bottom: 40px;
  }
}

/* サイドメニュー */
.service-side {
  position: sticky;
  top: 130px;
  padding: 32px;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 510px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .service-side {
    display: none;
  }
}
.service-side__heading {
  color: var(--or);
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 23px;
}
.service-side__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.service-side__list li {
  background-color: #eff1f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 114px;
  padding: 10px;
  position: relative;
}
.service-side__list li::after {
  content: "";
  background: url(../img/service/sidemenu-icon.webp) no-repeat center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  z-index: 1;
}
.service-side__list li a {
  -webkit-transition: 0s;
  transition: 0s;
  line-height: 1.3;
}
.service-side__list li.active {
  background: var(--or);
}
.service-side__list li:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.service-side__list li:nth-child(1)::after {
  top: 50%;
  right: -10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1240px) {
  .service-side__list li:nth-child(1)::after {
    right: -12%;
  }
}
.service-side__list li:nth-child(2) {
  border-radius: 0 10px 0 0;
}
.service-side__list li:nth-child(2)::after {
  bottom: -17%;
  right: 50%;
  -webkit-transform: translateX(50%) rotate(90deg);
          transform: translateX(50%) rotate(90deg);
}
.service-side__list li:nth-child(3) {
  border-radius: 0 0 0 10px;
}
.service-side__list li:nth-child(3)::after {
  top: -17%;
  right: 50%;
  -webkit-transform: translateX(50%) rotate(270deg);
          transform: translateX(50%) rotate(270deg);
}
.service-side__list li:nth-child(4) {
  border-radius: 0 0 10px 0;
}
.service-side__list li:nth-child(4)::after {
  bottom: 50%;
  left: -10%;
  -webkit-transform: translateY(50%) rotate(180deg);
          transform: translateY(50%) rotate(180deg);
}
@media (max-width: 1240px) {
  .service-side__list li:nth-child(4)::after {
    left: -12%;
  }
}
.service-side__item {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  display: inline-block;
}
.service-side__item.no-link {
  cursor: default;
  pointer-events: none;
  opacity: 1;
}
.service-side__item.no-link:hover {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.service-side__item span {
  font-size: 1.3rem;
  color: var(--or);
}

.service-side__list a.active {
  color: #fff;
}
.service-side__list a.active span {
  color: #fff;
}

/* メイン箇所（サイドバー追従） */
.service-main__item + .service-main__item {
  margin-top: 70px;
}
@media (max-width: 834px) {
  .service-main__item + .service-main__item {
    margin-top: 50px;
  }
}
@media (max-width: 499px) {
  .service-main__item + .service-main__item {
    margin-top: 30px;
  }
}

.service-main {
  max-width: 700px;
  width: 70%;
}
@media (max-width: 1024px) {
  .service-main {
    width: 100%;
    max-width: none;
  }
}
.service-main__item-ttl {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .service-main__item-ttl {
    font-size: 2rem;
  }
}
@media (max-width: 834px) {
  .service-main__item-ttl::before {
    top: 30px;
  }
}
@media (max-width: 499px) {
  .service-main__item-ttl::before {
    top: 35px;
  }
}
@media (max-width: 834px) {
  .service-main__item-ttl {
    padding-top: 0;
  }
}
.service-main__item-ttl span {
  font-size: 1.3rem;
  color: var(--or);
  display: block;
}
@media (max-width: 834px) {
  .service-main__item-ttl span {
    margin-bottom: 6px;
  }
}
.service-main__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-main__item-img {
  width: 100%;
  margin: 24px 0 16px;
}
.service-main__item-txt {
  width: 100%;
}
@media (max-width: 499px) {
  .service-main__item-txt {
    font-size: 1.4rem;
  }
}
.service-main__label-list {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media (max-width: 499px) {
  .service-main__label-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.service-main__label-item {
  font-size: 1.4rem;
  padding: 2px 12px 2px 28px;
  position: relative;
}
.service-main__label-item::before {
  position: absolute;
  content: "\e5ca";
  font-family: "Material Icons";
  left: 10px;
  top: 2px;
  color: #fa6650;
}

.service-cont02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.service-main__item:not(:last-child)::before {
  height: calc(100% + 50px);
}
.service-main__item:nth-of-type(1) .service-main__item-ttl:before {
  content: "01";
}
.service-main__item:nth-of-type(2) .service-main__item-ttl:before {
  content: "02";
}
.service-main__item:nth-of-type(3) .service-main__item-ttl:before {
  content: "03";
}
.service-main__item:nth-of-type(4) .service-main__item-ttl:before {
  content: "04";
}

/* 選ばれる理由 */
.service-cont03 {
  padding: 12rem 0;
}
@media (max-width: 834px) {
  .service-cont03 {
    padding: 10rem 0;
  }
}
@media (max-width: 499px) {
  .service-cont03 {
    padding: 5rem 0;
  }
}

/* --------------------------------------------
 * 講師･アンバサダー紹介 / instructor_ambassador
 * -------------------------------------------- */
/* 講師紹介 */
.ia-cont01 {
  margin-right: calc((100vw - 1200px) / 2);
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1399px) {
  .ia-cont01 {
    margin-right: calc((100vw - 90%) / 2);
  }
}
@media (max-width: 1024px) {
  .ia-cont01 {
    margin-right: 0;
    border-radius: 0;
  }
}
.ia-cont01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .ia-cont01__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ia-cont01__wrap {
  width: 85%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .ia-cont01__wrap {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .ia-cont01__wrap {
    margin-top: 30px;
  }
}
.ia-cont01__en-name {
  color: rgba(236, 100, 67, 0.2);
  line-height: 1.1;
  margin-bottom: 48px;
  font-size: clamp(6rem, 7vw, 10rem);
}
@media (max-width: 930px) {
  .ia-cont01__en-name {
    margin-bottom: 24px;
  }
}
@media (max-width: 834px) {
  .ia-cont01__en-name {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 4.3rem;
    margin-bottom: 0;
  }
}
@media (max-width: 499px) {
  .ia-cont01__en-name {
    font-size: 3.5rem;
  }
}
@media (max-width: 399px) {
  .ia-cont01__en-name {
    font-size: 3rem;
  }
}
.ia-cont01__profile-detail {
  border-left: 3px solid var(--or);
  padding: 12px 32px;
  margin-left: 12px;
}
@media (max-width: 1240px) {
  .ia-cont01__profile-detail {
    padding: 4px 24px;
    margin-left: 0;
  }
}
@media (max-width: 499px) {
  .ia-cont01__profile-detail {
    padding-left: 16px;
  }
}
.ia-cont01__profile-detail.--pc {
  display: block;
}
@media (max-width: 834px) {
  .ia-cont01__profile-detail.--pc {
    display: none;
  }
}
.ia-cont01__profile-detail.--sp {
  display: none;
}
@media (max-width: 834px) {
  .ia-cont01__profile-detail.--sp {
    display: block;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.ia-cont01__profile-detail-top {
  font-size: 1.4rem;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .ia-cont01__profile-detail-top {
    margin-bottom: 12px;
  }
}
@media (max-width: 499px) {
  .ia-cont01__profile-detail-top {
    line-height: 1.7;
  }
}
.ia-cont01__profile-detail-bottom {
  font-weight: bold;
  line-height: 1;
  font-size: clamp(2rem, 9vw, 3.6rem);
}
@media (max-width: 834px) {
  .ia-cont01__profile-detail-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 499px) {
  .ia-cont01__profile-detail-bottom {
    font-size: clamp(2rem, 7vw, 3rem);
  }
}
@media (max-width: 399px) {
  .ia-cont01__profile-detail-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
  }
}
.ia-cont01__profile-detail-bottom span {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: normal;
}
@media (max-width: 1200px) {
  .ia-cont01__profile-detail-bottom span {
    line-height: 1.2;
  }
}
@media (max-width: 499px) {
  .ia-cont01__profile-detail-bottom span {
    font-size: 1.5rem;
  }
}
.ia-cont01__profile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .ia-cont01__profile-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10%;
  }
}
.ia-cont01__profile-txt {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .ia-cont01__profile-txt {
    margin-bottom: 24px;
    margin-top: 0;
  }
}
.ia-cont01__profile-img {
  width: 370px;
  margin-left: -30px;
  margin-bottom: -48px;
  z-index: 1;
}
@media (max-width: 499px) {
  .ia-cont01__profile-img {
    width: 70%;
    margin-left: 0;
  }
}
.ia-cont01__txt-wrap {
  max-width: 980px;
  padding: 70px;
  border-radius: 10px;
  z-index: 2;
}
@media (max-width: 834px) {
  .ia-cont01__txt-wrap {
    padding: 40px;
  }
}
@media (max-width: 499px) {
  .ia-cont01__txt-wrap {
    padding: 30px;
  }
}
.ia-cont01__txt-top {
  margin-bottom: 64px;
}
@media (max-width: 834px) {
  .ia-cont01__txt-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 499px) {
  .ia-cont01__txt-top {
    margin-bottom: 20px;
  }
}
.ia-cont01__txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .ia-cont01__txt-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .ia-cont01__txt-flex div + div {
    margin-top: 20px;
  }
}
.ia-cont01__txt-detail {
  width: 48%;
}
@media (max-width: 834px) {
  .ia-cont01__txt-detail {
    width: 100%;
  }
}
.ia-cont01__txt-ttl {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
@media (max-width: 499px) {
  .ia-cont01__txt-ttl {
    margin-bottom: 0;
  }
}
.ia-cont01__txt-list {
  font-size: 1.5rem;
}

/* アンバサダー紹介 */
.ia-cont02__list {
  margin: 40px 0 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 1240px) {
  .ia-cont02__list {
    gap: 2rem;
  }
}
@media (max-width: 834px) {
  .ia-cont02__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 499px) {
  .ia-cont02__list {
    margin: 40px 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.ia-cont02__img {
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 270/160;
}
.ia-cont02__img img {
  width: 60%;
  max-width: 250px;
  height: auto;
}
.ia-cont02__btn {
  margin: 0 auto;
}

/* --------------------------------------------
 * JBHの活動内容 / about
 * -------------------------------------------- */
/* JBHについて */
.about-cont01 {
  padding: 112px 0 130px;
}
@media (max-width: 834px) {
  .about-cont01 {
    padding: 80px 0;
  }
}
@media (max-width: 499px) {
  .about-cont01 {
    padding: 50px 0;
  }
}
.about-cont01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
}
@media (max-width: 1024px) {
  .about-cont01__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-cont01__head-wrap {
  width: 48%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .about-cont01__head-wrap {
    width: 100%;
  }
}
.about-cont01__body {
  margin-top: 80px;
  width: 44%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1024px) {
  .about-cont01__body {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .about-cont01__body {
    margin-top: 30px;
  }
}
.about-cont01__catch {
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  margin-top: 48px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 834px) {
  .about-cont01__catch {
    margin-top: 20px;
    font-size: 2.2rem;
  }
}
@media (max-width: 499px) {
  .about-cont01__catch {
    font-size: 1.8rem;
  }
}
.about-cont01__catch span {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: 500;
}
@media (max-width: 834px) {
  .about-cont01__catch span {
    font-size: 2rem;
  }
}
@media (max-width: 499px) {
  .about-cont01__catch span {
    font-size: 1.6rem;
  }
}

/* JBHの取り組み */
.about-cont02 {
  padding: 70px 0 110px;
}
@media (max-width: 834px) {
  .about-cont02 {
    padding: 50px 0 80px;
  }
}
@media (max-width: 499px) {
  .about-cont02 {
    padding: 50px 0;
  }
}
.about-cont02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .about-cont02__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-cont02__head-wrap {
  width: 46%;
}
@media (max-width: 1200px) {
  .about-cont02__head-wrap {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .about-cont02__head-wrap {
    width: 100%;
  }
}
.about-cont02__img {
  width: 48%;
  max-width: 588px;
}
@media (max-width: 1200px) {
  .about-cont02__img {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .about-cont02__img {
    width: 100%;
    margin-top: 30px;
    max-width: 400px;
  }
}
.about-cont02__txt {
  margin-top: 40px;
}
@media (max-width: 499px) {
  .about-cont02__txt {
    margin-top: 20px;
  }
}

/* リスト */
.about-cont02__list {
  margin-top: 50px;
}
@media (max-width: 499px) {
  .about-cont02__list {
    margin-top: 40px;
  }
}
.about-cont02__list > li + li {
  margin-top: 32px;
}
.about-cont02__item {
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  padding: 50px 5%;
}
@media (max-width: 834px) {
  .about-cont02__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
  }
}
@media (max-width: 499px) {
  .about-cont02__item {
    padding: 30px;
  }
}
.about-cont02__item-img {
  width: 30%;
  max-width: 273px;
}
@media (max-width: 834px) {
  .about-cont02__item-img {
    width: 60%;
    max-width: 250px;
    margin-bottom: 20px;
  }
}
.about-cont02__item-body {
  width: 68%;
}
@media (max-width: 834px) {
  .about-cont02__item-body {
    width: 100%;
  }
}
.about-cont02__item-ttl-wrap {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 1200px) {
  .about-cont02__item-ttl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
@media (max-width: 834px) {
  .about-cont02__item-ttl-wrap {
    margin-bottom: 12px;
  }
}
.about-cont02__item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
}
@media (max-width: 834px) {
  .about-cont02__item-ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 499px) {
  .about-cont02__item-ttl {
    font-size: 2rem;
  }
}
.about-cont02__item-ttl .num {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 12px;
}
@media (max-width: 834px) {
  .about-cont02__item-ttl .num {
    font-size: 1.5rem;
    margin-right: 4px;
  }
}
.about-cont02__item-ttl-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 499px) {
  .about-cont02__item-ttl-labels {
    gap: 4px;
  }
}
.about-cont02__item-ttl-labels li {
  border: 1px solid #dddddd;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .about-cont02__item-ttl-labels li {
    font-size: 1.3rem;
  }
}
@media (max-width: 499px) {
  .about-cont02__item-ttl-labels li {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
  }
}
.about-cont02__item-txt-wrap {
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .about-cont02__item-txt-wrap {
    padding-left: 0px;
  }
}
.about-cont02__item-lead {
  margin-bottom: 12px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .about-cont02__item-lead {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 499px) {
  .about-cont02__item-lead {
    line-height: 1.4;
    font-size: 1.8rem;
  }
}

/* ワークショッププログラム */
.about-cont03 {
  padding-top: 146px;
}
@media (max-width: 834px) {
  .about-cont03 {
    padding-top: 100px;
  }
}
@media (max-width: 499px) {
  .about-cont03 {
    padding-top: 50px;
  }
}
.about-cont03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
}
@media (max-width: 1024px) {
  .about-cont03__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-cont03__head-wrap {
  width: 41%;
  min-width: 500px;
}
@media (max-width: 1024px) {
  .about-cont03__head-wrap {
    width: 100%;
    min-width: auto;
  }
}
.about-cont03__head-logo {
  width: 441px;
}
@media (max-width: 834px) {
  .about-cont03__head-logo {
    width: 65%;
    min-width: auto;
  }
}
.about-cont03__catch {
  font-size: clamp(2.8rem, 3vw, 3.2rem);
  font-weight: bold;
  line-height: 1.6;
  margin: 40px 0;
}
@media (max-width: 834px) {
  .about-cont03__catch {
    font-size: 2.4rem;
  }
}
@media (max-width: 499px) {
  .about-cont03__catch {
    margin: 20px 0;
  }
}
@media (max-width: 399px) {
  .about-cont03__catch {
    font-size: 2rem;
  }
}
.about-cont03__img {
  width: 656px;
}
@media (max-width: 1024px) {
  .about-cont03__img {
    width: 100%;
    margin-top: 30px;
    max-width: 400px;
  }
}
/* ５つの特徴 */
.about-cont03__btn {
  margin: 0 auto;
}
.about-cont03__feature {
  margin: 80px 0 48px;
  padding: 60px 30px;
}
@media (max-width: 834px) {
  .about-cont03__feature {
    margin: 50px 0 40px;
    padding: 40px;
  }
}
@media (max-width: 499px) {
  .about-cont03__feature {
    margin: 40px 0 20px;
    padding: 20px;
  }
}
.about-cont03__heading {
  margin-bottom: 50px;
  font-size: 3.2rem;
  text-align: center;
}
@media (max-width: 834px) {
  .about-cont03__heading {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}
@media (max-width: 499px) {
  .about-cont03__heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 399px) {
  .about-cont03__heading {
    font-size: 1.8rem;
  }
}

/* --------------------------------------------
 * 繁栄するサロンの創り方 / structure
 * -------------------------------------------- */
/* 超サロン組織論 */
.structure-cont01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
}
@media (max-width: 1024px) {
  .structure-cont01__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.structure-cont01__img {
  max-width: 554px;
  margin-top: 60px;
}
.structure-cont01__head-wrap {
  width: 43%;
}
@media (max-width: 1024px) {
  .structure-cont01__head-wrap {
    width: 100%;
  }
}
.structure-cont01__txt-wrap {
  margin-top: 52px;
  width: 47%;
}
@media (max-width: 1024px) {
  .structure-cont01__txt-wrap {
    margin-top: 30px;
    width: 100%;
  }
}
.structure-cont01__catch {
  line-height: 1.6;
  margin-bottom: 32px;
  font-size: 2.8rem;
}
@media (max-width: 834px) {
  .structure-cont01__catch {
    font-size: 2.2rem;
  }
}
@media (max-width: 499px) {
  .structure-cont01__catch {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

/* サロン現場の改善方法 */
.structure-cont02__lead {
  margin-bottom: 40px;
}
.structure-cont02__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5%;
}
@media (max-width: 1024px) {
  .structure-cont02__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 499px) {
  .structure-cont02__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.structure-cont02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.structure-cont02__item-ttl-wrap {
  background: var(--or);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding: 24px 0;
}
@media (max-width: 834px) {
  .structure-cont02__item-ttl-wrap {
    gap: 12px;
    padding: 12px 0;
  }
}
.structure-cont02__item-ttl {
  color: #fff;
  font-size: 2.8rem;
}
@media (max-width: 834px) {
  .structure-cont02__item-ttl {
    font-size: 2rem;
  }
}
.structure-cont02__item-ttl-icon {
  height: 28px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .structure-cont02__item-ttl-icon {
    height: 24px;
  }
}
.structure-cont02__item-ttl-icon img {
  height: 100%;
  width: auto;
}
.structure-cont02__item-body {
  background: #fff;
  height: 100%;
}
.structure-cont02__item-sub-list li {
  padding: 25px 2.5% 25px 43px;
  position: relative;
}
@media (max-width: 834px) {
  .structure-cont02__item-sub-list li {
    padding: 12px 12px 12px 34px;
  }
}
.structure-cont02__item-sub-list li::before {
  position: absolute;
  content: "\e5ca";
  font-family: "Material Icons";
  left: 17px;
  top: 26px;
  color: #fa6650;
  font-size: 2rem;
}
@media (max-width: 834px) {
  .structure-cont02__item-sub-list li::before {
    left: 12px;
    top: 11px;
  }
}
.structure-cont02__item-sub-list-txt {
  font-size: clamp(1.8rem, 1.5vw, 2rem);
}
@media (max-width: 834px) {
  .structure-cont02__item-sub-list-txt {
    font-size: 1.8rem;
  }
}
.structure-cont02__item-sub-list-detail {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

/* CS・ESの両方を高めるサロン経営 */
.structure-sq-max__img {
  margin: 50px auto 30px;
  max-width: 946px;
}
.structure-sq-max__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 834px) {
  .structure-sq-max__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.structure-sq-max__item {
  width: 48%;
  padding: 42px 36px;
}
@media (max-width: 834px) {
  .structure-sq-max__item {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 499px) {
  .structure-sq-max__item {
    padding: 20px;
  }
}
.structure-sq-max__item-ttl {
  font-size: 2.1rem;
  margin-bottom: 16px;
}
@media (max-width: 834px) {
  .structure-sq-max__item-ttl {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.structure-sq-max__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.structure-sq-max__labels li {
  border-radius: 5px;
  border: solid 1px #ddd;
  padding: 0px 12px;
}
@media (max-width: 499px) {
  .structure-sq-max__labels li {
    font-size: 1.4rem;
  }
}

/* 業績のカギ */
.structure-key {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .structure-key {
    margin-top: 60px;
  }
}
@media (max-width: 499px) {
  .structure-key {
    margin-top: 30px;
  }
}
.structure-key__img {
  margin: 50px auto;
}
@media (max-width: 499px) {
  .structure-key__img {
    margin: 20px auto 40px;
  }
}
.structure-key__es-cs-relation-ttl {
  margin-bottom: 30px;
  font-size: 2.1rem;
}
@media (max-width: 834px) {
  .structure-key__es-cs-relation-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 499px) {
  .structure-key__es-cs-relation-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

/* 改善アプローチ */
.structure-cont04__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  margin-bottom: 44px;
}
@media (max-width: 834px) {
  .structure-cont04__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.structure-cont04__head-wrap {
  width: 48%;
  min-width: 400px;
}
@media (max-width: 834px) {
  .structure-cont04__head-wrap {
    width: 100%;
    min-width: auto;
  }
}
.structure-cont04__img {
  width: 48%;
}
@media (max-width: 834px) {
  .structure-cont04__img {
    width: 60%;
    margin-top: 20px;
  }
}
.structure-cont04__catch {
  margin-top: 34px;
}
@media (max-width: 499px) {
  .structure-cont04__catch {
    margin-top: 20px;
  }
}
.structure-cont04__btn {
  margin: 60px auto 80px;
}
@media (max-width: 499px) {
  .structure-cont04__btn {
    margin: 20px auto 40px;
  }
}
.structure-cont04__problem-ttl {
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 834px) {
  .structure-cont04__problem-ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 450px) {
  .structure-cont04__problem-ttl {
    font-size: 1.8rem;
  }
}
.structure-cont04 .top-sec02_list02 {
  margin-top: 40px;
}
@media (max-width: 499px) {
  .structure-cont04 .top-sec02_list02 {
    margin-top: 20px;
  }
}

/* --------------------------------------------
 * 年間スケジュール / schedule
 * -------------------------------------------- */
/* ワークショッププログラム申し込み期間 */
.schedule-entry-period {
  margin-bottom: 120px;
  padding: 48px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media (max-width: 1200px) {
  .schedule-entry-period {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .schedule-entry-period {
    padding: 30px;
    margin-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .schedule-entry-period {
    margin-bottom: 50px;
  }
}
.schedule-entry-period__head {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .schedule-entry-period__head {
    font-size: 1.8rem;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.4;
  }
}
.schedule-entry-period__date {
  font-size: 2.6rem;
}
@media (max-width: 834px) {
  .schedule-entry-period__date {
    font-size: 2.2rem;
  }
}
.schedule-entry-period__date span {
  font-size: 3.6rem;
}
@media (max-width: 834px) {
  .schedule-entry-period__date span {
    font-size: 3rem;
  }
}
.schedule-entry-period__date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .schedule-entry-period__date-wrap {
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .schedule-entry-period__date-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    line-height: 1.5;
  }
}
.schedule-entry-period__weekday.schedule__weekday {
  font-size: 1.8rem;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 834px) {
  .schedule-entry-period__weekday.schedule__weekday {
    font-size: 1.6rem;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}

/* アンケートスケジュール */
.schedule-flow__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media (max-width: 834px) {
  .schedule-flow__list {
    display: none;
  }
}

.schedule-flow {
  padding-top: 60px;
}
@media (max-width: 834px) {
  .schedule-flow {
    padding-top: 40px;
  }
}
@media (max-width: 499px) {
  .schedule-flow {
    padding-top: 20px;
  }
}
.schedule-flow__ttl {
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 499px) {
  .schedule-flow__ttl {
    font-size: 1.8rem;
  }
}
.schedule-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
@media (max-width: 499px) {
  .schedule-flow__item {
    padding: 15px 0;
  }
}
.schedule-flow__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 24px;
}
.schedule-flow__item-flex h4 {
  width: 48%;
}
.schedule-flow__item-flex h4:not(:last-child) {
  border-right: 1px solid #ddd;
}
.schedule-flow__item-head {
  border: solid 3px #fa6650;
  background: #fff;
  border-radius: 10px;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 2.6rem;
  position: relative;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1240px) {
  .schedule-flow__item-head {
    font-size: clamp(1.8rem, 2.2vw, 2.2rem);
    min-height: 100px;
  }
}
@media (max-width: 834px) {
  .schedule-flow__item-head {
    font-size: 1.8rem;
  }
}
.schedule-flow__item-head::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -27px;
  right: 3%;
  z-index: 1;
  width: 210px;
}
@media (max-width: 1240px) {
  .schedule-flow__item-head::after {
    width: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 834px) {
  .schedule-flow__item-head::after {
    width: 210px;
  }
}
.schedule-flow__item-head::before {
  display: block;
  position: absolute;
  border-left: 2px dotted var(--or);
  height: 1290px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 25px;
  z-index: -1;
}
@media (max-width: 1240px) {
  .schedule-flow__item-head::before {
    height: 1200px;
  }
}
.schedule-flow__item-head01::after {
  background: url(../img/schedule/cont02-01.webp) no-repeat center;
  background-size: contain;
  aspect-ratio: 436/413;
}
.schedule-flow__item-head01::before {
  content: "";
}
.schedule-flow__item-head02::after {
  background: url(../img/schedule/cont02-02.webp) no-repeat center;
  background-size: contain;
  aspect-ratio: 476/415;
}
.schedule-flow__item-head02::before {
  content: "";
}
.schedule-flow__item:nth-child(3) {
  grid-row-start: 2;
  max-width: 540px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 60px;
}
.schedule-flow__item:nth-child(4) {
  grid-row-start: 3;
  max-width: 540px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.schedule-flow__item:nth-child(5) {
  grid-row-start: 4;
  grid-column: span 2/span 2;
  margin: 60px 0;
}
.schedule-flow__item:nth-child(6) {
  grid-column-start: 2;
  grid-row-start: 5;
}
.schedule-flow__item:nth-child(7) {
  grid-column-start: 2;
  grid-row-start: 6;
}
.schedule-flow__item:nth-child(8) {
  grid-column: span 2/span 2;
  grid-row-start: 7;
}
.schedule-flow__date-label {
  border-radius: 50px;
  background: #fff;
  padding: 0 16px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 1.8rem;
}

/* アンケートリサーチプログラム完了！ */
.schedule-flow__survey-complete {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: var(--or);
  padding: 32px 0;
  margin-top: 40px;
}
@media (max-width: 499px) {
  .schedule-flow__survey-complete {
    padding: 15px 0;
  }
}

/*SP版 スケジュールタブ*/
.schedule-tab {
  width: 100%;
  display: none;
}
@media (max-width: 834px) {
  .schedule-tab {
    display: block;
  }
}
.schedule-tab__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  .schedule-tab__btns {
    gap: 0;
  }
}
.schedule-tab .schedule-flow__date-label {
  font-size: 1.6rem;
}
@media (max-width: 499px) {
  .schedule-tab .schedule-flow__date-label {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}

.schedule-tab .schedule-flow__ttl,
.schedule-flow__survey-complete {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 499px) {
  .schedule-tab .schedule-flow__ttl,
  .schedule-flow__survey-complete {
    font-size: 1.8rem;
  }
}

.schedule-tab__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: inherit;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

/* active クラスが付いていない時（白黒） */
.schedule-tab .schedule-flow__item-head01::after,
.schedule-tab .schedule-flow__item-head02::after {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* active クラスが付いている時（カラー） */
.schedule-tab .schedule-tab__btn.active .schedule-flow__item-head01::after,
.schedule-tab .schedule-tab__btn.active .schedule-flow__item-head02::after {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.schedule-tab__btn .schedule-flow__item-head {
  border: solid 3px #a1a1a1;
  color: #a1a1a1;
  min-height: 30vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2rem;
  padding: 20px 0;
}
@media (max-width: 639px) {
  .schedule-tab__btn .schedule-flow__item-head {
    min-height: 37vw;
  }
}
@media (max-width: 499px) {
  .schedule-tab__btn .schedule-flow__item-head {
    font-size: 1.8rem;
    line-height: 1.4;
    min-height: 37vw;
  }
}
.schedule-tab__btn .schedule-flow__item-head::after {
  right: 50%;
  top: 14vw;
  width: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
@media (max-width: 639px) {
  .schedule-tab__btn .schedule-flow__item-head::after {
    width: 62%;
    top: 18vw;
  }
}
@media (max-width: 499px) {
  .schedule-tab__btn .schedule-flow__item-head::after {
    top: 54%;
    width: 80%;
  }
}
@media (max-width: 399px) {
  .schedule-tab__btn .schedule-flow__item-head::after {
    top: 59%;
  }
}
.schedule-tab__btn .schedule-flow__item-head span {
  font-size: 1.8rem;
}
@media (max-width: 499px) {
  .schedule-tab__btn .schedule-flow__item-head span {
    font-size: 1.4rem;
  }
}
.schedule-tab__btn .schedule-flow__item-head.schedule-flow__item-head01::after {
  background: url(../img/schedule/cont02-01-sp.webp) no-repeat center;
  background-size: contain;
  aspect-ratio: 436/372;
}
.schedule-tab__btn .schedule-flow__item-head.schedule-flow__item-head01::before {
  display: none;
}
.schedule-tab__btn .schedule-flow__item-head.schedule-flow__item-head02::after {
  background: url(../img/schedule/cont02-02-sp.webp) no-repeat center;
  background-size: contain;
  aspect-ratio: 436/372;
}
.schedule-tab__btn .schedule-flow__item-head.schedule-flow__item-head02::before {
  display: none;
}
.schedule-tab__btn.active .schedule-flow__item-head {
  border: solid 3px #fa6650;
  color: var(--or);
}

.schedule-tab__tab-content {
  width: 100%;
  margin-top: 60px;
}

.schedule-tab__panel {
  display: none;
}

.schedule-tab__panel.active {
  display: block;
}

.customer-survey li + li,
.employee-survey li + li {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .customer-survey li + li,
  .employee-survey li + li {
    margin-top: 30px !important;
  }
}

/* タブ（顧客満足度アンケート） */
.customer-survey,
.employee-survey {
  position: relative;
}
.customer-survey::before,
.employee-survey::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 2px dotted var(--or);
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.customer-survey .item-radius10,
.employee-survey .item-radius10 {
  overflow: visible;
}
.customer-survey .schedule-flow__item:nth-child(3),
.customer-survey .schedule-flow__item:nth-child(4),
.employee-survey .schedule-flow__item:nth-child(3),
.employee-survey .schedule-flow__item:nth-child(4) {
  grid-row-start: auto;
  max-width: none;
  width: 100%;
  position: static;
  -webkit-transform: none;
          transform: none;
  left: unset;
}

/*曜日*/
.schedule__weekday {
  font-size: 1.4rem;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 26px;
  margin-left: 4px;
}
@media (max-width: 499px) {
  .schedule__weekday {
    font-size: 1.3rem;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}
.schedule__weekday--weekdays {
  background: #666;
}
.schedule__weekday--holidays {
  background-color: #ff6e71;
}

/* サロンクオリティアップ研究会 */
.schedule-cont03 {
  margin: 170px 0 130px;
}
@media (max-width: 834px) {
  .schedule-cont03 {
    margin: 80px 0;
  }
}
@media (max-width: 499px) {
  .schedule-cont03 {
    margin: 60px 0;
  }
}
.schedule-cont03 .page-heading--primary {
  font-size: 2rem;
}
.schedule-cont03 .page-heading--secondary {
  font-size: 1.8rem;
}
.schedule-cont03__list {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .schedule-cont03__list {
    margin-top: 40px;
  }
}
@media (max-width: 499px) {
  .schedule-cont03__list {
    margin-top: 20px;
  }
}
.schedule-cont03__list > li + li {
  margin-top: 70px;
}
@media (max-width: 834px) {
  .schedule-cont03__list > li + li {
    margin-top: 40px;
  }
}
@media (max-width: 499px) {
  .schedule-cont03__list > li + li {
    margin-top: 60px;
  }
}
.schedule-cont03__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 499px) {
  .schedule-cont03__sub-list {
    margin-top: -12px;
  }
}
.schedule-cont03__sub-item {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  width: 48%;
}
@media (max-width: 834px) {
  .schedule-cont03__sub-item {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .schedule-cont03__sub-item {
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.schedule-cont03__date {
  min-width: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.schedule-cont03__date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .schedule-cont03__date-wrap {
    font-size: 1.6rem;
  }
}
@media (max-width: 499px) {
  .schedule-cont03__date-wrap {
    gap: 0;
  }
}
.schedule-cont03__weekday {
  font-size: 1.4rem;
}
@media (max-width: 499px) {
  .schedule-cont03__weekday {
    font-size: 1.3rem;
  }
}
.schedule-cont03__weekday.schedule__weekday {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.schedule-cont03__location {
  position: relative;
  font-size: 1.8rem;
  padding-left: 29px;
}
@media (max-width: 499px) {
  .schedule-cont03__location {
    padding-left: 24px;
    font-size: 1.6rem;
  }
}
.schedule-cont03__location::before {
  position: absolute;
  content: "\e0c8";
  font-family: "Material Icons";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fa6650;
  font-size: 2.4rem;
}

/* バナー */
.schedule__banner {
  max-width: 780px;
  margin: 0 auto;
}

/* --------------------------------------------
 * NPS/eNPSついて / nps
 * -------------------------------------------- */
/* 共通 */
.nps-cont01 p,
.nps-cont02 p {
  margin-bottom: 56px;
}
@media (max-width: 834px) {
  .nps-cont01 p,
  .nps-cont02 p {
    margin-bottom: 40px;
  }
}
@media (max-width: 499px) {
  .nps-cont01 p,
  .nps-cont02 p {
    margin-bottom: 30px;
  }
}

/* NPS/eNPSの活用 */
/* NPS/eNPSを活用するメリット */
.nps-cont02-merit {
  margin-top: 50px;
  padding: 70px 48px;
}
@media (max-width: 499px) {
  .nps-cont02-merit {
    padding: 20px;
  }
}
@media (max-width: 499px) {
  .nps-cont02-merit {
    margin-top: 40px;
  }
}
.nps-cont02-merit__heading {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .nps-cont02-merit__heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 499px) {
  .nps-cont02-merit__heading {
    margin-bottom: 30px;
  }
}
.nps-cont02-merit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 834px) {
  .nps-cont02-merit__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .nps-cont02-merit__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.nps-cont02-merit__item {
  background: #fff;
  padding: 30px;
}
.nps-cont02-merit__item-ttl {
  font-size: 2.1rem;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .nps-cont02-merit__item-ttl {
    font-size: 1.8rem;
  }
}
.nps-cont02-merit__item-icon {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  width: 21px;
  height: 21px;
  background-color: #fa6650;
  border-radius: 50%;
  top: 4px;
}
.nps-cont02-merit__item-icon::before {
  position: absolute;
  content: "\e5ca";
  font-family: "Material Icons";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}

/* 「課題発見」と「課題解決」に繋がる
NPS/eNPSの数値アプローチ */
.nps-cont03__heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1200px) {
  .nps-cont03__heading-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 834px) {
  .nps-cont03__heading-wrap {
    gap: 32px;
  }
}
.nps-cont03__heading-img {
  width: 440px;
}
@media (max-width: 834px) {
  .nps-cont03__heading-img {
    width: 50%;
    min-width: 400px;
  }
}
@media (max-width: 499px) {
  .nps-cont03__heading-img {
    width: 80%;
    min-width: auto;
  }
}
.nps-cont03__heading {
  font-size: 4.2rem;
  line-height: 1.5;
  margin-top: -20px;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .nps-cont03__heading {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}
@media (max-width: 499px) {
  .nps-cont03__heading {
    margin-bottom: 30px;
  }
}
.nps-cont03__heading span {
  font-size: 2.8rem;
  margin-left: -1rem;
}
@media (max-width: 834px) {
  .nps-cont03__heading span {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}

.nps-cont03.pd-120 {
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .nps-cont03.pd-120 {
    padding-bottom: 50px;
  }
}
@media (max-width: 499px) {
  .nps-cont03.pd-120 {
    padding-bottom: 40px;
  }
}

/* 数値アプローチ */
.nps-cont03-approach__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.nps-cont03-approach__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  background-color: #eff1f6;
}
@media (max-width: 834px) {
  .nps-cont03-approach__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nps-cont03-approach__item-img {
  width: 48%;
}
@media (max-width: 834px) {
  .nps-cont03-approach__item-img {
    width: 100%;
    margin-bottom: 12px;
  }
}
.nps-cont03-approach__item-body {
  width: 48%;
}
@media (max-width: 834px) {
  .nps-cont03-approach__item-body {
    width: 100%;
  }
}
.nps-cont03-approach__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
}
@media (max-width: 1024px) {
  .nps-cont03-approach__item-heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 834px) {
  .nps-cont03-approach__item-heading {
    font-size: 2rem;
  }
}
.nps-cont03-approach__item-heading .num {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .nps-cont03-approach__item-heading .num {
    font-size: 1.6rem;
  }
}
@media (max-width: 834px) {
  .nps-cont03-approach__item-heading .num {
    margin-right: 4px;
  }
}
.nps-cont03-approach__item-lead {
  font-size: 2.4rem;
  margin: 12px 0 8px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .nps-cont03-approach__item-lead {
    font-size: 2rem;
  }
}
@media (max-width: 834px) {
  .nps-cont03-approach__item-lead {
    margin: 8px 0 4px;
    font-size: 1.8rem;
  }
}
@media (max-width: 499px) {
  .nps-cont03-approach__item-lead {
    line-height: 1.3;
  }
}

/* JBHのサロンソリューション */
.nps-cont03-solution {
  margin-top: 70px;
}
@media (max-width: 834px) {
  .nps-cont03-solution {
    margin-top: 50px;
  }
}
.nps-cont03-solution__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1100px) {
  .nps-cont03-solution__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 639px) {
  .nps-cont03-solution__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.nps-cont03-solution__item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .nps-cont03-solution__item {
    padding: 20px;
  }
}
.nps-cont03-solution__item-img {
  height: 136px;
  width: auto;
}
.nps-cont03-solution__item-img img {
  height: 100%;
  width: auto;
}
.nps-cont03-solution__item-heading {
  margin: 30px 0 24px;
  font-size: clamp(2rem, 1.7vw, 2.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1240px) {
  .nps-cont03-solution__item-heading {
    margin-bottom: 8px;
  }
}
@media (max-width: 834px) {
  .nps-cont03-solution__item-heading {
    margin-top: 8px;
    font-size: 2rem;
  }
}
@media (max-width: 499px) {
  .nps-cont03-solution__item-heading {
    margin: 16px 0 8px;
  }
}
.nps-cont03-solution__item-heading .num {
  font-size: 2rem;
  margin: 2px 6px 0 0;
}
@media (max-width: 834px) {
  .nps-cont03-solution__item-heading .num {
    margin: 4px 3px 0 0;
  }
}
.nps-cont03-solution__labels li {
  font-size: 1.3rem;
}
@media (max-width: 834px) {
  .nps-cont03-solution__labels li {
    font-size: 1.1rem;
  }
}

.nps-cont03-solution__item h5 {
  font-size: 1.8rem;
  margin-bottom: 8px;
  margin-top: -14px;
}

/* --------------------------------------------
 * 準備中ページ / coming_soon
 * -------------------------------------------- */
#coming_soon.under {
  padding-bottom: 0;
}
@media (max-width: 499px) {
  #coming_soon.under {
    padding-bottom: 5rem;
  }
}

#coming_soon .aioseo-breadcrumbs {
  margin-left: auto;
}

.coming_soon__section .inner {
  position: relative;
}
.coming_soon__section .inner:before {
  position: absolute;
  content: "";
  width: 438px;
  aspect-ratio: 1/1;
  right: 0;
  bottom: -120px;
  background: url(../img/coming_soon/coming-soon_bg.webp) no-repeat top left/cover;
}
@media (max-width: 834px) {
  .coming_soon__section .inner:before {
    width: 60%;
    bottom: -100px;
  }
}
@media (max-width: 499px) {
  .coming_soon__section .inner:before {
    bottom: 0;
    width: 75%;
  }
}

.coming_soon__heading {
  font-size: clamp(4rem, 3.7vw, 6rem);
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 499px) {
  .coming_soon__heading {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
}

.coming_soon__txt {
  font-size: 1.8rem;
}
@media (max-width: 499px) {
  .coming_soon__txt {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=under.css.map */