@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 全体 */
:root {
  --maxWD-880px: 880px;
  --maxWD-840px: 840px;
  --maxWD-736px: 736px;

  --width-div-922: 922px; /* div幅サイズ */
  --width-div-916: 916px;
  --width-div-856: 864px;
  --width-div-736px: 736px;

  /* 配色 */
  --c-text: #1e1e1e; /* テキスト */
  --c-primary: #0fb981;
  --c-second: #0fb981;
  --c-link: #ff9645;
  --c-bk-main: #f6f6f6; /* 背景 */
  --c-bk-pale01: #e0f2ec;
  --c-bk-pale02: #e6f6f5;
  --c-bk-pale03: #ecfef6;
  --c-bk-palegray: #f6f6f6;

  /* 見出しサイズ */
  --size-h3: clamp(20px, 4vw, 32px); /* 32px */
  --size-h4: clamp(18px, 2vw, 24px); /* 32px */
}

#LP_camp_box {
  overflow: hidden;
  color: var(--c-text);
  line-height: 1.7;
  background-color: var(--c-bk-main);
  font-size: 1rem;
  font-weight: 300;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

#LP_camp_box section {
  width: 100%;
  padding-top: clamp(40px, 8vw, 100px);
  padding-bottom: clamp(40px, 8vw, 100px);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.material-symbols-outlined {
  /* Googleアイコンフォント関連 */
  display: inline-flex;
  vertical-align: middle;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* テキスト(全体) */

#LP_camp_box h3 {
  font-size: var(--size-h3);
  font-weight: 500;
  line-height: 1.6;
}
#LP_camp_box h3 span {
  color: var(--c-primary);
}

#LP_camp_box h4 {
  font-size: var(--size-h4);
}
#LP_camp_box h5 {
  font-size: var(--size-h5);
  font-weight: 400;
}

.txt-center {
  text-align: center !important;
}
.txt-p-left {
  text-align: left !important;
}
.txt-p-right {
  text-align: right !important;
}
.txt-s-small {
  font-size: 0.9375rem;
}
.txt-xs-small {
  font-size: 0.8125rem;
}
.txt-l-large {
  font-size: 1.25rem;
}

.txt-p-em {
  font-weight: 700;
}

.txt-c-wh {
  color: #fff !important;
}
.txt-c-main {
  color: var(--c-primary) !important;
}

#LP_camp_box ul {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  list-style: none;
  text-align: left;
  padding-left: 0;
  line-height: 1.5;
  font-weight: 500;
  padding-inline-start: 0 !important;
}
#LP_camp_box li {
  background-image: url(lp_img/icon_ft20310_chekck_g.svg);
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding: 5px 0 5px 35px;
}

/* 改行の設定 */
br.is-pc {
  display: block;
}
br.is-pc-sml {
  display: block;
}
br.is-sp {
  display: none;
}
br.is-sp-sml {
  display: none;
}

@media screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: block;
  }
}
@media only screen and (max-width: 415px) {
  br.is-pc-sml {
    display: none;
  }
  br.is-sp-sml {
    display: block;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー */
.header_wrapper {
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20310/lp_img/header_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header_wrapper .row {
  position: relative;
  padding-bottom: -80px; /* <<<問い合わせウィンドウとの重なり調整 */
}

.header_wrapper .d-flex {
  width: min(90%, 832px);
  margin-inline: auto;
  padding-top: 50px;
  column-gap: 2rem;
}
.header_wrapper .h1_ttl_inner {
  text-align: left;
  font-size: 1.325rem;
  font-weight: 600;
  line-height: 1.5;
}
.h1_ttl_inner h1 {
  margin-bottom: 32px;
}
.h1_ttl_inner p {
  margin-top: 24px;
}

.header_wrapper .d-flex > div:last-of-type {
  width: min(90%, 280px);
}

img.img_exampSP {
  width: min(90%, 280px);
}

@media only screen and (max-width: 787px) {
}
@media only screen and (max-width: 544px) {
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 問い合わせ */

.inquiry_wrapper {
  width: 100%;
  background-color: #fff;
  padding-top: clamp(40px, 8vw, 100px);
  padding-bottom: clamp(20px, 8vw, 70px);
  background-color: var(--c-bk-palegray);
}
.inquiry_wrapper:first-of-type {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #fff !important;
}

.inquiry_window {
  position: relative;
  background-color: #fff;
  max-width: 720px;
  width: 90%;
  margin-inline: auto;
  padding: 0 16px 8px;
  box-shadow:
    rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  z-index: 10;
}
.inquiry_window-shiftup {
  top: -40px;
  z-index: 998;
}

.inquiry_window .d-sm-flex {
  width: 100%;
  padding-top: 0;
  margin-top: 0;
}

.inquiry_window .d-sm-flex p {
  text-align: left;
}
span.inquiry_p_desk {
  font-size: 1.25rem;
  font-weight: 700;
}
span.inquiry_p_time {
  font-weight: 300;
}

.inquiry_window .copyBubble {
  position: relative;
  top: -24px;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 32px;
  border-radius: 9999px;
  background-color: var(--c-primary);
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  z-index: 999;
}

.inquiry_window .copyBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: var(--c-primary) transparent transparent;
  translate: -50% 100%;
}

.inquiry_window .copyBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 17.2px 0 17.2px;
  border-color: var(--c-primary) transparent transparent;
  translate: -50% 100%;
}

img.img_freecallnumber {
  max-width: 290px;
  height: auto !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* イントロ */

.intro_wrapper {
  background-color: var(--c-bk-palegray);
}
.intro_wrapper .sotomachi_inner {
  width: 100%;
}
.sotomachi_inner h3 {
  margin-bottom: 2rem;
}
.sotomachi_inner .d-md-flex {
  width: min(100%, var(--maxWD-880px));
  margin-inline: auto;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  justify-content: space-between;
}

@media only screen and (max-width: 866px) {
  .sotomachi_inner .d-md-flex {
    justify-content: center;
    column-gap: 3rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 成約数 */

.feature04_wrapper {
  background-color: var(--c-bk-pale02);
}
.feature04_ttl {
  display: inline-block;
}
.feature04_wrapper .d-sm-flex {
  margin-inline: auto;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
.feature04_imginner {
  width: min(94%, var(--maxWD-880px));
  margin-inline: auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「3パターン」 */

.feature02_wrapper {
  position: relative;
}
.feature02_wrapper h3 {
  margin-bottom: 1rem;
}

.feature02_wrapper .col-sm-12 {
  width: 100%;
  margin-inline: auto;
}
.feature02_wrapper .col-sm-12 > p {
  max-width: var(--width-div-736px);
  margin-inline: auto;
}

.feature02_wrapper .d-sm-flex {
  max-width: var(--width-div-856);
  column-gap: 2rem;
  margin-inline: auto;
}
.feature02_wrapper .d-sm-flex > div {
  background-color: #fff;
  border-radius: 12px;
  width: calc((100% - 2rem) / 3);
}
.feature02_wrapper .d-sm-flex h5 {
  margin-top: 1rem;
}

@media screen and (max-width: 575px) {
  .feature02_wrapper .d-sm-flex > div {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 2rem;
  }
  .feature02_wrapper .d-sm-flex > div:last-of-type {
    margin-bottom: 0;
  }
}

/* ＝＝＝「受付パターン」 ＝＝＝ */

.benefits01_wrapper {
  background-color: #fff;
}

.benefits01_wrapper .d-sm-flex .bene01_typeinner {
  border: 2px solid;
  padding: 1rem;
  font-size: 1rem;
}
.pointmark_sml {
  /* 受付方式マーク */
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
}

.bene01_typeinner h4 {
  font-size: 1.5rem;
  font-weight: 800;
}
.bene01_typeinner .h4__copytxt {
  font-size: 1.0625rem;
  font-weight: 500;
}

.benefits01_wrapper .d-sm-flex .bene01_typeinner_grn {
  /*グリーンver*/
  background-color: var(--c-bk-pale03);
  border-color: var(--c-second);
}
.pointmark_grn {
  color: var(--c-second);
  background-color: #fff;
  padding: 2px 8px;
}
.pointmark_grn_em {
  color: #fff;
  background-color: var(--c-second);
  padding: 2px 8px;
}
.bene01_typeinner_grn .h4__copytxt {
  color: var(--c-second);
}

.benefits01_wrapper .d-sm-flex .bene01_typeinner_blu {
  /*ブルーver*/
  background-color: #f0f6ff;
  border-color: #5d96f8;
}
.pointmark_blu {
  color: #5d96f8;
  background-color: #fff;
  padding: 2px 8px;
}
.bene01_typeinner_blu .h4__copytxt {
  color: #5d96f8;
}

/* ＝＝＝「順番待ち」 ＝＝＝ */

.benefits02_wrapper {
  background-color: var(--c-bk-pale02);
}

.benefits02_wrapper .benefits02__inner {
  width: min(94%, var(--maxWD-880px));
  margin-inline: auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
}

.benefits02__inner .benefits02_ul__inner {
  width: 90%;
  display: inline-block;
  margin-inline: auto;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.benefits02_ul__inner .d-sm-flex div {
  width: 50%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 「問診機能」「LINE活用」 */

.feature01_wrapper {
  background-color: #fff;
}

.feature01_wrapper .feature01__copyinner {
  display: inline-block;
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.4;
  color: #dc2627;
  font-weight: 700;
  background-color: #fef3f2;
  border: #dc2627 2px solid;
  border-radius: 12px;
  padding: 0.7em 3em;
}
.feature01__copyinner p {
  margin-bottom: 0 !important;
}

.feature01_wrapper .d-sm-flex {
  width: min(94%, var(--maxWD-880px));
  margin-inline: auto;
  column-gap: 2rem;
  padding: clamp(32px, 4vw, 50px) 0; /* 上下余白 */
}
.feature01_wrapper .d-sm-flex .feature01__inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 12px;
  padding: 1.5rem 1rem;
}

/* LINE活用のみ */
.LINEbox__inner {
  padding-top: clamp(30px, 5vw, 50px);
  column-gap: 3rem;
  row-gap: 3rem;
  flex-wrap: wrap;
}
.LINEbox__inner > div {
  position: relative;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 12px;
  width: min(46%, 380px);
  padding: 2rem;
  padding-top: 30px;
}
.feature01_wrapper h6 {
  background: var(--c-primary);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.LINEul__inner {
  background-color: #f1f5f9;
  border-radius: 12px;
  padding: 0.8em 1em;
}
.LINEbox__inner ul {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .LINEbox__inner > div {
    width: 46%;
  }
}
@media only screen and (max-width: 576px) {
  .LINEbox__inner > div {
    width: 80%;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 「ソトマチPAY」 */
.pay_wrapper {
  background-color: var(--c-bk-pale01);
}

.pay__inner {
  width: min(94%, var(--maxWD-880px));
  margin-inline: auto;
  padding: 2rem 0;
  background-color: #fff;
  border-radius: 12px;
}
.pay_wrapper .d-md-flex {
  width: min(90%, var(--maxWD-840px));
  margin-inline: auto;
  column-gap: 10px;
  margin-bottom: 2rem;
}
.pay_wrapper .d-md-flex p {
  font-weight: 700;
}

.pay__inner h4 {
  font-weight: 700;
  color: var(--c-primary);
}
.pay__inner .pay__ulinner {
  width: 80%;
  margin-inline: auto;
}
.pay__inner ul {
  line-height: 1.8 !important;
}
.pay__inner ul li {
  display: inline-block;
  margin-right: 1.5em;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 「キャンペーン」 */

.feature03_wrapper {
  background-color: var(--c-bk-pale02);
}

.feature03_wrapper .col-sm-12 {
  width: 100%;
  margin-inline: auto;
}
.feature03_wrapper .d-sm-flex {
  column-gap: 1.5rem;
  margin-bottom: 2rem;
}
.feature03_wrapper .d-sm-flex div {
  background-color: #fff;
  border-radius: 12px;
  padding: 1em;
  width: calc(100% / 3);
}
.feature03_wrapper .d-sm-flex h4 {
  margin-top: 1rem;
}

img.img_NO1tool {
  max-width: 517px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 「導入メリット」 */
.feature05_wrapper {
  background-color: #fff;
}
.feature05_wrapper h3 {
  margin-bottom: 2rem;
}

.feature05_wrapper .col-sm-12 {
  width: 100%;
  margin-inline: auto;
}
.feature05_wrapper .d-flex {
  width: min(80%, var(--maxWD-736px));
  margin-inline: auto;
  column-gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 2rem;
}
.feature05_wrapper .d-flex:last-of-type {
  margin-bottom: 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 「キャンペーン」 */

div.camp_wrapper {
  background-color: var(--c-bk-palered);
}

div.camp_wrapper div.camp_inner_pretxt {
  max-width: var(--width-div-736px);
  margin-left: auto;
  margin-right: auto;
}
div.camp_wrapper div.camp_inner_attention {
  max-width: var(--width-div-856);
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

div.camp_wrapper div.camp_inner_pretxt p span {
  font-weight: bold;
  color: #e40110;
}
div.camp_wrapper div.camp_inner_pretxt p span.em_big {
  font-size: var(--size-h3);
}

@media screen and (max-width: 600px) {
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 「Before After」 */

.before_wrapper {
  background-color: var(--c-bk-pale03);
}

.before_wrapper .d-sm-flex {
  width: min(94%, var(--maxWD-880px));
  margin-inline: auto;
  column-gap: 2rem;
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem 1.5rem;
  margin-bottom: 2rem;
}
.before_wrapper .d-sm-flex:last-of-type {
  margin-bottom: 0;
}

.before_wrapper .d-sm-flex p.txt-p-AHname {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 700;
}

.before__inner {
  position: relative;
  background-color: #f4f4f4;
  border-left: #828282 4px solid;
  padding: 1.5rem 1rem 1rem;
  text-align: left;
  margin-bottom: 2rem;
}
.before__inner p {
  margin-bottom: 0;
}
.after__inner {
  position: relative;
  background-color: #ebf7f1;
  border-left: var(--c-primary) 4px solid;
  padding: 1.5rem 1rem 1rem;
  text-align: left;
}
.after__inner ul {
  margin-bottom: 0;
  font-size: 1rem;
}

.before_mark {
  position: absolute;
  top: -15px;
  left: 16px;
  display: inline-block;
  background-color: #828282;
  color: #fff;
  font-weight: 700;
  padding: 2px 6px;
}
.after_mark {
  position: absolute;
  top: -15px;
  left: 16px;
  display: inline-block;
  background-color: var(--c-primary);
  color: #fff;
  font-weight: 700;
  padding: 2px 6px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 「利用者様の声」 */

.voice_wrapper {
  background-color: var(--c-bk-midblu);
}

.voice_wrapper .d-sm-flex {
  width: min(94%, var(--maxWD-880px));
  margin-inline: auto;
  column-gap: 2rem;
}
.voice_wrapper .d-sm-flex > div {
  width: calc(100% / 2);
  background-color: #fff;
  border-radius: 12px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.voice_wrapper .d-sm-flex h4 {
  margin-top: 1rem;
}
.voice_wrapper .d-sm-flex p.txt-p-left {
  padding: 0 1em 1em;
}
.voice_wrapper .d-sm-flex > div img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ボタン */

#LP_camp_box div.btn_wrapper {
  max-width: 440px;
  width: 100%;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

div.txt_tooltip {
  /* hoverでツールチップ表示 */
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--c-primary);
  border-radius: 5px;
  background: var(--c-bk-paleblu);
  max-width: 300px;
  width: 80%;
}
div.txt_tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 8px solid transparent;
  border-top: 8px solid;
  border-top-color: var(--c-bk-paleblu);
  margin-left: -8px;
}
#LP_camp_box div.btn_wrapper:hover div.txt_tooltip {
  display: inline-block;
  top: -45%;
  left: 12%;
}

#LP_camp_box a.btn {
  width: 100%;
  max-width: 440px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.9em 2em;
  text-decoration: none;
  outline: none;
  letter-spacing: 0.025em;
  border-radius: 0.3em;
  color: #fff;
  background-color: var(--c-link);
  box-shadow: 0 2px 0 #c95d0b;
}
.btn-icon-r {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 1em;
  line-height: 1em;
  font-size: 1.4em !important;
  transform: translateY(-50%); /* 上下中央に */
}
#LP_camp_box a.btn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #c95d0b;
}

#LP_camp_box a.btn-col-seminar {
  background-color: #7d1c95 !important;
  box-shadow: 0 2px 0 #5f1172 !important;
}
#LP_camp_box a.btn-col-seminar:hover {
  transform: translateY(5px);
  background-color: #5f1172 !important;
  box-shadow: 0 0 0 #5f1172 !important;
}

@media only screen and (max-width: 599px) {
  /* スマホ用 */
  #LP_camp_box a.btn {
    font-size: 1em;
    max-width: 100%;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 387px) {
  /* スマホ(小)用 */
  #LP_camp_box a.btn {
    font-size: 0.8125em;
  }
}
