@charset "UTF-8";

/*====================================================================================
■.TOP
====================================================================================*/
.mainvisual {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mainvisual {
    height: 100vh;
  }

  .mainvisual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.mainvisual__title {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.mainvisual__scroll {
  font-weight: bold;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: var(--color-white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.3);
  padding-bottom: 10rem;
}

.mainvisual__scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 9rem;
  background-color: var(--color-white);
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .mainvisual__scroll {
    display: none;
  }
}

.sec-worktime {
  background-color: var(--color-beige);
  padding: 5rem 0;
}

@media only screen and (max-width: 767px) {
  .sec-worktime {
    padding: 2rem 0;
  }
}

.sec-worktime__flex {
  justify-content: space-between;
  background-color: var(--color-white);
  padding: 3rem 3rem 3.5rem;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 1008px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .sec-worktime__flex {
    width: 100%;
    padding: 1.5rem;
  }
}

.sec-worktime__left {
  width: 42%;
}

@media only screen and (max-width: 767px) {
  .sec-worktime__left {
    width: 100%;
  }
}

.sec-worktime .cm__btn01-link {
  min-width: 160px;
}

@media only screen and (max-width: 767px) {
  .sec-worktime .cm__btn01-link {
    min-width: 110px;
    padding: 0.5rem 2.5rem;
  }
}

.sec-worktime__infor {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  margin-top: -1rem;
  margin-left: -1rem;
}

.sec-worktime__title {
  font-size: 3.6rem;
  position: relative;
  padding-left: 75px;
  line-height: 1.6;
  color: var(--color-brown);
}

.sec-worktime__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/common/icon-cal.webp") center center no-repeat;
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .sec-worktime__title {
    font-size: 6vw;
    padding-top: 1rem;
    padding-left: 6rem;
  }

  .sec-worktime__title::before {
    background-size: 40px;
  }
}

.sec-worktime__right {
  width: 56%;
}

@media only screen and (max-width: 767px) {
  .sec-worktime__right {
    width: 100%;
    margin-top: 1rem;
  }
}

.sec-worktime .tbl-worktime__note p {
  line-height: 1.6;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .sec-worktime .tbl-worktime__note p {
    font-size: 1.4rem;
  }
}

.sec-message {
  padding: 6.5rem 0 0;
  margin-bottom: -7rem;
}

@media only screen and (max-width: 767px) {
  .sec-message {
    padding: 3rem 0;
    margin: 0;
  }
}

.sec-message__flex {
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
}

.sec-message__flex img {
  height: 100%;
  border-radius: 40px 40px 0 40px;
}

.sec-message__flex img:nth-child(2) {
  margin-top: 14rem;
  border-radius: 0 40px 40px 40px;
  margin-left: 2px;
}

@media only screen and (max-width: 767px) {
  .sec-message__flex img {
    border-radius: 20px 20px 0 20px;
  }

  .sec-message__flex img:nth-child(2) {
    margin-top: 15%;
    border-radius: 0 20px 20px 20px;
  }
}

.sec-message__image {
  width: 59%;
  display: flex;
  height: 100%;
  margin-right: -14rem;
}

@media only screen and (max-width: 767px) {
  .sec-message__image {
    width: 100%;
    margin: 0;
    margin-bottom: 4rem;
  }

  .sec-message__image img {
    width: 50%;
  }
}

.sec-message__infor {
  width: 51%;
}

@media only screen and (max-width: 767px) {
  .sec-message__infor {
    width: 100%;
    margin: 0;
  }
}

.sec-message__title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 4rem;
  color: var(--color-black);
  line-height: 1.6;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .sec-message__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.sec-message .cm__btn01 {
  margin-top: 5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-message .cm__btn01 {
    margin-top: 3rem;
  }
}

.sec-message__foot {
  position: absolute;
  top: -32.5%;
  right: -28%;
}

@media only screen and (max-width: 767px) {
  .sec-message__foot {
    z-index: -1;
  }
}

.sec-medical {
  background: url("../images/common/bg-repeat.webp");
  padding: 7rem 0;
}

@media only screen and (max-width: 767px) {
  .sec-medical {
    padding: 3rem 0;
  }

  .sec-medical .text-center {
    text-align: left !important;
  }
}

.sec-medical .container {
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.sec-medical .cat {
  position: absolute;
  bottom: -115px;
  left: -45px;
}

@media only screen and (max-width: 767px) {
  .sec-medical .cat {
    max-width: 30%;
    left: 10px;
    bottom: -50px;
  }
}

.sec-medical .dog {
  position: absolute;
  bottom: -103px;
  right: -63px;
}

@media only screen and (max-width: 767px) {
  .sec-medical .dog {
    max-width: 20%;
    right: 10px;
    bottom: -50px;
  }
}

.sec-medical__foot {
  position: absolute;
  top: 2%;
  left: -30%;
  z-index: -1;
}

.medical__title {
  text-align: center;
  font-size: 3.6rem;
  color: var(--color-brown);
  margin-bottom: 2.2rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .medical__title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.medical__txt01 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-black);
}

@media only screen and (max-width: 767px) {
  .medical__txt01 {
    font-size: 2rem;
  }
}

.medical__list {
  background-color: rgba(81, 49, 18, 0.1);
  padding: 5rem 4.5rem;
  border-radius: 30px;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 45px;
}

@media only screen and (max-width: 767px) {
  .medical__list {
    padding: 2rem;
    gap: 20px 17px;
  }
}

.medical__list-item {
  width: calc(33.3333333333% - 30px);
}

.medical__list-item a {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
}

.medical__list-item a:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid var(--color-brown);
  border-radius: 20px;
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .medical__list-item a:hover {
    opacity: 0.8;
  }
}

.medical__list-item img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .medical__list-item {
    width: calc(100% / 2 - 9px);
    background-color: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 414px) {
  .medical__list-item {
    width: 100%;
  }
}

.medical__list-link {
  background-color: var(--color-white);
  text-align: center;
  padding: 0.7rem;
  font-weight: bold;
  position: relative;
  color: var(--color-brown);
}

.medical__list-link .cm__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}

.sec-puppy-class {
  position: relative;
  z-index: 2;
  padding: 6.8rem 0 0;
  margin-bottom: -7rem;
}

@media only screen and (max-width: 767px) {
  .sec-puppy-class {
    padding: 3rem 0;
    margin: 0;
  }
}

.sec-puppy-class__flex {
  justify-content: space-between;
}

.sec-puppy-class__flex img {
  height: 100%;
  border-radius: 40px 40px 40px 0;
}

.sec-puppy-class__flex img:nth-child(1) {
  margin-top: 14rem;
  border-radius: 40px 0 40px 40px;
  margin-right: 2px;
}

@media only screen and (max-width: 767px) {
  .sec-puppy-class__flex img {
    border-radius: 30px 30px 30px 0;
    width: 50%;
  }

  .sec-puppy-class__flex img:nth-child(1) {
    margin-top: 15%;
    border-radius: 30px 0 30px 30px;
  }
}

.sec-puppy-class__image {
  width: 60%;
  display: flex;
  height: 100%;
  margin-left: -15rem;
}

@media only screen and (max-width: 767px) {
  .sec-puppy-class__image {
    width: 100%;
    margin: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.sec-puppy-class__infor {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .sec-puppy-class__infor {
    width: 100%;
  }
}

.sec-puppy-class__title {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--color-brown);
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .sec-puppy-class__title {
    font-size: 3rem;
  }
}

.sec-puppy-class__txt01 {
  font-size: 2.4rem;
  color: var(--color-black);
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .sec-puppy-class__txt01 {
    font-size: 1.7rem;
  }
}

.sec-puppy-class__txt02 {
  font-size: 2rem;
  margin-bottom: 4rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-puppy-class__txt02 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}

.sec-puppy-class .cm__btn01 {
  margin-top: 5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-puppy-class .cm__btn01 {
    margin-top: 3rem;
  }
}

.sec-banner {
  padding: 7.5rem 0 7rem 0;
  background-color: #f5f5f5;
}

.sec-banner .container {
  position: relative;
  z-index: 1;
}

.sec-banner .foot {
  position: absolute;
  top: -59%;
  right: -32%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .sec-banner {
    padding: 3rem 0;
  }
}

.sec-banner__link {
  max-width: 530px;
  margin: auto;
  display: block;
  position: relative;
  background-color: #a84062;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.sec-banner__link:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid var(--color-white);
  border-radius: 20px;
  opacity: 0.5;
}

.sec-banner__image {
  position: relative;
}

.sec-banner__image>img {
  width: 100%;
}

.sec-banner__title {
  position: absolute;
  left: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .sec-banner__title img {
    max-width: 73%;
  }
}

.sec-banner__txt {
  text-align: center;
  color: var(--color-white);
  padding: 0.7rem 1rem 1rem;
  position: relative;
}

.sec-banner .cm__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .sec-banner a:hover {
    opacity: 0.8;
  }
}

.sec-recruit {
  padding: 8rem 11rem 7.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sec-recruit {
    padding: 3rem;
    flex-wrap: wrap;
  }
}

.sec-recruit__infor {
  width: 34.5%;
  padding: 5rem 5rem 5rem 2rem;
  display: flex;
  justify-content: flex-end;
}

.sec-recruit__infor-inner {
  width: 240px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-recruit__infor {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }

  .sec-recruit__infor-inner {
    width: 100%;
  }
}

.sec-recruit__title {
  margin: auto;
  padding-bottom: 6rem;
  margin-bottom: 0;
  position: relative;
  font-size: 3rem;
}

.sec-recruit__title:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 1px;
  height: 5rem;
  background-color: var(--color-gray);
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .sec-recruit__title {
    writing-mode: vertical-lr;
    font-size: 3.6rem;
    padding-bottom: 10rem;
    margin-bottom: 2rem;
  }

  .sec-recruit__title:after {
    height: 9rem;
    bottom: 0;
  }
}

.sec-recruit .cm__btn01 {
  margin-top: 3rem;
}

.sec-recruit .cm__btn01-link {
  min-width: 160px;
}

.sec-recruit__image {
  width: 65.5%;
}

.sec-recruit__image img {
  border-radius: 30px;
}

.sec-recruit__image-inner {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-recruit__image {
    width: 100%;
  }

  .sec-recruit__image img {
    border-radius: 20px;
  }
}

.sec-news {
  background-color: #f5f5f5;
  padding: 5rem 0 5.5rem;
}

@media only screen and (max-width: 767px) {
  .sec-news {
    padding: 3rem 0;
  }

  .sec-news__flex {
    display: block;
  }
}

.sec-news__left {
  width: 145px;
  text-align: center;
}

.sec-news__left .cm__btn01-link {
  min-width: 145px;
  padding: 0.2rem 0.5rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .sec-news__left {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.sec-news__right {
  padding-left: 2rem;
  margin-left: 4rem;
  border-left: 1px solid var(--color-gray);
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2.8rem 0;
}

.sec-news__right a {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .sec-news__right {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    gap: 1rem;
  }

  .sec-news__right a {
    flex-wrap: wrap;
  }
}

.sec-news .time {
  font-weight: bold;
  margin-right: 2rem;
}

.sec-news p {
  white-space: nowrap;
  margin-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  .sec-news p {
    margin: 0;
  }
}

.tags {
  display: flex;
  gap: 10px;
  height: 100%;
}

.tags li {
  color: var(--color-white);
  background-color: #d7b27a;
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 0 5px;
  border-radius: 5px;
}
