@charset "UTF-8";
html {
  overflow-x: hidden;
  line-height: 1.6;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #ded6d7;
  background: linear-gradient(270deg, rgb(222, 214, 215) 0%, rgb(255, 250, 251) 100%);
  font-size: 62.5%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
body p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  color: #333;
}

a {
  text-decoration: none;
  color: #fff;
  transition: all 0.4s;
}

a img {
  border-style: none;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.entry-header {
  display: none;
}

.leftTxt {
  text-align: left;
}

.rightTxt {
  text-align: right;
}

.centerTxt {
  text-align: center;
}

.anchor {
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}

.anchor0 {
  display: block;
  padding-top: 0px;
  margin-top: 0px;
}

.atteTxtWrap {
  margin: 24px 0;
}

.attentionTxt {
  margin-left: 1em;
  text-indent: -1em;
}

.atteTxt {
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .atteTxt {
    font-size: 1.3rem;
  }
}

.normalTxt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .normalTxt {
    font-size: 1.4rem;
  }
}

a,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
}

.inner {
  max-width: 1000px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: background-color 0.3s ease;
}
header .header_top {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  header .header_top {
    padding: 5px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    transition: transform 0.3s ease;
  }
}
@media screen and (min-width: 1025px) {
  header .header_top {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 100px;
    padding: 20px 16px;
    margin-top: 20px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
header .header_top .logo {
  max-width: 200px;
  padding-left: 20px;
  position: relative;
  z-index: 9999;
  margin: auto auto auto 0;
}
@media screen and (min-width: 1025px) {
  header .header_top .logo {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .header_top .logo {
    padding-left: 0;
  }
}
header .header_top .logo img {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  header .header_top .logo img {
    width: 60%;
  }
}
@media screen and (max-width: 450px) {
  header .header_top .logo img {
    width: 50%;
  }
}
header .header_top .hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .header_top .hamburger {
    display: block;
    position: relative;
    z-index: 9999;
    width: 44px;
    height: 44px;
    margin-right: 0px;
    cursor: pointer;
    padding-top: 14px;
  }
  header .header_top .hamburger span {
    position: absolute;
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #8bb6b1;
    transition: all 0.4s ease;
  }
  header .header_top .hamburger span:nth-of-type(1) {
    top: 16px;
  }
  header .header_top .hamburger span:nth-of-type(2) {
    bottom: 16px;
  }
  header .header_top .hamburger.active span {
    background-color: #8bb6b1;
  }
  header .header_top .hamburger.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(45deg);
    width: 100%;
  }
  header .header_top .hamburger.active span:nth-of-type(2) {
    transform: translateY(-5px) rotate(-45deg);
    width: 100%;
  }
}
header .header_top.hide {
  transform: translateY(-100%);
}
@media screen and (max-width: 1024px) {
  header .header_top nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9990;
    background: url(../images/common/bg_nav.jpg) no-repeat;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  header .header_top nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
  }
  header .header_top nav.active {
    visibility: visible;
    opacity: 1;
  }
}
header .header_top .menu {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  header .header_top .menu {
    background-color: rgba(222, 214, 215, 0.8);
  }
}
header .header_top .menu .menu_link {
  margin: 0 0 0 32px;
}
header .header_top .menu a {
  color: #51a696;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 700;
}
header .header_top .menu a .en {
  display: none;
}
header .header_top .menu .link_button {
  margin-bottom: 4px;
}
header .header_top .menu .link_button a {
  padding: 14px 32px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  header .header_top .menu .link_button a {
    box-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  header .header_top .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5%;
    box-sizing: border-box;
    padding-top: 64px;
  }
  header .header_top .menu .menu_link {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  header .header_top .menu .menu_link {
    margin: 18px 0;
  }
}
@media screen and (max-width: 1024px) {
  header .header_top .menu .menu_link a {
    color: #000;
    display: flex;
    flex-direction: column;
  }
  header .header_top .menu .menu_link a .ja {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  header .header_top .menu .menu_link a .ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  header .header_top .menu .menu_link a .en {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  header .header_top .menu .menu_link a .en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  header .header_top .menu .link_button a {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: #000;
  }
}
header .header_image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .header_image {
    display: none;
  }
}
header .talent_booking {
  width: 100%;
  height: 532px;
  background: url(../images/talent/talent_booking_top.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
}
header .talent_booking .header_image {
  width: inherit;
  z-index: inherit;
}
header .talent_booking .header_image_text {
  margin: auto 0;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
}
header .talent_booking .header_image_text .main h1 {
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  font-weight: 900;
  text-shadow: 0 0 8px #888;
}
header .talent_booking .header_image_text .sub p {
  font-size: 16px;
  font-weight: 700;
}
header .pet_photography {
  width: 100%;
  height: 532px;
  background: url(../images/pet-photography/pet_photography_top.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
}
header .pet_photography .header_image {
  width: inherit;
  z-index: inherit;
}
header .pet_photography .header_image_text {
  margin: auto 0;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
}
header .pet_photography .header_image_text .main h1 {
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  font-weight: 900;
  text-shadow: 0 0 8px #888;
}
header .pet_photography .header_image_text .sub p {
  font-size: 16px;
  font-weight: 700;
}

.title_text {
  margin: 0 auto;
  text-align: center;
}
.title_text .enTitle {
  font-family: "Roboto", sans-serif;
  color: #95bfbb;
  font-size: 5.2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .title_text .enTitle {
    font-size: 24px;
  }
}
.title_text .topTitle {
  color: #51a696;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 24px 0 32px;
}
@media screen and (max-width: 768px) {
  .title_text .topTitle {
    font-size: 1.4rem;
    margin: 16px 0 24px;
  }
}

/* =========================================
   Split Screen Hero
========================================= */
.hero-split {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  cursor: default;
  /* ── アクティブ状態（左にホバー）── */
  /* ── アクティブ状態（右にホバー）── */
  /* ── 中央の仕切り線 ── */
  /* ── キャッチコピー（中央下） ── */
  /* ── ホバー領域（透明なインタラクション用） ── */
  /* ── モバイル（768px以下）── */
}
.hero-split .panel {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  /* ここから */
  /* ここまで */
}
.hero-split .panel--left {
  left: 0;
  width: 50%;
}
.hero-split .panel--right {
  right: 0;
  width: 50%;
}
.hero-split .panel__bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform;
}
.hero-split .panel--left .panel__bg {
  left: 0;
  background-image: url("../images/top/top_talent_booking2.jpg");
}
@media screen and (max-width: 768px) {
  .hero-split .panel--left .panel__bg {
    background-image: url("../images/top/top_talent_booking2_sp.jpg");
  }
}
.hero-split .panel--right .panel__bg {
  right: 0;
  background-image: url("../images/top/top_pet_photography.jpg");
}
@media screen and (max-width: 768px) {
  .hero-split .panel--right .panel__bg {
    background-image: url("../images/top/top_pet_photography_sp.jpg");
  }
}
.hero-split .panel--left .panel__bg2 {
  left: 0;
  background-image: url("../images/top/top_talent_booking.jpg");
}
@media screen and (max-width: 768px) {
  .hero-split .panel--left .panel__bg2 {
    background-image: url("../images/top/top_talent_booking_sp.jpg");
  }
}
.hero-split .panel__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.7s ease;
  pointer-events: none;
  z-index: 1;
}
.hero-split .panel__label {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-split .panel__label .label-tag {
  display: inline-block;
  padding: 24px 32px;
  background: #111;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}
.hero-split .panel__label .label-sub {
  display: none;
}
.hero-split .panel--left .panel__label {
  right: 0;
  align-items: flex-end;
}
.hero-split .panel--left .panel__label .label-tag {
  background: #fff;
  color: #000;
}
.hero-split .panel--right .panel__label {
  left: 0;
  align-items: flex-start;
}
.hero-split .panel--right .panel__label .label-tag {
  background: #000;
  color: #fff;
}
.hero-split.hover-left .panel--left {
  width: 65%;
}
.hero-split.hover-left .panel--right {
  width: 35%;
}
.hero-split.hover-left .panel--right .panel__overlay {
  background: rgba(0, 0, 0, 0.25);
}
.hero-split.hover-right .panel--left {
  width: 35%;
}
.hero-split.hover-right .panel--right {
  width: 65%;
}
.hero-split.hover-right .panel--left .panel__overlay {
  background: rgba(0, 0, 0, 0.25);
}
.hero-split .divider-line {
  display: none;
}
.hero-split .catchcopy {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  white-space: nowrap;
  transition: opacity 0.4s ease;
}
.hero-split .catchcopy p {
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.hero-split .hover-zone {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 30;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.hero-split .hover-zone--left {
  left: 0;
}
.hero-split .hover-zone--right {
  right: 0;
}
@media (max-width: 768px) {
  .hero-split .panel {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    transition: none;
  }
  .hero-split .panel--left {
    top: 0;
    height: 50%;
  }
  .hero-split .panel--right {
    top: 50%;
    height: 50%;
  }
  .hero-split .panel__bg {
    width: 100%;
    height: 100%;
  }
  .hero-split .panel--right .panel__bg {
    right: auto;
    left: 0;
  }
  .hero-split .panel__overlay {
    background: rgba(0, 0, 0, 0) !important;
  }
  .hero-split .panel__label {
    left: 50% !important;
    right: auto !important;
    align-items: center !important;
    transform: translateX(-50%) !important;
    top: auto !important;
    bottom: auto !important;
    width: 280px;
  }
  .hero-split .panel__label .label-tag {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .hero-split .panel--left .panel__label {
    bottom: 0 !important;
  }
  .hero-split .panel--right .panel__label {
    top: 0 !important;
  }
  .hero-split .divider-line {
    top: 50%;
    left: 0 !important;
    width: 100%;
    height: 3px;
    transform: translateY(-50%);
    transition: none;
  }
  .hero-split .hover-zone {
    pointer-events: none;
    display: none;
  }
  .hero-split .catchcopy {
    display: none;
  }
}

.topSection {
  width: 100%;
}
.topSection .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 96px 20px;
}
@media screen and (max-width: 768px) {
  .topSection .inner {
    padding: 48px 0;
  }
}
@media screen and (max-width: 768px) {
  .topSection .inner .description img {
    width: 100%;
  }
}
.topSection .inner .description .description_text {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .topSection .inner .description .description_text {
    margin: 0;
  }
}
.topSection .topMidashi {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.8em;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .topSection .topMidashi {
    font-size: 1.8rem;
    margin: 24px 0;
    width: 100%;
  }
}
.topSection .topExpTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topSection .topExpTxt {
    font-size: 1.4rem;
    width: 100%;
  }
}

.topImgPhoto {
  border-radius: 20px;
}

.evenBg {
  background-color: rgba(255, 255, 255, 0.4);
}
.evenBg .description_text {
  margin: 0 20px 0 40px;
}

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

.description {
  margin: 80px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .description {
    flex-direction: column;
    margin: 40px auto 0;
  }
}
.description .description_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .description .description_image {
    display: none;
  }
}
.description .description_image_sp {
  margin: 0 auto;
  width: 360px;
}
.description .description_text {
  width: 70%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .description .description_text {
    width: 100%;
    align-items: center;
    order: 2;
  }
}
.description .description_text .main p {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .description .description_text .main p {
    font-size: 18px;
    line-height: 2.2em;
  }
}
.description .description_text .sub p {
  margin: 30px 0 0 8px;
  font-size: 16px;
  line-height: 2em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .description .description_text .sub p {
    font-size: 14px;
  }
}
.description .description_text .readmore {
  margin: 40px 0 0 auto;
  transition: all 0.4s;
  background: url(../images/common/circle_right.svg) no-repeat right 10px center;
}
.description .description_text .readmore p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 66px 10px 0;
}
@media screen and (max-width: 768px) {
  .description .description_text .readmore p {
    font-size: 14px;
  }
}
.description .description_text .readmore:hover {
  background: url(../images/common/circle_right.svg) no-repeat right 0px center;
}

.requestArea {
  background: url(../images/common/contact_bg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 120px 20px;
}
@media screen and (max-width: 768px) {
  .requestArea {
    margin: 0;
    padding: 64px 20px;
  }
}
.requestArea .request_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: rgba(204, 230, 228, 0.8);
  border-radius: 20px;
  padding: 52px 0;
}
@media screen and (max-width: 768px) {
  .requestArea .request_inner {
    padding: 40px 20px;
  }
}
.requestArea .request_inner .requestTitle {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .requestArea .request_inner .requestTitle {
    font-size: 1.8rem;
  }
}
.requestArea .request_inner .boxes {
  margin: 44px auto 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .requestArea .request_inner .boxes {
    flex-direction: column;
    margin: 30px auto 0;
  }
}
.requestArea .request_inner .boxes .contactBox {
  width: 42%;
  margin: 0 30px;
  background-color: #fff;
  box-shadow: 2px 2px 6px #aaa;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .requestArea .request_inner .boxes .contactBox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .requestArea .request_inner .boxes .contactBox:last-child {
    margin-bottom: 0;
  }
}
.requestArea .request_inner .boxes .contactBox a {
  width: 100%;
}
.requestArea .request_inner .boxes .contactBox a .requestIcon {
  width: 46px;
  height: auto;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .requestArea .request_inner .boxes .contactBox a .requestIcon {
    width: 34px;
  }
}
@media screen and (max-width: 768px) {
  .requestArea .request_inner .boxes .contactBox a .requestIcon {
    width: 36px;
    margin-right: 12px;
  }
}
.requestArea .request_inner .boxes .contactBox a .contactTxt .contactSmallTxt {
  font-size: 16px;
  line-height: 1.4em;
}
@media screen and (max-width: 1024px) {
  .requestArea .request_inner .boxes .contactBox a .contactTxt .contactSmallTxt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .requestArea .request_inner .boxes .contactBox a .contactTxt .contactSmallTxt {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.requestArea .request_inner .boxes .contactBox a .requestNo {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .requestArea .request_inner .boxes .contactBox a .requestNo {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .requestArea .request_inner .boxes .contactBox a .requestNo {
    font-size: 26px;
  }
}
.requestArea .request_inner .boxes .contactBox a .requestLTxt {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .requestArea .request_inner .boxes .contactBox a .requestLTxt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .requestArea .request_inner .boxes .contactBox a .requestLTxt {
    font-size: 1.8rem;
  }
}
.requestArea .request_inner .boxes .contactBox span {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 1.4em;
}
.requestArea .request_inner .boxes .contactBox .contactLinkBox {
  background: url(../images/common/arrow.svg) no-repeat right 20px center;
  background-size: 20px auto;
  padding: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .requestArea .request_inner .boxes .contactBox .contactLinkBox {
    background-size: 14px auto;
  }
}
@media screen and (max-width: 768px) {
  .requestArea .request_inner .boxes .contactBox .contactLinkBox {
    padding: 24px 16px;
    background-position: right 16px center;
    background-size: 16px auto;
  }
}
.requestArea .request_inner .boxes .contactBox .contactLinkBox:hover {
  background: url(../images/common/arrow.svg) no-repeat right 16px center;
  background-size: 20px auto;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .requestArea .request_inner .boxes .contactBox .contactLinkBox:hover {
    background-size: 14px auto;
  }
}
@media screen and (max-width: 768px) {
  .requestArea .request_inner .boxes .contactBox .contactLinkBox:hover {
    background-position: right 12px center;
    background-size: 16px auto;
  }
}
.requestArea .request_inner .boxes .box.mail span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

#request.back_none {
  background: none;
}

#request.about {
  margin-top: 200px;
}

#request.contact {
  margin-top: 800px;
}

footer {
  background: url(../images/common/bg.png) repeat;
  background-size: 250px auto;
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 48px 0;
  }
}
footer .footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
footer .footer_inner .logo img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .logo img {
    height: auto;
    width: 32%;
  }
}
@media screen and (max-width: 450px) {
  footer .footer_inner .logo img {
    width: 38%;
  }
}
footer .footer_inner .footer_text {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer_text {
    flex-direction: column;
  }
}
footer .footer_inner .footer_text .company_profile {
  width: 50%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer_text .company_profile {
    font-size: 1.4rem;
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
}
footer .footer_inner .footer_text .company_profile .name {
  margin: 44px 0 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer_text .company_profile .name {
    margin: 0 0 20px;
  }
}
footer .footer_inner .footer_text .company_profile .address {
  margin: 0;
  font-weight: 500;
  line-height: 2em;
}
footer .footer_inner .footer_text .footer_link {
  width: 50%;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer_text .footer_link {
    width: 100%;
    order: 1;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer_text .footer_link .link_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
}
footer .footer_inner .footer_text .footer_link .link_list li {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 16px;
  line-height: 2.5em;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer_text .footer_link .link_list li {
    width: 50%;
    padding-left: 0;
    margin: 0 0 24px;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
}
footer .footer_inner .footer_text .footer_link .link_list li a {
  display: flex;
}
footer .footer_inner .footer_text .footer_link .link_list li a .footerNavBar {
  align-self: center;
  background-color: #89d9d4;
  border-radius: 30px;
  margin: 0 12px 0 0;
  height: 4px;
  width: 12px;
}
footer .footer_inner .copy_right {
  margin: 16px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
  text-align: end;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .copy_right {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 40px;
  }
}

.mainImgWrap {
  padding: 260px 20px 160px;
  text-align: center;
  width: 100%;
}
.mainImgWrap .mainImgCapEn {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .mainImgWrap .mainImgCapEn {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 450px) {
  .mainImgWrap .mainImgCapEn {
    font-size: 2.4rem;
  }
}
.mainImgWrap .mainImgTitle {
  color: #fff;
  font-size: 1.8rem;
}

.talentBookingBg {
  background: url(../images/talent/talent_booking_top.jpg) no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .talentBookingBg {
    background: url(../images/talent/talent_booking_top_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.photographyBg {
  background: url(../images/pet-photography/pet_photography_top.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .photographyBg {
    background: url(../images/pet-photography/pet_photography_top_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.videoproductionBg {
  background: url(../images/video_production/header.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .videoproductionBg {
    background: url(../images/video_production/header_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.miniImgWrap {
  padding: 192px 20px 48px;
  text-align: center;
  width: 100%;
}
.miniImgWrap .mainImgCapEn {
  color: #95bfbb;
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .miniImgWrap .mainImgCapEn {
    font-size: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .miniImgWrap .mainImgCapEn {
    font-size: 2.4rem;
  }
}
.miniImgWrap .mainImgTitle {
  color: #51a696;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .miniImgWrap {
    padding: 120px 20px 48px;
  }
}
@media screen and (max-width: 768px) {
  .miniImgWrap {
    padding: 100px 20px 24px;
  }
}
@media screen and (max-width: 450px) {
  .miniImgWrap {
    padding: 80px 20px 24px;
  }
}

.introduction {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.introduction .captionTxt {
  text-align: center;
  font-family: "Cedarville Cursive", cursive;
  color: #95bfbb;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 144px 0 104px;
}
@media screen and (max-width: 1024px) {
  .introduction .captionTxt {
    font-size: 48px;
    margin: 72px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .introduction .captionTxt {
    font-size: 32px;
    margin: 64px 0;
  }
}
.introduction .sub_text {
  background: url(../images/talent/txt_line.png) center top;
  background-size: 141px auto;
  margin: 70px 0 0;
  padding: 0 0 6px;
}
@media screen and (max-width: 1024px) {
  .introduction .sub_text {
    margin: 32px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .introduction .sub_text {
    background-size: 126px auto;
    margin: 32px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .introduction .sub_text {
    margin: 0;
    background-size: 109px auto;
  }
}
.introduction .sub_text p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6em;
}
@media screen and (max-width: 768px) {
  .introduction .sub_text p {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 450px) {
  .introduction .sub_text p {
    font-size: 1.4rem;
  }
}
.introduction .sub_text span {
  border-bottom: solid 1px #000;
}
.introduction .guidance {
  width: 100%;
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.introduction .guidance .inner {
  padding: 40px 0;
  background-color: #d9d9d9;
}
.introduction .guidance .inner .insta_icon {
  margin: 0 auto;
  width: 80px;
}
.introduction .guidance .inner .insta_icon img {
  margin: 0 auto;
  width: 50%;
}
.introduction .guidance .inner .pet_logo {
  margin: 0 auto;
}
.introduction .guidance .inner .pet_logo img {
  margin: 0 auto;
  width: 30%;
}
.introduction .guidance .inner .text {
  margin-top: -20px;
  text-align: center;
}
.introduction .guidance .inner .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2em;
}

.mainImgWrap {
  width: 100%;
}
.mainImgWrap img {
  height: auto;
  width: 100%;
}

.reserveWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 20px 96px;
}
@media screen and (max-width: 768px) {
  .reserveWrap {
    padding: 64px 20px;
  }
}
.reserveWrap .reserveTxt {
  color: #51a696;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 8px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reserveWrap .reserveTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .reserveWrap .reserveTxt {
    font-size: 1.4rem;
  }
}

#introduction.about {
  margin: 0 auto;
  padding-top: 120px;
}

.talent_list_all {
  max-width: 1200px;
  margin: 120px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .talent_list_all {
    margin: 64px auto;
  }
}
.talent_list_all h2 {
  text-align: center;
  color: #51a696;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}
.talent_list_all .talent_list_package {
  margin: 64px auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .talent_list_all .talent_list_package {
    margin: 32px auto;
  }
}
.talent_list_all .talent_list_package .box {
  margin: 0 auto 40px;
  width: 46%;
}
@media screen and (max-width: 450px) {
  .talent_list_all .talent_list_package .box {
    width: 100%;
  }
}
.talent_list_all .talent_list_package .box .talentImg {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .talent_list_all .talent_list_package .box .talentImg {
    border-radius: 16px;
  }
}
@media screen and (max-width: 450px) {
  .talent_list_all .talent_list_package .box .talentImg {
    border-radius: 8px;
  }
}
.talent_list_all .talent_list_package .box .nameJa {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6em;
  margin: 8px 4px 0;
}
@media screen and (max-width: 768px) {
  .talent_list_all .talent_list_package .box .nameJa {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .talent_list_all .talent_list_package .box .nameJa {
    font-size: 1.5rem;
  }
}
.talent_list_all .talent_list_package .box .nameEn {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 4px;
}
@media screen and (max-width: 768px) {
  .talent_list_all .talent_list_package .box .nameEn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .talent_list_all .talent_list_package .box .nameEn {
    font-size: 1.2rem;
  }
}
.talent_list_all .talent_list_package .box .teikeiTxt {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 4px 4px 0;
}
@media screen and (max-width: 768px) {
  .talent_list_all .talent_list_package .box .teikeiTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .talent_list_all .talent_list_package .box .teikeiTxt {
    font-size: 1.2rem;
  }
}

.talent_list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 20px;
  display: flex;
  flex-direction: column;
  /* === Splide Image Slider Styles === */
}
@media screen and (max-width: 768px) {
  .talent_list {
    padding: 120px 20px 80px;
  }
}
@media screen and (max-width: 450px) {
  .talent_list {
    padding: 120px 20px 40px;
  }
}
.talent_list .main_text {
  color: #51a696;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
}
.talent_list .main_text h1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #51a696;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .talent_list .main_text h1 {
    font-size: 2.4rem;
  }
}
.talent_list .main_text p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #51a696;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .talent_list .main_text p {
    font-size: 1.4rem;
  }
}
.talent_list #main-slider {
  max-width: 600px;
  margin: 40px auto 0;
}
.talent_list #main-slider .splide__arrow {
  background: transparent;
  border: solid 2px #51a696;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  opacity: 1;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}
.talent_list #main-slider .splide__arrow--prev {
  left: -60px;
}
@media screen and (max-width: 768px) {
  .talent_list #main-slider .splide__arrow--prev {
    left: 10px;
    background: rgba(255, 255, 255, 0.7);
  }
}
.talent_list #main-slider .splide__arrow--next {
  right: -60px;
}
@media screen and (max-width: 768px) {
  .talent_list #main-slider .splide__arrow--next {
    right: 10px;
    background: rgba(255, 255, 255, 0.7);
  }
}
.talent_list #main-slider .splide__arrow svg {
  fill: #51a696;
  stroke: transparent;
  width: 16px;
  height: 16px;
}
.talent_list #main-slider .main-ph {
  border-radius: 20px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.talent_list #main-slider .splide__pagination {
  display: none;
}
.talent_list #thumbnail-slider {
  max-width: 600px;
  margin: 30px auto 0;
}
.talent_list #thumbnail-slider .splide__slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  cursor: pointer;
  border: none !important;
}
.talent_list #thumbnail-slider .splide__slide.is-active {
  opacity: 1;
  border: none !important;
}
.talent_list #thumbnail-slider .thumb-ph {
  border-radius: 12px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.talent_list #thumbnail-slider .splide__arrow {
  display: none;
}
.talent_list #thumbnail-slider .splide__pagination {
  display: none;
}

.snsWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 40px auto;
}
.snsWrap .snsIcon {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.noSnsWrap {
  margin: 40px auto 0;
}

.profWrap {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 40px 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profWrap .profTitleWrap {
  width: 100%;
}
.profWrap .profTitleWrap h2 {
  color: #51a696;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .profWrap .profTitleWrap h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .profWrap .profTitleWrap h2 {
    font-size: 1.6rem;
  }
}
.profWrap .profTitleWrap .titleBar {
  background-color: #89d9d4;
  border-radius: 10px;
  height: 6px;
  width: 40px;
  margin: 24px 0;
}
.profWrap .profInner {
  width: 48%;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .profWrap .profInner {
    padding: 0;
    width: 100%;
  }
}
.profWrap .profInner:nth-child(even) {
  border-right: 1px solid #95bfbb;
}
@media screen and (max-width: 768px) {
  .profWrap .profInner:nth-child(even) {
    border-right: none;
  }
}
.profWrap .profInner .profTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .profWrap .profInner .profTxt {
    font-size: 1.4rem;
  }
}
.profWrap .profInner .profileList {
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .profWrap .profInner .profileList {
    font-size: 1.4rem;
  }
}
.profWrap .profInner .profileList dt {
  border-top: 1px solid #d2d2d2;
  color: #51a696;
  font-weight: 500;
  padding: 12px 4px;
  width: 24%;
}
@media screen and (max-width: 450px) {
  .profWrap .profInner .profileList dt {
    padding: 8px 4px 4px;
    width: 100%;
  }
}
.profWrap .profInner .profileList dd {
  border-top: 1px solid #d2d2d2;
  padding: 12px 4px;
  width: 76%;
}
@media screen and (max-width: 450px) {
  .profWrap .profInner .profileList dd {
    border-top: none;
    padding: 4px 4px 8px;
    width: 100%;
  }
}
.profWrap .profInner .profSubTitle {
  color: #51a696;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .profWrap .profInner .profSubTitle {
    font-size: 1.6rem;
  }
}
.profWrap .profInner .profSubTitle span {
  color: #f83861;
}
.profWrap .profInner .profSubList {
  margin-bottom: 24px;
}
.profWrap .profInner .profSubList li {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .profWrap .profInner .profSubList li {
    font-size: 1.4rem;
  }
}
.profWrap .blank_adjust {
  margin: 40px 0 0;
}
.profWrap .profSubTxt {
  font-size: 1.6rem;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .profWrap .profSubTxt {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}

#talent_profile {
  padding: 120px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}
#talent_profile .inner .name {
  text-align: center;
}
#talent_profile .inner .name .ja p {
  color: #95bfbb;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
}
#talent_profile .inner .name .roma p {
  color: #95bfbb;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2em;
}
#talent_profile .inner .main_image {
  max-width: 400px;
  margin: 0 auto;
}
#talent_profile .inner .main_image img {
  width: 100%;
}
#talent_profile .inner .image_list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
#talent_profile .inner .image_list .images {
  width: 15%;
}
#talent_profile .inner .image_list .images img {
  width: 100%;
}
#talent_profile .inner .share_link {
  width: 100%;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
}
#talent_profile .inner .share_link .icons {
  margin-top: 70px;
  width: 60px;
  padding: 0 10px;
}

.aboutCompany {
  max-width: 1040px;
  margin: 120px auto 180px;
}
@media screen and (max-width: 450px) {
  .aboutCompany {
    margin: 40px auto 40px;
  }
}
.aboutCompany .aboutCompanyInner {
  padding: 0 20px;
}
.aboutCompany .aboutCompanyListPic {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.aboutCompany .aboutCompanyListPic .aboutList {
  margin: auto auto auto 0;
  width: 50%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .aboutCompany .aboutCompanyListPic .aboutList p {
    line-height: 1.4em;
  }
}
@media screen and (max-width: 450px) {
  .aboutCompany .aboutCompanyListPic .aboutList p {
    line-height: 1.4em;
  }
}
.aboutCompany .aboutCompanyListPic .aboutList dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aboutCompany .aboutCompanyListPic .aboutList dl {
    flex-direction: column;
  }
}
.aboutCompany .aboutCompanyListPic .aboutList dt {
  font-weight: 500;
  width: 25%;
  border-bottom: #b4b4b4 solid 1px;
  padding: 20px 0;
}
.aboutCompany .aboutCompanyListPic .aboutList dt p {
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .aboutCompany .aboutCompanyListPic .aboutList dt {
    padding: 15px 0 4px;
    width: 100%;
    border: none;
  }
}
.aboutCompany .aboutCompanyListPic .aboutList dd {
  width: 75%;
  border-bottom: #b4b4b4 solid 1px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .aboutCompany .aboutCompanyListPic .aboutList dd {
    width: 100%;
    padding: 10px 0 15px;
    padding-left: 8px;
  }
}
.aboutCompany .aboutCompanyListPic .aboutList .listMultiRow {
  border-bottom: inherit;
  padding-bottom: 0;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .aboutCompany .aboutCompanyListPic .aboutList .listMultiRowBlank {
    display: none;
  }
}
.aboutCompany .aboutCompanyListPic .companyPicture {
  border-radius: 15px;
  width: 40%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .aboutCompany .aboutCompanyListPic {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .aboutCompany .aboutCompanyListPic .aboutList {
    width: 100%;
    margin: 0 auto;
    order: 2;
  }
  .aboutCompany .aboutCompanyListPic .companyPicture {
    order: 1;
    margin: 0 auto 40px;
    border-radius: 15px;
    width: inherit;
    max-width: 600px;
    height: 400px;
    object-position: 50% 60%;
  }
  .aboutCompany .aboutCompanyListPic .aboutListRow {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #b4b4b4;
    padding: 15px 0;
  }
  .aboutCompany .aboutCompanyListPic .aboutListRow dd {
    padding-left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .aboutCompany .aboutCompanyListPic .companyPicture {
    height: 300px;
  }
}
.aboutCompany .aboutCompanyGmap {
  max-width: 1040px;
  margin: 70px auto 0;
}
.aboutCompany .aboutCompanyGmap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1024px) {
  .aboutCompany .aboutCompanyGmap {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .aboutCompany .aboutCompanyGmap iframe {
    height: 300px;
  }
}
@media screen and (max-width: 450px) {
  .aboutCompany .aboutCompanyGmap {
    margin: 40px auto 0;
  }
  .aboutCompany .aboutCompanyGmap iframe {
    height: 200px;
  }
}

.for_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .for_sp {
    display: block;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp_br {
    display: block;
  }
}

.dualSliderSection {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .dualSliderSection {
    padding: 20px 0;
  }
}
.dualSliderSection .sliderWrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.dualSliderSection .sliderWrapper:last-child {
  margin-bottom: 0;
}
.dualSliderSection .sliderTrack {
  display: flex;
  width: max-content;
}
.dualSliderSection .sliderTrack img {
  width: 560px;
  height: 280px;
  object-fit: cover;
  margin-right: 20px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .dualSliderSection .sliderTrack img {
    width: 360px;
    height: 180px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 450px) {
  .dualSliderSection .sliderTrack img {
    width: 280px;
    height: 140px;
    margin-right: 12px;
  }
}
.dualSliderSection .trackLeft {
  /* JS animation */
}
.dualSliderSection .trackRight {
  /* Since parent is rtl, the items flow right-to-left.
     Animating translateX from 0 to 50% will move them to the right. */
  /* JS animation */
}
.dualSliderSection .trackRight img {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .dualSliderSection .trackRight img {
    margin-left: 12px;
  }
}

.petGalleryArea {
  padding: 40px 20px;
}
.petGalleryArea .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 3%;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .petGalleryArea .inner {
    flex-direction: column;
    gap: 20px;
  }
}
.petGalleryArea .inner .leftGalleryArea {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .petGalleryArea .inner .leftGalleryArea {
    width: 100%;
  }
}
.petGalleryArea .inner .leftGalleryArea .leftTopArea {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.petGalleryArea .inner .leftGalleryArea .leftTopArea img:first-child {
  width: 70%;
}
.petGalleryArea .inner .leftGalleryArea .leftTopArea img:last-child {
  width: 27%;
}
.petGalleryArea .inner .leftGalleryArea .leftBottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.petGalleryArea .inner .leftGalleryArea .leftBottom img:first-child {
  width: 38%;
}
.petGalleryArea .inner .leftGalleryArea .leftBottom img:last-child {
  width: 58%;
}
.petGalleryArea .inner .rightGalleryArea {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .petGalleryArea .inner .rightGalleryArea {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .petGalleryArea .inner .rightGalleryArea img:first-child {
    width: 48%;
  }
  .petGalleryArea .inner .rightGalleryArea img:last-child {
    width: 48%;
  }
}
.petGalleryArea .inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* blank */
.pcBlank {
  display: none;
}

@media screen and (max-width: 450px) {
  .pcBlank {
    display: block;
  }
}
.spBlank {
  display: block;
}

@media screen and (max-width: 450px) {
  .spBlank {
    display: none;
  }
}
.pcBlankTab {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcBlankTab {
    display: block;
  }
}
.tabBlank {
  display: block;
}

@media screen and (max-width: 768px) {
  .tabBlank {
    display: none;
  }
}
.pcBlankSpc {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pcBlankSpc {
    display: block;
  }
}
.spcBlank {
  display: block;
}

@media screen and (max-width: 1024px) {
  .spcBlank {
    display: none;
  }
}
/* ==========================================================================
   Form
   ========================================================================== */
#formWrap {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 900px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #formWrap {
    font-size: 16px;
  }
}
#formWrap dl {
  color: #555;
  margin: 30px 0 0;
}
#formWrap dl dt {
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.6em;
  padding: 15px 0 0;
}
#formWrap dl dt span {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  #formWrap dl dt {
    font-size: 92%;
  }
}
#formWrap dl dd {
  box-sizing: border-box;
  padding: 12px 0;
  margin: 0;
  min-height: 62px;
}
#formWrap dl dd input.form_s {
  width: 75px;
}
#formWrap dl dd input.form_m {
  width: 250px;
}
#formWrap dl dd input.form_l {
  width: 100%;
}
#formWrap input {
  border: 1px solid #e3e1e1;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
}
#formWrap select {
  padding: 10px;
}
#formWrap textarea {
  border: 1px solid #e3e1e1;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

#formWrap dt:first-child {
  border-top: none;
}

#formWrap dt:first-child + dd {
  border-top: none;
}

.req {
  color: #fa3500;
  font-size: 1.2rem;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .req {
    font-size: 74%;
  }
}

.formBtnWrap {
  text-align: center;
}

.submitWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .submitWrap {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
  }
}

.submitInner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .submitInner {
    margin: 0 0 30px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .submitInner {
    margin: 0 0 30px;
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  #contact-input .submitInner {
    margin: 0 0 30px;
    width: 100%;
  }
}

.submitBtn button,
a.button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #51a696;
  border: medium none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 15px;
  transition: all 0.4s;
}

.submitBtn {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  height: 60px;
  margin: 0 20px;
  width: 360px;
  transition: all 0.4s;
}
.submitBtn:hover {
  transition: all 0.4s;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .submitBtn {
    font-size: 100%;
    height: 50px;
    margin: 0;
    width: 100%;
  }
}

.returnBtn {
  background: #e9e9ed;
  border: none;
  cursor: pointer;
  height: 60px;
  margin: 0 20px;
  width: 360px;
  transition: all 0.4s;
}
.returnBtn:hover {
  background: #d0d0d6;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .returnBtn:hover {
    background: #d0d0d6;
    transition-duration: 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .returnBtn {
    height: 50px;
    margin: 0;
    width: 100%;
  }
}

.returnBg input[type=submit] {
  background-color: #999;
}

.returnBg input[type=submit]:hover {
  background-color: #666;
}

#formTxtArea h2 {
  color: #009944;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
}
#formTxtArea .recruitListWrap {
  margin: 40px 0 20px;
}
#formTxtArea .recruitList {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#formTxtArea .recruitTitle {
  background: #009944;
  box-sizing: border-box;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 15px;
  width: 30%;
  display: flex;
  align-items: center;
}
#formTxtArea .recruitContents {
  background: #daead9;
  box-sizing: border-box;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 15px;
  width: 70%;
}
#formTxtArea .privacyPolicy span {
  color: #009944;
  font-weight: bold;
}

#formWrap input[type=submit] {
  border: none;
}
@media screen and (max-width: 768px) {
  #formWrap input[type=submit] {
    padding: 0 20px;
  }
}

.formThanks {
  text-align: center;
}

.contactTopTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
}

.contactBottomTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 50px 0 0;
}
.contactBottomTxt span {
  color: #0068b7;
  font-weight: bold;
}

.thanksTxt {
  text-align: center;
}

.contactCheckTitle {
  padding: 100px 0 0;
}

.contactThanks {
  text-align: center;
}
@media screen and (max-width: 450px) {
  .contactThanks {
    text-align: left;
  }
}
.contactThanks p {
  font-size: 1.6rem;
  line-height: 2.2em;
}
.contactThanks p.thanksTitle {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 100px 0 20px;
}

#check .submitWrap {
  justify-content: space-between;
}
#check .submitInner {
  width: 48%;
}
#check .submitBtn {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #check .submitBtn {
    width: 300px;
  }
}
#check .returnBtn {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #check .returnBtn {
    width: 300px;
  }
}

/* privacy policy */
.privacyPolicyWrap {
  max-width: 1000px;
  margin: 0 auto;
}
.privacyPolicyWrap .inner {
  padding: 0 20px 240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .privacyPolicyWrap .inner {
    padding: 0 20px 120px;
  }
}
.privacyPolicyWrap .inner h2 {
  color: #51a696;
  font-size: 2rem;
  margin: 48px 0 16px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyWrap .inner h2 {
    font-size: 1.6rem;
  }
}
.privacyPolicyWrap .inner p {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .privacyPolicyWrap .inner p {
    font-size: 1.4rem;
  }
}
.privacyPolicyWrap .inner ul {
  margin: 24px 0;
}
.privacyPolicyWrap .inner ul li {
  list-style: disc;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 8px 0 8px 20px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyWrap .inner ul li {
    font-size: 1.4rem;
  }
}
.privacyPolicyWrap .inner ol {
  margin: 24px 0;
}
.privacyPolicyWrap .inner ol li {
  list-style: decimal;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 8px 0 8px 20px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyWrap .inner ol li {
    font-size: 1.4rem;
  }
}

.privacyReadTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  .privacyReadTxt {
    font-size: 1.4rem;
    margin: 32px 0 0;
  }
}

.youtubeWrap {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 88px auto 0;
}
@media screen and (max-width: 768px) {
  .youtubeWrap {
    margin: 56px auto 0;
  }
}
.youtubeWrap iframe {
  width: 100%;
  height: 100%;
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

/* WordPress */
.entry-footer {
  display: none;
}

/* blank */
.pcBlank {
  display: none;
}

@media screen and (max-width: 450px) {
  .pcBlank {
    display: block;
  }
}
.spBlank {
  display: block;
}

@media screen and (max-width: 450px) {
  .spBlank {
    display: none;
  }
}
.pcBlankTab {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcBlankTab {
    display: block;
  }
}
.tabBlank {
  display: block;
}

@media screen and (max-width: 768px) {
  .tabBlank {
    display: none;
  }
}
.pcBlankSpc {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pcBlankSpc {
    display: block;
  }
}
.spcBlank {
  display: block;
}

@media screen and (max-width: 1024px) {
  .spcBlank {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */