@charset "utf-8";

/* ---------------------
 style menu

 [ css/style.css ]
 1,common
 2,header
 3,footer
 4,entry page
 5,top page

 [ css/pages.css ]
 5,mail form
 6,news list
 7,news details
 8,vets list
 9,privacy policy
--------------------- */

/* ---------------------
 1,common
--------------------- */
@font-face {
  font-family: "t-roboto";
  src: url("fonts/RobotoCondensed-Regular.ttf");
}
@font-face {
  font-family: "t-roboto-b";
  src: url("fonts/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: "pages";
  src: url("fonts/NotoSansCJKjp-DemiLight.otf");
}
@font-face {
  font-family: "pages-m";
  src: url("fonts/NotoSansCJKjp-Medium.otf");
}
@font-face {
  font-family: "pages-b";
  src: url("fonts/NotoSansCJKjp-Bold.otf");
}

body {
  color: #555;
  font-family: pages, sans-serif;
  font-size: 15px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}
.pc-block {
  display: block;
}
.pc-inline {
  display: inline;
}
.sp {
  display: none;
}
a {
  color: #555;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover img {
  opacity: 0.8;
}
ul,
li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
}

.wrap {
  width: 960px;
  margin: 0 auto;
}
.wrap-w {
  width: 1095px;
  margin: 0 auto;
}

.f-left {
  float: left;
}
.f-right {
  float: right;
}

.t-roboto {
  font-family: t-roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    sans-serif;
}
.t-roboto-b {
  font-family: t-roboto-b, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    sans-serif;
}
.pages-m {
  font-family: pages-m, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    sans-serif;
}
.pages-b {
  font-family: pages-b, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    sans-serif;
}
.text-super {
  vertical-align: super;
}
.text-sm {
  font-size: 10px;
}
.text-pink {
  color: #ba7bb8;
}

.shadow1 {
  height: 51px;
  border-radius: 25.5px;
  background: linear-gradient(-200deg, #eff2f3 0%, #fff 100%);
  box-shadow: -4px -4px 20px #fff, 4px 4px 30px #cdcdcd;
  color: #7ac2d8;
  display: inline-block;
  font-size: 25px;
  line-height: 51px;
  letter-spacing: 3px;
  margin: 0 auto;
  padding: 0 30px;
}
.shadow2 {
  height: 40px;
  border-radius: 25px;
  box-shadow: 3px 3px 5px transparent, -3px -3px 5px transparent,
    inset 3px 3px 5px rgb(185 185 185 / 50%),
    inset -3px -3px 5px rgb(248 253 255 / 90%);
  line-height: 40px;
}
.btn {
  width: 235px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #888;
  border-radius: 25px;
  display: block;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
}
.btn:hover {
  background: rgba(255, 255, 255, 0.7);
}
.btn-lg {
  width: auto;
  height: auto;
  font-size: 22px;
  letter-spacing: 3px;
  display: inline-block;
  line-height: 120%;
  padding: 12px 40px;
  text-align: center;
  background-color: #e1dfdb;
  border-color: #979797;
}
.btn-lg small {
  font-size: 13px;
  letter-spacing: normal;
}

h2 {
  font-size: 50px;
  line-height: 1.48;
  letter-spacing: 6px;
  text-align: center;
}
h2.t-roboto {
  font-size: 60px;
  line-height: 1.38;
}
h3 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 5px;
  text-align: center;
}
h4 {
  font-size: 30px;
  line-height: 1.56;
  letter-spacing: 5px;
  text-align: center;
}
h4.f-60 {
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
}

@media (max-width: 1095px) {
  .wrap-w {
    width: 95%;
  }
}
@media (max-width: 960px) {
  .wrap {
    width: 85%;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  h2.t-roboto,
  h4.f-60 {
    font-size: 40px;
  }
}
@media (max-width: 865px) {
  .shadow1 {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .pc-block {
    display: inline;
  }
  .pc-inline {
    display: block;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  h2.t-roboto,
  h4.f-60 {
    font-size: 25px;
  }
  .shadow1 {
    font-size: 14px;
  }
  .f-left,
  .f-right {
    float: none;
  }
  .btn-lg {
    letter-spacing: normal;
  }
}
@media (max-width: 320px) {
  h2 {
    font-size: 25px;
  }
}

/* ---------------------
 2,header
--------------------- */
/* body {
  padding-top: 75px;
} */
header {
  width: 100%;
  height: 75px;
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 65px 15px;
  z-index: 9999;
}
h1 {
  width: 150px;
  margin-left: 10px;
}
nav {
  width: calc(100% - 165px);
  text-align: right;
}
#cart {
  display: block;
  position: absolute;
  top: 0px;
  right: 80px;
  z-index: 20;
  background-color: #ba7bb8;
  width: 107px;
  height: 75px;
  text-align: center;
}
#cart a {
  color: #fff;
  line-height: 75px;
  font-size: 17px;
  font-weight: bold;
}
#cart-img {
  width: 30px;
}
#nav_toggle {
  display: block;
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 20;
}
#nav_toggle div {
  position: relative;
  display: block;
  top: -6px;
  width: 30px;
  height: 26px;
  z-index: 100;
}
#nav_toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #555555;
  border-radius: 1px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(2) {
  top: 12px;
  transition: 0s ease-in-out;
}
#nav_toggle span:nth-child(3) {
  top: 24px;
}
#cta-header {
  position: absolute;
  top: 0px;
  right: 0px;
}
.cta {
  display: flex;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.cta-header-link {
  width: 219px;
  height: 75px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cta-order {
  width: 100%;
}
.cta-page-link {
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 24px auto;
}
.cta-amazon {
  color: #ba7bb8;
  background: #ebddea;
}
.cta-petvoice {
  color: #fff;
  background: #ba7bb8;
}
header.open {
  height: 250px;
  background: rgba(255, 255, 255, 0.7);
}
.open #nav_toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #nav_toggle span:nth-child(2) {
  visibility: hidden;
}
.open #nav_toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sp-nav {
  display: none;
}
.open #sp-nav {
  width: 100%;
  background: none;
  display: block;
  position: absolute;
  top: 50px;
  right: 135px;
}
#sp-nav .nav-item {
  display: inline-block;
  margin: 7.5px 0;
  text-align: center;
}
.nav-item {
  display: inline-block;
  position: relative;
}
.nav-item a {
  display: block;
  font-family: t-roboto-b;
  font-size: 14px;
  /*padding: 17px 20px;*/
  padding: 22px 20px;
  transition: all 0.5s;
}
.nav-item a:hover {
  color: #27a5c3;
}
.nav-item span {
  width: 100%;
  color: #27a5c3;
  display: block;
  font-family: t-roboto-b;
  font-size: 11px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
}
.nav-item a:hover span {
  color: #000;
}
.nav-item ul {
  position: absolute;
  left: 30px;
  width: 100%;
  margin-top: 24px;
  display: block;
  top: 36px;
}
.nav-item ul li {
  display: block;
  font-size: 11px;
  background: none;
  text-align: left;
}
.nav-item ul li::before {
  content: "";
  border-color: transparent #27a5c3;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.5em;
  position: relative;
}
.nav-item ul li a {
  font-size: 11px;
  padding: 5px;
  color: #000;
}
.nav-item ul li a:hover {
  color: #27a5c3;
}

@media (max-width: 1150px) {
  header {
    padding: 15px 2.5% 15px;
  }
  .nav-item a {
    padding: 17px 13px;
  }
}
@media (max-width: 950px) {
  body {
    position: relative;
    padding-top: 0;
    /* padding-top: 100px; */
  }
  header {
    height: 75px;
    padding: 13px 35px 12px;
  }
  .open #sp-nav {
    height: 100vh;
    padding: 20px 20px;
    position: relative;
    top: auto;
    right: auto;
  }
  #sp-nav .nav-item {
    display: block;
    margin: 7.5px 0;
  }
  #sp-nav .nav-item a {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: normal;
    /*padding: 5px 0 15px;*/
    padding: 5px 0 5px;
    text-align: center;
  }
  #sp-nav .nav-item a span {
    display: block;
    font-size: 10px;
    opacity: 1;
    position: static;
    top: 0;
    transform: none;
  }
  #sp-nav .nav-item a:hover {
    border-bottom: 1px solid #555;
    color: #555;
  }
  .nav-item ul {
    display: block;
    opacity: 1;
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
  }
  .nav-item ul li {
    text-align: center;
  }
  .nav-item ul li::before {
    content: "";
    border: none;
    display: none;
    position: relative;
  }
  .nav-item:hover ul {
    top: 0;
  }
  #sp-nav .nav-item ul a {
    font-size: 11px;
  }
  header.open {
    background: #fff;
  }
  header .header-inner {
    width: 110%;
    padding: 0 1%;
    margin-left: -5%;
  }
  header.open .header-inner {
    background: #fff;
  }
}
@media (max-width: 768px) {
  header {
    height: 54px;
    padding: 0 20px;
  }
  #logo {
    width: 105px;
  }
  #cart {
    width: 80px;
    height: 56px;
  }
  #cart a {
    line-height: 56px;
    font-size: 13px;
  }
  #nav_toggle {
    top: 20px;
  }
  #cta-header {
    width: 102px;
  }
  .cta {
    width: auto !important;
  }
  .cta-header-link {
    width: 102px;
    padding: 8px;
    flex-direction: column;
  }
}

/* ---------------------
 3,footer
--------------------- */
footer {
  background: #dbdbdb;
  box-shadow: 0px 30px 30px -15px rgb(196 196 196 / 62%) inset;
  padding: 65px 0 0;
}
.ft-logo {
  width: 170px;
}
.ft-logo img {
  width: 160px;
}
.ft-menu {
  width: 220px;
  position: relative;
  /*top: 4px;*/
}
.ft-menu .ft-menu-item {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.ft-menu .copyright small {
  font-size: 10px;
  letter-spacing: 1px;
}
.ft-info {
  width: calc(100% - 850px - 96px);
  /* text-align: center; */
  position: relative;
  top: -3px;
  padding-left: 80px;
}
.ft-info .ft-txt {
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 3px;
  padding-left: 4px;
}
.ft-info .ft-tel {
  background: url("images/icon_tel.png") no-repeat left center;
  background-size: 26px 26px;
  font-size: 29px;
  letter-spacing: 5px;
  padding-left: 40px;
}
.ft-sns {
  /*width: 420px;*/
  width: 496px;
  display: -webkit-flex;
  display: flex;
  /* -webkit-justify-content: space-around;
  justify-content: space-around; */
  position: relative;
  top: -18px;
  margin-right: 15px;
}
.ft-sns a {
  display: block;
  overflow: hidden;
}
.ft-sns a img {
  width: 115%;
  display: block;
  margin: 0 auto 0 -7.5%;
}
.ft-sns-ambassador {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: relative;
  margin-left: 30px;
}
.ft-sns-ambassador::before {
  content: "PetVoice公式アンバサダー";
  width: 225px;
  border-bottom: 1px solid #888888;
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  text-align: center;
  padding: 0 0 3px;
  position: absolute;
  top: -15px;
  right: 13px;
}
.ft-sns-am01,
.ft-sns-am02 {
  background: url("images/icon_sns01.png") no-repeat left 17px;
  background-size: 55px auto;
  padding-left: 43px;
}
.ft-sns-am02 {
  background: url("images/icon_sns02.png") no-repeat left 17px;
  background-size: 55px auto;
}

.fixed-box {
  width: 100px;
  border-radius: 20px 0 0 20px;
  position: fixed;
  right: 0;
  /*bottom: 150px;*/
  bottom: 8%;
  text-align: center;
  overflow: hidden;
  z-index: 9999;
  box-shadow: -1px -1px rgba(100, 100, 100, 0.2);
}
.fixed-box .cv-area {
  background: #ededed;
  padding: 15px 8px;
  position: relative;
}
.fixed-box-top {
  border: 2px solid #27a5c3;
  width: 180px;
  background-color: white;
}
.cv-area #rentio-logo {
  width: 40px;
}
.cv-area #ai-line-logo {
  width: 40px;
  height: 40px;
}
.fixed-banner-left-bottom {
  width: 300px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  box-shadow: -1px -1px rgba(100, 100, 100, 0.2);
}
.rentio-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rentio-text {
  text-align: center;
  margin: 5px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #013057;
}
.rentio-badge {
  display: block;
  color: #fff;
  font-size: 12px;
  background-color: #0bb5e2;
  border-radius: 10px;
  width: 80px;
}
.ai-line-text {
  text-align: center;
  margin: 5px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #013057;
}
.ai-line-badge {
  display: block;
  color: #fff;
  font-size: 12px;
  background-color: #0bb5e2;
  border-radius: 5px;
  width: 85px;
}

.fixed-box .cv-area-line {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.fixed-box .cv-area-line img {
  width: 32px;
}
/*.fixed-box .cv-area::before {
	content: "";
	display: block;
	width: 27px;
	height: 20px;
	background: url("images/icon_mail.png") no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
}*/
.fixed-box .cv-top {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  padding-bottom: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.fixed-box .cv-txt {
  line-height: 1.4;
  letter-spacing: 1px;
}
.fixed-box .cv-top-line {
  color: #23c855;
}
.fixed-box .re-top-mb {
  display: none;
}
.fixed-box .re-top {
  height: 30px;
  background: #d8cfc0;
}
.fixed-box .re-top a {
  display: block;
  font-size: 10px;
  line-height: 30px;
}
.fixed-box .re-top a span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  pointer-events: none;
}
.fixed-box .re-top a span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  right: 0;
}
@media (max-width: 1015px) {
  .ft-info {
    padding-left: 20px;
  }
}
@media (max-width: 950px) {
  footer {
    padding: 35px 0 35px;
  }
  .ft-logo,
  .ft-info,
  .ft-menu {
    width: 100%;
    float: none;
    text-align: center;
  }
  .ft-info {
    margin: 20px 0 15px;
    padding-left: 0;
  }
  .ft-logo img {
    width: 150px;
  }
  .ft-menu .ft-menu-item {
    font-size: 10px;
  }
  .ft-sns {
    width: 100%;
    margin: 0 auto 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .ft-sns a {
    width: 76px;
    height: 76px;
  }
  .ft-sns-am01,
  .ft-sns-am02 {
    width: 120px !important;
    background-size: 50px auto;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 35px 0 135px;
  }
  .fixed-box {
    width: 100%;
    bottom: 0;
    border-radius: 0;
  }
  .fixed-box .cv-area {
    width: 50%;
    float: right;
    height: 75px;
  }
  .fixed-box-top {
    width: 200px;
    box-shadow: none;
    border: 2px solid #27a5c3;
    border-radius: 20px 0 0 20px;
  }
  .fixed-box-top .cv-area {
    width: 100%;
    height: 60px;
  }
  .entry-footer {
    padding-bottom: 75px;
  }
  .cv-area #rentio-logo {
    width: 35px;
  }
  .fixed-box .rentio-wrap {
    flex-direction: row;
    padding: 0 10px;
  }
  .fixed-box .ai-line-wrap {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    padding: 0 10px;
  }
  .fixed-box .cv-area-line {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .fixed-box .cv-line-flex {
    text-align: center;
  }
  .fixed-box .cv-top-line .cv-txt-line {
    font-size: 14px;
  }
  .fixed-box .cv-top {
    width: 135px;
    line-height: 1.3;
    margin: 0 auto 7px;
    padding-bottom: 0;
    position: relative;
    /* left: 15px; */
  }

  .fixed-box .cv-top-line {
    font-size: 10px;
    margin: 0 3px;
    padding: 0 2px;
  }
  .fixed-box {
    float: right;
  }

  /*.fixed-box .cv-top::before {
		content: "";
        display: block;
        width: 27px;
        height: 20px;
        background: url(images/icon_mail.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 0;
        left: -25px;
        transform: translateX(-50%);
	}*/
  .fixed-box .cv-txt-link {
    width: 100%;
    /*height: 100%;*/
    display: block;
  }
  .fixed-box .cv-area::before {
    display: none;
  }
  .fixed-box .re-top-pc {
    display: none;
  }
  .fixed-box .re-top-mb {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 10px;
  }
  .fixed-box .re-top-mb span {
    height: 20px;
    width: 20px;
    background-color: rgba(200, 200, 200, 0.5);
    border-radius: 10px;
  }
  .fixed-box .re-top a {
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
  }
  .fixed-box .re-top a span::after {
    top: 35%;
    right: 30%;
  }
  .fixed-box .re-top a span {
    padding: 0;
  }
  /* .fixed-box .re-top a span::after {
		transform: rotate(45deg);
		position: absolute;
		top: auto;
		right: 43%;
		bottom: -5px;
	} */
}
@media (max-width: 414px) {
  .ft-sns {
    padding-bottom: 100px;
    position: relative;
  }
  .ft-sns-ambassador {
    margin: 0 0;
    position: absolute;
    left: 53%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 320px) {
  .fixed-box .cv-txt {
    font-size: 10px;
  }
}

/* ---------------------
 4,entry page
--------------------- */

body {
  background-color: #faf8f8;
}
.vet-body {
  font-family: "Noto Sans JP";
  font-style: normal;
  background-color: white;
}
.header-vet {
  height: 75px;
  background: rgb(255, 255, 255, 0.7);
}
.header-vet-h1 {
  display: flex;
  align-items: flex-end;
  width: auto;
}
.vet-sub-title {
  width: 220px;
  height: 27px;
  margin-left: 1.5rem;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;

  letter-spacing: 0.02em;

  color: #3bb1dd;
}
section.entry-vet {
  justify-content: center;
  top: -20px;
}
.entry-vet img {
  filter: brightness(0.9);
}
.cont-vet-top h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 64px;
}
.cont-vet-top .sub-line {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 20px auto;
}
.btn-vet {
  width: 180px;
  height: 48px;
  border: none;
  background: #3bb1dd;
  border-radius: 40px;
  color: white;
  margin-top: 40px;
}
.btn-vet:hover {
  background: #3bb1dd;
  opacity: 0.8;
}
.ft-vet {
  height: 140px;
}
.ft-info-vet {
  margin-left: 50px;
}
.ft-info-vet p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
}
.ft-menu-vet p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #555555;
}
.entry-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  font-family: pages-m, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    sans-serif;
}
.entry-logo img {
  margin: 1rem 0;
}
.subtitle {
  font-size: 14px;
}
.feature-text {
  font-size: 18px;
  margin: 1.5rem;
}
.entry {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  top: 30px;
}

.entry-card {
  width: 49%;
}
.entry-card a {
  color: #fff;
  position: relative;
  text-align: center;
}
.entry-card a:hover {
  color: black;
}
.entry-sub-text {
  font-family: "Ubuntu Condensed";
  font-size: 15px;
  position: relative;
  bottom: 90px;
}
.entry-main-text {
  font-size: 25px;
  position: relative;
  bottom: 80px;
}
.feature-arrow {
  vertical-align: super;
}
.entry-main-text img {
  width: 30px;
}
#wpadminbar {
  display: none;
}
@media (max-width: 620px) {
  .header-vet-h1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-vet-h1 #logo {
    width: 109px;
  }
  .vet-sub-title {
    margin-left: 0;
    font-size: 12px;
  }
  .cont-vet-top h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .cont-vet-top .sub-line {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
  }
  .entry-body .entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 90px;
  }
  .entry-vet {
    top: 0px;
  }
  .entry-card {
    width: 100%;
    margin-top: -3rem;
  }
  .ft-vet {
    height: auto;
    padding: 40px;
  }
  .ft-info-vet {
    margin: 40px auto;
    text-align: center;
  }
}
.entry-footer .copyright {
  margin-top: 2rem;
  font-size: 10px;
  font-weight: lighter;
}
/* ---------------------
 5,top page
--------------------- */
.cont-top {
  height: 100vh;
  /*min-height: 100vh;*/
  /*background: url("images/TOP03.jpg") no-repeat left bottom;*/
  /*background: url("images/TOP04.jpg") no-repeat left 40%;*/
  background: url("images/TOP05_BLGY.jpg") no-repeat center center;
  background-size: cover;
  /* text-align: center; */
  /*padding: 45px 0 100px;*/
  padding: 120px 0 100px;
}
.cont-top-dog {
  background: url("images/top-entry-dog.jpg") no-repeat center center;
}
.cont-top-cat {
  background: url("images/top-entry-cat.jpg") no-repeat center center;
}
section.cont-vet-top {
  background-image: url("images/vet-top.jpg");
  background-size: cover !important;
  height: 620px;
  padding-top: 200px !important;
  background-position: left;
}
section#vet-update {
  text-align: center;
  background-color: #f4f4f4;
  padding-top: 64px;
  padding-bottom: 64px;
}
#update-content {
  background: #ffffff;
  border-radius: 40px;
  margin: 0 auto;
  max-width: 860px;
}
#update-content .vet-section-subtitle {
  margin: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}
.update-list {
  margin: 0 40px;
}
.update-list-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.update-list li {
  display: block;
  text-align: left;
  margin-bottom: 16px;
}
.update-list .update-item-date {
  float: left;
}
.update-list .update-item-title {
  margin-left: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 550px;
  display: inline-block;
}
.update-list-link a:hover {
  color: #3bb1dd;
}
.update-more {
  text-align: right;
  margin: 0 40px;
  padding-bottom: 40px;
}
#cont1-vet {
  margin: 0 auto;
  max-width: 980px;
}
.vet-review {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vet-emphasize {
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(80, 204, 232, 0.3) 50%
  );
}
#cont1-vet .vet-review:nth-child(2) {
  flex-direction: row-reverse;
}
.vet-avatar img {
  width: 280px;
  height: 400px;
  border-radius: 180px;
  object-fit: cover;
}
.vet-review-body {
  padding: 0px 40px;
  gap: 24px;
  width: 680px;
  margin-left: 20px;
  color: #555555;
  font-weight: 400;
}
.vet-review-body p {
  margin: 8px auto;
}
.vet-review-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.vet-review-name {
  font-weight: 500;
  font-size: 30px;
  line-height: 64px;
  letter-spacing: 0.12em;
  margin-right: 16px;
}
.vet-review-background {
  font-size: 18px;
  line-height: 32px;
}
.vet-review-content {
  font-size: 18px;
  line-height: 32px;
  padding: 16px 24px;
  position: relative;
  top: -35px;
}
.vet-review-content::before {
  background-image: url(images/quote-left.svg);
  background-size: cover;
  display: block;
  content: "";
  width: 60px;
  height: 51px;
  position: relative;
  top: 31px;
  left: -24px;
}
.vet-review-content::after {
  background-image: url("images/quote-right.svg");
  background-size: cover;
  display: block;
  content: "";
  width: 60px;
  height: 51px;
  position: relative;
  top: -5px;
  left: 7px;
  float: right;
}
.vet-review-info {
  font-size: 12px;
  line-height: 16px;
}
#breathing-top {
  width: 100%;
  height: auto;
}
#breathing-sns {
  padding-top: 80px;
  padding-bottom: 80px;
}
.breathing-voice {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  gap: 80px;
  width: 90%;
  overflow-x: auto;
  padding-top: 24px;
  max-width: 1200px;
}
.breathing-sub {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 32px auto;
}
.breathing-comment {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin: 0;
  position: relative;
  padding: 0;
}
.comment-body {
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
  width: 340px;
}
.comment-body::before {
  background-size: cover;
  display: block;
  content: "";
  width: 60px;
  height: 51px;
  position: absolute;
  top: -24px;
  left: 20px;
}
.comment-body::after {
  background-size: cover;
  display: block;
  content: "";
  width: 60px;
  height: 51px;
  position: absolute;
  right: 20px;
  float: right;
  margin-top: 6px;
}
.comment-icon img {
  width: 22px;
  height: auto;
  margin-right: 12px;
}
.breathing-comment .comment-link {
  margin: 32px;
}
.breathing-comment .comment-link a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #555;
  vertical-align: bottom;
}
.breathing-comment .comment-link a:hover {
  color: #3bb1dd;
}
#breathing-cta {
  margin: 80px auto;
  padding: 0;
}
.breathing-cta {
  display: flex;
  flex-direction: row;
  margin: 80px 130px;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #555;
  text-align: left;
}
.breathing-cta-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.breathing-cta-list .pc {
  vertical-align: text-bottom;
}
.breathing-cta-feature {
  color: #50cce8;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.vet-section-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.12em;
  margin-top: 32px;
  margin-bottom: 56px;
  text-align: center;
}
.vet-section-subtitle p {
  margin-bottom: 16px;
}
#vet-use-case {
  background-image: url("images/vet-use-case.png");
  text-align: center;
  background-size: cover;
}
.vet-body section {
  padding-top: 80px;
  padding-bottom: 20px;
}
.use-case-slides {
  margin: 48px auto;
}
button.slick-arrow {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px; /* hide text offscreen */
  border: none; /* optional: remove button border */
  z-index: 999;
  background: rgba(250, 250, 250, 0.7);
}
button.slick-prev {
  background-image: url("images/vet-slide-arrow-left.png");
  left: 66px;
}
button.slick-next {
  background-image: url("images/vet-slide-arrow-right.png");
  right: 66px;
}
button.slick-prev:hover {
  background-image: url("images/vet-slide-arrow-left-hover.png");
}
button.slick-next:hover {
  background-image: url("images/vet-slide-arrow-right-hover.png");
}
.use-case-slides .slick-list {
  overflow: unset;
}
.case-slide {
  background: #ffffff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  max-width: 380px;
  margin: 0 20px;
  overflow: hidden;
}
.case-title {
  margin: 24px 32px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.review-slide {
  background: #ffffff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  max-width: 760px;
  margin: 0 20px;
  overflow: hidden;
}

#vet-technology {
  text-align: center;
  color: #ffffff;
  padding-bottom: 80px;
  background: radial-gradient(
        103.63% 155.21% at 43.06% -68.89%,
        rgba(38, 150, 191, 0.5) 0.36%,
        rgba(19, 129, 170, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        238.69% 346.33% at 100% 153.54%,
        rgba(186, 123, 184, 0.4) 0%,
        rgba(186, 123, 184, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        159.72% 221.74% at 89.03% 148.06%,
        rgba(186, 123, 184, 0.5) 10.62%,
        rgba(186, 123, 184, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        77.6% 40.56% at 56.7% 50%,
        rgba(131, 219, 230, 0.332) 0%,
        rgba(131, 219, 230, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(126.7% 213.26% at 12.47% 133.96%, #006185 0%, #83dbe6 100%)
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
#vet-technology .case-title {
  color: #555;
}
#breathing-slide-title {
  margin-top: 112px;
  margin-bottom: 56px;
}
.vet-tech-list {
  display: flex;
  flex-direction: column;
}
.vet-tech-feature {
  margin: 28px auto;
  display: flex;
  align-items: center;
  text-align: left;
}
.tech-image {
  width: 332px;
  border-radius: 20px;
}
.tech-content {
  margin-left: 32px;
  width: 560px;
}
.tech-intro {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.tech-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
#vet-procedure {
  text-align: center;
}
.vet-procedure {
  background: #f4f4f4;
  border-radius: 20px;
  width: 90%;
  margin: 48px auto;
  padding: 56px 98px;
}
.cta-procedure {
  margin: 32px auto;
}
.procedure-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.procedure-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin: 32px auto;
}
.procedure-description {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-top: 32px;
}
.procedure-description .procedure-note {
  font-weight: 400;
}
.procudure-note-content {
  margin: 40px auto 0;
  width: fit-content;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.procedure-list {
  display: flex;
  justify-content: space-around;
  margin: 48px auto 0px;
}
.procedure-arrow {
  content: "";
  display: block;
  width: 24px;
  height: 42px;
  position: relative;
  top: 8em;
  background-size: cover;
  background-image: url("images/vet-arrow-right.png");
}

.procedure-1 {
  width: 280px;
}
.procedure-2 {
  width: 220px;
}

#vet-contact {
  background: #f4f4f4;
  padding-bottom: 80px;
}
#vet-contact,
#vet-contact .contact-txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
#vet-contact .form-table td {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
#vet-contact .mw_wp_form .error,
#vet-contact .form-table td.form-note {
  font-size: 12px;
  line-height: 16px;
}
#vet-contact .form-ann {
  display: none;
}
.cont-top .wrap-w {
  margin: 0 0 0 10%;
}
.cont-top h2 {
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: left;
  /*font-size: calc(40px + ((1vw - .64rem)*1.5));*/
}
.cont-top h2 .kana {
  display: block;
  font-size: 20px;
  padding-left: 50px;
}
.cont-top h2 .t-position {
  position: relative;
  left: -25px;
}

.top-title {
  color: #7ac2d8;
  font-size: 40px;
  letter-spacing: 2px;
  /*font-size: calc(30px + ((1vw - .64rem)*.5));*/
}
/* .top-sub {
	color: #7AC2D8;
	font-size: 20px;
	letter-spacing: 3px;
	margin-top: 8px;
} */
.top-img {
  width: 40%;
  /*max-width: 334px;*/
  margin: 0 0 0 auto;
  /*text-align: left;*/
}
.top-img img {
  /*max-width: 334px;*/
  max-width: 52%;
}

.cont-top {
  position: relative;
}
.cont-top h2.pc {
  font-size: 2.7vw;
}
.cont-top h2.pc .kana {
  font-size: 1.2vw;
  padding-left: 2%;
}
.cont-top h2.pc .t-position {
  left: -2%;
}
.cont-top h2.sp {
  /*font-size: 6vw;*/
  font-size: 18px;
  text-align: left;
  position: relative;
  top: 20%;
  left: 5%;
}
.cont-top h2.sp .kana {
  /*font-size: 3.2vw;*/
  font-size: 8px;
  padding-left: 5%;
}
.cont-top h2.sp .t-position {
  left: -2%;
}
.cont-top .wrap-b {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.6);
}
.cont-top .top-devices {
  position: absolute;
  top: 0;
  left: 50px;
  width: calc(100% - 250px);
  letter-spacing: 2px;
}
.cont-top .top-devices .text {
  position: absolute;
  top: 40px;
  display: inline-block;
  margin-right: 80px;
}
.cont-top .top-devices .text h3 {
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  font-weight: normal;
}
.cont-top .top-devices .text h3 strong {
  text-align: left;
  font-size: 20px;
}
.cont-top .top-devices .text p {
  font-size: 17px;
}
.cont-top .top-devices .image {
  position: absolute;
  left: 300px;
  display: inline-block;
  width: 40%;
  /*margin-top: -5%;*/
  margin-top: -80px;
  max-width: 450px;
}
.cont-top .top-devices .image img {
  width: 100%;
  min-width: 450px;
  vertical-align: bottom;
}
@media (max-width: 1070px) {
  .cont-top .wrap-b {
    height: 240px;
    padding: 120px 0 100px;
  }
  .cont-top .top-devices .text {
    top: 10px;
  }
  .cont-top .top-devices .image {
    left: 26%;
    top: 65px;
    z-index: 200;
  }
  .cont-top .top-devices .image img {
    min-width: 400px;
  }
  .vet-tech-feature {
    margin: 16px auto;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cont-top {
    /*    background: url(images/TOP05s3.jpg) no-repeat center calc( 100% - 150px ) !important;*/
    /* background: url(images/TOP05sBLGY.jpg) no-repeat center calc(100% + 40px) !important; */
    background-size: 100% !important;
    height: auto;
  }
  .cont-top-dog {
    background: url("images/top-entry-dog-sp.jpg") no-repeat center center;
  }
  .cont-top-cat {
    background: url("images/top-entry-cat-sp.jpg") no-repeat center center;
  }
  .cont-top .wrap-100h {
    height: calc(100% - 70px - 200px) !important;
  }
  .cont-top .wrap-b {
    /*    background-color: #FFF;*/
    padding-top: 10px;
  }
  .cont-top .top-devices {
    position: relative;
    left: auto;
    width: 100%;
  }
  .cont-top .top-devices .text,
  .cont-top .top-devices .image {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .cont-top .top-devices .text {
    margin-bottom: 10px;
  }
  .cont-top .top-devices .text h3 {
    width: 70%;
    font-size: 10px;
    /*text-align: center;*/
    text-align: left;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .cont-top .top-devices .text p {
    width: 70%;
    font-size: 15px;
    text-align: left;
    margin-left: 20px;
  }
  .cont-top .top-devices .image {
    /*     width: 65%; */
    width: 55%;
    margin: -10px auto 0;
  }
  .cont-top .top-devices .image img {
    min-width: auto;
  }
  .vet-body section {
    padding-top: 64px;
    padding-bottom: 10px;
  }
  section.cont-vet-top {
    height: 520px;
    padding-top: 142px !important;
  }
  .cont-vet-top h2 {
    text-align: left !important;
  }
  section#vet-update {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  #update-content {
    margin: 0 48px;
  }
  .update-list .update-item-date {
    width: 100%;
  }
  .update-list .update-item-title {
    margin: 4px 0 0;
    max-width: 240px;
  }
  .update-list-link {
    font-size: 13px;
    line-height: 24px;
  }
  .update-more {
    margin: 0 16px;
    padding-bottom: 16px;
  }
  #breathing-top {
    height: auto;
  }
  #breathing-sns {
    padding: 64px 16px;
  }
  .breathing-voice {
    width: 100%;
    gap: 20px;
    padding-top: 12px;
  }
  .breathing-sub {
    font-size: 16px;
    line-height: 28px;
    margin: 24px;
  }
  .breathing-comment {
    margin: 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .breathing-comment .comment-link {
    margin: 24px;
  }
  .breathing-comment .comment-link a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .comment-icon img {
    width: 18px;
    margin-right: 8px;
  }
  .comment-body {
    width: 256px;
    padding: 24px;
  }
  .comment-body::before {
    width: 32px;
    height: 27px;
    top: -12px;
    left: 16px;
  }
  .comment-body::after {
    width: 32px;
    height: 27px;
    right: 16px;
    margin-top: 10px;
  }
  #breathing-slide-title {
    margin: 34px;
  }
  .breathing-cta {
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .breathing-cta-feature {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  .vet-review {
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
  }
  #cont1-vet .vet-review:nth-child(2) {
    flex-direction: column;
  }
  .vet-avatar img {
    width: 144px;
    height: 144px;
    border-radius: 50%;
  }
  .vet-review-body {
    margin-top: 16px;
    width: 280px;
    padding: 0px;
    gap: 16px;
    margin-left: 0;
    text-align: center;
  }
  .vet-review-title {
    font-size: 13px;
    line-height: 20px;
  }
  .vet-review-name {
    font-size: 24px;
    line-height: 40px;
  }
  .vet-review-background {
    font-size: 13px;
    line-height: 24px;
    padding: 0 16px;
  }
  .vet-review-content::before {
    width: 32px;
    height: 27px;
    top: 20px;
    left: -17px;
  }
  .vet-review-content {
    font-size: 13px;
    line-height: 24px;
    padding: 8px 16px;
    top: -15px;
  }
  .vet-review-content::after {
    width: 32px;
    height: 27px;
    top: -1px;
    left: 14px;
  }
  .vet-review-info {
    font-size: 10px;
    line-height: 14px;
  }
  .sp-br {
    display: block;
  }
  #vet-use-case {
    padding-top: 40px;
  }
  .case-slide {
    max-width: 256px;
  }
  .case-title {
    margin: 16px 20px 20px;
    font-size: 13px;
    line-height: 20px;
  }
  #vet-technology {
    padding-top: 40px;
    padding-bottom: 48px;
    background: radial-gradient(
          103.63% 155.21% at 43.06% -68.89%,
          rgba(38, 150, 191, 0.5) 0.36%,
          rgba(19, 129, 170, 0) 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
      radial-gradient(
          238.69% 346.33% at 100% 153.54%,
          rgba(186, 123, 184, 0.4) 0%,
          rgba(186, 123, 184, 0) 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
      radial-gradient(
          159.72% 221.74% at 89.03% 148.06%,
          rgba(186, 123, 184, 0.5) 10.62%,
          rgba(186, 123, 184, 0) 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
      radial-gradient(
          77.6% 40.56% at 56.7% 50%,
          rgba(131, 219, 230, 0.332) 0%,
          rgba(131, 219, 230, 0) 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
      radial-gradient(
        126.7% 213.26% at 12.47% 133.96%,
        #006185 0%,
        #83dbe6 100%
      ); /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  }
  .tech-content {
    margin-left: 0;
    width: 348px;
  }
  .vet-section-subtitle {
    font-size: 16px;
    line-height: 28px;

    margin-top: 24px;
    margin-bottom: 32px;
  }
  .tech-intro {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
  }
  .tech-description {
    font-size: 13px;
    line-height: 24px;
  }
  #vet-procedure {
    padding-top: 40px;
    padding-bottom: 18px;
  }
  .vet-procedure {
    padding: 24px;
    margin: 32px auto;
  }
  .procedure-title {
    font-size: 22px;
    line-height: 40px;
  }
  .procedure-subtitle {
    font-size: 13px;
    line-height: 24px;
  }
  .procedure-intro {
    margin: 32px auto;
  }
  .procedure-description {
    font-size: 18px;
    line-height: 28px;
    margin-top: 16px;
  }
  .procudure-note-content {
    margin: 0 auto 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .procedure-list {
    flex-direction: column;
    align-items: center;
    margin: 24px auto;
  }
  .procedure-arrow {
    width: 42px;
    height: 24px;
    top: 0;
    background-image: url("images/vet-arrow-down.png");
  }
  #vet-contact {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  #vet-contact,
  #vet-contact .contact-txt {
    font-size: 13px;
    line-height: 24px;
  }
  #vet-contact .form-table td {
    font-size: 13px;
    line-height: 24px;
  }
  #vet-contact .mw_wp_form .error,
  #vet-contact .form-table td.form-note {
    font-size: 12px;
    line-height: 18px;
  }
}

.cont-top .wrap-100h {
  max-height: 100vh;
}
.cont-top .wrap-a {
  position: absolute;
  bottom: 25%;
  right: 120px;
  /*left: 0;*/
  text-align: right;
  width: 100%;
}

.cont0 {
  /*
	background: url("images/bg_cont0.png") no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	padding: 155px 0;
	*/
  text-align: center;
  position: relative;
}
.cont0 .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: -100;
}
.cont0 .overlay-video {
  /*background: url('images/bg_movie.png');*/
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: calc(100vh + 200px);
  width: auto;
  height: auto;
  z-index: -100;
}
.cont0 .wrap {
  position: relative;
  width: 100%;
  /*padding: 155px 0;*/
  padding: 240px 0;
  height: calc(100vw * 9 / 16 - 10px);
  min-height: 100vh;
}
.cont0 .wrap .text-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.cont0 .cont0-txt {
  /*color: #fff;*/
  font-size: 22px;
  line-height: 3.3;
  letter-spacing: 3px;
}
.cont1 {
  background: linear-gradient(240deg, #f4f4f4 0%, #e6e6e6 100%);
  background-size: contain;
  padding: 50px 0 25px;
  position: relative;
}
.cont1-cat::before,
.cont1-cat::after {
  content: "";
  /* 	width: 100%; */
  /* 	height: 90%; */
  width: 40%;
  height: 700px;
  display: block;
  background: url("images/bg_cont1-l01.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -180px;
  left: -100px;
  z-index: 1;
}
.cont1::after {
  height: 45%;
  width: 30%;
  background: url("images/bg_cont1-r_2.png") no-repeat right center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.cont1-inner {
  position: relative;
}
.cont1-inner::before {
  content: "";
  width: 25%;
  height: 600px;
  display: block;
  background: url("images/bg_cont1-l02_2.png") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  left: 30px;
  bottom: 150px;
  z-index: 1;
}
.cont1 .wrap {
  position: relative;
  z-index: 999;
}
.cont1-box .annotation {
  font-size: 10px;
  text-align: center;
  margin-top: 20px;
}
.cont1-box {
  margin: 0 0 90px;
  text-align: center;
}
.cont1-box .cont1-icon {
  width: 235px;
  height: 235px;
  margin: 0 auto;
}
.cont1-box .cont1-txt {
  line-height: 2;
  letter-spacing: 5px;
  margin-top: 15px;
}
.cont1-box .cont1-list {
  width: 760px;
  margin: 15px auto 0;
  text-align: center;
}
.cont1-box .shadow2 {
  width: 14%;
  float: left;
  margin: 0 1.5% 0 0;
}
.cont1-box .shadow2:nth-of-type(1) {
  margin-left: 1.5%;
}
.cont1-box .shadow2:nth-of-type(7) {
  margin-left: 1.5%;
  width: auto;
  margin-top: 1.5%;
  padding: 0 1.5%;
}
.cont1-box .btn {
  margin-top: 15px;
}

.cont2 {
  background: url("images/bg_cont2.jpg") no-repeat bottom center;
  background-attachment: fixed;
  background-size: cover;
  padding: 155px 0 100px;
}
.cont2 .inner {
  background: linear-gradient(
    rgba(255, 255, 255, 0.85) 0%,
    rgba(230, 230, 230, 0.85) 100%
  );
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.45));
  border-radius: 40px;
  text-align: center;
  padding: 90px 45px 55px;
}
.cont2 img {
  width: 480px;
  height: auto;
  display: block;
  margin: 50px auto 80px;
}
.cont2 .point-item {
  width: calc(33% - 30px);
  /*background: #D8CFC0; */
  background: #d2c4ae;
  border-radius: 20px;
  float: left;
  margin: 0 15px;
  padding: 20px 10px;
}
.cont2 .point-item .point-title {
  color: #fff;
  font-size: 22px;
  font-family: pages-b;
}
.cont2 .point-item .point-title-1line {
  line-height: 55px;
}
.cont2 .point-item .point-title-2line {
  line-height: 125%;
  height: 55px;
}
.cont2 .point-item .point-p-1line {
  margin: 15px 0 5px 10px;
}
.cont2 .point-item .point-p-2line {
  margin: 15px 0 5px 10px;
}
.cont2 .c2-point-note {
  margin-top: 10px;
}

.cont3 {
  background: #f8f8f8;
  box-shadow: inset 0px 0px 30px rgba(196, 196, 196, 0.62);
  padding: 125px 0 90px;
}
.cont3 h2 {
  margin-bottom: 10px;
}
.c3-top {
  margin-top: 45px;
}
.c3-top .c3-top-l,
.c3-top-clear .c3-cl-img {
  width: calc(50% - 50px);
  float: left;
}
.c3-top .c3-top-r,
.c3-top-clear .c3-cl-txt {
  width: calc(50% - 50px);
  float: right;
  position: relative;
}
.c3-top .c3-top-r-img {
  position: absolute;
  /*left: 50%;*/
  left: 55%;
  z-index: 100;
}
.c3-top .c3-top-r-img img {
  width: 200px;
}
.c3-top .product-name,
.c3-top-clear .product-name {
  font-size: 30px;
  letter-spacing: 3px;
  margin: 15px auto 10px;
  position: relative;
  z-index: 200;
}
.c3-top .product-name small,
.c3-top-clear .product-name small {
  font-family: pages, sans-serif;
  display: block;
  font-size: 15px;
}
.c3-top .product-name.name-w {
  color: #fff;
}
.c3-top .product-txt,
.c3-top-clear .product-txt {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.c3-top-1 .product-txt,
.c3-top-clear .product-txt {
  /*width: 420px;*/
  width: 45%;
  position: relative;
  z-index: 200;
}
.c3-top .c3-top-l .inner,
.c3-top .c3-top-r .inner {
  width: 440px;
}
.c3-top-1 .product-name {
  margin-top: 5px;
}
.c3-top-2 {
  background: linear-gradient(-200deg, #eaf2f5 0%, #c0d4d9 100%);
  border-radius: 0 50px 50px 0;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  padding: 50px 50px 50px;
  text-align: right;
}
.c3-top-2 .inner {
  margin: 0 0 0 auto;
  padding-right: 30px;
}
.c3-top-2 img {
  /*width: 328px;*/
  width: 410px;
  max-width: 100%;
  display: block;
  margin: 0 0 0 auto;
}
.c3-top-2 .c3-top-txt {
  width: 328px;
  text-align: left;
  margin: 0 0 0 auto;
}
.c3-top-2 .product-txt,
.c3-top-3 .product-txt {
  width: 275px;
  margin: 0;
  text-align: justify;
}
.c3-top-3 {
  background: linear-gradient(-200deg, #f0ece6 0%, #e2dfda 100%);
  border-radius: 50px 0 0 50px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  padding: 50px 50px 50px;
  margin-top: 115px;
}
.c3-top-3 .inner {
  padding-left: 30px;
}
.c3-top-3 img {
  width: 335px;
  max-width: 100%;
  display: block;
  position: relative;
  left: -30px;
}
.c3-top-3 .product-txt {
  margin: 0 auto 0 0;
}
.c3-top-clear .c3-cl-img img {
  /*width: 400px;*/
  width: 365px;
  display: block;
  margin: 110px 15px 0 auto;
}
.c3-top-clear .c3-cl-txt {
  margin-top: 110px;
}

.cont4 {
  background: linear-gradient(-200deg, #ffffff 0%, #e6e6e6 100%);
  padding: 60px 0 100px;
}
.cont4 .cont4-intro {
  margin: 60px auto 0;
}
.cont4 .cont4-intro .cont4-iImg {
  width: 50%;
  padding-right: 45px;
}
.cont4 .cont4-intro .cont4-iTxt {
  /* width: 50%; */
  /* padding: 60px 0 0 45px; */

  width: 50%;
  margin: 0 auto;
  padding: 0 0;
  text-align: center;
}
.cont4 .cont4-intro p {
  font-size: 12px;
  line-height: 2;
}
.cont4 .cont4-intro .cont4-iTitle {
  font-size: 18px;
  margin-bottom: 15px;
}
.cont4 .cont4-topImg {
  /*max-width: 1025px;*/
  max-width: 1135px;
  width: 100%;
  height: auto;
  display: block;
  margin: 100px auto 110px;
}
.cont4 .cont4-topImg.sp {
  display: none;
}
.spec-box {
  padding-bottom: 200px;
  position: relative;
}
.spec-box::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 750px;
  height: 500px;
  position: absolute;
  right: -300px;
  bottom: 0;
  z-index: 99;
}
.spec-box-dog::after {
  background: url("images/cont4_img2-dog.png") no-repeat bottom center;
  background-size: contain;
}
.spec-box-cat::after {
  background: url("images/cont4_img2-cat.png") no-repeat bottom center;
  background-size: contain;
}
.spec-box .inner {
  width: 935px;
  margin: 0 auto;
}
.spec-table {
  width: 100%;
  margin-top: 25px;
}
.spec-table .t-head {
  background: #fff;
}
.spec-table tr,
.spec-table td {
  border-bottom: 1px solid #888888;
}
.spec-table tr:nth-of-type(1),
.spec-table tr:nth-of-type(1) td {
  border-top: 1px solid #888888;
}
.spec-table td {
  border-right: 1px solid #888888;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 15px 15px;
  text-align: center;
}
.spec-table td:nth-of-type(2) {
  padding-left: 0;
}
.spec-table .t-head td {
  font-family: pages-m;
  font-size: 15px;
  letter-spacing: 2px;
}
.spec-table .t-head td small {
  display: block;
  font-size: 70%;
}
.spec-table td.r-border {
  width: 130px;
  position: relative;
  border-left: 1px solid #888888;
}
.spec-table td.r-border::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #888;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
}
.spec-table td.t-left {
  text-align: left;
  padding: 15px 30px;
}
.spec-table td.t-left span {
  font-family: pages-b;
}
.spec-memo {
  text-align: center;
}
.app-box {
  width: 1070px;
  margin: 0 auto;
}
.app-box .app-img {
  width: 316px;
}
.app-box .app-img img {
  filter: drop-shadow(0px 0px 30px #c4c4c4);
}
.app-box .app-txt {
  width: calc(100% - 425px);
}
.app-box .app-title {
  font-size: 22px;
  text-align: left;
  margin: 20px 0 5px;
}
.app-txt > p {
  line-height: 2;
  margin-bottom: 45px;
}
.app-txt .cont4-title {
  text-align: center;
  margin-bottom: 35px;
}
.app-txt .app-pItem {
  width: 31.3%;
  height: 50px;
  float: left;
  font-size: 20px;
  line-height: 50px;
  margin: 0 3% 15px 0;
  text-align: center;
}
.app-txt .app-pItem:nth-of-type(3n) {
  margin-right: 0;
}
.app-txt .annotation {
  font-size: 12px;
}
.app-intro .app-intrp-img {
  width: 115px;
}
.app-intro .app-intrp-txt {
  width: calc(100% - 145px);
  padding: 15px 0 0;
}
.app-in-title {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 20px;
}
.app-in-txt {
  font-size: 12px;
  line-height: 1.6;
}

.cont5 {
  background: #f8f8f8;
  box-shadow: 0px 30px 30px -15px rgba(196, 196, 196, 0.62) inset;
  padding: 140px 0 130px;
}
.how-sub,
.review-sub,
.price-sub,
.com-sub,
.outine-sub,
.contact-sub,
.product-sub {
  font-size: 20px;
  text-align: center;
  margin-bottom: 120px;
}
.how-to-box {
  background: linear-gradient(-200deg, #f4f4f4 0%, #e2e2e2 100%);
  border-radius: 40px;
  padding: 100px 75px 45px;
  text-align: center;
  position: relative;
  margin-top: 90px;
}
.how-to-box .how-to-icon {
  width: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.how-title {
  font-size: 32px;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.how-txt {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 3px;
}
.step1-img {
  width: 452px;
  margin: 30px auto 0;
}
.step1-img img {
  max-width: 452px;
}
.step2-img {
  width: 529px;
  margin: 30px 15% 0 auto;
}
.step2-img img {
  max-width: 529px;
}
.step3-img {
  width: 474px;
  margin: 50px auto 0 27%;
}
.step3-img img {
  max-width: 474px;
}

.cont6 {
  background: url("images/bg_cont6.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0 100px;
}
.review-sub {
  margin-bottom: 70px;
}
.cont6 .review-box {
  width: calc(100% - 20px);
  border-radius: 40px;
  background: linear-gradient(-200deg, #ffffff 0%, #e6e6e6 100%);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.review-img {
  width: 320px;
  height: 100%;
  position: absolute;
}
.review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-txt {
  width: calc(100% - 320px);
  padding: 45px 65px 55px 60px;
}
.review-txt p {
  font-size: 13px;
  line-height: 2;
  text-align: justify;
}
.review-txt p + p {
  margin-top: 30px;
}
.review-txt .rev-name {
  margin-top: 30px;
}

.cont7 {
  background: #f8f8f8;
  padding: 80px 0 150px;
}
.price-box {
  width: calc(100% - 20px);
  background: #fff;
  border-radius: 40px;
  margin: 0 auto;
  padding: 60px 105px 30px;
  text-align: center;
}
.price-sub {
  margin-bottom: 50px;
}
.price-point {
  color: #27a5c3;
  font-size: 18px;
  letter-spacing: 3px;
}
.price-point a {
  color: #27a5c3;
  text-decoration: underline;
}
.price-info img {
  max-width: 463px;
  display: block;
  margin: 40px auto;
}
.price-details {
  width: 49%;
}
.price-details.price-details-wide {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.price-title {
  font-size: 32px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.price-details-top {
  border: 1px solid #888;
  border-radius: 20px;
  overflow: hidden;
}
.price-bg {
  padding: 24px 0 15px;
}
.price-bg-gr1 {
  background: linear-gradient(-200deg, #eaf2f5 0%, #c0d4d9 100%);
}
.price-bg-gr2 {
  background: linear-gradient(-200deg, #f0ece6 0%, #e2dfda 100%);
}
.price-name {
  font-family: pages-m;
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 3px;
}
.price-name .t-pl {
  color: #ba7bb8;
  font-family: pages-b;
  font-size: 15px;
}
.price-name .b-radius {
  background: #fff;
  border-radius: 14px;
  display: inline-block;
  font-size: 18px;
  font-family: pages-m;
  padding: 0 7px 0 10px;
  margin-right: 15px;
}
.price-txt {
  font-size: 12px;
  letter-spacing: 3px;
  padding: 20px;
  text-align: left;
}
.price-txt-zutool {
  font-size: 18px;
  letter-spacing: 3px;
  padding: 20px;
}
.price-fee {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 20px 0 30px;
}
.price-fee span {
  color: #ba7bb8;
  font-size: 38px;
  margin-left: 15px;
}
.price-item span {
  font-size: 20px;
  margin-left: 15px;
}
.price-fee-item {
  font-size: 15px;
  line-height: 38px;
  text-align: right;
  padding: 10px 10px;
  position: relative;
}
.price-fee-item .t-roboto {
  width: 50%;
  display: inline-block;
  line-height: 1;
  text-align: left;
  margin-left: 25px;
  position: relative;
  top: 6px;
}
.price-fee-item .pf-annotation {
  width: 100%;
  color: #555;
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin-left: 0;
}
.fee-txt {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: center;
  padding: 15px 20px;
}
.price-details-under {
  border-radius: 20px;
  padding: 25px 20px;
  margin-top: 50px;
  position: relative;
}
.price-details-under::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 16px solid #ccc;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.pu-title {
  color: #ba7bb8;
  font-size: 13px;
  letter-spacing: 3px;
}
.pu-cv {
  background: url("images/icon_mail2.png") no-repeat center 13px;
  background-size: 44px 26px;
  display: block;
  font-size: 18px;
  letter-spacing: 3px;
  padding-top: 50px;
}
.pu-cv span {
  font-size: 12px;
  font-family: pages;
}

.cont-news {
  padding-top: 80px;
}
.news-area {
  width: calc(100% - 20px);
  background: linear-gradient(-200deg, #eaeaea 0%, #fff 100%);
  box-shadow: -4px -4px 20px #fff, 4px 4px 30px #cdcdcd;
  border-radius: 25px;
  padding: 35px 100px 30px 90px;
  margin: 20px auto 0;
}
.news-area .news-title {
  /*font-size: 14px;*/
  font-size: 32px;
  letter-spacing: 3px;
  text-align: center;
  /*margin-bottom: 8px;*/
  margin-bottom: 15px;
}
.news-box {
  /*font-size: 10px;*/
  font-size: 12px;
  line-height: 2;
}
.news-box .news-date {
  width: 90px;
  float: left;
}
.news-box .news-txt {
  width: calc(100% - 90px);
  float: right;
}
.news-box .news-txt span {
  text-decoration: underline;
}

.cont8 {
  padding: 105px 0 100px;
}
.cont8 .inner,
.cont9 .inner {
  width: 1100px;
  margin: 0 auto;
}
.cont8-title {
  margin-bottom: 60px;
}
.dev-txt {
  width: calc(100% - 450px);
  padding: 0 10px 0 75px;
  margin-top: 27px;
}
.dev-img {
  width: 420px;
}
.dev-txt p,
.thought-txt p {
  font-size: 12px;
  line-height: 2;
  text-align: justify;
}

.cont9 {
  background: linear-gradient(-200deg, #e6e6e6 0%, #ffffff 100%);
  padding: 85px 0 100px;
  position: relative;
  overflow: hidden;
}
.cont9::before {
  content: "";
  display: block;
  width: 150%;
  height: 210px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cont9 .inner {
  position: relative;
  z-index: 9999;
}
.com-sub {
  margin-bottom: 100px;
}
.thought-img {
  width: 420px;
}
.thought-txt {
  width: calc(100% - 450px);
  padding: 0 75px 0 10px;
  margin-top: 35px;
}
.member-box {
  margin-top: 75px;
  text-align: center;
}
.member-box .com-sub {
  margin-bottom: 65px;
}
.member-box .pages-m {
  letter-spacing: 2px;
}
.member-list {
  margin-top: 50px;
}
.m-list-item {
  width: 23%;
  background: linear-gradient(-200deg, #e6e6e6 0%, #ffffff 100%);
  border-radius: 40px;
  box-shadow: -4px -4px 20px #fff, 4px 4px 30px #cdcdcd;
  box-sizing: border-box;
  float: left;
  margin: 0 2.5% 0 0;
  padding: 0 0 50px;
}
.m-list-item:nth-last-of-type(1) {
  margin-right: 0;
}
.m-list-txt {
  padding: 0 25px;
}
.m-name {
  font-size: 25px;
  margin-bottom: 15px;
}
.m-name span {
  display: block;
  font-size: 12px;
  font-family: pages;
}
.m-txt {
  font-size: 10px;
  line-height: 2;
  text-align: justify;
}

.cont10 {
  padding: 90px 0 150px;
}
.outine-sub {
  margin-bottom: 50px;
}
.outline-table td {
  font-size: 12px;
  padding: 20px;
}
.outline-table td:nth-of-type(1) {
  width: 185px;
}
.outline-table td:nth-of-type(2) {
  width: calc(100% - 185px);
}

.cont11 {
  background: linear-gradient(-200deg, #f7f7f7 0%, #efece9 100%);
  box-shadow: 0px 5px 30px 10px rgb(0 0 0 / 6%);
  padding: 110px 0 150px;
}
.contact-sub {
  margin-bottom: 50px;
}
.contact-txt {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 2px;
  margin-bottom: 50px;
  text-align: center;
}
.form-table {
  width: 100%;
}
.form-table td {
  padding: 8px 10px;
}
.form-table td:nth-of-type(1) {
  width: 225px;
  font-size: 12px;
  letter-spacing: 2px;
  position: relative;
}
.form-table td.form-msg {
  vertical-align: top;
}
.form-table td .form-ann,
.form-table td .form-ann2 {
  width: 33px;
  background: #7ac2d8;
  color: #fff;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.form-table td .form-ann2 {
  width: auto;
  background: none;
  color: #7ac2d8;
  right: 20px;
}
.form-table td.form-msg .form-ann {
  top: 10px;
  transform: none;
}
.form-table td.form-note {
  font-size: 12px;
  line-height: 180%;
}
.form-table .form-select {
  width: 70%;
  position: relative;
}
.form-table .form-select::after {
  content: "▼";
  display: block;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 7px;
  pointer-events: none;
}
.mw_wp_form_preview .form-table .form-select::after {
  content: "";
}
.form-table select,
.form-table input,
.form-table textarea {
  width: 100%;
  border: 1px solid #888;
  font-size: 12px;
  padding: 5px;
}
.form-table select {
  padding: 7px 5px;
}
.cont11 .btn {
  margin-top: 20px;
}
#val2 {
  display: table-row;
  transition: all 0.5s;
}
#val2.hide {
  display: none;
  transition: all 0.5s;
}

@media (max-width: 1320px) {
}
@media (max-width: 1200px) {
  .step1-img,
  .step2-img,
  .step3-img,
  .step4-img {
    width: 80%;
    margin: 60px auto 0;
  }
  .spec-box::after {
    bottom: 200px;
  }
}
@media (max-width: 1100px) {
  .cont8 .inner,
  .cont9 .inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1070px) {
  .cont2 .point-item .point-title {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .c3-top .c3-top-r-img {
    left: 50%;
  }
  /* .c3-top-1 .product-txt,
  .c3-top-clear .product-txt {
    width: 90%;
  } */
  .c3-top .c3-top-l .inner,
  .c3-top .c3-top-r .inner {
    width: 100%;
  }
  .c3-top-2 img {
    right: -20px;
  }
  .c3-top-3 img {
    left: -20px;
  }
  .c3-top-clear .c3-cl-img img {
    width: 70%;
  }

  .app-box {
    width: 90%;
  }
  .app-box .app-img,
  .dev-img,
  .thought-img {
    width: 30%;
  }
  .app-box .app-txt,
  .dev-txt,
  .thought-txt {
    width: 65%;
  }

  .cont6 .review-box {
    position: relative;
  }
  .review-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 950px) {
  .cont-top .wrap-w {
    position: relative;
  }
  .cont-top .wrap-a {
    bottom: 42%;
  }
  .cont2 .inner {
    padding: 90px 25px 55px;
  }
  .cont2 .point-item {
    width: calc(33% - 20px);
    margin: 0 10px;
  }
  .c3-top .c3-top-l,
  .c3-top-clear .c3-cl-img,
  .c3-top .c3-top-r,
  .c3-top-clear .c3-cl-txt {
    width: calc(50% - 20px);
  }
  .spec-box .inner {
    width: 90%;
  }
  .spec-table td:nth-of-type(1),
  .outline-table td:nth-of-type(1) {
    width: 150px;
  }
  .spec-table td:nth-of-type(2),
  .outline-table td:nth-of-type(2) {
    width: calc(100% - 160px);
    padding-left: 10px;
  }
  .app-txt .app-pItem {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .app-intro .app-intrp-txt {
    width: calc(100% - 135px);
  }
}
@media (max-width: 865px) {
  .cont1::before {
    top: 0;
  }
  .cont1-box .cont1-icon {
    width: 150px;
    height: 150px;
  }
  .cont2 img {
    width: 80%;
  }
  .price-box {
    padding: 60px 35px 30px;
  }
  .dev-txt {
    padding-left: 0;
  }
  .thought-txt {
    padding-right: 0;
  }
  .m-list-item {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .m-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cont-top {
    /* 		min-height: calc(100vh - 70px);
		max-height: calc(100vh - 70px);
		max-height: calc(100vh - 70px); */

    /*background: url(images/TOP03_s.jpg) no-repeat left bottom;*/
    /* background: url(images/TOP04s.jpg) no-repeat left 50%; */
    background-size: cover;
    /*padding: 40px 0 30px;*/
    /*padding: 100px 0 30px;*/
    padding: 54px 0 30px;
    position: relative;
  }
  .cont-top-cat {
    height: calc(100vh - 170px);
  }
  .cont-top-dog {
    height: calc(100vh - 225px);
  }
  .cont-top .wrap-w {
    margin: 0 auto;
  }
  .cont-top .wrap-a {
    right: 20px;
    bottom: 20%;
  }
  .top-img {
    width: 40%;
    /*margin: 30px 0px 0 auto;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 80px;*/
    /*display: none;*/
  }
  .top-img img {
    /*max-width: 100%;*/
    max-width: 200px;
  }
  .cont-top h2 {
    text-align: center;
  }
  .cont-top h2 .kana {
    font-size: 10px;
    padding-left: 0;
    position: relative;
    left: -54px;
  }
  .cont-top h2 .t-position {
    left: 0;
  }
  .top-title {
    font-size: 25px;
  }
  .news-area {
    width: 100%;
    padding: 35px 30px 30px 30px;
    margin-top: 50px;
  }
  .cont0 {
    top: -54px;
    background: url(images/bg_cont0_sp.jpg) no-repeat top center;
    background-size: cover;
    /*padding: 120px 0 155px;*/
    padding: 0;
  }
  .cont0 .wrap {
    padding: 0;
    height: auto;
  }
  .cont0 .overlay-video {
    min-height: calc(100vh + 300px);
    z-index: 0;
  }
  .cont0 .cont0-txt {
    font-size: 16px;
    line-height: 3;
    text-align: left;
    letter-spacing: 0;
    padding: 0 15px;
  }
  .cont1 {
    padding: 105px 0 1px;
  }
  .cont1::before {
    width: 55%;
    top: -60px;
    left: -20px;
    /* width: 100%;
		background: url("images/bg_cont1-sp.png") no-repeat top center;
		background-size: 100% auto;
		top: -50px;
		height: 100%; */
  }
  /* .cont1::after {
    display: none;
  } */
  .cont1::after {
    width: 40%;
    height: 84%;
    top: -300px;
  }
  .cont1-inner::before {
    display: none;
  }
  .cont1-box {
    /*margin-bottom: 130px;*/
    margin-bottom: 60px;
  }
  .cont1-box .cont1-title {
    margin-bottom: 5px;
    /*font-size: 26px;*/
    font-size: 24px;
  }
  .cont1-box .cont1-list {
    width: 270px;
  }
  .cont1-box .shadow2,
  .cont1-box .shadow2:nth-of-type(1) {
    width: 130px;
    margin: 0 10px 15px 0;
  }
  .cont1-box .shadow2:nth-of-type(2n) {
    margin-right: 0;
  }
  /* .cont1-box .shadow2:nth-last-of-type(1) {
    transform: translateX(50%);
  } */
  .cont1-box .cont1-txt {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
  }
  .cont1-box .annotation {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 2px;
    text-align: left;
  }

  .cont2 {
    background: url(images/bg_cont2_sp.jpg) no-repeat top center;
    background-size: cover;
    padding: 55px 0 100px;
  }
  .cont2::before {
    height: 200px;
    top: -100px;
  }
  .cont2 .inner {
    padding: 50px 20px 13px;
  }
  .cont2 img {
    margin: 30px auto 40px;
  }
  .cont2 .point-item {
    width: 100%;
    float: none;
    margin: 0 0 10px;
    padding: 15px;
  }
  .cont2 .point-item .point-title {
    font-size: 16px;
  }
  .cont2 .point-item .point-p-1line {
    margin-top: 5px;
  }

  .cont3 {
    padding: 95px 0 70px;
  }
  .cont3 h2 {
    margin-bottom: 20px;
  }
  .c3-top .c3-top-l,
  .c3-top-clear .c3-cl-img,
  .c3-top .c3-top-r,
  .c3-top-clear .c3-cl-txt {
    width: 100%;
    float: none;
  }
  .c3-top .product-name,
  .c3-top-clear .product-name {
    font-size: 20px;
  }
  .c3-top .product-name.name-w {
    text-align: left;
  }
  .c3-top .c3-top-r {
    width: 90%;
    margin: 0 auto 30px;
  }
  .c3-top .c3-top-l {
    width: 95%;
    margin: 0 auto 20px 0;
    padding: 35px 35px 50px;
  }
  .c3-top .c3-top-r.c3-top-3 {
    width: 95%;
    margin: 0 0 20px auto;
    padding: 50px 45px 50px 70px;
  }
  .c3-top-2 .product-txt,
  .c3-top-3 .product-txt {
    width: 100%;
  }
  .c3-top .product-name.name-w {
    font-size: 27px;
  }
  .c3-top-2 .inner,
  .c3-top-3 .inner {
    padding: 0;
  }
  .c3-top-2 img {
    /*width: 210px;*/
    width: 370px;
    margin: 0 auto;
    right: auto;
  }
  .c3-top-2 .c3-top-txt {
    margin: 0 auto;
  }
  .c3-top-clear .c3-cl-img img {
    width: 270px;
    margin: 90px auto 0;
  }
  .c3-top-clear .c3-cl-txt {
    width: 90%;
    margin: 0 auto;
  }

  .c3-top .c3-top-r-img {
    position: relative;
    left: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .c3-top-1 .product-txt,
  .c3-top-clear .product-txt {
    width: 100%;
  }
  .c3-top-clear .product-txt {
    text-align: left;
  }

  .cont4 {
    padding: 60px 0 50px;
  }
  .cont4 .cont4-intro .cont4-iImg,
  .cont4 .cont4-intro .cont4-iTxt {
    width: 85%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .cont4 .cont4-intro .cont4-iTxt {
    margin: 30px auto 50px;
    text-align: center;
  }
  .cont4 .cont4-topImg {
    width: 110%;
    /*margin: 30px auto 70px -5%;*/
    margin: 30px auto 10px -5%;
  }
  .cont4 .cont4-topImg.sp {
    display: block;
  }
  .cont4 .cont4-topImg.pc {
    display: none;
  }
  .cont4 .cont4-topImg-Text {
    text-align: center;
    margin-bottom: 70px;
  }
  .spec-box {
    padding-bottom: 100px;
  }
  .spec-box .inner {
    width: 90%;
  }
  .spec-box::after {
    height: 200px;
    bottom: -80px;
    right: -280px;
  }
  .spec-table.sp {
    width: 100%;
    display: table;
    margin-top: 10px;
  }
  .spec-table.sp:nth-of-type(1) {
    margin-top: 30px;
  }
  .spec-table td {
    font-size: 10px;
  }
  .spec-table .t-head td {
    font-size: 13px;
  }
  .spec-table td:nth-of-type(1) {
    border-left: 1px solid #888888;
  }
  .spec-table .t-v-top .r-border {
    vertical-align: top;
  }
  .spec-memo {
    width: 80%;
    text-align: left;
  }

  .app-box .app-img {
    width: 175px;
  }
  .dev-img,
  .thought-img {
    width: 70%;
  }
  .app-box .app-txt,
  .dev-txt,
  .thought-txt {
    width: 100%;
  }
  .app-txt .cont4-title {
    font-size: 18px;
    margin: 30px 0 25px;
  }
  .app-box .app-title {
    font-size: 20px;
    margin: 40px 0 15px;
    text-align: center;
  }
  .app-point {
    width: 270px;
    margin: 0 auto 10px;
  }
  .app-txt .app-pItem,
  .app-txt .app-pItem:nth-of-type(3n) {
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 15px 0;
  }
  .app-txt .app-pItem:nth-of-type(2n) {
    margin-right: 0;
  }
  .app-txt > p {
    margin-bottom: 30px;
  }
  .app-in-title {
    margin-bottom: 5px;
  }
  .app-intro .app-intrp-img {
    width: 80px;
    float: left;
  }
  .app-intro .app-intrp-txt {
    width: calc(100% - 105px);
    float: right;
  }

  .cont5 {
    padding: 105px 0 50px;
  }
  .how-sub,
  .review-sub,
  .price-sub,
  .com-sub,
  .outine-sub {
    margin-bottom: 50px;
  }
  .how-to-box {
    border: 1px solid #fff;
    margin-top: 65px;
    padding: 90px 20px 45px;
  }
  .how-to-box .how-to-icon {
    width: 150px;
    height: 150px;
    transform: translate(-50%, -38%);
  }
  .how-title {
    /*font-size: 18px;*/
    font-size: 17px;
  }
  .step1-img,
  .step2-img,
  .step3-img,
  .step4-img {
    width: 80%;
    margin: 30px auto 0;
  }
  .how-txt {
    text-align: left;
    letter-spacing: 1px;
  }

  .cont6 {
    background: #f8f8f8;
    padding-bottom: 30px;
  }
  .review-img {
    width: 100%;
    height: 300px;
    position: static;
  }
  .review-img img {
    width: 100%;
  }
  .review-txt {
    width: 100%;
    padding: 25px 23px 50px 23px;
  }
  .review-txt p + p {
    margin-top: 20px;
  }

  .cont7 {
    padding: 70px 0 100px;
  }
  .price-box {
    padding: 50px 20px 20px;
  }
  .how-sub,
  .review-sub,
  .price-sub,
  .com-sub,
  .outine-sub,
  .contact-sub {
    font-size: 16px;
  }
  .price-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .price-point {
    font-size: 16px;
  }
  .price-info img {
    width: 275px;
  }
  .price-details,
  .price-details.price-details-wide {
    width: 100%;
  }
  .price-details-under.price-bg-gr1 {
    margin-bottom: 75px;
  }
  .price-details,
  .price-details.price-details-b {
    padding: 20px 0;
  }
  .price-bg {
    padding: 20px 0 15px;
  }
  .price-name .b-radius {
    width: 105px;
    display: block;
    margin: 0 auto;
  }
  .price-txt {
    padding: 20px 20px 0;
  }
  .price-fee {
    border-top: 0;
  }
  .price-fee span {
    font-size: 30px;
  }
  .price-fee-item {
    font-size: 13px;
  }
  .price-fee-item .pf-annotation {
    font-size: 10px;
  }
  .pu-cv {
    font-size: 15px;
  }

  .news-area .news-title {
    font-size: 25px;
  }
  .news-box {
    font-size: 10px;
  }

  .cont8 {
    padding: 55px 0 50px;
  }
  .cont8-title {
    margin-bottom: 30px;
  }
  .app-box .app-img,
  .dev-img,
  .thought-img {
    margin: 0 auto;
  }

  .cont9 {
    padding: 85px 0 50px;
  }
  .cont9::before {
    display: none;
  }
  .m-list-txt {
    padding: 0 15px;
  }

  .cont10 {
    padding: 40px 0 50px;
  }

  .cont11 {
    padding: 100px 0 70px;
  }
  .contact-sub {
    margin-bottom: 30px;
  }
  .contact-txt {
    font-size: 10px;
    margin-bottom: 35px;
  }
  .form-table td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  .form-table td:nth-of-type(1) {
    padding: 15px 0 0;
  }
  .form-table .form-select {
    width: 100%;
  }
  .form-table td .form-ann,
  .form-table td .form-ann2 {
    top: 75%;
  }
}
@media (max-width: 578px) {
  .spec-box::after {
    right: -200px;
  }
}
@media (max-width: 465px) {
  .spec-table td:nth-of-type(1) {
    width: 100px;
    padding: 15px 5px;
  }
  .spec-box::after {
    right: -150px;
    bottom: -40px;
  }
}
@media (max-width: 414px) {
  /* .cont1::before,
  .cont1::after {
    display: none;
  } */
  .cont1::before {
    /* background: url("images/bg_cont1-sp2.png") no-repeat top center;
		background-size: 100% auto;
		top: -50px; */
    width: 60%;
  }
  /* .cont1::after {
    display: none;
  } */
  .price-fee-item {
    font-size: 12px;
  }
  .price-fee-item .t-roboto {
    margin-left: 10px;
  }
  .spec-box::after {
    right: -50px;
  }
}
@media (max-width: 320px) {
  .cont-top h2 .kana {
    left: -25px;
  }
  .cont1-inner::before {
    bottom: 600px;
  }
  .price-fee-item {
    letter-spacing: 0;
    padding: 10px 5px;
  }
  .price-fee-item .t-roboto {
    width: 45%;
    font-size: 20px;
    margin-left: 10px;
    top: 2px;
  }
}

/*修正*/
.c3-top-flex {
  position: relative;
  display: flex;
  width: 80%;
  margin: 7rem auto;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
}
.c3-top-flex-img {
  float: right;
}
.c3-top-flex-img img {
  width: 300px;
}
.c3-top-flex-text {
  float: right;
}
.c3-top-flex:after {
  content: "";
  width: 32%;
  height: 1000px;
  background: url("images/cont3_img2_2.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 150px;
}
.c3-top-flex-cat:after {
  background: url("images/cont3_img2_2_cat.png") no-repeat;
  background-size: contain;
  width: 50%;
  left: -200px;
}
.cont1_app_gif.pc {
  width: 15%;
  position: absolute;
  right: 4rem;
  top: 30rem;
  max-width: 220px;
}
.c3-top-clear .c3-top-r-img img {
  width: 270px;
}
.c3-bg-white {
  background-color: #fff;
  margin-left: 5%;
  padding: 50px 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.c3-bg-white .wrap {
  padding-right: 5%;
}
.c3-bg-white .clear {
  clear: both;
}
.c3-items {
  width: 65%;
  display: flex;
  float: right;
  gap: 30px;
  margin: 2rem 0;
}
.c3-items-text {
  width: 60%;
}
.c3-items-img {
  width: 30%;
}
.c3-items-img img {
  width: 100%;
}
.c3-top-clear.clear {
  margin: 3rem auto;
}
.c3-clear {
  margin: 5rem auto;
  text-align: center;
}
.c3-clear .pages-m {
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
}
.c3-clear p {
  width: 55%;
  margin: 30px auto;
  text-align: center;
}
.cont3-topImg {
  margin: 1rem auto;
  width: 110%;
}
.materialVariation img {
  width: 30%;
  margin: 30px;
}

@media (max-width: 1070px) {
  .c3-top-flex:after {
    top: 300px;
  }
  .c3-top-flex-cat:after {
    top: 200px;
    width: 60%;
    left: -250px;
  }
}
@media (max-width: 768px) {
  .c3-top-flex {
    position: relative;
    display: flex;
    width: 80%;
    margin: 7rem auto;
    flex-direction: column;
  }
  .c3-top-flex-img img {
    width: 150px;
    float: right;
  }
  .c3-top-flex:after {
    top: -150px;
    left: -60px;
    width: 180px;
  }

  .c3-top-flex-cat:after {
    top: -100px;
    width: 180px;
    left: -30px;
  }
  .c3-items {
    width: 100%;
    display: flex;
    float: right;
    gap: 10px;
    margin: 2rem 0;
  }
  .c3-items-text {
    width: 70%;
  }
  .clear .c3-items {
    display: block;
  }
  .clear .c3-items-img {
    width: 80%;
    float: right;
  }
  .clear .c3-items .c3-items-img img {
    width: 50%;
    float: right;
  }
  .clear .c3-items .c3-items-img img.c3-top-img-cat {
    width: 50%;
  }
  .c3-top-clear.clear .c3-top-img .sp {
    width: 100%;
    margin: 3rem auto;
  }
  .cont3-topImg.sp {
    width: 110%;
  }
  .c3-clear p {
    width: 100%;
    margin: 30px auto;
    text-align: left;
  }
  .materialVariation img {
    width: 90%;
  }
  .c3-top-flex-text .product-name {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 866px) {
  .cont1_app_gif.pc {
    top: 35rem;
  }
}
@media (min-width: 1041px) {
  .cont1_app_gif.pc {
    top: 32rem;
  }
}
@media (min-width: 1401px) {
  .cont1_app_gif.pc {
    width: 16%;
    position: absolute;
    right: 4rem;
    top: 38rem;
    max-width: 270px;
  }
}

/* top view test */
/*
.cont-top {
	background: url(images/TOP04_sam.jpg) no-repeat center top;
  background-size: cover;
	position: relative;
}
.cont-top .wrap-w {
	margin: 0 auto;
}
.cont-top h2 {
	text-align: center;
}
.cont-top h2 .kana {
	padding-right: 280px;
	padding-left: 0;
}
.top-img {
	width: 330px;
	position: absolute;
	right: 200px;
}
.top-img img {
	width: 100%;
	max-width: 100%;
}
@media (max-width: 1235px) {
	.cont-top {
		background-size: auto 120%;
		padding: 100px 0 100px;
	}
	.cont-top h2 {
		margin-bottom: 50px;
	}
	.top-img {
		width: 250px;
		bottom: 60px;
	}
}
@media (max-width: 960px) {
	.cont-top h2 .kana {
		padding-right: 220px;
	}
}
@media (max-width: 768px) {
	.cont-top {
		background-position: 45% top;
	}
	.cont-top h2 .kana {
		padding-right: 0;
	}
	.top-img {
		right: 20px;
		bottom: 120px;
	}
}
@media (max-width: 414px) {
	.cont-top {
		background-position: 40% top;
	}
	.top-img {
		width: 180px;
	}
}
@media (max-width: 320px) {
	.top-img {
		width: 150px;
	}
}
*/

.benefits {
  text-align: center;
  margin-bottom: 70px;
  overflow: hidden;
}
.benefits p {
  margin-bottom: 50px;
  font-size: 18px;
  letter-spacing: 3px;
}
.benefits .left,
.benefits .right {
  width: 48%;
  margin: 15px 1%;
}
.benefits .left {
  float: left;
}
.benefits .right {
  float: right;
}
.benefits .left img,
.benefits .right img {
  max-width: 444px;
}
@media (max-width: 768px) {
  .benefits .left,
  .benefits .right {
    width: 100%;
    margin: 15px 0;
    float: none;
  }
}

.cont12 {
  background: url(images/bg_contribution.jpg) no-repeat center center;
  background-size: 115%;
  padding: 150px 0 85px;
  text-align: center;
  color: #fff;
}
h4.contribution-title {
  font-size: 40px;
}
.contribution-sub {
  font-size: 18px;
  margin-bottom: 30px;
}
.contribution-button {
  font-size: 12px;
  text-align: center;
}
.contribution-button a {
  color: #fff;
}
@media (max-width: 768px) {
  h4.contribution-title {
    font-size: 20px;
  }
  .contribution-sub {
    font-size: 12px;
  }
}

/*support*/
.page-id-1125 .pages-header {
  display: none;
}

#lp-body {
  background-color: #fff;
}

section {
  margin: 0;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .top {
    margin-top: 100px;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
  .top {
    width: 90%;
    margin: 100px 0 0 auto;
  }
}

#lp-body .cont {
  width: 80%;
  margin: 50px auto 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec3 {
  background: linear-gradient(160deg, #eaf2f5 0%, #c0d4d9 100%);
}

.sec1,
.sec5 {
  background: linear-gradient(240deg, #f4f4f4 0%, #e6e6e6 100%);
}

.sec5 .cont {
  padding-bottom: 0;
}

#button1 {
  display: block;
  background: #f000;
  position: absolute;
  top: calc(100% - 33.5%);
  left: calc(100% - 99.8%);
  width: calc(100% - 75.5%);
  height: calc(100% - 91%);
  border-radius: 30px;
}

#button2 {
  display: block;
  background: #f000;
  position: absolute;
  top: calc(100% - 30%);
  right: calc(100% - 75%);
  width: calc(100% - 75.5%);
  height: calc(100% - 92%);
  border-radius: 30px;
}

#button3 {
  display: block;
  background: #f000;
  position: absolute;
  top: calc(100% - 38%);
  left: calc(100% - 65.5%);
  width: calc(100% - 73%);
  height: calc(100% - 88%);
  border-radius: 30px;
}

/*補助金申請ページ*/

#subsidy {
  background-color: #fff;
}

.page-id-1149 .pages-header {
  display: none;
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 70px);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#subsidy .cont {
  width: 80%;
  margin: 0 auto;
  padding: 4.8rem 0;
  line-height: 2;
  letter-spacing: 1px;
}

h4 {
  margin-bottom: 30px;
}

/*メインビジュアル*/

.top_LP {
  margin: 100px 0 0 0;
  width: 100%;
  height: auto;
}
.top-p {
  margin-bottom: 40px;
  padding: 10px;
  animation: fadeIn 0.8s ease 1.2s 0.8 normal backwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(55px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .top-text {
    line-height: 0.4;
  }
  .top-text h2 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .top_LP {
    display: flex;
    margin: 100px 0 0 auto;
    width: 90%;
    height: auto;
  }
  .bg-image {
    width: 80%;
    height: auto;
  }
  .top-text h2 {
    text-align: left;
  }
  .top-text {
    width: 45%;
    height: auto;
  }
  .top-text .btn {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .top_LP {
    text-align: center;
  }
}

/*PetVoiceについて*/

.about-cont {
  display: flex;
  align-items: center;
}
/* .aboutus {
} */

@media (min-width: 768px) {
  .about-cont img {
    width: 45%;
  }
  .about-p .kana {
    padding-left: 5%;
    line-height: 0.5px;
  }
  #subsidy .t-position {
    display: block;
    font-size: 3vh;
  }
  .about-cont .btn {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .about-cont {
    flex-direction: column-reverse;
  }
  .aboutus {
    margin-bottom: 30px;
  }
  .about-p {
    margin-bottom: 50px;
  }
  #subsidy .t-position {
    display: block;
    font-size: 2vh;
    text-align: center;
  }
  .about-p .kana {
    display: none;
  }
}

.aboutus {
  animation: fadeIn 0.8s ease 1.2s 0.8 normal backwards;
}

.about-cont .btn {
  margin-top: 30px;
}

#subsidy .kana {
  font-size: 1.3vh;
}

h4 .kana {
  display: block;
  padding-right: 2.5rem;
}

/*PetVoiceがものづくり補助金の申請を*/

@media (min-width: 768px) {
  .support-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 50px;
  }
  .support-cont .flow {
    width: calc(50% - (50px / 2));
    text-align: center;
  }

  .support-cont .flow p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .support-cont .flow {
    margin-bottom: 30px;
  }
  .flow .strong {
    text-align: left;
  }
}

.support-cont .fadein:nth-child(2) {
  transition-delay: 200ms;
}

.support-cont .fadein:nth-child(3) {
  transition-delay: 400ms;
}

.support-cont .fadein:nth-child(4) {
  transition-delay: 600ms;
}

/*PetVoiceがものづくり補助金をサポートする理由*/

.point div {
  text-align: center;
}

.point div p:not(.strong) {
  text-align: left;
}

@media (min-width: 768px) {
  .cont3_LP {
    padding: 50px 70px;
  }
  .point {
    display: flex;
    gap: 50px 50px;
  }
  .point div {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .point div {
    margin-bottom: 50px;
  }
}

#subsidy .cont3_LP {
  background-color: #fff;
  box-shadow: 5px 5px 20px rgb(0 0 0 / 16%);
  border-radius: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

#subsidy .cont3_LP img {
  width: 90%;
}

.strong {
  font-size: 1.2rem;
  text-align: center;
  padding: 15px 0;
  font-weight: 550;
}

/*ものづくり補助金サポートの事例*/

@media (min-width: 768px) {
  .example {
    display: flex;
    gap: 50px 50px;
    padding: 50px 0;
  }
  .example div {
    display: block;
  }
}

@media (max-width: 767px) {
  .example {
    margin-top: 30px;
  }
}

.example div p {
  padding: 10px 0;
}

.pointer {
  margin-bottom: 25px;
}

.pointer span {
  position: relative;
  left: calc(100% - 60%);
}
.pointer span:after {
  content: "";
  position: absolute;
  /* transform: translateY(-%); */
  border: 30px solid transparent;
  border-top: 25px solid #72c1de;
}

/*お問い合わせ*/

@media (min-width: 768px) {
  .cont5_LP p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1.2rem;
  }
  .cont5_LP .images img {
    height: auto;
    width: 100px;
  }
  .cont5_LP .images .img_animals_2 {
    top: 30px;
    right: calc(70% - 100%);
  }
}

@media (max-width: 767px) {
  .cont5_LP .images img {
    height: auto;
    width: 60px;
  }
  .cont5_LP .img_animals_2 {
    top: 10px;
    right: calc(80% - 100%);
  }
}

#subsidy .cont5_LP {
  padding-bottom: 0;
}

.cont5_LP .images {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}

.cont5_LP .images img {
  position: relative;
}

.cont5_LP .images .img_animals_3 {
  right: calc(90% - 95%);
}

.contact-btn {
  display: block;
  width: 300px;
  height: 42px;
  font-size: 20px;
  font-weight: 550;
  text-align: center;
  margin: 15px auto;
  border: 1px solid #75bbd0;
  border-radius: 24px;
  background: linear-gradient(140deg, #75bbd0 0%, #43a0c1 100%);
}

.contact-btn a {
  color: #fff;
  padding: 0.5rem 5rem;
}

.contact-btn:hover {
  background: linear-gradient(140deg, #44afd0 0%, #1981a5 100%);
}
