@media screen and (max-width: 519px) {
  #service .breadcrumb {
    margin-bottom: 32px;
  }
}

.page-link-btn {
  padding-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .page-link-btn {
    padding-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .page-link-btn {
    padding-bottom: calc(8px * 11 * 0.5);
  }
}
@media screen and (max-width: 519px) {
  .page-link-btn {
    padding-bottom: 28px;
  }
}
.page-link-btn .btn-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 959px) {
  .page-link-btn .btn-unit {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .page-link-btn .btn-unit {
    gap: 32px;
  }
}
@media screen and (max-width: 519px) {
  .page-link-btn .btn-unit {
    gap: 14px;
  }
}
.page-link-btn .btn-unit .btn a {
  padding-right: 60px;
}
@media screen and (max-width: 959px) {
  .page-link-btn .btn-unit .btn a {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-link-btn .btn-unit .btn a {
    padding-right: 44px;
  }
}
@media screen and (max-width: 519px) {
  .page-link-btn .btn-unit .btn a {
    padding-right: 30px;
  }
}
@media screen and (max-width: 519px) {
  .page-link-btn .btn-unit .btn a::before {
    width: 24px;
  }
}
.page-link-btn .btn-unit .btn a::after {
  top: calc(50% + 10px);
  right: 22px;
  rotate: 90deg;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
@media screen and (max-width: 959px) {
  .page-link-btn .btn-unit .btn a::after {
    right: 19px;
  }
}
@media screen and (max-width: 767px) {
  .page-link-btn .btn-unit .btn a::after {
    right: 17px;
  }
}
@media screen and (max-width: 519px) {
  .page-link-btn .btn-unit .btn a::after {
    top: calc(50% + 8px);
    right: 11px;
    width: 30px;
  }
}
.page-link-btn .btn-unit .btn a:hover::after {
  right: 22px;
  top: calc(50% + 14px);
}
@media screen and (max-width: 959px) {
  .page-link-btn .btn-unit .btn a:hover::after {
    right: 19px;
  }
}
@media screen and (max-width: 767px) {
  .page-link-btn .btn-unit .btn a:hover::after {
    right: 17px;
  }
}
@media screen and (max-width: 519px) {
  .page-link-btn .btn-unit .btn a:hover::after {
    right: 14px;
  }
}

.service-section .service-outline-bg {
  padding-top: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .service-section .service-outline-bg {
    padding-top: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .service-section .service-outline-bg {
    padding-top: calc(8px * 11 * 0.5);
  }
}
.service-section .service-outline-bg {
  padding-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .service-section .service-outline-bg {
    padding-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .service-section .service-outline-bg {
    padding-bottom: calc(8px * 11 * 0.5);
  }
}
.service-section .service-outline-bg {
  background: rgba(237, 237, 237, 0.32);
}
@media screen and (max-width: 519px) {
  .service-section .service-outline-bg {
    padding: 24px 0;
  }
}
.service-section .service-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10%;
}
@media screen and (max-width: 1279px) {
  .service-section .service-outline {
    gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .service-section .service-outline {
    gap: 26px;
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 519px) {
  .service-section .service-outline {
    gap: 22px;
    width: calc(100% - 16px);
    margin-inline: auto;
  }
}
.service-section .service-outline__vsl {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .service-section .service-outline__vsl {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    overflow: clip;
  }
}
.service-section .service-outline__vsl img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.service-section .service-outline__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .service-section .service-outline__txt {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}
.service-section .service-outline__txt .service-headline__sub {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 1279px) {
  .service-section .service-outline__txt .service-headline__sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .service-section .service-outline__txt .service-headline__sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .service-section .service-outline__txt .service-headline__sub {
    font-size: 1.6rem;
  }
}
.service-section .service-outline__txt .service-headline__sub::first-letter,
.service-section .service-outline__txt .service-headline__sub span {
  font-size: 3.2rem;
  font-family: "EB Garamond", sans-serif;
  color: #52BE38;
}
@media screen and (max-width: 1279px) {
  .service-section .service-outline__txt .service-headline__sub::first-letter,
  .service-section .service-outline__txt .service-headline__sub span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  .service-section .service-outline__txt .service-headline__sub::first-letter,
  .service-section .service-outline__txt .service-headline__sub span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .service-section .service-outline__txt .service-headline__sub::first-letter,
  .service-section .service-outline__txt .service-headline__sub span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .service-section .service-outline__txt .service-headline__sub::first-letter,
  .service-section .service-outline__txt .service-headline__sub span {
    font-size: 1.8rem;
  }
}
.service-section .service-outline__txt .service-headline__main {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .service-section .service-outline__txt .service-headline__main {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .service-section .service-outline__txt .service-headline__main {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.service-section .service-outline__txt .service-headline__main {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .service-section .service-outline__txt .service-headline__main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 959px) {
  .service-section .service-outline__txt .service-headline__main {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .service-section .service-outline__txt .service-headline__main {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .service-section .service-outline__txt .service-headline__main {
    font-size: 2rem;
  }
}
.service-section .service-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 519px) {
  .service-section .service-unit {
    grid-template-columns: 1fr;
  }
}
.service-section .service-unit__item {
  padding: 48px;
  background: #FFFFFF;
  border-bottom: solid 1px rgba(237, 237, 237, 0.4);
}
@media screen and (max-width: 1279px) {
  .service-section .service-unit__item {
    padding: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-section .service-unit__item {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .service-section .service-unit__item {
    padding: 24px;
  }
}
@media screen and (max-width: 519px) {
  .service-section .service-unit__item {
    padding: 20px;
  }
}
.service-section .service-unit__item:nth-child(2n) {
  border-left: solid 1px rgba(237, 237, 237, 0.4);
}
@media screen and (max-width: 519px) {
  .service-section .service-unit__item:nth-child(2n) {
    border-left: none;
  }
}
.service-section .service-unit__item .service-vsl {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .service-section .service-unit__item .service-vsl {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .service-section .service-unit__item .service-vsl {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.service-section .service-unit__item .service-vsl {
  aspect-ratio: 16/9;
  overflow: clip;
}
.service-section .service-unit__item .service-vsl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.service-section .service-unit__item .service-ttl {
  margin-bottom: 24px;
  font-size: 3.2rem;
  color: #52BE38;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .service-section .service-unit__item .service-ttl {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  .service-section .service-unit__item .service-ttl {
    margin-bottom: 14px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .service-section .service-unit__item .service-ttl {
    margin-bottom: 12px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 519px) {
  .service-section .service-unit__item .service-ttl {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}
.service-section .service-unit a:hover {
  background: rgba(82, 190, 56, 0.08);
}
.service-section .service-unit a:hover .service-vsl img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-section .service-unit a:hover .btn .btn-txt::before {
  -webkit-transform: scale(1.064);
  transform: scale(1.064);
  background: rgba(82, 190, 56, 0.08);
}
.service-section .service-unit a:hover .btn .btn-txt::after {
  right: 16px;
}
@media screen and (max-width: 959px) {
  .service-section .service-unit a:hover .btn .btn-txt::after {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .service-section .service-unit a:hover .btn .btn-txt::after {
    right: 8px;
  }
}
/*# sourceMappingURL=../../maps/pages/service.css.map */
