@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 全体 */
:root {
  --maxWD-840px: 840px;
  --maxWD-inner: 840px; /* innerの最大幅 */
  --maxWD-inner-sm: 792px; /* inner(小)の最大幅 */

  --c-text: #1e1e1e; /* テキスト */
  --c-primary: #e62f21;
  --c-second: #f8e973;
  --c-link: #0452b0;
  --c-bk-main: #f2f2f2; /* 背景 */
  --c-bk-gray: #4d4d4d; /* 背景(グレイ) */
  --c-bk-skyblue: #eefbff;
  --c-marker-blue: #ccf2ff;

  --padding-PC-top-big: 104px; /* 共通の上パッディング設定(大) */
  --padding-SP-top-big: 72px;
  --padding-PC-bottom-big: 104px; /* 共通の下パッディング設定(大) */
  --padding-SP-bottom-big: 72px;

  --padding-PC-top: 72px; /* 共通の上パッディング設定 */
  --padding-SP-top: 40px;
  --padding-PC-bottom: 72px; /* 共通の下パッディング設定 */
  --padding-SP-bottom: 40px;

  --padding-PC-top-sml: 54px; /* 共通の上パッディング設定(小) */
  --padding-SP-top-sml: 24px;
  --padding-PC-bottom-sml: 54px; /* 共通の下パッディング設定(小) */
  --padding-SP-bottom-sml: 24px;

  --padding-inn-PC-top: 48px; /* 共通のinner上パッディング設定 */
  --padding-inn-SP-top: 24px;
  --padding-inn-PC-bottom: 48px; /* 共通のinner下パッディング設定 */
  --padding-inn-SP-bottom: 24px;

  --padding-inn-PC-top-sml: 24px; /* 共通のinner内の上パッディング設定(小) */
  --padding-inn-SP-top-sml: 16px;
  --padding-inn-PC-bottom-sml: 24px; /* 共通のinner内の下パッディング設定(小) */
  --padding-inn-SP-bottom-sml: 16px;

  --margin-PC-div-top: 24px; /* inner内divの上マージン設定 */
  --margin-SP-div-top: 32px;
  --margin-PC-div-bottom: 24px; /* inner内divの下マージン設定 */
  --margin-SP-div-bottom: 32px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パッディング用（共通） */
.padding-t-sec {
  /* 共通の上パッディング設定 */
  padding-top: var(--padding-PC-top);
}
.padding-b-sec {
  padding-bottom: var(--padding-PC-bottom);
}

.padding-t-big {
  /* 共通の上パッディング設定(大) */
  padding-top: var(--padding-PC-top-big);
}
.padding-b-big {
  padding-bottom: var(--padding-PC-bottom-big);
}

.padding-t-sml {
  /* 共通の上パッディング設定(小) */
  padding-top: var(--padding-PC-top-sml);
}
.padding-b-sml {
  padding-bottom: var(--padding-PC-bottom-sml);
}

.padding-inn-t-sec {
  /* 共通のinner上パッディング設定 */
  padding-top: var(--padding-inn-PC-top);
}
.padding-inn-b-sec {
  padding-bottom: var(--padding-inn-PC-bottom);
}

.padding-inn-t-sec-sml {
  /* 共通のinner内の上パッディング設定(小) */
  padding-top: var(--padding-inn-PC-top-sml);
}
.padding-inn-b-sec-sml {
  padding-bottom: var(--padding-inn-PC-bottom-sml);
}

.margin-div-t {
  padding-top: var(--margin-PC-div-top);
}
.margin-div-b {
  padding-bottom: var(--margin-PC-div-bottom);
}

@media only screen and (max-width: 768px) {
  /* タブレット・スマホ用 */
  .padding-t-sec {
    padding-top: var(--padding-SP-top);
  }
  .padding-b-sec {
    padding-bottom: var(--padding-SP-bottom);
  }

  .padding-t-big {
    padding-top: var(--padding-SP-top-big);
  }
  .padding-b-big {
    padding-bottom: var(--padding-SP-bottom-big);
  }

  .padding-t-sml {
    padding-top: var(--padding-SP-top-sml);
  }
  .padding-b-sml {
    padding-bottom: var(--padding-SP-bottom-sml);
  }

  .padding-inn-t-sec {
    padding-top: var(--padding-inn-SP-top);
  }
  .padding-inn-b-sec {
    padding-bottom: var(--padding-inn-SP-bottom);
  }

  .padding-inn-t-sec-sml {
    padding-top: var(--padding-inn-SP-top-sml);
  }
  .padding-inn-b-sec-sml {
    padding-bottom: var(--padding-inn-SP-bottom-sml);
  }

  .margin-div-t {
    padding-top: var(--margin-SP-div-top);
  }
  .margin-div-b {
    padding-bottom: var(--margin-SP-div-bottom);
  }
}

#LP_camp_box {
  overflow: hidden;
  color: var(--c-text);
  line-height: 1.7;
  background-color: #fefefe;
  font-size: 1rem;
  font-weight: 300;
  font-family:
    "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial,
    Verdana, sans-serif;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}
.material-symbols-outlined {
  /* Googleアイコンフォント関連 */
  display: inline-flex;
  vertical-align: middle;
}

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

#LP_camp_box h3 {
  width: 96%;
  display: inline-block;
  margin-inline: auto;
  font-size: 1.5rem;
  font-weight: 700;
  border-image-slice: 1;
  margin-bottom: 2em;
  line-height: 1.4;
}
#LP_camp_box h3 span {
  color: var(--c-primary);
}
@media screen and (max-width: 575px) {
  #LP_camp_box h3 {
    margin-bottom: 1em;
  }
}

#LP_camp_box p {
  margin-bottom: 0;
}

.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-c-wh {
  color: #fff !important;
}

/* 改行の設定 */
br.is-pc {
  display: block;
}
br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: block;
  }
}

#LP_camp_box h3 span,
#LP_camp_box h4 span,
#LP_camp_box h5 span {
  color: var(--c-primary);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* Flex */

.grid-inn-gap {
  column-gap: 4rem;
}
@media screen and (max-width: 368px) {
  .grid-inn-gap {
    column-gap: 2rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* リスト */

#LP_camp_box ul {
  list-style: none;
  text-align: left;
  padding: 0;
}
#LP_camp_box ul li {
  position: relative;
  list-style: none;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー */
#LP_camp_box .sec_firstview {
  width: 100%;
  background-color: #f7f8f9;
  background-image: url("https://vetswan.s3.amazonaws.com/upload/feature_data/20298/lp_img/bk_ft20298_01.jpg");
  background-size: cover;
  background-position: top right;
  height: 32rem;
}
.sp_bk01_inner {
  display: none;
}

.sec_firstview .firstview_logoinn {
  width: 100%;
  text-align: right;
  padding: 1rem 1rem 0;
}
.sec_firstview .firstview_inner {
  width: max(50%, 410px);
  margin-left: 2rem;
  margin-top: 2rem;
}
.firstview_inner h2 {
  width: 100%;
}
.firstview_ttl_hd {
  display: inline-block;
  padding: 4px 24px;
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--c-primary);
  border-radius: 8px;
  margin-bottom: 1rem;
}
.firstview_ttl_hd p {
  margin-bottom: 0 !important;
}
.firstview_ttl_pre {
  font-size: 2.85rem;
  padding-bottom: 16px;
}
.firstview_inner ul {
  display: flex;
  column-gap: 1rem;
  margin-inline: auto;
  margin-top: 3rem;
  justify-content: center;
}

img.img_arkraylogo {
  width: min(50%, 110px) !important;
  height: auto !important;
}
img.img_thinkalogo {
  width: max(90%, 398px) !important;
}

@media screen and (max-width: 800px) {
  #LP_camp_box .sec_firstview {
    background-image: none;
    height: auto;
  }
  .sp_bk01_inner {
    display: block;
  }
  .sec_firstview .firstview_inner {
    width: max(90%, 880px) !important;
    margin-inline: auto;
  }
  .firstview_inner ul {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* イントロ */
#LP_camp_box .sec_intro {
  width: 100%;
}

.sec_intro .d-flex {
  width: min(90%, var(--maxWD-840px)) !important;
  margin-inline: auto;
  column-gap: 2rem;
}
.sec_intro .d-flex div p {
  margin-top: 1rem;
  margin-bottom: 0 !important;
}

img.img_intro_thumb {
  width: 216px !important;
  height: auto !important;
}

@media screen and (max-width: 575px) {
  .sec_intro .d-flex {
    display: block !important;
  }
  .intro_thumb_inner {
    display: none;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* CTA部分 */
.sec_cta {
  width: 100%;
  background-color: var(--c-bk-gray);
}

.sec_cta p {
  margin-top: 1em;
  margin-bottom: 0;
}
.sec_cta p a:link {
  color: #fff;
  text-decoration: underline;
}
.sec_cta p a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sec_cta p a:visited {
  color: #fff;
  text-decoration: underline;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「悩み」 */
.sec_worries {
  width: 100%;
  background-color: var(--c-bk-main);
}

.sec_worries .d-sm-flex {
  width: min(92%, var(--maxWD-inner));
  margin: 0 auto;
  align-items: center;
  column-gap: 2rem;
}

.fukidashi_inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 1rem 2rem;
  margin-bottom: 1.5rem;
}

img.img_worrydoctor {
  width: 115px !important;
}

@media screen and (max-width: 575px) {
  img.img_worrydoctor {
    display: none;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* div「特徴」 */
.sec_feature {
  /* 共通 */
  width: 100%;
}
.sec_feature02,
.sec_feature05,
.sec_feature07 {
  background-color: var(--c-bk-main);
}
.sec_feature04 {
  background-color: #fff5f5;
}

.sec_feature_inner {
  width: min(96%, var(--maxWD-840px));
  margin-inline: auto;
  border-radius: 0.75em;
}

/* === feature01 === */
.sec_feature01 .d-sm-flex {
  width: min(96%, var(--maxWD-840px));
  margin-inline: auto;
}
.sec_feature01 .d-sm-flex {
  column-gap: 3rem;
}
.sec_feature01 .d-sm-flex div {
  width: calc(100% / 2);
  display: inline-block;
  background: #fff;
  border: solid #f7bdb9 3px;
  border-radius: 1em;
  padding: 1.5em;
}
.sec_feature01 .d-sm-flex div p {
  margin-bottom: 0;
  line-height: 1.5;
}
.sec_feature01 .d-sm-flex div p em {
  font-weight: 600;
  font-style: normal;
  color: var(--c-primary);
}
.sec_feature01 h3 {
  margin-top: 8px;
}
.sec_feature01 h4 {
  font-size: 1.25rem;
  margin-top: 8px;
}
.sec_feature01 h5 {
  display: inline;
  background: linear-gradient(transparent 70%, var(--c-marker-blue) 70%);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 544px) {
  .sec_feature01 .d-sm-flex div {
    width: 96%;
  }
  .sec_feature01 .d-sm-flex div:first-of-type {
    margin-bottom: 2rem;
  }
}

/* === feature02 === */
.sec_feature02 .sec_feature_inner,
.sec_feature04 .sec_feature_inner {
  padding: 1em 2em;
}
.sec_feature02 .d-sm-flex,
.sec_feature05 .d-sm-flex {
  column-gap: 3rem;
}

.sec_feature02 .d-sm-flex div {
  width: 50%;
}

.sec_feature02 ul {
  margin-top: 1em;
}
.sec_feature02 li {
  position: relative;
  padding-left: 20px;
}
.sec_feature02 li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: var(--c-primary);
  border-radius: 5px;
}

@media screen and (max-width: 575px) {
  .sec_feature02 .d-sm-flex div {
    width: 96%;
    max-width: 370px;
    margin-inline: auto;
  }
}

/* === feature03 === */
.sec_feature03 .sec_feature_inner {
  position: relative;
  border: 1px solid #000;
  padding: 1em 2em;
  margin-inline: auto;
}
.sec_feature03 p {
  margin-bottom: 0 !important;
}
.sec_feature03 p em {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125em;
  color: var(--c-primary) !important;
}
.sec_feature03 p a:link,
.sec_feature03 p a:visited {
  color: var(--c-text);
  text-decoration: underline;
}
.sec_feature03 p a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* === feature04 === */
.sec_feature04 .sec_feature_inner_div {
  background-color: #fff;
  padding: 2em;
  border-radius: 12px;
  margin-bottom: 2rem;
}
.sec_feature04 .sec_feature_inner_div:first-of-type {
  margin-top: 3rem;
}
.sec_feature04 .sec_feature_inner_div:last-of-type {
  margin-bottom: 0;
}
.sec_feature04 .sec_feature_inner_div .d-sm-flex {
  column-gap: 1em;
}
.sec_feature04 h3 {
  margin-bottom: 1em !important;
}
.sec_feature04 h4 {
  text-align: left;
  font-size: 1.375rem;
}
.sec_feature04 .img_hematocrit_inner {
  margin-top: 2rem;
}

/* === feature05 === */
.sec_feature05 .sec_feature_inner {
  background-color: #fff;
  padding: 2em;
  border-radius: 12px;
}
.sec_feature05 .sec_feature_inner .d-sm-flex div {
  width: 50%;
  max-width: 346px;
}
.sec_feature05 .sec_feature_inner .d-sm-flex h5 {
  margin-top: 0.5em;
}
.sec_feature05 .sec_feature_inner .d-sm-flex:first-of-type {
  margin-bottom: 1rem;
}

.sec_feature p.txt-s-small {
  color: var(--c-primary);
}

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

/* === feature06 === */
.sec_feature06 .sec_feature_inner .d-sm-flex {
  column-gap: 2rem;
}
.sec_feature06 .sec_feature_inner p a:link,
.sec_feature06 .sec_feature_inner p a:visited {
  color: var(--c-primary);
  text-decoration: underline;
}

.sec_feature06 .sec_feature_inner .btn_wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* === feature07 === */
.sec_feature07 .sec_feature_inner {
  background-color: #fff;
  padding: 2em;
  border-radius: 12px;
}
.sec_feature07 .sec_feature_inner .d-sm-flex {
  column-gap: 2rem;
}

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* Table */
.sec_feature06 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9375rem;
  margin-bottom: 0.75em;
  text-align: left;
  width: 100%;
  overflow: scroll !important;
}
.sec_feature06 table th {
  font-weight: 500;
  padding: 0.5em 1em;
}
.sec_feature06 table td {
  padding: 0.5em;
  padding-left: 1em;
  border-top: solid 1px #d4d4d4;
  border-bottom: solid 1px #d4d4d4;
  background-color: #ffffff;
}
.sec_feature06 table tr:nth-of-type(2n) td {
  background-color: #f7f7f7;
}

.sec_feature06 table th {
  background: #9b9b9b;
  color: #fff;
  border-top: solid 1px #d4d4d4;
  border-bottom: solid 1px #d4d4d4;
}
.sec_feature06 table tr:last-of-type th {
  border-bottom: solid 1px #d4d4d4;
}

@media only screen and (max-width: 544px) {
  /* スマホ用 */
  .sec_feature06 {
    padding: 2em 0;
  }
  .sec_feature06 div.d-md-flex div {
    width: 90%;
    margin: 0 auto;
  }
  .sec_feature06 div.d-md-flex > div:first-of-type {
    margin-bottom: 3em;
  }
  .sec_feature06 table {
    margin: 0 auto 0.5em;
  }
  .sec_feature06 table th {
    width: 45%;
  }
  .sec_feature06 table td {
    width: 55%;
  }
}

/* == ラベルアイコン == */
.label_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  background: var(--c-primary);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}
.label_wrapper .label_case {
  margin-bottom: -6px;
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
}
.label_wrapper .label_num {
  margin-bottom: -8px;
  font-size: 27px;
}

/* == 画像 == */
img.img_thumb_usability {
  max-width: 370px;
}
img.img_icon_feature {
  max-width: 188px;
}
img.img_ft05img {
  max-width: 346px;
}

@media only screen and (max-width: 599px) {
  .sec_feature02 .sec_feature_inner .d-sm-flex div:first-of-type {
    margin-bottom: 2rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 問い合わせ */
.inquiry_wrapper {
  width: 100%;
  background-color: #191919;
}
.inquiry_wrapper h2 {
  font-size: 1.5rem !important;
  display: inline-block;
  width: 96%;
  max-width: var(--maxWD-inner-sm);
  color: #fff;
  margin: 0 auto;
  padding-bottom: 0.5em;
}
.inquiry_wrapper .d-sm-flex {
  background-color: #fff;
  width: 96%;
  max-width: var(--maxWD-inner-sm);
  margin-inline: auto;
  align-items: center;
  column-gap: 2rem;
  padding: 2em;
}
.inquiry_wrapper .d-sm-flex > div:first-of-type {
  width: 65%;
}
.inquiry_wrapper .d-sm-flex > div:last-of-type {
  width: 35%;
}

img.img_TELno {
  /* 問い合わせ番号 */
  max-width: 324px;
  height: auto !important;
}
.inquiry_wrapper .d-sm-flex p {
  margin-bottom: 0.25rem;
}
p.ttl-vetsdesk {
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  /* タブレット・スマホ用 */
  .inquiry_wrapper h2 {
    width: 86%;
    font-size: 1.25rem !important;
    text-align: left !important;
  }
  .inquiry_wrapper .d-sm-flex {
    width: 86%;
    text-align: center;
  }
  .inquiry_wrapper .d-sm-flex > div:first-of-type {
    width: 100%;
  }
  .inquiry_wrapper .d-sm-flex p {
    text-align: center !important;
  }
  .inquiry_wrapper .d-sm-flex > div:last-of-type {
    width: 100%;
    margin-top: 1rem;
  }
  img.img_TELno {
    max-width: 400px;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ボタン */
#LP_camp_box div.btn_wrapper {
  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: #fff;
  border-radius: 5px;
  background: #000;
  max-width: 300px;
  width: 80%;
}
div.txt_tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 8px solid transparent;
  border-top: 8px solid #000;
  margin-left: -8px;
}
#LP_camp_box div.btn_wrapper:hover div.txt_tooltip {
  display: inline-block;
  top: -60%;
  left: 12%;
}

#LP_camp_box a.btn {
  width: 100%;
  max-width: 448px;
  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;
  border-radius: 64px;
}
.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 div.btn_wrapper:hover a span.txt_link_rote {
  /* hoverで回転 */
  transition: transform 1s;
  transform: rotateX(360deg);
}

#LP_camp_box a.btn-col_main {
  background: #ffd32c;
  background: linear-gradient(
    140deg,
    rgba(255, 211, 44, 1) 0%,
    rgba(255, 103, 29, 1) 100%
  );
  color: #fff;
}
#LP_camp_box a.btn-col_rev {
  color: var(--c-primary);
  background-color: #fff;
  border: var(--c-primary) 1px solid;
}
#LP_camp_box a.btn-col_bl {
  color: #fff;
  background: #74a3db;
  background: linear-gradient(
    140deg,
    rgba(116, 163, 219, 1) 0%,
    rgba(0, 91, 179, 1) 100%
  );
}

@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;
  }
}
