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

@media screen and (max-width: 719.9px) {
  .-pc {
    display: none !important;
  }
}
@media screen and (min-width: 720px) {
  .-mb {
    display: none !important;
  }
}
body {
  color: #070707;
  font-family: "microsoft jhenghei ui", sans-serif;
}
.block {
  position: relative;
}
.block .wrapper {
  position: relative;
}
@media screen and (max-width: 719.9px) {
  .block .wrapper {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 720px) {
  .block .wrapper {
    margin: 0 auto;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  .block .wrapper {
    width: 720px;
  }
}
@media screen and (min-width: 960px) {
  .block .wrapper {
    width: 960px;
  }
}
.block h2 {
  margin: 0 auto;
  background-size: cover;
  aspect-ratio: 384/96;
}
.block h2 span {
  display: none;
}
@media screen and (max-width: 719.9px) {
  .block h2 {
    width: 288px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  .block h2 {
    width: 288px;
  }
}
@media screen and (min-width: 960px) {
  .block h2 {
    width: 384px;
  }
}

#kvBlock {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 719.9px) {
  #kvBlock {
    background-image: url(../img/cover-mb.jpg);
  }
}
@media screen and (min-width: 720px) {
  #kvBlock {
    background-image: url(../img/cover-pc.jpg);
  }
}
@media screen and (max-width: 719.9px) {
  #kvBlock .wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 360/480;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #kvBlock .wrapper {
    height: 480px;
  }
}
@media screen and (min-width: 960px) {
  #kvBlock .wrapper {
    height: 640px;
  }
}
#kvBlock .logoText {
  position: absolute;
  background-size: cover;
  aspect-ratio: 160/64;
  background-image: url(../img/logoText-text-brown.svg);
}
@media screen and (max-width: 719.9px) {
  #kvBlock .logoText {
    left: 24px;
    top: 24px;
    width: 120px;
    max-width: 150px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #kvBlock .logoText {
    left: 0;
    top: 24px;
    width: 120px;
  }
}
@media screen and (min-width: 960px) {
  #kvBlock .logoText {
    left: 0;
    top: 32px;
    width: 160px;
  }
}
#kvBlock .logoSlogan {
  position: absolute;
  color: #3F3422;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 719.9px) {
  #kvBlock .logoSlogan {
    left: 24px;
    top: 72px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #kvBlock .logoSlogan {
    left: 144px;
    top: 24px;
    font-size: 15px;
    line-height: 48px;
  }
}
@media screen and (min-width: 960px) {
  #kvBlock .logoSlogan {
    left: 192px;
    top: 32px;
    font-size: 20px;
    line-height: 64px;
  }
}
#kvBlock .gradientMask {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
@media screen and (max-width: 719.9px) {
  #kvBlock .gradientMask {
    height: 17.7777777778vw;
    max-height: 96px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #kvBlock .gradientMask {
    height: 96px;
  }
}
@media screen and (min-width: 960px) {
  #kvBlock .gradientMask {
    height: 128px;
  }
}
#kvBlock .blurMask {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 719.9px) {
  #kvBlock .blurMask {
    height: 35.5555555556vw;
    max-height: 192px;
    bottom: 0;
    transform: translateY(50%);
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #kvBlock .blurMask {
    bottom: -96px;
    height: 192px;
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
  }
}
@media screen and (min-width: 960px) {
  #kvBlock .blurMask {
    bottom: -96px;
    height: 256px;
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
  }
}
#kvBlock .logoCircle {
  position: absolute;
  left: 50%;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  background-color: rgba(255, 252, 248, 0.8);
  background-image: url(../img/logo-sq-black.svg);
  background-size: 70% 70%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1000px;
}
@media screen and (max-width: 719.9px) {
  #kvBlock .logoCircle {
    bottom: 0px;
    width: 71.1111111111vw;
    max-width: 384px;
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #kvBlock .logoCircle {
    bottom: -24px;
    width: 360px;
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 960px) {
  #kvBlock .logoCircle {
    bottom: -32px;
    width: 480px;
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
  }
}

#sloganBlock .promoText {
  text-align: center;
}
#sloganBlock .sloganText {
  text-align: center;
}
@media screen and (max-width: 719.9px) {
  #sloganBlock .sloganText {
    padding: 32px 0 48px;
    font-size: 22px;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 480px) {
  #sloganBlock .sloganText {
    padding: 32px 0 48px;
    font-size: 19px;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 720px) {
  #sloganBlock .sloganText {
    line-height: 2.25em;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #sloganBlock .sloganText {
    padding: 72px 0;
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  #sloganBlock .sloganText {
    padding: 96px 0;
    font-size: 32px;
  }
}
#sloganBlock .sloganText .company {
  margin: 0 0.25em;
  font-weight: bold;
  color: #AC8139;
  border-bottom: 2px solid rgba(172, 129, 57, 0.5);
}
@media screen and (max-width: 719.9px) {
  #sloganBlock .sloganText p {
    margin: 1em 0;
  }
}
@media screen and (max-width: 719.9px) {
  #sloganBlock .sloganText .mp {
    display: block;
  }
}
#sloganBlock .sloganText a {
  text-decoration: none;
  margin: 0 0.25em;
  font-weight: bold;
  color: #AC8139;
  border-bottom: 2px solid rgba(172, 129, 57, 0.5);
}

#servicesBlock h2 {
  background-image: url(../img/title-service-pc.png);
}
@media screen and (max-width: 719.9px) {
  #servicesBlock .wrapper {
    padding-top: 0px;
    padding-bottom: 24px;
    max-width: 540px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #servicesBlock .wrapper {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 960px) {
  #servicesBlock .wrapper {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 719.9px) {
  #servicesBlock .serviceList {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 720px) {
  #servicesBlock .serviceList {
    display: flex;
    justify-content: space-between;
  }
}
#servicesBlock .serviceItem {
  position: relative;
}
@media screen and (max-width: 719.9px) {
  #servicesBlock .serviceItem {
    flex: 0 0 calc(50% - 36px);
    margin: 12px 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #servicesBlock .serviceItem {
    flex: 0 0 120px;
    box-shadow: 0 3.75px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
  }
}
@media screen and (min-width: 960px) {
  #servicesBlock .serviceItem {
    flex: 0 0 160px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
  }
}
#servicesBlock .serviceItem::before {
  content: "";
  position: absolute;
  z-index: 50;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
}
@media screen and (max-width: 719.9px) {
  #servicesBlock .serviceItem::before {
    border-radius: 16px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #servicesBlock .serviceItem::before {
    border-radius: 12px;
  }
}
@media screen and (min-width: 960px) {
  #servicesBlock .serviceItem::before {
    border-radius: 16px;
  }
}
#servicesBlock .serviceItem img {
  position: relative;
  vertical-align: top;
  z-index: 100;
  width: 100%;
  aspect-ratio: 1/1;
  mix-blend-mode: multiply;
}
#servicesBlock .serviceItem .label {
  position: relative;
  z-index: 100;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 719.9px) {
  #servicesBlock .serviceItem .label {
    font-size: 24px;
    line-height: 48px;
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #servicesBlock .serviceItem .label {
    font-size: 18px;
    line-height: 36px;
    border-radius: 0 0 12px 12px;
  }
}
@media screen and (min-width: 960px) {
  #servicesBlock .serviceItem .label {
    font-size: 24px;
    line-height: 48px;
    border-radius: 0 0 16px 16px;
  }
}
#servicesBlock .serviceItem:nth-child(1)::before {
  border-color: rgba(192, 77, 77, 0.4);
}
#servicesBlock .serviceItem:nth-child(1) .label {
  background-color: #C04D4D;
}
#servicesBlock .serviceItem:nth-child(2)::before {
  border-color: rgba(192, 105, 77, 0.4);
}
#servicesBlock .serviceItem:nth-child(2) .label {
  background-color: #C0694D;
}
#servicesBlock .serviceItem:nth-child(3)::before {
  border-color: rgba(192, 149, 77, 0.4);
}
#servicesBlock .serviceItem:nth-child(3) .label {
  background-color: #C0954D;
}
#servicesBlock .serviceItem:nth-child(4)::before {
  border-color: rgba(178, 188, 63, 0.4);
}
#servicesBlock .serviceItem:nth-child(4) .label {
  background-color: #B2BC3F;
}
#servicesBlock .serviceItem:nth-child(5)::before {
  border-color: rgba(99, 174, 64, 0.4);
}
#servicesBlock .serviceItem:nth-child(5) .label {
  background-color: #63AE40;
}

#services2Block h2 {
  background-image: url(../img/title-services-pc.png);
}
@media screen and (max-width: 719.9px) {
  #services2Block .wrapper {
    padding-top: 0px;
    padding-bottom: 24px;
    max-width: 540px;
  }
}
@media screen and (min-width: 720px) {
  #services2Block .wrapper {
    border-bottom: 1px solid rgba(192, 149, 77, 0.5);
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #services2Block .wrapper {
    padding: 12px 18px 24px;
  }
}
@media screen and (min-width: 960px) {
  #services2Block .wrapper {
    padding: 16px 24px 32px;
  }
}
@media screen and (max-width: 719.9px) {
  #services2Block .serviceList {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 720px) {
  #services2Block .serviceList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#services2Block .serviceItem {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 719.9px) {
  #services2Block .serviceItem {
    flex: 0 0 calc(50% - 36px);
    margin: 12px 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #services2Block .serviceItem {
    flex: 0 0 192px;
    margin: 24px 0;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 960px) {
  #services2Block .serviceItem {
    flex: 0 0 256px;
    margin: 32px 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  }
}
#services2Block .serviceItem .label {
  display: none;
}
#services2Block .serviceItem img {
  position: relative;
  vertical-align: top;
  z-index: 100;
  width: 100%;
  aspect-ratio: 1/1;
  mix-blend-mode: multiply;
}
#services2Block .serviceItem:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #services2Block .serviceItem:hover {
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 960px) {
  #services2Block .serviceItem:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  }
}
#services2Block .sensor {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

@media screen and (max-width: 719.9px) {
  #servicesDescBlock {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #servicesDescBlock {
    padding-top: 36px;
  }
}
@media screen and (min-width: 960px) {
  #servicesDescBlock {
    padding-top: 48px;
  }
}
#servicesDescBlock h2 {
  background-image: url(../img/title-servicedesc-pc.png);
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #servicesDescBlock .wrapper {
    padding: 12px 18px 24px;
  }
}
@media screen and (min-width: 960px) {
  #servicesDescBlock .wrapper {
    padding: 16px 24px 32px;
  }
}
#servicesDescBlock .serviceList {
  display: flex;
  flex-wrap: wrap;
}
#servicesDescBlock .serviceItem {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (min-width: 960px) {
  #servicesDescBlock .serviceItem {
    margin: 32px 0;
  }
}
#servicesDescBlock .serviceItem .icon {
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100px;
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #servicesDescBlock .serviceItem .icon {
    flex: 0 0 72px;
    margin-left: 12px;
    margin-right: 12px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 960px) {
  #servicesDescBlock .serviceItem .icon {
    flex: 0 0 96px;
    margin-left: 16px;
    margin-right: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  }
}
#servicesDescBlock .serviceItem .captain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #servicesDescBlock .serviceItem .captain {
    flex: 0 0 216px;
    margin-top: 6px;
    height: 60px;
  }
}
@media screen and (min-width: 960px) {
  #servicesDescBlock .serviceItem .captain {
    flex: 0 0 288px;
    margin-top: 8px;
    height: 80px;
  }
}
#servicesDescBlock .serviceItem .captain span {
  display: none;
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #servicesDescBlock .serviceItem .content {
    padding: 0 24px;
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  #servicesDescBlock .serviceItem .content {
    padding: 0 32px;
    font-size: 16px;
  }
}
#servicesDescBlock .serviceItem .content p {
  line-height: 2em;
  margin: 1em 0;
}
#servicesDescBlock .serviceItem .content .-s {
  line-height: 1.5em;
  margin: 0;
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #servicesDescBlock .serviceItem .content .-s {
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  #servicesDescBlock .serviceItem .content .-s {
    font-size: 14px;
  }
}

#reviewBlock {
  background-color: rgba(223, 204, 167, 0.2);
}
@media screen and (max-width: 719.9px) {
  #reviewBlock {
    padding-top: 32px;
    padding-bottom: 32px;
    height: 640px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock {
    padding-top: 36px;
    height: 504px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock {
    padding-top: 48px;
    height: 672px;
  }
}
#reviewBlock h2 {
  background-image: url(../img/title-review-pc.png);
}
#reviewBlock .wrapper {
  position: relative;
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .wrapper {
    padding-top: 0px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 720px) {
  #reviewBlock .wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .reviewList {
    height: 416px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .reviewList {
    height: 348px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .reviewList {
    height: 464px;
  }
}
#reviewBlock .reviewList.-active {
  display: block;
}
#reviewBlock .reviewItem {
  display: none;
  color: #3F3422;
  background-color: #fff;
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .reviewItem {
    position: relative;
    height: 416px;
    border: 1px solid #C0954D;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 720px) {
  #reviewBlock .reviewItem {
    position: absolute;
    left: 50%;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .reviewItem {
    top: 48px;
    width: 480px;
    margin-left: -240px;
    height: 279px;
    border: 1px solid #C0954D;
    border-radius: 12px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .reviewItem {
    top: 64px;
    width: 640px;
    margin-left: -320px;
    height: 372px;
    border: 1px solid #C0954D;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  }
}
#reviewBlock .reviewItem .thumb {
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background-size: contain;
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .reviewItem .thumb {
    width: 112px;
    margin: 23px auto 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .reviewItem .thumb {
    width: 84px;
    margin: 11px auto 12px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .reviewItem .thumb {
    width: 112px;
    margin: 15px auto 16px;
  }
}
#reviewBlock .reviewItem .name {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .reviewItem .name {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .reviewItem .name {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .reviewItem .name {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
#reviewBlock .reviewItem .content {
  text-align: center;
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .reviewItem .content {
    font-size: 18px;
    line-height: 40px;
    margin: 0 24px;
    padding: 0 8px;
    border-top: 1px solid rgba(192, 149, 77, 0.25);
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .reviewItem .content {
    font-size: 15px;
    line-height: 30px;
    padding: 0 72px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .reviewItem .content {
    font-size: 20px;
    line-height: 40px;
    padding: 0 96px;
  }
}
#reviewBlock .reviewItem::before, #reviewBlock .reviewItem::after {
  content: "";
  position: absolute;
  display: block;
  border-top: 1px solid rgba(192, 149, 77, 0.25);
  border-bottom: 1px solid rgba(192, 149, 77, 0.25);
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .reviewItem::before, #reviewBlock .reviewItem::after {
    left: 24px;
    right: 24px;
    height: 41px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .reviewItem::before, #reviewBlock .reviewItem::after {
    left: 48px;
    right: 48px;
    height: 31px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .reviewItem::before, #reviewBlock .reviewItem::after {
    left: 64px;
    right: 64px;
    height: 41px;
  }
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .reviewItem::before {
    top: 232px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .reviewItem::before {
    top: 144px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .reviewItem::before {
    top: 192px;
  }
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .reviewItem::after {
    top: 312px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .reviewItem::after {
    top: 204px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .reviewItem::after {
    top: 272px;
  }
}
#reviewBlock .reviewItem.-active {
  display: block;
}
#reviewBlock .goPrev, #reviewBlock .goNext {
  position: absolute;
  aspect-ratio: 1/1;
  background-size: cover;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 1000px;
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .goPrev, #reviewBlock .goNext {
    top: 192px;
    width: 40px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .goPrev, #reviewBlock .goNext {
    top: 159px;
    width: 48px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .goPrev, #reviewBlock .goNext {
    top: 212px;
    width: 64px;
  }
}
#reviewBlock .goPrev:hover, #reviewBlock .goNext:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .goPrev:hover, #reviewBlock .goNext:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .goPrev:hover, #reviewBlock .goNext:hover {
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .goPrev:hover, #reviewBlock .goNext:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  }
}
#reviewBlock .goPrev {
  background-image: url("../img/goPrev.png");
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .goPrev {
    left: 0px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .goPrev {
    left: 24px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .goPrev {
    left: 32px;
  }
}
#reviewBlock .goNext {
  background-image: url("../img/goNext.png");
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .goNext {
    right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .goNext {
    right: 24px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .goNext {
    right: 32px;
  }
}
#reviewBlock .pager {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .pager {
    margin: 16px;
  }
}
#reviewBlock .pagerItem {
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #C0954D;
  border-radius: 100px;
}
@media screen and (max-width: 719.9px) {
  #reviewBlock .pagerItem {
    width: 16px;
    margin: 0 8px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #reviewBlock .pagerItem {
    width: 12px;
    margin: 0 6px;
  }
}
@media screen and (min-width: 960px) {
  #reviewBlock .pagerItem {
    width: 16px;
    margin: 0 8px;
  }
}
#reviewBlock .pagerItem.-active {
  background-color: #C04D4D;
  border: 0;
}

@media screen and (max-width: 719.9px) {
  #contactBlock {
    padding-top: 32px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #contactBlock {
    padding-top: 36px;
  }
}
@media screen and (min-width: 960px) {
  #contactBlock {
    padding-top: 48px;
  }
}
#contactBlock h2 {
  background-image: url(../img/title-contact-pc.png);
}
#contactBlock .wrapper2 {
  background-color: #DFCCA7;
}
@media screen and (max-width: 719.9px) {
  #contactBlock .wrapper2 {
    margin-top: 32px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #contactBlock .wrapper2 {
    margin-top: 54px;
  }
}
@media screen and (min-width: 960px) {
  #contactBlock .wrapper2 {
    margin-top: 72px;
  }
}
@media screen and (min-width: 720px) {
  #contactBlock .wrapper {
    display: flex;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #contactBlock .wrapper {
    height: 168px;
  }
}
@media screen and (min-width: 960px) {
  #contactBlock .wrapper {
    height: 224px;
  }
}
#contactBlock .contactItem {
  position: relative;
}
@media screen and (max-width: 719.9px) {
  #contactBlock .contactItem {
    width: 312px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
  }
}
#contactBlock .contactItem .icon {
  position: absolute;
  aspect-ratio: 1/1;
  background-size: cover;
}
@media screen and (max-width: 719.9px) {
  #contactBlock .contactItem .icon {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
  }
}
@media screen and (min-width: 720px) {
  #contactBlock .contactItem .icon {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #contactBlock .contactItem .icon {
    width: 120px;
    top: -60px;
  }
}
@media screen and (min-width: 960px) {
  #contactBlock .contactItem .icon {
    width: 160px;
    top: -80px;
  }
}
#contactBlock .contactItem .title {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#contactBlock .contactItem .title span {
  display: none;
}
@media screen and (max-width: 719.9px) {
  #contactBlock .contactItem .title {
    position: absolute;
    left: 22.2222222222%;
    top: 18.75%;
    right: 0%;
    height: 37.5%;
  }
}
@media screen and (min-width: 720px) {
  #contactBlock .contactItem .title {
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 288/64;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #contactBlock .contactItem .title {
    width: 216px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  #contactBlock .contactItem .title {
    width: 288px;
    margin-top: 80px;
  }
}
#contactBlock .contactItem .content {
  display: block;
  text-align: center;
  line-height: 2em;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 719.9px) {
  #contactBlock .contactItem .content {
    position: absolute;
    left: 22.2222222222%;
    top: 50%;
    right: 0%;
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #contactBlock .contactItem .content {
    font-size: 13.5px;
  }
}
@media screen and (min-width: 960px) {
  #contactBlock .contactItem .content {
    font-size: 18px;
  }
}
#contactBlock .fbContact {
  flex: 1 1 50%;
}
@media screen and (min-width: 720px) {
  #contactBlock .fbContact {
    border-left: 1px solid rgba(192, 149, 77, 0.5);
  }
}
#contactBlock .fbContact .icon {
  background-image: url(../img/contact-fb-icon.svg);
}
#contactBlock .fbContact .title {
  background-image: url(../img/contact-fb-title.svg);
}
#contactBlock .lineContact {
  flex: 1 1 50%;
}
@media screen and (max-width: 719.9px) {
  #contactBlock .lineContact {
    border-top: 2px solid rgba(192, 149, 77, 0.5);
  }
}
@media screen and (min-width: 720px) {
  #contactBlock .lineContact {
    border-left: 1px solid rgba(192, 149, 77, 0.5);
  }
}
#contactBlock .lineContact .icon {
  background-image: url(../img/contact-line-icon.svg);
}
#contactBlock .lineContact .title {
  background-image: url(../img/contact-line-title.svg);
}
#contactBlock .phoneContact {
  flex: 1 1 50%;
}
@media screen and (max-width: 719.9px) {
  #contactBlock .phoneContact {
    border-top: 2px solid rgba(192, 149, 77, 0.5);
  }
}
@media screen and (min-width: 720px) {
  #contactBlock .phoneContact {
    border-left: 1px solid rgba(192, 149, 77, 0.5);
    border-right: 1px solid rgba(192, 149, 77, 0.5);
  }
}
#contactBlock .phoneContact .icon {
  background-image: url(../img/contact-phone-icon.svg);
}
#contactBlock .phoneContact .title {
  background-image: url(../img/contact-phone-title.svg);
}

#footerBlock {
  background: rgba(223, 204, 167, 0.5);
}
@media screen and (max-width: 719.9px) {
  #footerBlock {
    padding: 32px 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #footerBlock {
    padding: 24px 0;
  }
}
@media screen and (min-width: 960px) {
  #footerBlock {
    padding: 32px 0;
  }
}
@media screen and (max-width: 719.9px) {
  #footerBlock .wrapper {
    max-width: 540px;
  }
}
#footerBlock .footerLogo {
  margin: 0 auto;
  aspect-ratio: 1/1;
  background-image: url(../img/logo-sq-black.svg);
  background-size: cover;
}
@media screen and (max-width: 719.9px) {
  #footerBlock .footerLogo {
    width: 44.4444444444%;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #footerBlock .footerLogo {
    width: 240px;
  }
}
@media screen and (min-width: 960px) {
  #footerBlock .footerLogo {
    width: 320px;
  }
}
#footerBlock .footerCopy {
  text-align: center;
}
@media screen and (max-width: 719.9px) {
  #footerBlock .footerCopy {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (min-width: 720px) {
  #footerBlock .footerCopy {
    font-size: 12px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959.9px) {
  #footerBlock .footerCopy {
    line-height: 12px;
  }
}
@media screen and (min-width: 960px) {
  #footerBlock .footerCopy {
    line-height: 16px;
  }
}

@media screen and (max-width: 719.9px) {
  html.-mbReviewOpened {
    overflow: hidden;
  }
}
@media screen and (max-width: 719.9px) {
  html.-mbReviewOpened #serviceDescOverlay {
    display: block;
  }
}
@media screen and (min-width: 720px) {
  html.-mbReviewOpened #serviceDescOverlay {
    display: none;
  }
}

#serviceDescOverlay {
  display: none;
}
@media screen and (max-width: 719.9px) {
  #serviceDescOverlay {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(192, 149, 77, 0.3);
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
  }
}
#serviceDescOverlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 16px;
  width: calc(100% - 48px);
  height: 592px;
  max-height: 640px;
  bottom: 24px;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #C0954D;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
#serviceDescOverlay .pager {
  position: absolute;
  display: flex;
  left: 7px;
  top: 7px;
  right: 6px;
  height: 24px;
  line-height: 24px;
}
#serviceDescOverlay .pager .pagerItem {
  margin-right: 1px;
  flex: 1 1 auto;
  background: #eee;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#serviceDescOverlay .pager .pagerItem:first-child {
  border-radius: 100px 0 0 100px;
}
#serviceDescOverlay .pager .pagerItem:last-child {
  border-radius: 0 100px 100px 0;
}
#serviceDescOverlay .pager .pagerItem.-active {
  color: #fff;
  background: #C0954D;
}
#serviceDescOverlay .buttons {
  position: absolute;
  left: 16px;
  bottom: 8px;
  right: 16px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#serviceDescOverlay .buttons .goPrev {
  flex: 0 0 40px;
  height: 40px;
  background-size: cover;
  background-image: url("../img/goPrev.png");
  cursor: pointer;
}
#serviceDescOverlay .buttons .goNext {
  flex: 0 0 40px;
  height: 40px;
  background-size: cover;
  background-image: url("../img/goNext.png");
  cursor: pointer;
}
#serviceDescOverlay .buttons .close {
  flex: 0 0 128px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  background-color: #C0954D;
  cursor: pointer;
}
#serviceDescOverlay .serviceList {
  position: absolute;
  left: 8px;
  top: 44px;
  right: 8px;
  bottom: 64px;
  overflow-y: auto;
}
#serviceDescOverlay .serviceItem {
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 16px;
}
#serviceDescOverlay .serviceItem .icon {
  flex: 0 0 96px;
  margin-right: 16px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 1000px;
}
#serviceDescOverlay .serviceItem .captain {
  flex: 0 0 140px;
  height: 80px;
  margin-top: 8px;
  background-size: cover;
  background-position: left center;
}
#serviceDescOverlay .serviceItem .captain span {
  display: none;
}
#serviceDescOverlay .serviceItem .content {
  font-size: 16px;
  line-height: 2em;
}
#serviceDescOverlay .serviceItem .content p {
  margin: 1em 0;
}
#serviceDescOverlay .serviceItem .content .-s {
  font-size: 14px;
  line-height: 1.75em;
}
#serviceDescOverlay .serviceItem.-active {
  display: flex;
}