@charset "UTF-8";
/* ====================================================
	breakpoint
==================================================== */
/* ====================================================
	固定ページ
==================================================== */
h1.entry-ttl {
  position: relative;
  background-color: rgb(242, 239, 228);
  background: linear-gradient(0deg, rgb(242, 239, 228) 0%, rgb(253, 253, 251) 100%);
  box-sizing: border-box;
  border-style: solid;
  border-color: #e1dfd4;
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-size: 20px;
  padding: 9px 35px 4px;
}
@media screen and (max-width: 767px) {
  h1.entry-ttl {
    line-height: 1.2;
    padding: 9px 25px 4px;
  }
}
h1.entry-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--orange);
  background: linear-gradient(0deg, rgb(238, 108, 5) 0%, rgb(244, 160, 7) 52%, rgb(244, 160, 7) 100%);
}
h1.entry-ttl::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  font-size: 12px;
  margin-top: 4px;
  color: var(--orange);
}
h1.entry-ttl > span {
  position: relative;
}

/* ====================================================
	カテゴリーページ
==================================================== */
.archive__list li {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  border-style: dotted;
  border-color: var(--gray_cc);
  padding-bottom: 9px;
  border-bottom-width: 1px;
}

.archive__item-data {
  color: var(--gray_70);
  font-size: 12px;
  line-height: 1;
}

.archive__item-ttl {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 0.4em;
  display: inline-block;
}

.archive__item-txt {
  font-size: 14px;
  margin-top: 0.2em;
}

/* ================================================================================
	#page-nav
================================================================================ */
.nav-links {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.nav-links .page-numbers {
  padding: 0.25em 0.8em;
  display: inline-block;
  position: relative;
  list-style: none outside none;
  color: rgb(102, 102, 102);
  text-decoration: none;
  border-radius: 3px;
}
.nav-links .page-numbers:not(.dots) {
  border: 1px solid rgb(230, 230, 230);
}
.nav-links .page-numbers:not(.dots):hover {
  border: 1px solid rgb(230, 230, 230);
}
.nav-links .page-numbers:not(.dots):active {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  top: 1px;
}
.nav-links .page-numbers.current {
  border: 1px solid rgb(186, 166, 132) !important;
  color: rgb(121, 81, 15);
  font-weight: bold;
  border-radius: 3px;
}

.pages-link {
  text-align: center;
}
.pages-link a span {
  border: 1px solid rgb(230, 230, 230);
  color: rgb(102, 102, 102);
  text-decoration: none;
  font-weight: normal;
}
.pages-link span {
  border: 1px solid rgb(186, 166, 132);
  color: rgb(121, 81, 15);
  font-weight: bold;
  border-radius: 3px;
  padding: 0.25em 0.8em;
  display: inline-block;
  position: relative;
}
.pages-link a:hover span {
  border: 1px solid rgb(230, 230, 230);
}
.pages-link a:active span {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  top: 1px;
}

/* ====================================================
	entry-content 
==================================================== */
#contentspage {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.entry-content {
  font-size: 15px;
  padding: 0 6px;
}
.entry-content strong {
  font-weight: 700;
}
.entry-content span:not([class]) {
  display: inline;
}
.entry-content img {
  margin-bottom: 10px;
}
.entry-content p:not([class]),
.entry-content h2:not([class]),
.entry-content h3:not([class]),
.entry-content h4:not([class]),
.entry-content h5:not([class]),
.entry-content h6:not([class]) {
  position: relative;
  margin: 18px 0;
}
@media screen and (max-width: 767px) {
  .entry-content p:not([class]),
  .entry-content h2:not([class]),
  .entry-content h3:not([class]),
  .entry-content h4:not([class]),
  .entry-content h5:not([class]),
  .entry-content h6:not([class]) {
    margin: 1.4em 0;
  }
}
.entry-content iframe {
  width: 100%;
  height: 100%;
}
.entry-content table {
  width: 100%;
  border: none;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .entry-content table {
    padding: 0.5em;
  }
}
.entry-content table tr + tr {
  border-top: solid 1px #ddd;
}
.entry-content table th {
  padding: 18px 15px;
}
.entry-content table td {
  padding: 18px 15px;
  word-break: break-all;
}
.entry-content .common__card {
  padding: 1em;
}
.entry-content .is-large {
  font-weight: 600;
  font-size: 24px;
}
.entry-content .table__beige {
  border: 3px solid #f7f6f0;
}
@media screen and (max-width: 767px) {
  .entry-content .table__beige tr + tr {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .table__beige th,
  .entry-content .table__beige td {
    display: block;
  }
}
.entry-content .table__beige th {
  background-color: #f7f6f0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .entry-content .table__gray {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .table__gray tr + tr {
    border-top: 0;
  }
}
.entry-content .table__gray th {
  background-color: #f4f4f4;
  white-space: nowrap;
}
.entry-content .is-menu__flow .flowImg {
  width: initial;
}
.entry-content .fv {
  margin: 1em 0;
}
.entry-content .fv__accessNote-head,
.entry-content .campaign__accessNote-head {
  display: flex;
}
.entry-content .fv__accessNote-label,
.entry-content .campaign__accessNote-label {
  color: var(--white);
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.1rem;
  width: calc(50% - 6px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-content .fv__accessNote-label + .fv__accessNote-label,
.entry-content .campaign__accessNote-label + .campaign__accessNote-label {
  margin-left: 6px;
}
.entry-content .fv__accessNote-head {
  margin-bottom: 10px;
}
.entry-content .fv__accessNote-label {
  background-color: #97968A;
  padding: 8px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .entry-content .fv__accessNote-label {
    padding: 6px 3px 3px;
    font-size: 18px;
  }
}
.entry-content .campaign__accessNote-label {
  background-color: var(--black);
  padding: 1px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__accessNote-label {
    padding: 6px 3px 3px;
    font-size: 14px;
  }
}
.entry-content .campaign__txt {
  font-weight: 700;
  color: #ff0000;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__txt {
    font-size: 7.4vw;
  }
}
.entry-content .campaign__txt-lead {
  font-size: 18px;
  margin-bottom: 0.3em;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__txt-lead {
    font-size: 5.4vw;
  }
}
.entry-content .campaign__txt-note {
  word-break: keep-all;
}
.entry-content .campaign__btnBox {
  margin-top: 3em;
}
.entry-content .campaign__btnBox a {
  position: relative;
  font-weight: 600;
  font-size: 40px;
  width: 600px;
  height: 103px;
  margin: auto;
  text-align: center;
  letter-spacing: 0.1rem;
  display: inline-block;
  border-radius: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-indent: -2rem;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__btnBox a {
    font-size: 6vw;
    width: 100%;
    height: 17vw;
    padding-top: 0.6vw;
  }
}
.entry-content .campaign__btnBox a::after {
  content: "▶";
  position: absolute;
  top: 54%;
  right: 5%;
  transform: translateY(-50%);
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__btnBox a::after {
    font-size: 6vw;
  }
}
.entry-content .campaign__btnBox a + a {
  margin-top: 0.9em;
}
.entry-content .campaign__btnBox a.is-tel {
  background-color: #062C7D;
  box-shadow: 0 8px 0 0 #000A36;
  line-height: 1;
  font-size: 30px;
  text-indent: initial;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__btnBox a.is-tel {
    box-shadow: 0 1vw 0 0 #000A36;
    font-size: 5vw;
  }
}
.entry-content .campaign__btnBox a.is-tel .is-telNum {
  font-weight: 400;
  font-size: 40px;
  color: var(--black);
  background-color: var(--white);
  padding: 15px 17px 10px;
  border-radius: 0.3em;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__btnBox a.is-tel .is-telNum {
    font-weight: 600;
    font-size: 6vw;
    padding: 3vw 3vw 2.4vw;
    margin-left: 2.8vw;
  }
}
.entry-content .campaign__btnBox a.is-tel::after {
  display: none;
}
.entry-content .campaign__btnBox a.is-contact {
  background-color: #DD1B5E;
  box-shadow: 0 8px 0 0 #620524;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__btnBox a.is-contact {
    box-shadow: 0 1vw 0 0 #620524;
  }
}
.entry-content .campaign__btnBox a.is-line {
  background-color: #00A300;
  box-shadow: 0 8px 0 0 #005700;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__btnBox a.is-line {
    box-shadow: 0 1vw 0 0 #005700;
  }
}
.entry-content .campaign__accessBox {
  background-color: #DFDAD6;
  margin-top: 3em;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__accessBox {
    padding: 0.6em;
  }
}
.entry-content .campaign__accessMap {
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__accessMap {
    height: 52vw;
  }
}
.entry-content .campaign__accessMap iframe {
  width: 100%;
  height: 100%;
}
.entry-content .campaign__accessNote {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__accessNote {
    margin-top: 0.4em;
  }
}
.entry-content .campaign__accessNote-body {
  padding: 1em;
  background-color: var(--white);
  margin-top: 1em;
  font-size: 18px;
  letter-spacing: 0.1rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .entry-content .campaign__accessNote-body {
    margin-top: 0.4em;
    font-size: 14px;
  }
}
.entry-content .campaign__accessNote-body dl + dl {
  margin-top: 1em;
}
.entry-content .campaign__accessNote-body dt {
  color: #439200;
}

/* ================================================================================
	#page-nav
================================================================================ */
.page-nav {
  text-align: center;
}
.page-nav li {
  display: inline;
  list-style: none outside none;
}
.page-nav li a {
  border: 1px solid rgb(230, 230, 230);
  color: rgb(102, 102, 102);
  border-radius: 3px;
}
.page-nav li a:hover {
  border: 1px solid rgb(230, 230, 230);
}
.page-nav li a:active {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  top: 1px;
}
.page-nav li.current span {
  border: 1px solid rgb(186, 166, 132);
  color: rgb(121, 81, 15);
  font-weight: bold;
  border-radius: 3px;
}
.page-nav li.first span, .page-nav li.previous span, .page-nav li.next span, .page-nav li.last span {
  background: rgb(248, 248, 248);
  border: 1px solid rgb(230, 230, 230);
  color: rgb(180, 180, 180);
  text-decoration: none;
  border-radius: 3px;
}
.page-nav li.page_nums span {
  background: rgb(102, 102, 102);
  border: 1px solid rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}
.page-nav li a, .page-nav li.current span, .page-nav li.first span, .page-nav li.previous span, .page-nav li.next span, .page-nav li.last span, .page-nav li.page_nums span {
  padding: 0.25em 0.8em;
  display: inline-block;
  position: relative;
}

.pages-link {
  text-align: center;
}
.pages-link a span {
  border: 1px solid rgb(230, 230, 230);
  color: rgb(102, 102, 102);
  text-decoration: none;
  font-weight: normal;
}
.pages-link span {
  border: 1px solid rgb(186, 166, 132);
  color: rgb(121, 81, 15);
  font-weight: bold;
  border-radius: 3px;
  padding: 0.25em 0.8em;
  display: inline-block;
  position: relative;
}
.pages-link a:hover span {
  border: 1px solid rgb(230, 230, 230);
}
.pages-link a:active span {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  top: 1px;
}

/* ====================================================
	施術内容・料金
==================================================== */
.menu__name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.menu__fee {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.menu__fee .is-small {
  font-size: 14px;
}
.menu__fee .is-large {
  font-size: 20px;
  color: #eb5038;
}

/* ====================================================
	整体のお客さまの声・推薦状
==================================================== */
.voice__list li + li {
  margin-top: 1em;
}

/* ====================================================
	整体のよくある質問
==================================================== */
.faq__itemBox {
  background-color: #f7f6f0;
  padding: 1em 2em 2em;
}
@media screen and (max-width: 767px) {
  .faq__itemBox {
    padding: 1em 1em 2em;
  }
}
.faq__itemBox ol {
  list-style-type: decimal;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .faq__itemBox ol {
    margin-left: 1em;
  }
}
.faq__itemBox li + li {
  margin-top: 0.7em;
}

.entry-content.is-contact .faq__itemBox {
  padding: 1.8em;
  line-height: 2.2;
}
.entry-content.is-contact .faq__itemBox p:not([class]) {
  margin: initial;
}
@media screen and (max-width: 767px) {
  .entry-content.is-contact .faq__itemBox {
    padding: 1.8em;
  }
}
.entry-content .contact__table {
  margin-top: 1em;
}
.entry-content .contact__table th {
  background-color: #f4f4f4;
  white-space: nowrap;
  vertical-align: top;
}
.entry-content .contact__table .is-require {
  color: #f00;
  margin-left: 0.3em;
  font-size: 12px;
}
.entry-content .contact__table p:not([class]) {
  margin: initial;
}
.entry-content .contact__table input, .entry-content .contact__table textarea {
  box-sizing: border-box;
}
.entry-content .contact__table input[type=text], .entry-content .contact__table input[type=email], .entry-content .contact__table input[type=tel] {
  padding: 0.2em;
}
.entry-content .contact__table textarea {
  padding: 0.2em;
}
.entry-content .contact__table .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.entry-content .contact__btnBox {
  display: flex;
  justify-content: center;
}
.entry-content .contact__btnBox p {
  margin: initial;
}
.entry-content .contact__btnBox input {
  padding: 0.6em 1.8em;
  color: #000;
  font-weight: 400;
  -webkit-appearance: none;
  background-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
  border-color: #b0b0b0;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.entry-content .contact__btnBox.is-nextThanks input[type=submit] {
  margin-left: 1em;
}
.entry-content .wpcf7-list-item {
  margin: 0.2em 0 0.2em 1em;
}
.entry-content .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: -3em;
  margin: initial;
}

/* ====================================================
	ご予約・お問い合わせ
==================================================== */
@media screen and (max-width: 767px) {
  .entry-content .contact__table th,
  .entry-content .contact__table td {
    display: block;
  }
  .entry-content .contact__table td {
    margin: 1em 0.2em;
  }
  .entry-content .contact__table input,
  .entry-content .contact__table textarea {
    font-size: 16px;
  }
  .entry-content .contact__table input[type=text], .entry-content .contact__table input[type=email], .entry-content .contact__table input[type=tel] {
    width: 100%;
  }
  .entry-content .contact__table textarea {
    width: 100%;
  }
  .entry-content .contact__table .contact__btnBox input {
    font-size: 14px;
  }
  .entry-content .contact__table .contact__btnBox input:hover {
    background-color: #cfcfcf;
  }
  .entry-content .contact__table .wpcf7-select {
    font-size: 16px;
  }
}
/* ====================================================
	求人募集
==================================================== */
.entry-content.is-recruit .is-large {
  font-weight: 400;
  font-size: 15px;
}
.entry-content.is-recruit th,
.entry-content.is-recruit td {
  font-size: 14px;
}

/* ====================================================
	スタッフ紹介
==================================================== */
.staff__list li {
  padding: 8px 0;
}
.staff__list li + li {
  border-style: dotted;
  border-color: var(--gray_cc);
  border-top-width: 1px;
}

.staff__item-img {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .staff__item-img {
    max-width: 160px;
  }
}
.staff__item-img img {
  width: 100%;
}

/* ====================================================
	院紹介・アクセス
==================================================== */
.entry-content.is-access th,
.entry-content.is-access td {
  font-size: 14px;
}
.entry-content.is-access th {
  width: 34%;
}
.entry-content.is-access .headerTop__ttl-label .is-large {
  font-weight: 400;
  font-size: 14px;
}

/* ====================================================
	サイトマップ
==================================================== */
.sitemap__box-list li + li {
  margin-top: 1em;
}

/* ====================================================
	投稿
==================================================== */
.post__partsBottom {
  margin-top: 3.3em;
}

.post__navList {
  display: flex;
  justify-content: space-between;
  border-style: dotted;
  border-color: var(--gray_cc);
  border-top-width: 1px;
  margin-top: 1.3em;
  padding: 2em 1em 0;
}
@media screen and (max-width: 767px) {
  .post__navList {
    padding: 1em 0.4em 0;
  }
}

.post__navItem a {
  position: relative;
}
.post__navItem a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--gray_A0);
}
.post__navItem.is-previous a {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .post__navItem.is-previous a {
    padding-left: 1em;
  }
}
.post__navItem.is-previous a::before {
  content: "\f053";
  left: 0;
}
.post__navItem.is-next a {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .post__navItem.is-next a {
    padding-right: 1em;
  }
}
.post__navItem.is-next a::before {
  content: "\f054";
  right: 0;
}
@media screen and (max-width: 767px) {
  .post__navItem.is-next a::before {
    font-size: 1em;
  }
}

/* ====================================================
	LP共通
==================================================== */
/* ----------------------------------------------------
	メディア
---------------------------------------------------- */
.lpMedia {
  position: relative;
  background-color: #F7F6F0;
  padding: 58px 0 0;
}
.lpMedia::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-color: var(--orange);
}

.lpMedia__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 64px;
  text-align: center;
  line-height: 1.3;
  text-stroke: 3px #fff;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff;
}
@media screen and (max-width: 767px) {
  .lpMedia__txt {
    font-size: 10vw;
  }
}
.lpMedia__txt .is-small {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .lpMedia__txt .is-small {
    font-size: 7vw;
  }
}

.lpMedia__box {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 370px 240px;
  padding: 40px;
  max-width: 550px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lpMedia__box {
    grid-template-rows: 59vw 40vw;
    padding: 4vw;
    padding: 4vw;
  }
}
.lpMedia__box img {
  margin: initial;
}
.lpMedia__box .lpMedia__note {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .lpMedia__box .lpMedia__note {
    font-size: 12px;
  }
}

.lpMedia__boxItem.is-01 {
  grid-column: 1/3;
  grid-row: 1/2;
}
.lpMedia__boxItem.is-02 {
  grid-column: 1/2;
  grid-row: 2/2;
}
.lpMedia__boxItem.is-03 {
  grid-column: 2/2;
  grid-row: 2/2;
}

/* ----------------------------------------------------
	評価
---------------------------------------------------- */
.lpEvaluation {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lpEvaluation {
    margin-top: 6vw;
  }
}

.lpEvaluation__txt {
  position: relative;
  background-color: var(--orange);
  color: var(--white);
  padding: 25px 40px 30px;
  font-size: 48px;
  border-radius: 10rem;
  font-feature-settings: "palt";
  letter-spacing: 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  text-shadow: 1px 1px 6px var(--orange_D7);
}
@media screen and (max-width: 767px) {
  .lpEvaluation__txt {
    padding: 4vw 4vw 5vw;
    font-size: 6.4vw;
    letter-spacing: 0.1rem;
  }
}
.lpEvaluation__txt .is-large {
  font-size: 70px;
}
@media screen and (max-width: 767px) {
  .lpEvaluation__txt .is-large {
    font-size: 10vw;
  }
}
.lpEvaluation__txt::before {
  content: "";
  width: 96px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.9;
  background-color: var(--orange);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 84%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lpEvaluation__txt::before {
    width: 16vw;
  }
}

.lpEvaluation__box {
  background-color: #F7F6F0;
  text-align: center;
  margin-top: 20px;
  padding: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .lpEvaluation__box {
    padding: 7vw 0 4vw;
  }
}

/* ----------------------------------------------------
	セミナー
---------------------------------------------------- */
.lpSeminar {
  margin: 63px 0 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lpSeminar {
    margin: 9vw 0 5vw;
  }
}

.lpSeminar__bubble {
  position: relative;
  font-size: 40px;
  color: var(--orange);
  display: inline-block;
}
.lpSeminar__bubble::before, .lpSeminar__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background-color: var(--orange);
}
.lpSeminar__bubble::before {
  transform: translateY(-50%) rotate(-20deg);
  left: -14%;
}
.lpSeminar__bubble::after {
  transform: translateY(-50%) rotate(20deg);
  right: -14%;
}

.lpSeminar__txt {
  color: #361A01;
  font-size: 38px;
  font-weight: 500;
  margin: 13px 0 20px;
  line-height: 1.5;
  letter-spacing: 0.21rem;
}
@media screen and (max-width: 767px) {
  .lpSeminar__txt {
    font-size: 20px;
  }
}
.lpSeminar__txt .is-line {
  position: relative;
  line-height: 1;
  display: inline-block;
}
.lpSeminar__txt .is-line::before {
  content: "";
  width: 100%;
  height: 0.5em;
  position: absolute;
  bottom: 0.08em;
  left: 0;
  background-color: #F4D636;
  z-index: -1;
}
.lpSeminar__txt .is-attentionBlue {
  font-weight: 600;
  color: #024E76;
}
.lpSeminar__txt .is-attentionOrange {
  font-weight: 600;
  color: #F05306;
}

.lpSeminar__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpSeminar__img {
    width: 70%;
    margin: auto;
  }
}
.lpSeminar__img.is-arrow {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .lpSeminar__img.is-arrow {
    padding-bottom: 12vw;
  }
}
.lpSeminar__img.is-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.2;
  background-color: #ECEAE0;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

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