@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans Japanese", sans-serif, "Mplus 1p", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: white;
  color: #000;
  padding: 0;
  margin: 0;
}

a {
  color: #1e90ff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #1e90ff;
  text-decoration: none;
}
a:visited {
  color: #1e90ff;
  text-decoration: none;
}

fieldset {
  border: none;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}
@media screen and (min-width: 641px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

h4 {
  margin: 0 0 15px 0;
}

@media screen and (min-width: 641px) {
  .break-pc {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .break-sp {
    display: none;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 639px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 641px) {
  .sp-only {
    display: none;
  }
}

.error_message, .mw_wp_form .error {
  display: inline-block !important;
  color: red !important;
  font-weight: bold !important;
  padding: 10px !important;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 639px) {
  .error_message, .mw_wp_form .error {
    padding: 15px 0 !important;
  }
}

h1:not(.site-title):before, h2:before {
  background: none;
}

.about {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .about {
    margin-bottom: 10px;
  }
}

.about__list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .about__list {
    margin-bottom: 20px;
  }
}
.about__list li {
  margin: 0 10px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #000000;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .about__list li {
    display: inline-block;
    margin: 5px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.about__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about__box {
  width: 22%;
}
.about__box img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .about__box {
    width: 47.5%;
    margin-bottom: 20px;
  }
}

.about__text {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .about__text {
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .about__text br {
    display: none;
  }
}

a:link.button, a:visited.button, a:hover.button,
.button {
  display: block;
  width: 100%;
  background: #1554D1;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 13px;
  border-radius: 10px;
  letter-spacing: 2px;
}
a:link.button--submit, a:visited.button--submit, a:hover.button--submit,
.button--submit {
  background: #40B996;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 7px solid #349579;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}
a:link.button--friends, a:visited.button--friends, a:hover.button--friends,
.button--friends {
  background: #24C09B;
  border-radius: 6px;
  border-bottom: 6px solid #0e9877;
}
a:link.button--friends02, a:visited.button--friends02, a:hover.button--friends02,
.button--friends02 {
  background: #0090EB;
  letter-spacing: 1px;
  border-radius: 6px;
  text-align: left;
  padding: 13px 13px 13px 21px;
  border-bottom: 6px solid #0264a2;
}
@media screen and (min-width: 641px) {
  a:link.button--friends02, a:visited.button--friends02, a:hover.button--friends02,
  .button--friends02 {
    text-align: center;
  }
}

.button--livestock,
a:link.button--livestock,
a:visited.button--livestock,
a:hover.button--livestock {
  background: #01984b;
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
}

.button {
  width: 100%;
  text-align: center;
  padding: 10px 0 30px;
}
@media screen and (min-width: 641px) {
  .button {
    width: 400px;
    margin: 0 auto;
  }
}

.button__entry {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  background: #FAE648;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #C3C3C3;
  border-radius: 6px;
  padding: 15px 0 15px 40px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  color: #013758;
  transition: 0.6s;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (min-width: 641px) {
  .button__entry {
    padding: 15px 0 15px 35px;
  }
}
.button__entry:hover, .button__entry:visited {
  color: #013758;
}
.button__entry:hover {
  background: #fff9cd;
}
.button__entry:before {
  content: "";
  position: absolute;
  left: 11%;
  top: 40%;
  width: 14px;
  height: 12px;
  background: url(/images/blue-arrow-right.svg) no-repeat right center;
  background-size: contain;
}
@media screen and (min-width: 641px) {
  .button__entry:before {
    left: 14%;
  }
}

.button__entry--submit {
  width: 100%;
  padding: 15px 0 15px;
}

.button__area {
  margin: 20px 0;
}
@media screen and (min-width: 641px) {
  .button__area {
    width: 400px;
    margin: 20px auto;
  }
}

.footer {
  background: #CDE1EC;
}

.footer--fa {
  background: #C7EFB1;
}

.footer__inner {
  display: flex;
  justify-content: space-around;
  padding: 20px 15px 15px;
  color: #0C5D90;
}
@media screen and (min-width: 641px) {
  .footer__inner {
    width: 420px;
    margin: 0 auto;
  }
}

.footer__inner--fa {
  color: #197902;
}

a:link.footer__link,
a:visited.footer__link,
a:hover.footer__link {
  display: block;
  color: #0C5D90;
  font-size: 12px;
}

a:link.footer__link--fa,
a:visited.footer__link--fa,
a:hover.footer__link--fa {
  color: #197902;
}

.footer__contact-text {
  padding: 0 15px;
  color: #0C5D90;
  text-align: center;
  font-size: 12px;
}

.footer__contact-text--fa {
  color: #197902;
}

.footer__tel a:link,
.footer__tel a:visited,
.footer__tel a:hover {
  display: block;
  text-align: center;
  color: #0C5D90;
  font-weight: bold;
  margin: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 641px) {
  .footer__tel a:link,
  .footer__tel a:visited,
  .footer__tel a:hover {
    display: none;
  }
}

.footer__tel--pc {
  display: none;
}
@media screen and (min-width: 641px) {
  .footer__tel--pc {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 5px;
    color: #0C5D90;
    font-weight: bold;
  }
}

.footer__tel--fa {
  color: #197902;
}
.footer__tel--fa a:link,
.footer__tel--fa a:visited,
.footer__tel--fa a:hover {
  color: #197902;
}

.footer__reception-time {
  text-align: center;
  font-size: 12px;
  color: #0C5D90;
  padding-bottom: 10px;
}

.footer__reception-time--fa {
  color: #197902;
}

.footer__copyright {
  color: #0C5D90;
  font-size: 12px;
  text-align: center;
  padding: 5px 5px 10px;
}
.footer__copyright--livestock {
  background: #26503b;
}

.footer__copyright--fa {
  color: #197902;
}

.footer__infomation {
  width: 63%;
  margin: 0 auto;
  padding: 10px 0 0;
  border-top: 1px solid #0C5D90;
  border-bottom: 1px solid #0C5D90;
}
@media screen and (min-width: 641px) {
  .footer__infomation {
    width: 420px;
  }
}

.footer__infomation--fa {
  border-top: 1px solid #197902;
  border-bottom: 1px solid #197902;
}

.footer__gotop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 70px;
}
.footer__gotop img {
  width: 100%;
}

.accordion {
  width: 94%;
  margin: 10px auto;
}
@media screen and (min-width: 641px) {
  .accordion {
    width: 500px;
  }
}

.accordion__title {
  font-size: 12px;
  color: #0C5D90;
  text-align: center;
  padding-bottom: 20px;
}

.accordion__title--fa {
  color: #197902;
}

.accordion__content {
  display: none;
  margin: 10px 0px;
}

.accordion__text {
  color: #0C5D90;
  font-size: 12px;
  padding-bottom: 20px;
}
.accordion__text a,
.accordion__text a:link,
.accordion__text a:visited,
.accordion__text a:hover {
  color: #0C5D90;
  text-decoration: underline;
}

.accordion__text--fa {
  color: #197902;
}
.accordion__text--fa a,
.accordion__text--fa a:link,
.accordion__text--fa a:visited,
.accordion__text--fa a:hover {
  color: #197902;
  text-decoration: underline;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.header__logo {
  width: 500px;
}
@media screen and (max-width: 639px) {
  .header__logo {
    width: 99%;
    margin: 0 auto;
  }
}
.header__logo h1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: space-between;
}
.header__logo h1 a {
  display: inline-block;
  margin-right: 20px;
}
.header__logo h1 a:last-child {
  margin-right: 0;
}
.header__logo h1 img {
  width: 100%;
}

.header__link a {
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .header__link {
    display: none;
  }
}

.main {
  width: 100%;
  background: #F6F6F6;
  padding-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .main {
    padding-bottom: 20px;
  }
}

.main__gray {
  background: #E9E8DF;
}

.main__white {
  background: #fff;
}

.main__inner {
  width: 1020px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .main__inner {
    width: 90%;
  }
}

.main__heading {
  display: inline-block;
  text-align: center;
  background: #5E999A;
  color: #fff;
  padding: 10px 120px;
  border-radius: 30px;
  font-weight: normal;
  margin: 70px 0 60px;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 639px) {
  .main__heading {
    width: 100%;
    margin: 40px 0 30px;
    padding: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.main__note {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (max-width: 639px) {
  .main__note--notice {
    width: 90%;
    margin: 0 auto;
  }
}

.main__notice {
  margin: 20px 0;
  color: red;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.main__notice br {
  display: none;
}
@media screen and (max-width: 639px) {
  .main__notice {
    font-size: 16px;
    font-size: 1rem;
  }
  .main__notice br {
    display: block;
  }
}

.schedule {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 40px;
}
@media screen and (max-width: 639px) {
  .schedule {
    gap: 20px;
  }
}

.schedule__card {
  width: 320px;
  height: 440px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (max-width: 639px) {
  .schedule__card {
    width: 100%;
    height: auto;
  }
}

.schedule__card--farm .schedule__inner {
  background: #2AA346;
}
.schedule__card--farm .schedule__inner .schedule__table {
  border: 1px solid #2AA346;
}
.schedule__card--farm .schedule__inner .schedule__table td, .schedule__card--farm .schedule__inner .schedule__table th {
  border: 1px solid #2AA346;
}
.schedule__card--farm .schedule__inner .schedule__table th {
  color: #2AA346;
}

.schedule__inner {
  height: 420px;
  background: #4A8EBF;
  border-radius: 5px;
  padding: 5px;
}

.schedule__venue {
  margin: 0;
  color: #fff;
  padding: 5px 0 10px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 1.25rem;
}

.schedule__date {
  color: #fff;
  padding: 10px 0 13px;
  letter-spacing: 0.1em;
  font-size: 17px;
  font-size: 1.0625rem;
}

.schedule__image {
  width: 65px;
  margin: 0 auto 15px;
}
.schedule__image img {
  width: 100%;
}

.schedule__table {
  height: 250px;
  width: 100%;
  background: #fff;
  border: 1px solid #4A8EBF;
  border-collapse: collapse;
  padding: 5px;
}
.schedule__table td, .schedule__table th {
  border: 1px solid #4A8EBF;
  border-collapse: collapse;
  padding: 5px 10px;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
.schedule__table th {
  width: 18%;
  text-align: center;
  color: #4A8EBF;
  font-weight: normal;
}
.schedule__table--online {
  height: 232px;
}

.schedule__gift {
  color: #FF0000;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.schedule__button-area {
  width: 90%;
  margin: 10px auto 0;
  font-weight: bold;
}

.schedule__button {
  width: 100%;
  background: #FFEB00;
  text-align: center;
  padding: 6% 0 6.5% 30px;
  border-radius: 40px;
  display: inline-block;
  color: #000;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
.schedule__button:visited, .schedule__button:active, .schedule__button:link, .schedule__button:hover {
  color: #000;
}
.schedule__button:hover {
  text-decoration: underline;
  background: #fff260;
  background: #fff9cd;
}
.schedule__button:before {
  content: "";
  position: absolute;
  left: 26%;
  top: 36%;
  width: 14px;
  height: 16px;
  background: url(../images/top/right-arrow.svg) no-repeat right center;
  background-size: contain;
}

.schedule__heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.schedule__heading::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background-position: center;
  background-size: contain;
}
.schedule__heading-vet {
  background-color: #2B6D9F;
  color: #fff;
}
.schedule__heading-vet::before {
  background-image: url("../images/top/schedule_icon_vet.webp");
}
.schedule__heading-farm {
  background-color: #0A8324;
  color: #fff;
}
.schedule__heading-farm::before {
  background-image: url("../images/top/schedule_icon_farm.webp");
}
.schedule__button-area {
  display: grid;
  gap: 10px;
}
.schedule__button-vet {
  position: relative;
  background-color: #FFC627;
  color: #000;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 40px;
  transition: all 0.5s ease;
}
.schedule__button-vet:hover {
  color: #000;
  background-color: #fFa607;
}
.schedule__button-vet:visited {
  color: #000;
}
.schedule__button-vet::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/top/btn_icon_doc.webp");
  margin-right: 10px;
}
.schedule__button-vet::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/top/right-arrow.svg");
  position: absolute;
  right: 20px;
}
.schedule__button-nurse {
  background-color: #FFEB03;
}
.schedule__button-nurse:hover {
  background-color: #FFfB33;
}
.schedule__button-nurse::before {
  background-image: url("../images/top/btn_icon_nurse.webp");
}
.schedule__button-text {
  font-size: 13px;
  padding: 6% 0 6.5% 0;
}
.schedule__button-text::before {
  content: none;
}
.schedule__button-commig {
  position: relative;
  background-color: #FFC627;
  color: #000;
  align-items: center;
  text-align: center;
  padding: 10px 15px;
  border-radius: 40px;
  transition: all 0.5s ease;
}
.schedule__vet .schedule__card {
  height: 500px;
}
.schedule__vet .schedule__inner {
  height: 480px;
}
.schedule__vet .schedule__table {
  height: 310px;
}

.voice {
  width: 100%;
}

.voice__video {
  width: 670px;
  margin: 0 auto;
  text-align: center;
  background: #E9E8DF;
  padding: 0 50px 50px;
  border-radius: 5px;
}
@media screen and (max-width: 639px) {
  .voice__video {
    width: 90%;
    padding: 0 20px 20px;
  }
}

.video__video-title {
  padding: 30px 0 10px 60px;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 639px) {
  .video__video-title {
    padding: 20px 0 0px 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.video__video-title:before {
  content: "";
  position: absolute;
  left: 22%;
  top: 43%;
  width: 32px;
  height: 30px;
  background: url(../images/top/icon-movie.png) no-repeat right center;
  background-size: contain;
}
@media screen and (max-width: 639px) {
  .video__video-title:before {
    width: 20px;
    left: 5%;
    top: 40%;
  }
}

.video__video-inner {
  width: 100%;
}
.video__video-inner iframe {
  height: 321px;
}
@media screen and (max-width: 639px) {
  .video__video-inner iframe {
    height: 185px;
  }
}

.voice__inner {
  width: 1020px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .voice__inner {
    width: 90%;
    margin: 30px auto 0;
  }
}

.voice__box {
  width: 31%;
  padding: 20px 25px;
  border-radius: 5px;
  border: 1px solid #333;
}
@media screen and (max-width: 639px) {
  .voice__box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.voice__info {
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 3px 0;
  border-radius: 30px;
  background: #4798C3;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .voice__info {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.voice__avatar {
  width: 125px;
  margin: 20px auto;
}
.voice__avatar img {
  width: 100%;
}

.voice__text {
  color: #363636;
  font-size: 14px;
  font-size: 0.875rem;
}

.welcome {
  position: relative;
  background: #F6F6F6;
}

.welcome__video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 660px;
}
@media screen and (max-width: 639px) {
  .welcome__video-box {
    height: 520px;
  }
}

.welcome__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 660px;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .welcome__video {
    height: 520px;
  }
}

.welcome__image {
  position: absolute;
  width: 100%;
  top: 9.7%;
  transform: translateY(1px);
  z-index: 2;
}
.welcome__image img {
  width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .welcome__image {
    display: none;
  }
}

.welcome__image-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .welcome__image-sp {
    position: absolute;
    transform: translateY(1px);
    display: block;
    width: 100%;
    top: 8%;
    z-index: 1;
  }
  .welcome__image-sp img {
    width: 86%;
    margin: 0 auto;
    z-index: 2;
  }
}

.welcome__bottom {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -2.9%;
  transform: translateY(1px);
}
@media screen and (max-width: 639px) {
  .welcome__bottom {
    bottom: -3.5%;
    overflow: hidden;
  }
  .welcome__bottom img {
    width: 250%;
  }
}

/*# sourceMappingURL=top.css.map */
