@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?6mbird");
  src: url("fonts/icomoon.eot?6mbird#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?6mbird") format("truetype"), url("fonts/icomoon.woff?6mbird") format("woff"), url("fonts/icomoon.svg?6mbird#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e909";
}

.icon-arrow-right:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e908";
}

.icon-mail:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e906";
}

.icon-tag:before {
  content: "\e907";
}

.icon-pencil:before {
  content: "\e903";
}

.icon-folder:before {
  content: "\e904";
}

.icon-tiktok:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

/* reset
--------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, video {
  display: block;
}

li {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  border: 0;
}

*:focus {
  outline: none;
}

/*------------------------
 structure
------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-y: scroll;
}
html.is-fixed {
  overflow: hidden;
}

body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: #f7f4ed url(../img/bg-body.svg) center top/auto 648px no-repeat;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6em;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #000;
}
body.home {
  background: #fff url(../img/mv/bg-mv.svg) center top/auto 880px no-repeat;
}
body#contact {
  background: #fff url(../img/bg-body-contact.svg) center top/auto 648px no-repeat;
}
@media screen and (max-width: 479px) {
  body {
    background: #f7f4ed url(../img/bg-body-sp.svg) center top/100% auto no-repeat;
    font-size: 1.4em;
    font-size: 1.4rem;
  }
  body.home {
    background: none;
  }
  body#contact {
    background: #fff url(../img/bg-body-contact-sp.svg) center top/100% auto no-repeat;
  }
}

b, strong {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.l-wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .l-wrapper {
    min-width: 1000px;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .l-wrapper {
    width: 100%;
    overflow: hidden;
  }
}

/*------------------------
 style
------------------------*/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.01);
  transition: 0.3s;
  cursor: pointer;
}

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

@media screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
/*------------------------
 header
------------------------*/
.header {
  position: relative;
}

.header-inner {
  margin: 0 auto;
}

.header-logo {
  position: absolute;
  margin: 20px 30px;
  z-index: 100;
}
.header-logo img {
  width: 150px;
}
.header-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #377163;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
}
.header-btn:before, .header-btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: calc(50% - 5px);
  width: 40px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.header-btn::after {
  margin-top: 10px;
}
.header-btn.is-open:before, .header-btn.is-open::after {
  top: 50%;
}
.header-btn.is-open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-btn.is-open::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-catch {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  min-width: 1000px;
  max-width: 1060px;
}

@media screen and (max-width: 479px) {
  .header-logo {
    margin: 10px 15px;
  }
  .header-logo img {
    width: 100px;
  }
  .header-btn {
    width: 46px;
    height: 46px;
  }
  .header-btn:before, .header-btn::after {
    left: 11px;
    top: calc(50% - 3px);
    width: 24px;
  }
  .header-btn::after {
    margin-top: 6px;
  }
  .header-catch {
    width: 100%;
  }
}
/*------------------------
 gnav
------------------------*/
.gnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 900;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: 0.4s;
}
.gnav-inner {
  margin: 0 auto;
  width: 375px;
}
.gnav-logo {
  margin: 90px auto 0;
  width: 270px;
}
.gnav .menu-navi-container {
  margin: 120px 0 45px;
  text-align: center;
}
.gnav .menu-navi-container li {
  padding: 20px 0;
}
.gnav .menu-navi-container a {
  font-size: 1.7rem;
  color: #fff;
}

html.is-fixed .gnav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 479px) {
  .gnav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .gnav-inner {
    margin: 0 auto;
    width: 375px;
  }
  .gnav-logo {
    margin: 80px auto 0;
    width: 238px;
  }
  .gnav .menu-navi-container {
    margin: 0 auto 40px;
    text-align: center;
  }
  .gnav .menu-navi-container li {
    padding: 12px 0;
  }
  .gnav .menu-navi-container a {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
/*------------------------
 contents
------------------------*/
.menu-sns-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-sns-container a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}
.menu-sns-container li {
  position: relative;
  width: 25px;
  height: 25px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-sns-container li + li {
  margin-left: 20px;
}
@media screen and (max-width: 479px) {
  .menu-sns-container li + li {
    margin-left: 36px;
  }
}
.menu-sns-container li::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
  text-align: center;
}
.menu-sns-container li:nth-child(1)::before {
  content: "\e900";
}
.menu-sns-container li:nth-child(2)::before {
  content: "\e90b";
}
.menu-sns-container li:nth-child(3)::before {
  content: "\e902";
  font-size: 2.5rem;
}
.header .menu-sns-container li {
  color: #fff;
}

@media screen and (min-width: 480px) {
  #nav_menu-4 {
    display: none;
  }
  .home #nav_menu-4 {
    display: block;
    padding: 76px 0;
    background-color: #fff;
  }
  #nav_menu-4 .menu-sns-container li {
    width: 45px;
    height: 45px;
  }
  #nav_menu-4 .menu-sns-container li + li {
    margin-left: 60px;
  }
  #nav_menu-4 .menu-sns-container li::before {
    font-size: 4.5rem;
  }
  #nav_menu-4 .menu-sns-container a {
    width: 45px;
    height: 45px;
  }
}

/*------------------------
 footer
------------------------*/
.footer {
  margin: 0 auto;
}
.footer .menu-navi-container {
  padding: 48px 0;
  background-color: #deded9;
}
.footer .menu-navi-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .menu-navi-container li {
  padding: 0 22px;
  border-right: 1px solid #000;
  line-height: 1;
}
.footer .menu-navi-container li:first-child {
  border-left: 1px solid #000;
}
.footer .breadcrumbs {
  margin: 0 auto;
  padding: 120px 0 15px;
  min-width: 1000px;
  max-width: 1060px;
  font-size: 1.4rem;
}
.footer .breadcrumbs span {
  padding: 0 5px;
  vertical-align: middle;
}
.footer .breadcrumbs span:first-of-type {
  padding: 0 5px 0 0;
}
.footer .breadcrumbs a {
  color: #24ac71;
}

.footer-bottom {
  background-color: #377163;
}

.footer-inner {
  margin: 0 auto;
  max-width: 960px;
  color: #fff;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 50px;
}
.footer-info__logo img {
  width: 400px;
}
.footer-info__text {
  width: 390px;
}
.footer-info__text h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.footer-info__text p {
  line-height: 1.8;
}
.footer-info__text dl {
  display: flex;
  flex-wrap: wrap;
  width: 250px;
}
.footer-info__text dt {
  margin-top: 15px;
  width: 90px;
  line-height: 1;
}
.footer-info__text dd {
  margin-top: 15px;
  border-left: 1px solid #fff;
  padding-left: 1.5em;
  width: calc(100% - 90px);
  line-height: 1;
}

.footer-sns {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.footer-sns::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25vw;
  width: 150vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.47);
}
.footer-sns small {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 479px) {
  .footer {
    margin: 0 auto;
  }
  .footer .menu-navi-container {
    display: none;
  }
  .footer .breadcrumbs {
    padding: 40px 30px 10px;
    width: 100%;
    min-width: 100%;
    font-size: 1.4rem;
  }
  .footer .breadcrumbs span {
    display: inline;
    vertical-align: baseline;
  }
  .footer .menu-sns-container {
    padding: 22px 0;
    background-color: #fff;
  }
  .footer .menu-sns-container li + li {
    margin-left: 30px;
  }
  .footer-info {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
  .footer-info__logo {
    padding: 30px 0 25px;
    text-align: center;
  }
  .footer-info__logo img {
    width: 300px;
  }
  .footer-info__text {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.47);
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  }
  .footer-info__text h2 {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .footer-info__text p {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .footer-info__text dl {
    display: flex;
    flex-wrap: wrap;
    width: 180px;
  }
  .footer-info__text dt {
    margin-top: 5px;
    width: 65px;
    font-size: 1.2rem;
  }
  .footer-info__text dd {
    margin-top: 5px;
    padding-left: 1.5em;
    width: calc(100% - 65px);
    font-size: 1.2rem;
  }
  .footer-sns {
    display: block;
    padding: 12px 0;
  }
  .footer-sns::before {
    content: none;
  }
  .footer-sns .menu-sns-container {
    display: none;
  }
  .footer-sns small {
    font-size: 1rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    text-align: center;
  }
}
/*------------------------
 pagetop
------------------------*/
.pagetop__btn {
  position: fixed;
  right: 40px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  z-index: 100;
}
.pagetop__btn.is-fixed {
  bottom: 40px !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pagetop__btn.is-stopped {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pagetop__btn::after {
  content: "";
  position: absolute;
  top: 32px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagetop__btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 479px) {
  .pagetop__btn {
    right: 10px;
    width: 54px;
    height: 54px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .pagetop__btn.is-fixed {
    bottom: 20px !important;
  }
  .pagetop__btn::after {
    top: 22px;
    left: calc(50% - 11px);
    width: 22px;
    height: 22px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
/*------------------------
 contents
------------------------*/
@media screen and (min-width: 480px) {
  .site-main {
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1060px;
  }
  .home .site-main {
    max-width: 100%;
  }
  .contents {
    position: relative;
    margin: 120px auto 0;
    min-width: 1000px;
    max-width: 1060px;
    display: flex;
    gap: 0 40px;
  }
  .contents .site-main {
    margin: 0;
    min-width: initial;
    width: calc(100% - 290px);
  }
  .page .site-main, .error404 .site-main {
    margin: 90px auto 0;
  }
  .contents-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 380px;
  }
  .entry-content img {
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  .contents {
    position: relative;
    margin: 80px auto 0;
  }
  .site-main {
    padding: 0 15px;
  }
  .page .site-main, .error404 .site-main {
    margin: 80px auto 0;
  }
  .contents-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
  }
  .entry-content img {
    width: 100%;
  }
}
/*------------------------
 contents
------------------------*/
#secondary {
  margin-top: 210px;
}
.category #secondary, .post-type-archive-post #secondary {
  margin-top: 255px;
}
#secondary > div {
  padding-bottom: 75px;
}
#secondary h2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 15px;
  background-image: linear-gradient(to right, #377163, #377163 14px, transparent 14px);
  background-size: 24px 4px;
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 2rem;
  line-height: 1;
  color: #377163;
}
#secondary h2 [class^=icon-] {
  margin-right: 15px;
  font-size: 3rem;
}
#secondary .search-field {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0 10px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #377163;
  background-color: #eee;
  border-radius: 10px;
}
#secondary .search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 60px;
  height: 40px;
  line-height: 40px;
  background-color: #24ac71;
  border: 0;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
#secondary .search-submit:hover {
  opacity: 0.7;
}

@media screen and (min-width: 480px) {
  #secondary {
    width: 250px;
  }
}
@media screen and (max-width: 479px) {
  #secondary {
    margin-top: 20px;
    padding: 0 30px;
  }
  .category #secondary, .post-type-archive-post #secondary {
    margin-top: 70px;
  }
  #secondary > div {
    padding-bottom: 45px;
  }
  #secondary h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    background-image: linear-gradient(to right, #377163, #377163 7px, transparent 7px);
    background-size: 12px 2px;
    font-size: 1.8rem;
  }
  #secondary h2 [class^=icon-] {
    margin-right: 8px;
    font-size: 2rem;
  }
  #secondary .search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #secondary .search-form > label {
    width: calc(100% - 80px);
  }
  #secondary .search-field {
    padding: 0 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  #secondary .search-submit {
    width: 70px;
    background-color: #24ac71;
    border-radius: 5px;
    font-size: 1.4rem;
  }
}
.secondary-category__list li + li {
  margin-top: 20px;
}
.secondary-category__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #377163;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #377163;
}
.secondary-category__list a:hover {
  background-color: #377163;
  color: #f7f4ed;
}
.secondary-category__list a::before {
  content: "#";
}

.secondary-post .post-list {
  margin-top: -5px;
}
.secondary-post .post-list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #377163;
}
.secondary-post .post-list li + li {
  margin-top: 15px;
}
.secondary-post .post-list a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 1.4rem;
  color: #377163;
}
.secondary-post .post-list a:hover {
  color: #6bb293;
}
.secondary-post .post-list a::before {
  content: "\e90a";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #24ac71;
}
.secondary-post .property-list {
  padding: 15px 35px 0;
}
.secondary-post .property-item:not(:first-of-type) {
  margin-top: 30px;
}
.secondary-post .property-item__image {
  aspect-ratio: 175/108;
}
.secondary-post .property-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secondary-post .property-item__cat {
  display: inline-block;
  margin-top: 15px;
  padding: 4px 15px;
  background-color: #333;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
}
.secondary-post .property-item__text {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #377163;
}

@media screen and (max-width: 479px) {
  .secondary-post .property-list {
    padding: 5px 0 0;
    margin: 0 auto;
    width: 60%;
  }
  .secondary-post .property-item:not(:first-of-type) {
    margin-top: 35px;
  }
  .secondary-post .property-item__cat {
    margin-top: 20px;
    padding: 4px 8px;
    font-size: 1.2rem;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .secondary-post .property-item__text {
    margin-top: 5px;
  }
  .secondary-post .post-list {
    margin-top: 0;
  }
}
.secondary-tag .st-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.secondary-tag .st-tag-cloud .st-tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #b3d9d0;
  font-size: 1.2rem;
  color: #377163;
}
.secondary-tag .st-tag-cloud .st-tags::before {
  content: "#";
}
.secondary-tag .st-tag-cloud .st-tags:hover {
  background-color: #b3d9d0;
  color: #fff;
}

/*------------------------
 アーカイブページ
------------------------*/
.page-header {
  padding-top: 25px;
  height: 220px;
}
.page-header__ttl {
  font-size: 1.6rem;
  font-weight: normal;
  color: #24ac71;
}
.page-header__image {
  margin: 30px 0 20px;
  padding: 0 0 30px 3px;
  width: 310px;
  background-image: linear-gradient(to right, #000, #000 14px, transparent 14px);
  background-size: 24px 4px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 480px) {
  .page-header__image img {
    width: auto;
  }
}
.page-header__sttl {
  font-size: 2rem;
  font-weight: normal;
  color: #377163;
}

@media screen and (max-width: 479px) {
  .page-header {
    padding-top: 13px;
    height: auto;
  }
  .page-header__ttl {
    font-size: 1.1rem;
  }
  .page-header__image {
    margin: 3px 0 10px;
    padding: 0 5px 12px;
    width: 156px;
    background-image: linear-gradient(to right, #000, #000 7px, transparent 7px);
    background-size: 12px 2px;
  }
  .page-header__sttl {
    font-size: 2rem;
    font-weight: normal;
    color: #377163;
  }
}
.pagination {
  margin-top: 80px;
  text-align: center;
}
.pagination .nav-links {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 90px;
  gap: 0 40px;
}
.pagination .page-numbers {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 2.6rem;
  color: #24ac71;
  text-align: center;
}
.pagination .page-numbers:hover {
  background-color: #707070;
  color: #fff;
}
.pagination .page-numbers.current {
  background-color: #707070;
  color: #fff;
  pointer-events: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: absolute;
  top: 0;
  color: #888;
}
.pagination .page-numbers.prev i, .pagination .page-numbers.next i {
  line-height: 50px;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  color: #fff;
}
.pagination .page-numbers.prev {
  left: 0;
}
.pagination .page-numbers.next {
  right: 0;
}

@media screen and (max-width: 479px) {
  .pagination {
    margin-top: 35px;
  }
  .pagination .nav-links {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 55px;
    gap: 0 12px;
  }
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .pagination .page-numbers.prev i, .pagination .page-numbers.next i {
    line-height: 40px;
  }
}
/*------------------------
 form
------------------------*/
.contact-detail input:not([type=checkbox]), .contact-detail textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.contact-detail input:not([type=checkbox]) {
  width: 500px;
  vertical-align: middle;
}
.contact-detail textarea {
  width: 600px;
  height: 240px;
  resize: vertical;
}
.contact-detail .zip {
  margin-bottom: 20px;
  font-size: 2rem;
}
.contact-detail .zip input {
  width: 100px;
  font-size: 1.6rem;
}
.contact-detail .mail-1 {
  margin-bottom: 20px;
}
.contact-detail__list {
  display: flex;
  flex-wrap: wrap;
}
.contact-detail__list dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px 0 20px;
  width: 310px;
  background: url(../img/bg-contact-line.svg) left bottom/auto 2px repeat-x;
  font-size: 2rem;
  font-weight: bold;
}
.contact-detail__list dd {
  padding: 20px 0;
  width: calc(100% - 310px);
  min-height: 62px;
  background: url(../img/bg-contact-line.svg) 10px bottom/auto 2px repeat-x;
}
.contact-detail .required {
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  border: 1px solid #f00;
  font-size: 1.6rem;
  font-weight: normal;
  color: #f00;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .contact-detail__privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px 0;
  }
}
.contact-detail__privacy a {
  text-decoration: underline;
}
.contact-detail__privacy a:hover {
  text-decoration: none;
}
.contact-detail__btnbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 120px;
  margin-top: 50px;
}
.contact-detail__btnbox input, .contact-detail__btnbox button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 300px;
  height: 60px;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}
.contact-detail__btnbox .btn-reset,
.contact-detail__btnbox .btn-back {
  background-color: #fff;
  border: 2px solid #777;
  color: #777;
}
.contact-detail__btnbox .btn-reset:hover,
.contact-detail__btnbox .btn-back:hover {
  background-color: #777;
  color: #fff;
}
.contact-detail__btnbox .btn-submit {
  background-color: #24ac71;
  border: 2px solid #333;
  color: #fff;
}
.contact-detail__btnbox .btn-submit:hover {
  background-color: #fff;
  color: #24ac71;
}

.contact-conf-text {
  display: none;
}

@media screen and (max-width: 479px) {
  .contact-detail input:not([type=checkbox]) {
    width: 100%;
    vertical-align: middle;
  }
  .contact-detail textarea {
    width: 100%;
    height: 160px;
  }
  .contact-detail .zip {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .contact-detail .zip input {
    width: 100px;
    font-size: 1.6rem;
  }
  .contact-detail .mail-1 {
    margin-bottom: 10px;
  }
  .contact-detail__list {
    flex-direction: column;
  }
  .contact-detail__list dt {
    padding: 16px 0 8px;
    width: 100%;
    background: none;
    font-size: 1.8rem;
  }
  .contact-detail__list dd {
    padding: 8px 0 16px;
    width: 100%;
    min-height: 52px;
    background-position: left bottom;
  }
  .contact-detail__list dd.chk-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .contact-detail__list dd:last-of-type {
    background: none;
  }
  .contact-detail .required {
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 1.6rem;
  }
  .contact-detail__privacy {
    padding: 30px 0;
  }
  .contact-detail__privacy a {
    text-decoration: underline;
  }
  .contact-detail__privacy a:hover {
    text-decoration: none;
  }
  .contact-detail__btnbox {
    flex-direction: column;
    gap: 15px 0;
    margin-top: 30px;
  }
  .contact-detail__btnbox input, .contact-detail__btnbox button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    font-size: 1.8rem;
  }
}
#contact .site-main {
  position: relative;
}
#contact .page-header {
  height: 200px;
}
#contact .page-header__image {
  width: 210px;
}
#contact .contents-image {
  top: -10px;
  right: 70px;
  width: 137px;
}
#contact .footer .breadcrumbs {
  margin-top: 70px;
}
#contact .thanks {
  padding: 80px 0;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 479px) {
  #contact .page-header {
    height: 110px;
  }
  #contact .page-header__image {
    width: 110px;
  }
  #contact .contents-image {
    right: 60px;
    width: 70px;
  }
  #contact .footer .breadcrumbs {
    margin-top: 70px;
  }
  #contact .thanks {
    padding: 50px 0;
    font-size: 1.6rem;
  }
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 30px;
}
@media screen and (max-width: 479px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}
.mw_wp_form .error {
  margin-top: 5px;
  color: #f00;
}
.mw_wp_form .mwform-checkbox-field {
  position: relative;
}
@media screen and (max-width: 479px) {
  .mw_wp_form .mwform-checkbox-field {
    width: 50%;
  }
}
.mw_wp_form .mwform-checkbox-field input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.mw_wp_form .mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 50px;
  height: 32px;
  line-height: 32px;
}
.mw_wp_form .mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  cursor: pointer;
}
.mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-color: #24ac71;
  border-color: #24ac71;
}
.mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 10px;
  width: 12px;
  height: 16px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mw_wp_form_confirm .btn-reset {
  display: none;
}
.mw_wp_form_confirm .zip {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.mw_wp_form_confirm .mail-1 {
  margin-bottom: 0;
}
.mw_wp_form_confirm .mail-2 {
  display: none;
}
.mw_wp_form_confirm .contact-conf-text {
  display: block;
  margin-top: 15px;
}

.wp-block-button__link {
  margin: 0 auto;
  display: block;
  width: 300px;
  background-color: #24ac71;
  border-radius: 8px;
  border: 1px solid #24ac71;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .wp-block-button__link {
    width: 240px;
    font-size: 1.8rem;
  }
}
.wp-block-button__link:hover {
  background-color: #fff;
  color: #24ac71;
}

/*------------------------
 おうちのいろいろ
------------------------*/
.single-post .entry-main {
  padding: 40px;
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
.single-post .entry-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.single-post .entry-header__ttl {
  padding-left: 20px;
  width: calc(100% - 240px);
}
.single-post .entry-header .entry-title {
  margin: 5px 0;
  font-size: 2.4rem;
}
.single-post .entry-header .cat-links::before {
  content: "#";
}
.single-post .entry-header .posted-on {
  font-size: 1.4rem;
}
.single-post .post-thumbnail {
  width: 240px;
  aspect-ratio: 1/1;
}
.single-post .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .entry-content {
  margin-top: 16px;
}
.single-post .entry-content p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.single-post .entry-content p + p {
  margin-top: 24px;
}
.single-post .entry-content p + figure {
  margin-top: 24px;
}
.single-post .entry-content figure + p {
  margin-top: 16px;
}
.single-post .wp-block-image {
  margin: 20px 0;
}

@media screen and (max-width: 479px) {
  .single-post .contents-image {
    right: 5px;
  }
  .single-post .entry-main {
    margin-top: 40px;
    padding: 15px;
    border-radius: 10px;
  }
  .single-post .entry-header__ttl {
    padding-left: 15px;
    width: calc(100% - 110px);
  }
  .single-post .entry-header .entry-title {
    margin: 5px 0;
    font-size: 1.8rem;
  }
  .single-post .entry-header .cat-links,
  .single-post .entry-header .posted-on {
    font-size: 1.2rem;
  }
  .single-post .post-thumbnail {
    width: 110px;
    height: 110px;
  }
  .single-post .entry-content {
    margin-top: 14px;
  }
  .single-post .entry-content p {
    font-size: 1.6rem;
  }
  .single-post .entry-content p + p {
    margin-top: 24px;
  }
  .single-post .entry-content p + figure {
    margin-top: 24px;
  }
  .single-post .entry-content figure + p {
    margin-top: 16px;
  }
}
.p-pagenation {
  position: relative;
  margin: 80px auto 55px;
  width: 390px;
  height: 50px;
}
.p-pagenation .link-list {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  border-radius: 8px;
  background-color: #707070;
  border: 1px solid #707070;
  font-size: 2.4rem;
  color: #fff;
}
.p-pagenation .link-prev,
.p-pagenation .link-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.6rem;
  color: #24ac71;
  font-weight: bold;
}
.p-pagenation .link-prev i,
.p-pagenation .link-next i {
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  color: #888;
  font-weight: bold;
}
.p-pagenation .link-prev {
  left: 0;
}
.p-pagenation .link-prev i {
  margin-right: 10px;
}
.p-pagenation .link-next {
  right: 0;
}
.p-pagenation .link-next i {
  margin-left: 10px;
}

@media screen and (max-width: 479px) {
  .p-pagenation {
    margin: 40px auto 65px;
    width: 238px;
    height: 40px;
  }
  .p-pagenation .link-list {
    width: 80px;
    height: 40px;
    border-radius: 4px;
    font-size: 1.8rem;
  }
  .p-pagenation .link-prev,
  .p-pagenation .link-next {
    font-size: 1.8rem;
  }
  .p-pagenation .link-prev i,
  .p-pagenation .link-next i {
    margin-top: -2px;
  }
  .p-pagenation .link-prev i {
    margin-right: 5px;
  }
  .p-pagenation .link-next i {
    margin-left: 5px;
  }
}
@media screen and (max-width: 479px) {
  .search:not(.error-404) .page-title {
    width: 50%;
    font-size: 2rem;
    min-height: 18.66vw;
  }
}
.search__text {
  margin-top: 1.5em;
}

@media screen and (max-width: 479px) {
  .page-content__404 {
    padding-top: 50px;
  }
}
.page-content__404 p {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}

.ez-toc-counter {
  margin: 30px auto;
  padding: 20px;
  width: 90%;
  max-width: 540px;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #222;
}
@media screen and (max-width: 479px) {
  .ez-toc-counter {
    padding: 15px;
  }
}
.ez-toc-counter nav {
  line-height: 1.3;
}
.ez-toc-counter nav > ul:first-child {
  margin-top: 12px;
}
@media screen and (max-width: 479px) {
  .ez-toc-counter nav > ul:first-child {
    margin-top: 15px;
  }
}
.ez-toc-counter nav a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ez-toc-counter nav > ul > li {
  margin-top: 10px;
}
.ez-toc-counter nav > ul > li > ul > li {
  margin-top: 5px;
}

.ez-toc-title-container {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.ez-toc-title-container p {
  padding-bottom: 5px;
  font-size: 1.8rem !important;
}

.ez-toc-title-toggle {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 479px) {
  .ez-toc-title-toggle {
    right: -15px;
  }
}
.ez-toc-title-toggle .ez-toc-js-icon-con::before {
  content: "\e909";
  display: block;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: 0.3s;
  color: #707070;
}
.ez-toc-title-toggle svg {
  visibility: hidden;
}
.toc_close .ez-toc-title-toggle .ez-toc-js-icon-con::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ez-toc-heading-level-3 {
  font-size: 0.85em;
  text-indent: -1em;
  margin-left: 1em;
}
.ez-toc-heading-level-3::before {
  content: "・";
}

/*------------------------
 おうちのいろいろアーカイブ
------------------------*/
.entry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 80px;
  margin-top: 45px;
  padding-right: 30px;
}

.entry-item {
  width: calc((100% - 80px) / 2);
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #fff;
  font-size: 1.4rem;
  overflow: hidden;
}
.entry-item .item-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 60px;
}
.entry-item .item-cat::before {
  content: "#";
}
.entry-item .item-img {
  aspect-ratio: 1/1;
}
.entry-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-item .item-meta {
  line-height: 66px;
  text-align: center;
}
.entry-item .item-title {
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  text-align: center;
}
.entry-item__content {
  padding: 18px 25px 14px;
  line-height: 1.4;
  text-align: justify;
}
.entry-item__footer p {
  position: relative;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.entry-item__footer p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #61c79f;
}
.entry-item__footer p::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 14px);
  width: 38px;
  height: 10px;
  background: url(../img/icon-arrow-post.svg) 0 0/contain no-repeat;
  -webkit-transform: translateX(-14px);
          transform: translateX(-14px);
  transition: 0.3s;
}
.entry-item > a {
  display: block;
  padding-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .entry-item > a {
    height: 100%;
  }
}
.entry-item > a:hover .entry-item__footer p::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (min-width: 480px) {
  .sp-item-wrap {
    height: calc(100% - 50px);
  }
}
@media screen and (max-width: 479px) {
  .entry-list {
    flex-direction: column;
    gap: 15px 0;
    margin-top: 40px;
    padding-right: 0;
  }
  .entry-item {
    width: 100%;
    border-radius: 10px;
  }
  .entry-item .sp-item-wrap {
    position: relative;
    min-height: 172px;
  }
  .entry-item .item-cat {
    height: 36px;
    border-bottom: 1px solid #707070;
  }
  .entry-item .item-img {
    position: absolute;
    top: 47px;
    left: 15px;
    width: 125px;
  }
  .entry-item .item-meta {
    padding: 15px 15px 0 155px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
  }
  .entry-item .item-title {
    padding: 10px 15px 10px 155px;
    width: 100%;
    font-size: 1.3rem;
    text-align: left;
  }
  .entry-item__content {
    padding: 0 15px 0 155px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .entry-item__footer {
    height: 64px;
  }
  .entry-item__footer p {
    height: 100%;
  }
  .entry-item__footer p::before {
    width: 34px;
    height: 34px;
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
  }
  .entry-item__footer p::after {
    top: calc(50% - 6px);
    left: calc(50% - 10px);
    width: 30px;
    height: 8px;
    background: url(../img/icon-arrow-post-sp.svg) 0 0/contain no-repeat;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .entry-item > a {
    padding-bottom: 0;
  }
}
/*------------------------
 物件
------------------------*/
.single-property .site-main {
  position: relative;
  margin: 65px auto 0;
  padding: 0 55px 40px;
}
.single-property .contents-image {
  width: 353px;
}
.single-property .entry-header {
  padding-top: 60px;
}
.single-property .entry-header__cat {
  display: inline-block;
  padding: 0 25px;
  line-height: 42px;
  background-color: #9B9B9B;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.single-property .entry-header__ttl {
  margin: 10px 0;
  font-size: 3rem;
  color: #377163;
}
.single-property .entry-header__address {
  font-weight: bold;
  color: #727272;
}
.single-property .entry-content {
  margin-top: 16px;
}
.single-property .entry-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
.single-property .entry-price__list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.single-property .entry-price__list dt {
  margin-right: 15px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ba2323;
  line-height: 1;
}
.single-property .entry-price__list dd {
  padding: 15px 13px 15px 20px;
  background-color: #ba2323;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.single-property .entry-price__list dd .num {
  font-size: 3.9rem;
}
.single-property .entry-price__image {
  width: 225px;
}
.single-property .property-tag, .single-property .property-category__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 10px 20px;
}
.single-property .property-tag .tag-item,
.single-property .property-category__list a {
  display: block;
  padding: 0 46px;
  line-height: 36px;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #24ac71;
  font-weight: bold;
  color: #24ac71;
  text-align: center;
}
.single-property .property-data {
  margin-top: 20px;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #fff;
}
.single-property .property-data__tbl {
  width: 100%;
  border-collapse: collapse;
}
.single-property .property-data__tbl tr:not(:last-child) {
  background: url(../img/bg-property-line.png) left bottom/auto 1px repeat-x;
}
.single-property .property-data__tbl th {
  padding: 10px 15px 10px 5px;
  width: 235px;
  height: 58px;
  font-weight: bold;
  color: #333;
  text-align: left;
  vertical-align: middle;
}
.single-property .property-data__tbl td {
  padding: 10px 15px 10px 5px;
  width: calc(100% - 235px);
  height: 58px;
  color: #333;
  vertical-align: middle;
}
.single-property .property-category {
  margin-top: 100px;
}
.single-property .property-category__ttl {
  font-size: 2rem;
  color: #377163;
}
.single-property .property-category__ttl i {
  margin-right: 10px;
  font-size: 3rem;
}
.single-property .property-category .tag-item a {
  padding: 0 30px;
}
.single-property .property-category .tag-item a::before {
  content: "#";
}
.single-property .property-category .tag-item a:hover {
  background-color: #24ac71;
  color: #fff;
}

@media screen and (max-width: 479px) {
  .single-property .site-main {
    position: relative;
    margin: 70px auto 0;
    padding: 0 15px 20px;
  }
  .single-property .contents-image {
    top: 20px;
    width: 175px;
  }
  .single-property .entry-header {
    padding-top: 55px;
  }
  .single-property .entry-header__cat {
    padding: 0 10px;
    line-height: 22px;
    font-size: 1.1rem;
  }
  .single-property .entry-header__ttl {
    margin: 5px 0;
    font-size: 2rem;
  }
  .single-property .entry-header__address {
    font-size: 1.2rem;
  }
  .single-property .entry-content {
    margin-top: 16px;
  }
  .single-property .entry-price {
    margin-top: 0;
  }
  .single-property .entry-price__list {
    margin-bottom: 5px;
  }
  .single-property .entry-price__list dt {
    margin-right: 8px;
    font-size: 1.4rem;
  }
  .single-property .entry-price__list dd {
    padding: 8px 4px 8px 10px;
    font-size: 1.1rem;
  }
  .single-property .entry-price__list dd .num {
    font-size: 1.8rem;
  }
  .single-property .entry-price__image {
    width: 114px;
  }
  .single-property .property-tag {
    margin-top: 25px;
    gap: 10px 10px;
  }
  .single-property .property-tag .tag-item {
    display: block;
    padding: 0 16px;
    line-height: 32px;
    border-radius: 10px;
    font-size: 1.2rem;
  }
  .single-property .property-data {
    margin-top: 20px;
    padding: 15px 20px 10px;
    border-radius: 10px;
  }
  .single-property .property-data__tbl tr {
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
  }
  .single-property .property-data__tbl th {
    padding: 10px 7px 6px;
    width: 100%;
    height: auto;
  }
  .single-property .property-data__tbl td {
    padding: 6px 7px 15px;
    width: 100%;
    height: auto;
  }
  .single-property .property-category {
    margin-top: 40px;
    padding: 0 15px;
  }
  .single-property .property-category__ttl {
    padding-bottom: 10px;
    font-size: 1.8rem;
    background-image: linear-gradient(to right, #377163, #377163 7px, transparent 7px);
    background-size: 12px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .single-property .property-category__ttl i {
    margin: -2px 5px 0 0;
    font-size: 2rem;
  }
  .single-property .property-category__list {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px 0;
  }
  .single-property .property-category .tag-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #377163;
    border-radius: 5px;
    font-weight: normal;
    font-size: 1.8rem;
    color: #377163;
  }
  .single-property .property-category .tag-item a:hover {
    background-color: #377163;
    color: #f7f4ed;
  }
}
.property-access {
  margin-top: 160px;
}
.property-access .property-access__ttl {
  position: relative;
}
.property-access .property-access__ttl h2 {
  margin: 0 auto;
  width: 144px;
  font-size: 2rem;
  color: #377163;
  text-align: center;
}
.property-access .property-access__ttl h2 span {
  display: block;
  margin-bottom: 30px;
}
.property-access .property-access__ttl figure {
  position: absolute;
  bottom: 10px;
  left: calc(50% + 100px);
  width: 70px;
}
.property-access .acf-map {
  margin-top: 35px;
  width: 100%;
  height: 380px;
  border: 1px solid #707070;
}
.property-access .acf-map img {
  max-width: inherit !important;
}

@media screen and (max-width: 479px) {
  .property-access {
    margin-top: 70px;
  }
  .property-access .property-access__ttl h2 {
    margin: 0 auto;
    width: 120px;
    font-size: 1.5rem;
  }
  .property-access .property-access__ttl h2 span {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .property-access .property-access__ttl figure {
    bottom: 5px;
    left: calc(50% + 85px);
    width: 45px;
  }
  .property-access .acf-map {
    margin-top: 35px;
    height: auto;
    aspect-ratio: 690/400;
  }
  .property-access .acf-map img {
    max-width: inherit !important;
  }
}
.property-slide {
  margin-top: 25px;
}

.property-contact {
  margin-top: 165px;
  padding: 55px 0 65px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}
.property-contact__ttl {
  font-size: 3rem;
  color: #377163;
}
.property-contact__tel {
  flex: 1;
}
.property-contact__tel a {
  color: #377163;
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}
.property-contact__tel a i {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
  font-size: 4rem;
}
.property-contact__tel p {
  margin-top: 10px;
}
.property-contact__mail {
  flex: 1;
}
.property-contact__mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 325px;
  height: 75px;
  border-radius: 5px;
  background: #377163;
  font-size: 2rem;
  color: #fff;
}
.property-contact__mail a i {
  margin-right: 10px;
  font-size: 4rem;
}
.property-contact__mail a:hover {
  opacity: 0.7;
}

.property-contact-inner {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 479px) {
  .property-slide {
    margin-top: 15px;
    padding: 0 10px;
  }
  .property-contact {
    margin-top: 80px;
    padding: 25px 0 30px;
    border-radius: 10px;
  }
  .property-contact__ttl {
    font-size: 2rem;
  }
  .property-contact__tel {
    flex: 1;
  }
  .property-contact__tel a {
    font-size: 2rem;
  }
  .property-contact__tel a i {
    margin-right: 5px;
    margin-top: -3px;
    font-size: 2rem;
  }
  .property-contact__tel p {
    margin-top: 5px;
    line-height: 1.6;
  }
  .property-contact__mail {
    flex: 1;
    margin-top: 20px;
  }
  .property-contact__mail a {
    min-width: 230px;
    max-width: 265px;
    height: 40px;
    border-radius: 3px;
    font-size: 1.4rem;
  }
  .property-contact__mail a i {
    margin-right: 5px;
    font-size: 2rem;
  }
  .property-contact-inner {
    flex-direction: column;
    margin-top: 30px;
  }
}
/*------------------------
 物件アーカイブ
------------------------*/
.contents-property .entry-list {
  display: block;
  margin-top: 35px;
  padding-right: 0;
}
.contents-property .contents-image {
  margin-top: 25px;
  width: 353px;
}
.contents-property .page-header {
  margin-bottom: 30px;
}
.contents-property .page-header__image {
  padding: 5px 30px 30px 0;
  width: 380px;
}
.contents-property .site-main {
  padding-right: 10px;
}
.contents-property #secondary {
  margin-top: 250px;
}
.contents-property .property {
  position: relative;
  display: flex;
  height: 326px;
  background: #fff;
  box-shadow: 0px 10px 12px rgba(4, 0, 0, 0.16);
}
.contents-property .property:not(:first-of-type) {
  margin-top: 55px;
}
.contents-property .property .new {
  position: absolute;
  top: -7px;
  left: 260px;
  width: 55px;
}
.contents-property .property-image {
  width: 325px;
}
.contents-property .property-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-property .entry-data {
  padding: 18px 35px 70px;
  width: calc(100% - 325px);
}
.contents-property .entry-data__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-size: 1.8rem;
  color: #ba2323;
  font-weight: bold;
  line-height: 1;
}
.contents-property .entry-data__price .num {
  padding-right: 4px;
  font-size: 3rem;
  vertical-align: middle;
}
.contents-property .entry-data .label {
  padding-left: 22px;
  background: url(../img/icon-home.png) 0 6px/18px auto no-repeat;
  line-height: 30px;
}
.contents-property .entry-data__tag {
  margin-top: 10px;
  font-weight: bold;
}
.contents-property .entry-data__address {
  font-weight: bold;
}
.contents-property .entry-meta {
  display: inline-block;
  padding: 5px 14px;
  background-color: #333;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
}
.contents-property .entry-title {
  padding: 8px 0;
  font-size: 2.4rem;
  border-bottom: 1px solid #707070;
}
.contents-property .entry-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  width: calc(100% - 325px);
  gap: 0 25px;
}
.contents-property .entry-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  padding-top: 3px;
  height: 38px;
  border-radius: 10px;
  font-weight: bold;
}
.contents-property .entry-footer a i {
  margin: -3px 6px 0 0;
  font-size: 1.8rem;
}
.contents-property .entry-footer__contact {
  border: 1px solid #ba2323;
  color: #ba2323;
}
.contents-property .entry-footer__contact:hover {
  background-color: #ba2323;
  color: #fff;
}
.contents-property .entry-footer__link {
  border: 1px solid #24ac71;
  color: #24ac71;
}
.contents-property .entry-footer__link:hover {
  background-color: #24ac71;
  color: #fff;
}

@media screen and (max-width: 479px) {
  .contents-property .contents-image {
    margin-top: 0;
    width: 175px;
  }
  .contents-property .page-header__image {
    margin: 4px 0 10px;
    padding: 0 5px 15px;
    width: 156px;
  }
  .contents-property .site-main {
    padding: 0 15px;
  }
  .contents-property #secondary {
    margin-top: 40px;
  }
  .contents-property .property {
    position: relative;
    align-items: flex-start;
    padding-bottom: 54px;
    height: auto;
    box-shadow: 0px 5px 6px rgba(4, 0, 0, 0.16);
  }
  .contents-property .property:not(:first-of-type) {
    margin-top: 18px;
  }
  .contents-property .property .new {
    top: -4px;
    left: calc(50% - 35px);
    width: 30px;
  }
  .contents-property .property-image {
    width: 50%;
    aspect-ratio: 1/1;
  }
  .contents-property .entry-data {
    padding: 5px 12px;
    width: 50%;
  }
  .contents-property .entry-data__price {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 5px 0 0;
    font-size: 1rem;
  }
  .contents-property .entry-data__price .price {
    margin-top: 4px;
  }
  .contents-property .entry-data__price .num {
    padding-right: 3px;
    font-size: 1.8rem;
    vertical-align: middle;
  }
  .contents-property .entry-data .label {
    padding-left: 16px;
    background: url(../img/icon-home.png) left center/12px auto no-repeat;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .contents-property .entry-data__tag {
    margin-top: 5px;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .contents-property .entry-meta {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .contents-property .entry-title {
    padding: 8px 0;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .contents-property .entry-footer {
    padding-bottom: 0;
    border-top: 1px solid #707070;
    width: 100%;
    height: 54px;
    gap: 0 18px;
  }
  .contents-property .entry-footer a {
    width: 106px;
    padding-top: 1px;
    font-size: 1.4rem;
    height: 28px;
  }
  .contents-property .entry-footer a i {
    margin: -2px 3px 0 0;
    font-size: 1.6rem;
  }
  .contents-property .entry-footer__contact {
    border: 1px solid #ba2323;
    color: #ba2323;
  }
  .contents-property .entry-footer__link {
    border: 1px solid #24ac71;
    color: #24ac71;
  }
}
@media screen and (max-width: 364px) {
  .contents-property .contents-image {
    margin-top: 10px;
    max-width: 40%;
  }
}
/*------------------------
 TOP
------------------------*/
.front-inner {
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .front-inner {
    min-width: 1000px;
    max-width: 1060px;
  }
}

.front-header {
  display: flex;
}
.front-header .page-header {
  height: auto;
}
@media screen and (min-width: 480px) {
  .front-header .page-header {
    padding-top: 25px;
  }
  .front-header .page-header__ttl {
    padding-top: 15px;
  }
  .front-header .page-header__image {
    margin: 35px 0 0;
  }
}

.front-link {
  padding-right: 10px;
  text-align: right;
}
.front-link a {
  color: #029f5b;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.front-link a::before {
  content: "";
  display: inline-block;
  margin: -2px 15px 0 0;
  width: 19px;
  height: 14px;
  background: url(../img/icon-allow-view.svg) left center/cover no-repeat;
  vertical-align: middle;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: 0.3s;
}
.front-link a:hover {
  color: #6bb293;
  text-decoration: none;
}
.front-link a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 479px) {
  .home .site-main {
    padding: 0;
  }
  .front-inner {
    width: 100%;
    padding: 0 15px;
  }
  .front-header {
    display: flex;
  }
  .front-header .page-header {
    height: auto;
    padding-top: 15px;
  }
  .front-header .page-header__image {
    margin: 0;
  }
  .front-link {
    padding-right: 0;
    text-align: center;
  }
  .front-link a {
    font-size: 1rem;
    text-underline-offset: 4px;
  }
  .front-link a::before {
    margin: -2px 10px 0 0;
  }
}
/*------------------------
 TOP物件
------------------------*/
.front-property-wrap {
  padding: 25px 0 10px;
  background: url(../img/bg-front-property.svg) center 130px no-repeat;
}
.front-property-wrap .front-header {
  align-items: flex-end;
}
.front-property-wrap .front-header .page-header__image {
  padding: 0 30px 30px 0;
}
.front-property-wrap .front-header__image01 {
  margin-left: 75px;
  width: 255px;
}
.front-property-wrap .front-header__image02 {
  position: relative;
  bottom: -15px;
  margin-left: 122px;
  width: 290px;
}

.front-property {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 50px;
  margin-top: 60px;
  padding-bottom: 78px;
}
.front-property__item {
  position: relative;
  padding-bottom: 86px;
  width: calc(50% - 25px);
  background: #fff;
  box-shadow: 0px 10px 12px rgba(4, 0, 0, 0.16);
}
.front-property__item .new {
  position: absolute;
  top: -7px;
  right: 10px;
  width: 65px;
  z-index: 10;
}
.front-property .property-image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.front-property .property-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.front-property a:hover .property-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.front-property .entry-data__header {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #999;
}
.front-property .entry-data .entry-meta {
  display: inline-block;
  margin-right: 15px;
  padding: 7px 12px;
  background-color: #333;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
}
.front-property .entry-data .entry-address {
  font-size: 2.4rem;
}
.front-property .entry-data__price {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 86px;
  font-weight: bold;
}
.front-property .entry-data__price .price {
  padding: 0 20px;
  height: 56px;
  background-color: #ba2323;
  font-size: 1.8rem;
  line-height: 56px;
  color: #fff;
}
.front-property .entry-data__price .price .num {
  padding-right: 4px;
  font-size: 3rem;
  vertical-align: middle;
}
.front-property .entry-data__price .label {
  margin-right: 25px;
  padding-left: 22px;
  background: url(../img/icon-home.png) 0 6px/20px auto no-repeat;
  font-size: 2.2rem;
  color: #ba2323;
  line-height: 30px;
}
.front-property .entry-data__tag {
  padding: 15px 25px;
  font-weight: bold;
}

@media screen and (max-width: 479px) {
  .front-property-wrap {
    padding: 0 0 30px;
    background: #fff url(../img/bg-front-property-sp.svg) right 150px/100% auto no-repeat;
  }
  .front-property-wrap .front-header {
    justify-content: space-between;
    align-items: flex-end;
  }
  .front-property-wrap .front-header .page-header__image {
    padding: 0 30px 15px 0;
  }
  .front-property-wrap .front-header__image01 {
    margin-left: 0;
    margin-right: 10px;
    width: 120px;
  }
  .front-property {
    flex-direction: column;
    gap: 15px 0;
    margin-top: 35px;
    padding-bottom: 30px;
  }
  .front-property__item {
    position: relative;
    padding-bottom: 0;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 6px rgba(4, 0, 0, 0.16);
  }
  .front-property__item .new {
    top: -4px;
    left: calc(50% - 35px);
    width: 30px;
  }
  .front-property .sp-flex-wrap {
    display: flex;
  }
  .front-property .property-image {
    width: 50%;
  }
  .front-property .entry-data {
    padding: 30px 12px 10px;
    width: 50%;
  }
  .front-property .entry-data__header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    border-bottom: 0;
  }
  .front-property .entry-data .entry-meta {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .front-property .entry-data .entry-address {
    font-size: 1.6rem;
  }
  .front-property .entry-data__price {
    position: static;
    padding: 8px;
    height: auto;
    border-top: 1px solid #707070;
  }
  .front-property .entry-data__price .price {
    padding: 0 15px;
    height: 34px;
    font-size: 1.1rem;
    line-height: 34px;
  }
  .front-property .entry-data__price .price .num {
    padding-right: 3px;
    font-size: 1.8rem;
  }
  .front-property .entry-data__price .label {
    margin-right: 15px;
    padding-left: 16px;
    background: url(../img/icon-home.png) left center/12px auto no-repeat;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .front-property .entry-data__tag {
    padding: 20px 0 0;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
/*------------------------
 TOPおうちのいろいろ
------------------------*/
.front-post-wrap {
  padding: 85px 0 80px;
  background: #f7f4ed url(../img/bg-front-post.svg) center top no-repeat;
}
.front-post-wrap .front-header {
  position: relative;
  align-items: center;
  height: 242px;
}
@media screen and (min-width: 480px) {
  .front-post-wrap .front-header .page-header__image {
    padding: 0 0 30px;
  }
}
.front-post-wrap .front-header__image01 {
  position: relative;
  bottom: -25px;
  margin-left: 80px;
  width: 157px;
}
.front-post-wrap .front-header__image02 {
  position: absolute;
  top: 50px;
  right: -70px;
  width: 486px;
}

.front-post {
  display: flex;
  gap: 0 46px;
  margin: 55px 0 40px;
}
@media screen and (min-width: 480px) {
  .front-post .entry-item {
    width: calc((100% - 92px) / 3);
  }
  .front-post .entry-item > a {
    padding-bottom: 20px;
  }
  .front-post .entry-item .item-cat {
    height: 65px;
  }
  .front-post .entry-item__footer p::before {
    width: 44px;
    height: 44px;
  }
  .front-post .entry-item__footer p::after {
    left: calc(50% - 16px);
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@media screen and (max-width: 479px) {
  .front-post-wrap {
    padding: 35px 0 45px;
    background: #f7f4ed url(../img/bg-front-post-sp.png) center top/100% auto no-repeat;
  }
  .front-post-wrap .front-header {
    position: relative;
    align-items: center;
    height: 120px;
  }
  .front-post-wrap .front-header__image02 {
    position: absolute;
    top: 40px;
    right: -20px;
    width: 230px;
  }
  .front-post {
    flex-direction: column;
    gap: 15px 0;
    margin: 10px 0 30px;
  }
  .front-post .entry-item {
    width: 100%;
  }
}
.front-property .js-bottom:nth-of-type(1),
.front-post .js-bottom:nth-of-type(1) {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
.front-property .js-bottom:nth-of-type(2),
.front-post .js-bottom:nth-of-type(2) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.front-property .js-bottom:nth-of-type(3),
.front-post .js-bottom:nth-of-type(3) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.front-property .js-bottom:nth-of-type(4),
.front-post .js-bottom:nth-of-type(4) {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.main-visual {
  margin: 0 auto;
  height: 800px;
  /*---------------------------*/
  /*　街並み、人　ゆっくり出現---------------------------*/
  /*　ドローン---------------------------*/
  /*　自転車の少年---------------------------*/
  /*　ベビーカー---------------------------*/
  /*　親子---------------------------*/
  /*　犬---------------------------*/
  /*　ふきだし　順番に出現---------------------------*/
  /*　背景の雲---------------------------*/
}
@media screen and (max-width: 479px) {
  .main-visual {
    padding-bottom: 20px;
    height: auto;
    aspect-ratio: 3/2;
    background: url(../img/mv/bg-mv.svg) center bottom/auto 100% no-repeat;
  }
}
.main-visual img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.main-visual__image {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .main-visual__image {
    height: 800px;
  }
}
@media screen and (max-width: 479px) {
  .main-visual__image {
    height: auto;
    aspect-ratio: 3/2;
    background-size: 100% auto;
  }
}
.main-visual ul.delay-show li {
  position: absolute;
}
.main-visual .overlap10 { /*犬と男性、親子*/
  z-index: 10;
}
.main-visual .overlap5 { /*少年*/
  z-index: 5;
}
.main-visual .overlap3 { /*奥女性、街並み、キャッチコピー*/
  z-index: 3;
}
.main-visual #drone {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: anim_v;
          animation-name: anim_v;
}
@-webkit-keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
@keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
.main-visual #boy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-name: anim_boy;
          animation-name: anim_boy;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.main-visual #baby {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-name: anim_baby;
          animation-name: anim_baby;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.main-visual .parent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -webkit-animation: fadeout-anim 8s linear forwards;
          animation: fadeout-anim 8s linear forwards;
}
.main-visual .dog {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-animation: fadeout-anim 8s linear forwards;
          animation: fadeout-anim 8s linear forwards;
}
.main-visual ul.loop li {
  position: absolute;
  z-index: 20;
}
.main-visual #loop1, .main-visual #loop2 {
  display: none;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.main-visual #kumo {
  position: absolute;
  width: 1300px;
  height: 130px;
  background: url("../img/mv/02.png") repeat-x;
  margin-top: 70px;
  background-position: 0 0;
  -webkit-animation: bgroop 120s linear infinite;
  animation: bgroop 120s linear infinite;
}
@media screen and (max-width: 479px) {
  .main-visual #kumo {
    width: 108vw;
    height: 10.8vw;
    margin-top: 5.38vw;
    background-size: auto 100%;
  }
}

@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
@-webkit-keyframes fadeout-anim {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout-anim {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout-anim {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anim_baby {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  10% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  20% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  30% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  40% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
  60% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  70% {
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
  80% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  90% {
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes anim_baby {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  10% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  20% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  30% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  40% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
  60% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  70% {
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
  80% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  90% {
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@-webkit-keyframes anim_boy {
  0% {
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes anim_boy {
  0% {
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*------------------------
 会社案内
------------------------*/
.page {
  position: relative;
}

.page-information h2 {
  font-size: 2rem;
  text-align: center;
  color: #377163;
}
.page-information h2::before {
  content: "";
  display: block;
  margin-bottom: 18px;
  height: 30px;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-information .contents-image {
  top: -20px;
  width: 284px;
}
.page-information + .footer {
  background-color: #fff;
}

.company-header .wp-block-group__inner-container {
  position: relative;
  height: 110px;
}
.company-header .wp-block-image {
  position: absolute;
  top: 0;
  left: 50%;
}

.company-message {
  padding: 0 55px;
}
.company-message h2 {
  margin-bottom: 30px;
}
.company-message h2::before {
  background-size: auto 30px;
  background-image: url(../img/ttl-s-message.svg);
}
.company-message .wp-block-image {
  margin-top: -10px;
}
.company-message .wp-block-image img {
  width: 110px;
}
.company-message .wp-block-columns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 80px;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid #24ac71;
}
.company-message p {
  line-height: 1.6;
  padding-left: 60px;
}
.company-message p + p {
  margin-top: 1.4em;
  font-weight: bold;
}
.company-message__name {
  margin-top: 10px !important;
  font-size: 2.4rem;
  font-weight: bold;
  color: #377163;
}

.company-data {
  margin-top: 165px;
  padding: 0 55px;
}
.company-data h2::before {
  background-size: auto 27px;
  background-image: url(../img/ttl-s-data.svg);
}
.company-data .company-header .wp-block-image {
  top: -10px;
  margin-left: 105px;
}
.company-data__tbl {
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #fff;
}
.company-data__tbl table {
  width: 100%;
  border-collapse: collapse;
}
.company-data__tbl table tr:not(:last-child) {
  background: url(../img/bg-property-line.png) left bottom/auto 1px repeat-x;
}
.company-data__tbl table td {
  padding: 19px 10px 17px;
  border: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.35;
  color: #333;
}
.company-data__tbl table td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -12px 0 -8px 25px;
  padding-top: 2px;
  width: 70px;
  height: 40px;
  border-radius: 10px;
  background-color: #24ac71;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
}
.company-data__tbl table tr > td:nth-child(1) {
  width: 235px;
  font-weight: bold;
}
.company-data__tbl table tr > td:nth-child(2) {
  width: calc(100% - 235px);
}

.company-staff {
  margin-top: 180px;
  padding-bottom: 80px;
}
.company-staff h2::before {
  background-size: auto 27px;
  background-image: url(../img/ttl-s-staff.svg);
}
.company-staff .company-header .wp-block-image {
  top: -50px;
  margin-left: 95px;
  width: 484px;
  z-index: -1;
}
.company-staff .wp-block-column {
  padding: 0 7.5%;
}
.company-staff .wp-block-column > p {
  text-align: justify;
}
.company-staff__list {
  padding-top: 30px;
}
.company-staff__position {
  background-color: #fff;
  padding: 5px 10px;
  font-size: 1.2rem;
}
.company-staff__name {
  position: relative;
  margin-bottom: 30px;
  padding: 0 10%;
}
.company-staff__name figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 2rem !important;
  font-weight: bold;
  color: #377163;
}

.company-access {
  position: relative;
  padding: 110px 0 40px;
  background-color: #fff;
}
.company-access::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.company-access h2::before {
  background-size: auto 28px;
  background-image: url(../img/txt-property-access.svg);
}
.company-access .company-header .wp-block-image {
  top: -10px;
  margin-left: 100px;
}
.company-access__map {
  width: 100%;
  aspect-ratio: 497/372;
  border: 1px solid #a2a2a2;
  overflow: hidden;
}
.company-access iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 497/372;
}
.company-access .wp-block-columns {
  margin: 20px 0 0;
}
.company-access__text {
  position: relative;
}
.company-access__text p {
  margin-bottom: 1.4em;
  padding-left: 50px;
}
.company-access__text .wp-block-image {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 354px;
}

@media screen and (max-width: 479px) {
  .page-information h2 {
    font-size: 1.5rem;
  }
  .page-information h2::before {
    content: "";
    display: block;
    margin-bottom: 5px;
    height: 18px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .page-information .page-header__image {
    width: 160px;
    padding: 0 0 12px;
  }
  .page-information .contents-image {
    top: -15px;
    right: -15px;
    width: 142px;
  }
  .page-information + .footer {
    background-color: #fff;
  }
  .company-header .wp-block-group__inner-container {
    height: 80px;
  }
  .company-message {
    margin-top: 50px;
    padding: 0;
  }
  .company-message .wp-block-columns {
    flex-wrap: nowrap !important;
    gap: 0 20px;
  }
  .company-message .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-of-type(1) {
    flex-basis: 40% !important;
  }
  .company-message .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-of-type(2) {
    flex-basis: 60% !important;
  }
  .company-message h2 {
    margin-bottom: 35px;
  }
  .company-message h2::before {
    background-size: auto 17px;
  }
  .company-message .wp-block-image {
    margin-top: 10px;
    padding-left: 10px;
  }
  .company-message .wp-block-image img {
    width: 66px;
  }
  .company-message .wp-block-columns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 10px 20px;
    border-radius: 10px;
    border: 1px solid #24ac71;
  }
  .company-message p {
    line-height: 1.6;
    padding-left: 0;
  }
  .company-message p + p {
    margin-top: 1.6em;
    padding-right: 5px;
    text-align: right;
  }
  .company-message__name {
    margin-top: 0 !important;
    padding-right: 5px;
    font-size: 1.8rem;
    text-align: right;
  }
  .company-data {
    margin-top: 82px;
    padding: 0;
  }
  .company-data h2::before {
    background-size: auto 15px;
  }
  .company-data .company-header .wp-block-image {
    top: 10px;
    margin-left: 28px;
    width: 163px;
  }
  .company-data__tbl {
    padding: 18px 15px 14px;
    border-radius: 10px;
  }
  .company-data__tbl table tr {
    display: block;
  }
  .company-data__tbl table tr:nth-child(3) a {
    display: flex;
    margin: 0;
    padding-top: 2px;
    width: 40px;
    height: 20px;
    border-radius: 5px;
    font-size: 1.2rem;
  }
  .company-data__tbl table td {
    display: block;
    padding: 12px;
  }
  .company-data__tbl table td a[href^="tel:"] {
    display: inline-block;
    color: inherit !important;
    width: auto;
    height: auto;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .company-data__tbl table tr > td:nth-child(1) {
    padding: 16px 6px 5px;
    width: 100%;
  }
  .company-data__tbl table tr > td:nth-child(2) {
    padding: 5px 6px 13px;
    width: 100%;
  }
  .company-staff {
    margin-top: 80px;
    padding-bottom: 55px;
  }
  .company-staff h2::before {
    background-size: auto 16px;
  }
  .company-staff .company-header .wp-block-image {
    top: -30px;
    margin-left: -10px;
    width: 268px;
  }
  .company-staff .wp-block-column {
    padding: 0 15px;
  }
  .company-staff .wp-block-column > p {
    line-height: 1.6;
  }
  .company-staff__list {
    padding-top: 0;
    gap: 70px 0;
  }
  .company-staff__position {
    padding: 3px 15px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .company-staff__name {
    margin-bottom: 24px;
    padding: 0 18%;
  }
  .company-staff__name figcaption {
    padding: 3px 15px;
    font-size: 1.8rem !important;
  }
  .company-access {
    position: relative;
    padding: 75px 0 20px;
    background-color: #fff;
  }
  .company-access::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
  }
  .company-access h2::before {
    background-size: auto 16px;
  }
  .company-access .company-header .wp-block-image {
    top: -35px;
    margin-left: 72px;
    width: 62px;
  }
  .company-access__map {
    width: 100%;
    aspect-ratio: 690/516;
  }
  .company-access iframe {
    aspect-ratio: 690/516;
  }
  .company-access .wp-block-columns {
    margin: 0;
    gap: 6px 0;
  }
  .company-access__text {
    position: relative;
  }
  .company-access__text p {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1.6;
  }
  .company-access__text .wp-block-image {
    position: static;
    margin-right: -15px;
    margin-left: calc(100% - 210px);
    width: 210px;
  }
}
.company-message {
  opacity: 0;
}
.company-message.is-animated {
  -webkit-animation: fadeInBtm 1.5s 0.5s forwards;
          animation: fadeInBtm 1.5s 0.5s forwards;
}

.company-data,
.company-staff {
  opacity: 0;
}
.company-data .company-header .wp-block-image,
.company-staff .company-header .wp-block-image {
  opacity: 0;
}
.company-data.is-animated,
.company-staff.is-animated {
  -webkit-animation: fadeInBtm 1s forwards;
          animation: fadeInBtm 1s forwards;
}
.company-data.is-animated .company-header .wp-block-image,
.company-staff.is-animated .company-header .wp-block-image {
  -webkit-animation: fadeInBtm 1s 0.5s forwards;
          animation: fadeInBtm 1s 0.5s forwards;
}

.company-access {
  opacity: 0;
}
.company-access .wp-block-columns .wp-block-image {
  opacity: 0;
}
.company-access.is-animated {
  -webkit-animation: fadeInBtm 1s forwards;
          animation: fadeInBtm 1s forwards;
}
.company-access.is-animated .wp-block-columns .wp-block-image {
  -webkit-animation: fadeInBtm 1s 1s forwards;
          animation: fadeInBtm 1s 1s forwards;
}

/*------------------------
 display
------------------------*/
.u-display-none {
  display: none;
}

@media screen and (min-width: 480px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .u-hidden-sp {
    display: none !important;
  }
}
/*------------------------
 text
------------------------*/
.u-text-serif {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho Pro W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Serif JP", serif;
}

.u-lang-en {
  font-family: "Jost", sans-serif;
}
.u-lang-en.-thin {
  font-weight: 300;
}

@media screen and (min-width: 480px) {
  .u-nolink-pc {
    pointer-events: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBtm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBtm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.anim-swing {
  -webkit-animation: swing 2s 1s infinite;
          animation: swing 2s 1s infinite;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
  }
  85% {
    -webkit-transform: rotate(2deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
  }
  95% {
    -webkit-transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
  }
  85% {
    -webkit-transform: rotate(2deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
  }
  95% {
    -webkit-transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
[class*=js-bottom] {
  opacity: 0;
}

.is-animated [class*=js-bottom] {
  -webkit-animation: fadeInBtm 1s forwards;
          animation: fadeInBtm 1s forwards;
}
.is-animated .js-bottom02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .is-animated .js-bottom_sp01 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .is-animated .js-bottom_sp02 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

@media screen and (min-width: 768px) {
  [class*=js-pc_bottom] {
    opacity: 0;
  }
  .is-animated [class*=js-pc_bottom] {
    -webkit-animation: fadeInBtm 1s forwards;
            animation: fadeInBtm 1s forwards;
  }
  .is-animated .js-pc_bottom02 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .is-animated .js-pc_bottom03 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .is-animated .js-pc_bottom04 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .is-animated .js-pc_bottom05 {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .is-animated .js-pc_bottom06 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url(../img/top/ajax-loader.gif) center center no-repeat;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 1200px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* modify */
.slick-slider {
  display: none;
}
.slick-slider.slick-initialized {
  display: block;
  line-height: 0;
}

.main-slider-wrap {
  position: relative;
}
.main-slider-wrap .slick-num {
  position: absolute;
  right: 20px;
  bottom: 15px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.main-slider-arrow .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  width: 62px;
  height: 62px;
  background: url(../img/icon-arrow-slider.png) 0 0/cover no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
}
.main-slider-arrow .slick-arrow.slick-prev {
  left: -30px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.main-slider-arrow .slick-arrow.slick-next {
  right: -30px;
}

.main-slider {
  border-radius: 20px;
  height: 595px;
  overflow: hidden;
}
.main-slider .slick-slide, .main-slider li {
  height: 595px;
  background-color: #707070;
}
.main-slider .slick-slide img, .main-slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 479px) {
  .main-slider-wrap {
    padding-bottom: 20px;
  }
  .main-slider-wrap .slick-num {
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000;
    font-size: 1.2rem;
    text-align: center;
  }
  .main-slider-arrow .slick-arrow {
    top: calc(50% - 28px);
    width: 40px;
    height: 40px;
  }
  .main-slider-arrow .slick-arrow.slick-prev {
    left: -10px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .main-slider-arrow .slick-arrow.slick-next {
    right: -10px;
  }
  .main-slider {
    position: relative;
    border-radius: 10px;
    height: 220px;
    z-index: 1;
  }
  .main-slider .slick-slide, .main-slider li {
    height: 220px;
  }
}
.thumbs-slider {
  margin-top: 20px;
  padding: 17px 0 13px;
}
.thumbs-slider .slick-slide {
  padding: 0 5px;
  height: 84px;
}
.thumbs-slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbs-slider .slick-arrow {
  position: absolute;
  top: 0;
  width: 44px;
  height: 115px;
  border-radius: 5px;
  background: #377163;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
}
.thumbs-slider .slick-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.thumbs-slider .slick-arrow.slick-prev {
  left: 0;
}
.thumbs-slider .slick-arrow.slick-prev::after {
  -webkit-transform: rotate(-135deg) skew(-8deg, -8deg);
          transform: rotate(-135deg) skew(-8deg, -8deg);
  left: 18px;
}
.thumbs-slider .slick-arrow.slick-next {
  right: 0;
}
.thumbs-slider .slick-arrow.slick-next::after {
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
          transform: rotate(45deg) skew(-8deg, -8deg);
  right: 18px;
}/*# sourceMappingURL=style.css.map */