@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header {
  font-size: clamp(1.2rem, 0.9356725146vw, 1.6rem);
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 10rem;
  padding: 1.25em 1.875em;
}
#header .header__logo {
  width: 25.1rem;
}
#header .header__other {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.875em;
       column-gap: 1.875em;
}
#header .header__mail {
  width: 14.375em;
  border-radius: 1rem;
  overflow: hidden;
}
#header .header__mail-txt {
  text-align: center;
  font-size: 1.125em;
  font-weight: var(--font-weight-black);
  color: var(--color-white);
  line-height: 2em;
  letter-spacing: var(--letter-spacing-base);
  background: var(--color-red);
  padding: 0.3rem 0.55556em 0.1rem;
}
#header .header__mail-txt > span {
  display: block;
  margin-right: -0.37em;
}
#header .header__mail-txt .b {
  font-size: 1.33334em;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-right: 0.16em;
}
#header .header__mail-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: calc(3em - 1px);
  background: #f5ebec;
  padding-inline: 1rem;
  transition: all 0.3s;
}
#header .header__mail-link::before {
  content: "";
  display: block;
  width: 1.25em;
  aspect-ratio: 1;
  -webkit-mask: url(../img/common/icon_mail.png) no-repeat center/contain;
          mask: url(../img/common/icon_mail.png) no-repeat center/contain;
  background-color: var(--color-red);
  margin-right: 1.5em;
}
#header .header__mail-link > span {
  display: block;
  font-size: 1.125em;
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
#header .header__mail-link::after {
  content: "";
  display: block;
  width: calc(1em - 1px);
  aspect-ratio: 1;
  background: url(../img/common/arrow.svg) no-repeat left 55.5556% center/40%;
  background-color: var(--color-red);
  border-radius: 0.5rem;
  margin-left: auto;
}
#header .header__mail-link:hover {
  text-decoration: none;
  background: color-mix(in srgb, var(--color-red) 20%, #f5ebec);
}
#header .header__tel {
  font-size: 1em;
}
#header .header__tel .com-tel__num {
  font-size: 1.75em;
}
#header .header__tel .com-tel__num::before {
  width: 0.75em;
}
#header .header__tel .com-tel__num > span {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
#header .header__tel .com-replace {
  font-size: 0.875em;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 5rem;
  border-top: solid 1rem var(--color-denim);
}
#footer .footer__inner {
  display: grid;
  grid-template: "logo logo" 5.5rem "add fnav" auto "sns fnav" auto "sns copy" 1fr/auto 61.8rem;
  gap: 3rem 5rem;
  align-items: flex-start;
  width: 1080px;
  padding: 5rem;
  border-radius: 2rem;
}
#footer .footer__logo {
  grid-area: logo;
  text-align: center;
}
#footer .footer__logo img {
  width: 25.1rem;
}
#footer .footer__info {
  grid-area: add;
}
#footer .footer__sns {
  width: 26rem;
  padding: 0 2rem 2.3rem;
  gap: 2.5rem 4rem;
  grid-area: sns;
}
#footer .footer__sns::before {
  height: calc(100% - 1.2rem);
}
#footer .footer__sns dt > span::before {
  width: calc(100% + 7.4rem);
}
#footer .footer__sns dd {
  width: 3.5rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  line-height: 2;
  border-top: dashed 1px var(--color-blue);
  border-bottom: dashed 1px var(--color-blue);
  padding-block: 2.2rem;
  grid-area: fnav;
}
.footer-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: -1em;
}
.footer-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: var(--letter-spacing-base);
  margin-right: 1em;
}
.footer-nav__item::before {
  content: ">";
  color: var(--color-red);
  margin-right: 0.25em;
}

/*コピーライト
-----------------------------*/
.copy {
  grid-area: copy;
  margin-top: auto;
  margin-left: auto;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 10px;
  right: 10px;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 10px;
  right: 10px;
}

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(485px, 37.7604166667vw, 725px);
  background: url(../img/visual/mv.jpg) no-repeat center top/cover;
  padding-bottom: 3px;
}
.visual__main-catch {
  width: clamp(395px, 30.7291666667vw, 590px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(300px, 23.3918128655vw, 400px);
}
.visual__sub-catch {
  width: 500px;
  aspect-ratio: 500/155;
}
.visual__sub-catch img {
  height: 93px;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  background: var(--color-blue);
  border-top: solid 0.5rem var(--color-denim);
  border-bottom: solid 0.5rem var(--color-denim);
}
.gnav__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 1px;
       column-gap: 1px;
  width: 1080px;
  padding-inline: 1px;
  margin-inline: auto;
}
.gnav__item {
  position: relative;
}
.gnav__item::before {
  content: "";
  width: 1px;
  height: 31px;
  background: linear-gradient(to bottom, #fff 1px, transparent 1px, transparent 10px) repeat-y center top/1px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
}
.gnav__item:last-of-type::after {
  content: "";
  width: 1px;
  height: 31px;
  background: linear-gradient(to bottom, #fff 1px, transparent 1px, transparent 10px) repeat-y center top/1px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
}
.gnav__link {
  display: block;
  text-align: center;
  color: var(--color-white);
  letter-spacing: var(--letter-spacing-base);
  line-height: 2;
  padding-left: var(--letter-spacing-base);
  padding-block: 1.3rem;
  transition: all 0.3s ease-out;
}
.gnav__link:hover, .gnav__link.current {
  background: var(--color-navy);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  padding-top: 1.5rem;
}
.breadcrumb__list {
  width: 1080px;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding: 10rem 0;
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
.com-link--line::before {
  width: 2.2rem;
  margin-right: 1.5rem;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  width: 18rem;
  text-align: center;
  vertical-align: middle;
  padding: 1.4rem 2rem;
  border-bottom: solid 1px var(--color-gray);
}
.com-table tr td {
  padding: 1.4rem 2rem;
  border-bottom: solid 1px var(--color-blue);
}
.com-table tr:last-of-type th {
  border-bottom-color: var(--color-blue);
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  border-top: solid 1px var(--color-blue);
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-text p.mb5 {
  margin-bottom: 0.5rem;
}
.com-text strong {
  font-size: var(--font-size-20);
  line-height: var(--line-height-half);
}

/* 背景
-----------------------------*/
.com-wave {
  padding-bottom: 7rem;
}
.com-wave::after {
  min-width: 1920px;
  height: calc(5rem + 1px);
}
.com-wave + .section {
  padding-top: 15rem;
}

/*お知らせ
-----------------------------*/
/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding: 6.4rem 0 7rem;
}
.com-contact:has(+ .section)::after {
  min-width: 1920px;
  height: calc(5rem + 1px);
}
.com-contact__inner {
  padding-inline: 3rem;
}
.com-contact__inner::before {
  height: calc(100% - 3.5rem);
  border-radius: 2rem;
}
.com-contact__title::before {
  width: calc(100% + 4.8rem);
  top: 3.5rem;
}
.com-contact__heading::before {
  width: calc(100% + 7.6rem);
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.com-contact__text {
  display: grid;
  grid-template-columns: 1fr 25.6rem;
  -moz-column-gap: 4.4rem;
       column-gap: 4.4rem;
  align-items: flex-end;
  padding-top: 1.1rem;
  padding-inline: 2rem;
}
.com-contact__balloon {
  padding: 3.15rem 3rem;
  margin-bottom: 4.8rem;
}
.com-contact__balloon img {
  height: 4.2rem;
}
.com-contact__balloon::after {
  width: 2.7rem;
  aspect-ratio: 27/26;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.7rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*経営とメンタルの“二刀流”コーチング
-----------------------------*/
.top-about__inner {
  min-height: 704px;
  padding-top: 1.6rem;
  padding-left: 43rem;
}
.top-about__inner::before {
  width: 20.7rem;
  top: -2rem;
  right: 0;
}
.top-about__btn {
  margin-top: 5rem;
}
.top-about__images {
  width: calc(50vw - 170px);
  max-width: 475px;
  min-width: 430px;
  padding: 0.7rem;
  position: absolute;
  top: 0;
  right: calc(50% + 165px);
}
.top-about__image--lt {
  width: 88.9371%;
  height: 270px;
}
.top-about__image--lt::before {
  width: 432px;
  right: -52px;
  bottom: -97px;
}
.top-about__image--rb {
  width: 86.768%;
  height: 400px;
  margin-top: 2rem;
  margin-left: auto;
}
.top-about__image--rb::before {
  width: 414px;
  left: -51px;
  bottom: -73px;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}

/*WKLのコーチング
-----------------------------*/
.top-coaching {
  padding: 11rem 0 7rem;
}
.top-coaching__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem 8rem;
  position: relative;
  z-index: 0;
}
.top-coaching__list::before {
  content: "";
  width: calc(100vw - 5rem);
  max-width: 1280px;
  min-width: 1150px;
  height: calc(100% + 2.7rem);
  background: url(../img/index/deco_coaching-rt.png) no-repeat right top, url(../img/index/deco_coaching-lb.png) no-repeat left bottom;
  background-size: 20.859375%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  z-index: -2;
}
.top-coaching__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 251px;
  background: url(../img/index/bg_coaching-list.png) no-repeat center/100% 100%;
  padding-bottom: 14px;
}
.top-coaching__item:nth-of-type(4n - 2):not(:last-of-type) {
  margin-right: 7rem;
}
.top-coaching__item:nth-of-type(4n - 1):not(:last-of-type) {
  margin-left: 7rem;
}
.top-coaching__item:nth-of-type(4n + 1) .top-coaching__num, .top-coaching__item:nth-of-type(4n + 2) .top-coaching__num {
  width: 9.9rem;
  top: -4rem;
  left: -3rem;
}
.top-coaching__item:nth-of-type(4n - 1) .top-coaching__num, .top-coaching__item:nth-of-type(4n) .top-coaching__num {
  width: 9.4rem;
  top: -4rem;
  right: -3rem;
}
.top-coaching__item p {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.08334;
  background: url(../img/index/border_coaching.png) repeat left top/auto 50px;
}
.top-coaching__btn {
  width: 38rem;
  margin: 5rem auto 0;
}

/*あなたにぴったりのサポートをご提案します。
-----------------------------*/
.top-flow {
  padding-top: 11rem;
}
.top-flow__inner::before {
  width: 18.8rem;
  top: 8.5rem;
  right: 0;
}

/*お客様の声
-----------------------------*/
.top-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.top-voice__item {
  border-radius: 2rem;
}
.top-voice__inner {
  padding: 3rem;
}
.top-voice__status .job {
  width: 100%;
  text-align: center;
}
.top-voice__body p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: 5lh;
}
.top-voice__btn {
  margin: 5rem auto 0;
}

/*ボタンリンクセクション
-----------------------------*/
.top-links {
  padding: 11rem 0 5rem;
}
.top-links__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
}
.top-links__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 51.5rem;
  height: 26rem;
  row-gap: 2rem;
}
.top-links__item::before {
  width: 28.1rem;
  bottom: -5rem;
}
.top-links__item--case {
  background: url(../img/index/bg_bnr-case.svg) no-repeat right bottom, url(../img/index/shadow_bnr-case.png) no-repeat left 8.6rem top;
  padding-top: 4rem;
  padding-left: 230px;
}
.top-links__item--case::before {
  left: 0;
}
.top-links__item--coach {
  background: url(../img/index/bg_bnr-coach.svg) no-repeat left bottom, url(../img/index/shadow_bnr-case.png) no-repeat right 5.2rem top;
  padding-top: 4rem;
  padding-right: 230px;
}
.top-links__item--coach::before {
  right: 0;
}
.top-links__title {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
.top-links__title img {
  height: 3.4rem;
}
.top-links__btn {
  width: 18rem;
  height: 5rem;
}
.top-links__btn:hover {
  background: color-mix(in srgb, var(--color-red) 20%, var(--color-white));
}

/*お知らせ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 25rem 1fr;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.top-news__title {
  align-self: flex-end;
}
.top-news__list {
  padding: 4rem 0 4rem 4rem;
  grid-row: span 2;
  position: relative;
  z-index: 0;
}
.top-news__list::before {
  content: "";
  width: calc(100% + 50vw - 540px);
  height: 100%;
  background: var(--color-sky);
  border-radius: 2rem 0 0 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.top-news__btn {
  align-self: flex-start;
}

/*関連サイト
-----------------------------*/
.top-related__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}

/*===============================================
  World Knowledge Labについて
===============================================*/
/*World Knowledge Labについて
-----------------------------*/
.about-lead::before {
  width: 104rem;
  height: 15.5rem;
  top: 5.2rem;
}
.about-lead__inner {
  display: grid;
  grid-template-columns: 1fr 48rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.about-lead__text {
  margin-block: 0;
}
.about-lead__image img {
  width: 100%;
  height: 42rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  border-radius: 2rem;
}

/*コーチ紹介
-----------------------------*/
.about-coach__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem;
  border-radius: 2rem;
  margin-bottom: 4rem;
}
.about-coach__box--main {
  display: grid;
  grid-template-columns: 29.4rem 1fr;
  grid-column: span 2;
  padding-bottom: 4rem;
}
.about-coach__box--main .about-coach__image {
  grid-row: span 2;
}
.about-coach__box > * {
  width: 100%;
}
.about-coach__heading {
  margin-bottom: 0;
}
.about-coach__body {
  max-width: 68rem;
}
.about-coach__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
}
.about-coach__item:first-of-type:last-of-type {
  grid-column: span 2;
}
.about-coach__image--owner img {
  aspect-ratio: 0.7179487179;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-coach__image--license {
  padding: 3rem;
}

/*会社概要
-----------------------------*/
.about-company {
  padding-top: 15rem;
}
.about-company__map {
  height: 35rem;
  margin-top: 5rem;
}

/*===============================================
  コーチングについて
===============================================*/
/*こんなお悩みはありませんか？
-----------------------------*/
.coaching-trouble__list {
  width: calc(50% + 42rem);
  padding: 5rem 0 5rem 7rem;
  margin-left: auto;
}
.coaching-trouble__list::before {
  width: calc(50vw + 42rem);
  min-width: 102rem;
  border-radius: 2rem 0 0 2rem;
}
.coaching-trouble__list::after {
  width: 26.9rem;
  width: clamp(216px, 17.9333333333vw, 269px);
  aspect-ratio: 269/222;
  bottom: 0;
  left: clamp(-220px, -14.6666666667vw, -176px);
}
.coaching-trouble__item {
  font-size: var(--font-size-22);
  line-height: var(--line-height-half);
}
.coaching-trouble__solving {
  padding: 14rem 0 10.8rem;
  margin-top: 7rem;
}
.coaching-trouble__solving::before {
  height: calc(7rem + 1px);
}
.coaching-trouble__solving::after {
  width: calc(100% - 5rem);
  max-width: 1280px;
  height: clamp(198px, 16.2837837838vw, 241px);
  bottom: 8rem;
}
.coaching-trouble__heading::before {
  width: calc(100% + 12rem);
  height: 4rem;
}
.coaching-trouble__heading .b {
  font-size: 5rem;
}
.coaching-trouble__heading .ruby {
  padding-top: 3.2rem;
}
.coaching-trouble__heading .ruby span {
  font-size: var(--font-size-20);
}

/*経営とメンタルの“二刀流”コーチングで、
お悩みを解決へと導きます。
-----------------------------*/
.coaching-about__inner {
  min-height: 50rem;
  padding-left: 54rem;
}
.coaching-about__image {
  width: 48rem;
  padding-block: 7rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.coaching-about__image img {
  width: 100%;
  height: 42rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.coaching-about__image::before {
  width: calc(100% - 8px);
  height: 100%;
  top: 0;
  left: 3rem;
}

/*サービス内容
-----------------------------*/
.coaching-service::before {
  width: 1080px;
  height: 195px;
  top: -12px;
}
.coaching-service__entries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.coaching-service__entry--w100 {
  grid-column: span 2;
}
.coaching-service__entry--w100 .coaching-service__body p {
  display: block;
}
.coaching-service__body p {
  display: inline;
}
.coaching-service__item {
  font-size: var(--font-size-18);
  line-height: var(--line-height-half);
  padding-bottom: calc(1.6rem + (1em - 1lh) / 2);
  margin-bottom: 1.6rem;
}

/*コーチングの特徴
-----------------------------*/
.coaching-feature__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 32rem;
  position: relative;
  z-index: 0;
}
.coaching-feature__item:nth-of-type(2n + 1) {
  padding-right: 54rem;
}
.coaching-feature__item:nth-of-type(2n + 1) .coaching-feature__image {
  right: 0;
}
.coaching-feature__item:nth-of-type(2n) {
  padding-left: 54rem;
}
.coaching-feature__item:nth-of-type(2n) .coaching-feature__image {
  left: 0;
}
.coaching-feature__heading {
  width: 100%;
}
.coaching-feature__image {
  position: absolute;
  top: 0;
}

/*料金
-----------------------------*/
.coaching-fee__table tr th,
.coaching-fee__table tr td {
  width: 50%;
}
.coaching-fee__table tr td {
  text-align: center;
}

/*コーチングの流れ
-----------------------------*/
.coaching-flow__item {
  display: grid;
  grid-template: auto 1fr/15rem 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: flex-start;
  padding: 4rem;
}
.coaching-flow__icon {
  grid-row: span 2;
}

/*===============================================
  ご相談事例
===============================================*/
/*ご相談事例　一覧
-----------------------------*/
.case-list__item {
  padding: 4rem;
  border-radius: 2rem;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声　一覧
-----------------------------*/
.voice-list__item {
  padding: 4rem;
  border-radius: 2rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail {
  padding-top: 12rem;
}
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table {
  margin-bottom: 56px;
}
.contact-form__table tr th {
  width: 350px;
  text-align: left;
  line-height: 2.375;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
}
.contact-form .contact-submits-wrap > * {
  width: 320px;
  height: 60px;
  margin: 20px 15px 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 4rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 20px 80px;
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  padding: 15px 20px;
}

/*===============================================
  404エラー
===============================================*/