@charset "utf-8";
/*
Theme Name:  Kisarazu miki Animal hospital Recruit
Theme URL: k-miki-ah.com
Description: 木更津みき動物病院 RECRUIT用テーマ
Author: k.toma
Version: 1.0.0
Licnecnse: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=PT+Sans:ital,wght@0,700;1,400&display=swap');
@font-face {
  font-family: "JNR-SB-Font";
  src:
    url("/recruit/wp-content/themes/kmikirecruit/assets/font/JNR-SB-Font.otf") format("opentype") ,
    url("/recruit/wp-content/themes/kmikirecruit/assets/font/JNR-SB-Font.ttf") format("truetype") ,
    url("/recruit/wp-content/themes/kmikirecruit/assets/font/JNR-SB-Font.woff") format("woff") ,
    url("/recruit/wp-content/themes/kmikirecruit/assets/font/JNR-SB-Font.woff2") format("woff2");
}

@font-face {
  font-family: "DIN";
  src: url("/wp-content/themes/kmiki/assets/font/din-alternate-bold.ttf") format("truetype");
}

html, * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	letter-spacing: .5px;
	color: #323333;
}
html {
	font-size: 62.5%;
}
iframe {
	display: block;
}

@media (hover: hover) {
  a:hover,
  button:hover {
    cursor: url('/wp-content/themes/kmiki/assets/img/common/pointer.png') 10 10, auto !important;
  }
}

/*-------------------------------------
 * フッター
 * -------------------------------------*/
@font-face {
  font-family: "DIN";
  src: url("/wp-content/themes/kmiki/assets/font/din-alternate-bold.ttf") format("truetype");
}
:root {
  --DIN: "DIN", 'DIN Alternate', 'Arial Narrow', 'Helvetica Neue', sans-serif;;
}

footer {
  min-width: 100%;
  padding-bottom: 68px;
  font-size: 15px ;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.7;
}
footer img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
}

footer * {
  letter-spacing: 0;
  color: #3E3A39;
}
footer a {
   -webkit-font-smoothing: antialiased;
}
footer .common-main-inner {
    max-width: 920px;
    margin-inline: auto;
    padding-inline: 20px;
}

.footer-gallery__list {
  display: flex;
}

.footer-gallery__item {
  width: 25%;
}

.footer-map iframe {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.footer-clinic {
  padding-top: 78px;
  padding-bottom: 75px;
  background-color: #2DB8C3;
}

.footer-clinic__flex {
  display: flex;
  column-gap: 55px;
}

.footer-clinic__logo {
  flex: 1;
  padding-left: 10px;
}

.footer-clinic__container {
  width: 550px;
}

.footer-clinic__text {
  display: block;
  width: 100%;
  padding-block: 9px;
  background-color: #CF73A3;
  padding-left: 5%;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.08em !important;
  color: #fff !important;
}
.footer-clinic__text span {
  color: #fff !important;
  letter-spacing: 0.08em !important;
}

.footer-clinic__text-dot {
  display: inline-block;
  margin-right: 10px;
}

.footer-clinic__text-dot span {
  position: relative;
}
.footer-clinic__text-dot span::before {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.footer-clinic__wrapper {
  background-color: #fff;
  padding: 10px 32px 24px;
}

.footer-clinic__table {
  width: 100%;
  font-size: 11px;
}

.footer-clinic__table tr th:nth-child(1) {
  /*width: 47%; */
  width: 26%;
  padding-block: 5px;
}
.footer-clinic__table tr th:nth-child(1) br.sp-only {
	display: block;
}
@media(min-width: 768px) {
	.footer-clinic__table tr th:nth-child(1) {
		text-align: left;
		padding-left: 10px;
	}
}
.footer-clinic__table thead tr th:nth-child(1) {
  text-align: left;
  padding-left: 10px;
}

.footer-clinic__table tr th:not(:first-child),
.footer-clinic__table tr td {
  vertical-align: middle;
  padding-block: 5px;
  width: 6.5%;
  text-align: center;
  font-weight: 700;
}

.footer-clinic__table tr th:last-child,
.footer-clinic__table tr td:last-child {
  width: 14%;
}

.footer-clinic__table tbody tr {
  border-top: 2px solid #2DB8C3;
}

.footer-clinic__table tbody tr th span {
  font-weight: 700;
}
.footer-clinic__table tbody tr th span:nth-child(2) {
  padding-left: 14px;
  font-family: "DIN", 'DIN Alternate', 'Arial Narrow', 'Helvetica Neue', sans-serif;
  font-size: 14px;
}

.footer-clinic__table-circle {
  display: inline-block;
  /*width: 12px;
  height: 12px;*/
  width: 14px;
  height: 14px;
  background-color: #595757;
  border-radius: 50%;
}

.footer-clinic__table-screen {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-clinic__emergency {
  margin-top: 12px;
  border-radius: 2px;
  background-color: #CF73A3;
  padding-block: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
  color: #fff !important;
}
.footer-clinic__emergency p,
.footer-clinic__emergency small,
.footer-clinic__emergency span {
	color: #fff !important;
}

.footer-clinic__emergency-time {
  margin-left: 14px;
}

.footer-clinic__emergency-time span {
  font-family: "DIN", 'DIN Alternate', 'Arial Narrow', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.footer-clinic__emergency-caution {
  display: inline-block;
  margin-left: 16px;
  font-size: 11px;
}

.footer-clinic__button-list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-clinic__button-item {
  width: 142px;
}

.footer-clinic__button-link {
  border-radius: 30px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
}
.footer-clinic__button-link--frame {
  border: 3px solid #2DB8C3;
  background-color: #fff;
}
.footer-clinic__button-link--region {
  background-color: #005876;
}

.footer-clinic__button-icon--phone {
  width: 14px;
}
.footer-clinic__button-icon--pc {
  margin-bottom: 6px;
  width: 25px;
}
.footer-clinic__button-icon--pc img {
	display: inline-block;
}
.footer-clinic__button-icon--line {
  width: 38px;
}

.footer-clinic__button-text {
  font-size: 12px;
  font-weight: 700;
}
.footer-clinic__button-text--phone {
  font-family: var(--DIN);
  font-size: 13px;
  letter-spacing: 0.1em;
}
.footer-clinic__button-text--region {
  color: #fff !important;
}

.footer-clinic__bottom {
  margin-top: 16px;
  display: flex;
  column-gap: 10px;
}

.footer-clinic__address {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.footer-clinic__icon-list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-clinic__icon-item {
  width: 43px;
}
.footer-clinic__icon-item:first-child {
  width: 104px;
}

.footer-nav {
  margin-top: 55px;
}

.footer-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-nav__item {
  position: relative;
}
.footer-nav__item:not(:first-child) {
  margin-left: 32px;
  line-height: 1.4;
}
.footer-nav__item:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -16px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #231815;
}

.footer-nav__link {
  font-weight: 700;
  color: #3e3a39;
}
@media(min-width: 768px) {
	.footer-nav__item .footer-nav__link:not(:first-child) {
		    border-left: 1px solid #231815;
		    padding-left: 18px;
	}
}
@media(max-width: 767px) {
	.footer-nav__item {
		text-align: center;
	}
	.footer-nav__item .footer-nav__link:not(:first-child) {
		display: block;
		margin-left: 0;
		margin-top: 6px;
		
	}
}


.footer-banner {
  margin-top: 38px;
}

.footer-banner__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-banner__item:nth-child(1) {
  width: 152px;
}
.footer-banner__item:nth-child(2) {
  width: 300px;
}
.footer-banner__item:nth-child(3) {
  width: 130px;
}
.footer-banner__item:nth-child(4) {
  width: 240px;
}

.footer-copy {
  display: block;
  margin-top: 38px;
  text-align: center;
  font-size: 11px;
  color: #595757;
}
footer br.sp-only {
      display: none;
}
@media screen and (max-width: 767.98px) {

  footer br.sp-only {
	display: block;
  }

  .footer-clinic__flex {
    flex-direction: column;
  }

  .footer-clinic {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-clinic__logo {
    width: 180px;
    margin-inline: auto;
    padding-left: 0;
  }

  .footer-clinic__container {
    margin-top: 40px;
    width: 100%;
  }

  .footer-clinic__text {
    padding-top: 14px;
    font-size: 21px;
  }

  .footer-clinic__wrapper {
    padding: 10px 15px 20px;
  }

  .footer-clinic__table tbody tr th span:nth-child(2) {
    padding-left: 10px;
  }
  .footer-clinic__table-circle {
    width: 12px;
    height: 12px;
  }

  .footer-clinic__emergency {
    flex-wrap: wrap;
  }

  .footer-clinic__emergency-time {
    display: flex;
    align-items: center;
  }

  .footer-clinic__emergency-time span {
    font-size: 20px;
  }

  .footer-clinic__emergency-caution {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .footer-clinic__table thead tr th:nth-child(1) {
    text-align: center;
  }

  .footer-clinic__button-list {
    flex-wrap: wrap;
    gap: 10px 10px;
    justify-content: center;
  }

  .footer-clinic__bottom {
    flex-direction: column;
    row-gap: 10px;
  }

  .footer-clinic__icon-list {
    max-width: 305px;
    justify-content: flex-start;
    column-gap: 2%;
  }

  .footer-clinic__icon-item {
    width: 17%;
  }
  .footer-clinic__icon-item:first-child {
    width: 43%;
  }

  .footer-nav {
    margin-top: 32px;
  }

  .footer-nav__list {
    flex-direction: column;
  }

  .footer-nav__item:not(:first-child) {
    margin-left: 0;
    margin-top: 6px;
  }
  .footer-nav__item:not(:first-child)::before {
    display: none;
  }

  .footer-banner__list {
    flex-wrap: wrap;
    justify-content: center;
    padding-inline: 20px;
    margin-inline: auto;
    max-width: 375px;
  }

  .footer-banner__item:nth-child(1),
  .footer-banner__item:nth-child(3) {
    width: min(calc(100vw / 375 * 100), 100px);
  }
  .footer-banner__item:nth-child(2),
  .footer-banner__item:nth-child(4) {
    width: min(calc(100vw / 375 * 200), 200px);
  }

}



.c-link__title span,
.p-nav__contact a span {
	color: #fff;
}
.p-nav__contact a span,
.c-card__positionEn,
.p-philosophy__titleEn {
	font-family: Avenir, sans-serif !important;
	font-weight: normal;
}

/* 調整*/
.c-card__staffName:has(img) img {
    height: 14px;
    margin-top: 2px;
    width: auto;
}
@media screen and (min-width: 768px) {
	.p-staff__item.--green .c-card__staffInfo:before {
		left: 46%;
		transform: translate(-50%, -23%);
	}

	.c-card__staffName:has(img) img {
		height: 18px;
		margin-top: 3px;
		margin-bottom: 8px;
	}
}

.p-message__title h3,
.p-philosophy__titleJa {
	font-weight: 500 !important;
}

/* sub menu */
.p-nav__item.--lg .p-nav__sub {
	background-color: rgba(46,184,195, .9) !important;
	padding-right: 1rem;
}
.p-nav__subItem a {
	color: #fff !important;
	padding: 1em 1em 1em !important;
	border-bottom: 1px solid  #fff !important;
	font-size: 1.5rem !important;
}
@media screen and (min-width: 1080px) {
	.p-nav__subItem a {
		padding-top: .5em !important;
		font-size: 1.1111111111vw !important;
	}
}
@media screen and (min-width: 1440px) {
	.p-nav__subItem a {
		font-size: 1.6rem !important;
	}
}
.p-nav__sub .p-nav__subItem:last-child a {
	border-bottom: none !important;
	padding-bottom: .5em;
}

.wpcf7 form.sent .wpcf7-response-output {
	font-size: 12px;
}
.grecaptcha-badge {
	visibility: hidden;
}
#contactForm input[type="submit"]:focus {
	background: #5eb7e8 !important;
}

.p-interoduction:before {
	top: 0 !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: 100% !important;
}
.p-interoduction:before {
       height: 4vw !important;
}

.p-job__item:nth-child(3):after,
.p-job__item:nth-child(4):after {
	display: none;
}
@media(min-width: 768px) {
	.p-staff__item.c-card.--orange .c-card__item:nth-of-type(1),
	.p-staff__item.c-card.--purple .c-card__item:nth-of-type(1) {
		grid-area: 1/1/2/3;
	}
}
.footer-nav__item:not(:first-child)::before {
	width: 2px;
	transform: scaleX(0.5);
	display: none;
}
@media screen and (min-width: 768px) {
	.footer-nav__item:first-child {
	    padding-right: 15.5px;
	} 
	.footer-nav__item:not(:first-child) {
		padding-left: 15.5px;
		padding-right: 15.5px;
		border-left: 1px solid #231815;
		margin-left: 0;
	}
	.footer-nav__item:last-child {
		padding-right: 0;
	}
}
