@charset "UTF-8";
.pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: initial !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.lr_news_post_txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.lr_news_post_txt {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.title .en, .footer_copyright {
  font-family: "Raleway", sans-serif;
}

.lr_breadcrumb_lists_item:nth-child(1), .lr_news_post_date {
  font-family: "Outfit", sans-serif;
}

.footer_sub_menu_link, .footer_related_link, .footer_copyright, .lr_breadcrumb_lists_item {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .footer_sub_menu_link, .footer_related_link, .footer_copyright, .lr_breadcrumb_lists_item {
    font-size: 1.4rem;
  }
}

.footer_info_address, .footer_info_phone, .footer_menu_link, .lr_news_post_date {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .footer_info_address, .footer_info_phone, .footer_menu_link, .lr_news_post_date {
    font-size: 1.5rem;
  }
}

.l_404 p, html body {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .l_404 p, html body {
    font-size: 1.6rem;
  }
}

.btn {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 1.8rem;
  }
}

.txt_leading, .title_sec .jp, .heading_el .en, .lr_pagination_item, .lr_pagination .previouspostslink,
.lr_pagination .nextpostslink,
.lr_pagination .extend,
.lr_pagination .first,
.lr_pagination .last,
.lr_pagination .page,
.lr_pagination .current, .lr_contact_more .btn {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .txt_leading, .title_sec .jp, .heading_el .en, .lr_pagination_item, .lr_pagination .previouspostslink,
.lr_pagination .nextpostslink,
.lr_pagination .extend,
.lr_pagination .first,
.lr_pagination .last,
.lr_pagination .page,
.lr_pagination .current, .lr_contact_more .btn {
    font-size: clamp(
        1.6rem,
        calc(1.6rem + 0.0048076923 * (100vw - 768px)),
        2rem
    );
  }
}

.heading_pri .en, .heading_cut .en {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .heading_pri .en, .heading_cut .en {
    font-size: clamp(
        1.8rem,
        calc(1.8rem + 0.0048076923 * (100vw - 768px)),
        2.2rem
    );
  }
}

.title_pri .jp, .title_sec01 .jp, .heading_block .smaller {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .title_pri .jp, .title_sec01 .jp, .heading_block .smaller {
    font-size: clamp(
        2rem,
        calc(2rem + 0.0048076923 * (100vw - 768px)),
        2.4rem
    );
  }
}

.heading_block .en {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .heading_block .en {
    font-size: clamp(
        2.4rem,
        calc(2.4rem + 0.0048076923 * (100vw - 768px)),
        2.8rem
    );
  }
}

.title_block, .heading_el .jp {
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .title_block, .heading_el .jp {
    font-size: clamp(
        2.4rem,
        calc(2.4rem + 0.0096153846 * (100vw - 768px)),
        3.2rem
    );
  }
}

.heading_block .jp, .heading_cut .jp {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .heading_block .jp, .heading_cut .jp {
    font-size: clamp(
        3rem,
        calc(3rem + 0.0144230769 * (100vw - 768px)),
        4.2rem
    );
  }
}

.heading_pri .jp {
  font-size: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .heading_pri .jp {
    font-size: clamp(
        3rem,
        calc(3rem + 0.0216346154 * (100vw - 768px)),
        4.8rem
    );
  }
}

.title_sec01 .en {
  font-size: 2.6rem;
}
@media only screen and (min-width: 768px) {
  .title_sec01 .en {
    font-size: clamp(
        3.6rem,
        calc(3.6rem + 0.0240384615 * (100vw - 768px)),
        5.6rem
    );
  }
}

.title_sec .en {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  .title_sec .en {
    font-size: clamp(
        4rem,
        calc(4rem + 0.0288461538 * (100vw - 768px)),
        6.4rem
    );
  }
}

.title_sec01 .num {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  .title_sec01 .num {
    font-size: clamp(
        4rem,
        calc(4rem + 0.0336538462 * (100vw - 768px)),
        6.8rem
    );
  }
}

.title_pri .en {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  .title_pri .en {
    font-size: clamp(
        4.5rem,
        calc(4.5rem + 0.0324519231 * (100vw - 768px)),
        7.2rem
    );
  }
}

.title_pri .num, .title_sec .num {
  font-size: 3.6rem;
}
@media only screen and (min-width: 768px) {
  .title_pri .num, .title_sec .num {
    font-size: clamp(
        5.2rem,
        calc(5.2rem + 0.0408653846 * (100vw - 768px)),
        8.6rem
    );
  }
}

.heading_block .en {
  font-weight: 700;
}

.heading_pri .en,
.heading_pri .jp, .heading_block .jp, .heading_el .en,
.heading_el .jp, .heading_cut .en,
.heading_cut .jp {
  font-weight: 900;
}

html {
  line-height: 1.6;
  scrollbar-width: thin;
  overflow-y: scroll;
  scroll-padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }
}
html body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #2e2e2e;
  background-color: #fefff8;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  left: 0;
}

main {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  a {
    transition: opacity 150ms linear;
  }
  a:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

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

.wrapper,
#wrapper {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.container_fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.container_lg {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .container_lg {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

html.is_loading #loadding {
  opacity: 1;
  pointer-events: all;
}
html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#loadding {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #00780e;
  opacity: 0;
  transition: opacity 1s ease-out 0.5s;
}

.three-body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.three-body__dot:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.totop {
  width: 40px;
  height: 40px;
  background-color: #02780d;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition-property: border-color, background-color, opacity;
  transition-duration: 300ms;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .totop {
    width: 60px;
    height: 60px;
    right: 20px;
    border-width: 2px;
    cursor: pointer;
  }
  .totop:hover {
    filter: brightness(1.1);
  }
}
.totop.is_show {
  opacity: 1;
  pointer-events: all;
}
.totop.is_footer {
  position: absolute;
  bottom: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
  .totop.is_footer {
    bottom: calc(100% - 30px);
  }
}
.totop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 300ms linear;
  border: 0;
  border-left: 6px solid rgba(196, 0, 24, 0);
  border-right: 6px solid rgba(196, 0, 24, 0);
  border-bottom: 8px solid #fff;
}
@media only screen and (min-width: 768px) {
  .totop::after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-bottom-width: 10px;
  }
}

.lr_news {
  display: flex;
  flex-direction: column;
}
.lr_news_post {
  border-bottom: 1px solid #cfddd3;
}
.lr_news_post_link {
  display: flex;
  gap: 6px 20px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-top: 14px;
  padding-right: 40px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .lr_news_post_link {
    gap: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.lr_news_post_link::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  border: 0;
  border-top: 3px solid #00780e;
  border-right: 3px solid #00780e;
  rotate: 45deg;
}
@media only screen and (min-width: 768px) {
  .lr_news_post_link::after {
    width: 8px;
    height: 8px;
    top: 51%;
    right: 27px;
  }
}
.lr_news_post_date {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #6a6f62;
}
@media only screen and (min-width: 768px) {
  .lr_news_post_date {
    width: 134px;
    text-align: center;
  }
}
.lr_news_post_cate {
  --bc: #00780e;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  min-width: 100px;
  background-color: var(--bc);
  border-radius: 99px;
  padding: 4px 10px;
}
@media only screen and (min-width: 768px) {
  .lr_news_post_cate {
    width: 140px;
    padding: 7px 10px;
    font-size: 1.5rem;
  }
}
.lr_news_post_txt {
  font-weight: 400;
  width: 100%;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .lr_news_post_txt {
    width: calc(100% - 134px - 140px - 44px);
    padding-left: 24px;
  }
}

.lr_contact {
  position: relative;
  z-index: 0;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .lr_contact {
    margin-top: 160px;
  }
}
.lr_contact .btn {
  background-image: linear-gradient(104deg, #aed536 0%, #67b53e 100%) !important;
}
.lr_contact_cover {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.lr_contact_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lr_contact_inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .lr_contact_inner {
    width: 400px;
    max-width: 100%;
    padding-top: 136px;
    padding-bottom: 145px;
  }
}
.lr_contact_txt {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-top: 23px;
}
.lr_contact_more {
  width: 100%;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .lr_contact_more {
    width: 330px;
    margin-top: 36px;
  }
}
.lr_contact_more .btn {
  letter-spacing: 0.02em;
}

.lr_mv {
  position: relative;
}
.lr_mv[data-themes="1"] .shape_01 {
  --dash-array: 3800;
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="1"] .shape_01 {
    --dash-array: 3800;
  }
}
.lr_mv[data-themes="1"] .shape_02 {
  --dash-array: 1440;
}
.lr_mv[data-themes="1"] .title_pri {
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="1"] .title_pri {
    gap: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="1"] .title_pri .en {
    line-height: 1.3055555556;
  }
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="1"] .lr_mv_wrap {
    padding-top: 119px;
    padding-bottom: 160px;
  }
}
.lr_mv[data-themes="1"] .lr_mv_wrap::after {
  content: "";
  background-image: linear-gradient(56deg, #0b8b49 40%, #78bc3c 80%, #aed536 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="1"] .lr_breadcrumb {
    position: absolute;
    top: 26px;
    left: 10px;
  }
}
.lr_mv[data-themes="2"] .shape_01 {
  --dash-array: 3800;
}
.lr_mv[data-themes="2"] .shape_02 {
  --dash-array: 1440;
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="2"] .lr_mv_wrap {
    padding-top: 64px;
    padding-bottom: 60px;
  }
}
.lr_mv[data-themes="2"] .lr_mv_grid {
  margin-right: 40px;
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="2"] .lr_mv_grid {
    margin-right: clamp(20px, (1440px - 100vw) * 1000, 100px);
  }
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="2"] .lr_mv_grid_content {
    padding-top: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="2"] .lr_mv_grid_photo {
    width: 46.6379310345%;
  }
}
.lr_mv[data-themes="2"] .lr_mv_photo_shape {
  height: 130%;
  translate: 8% -42%;
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="2"] .lr_breadcrumb {
    position: absolute;
    top: 16px;
    left: 10px;
  }
}
.lr_mv[data-themes="3"] .shape_01 {
  --dash-array: 1980;
  transition: 0.67s ease-in-out;
}
.lr_mv[data-themes="3"] .shape_02 {
  --dash-array: 320;
  transition: 0.3s ease-in-out 0.67s;
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="3"] .lr_mv_wrap {
    padding-top: 200px;
    padding-bottom: 0;
  }
}
.lr_mv[data-themes="3"] .lr_mv_grid {
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="3"] .lr_mv_grid {
    margin-right: 0;
  }
}
.lr_mv[data-themes="3"] .lr_mv_grid_content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="3"] .lr_mv_grid_content {
    padding-top: 38px;
  }
}
.lr_mv[data-themes="3"] .lr_mv_grid_photo {
  width: 100%;
  aspect-ratio: 9.6;
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="3"] .lr_mv_grid_photo {
    width: clamp(90%, (100vw - 1400px) * 1000, 100%);
    margin-top: 41px;
  }
}
.lr_mv[data-themes="3"] .lr_mv_photo_shape {
  height: 130%;
  translate: 0 -50%;
  aspect-ratio: 13;
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="3"] .lr_mv_photo_shape {
    translate: 6.9% -50%;
  }
}
@media only screen and (min-width: 768px) {
  .lr_mv[data-themes="3"] .lr_breadcrumb {
    position: absolute;
    top: 16px;
    left: 10px;
  }
}
.lr_mv_wrap {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}
.lr_mv_grid {
  display: flex;
  gap: 40px 20px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lr_mv_grid {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-right: -47px;
    margin-right: clamp(-47px, (1200px - 100vw) * 1000, 40px);
  }
}
.lr_mv_grid_content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .lr_mv_grid_content {
    width: 450px;
    width: 38.7931034483%;
    min-width: 320px;
    padding-bottom: 5px;
  }
}
.lr_mv_grid_photo {
  width: calc(100% - 60px);
  position: relative;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .lr_mv_grid_photo {
    width: 553.7px;
    width: 45.8620689655%;
    margin: 0;
  }
}
.lr_mv_photo_shape {
  width: auto;
  height: 123.5%;
  aspect-ratio: 3.6551094891;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 4.6% -44.3%;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .lr_mv_photo_shape {
    height: 123.5%;
    translate: 4.9% -44.7%;
  }
}
.lr_mv .shape_02,
.lr_mv .shape_01 {
  --dash-array: 0;
  --dash-from: 0;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.lr_mv .shape_01 {
  stroke-dasharray: var(--dash-array);
  stroke-dashoffset: var(--dash-array);
  transition: 2s ease-in-out;
}
.lr_mv .shape_02 {
  stroke-dasharray: var(--dash-array);
  stroke-dashoffset: var(--dash-array);
  transition: 0.3s ease-in-out 2s;
}
.lr_mv.is_show .shape_01,
.lr_mv.is_show .shape_02 {
  stroke-dashoffset: 0;
}

.lr_breadcrumb {
  --c: #6e7167;
}
@media only screen and (min-width: 768px) {
  .lr_breadcrumb[data-themes="1"] {
    --c: #fff;
  }
}
.lr_breadcrumb_inner {
  padding: 10px 20px;
}
.lr_breadcrumb_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media only screen and (min-width: 768px) {
  .lr_breadcrumb_lists {
    gap: 10px 50px;
  }
}
.lr_breadcrumb_lists_item {
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--c);
}
.lr_breadcrumb_lists_item_link {
  opacity: 0.65;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lr_breadcrumb_lists_item_link:hover {
    opacity: 0.2;
  }
}
.lr_breadcrumb_lists_item_link::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: var(--c);
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 6px 0;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .lr_breadcrumb_lists_item_link::after {
    width: 34px;
    translate: 8px 0;
  }
}

.lr_pagination_item {
  --bc: #fff;
  --c: #00780e;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--c);
  width: 30px;
  height: 30px;
  background-color: var(--bc);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbcbc0;
}
@media only screen and (min-width: 768px) {
  .lr_pagination_item {
    width: 60px;
    height: 60px;
    transition: all 150ms linear;
    margin-left: 5px;
    margin-right: 5px;
  }
  .lr_pagination_item:hover {
    background-color: var(--c);
    color: var(--bc);
  }
}
.lr_pagination_item.next, .lr_pagination_item.prev {
  position: relative;
  border: 0;
}
.lr_pagination_item.next::after, .lr_pagination_item.prev::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 47%;
  border: 0;
  translate: -50% -50%;
  rotate: 45deg;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (min-width: 768px) {
  .lr_pagination_item.next::after, .lr_pagination_item.prev::after {
    width: 11px;
    height: 11px;
    border-width: 3px;
  }
}
.lr_pagination_item.prev {
  --bc: #00780e;
}
@media only screen and (min-width: 768px) {
  .lr_pagination_item.prev {
    margin-right: 20px;
  }
}
.lr_pagination_item.prev::after {
  left: 56%;
  scale: -1 -1;
}
@media only screen and (min-width: 768px) {
  .lr_pagination_item.prev::after {
    left: 52%;
  }
}
.lr_pagination_item.next {
  --bc: #00780e;
}
@media only screen and (min-width: 768px) {
  .lr_pagination_item.next {
    margin-left: 20px;
  }
}
.lr_pagination_item.more {
  --bc: #fff0;
  --c: #fff0;
  border: 0;
  width: 28px;
}
@media only screen and (min-width: 768px) {
  .lr_pagination_item.more {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.lr_pagination_item.more::after {
  content: "";
  width: 20px;
  aspect-ratio: 4.6666666667;
  background-image: url("./../images/common/icon_pagination_dot.svg");
  background-repeat: no-repeat;
  background-size: 20px 6px;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .lr_pagination_item.more::after {
    width: 28px;
    background-size: 28px 6px;
  }
}
.lr_pagination_item.active {
  --bc: #00780e;
  --c: #fff;
  pointer-events: none;
  border: 0;
}
.lr_pagination.hidden_p .extend:nth-of-type(1) {
  display: none;
}
.lr_pagination.hidden_n .current ~ .extend {
  display: none;
}
.lr_pagination .wp-pagenavi {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lr_pagination .wp-pagenavi {
    gap: 0px;
  }
}
.lr_pagination .previouspostslink,
.lr_pagination .nextpostslink,
.lr_pagination .extend,
.lr_pagination .first,
.lr_pagination .last,
.lr_pagination .page,
.lr_pagination .current {
  --bc: #fff;
  --c: #00780e;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--c);
  width: 34px;
  height: 34px;
  background-color: var(--bc);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbcbc0;
}
@media only screen and (min-width: 768px) {
  .lr_pagination .previouspostslink,
.lr_pagination .nextpostslink,
.lr_pagination .extend,
.lr_pagination .first,
.lr_pagination .last,
.lr_pagination .page,
.lr_pagination .current {
    width: 60px;
    height: 60px;
    transition: all 150ms linear;
    margin-left: 5px;
    margin-right: 5px;
  }
  .lr_pagination .previouspostslink:hover,
.lr_pagination .nextpostslink:hover,
.lr_pagination .extend:hover,
.lr_pagination .first:hover,
.lr_pagination .last:hover,
.lr_pagination .page:hover,
.lr_pagination .current:hover {
    background-color: var(--c);
    color: var(--bc);
  }
}
.lr_pagination .previouspostslink,
.lr_pagination .nextpostslink {
  position: relative;
  border: 0;
}
.lr_pagination .previouspostslink::after,
.lr_pagination .nextpostslink::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 47%;
  border: 0;
  translate: -50% -50%;
  rotate: 45deg;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (min-width: 768px) {
  .lr_pagination .previouspostslink::after,
.lr_pagination .nextpostslink::after {
    width: 11px;
    height: 11px;
    border-width: 3px;
  }
}
.lr_pagination .previouspostslink {
  --bc: #00780e;
  order: -1;
}
@media only screen and (min-width: 768px) {
  .lr_pagination .previouspostslink {
    margin-right: 20px;
  }
}
.lr_pagination .previouspostslink::after {
  left: 56%;
  scale: -1 -1;
}
@media only screen and (min-width: 768px) {
  .lr_pagination .previouspostslink::after {
    left: 52%;
  }
}
.lr_pagination .nextpostslink {
  --bc: #00780e;
  order: 100;
}
@media only screen and (min-width: 768px) {
  .lr_pagination .nextpostslink {
    margin-left: 20px;
  }
}
.lr_pagination .extend {
  --bc: #fff0;
  --c: #fff0;
  font-size: 0;
  border: 0;
  width: 20px;
}
@media only screen and (min-width: 768px) {
  .lr_pagination .extend {
    width: 28px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.lr_pagination .extend::after {
  content: "";
  width: 16px;
  aspect-ratio: 4.6666666667;
  background-image: url("./../images/common/icon_pagination_dot.svg");
  background-repeat: no-repeat;
  background-size: 16px 6px;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .lr_pagination .extend::after {
    width: 28px;
    background-size: 28px 6px;
  }
}
.lr_pagination .current {
  --bc: #00780e;
  --c: #fff;
  pointer-events: none;
  border: 0;
}

.l_404 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .l_404 {
    padding-bottom: 160px;
  }
}
.l_404 p {
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-top: 30px;
}
.l_404 p + p {
  margin-top: 24px;
}

.icon {
  --icon-w: 28.32px;
  --icon-h: 28.32px;
  width: var(--icon-w);
  height: var(--icon-h);
  background-color: #fff;
  position: relative;
  border-radius: 999px;
  display: inline-block;
}
.icon[data-type=_blank] {
  --sw: 16.13px;
  --sh: 12.67px;
  --sc: currentColor;
}
.icon[data-type=_blank] icon-shape {
  width: var(--sw);
  height: var(--sh);
}
.icon[data-type=_blank] icon-shape::before, .icon[data-type=_blank] icon-shape::after {
  content: "";
  width: calc(var(--sw) - 3px);
  height: calc(var(--sh) - 3px);
  border: 0;
  position: absolute;
}
.icon[data-type=_blank] icon-shape::before {
  border: 1px solid var(--sc);
  left: 0;
  bottom: 0;
}
.icon[data-type=_blank] icon-shape::after {
  border-top: 1px solid var(--sc);
  border-right: 1px solid var(--sc);
  top: 0;
  right: 0;
}
.icon[data-type=next] icon-shape {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
  translate: 0 -50%;
  border: 0;
  border-top: 3px solid #00780e;
  border-right: 3px solid #00780e;
  rotate: 45deg;
}
@media only screen and (min-width: 768px) {
  .icon[data-type=next] icon-shape {
    width: 8px;
    height: 8px;
    top: 51%;
  }
}
.icon icon-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

/** -- ▷ header -- */
.header {
  width: 100%;
  position: fixed;
  z-index: 2500;
  top: 0;
  left: 0;
}
.header.is_scroll {
  background-color: #fefff8;
}
.header_inner {
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-bottom: 1px solid #adcb00;
}
@media only screen and (min-width: 768px) {
  .header_inner {
    height: 100px;
    height: clamp(60px, (100vw - 1200px) * 1000, 100px);
    gap: 59px;
    gap: clamp(20px, (100vw - 1200px) * 1000, 59px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header_logo {
  width: 163px;
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 768px) {
  .header_logo {
    width: 207.11px;
    width: clamp(
        12rem,
        calc(12rem + 0.217775 * (100vw - 1200px)),
        20.711rem
    );
    top: 0;
  }
}
.header_menu {
  display: none;
  gap: 32px;
  gap: clamp(12px, (100vw - 1200px) * 1000, 32px);
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header_menu {
    display: flex;
    margin-left: auto;
  }
}
.header_menu_item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header_menu_item:hover .header_sub_menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header_menu_item:hover .header_sub_menu_icon::after {
    top: 9px;
    rotate: -135deg;
  }
}
.header_menu_item.is_open .header_sub_menu_icon::after {
  top: 9px;
  rotate: -135deg;
}
.header_menu_link {
  font-size: clamp(
        1rem,
        calc(1rem + 0.0072115385 * (100vw - 768px)),
        1.6rem
    );
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
}
.header_menu_link .icon {
  --sc: #00780e;
  background-color: rgba(255, 255, 255, 0);
}
.header_sub_menu {
  width: 280px;
  background-color: #fff;
  border: 1px solid #adcb00;
  border-radius: 4px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  position: absolute;
  top: calc(100% + clamp(10px, (100vw - 1200px) * 1000, 16px));
  left: 50%;
  padding: 20px;
  translate: -50% 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 300ms linear;
}
.header_sub_menu::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -20px;
}
.header_sub_menu_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.header_sub_menu_icon::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 5px;
  rotate: 45deg;
  border: 0;
  border-right: 2px solid #00780e;
  border-bottom: 2px solid #00780e;
  transition: 300ms linear;
}
.header_sub_menu_link {
  font-size: clamp(
        1rem,
        calc(1rem + 0.0048076923 * (100vw - 768px)),
        1.4rem
    );
  font-weight: 700;
}
.header_mail {
  margin-left: auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header_mail {
    display: block;
  }
}
.header_mail_link {
  width: 240px;
  width: clamp(140px, (100vw - 1200px) * 1000, 240px);
  height: 100px;
  height: clamp(60px, (100vw - 1200px) * 1000, 100px);
  max-height: 100%;
  background-image: linear-gradient(110deg, #adcb00 0%, #00780e 100%);
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-size: clamp(
        1.4rem,
        calc(1.4rem + 0.02 * (100vw - 1200px)),
        2.2rem
    );
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  padding-bottom: 3px;
}
.header_mail_link img {
  width: 26.64px;
  width: clamp(18px, (100vw - 1200px) * 1000, 26.64px);
  position: relative;
  top: 2px;
}

.page_main {
  padding-top: 72px;
}
@media only screen and (min-width: 768px) {
  .page_main {
    padding-top: clamp(60px, (100vw - 1200px) * 1000, 100px);
  }
}

.nav {
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #fff;
  display: flex;
  transition: 300ms linear;
  padding: 60px 20px 40px;
}
@media only screen and (min-width: 768px) {
  .nav {
    display: none;
  }
}
.nav.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nav_toggler {
  width: 72px;
  height: 72px;
  background-image: linear-gradient(110deg, #adcb00 0%, #00780e 100%);
  display: block;
  position: relative;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .nav_toggler {
    display: none;
  }
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(1) {
  top: calc(50% - 1px);
  rotate: 45deg;
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(2) {
  opacity: 0;
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(3) {
  top: calc(50% - 1px);
  rotate: -45deg;
}
.nav_toggler_box {
  width: 31px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (min-width: 768px) {
  .nav_toggler_box {
    width: 32px;
    height: 13px;
  }
}
.nav_toggler_bar {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: rotate 300ms ease;
}
@media only screen and (min-width: 768px) {
  .nav_toggler_bar {
    height: 2px;
  }
}
.nav_toggler_bar:nth-child(1) {
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .nav_toggler_bar:nth-child(1) {
    top: -1px;
  }
}
.nav_toggler_bar:nth-child(2) {
  top: 50%;
}
.nav_toggler_bar:nth-child(3) {
  top: 100%;
}
.nav_inner {
  width: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .nav_inner {
    padding-top: 80px;
  }
}
.nav_ovs {
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
.nav_menu {
  display: flex;
  flex-direction: column;
}
.nav_menu_item {
  position: relative;
  border-bottom: 1px solid #f3f8d6;
}
.nav_menu_item.is_open .nav_sub_menu_icon::after {
  top: calc(50% - 3px);
  rotate: -135deg;
}
.nav_menu_item_wrap {
  display: flex;
}
.nav_menu_link {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav_menu_link .icon {
  background-color: rgba(255, 255, 255, 0);
}
.nav_sub_menu {
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding: 0px 10px 20px;
}
.nav_sub_menu_icon {
  width: 45px;
  display: inline-block;
  flex-shrink: 0;
  background-color: #00780e;
  position: relative;
}
.nav_sub_menu_icon::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 5px);
  rotate: 45deg;
  border: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: 300ms linear;
}
.nav_sub_menu_link {
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
  display: flex;
  gap: 6px;
  align-items: center;
}
.nav_sub_menu_link::before {
  content: "";
  width: 10px;
  border: 0;
  border-bottom: 1px solid #adcb00;
}
.nav_mail_link {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(110deg, #adcb00 0%, #00780e 100%);
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  padding-bottom: 3px;
}
.nav_mail_link img {
  width: 18px;
}

/** -- ▷ footer -- */
.footer {
  position: relative;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 120px;
  }
}
.footer_inner {
  background-color: #f3f8d6;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media only screen and (min-width: 768px) {
  .footer_inner {
    padding-top: 109px;
    padding-top: clamp(80px, (100vw - 1200px) * 1000, 109px);
  }
}
.footer_grid {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .footer_info {
    width: 30%;
  }
}
.footer_info_logo {
  width: 207.11px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_info_logo {
    width: 207.11px;
  }
}
.footer_info_address {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .footer_info_address {
    margin-top: 19px;
  }
}
.footer_info_phone {
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  display: inline-flex;
  gap: 7px;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .footer_info_phone {
    margin-top: 13px;
  }
}
.footer_info_phone img {
  width: 14px;
}
.footer_menu {
  width: 710px;
  max-width: calc(70% - 40px);
  display: none;
  margin-top: -2px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .footer_menu {
    display: block;
  }
}
.footer_menu_lists {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .footer_menu_lists {
    gap: 62px 20px;
    gap: clamp(20px, (100vw - 1200px) * 1000, 62px) 20px;
    justify-content: flex-start;
  }
}
.footer_menu_col {
  width: calc(50% - 10px);
}
@media only screen and (min-width: 768px) {
  .footer_menu_col:nth-child(3n) {
    width: 250px;
    width: clamp(38.8888888889% - 13.3333333333px, (1100px - 100vw) * 1000, 50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .footer_menu_col:nth-child(3n+1) {
    width: 200px;
    width: clamp(31.9444444444% - 13.3333333333px, (1100px - 100vw) * 1000, 50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .footer_menu_col:nth-child(3n+2) {
    width: 170px;
    width: clamp(27.7777777778% - 13.3333333333px, (1100px - 100vw) * 1000, 50% - 10px);
  }
}
.footer_menu_link {
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: 0.01em;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.footer_menu_link .icon {
  background-color: rgba(255, 255, 255, 0);
}
.footer_sub_menu {
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .footer_sub_menu {
    margin-top: 10px;
  }
}
.footer_sub_menu_link {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  padding-left: 3px;
}
.footer_sub_menu_link::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 0;
  border-left: 1px solid #959d89;
  border-bottom: 1px solid #959d89;
}
.footer_sns {
  width: 290px;
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .footer_sns {
    width: auto;
    justify-content: flex-end;
    margin-top: 193px;
    margin-top: clamp(80px, (100vw - 1200px) * 1000, 193px);
    margin-right: -3px;
    margin-left: 0;
  }
}
.footer_sns_item {
  width: 56.7px;
}
@media only screen and (min-width: 768px) {
  .footer_sns_item {
    width: 34px;
  }
}
.footer_related {
  display: flex;
  gap: 30px 40px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .footer_related {
    gap: 10px 40px;
    flex-direction: row;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.footer_related_lists {
  display: flex;
  gap: 24px;
}
.footer_related_link {
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  color: #5f6a79;
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.footer_related_link .icon {
  --icon-w: 14px;
  --icon-h: 11px;
  --sw: 14px;
  --sh: 11px;
}
.footer_copyright {
  font-weight: 500;
  line-height: 1.1428571429;
  letter-spacing: 0.02em;
  color: #5f6a79;
}
@media only screen and (min-width: 768px) {
  .footer_copyright {
    position: relative;
    margin-left: auto;
  }
}

.heading_center {
  text-align: center;
}
.heading_pri .en,
.heading_pri .jp {
  display: block;
}
.heading_pri .en {
  line-height: 1.4545454545;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .heading_pri .en {
    margin-bottom: 13px;
  }
}
.heading_pri .jp {
  line-height: 1.4791666667;
}
.heading_block .en,
.heading_block .jp {
  display: block;
}
.heading_block .en {
  line-height: 1.1428571429;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .heading_block .en {
    margin-bottom: 14px;
  }
}
.heading_block .jp {
  line-height: 1.4761904762;
  display: block;
}
.heading_block .jp:has(.smaller) {
  display: flex;
  gap: 10px;
  align-items: center;
}
.heading_block .smaller {
  line-height: 1.5;
}
.heading_el .en,
.heading_el .jp {
  display: block;
}
.heading_el .en {
  line-height: 1.6;
}
.heading_el .jp {
  line-height: 1.46875;
}
.heading_cut .en,
.heading_cut .jp {
  display: block;
}
.heading_cut .en {
  line-height: 1.4545454545;
}
@media only screen and (min-width: 768px) {
  .heading_cut .en {
    margin-bottom: -2px;
  }
}
.heading_cut .jp {
  line-height: 1.4761904762;
}

.title {
  display: inline-flex;
  gap: 7px;
  flex-direction: column;
}
.title[data-color="#ffffff"] .en,
.title[data-color="#ffffff"] .jp {
  color: #fff;
}
.title[data-color="#02780D"] .en,
.title[data-color="#02780D"] .jp {
  color: #02780d;
}
.title[data-color="#00780E"] .en,
.title[data-color="#00780E"] .jp {
  color: #00780e;
}
.title[data-color=gradient] .en {
  background-image: linear-gradient(115deg, #0b8b49 0%, #aed536 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.title[data-color=gradient] .jp {
  color: #00780e;
}
.title .en,
.title .jp {
  display: inline-block;
  letter-spacing: 0.02em;
}
.title .en {
  font-weight: 800;
  line-height: 1;
}
.title .jp {
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .title .num {
    margin-left: 6px;
  }
}
.title_block {
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.01em;
  color: #00780e;
}
.title_block[data-underline="1"]::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(90deg, #78bc3c 3%, #0b8b49 100%);
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .title_block[data-underline="1"]::after {
    margin-top: 17px;
  }
}
.title_block + .txt_leading {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .title_block + .txt_leading {
    margin-top: 40px;
  }
}

.txt_leading {
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.01em;
}

.btn {
  --btn-w: 349px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #00780e;
  width: var(--btn-w);
  max-width: 100%;
  height: 65px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .btn {
    --btn-w: 360px;
    height: 80px;
    padding: 10px 40px;
  }
}
.btn[data-themes=gradient] {
  background-image: linear-gradient(115deg, #86ad10 0%, #59a736 100%);
  color: #fff;
}
.btn .icon {
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}
@media only screen and (min-width: 768px) {
  .btn .icon {
    top: 51%;
    right: 33px;
  }
}

[data-align=center] {
  text-align: center;
}

.ani_shape {
  width: 100%;
  pointer-events: none;
}
.ani_shape_inner {
  width: 100%;
}
.ani_shape::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #78bc3c 0%, #0b8b49 100%);
  height: 10px;
  width: 100vw;
  transform: scale(0, 1);
  transform-origin: left center;
}
@media only screen and (min-width: 768px) {
  .ani_shape::after {
    height: clamp(
        1.8rem,
        1.0504807692vw + 0.9932307692rem,
        2.674rem
    );
  }
}
.ani_shape.is_show::after {
  transition: 0.5s ease-in-out 0.5s;
  transform: scale(1, 1);
}

/*# sourceMappingURL=common.css.map */
