/* FV */
.fv .w1700 {
  padding: 50px 10px 0px;
}

.fv .w1700 .topleft {
  /* max-width: 740px; */
  position: relative;
  padding: 20px 20px 70px;
}
.fv .w1700 .topleft .cat02 {
  position: absolute;
  max-width: 140px;
  bottom: -11%;
  right: -20%;
  z-index: 10;
}
.fv .w1700 .topright {
  max-width: 930px;
  margin: 0 auto;
}
.fv h1 {
  display: inline;
  font-size: clamp(32px, 4.3vw, 74px);
  color: #213244;
  line-height: 1.5;
  background: linear-gradient(transparent 76%, rgba(255, 255, 0, 0.6) 70%);
}
.fv h1 span {
  font-size: inherit;
  color: #1bb299;
}
.fv .fv-text-wrapper {
    text-align: left;
}
.fv p {
  font-size: clamp(18px, 2.3vw, 42px);
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0px 20px;
}
.fv .left picture img {
  max-width: 740px;
}
/* ボタン */
.fv .button {
  background-color:#ff7900;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 20px 0px;
  border-radius: 100px;
  font-weight: bold;
  font-size: clamp(21px, 2.3vw, 42px);
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 14px 0 #c46200;
  display: block;
  margin-top: 40px;
}
.fv .button img {
  position: absolute;
  bottom: 26px;
  right: 7%;
  width: 8%;
}

.fv .button:hover {
  transform: translateY(9px);
  background-color: #f58a20;
  box-shadow: 0 1px 0 #c46200;
}


@media only screen and (max-width: 1024px) {
    .fv .button img {
    width: 6%;
    bottom: 20px;
    right: 7%;
  }
  .fv .w1700 .topleft {
    padding: 0;
  }
  .fv .w1700 {
    padding: 30px 10px;
  }
  .fv h1 {
    font-size: 98px;
    line-height: 0.9;
  }
  .fv p {
    font-size: clamp(21px, 5.3vw, 60px);
    text-align: center;
  }
  .fv .button img {
    width: 5%;
    bottom: 19px;
  }
  .fv .w1700 .topleft {
    padding-right: 0px;
    text-align: center;
    margin: 0 auto;
  }
  .fv .flex {
    position: relative;
  }
  .fv .w1700 .topleft .cat02 {
    position: absolute;
    width: 80px;
    bottom: -13%;
    z-index: 10;
    left: 0;
    transform: scale(-1, 1);

  }
}
@media only screen and (max-width: 1180px) {
  .flex.w1700.px20 {
    padding-bottom: 30px;
  }

  .fv .button {
    margin-top: 0px;
  }
  .fv .w1700 .cat02.sp-only {
    position: absolute;
    max-width: 50px;
    bottom: -3%;
    transform: scale(-1, 1);
    z-index: 10;
  }
}
@media only screen and (max-width: 463px) {
    .fv h1 {
    font-size: 38px;
  }
  .fv p {
    font-size: 21px;
  }
  .fv .button img {
    width: 8%;
    bottom: 23px;
  }
}

/* こんな場面でも、在庫に関わるあらゆる業務を自動化。 */
.problem {
  border-radius: 30px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 999;

}
.problem ul li img {
  margin-bottom: 20px;
  width: 250px;
}
.problem:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 105px solid #fff;
}
.problem .contents {
  justify-content: space-between;
  max-width:900px ;
  border-bottom: dotted 2px #606060;
}
.problem ul li:last-child {
  border-bottom: none;
}
.problem ul li:nth-child(even) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  .problem {
    padding: 30px 20px;
  }
  .problem .title02 {
  line-height: 0.9;
  
}
  .problem ul li {
    display: block;

  }
  .problem ul li:nth-child(even) {
    flex-direction: column;
  }
  .problem ul li img {
    max-width: 450px;
  }
}

/* 装飾 */
.problem-wrap {
  position: relative;
}
.deco20,
.deco21 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  max-width: 100%;
}

/* ネコdeco01個別の位置調整 */
.deco20 {
  top: 1%;
  left: 0%;
  width: 24%;
  z-index: 20;
}

/* ネコdeco02個別の位置調整 */
.deco21 {
  bottom: 5%;
  right: 0%;
  width: 24%;
  z-index: 20;
}

@media only screen and (max-width: 890px) {
  .deco20 {
    top: 0%;
    width: 44%;
    z-index: 9;
    transform: rotate(185deg);
  }
  .deco21 {
    width: 44%;
    bottom: 0%;
  }
}



.contents .text {
  max-width: 600px;
}
.text H3 {
  font-size: clamp(20px, 2.5vw, 27px);
  position: relative;
}
.text H3::before {
  background-image: url("../img/txtBgCat.png");
}
.text H3 span {
  font-size: clamp(20px, 2.5vw, 27px);
  color: #19a48d;
}
.text p {
  font-size: clamp(16px, 2.5vw, 18px);
}

/* ボタン */
.problem .button {
  background-color:#19a48d;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 9px 0 #0f6153;
  display: block;
}

.problem .button:hover {
  background-color: #19a48d;
  box-shadow: 0 1px 0 #0f6153;
  transform: translateY(9px);
}

.problem .button::after {
  content: url(../img/button-icon01.svg);
  position: absolute;
  right: 20px;
  width: 30px;
  justify-content: center;
  top: 57%;
  transform: translateY(-50%);
}


/* 在庫に関わるあらゆる業務をデジタル化。クリニックの生産性を向上します。 */
.digitization {
  padding-bottom: 20%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding:  10px
}

.card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  flex: 1;
  min-width: 300px;
  max-width: calc(33.333% - 17px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  z-index: 999;
}

@media (max-width: 1024px) {
  .contents .text {
    max-width: none;
  }
}

@media (max-width: 992px) {
  .card { max-width: calc(50% - 13px);
  }
}
@media (max-width: 600px) {
  .card { 
    max-width: 100%;
    padding: 30px 20px;
  }
}

.card-header {
  position: relative;
  display: flex;
}

/* ケースナンバー */
.case-badge {
  background-image: linear-gradient(90deg, #1bb097 58%, #7fd153);
  color: #fff;
  font-size: 12px;
  padding: 5px 0px;
  border-radius: 20px;
  font-weight: bold;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  text-align: center;
}

.case-number {
  color: #00a09a;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  display: block;
}

.card-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-left: 15px;
}

.card-text {
  line-height: 1.8;
  color: #333;
  margin: 10px 0 30px;
  flex-grow: 1;
}

/* ボタン */
.digitization .button {
  background-color: #ff7900;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 9px 0 #c46200;
  max-width: 380px;
  display: block;
}

.digitization .button:hover {
  background-color: #f58a20;
  box-shadow: 0 1px 0 #c46200;
  transform: translateY(9px);
}

.digitization .button::after {
  content: url(../img/fvbutton-icon02.svg);
  position: absolute;
  right: 20px;
  width: 30px;
  justify-content: center;
  top: 57%;
  transform: translateY(-50%);
}


/* 装飾 */
.digitization {
  position: relative;
}
.deco30,
.deco31 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  max-width: 100%;
}

/* ラインdeco30個別の位置調整 */
.deco30 {
  top: 15%;
  right: 0%;
  width: 15%;
  z-index: 20;
}

/* ラインdeco31個別の位置調整 */
.deco31 {
  bottom: 5%;
  left: 0%;
  width: 15%;
  z-index: 20;
}


/* ネコパス紹介資料 */
/* 紹介資料セクション全体 */
.materials {
    position: relative;
    z-index: 10;
    margin-top: -13%;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 70px;
    max-width: 1320px;
    z-index: 999;
}
.materials .cat02 {
    position: absolute;
    top: -13%;
    right: 7%;
    height: 13%;
    width: auto;
}

.materials .flex .txt-grade::before {
  content: "";
  position: absolute;
  left: -25%;
  width: 50px;
  height: 50px;
  background-image: url(../img/decolation08.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.materials .flex .txt-grade::after {
  content: "";
  position: absolute;
  right: -25%;
  width: 50px;
  height: 50px;
  background-image: url(../img/decolation09.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);

}
.materials .flex .intro_txt .flex .left p span.txt-green {
  font-size: clamp(18px, 2.5vw, 20px);
}
/* ボタン */
.materials .button {
  background-image: linear-gradient(90deg, #1bb097 58%, #7fd153);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: clamp(17px, 2.5vw, 36px);
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 9px 0 #016c5c;
  width: 100%;
  display: block;
  margin: 20px auto 0;
}
.materials .button:hover {
  transform: translateY(9px);
  background-image: linear-gradient(90deg, #43ac9a 58%, #a3d488);
  box-shadow: 0 1px 0 #00443a;
}
.materials .button::after {
  content: url(../img/button-icon01.svg);
  position: absolute;
  right: 7%;
  width: 7%;
  justify-content: center;
  top: 57%;
  transform: translateY(-50%);
}


/* カウント */
.materials ul {
  list-style: none;
  counter-reset: my-counter;
  font-weight: bold;
}
.materials ul li:before {
  counter-increment: my-counter;
  content: counter(my-counter) ". ";
}
.materials .flex .left {
  max-width: 520px;
  margin: 0 auto;
}
.materials .flex .intro_txt .balloon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url('/assets/img/balloon.png') no-repeat center center;
  background-size: contain;
  width: 120px;
  height: 150px;
  color: #1bb299;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  bottom: 120px;
  right: -43%;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}


@media only screen and (max-width: 890px) {
  .materials {
    margin-top: -3%;
    padding: 24px;
  }
  .materials .cat02 {
    top: -5%;
    height: 6%;
  }
  .materials .flex .txt-grade::before {
    left: -25%;
    width: 30px;
    top: 85%;
  }
  .materials .flex .txt-grade::after {
    right: -25%;
    width: 30px;
    top: 85%;
  }
}


@media only screen and (max-width: 526px) {
  .materials .flex .intro_txt .balloon {
    width: 90px;
    font-size: 14px;
    right: -250px;
    bottom: 50px;
  }
}

/* 装飾 */
.deco40 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  max-width: 100%;
}

/* ネコの足跡位置調整 */
.deco40 {
  top: 1%;
  right: 0%;
  width: 15%;
  z-index: 20;
}

@media only screen and (max-width: 526px) {
  .deco40 {
    top: 2%;
    width: 25%;
  }
}


/* 導入事例 */
.introduction {

}
.list03 ul  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list03 ul li {
    background-color: #fff;
    border-radius: 10px;
    width: calc(25% - 5px);
    margin-bottom: 10px;
    box-shadow: 7px 7px 10px #fafafa;
}
.list03 ul li .list_img img {
    border-radius: 10px 10px 0 0;
}
.list03 ul li .list_txt {
    padding: 20px 15px;
}
.list03 ul li .list_txt a {
    margin-top: 10px;
    padding: 10px 20px 10px 12px;
	border-radius: 8px;
	background: #1e64b4;
    position: relative;
	display: inline-block;
	text-align: center;
    color: #fff;
    width: 100%;

}
.list03 ul li .list_txt a:before{
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translatey(-50%) rotate(45deg);
    transition: 0.4s;
}
.list03 ul li .list_txt a:hover {
    color: #1e64b4;
    background-color: #fff;
    border: solid 1px #1e64b4;
}
.list03 ul li .list_txt a:hover:before{
    border-color: #1e64b4;
}

/* ボタン */
.introduction .button {
  background-color:#19a48d;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 9px 0 #0f6153;
  max-width: 380px;
  display: block;
  margin: 0 auto;
}

.introduction .button:hover {
  background-color: #19a48d;
  box-shadow: 0 1px 0 #0f6153;
  transform: translateY(9px);
}

.introduction .button::after {
  content: "🐾";
  position: absolute;
  right: 20px;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
}


@media only screen and (max-width: 890px) {
    .list03 ul li {
    width: calc(50% - 5px);
    }
}

