@charset "UTF-8";

/* ******************************************** */
/* directory:top */
/* トップページ */
/* ******************************************** */

/* [ ファーストビュー ]
 * -------------------------------------------- */
.topFv{
  background-color:hsla(192,46%,89%,1);
  background-image:
  radial-gradient(at 89% 76%, hsla(194,50%,83%,1) 0px, transparent 50%),
  radial-gradient(at 83% 27%, hsla(195,51%,90%,1) 0px, transparent 50%),
  radial-gradient(at 56% 68%, hsla(180,100%,93%,1) 0px, transparent 50%),
  radial-gradient(at 74% 41%, hsla(136,100%,98%,1) 0px, transparent 50%),
  radial-gradient(at 42% 40%, hsla(57,100%,96%,1) 0px, transparent 50%),
  radial-gradient(at 0% 21%, hsla(357,96%,91%,1) 0px, transparent 50%),
  radial-gradient(at 28% 60%, hsla(26,100%,94%,1) 0px, transparent 50%);
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 0 100px;
}
/* オーバーレイ英字 */
.topFv_bgtxt{
  position: absolute;
  width: 105%;
  height: 50%;
  background: url(../img/page/top/fv_txt.png) left/contain no-repeat;
  mix-blend-mode: overlay;
  left: 0;
  top: 10%;
  z-index: -1;
}
/* ブロック全体 */
.topFv_flexbox{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1300px;
  padding: 0 40px;
  margin: 250px auto 80px;
}
/* キャッチコピー */
.topFv_flexbox .catchcopy{
  width: 60%;
  padding: 0 40px 0 0;
  text-align: center;
}
.topFv_flexbox .catchcopy .ja{
  font: 400 62px/1.4 var(--font-family-mincho);
}
.topFv_flexbox .catchcopy .en{
  display: inline-block;
  font: 400 26px var(--font-family-marcellus);
  letter-spacing: .1em;
  margin: 20px 0 0;
  padding: 0 40px;
  position: relative;
  color: var(--green);
}
.topFv_flexbox .catchcopy .en::before,
.topFv_flexbox .catchcopy .en::after{
  position: absolute;
  content: '';
  width: 27px;
  height: 1px;
  background: var(--green);
  top: 50%;
  transform: translateY(-50%);
}
.topFv_flexbox .catchcopy .en::before{
  left: 0;
}
.topFv_flexbox .catchcopy .en::after{
  right: 0;
}
/* キーワード検索 */
.topFv_flexbox .infobox{
  width: 40%;
}
.topFv_flexbox .infobox .search{
  background: linear-gradient(#72c9c2 0%, #10baab 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: var(--white);
  padding: 30px 40px;
  text-align: center;
}
.topFv_flexbox .infobox .search .ttl .en{
  display: inline-block;
  font: 400 16px var(--font-family-marcellus);
  letter-spacing: .2em;
  padding: 0 40px;
  position: relative;
}
.topFv_flexbox .infobox .search .ttl .en::before,
.topFv_flexbox .infobox .search .ttl .en::after{
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.topFv_flexbox .infobox .search .ttl .en::before{
  left: 0;
}
.topFv_flexbox .infobox .search .ttl .en::after{
  right: 0;
}
.topFv_flexbox .infobox .search .ttl .ja{
  font: 400 28px var(--font-family-mincho);
}
.topFv_flexbox .infobox .search .link a{
  text-decoration: underline;
}
.topFv_flexbox .infobox .search .link a:hover{
  opacity: .6;
}
/* キーワード検索 spポップアップ */
.search_popup{
  text-align: center;
}
.search_popup .morelink{
  display: inline-block;
  color: var(--blue);
  font-size: 15px;
  text-decoration: underline;
  margin: 20px 0 0;
}
#js-search_popup_open{
  background: linear-gradient(#72c9c2 0%, #10baab 100%);
  color: var(--white);
  font: 400 19px var(--font-family-mincho);
  padding: 10px 20px 10px 40px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  border-radius: 100px;
  position: relative;
}
#js-search_popup_open::before{
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  background: url(../img/common/parts_search2.png) center/contain no-repeat;
}
.search_popup_inner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#72c9c2 0%, #10baab 100%);
  z-index: 100;
}
.search_popup_box{
  position: absolute;
  width: 100%;
  padding: 0 30px;
  top: 150px;
  left: 0;
  color: var(--white);
  text-align: center;
}
.search_popup_box .ttl .en{
  display: inline-block;
  font: 400 16px var(--font-family-marcellus);
  letter-spacing: .2em;
  padding: 0 40px;
  position: relative;
}
.search_popup_box .ttl .en::before,
.search_popup_box .ttl .en::after{
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.search_popup_box .ttl .en::before{
  left: 0;
}
.search_popup_box .ttl .en::after{
  right: 0;
}
.search_popup_box .ttl .ja{
  font: 400 22px var(--font-family-mincho);
}
.search_popup_box .close{
  text-decoration: underline;
}
/* 重要なお知らせ */
.topFv_flexbox .infobox .important_news{
  margin: 20px 0 0;
  background: var(--white);
  border: 1px solid var(--red);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px 25px;
}
.topFv_flexbox .infobox .important_news .ttl{
  color: var(--red);
  position: relative;
  padding: 0 0 0 25px;
}
.topFv_flexbox .infobox .important_news .ttl::before{
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  background: url(../img/common/parts_caution.png) center/contain no-repeat;
  top: 7px;
  left: 0;
}
.topFv_flexbox .infobox .important_news li a{
  font-size: 14px;
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.topFv_flexbox .infobox .important_news li a:hover{
  opacity: .6;
}
/* メニューボタン */
.topFv .menuList{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.topFv .menuList li{
  width: calc(100% / 3);
  padding: 0 15px;
}
.topFv .menuList li a{
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--green);
  padding: 25px;
}
.topFv .menuList li a img{
  width: 40px;
}
.topFv .menuList li a .txt{
  margin: 0 0 0 20px;
  font: 400 18px var(--font-family-mincho);
}
.topFv .menuList li a:hover{
  opacity: .6;
}

@media screen and (max-width: 767px){
  .topFv{
    padding: 0 0 60px;
  }
  /* オーバーレイ英字 */
  .topFv_bgtxt{
    background: url(../img/page/top/fv_txt_sp.png) top/contain no-repeat;
  }
  /* ブロック全体 */
  .topFv_flexbox{
    padding: 0 20px;
    margin: 100px auto 40px;
  }
  /* キャッチコピー */
  .topFv_flexbox .catchcopy{
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  .topFv_flexbox .catchcopy .ja{
    font-size: 38px;
  }
  .topFv_flexbox .catchcopy .en{
    font-size: 12px;
    margin: 10px 0 0;
    padding: 0 25px;
  }
  .topFv_flexbox .catchcopy .en::before,
  .topFv_flexbox .catchcopy .en::after{
    width: 15px;
  }
  /* キーワード検索 */
  .topFv_flexbox .infobox{
    width: 100%; 
  }
  .topFv_flexbox .infobox .search{
    padding: 20px;
  }
  .topFv_flexbox .infobox .search .ttl .ja{
    font-size: 22px;
  }
  /* メニューボタン */
  .topFv .menuList{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .topFv .menuList li{
    width: calc(100% / 2);
    padding: 0 5px;
  }
  .topFv .menuList li:last-of-type{
    width: calc(100% / 1);
    margin: 10px 0 0;
  }
  .topFv .menuList li a{
    display: block;
    text-align: center;
    padding: 20px 10px;
  }
  .topFv .menuList li a .txt{
    margin: 5px 0 0;
    font-size: 16px;
  }
}


/* [ 注目の情報・特集 ]
 * -------------------------------------------- */
 .topPickup{
  background: var(--white);
  padding: 40px 0;
}
.topPickup_ttl{
  text-align: center;
  margin: 0 0 20px;
}
.topPickup_ttl .en{
  display: block;
  font: 400 21px var(--font-family-marcellus);
  letter-spacing: .1em;
  color: var(--green);
}
.topPickup_ttl .ja{
  display: block;
  font: 400 24px var(--font-family-mincho);
  letter-spacing: .08em;
}
.topPickup .js-pickupSlider a:hover{
  opacity: .6;
}

@media screen and (max-width: 767px){
  .topPickup{
    padding: 30px 0;
  }
  .topPickup_ttl{
    margin: 0 0 10px;
  }
  .topPickup_ttl .en{
    font-size: 17px;
  }
  .topPickup_ttl .ja{
    font-size: 22px;
  }
}


/* [ 東京獣医師会について ]
 * -------------------------------------------- */
.topAbout{
  background: url(../img/page/top/about_bg.jpg) bottom/cover no-repeat;
  box-shadow: 0px 3px 60px rgba(112, 165, 184, 0.38);
  padding: 100px 0;
}
.topAbout_flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.topAbout_flex_item{
  width: 50%;
  padding: 0 40px 0 0;
}
.topAbout_flex_item .cm_btn01{
  margin: 40px 0 0;
}
.topAbout_flex_item_image{
  width: 50%;
  text-align: center;
}
.topAbout_flex_item_image img{
  max-width: 450px;
}

@media screen and (max-width: 767px){
  .topAbout{
    padding: 60px 0;
  }
  .topAbout_flex_item{
    width: 100%;
    padding: 0;
    order: 2;
  }
  .topAbout_flex_item .cm_btn01{
    margin: 20px 0 0;
  }
  .topAbout_flex_item_image{
    width: 100%;
    order: 1;
    margin: 0 0 40px;
  }
  .topAbout_flex_item_image img{
    max-width: 450px;
  }
  .about .btn01{
    text-align: center;
  }
}


/* [ 活動内容 ]
 * -------------------------------------------- */
/* 動画 */
.topActivity_movie{
  background: var(--white);
  border-radius: 10px;
  padding: 60px 0;
  margin: 0 0 150px;
}
.topActivity_movie_inner{
  max-width: 660px;
  margin: 0 auto;
}
.topActivity_movie .js-modal-video{
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
.topActivity_movie .js-modal-video::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.topActivity_movie .js-modal-video::after{
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  background: url(../img/common/parts_playmovie.png) center/contain no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.topActivity_movie .js-modal-video img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.topActivity_movie .js-modal-video .txt{
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  z-index: 2;
  width: calc(100% - 40px);
  text-align: center;
  font: 400 29px var(--font-family-mincho);
}
/* 取り組み内容 */
.topActivity_flexbox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 150px;
}
.topActivity_flexbox .item{
  width: calc(50% - 120px);
}
.topActivity_flexbox .img{
  width: 50%;
  position: relative;
}
.topActivity_flexbox.rev .item{
  order: 2;
}
.topActivity_flexbox.rev .img{
  order: 1;
}
.topActivity_flexbox .item h3{
  font: 400 32px var(--font-family-mincho);
  color: var(--green);
  margin: 0 0 20px;
}
.topActivity_flexbox .item .btnbox{
  margin: 60px 0 0;
  text-align: right;
}
.topActivity_flexbox .img::before{
  position: absolute;
  content: '';
  width: 60%;
  padding-top: calc((2 / 3) * 60%);
  bottom: -40px;
  left: -40px;
  background: #72c9c2;
  opacity: 0.43;
  z-index: -1;
}
.topActivity_flexbox .img::after{
  position: absolute;
  content: '';
  width: 15%;
  padding-top: calc((1 / 1) * 15%);
  top: -40px;
  right: -40px;
  background: #72c9c2;
  opacity: 0.43;
  z-index: 1;
}
.topActivity_flexbox.rev .img::before{
  left: auto;
  right: -40px;
}
.topActivity_flexbox.rev .img::after{
  right: auto;
  left: -40px;
}
.topActivity_btnbox{
  text-align: center;
  margin: 60px 0 0;
}
/* サブ リンク */
.topActivity_subbox{
  background: var(--white);
  margin: 80px 0 0;
  padding: 40px 0;
}
.topActivity_subbox_flexbox{
  display: flex;
}
.topActivity_subbox_flexbox .linkitem{
  width: 50%;
  border-right: 1px solid var(--gray);
}
.topActivity_subbox_flexbox .linkitem:last-of-type{
  width: (50% - 30px);
  border: none;
}
.topActivity_subbox_flexbox .linkitem a{
  display: flex;
  align-items: center;
  padding: 0 60px 0 0;
  position: relative;
}
.topActivity_subbox_flexbox .linkitem:last-of-type a{
  padding: 0 60px 0 30px;
}
.topActivity_subbox_flexbox .linkitem a::after{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transform-origin: left;
  width: 20px;
  height: 7px;
  background-color: var(--green);
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: transform .3s;
}
.topActivity_subbox_flexbox .linkitem a:hover{
  opacity: .6;
}
.topActivity_subbox_flexbox .linkitem a:hover::after{
  transform: translateY(-50%) scaleX(1.2);
}
.topActivity_subbox_flexbox .linkitem .img{
  width: 120px;
}
.topActivity_subbox_flexbox .linkitem .txt{
  width: calc(100% - 120px);
  font-size: 14px;
  padding: 0 0 0 30px;
}
.topActivity_subbox_flexbox .linkitem .txt h3{
  font: 400 20px/1.5 var(--font-family-mincho);
  margin: 0 0 15px;
}
.topActivity_subbox_flexbox .linkitem .txt h3.facebook{
  position: relative;
  display: inline-block;
  padding: 0 35px 0 0;
}
.topActivity_subbox_flexbox .linkitem .txt h3.facebook::before{
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/common/parts_sns_fb.png) center/contain no-repeat;
  right: 0;
  top: 3px;
}

@media screen and (max-width: 767px){
  /* 動画 */
  .topActivity_movie{
    margin: 0 -20px 60px;
    border-radius: 0;
    padding: 20px 40px;
  }
  .topActivity_movie .js-modal-video::after{
    width: 44px;
    height: 44px;
    background: url(../img/common/parts_playmovie_sp.png) center/contain no-repeat;
  }
  .topActivity_movie .js-modal-video .txt{
    bottom: 15%;
    font-size: 13px;
  }
  /* 取り組み内容 */
  .topActivity_flexbox{
    flex-wrap: wrap;
    margin: 0 0 60px;
  }
  .topActivity_flexbox .item{
    order: 2;
    width: 100%;
  }
  .topActivity_flexbox .img{
    width: 100%;
    order: 1;
    margin: 0 0 40px;
  }
  .topActivity_flexbox .item h3{
    font-size: 23px;
    margin: 0 0 10px;
  }
  .topActivity_flexbox .item .btnbox{
    text-align: center;
    margin: 30px 0 0;
  }
  .topActivity_flexbox .img::before{
    bottom: -20px;
    left: -20px;
  }
  .topActivity_flexbox .img::after{
    top: -20px;
    right: -20px;
  }
  .topActivity_flexbox.rev .img::before{
    right: -20px;
  }
  .topActivity_flexbox.rev .img::after{
    left: -20px;
  }
  .topActivity_btnbox{
    margin: 20px 0 0;
  }
  /* サブ リンク */
  .topActivity_subbox{
    margin: 50px 0 0;
    padding: 10px 0;
  }
  .topActivity_subbox_flexbox{
    display: block;
  }
  .topActivity_subbox_flexbox .linkitem{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--gray);
  }
  .topActivity_subbox_flexbox .linkitem:last-of-type{
    width: 100%;
  }
  .topActivity_subbox_flexbox .linkitem a{
    padding: 20px 30px 20px 0;
    align-items: flex-start;
  }
  .topActivity_subbox_flexbox .linkitem:last-of-type a{
    padding: 20px 30px 20px 0;
  }
  .topActivity_subbox_flexbox .linkitem a::after{
    right: 0;
  }
  .topActivity_subbox_flexbox .linkitem .img{
    width: 90px;
  }
  .topActivity_subbox_flexbox .linkitem .txt{
    width: calc(100% - 90px);
    font-size: 13px;
    line-height: 1.6;
    padding: 0 0 0 15px;
  }
  .topActivity_subbox_flexbox .linkitem .txt h3{
    margin: 0 0 10px;
    font-size: 18px;
  }
  .topActivity_subbox_flexbox .linkitem .txt h3.facebook{
    padding: 0 30px 0 0;
  }
  .topActivity_subbox_flexbox .linkitem .txt h3.facebook::before{
    width: 20px;
    height: 20px;
    top: 4px;
  }
}


/* [ 最新情報 ]
 * -------------------------------------------- */
 .topNews_flexbox{
  display: flex;
  justify-content: space-between;
}
.topNews_flexbox .box01{
  width: calc(50% - 20px);
}
.topNews_flexbox .box01 > h3 {
  margin: 0;
  background: var(--green);
  color: var(--white);
  display: inline-block;
  padding: 3px 30px;
	border-radius:100px;
  position: relative;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.topNews_flexbox .box01 h3 .en{
  font: 400 18px var(--font-family-marcellus);
  position: relative;
  padding: 0 35px 0 0;
}
.topNews_flexbox .box01 h3 .en::before{
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background: var(--white);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.topNews_flexbox .box01 h3 .ja{
  font: 400 21px var(--font-family-mincho);
}
.topNews_flexbox .box01 .cm_artList{
  margin: 0;
}
.topNews_flexbox .box01 .cm_artList li{
  padding: 0 20px;
  margin: 0;
}
.topNews_flexbox .box01 .cm_artList .cm_artList_item{
  justify-content: flex-start;
}
.topNews_flexbox .box01 .cm_artList .cate{
  margin: 0 0 0 15px;
}
.topNews_flexbox .box02{
  width: 50%;
  padding: 41px 0 0;
}
.topNews_flexbox .btnbox{
  margin: 40px 0 0;
  text-align: center;
}
/* swiperカスタマイズ */
.js-topNewsPickup .swiper-button-prev,
.js-topNewsPickup .swiper-button-next{
  width: 40px;
  height: 40px;
}
.js-topNewsPickup .swiper-button-prev{
  left: 0;
}
.js-topNewsPickup .swiper-button-next{
  right: 0;
}
.js-topNewsPickup .swiper-button-prev::after,
.js-topNewsPickup .swiper-button-next::after{
  content: '';
  width: 100%;
  height: 100%;
}
.js-topNewsPickup .swiper-button-prev::after{
  background: url(../img/common/parts_slider_prev.png) center/contain no-repeat;
}
.js-topNewsPickup .swiper-button-next::after{
  background: url(../img/common/parts_slider_next.png) center/contain no-repeat;
}
/* カテゴリー一覧 */
.topNews_catbox{
  background: linear-gradient(#72c9c2 0%, #10baab 100%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  margin: 80px 0 0;
  padding: 35px 25px 35px 35px;
}
.topNews_catbox h3{
  color: var(--white);
  font: 400 25px var(--font-family-mincho);
  text-align: center;
  margin: 0 0 20px;
}
.topNews_catbox ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.topNews_catbox ul li{
  margin: 0 10px 10px 0;
}
.topNews_catbox ul li a{
  display: inline-block;
  line-height: 1;
  font-size: 17px;
  color: var(--green);
  background: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
}
.topNews_catbox ul li a:hover{
  opacity: .8;
}

@media screen and (max-width: 767px){
  .topNews_flexbox{
    display: block;
  }
  .topNews_flexbox .box01{
    width: 100%;
    margin: -18px 0 0;
  }
  .js-topNewsPickup{
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .topNews_flexbox .box01 > h3{
    margin: 0;
    background: var(--green);
    color: var(--white);
    display: inline-block;
    padding: 3px 30px;
    border-radius: 100px;
    position: relative;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .topNews_flexbox .box01 h3 .en{
    font-size: 16px;
  }
  .topNews_flexbox .box01 h3 .en::before{
    background: var(--white);
  }
  .topNews_flexbox .box01 h3 .ja{
    font-size: 18px;
  }
  .topNews_flexbox .box01 .cm_artList{
    margin: 0;
  }
  .topNews_flexbox .box01 .cm_artList li{
    padding: 0 10px;
    height: auto;
  }
  .topNews_flexbox .box01 .cm_artList li a{
    height: 100%;
    padding-top: 33px;
  }
  .topNews_flexbox .box02{
    width: 100%;
    padding: 50px 0 0;
  }
  .topNews_flexbox .btnbox{
    margin: 20px 0 0;
  }
  /* swiperカスタマイズ */
  .js-topNewsPickup .swiper-button-prev,
  .js-topNewsPickup .swiper-button-next{
    width: 30px;
    height: 30px;
  }
  /* カテゴリー一覧 */
  .topNews_catbox{
    margin: 50px 0 0;
    padding: 20px 7px 20px 15px;
  }
  .topNews_catbox h3{
    font-size: 18px;
    margin: 0 0 15px;
  }
  .topNews_catbox ul li{
    margin: 0 8px 8px 0;
  }
  .topNews_catbox ul li a{
    font-size: 13px;
    border-radius: 5px;
    padding: 8px 10px;
  }
}


/* [ メディア紹介 ]
 * -------------------------------------------- */
.topMedia_flex{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.topMedia_flex_box{
  width: 50%;
  padding: 0 20px;
}
.topMedia_flex_box a{
  display: block;
  height: 200px;
  padding: 60px 40px;
  color: #fff;
  background: #1F3036;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.topMedia_flex_box a::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  transition: .5s;
}
.topMedia_flex_box:nth-child(1) a::before{
  background: url(../img/page/top/media_01.jpg) center/cover no-repeat;
}
.topMedia_flex_box:nth-child(2) a::before{
  background: url(../img/page/top/media_02.jpg) center/cover no-repeat;
}
.topMedia_flex_box a:hover::before{
  transform: scale(1.1);
  opacity: 0.1;
}
.topMedia_flex_box h3{
  font: 400 22px/1.6 var(--font-family-mincho);
  letter-spacing: .1em;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.topMedia_flex_box h3 span{
  font: 400 16px var(--font-family-marcellus);
  letter-spacing: .1em;
  color: var(--green);
  display: block;
}
.topMedia_flex_box .more{
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.topMedia_flex_box .more .arrow{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--white);
  position: relative;
  margin: 0 0 0 1em;
  transition: .3s;
}
.topMedia_flex_box .more .arrow::after{
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 20px;
  height: 7px;
  background-color: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: transform .3s;
}
.topMedia_flex_box a:hover .more .arrow{
  background: var(--white);
}
.topMedia_flex_box a:hover .more .arrow::after{
  transform: translate(-50%, -50%) scaleX(1.2);
  background-color: var(--green);
}
@media screen and (max-width: 767px){
  .topMedia_flex_box{
    width: 100%;
    margin: 0 0 20px;
  }
  .topMedia_flex_box a{
    height: auto;
    padding:30px 75px 30px 20px;
  }
  .topMedia_flex_box h3{
    font-size: 18px;
    position: initial;
  }
  .topMedia_flex_box h3 span{
    font-size: 14px;
  }
  .topMedia_flex_box .more{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  .topMedia_flex_box .more .arrow{
    width: 40px;
    height: 40px;
  }
  .topMedia_flex_box .more .arrow::after{
    top: 44%;
    width: 18px;
    height: 7px;
  }
}


/* [ 目的別情報検索 ]
 * -------------------------------------------- */
 /* タブ */
.topContents_tab {
  display: flex;
  align-items: flex-end;
  height: 100px;
}
.topContents_tab_item {
  font: 400 20px var(--font-family-mincho);
  letter-spacing: .1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  height: 70px;
  position: relative;
  transition: all .3s ease-out;
  margin: 0 2px;
  cursor: pointer;
}
.topContents_tab_item.current {
  background-color: var(--white);
  border-top: 1px solid var(--green);
  border-left: 1px solid var(--green);
  border-right: 1px solid var(--green);
  color: var(--green);
  height: 100px;
  transition: all .3s ease-in-out;
}
/* タブ中身全体 */
.topContents_boxgroup{
  background: var(--white);
  border-bottom: 1px solid var(--green);
}
.topContents_boxgroup_box {
  display: none;
  padding: 80px 0;
}
.topContents_boxgroup_box_btnbox{
  text-align: right;
  margin: 40px 0 0;
}
/* タブ中身 - 検索ボックス */
.topContents_boxgroup_box .hd_sec_flexbox{
  display: flex;
  align-items: center;
}
.topContents_boxgroup_box .hd_sec_flexbox .txt{
  width: 60%;
  padding: 0 60px 0 0;
}
.topContents_boxgroup_box .hd_sec_flexbox .search{
  width: 40%;
  text-align: center;
}
.topContents_boxgroup_box .hd_sec .search_ttl{
  font: 400 26px var(--font-family-mincho);
}
.topContents_boxgroup_box .hd_sec .search .cm_searchKeyword form{
  background: #E9F3F6;
}
/* タブ中身 - 最新情報 */
.topContents_boxgroup_box .cm_artList{
  margin: 0;
}
.topContents_boxgroup_box .cm_artList li{
  padding: 0;
  height: auto;
}
/* タブ中身 - よくある質問 */
.topContents_boxgroup_box .cm_ul_list01 li{
  font: 400 20px var(--font-family-mincho);
}
.topContents_boxgroup_box .cm_ul_list01 li::before{
  top: 11px;
}

@media screen and (max-width: 767px){
  /* タブ */
  .topContents_tab {
    height: 80px;
    margin: 0 -10px;
  }
  .topContents_tab_item {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .05em;
    height: 60px;
    width: calc(100% / 3);
  }
  .topContents_tab_item.current {
    height: 80px;
  }
  /* タブ中身全体 */
  .topContents_boxgroup_box {
    padding: 30px 0;
  }
  .topContents_boxgroup_box_btnbox{
    margin: 30px 0 0;
  }
  /* タブ中身 - 検索ボックス */
  .topContents_boxgroup_box .hd_sec_flexbox{
    display: block;
  }
  .topContents_boxgroup_box .hd_sec_flexbox .txt{
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  .topContents_boxgroup_box .hd_sec_flexbox .search{
    width: 100%;
  }
  .topContents_boxgroup_box .hd_sec .search_ttl{
    font-size: 24px;
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .topContents_boxgroup_box .hd_sec .search .cm_searchKeyword form{
    background: #E9F3F6;
  }
  /* タブ中身 - 最新情報 */
  .topContents_boxgroup_box .cm_artList li{
    margin-bottom: 0;
  }
  /* タブ中身 - よくある質問 */
  .topContents_boxgroup_box .cm_ul_list01 li{
    font-size: 16px;
    margin: 0 0 25px;
  }
  .topContents_boxgroup_box .cm_ul_list01 li::before{
    top: 9px;
  }
}


/* [ 東獣パートナー ]
 * -------------------------------------------- */
.topPartner{
  background: var(--white);
  border-radius: 10px;
  padding: 80px 0;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.topPartner .cm_contentsTtl .en::before{
  content: none;
}
.topPartner .txt{
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px){
  .topPartner{
    padding: 40px 0;
    max-width: calc(100% - 40px);
  }
  .topPartner .txt{
    text-align: left;
  }
  .topPartner .cm_bnList {
    margin: 20px auto;
    max-width: calc(100% - 40px);
  }
  .topPartner .cm_bnList li{
    width: 100%;
  }
}


/* ******************************************** */
/* directory: - */
/* 下層ページ共通 */
/* ******************************************** */
/* メインブロック */
.page main{
  margin-top: 100px;
}

/* ページタイトル */
.page .hd_sec{
  margin: 0 0 100px;
}
.page .hd_ttl{
  color: var(--white);
  border-radius: 0px 45px;
  background: linear-gradient(-90deg,#87c0d3 0%, var(--green) 100%);
  padding: 70px 0;
  margin: 0 0 15px;
}
.page .hd_ttl h2 .en{
  font: 400 36px var(--font-family-marcellus);
  position: relative;
  padding: 0 0 0 80px;
}
.page .hd_ttl h2 .en::before{
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  left: 0;
  top: 22px;
  background: var(--white);
}
.page .hd_ttl h2 .ja{
  font: 400 20px var(--font-family-mincho);
  margin: 0 0 0 0.5em;
}

/* パンクズ */
.pankuzu{
  font-size: 13px;
  letter-spacing: 0;
}
.pankuzu .breadcrumbs > span{
  position: relative;
  padding: 0 1.5em 0 0;
}
.pankuzu .breadcrumbs > span::before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--blue-dark);
  border-right: 1px solid var(--blue-dark);
  right: 0.7em;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
}
.pankuzu .breadcrumbs > span:last-of-type{
  padding: 0;
}
.pankuzu .breadcrumbs > span:last-of-type::before{
  content: none;
}
.pankuzu .breadcrumbs > span a{
  text-decoration: underline;
}
.pankuzu .breadcrumbs > span a:hover{
  opacity: .6;
}

@media screen and (max-width: 767px){
  /* メインブロック */
  .page main{
    margin-top: 75px;
  }

  /* ページタイトル */
  .page .hd_sec{
    margin: 0 0 40px;
  }
  .page .hd_ttl{
    border-radius: 0px 35px;
    padding: 40px 0;
    margin: 0 0 10px;
  }
  .page .hd_ttl h2 .en{
    font-size: 26px;
    padding: 0 0 0 45px;
    display: block;
  }
  .page .hd_ttl h2 .en::before{
    width: 30px;
    top: 15px;
  }
  .page .hd_ttl h2 .ja{
    font-size: 16px;
    margin: 0;
    padding: 0 0 0 45px;
  }

  /* パンクズ */
  .pankuzu{
    font-size: 12px;
  }
  .pankuzu .breadcrumbs > span::before{
    width: 6px;
    height: 6px;
    top: 49%;
  }
}

/* [ 情報公開 ]
 * -------------------------------------------- */
@media screen and (max-width: 767px){
  #public .cm_contentsTtl .ja{
    font-size: 23px;
  }
}

/* ******************************************** */
/* directory: search */
/* 動物病院検索 */
/* ******************************************** */
.searchForm{
  margin: 0 0 60px;
}
/* [ 検索フォーム ]
 * -------------------------------------------- */
/* 検索ブロック全体 */
.searchForm_wrap{
  background: var(--white);
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 0px 3px 30px rgba(112, 165, 184, 0.44);
}
.searchForm_wrap_hd{
  text-align: center;
  color: var(--white);
  font-weight: 700;
  margin: -20px -20px;
  background: var(--blue-dark);
  padding: 10px;
  border-radius: 5px;
}

/* カテゴリーチェック部分 */
.searchForm_taxflex {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.searchForm_tax{
  cursor: pointer;
  width: 25%;
  margin: 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0;
  line-height: 1.4;
  transition: .3s;
}
.searchForm_tax .ttl{
  font-size: 13px;
  margin: 0 0 5px;
  color: var(--blue-dark);
  font-weight: 700;
}
.searchForm_tax .item{
  color: var(--gray-dark);
  transition: .3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.searchForm_taxall .overflow_inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 84px);
  max-height: 500px;
  padding: 0 40px;
}
.searchForm_taxall h3{
  font-size: 14px;
  position: relative;
  padding: 0 0 0 19px;
  margin: 40px 0 20px 40px;
}
.searchForm_taxall h3::before{
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  background: var(--green);
  left: 0;
  top: 15px;
}
.searchForm_taxall h3 span{
  font-size: 20px;
  margin: 0 0.1em 0 0;
}

.searchForm_taxall_item{
  margin: 20px 0 0;
  padding: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed var(--gray);
}
.searchForm_taxall_item:last-of-type{
  border-bottom: none;
  padding: 0 0 30px;
}
.searchForm_taxall_item li{
  margin: 0 5px 10px;
}
.searchForm_taxall_item label input {
  display: none;
}
.searchForm_taxall_item label > div {
  display: inline-block;
  border: 1px solid var(--gray);
  padding: 10px 15px;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0;
  border-radius: 4px;
}
.searchForm_taxall_item label > div span{
  display: inline-block;
  font-size: 12px;
  background: var(--blue-dark);
  color: var(--white);
  padding: 0 5px;
  border-radius: 4px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 0 7px;
}
.searchForm_taxall_item label input:checked + div {
  color: var(--white);
  background: var(--blue-dark);
  border: 1px solid var(--blue-dark);
}
.searchForm_taxall_item label input:checked + div span{
  background: var(--white);
  color: var(--blue-dark);
}
#map{
  margin-top: 20px;
}

@media screen and (max-width: 767px){
  .searchForm{
    margin: 0 0 40px;
  }
  /* 検索ブロック全体 */
  .searchForm_wrap{
    padding: 20px;
  }
  /* カテゴリーチェック部分 */
  .searchForm_taxflex {
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
  .searchForm_tax{
    width: 100%;
    padding: 15px 0;
    margin: 0;
  }
  .searchForm_tax .ttl{
    font-size: 12px;
    margin: 0 0 3px;
  }
  .searchForm_tax .item{
    font-size: 15px;
  }
  .searchForm_tax:hover .item{
    color: var(--gray-dark);
  }

  .searchForm_taxall .overflow_inner {
    padding: 0 15px;
  }
  .searchForm_taxall h3{
    margin: 25px 0 20px 20px;
  }

  .searchForm_taxall_item:last-of-type{
    padding: 0 0 10px;
  }
  .searchForm_taxall_item li{
    margin: 0 4px 8px;
  }
  .searchForm_taxall_item label > div {
    padding: 8px 10px;
    font-size: 13px;
  }
  .searchForm_taxall_item label > div span{
    font-size: 11px;
    padding: 0 3px;
    line-height: 18px;
    margin: 0 0 0 5px;
  }
}

/* js - アコーディオン */
.js-accordion_hd{
  display: block;
  cursor: pointer;
}
.js-accordion_content {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}

@media (min-width: 769px) {
  .js-accordion_hd{
    cursor: text;
    display: none;
  }
  .js-accordion_content {
      max-height: none;
      padding: 10px;
  }
}

/* js - モーダル */
.js-modal_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.js-modal_layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}
.js-modal_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  height: auto;
  background: #fff;
}
.js-modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .3s;
  z-index: 10;
}
.js-modal_close:hover {
  opacity: .6;
}
.js-modal_close:before,
.js-modal_close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}
.js-modal_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-modal_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px){
  .js-modal_close {
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
  }
}

/* テキストボックス＆送信ボタン部分 */
.searchForm_bottomflex{
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
.searchForm_bottomflex label{
  width: calc(55% - 40px);
}
.searchForm_bottomflex label input{
  width: 100%;
  height: 57px;
  padding: 0.5em 1em;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
  border: 1px solid var(--gray);
  border-radius: 6px;
  text-align: left;
  background: #E9F3F6;
  color: var(--black);
}
.searchForm_bottomflex label input::placeholder{
  color: #9f9f9f;
}
.searchForm_bottomflex .map{
  display: inline-block;
  background: var(--blue);
  color: #fff;
  line-height: 57px;
  border-radius: 6px;
  width: 20%;
  margin: 0 0 0 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.searchForm_bottomflex .map span{
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
}
.searchForm_bottomflex .map span::before{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/common/parts_map.png) center/contain no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.searchForm_bottomflex button[type="submit"]{
  display: inline-block;
  background: var(--green);
  color: #fff;
  height: 57px;
  border-radius: 6px;
  width: 25%;
  text-align: center;
  margin: 0 15px;
  font-size: 14px;
  font-weight: 700;
}
.searchForm_bottomflex button[type="submit"] span{
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
}
.searchForm_bottomflex button[type="submit"] span::before{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/common/parts_search2.png) center/contain no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.searchForm_bottomflex #uncheck{
  display: inline-block;
  background: #9F9F9F;
  color: #fff;
  height: 57px;
  border-radius: 6px;
  width: 10%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}


/* [ 検索結果 ]
 * -------------------------------------------- */
.searchResult{
  background: rgba(255, 255, 255, 0.4);
  padding: 40px 0;
}

@media screen and (max-width: 767px){
  /* テキストボックス＆送信ボタン部分 */
  .searchForm_bottomflex{
    margin: 15px 0 0;
    flex-wrap: wrap;
  }
  .searchForm_bottomflex label{
    width: 100%;
    margin: 0 0 10px;
  }
  .searchForm_bottomflex label input{
    height: 47px;
  }
  .searchForm_bottomflex label input::placeholder{
    color: #9f9f9f;
  }
  .searchForm_bottomflex .map{
    width: 100%;
    margin: 0 0 10px;
    line-height: 47px;
    font-size: 13px;
  }
  .searchForm_bottomflex .map span{
    padding: 0 0 0 22px;
  }
  .searchForm_bottomflex .map span::before{
    width: 15px;
    height: 15px;
  }
  .searchForm_bottomflex button[type="submit"]{
    height: 47px;
    width: calc(60% - 10px);
    margin: 0 10px 0 0;
    font-size: 13px;
  }
  .searchForm_bottomflex button[type="submit"] span{
    padding: 0 0 0 22px;
  }
  .searchForm_bottomflex button[type="submit"] span::before{
    width: 15px;
    height: 15px;
  }
  .searchForm_bottomflex #uncheck{
    height: 47px;
    width: 40%;
    font-size: 13px;
  }

  /* 検索結果部分 */
  .searchResult{
    padding: 25px 0;
  }
}


/* [ 病院詳細 ]
 * -------------------------------------------- */
.searchClinicdetail_wrap{
  background: rgba(255, 255, 255, 1);
  padding: 40px 80px;
}
.searchClinicdetail_wrap h3{
  font: 400 30px/1.6 var(--font-family-mincho);
  position: relative;
  margin: 0 0 20px;
}
.searchClinicdetail_wrap h3::before{
  position: absolute;
  content: '';
  width: 80px;
  height: 5px;
  border-radius: 0 0 5px 5px;
  left: 0;
  top: -40px;
  background: var(--green);
}
.searchClinicdetail_block{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  line-height: 1.6;
}
.searchClinicdetail_block:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
}
.searchClinicdetail_block .hd{
  width: 20%;
  font: 400 16px var(--font-family-mincho);
  color: var(--blue-dark);
}
.searchClinicdetail_block .content{
  width: 80%;
}
.searchClinicdetail_block .content a{
  color: var(--blue);
  text-decoration: underline;
}
.searchClinicdetail_block .content a.ggmap{
  text-decoration: none;
  border: 1px solid var(--blue);
  display: inline-block;
  line-height: 24px;
  padding: 0 10px;
  font-size: 13px;
  margin: 0 0 0 0.5em;
}
.searchClinicdetail_block .content a:hover{
  opacity: .6;
}

.searchClinicdetail_btnbox{
  text-align: center;
  margin: 80px 0 0;
}

@media screen and (max-width: 767px){
  .searchClinicdetail_wrap{
    padding: 30px 20px 20px;
  }
  .searchClinicdetail_wrap h3{
    font-size: 24px;
    margin: 0 0 10px;
  }
  .searchClinicdetail_wrap h3::before{
    top: -30px;
  }
  .searchClinicdetail_block{
    padding: 15px 0;
  }
  .searchClinicdetail_block:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
  }
  .searchClinicdetail_block .hd{
    width: 100%;
    font-size: 13px;
    margin: 0 0 5px;
  }
  .searchClinicdetail_block .content{
    width: 100%;
  }
  .searchClinicdetail_block .content a.ggmap{
    display: block;
    line-height: 26px;
    text-align: center;
    font-size: 11px;
    margin: 8px 0 0;
  }
  .searchClinicdetail_block .content a:hover{
    opacity: .6;
  }
  
  .searchClinicdetail_btnbox{
    text-align: center;
    margin: 80px 0 0;
  }
}