@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*   Common Setting
----------------------------*/
/* 変数定義 */
:root {
  --black100: #000000;
  --black70: #444444;
  --black10: #E1E1E1;
  --pink: #FF1493;
  --red: #FF0000;
  --baseblue: #00BBBD;
  --shadowblue: #00A1A3;
  --white: #FFFFFF;
  --bggray: #F8F6F4;
  --gladclrblue01: #EAF9F9;
  --gladclrblue02: #D9FFFF;
  --bggladblue: linear-gradient(180deg, var(--gladclrblue01) 0%, var(--gladclrblue02) 100%);
  --linkclr: #FF1493;
  --linkhvr: #FF1493;
  --fontfamily: "Noto Sans JP", "Hiragino Sans ProN", "ヒラギノ角ゴシック ProN", "Hiragino Sans Pro", "Yu Gothic UI", "游ゴシック", "MSゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
  --ffmin: "Noto Serif JP", serif;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* FadeIn Animation */
.effect-fade {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.effect-fade:nth-of-type(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.effect-fade:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.effect-fade:nth-of-type(4) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.effect-fade:nth-of-type(5) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.effect-fade:nth-of-type(6) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.fadeT {
  -webkit-transform: translate(0, -80px);
          transform: translate(0, -80px);
}

.fadeB {
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}

.fadeL {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fadeR {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

strong {
  color: var(--pink);
  font-weight: 700;
}

.sub {
  font-size: 62.5%;
}

/**================================= Link Setting =================================**/
.freepage-content-add a {
  color: var(--linkclr);
  text-decoration: none;
}

.freepage-content-add a:visited {
  color: var(--linkclr);
  text-decoration: none;
}

.freepage-content-add a:hover {
  color: var(--linkhvr);
  text-decoration: none;
}

.freepage-content-add a:active {
  color: var(--linkhvr);
  text-decoration: none;
}

a[href^="tel:"] {
  color: var(--black70);
  text-decoration: none;
  cursor: text;
}

/**================================= Common Setting =================================**/
html {
  height: 100%;
}

body {
  background: var(--white);
  font-family: var(--fontfamily);
  font-weight: 400;
  color: var(--black70);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/**================================= Header Setting =================================**/
.blockHeader {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.blockHeader .glogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.blockHeader .glogo img {
  width: 30%;
  height: auto;
  margin-right: 20px;
  max-width: 150px;
}
.blockHeader .glogo span {
  /* font-size: 0.75rem; */
  /* font-size: 0.625rem; */
  font-size: 0.525rem;
  color: var(--black100);
}
.blockHeader .glogo p {
  line-height: 1.0;
  margin-top: -5px;
}

/**================================= Footer Setting =================================**/
.blockFooter {
  background-color: var(--gladclrblue02);
  padding: 30px 4px;
}
.blockFooter .copyright {
  text-align: center;
  font-size: 0.625rem;
}

/**================================= Common Setting Setting =================================**/
.sect {
  padding: 40px 4%;
}

/* Headline */
.hlLv02 {
  position: relative;
  color: var(--black100);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  z-index: 0;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.hlLv02 .en {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.hlLv02.line1 .en {
  bottom: 5px;
}
.hlLv02.line1 .en img {
  width: auto;
  height: 40px;
}
.hlLv02.line2 .en {
  bottom: -10px;
}
.hlLv02.line2 .en img {
  width: auto;
  height: 100px;
}
.hlLv02 .fss {
  display: block;
  font-size: 60%;
}

/* Text */
.txt16,
.txt18,
.txt20 {
  font-size: 1rem;
}
.txt16:nth-child(n+2),
.txt18:nth-child(n+2),
.txt20:nth-child(n+2) {
  margin-top: 1.5em;
}

/* List */
.list01:nth-child(n+2) {
  margin-top: 1.5em;
}
.list01 li {
  padding-left: 1em;
  position: relative;
}
.list01 li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--black70);
  position: absolute;
  top: 13px;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Button */
a.btn01 {
  display: inline-block;
  color: var(--white);
  width: 100%;
  max-width: 360px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  height: 60px;
  line-height: 58px;
  background-color: var(--pink);
  border: var(--pink) solid 2px;
  border-radius: 30px;
}
.btnWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    &.btnCta {
      background: var(--pink);
      border: var(--pink) solid 2px;
      color: var(--white);
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.4;
      text-align: center;
      border-radius: 200px;
      width: min(460px);
      min-height: 80px;
      padding-block: 0.5em;
      &:hover {
        background-color: var(--white);
        color: var(--pink);
        transition: 0.3s;
      }
    }
  }
}
/* Image */
figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 0.875rem;
}

.flex .flexitem:nth-child(n+2) {
  margin-top: 30px;
}

/**================================= INDEX Setting =================================**/
/* Common */
/* FV
---------------------*/
.indexFv {
  background: url(../../img/usr/food/mainimg_sp@2x.jpg) no-repeat center center/cover;
  width: 100%;
  height: 540px;
  padding: 60px 4% 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .indexFv {
    background-image: url(../../img/usr/food/mainimg_sp@3x.jpg);
  }
}
.fv_catch {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 700;
}
.fv_catch .fss {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.fv_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.fv_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: var(--white);
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  background-color: var(--baseblue);
  letter-spacing: 0;
}
.fv_list li:nth-child(n+2) {
  margin-left: 15px;
}

/* INTRO
---------------------*/
.sectIntro {
  padding-bottom: 70px;
  background: var(--bggladblue);
  position: relative;
  z-index: 0;
}
.sectIntro::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 64px;
  background: url(../../img/usr/food/silhouette_dog_cat.png) no-repeat center center/contain;
  z-index: -1;
}
.sectIntro .logoArea {
  text-align: center;
}
.sectIntro .logoArea span {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.sectIntro .logoArea p {
  text-align: center;
}
.sectIntro .logoArea p img {
  width: 80%;
  max-width: 300px;
  height: auto;
}
.sectIntro .logoBtmTxt {
  margin-top: 20px;
  text-align: center;
  font-size: 1.25rem;
  color: var(--black100);
  font-weight: 500;
}
.sectIntro .introItem:nth-child(2) {
  margin-top: 50px;
}
.sectIntro .packageimg {
  text-align: center;
}
.sectIntro .packageimg .imgBox {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
}
.sectIntro .packageimg .circleTxt {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: -50px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--baseblue);
  color: var(--white);
  text-align: center;
  /* font-size: 0.9375rem; */
  font-size: 0.7375rem;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-box-shadow: 3px 3px 0px 0px var(--shadowblue);
          box-shadow: 3px 3px 0px 0px var(--shadowblue);
  border-radius: 100px;
}
.sectIntro .btnList {
  margin-top: 20px;
}
.sectIntro .btnList .btnItem {
  text-align: center;
}
.sectIntro .btnList .btnItem:nth-child(n+2) {
  margin-top: 20px;
}

/* INTRO2
---------------------*/
.sectIntro02 .intro02Title {
  background-color: var(--baseblue);
  padding: 10px;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  margin-bottom: 10px;
}
.sectIntro02 .intro02TitleBtmTxt {
  margin-bottom: 30px;
  text-align: center;
  color: var(--baseblue);
  font-size: 1rem;
  font-weight: 700;
}
.sectIntro02 .intro02Title02 {
  color: var(--baseblue);
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.sectIntro02 .intro02List {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sectIntro02 .intro02List li {
  width: 100px;
  height: 100px;
  background-color: var(--baseblue);
  border-radius: 50%;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.sectIntro02 .intro02List li:nth-child(3n), .sectIntro02 .intro02List li:nth-child(3n+2) {
  margin-left: 10px;
}
.sectIntro02 .intro02List li:nth-child(n+4) {
  margin-top: 10px;
}

/* FEATURES
---------------------*/
.sectFeatures {
  background-color: var(--bggray);
}

.featureitem:nth-of-type(n+2) {
  margin-top: 40px;
}

.hlLv03_feature {
  margin-bottom: 20px;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--baseblue);
  position: relative;
}
.hlLv03_feature::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.hlLv03_feature.feature01::before {
  width: 54px;
  height: 28px;
  background: url(../../img/usr/food/num01.png) no-repeat center center/contain;
}
.hlLv03_feature.feature02::before {
  width: 56px;
  height: 28px;
  background: url(../../img/usr/food/num02.png) no-repeat center center/contain;
}
.hlLv03_feature.feature03::before {
  width: 56px;
  height: 41px;
  background: url(../../img/usr/food/num03.png) no-repeat center center/contain;
}

/* COMPARISON
---------------------*/
.sectComparison {
  font-size: 18px;
}
.sectComparison .tblLabel td {
  border: 1px solid #DDDDDD;
  padding: 33px;
  letter-spacing: -0.02em;
}
.sectComparison .tblLabel td:first-child {
  background: #F7F6F4;
  vertical-align: middle;
  width: 21%;
}
.sectComparison .tblLabel td:nth-child(2) {
  background-color: rgb(156 214 218 / 0.25);
  width: 40%;
}

.sectComparison .tblLabel td:nth-child(2) p span {
  display: block;
}
.sectComparison .tblLabel td:nth-child(2) p span:nth-child(2) {
  margin-top: 3px;
}

.sectComparison .tblLabel td:nth-child(3) {
  width: 39%;
  letter-spacing: -0.05em;
  padding-right: 24px;
}
.sectComparison .tblLabel th {
  padding-bottom: 24px;
}
.sectComparison .tblLabel th span {
  line-height: 1;
  padding: 12px;
  text-align: center;
  border-radius: 100vmax;
  display: block;
}
.sectComparison .tblLabel th:nth-child(2) span {
  background-color: #9CD6DA;
}

.sectComparison .tblLabel th:nth-child(3) span {
  background-color: #F7F6F4;
}



@media screen and (max-width: 920px) {
  .sectComparison .hlLv02 {
    font-size: 5.86vw;
  }

  .sectComparison .tblLabel {
    width: 100%;
  }
  .sectComparison .tblLabel .thead {
    display: none;
  }
  .sectComparison .tblLabel tr {
    width: 100%;
  }
  .sectComparison .tblLabel td  {
    width: 100%;
    display: flex;
    position: relative;
    padding: 4.04vw 3.65vw 5.47vw 35vw;
    font-size: 3.13vw;
  }
  .sectComparison .tblLabel td:first-child {
    font-size: 4.17vw;
    font-weight: 500;
    text-align: center;
    padding: 1.69vw 5vw;
    display: block;
    border-bottom: 0;
  }
  /* .tblLabel td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  } */

  .sectComparison .tblLabel td[data-label="サニメド"]::after,
  .sectComparison .tblLabel td[data-label="一般的な療法食"]::after  {
    content: attr(data-label);
    display: block;
    background-color: #9CD6DA;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
    line-height: 1;
    padding: 1.56vw 6.03vw;
    font-size: 2.34vw;
    font-weight: bold;
    text-align: center;
    border-radius: 100vmax;
  }

  .sectComparison .tblLabel td[data-label="一般的な療法食"]::after  {
    background-color: #F7F6F4;
    padding: 1.56vw 3.52vw;
  }

  .sectComparison .tblLabel td[data-label="サニメド"]::before,
  .sectComparison .tblLabel td[data-label="一般的な療法食"]::before{
    content: "";
    display: block;
    background-color: #fff;
    height: 100%;
    width: 29.43vw;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #DDDDDD;
  }

  /* .tblLabel td[data-type="サニメド"]::before{
    background-color: aqua;
    content: "新作";
  } */

  .sectComparison .tblLabel td:first-child {
    width: 100%;
  }

  .sectComparison .tblLabel td:nth-child(2) {
    width: 100%;
    border-bottom: 0;
  }

  .sectComparison .tblLabel td:nth-child(2) p span:nth-child(2) {
    margin-top: 2vw;
}

  .sectComparison .tblLabel td:nth-child(3) {
    width: 100%;
    margin-bottom: 5.21vw;
  }

  .sectComparison .tblLabel td strong {
    display: contents;
  }
}


/* FACTS
---------------------*/
.txtLead01 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--black100);
  margin-bottom: 30px;
}

.factlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
.factlist .factitem {
  width: 48%;
  text-align: center;
}
.factlist .factitem:nth-child(2n) {
  margin-left: 4%;
}
.factlist .factitem:nth-child(n+3) {
  margin-top: calc(4% + 20px);
}
.factlist .factitem dt {
  font-size: 0.875rem;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
}
.factlist .factitem dd {
  padding-bottom: 10px;
  border-bottom: var(--black10) solid 3px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--baseblue);
  font-family: var(--ffmin);
}
.factlist .factitem dd span {
  font-size: 60%;
}

/* MANUFACTURING
---------------------*/
.sectManufacturing {
  color: var(--white);
  background: url(../../img/usr/food/bgimg_manufacturing.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.sectManufacturing::before {
  content: "";
  background-color: var(--black100);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.manufacturingBox .hlLv02--manufacturing {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.manufacturingBox .txtLead {
  font-size: 1.125rem;
  font-weight: 500;
}
.manufacturingBox .imgBox {
  margin-top: 20px;
}

/* PRODUCTS LINE UP
---------------------*/
.sectLineup {
  border-top: #C1C1C1 solid 1px;
}

.tabContainerWrap .tabBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabContainerWrap .tabBox li {
  width: 46%;
  padding: 10px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: var(--bggray);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.tabContainerWrap .tabBox li:nth-child(2) {
  margin-left: 2%;
}
.tabContainerWrap .tabBox li span {
  color: var(--baseblue);
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabContainerWrap .tabBox li span::before {
  content: "";
  background-color: var(--baseblue);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabContainerWrap .tabBox li.act {
  background-color: var(--baseblue);
}
.tabContainerWrap .tabBox li.act span {
  color: var(--white);
}
.tabContainerWrap .tabBox li.act span::before {
  background-color: var(--white);
}
.tabContainerWrap .tabBox li.tabDog span {
  padding-left: 36px;
}
.tabContainerWrap .tabBox li.tabDog span::before {
  width: 31px;
  height: 28px;
  -webkit-mask: url(../../img/usr/food/icn_dog.png) center/contain;
          mask: url(../../img/usr/food/icn_dog.png) center/contain;
}
.tabContainerWrap .tabBox li.tabCat span {
  padding-left: 45px;
}
.tabContainerWrap .tabBox li.tabCat span::before {
  width: 40px;
  height: 27px;
  -webkit-mask: url(../../img/usr/food/icn_cat.png) center/contain;
          mask: url(../../img/usr/food/icn_cat.png) center/contain;
}
.tabContainerWrap .tabContentsWrap {
  border: var(--baseblue) solid 5px;
  border-radius: 5px;
  padding: 8% 4%;
}
.tabContainerWrap .tabContents {
  display: none;
  opacity: 0;
}
.tabContainerWrap .tabContents.is-show {
  display: block;
  -webkit-animation: tabAnim ease 0.6s forwards;
          animation: tabAnim ease 0.6s forwards;
}
.tabContainerWrap .hlLv03--lineup {
  font-size: 1.25rem;
  color: var(--black100);
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.tabContainerWrap .hlLv03--lineup:nth-of-type(n+2) {
  margin-top: 40px;
}
.tabContainerWrap .hlLv03--lineup::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tabContainerWrap .hlLv03--lineup span {
  display: block;
  font-size: 0.75rem;
  color: var(--black70);
  font-weight: 400;
}
.tabContainerWrap .hlLv03--lineup.dog {
  padding-left: 75px;
}
.tabContainerWrap .hlLv03--lineup.dog::before {
  width: 65px;
  height: 58px;
  background: url(../../img/usr/food/silhouette_dog.png) no-repeat center center/contain;
}
.tabContainerWrap .hlLv03--lineup.cat {
  padding-left: 77px;
}
.tabContainerWrap .hlLv03--lineup.cat::before {
  width: 66px;
  height: 45px;
  background: url(../../img/usr/food/silhouette_cat.png) no-repeat center center/contain;
}
.tabContainerWrap .lineupList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tabContainerWrap .lineupList .lineupItem {
  width: 45%;
}
.tabContainerWrap .lineupList .lineupItem:nth-child(2n) {
  margin-left: 10%;
}
.tabContainerWrap .lineupList .lineupItem:nth-child(n+3) {
  margin-top: 15%;
}
.tabContainerWrap .lineupList .lineupItem .prodName {
  color: var(--black100);
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabContainerWrap .lineupList .lineupItem figure {
  margin-bottom: 15px;
  text-align: center;
}
.tabContainerWrap .lineupList .lineupItem figure img {
  width: 70%;
}
.tabContainerWrap .lineupList .lineupItem .prodDesc {
  color: var(--black70);
  font-size: 0.875rem;
}
.tabContainerWrap .lineupList .lineupItem .prodBtnBox {
  text-align: center;
  margin-top: 20px;
}
.tabContainerWrap .lineupList .lineupItem .prodBtnBox span {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  padding: 5px;
  border: var(--pink) solid 1px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

@-webkit-keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* CTA
---------------------*/
.sectCta {
  background: var(--bggladblue);
  position: relative;
  z-index: 0;
  padding-bottom: 70px;
}
.sectCta::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 64px;
  background: url(../../img/usr/food/silhouette_dog_cat.png) no-repeat center center/contain;
  z-index: -1;
}
.sectCta .ctaInnerSect:nth-child(n+2) {
  margin-top: 60px;
}
.sectCta .btnBox {
  margin-top: 30px;
}

.importantTxt {
  border: var(--red) solid 1px;
  padding: 4%;
  font-size: 1rem;
  color: var(--red);
  margin-bottom: 30px;
}

.ornerCtaBox {
  background-color: var(--white);
  border-radius: 16px;
  padding: 6%;
}
.ornerCtaBox .ornerCtaItem:nth-child(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: #C1C1C1 solid 1px;
}
.ornerCtaBox .hlLv04--cta {
  text-align: center;
  color: var(--baseblue);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.ornerCtaBox .hlLv04--cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ornerCtaBox .hlLv04--cta .fss {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
.ornerCtaBox .hlLv04--cta.step01 {
  padding-bottom: 90px;
}
.ornerCtaBox .hlLv04--cta.step01::before {
  width: 71px;
  height: 80px;
  background: url(../../img/usr/food/icn_hospital.png) no-repeat center center/contain;
}
.ornerCtaBox .hlLv04--cta.step02 {
  padding-bottom: 92px;
}
.ornerCtaBox .hlLv04--cta.step02::before {
  width: 80px;
  height: 82px;
  background: url(../../img/usr/food/icn_doctor.png) no-repeat center center/contain;
}

/**======== THREE KEY POINT =======**/
.sectThreekeypoint .hlLv02 {
  letter-spacing: 0em;
}

.sectThreekeypoint .hlLv02.line1 .en img {
  height: 191px;
}

.sectThreekeypoint .hlLv02.line1 .en {
  bottom: -50px;
}

.sectThreekeypoint .pointList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 70px;
}
.sectThreekeypoint .pointItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sectThreekeypoint .number {
  margin-bottom: 37px;
}
.sectThreekeypoint figure {
  margin-bottom: 38px;
}
.sectThreekeypoint .txt {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.sectThreekeypoint .pointItem p:nth-of-type(2){
  font-size: 32px;
  font-weight: 500;
}

.sectThreekeypoint .pointItem p:nth-of-type(2) span{
  font-size: 24px;
}

@media screen and (max-width: 920px) {
  .sect.sectThreekeypoint {
    padding-top: 3vw;
  }

  .sectThreekeypoint .hlLv02 {
    font-size: 5.86vw;
    margin-bottom: 9.93vw;
  }

  .sectThreekeypoint .hlLv02.line1 .en {
    bottom: -9vw;
  }

  .sectThreekeypoint .hlLv02.line1 .en img {
  height: 22.92vw;
  }

  .sectThreekeypoint .pointList {
    grid-template-columns: 1fr;
  }

  .sectThreekeypoint .pointItem {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: right;
    align-items: normal;
    column-gap: 7.16vw;
    border-bottom: 1px solid #DFDEDC;
    padding-top: 7.9vw;
    padding-bottom: 5.6vw;
  }

  .sectThreekeypoint .number {
    width: 100%;
    text-align: center;
    margin-bottom: 3vw;
  }

  .sectThreekeypoint .number img {
    width: 13.93vw;
  }

  .sectThreekeypoint figure {
    width: 32.65vw;
    margin-bottom: 0;
  }
  .sectThreekeypoint .pointItem:first-child figure img{
    margin-top: -2vw;
  }
  .sectThreekeypoint .pointItem:nth-child(2) figure img,
  .sectThreekeypoint .pointItem:nth-child(3) figure img {
    margin-top: 2vw;
  }

  .sectThreekeypoint .pointItem  > p,
  .sectThreekeypoint .pointItem  > div {
    width: 48%;
  }

  .sectThreekeypoint .txt {
    font-size: 4.43vw;
    text-align: left;
  }

  .sectThreekeypoint .pointItem p:nth-of-type(2) {
    font-size: 4.17vw;
  }

  .sectThreekeypoint .pointItem p:nth-of-type(2) span {
    font-size: 3.13vw;

  }


}




/**======== /THREE KEY POINT =======**/


/**======== CUSTOMERS VOICE =======**/
.sectCustomersvoice {
  background-color: #F6F2EE;
}

.hlLv02--eval {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black100);
  margin-bottom: 20px;
}

.evalAlltxt {
  text-align: center;
  color: var(--black100);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.evalAlltxt .star {
  color: #BF960E;
  margin-left: 10px;
  margin-right: 10px;
}
.evalAlltxt .fss {
  font-size: 62.5%;
}
.evalAlltxt .fsss {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.evalItemsTtl {
  text-align: center;
  color: #BF960E;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.evalItems {
  border: #BF960E solid 5px;
  background-color: var(--white);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.evalItems li {
  text-align: center;
  font-size: 1.125rem;
  color: var(--black100);
  font-weight: 500;
}
.evalItems li:nth-child(n+2) {
  margin-top: 5px;
}
.evalItems li .star {
  color: #BF960E;
  margin-left: 10px;
  margin-right: 10px;
}
.evalItems li .fss {
  font-size: 62.5%;
}

.evalAttTxt {
  font-size: 0.75rem;
}
.evalAttTxt:nth-of-type(n+2) {
  margin-bottom: 5px;
}

.customreVoiceBox {
  margin-top: 40px;
}
.customreVoiceBox .hlLv03--voice {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--black100);
  margin-bottom: 20px;
}
.customreVoiceBox .voiceItem {
  border-radius: 10px;
  background-color: var(--white);
  padding: 20px;
  position: relative;
}
.customreVoiceBox .voiceItem::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent var(--white) transparent;
  position: absolute;
  bottom: -12px;
}
.customreVoiceBox .voiceItem.fukidashir::before {
  right: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.customreVoiceBox .voiceItem.fukidashil::before {
  left: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.customreVoiceBox .voiceItem:nth-of-type(n+2) {
  margin-top: 40px;
}
.customreVoiceBox .voiceItem p.txt {
  font-size: 0.875rem;
}
.customreVoiceBox .voiceItem p.prodtxt {
  font-size: 0.75rem;
  margin-top: 5px;
}

/**======== BOTTOM CONTENTS =======**/
.sectBottomCont .innerSect:nth-child(n+2) {
  margin-top: 50px;
}

/* CUSTOMERS VOICE
---------------------*/
/* FAQ
---------------------*/
.hlLv02.faq .faqIcn {
  display: inline-block;
  padding-left: 84px;
  position: relative;
}
.hlLv02.faq .faqIcn::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 74px;
  height: 54px;
  background: url(../../img/usr/food/ttlicn_faq.png) no-repeat center center/contain;
}

.faqList .faqTtl {
  padding: 10px 40px 10px 10px;
  background-color: var(--baseblue);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.faqList .faqTtl:nth-of-type(n+2) {
  margin-top: 40px;
}
.faqList .faqTtl::before, .faqList .faqTtl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: var(--white);
  width: 17px;
  height: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faqList .faqTtl::after {
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.faqList .faqTtl .txtQ,
.faqList .faqTtl .txtA {
  width: 24px;
}
.faqList .faqTtl .body {
  width: calc(100% - 34px);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
}
.faqList .faqTtl.is-open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.faqList .faqTtl.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.faqList .faqTtl.is-open + .faqAns {
  max-height: 500px;
}
.faqList .faqAns {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faqList .faqAns .faqAnsInner {
  padding: 20px 10px 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faqList .faqAns .txtA {
  width: 24px;
}
.faqList .faqAns .body {
  width: calc(100% - 34px);
  font-size: 1rem;
}
.faqList .faqAns a {
  color: var(--black70);
  text-decoration: underline;
}

/* HISTORY
---------------------*/
.sectHistory .imgBox {
  margin-top: 30px;
}
.sectHistory .imgBox figure {
  text-align: center;
}
.sectHistory .imgBox figure:nth-child(n+2) {
  margin-top: 20px;
}

/**=================================
    Vet
=================================**/
/* Header */
.blockHeader.vet .glogo span {
  /* font-size: 0.625rem; */
  font-size: 0.525rem;
}

.sect.nobdr {
  border-top: none;
}
.sect.borderTop {
  border-top: #C1C1C1 solid 1px;
}

/* FV */
.indexFv.vet {
  background-image: url(../../img/usr/vet/mainimg_sp@2x.jpg);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexFv.vet .indexFv__inner {
  width: auto;
  text-align: center;
}
.indexFv.vet .indexFv__inner .fv_catch {
  color: #000000;
}
.indexFv.vet .indexFv__inner .fv_list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .indexFv.vet {
    background-image: url(../../img/usr/vet/mainimg_sp@3x.jpg);
  }
}
/* Intro */
.sectIntro02 .btnList {
  margin-top: 20px;
}
.sectIntro02 .btnList .btnItem {
  text-align: center;
}
.sectIntro02 .btnList .btnItem:nth-child(n+2) {
  margin-top: 20px;
}

/* Flow */
.flowBox {
  padding: 20px;
  position: relative;
  border-radius: 8px;
}
.flowBox::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flowBox:nth-of-type(n+2) {
  margin-top: 40px;
}
.flowBox.flowBox01 {
  background-color: #E5F8F8;
}
.flowBox.flowBox01::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #E5F8F8 transparent transparent transparent;
}
.flowBox.flowBox02 {
  background-color: #D9F5F5;
}
.flowBox.flowBox02::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #D9F5F5 transparent transparent transparent;
}
.flowBox.flowBox03 {
  background-color: #CCF1F2;
}
.flowBox.flowBox03::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #CCF1F2 transparent transparent transparent;
}
.flowBox.flowBox04 {
  background-color: #BFEEEE;
}
.flowBox.flowBox04::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #BFEEEE transparent transparent transparent;
}
.flowBox.flowBox05 {
  background-color: #B2EAEB;
}
.flowBox.flowBox05::after {
  display: none;
}
.flowBox .flowInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flowBox .flowInner .steptxt {
  width: 60px;
  height: 60px;
  background-color: var(--baseblue);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.flowBox .flowInner .steptxt img {
  width: 25px;
  vertical-align: middle;
}
.flowBox .flowInner .flowTxtBox {
  width: calc(100% - 80px);
}
.flowBox .flowInner .flowTtl {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
}
.flowBox .flowInner .flowTxt {
  font-size: 15px;
  color: #000000;
}
.flowBox .flowInner .flowTxt a {
  color: #000000;
  text-decoration: underline;
}
.flowBox .flowInner .flowTxt strong {
  color: #000000;
}
.flowBox .flowInnerImg {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flowBox .flowInnerImg figure {
  width: 30%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
}
.flowBox .flowInnerImg p {
  width: calc(70% - 20px);
  max-width: 264px;
  font-size: 13px;
  background-color: var(--white);
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.flowBox .flowInnerImg p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent var(--white) transparent transparent;
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* CTA */
.sectCta .othertxt {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .pcOnly {
    display: none;
  }
  .pt20Sp {padding-top: 20px;}
  .pt30Sp {padding-top: 30px;}
}
@media screen and (min-width: 921px) {
  .spOnly {
    display: none;
  }
  .pt30Pc {padding-top: 30px;}
  /**================================= Header Setting =================================**/
  .blockHeader {
    height: 100px;
  }
  .blockHeader .glogo {
    height: 100px;
  }
  .blockHeader .glogo img {
    width: 30%;
    height: auto;
    margin-right: 45px;
    max-width: 247px;
  }
  .blockHeader .glogo span {
    /* font-size: 1.25rem; */
    font-size: 1.15rem !important;
  }
  .blockHeader .glogo span:last-child {
    margin-left: 1rem !important;
  }
  /**================================= Footer Setting =================================**/
  .blockFooter {
    padding-bottom: 150px;
  }
  .blockFooter .copyright {
    font-size: 0.75rem;
  }
  /**================================= Common Setting Setting =================================**/
  .sect {
    padding: 120px 50px;
  }
  .sect .sectInner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .sect .sectInner.narrow {
    max-width: 1080px;
  }
  /* Headline */
  .hlLv02 {
    font-size: 3.125rem;
    margin-bottom: 100px;
    letter-spacing: 0.05em;
  }
  .hlLv02.line1 .en {
    bottom: 20px;
  }
  .hlLv02.line1 .en img {
    width: auto;
    height: 85px;
  }
  .hlLv02.line2 .en {
    bottom: 0px;
  }
  .hlLv02.line2 .en img {
    width: auto;
    height: 196px;
  }
  .hlLv02 .fss {
    display: block;
    font-size: 60%;
  }
  /* Text */
  .txt16 {
    font-size: 1rem;
    line-height: 1.8;
  }
  .txt18 {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .txt20 {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .txt20.tac {
    text-align: center;
  }
  /* List */
  .list01:nth-child(n+2) {
    margin-top: 1.5em;
  }
  .list01 li {
    font-size: 1.125rem;
    padding-left: 1em;
    position: relative;
  }
  .list01 li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--black70);
    position: absolute;
    top: 13px;
    left: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .list01 li:nth-child(n+2) {
    margin-top: 10px;
  }
  /* Button */
  a.btn01 {
    max-width: 460px;
    font-size: 1.5rem;
    height: 80px;
    line-height: 78px;
    border-radius: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a.btn01:hover {
    background-color: var(--white);
    color: var(--pink);
  }
  .btnWrapper {
    .btn {
      &.btnCta {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        border-radius: 200px;
        width: min(480px);
        min-height: 80px;
      }
    }
  }
  /* Image */
  figcaption {
    margin-top: 15px;
    font-size: 1.25rem;
  }
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex.rv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex .flexitem:nth-child(n+2) {
    margin-top: 0;
  }
  /**================================= INDEX Setting =================================**/
  /* Common */
  /* FV
  ---------------------*/
  .indexFv {
    background-image: url(../../img/usr/food/mainimg.jpg);
    height: 100vh;
    max-height: 740px;
    padding: 100px 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .indexFv .indexFv__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .fv_catch {
    font-size: 3.5625rem;
  }
  .fv_catch .fss {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .fv_list {
    margin-top: 40px;
  }
  .fv_list li {
    width: 170px;
    height: 170px;
    font-size: 1.4375rem;
  }
  .fv_list li:nth-child(n+2) {
    margin-left: 30px;
  }
  /* INTRO
  ---------------------*/
  .sectIntro {
    padding-bottom: 120px;
  }
  .sectIntro::before {
    right: 20px;
    width: 400px;
    height: 256px;
  }
  .sectIntro .introBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sectIntro .introBox .introItem {
    width: 50%;
    max-width: 600px;
  }
  .sectIntro .introBox .introItem:nth-child(1) {
    padding-right: 7%;
  }
  .sectIntro .introBox .introItem:nth-child(2) {
    margin-top: 0;
  }
  .sectIntro .logoArea span {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .sectIntro .logoArea p img {
    max-width: 494px;
  }
  .sectIntro .logoBtmTxt {
    margin-top: 60px;
    font-size: 2.375rem;
    line-height: 1.6;
  }
  .sectIntro .packageimg {
    text-align: left;
  }
  .sectIntro .packageimg .imgBox {
    max-width: 380px;
  }
  .sectIntro .packageimg .circleTxt {
    top: -50px;
    right: -190px;
    width: 244px;
    height: 244px;
    /* font-size: 1.8125rem; */
    font-size: 1.6125rem;
    -webkit-box-shadow: 6px 6px 0px 0px var(--shadowblue);
            box-shadow: 6px 6px 0px 0px var(--shadowblue);
    border-radius: 122px;
  }
  .sectIntro .btnList {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sectIntro .btnList .btnItem {
    text-align: center;
    width: 460px;
  }
  .sectIntro .btnList .btnItem:nth-child(n+2) {
    margin-top: 0;
    margin-left: 80px;
  }
  /* INTRO2
  ---------------------*/
  .sectIntro02 .intro02Title {
    padding: 0px;
    height: 100px;
    line-height: 100px;
    font-size: 2.8125rem;
    border-radius: 50px;
    margin-bottom: 30px;
  }
  .sectIntro02 .intro02TitleBtmTxt {
    margin-bottom: 90px;
    font-size: 1.5rem;
  }
  .sectIntro02 .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sectIntro02 .flex .flexitem {
    width: 50%;
  }
  .sectIntro02 .flex .flexitem p {
    line-height: 2;
  }
  .sectIntro02 .intro02Title02 {
    font-size: 2.125rem;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .sectIntro02 .intro02List li {
    width: 15vw;
    max-width: 172px;
    height: 15vw;
    max-height: 172px;
    font-size: 1.5rem;
  }
  .sectIntro02 .intro02List li:nth-child(3n), .sectIntro02 .intro02List li:nth-child(3n+2) {
    margin-left: 0;
  }
  .sectIntro02 .intro02List li:not(:nth-child(6n+1)) {
    margin-left: 20px;
  }
  .sectIntro02 .intro02List li:nth-child(n+4) {
    margin-top: 0;
  }
  .sectIntro02 .intro02List li:nth-child(n+7) {
    margin-top: 20px;
  }
  /* FEATURES
  ---------------------*/
  .featureitem {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .featureitem:nth-of-type(n+2) {
    margin-top: 120px;
  }
  .featureitem .flexitem {
    width: 48.4%;
    max-width: 580px;
  }
  .hlLv03_feature {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
  .hlLv03_feature.feature01::before {
    width: 108px;
    height: 57px;
  }
  .hlLv03_feature.feature02::before {
    width: 112px;
    height: 57px;
  }
  .hlLv03_feature.feature03::before {
    width: 111px;
    height: 83px;
  }
  /* FACTS
  ---------------------*/
  .txtLead01 {
    font-size: 1.875rem;
    margin-bottom: 80px;
  }
  .factlist {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
  .factlist .factitem {
    width: 22.2%;
  }
  .factlist .factitem:nth-child(2n) {
    margin-left: 0;
  }
  .factlist .factitem:nth-child(n+3) {
    margin-top: 0;
  }
  .factlist .factitem dt {
    font-size: 1.125rem;
    margin-bottom: 30px;
    height: 3em;
  }
  .factlist .factitem dd {
    padding-bottom: 20px;
    border-bottom-width: 5px;
    font-size: 3.125rem;
  }
  .factsBox {
    text-align: center;
  }
  .factsBox p {
    display: inline-block;
    max-width: 990px;
    text-align: left;
  }
  /* MANUFACTURING
  ---------------------*/
  .manufacturingBox {
    position: relative;
  }
  .manufacturingBox .manufacturingBoxInner {
    width: 60%;
  }
  .manufacturingBox .hlLv02--manufacturing {
    font-size: 3.125rem;
    margin-bottom: 30px;
  }
  .manufacturingBox .txtLead {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
  .manufacturingBox .imgBox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    display: block;
    width: 35.8%;
  }
  /* DEVELOPER
  ---------------------*/
  .sectDeveloper .flex .flexitem {
    width: 48.4%;
    max-width: 580px;
  }
  /* PRODUCTS LINE UP
  ---------------------*/
  .tabContainerWrap .tabBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tabContainerWrap .tabBox li {
    width: 43.3%;
    max-width: 520px;
    padding: 0;
    height: 80px;
    line-height: 80px;
  }
  .tabContainerWrap .tabBox li:hover {
    background-color: var(--baseblue);
  }
  .tabContainerWrap .tabBox li:hover span {
    color: var(--white);
  }
  .tabContainerWrap .tabBox li:hover span::before {
    background-color: var(--white);
  }
  .tabContainerWrap .tabBox li:nth-child(2) {
    margin-left: 20px;
  }
  .tabContainerWrap .tabBox li span {
    font-size: 1.875rem;
  }
  .tabContainerWrap .tabBox li.tabDog span {
    padding-left: 71px;
  }
  .tabContainerWrap .tabBox li.tabDog span::before {
    width: 61px;
    height: 55px;
  }
  .tabContainerWrap .tabBox li.tabCat span {
    padding-left: 89px;
  }
  .tabContainerWrap .tabBox li.tabCat span::before {
    width: 79px;
    height: 54px;
  }
  .tabContainerWrap .tabContentsWrap {
    border: var(--baseblue) solid 10px;
    border-radius: 8px;
    padding: 60px 50px;
  }
  .tabContainerWrap .hlLv03--lineup {
    font-size: 2.25rem;
    margin-bottom: 50px;
  }
  .tabContainerWrap .hlLv03--lineup:nth-of-type(n+2) {
    margin-top: 90px;
  }
  .tabContainerWrap .hlLv03--lineup span {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .tabContainerWrap .hlLv03--lineup.dog {
    padding-left: 148px;
  }
  .tabContainerWrap .hlLv03--lineup.dog::before {
    width: 130px;
    height: 116px;
  }
  .tabContainerWrap .hlLv03--lineup.cat {
    padding-left: 148px;
  }
  .tabContainerWrap .hlLv03--lineup.cat::before {
    width: 133px;
    height: 85px;
  }
  .tabContainerWrap .lineupList .lineupItem {
    width: 29.6%;
    max-width: 320px;
  }
  .tabContainerWrap .lineupList .lineupItem:nth-child(2n) {
    margin-left: 0;
  }
  .tabContainerWrap .lineupList .lineupItem:nth-child(n+3) {
    margin-top: 0;
  }
  .tabContainerWrap .lineupList .lineupItem:nth-child(3n), .tabContainerWrap .lineupList .lineupItem:nth-child(3n+2) {
    margin-left: 5.6%;
  }
  .tabContainerWrap .lineupList .lineupItem:nth-child(n+4) {
    margin-top: 80px;
  }
  .tabContainerWrap .lineupList .lineupItem .prodName {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .tabContainerWrap .lineupList .lineupItem figure {
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tabContainerWrap .lineupList .lineupItem figure img {
    width: auto;
    height: 260px;
  }
  .tabContainerWrap .lineupList .lineupItem .prodDesc {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .tabContainerWrap .lineupList .lineupItem .prodDesc.tac {
    text-align: center;
  }
  .tabContainerWrap .lineupList .lineupItem .prodBtnBox {
    margin-top: 30px;
  }
  .tabContainerWrap .lineupList .lineupItem .prodBtnBox span {
    padding: 0;
    border-radius: 25px;
    font-size: 1.125rem;
    height: 50px;
    line-height: 48px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tabContainerWrap .lineupList .lineupItem a:hover figure {
    opacity: 0.7;
  }
  .tabContainerWrap .lineupList .lineupItem a:hover .prodBtnBox span {
    background-color: var(--pink);
    color: var(--white);
  }
  /* CTA
  ---------------------*/
  .sectCta {
    padding-bottom: 120px;
  }
  .sectCta::before {
    right: 20px;
    width: 400px;
    height: 256px;
  }
  .sectCta .ctaInnerSect:nth-child(n+2) {
    margin-top: 120px;
  }
  .sectCta .btnBox {
    margin-top: 50px;
    text-align: center;
  }
  .importantTxt {
    padding: 50px;
    font-size: 1.25rem;
    line-height: 1.9;
    margin-bottom: 80px;
  }
  .ornerCtaBox {
    padding: 60px;
  }
  .ornerCtaBox .ornerCtaItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ornerCtaBox .ornerCtaItem:nth-child(n+2) {
    margin-top: 60px;
    padding-top: 60px;
  }
  .ornerCtaBox .ornerCtaItem .ornerTitle {
    width: 32.4%;
  }
  .ornerCtaBox .ornerCtaItem .ornerTxt {
    width: 61.1%;
  }
  .ornerCtaBox .hlLv04--cta {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
  .ornerCtaBox .hlLv04--cta .fss {
    font-size: 1.25rem;
  }
  .ornerCtaBox .hlLv04--cta.step01 {
    padding-bottom: 190px;
  }
  .ornerCtaBox .hlLv04--cta.step01::before {
    width: 142px;
    height: 160px;
  }
  .ornerCtaBox .hlLv04--cta.step02 {
    padding-bottom: 193px;
  }
  .ornerCtaBox .hlLv04--cta.step02::before {
    width: 160px;
    height: 163px;
  }
  /**======== CUSTOMERS VOICE =======**/
  .hlLv02--eval {
    font-size: 3.125rem;
    margin-bottom: 40px;
  }
  .evalAlltxt {
    font-size: 2.5rem;
    margin-bottom: 80px;
  }
  .evalAlltxt .star {
    color: #BF960E;
    margin-left: 30px;
    margin-right: 30px;
  }
  .evalAlltxt .fss {
    font-size: 62.5%;
  }
  .evalAlltxt .fsss {
    font-size: 1rem;
    display: inline-block;
    margin-top: 0px;
    margin-left: 20px;
  }
  .evalItemsTtl {
    font-size: 2.375rem;
    margin-bottom: 20px;
  }
  .evalItems {
    padding: 60px 85px;
    margin-bottom: 20px;
    border-width: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .evalItems li {
    width: 46%;
    text-align: center;
    font-size: 2.125rem;
    font-weight: 700;
  }
  .evalItems li:nth-child(n+2) {
    margin-top: 0;
  }
  .evalItems li:nth-child(n+3) {
    margin-top: 20px;
  }
  .evalItems li .star {
    margin-left: 20px;
    margin-right: 20px;
  }
  .evalAttTxt {
    font-size: 1.125rem;
  }
  .evalAttTxt:nth-of-type(n+2) {
    margin-bottom: 5px;
  }
  .customreVoiceBox {
    margin-top: 120px;
  }
  .customreVoiceBox .hlLv03--voice {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
  .customreVoiceBox .voiceItem {
    padding: 45px 50px;
  }
  .customreVoiceBox .voiceItem::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 28.5px 28px 28.5px;
    border-color: transparent transparent var(--white) transparent;
    position: absolute;
    bottom: -24px;
  }
  .customreVoiceBox .voiceItem.fukidashir {
    margin-left: 180px;
  }
  .customreVoiceBox .voiceItem.fukidashir::before {
    right: 76px;
  }
  .customreVoiceBox .voiceItem.fukidashil {
    margin-right: 180px;
  }
  .customreVoiceBox .voiceItem.fukidashil::before {
    left: 76px;
  }
  .customreVoiceBox .voiceItem:nth-of-type(n+2) {
    margin-top: 100px;
  }
  .customreVoiceBox .voiceItem p.txt {
    font-size: 1.375rem;
    line-height: 1.8;
  }
  .customreVoiceBox .voiceItem p.prodtxt {
    font-size: 1.125rem;
    margin-top: 10px;
  }
  /**======== BOTTOM CONTENTS =======**/
  .sectBottomCont .innerSect:nth-child(n+2) {
    margin-top: 120px;
  }
  /* CUSTOMERS VOICE
  ---------------------*/
  /* FAQ
  ---------------------*/
  .sectFaq {
    max-width: 1080px;
    margin: 0 auto;
  }
  .hlLv02.faq .faqIcn {
    padding-left: 181px;
  }
  .hlLv02.faq .faqIcn::before {
    top: -25px;
    width: 148px;
    height: 108px;
  }
  .faqList .faqTtl {
    padding: 20px 50px 20px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .faqList .faqTtl:hover {
    background-color: #00A1A3;
  }
  .faqList .faqTtl:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .faqList .faqTtl::before, .faqList .faqTtl::after {
    right: 20px;
    width: 27px;
    height: 5px;
  }
  .faqList .faqTtl .txtQ,
  .faqList .faqTtl .txtA {
    width: 34px;
  }
  .faqList .faqTtl .body {
    width: calc(100% - 56px);
    font-size: 1.25rem;
  }
  .faqList .faqAns .faqAnsInner {
    padding: 40px 20px 0px 20px;
  }
  .faqList .faqAns .txtA {
    width: 31px;
  }
  .faqList .faqAns .body {
    width: calc(100% - 56px);
    font-size: 1.25rem;
    line-height: 1.8;
  }
  /* HISTORY
  ---------------------*/
  .sectHistory .txtBox {
    max-width: 880px;
    margin: 0 auto;
  }
  .sectHistory .imgBox {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sectHistory .imgBox figure {
    text-align: center;
    width: 32.2%;
  }
  .sectHistory .imgBox figure:nth-child(n+2) {
    margin-top: 0;
  }
  /**=================================
      Vet
  =================================**/
  /* Header */
  .blockHeader.vet .glogo span {
    font-size: 1.25rem;
  }
  /* FV */
  .indexFv.vet {
    background-image: url(../../img/usr/vet/mainimg.jpg);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .indexFv.vet .indexFv__inner {
    width: auto;
    text-align: center;
  }
  .indexFv.vet .indexFv__inner .fv_catch {
    color: #000000;
  }
  .indexFv.vet .indexFv__inner .fv_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* Intro */
  /* Flow */
  /* CTA */
}
@media only screen and (min-width: 921px) and (-webkit-min-device-pixel-ratio: 3) {
  .indexFv.vet {
    background-image: url(../../img/usr/vet/mainimg.jpg);
  }
}
@media screen and (min-width: 921px) {
  .sectIntro02 .btnList {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sectIntro02 .btnList .btnItem {
    text-align: center;
    width: 460px;
  }
  .sectIntro02 .btnList .btnItem:nth-child(n+2) {
    margin-top: 0;
    margin-left: 80px;
  }
  .flowBox {
    padding: 35px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flowBox::after {
    bottom: -19px;
  }
  .flowBox:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .flowBox.flowBox01::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 19px 0 19px;
    border-color: #E5F8F8 transparent transparent transparent;
  }
  .flowBox.flowBox02::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 19px 0 19px;
    border-color: #D9F5F5 transparent transparent transparent;
  }
  .flowBox.flowBox03::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 19px 0 19px;
    border-color: #CCF1F2 transparent transparent transparent;
  }
  .flowBox.flowBox04::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 19px 0 19px;
    border-color: #BFEEEE transparent transparent transparent;
  }
  .flowBox.flowBox05::after {
    display: none;
  }
  .flowBox.flowBox05 .flowInner {
    width: calc(100% - 560px);
  }
  .flowBox .flowInner {
    width: 100%;
  }
  .flowBox .flowInner .steptxt {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .flowBox .flowInner .steptxt img {
    width: 46px;
  }
  .flowBox .flowInner .flowTxtBox {
    width: calc(100% - 168px);
  }
  .flowBox .flowInner .flowTtl {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .flowBox .flowInner .flowTxt {
    font-size: 18px;
  }
  .flowBox .flowInnerImg {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flowBox .flowInnerImg figure {
    width: 232px;
  }
  .flowBox .flowInnerImg p {
    width: 264px;
    font-size: 16px;
    padding: 20px 0;
    border-radius: 10px;
    text-align: center;
  }
  .flowBox .flowInnerImg p::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17px 10px 0;
    border-color: transparent var(--white) transparent transparent;
    left: -17px;
  }
  .sectCta .othertxt {
    margin-top: 60px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */