@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  font-size: 10px; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

* {
  box-sizing: border-box;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  background-color: transparent;
  text-decoration: none;
  opacity: 1;
  transition-duration: 0.3s;
  color: inherit;
  cursor: pointer; }

body:not(.sp_window) a:not(.nohoveranimate):hover {
  opacity: 0.5; }

a[href^="tel:"] {
  cursor: default; }

a[href^="tel:"]:hover {
  opacity: 1; }

a:active,
a:hover {
  outline: 0;
  color: initial; }

@media screen and (max-width: 767px) {
  .pc_display {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp_display {
    display: none !important; } }

html {
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  width: 100%; }

body {
  position: relative;
  width: 100%;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  background-color: #fff;
  box-sizing: border-box; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5 {
  font-weight: 800;
  font-feature-settings: "palt" 1;
  transform: rotate(0.05deg);
}
p {
  font-size: 17px;
  line-height: 1.5;
  transform: rotate(0.05deg);
  @media screen and (max-width: 767px) {
    font-size: 14px;
  }
}
a.link-text {
  text-decoration: underline;
  color: #009fe8;
}
a.link-text:hover{
  text-decoration: none;
  color: #009fe8;
}
a.link-text.color-black{
  color: #000;
}
a.link-blank::after{
  background: url(../img/icon_blank.svg) center center / contain no-repeat;
  content: "";
  display: inline-block;
  flex: 0 0 .9em;
  margin: 0 .3em .1em .2em;
  text-align: center;
  width: .9em;
  height: .9em;
  vertical-align: text-top;
}
a.link-blank.color-blue::after{
  filter: brightness(0) saturate(100%) invert(64%) sepia(39%) saturate(7470%) hue-rotate(167deg) brightness(93%) contrast(102%);
}

.font-noweb{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, Arial, sans-serif;
  font-weight: 400;
  transform: none;
}
/* .font-yugo{
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  transform: none;
} */
.fontS-s {
  font-size: 12px; }
.color-red{
  color: #cb5520;
}
.marker{
  background: linear-gradient(transparent 55%, #fcea68 55%);
  font-weight: 800;
}
.line-wave{
  background: url(../img/line_wave.svg) bottom repeat-x;
  background-size: auto 7px;
  padding-bottom: .2em;
}
.text-emphasis{
  background-image: radial-gradient(circle at center, #cb5520 18%, transparent 18%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1.2em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .2em; /* 縦方向の位置調整 */
}

.align-c {
  text-align: center; }

.margin-c {
  margin-inline: auto;
}

.wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.dot01 {
  position: absolute;
  height: 100%;
  width: 500px;
  left: 50%;
  transform: translate(600px, 0);
  -webkit-transform: translate(600px, 0);
  -ms-transform: translate(600px, 0);
  -moz-transform: translate(600px, 0);
  z-index: 1;
}
.dot01 .dot_right {
  background: url("../img/dot.png");
  background-size: 7px;
  height: 100%;
  display: block;
  z-index: 100;
  position: relative;
}
.dot02 {
  position: absolute;
  height: 100%;
  width: 500px;
  left: 50%;
  transform: translate(-1100px, 0);
  -webkit-transform: translate(-1100px, 0);
  -ms-transform: translate(-1100px, 0);
  -moz-transform: translate(-1100px, 0);
  z-index: 1;
}
.dot02 .dot_left{
  background: url("../img/dot.png");
  background-size: 7px;
  height: 100%;
  display: block;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .wrapper {
    overflow: visible;
  }
  .dot01, .dot02 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .line-wave{
    background-size: auto 3px;
  }
}

/* Common section */
.bg-y{background: #fcea68;}
.bg-b{background: #aedeff;}
.bg-r{background: #f98d73;}
.section-content {
  padding: 100px 0 150px; }
.contents_inner {
  margin: 0 auto;
  max-width: 870px;
  width: 90%; }
.contents_inner02 {
  margin: 0 auto;
  max-width: 740px;
  width: 90%; }
.content-item {
  margin-top: 130px; }
.content-item_l {
  margin-top: 100px; }
.content-item_m {
  margin-top: 80px; }
.content-item_s {
  margin-top: 50px; }
.content-item_ss {
  margin-top: 30px; }
@media screen and (max-width: 767px) {
  .section-content {
    padding: 60px 0 80px; }
  .content-item_sp {
    margin-top: 100px; }
  .content-item_l_sp {
    margin-top: 60px; }
  .content-item_ml_sp {
    margin-top: 50px; }
  .content-item_m_sp {
    margin-top: 40px; }
  .content-item_s_sp {
    margin-top: 30px; }
  .content-item_ss_sp {
    margin-top: 10px; } }

/* title */
.ttl-img{
  line-height: 1;
  max-width: 650px;
  margin-inline: auto;
  width: 90%;
}

/* section_header */
.section_header {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  text-align: left;
}
.section_header .contents_inner {
  max-width: 1150px;
  width: 98%;
}
.section_header .header_logo {
  display: inline-block;
  max-width: 180px;
  width: 35%;
}
.section_header .header_logo img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .section_header {
    position: inherit;
  }
  .section_header .contents_inner {
    width: 90%;
  }
  .section_header .header_logo {
    margin-top: 3px;
    max-width: 135px;
    width: 40%;
  }
}

/* サイドボタン */
.side_button {
  position: fixed;
  bottom: 0;
  width: 48px;
  right: 10px;
  z-index: 100;
}
.side_button a {
  display: block;
  margin-top: 10px;
}
.side_button .top {
  bottom: 0;
  position: absolute;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .side_button {
    left: 50%;
    transform: translate(525px, 0);
    -webkit-transform: translate(525px, 0);
  }
}
@media screen and (max-width: 767px) {
  .side_button {
    width: 38px;
  }
  .side_button .top{
    margin-bottom: 40px;
  }
}

/* MODAL */
.remodal {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 75px;
}
.remodal .title {
  font-size: 26px;
  margin-bottom: 60px;
}
.remodal .title span {
  background: url(../img/line_wave_blue.svg) bottom left / 13px auto repeat-x;
  padding-bottom: 13px;
}
.remodal .lead {
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}
.remodal .btn_close{
  display: block;
  max-width: 205px;
  width: 61%;
  background-color: #000;
  color: #FFF;
  font-size: 18px;
  margin: 60px auto 0;
  padding: 13px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .remodal {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 70px 30px;
  }
  .remodal .title {
    font-size: 21px;
  }
}

/* Anime */
.js-anime{
  transition: all .4s ease-in-out;
}
.js-anime.hide{
  transform: translateY(25px);
  opacity: 0;
}
.js-anime.-left.hide{
  transform: translateX(-25px);
  opacity: 0;
}

/* MV */
.section_mv {
  margin-bottom: 50px;
}
.section_mv .contents_inner {
  width: 90%;
  max-width: 1040px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .section_mv .contents_inner {
    padding-top: 30px;
  }
  .section_mv .mainvisual{
    max-width: 500px;
  }
}

/* TAB */
.tab_inner{
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
}
.tab_btn{
  background: #e6e6e6;
  border-radius: 15px 15px 0 0;
  position: relative;
  width: 48.5%;
}
.tab_btn::before{
  background: url(../img/tab_inactive.png) bottom center / contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: -27px;
  right: 11px;
  height: 63px;
  width: 45px;
}
.tab_btn.tab-on{
  background: #fcea68;
}
.tab_btn.tab-on.bg-b{ background: #aedeff; }
.tab_btn.tab-on.bg-r{ background: #f98d73; }
.tab_btn.tab-on::before{
  background-image: url(../img/tab_active.png);
}
.tab_btn a{
  display: block;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: .2em;
  padding: 30px 0;
  text-align: center;
}
.tab-box02 .tab_btn::before{
  background-image: url(../img/tab_inactive_yellow.png);
}
.tab-box02 .tab_btn.tab-on::before{
  background-image: url(../img/tab_active_yellow.png);
}
@media screen and (max-width: 767px) {
  .tab_btn{
    border-radius: 10px 10px 0 0;
  }
  .tab_btn::before{
    top: -15px;
    right: 7px;
    height: 34px;
    width: 24px;
  }
  .tab_btn a{
    font-size: 14px;
    padding: 15px 0 14px;
  }
}

/*****
intro
*****/
.section_common{
  padding-top: 102px;
}
.section_common .disc1{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.58;
  text-align: center;
}
.section_common .disc1 span{
  font-size: 32px;
  font-weight: 800;
}
.section_common .disc1 span > span{
  font-size: 44px;
}
.section_common .disc1 .color-red{
  background-size: 1.1em 0.3em;
  font-size: 35px;
}
.common_makimono{
  margin-top: 70px;
}
.common_makimono .makimono_content{
  background: #e1ddb1;
  padding: 0 0 40px;
  width: 94.5%;
}
.common_makimono .makimono_content .makimono_content_wrap{
  background: #FFF;
  width: 94.3%;
}
.common_makimono .makimono_content .makimono_content_inner{
  padding: 73px 0 70px;
  margin-inline: auto;
  width: 90%;
}
.common_makimono .makimono_content p{
  letter-spacing: .08em;
  line-height: 1.58;
  text-align: center;
}
.common_makimono .makimono_content .text1{
  font-size: 23px;
}
.common_makimono .makimono_content .text2{
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 18px;
}
.common_makimono .makimono_content .text2 .color-red{
  font-size: 40px;
}
.common_makimono .makimono_content .text2 .color-red span{
  font-size: 60px;
  position: relative;
  top: .05em;
}
.common_makimono .makimono_content .ranking{
  background: rgba(203, 85, 32, .1);
  border-radius: 10px;
  max-width: 560px;
  margin: 55px auto 0;
  padding: 35px 10px;
}
.common_makimono .makimono_content .ranking ol{
  counter-reset: li_count;
  margin-inline: auto;
  width: 90%;
}
.common_makimono .makimono_content .ranking ol li{
  display: flex;
  align-items: baseline;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-top: 20px;
}
.common_makimono .makimono_content .ranking ol li:first-child{
  font-size: 25px;
  margin-top: 0;
}
.common_makimono .makimono_content .ranking ol li .label{
  color: #cb5520;
  font-size: 14px;
  font-weight: 800;
  min-width: 65px;
  padding-right: 20px;
  text-align: right;
}
.common_makimono .makimono_content .ranking ol li .label::before{
  counter-increment: li_count;
  content: counter(li_count);
  font-size: 26px;
}
.common_makimono .makimono_content .ranking ol li:first-child .label{
  font-size: 18px;
  padding-right: 18px;
}
.common_makimono .makimono_content .ranking ol li:first-child .label::before{
  font-size: 32px;
}
.common_makimono .makimono_content .text3{
  font-size: 23px;
  margin-top: 130px;
}
.common_makimono .makimono_content .text4{
  font-size: 32px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.3;
  margin-top: 42px;
}
.common_makimono .makimono_content .text4 .color-red{
  font-size: 40px;
}
.common_makimono .makimono_content .text4 .color-red span{
  font-size: 60px;
  position: relative;
  top: .05em;
}
.common_makimono .makimono_deco02{
  margin: -3.3% auto 0;
  max-width: 132px;
  width: 20.6%;
}
@media screen and (max-width: 767px) {
  .section_common{
    padding: 50px 0;
  }
  .section_common .disc1{
    font-size: 14px;
  }
  .section_common .disc1 span{
    font-size: 20px
  }
  .section_common .disc1 span > span{
    font-size: 25px;
    line-height: 1.2;
  }
  .section_common .disc1 .color-red{
    font-size: 20px;
  }
  .common_makimono{
    margin-top: 36px;
  }
  .common_makimono .makimono_content{
    padding-bottom: 20px;
  }
  .common_makimono .makimono_content .makimono_content_wrap{
    width: 91.3%;
  }
  .common_makimono .makimono_content .makimono_content_inner{
    padding: 30px 0 20px;
    width: 85%;
  }
  .common_makimono .makimono_content .text1{
    font-size: 13px;
  }
  .common_makimono .makimono_content .text2{
    font-size: 16px;
    line-height: 1.6;
  }
  .common_makimono .makimono_content .text2 .color-red,
  .common_makimono .makimono_content .text4 .color-red{
    font-size: 22px;
  }
  .common_makimono .makimono_content .text2 .color-red span,
  .common_makimono .makimono_content .text4 .color-red span{
    font-size: 32px;
    line-height: 1;
  }
  .common_makimono .makimono_content .ranking{
    border-radius: 5px;
    margin-top: 22px;
    padding: 12px 5px 15px;
  }
  .common_makimono .makimono_content .ranking ol li{
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
  }
  .common_makimono .makimono_content .ranking ol li .label{
    font-size: 11px;
    min-width: 40px;
    padding-right: 12px;
  }
  .common_makimono .makimono_content .ranking ol li .label::before{
    font-size: 17px;
  }
  .common_makimono .makimono_content .ranking ol li:first-child{
    font-size: 16px;
  }
  .common_makimono .makimono_content .ranking ol li:first-child .label{
    font-size: 12px;
    padding-right: 12px;
  }
  .common_makimono .makimono_content .ranking ol li:first-child .label::before{
    font-size: 20px;
  }
  .common_makimono .makimono_content .text3{
    font-size: 13px;
    margin-top: 65px;
  }
  .common_makimono .makimono_content .text4{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .common_makimono .makimono_deco02{
    margin-top: -4.3%;
    width: 19.8%;
  }
}

/* 飼い主さんの声 */
.title-balloon{
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
}
.title-balloon img{
  margin-bottom: .6em;
  width: 4em;
}
.title-balloon .fontS-l{
  font-size: 1.35em;
}
.common_owner{
  margin-top: 110px;
}
.balloon-wrap{
  margin-top: 38px;
}
.balloon-wrap .item{
  display: flex;
  align-items: flex-end;
  gap: 48px;
}
.balloon-wrap .item + .item{
  margin-top: 60px;
}
.balloon-wrap .item .human{
  margin-bottom: -12px;
  width: 141px;
}
.balloon-wrap .item .balloon{
  flex: 1;
  position: relative;
  margin-left: 8px;
}
.balloon-wrap .item .balloon::before{
  background: url(../img/dot.png) top left / 8px repeat;
  border-radius: 34px;
  content: "";
  height: 100%;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 100%;
}
.balloon-wrap .item .balloon::after{
  background: url(../img/deco_tail.png) top left / contain no-repeat;
  content: "";
  position: absolute;
  left: calc(100% - 12px);
  bottom: 31px;
  height: 39px;
  width: 45px;
}
.balloon-wrap .item .balloon p{
  background: #FFF;
  border-radius: 34px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.53;
  padding: 24px 44px;
  position: relative;
}
.balloon-wrap .item:nth-of-type(2n){
  gap: 30px;
  flex-direction: row-reverse;
}
.balloon-wrap .item:nth-of-type(2n) .human{
  width: 154px;
}
.balloon-wrap .item:nth-of-type(2n) .balloon::before{
  right: initial;
  left: 8px;
}
.balloon-wrap .item:nth-of-type(2n) .balloon::after{
  left: initial;
  right: calc(100% - 12px);
  transform: scale(-1, 1);
}
/* 獣医師の声 */
.owner_notice{
  margin-top: 60px;
  max-width: 500px;
  width: 90%;
}
.owner_notice p{
  font-size: 16px;
}
.owner_notice_reserch {
  border-top: 2px dotted #333;
  padding-top: 25px;
  margin-top: 25px;
}
.common_vet .balloon-wrap{
  margin-top: 15px;
}
.common_vet .balloon-wrap .item .balloon p{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.65;
  padding: 32px 20px 28px;
  text-align: center;
}
.common_vet .balloon-wrap .item .balloon .marker{
  background: linear-gradient(transparent 90%, #fcea68 90%);
  font-weight: 800;
}
.common_vet .balloon-wrap .item .human{
  width: 180px;
}
/* introフッター */
.common_foot{
  margin-top: 108px;
  text-align: center;
}
.common_foot p{
  font-size: 25px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.6;
  text-align: center;
}
.common_foot p + p{
  margin-top: 30px;
}
.common_foot .fontS-l{
  font-size: 32px;
}
.common_foot .marker{
  background: linear-gradient(transparent 90%, #FFF 90%);
  padding-bottom: 6px;
}
.common_foot .human{
  margin-top: 20px;
  max-width: 387px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .title-balloon{
    font-size: 19px;
    margin-left: -.5em;
  }
  .title-balloon img{
    width: 4.2em;
  }
  .common_owner{
    margin-top: 35px;
  }
  .balloon-wrap{
    margin-top: 20px;
  }
  .balloon-wrap .item{
    gap: 15px;
  }
  .balloon-wrap .item + .item{
    margin-top: 38px;
  }
  .balloon-wrap .item:nth-of-type(2n){
    gap: 4px;
  }
  .balloon-wrap .item .human{
    margin-bottom: -5px;
    width: 75px;
  }
  .balloon-wrap .item:nth-of-type(2n) .human{
    width: 80px;
  }
  .balloon-wrap .item .balloon{
    margin-left: 5px;
  }
  .balloon-wrap .item .balloon::before{
    background-size: 4px auto;
    border-radius: 15px;
    right: 4px;
    top: 4px;
  }
  .balloon-wrap .item:nth-of-type(2n) .balloon::before{
    left: 4px;
  }
  .balloon-wrap .item .balloon::after{
    bottom: 0;
    height: 39px;
    width: 28px;
  }
  .balloon-wrap .item .balloon p{
    font-size: 12px;
    border-radius: 15px;
    padding: 20px 13px 20px 18px;
    z-index: 3;
  }
  .owner_notice{
    margin-top: 36px;
  }
  .owner_notice p{
    font-size: 12px;
  }
  .owner_notice_reserch{
    padding-top: 15px;
    margin-top: 15px;
  }
  .common_vet .title-balloon{
    gap: .8em;
  }
  .common_vet .balloon-wrap{
    margin-top: 22px;
  }
  .common_vet .balloon-wrap .item{
    flex-direction: column;
    gap: 13px;
  }
  .common_vet .balloon-wrap .item .balloon{
    width: 100%;
  }
  .common_vet .balloon-wrap .item .balloon::before{
    right: initial;
    left: 4px;
  }
  .common_vet .balloon-wrap .item .balloon::after{
    background: url(../img/deco_tail_bottom.png) top left / contain no-repeat;
    bottom: initial;
    top: 99.8%;
    left: inherit;
    right: 34%;
    height: 25px;
    width: 36px;
  }
  .common_vet .balloon-wrap .item .balloon p{
    font-size: 13px;
    padding: 22px 5px 20px;
  }
  .common_vet .balloon-wrap .item .balloon .marker{
    font-size: 14px;
  }
  .common_vet .balloon-wrap .item .human{
    width: 92px;
    margin: 0 26px 0 0;
  }
  .common_foot{
    margin-top: 58px;
  }
  .common_foot p{
    font-size: 14px;
  }
  .common_foot p + p{
    margin-top: 12px;
  }
  .common_foot .fontS-l{
    font-size: 16px;
  }
  .common_foot .marker{
    padding-bottom: 4px;
  }
  .common_foot .human{
    margin-top: 8px;
    width: 56%;
  }
}

/*****
tab-content02
*****/
.tab-content02 > .section-content{
  padding: 100px 0 188px;
  position: relative;
}
.tab-content02 > .section-content::after{
  background: url(../img/doctor2.png) center bottom / contain no-repeat;
  content: "";
  display: block;
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  z-index: 2;
}
.tab-content02 > .section-content.section_stress::after{
  background-image: url(../img/doctor3.png);
}

.sick_ttl_txt{
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 2;
  margin-top: 70px;
}
#cat-content .section_sick .sick_ttl_txt {
  font-size: 24px;
}
.section_stress .sick_ttl_txt {
  font-size: 25px;
  letter-spacing: .08em;
}

.sick_about{
  margin-top: 97px;
}
.sick_about .contents_inner02{
  margin-top: 60px;
}
.sick_about p{
  font-weight: bold;
  line-height: 1.6;
}
.sick_about .sick_about_name{
  font-size: 23px;
  font-weight: 800;
  letter-spacing: .22em;
  text-align: center;
  position: relative;
}
.sick_about .sick_about_name .line-wave{
  background: url(../img/line_wave.svg) bottom repeat-x;
  background-size: auto 6px;
  padding-bottom: .45em;
}
.sick_about .sick_about_name::before, .sick_about .sick_about_name::after{
  content: "";
  display: block;
  position: absolute;
}
#dogMale_sick .sick_about .sick_about_name::before, #catMale_sick .sick_about .sick_about_name::before {
  background: url(../img/sick_deco1.png) center center / contain no-repeat;
  top: -43px;
  left: 23%;
  height: 92px;
  width: 72px;
}
#dogMale_sick .sick_about .sick_about_name::after, #catMale_sick .sick_about .sick_about_name::after {
  background: url(../img/sick_deco2.png) center center / contain no-repeat;
  top: -28px;
  right: 20%;
  height: 94px;
  width: 110px;
}
#dogFemale_sick .sick_about .sick_about_name::before {
  background: url(../img/sick_deco3.png) center center / contain no-repeat;
  top: -43px;
  left: 23%;
  height: 69px;
  width: 74px;
}
#dogFemale_sick .sick_about .sick_about_name::after {
  background: url(../img/sick_deco4.png) center center / contain no-repeat;
  top: -28px;
  right: 20%;
  height: 81px;
  width: 104px;
}
#catFemale_sick .sick_about .sick_about_name::before{
  background: url(../img/sick_deco5.png) center center / contain no-repeat;
  top: -36px;
  left: 21%;
  height: 72px;
  width: 92px;
}
#catFemale_sick .sick_about .sick_about_name::after {
  background: url(../img/sick_deco6.png) center center / contain no-repeat;
  top: -20px;
  right: 20%;
  height: 83px;
  width: 105px;
}
.sick_about .sick_about_ttl{
  background: #fff;
  border-radius: 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 6px 13px;
}
.sick_about_ttl:not(:first-child){
  margin-top: 35px;
}
.sick_about .sick_about_refer{
  font-weight: 400;
  text-indent: -6em;
  padding-left: 6em;
}
.box-shadow-dot{
  position: relative;
}
.box-shadow-dot::before{
  background: url(../img/dot.png) top left / 8px repeat;
  border-radius: 30px;
  content: "";
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
}
.box-shadow-dot .inner{
  background: #fff;
  border-radius: 30px;
  padding-block: 44px;
  position: relative;
}
.sick_petDisad .title{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 25px;
  margin-bottom: 20px;
}
.sick_petDisad .title::before{
  content: "";
  display: block;
  width: 130px;
}
#dog-content .sick_petDisad_pet .title::before{
  background: url(../img/dog1.png) center bottom / contain no-repeat;
  height: 108px;
}
#cat-content .sick_petDisad_pet .title::before{
  background: url(../img/cat5.png) center bottom / contain no-repeat;
  height: 110px;
}
#cat-content .section_stress .sick_petDisad_pet .title::before{
  background-image: url(../img/cat1.png);
}
.sick_petDisad_owner .title::before {
  background: url(../img/human5.png) center bottom / contain no-repeat;
  height: 114px;
}
.female-content .sick_petDisad_owner .title::before {
  background-image: url(../img/human8.png);
}
#cat-content .female-content .section_sick .sick_petDisad_owner .title::before {
  background-image: url(../img/human10.png);
  width: 167px;
}
.sick_petDisad .title .title_text{
  font-size: 32px;
  font-weight: 800;
  letter-spacing: .05em;
  padding-bottom: .2em;
}
.sick_petDisad .title .title_text .fontS-l{
  font-size: 42px;
  text-shadow: 3px 3px #FFF;
  margin-right: .2em;
  vertical-align: bottom;
}
.sick_petDisad .box-shadow-dot .inner{
  padding-block: 46px;
}
#dog-content .section_sick .sick_petDisad .box-shadow-dot .inner::after,
#dog-content .female-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot .inner::after,
#cat-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot .inner::after{
  background: center bottom / contain no-repeat;
  content: "";
  display: block;
  position: absolute;
}
#dog-content .section_sick .sick_petDisad_pet.sick_petDisad .box-shadow-dot .inner::after{
  background-image: url(../img/dog2.png);
  height: 130px;
  width: clamp(67px, 14.4%, 125px);
  bottom: -.7%;
  right: 6%;
}
#dog-content .section_sick .sick_petDisad_owner.sick_petDisad .box-shadow-dot .inner::after{
  background-image: url(../img/human6.png);
  height: 154px;
  width: clamp(67.5px, 15%, 129px);
  bottom: -.7%;
  right: 7%;
}
#dog-content .female-content .section_sick .sick_petDisad_owner.sick_petDisad .box-shadow-dot .inner::after{
  background-image: url(../img/human9.png);
}
#dog-content .female-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot .inner::after{
  background-image: url(../img/dog3.png);
  height: 79px;
  width: clamp(112px, 21.4%, 178px);
  bottom: 10.3%;
  right: 6%;
}
#cat-content .male-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot .inner::after {
  background-image: url(../img/cat2.png);
  height: 118px;
  width: clamp(68px, 17.4%, 151px);
  bottom: -.7%;
  right: 10%;
}
.sick_petDisad .box-shadow-dot ol{
  counter-reset: number;
  max-width: 780px;
  margin-inline: auto;
  width: 90%;
}
.sick_petDisad .box-shadow-dot ol li{
  display: flex;
  padding-left: 5.5em;
  position: relative;
}
.sick_petDisad .box-shadow-dot ol li + li{
  margin-top: 28px;
}
#dog-content .section_sick .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li:last-child ,
#dog-content .section_sick .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li:last-child {
  padding-right: 130px;
}
#dog-content .section_sick .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li ,
#dog-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li ,
#cat-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li {
  letter-spacing: -.02em;
}
#dog-content .female-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li:last-child{
  padding-right: 26.5%;
}
#cat-content .male-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li:last-child {
  padding-right: 31.5%;
}
#cat-content .female-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li:nth-of-type(2){
  gap: 0 28px;
}
#cat-content .female-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li:nth-of-type(2) picture{
  max-width: 230px;
  margin-top: 20px;
  text-align: center;
  width: 40%;
}
#cat-content .section_stress .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li:first-child {
  gap: 0 37px;
}
#cat-content .section_stress .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li:first-child picture{
  max-width: 256px;
  margin-top: 30px;
  width: 69%;
}
#cat-content .section_stress .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li:nth-of-type(2){
  gap: 0 37px;
}
#cat-content .section_stress .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li:nth-of-type(2) picture{
  max-width: 256px;
  margin-top: 30px;
  padding-left: 2%;
  text-align: left;
  width: 50%;
}
.sick_petDisad .box-shadow-dot ol li::before{
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: .5em;
  left: 0;
  border: 2px solid #000;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  width: 1.2em;
  height: 1.2em;
}
.sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li::before{
  border-radius: 7px;
}
.sick_petDisad .box-shadow-dot ol li > div{
  flex: 1;
}
.sick_petDisad .box-shadow-dot ol li p{
  flex: 1;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.6;
}
.sick_petDisad .box-shadow-dot ol li .marker{
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.sick_petDisad .sick_petDisad_owner_img{
  margin: -35px 35px 0 auto;
  max-width: 738px;
  position: relative;
  width: 100%;
}
.sec_footTxt p{
  font-size: 25px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.9;
}
.sec_footTxt p .line-wave{
  font-size: 32px;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .tab-content02 > .section-content{
    padding: 45px 0 100px;
  }
  .tab-content02 > .section-content.section_stress{
    padding-top: 62px;
  }
  .sick_ttl_txt{
    font-size: 14px;
    margin-top: 40px;
    line-height: 1.8;
  }
  .section_stress .sick_ttl_txt,
  #cat-content .section_sick .sick_ttl_txt{
    font-size: 14px;
  }
  .sick_about{
    margin-top: 55px;
  }
  .sick_about .sick_about_name{
    font-size: 16px;
  }
  #dogMale_sick .sick_about .sick_about_name::before,
  #catMale_sick .sick_about .sick_about_name::before {
    top: -18px;
    left: 11%;
    height: 53px;
    width: 40px;
    transform: rotate(-10deg);
  }
  #dogMale_sick .sick_about .sick_about_name::after,
  #catMale_sick .sick_about .sick_about_name::after {
    top: -10px;
    right: 7%;
    height: 58px;
    width: 67px;
  }
  #dogFemale_sick .sick_about .sick_about_name::before{
    top: -96%;
    left: 50%;
    transform: translateX(calc(-50% - 7.8em));
    height: 45px;
    width: 48px;
  }
  #dogFemale_sick .sick_about .sick_about_name::after{
    background-image: url(../img/sick_deco4_sp.png);
    top: 1%;
    right: 50%;
    transform: translateX(calc(50% + 7.8em));
    height: 48px;
    width: 65px;
  }
  #catFemale_sick .sick_about .sick_about_name::before{
    height: 38px;
    width: 46px;
    top: -57%;
    left: 50%;
    transform: translateX(calc(-50% - 7.5em));
  }
  #catFemale_sick .sick_about .sick_about_name::after{
    top: -30%;
    height: 50px;
    width: 62px;
    right: 50%;
    transform: translateX(calc(50% + 7.5em));
  }
  .sick_about .sick_about_name .line-wave{
    background-size: auto 4px;
    padding-bottom: .3em;
  }
  .sick_about .sick_about_ttl{
    font-size: 14px;
    padding: 4px 10px;
  }
  .sick_about .sick_about_ttl:not(:first-child){
    margin-top: 22px;
  }
  .sick_about p{
    font-size: 13px;
  }
  .sick_about p.fontS-s{
    font-size: 12px;
  }
  .sick_petDisad .title{
    gap: 23px;
    margin-bottom: 5px;
  }
  .sick_petDisad .title::before{
    margin-left: 1.8em;
    margin-bottom: .4em;
    width: 68px;
  }
  .sick_petDisad_owner .title::before{
    height: 60px;
  }
  .sick_petDisad .title .title_text {
    flex: 1;
    font-size: 17px;
    line-height: 1.5;
    padding-block: .5em 0;
  }
  .sick_petDisad .title .title_text .fontS-l {
    font-size: 22px;
    text-shadow: 2px 2px #FFF;
  }
  #dog-content .sick_petDisad_pet .title::before{
    height: 57px;
    margin-bottom: .2em;
  }
  #cat-content .sick_petDisad_pet .title::before{
    height: 57px;
  }
  #cat-content .female-content .section_sick .sick_petDisad_owner .title::before{
    margin-left: 0;
    width: 89px;
  }
  .box-shadow-dot .inner,
  .box-shadow-dot::before{
    border-radius: 15px;
  }
  .box-shadow-dot::before{
    background-size: 4px auto;
    left: 4px;
    top: 4px;
  }
  .sick_petDisad .box-shadow-dot .inner{
    padding-block: 25px 30px;
  }
  .sick_petDisad .box-shadow-dot ol{
    margin-inline: auto 0;
    padding-right: 3%;
    width: 95%;
  }
  .sick_petDisad .box-shadow-dot ol li{
    padding-left: 3em;
  }
  .sick_petDisad .box-shadow-dot ol li + li{
    margin-top: 25px;
  }
  #dog-content .section_sick .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li{
    padding-right: 0;
  }
  #dog-content .section_sick .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li:last-child{
    padding-right: 0;
  }
  #dog-content .female-content .section_sick .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li:last-child,
  #dog-content .female-content .section_sick .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li:last-child{
    padding-right: 80px;
  }
  #dog-content .female-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li:last-child{
    padding-right: 0;
    padding-bottom: 25px;
  }
  #dog-content .female-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot .inner::after{
    bottom: 6.3%;
  }
  #cat-content .section_stress .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li:first-child{
    flex-direction: column;
  }
  #cat-content .section_stress .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li:first-child picture{
    margin: 15px auto 0;
    padding-right: 3em;
    width: 65%;
  }
  #cat-content .section_stress .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li:nth-of-type(2){
    gap: 0 16px;
  }
  #cat-content .section_stress .sick_petDisad_owner.sick_petDisad .box-shadow-dot ol li:nth-of-type(2) picture{
    margin-top: 20px;
    padding-right: 10px;
    width: 38%;
  }
  #cat-content .male-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot .inner::after{
    right: 5%;
  }
  #cat-content .male-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li:last-child{
    padding-right: 21.5%;
  }
  #cat-content .female-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li:nth-of-type(2){
    gap: 0 15px;
  }
  #cat-content .female-content .section_stress .sick_petDisad_pet.sick_petDisad .box-shadow-dot ol li:nth-of-type(2) picture{
    width: 24%;
  }
  .sick_petDisad .box-shadow-dot ol li::before,
  .sick_petDisad .box-shadow-dot ol li .marker{
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .sick_petDisad .box-shadow-dot ol li::before{
    border-width: 1px;
  }
  .sick_petDisad .box-shadow-dot ol li p{
    font-size: 13px;
  }
  #dog-content .section_sick .sick_petDisad .box-shadow-dot ol li:last-child .text{
    padding-right: 30%;
  }
  .sec_footTxt p{
    font-size: 14px;
  }
  .sec_footTxt p .line-wave{
    font-size: 16px;
  }
  .tab-content02 > .section-content::after{
    height: 84px;
    bottom: -2px;
  }
  .sick_petDisad .sick_petDisad_owner_img{
    margin: -20px auto 0;
    width: 90%;
  }
}

/*****
section_end
*****/
.section_end{
  padding-block: 158px 150px;
}
.section_end .end_txt{
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 2.1;
  position: relative;
}
.section_end .end_txt::before{
  background: url(../img/message_bg.png) center center / contain no-repeat;
  content: "";
  display: block;
  height: 115%;
  width: 90%;
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.section_end img{
  max-width: 597px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .section_end{
    padding-block: 62px 20px;
  }
  .section_end .end_txt{
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.9;
  }
  .section_end .end_txt::before{
    top: 0;
    width: 70%;
  }
}