@charset "UTF-8";

.mainvisual {
  background: url(../images/common/mv-bg.png) center center no-repeat;
  background-size: cover;
  height: 265px;
  padding-top: 7.8rem;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    height: 210px;
  }
}

.mainvisual>.container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}

.mainvisual>.container:after {
  content: "";
  position: absolute;
  bottom: -47px;
  right: 0;
  background: url(../images/common/mv-img.png) center bottom no-repeat;
  width: 218px;
  height: 186px;
  z-index: -1;
}

.page-graduate .mainvisual>.container:after,
.page-puppy .mainvisual>.container:after {
  background: url(../images/common/mv-img3.png) center bottom no-repeat;
  width: 443px;
  height: 213px;
}

@media only screen and (max-width: 767px) {
  .mainvisual>.container:after {
    width: 150px;
    background-size: 100%;
    bottom: -32px;
  }

  .page-graduate .mainvisual>.container:after,
  .page-puppy .mainvisual>.container:after {
    width: 150px;
    background-size: 100%;
    bottom: -32px;
  }
}

.mainvisual__title {
  font-size: 3.6rem;
  color: #513112;
}

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

/* .page-about .mainvisual > .container:after {
  background: url(../images/common/mv-img2.png) center bottom no-repeat;
  width: 293px;
  height: 243px;
  bottom: -54px;
}
@media only screen and (max-width: 767px) {
  .page-about .mainvisual > .container:after {
    width: 200px;
    bottom: -37px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-about .mainvisual > .container:after {
    width: 150px;
    bottom: -27px;
  }
} */

.breadcrumb {
  position: relative;
  /* z-index: 3; */
  margin-top: -25px;
  margin-bottom: 105px;
}

.breadcrumb ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

.breadcrumb ul li {
  padding: 0 15px 0 5px;
  position: relative;
  letter-spacing: 0.3px;
  font-size: 1.2rem;
}

.breadcrumb ul li:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 10px;
  border: solid #4d4d4d;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.breadcrumb ul li:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.breadcrumb ul li:last-child:after {
  content: none;
}

.breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}

.breadcrumb ul li:first-child {
  padding-left: 0;
  white-space: nowrap;
  text-decoration: none;
}

.breadcrumb ul li:first-child a {
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb ul li a {
  line-height: 1.2;
  text-decoration: none;
}

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

.txt-note-wp {
  border-bottom: 1px solid var(--color-brown);
  font-weight: bold;
  margin-bottom: 3rem;
}

.txt-note-wp.last {
  border-top: 1px solid var(--color-brown);
  border-bottom: none;
  margin-top: 3rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #cm-header>.cm-header__inner {
    display: none;
  }
}

#cm-header .l-headMin {
  opacity: 1;
  visibility: visible;
}

#cm-header .l-headMin .l-headMin_bg {
  transform: translateY(0);
}

#head .cm-header__inner {
  max-width: 120rem;
  margin: auto;
}

.title01 {
  color: var(--color-white);
  background-color: var(--color-brown);
  padding: 0.5rem 2rem;
  border-radius: 5px;
  margin-bottom: 3rem;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}

.title01:after {
  content: "";
  position: absolute;
  top: -11px;
  right: 0;
  background: url(../images/common/icon-leaves.png) center right no-repeat;
  width: 406px;
  height: 84px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .title01:after {
    width: 185px;
    background-size: 100%;
    height: 50px;
  }
}

.title02 {
  text-align: center;
  color: var(--color-brown);
  font-size: 3.6rem;
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.title02--line {
  padding-bottom: 2rem;
}

.title02--line:after {
  content: "";
  width: 120px;
  height: 1px;
  margin: auto;
  background-color: var(--color-brown);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

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

  .title02--line {
    padding-bottom: 1rem;
  }
}

.title03 {
  font-size: 2rem;
  border-bottom: 1px solid var(--color-gray02);
  margin-bottom: 2rem;
  color: var(--color-brown);
}

.title03 span {
  padding-bottom: 0.7rem;
  display: inline-block;
  border-bottom: 3px solid var(--color-brown);
}

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

.title-s24 {
  font-size: 2.4rem;
  margin-bottom: 4.5rem;
  font-weight: bold;
  line-height: 1.5;
}

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

.title-bg {
  text-align: center;
  margin-bottom: 3rem;
}

.title-bg p {
  display: inline-block;
  background-color: #f6f0da;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .title-bg p {
    font-size: 1.5rem;
  }
}

.clr__red {
  color: #c83434;
}

.title05 {
  position: relative;
  font-size: 2rem;
  padding-left: 2rem;
}

.title05:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #3f590b;
}

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

  .title05:before {
    top: 10px;
  }
}

/*====================================================================================
■. PAGE FAQ
====================================================================================*/
.ancholink {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 925px;
  margin: auto;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .ancholink {
    margin-bottom: 2rem;
    gap: 0;
    justify-content: space-between;
  }
}

.ancholink li {
  width: calc(25% - 15px);
}

@media screen and (max-width: 767px) {
  .ancholink li {
    width: 48%;
    margin: 1% 0;
  }
}

.ancholink a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-brown);
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  padding: 0.5rem;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
  .ancholink a {
    font-size: 1.6rem;
  }

  .ancholink a:hover {
    background-color: var(--color-brown);
    color: var(--color-white);
  }
}

.faq-content {
  padding: 7.5rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .faq-content {
    padding: 3em 0;
  }
}

.faq-inner {
  border: 1px solid var(--color-brown);
  border-radius: 30px;
  padding: 4rem 5.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .faq-inner {
    padding: 2rem;
    border-radius: 20px;
  }
}

.faq-list__item {
  margin-bottom: 1.4rem;
}

.faq-list__question {
  background-color: #f5f1e9;
  position: relative;
  border-radius: 5px;
  padding: 0.5rem 8rem;
  cursor: pointer;
}

.faq-list__question h3 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .faq-list__question {
    padding: 1.5rem 6rem;
    padding-right: 3rem;
  }

  .faq-list__question h3 {
    font-size: 1.6rem;
  }
}

.faq-list__question.active .cm__arrow {
  transform: rotate(90deg);
}

.faq-list__question:before {
  content: "Q";
  position: absolute;
  top: 0.5rem;
  left: 2.8rem;
  font-size: 3rem;
  color: var(--color-brown);
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .faq-list__question:before {
    left: 2rem;
    top: 0.5rem;
    font-size: 2.5rem;
  }
}

.faq-list .cm__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .faq-list .cm__arrow {
    right: 1rem;
  }
}

.faq-list__ans {
  padding: 3rem 8rem;
  position: relative;
  font-size: 1.6rem;
  display: none;
}

.faq-list__ans:before {
  content: "A";
  position: absolute;
  top: 1.5rem;
  left: 2.8rem;
  font-size: 3rem;
  color: var(--color-brown);
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .faq-list__ans {
    padding: 2rem 6rem;
    padding-right: 2rem;
  }

  .faq-list__ans:before {
    top: 1rem;
    left: 2rem;
    font-size: 2.5rem;
  }
}

/*====================================================================================
■. PAGE NEWS
====================================================================================*/
.news-content {
  padding: 7.5rem 0 10rem;
}

.news-content .ancholink {
  margin-bottom: 7.5rem;
}

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

  .news-content .ancholink {
    margin-bottom: 4rem;
  }
}

.news-list {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .news-list {
    margin-bottom: 4rem;
  }
}

.news-inner {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #513112;
  padding: 3rem 0;
}

.news-inner:last-child {
  border-bottom: 1px solid #513112;
}

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

.news-left {
  width: 190px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .news-left {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.news-left .cate {
  display: inline-block;
  color: var(--color-white);
  background-color: #dcb77f;
  font-size: 1.2rem;
  text-align: center;
  min-width: 95px;
  border-radius: 5px;
  padding: 0 10px;
}

.news-right {
  flex: 1;
  min-width: 0;
}

.news-right .time {
  font-weight: bold;
}

.news-right .news-title {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .news-right .news-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

/* .news-right:has(.toogle-head.active) .cm__arrow {
  transform: rotate(-90deg);
} */
.news-right .toogle-head {
  position: relative;
  padding-right: 3rem;
  cursor: pointer;
}

.news-right .toogle-head-btn {
  width: 100%;
  text-align: right;
  cursor: pointer;
  width: fit-content;
  margin: auto;
  margin-right: 0;
}

/* .news-right .toogle-head-btn.active .cm__arrow {
  transform: rotate(-90deg);
} */
.news-right .cm__arrow {
  transition: all 0.5s;
  transform: rotate(90deg);
}

.news-right .toogle-body {
  padding: 6rem 0 0;
  display: none;
}

@media only screen and (max-width: 767px) {
  .news-right .toogle-body {
    padding-top: 3rem;
  }
}

.area-wp h2 {
  font-size: 2.4rem;
  background-color: #f5f1e9;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  margin-bottom: 3.7rem;
}

.area-wp h3 {
  font-size: 2.2rem;
  border-bottom: 1px solid var(--color-brown);
  position: relative;
  margin-bottom: 4.4rem;
}

.area-wp h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 137px;
  height: 3px;
  background-color: var(--color-brown);
}

.area-wp h4 {
  font-size: 2rem;
  position: relative;
  padding-left: 1rem;
  line-height: 1.2;
  margin-bottom: 3.5rem;
}

.area-wp h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-brown);
}

.area-wp h5 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.area-wp p {
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .area-wp p {
    margin-top: 3rem;
  }
}

.area-wp p img {
  border-radius: 20px;
}

.area-wp p .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.area-wp p .alignright {
  display: block;
  margin-left: auto;
}

.area-wp iframe {
  width: 100%;
  height: 545px;
  border-radius: 20px;
}

.area-wp .btn__pdf {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

@media only screen and (max-width: 767px) {
  .area-wp .btn__pdf {
    margin: 3rem 0;
  }
}

.area-wp .btn__pdf a {
  display: inline-block;
  border: 1px solid var(--color-brown);
  border-radius: 5px;
  padding: 1rem 3rem;
  position: relative;
  font-weight: bold;
}

.area-wp .btn__pdf a:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid var(--color-brown);
  border-radius: 5px;
}

.area-wp .btn__pdf a span {
  background: url(../images/common/icon-pdf.png) left center no-repeat;
  display: inline-block;
  padding-left: 3rem;
}

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

.area-wp del {
  display: inline-block;
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .area-wp del {
    margin-top: 3rem;
  }
}

.pager ul {
  gap: 10px;
}

.pager a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: transparent;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}

.pager a.active {
  color: var(--color-white);
  background-color: var(--color-brown);
}

.pager .prev {
  position: relative;
}

.pager .prev:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.pager .next {
  position: relative;
}

.pager .next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/*====================================================================================
■. PAGE GRAGUATE
====================================================================================*/
.graduate-content {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: url(../images/common/bg-repeat.png);
}

@media only screen and (max-width: 767px) {
  .graduate-content {
    padding: 5rem 0;
  }
}

.graduate-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 7rem;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .graduate-list {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}

.graduate-list:after {
  content: "";
  position: absolute;
  top: -125px;
  left: -265px;
  background: url(../images/common/foot.png) center center no-repeat;
  width: 373px;
  height: 272px;
  z-index: -1;
}

.graduate-list__item {
  width: calc(25% - 17px);
  margin-bottom: 5rem;
  color: var(--color-brown);
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .graduate-list__item {
    width: calc(50% - 11px);
    margin-bottom: 1rem;
  }

  .graduate-list:after {
    display: none;
  }
}

.graduate-list__main {
  cursor: pointer;
}

.graduate-list__image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 300 / 206;
}

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

@media only screen and (max-width: 767px) {
  .graduate-list__image {
    border-radius: 10px;
  }
}

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

.graduate-list__modal {
  display: none;
}

.graduate-list__modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
  transition: all 0.5s;
  max-height: 100vh;
}

.graduate-list__modal.active {
  opacity: 1;
  pointer-events: auto;
}

.graduate-list__modal-img {
  text-align: center;
  max-width: 80%;
  max-height: 80%;
}

.graduate-list__modal-img img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 30px;
  transition: transform 0.3s ease;
}

@media only screen and (min-width: 768px) {
  .graduate-list__modal-img {
    aspect-ratio: 800 / 800;
    width: 700px;
    height: 700px;
    position: relative;
    top: 4rem;
  }

  .graduate-list__modal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
  }
}

.graduate-year {
  width: 443px;
  max-width: 100%;
  margin: auto;
  border: 1px solid var(--color-brown);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: var(--color-white);
  position: relative;
}

.graduate-year .cm__arrow {
  position: absolute;
  top: 13px;
  right: 5px;
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .graduate-year .cm__arrow {
    top: 9px;
  }
}

.graduate-year select {
  width: 100%;
  border: none;
  padding: 0.4rem 4rem;
}

/*====================================================================================
■. PAGE VISIT
====================================================================================*/
.visit01 {
  background: url(../images/visit/bg.png) center center no-repeat;
  background-size: cover;
  padding: 7rem 0 9.5rem;
}

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

.visit-box01 {
  max-width: 460px;
  margin: auto;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .visit-box01 {
    max-width: 100%;
    padding-bottom: 10%;
  }
}

.visit-box01 .dog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -214px;
  margin: auto;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .visit-box01 .dog {
    top: auto;
    width: 20%;
    left: 0;
  }
}

.visit-box01 .cat {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -180px;
  margin: auto;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .visit-box01 .cat {
    top: auto;
    width: 17%;
    right: 0;
    bottom: -10px;
  }
}

.visit-box02 {
  max-width: 895px;
  margin: auto;
  background-color: var(--color-white);
  border-radius: 5px;
  padding: 3rem;
  box-shadow: 2px 2px 0 #bdbdbc;
}

.visit-box02 li {
  text-indent: -15px;
  margin-left: 15px;
}

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

.visit02 {
  background: url(../images/common/bg-repeat.png);
  padding: 7rem 0;
  position: relative;
  z-index: 1;
}

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

.foot1 {
  position: absolute;
  top: 260px;
  left: 0;
  z-index: -1;
}

.foot2 {
  position: absolute;
  top: -149px;
  right: 201px;
  z-index: -1;
}

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

.ancholink02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 4.5rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .ancholink02 {
    gap: 10px;
    margin-top: 2rem;
  }
}

.ancholink02 li {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: var(--color-white);
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ancholink02 li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-50% + 10px);
  margin: auto;
  height: 1px;
  width: 50px;
  background-color: var(--color-brown);
  z-index: -2;
}

.ancholink02 li:first-child:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .ancholink02 li {
    font-size: 1.7rem;
    width: 100px;
    height: 100px;
  }

  .ancholink02 li:after {
    content: none;
  }
}

.ancholink02 a {
  text-decoration: none;
  color: #3f590b;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background-color: var(--color-white);
}

.ancholink02 a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #d5cfc9;
  border-radius: 100%;
}

@media only screen and (min-width: 768px) {
  .ancholink02 a:hover .number {
    transform: translateY(-5px);
  }
}

@media only screen and (max-width: 767px) {
  .ancholink02 a {
    padding: 0;
  }
}

.ancholink02 .number {
  font-size: 3rem;
  color: var(--color-white);
  text-shadow: 0 3px 5px #668723;
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  transition: all 0.5s;
}

.ancholink02 .number:after {
  content: "";
  position: absolute;
  top: -11px;
  left: -18px;
  background: url(../images/visit/icon-leaves.png) center center no-repeat;
  width: 89px;
  height: 64px;
  z-index: -1;
}

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

  .ancholink02 .number:after {
    background-size: 100%;
    width: 60px;
    left: -10px;
  }
}

.ancholink02 p {
  line-height: 1;
  margin-bottom: 1rem;
}

.ancholink02 .cm__arrow--green {
  transform: rotate(90deg);
}

.cm__arrow--green {
  background-color: #668723;
}

.cm__arrow--green:after {
  border-left-color: var(--color-white);
}

.visit-list__item {
  background-color: var(--color-white);
  border-radius: 20px;
  border: 1px solid var(--color-brown);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 5rem;
}

.visit-list__item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .visit-list__item {
    margin-bottom: 3rem;
  }
}

.visit-list__left {
  width: 145px;
  background-color: #f5f1e9;
  text-align: center;
  padding: 3rem 1rem;
}

@media only screen and (max-width: 767px) {
  .visit-list__left {
    width: 100%;
    padding: 2rem 1rem 1rem;
  }
}

.visit-list__number {
  font-size: 3rem;
  color: var(--color-white);
  text-shadow: 0 3px 5px #668723;
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.visit-list__number:after {
  content: "";
  position: absolute;
  top: -11px;
  left: -18px;
  background: url(../images/visit/icon-leaves.png) center center no-repeat;
  width: 89px;
  height: 64px;
  z-index: -1;
}

.visit-list__title {
  font-size: 2.5rem;
  color: #3f590b;
  margin-left: 2rem;
}

@media only screen and (min-width: 768px) {
  .visit-list__title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    margin: auto;
    font-size: 3.6rem;
    display: block;
  }
}

.visit-list__right {
  flex: 1;
  min-width: 0;
  padding: 3rem;
}

@media only screen and (max-width: 767px) {
  .visit-list__right {
    width: 100%;
    padding: 2rem;
  }
}

.visit-list__flex01 {
  align-items: center;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .visit-list__flex01 {
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
}

.visit-list__image {
  width: 40%;
  margin-right: 4rem;
}

@media only screen and (max-width: 767px) {
  .visit-list__image {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
}

.visit-list__infor {
  flex: 1;
  min-width: 0;
}

.visit-list__infor p {
  margin-bottom: 3rem;
}

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

@media only screen and (max-width: 767px) {
  .visit-list__infor {
    width: 100%;
    flex: auto;
  }
}

.visit-list .title01:after {
  content: none;
}

.visit-list__flex02 {
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .visit-list__btn {
    text-align: center;
    width: 100%;
    margin-top: 2rem;
  }
}

.visit-list__btn a {
  font-size: 2rem;
  padding: 1rem 4rem;
  background-image: linear-gradient(#c16a5c, #a11a19);
}

.visit-list__btn a img {
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .visit-list__btn a {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.visit-list__btn .cm__arrow:after {
  border-left-color: #a11a19;
}

.visit-list__gray {
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #bfbfbf;
  margin-top: 3rem;
  padding: 2rem 3rem 3rem;
}

.visit-list__gray-title {
  color: #4d4d4d;
  margin-top: 2rem;
  font-weight: bold;
}

.visit-list__gray li {
  background: url(../images/visit/arrow-check.png) top 9px left no-repeat;
  padding-left: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .visit-list__gray {
    padding: 1.5rem;
  }

  .visit-list__gray li {
    background-position: top 4px left;
  }
}

.visit-list__bnr {
  justify-content: center;
  text-align: center;
  gap: 25px;
  margin-top: 3rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .visit-list__bnr>div {
    width: 60%;
    margin: auto;
  }
}

.visit-list__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
}

.visit-list__logo-title {
  text-align: center;
  font-weight: bold;
  background-color: #999999;
  color: var(--color-white);
  padding: 0 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.visit-list__logo-item {
  width: 30%;
}

.visit-list__logo-item:nth-child(2) {
  width: 65%;
}

@media only screen and (max-width: 767px) {
  .visit-list__logo-item {
    width: 100% !important;
    margin-bottom: 2rem;
  }
}

.visit-list__logo-item ul {
  display: flex !important;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.visit-list__logo-item ul li.show-sp {}

.visit-list__logo-item .flex>div {
  width: 45%;
  height: 100%;
  border-right: 1px solid #ccc;
  padding-right: 2rem;
}

@media only screen and (max-width: 767px) {
  .visit-list__logo-item ul li.show-sp {
    display: flex !important;
    align-items: center;
  }

  .visit-list__logo-item ul.show-pc {
    display: none !important;
  }

  .visit-list__logo-item .flex>div {
    width: 100% !important;
    border-bottom: 1px solid #ccc;
    border-right: none;
    padding-bottom: 2rem;
  }

  .visit-list__logo-item ul {
    justify-content: center;
    gap: 17px;
  }

  .visit-list__logo-item ul li {
    display: flex !important;
    align-items: center;
  }
}

.visit-list__logo-item .flex>div ul {
  gap: 19px;
}

.visit-list__logo-item .flex>div:last-child {
  width: 50%;
  border: none;
  padding-right: 0;
  padding-left: 2rem;
}

@media only screen and (max-width: 767px) {
  .visit-list__logo-item .flex>div:last-child {
    padding: 0;
  }

  .visit-list__logo-item .flex>div ul {
    gap: 15px;
  }
}

.visit-list__logo-item .flex>div:last-child ul {
  gap: 10px 19px;
}

@media only screen and (max-width: 767px) {
  .visit-list__logo-item .flex>div:last-child {
    margin-top: 2rem;
  }
}

.visit-list__logo-item .w100p {
  font-size: 11px;
}

.visit-list__logo-item .w100p strong {
  font-size: 16px;
}

.visit03 {
  padding: 6rem 0;
}

.visit03 .title01:after {
  content: none;
}

.visit03 .container {
  max-width: 905px;
}

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

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

.visit03-flex .sec-access__infor-time {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .visit03-flex .sec-access__infor-time {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.visit03-flex .visit03-flex__right {
  width: 37%;
}

@media only screen and (max-width: 767px) {
  .visit03-flex .visit03-flex__right {
    width: 100%;
  }
}

.visit03-flex .visit03-flex__right .title-bg {
  margin-bottom: 1rem;
}

.visit03-flex .visit03-flex__right .title-bg p {
  font-size: 1.8rem;
  line-height: 1.5;
  display: block;
}

.visit03-flex .visit03-flex__right dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}

.visit03-flex .visit03-flex__right dt {
  width: 104px;
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
}

.visit03-flex .visit03-flex__right dd {
  width: calc(100% - 104px);
  padding-left: 10px;
}

.visit03-box01 {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  box-shadow: 3px 3px 0 #ccc;
  border-radius: 3px;
  align-items: center;
  overflow: hidden;
  margin: 3rem 0;
}

.visit03-box01__title {
  background-color: #dfe6c6;
  width: 110px;
  color: #3f590b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1rem;
  font-weight: bold;
}

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

.visit03-box01__txt {
  width: calc(100% - 310px);
  padding: 0 6rem;
  padding: 1rem 3rem;
}

@media only screen and (max-width: 767px) {
  .visit03-box01__txt {
    width: 100%;
    padding: 1rem 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .visit03-box01 {
    display: block;
  }

  .visit03-box01 .cm__btn01 {
    margin: auto;
    text-align: center;
    padding: 1rem 1rem 2rem;
  }
}

.visit03-box02 {
  border: 1px solid #c83434;
  border-radius: 5px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
}

.visit03-box02__title {
  width: 232px;
  text-align: center;
  font-size: 2rem;
  color: #c83434;
  padding-right: 2rem;
}

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

.visit03-box02__text {
  padding-left: 3rem;
  border-left: 1px solid #c83434;
  position: relative;
}

.visit03-box02__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  width: 12px;
  height: 12px;
  background-color: #c83434;
  border: 3px solid #fff;
  transform: rotate(45deg);
  margin: auto;
}

.visit03-box02__text p {
  margin: 1rem 0;
}

.visit03-btn {
  background-color: #f5f5f5;
  padding: 7rem 0;
}

@media only screen and (max-width: 767px) {
  .visit03-btn {
    padding: 4rem 0;
  }
}

.visit03-btn .flex {
  justify-content: center;
  gap: 45px;
}

@media only screen and (max-width: 767px) {
  .visit03-btn .flex {
    gap: 20px;
  }
}

.visit03-btn .cm__btn01 a {
  min-width: auto;
  width: 335px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .visit03-btn .cm__btn01 a {
    width: 200px;
  }
}

.sec-slider__list {
  transition-timing-function: linear;
}

/*====================================================================================
■. PAGE STAFF
====================================================================================*/
.title04 {
  text-align: center;
  color: var(--color-brown);
  font-size: 3.6rem;
  margin-bottom: 4rem;
  line-height: 1.5;
}

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

.sec-staff01 {
  background: url(../images/common/bg-repeat.png);
  padding: 10rem 0 5rem;
  position: relative;
  z-index: 1;
}

.sec-staff01 .foot1 {
  top: 0;
}

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

.staff-list__item {
  padding: 4rem 0;
}

.staff-list__item .title03 {
  font-weight: bold;
  margin-bottom: 1rem;
}

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

  .staff-list__item:last-child {
    margin-bottom: 0;
  }
}

.staff-list__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .staff-list__flex {
    margin-bottom: 0;
  }
}

.staff-list__image {
  width: 323px;
  margin-right: 5rem;
}

@media only screen and (max-width: 767px) {
  .staff-list__image {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 2rem;
  }
}

.staff-list__infor {
  flex: 1;
  min-width: 0;
}

.staff-list__infor dl {
  margin-bottom: 1.5rem;
}

.staff-list__infor .title01 {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .staff-list__infor {
    flex: auto;
  }
}

.sec-staff02 {
  padding: 10rem 0 10rem;
  background-color: #f5f5f5;
}

.sec-staff02 .visit03-btn {
  padding: 0;
  margin: 6rem 0 0;
}

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

  .sec-staff02 .visit03-btn {
    margin: 3rem 0 0;
  }
}

/*====================================================================================
■. PAGE INTERVIEW
====================================================================================*/
.page-interview .visit03-btn {
  margin: 0;
}

.cm-bg {
  background: url(../images/common/bg-repeat.png);
  padding: 10rem 0 5rem;
  position: relative;
  z-index: 1;
}

.cm-bg .foot1 {
  top: 80px;
}

@media only screen and (max-width: 767px) {
  .cm-bg {
    padding: 4rem 0;
  }
}

.sec-interview {
  padding: 7rem 0;
}

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

.interview-list__item {
  border: 1px solid var(--color-brown);
  border-radius: 20px;
  padding: 3rem;
  background-color: var(--color-white);
  margin-bottom: 4rem;
}

.interview-list__item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .interview-list__item {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}

.interview-list .title03 {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

.interview-list .title03:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .interview-list .title03 {
    margin-top: 2rem;
  }
}

.interview-list__flex {
  display: flex;
  flex-wrap: wrap;
}

.interview-list__infor {
  flex: 1;
  min-width: 0;
}

@media only screen and (max-width: 767px) {
  .interview-list__infor {
    flex: auto;
  }
}

.interview-list__image {
  width: 400px;
  margin-left: 5rem;
}

@media only screen and (max-width: 767px) {
  .interview-list__image {
    width: 100%;
    margin: 0;
    margin-top: 2rem;
    text-align: center;
  }
}

/*====================================================================================
■. PAGE ENVIROMENT
====================================================================================*/
.sec-environment01 {
  padding: 15rem 0 8rem;
}

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

.environment-inner01 {
  border-radius: 30px 30px 5px 5px;
  overflow: hidden;
  background-color: var(--color-beige);
  box-shadow: 3px 3px 0 var(--color-gray02);
}

.environment-inner01__text {
  padding: 4rem;
  text-align: center;
  font-size: 1.8rem;
}

.environment-inner01__title01 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.environment-inner01__title {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.environment-inner01__ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.environment-inner01__ul ul {
  text-align: left;
}

.environment-inner01__text li {
  text-indent: -15px;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .environment-inner01 {
    border-radius: 20px 20px 5px 5px;
  }

  .environment-inner01__text {
    padding: 2rem;
    font-size: 1.4rem;
  }

  .environment-inner01__title {
    font-size: 2rem;
  }
}

.sec-environment02 {
  padding: 10rem 0;
}

.sec-environment02 .foot1 {
  top: 50px;
  left: -250px;
}

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

.environment-list01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
  margin-bottom: 6rem;
}

.environment-list01__item {
  width: 48%;
}

.environment-list01__img {
  aspect-ratio: 525/342;
  margin-bottom: 2.5rem;
}

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

.environment-list01 .title03 {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .environment-list01 {
    gap: 20px;
    margin-bottom: 4rem;
  }

  .environment-list01__item {
    width: 100%;
  }

  .environment-list01__img {
    margin-bottom: 1rem;
  }

  .environment-list01 .title03 {
    margin-bottom: 1.5rem;
  }
}

.environment-list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 85px;
  margin-bottom: 7rem;
  margin-top: 5rem;
}

.environment-list02__item {
  width: calc(33.3333333333% - 57px);
}

.environment-list02__icon {
  width: 155px;
  height: 155px;
  background-color: var(--color-white);
  border-radius: 100%;
  border: 1px solid #556c27;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}

.environment-list02 .title03 {
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  align-items: center;
}

.environment-list02 .title03:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--color-brown);
}

.environment-list02 .title03 span {
  border: none;
}

@media only screen and (max-width: 767px) {
  .environment-list02 {
    gap: 20px 0;
    margin-top: 3rem;
  }

  .environment-list02__item {
    width: 100%;
  }

  .environment-list02__icon {
    width: 100px;
    height: 100px;
    padding: 20px;
  }
}

.environment-list03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-bottom: 8rem;
  margin-top: 5rem;
}

.environment-list03__item {
  width: 48%;
  border: 1px solid #3f590b;
  border-radius: 20px;
  background-color: var(--color-white);
  padding: 4rem 6rem;
}

.environment-list03__title {
  text-align: center;
  font-size: 2rem;
  color: #3f590b;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .environment-list03 {
    margin-top: 3rem;
    margin-bottom: 4rem;
    gap: 20px;
  }

  .environment-list03__item {
    width: 100%;
    padding: 2rem;
  }

  .environment-list03__title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
}

.environment-inner02 {
  margin-bottom: 6rem;
}

.environment-inner02__image {
  margin-bottom: 2rem;
}

.environment-inner02__title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .environment-inner02 {
    margin-bottom: 4rem;
  }

  .environment-inner02__title {
    font-size: 1.8rem;
  }
}

.environment-list04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px;
}

.environment-list04__item {
  width: calc(33.3333333333% - 50px);
}

.environment-list04__img {
  margin-bottom: 2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .environment-list04 {
    gap: 20px;
  }

  .environment-list04__item {
    width: 100%;
  }
}

.page-environment .visit03-btn {
  margin: 0;
}

/*====================================================================================
■. PAGE RECRUIT
====================================================================================*/
.sec-recruit01 {
  padding: 8rem 0;
}

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

.recruit-inner01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}

.recruit-inner01__img {
  width: 40rem;
  margin-right: 5rem;
}

.recruit-inner01__img img {
  border-radius: 30px;
}

.recruit-inner01__txt {
  flex: 1;
  min-width: 0;
}

@media only screen and (max-width: 767px) {
  .recruit-inner01 {
    margin-bottom: 5rem;
  }

  .recruit-inner01__img {
    width: 100%;
    margin: 0 auto 3rem;
    text-align: center;
  }

  .recruit-inner01__txt {
    flex: auto;
  }
}

.recruit-list {
  margin-top: 5rem;
}

.recruit-list .title03 {
  margin-top: 7rem;
}

.recruit-list .title03:first-child {
  margin-top: 0;
}

.recruit-list dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.recruit-list dt {
  width: 135px;
  margin-right: 2rem;
  font-weight: bold;
}

.recruit-list dd {
  flex: 1;
  min-width: 0;
}

.recruit-list li {
  text-indent: -12px;
  margin-left: 12px;
}

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

  .recruit-list .title03 {
    margin-top: 3rem;
  }

  .recruit-list dt {
    width: 100%;
    margin: 0;
  }

  .recruit-list dd {
    flex: auto;
  }
}

.sec-recruit02 {
  padding: 11rem 0;
}

.sec-recruit02 .foot1 {
  left: -285px;
}

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

.recruit-inner02 {
  border: 1px solid #3f590b;
  border-radius: 30px;
  background-color: var(--color-white);
  padding: 3rem 7rem 7rem;
}

.recruit-inner02 p {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .recruit-inner02 {
    padding: 2rem;
    border-radius: 20px;
  }
}

.recruit-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
}

.recruit-contact p {
  margin: 0;
}

.recruit-contact .tel,
.recruit-contact .mail {
  align-items: center;
  display: flex;
  text-decoration: none;
}

.recruit-contact .tel img,
.recruit-contact .mail img {
  margin-right: 1rem;
}

.recruit-contact .tel {
  font-size: 2.1rem;
  line-height: 1.7;
}

.recruit-inner03 {
  padding: 4rem 5rem 2rem;
  background-color: #f5f5f5;
  margin-top: 4.5rem;
}

.recruit-inner03 .title02 {
  margin-bottom: 3rem;
}

.recruit-inner03 .title01 {
  overflow: hidden;
}

.recruit-inner03 .title01:After {
  right: -180px;
  background-position: center left;
  width: 390px;
}

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

  .recruit-inner03 .title02 {
    margin-bottom: 2rem;
  }

  .recruit-inner03 .title01 {
    font-size: 1.7rem;
  }

  .recruit-inner03 .title01:after {
    width: 300px;
  }
}

.recruit-list02 p {
  margin-bottom: 2.5rem;
}

.recruit-list02 strong {
  display: block;
}

.page-recruit .visit03-btn {
  margin: 0;
}

.page-recruit .mainvisual>.container:after,
.page-interview .mainvisual>.container:after,
.page-environment .mainvisual>.container:after {
  display: none;
}

/*====================================================================================
■. PAGE SEVICES
====================================================================================*/
.sec-services01 {
  padding: 7rem 0;
}

.sec-services01 .ancholink {
  max-width: 100%;
  gap: 20px;
}

.sec-services01 .ancholink li {
  width: calc(16.6666666667% - 17px);
}

.sec-services01 .ancholink a {
  position: relative;
  border-radius: 3px;
}

.sec-services01 .ancholink .cm__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  transform: rotate(90deg);
}

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

  .sec-services01 .ancholink {
    gap: 0;
  }

  .sec-services01 .ancholink li {
    width: 49%;
  }
}

.services-inner01 {
  background: url(../images/services/icon-left.png) top left no-repeat, url(../images/services/icon-right.png) top right no-repeat #f5f1e9;
  border-radius: 30px;
  padding: 3rem 3rem 2rem;
  margin-bottom: 6rem;
}

.services-inner01__title {
  text-align: center;
  font-size: 2rem;
  color: var(--color-brown);
  margin-bottom: 3rem;
}

.services-inner01 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 180px;
}

.services-inner01 ul li {
  width: 145px;
  height: 145px;
}

.services-inner01 ul a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid var(--color-brown);
}

@media only screen and (max-width: 767px) {
  .services-inner01 {
    border-radius: 20px;
    background-size: 30%, 30%;
    margin-bottom: 3rem;
    padding: 2rem;
  }

  .services-inner01__title {
    font-size: 1.7rem;
  }

  .services-inner01 ul {
    gap: 20px 30px;
  }

  .services-inner01 ul li {
    width: 120px;
    height: 120px;
  }

  .services-inner01 ul li:nth-child(2) a {
    padding: 25px;
  }

  .services-inner01 ul a {
    padding: 20px;
  }
}

.sec-services02 {
  padding: 9rem 0;
}

.sec-services02 .foot1 {
  left: -285px;
}

.sec-services02 .services-inner {
  border-radius: 30px;
  padding: 6rem;
  background-color: var(--color-white);
  border: 1px solid #3f590b;
  margin-bottom: 3rem;
}

.sec-services02 .services-inner:last-child {
  margin-bottom: 0;
}

.sec-services02 .services-inner .title01 {
  margin-bottom: 4rem;
}

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

  .sec-services02 .services-inner {
    padding: 2rem;
    border-radius: 20px;
  }

  .sec-services02 .services-inner .title01 {
    margin-bottom: 2rem;
  }
}

.services-inner__flex01 {
  display: flex;
  gap: 55px;
  flex-wrap: wrap;
  margin-bottom: 5.5rem;
}

.services-inner__flex01:last-child {
  margin-bottom: 0;
}

.services-inner__flex01-img {
  width: 440px;
}

.services-inner__flex01-text {
  flex: 1;
  min-width: 0;
}

/* .services-inner__flex01--small{
  border: 1px solid var(--color-brown);
  border-radius: 20px;
  margin-bottom: 3rem;
  padding: 3rem;
} */
/* .services-inner__flex01--small:last-child{
  margin-bottom: 0;
} */
.services-inner__flex01--small .services-inner__flex01-img {
  width: 405px;
}

.services-inner__flex01--small .services-inner__flex01-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--color-brown);
}

@media only screen and (max-width: 767px) {
  .services-inner__flex01 {
    gap: 0;
    margin-bottom: 3rem;
  }

  .services-inner__flex01:last-child {
    margin-bottom: 0;
  }

  .services-inner__flex01-img {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .services-inner__flex01-text {
    flex: auto;
  }

  .services-inner__flex01--small .services-inner__flex01-img {
    width: 100%;
    text-align: center;
  }

  .services-inner__flex01--small .services-inner__flex01-title {
    font-size: 1.8rem;
  }
}

.services-inner__flex02 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 4rem;
}

.services-inner__flex02-icon {
  width: 145px;
  height: 145px;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid var(--color-brown);
}

.services-inner__flex02-txt {
  flex: 1;
  min-width: 0;
}

@media only screen and (max-width: 767px) {
  .services-inner__flex02 {
    gap: 20px;
    margin-bottom: 2rem;
  }

  .services-inner__flex02-icon {
    width: 90px;
    height: 90px;
    padding: 15px;
    border-width: 1px;
  }

  .services-inner__flex02-icon--cat {
    padding: 20px;
  }
}

.services-inner__flex03 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 5.5rem;
}

.services-inner__flex03-item {
  width: calc(50% - 10px);
  background-color: #f5f5f5;
  padding: 1rem 3rem 2rem;
  height: 100%;
}

.services-inner__flex03 .services-head {
  position: relative;
  cursor: pointer;
}

.services-inner__flex03 .services-head.active .cm__arrow {
  transform: rotate(-90deg);
}

.services-inner__flex03 .services-head .title03 {
  margin-bottom: 0;
  font-size: 1.7rem;
  padding-right: 2rem;
}

.services-inner__flex03 .cm__arrow {
  position: absolute;
  top: 15px;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.5s;
}

.services-inner__flex03 .services-body {
  display: none;
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .services-inner__flex03 {
    margin-bottom: 3rem;
  }

  .services-inner__flex03-item {
    width: 100%;
    padding: 1.5rem;
  }

  .services-inner__flex03 .services-head .title03 {
    font-size: 1.5rem;
  }

  .services-inner__flex03 .cm__arrow {
    top: 5px;
  }
}

.page-services .visit03-btn {
  margin: 0;
}

/*====================================================================================
■. PAGE PUPPY
====================================================================================*/
.page-puppy .visit03-btn {
  margin: 0;
}

.sec-puppy01 {
  padding: 7rem 0 9rem;
}

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

.puppy-flex01 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 7rem;
}

.puppy-flex01__img {
  width: 50.5%;
}

.puppy-flex01__img img {
  border-radius: 30px;
}

.puppy-flex01__txt {
  flex: 1;
  min-width: 0;
}

.puppy-flex01__title {
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .puppy-flex01 {
    gap: 0;
    margin-bottom: 4rem;
  }

  .puppy-flex01__img {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .puppy-flex01__img img {
    border-radius: 20px;
  }

  .puppy-flex01__txt {
    flex: auto;
  }

  .puppy-flex01__title {
    font-size: 2rem;
  }
}

.puppy-box01 {
  background: url("./../images/puppy/box-bg-top.png")no-repeat center top/100% auto,
    url("./../images/puppy/box-bg-bottom.png")no-repeat center bottom/100% auto,
    url("./../images/puppy/box-bg-middle.png")repeat-y center center/100% auto;
  padding: 7rem 4rem 14rem 4rem;
}

.puppy-box01 ul {
  width: 48%;
}

.puppy-box01__title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}

.puppy-box01 li {
  color: #fff;
  background: url(../images/common/icon-checked.png) top 6px left no-repeat;
  padding-left: 4rem;
  margin: 1rem 0;
}

.puppy-box01__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .puppy-box01 {
    padding: 3rem 2rem 3.5rem 2rem;
  }

  .puppy-box01__title {
    margin-bottom: 1rem;
  }

  .puppy-box01__flex {
    gap: 0;
  }

  .puppy-box01 li {
    background-size: 15px;
    padding-left: 2.5rem;
  }

  .puppy-box01 ul {
    width: 100%;
  }
}

.sec-puppy02 {
  padding: 9rem 0;
}

.sec-puppy02 .foot1 {
  left: -285px;
}

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

.puppy-box02 {
  background-color: var(--color-white);
  border-radius: 100px;
  border: 1px solid #3f590b;
  padding: 2rem 7rem 3rem;
  margin: 4rem 0 5rem;
}

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

.puppy-list__item {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .puppy-list__item {
    margin-bottom: 2rem;
  }
}

.puppy-list__item .title03 {
  margin-bottom: 1rem;
}

.puppy-list__item dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.puppy-list__item dt {
  width: 50px;
}

.puppy-list__item dd {
  flex: 1;
  min-width: 0;
}

.puppy-list__item .tel {
  font-size: 2.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}

.puppy-list__item .tel img {
  margin-right: 1rem;
}

.puppy-list__item .mail {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
  text-decoration: none;
}

.puppy-list__item .mail img {
  margin-right: 1rem;
}

.sec-puppy04 {
  padding: 10rem 0 10rem;
}

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

.sw-slider {
  overflow: hidden;
}

.sw-slider__main {
  margin-bottom: 4.5rem;
}

.sw-slider__main p {
  text-align: center;
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .sw-slider__main {
    margin-bottom: 3rem;
  }
}

.sw-slider__thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

@media only screen and (max-width: 767px) {
  .sw-slider__thumb {
    gap: 1rem;
  }

  .sw-slider__thumb p{
    font-size: 1rem;
  }
}

.gallery-thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.5s;
  width: calc(20% - 2rem);
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.sw-button {
  width: 100%;
  height: 30px;
  position: relative;
  margin-top: 3.5rem;
}

@media only screen and (max-width: 767px) {
  .sw-button {
    margin-top: 2rem;
  }
}

.swiper-button-next {
  width: 90px;
  height: 15px;
  border-bottom: 1px solid var(--color-brown);
  border-right: 2px solid var(--color-brown);
  transform: skewX(65deg);
  margin-right: 0.5rem;
}

.swiper-button-next:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .swiper-button-next {
    width: 70px;
  }
}

.swiper-button-prev {
  width: 90px;
  height: 15px;
  border-bottom: 1px solid var(--color-brown);
  border-left: 2px solid var(--color-brown);
  transform: skewX(-65deg);
  margin-left: 0.5rem;
}

.swiper-button-prev:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .swiper-button-prev {
    width: 70px;
  }
}

/*====================================================================================
■. PAGE ABOUT
====================================================================================*/
.page-about .sec-environment01 {
  padding: 7rem 0;
}

@media only screen and (max-width: 767px) {
  .page-about .sec-environment01 {
    padding: 4rem 0;
  }

  .page-about .environment-inner01__text {
    text-align: left;
  }

  .page-about .about-inner01 .title04 {
    font-size: 2.5rem;
  }
}

.sec-about01 {
  background: url(../images/about/bg.png) top center no-repeat #f0f8f8;
  padding: 12rem 0 10rem;
  background-size: cover;
}

.sec-about01 p {
  margin-bottom: 3rem;
  letter-spacing: -0.3px;
}

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

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

.sec-about02 {
  padding: 9rem 0 10rem;
}

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

.about-tbl table {
  width: 100%;
}

.about-tbl th,
.about-tbl td {
  border: 1px solid var(--color-brown);
  padding: 1rem 4rem;
}

@media only screen and (max-width: 767px) {

  .about-tbl th,
  .about-tbl td {
    padding: 1rem;
  }
}

.about-tbl th {
  width: 31%;
  background-color: #f5f5f5;
  text-align: left;
}

.about-tbl td {
  width: 69%;
}

.sec-about03 {
  padding: 8rem 0;
}

.sec-about03__inner {
  border: 1px solid var(--color-brown);
  background-color: var(--color-white);
  border-radius: 30px;
}

.sec-about03 .visit03-box01 {
  margin-bottom: 4rem;
}

.sec-about03 .foot1 {
  top: 180px;
  left: -215px;
}

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

@media only screen and (min-width: 768px) {
  .sec-about03__inner {
    padding: 5rem 10rem;
  }
}

.page-visit .visit03-btn {
  margin-top: 6rem;
}

.recruit-toogle-body {
  display: none;
  height: auto !important;
}

@media only screen and (min-width: 768px) {
  .recruit-toogle-body {
    display: block !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-toogle-head {
    position: relative;
  }

  .recruit-toogle-head:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
    border-top: 15px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 1;
    transition: all 0.5s;
  }

  .recruit-toogle-head.active:after {
    transform: rotate(180deg);
  }
}