@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	animoについて
 * ************************************************ */
.about_story h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .about_story h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.about_message_block .about_message_ceo {
  max-width: 460px;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 960px) {
  .about_message_block .about_message_ceo {
    width: 22%;
    margin: 0;
  }
}
.about_message_block .about_message_ceo figcaption {
  text-align: center;
  margin-top: 10px;
}
.about_message_block .about_message_ceo figcaption span {
  font-size: 16px;
  margin-left: 1em;
}
@media print, screen and (min-width: 960px) {
  .about_message_block .about_message_ceo figcaption span {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .about_message_block .about_message_text {
    width: 53.25%;
  }
}
.about_message_block .about_message_cat {
  max-width: 280px;
  margin: 30px auto 0;
}
@media print, screen and (min-width: 960px) {
  .about_message_block .about_message_cat {
    width: 16%;
    max-width: 210px;
    margin: 0;
  }
}
.about_message_block .about_message_cat figcaption {
  text-align: center;
  margin-top: 10px;
}

/* ************************************************
 *	会社概要
 * ************************************************ */
.company_table {
  border-top: 1px solid #c8c8c8;
}
@media print, screen and (min-width: 768px) {
  .company_table {
    align-items: stretch;
  }
}
.company_table dt {
  background-color: #efefef;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_table dt {
    display: flex;
    align-items: center;
    background-color: unset;
    width: 25%;
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 960px) {
  .company_table dt {
    padding: 20px 50px;
  }
}
.company_table dd {
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_table dd {
    width: 75%;
    padding: 20px 0;
  }
}

.history_block {
  position: relative;
  gap: 0;
}
.history_block:not(:last-child) {
  padding-bottom: 20px;
}
.history_block:not(:last-child)::after {
  position: absolute;
  top: 15px;
  left: 6px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c8c8c8;
}
@media print, screen and (min-width: 960px) {
  .history_block:not(:last-child)::after {
    top: 18px;
    left: 123px;
  }
}
.history_block .wp-block-column {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.history_block .wp-block-column:nth-child(1) {
  position: relative;
  padding-left: 25px;
}
@media print, screen and (min-width: 960px) {
  .history_block .wp-block-column:nth-child(1) {
    width: 130px;
    padding-left: 0;
    padding-right: 30px;
  }
}
.history_block .wp-block-column:nth-child(1)::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #8cc8f5;
  border-radius: 50%;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .history_block .wp-block-column:nth-child(1)::before {
    top: 11px;
    left: unset;
    right: 0;
  }
}
.history_block .wp-block-column:nth-child(2) {
  padding-left: 25px;
}
@media print, screen and (min-width: 960px) {
  .history_block .wp-block-column:nth-child(2) {
    width: calc(100% - 130px);
  }
}

/* ************************************************
 *	animo owner app
 * ************************************************ */
/* MV
----------------------------------------------*/
@media print, screen and (min-width: 960px) {
  .owner_app_mv_text {
    position: absolute;
    top: 50%;
    left: 5.6%;
    transform: translateY(-50%);
  }
}
.owner_app_mv_text .owner_app_logo {
  width: 55%;
  max-width: 380px;
  margin: 20px auto;
}
@media print, screen and (min-width: 960px) {
  .owner_app_mv_text .owner_app_logo {
    width: 17vw;
    max-width: 310px;
    margin: 0 auto 1.2vw;
  }
}
@media print, screen and (min-width: 1800px) {
  .owner_app_mv_text .owner_app_logo {
    margin: 0 auto 25px;
  }
}
.owner_app_mv_text p.catch {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .owner_app_mv_text p.catch {
    color: #fff;
    font-size: 1.6vw;
    text-align: left;
    margin-bottom: 1.1vw;
  }
}
@media print, screen and (min-width: 1800px) {
  .owner_app_mv_text p.catch {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.owner_app_mv_text .owner_app_dl_box {
  background-color: #fff;
}
@media print, screen and (min-width: 960px) {
  .owner_app_mv_text .owner_app_dl_box {
    width: 20vw;
    max-width: 364px;
    border-radius: 1.6vw;
    padding: 1vw 1vw 0.3vw;
  }
}
@media print, screen and (min-width: 1800px) {
  .owner_app_mv_text .owner_app_dl_box {
    border-radius: 30px;
    padding: 20px 20px 5px;
  }
}
.owner_app_mv_text .owner_app_dl_box ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
@media print, screen and (min-width: 960px) {
  .owner_app_mv_text .owner_app_dl_box ul a {
    transition: opacity 0.3s;
  }
  .owner_app_mv_text .owner_app_dl_box ul a:hover {
    opacity: 0.6;
  }
}
.owner_app_mv_text .owner_app_dl_box ul img {
  border-radius: unset;
}
.owner_app_mv_text .owner_app_dl_box .animo_qr {
  margin: 15px auto 0;
}
@media print, screen and (min-width: 960px) {
  .owner_app_mv_text .owner_app_dl_box .animo_qr {
    margin: 0.5vw 0 0;
  }
}
@media print, screen and (min-width: 1800px) {
  .owner_app_mv_text .owner_app_dl_box .animo_qr {
    margin: 10px 0 0;
  }
}

/* 活用例
----------------------------------------------*/
.owner_app_example_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
@media print, screen and (min-width: 768px) {
  .owner_app_example_wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }
}

.owner_app_example_block {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .owner_app_example_block {
    position: relative;
    justify-content: space-between;
    width: 30%;
    max-width: 375px;
  }
}
.owner_app_example_block .page_block_ttl {
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .owner_app_example_block .page_block_ttl {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .owner_app_example_block .page_block_ttl {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.owner_app_example_block .owner_app_example_text {
  flex-grow: 1;
}
.owner_app_example_block .owner_app_example_text p {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .owner_app_example_block .owner_app_example_text p {
    margin-bottom: 30px;
  }
}
.owner_app_example_block .owner_app_example_text .pink {
  color: #FB87BE;
  font-weight: 700;
}
.owner_app_example_block .owner_app_example_img {
  display: flex;
  flex-direction: column;
}
.owner_app_example_block .owner_app_example_img img {
  width: 100%;
  max-width: 375px;
  border-radius: 20px;
  margin: auto auto 0;
}
@media print, screen and (min-width: 960px) {
  .owner_app_example_block .owner_app_example_img img {
    border-radius: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .owner_app_example_block .owner_app_example_img img + .owner_app_example_catch {
    display: none;
  }
}

.owner_app_example_catch_bottom {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .owner_app_example_catch_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
}
.owner_app_example_catch_bottom .owner_app_example_catch {
  width: 30%;
  max-width: 375px;
  background-color: #eaf5fd;
  color: #000;
}

.owner_app_example_catch {
  display: block;
  background-color: #8cc8f5;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border-radius: 9999px;
  padding: 15px 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .owner_app_example_catch {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .owner_app_example_catch {
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1200px) {
  .owner_app_example_catch {
    font-size: 24px;
  }
}
.owner_app_example_catch.bottom {
  width: 100%;
  max-width: 375px;
  background-color: #eaf5fd;
  color: #000;
  margin: 20px auto 0;
}
@media print, screen and (min-width: 768px) {
  .owner_app_example_catch.bottom {
    margin-top: 0;
  }
}
.owner_app_example_catch.lh {
  line-height: 1.3;
}

/* ユーザー体験談
----------------------------------------------*/
.owner_app_voice_area {
  position: relative;
}
.owner_app_voice_area::after {
  position: absolute;
  right: 0;
  bottom: -40px;
  content: "";
  width: 78%;
  height: calc(100% - 140px);
  background-color: #8cc8f5;
  border-radius: 0 40px 0 0;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .owner_app_voice_area::after {
    bottom: -80px;
  }
}
@media print, screen and (min-width: 960px) {
  .owner_app_voice_area::after {
    bottom: -150px;
    height: calc(100% - 170px);
    border-radius: 0 7.8vw 0 0;
  }
}
@media print, screen and (min-width: 1800px) {
  .owner_app_voice_area::after {
    border-radius: 0 150px 0 0;
  }
}

.owner_app_voice_wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}

.owner_app_voice_block {
  background-color: #eaf5fd;
  border-radius: 40px;
  padding: 30px 20px;
}
@media print, screen and (min-width: 768px) {
  .owner_app_voice_block {
    padding: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .owner_app_voice_block {
    border-radius: 70px;
    padding: 50px 75px;
  }
}

.owner_app_voice_user {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .owner_app_voice_user {
    flex-direction: row;
    gap: 0 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .owner_app_voice_user {
    gap: 0 70px;
  }
}
.owner_app_voice_user .owner_app_voice_user_left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .owner_app_voice_user .owner_app_voice_user_left {
    width: 230px;
  }
}
.owner_app_voice_user .owner_app_voice_user_left .owner_app_voice_user_profile {
  background-color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding: 15px 25px;
}
@media print, screen and (min-width: 768px) {
  .owner_app_voice_user .owner_app_voice_user_left .owner_app_voice_user_profile {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .owner_app_voice_user .owner_app_voice_user_right {
    width: calc(100% - 260px);
  }
}
@media print, screen and (min-width: 960px) {
  .owner_app_voice_user .owner_app_voice_user_right {
    width: calc(100% - 300px);
  }
}

.owner_app_voice_veterinarian {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .owner_app_voice_veterinarian {
    flex-direction: row-reverse;
    gap: 0 30px;
    border-radius: 30px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .owner_app_voice_veterinarian {
    border-radius: 50px;
    padding: 50px 75px;
    gap: 0 70px;
  }
}
.owner_app_voice_veterinarian .owner_app_voice_veterinarian_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .owner_app_voice_veterinarian .owner_app_voice_veterinarian_right {
    width: 210px;
  }
}
.owner_app_voice_veterinarian .owner_app_voice_veterinarian_right img {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .owner_app_voice_veterinarian .owner_app_voice_veterinarian_left {
    width: calc(100% - 240px);
  }
}
@media print, screen and (min-width: 960px) {
  .owner_app_voice_veterinarian .owner_app_voice_veterinarian_left {
    width: calc(100% - 280px);
  }
}

.owner_app_voice_user_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .owner_app_voice_user_name {
    font-size: 22px;
  }
}

h3.owner_app_voice_catch {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  h3.owner_app_voice_catch {
    font-size: 28px;
  }
}

.owner_app_voice_text_block .owner_app_voice_text_inner {
  position: relative;
  height: auto;
  max-height: 245px;
  overflow: hidden;
  transition: max-height 0.6s;
}
.owner_app_voice_text_block .owner_app_voice_text_inner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 50%, #eaf5fd 100%);
  transition: opacity 1s;
}
.owner_app_voice_text_block .owner_app_voice_text_inner.show::after {
  opacity: 0;
}
.owner_app_voice_text_block p {
  line-height: 2.2;
}
.owner_app_voice_text_block .read_more_btn {
  position: relative;
  display: block;
  font-family: inherit;
  width: 220px;
  background-color: #8cc8f5;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  margin: 15px auto 0;
  cursor: pointer;
}
@media print, screen and (min-width: 960px) {
  .owner_app_voice_text_block .read_more_btn {
    font-size: 16px;
    margin: 20px auto 0;
  }
}
.owner_app_voice_text_block .read_more_btn::before {
  position: absolute;
  top: calc(50% - 5px);
  left: 30px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(225deg);
}
.owner_app_voice_text_block .owner_app_voice_text_inner.show + .read_more_btn::before {
  top: 50%;
  transform: rotate(45deg);
}

/* ペットオーナーの声
----------------------------------------------*/
.owner_app_post_area {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.owner_app_post_area::before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background: url(images/owner-app-post-area-bg-sp.webp) no-repeat;
  background-position: center;
  background-size: 100% auto;
  z-index: -1;
}
@media print, screen and (min-width: 960px) {
  .owner_app_post_area::before {
    background: url(images/owner-app-post-area-bg.webp) no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
}

.owner_voice_footprints {
  position: absolute;
  top: 10px;
  right: 2%;
  width: 70px;
}
@media print, screen and (min-width: 768px) {
  .owner_voice_footprints {
    width: 110px;
  }
}
@media print, screen and (min-width: 960px) {
  .owner_voice_footprints {
    width: 160px;
  }
}

/* アプリの使い方
----------------------------------------------*/
.add_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background-color: #fcf7f2;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .add_bg::before {
    height: 80px;
  }
}
@media print, screen and (min-width: 960px) {
  .add_bg::before {
    height: 120px;
  }
}

.owner_app_howto_lead {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .owner_app_howto_lead {
    text-align: center;
    margin-bottom: 50px;
  }
}

ul.owner_app_howto_list {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  ul.owner_app_howto_list {
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
    margin-bottom: 80px;
  }
}
ul.owner_app_howto_list li {
  max-width: 400px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  ul.owner_app_howto_list li {
    width: 31%;
    margin: 0;
  }
}
ul.owner_app_howto_list h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 960px) {
  ul.owner_app_howto_list h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
ul.owner_app_howto_list a {
  display: block;
  border-radius: 20px;
}
@media print, screen and (min-width: 960px) {
  ul.owner_app_howto_list a {
    border-radius: 40px;
    transition: opacity 0.3s;
  }
  ul.owner_app_howto_list a:hover {
    opacity: 0.6;
  }
}
ul.owner_app_howto_list a img {
  border-radius: 20px;
}
@media print, screen and (min-width: 960px) {
  ul.owner_app_howto_list a img {
    border-radius: 40px;
  }
}

ul.owner_app_howto_links {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  max-width: 500px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  ul.owner_app_howto_links {
    flex-direction: row;
    justify-content: center;
    gap: 0 50px;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  ul.owner_app_howto_links li {
    width: calc(50% - 25px);
    max-width: 500px;
  }
}

/* ************************************************
 *	animo for VET
 * ************************************************ */
/* FV
----------------------------------------------*/
.animo_for_vet_fv_login {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .animo_for_vet_fv_login {
    position: absolute;
    bottom: -40px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0 20px;
    background-color: #fff;
    line-height: 1;
    border-radius: 9999px;
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 960px) {
  .animo_for_vet_fv_login {
    gap: 0 30px;
    padding: 28px 45px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1300px) {
  .animo_for_vet_fv_login {
    top: -40px;
    bottom: unset;
  }
}
.animo_for_vet_fv_login p {
  color: #8cc8f5;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .animo_for_vet_fv_login p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  .animo_for_vet_fv_login p {
    font-size: 22px;
    margin: 0;
  }
}
.animo_for_vet_fv_login a.link_btn {
  font-size: 18px;
  font-weight: 500;
  border-radius: 9999px;
  margin-top: 0;
}
@media print, screen and (min-width: 960px) {
  .animo_for_vet_fv_login a.link_btn {
    font-size: 20px;
  }
}

/* animo for VETでできること
----------------------------------------------*/
.owner_app_list {
  line-height: 2.4;
  margin-top: 1.5em;
}
.owner_app_list.mb {
  margin-bottom: 1.5em;
}
.owner_app_list li {
  display: table;
}
.owner_app_list li::before {
  display: table-cell;
  content: "・";
  padding-right: 0.5em;
}

.vet_lead_img {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .vet_lead_img {
    margin-bottom: 0;
  }
}

/* 獣医師様にご提供できること
----------------------------------------------*/
ul.animo_for_vet_service {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  ul.animo_for_vet_service {
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.animo_for_vet_service li {
    width: 28.3%;
    max-width: 395px;
  }
}
ul.animo_for_vet_service h3 {
  background-color: #8cc8f5;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border-radius: 9999px;
  padding: 15px 0;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 960px) {
  ul.animo_for_vet_service h3 {
    font-size: 30px;
    padding: 20px 0;
  }
}
ul.animo_for_vet_service img {
  margin: 0 auto 30px;
}
ul.animo_for_vet_service p {
  font-size: 14px;
}

/* animoを利用した診療の風景
----------------------------------------------*/
.vet_medical_scene_name {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .vet_medical_scene_name {
    text-align: right;
  }
}

.vet_medical_scene {
  flex-direction: column;
  gap: 40px 0;
  margin: 20px 0 40px;
}
@media print, screen and (min-width: 768px) {
  .vet_medical_scene {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .vet_medical_scene {
    margin: 20px 0 60px;
  }
}
.vet_medical_scene li {
  max-width: 500px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .vet_medical_scene li {
    width: 30%;
    max-width: 100%;
    margin: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .vet_medical_scene li {
    width: 27%;
  }
}
.vet_medical_scene li img {
  border-radius: 40px;
}
.vet_medical_scene li p {
  margin-top: 5px;
}
@media print, screen and (min-width: 960px) {
  .vet_medical_scene li p {
    margin-top: 10px;
  }
}

.vet_display {
  text-align: center;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .vet_display {
    margin-bottom: 100px;
  }
}
.vet_display img {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

/* 主な機能
----------------------------------------------*/
h3.animo_for_vet_function_ttl {
  color: #8cc8f5;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  h3.animo_for_vet_function_ttl {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  h3.animo_for_vet_function_ttl {
    font-size: 34px;
    margin-bottom: 50px;
  }
}

ul.animo_for_vet_function {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  ul.animo_for_vet_function {
    flex-direction: row;
    justify-content: center;
    gap: 40px 6%;
  }
}
@media print, screen and (min-width: 960px) {
  ul.animo_for_vet_function {
    gap: 60px 5%;
  }
}
ul.animo_for_vet_function li {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  ul.animo_for_vet_function li {
    width: 47%;
  }
}
@media print, screen and (min-width: 960px) {
  ul.animo_for_vet_function li {
    width: 30%;
  }
}
ul.animo_for_vet_function img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 15px;
}
ul.animo_for_vet_function p {
  font-size: 16px;
  line-height: 1.5;
}
@media print, screen and (min-width: 1000px) {
  ul.animo_for_vet_function p {
    font-size: 18px;
  }
}

/* 医療機関リンク（ブロックエディタで入力）
----------------------------------------------*/
.coming_soon {
  width: auto;
  height: 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .coming_soon {
    height: 26px;
  }
}
@media print, screen and (min-width: 960px) {
  .coming_soon {
    height: 42px;
  }
}

.kikan_links {
  display: none !important;
  gap: 10px 0;
  max-width: 1020px;
  margin: 0 auto 10px;
}
@media print, screen and (min-width: 768px) {
  .kikan_links {
    gap: 10px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .kikan_links a {
    transition: opacity 0.3s;
  }
  .kikan_links a:hover {
    opacity: 0.6;
  }
}

/* お問い合わせボタン
----------------------------------------------*/
.contact_btn {
  padding-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .contact_btn {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 960px) {
  .contact_btn {
    padding-top: 100px;
  }
}
.contact_btn a {
  display: block;
  width: 100%;
  max-width: 350px;
  font-size: 22px;
  font-weight: 700;
  border-radius: 35px;
  padding: 30px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .contact_btn a {
    max-width: 600px;
    font-size: 34px;
    border-radius: 62px;
    padding: 53px 80px;
  }
}
.contact_btn a span::after {
  width: 25px;
  height: 16px;
}
@media print, screen and (min-width: 768px) {
  .contact_btn a span::after {
    width: 40px;
    height: 25px;
  }
}
.contact_btn p {
  text-align: center;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .contact_btn p {
    margin-top: 30px;
  }
}

/* ************************************************
 *	animo for Business
 * ************************************************ */
/* ************************************************
*	リンク一覧
* ************************************************ */
.link_list {
  gap: 30px 4%;
}
@media print, screen and (min-width: 768px) {
  .link_list {
    gap: 50px 5%;
  }
}
.link_list a {
  width: 48%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .link_list a {
    width: 30%;
  }
}
@media print, screen and (min-width: 960px) {
  .link_list a:hover img {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
.link_list a:hover p::after {
  left: 0;
  right: unset;
  width: 100%;
}
.link_list figure {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .link_list figure {
    margin-bottom: 10px;
  }
}
.link_list figure.border::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #e0e0e0;
  border-radius: 15px;
}
@media print, screen and (min-width: 960px) {
  .link_list figure.border::after {
    border-radius: 30px;
  }
}
.link_list img {
  border-radius: 15px;
}
@media print, screen and (min-width: 960px) {
  .link_list img {
    border-radius: 30px;
    transition: opacity 0.3s, transform 0.3s;
  }
}
.link_list p {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding-bottom: 5px;
}
.link_list p::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s;
}

/* ************************************************
 *	プライバシーポリシー
 * ************************************************ */
.policy_lead {
  margin-bottom: 3.5em;
}

.policy_area {
  display: flex;
  flex-direction: column;
  gap: 3em 0;
}
.policy_area h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.3em;
}
@media print, screen and (min-width: 960px) {
  .policy_area h2 {
    font-size: 18px;
  }
}
.policy_area ul.list_num > li {
  text-indent: -1.7em;
  margin-left: 1.5em;
}
.policy_area ul.list_num > li:not(:first-child) {
  margin-top: 2em;
}
.policy_area ul.list_num ul.list_disc {
  text-indent: 0;
  margin-left: -1.5em;
}
.policy_area ul.list_num table, .policy_area ul.list_num p {
  text-indent: 0;
  margin-left: -1.5em;
}
.policy_area p + ul.list_num {
  margin-top: 2em;
}
.policy_area ul.list_disc {
  margin-top: 1.5em;
}
.policy_area ul.list_disc li {
  text-indent: -0.9em;
  margin-left: 1em;
}
.policy_area ul.list_disc li:before {
  content: "・";
  margin-right: 5px;
}
.policy_area ul.list_disc + p {
  margin-top: 1.5em;
}
.policy_area table {
  max-width: 800px;
  font-size: 12px;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  .policy_area table {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 960px) {
  .policy_area table {
    font-size: 16px;
  }
}
.policy_area table th, .policy_area table td {
  font-weight: 400;
  border: 1px solid #c8c8c8;
  padding: 3px 8px;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .policy_area table th, .policy_area table td {
    padding: 10px 20px;
  }
}
.policy_area table th {
  width: 40%;
}
.policy_area table th:first-child {
  width: 20%;
}
.policy_area a {
  color: #0064a0;
}
.policy_area ul.list_num table ul.list_disc {
  margin-top: 0;
  margin-left: 0;
}

/* ************************************************
 *	情報セキュリティ
 * ************************************************ */
ul.security_list {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
  margin-top: 2em;
  counter-reset: listnum;
}
ul.security_list li {
  display: flex;
}
ul.security_list li:before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  padding-right: 0.5em;
}

/* ************************************************
 *	利用規約
 * ************************************************ */
.serial_num {
  counter-reset: serialnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}
.serial_num li {
  display: table;
}
.serial_num li::before {
  counter-increment: serialnum; /* counter-resetと同じ文字列 */
  display: table-cell;
  text-align: right;
  padding-right: 0.5em;
}
.serial_num.kou > li::before {
  content: counter(serialnum) "."; /* カウントした数に応じて番号を表示 */
  width: 21px;
}
@media print, screen and (min-width: 960px) {
  .serial_num.kou > li::before {
    width: 28px;
  }
}
.serial_num.gou > li::before {
  content: "(" counter(serialnum) ")"; /* カウントした数に応じて番号を表示 */
  width: 27px;
}
@media print, screen and (min-width: 960px) {
  .serial_num.gou > li::before {
    width: 35px;
  }
}
.serial_num.maru > li {
  text-indent: -1em;
  margin-left: 1em;
}
.serial_num.maru > li::before {
  content: none;
}

/* ************************************************
 *	特定商取引法に基づく表記
 * ************************************************ */
dl.notation_table {
  border-top: 1px solid #c8c8c8;
}
@media print, screen and (min-width: 768px) {
  dl.notation_table {
    align-items: stretch;
  }
}
dl.notation_table dt {
  background-color: #efefef;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  dl.notation_table dt {
    display: flex;
    align-items: center;
    background-color: unset;
    width: 35%;
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 960px) {
  dl.notation_table dt {
    padding: 20px 50px;
  }
}
dl.notation_table dd {
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  dl.notation_table dd {
    width: 65%;
    padding: 20px 0;
  }
}/*# sourceMappingURL=page.css.map */