@charset "UTF-8";

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.cf::after,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

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

.bg_base {
  background: #f0ebdb;
}

.bg_black {
  background-color: rgba(0, 0, 0, 0.8);
}

.txt_red {
  color: #fd483d;
}

table {
  width: 100%;
}

@media (max-width: 767px) {
  table {
    display: block;
  }

  table tbody,
  table tr,
  table th,
  table td {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
  }
}

.col_wrap {
  display: flex;
  justify-content: center;
}

.col_wrap .col {
  width: 47%;
}

@media (max-width: 767px) {
  .col_wrap {
    display: block;
  }

  .col_wrap .col {
    width: auto;
  }
}

.col_reverse {
  flex-direction: row-reverse;
}

.section {
  padding-bottom: 100px;
}

.section.-top {
  padding: 80px 0;
}

@media (max-width: 1079px) {
  .section {
    padding-bottom: 50px;
  }

  .section.-top {
    padding: 4% 0 6%;
  }
}

.cat_label {
  color: #fff;
  margin-left: 20px;
  padding: 1px 20px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .cat_label {
    display: block;
    font-size: 1.4rem;
    margin-left: 0;
    padding: 0 5px;
    width: 75px;
  }
}

.ttl_top_section {
  text-align: center;
  line-height: 1.3;
  padding-bottom: 15px;
  margin-bottom: 5%;
}

.ttl_top_section .en {
  font-size: 3rem;
  font-weight: 500;
  position: relative;
}

.ttl_top_section .en:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%);
}

.ttl_top_section .jp {
  font-size: 1.4rem;
}

.ttl_top_section.white {
  color: #fff;
}

.ttl_top_section.white .en::after {
  background: #fff;
}

@media (max-width: 1079px) {
  .ttl_top_section .en {
    font-size: 2.5rem;
  }

  .ttl_top_section .en:after {
    bottom: -30px;
  }

  .ttl_top_section .jp {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .ttl_top_section {
    padding-bottom: 12px;
  }

  .ttl_top_section .en {
    font-size: 2rem;
  }

  .ttl_top_section .jp {
    font-size: 1.2rem;
  }
}

.ttl_main {
  padding-bottom: 25px;
  margin-bottom: 45px;
  position: relative;
}

.ttl_main .ja {
  font-size: 1.8rem;
  font-weight: 700;
}

.ttl_main .en {
  font-size: 3rem;
}

.ttl_main:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #000;
}

@media (max-width: 767px) {
  .ttl_main {
    padding-bottom: 15px;
    margin-bottom: 35px;
  }

  .ttl_main .ja {
    font-size: 1.4rem;
  }

  .ttl_main .en {
    font-size: 2.4rem;
  }

  .ttl_main:after {
    height: 2px;
  }
}

.ttl_underline {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.ttl_underline span {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .ttl_underline {
    font-size: 1.6rem;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}

.animate_fadeintop {
  transform: translateY(50px);
  transition: transform 1s, opacity 1s;
  opacity: 0;
}

.animate_fadeintop.delighter.started {
  transform: translateY(0);
  opacity: 1;
}

#stalker {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  pointer-events: none;
  /*ストーカーがマウスカーソルとリンクとの間に挟まってクリックできなくするのを回避*/
  transition: transform left 1s ease-in-out 0s, top 1s ease-in-out 0s;
  /*ieの時に対応*/
  /*ieの時にカクつく*/
}

@media (max-width: 767px) {
  #stalker {
    display: none;
  }
}

#stalker .stalker_pointer {
  transition: all 0.4s ease;
  /*ホバーの時の変化の指定*/
  border-radius: 100%;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 2px 6px rgba(255, 255, 255, 0.8);
  border: solid 4px #cbcbcb;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
}

#stalker .stalker_pointer::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

#stalker.active .stalker_pointer {
  transition: 0.5s;
  background: rgba(19, 160, 172, 0.8);
  box-shadow: 0px 2px 6px rgba(19, 160, 172, 0.5);
  border: none;
  top: -24px;
  left: -24px;
  width: 55px;
  height: 55px;
  position: relative;
}

#stalker.active .stalker_pointer::after {
  animation: 1s ease-in-out 0s infinite running stalker;
}

#stalker.active .stalker_pointer::before {
  border: solid 2px rgba(247, 195, 153, 0.2);
  width: 55px;
  height: 55px;
}

@keyframes stalker {
  from {
    width: 0px;
    height: 0px;
    border: solid 1px rgba(255, 255, 255, 0.3);
  }

  to {
    width: 65px;
    height: 65px;
    border: solid 10px rgba(177, 182, 182, 0.1);
  }
}

@media (max-width: 767px) {
  #stalker {
    display: none;
  }
}

.link_more {
  color: #3ca0ac;
}

.arrow_left {
  background: url(../img/common/icon_arrow_back.svg) no-repeat left top 8px;
  padding-left: 20px;
}

.btn_more_tate {
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  color: #fff;
  display: inline-block;
  min-width: 100px;
}

.btn_more_tate .jp {
  visibility: hidden;
  transition: opacity 0.5s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.btn_more_tate.black {
  color: #000;
}

.btn_more_tate.black:hover {
  /* ホバー時に、ホバー時の文字を表示する */
}

.btn_more_tate.black:hover .jp {
  color: #000;
}

.btn_more_tate:hover {
  /* ホバー時は通常時の文字を非表示にする */
  /* ホバー時に、ホバー時の文字を表示する */
}

.btn_more_tate:hover .en {
  visibility: hidden;
}

.btn_more_tate:hover .jp {
  visibility: visible;
  color: #fff;
}

.btn_more_yoko {
  width: 140px;
  font-size: 1.2rem;
  display: inline-block;
  border: solid 1px #fff;
  background: url(../img/top/btn_more_arrow.svg) no-repeat 80% center;
  padding: 5px 10px 5px 23px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .btn_more_yoko {
    width: 120px;
    padding: 5px 5px 5px 10px;
  }
}

.btn_txt {
  width: 170px;
  height: 55px;
  line-height: 1;
  font-size: 1.2rem;
  box-sizing: border-box;
  background-color: #000;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btn_txt span {
  color: #fff;
  display: block;
}

.btn_txt.-blue {
  background-color: #13a0ac;
}

dl dt {
  float: left;
  clear: left;
}

#eyecatch {
  position: relative;
  margin-bottom: 100px;
  background: url(../img/common/common_eyecatch.jpg) no-repeat right
      center/contain,
    #000;
}

#eyecatch .eyecatch_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 95px 10px;
}

#eyecatch .eyecatch_ttl {
  color: #fff;
  line-height: 1.3;
}

#eyecatch .eyecatch_ttl .en {
  display: block;
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

#eyecatch .eyecatch_ttl .jp {
  font-size: 2.2rem;
}

#eyecatch .eyecatch_img {
  position: absolute;
  right: 0;
  top: 85px;
}

@media (max-width: 1079px) {
  #eyecatch {
    background-image: none !important;
  }

  #eyecatch .eyecatch_ttl {
    color: #fff;
    line-height: 1.3;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 767px) {
  #eyecatch {
    background-image: none;
    margin-bottom: 50px;
  }

  #eyecatch .eyecatch_inner {
    padding: 60px 10px;
  }

  #eyecatch .eyecatch_ttl .en {
    font-size: 3.5rem;
  }

  #eyecatch .eyecatch_ttl .jp {
    font-size: 1.8rem;
  }

  #eyecatch img {
    width: 100%;
  }
}

#breadcrumbs {
  background: #dfeeff;
  padding: 5px 0;
}

#breadcrumbs ol li {
  display: inline-block;
  line-height: 1;
}

#breadcrumbs ol li:before {
  content: "＞";
  display: inline-block;
  vertical-align: top;
}

#breadcrumbs ol li:first-child:before {
  content: normal;
}

.thumbnail_slider .slick-disabled {
  visibility: hidden;
  transition: opacity 0.4s;
}

.thumbnail_slider .slick-prev {
  background-image: url(../img/common/slick_prev.png);
  background-repeat: no-repeat;
  left: -30px;
}

.thumbnail_slider .slick-next {
  background-image: url(../img/common/slide_next.png);
  background-repeat: no-repeat;
  right: -30px;
}

.thumbnail_slider .slick-prev,
.thumbnail_slider .slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-size: 20px;
  background-color: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  height: 40px;
  width: 20px;
  margin: auto;
  z-index: 10;
}

@media (max-width: 767px) {
  .thumbnail_slider .slick-prev,
  .thumbnail_slider .slick-next {
    display: none !important;
  }
}

.veterinary_img {
  margin-bottom: 20px;
}

.veterinary_imgSub {
  width: 18.75%;
  margin: 0 auto;
}

.thumbnail_slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.thumbnail_slider .slick-dots .slick-active button {
  background: #13a0ac;
}

.thumbnail_slider .slick-dots button {
  border-radius: 25px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  background: #c5c2c2;
  color: transparent;
  border: none;
}

.thumbnail_single {
  margin-bottom: 20px;
}

.thumbnail_single img {
  margin: auto;
}

@media (max-width: 767px) {
  .veterinary_imgSub {
    width: 46.345%;
  }
}

.thumbnail_list {
  width: 100%;
  height: auto;
  margin: auto;
}

.thumbnail_list img {
  width: 100%;
  margin: auto;
}

.thumbnail_list li {
  margin: 0 5px;
}

@media (max-width: 1079px) {
  .thumbnail_list {
    width: 100%;
  }

  .thumbnail_list img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .thumbnail_list {
    width: 100%;
    width: auto;
    margin: auto;
  }
}

.pagination {
  text-align: center;
  margin-top: 50px;
}

.pagination:empty {
  display: none;
}

.page-numbers {
  display: inline-block !important;
  color: #000;
  background: #fff;
  border: solid 1px #d6d6d6;
  border-radius: 4px;
  width: 40px;
  padding: 11px 0;
  line-height: 1;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 5px;
}

.page-numbers.current {
  color: #fff;
  background: #000;
}

.page-numbers.prev,
.page-numbers.next {
  border: none;
  margin: 0;
}

.paging {
  text-align: center;
  border-top: solid 1px;
  margin-top: 60px;
  padding-top: 55px;
}

/* googlemapやyoutube */
.iframe_wrap {
  position: relative;
  margin-top: 15px;
  padding-top: calc(100% * 9 / 16);
  height: 0;
  overflow: hidden;
}

.iframe_wrap.-top {
  margin-top: 0px;
  padding-top: calc(100% * 3.3 / 16);
}

@media (max-width: 767px) {
  .iframe_wrap.-top {
    padding-top: calc(100% * 8 / 16);
  }
}

.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframe_wrap .place-card .place-card-large {
  display: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  position: relative;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

a:hover {
  opacity: 0.8;
}

#wrap {
  margin: auto;
}

.container {
  max-width: 1000px;
  margin: auto;
}

@media (max-width: 1079px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
}

.container_fluid {
  max-width: 1610px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 10px;
}

@media (min-width: 768px) {
  button#gnav_btn {
    display: none;
  }
}

@media (max-width: 1079px) {
  button#gnav_btn {
    position: fixed;
    top: 7px;
    right: 7px;
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 100;
    background: rgba(0, 0, 0, 0);
    border: none;
  }

  button#gnav_btn .line {
    position: absolute;
    display: block;
    height: 3px;
    width: 70%;
    left: 15%;
    background: #13a0ac;
    transition: 0.3s;
  }

  button#gnav_btn .line:nth-child(1) {
    top: 23%;
  }

  button#gnav_btn .line:nth-child(2) {
    top: 48%;
    opacity: 1;
  }

  button#gnav_btn .line:nth-child(3) {
    top: 73%;
  }

  button#gnav_btn.open .line {
    transition: 0.2s;
  }

  button#gnav_btn.open .line:nth-child(1) {
    top: 48%;
    transform: rotate(45deg);
  }

  button#gnav_btn.open .line:nth-child(2) {
    display: none;
    opacity: 0;
  }

  button#gnav_btn.open .line:nth-child(3) {
    top: 48%;
    transform: rotate(-45deg);
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1vw;
  box-sizing: border-box;
  position: fixed;
  background: #fff;
  z-index: 11;
  width: 100%;
  height: 85px;
}

@media (max-width: 1079px) {
  .header {
    padding: 10px;
    display: block;
    height: unset;
  }
}

@media (max-width: 767px) {
  .header .logo {
    width: 80%;
  }
}

.header_logo img {
  width: 300px;
}

@media (min-width: 768px) {
  .header_logo {
    width: max(178px, 24vw);
  }
}

@media (max-width: 767px) {
  .header_logo img {
    width: 250px;
  }
}

@media (min-width: 1080px) {
  #gnav .menu {
    display: flex;
    justify-content: space-between;
  }

  #gnav .menu_link {
    color: #000;
    font-size: 1.6rem;
    font-size: calc((16 / 1624) * 100vw);
    font-weight: 500;
    display: block;
    padding: 30px 1.2vw;
    text-decoration: none;
    position: relative;
    /* 通常時はホバー時の文字を非表示にする */
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  #gnav .menu_link.-lg {
    padding: 30px 1.9vw;
  }

  /* #gnav .menu_link .jp {
    visibility: hidden;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    padding: 30px 0px;
    text-align: center;
  } */

  #gnav .menu_link:hover {
    background: #555555;
    /* ホバー時は通常時の文字を非表示にする */
    /* ホバー時に、ホバー時の文字を表示する */
  }

  #gnav .menu_link:hover .en {
    visibility: visible;
    color: #fff;
  }

  #gnav .menu_link:hover .jp {
    visibility: visible;
    color: #fff;
  }

  #gnav .item {
    position: relative;
    text-align: center;
  }

  #gnav .item .sub_nav {
    position: absolute;
    right: 0;
    background: #555555;
    -webkit-transition: all 0.2s ease;
    transition: opacity 0.2s ease;
    visibility: hidden;
    opacity: 0;
    display: block;
    overflow-y: auto;
    height: calc(100vh - 145px);
    max-height: 800px;
  }

  #gnav .item .sub_nav li {
    border-bottom: solid 1px #707070;
    height: calc((100vh - 155px) / 7);
  }

  #gnav .item .sub_nav li:last-child {
    border-bottom: none;
  }

  #gnav .item .sub_nav a {
    color: #fff;
    width: 465px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 45px;
    height: 100%;
    box-sizing: border-box;
  }

  #gnav .item .sub_nav a:hover {
    opacity: 0.7;
  }

  #gnav .item .sub_nav a span {
    display: block;
  }

  #gnav .item .sub_nav a span:before {
    content: "ー";
    margin-right: 5px;
  }

  #gnav .item .sub_nav a img {
    width: auto;
    max-height: 100%;
    max-width: fit-content;
  }

  #gnav .item:hover .sub_nav {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1079px) {
  #gnav {
    display: none;
    margin: 10px -10px 0;
    text-align: center;
    box-sizing: border-box;
  }

  #gnav .menu_link {
    padding: 15px 0;
    text-align: center;
    display: flex;
    background-color: rgba(226, 226, 226, 0.3);
    border-bottom: solid 1px #e2e2e2;
  }

  #gnav .menu_link .en {
    color: #13a0ac;
    margin-right: 20px;
    text-align: right;
    width: 45%;
  }

  #gnav .menu_link .jp {
    font-size: 1.2rem;
    width: 45%;
    text-align: left;
  }

  #gnav .item > .menu_link {
    width: auto;
    position: relative;
  }

  #gnav .item > .menu_link::before,
  #gnav .item > .menu_link::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 50px;
    width: 15px;
    height: 2px;
    background: #13a0ac;
  }

  #gnav .item > .menu_link::before {
    /*縦線に*/
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
  }

  #gnav .item > .menu_link::after {
    /*横線*/
    transition: all 0.2s ease-in-out;
  }

  #gnav .item {
    overflow: hidden;
  }

  #gnav .item.open a::before {
    transform: rotate(180deg);
  }

  #gnav .item.open a::after {
    opacity: 0;
  }

  #gnav .item .sub_nav {
    display: none;
    overflow-y: hidden;
    height: auto;
  }

  #gnav .item .sub_nav a {
    display: block;
    text-align: center;
    background: none;
    border-color: rgba(226, 226, 226, 0.3);
    padding: 15px 0;
    border-bottom: solid 1px #f6f6f6;
  }

  #gnav .item .sub_nav a img {
    display: none;
  }

  #gnav .menu {
    display: block;
    overflow: auto;
    height: 100vh;
  }

  #gnav li {
    display: block;
  }
}

.nav_side {
  position: fixed;
  top: 130px;
  right: 0px;
  z-index: 5;
}

.nav_side a {
  display: block;
  width: 50px;
  box-sizing: border-box;
  margin-bottom: 1px;
  color: #fff;
  line-height: 1.07;
  box-shadow: -1px 0px 5px #717171;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 15px;
}

.nav_side .contact a {
  background: #13a0ac;
  border-radius: 25px 0 0;
}

.nav_side .vlog a {
  background: #ff4044;
}

.nav_side .download a {
  background: #00d084;
  box-shadow: -1px 0px 5px #00d084;
  writing-mode: horizontal-tb;
  text-align: center;
}

.nav_side .hospital a {
  background: #000;
  border-radius: 0 0 0 25px;
}

@media (max-width: 767px) {
  .nav_side {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nav_side .hidden-pc {
    display: flex;
    justify-content: space-between;
  }

  .nav_side li {
    width: 33%;
    text-align: center;
    margin-bottom: 0;
  }

  .nav_side li img {
    width: 100%;
  }
}

main {
  display: block;
  background-color: #f0ebdb;
  padding-top: 85px;
}

@media (max-width: 1079px) {
  main {
    padding-top: 55px;
  }
}

@media (min-width: 768px) and (max-width: 769px) and (orientation: portrait) {
  main {
    min-height: 95vh;
  }
}

#totop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  #totop {
    width: 44px;
    height: 44px;
  }
}

footer {
  border-top: solid 10px #000;
}

@media (max-width: 767px) {
  footer {
    border-width: 5px;
  }
}

@media (max-width: 767px) {
  .footer_logo_block {
    margin-bottom: 15px;
  }
}

.footer_logo {
  display: block;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .footer_logo {
    margin-bottom: 20px;
  }
}

.footer_top {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 10px;
  margin-bottom: 175px;
}

@media (max-width: 1079px) {
  .footer_top {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer_top {
    display: block;
    padding: 30px 0px 10px;
    margin-bottom: 0px;
  }

  .footer_top p {
    text-align: left;
  }
}

.footer_nav {
  width: 900px;
  display: flex;
  justify-content: space-between;
}

.footer_nav a {
  color: #000;
}

.footer_nav a.reverse {
  color: #fff;
  background: #000;
  width: 170px;
  text-align: center;
  display: inline-block;
  padding: 8px 0;
}

.footer_nav a:hover {
  color: #13a0ac;
}

.footer_nav a:hover::before {
  background-color: #13a0ac;
}

@media (max-width: 1079px) {
  .footer_nav {
    width: auto;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .footer_nav {
    flex-wrap: wrap;
  }

  .footer_nav li {
    width: 110px;
    margin-bottom: 25px;
  }

  .footer_nav a.reverse {
    padding: 8px;
  }

  .footer_nav a:hover {
    color: #13a0ac;
  }
}

.footer_nav_ttl .footer_nav_ttl_en {
  font-size: 1.8rem;
}

.footer_nav_ttl .footer_nav_ttl_jp {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .footer_nav_ttl .footer_nav_ttl_en {
    font-size: 1.6rem;
  }
}

.footer_sub_nav {
  margin-top: 35px;
}

.footer_sub_nav a {
  font-size: 1.2rem;
  padding: 10px 0 10px 15px;
  position: relative;
}

.footer_sub_nav a::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 11px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media (max-width: 767px) {
  .footer_sub_nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .footer_sub_nav.-wide {
    justify-content: space-between;
  }

  .footer_sub_nav li {
    width: 100px;
    margin-bottom: 0;
  }
}

.footer_download {
  text-align: right;
  margin-bottom: 15px;
}

.footer_download a {
  font-size: 1.2rem;
  background: url(../img/top/icon_download.svg) no-repeat 0 center;
  padding-left: 15px;
}

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

.footer_bottom {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 10px;
}

.post_single h2,
.blog_single h2 {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .post_single h2,
  .blog_single h2 {
    font-size: 2rem;
    padding: 10px 0;
  }
}

.post_meta--date {
  font-size: 1.8rem;
}

.post_content {
  margin-bottom: 25px;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  font-weight: bold;
  margin-bottom: 5px;
}

.post_content h1 {
  font-size: 2.2rem;
}

.post_content h2 {
  font-size: 2rem;
}

.post_content h3 {
  font-size: 1.8rem;
}

.post_content h4 {
  font-size: 1.7rem;
}

.post_content p {
  margin-bottom: 1em;
}

.post_content ul li {
  list-style: disc;
  margin-left: 1em;
}

.post_content ol li {
  list-style: decimal;
  margin-left: 1em;
}

.post_content a {
  color: #00a1ab;
  text-decoration: underline;
}

.post_content blockquote {
  background: #eee;
  padding: 10px 20px;
}

.post_content blockquote *:last-child {
  margin-bottom: 0;
}

#top_mv {
  position: relative;
}

#top_mv .mv_img img {
  width: 100%;
}

#top_mv .mv_catch {
  position: absolute;
  top: 40%;
  left: 140px;
  transform: translate(0, -40%);
}

#top_mv .mv_nav {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

#top_mv .mv_nav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

#top_mv .mv_nav li {
  border-right: solid 1px #fff;
  width: 180px;
}

#top_mv .mv_nav li:last-child {
  border-right: none;
}

#top_mv .mv_nav a {
  font-size: 1.5rem;
  color: #fff;
  padding: 5px 0;
}

@media (max-width: 1079px) {
  #top_mv {
    overflow: hidden;
  }

  #top_mv .mv_nav {
    display: none;
  }

  #top_mv .mv_catch {
    width: 290px;
    top: 150px;
    left: 50%;
    transform: translate(-50%);
  }
}

@media (max-width: 767px) {
  #top_mv {
    height: 100vh;
  }
}

#top_post {
  background: rgba(0, 0, 0, 0.8);
  background-size: cover;
  padding-bottom: 8%;
  border-top: solid 1px #fff;
}

#top_post.delighter.started {
  transform: translateY(0);
  opacity: 1;
}

#top_post .col {
  width: 60%;
  background: rgba(255, 255, 255, 0.9);
  padding: 4% 2% 5%;
  box-sizing: border-box;
  position: relative;
}

#top_post .post_wrap.-top_news dd:first-of-type {
  color: #c90000;
}

#top_post .post_wrap .detail {
  border-bottom: solid 1px #000;
}

#top_post .post_wrap .date {
  font-weight: bold;
  float: left;
  clear: left;
  pointer-events: none;
  padding: 10px 6%;
}

#top_post .post_wrap a {
  display: block;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#top_post .post_wrap a:hover {
  color: rgba(19, 160, 172, 0.5);
}

@media (max-width: 1079px) {
  #top_post .col {
    margin-bottom: 3%;
  }
}

@media (max-width: 767px) {
  #top_post .col {
    width: auto;
    padding-bottom: 40px;
    margin-bottom: 100px;
  }

  #top_post .col:last-child {
    margin-bottom: 60px;
  }

  #top_post .post_wrap .date {
    padding: 10px 0 10px 5px;
  }

  #top_post .post_wrap a {
    padding: 10px 0 10px 20px;
  }
}

#top_company {
  background: #f0ebdb;
  padding-bottom: 8%;
}

#top_company .company_content {
  background: rgba(0, 0, 0, 0.8);
  background-size: cover;
  position: relative;
  padding: 5% 10px 7%;
}

#top_company p {
  color: #fff;
  width: 900px;
  margin: auto;
}

@media (max-width: 1079px) {
  #top_company {
    padding-bottom: 100px;
  }

  #top_company .company_content {
    padding: 8% 20px;
    margin: 0 -10px;
  }

  #top_company p {
    width: auto;
  }
}

@media (max-width: 767px) {
  #top_company {
    padding-top: 50px;
    padding-bottom: 25%;
  }
}

#top_works .works_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  max-width: 1410px;
  box-sizing: border-box;
  margin: 0 auto 3%;
}

#top_works .works_contents .block {
  transform: translateX(-300%);
  opacity: 0;
  transition: transform 0.8s, opacity 0.5s;
}

#top_works .works_contents .block:first-child {
  transition-delay: 0.1s;
}

#top_works .works_contents .block:nth-child(2) {
  transition-delay: 0.6s;
}

#top_works .works_contents .block:nth-child(3) {
  transition-delay: 0.9s;
}

#top_works .works_contents .block:nth-child(4) {
  transition-delay: 1.2s;
}

#top_works .works_contents .block.delighter.started {
  transform: none;
  opacity: 1;
}

@media (max-width: 767px) {
  #top_works .works_contents:first-child {
    display: grid;
    grid-template: "d a" auto "b c" auto/1fr 1fr;
    grid-gap: 15px;
    margin-bottom: 10px;
  }

  #top_works .works_contents:first-child .block {
    width: 100%;
  }

  #top_works .works_contents:first-child .block:first-child {
    grid-area: a;
  }

  #top_works .works_contents:first-child .block:nth-child(2) {
    grid-area: b;
    transition-delay: 0.9s;
  }

  #top_works .works_contents:first-child .block:nth-child(3) {
    grid-area: c;
    transition-delay: 1.2s;
  }

  #top_works .works_contents:first-child .block:nth-child(4) {
    grid-area: d;
    transition-delay: 0.6s;
  }
}

#top_works .works_contents:last-child {
  margin-bottom: 0;
}

#top_works .works_contents:last-child .block {
  transform: translateX(300%);
}

#top_works a {
  position: relative;
  transition: opacity 0.5s;
}

#top_works a .hover_item {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  max-width: 300px;
}

#top_works a:hover .hover_item {
  visibility: visible;
  opacity: 1;
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#top_works a:hover .ttl {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

#top_works p {
  color: #fff;
  text-align: center;
}

#top_works .img,
#top_works .txt {
  width: 21%;
}

#top_works .ttl_top_section {
  margin-bottom: 10%;
}

@media (max-width: 1079px) {
  #top_works {
    padding: 50px 0;
  }

  #top_works .works_contents {
    max-width: 630px;
    margin: auto;
  }

  #top_works .works_contents .block {
    transform: translate(-100%);
  }

  #top_works .img,
  #top_works .txt {
    width: 48%;
    margin-bottom: 4%;
  }
}

#top_information {
  position: relative;
}

#top_information .information_contents {
  max-width: 1080px;
  margin: auto;
}

#top_information li a {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 1%;
  padding: 15px 35px;
}

#top_information li .img {
  margin-right: 5%;
}

#top_information li .txt {
  display: flex;
  align-items: center;
}

#top_information li .txt .ttl {
  font-size: 2rem;
  font-weight: bold;
  padding-right: 25px;
  margin-right: 50px;
  background: url(../img/top/icon_red_arrow.svg) no-repeat 100% center;
}

#top_information li .txt .detail {
  max-width: 670px;
  max-height: 28px;
  overflow: hidden;
}

@media (max-width: 1079px) {
  #top_information li a {
    padding: 1%;
    background: url(../img/top/icon_red_arrow.svg) no-repeat 97% center, #fff;
  }

  #top_information li .txt {
    display: block;
  }

  #top_information li .txt .ttl {
    margin-right: 25px;
    background-image: none;
  }

  #top_information li .txt .detail {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  #top_information {
    padding-bottom: 10%;
  }

  #top_information li a {
    display: block;
    text-align: center;
    padding: 2%;
    background-image: none;
  }

  #top_information li .img {
    margin-right: 0;
  }

  #top_information li .txt {
    margin-top: 10px;
  }

  #top_information li .txt .ttl {
    font-size: 1.5rem;
    margin-right: 0;
    padding-right: 0;
  }

  #top_information li .txt .detail {
    max-width: 100%;
  }
}

#top_blog {
  position: relative;
}

#top_blog .blog_wrap {
  flex-wrap: wrap;
  background: #fff;
  padding: 0 3%;
}

#top_blog .col {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 4% 2%;
  box-sizing: border-box;
  border-bottom: solid 1px #959595;
}

#top_blog .col:last-child,
#top_blog .col:nth-child(3) {
  border-bottom: none;
}

#top_blog .img {
  width: 231px;
  margin-right: 15px;
}

#top_blog .img img {
  width: 100%;
  display: block;
}

#top_blog .txt {
  width: 390px;
}

#top_blog .txt .date {
  font-size: 1.8rem;
}

#top_blog .txt h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 1079px) {
  #top_blog .blog_wrap {
    padding: 0 10px;
  }

  #top_blog .col {
    display: block;
  }

  #top_blog .txt {
    width: auto;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  #top_blog {
    padding-top: 25%;
  }

  #top_blog .blog_wrap {
    padding: 3%;
  }

  #top_blog .col {
    width: 100%;
  }

  #top_blog .col:nth-child(3) {
    border-bottom: solid 1px #000;
  }

  #top_blog .col .img {
    margin: 0 auto 10px;
  }

  #top_blog .txt {
    width: 100%;
  }

  #top_blog .txt .date {
    font-size: 1.4rem;
  }

  #top_blog .txt h3 {
    font-size: 1.6rem;
  }

  #top_blog .img {
    width: auto;
  }

  #top_blog .img img {
    max-width: 450px;
    margin: 0 auto 10px;
  }
}

#top_contact {
  text-align: center;
  background-color: #fff;
  padding-top: 150px;
}

#top_contact .contact_box {
  background: url(../img/top/icon_arrow_down.svg) no-repeat bottom 40px center;
  border: solid 1px #000;
  max-width: 900px;
  margin: auto;
  padding: 3% 0 80px;
}

#top_contact ul {
  font-weight: bold;
  line-height: 2.2;
}

#top_contact p {
  margin: 20px 0 35px;
  font-size: 1.4rem;
}

#top_contact .btn_wrap {
  width: 610px;
  margin: auto;
}

#top_contact .btn_contact {
  width: 270px;
  display: block;
  position: relative;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 14px 30px 14px 60px;
  border: solid 1px #c6c6c6;
}

#top_contact .btn_contact.recruit {
  background: url(../img/common/icon_recruit.svg) no-repeat 22px center;
}

#top_contact .btn_contact.inquiry {
  background: url(../img/common/icon_mail.svg) no-repeat 22px center;
}

#top_contact .btn_contact::after,
#top_contact .btn_contact::before {
  content: "";
  width: 40%;
  height: 60%;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

#top_contact .btn_contact:before {
  border-left: solid 2px #000;
  border-top: solid 2px #000;
  top: -1px;
  left: -1px;
}

#top_contact .btn_contact:after {
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  bottom: -1px;
  right: -1px;
}

#top_contact .btn_contact:hover::after,
#top_contact .btn_contact:hover::before {
  width: 102%;
  height: 105%;
}

@media (max-width: 767px) {
  #top_contact {
    padding: 100px 0 50px;
  }

  #top_contact .contact_box {
    background-position: bottom 20px center;
    padding-bottom: 50px;
  }

  #top_contact .btn_wrap {
    width: auto;
  }

  #top_contact .btn_wrap::after {
    bottom: 15px;
  }

  #top_contact .btn_contact {
    margin: 0 auto 25px;
  }

  #top_contact .btn_contact:last-child {
    margin-bottom: 0;
  }
}

#top_access {
  background: rgba(0, 0, 0, 0.8);
  background-size: cover;
}

#top_access .access_contents {
  background: #fff;
  padding: 2% 2% 0;
}

#top_access .office_block {
  padding: 25px 0 40px;
  line-height: 2;
  position: relative;
}

#top_access .office_block.border {
  border-bottom: solid 1px #000;
}

#top_access .branch {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#top_access .address {
  margin-right: 20px;
}

#top_access .mail {
  background: url(../img/common/icon_mail.svg) no-repeat 0 center;
  padding: 10px 0 10px 35px;
}

#top_access .map_link {
  position: absolute;
  right: 0;
  top: 20px;
  background: url(../img/common/icon_next_page.svg) no-repeat 0 center;
  padding-left: 30px;
  font-size: 1.2rem;
  color: #ff7a7a;
}

@media (max-width: 1079px) {
  #top_access .office_block {
    padding: 2% 0;
  }
}

@media (max-width: 767px) {
  #top_access {
    padding-top: 40px;
  }

  #top_access .branch {
    font-size: 1.6rem;
  }

  #top_access .address {
    margin-right: 0px;
  }

  #top_access .mail {
    padding-left: 20px;
    background-size: 15px;
  }

  #top_access .map_link {
    background-size: 20px;
  }
}

#top_info dt {
  float: left;
  clear: left;
}

#top_info dd {
  padding-left: 4em;
}

.cat_news {
  background-color: #000;
}

.cat_event {
  background-color: #13a0ac;
}

.notice_excerpt {
  font-size: 1.8rem;
}

.notice_excerpt dt {
  float: left;
  clear: left;
  padding: 40px 0;
  pointer-events: none;
}

.notice_excerpt a {
  display: block;
  padding: 40px 0 40px 21em;
  border-bottom: solid 1px #000;
}

@media (max-width: 767px) {
  .notice_excerpt dt {
    width: 100%;
    padding: 20px 0 10px;
  }

  .notice_excerpt a {
    padding: 10px 0 20px;
  }
}

.blog {
  display: flex;
  padding-bottom: 15px;
  border-bottom: dashed 1px #676767;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blog {
    display: block;
  }
}

.blog_img {
  width: 175px;
  margin-right: 25px;
}

.blog_img a {
  display: block;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  .blog_img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .blog_img a {
    border: none;
  }
}

.blog_txt {
  width: calc(100% - 200px);
  position: relative;
}

.blog_txt h2 {
  margin: 10px 0;
  font-weight: bold;
}

@media (max-width: 1079px) {
  .blog_txt {
    width: calc(100% - 190px);
  }
}

@media (max-width: 767px) {
  .blog_txt {
    width: auto;
    position: relative;
  }
}

.blog_txt--icon {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog_txt--icon {
    right: 10px;
    top: -10px;
    left: auto;
  }
}

.blog_txt--txt {
  width: min(720px, 100%);
}

@media (max-width: 767px) {
  .blog_txt--txt {
    width: auto;
  }
}

.cat_blog a {
  background-color: #13a0ac;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .cat_blog {
    display: inline-flex;
  }

  .cat_blog a {
    text-align: center;
  }
}

.blog_single {
  position: relative;
}

.blog_single img {
  display: inline-block;
  padding: 10px 0;
}

.blog_single--icon {
  position: absolute;
  top: -62px;
  left: 275px;
}

.blog_single--icon img {
  padding: 0;
}

@media (max-width: 767px) {
  .blog_single--icon {
    top: -65px;
  }
}

.blog_single_img {
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .blog_single_content img {
    margin: 10px auto !important;
    display: block;
  }
}

.border_left {
  border-left: solid 1px #000;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .border_left {
    padding-left: 15px;
  }
}

.company_president {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .company_president {
    display: block;
  }
}

.company_president_img {
  width: 200px;
}

.company_president_img p {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 10px;
}

.company_president_img span {
  font-size: 1.4rem;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .company_president_img {
    margin: 0 auto 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .company_president_img p {
    font-size: 1.8rem;
    margin-top: 8px;
  }
}

.company_president_txt {
  width: 750px;
  margin-right: 0;
  margin-left: auto;
}

.company_president_txt h3 {
  font-weight: 700;
  border-bottom: solid 1px #000;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .company_president_txt {
    width: auto;
  }

  .company_president_txt h3 {
    margin-bottom: 15px;
  }
}

.company_history dt,
.company_history dd {
  line-height: 2.5;
  padding: 5px 0;
}

.company_history dd {
  padding-left: 190px;
  position: relative;
}

.company_history dd::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 27px;
  left: 115px;
  background-color: #000;
}

@media (max-width: 767px) {
  .company_history dt {
    padding: 10px 0;
    width: 100%;
  }

  .company_history dd {
    line-height: 2;
    padding: 10px 0;
    position: relative;
  }

  .company_history dd::before {
    top: 32px;
    left: 0;
  }
}

.company_certificate li {
  padding: 10px 0;
}

.company_outline {
  display: block;
}

.company_outline tr {
  padding-bottom: 25px;
  display: block;
}

.company_outline th {
  width: 100px;
  font-weight: 500;
  text-align: left;
}

.company_outline td {
  font-size: 1.4rem;
}

.company_outline li {
  padding: 10px 0;
}

@media (max-width: 767px) {
  .company_outline th {
    width: auto;
    font-weight: 700;
  }
}

.company_address {
  width: 852px;
  position: relative;
}

@media (max-width: 767px) {
  .company_address {
    width: auto;
  }
}

.veterninary_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  gap: 90px 60px;
}

.veterinary {
  width: 46%;
}

@media (max-width: 767px) {
  .veterninary_wrap {
    display: block;
  }

  .veterinary {
    width: 100%;
  }
}

.veterninary_section {
  margin-top: 90px;
}

.veterninary {
  width: 46%;
}

.veterninary.-wide {
  width: 100%;
}

.veterninary.-new h3::after {
  content: "NEW";
  color: #ff3649;
  display: inline-block;
  margin-left: 10px;
  background-color: #fff;
  border: solid 2px #ff3649;
  border-radius: 8px;
  line-height: 1;
  padding: 5px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .veterninary {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .veterninary_img img {
    object-fit: cover;
    height: 328px;
    width: 460px;
  }
}

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

.veterninary_ttl {
  margin-bottom: 25px;
}

@media (max-width: 1079px) {
  .veterninary_ttl {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .veterninary_ttl {
    margin-bottom: 20px;
  }
}

.veterninary_img_compare {
  display: flex;
  justify-content: space-between;
}

.veterninary_img_compare p {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.veterninary_img.-compare {
  position: relative;
}

.veterninary_img.-compare:after {
  content: url(../img/veterninary/tenant_remodeling/arrow.svg);
  position: absolute;
  right: -45px;
  top: 50%;
}

.veterninary__anchor {
  margin-top: 5%;
}

.veterninary__list {
  display: flex;
  justify-content: space-between;
}

.veterninary__item {
  position: relative;
  width: 23%;
  text-align: center;
  background-color: #000;
  color: #fff;
  transition: 0.3s;
  border: 2px solid #000;
}

.veterninary__item:hover {
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}

.veterninary__item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  width: 12.176%;
  height: 44.88%;
  background-image: url("../img/veterninary/anchor-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.veterninary__item:hover::after {
  background-color: #fff;
  color: #000;
  transition: 0.3s;
  background-image: url("../img/veterninary/anchor-arrow-black.png");
}

.veterninary__item a {
  display: block;
  padding: 3% 0 12%;
  font-size: 1.5rem;
}

.veterninary__item a span {
  letter-spacing: -0.4rem;
}

.veterinary-modal {
  display: none;
  padding: 4% 6% 3%;
  width: 60%;
  max-width: 1000px;
  background-color: #f0ebdb;
  position: fixed;
  z-index: 14;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.veterinary-modalClose {
  position: absolute;
  top: 2%;
  right: 5%;
  font-size: 3vw;
}

.veterinary-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 13;
}

.veterinary-modalInner {
  width: 70%;
  margin: 0 auto;
}

.veterinary-modalInner img {
  width: 100%;
}

.veterinary-modalSwiper {
  margin-top: 4%;
}

.swiper-container {
  position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #969492;
}

.swiper-button-prev {
  left: -6%;
}

.swiper-button-next {
  right: -6%;
}

@media (min-width: 1500px) {
  .veterinary-modalInner {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .veterninary__list {
    flex-wrap: wrap;
  }

  .veterninary__item {
    width: 48%;
  }

  .veterninary__item a {
    font-size: 3vw;
    padding: 7% 0 15%;
  }

  .veterninary__item::after {
    top: 55%;
  }

  .veterninary__item:nth-child(n + 3) {
    margin-top: 4%;
  }

  .veterinary-modal {
    width: 75%;
    padding: 11% 6%;
  }

  .veterinary-modalInner {
    width: 90%;
  }

  .veterinary-modalClose {
    font-size: 7vw;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }
}

.access_block {
  font-size: 1.6rem;
  line-height: 2;
}

.access_block a {
  color: #13a0ac;
}

.access_link {
  color: #fc483d;
  font-size: 1.4rem;
  margin-top: 10px;
}

.flow_txt_lead {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .flow_txt_lead {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.flow_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #000;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.flow_list:nth-child(2) .flow_detail::after {
  height: 90px;
}

.flow_list:nth-child(3) .flow_detail {
  margin-bottom: -80px;
}

.flow_list:nth-child(3) .flow_detail::after {
  bottom: -55px;
  height: 175px;
}

@media (max-width: 767px) {
  .flow_list:nth-child(3) .flow_detail {
    margin-bottom: -40px;
  }
}

.flow_list:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.flow_list:last-child .flow_detail::after {
  content: none;
}

@media (max-width: 767px) {
  .flow_list {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .flow_list:nth-child(3) {
    margin-bottom: 30px;
  }
}

.flow_finish {
  position: absolute;
  bottom: -15px;
  left: 560px;
  font-size: 2rem;
  font-weight: 700;
  color: #f0473e;
  background: #fff;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .flow_finish {
    font-size: 1.8rem;
    right: auto;
    left: 50%;
    transform: translate(-50%);
  }
}

.flow_ttl {
  display: flex;
  align-items: center;
  width: 50%;
  font-weight: 700;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .flow_ttl {
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 25px;
  }
}

.flow_ttl_number {
  font-size: 3rem;
  margin-right: 30px;
  display: block;
  height: 65px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  padding: 15px 14px;
  line-height: 1;
}

@media (max-width: 767px) {
  .flow_ttl_number {
    font-size: 2rem;
    padding: 10px;
    margin-right: 10px;
    height: auto;
    width: 50px;
    margin: 0 auto 20px;
  }
}

.flow_ttl_txt {
  font-size: 2.6rem;
  width: 100%;
  line-height: 1;
  position: relative;
}

.flow_ttl_txt em {
  font-size: 1.8rem;
  position: absolute;
  top: 40px;
  left: 0;
  color: #fd483d;
}

.flow_ttl_txt span {
  position: absolute;
  font-size: 1.4rem;
  font-weight: 400;
  top: 70px;
  left: 0;
  color: #fd483d;
}

@media (max-width: 767px) {
  .flow_ttl_txt {
    font-size: 2rem;
    width: auto;
  }

  .flow_ttl_txt em {
    font-size: 1.6rem;
    position: static;
    display: block;
    margin-top: 10px;
  }

  .flow_ttl_txt span {
    position: static;
    font-size: 1.2rem;
    display: block;
    margin-top: 10px;
  }
}

.flow_detail {
  width: 50%;
  z-index: 1;
  position: relative;
}

.flow_detail::after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #707070;
  left: 20px;
  bottom: -105px;
  height: 120px;
}

@media (max-width: 767px) {
  .flow_detail {
    width: auto;
  }

  .flow_detail::after {
    content: none;
  }
}

.flow_detail_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.flow_detail_item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1079px) {
  .flow_detail_item {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .flow_detail_item {
    margin-bottom: 10px;
  }
}

.flow_step {
  font-size: 2.4rem;
  font-weight: 700;
  height: 40px;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
  padding: 7px 5px 7px 8px;
  line-height: 1;
  margin-right: 30px;
  z-index: 1;
}

@media (max-width: 767px) {
  .flow_step {
    font-size: 1.6rem;
    width: auto;
    height: auto;
    padding: 4px;
    margin-right: 5px;
  }
}

.flow_txt {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
}

.flow_txt.-box {
  background-color: #fff;
  padding: 0 10px;
  width: auto;
}

.flow_txt span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

.flow_txt em {
  color: #fd483d;
  margin-top: 15px;
  display: block;
}

@media (max-width: 767px) {
  .flow_txt {
    font-size: 1.6rem;
  }

  .flow_txt span {
    font-size: 1.2rem;
  }

  .flow_txt em {
    margin-top: 10px;
  }
}

.employee_voice_wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .employee_voice_wrap {
    display: block;
  }
}

.employee_voice_img {
  width: 250px;
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .employee_voice_img {
    width: 200px;
    margin: 0 auto 20px;
  }
}

.employee_voice {
  width: 710px;
}

.employee_voice p:last-child {
  margin-top: 15px;
  margin-left: auto;
}

.employee_voice a {
  margin-left: auto;
}

@media (max-width: 767px) {
  .employee_voice {
    width: auto;
  }

  .employee_voice a {
    margin-left: 0;
  }
}

.seminar_block_wrap {
  margin-bottom: 35px;
}

.seminar_block_wrap h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #13a0ac;
  margin-bottom: 20px;
}

.seminar_block {
  display: flex;
  justify-content: space-between;
}

.seminar_block a {
  width: 480px;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .seminar_block {
    display: block;
  }
}

.animal_seminar {
  margin-bottom: 50px;
}

.animal_seminar:last-child {
  margin-bottom: 0;
}

.animal_seminar h3 {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.animal_seminar_detail {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .animal_seminar_detail figure {
    width: 200px;
  }
}

.animal_seminar_txt {
  margin-left: 0 !important;
}

.animal_seminar_txt p {
  margin-bottom: 25px;
}

.animal_seminar_txt p:last-child {
  margin-bottom: 0;
}

#recruit_page #eyecatch {
  margin-bottom: 0;
}

.recruit_message {
  position: relative;
  z-index: 1;
  padding: 10% 0 9%;
  width: 100vw;
  left: calc(-50vw + 50%);
}

.recruit_message::after {
  position: absolute;
  content: "";
  width: 37.3898%;
  height: 100%;
  background-color: #f5f1e2;
  top: 0;
  left: 44%;
  transform: skewX(18deg);
  z-index: -1;
}

@media (max-width: 767px) {
  .recruit_message::after {
    width: 69.232%;
    left: 20%;
    transform: skewX(6deg);
  }
}

.recruit_messageInner {
  max-width: 1000px;
  margin: auto;
}

@media (max-width: 1079px) {
  .recruit_messageInner {
    padding: 0 10px;
  }
}

.recruit_messageContent {
  display: flex;
  align-items: end;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .recruit_messageContent {
    display: block;
  }
}

.recruit_messageContentInner {
  width: 62%;
}

@media (max-width: 767px) {
  .recruit_messageContentInner {
    width: auto;
  }
}

.recruit_messageContentTtl {
  font-size: 2.2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .recruit_messageContentTtl {
    font-size: 1.8rem;
  }
}

.recruit_messageContentTxt {
  margin-top: 1%;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .recruit_messageContentTxt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.recruit_messageContentName {
  margin-top: 2%;
  font-size: 2.2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .recruit_messageContentName {
    font-size: 2rem;
  }
}

.recruit_messageContentName .first {
  font-size: 1.8rem;
  margin-right: 2%;
}

@media (max-width: 767px) {
  .recruit_messageContentName .first {
    font-size: 1.6rem;
  }
}

.recruit_messageContentName .second {
  font-size: 1.6rem;
  margin-left: 2%;
}

@media (max-width: 767px) {
  .recruit_messageContentName .second {
    font-size: 1.4rem;
  }
}

.recruit_messageContentImg {
  width: 21.5%;
  margin-left: 5%;
}

@media (max-width: 1079px) {
  .recruit_messageContentImg {
    width: 32.5%;
    margin-left: 3%;
  }
}

@media (max-width: 767px) {
  .recruit_messageContentImg {
    float: right;
    width: 41.692%;
    margin-right: 0;
  }
}

.recruit_achievements {
  position: relative;
  background-color: #000;
  color: #fff;
  width: 100vw;
  left: calc(-50vw + 50%);
  padding: 7.5% 0 6.5%;
  z-index: 1;
  margin-bottom: 16.2%;
}

@media (max-width: 767px) {
  .recruit_achievements {
    padding: 10.812% 0 13.514%;
  }
}

.recruit_achievements::after {
  position: absolute;
  content: "";
  width: 37.3898%;
  height: 100%;
  background-color: #242323;
  top: 0%;
  left: 37%;
  transform: skewX(-18deg);
  z-index: -1;
}

@media (max-width: 767px) {
  .recruit_achievements::after {
    width: 69.232%;
    left: 16%;
    transform: skewX(-6deg);
  }
}

.recruit_achievementsTxt {
  font-size: 2.8rem;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1079px) {
  .recruit_achievementsTxt {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .recruit_achievementsTxt {
    font-size: 2rem;
    padding: 0% 3.847%;
  }
}

.recruit_achievementsImg {
  margin-top: 4%;
}

.recruit_achievementsListTtl {
  position: relative;
  text-align: center;
  margin-top: 4%;
  font-size: 2.4rem;
}

@media (max-width: 1079px) {
  .recruit_achievementsListTtl {
    margin-top: 6%;
  }
}

@media (max-width: 767px) {
  .recruit_achievementsListTtl {
    font-size: 1.6rem;
    margin-top: 8.976%;
  }
}

.recruit_achievementsListTtl span {
  color: #656565;
}

.recruit_achievementsList {
  margin: 3% auto 0;
  max-width: 890px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

@media (max-width: 1079px) {
  .recruit_achievementsList {
    max-width: 600px;
    margin: 4% auto 0;
  }
}

@media (max-width: 767px) {
  .recruit_achievementsList {
    margin: 6.412% auto 0;
    font-size: 1.4rem;
    width: 92%;
  }
}

.recruit_achievementsList::after {
  content: "";
  width: 23.596%;
}

@media (max-width: 767px) {
  .recruit_achievementsList::after {
    width: 43%;
  }
}

.recruit_achievementsItem {
  position: relative;
  width: 23.596%;
  text-align: center;
  background-color: #3c3c3c;
  border-radius: 50px;
}

@media (max-width: 1079px) {
  .recruit_achievementsItem {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .recruit_achievementsItem {
    width: 46.825%;
  }
}

.recruit_achievementsItem a {
  padding: 5.812% 0;
  display: block;
}

.recruit_achievementsItem::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 38%;
  right: 10%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) translateY(20%);
  transition: 0.3s;
}

.recruit_achievementsItem:nth-child(n + 5) {
  margin-top: 3%;
}

@media (max-width: 1079px) {
  .recruit_achievementsItem:nth-child(n + 4) {
    margin-top: 3%;
  }
}

@media (max-width: 767px) {
  .recruit_achievementsItem:nth-child(n + 3) {
    margin-top: 4.182%;
  }
}

.recruit_achievementsBtn {
  position: relative;
  max-width: 890px;
  margin: 4% auto 0;
  font-size: 2.9rem;
  font-family: Baskervville, serif;
  background-image: url("../img/recruit/recruit-bg.png");
  background-size: 100% 100%;
  color: #000000;
}

@media (max-width: 1079px) {
  .recruit_achievementsBtn {
    max-width: 600px;
    margin: 7% auto 0;
  }
}

@media (max-width: 767px) {
  .recruit_achievementsBtn {
    margin: 8.976% auto 0;
    width: 92%;
    font-size: 1.6rem;
    background-image: url("../img/recruit/recruit-bg-sp.png");
  }
}

.recruit_achievementsBtn::after {
  position: absolute;
  content: "";
  background-image: url(../img/recruit/recruit-btnArrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 4.495%;
  height: 25.978%;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 767px) {
  .recruit_achievementsBtn::after {
    width: 7.247%;
    height: 32.5%;
  }
}

.recruit_achievementsBtn a {
  width: 100%;
  padding: 8.652% 0;
  display: block;
}

@media (max-width: 767px) {
  .recruit_achievementsBtn a {
    padding: 11.15% 0;
  }
}

.recruit_achievementsBtnTxt {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.recruit_achievementsBtn span {
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  .recruit_achievementsBtn span {
    font-size: 1.4rem;
  }
}

.recruit_employee_wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .recruit_employee_wrap {
    display: block;
  }
}

.recruit_employee {
  width: 250px;
}

.recruit_employee span {
  margin: 10px 0 5px;
  display: block;
}

@media (max-width: 767px) {
  .recruit_employee {
    width: auto;
    margin: 0 auto 25px;
  }

  .recruit_employee .img {
    text-align: center;
  }

  .recruit_employee span {
    text-align: center;
  }
}

.recruit_benefit_wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .recruit_benefit_wrap {
    display: block;
  }
}

.recruit_benefit {
  width: 200px;
  position: relative;
}

.recruit_benefit::after {
  position: absolute;
  content: "";
  background: url(../img/recruit/icon_arrow.svg) no-repeat;
  width: 46px;
  height: 13px;
  right: -115px;
  top: 50%;
  transform: translate(0, -50%);
}

.recruit_benefit:last-child:after {
  content: none;
}

.recruit_benefit h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1079px) {
  .recruit_benefit::after {
    right: -65px;
    top: 30%;
  }
}

@media (max-width: 767px) {
  .recruit_benefit {
    margin: 0 auto 50px;
  }

  .recruit_benefit::after {
    content: none;
  }
}

.recruit_benefit_num {
  text-align: center;
  margin-bottom: 10px;
}

.recruit_benefit_num span {
  font-size: 4.7rem;
  font-weight: 700;
  display: block;
}

.recruit_screening_steps {
  width: 657px;
  margin: 60px auto 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.recruit_screening_steps::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.recruit_screening_steps li {
  width: 127px;
  height: 127px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  border: solid 2px #000;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.recruit_screening_steps li:last-child {
  color: #fff;
  background-color: #000;
}

@media (max-width: 767px) {
  .recruit_screening_steps {
    width: auto;
    display: block;
    margin: 30px auto 0;
  }

  .recruit_screening_steps li {
    margin: 0 auto 30px;
  }

  .recruit_screening_steps li:last-child {
    margin-bottom: 0;
  }

  .recruit_screening_steps::before {
    background-color: #000;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.recruit_screening_wrap {
  font-size: 1.8rem;
}

.recruit_screening_wrap dt {
  width: 184px;
  font-weight: 700;
}

.recruit_screening_wrap dd {
  border-bottom: solid 1px #707070;
}

.recruit_screening_wrap dt,
.recruit_screening_wrap dd {
  letter-spacing: 0.2em;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .recruit_screening_wrap {
    font-size: 1.6rem;
  }

  .recruit_screening_wrap dt {
    width: 100%;
    padding: 10px 0 0;
  }
}

.recruit_form_entry {
  text-align: center;
}

.recruit_form_entry a {
  max-width: 500px;
  font-size: 5rem;
  font-weight: bold;
  background: #3ca0ac;
  color: #fff;
  padding: 10px 50px;
  display: inline-block;
  border-radius: 10px;
  margin: 50px;
}

@media (max-width: 767px) {
  .recruit_form_entry a {
    font-size: 2rem;
    padding: 10px 30px;
  }
}

.contact_form {
  width: 100%;
}

.contact_form .required::after {
  background-color: #c90000;
  color: #fff;
  content: "必須";
  font-size: 1.2rem;
  padding: 0px 5px 3px;
  border-radius: 5px;
  font-weight: 400;
}

.contact_form .option::after {
  color: #fff;
  content: "任意";
  background: #999;
}

.contact_form .term_narrow {
  width: auto;
  margin-right: 10px;
}

.contact_form dt {
  width: 100%;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact_form dd {
  margin: 15px 0;
}

.mw_wp_form_confirm dt {
  width: 250px !important;
  margin: 0;
}

.mw_wp_form_confirm dd {
  border-bottom: solid 1px #ddd;
  margin: 0px 0px 10px;
  min-height: 48px;
  box-sizing: border-box;
  padding-left: 250px;
}

@media (max-width: 767px) {
  .mw_wp_form_confirm dt {
    width: 100% !important;
    margin-bottom: 5px;
  }

  .mw_wp_form_confirm dd {
    min-height: 35px;
    padding-left: 0px;
  }
}

.contact_form input[type="text"],
.contact_form input[type="number"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form input[type="nmber"],
.contact_form input[type="date"],
.contact_form textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  font-family: inherit;
  border-radius: 3px;
  border: solid 1px #949494;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #333;
}

.contact_form input[type="text"]:focus,
.contact_form input[type="number"]:focus,
.contact_form input[type="email"]:focus,
.contact_form input[type="tel"]:focus,
.contact_form input[type="nmber"]:focus,
.contact_form input[type="date"]:focus,
.contact_form textarea:focus {
  outline: none;
  border: solid 1px #e6edf2;
  background: #fff;
}

.contact_form span input[type="text"],
.contact_form span input[type="number"] {
  width: 150px;
}

.contact_form input[type="number"] {
  width: auto;
}

.contact_form input[type="checkbox"]:checked + span,
.contact_form input[type="radio"]:checked + span {
  font-weight: bold;
}

.contact_form textarea {
  width: 100%;
  height: 130px;
}

.contact_form .radio_tate > span {
  display: block;
  margin-left: 0 !important;
}

.contact_form select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px;
}

.contact_form select option {
  padding: 0;
}

.contact_form .mwform-tel-field input[type="text"],
.contact_form .mwform-zip-field input[type="text"] {
  width: 5em;
}

.form_button {
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}

.form_button input[type="submit"],
.form_button input[type="button"],
.form_button button[type="submit"] {
  height: 60px;
  width: 220px;
  border: none;
  font-weight: bold;
  margin: 10px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  background: #3ca0ac;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
}

.form_button input[type="submit"]:hover,
.form_button input[type="button"]:hover,
.form_button button[type="submit"]:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .form_button input[type="submit"],
  .form_button input[type="button"],
  .form_button button[type="submit"] {
    max-width: 80%;
  }
}

.mw_wp_form_confirm .form_button {
  display: flex;
  justify-content: center;
}

.frm.danger {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 1.2rem;
}

.frm.danger:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: -20px;
  border: 10px solid #c90000;
  border-color: transparent;
  border-bottom-color: #c90000;
}

.contact_menu {
  display: flex;
  justify-content: space-between;
}

.contact_menu li {
  width: 50%;
  border: 3px solid #13a0ac;
}

.contact_menu li:first-child {
  border-radius: 4px 0 0 0;
}

.contact_menu li:nth-child(2) {
  border-radius: 0 4px 0 0;
}

@media (max-width: 767px) {
  .contact_menu {
    position: fixed;
    bottom: 0;
    margin: 0 -10px;
    width: 100%;
    z-index: 8;
  }
}

.contact_menu_item {
  width: 100%;
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  color: #000;
  padding: 20px 0;
  transition: 0.2s;
}

.contact_menu_item.-active {
  background-color: #13a0ac;
  color: #fff;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .contact_menu_item {
    width: 100%;
    font-size: 1.5rem;
    padding: 15px 0;
  }
}

.contact_form_wrap {
  border-bottom: solid 3px #13a0ac;
  border-right: solid 3px #13a0ac;
  border-left: solid 3px #13a0ac;
  padding: 25px 50px 50px;
  background: rgba(12, 160, 172, 0.15);
}

@media (max-width: 767px) {
  .contact_form_wrap {
    padding: 15px 10px;
  }
}

.contact_form_lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
}

#loading {
  display: none;
}

.thanks {
  margin-top: 60px;
  padding: 20px;
  font-size: 1.8rem;
}

.animalhospital {
  background-color: #f0f0f0;
}

.animalhospitalfv {
  position: relative;
  background: url(../img/animal_hospital/animalhospital-fv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6.4656% 0 5.9114% 5.727%;
  font-family: "Baskervville", serif;
}

.animalhospitalfv .container_fluid.eyecatch_inner {
  margin: 0;
  padding: 0;
}

.animalhospitalfv .en {
  display: block;
  font-size: 2.586207vw;
  letter-spacing: 0.15em;
}

.animalhospitalfv .jp {
  font-size: 1.35468vw;
  margin-top: 0.5%;
  display: block;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .animalhospitalfv {
    background: url(../img/animal_hospital/animalhospital-fv-sp.jpg);
    padding: 11.026% 0 11.026% 3.847%;
    background-size: 100% 100%;
  }

  .animalhospitalfv .en {
    font-size: 8.974359vw;
    line-height: 1.2;
  }

  .animalhospitalfv .jp {
    font-size: 4.615385vw;
    margin-top: 4%;
  }
}

.animalhospitalabout {
  position: relative;
  background: url(../img/animal_hospital/animalhospital-about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.217% 0 3.387%;
  border-bottom: solid 10px #000;
}

.animalhospitalabout__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 61.576355%;
  margin: 0 auto;
}

.animalhospitalabout__contents {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  width: 45%;
}

.animalhospitalabout__ttl {
  font-size: 2.586207vw;
  font-family: "Baskervville", serif;
  letter-spacing: 0.15em;
}

.animalhospitalabout__ttl span {
  display: block;
  font-size: 1.231527vw;
  margin-top: 0.5%;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.animalhospitalabout__txt {
  font-size: 1.108374vw;
  margin-top: 8.5%;
  width: 90%;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.animalhospitalabout__subTxt {
  font-size: 0.985222vw;
  margin-top: 3%;
  font-family: "Noto Sans JP", sans-serif;
  width: 92.89%;
}

.animalhospitalabout__img {
  width: 55%;
  top: 5%;
  right: 17.5%;
}

@media (max-width: 767px) {
  .animalhospitalabout {
    background: url(../img/animal_hospital/animalhospital-about-bg-sp.jpg);
    padding: 7.18% 0 21.026%;
    background-size: 100% 100%;
  }

  .animalhospitalabout__wrapper {
    flex-direction: column-reverse;
    width: 92.307692%;
  }

  .animalhospitalabout__contents {
    width: 100%;
    margin-top: 16.945%;
  }

  .animalhospitalabout__ttl {
    font-size: 10.769231vw;
  }

  .animalhospitalabout__ttl span {
    font-size: 5.128205vw;
  }

  .animalhospitalabout__txt {
    font-size: 4.615385vw;
    width: 100%;
    margin-top: 8.335%;
  }

  .animalhospitalabout__subTxt {
    width: 100%;
    margin-top: 3.334%;
    font-size: 4.102564vw;
  }

  .animalhospitalabout__img {
    width: 100%;
  }
}

.animalhospitalpoint {
  position: relative;
}

.animalhospitalpoint__ttlWrapper {
  position: absolute;
  width: 33.928571%;
  z-index: 10;
}

.animalhospitalpoint__ttl {
  position: absolute;
  top: 10%;
  right: 14%;
  color: #ffffff;
  font-size: 2.586207vw;
  font-family: "Baskervville", serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

.animalhospitalpoint__ttl span {
  display: block;
  font-size: 1.108374vw;
  letter-spacing: 0;
}

.animalhospitalpoint__item {
  display: flex;
  border-bottom: solid 10px #000;
}

.animalhospitalpoint__item:nth-child(2) {
  flex-direction: row-reverse;
}

.animalhospitalpoint__itemInner {
  padding: 12.77% 0 0 10%;
  width: 42.154%;
}

.animalhospitalpoint__item:nth-child(2) .animalhospitalpoint__itemInner {
  margin-left: auto;
  padding: 12.77% 10% 0 0;
}

.animalhospitalpoint__itemImg {
  width: 59.975369%;
}

.animalhospitalpoint__itemWrapper {
  width: 40.024631%;
  background-color: #f0f0f0;
}

.animalhospitalpoint__itemTtlWrapper {
  display: flex;
  align-items: center;
}

.animalhospitalpoint__itemTtlImg {
  width: 18.25%;
  margin-right: 6.207%;
}

.animalhospitalpoint__itemTtl {
  font-size: 1.35468vw;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.animalhospitalpoint__itemTxt {
  margin-top: 2%;
  font-size: 0.985222vw;
}

@media (max-width: 767px) {
  .animalhospitalpoint__ttlWrapper {
    width: 64.358974%;
  }

  .animalhospitalpoint__ttl {
    font-size: 10.769231vw;
    top: 47%;
    left: 47%;
    right: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .animalhospitalpoint__ttl span {
    font-size: 5.128205vw;
  }

  .animalhospitalpoint__item {
    display: block;
    border-bottom: solid 4px #000;
  }

  .animalhospitalpoint__itemImg {
    width: 100%;
  }

  .animalhospitalpoint__itemWrapper {
    width: 100%;
  }

  .animalhospitalpoint__itemInner {
    width: 70.25641%;
    margin: 0 auto;
    padding: 8.206% 0 11.026%;
  }

  .animalhospitalpoint__item:nth-child(2) .animalhospitalpoint__itemInner {
    width: 70.25641%;
    margin: 0 auto;
    padding: 8.206% 0 11.026%;
  }

  .animalhospitalpoint__itemTtl {
    font-size: 5.641026vw;
  }

  .animalhospitalpoint__itemTxt {
    font-size: 4.102564vw;
    margin-top: 3.287%;
  }
}

.animalhospitalservice {
  background-color: #484747;
  color: #ffffff;
  background: url(../img/animal_hospital/animalhospital-service-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 4.988% 0 6.0965%;
}

.animalhospitalservice__ttl {
  position: relative;
  width: 61.576355%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 2.586207vw;
  font-family: "Baskervville", serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

.animalhospitalservice__ttl span {
  display: block;
  font-size: 1.108374vw;
  letter-spacing: 0;
  margin-top: 1%;
}

.animalhospitalservice__ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -25%;
  width: 2.9%;
  height: 0.185vw;
  background-color: #ffffff;
}

.animalhospitalservice__list {
  width: 61.576355%;
  margin: 5.0496% auto 0;
  display: flex;
  justify-content: space-between;
}

.animalhospitalservice__item {
  background-color: #ffffff;
  color: #000000;
  width: 31%;
}

.animalhospitalservice__itemInner {
  padding: 13.55% 8%;
}

.animalhospitalservice__itemTtl {
  font-size: 1.3vw;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.animalhospitalservice__itemTxt {
  margin-top: 8.087%;
  font-size: 0.985222vw;
}

@media (max-width: 767px) {
  .animalhospitalservice {
    background: url(../img/animal_hospital/animalhospital-service-bg-sp.jpg);
    background-size: 100% 100%;
    padding: 13.59% 0 20.513%;
  }

  .animalhospitalservice__ttl {
    font-size: 9.230769vw;
    width: 92.307692%;
  }

  .animalhospitalservice__ttl span {
    font-size: 5.615385vw;
  }

  .animalhospitalservice__ttl::after {
    width: 8.056%;
    height: 0.77vw;
  }

  .animalhospitalservice__list {
    margin: 17.18% auto 0;
    width: 92.307692%;
    display: block;
  }

  .animalhospitalservice__item {
    width: 100%;
  }

  .animalhospitalservice__item:nth-child(n + 2) {
    margin-top: 8.334%;
  }

  .animalhospitalservice__itemInner {
    padding: 11.667% 10%;
  }

  .animalhospitalservice__itemTtl {
    font-size: 5.641026vw;
  }

  .animalhospitalservice__itemTxt {
    font-size: 4.102664vw;
    margin-top: 8.334%;
  }
}

.animalhospitalvoice {
  background: url(../img/animal_hospital/animalhospital-voice-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 5.1725% 0 4.31035%;
}

.animalhospitalvoice__ttl {
  position: relative;
  width: 61.576355%;
  margin: 0 auto;
  font-size: 2.586207vw;
  font-family: "Baskervville", serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

.animalhospitalvoice__ttl span {
  display: block;
  font-size: 1.108374vw;
  letter-spacing: 0;
  margin-top: 0.5%;
}

.animalhospitalvoice__ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -25%;
  width: 2.9%;
  height: 0.185vw;
  background-color: #000000;
}

.animalhospitalvoice__list {
  width: 61.576355%;
  margin: 5.0496% auto 0;
}

.animalhospitalvoice__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding-bottom: 5.5%;
}

.animalhospitalvoice__item:nth-child(2) {
  flex-direction: row-reverse;
}

.animalhospitalvoice__item:nth-child(n + 2) {
  margin-top: 5.5%;
}

.animalhospitalvoice__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.animalhospitalvoice__itemInner {
  width: 50%;
}

.animalhospitalvoice__itemTtlWrapper {
  position: relative;
  width: 74%;
}

.animalhospitalvoice__itemTtl {
  font-size: 1.231527vw;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.animalhospitalvoice__itemTxt {
  margin-top: 5.6%;
  font-size: 0.985222vw;
}

.animalhospitalvoice__itemImg {
  width: 44%;
}

.animalhospitalvoice__item:last-child .animalhospitalvoice__itemImg {
  margin-top: auto;
}

@media (max-width: 767px) {
  .animalhospitalvoice {
    background: url(../img/animal_hospital/animalhospital-voice-bg-sp.jpg);
    background-size: 100% 100%;
    padding: 13.59% 0 19.232%;
  }

  .animalhospitalvoice__ttl {
    font-size: 9.230769vw;
    width: 92.307692%;
  }

  .animalhospitalvoice__ttl span {
    font-size: 5.615385vw;
  }

  .animalhospitalvoice__ttl::after {
    width: 8.056%;
    height: 0.77vw;
  }

  .animalhospitalvoice__list {
    width: 100%;
    margin: 16.667% auto 0;
  }

  .animalhospitalvoice__item {
    flex-direction: column-reverse;
    padding-bottom: 12.822%;
    border-bottom: none;
  }

  .animalhospitalvoice__item:nth-child(2) {
    flex-direction: column-reverse;
  }

  .animalhospitalvoice__itemInner {
    width: 100%;
    margin-top: 7.694%;
  }

  .animalhospitalvoice__itemTtlWrapper {
    width: 94.871795%;
  }

  .animalhospitalvoice__item:nth-child(2) .animalhospitalvoice__itemTtlWrapper {
    width: 97.435897%;
  }

  .animalhospitalvoice__item:nth-child(3) .animalhospitalvoice__itemTtlWrapper {
    width: 76.923077%;
  }

  .animalhospitalvoice__itemTtl {
    font-size: 5.128205vw;
  }

  .animalhospitalvoice__itemTxt {
    width: 87.179487%;
    font-size: 4.102564vw;
    margin: 7.18% auto 0;
  }

  .animalhospitalvoice__itemImg {
    width: 100%;
  }

  .animalhospitalvoice__item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.animalhospitalwork {
  background-color: #484747;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5.542% 0 6.3425%;
  color: #ffffff;
}

.animalhospitalwork__ttl {
  position: relative;
  width: 61.576355%;
  margin: 0 auto;
  font-size: 2.586207vw;
  font-family: "Baskervville", serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

.animalhospitalwork__ttl span {
  display: block;
  font-size: 1.108374vw;
  letter-spacing: 0;
  margin-top: 0.5%;
}

.animalhospitalwork__ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -25%;
  width: 2.9%;
  height: 0.185vw;
  background-color: #ffffff;
}

.animalhospitalwork__list {
  width: 61.576355%;
  margin: 4.9265% auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.animalhospitalwork__item {
  width: 32%;
}

.animalhospitalwork__item:nth-child(n + 4) {
  margin-top: 4%;
}

.animalhospitalwork__itemTtlWrapper {
  background-color: #ffffff;
  height: 5.469vw;
  padding-left: 6%;
  display: flex;
  align-items: center;
}

.animalhospitalwork__itemTtl {
  font-size: 1.108374vw;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #000000;
}

@media (max-width: 767px) {
  .animalhospitalwork {
    padding: 13.59% 0 19.232%;
  }

  .animalhospitalwork__ttl {
    font-size: 9.230769vw;
    width: 92.307692%;
  }

  .animalhospitalwork__ttl span {
    font-size: 5.615385vw;
  }

  .animalhospitalwork__ttl::after {
    width: 8.056%;
    height: 0.77vw;
  }

  .animalhospitalwork__list {
    width: 82.051282%;
    margin: 21.5385% auto 0;
    display: block;
  }

  .animalhospitalwork__item {
    width: 100%;
  }

  .animalhospitalwork__item:nth-child(n + 2) {
    margin-top: 9.376%;
  }

  .animalhospitalwork__item:nth-child(n + 4) {
    display: none;
  }

  .animalhospitalwork__itemTtlWrapper {
    height: 18.463vw;
  }

  .animalhospitalwork__itemTtl {
    font-size: 4.615385vw;
  }
}

.animalhospitalother {
  background-color: #dbdbdb;
  padding: 6.0345% 0 0;
}

.animalhospitalother__top {
  display: flex;
  width: 61.576355%;
  margin: 0 auto;
  justify-content: space-between;
}

.animalhospitalother__topLink {
  width: 48%;
  position: relative;
  transition: 0.3s;
}

.animalhospitalother__topLink:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.animalhospitalother__topTtl {
  font-size: 2.586207vw;
  font-family: "Baskervville", serif;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.animalhospitalother__topTtl span {
  font-size: 1.108374vw;
  margin-top: 3%;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}

.animalhospitalother__bottom {
  margin-top: 6.835%;
  position: relative;
}

.animalhospitalother__bottomTtlWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  width: 19.335%;
  padding: 3.264% 0;
}

.animalhospitalother__bottomTtl {
  font-size: 2.216749vw;
  font-family: "Baskervville", serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

.animalhospitalother__bottomTtl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 9.236%;
  height: 0.185vw;
  background-color: #ffffff;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.animalhospitalother__bottomTtlWrapper span {
  font-size: 1.108374vw;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-top: 9.875%;
}

@media (max-width: 767px) {
  .animalhospitalother {
    padding: 17.95% 0 0;
  }

  .animalhospitalother__top {
    display: block;
    width: 100%;
  }

  .animalhospitalother__topLink {
    width: 100%;
  }

  .animalhospitalother__topLink:nth-child(2) {
    margin-top: 6.5%;
  }

  .animalhospitalother__topTtl {
    font-size: 8.205128vw;
  }

  .animalhospitalother__topTtl span {
    font-size: 4.615385vw;
  }

  .animalhospitalother__bottom {
    margin-top: 16.667%;
  }

  .animalhospitalother__bottomTtlWrapper {
    width: 71.794872%;
    padding: 12.822% 0;
  }

  .animalhospitalother__bottomTtl {
    font-size: 7.692308vw;
  }

  .animalhospitalother__bottomTtl::after {
    width: 10.36%;
    height: 0.77vw;
  }

  .animalhospitalother__bottomTtlWrapper span {
    font-size: 4.615385vw;
  }
}

.spBr {
  display: none;
}

@media (max-width: 1024px) {
  .spBr {
    display: block;
  }
}

.pcBr {
  display: block;
}

@media (max-width: 767px) {
  .pcBr {
    display: none;
  }
}

#sp-fixed-menu {
  display: none;
}

.page-id-843 #sp-fixed-menu,
.page-id-684 #sp-fixed-menu {
  display: none;
}

@media (max-width: 767px) {
  /*メニューをページ下部に固定*/
  #sp-fixed-menu {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    z-index: 10;
  }

  #sp-fixed-menu {
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid #fff;
  }

  /*左側メニューを緑色に*/
  #sp-fixed-menu .menucontent {
    background: rgb(240, 239, 239);
    background: linear-gradient(
      180deg,
      rgba(240, 239, 239, 1) 0%,
      rgba(250, 250, 250, 1) 50%,
      rgba(255, 255, 255, 1) 100%
    );
  }

  /*ボタンを調整*/
  #sp-fixed-menu .menucontent a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 5.8979% 0;
    color: #000000;
    font-size: 5.128205vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menucontent__img {
    width: 9.489%;
  }

  .menucontent__txt {
    margin-left: 3.847%;
  }

  .for-sp {
    opacity: 0;
    transition: 1s;
  }

  .for-sp.active {
    opacity: 1;
    transition: 1s;
  }
}

/*リンクの形状*/
#page-top a {
  font-family: none;
  line-height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #141414;
  opacity: 0.8;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

/*リンクを左下に固定*/
#page-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

#page-top svg {
  width: 30%;
}

@media (max-width: 767px) {
  #page-top {
    bottom: 85px;
  }
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(200px);
  }
}

.fade-start {
  opacity: 0;
  transform: translateY(20px);
}

.fade {
  opacity: 0;
  transform: translateY(50px);
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
}

.veterninary_img {
  &.-compare {
    position: relative;

    &:after {
      content: url(../img/veterninary/tenant_remodeling/arrow.svg);
      position: absolute;
      right: -45px;
      top: 50%;
    }
  }
}

.animalhospitalconcept {
  position: relative;
  background: url(../img/animal_hospital/animalhospital-concept-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: calc(85 / 1624 * 100%) calc(366 / 1624 * 100%);
  border-bottom: solid 10px #000;
}
.animalhospitalconcept__wrapper {
  width: 67.576355%;
  margin-inline: auto;
}
.animalhospitalconcept__ttl {
  display: flex;
  flex-direction: column;
}
.animalhospitalconcept__ttl span {
  font-weight: 600;
  font-size: calc((44 / 1624) * 100vw);
  letter-spacing: 0.05em;
  line-height: 68px;
  line-height: calc(68 / 44);
  text-align: left;
  color: #fff;
  display: block;
  width: fit-content;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
}
.animalhospitalconcept__txt {
  font-weight: 600;
  font-size: calc((24 / 1624) * 100vw);
  line-height: calc(40 / 24);
  text-align: left;
  color: #fff;
  margin-top: calc(19 / 1624 * 100%);
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .animalhospitalconcept {
    padding-block: calc(40 / 375 * 100%) calc(80 / 375 * 100%);
    position: relative;
  }
  .animalhospitalconcept::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .animalhospitalconcept__wrapper {
    width: 78.25641%;
  }
  .animalhospitalconcept__ttl span {
    font-size: calc((22 / 375) * 100vw);
  }
  .animalhospitalconcept__txt {
    margin-top: calc(12 / 375 * 100%);
    font-size: calc((16.5 / 375) * 100vw);
  }
}

@media (min-width: 1080px) {
  #gnav .menu {
    display: flex;
    justify-content: space-between;
  }

  #gnav .menu_link {
    color: #000;
    /* font-size: 1.6rem; */
    font-size: calc((16 / 1624) * 100vw);
    font-size: min(1.6rem, calc(16 / 1624 * 100vw));
    font-weight: 500;
    display: block;
    padding: 19px 1.1vw;
    text-decoration: none;
    position: relative;
    /* 通常時はホバー時の文字を非表示にする */
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
#gnav .menu_link.-lg {
  padding: 19px 1.8vw;
}

.animalhospitalstrategy {
  position: relative;
  background: url(../img/animal_hospital/animalhospital-strategy-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: calc(80 / 1624 * 100%) calc(71 / 1624 * 100%);
  border-bottom: solid 10px #000;
}
.animalhospitalstrategy__wrapper {
  width: 61.576355%;
  margin-inline: auto;
}
.animalhospitalstrategy__meaid {
  display: grid;
  grid-template-columns: 450fr 480fr;
  gap: calc(70 / 1000 * 100%);
  align-items: center;
}
.animalhospitalstrategy__mediaImage {
  aspect-ratio: 450 / 400;
  overflow: hidden;
  display: block;
  width: 100%;
}
.animalhospitalstrategy__mediaImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animalhospitalstrategy__content {
  display: grid;
  grid-template-rows: 1fr;
}
.animalhospitalstrategy__ttl {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: calc((30 / 1624) * 100vw);
  line-height: calc(30 / 30);
  color: #fff;
}
.animalhospitalstrategy__subTxt {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: calc((20 / 1624) * 100vw);
  line-height: calc(32 / 20);
  color: #fff;
  margin-top: 12px;
}
.animalhospitalstrategy__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: calc((16 / 1624) * 100vw);
  line-height: calc(26 / 16);
  color: #fff;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .animalhospitalstrategy {
    padding-block: calc(40 / 375 * 100%) calc(30 / 375 * 100%);
  }
  .animalhospitalstrategy__wrapper {
    width: 92.307692%;
  }
  .animalhospitalstrategy__meaid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .animalhospitalstrategy__ttl {
    font-size: calc((20 / 375) * 100vw);
  }
  .animalhospitalstrategy__subTxt {
    font-size: calc((18 / 375) * 100vw);
  }
  .animalhospitalstrategy__txt {
    font-size: calc((16 / 375) * 100vw);
  }
}

.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}