@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
}

/* ------------------------------------

中面 common (TOP以外)

------------------------------------ */
/*  anchor_link
*----------------------------------- */
.p-anchor_link {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 760px) {
  .p-anchor_link {
    padding-top: 20%;
    margin-top: -20%;
  }
}

/*  pan
*----------------------------------- */
.pan {
  padding: 20px 40px;
}
@media print, screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

/*  list-page__main
*----------------------------------- */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .l-form-container__flow {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #1E1E1E;
  outline-offset: -7px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item a {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 8vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 0.8;
  outline: solid 2px #0B4BAE;
}
.page-index .list-page .list-page__main .l-page-index .p-item__catch {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  color: #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

/*  l-cmn-member
*----------------------------------- */
.l-cmn-member {
  background: #ebf3fa;
  padding: 75px 0 80px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member {
    padding: 13% 5%;
  }
}

.l-cmn-member .l-member__header {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header {
    margin-bottom: 3%;
  }
}
.l-cmn-member .l-member__header__title {
  font-family: futura-pt, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #0B4BAE;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 16vw;
  }
}
.l-cmn-member .l-member__header__subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__subtitle {
    font-size: 4vw;
    margin-top: -2%;
  }
}
.l-cmn-member .l-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list {
    width: 100%;
    margin: 0 auto 10%;
    padding-bottom: 12%;
  }
}
.l-cmn-member .l-member__list .p-item {
  width: 380px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item {
    width: 100%;
    margin-right: 0;
  }
}
.l-cmn-member .l-member__list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-cmn-member .l-member__list .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.l-cmn-member .l-member__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cmn-member .l-member__list .p-item__inner {
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__inner {
    margin-top: 3%;
  }
}
.l-cmn-member .l-member__list .p-item__post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-title {
    font-size: 4.2vw;
    margin-bottom: 4%;
    max-height: 13vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  max-height: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-name {
    font-size: 3.8vw;
    margin-bottom: 2%;
    max-height: 8vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-company {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  max-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-company {
    font-size: 3vw;
    line-height: 1.4;
    max-height: 9vw;
  }
}

/* mobile */
/* =========================
  EXECUTIVE
========================= */
.page-exective {
  /* 文字エリア */
  /* ---------- band ---------- */
  /* ---------- about ---------- */
  /* title */
  /* nav */
  /* 共通ブロック */
  /* 見出しバー */
  /* body */
  /* 01：画像2枚 */
  /* テキスト */
  /* 02：上下2ブロック */
  /* 03 */
  /* 04 */
}
.page-exective .l-main {
  padding-bottom: 0;
}
.page-exective .other-contents {
  display: none;
}
.page-exective .list-page__main {
  width: 100%;
}
.page-exective .p-executive {
  width: 100%;
}
.page-exective .p-hero {
  position: relative;
  width: 100%;
}
.page-exective .p-hero__bg {
  position: absolute;
  inset: 0;
  background: url("../executive-therapist/images/exective_bg.jpg") center/cover no-repeat;
}
.page-exective .p-hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-exective .p-hero__catch {
  font-size: 22px;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}
.page-exective .p-hero__title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.page-exective .p-hero__reg {
  font-size: 0.6em;
  vertical-align: super;
  margin-left: 4px;
}
.page-exective .p-executive__band {
  background: #c79a06;
  padding: 58px 20px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive__band {
    padding: 9vw 5vw;
  }
}
.page-exective .p-executive__band p {
  font-size: 28px;
  line-height: 1.4;
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive__band p {
    font-size: 5.1vw;
  }
}
.page-exective .p-executive__about {
  background: #FCF8EF;
  padding: 116px 20px 110px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive__about {
    padding: 15vw 5vw;
  }
}
.page-exective .p-executive__about-title {
  text-align: center;
  font-size: 41px;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 700;
  margin-bottom: 27px;
  color: #c79a06;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive__about-title {
    font-size: 6.5vw;
  }
}
.page-exective .p-executive__about-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.page-exective .p-executive__about-text p {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 25px;
  color: #333;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive__about-text p {
    font-size: 4.1vw;
    margin-bottom: 7vw;
  }
}
.page-exective .p-executive__about-text p.is-strong {
  font-weight: 700;
  color: #004666;
  font-size: 24px;
  font-family: "source-han-serif-jp-subset", sans-serif;
  margin: -28px 0 22px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive__about-text p.is-strong {
    margin: -5vw 0 7vw;
    font-size: 6.8vw;
    line-height: 1.3;
  }
}
.page-exective .p-executive-head {
  padding: 61px 20px 70px;
  background: url("../executive-therapist/images/exective_bg.jpg") center/cover no-repeat;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-head {
    padding: 11vw 5vw;
  }
}
.page-exective .p-executive-head__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-exective .p-executive-head__title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 7px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-head__title {
    font-size: 6.5vw;
    line-height: 1;
    margin-bottom: 4vw;
  }
}
.page-exective .p-executive-head__title .num {
  font-family: "the-seasons", sans-serif;
  color: #BF8F02;
  margin-right: 4px;
  font-style: italic;
  font-size: 76px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-head__title .num {
    font-size: 11vw;
    margin-right: 1vw;
  }
}
.page-exective .p-executive-head__subtitle {
  font-family: "the-seasons", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-head__subtitle {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
.page-exective .p-executive-head__nav {
  display: flex;
  justify-content: center;
  gap: 140px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-head__nav {
    gap: 5vw;
    flex-wrap: wrap;
  }
}
.page-exective .p-executive-head__nav li {
  position: relative;
  font-size: 36px;
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #fff;
  padding-bottom: 8px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-head__nav li {
    padding-bottom: 1vw;
    font-size: 5.5vw;
    width: calc((100% - 30vw) / 3);
  }
}
.page-exective .p-executive-head__nav li span {
  display: inline-block;
}
.page-exective .p-executive-head__nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-head__nav li::after {
    width: 19vw;
  }
}
.page-exective .p-executive-head__nav li::before {
  content: "";
  position: absolute;
  left: calc(50% - 5.5px);
  bottom: -9px;
  width: 11px;
  height: 9px;
  border-color: #fff transparent transparent transparent;
  border-width: 5.4px 5px 0px 5px;
}
.page-exective .p-executive-blocks {
  padding: 79px 20px 61px;
  background: #F4F6F8;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-blocks {
    padding: 10vw 5vw;
  }
}
.page-exective .p-executive-block {
  max-width: 1200px;
  margin: 0 auto 99px;
  border: 1px solid #004666;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block {
    margin: 0 auto 8vw;
  }
}
.page-exective .p-executive-block__head {
  background: #004666;
  color: #fff;
  padding: 17px 30px;
  font-size: 42px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__head {
    font-size: 7vw;
    padding: 5vw;
    align-items: flex-start;
    line-height: 1.2;
    text-align: left;
  }
}
.page-exective .p-executive-block__head .num {
  color: #BF8F02;
  font-family: "the-seasons", sans-serif;
  margin-right: 27px;
  font-size: 60px;
  font-style: italic;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__head .num {
    margin-right: 5vw;
    font-size: 10vw;
  }
}
.page-exective .p-executive-block__head .key {
  color: #BF8F02;
}
.page-exective .p-executive-block__body {
  padding: 68px 88px 85px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__body {
    padding: 5vw 5vw 7vw;
  }
}
.page-exective .p-executive-block__body--split {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__body--split {
    margin-bottom: 3vw;
    padding-bottom: 4vw;
    flex-wrap: wrap;
    gap: 4vw;
  }
}
.page-exective .p-executive-block__images {
  display: flex;
  gap: 17px;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__images {
    gap: 3vw;
    margin-bottom: 6vw;
    flex-wrap: wrap;
  }
}
.page-exective .p-executive-block__images img {
  width: calc((100% - 17px) / 2);
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__images img {
    width: 100%;
  }
}
.page-exective .p-executive-block__text h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #004666;
  letter-spacing: -0.02rem;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__text h3 {
    font-size: 7vw;
    line-height: 1.3;
    margin-bottom: 3vw;
  }
}
.page-exective .p-executive-block__text p {
  font-size: 16px;
  line-height: 2.1;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__text p {
    font-size: 4.1vw;
  }
}
.page-exective .p-executive-block__text p.text-area {
  margin-top: 19px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__text p.text-area {
    margin-top: 3vw;
  }
}
.page-exective .p-executive-block__item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__item {
    margin-bottom: 8vw;
    padding-bottom: 10vw;
    flex-wrap: wrap;
    gap: 5vw;
  }
}
.page-exective .p-executive-block__item.is-reverse {
  flex-direction: row-reverse;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__item.is-reverse {
    flex-wrap: wrap;
    gap: 5vw;
  }
}
.page-exective .p-executive-block__item img {
  width: 48%;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__item img {
    width: 100%;
  }
}
.page-exective .p-executive-block__item .p-executive-block__text {
  flex: 1;
}
.page-exective .p-executive-block__image-wide {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__image-wide {
    margin-bottom: 4vw;
  }
}
.page-exective .p-executive-block__image-wide img {
  width: 100%;
  display: block;
}
.page-exective .p-executive-block__label {
  background: #c79a06;
  color: #fff;
  padding: 5px 16px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: -9px;
  font-size: 32px;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__label {
    padding: 4vw;
    margin-bottom: 4vw;
    margin-top: 0;
    font-size: 5.7vw;
  }
}
.page-exective .p-executive-block__body-inner {
  display: flex;
  gap: 33px;
  align-items: flex-start;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__body-inner {
    gap: 3vw;
    flex-wrap: wrap;
  }
}
.page-exective .p-executive-block__body-inner.is-reverse {
  flex-direction: row-reverse;
}
.page-exective .p-executive-block__logos {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 50.8%;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__logos {
    width: 100%;
  }
}
.page-exective .p-executive-block__logos img {
  max-width: 268px;
  height: auto;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__logos img {
    width: 100%;
  }
}
.page-exective .text-area02 {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2.13;
}
@media print, screen and (max-width: 760px) {
  .page-exective .text-area02 {
    font-size: 4.1vw;
  }
}
.page-exective .p-executive-block__divider {
  height: 1px;
  background: #C3C3C3;
  margin: 54px 0;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__divider {
    margin: 13vw 0;
  }
}
.page-exective .p-executive-block__image {
  width: 37.2%;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__image {
    width: 100%;
  }
}
.page-exective .p-executive-block__image img {
  width: 100%;
  display: block;
}
.page-exective .p-executive-block__check {
  list-style: none;
  padding: 0;
  margin: 6px 0 -3px;
  display: flex;
  gap: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__check {
    margin: 2vw auto;
    gap: 1vw;
    flex-wrap: wrap;
    font-size: 4.1vw;
  }
}
.page-exective .p-executive-block__check li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  letter-spacing: 0.1rem;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__check li {
    padding-left: 7vw;
    width: 100%;
    margin-bottom: 1vw;
  }
}
.page-exective .p-executive-block__check li::before {
  content: "";
  position: absolute;
  background: url("../executive-therapist/images/check.svg") center/cover no-repeat;
  left: 0;
  top: 0;
  width: 24.77px;
  height: 21.63px;
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__check li::before {
    width: 5vw;
    height: 7vw;
  }
}
.page-exective .p-executive-block__side {
  width: 46.7%;
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-executive-block__side {
    width: 100%;
    justify-content: center;
  }
}
.page-exective .block05 .is-gold {
  color: #BF8F02;
  line-height: 1;
  margin-bottom: 27px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .block05 .is-gold {
    line-height: 1.4;
    margin-bottom: 3vw;
  }
}
.page-exective .block05 .p-executive-block__side-logo {
  max-width: 261px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .block05 .p-executive-block__side-logo {
    max-width: 65vw;
  }
}
.page-exective .p-voice {
  padding: 99px 0 116px;
  background: url("../executive-therapist/images/exective_bg.jpg") center/cover no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-voice {
    padding: 16vw 0 20vw;
  }
}
.page-exective .p-voice__header {
  text-align: center;
  margin-bottom: 45px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-voice__header {
    margin-bottom: 8vw;
  }
}
.page-exective .p-voice__title {
  font-size: 120px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  color: #fff;
  font-family: "the-seasons", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-voice__title {
    max-width: 70vw;
    font-size: 16vw;
    margin: 0 auto 2vw;
  }
}
.page-exective .p-voice__subtitle {
  font-size: 18px;
  color: #fff;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-voice__subtitle {
    font-size: 4.62vw;
  }
}
.page-exective .p-voice__list {
  max-width: calc(1200px + 8%);
  padding: 0 4%;
  margin: 0 auto 94px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-voice__list {
    margin: 0 auto 13vw;
    gap: 7vw;
  }
}
.page-exective .p-voice__item {
  background: #fff;
  border-radius: 10px;
  padding: 39px 58px 44px;
  display: flex;
  align-items: center;
  gap: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-voice__item {
    gap: 4vw;
    padding: 7vw 5vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-exective .p-voice__icon {
  width: 165.53px;
  flex-shrink: 0;
}
.page-exective .p-voice__icon img {
  width: 100%;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-voice__icon img {
    width: 50vw;
    margin: 0 auto;
  }
}
.page-exective .p-voice__content h3 {
  font-size: 28px;
  margin-bottom: 8px;
  color: #004666;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-voice__content h3 {
    font-size: 6.3vw;
    margin-bottom: 2vw;
    margin-top: 0;
    text-align: left;
  }
}
.page-exective .p-voice__content p {
  font-size: 16px;
  line-height: 2.1;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-voice__content p {
    font-size: 4.1vw;
  }
}
.page-exective .p-voice__cta {
  text-align: center;
  font-size: 36px;
  line-height: 1.7;
  color: #fff;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-voice__cta {
    font-size: 6vw;
    font-feature-settings: "palt";
  }
}
.page-exective .p-voice__cta span {
  font-size: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-exective .p-voice__cta span {
    font-size: 8vw;
  }
}

/* =========================
  エグゼクティブセラピスト
========================= */
.page-therapist {
  padding-top: 0;
  /* title */
}
.page-therapist .l-main {
  padding-bottom: 0;
}
.page-therapist .p-message {
  background: url("../executive-treatment/images/therapist_bg.jpg") center/cover no-repeat;
}
.page-therapist .p-message__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 99px 40px 88px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message__inner {
    padding: 15vw 5vw 11vw;
  }
}
.page-therapist .p-message__title {
  font-size: 41px;
  margin-bottom: 23px;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message__title {
    font-size: 7.5vw;
    margin-bottom: 7vw;
  }
}
.page-therapist .p-message__title .is-em {
  color: #BF8F02;
}
.page-therapist .p-message__lead {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message__lead {
    font-size: 4.62vw;
  }
}
.page-therapist .p-executive {
  padding: 116px 40px 160px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive {
    padding: 17vw 5vw 30vw;
  }
}
.page-therapist .p-executive__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-therapist .p-executive__header {
  text-align: center;
  margin-bottom: 31px;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive__header {
    margin-bottom: 3vw;
    justify-content: center;
  }
}
.page-therapist .p-executive__label {
  font-size: 36px;
  margin-bottom: 12px;
  color: #004666;
  margin-bottom: -8px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive__label {
    font-size: 5.4vw;
    margin-bottom: 0;
  }
}
.page-therapist .p-executive__title {
  font-size: 54px;
  margin-bottom: 114px;
  color: #004666;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive__title {
    font-size: 9.5vw;
    line-height: 1.2;
    margin-bottom: 20vw;
  }
}
.page-therapist .p-executive__title::after {
  content: "";
  width: 1px;
  height: 60px;
  background: #141414;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -86px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive__title::after {
    bottom: -16vw;
    height: 9vw;
  }
}
.page-therapist .p-executive__lead {
  font-size: 36px;
  line-height: 1.5;
  color: #BF8F02;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive__lead {
    font-size: 7vw;
  }
}
.page-therapist .p-executive__content {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.page-therapist .p-executive__images01 {
  position: absolute;
  width: 237px;
  top: 101px;
  left: -377px;
}
.page-therapist .p-executive__images02 {
  position: absolute;
  width: 269px;
  left: -324px;
  bottom: 145px;
}
.page-therapist .p-executive__images03 {
  position: absolute;
  width: 274px;
  right: -408px;
  top: 39px;
}
.page-therapist .p-executive__images04 {
  position: absolute;
  width: 308px;
  right: -331px;
  bottom: 115px;
}
.page-therapist .p-executive__text {
  width: fit-content;
  font-size: 16px;
  text-align: center;
  line-height: 2.25;
  margin: 0 auto;
}
.page-therapist .p-executive__text p {
  margin-bottom: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive__text p {
    margin-bottom: 0;
    text-align: left;
    font-size: 4.1vw;
  }
}
.page-therapist .p-message__point {
  margin: 130px auto 0px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message__point {
    margin: 25vw auto 0px;
  }
}
.page-therapist .p-message__point .p-message__item_tit {
  font-size: 28px;
  color: #004666;
  text-align: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
  margin-bottom: 62px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message__point .p-message__item_tit {
    font-size: 7.1vw;
  }
}
.page-therapist .p-message__point .p-message__item_tit::after {
  content: "";
  width: 35.03px;
  height: 2px;
  background: #004666;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -25px;
}
.page-therapist .p-message__point .p-message__item_item {
  max-width: 1138px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message__point .p-message__item_item {
    overflow-x: scroll;
  }
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message__point .p-message__item_item img {
    width: 1000px;
    margin-bottom: 2vw;
  }
}
.page-therapist .p-executive-head {
  padding: 61px 20px 36px;
  background: url("../executive-therapist/images/exective_bg.jpg") center/cover no-repeat;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive-head {
    padding: 11vw 5vw;
  }
}
.page-therapist .p-executive-head__logo {
  max-width: 518.45px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive-head__logo {
    width: 70vw;
  }
}
.page-therapist .p-executive-head__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-therapist .p-executive-head__title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 7px;
  margin-top: -7px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive-head__title {
    font-size: 7.5vw;
    margin-top: 2vw;
    margin-bottom: 0;
    line-height: 1;
  }
}
.page-therapist .p-executive-head__title .num {
  font-family: "the-seasons", sans-serif;
  color: #BF8F02;
  margin-right: 11px;
  font-style: italic;
  font-size: 99px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive-head__title .num {
    font-size: 12vw;
  }
}
.page-therapist .p-executive-head__subtitle {
  font-family: "the-seasons", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-executive-head__subtitle {
    font-size: 6.5vw;
  }
}
.page-therapist .p-feature {
  padding: 20px 40px 80px;
  background: #F0F4F6;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-feature {
    padding: 0vw 5vw 15vw;
  }
}
.page-therapist .p-feature__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-therapist .p-feature__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  border-bottom: 1px solid #004666;
  /* 偶数だけ左右反転 */
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-feature__item {
    flex-wrap: wrap;
    gap: 5vw;
    padding: 12vw 0;
  }
}
.page-therapist .p-feature__item:last-child {
  border-bottom: none;
}
.page-therapist .p-feature__item:nth-child(even) {
  flex-direction: row-reverse;
}
.page-therapist .p-feature__text {
  width: 48%;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-feature__text {
    width: 100%;
  }
}
.page-therapist .p-feature__image {
  width: 48%;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-feature__image {
    width: 100%;
  }
}
.page-therapist .p-feature__image img {
  width: 100%;
  display: block;
}
.page-therapist .p-feature__tit {
  display: flex;
  gap: 19px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-feature__tit {
    gap: 3vw;
  }
}
.page-therapist .p-feature__num {
  font-size: 56px;
  color: #BF8F02;
  margin-bottom: 8px;
  font-family: "the-seasons", sans-serif;
  font-style: italic;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-feature__num {
    font-size: 9vw;
  }
}
.page-therapist .p-feature__title {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 12px;
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #004666;
  word-break: keep-all;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-feature__title {
    font-size: 6.5vw;
  }
}
.page-therapist .p-feature__desc {
  font-size: 16px;
  line-height: 2.1;
}
@media print, screen and (min-width: 761px) {
  .page-therapist .p-feature__desc {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-feature__desc {
    font-size: 4.1vw;
  }
}
.page-therapist .p-message-ceo {
  padding: 120px 40px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message-ceo {
    padding: 25vw 5vw;
  }
}
.page-therapist .p-message-ceo__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-therapist .p-message-ceo__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message-ceo__content {
    flex-wrap: wrap;
    gap: 7vw;
  }
}
.page-therapist .p-message-ceo__text {
  width: 58.5%;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message-ceo__text {
    width: 100%;
  }
}
.page-therapist .p-message-ceo__image {
  width: 35.8%;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message-ceo__image {
    width: 85%;
    margin: 0 auto;
  }
}
.page-therapist .p-message-ceo__image img {
  width: 100%;
  display: block;
}
.page-therapist .p-message-ceo__en {
  font-size: 120px;
  margin-bottom: 15px;
  font-family: "the-seasons", sans-serif;
  color: #004666;
  text-align: center;
  letter-spacing: 0.6rem;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message-ceo__en {
    font-size: 17vw;
    margin-bottom: 1vw;
  }
}
.page-therapist .p-message-ceo__jp {
  font-size: 18px;
  margin-bottom: 32px;
  color: #004666;
  text-align: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message-ceo__jp {
    font-size: 3.92vw;
    margin-bottom: 3vw;
  }
}
.page-therapist .p-message-ceo__body p {
  font-size: 16px;
  line-height: 2.12;
  margin-bottom: 24px;
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message-ceo__body p {
    font-size: 4.1vw;
    line-height: 2.12;
    margin-bottom: 0;
    margin-top: 2vw;
  }
}
.page-therapist .p-message-ceo__name {
  font-size: 15px;
  font-weight: 600;
  margin-top: 29px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message-ceo__name {
    flex-wrap: wrap;
    font-size: 4.1vw;
    gap: 3vw;
    margin-top: 11vw;
  }
}
.page-therapist .p-message-ceo__name span {
  font-size: 19px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-message-ceo__name span {
    font-size: 4.7vw;
  }
}
.page-therapist .p-voice {
  padding: 99px 0 59px;
  background: #FDF8EF;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-voice {
    padding: 25vw 5vw;
  }
}
.page-therapist .p-voice__header {
  text-align: center;
  margin-bottom: 45px;
  font-family: "the-seasons", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-voice__header {
    margin-bottom: 8vw;
  }
}
.page-therapist .p-voice__title {
  font-size: 120px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  color: #BF8F02;
  font-family: "the-seasons", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-voice__title {
    font-size: 17vw;
    margin-bottom: 1vw;
  }
}
.page-therapist .p-voice__subtitle {
  font-size: 18px;
  color: #BF8F02;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-voice__subtitle {
    font-size: 4.62vw;
  }
}
.page-therapist .p-voice__list {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
  gap: 39px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-voice__list {
    margin: 0 auto 0;
    gap: 7vw;
  }
}
.page-therapist .p-voice__item {
  background: #fff;
  border-radius: 10px;
  padding: 38px 52px 31px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-voice__item {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6vw;
    padding: 10vw 5vw 7vw;
  }
}
.page-therapist .p-voice__icon {
  width: 180px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-voice__icon {
    width: 100%;
  }
}
.page-therapist .p-voice__icon img {
  width: 165.53px;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-voice__icon img {
    width: 50vw;
    margin: 0 auto;
  }
}
.page-therapist .p-voice__icon p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-top: 14px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-voice__icon p {
    font-size: 4.1vw;
  }
}
.page-therapist .p-voice__content h3 {
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: -16px;
  color: #BF8F02;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-voice__content h3 {
    font-size: 6.3vw;
    margin-bottom: 2vw;
    margin-top: 0;
    text-align: left;
  }
}
.page-therapist .p-voice__content p {
  font-size: 16px;
  line-height: 2.1;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-voice__content p {
    font-size: 4.1vw;
  }
}
.page-therapist .p-voice__cta {
  text-align: center;
  font-size: 36px;
  line-height: 1.8;
  color: #fff;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
.page-therapist .p-voice__cta span {
  font-size: 48px;
}
.page-therapist .p-line-offer {
  padding: 112px 40px 161px;
  background: #F4F6F8;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer {
    padding: 20vw 5vw 30vw;
  }
}
.page-therapist .p-line-offer__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 22px;
  line-height: 1.9;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__inner {
    font-size: 4.55vw;
  }
}
.page-therapist .p-line-offer__inner span {
  text-decoration: underline 9px rgba(209, 173, 66, 0.3215686275);
  text-underline-offset: -3px;
}
.page-therapist .p-line-offer__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 27px;
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #004666;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__title {
    font-size: 7.5vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
}
.page-therapist .p-line-offer__lead {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__lead {
    margin-bottom: 4vw;
  }
}
.page-therapist .p-line-offer__text01 {
  margin-bottom: 3px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__text01 {
    margin-bottom: 0;
  }
}
.page-therapist .p-line-offer__list {
  text-align: left;
  line-height: 2;
  margin-bottom: 2px;
}
.page-therapist .p-line-offer__list li {
  list-style: none;
}
.page-therapist .p-line-offer__text02 {
  margin-bottom: 44px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__text02 {
    margin-bottom: 8vw;
  }
}
.page-therapist .p-line-offer__arrow {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #004666;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__arrow {
    margin-bottom: 6vw;
    width: 20vw;
    height: 20vw;
  }
}
.page-therapist .p-line-offer__label {
  position: relative;
  font-size: 36px;
  margin-bottom: 4px;
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #004666;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__label {
    font-size: 7vw;
    margin-bottom: 0vw;
  }
}
.page-therapist .p-line-offer__label::after, .page-therapist .p-line-offer__label::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 3px;
  background: #004666;
  bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__label::after, .page-therapist .p-line-offer__label::before {
    bottom: 6vw;
    width: 7vw;
  }
}
.page-therapist .p-line-offer__label::before {
  rotate: 65deg;
  left: -42px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__label::before {
    left: -7vw;
  }
}
.page-therapist .p-line-offer__label::after {
  rotate: -65deg;
  right: -38px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__label::after {
    right: -7vw;
  }
}
.page-therapist .p-line-offer__headline {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 32px;
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #004666;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__headline {
    font-size: 9vw;
    margin-bottom: 6vw;
  }
}
.page-therapist .p-line-offer__headline span {
  text-decoration: underline 18px rgba(209, 173, 66, 0.3215686275);
  text-underline-offset: -3px;
}
.page-therapist .p-line-offer__text03 {
  margin-bottom: 33px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__text03 {
    margin-bottom: 4vw;
  }
}
.page-therapist .p-line-offer__text04 {
  margin-bottom: 52px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__text04 {
    margin-bottom: 7vw;
  }
}
.page-therapist .p-line-offer__text05 {
  margin-bottom: 21px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__text05 {
    margin-bottom: 4vw;
  }
}
.page-therapist .p-line-offer__text06 {
  margin-bottom: 53px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__text06 {
    margin-bottom: 12vw;
  }
}
.page-therapist .p-line-offer__text07 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 83px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__text07 {
    margin-bottom: 15vw;
    font-size: 4.1vw;
    text-align: left;
  }
}
.page-therapist .p-line-offer__image {
  width: 100%;
  max-width: 661.9px;
  margin-bottom: 36px;
}
.page-therapist .p-line-offer__image img {
  width: 100%;
  display: block;
}
.page-therapist .p-line-offer__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 32px;
}
.page-therapist .p-line-offer__check {
  text-align: left;
  line-height: 2.2;
  margin-bottom: 22px;
  background: #fff;
  max-width: 780px;
  width: 100%;
  padding: 46px 89px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__check {
    margin-bottom: 4vw;
    line-height: 1.5;
    padding: 5vw 5vw 2vw;
  }
}
.page-therapist .p-line-offer__check li {
  list-style: none;
  padding-left: 32px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__check li {
    margin-bottom: 3vw;
    padding-left: 8vw;
  }
}
.page-therapist .p-line-offer__check li::before {
  content: "";
  position: absolute;
  background: url("../executive-therapist/images/check.svg") center/cover no-repeat;
  left: 0;
  top: 9px;
  width: 32.84px;
  height: 28.69px;
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__check li::before {
    top: -0.6vw;
    width: 6vw;
    height: 8vw;
  }
}
.page-therapist .p-line-offer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  width: 100%;
  max-width: 680px;
  padding: 35px;
  line-height: 1.3;
  background: #00C202;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 13px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__btn {
    padding: 5vw;
    font-size: 5.4vw;
    gap: 2vw;
  }
}
.page-therapist .p-line-offer__btn img {
  width: 70.93px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .p-line-offer__btn img {
    width: 13vw;
  }
}
.page-therapist .l-footer {
  padding: 73px 40px 40px;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .l-footer {
    padding: 15vw 5vw;
  }
}
.page-therapist .l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .l-footer__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-therapist .l-footer__logo {
  margin-bottom: 28px;
}
.page-therapist .l-footer__logo img {
  width: 182.13px;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .l-footer__logo img {
    width: 45vw;
  }
}
.page-therapist .l-footer__info {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .l-footer__info {
    font-size: 4.1vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-therapist .l-footer__map {
  margin: 0px 12px 0px 7px;
  padding: 2.2px 9px 4px;
  font-size: 8px;
  background: #111;
  color: #fff;
  border-radius: 9px;
  top: -3px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-therapist .l-footer__map {
    margin: 0px 0 0px 2vw;
    font-size: 2.5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-therapist .l-footer__tel {
    pointer-events: none;
  }
}

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