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

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

.btn_blank, .btn_arrow {
  display: inline-flex !important;
}

.l_breadcrumb_block .item {
  display: inline-block !important;
}

.footer_copyright_aeon, .footer_copyright_more, .footer_copyright_grid, .footer_social, .footer_menu_grid, .footer_recruit_more, .nav_related_app, .nav_apply .item_link, .nav_menu, .header_logo .nav_link_block, .l_breadcrumb_block {
  display: flex !important;
}

@media only screen and (min-width: 768px) {
  .footer_main .footer_logo {
    display: inline-flex !important;
  }
  .nav_menu_item .icon_plus::before, .nav_toggler {
    display: none !important;
  }
}
.footer_copyright_aeon, .footer_copyright_more, .footer_copyright_grid, .footer_menu_grid, .footer_recruit_more, .nav_menu, .header_logo .nav_link_block {
  flex-direction: column !important;
}

@media only screen and (min-width: 768px) {
  .footer_copyright_aeon, .footer_copyright_more, .footer_copyright_grid, .footer_menu_grid, .footer_recruit_more, .nav_menu, .header_logo .nav_link_block, .l_breadcrumb_block {
    flex-direction: row !important;
  }
}
.heading .en, .footer_copyright_txt, .footer_main .footer_logo_txt, .header_logo .nav_link_block .txt {
  font-family: Raleway, sans-serif !important;
}

.footer_copyright_more .item, .footer_menu_lists .item {
  font-size: 1.4rem;
}

.footer_main .footer_address, .footer_main .phone_link, .footer_menu_lists .item_title {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .footer_main .footer_address, .footer_main .phone_link, .footer_menu_lists .item_title {
    font-size: 1.5rem;
  }
}

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

.txt_d, .btn_blank, .btn_arrow {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .txt_d, .btn_blank, .btn_arrow {
    font-size: 1.8rem;
  }
}

.txt_p, .btn_block {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .txt_p, .btn_block {
    font-size: 2.2rem;
  }
}

.title_secondary {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .title_secondary {
    font-size: min(2.2rem + 2 / 832 * (100vw - 768px), 2.4rem);
  }
}

.title_primary, .heading_secondary .en, .heading_primary .en {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .title_primary, .heading_secondary .en, .heading_primary .en {
    font-size: min(2.6rem + 6 / 832 * (100vw - 768px), 3.2rem);
  }
}

.footer_recruit_leading {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .footer_recruit_leading {
    font-size: min(2.8rem + 6 / 832 * (100vw - 768px), 3.4rem);
  }
}

.heading_secondary .jp {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .heading_secondary .jp {
    font-size: min(3rem + 10 / 832 * (100vw - 768px), 4rem);
  }
}

.heading_primary .jp {
  font-size: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .heading_primary .jp {
    font-size: min(4.4rem + 16 / 832 * (100vw - 768px), 6rem);
  }
}

.txt_decorate {
  font-size: 6rem;
}
@media only screen and (min-width: 768px) {
  .txt_decorate {
    font-size: min(10rem + 195 / 832 * (100vw - 768px), 29.5rem);
  }
}

.txt_decorate {
  font-weight: 200;
}

.txt_d, .txt, .footer_main .footer_txt, .footer_main .phone_link, .footer_menu_lists .item, .l_breadcrumb_block .item {
  font-weight: 400;
}

.footer_copyright_txt, .footer_copyright_more .item, .nav_related_list .item, .nav_apply .item_link {
  font-weight: 500;
}

.txt_p, .heading_secondary .jp, .heading .en {
  font-weight: 600;
}

.title, .heading_primary .jp, .btn_blank, .btn_arrow, .footer_main .footer_logo_txt, .footer_menu_lists .item_title, .footer_recruit_leading, .nav .sub_apply_item, .nav_menu_item > .item_link, .header_logo .nav_link_block .txt {
  font-weight: 700;
}

.footer_menu_lists .item_title, .footer_menu_lists .item, .nav .sub_apply_item, .nav_menu_item > .item_link {
  letter-spacing: 0.01em;
}

.heading_secondary .jp, .heading_primary .jp, .footer_copyright_txt, .footer_main .footer_logo_txt, .nav_related_list .item, .nav_submenu .item > .nav_link, .header_logo .nav_link_block .txt {
  letter-spacing: 0.02em;
}

.lists_primary li, .txt_p, .txt, .title, .footer_copyright_more .item, .footer_main .footer_txt, .footer_main .footer_address, .footer_main .phone_link, .footer_recruit_leading, .l_breadcrumb_block .item {
  letter-spacing: 0.03em;
}

.nav_apply .item_link {
  letter-spacing: 0.04em;
}

.txt_decorate, .heading_secondary .en, .heading_primary .en {
  letter-spacing: 0.05em;
}

.icon::before, .icon::after {
  position: absolute !important;
}

.txt_right {
  text-align: right !important;
}

.txt_center, .title_center, .heading_center, .footer_recruit_leading {
  text-align: center !important;
}

@media only screen and (min-width: 768px) {
  .txt_right_pc {
    text-align: right !important;
  }
  .txt_center_pc {
    text-align: center !important;
  }
}
@media only screen and (min-width: 768px) {
  .phone_link {
    pointer-events: none;
  }
}

@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 4px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #00780e;
  }
}
html {
  line-height: 2;
}

body {
  color: #2e2e2e;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  zoom: 100%;
}
@media only screen and (min-width: 768px) {
  body {
    zoom: 80%;
  }
}

p {
  letter-spacing: 0.03em;
}
p + p {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  p + p {
    margin-top: 40px;
  }
}

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

.wrapper {
  position: relative;
  overflow: hidden;
}

.nav_link {
  display: inline-block;
  transition: 300ms ease-out;
}
@media only screen and (min-width: 768px) {
  .nav_link:hover {
    opacity: 0.6;
  }
}
.nav_link_block {
  display: block;
  transition: 300ms ease-out;
}
@media only screen and (min-width: 768px) {
  .nav_link_block:hover {
    opacity: 0.6;
  }
}

.item_link {
  display: inline-block;
  transition: 300ms ease-out;
}

[data-delay="0.1s"] {
  animation-delay: 0.1s;
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  animation-delay: 0.3s;
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  animation-delay: 0.4s;
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  animation-delay: 0.5s;
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  animation-delay: 0.6s;
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  animation-delay: 0.7s;
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  animation-delay: 0.8s;
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  animation-delay: 0.9s;
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  animation-delay: 1s;
  transition-delay: 1s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 1s;
}

.fade {
  opacity: 0;
}
.fade.is_show {
  opacity: 1;
}

.fadeup {
  transform: translate3d(0, 40px, 0);
}
.fadeup.is_show {
  opacity: 1;
  transform: none;
}

.fadedown {
  transform: translate3d(0, -40px, 0);
}
.fadedown.is_show {
  opacity: 1;
  transform: none;
}

.faderight {
  transform: translate3d(40px, 0, 0);
}
.faderight.is_show {
  opacity: 1;
  transform: none;
}

.fadeleft {
  transform: translate3d(-40px, 0, 0);
}
.fadeleft.is_show {
  opacity: 1;
  transform: none;
}

.bounce_in {
  opacity: 0;
  transform: scale(0.8);
  animation-duration: 600ms;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.bounce_in.is_show {
  animation-name: bounce_in;
}

@keyframes bounce_in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  65% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.after_slidebar {
  overflow: hidden;
}
.after_slidebar::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #555;
  transform-origin: right center;
}
.after_slidebar_inside {
  opacity: 0;
  transition: opacity 300ms ease-out 1000ms;
}
.after_slidebar.is_run::after {
  animation: k_after_slidebar 1600ms ease-out 0s 1 both;
}
.after_slidebar.is_run .after_slidebar_inside {
  opacity: 1;
}

@keyframes k_after_slidebar {
  0% {
    width: 0;
    height: 5px;
    transform-origin: left center;
  }
  20% {
    width: 10%;
    height: 5px;
  }
  45% {
    width: 10%;
    height: 100%;
  }
  65%, 85% {
    width: 100%;
    height: 100%;
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(110%, 0);
  }
}
@keyframes kf_tada {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes kf_bg_wave {
  from {
    background-position: -42px 0;
  }
  to {
    background-position: 42px 0;
  }
}
.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;
}

/*cookie*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #00780e;
  color: #fff;
  z-index: 999;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: none;
}

#cookiewrap .inner {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  line-height: 1em;
}

#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid #fff;
  font-size: 1.4rem;
}

#cookiewrap .inner .txt {
  line-height: 1.8;
  font-size: 1.4rem;
  padding-bottom: 45px;
  margin-top: 0;
}

#cookiewrap .inner .txt a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
  #cookiewrap .inner .txt a:hover {
    text-decoration: none;
  }
}
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;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(0deg, #00780e 0%, #adcb00 100%);
  opacity: 0;
  transition: opacity 1s ease-out 0.5s;
}
@media only screen and (min-width: 768px) {
  #loadding {
    zoom: 125%;
  }
}

.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;
  }
}
.l_404 {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.l_breadcrumb {
  width: 100%;
  overflow: scroll;
}
@media only screen and (min-width: 768px) {
  .l_breadcrumb {
    overflow: visible;
  }
}
.l_breadcrumb_block {
  gap: 5px 0;
  padding: 20px 20px 20px 0;
}
@media only screen and (min-width: 768px) {
  .l_breadcrumb_block {
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
}
.l_breadcrumb_block .item {
  font-size: 1.5rem;
  line-height: 1.2;
  flex-shrink: 0;
}
.l_breadcrumb_block .item:not(:has(a)) {
  opacity: 0.5;
}
.l_breadcrumb_block .item + .item {
  margin-left: 22px;
}
@media only screen and (min-width: 768px) {
  .l_breadcrumb_block .item + .item {
    margin-left: 18px;
  }
}
.l_breadcrumb_block .item + .item::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #2e2e2e;
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 18px;
}
@media only screen and (min-width: 768px) {
  .l_breadcrumb_block .item + .item::before {
    width: 30px;
    margin-right: 18px;
  }
}
.l_breadcrumb_block .item_link {
  opacity: 1;
  color: #adcb00;
}
@media only screen and (min-width: 768px) {
  .l_breadcrumb_block .item_link:hover {
    color: #00780e;
  }
}

/** -- ▷ header -- */
.header {
  --color: #000;
  --color-rev: #000;
  width: 100%;
  position: fixed;
  z-index: 2506;
  top: -1px;
  left: 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .header {
    transition: background-color 300ms ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .header.is_top {
    --color: #fff;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .header.is_top.is_scroll {
    --color: #000;
    --color-rev: #fff;
    background-color: #fff;
  }
}
.header_logo {
  width: 202px;
  height: 72px;
  background-color: #fff;
  padding: 15px 20px 5px;
}
@media only screen and (min-width: 768px) {
  .header_logo {
    width: clamp(16rem, 26.8028846154vw + -4.5846153846rem, 38.3rem);
    max-width: 383px;
    height: min(6rem + 40 / 832 * (100vw - 768px), 10rem);
    padding: min(1rem + 24 / 832 * (100vw - 768px), 3.4rem) min(1rem + 20 / 832 * (100vw - 768px), 3rem) 0;
    padding-right: 10px;
  }
}
.header_logo .nav_link_block {
  width: 100%;
  color: #38434e;
}
@media only screen and (min-width: 768px) {
  .header_logo .nav_link_block {
    gap: 10px 12px;
    flex-wrap: wrap;
    align-items: center;
  }
}
.header_logo .nav_link_block img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header_logo .nav_link_block img {
    width: 207px;
    width: clamp(62%, (1300px - 100vw) * 1000, 100%);
    max-width: 207px;
  }
}
.header_logo .nav_link_block .txt {
  width: 100%;
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .header_logo .nav_link_block .txt {
    width: clamp(34%, (1400px - 100vw) * 10000, 100%);
    max-width: 100%;
    margin-top: 0;
    font-size: min(1rem + 2 / 832 * (100vw - 768px), 1.2rem);
  }
}

.nav {
  width: 100%;
  height: calc(100vh - 71px);
  height: calc(100lvh - 71px);
  background-color: #fff;
  position: fixed;
  top: 71px;
  left: 0;
  right: 0;
  padding: 24px 24px 60px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-in;
  transform: translate(30px, 0);
}
@media only screen and (min-width: 768px) {
  .nav {
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    z-index: -1;
    top: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: none;
  }
}
.nav.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: none;
}
.nav.is_changing {
  transition: none !important;
}
.nav_toggler {
  width: 72px;
  height: 72px;
  background-image: linear-gradient(145deg, #00780e 0%, #adcb00 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.nav_toggler_box {
  width: 32px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav_toggler_bar {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: 300ms ease-out;
}
.nav_toggler_bar:nth-child(1) {
  top: -1px;
}
.nav_toggler_bar:nth-child(2) {
  opacity: 0;
  top: calc(50% - 1px);
}
.nav_toggler_bar:nth-child(3) {
  top: calc(50% - 1px);
}
.nav_toggler_bar:nth-child(4) {
  top: calc(100% - 1px);
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(4), .nav_toggler.is_open .nav_toggler_bar:nth-child(1) {
  opacity: 0;
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(2) {
  opacity: 1;
  transform: rotate(45deg);
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(3) {
  transform: rotate(-45deg);
}
.nav_block {
  height: 100%;
}
.nav_overflow {
  width: 100%;
  height: calc(100vh - 24px - 60px - 71px);
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .nav_overflow {
    height: 100%;
    overflow: visible;
  }
}
.nav_content {
  width: 342px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 37px;
  padding-bottom: 37px;
}
@media only screen and (min-width: 768px) {
  .nav_content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.nav_menu {
  margin-top: 62px;
}
@media only screen and (min-width: 768px) {
  .nav_menu {
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: min(1rem + 22 / 832 * (100vw - 768px), 3.2rem);
    padding-right: min(22rem + 140 / 832 * (100vw - 768px), 36rem);
    margin-top: 0;
  }
}
.nav_menu_item {
  position: relative;
  border-top: 1px solid #b6d0b9;
  padding-left: 4px;
}
@media only screen and (min-width: 768px) {
  .nav_menu_item {
    border: 0;
    padding-left: 0;
  }
}
.nav_menu_item.has_submenu {
  cursor: pointer;
}
.nav_menu_item.has_submenu .icon_plus {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .nav_menu_item.has_submenu:hover .nav_submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .nav_menu_item.has_submenu:hover .icon_plus {
    transform: rotate(180deg);
  }
}
.nav_menu_item.is_open .icon_plus::before {
  opacity: 0;
}
.nav_menu_item > .item_link {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 1.5rem;
  color: var(--color);
  padding: 25px 8px 24px 0;
}
@media only screen and (min-width: 768px) {
  .nav_menu_item > .item_link {
    min-height: 1px;
    font-size: min(1rem + 6 / 832 * (100vw - 768px), 1.6rem);
    padding: min(1rem + 13 / 832 * (100vw - 768px), 2.3rem) 0;
  }
  .nav_menu_item > .item_link:hover {
    color: #00780e;
  }
  .nav_menu_item > .item_link:hover .icon_plus::after {
    border-color: #00780e;
  }
}
.nav_menu_item .icon_plus {
  display: none;
  width: 14px;
  height: 14px;
  border: 0;
  position: relative;
  top: 3px;
  transition: 300ms ease-out;
}
@media only screen and (min-width: 768px) {
  .nav_menu_item .icon_plus {
    width: 14px;
    width: min(1rem + 4 / 832 * (100vw - 768px), 1.4rem);
    aspect-ratio: 1.5555555556;
    margin-left: 7px;
    top: min(0rem + 7 / 832 * (100vw - 768px), 0.7rem);
  }
}
.nav_menu_item .icon_plus::before, .nav_menu_item .icon_plus::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 300ms linear;
  background-color: #00780e;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  .nav_menu_item .icon_plus::before, .nav_menu_item .icon_plus::after {
    width: 10px;
    width: min(0.6rem + 4 / 832 * (100vw - 768px), 1rem);
    height: auto;
    aspect-ratio: 1;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
  }
}
.nav_menu_item .icon_plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .nav_menu_item .icon_plus::after {
    background-color: rgba(255, 255, 255, 0);
    border-left: 2px solid var(--color);
    border-bottom: 2px solid var(--color);
    transform: translate(-50%, -70%) rotate(-45deg);
  }
}
.nav_apply {
  position: absolute;
  top: 0;
  right: 0;
}
.nav_apply .item {
  width: min(14rem + 100 / 832 * (100vw - 768px), 24rem);
  background-image: linear-gradient(135deg, #00780e 0%, #adcb00 100%);
}
@media only screen and (min-width: 768px) {
  .nav_apply .item {
    width: min(18rem + 160 / 832 * (100vw - 768px), 34rem);
  }
}
.nav_apply .item_link {
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: min(6rem + 40 / 832 * (100vw - 768px), 10rem);
  font-size: min(1rem + 8 / 832 * (100vw - 768px), 1.8rem);
  color: #fff;
}
.nav_apply .item_icon {
  width: min(1rem + 8 / 832 * (100vw - 768px), 1.8rem);
  aspect-ratio: 0.9;
  background-image: url("../images/common/icon_job_apply.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.nav_apply .item_plus {
  display: none;
  width: min(1rem + 8 / 832 * (100vw - 768px), 1.8rem);
  aspect-ratio: 1;
  position: relative;
}
.nav_apply .item_plus::before, .nav_apply .item_plus::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav_apply .item_plus::after {
  content: "";
  transform: translate(-50%, -50%) rotate(90deg);
}
.nav .sub_apply {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .nav .sub_apply {
    padding: 25px min(1rem + 10 / 832 * (100vw - 768px), 2rem) 10px min(1rem + 10 / 832 * (100vw - 768px), 2rem);
  }
}
.nav .sub_apply::before {
  content: "";
  width: 300px;
  max-width: 90%;
  height: 1px;
  background-color: #fff;
  border: 1px;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0);
}
.nav .sub_apply_item {
  font-size: min(1.8rem + 2 / 15 * (100vw - 375px), 2rem);
  line-height: 1.5;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .nav .sub_apply_item {
    font-size: min(1rem + 8 / 832 * (100vw - 768px), 1.8rem);
  }
}
@media only screen and (min-width: 768px) {
  .nav .sub_apply_item:nth-child(1) {
    margin-bottom: 10px;
  }
}
.nav .sub_apply_item + .sub_apply_item {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .nav .sub_apply_item + .sub_apply_item {
    margin-top: 0;
  }
}
.nav .sub_apply_item .nav_link {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(135deg, #00780e 0%, #adcb00 100%);
  padding: 20px 23px 20px 30px;
}
@media only screen and (min-width: 768px) {
  .nav .sub_apply_item .nav_link {
    min-height: min(4rem + 12 / 832 * (100vw - 768px), 5.2rem);
    padding: 0;
    background-image: none;
  }
}
.nav .sub_apply_item .icon {
  border: 0;
}
@media only screen and (min-width: 768px) {
  .nav .sub_apply_item .icon {
    width: min(2rem + 25 / 832 * (100vw - 768px), 4.5rem);
  }
}
.nav .sub_apply_item .icon::before, .nav .sub_apply_item .icon::after {
  max-width: 70%;
  background-size: 100%;
}
.nav_submenu {
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .nav_submenu {
    width: 266px;
    max-width: min(20rem + 66 / 832 * (100vw - 768px), 26.6rem);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(70, 70, 70, 0.16);
    position: absolute;
    left: calc(50% + 7px);
    opacity: 0;
    transform: translate(-50%, 0);
    margin-top: 0;
    padding: min(1rem + 15 / 832 * (100vw - 768px), 2.5rem);
    padding-bottom: min(1rem + 20 / 832 * (100vw - 768px), 3rem);
    visibility: hidden;
    pointer-events: none;
    transition: 300ms linear;
  }
}
.nav_submenu .item > .nav_link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .nav_submenu .item > .nav_link {
    font-size: min(1rem + 5 / 832 * (100vw - 768px), 1.5rem);
    font-weight: 700;
  }
  .nav_submenu .item > .nav_link:hover {
    color: #00780e;
  }
}
.nav_submenu .item + .item {
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .nav_submenu .item + .item {
    margin-top: 20px;
    margin-top: min(1rem + 10 / 832 * (100vw - 768px), 2rem);
  }
}
.nav_submenu .item .icon_blank {
  width: 14px;
  display: inline-block;
  aspect-ratio: 1.2727272727;
  background-image: url("../images/common/icon_blank_g.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 4px;
}
.nav_related {
  border-top: 1px solid #b6d0b9;
}
.nav_related .icon_blank {
  width: 14px;
  display: inline-block;
  aspect-ratio: 1.2727272727;
  background-image: url("../images/common/icon_blank_g.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 4px;
}
.nav_related .icon_arrow {
  width: 14px;
  height: 14px;
  background-size: 100%;
  margin-left: 4px;
  border: 0;
}
.nav_related .icon_arrow::before, .nav_related .icon_arrow::after {
  max-width: 80%;
  background-size: 100%;
}
.nav_related_list {
  padding-top: 35px;
}
.nav_related_list .item {
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
.nav_related_list .item + .item {
  margin-top: 20px;
}
.nav_related_app {
  align-items: center;
  gap: 22px;
  padding-top: 38px;
}
@media only screen and (min-width: 768px) {
  .nav_related_app {
    padding-bottom: 38px;
  }
}
.nav_related_app img {
  width: auto;
  height: 24px;
}

main {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: min(6rem + 40 / 832 * (100vw - 768px), 10rem);
  }
}
main.p_top {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  main.p_top {
    padding-top: 0;
  }
}
main.p_top::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-color: #FAFAFA;
}

/** -- ▷ footer -- */
.footer {
  background-color: #fafafa;
}
.footer_recruit {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .footer_recruit {
    padding-top: 175px;
    padding-bottom: 173px;
  }
}
.footer_recruit_bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
}
.footer_recruit_bg img {
  height: 100%;
  object-fit: cover;
}
.footer_recruit_bg::after {
  content: "";
  width: 220%;
  height: 160%;
  background-image: radial-gradient(#adcb00, #00780e 50%);
  background-position: 260px -80px;
  position: absolute;
  opacity: 0.75;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(12deg);
}
@media only screen and (min-width: 768px) {
  .footer_recruit_bg::after {
    height: 280%;
  }
}
.footer_recruit_leading {
  line-height: 1.6176470588;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .footer_recruit_leading {
    margin-top: 64px;
  }
}
.footer_recruit_more {
  gap: 20px 60px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .footer_recruit_more {
    margin-top: 76px;
    justify-content: center;
  }
}
.footer_menu {
  position: relative;
  padding-top: 40px;
  padding-bottom: 23px;
}
@media only screen and (min-width: 768px) {
  .footer_menu {
    padding-top: 80px;
  }
}
.footer_menu_grid {
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer_menu_grid {
    gap: 53px 40px;
    padding-bottom: 52px;
  }
}
.footer_menu_grid.footer_menu_grid_2 .item_title {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .footer_menu_lists {
    width: calc(25% - 30px);
    width: clamp(25% - 30px, (1024px - 100vw) * 1000, 50% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .footer_menu_lists .nav_link:hover {
    opacity: 1;
    color: #00780e;
  }
  .footer_menu_lists .nav_link:hover .icon_blank::before {
    opacity: 0;
  }
  .footer_menu_lists .nav_link:hover .icon_blank::after {
    opacity: 1;
  }
}
.footer_menu_lists .icon_blank {
  width: 12px;
  display: inline-block;
  aspect-ratio: 1.2727272727;
  margin-left: 6px;
  position: relative;
  bottom: 3px;
}
@media only screen and (min-width: 768px) {
  .footer_menu_lists .icon_blank {
    width: 14px;
    bottom: 0;
  }
}
.footer_menu_lists .icon_blank::after, .footer_menu_lists .icon_blank::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: opacity 300ms linear;
}
.footer_menu_lists .icon_blank::before {
  opacity: 1;
  background-image: url("../images/common/icon_blank_b.svg");
}
.footer_menu_lists .icon_blank::after {
  opacity: 0;
  background-image: url("../images/common/icon_blank_g.svg");
}
.footer_menu_lists .item {
  line-height: 1.4285714286;
}
.footer_menu_lists .item + .item {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .footer_menu_lists .item + .item {
    margin-top: 16px;
  }
}
.footer_menu_lists .item_title {
  line-height: 1.4666666667;
}
.footer_menu_lists .item_title + .item {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .footer_menu_lists .item_title + .item {
    margin-top: 16px;
  }
}
.footer_menu div.footer_menu_lists {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer_menu div.footer_menu_lists {
    display: block;
  }
}

.footer_main {
  position: relative;
}
.footer_main_block {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .footer_main_block {
    padding-top: 71px;
    padding-bottom: 107px;
  }
}
.footer_main_block::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-color: #2e2e2e;
}
.footer_main .phone_link {
  line-height: 1.4;
}
.footer_main .phone_link::before {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  display: inline-block;
  background-image: url("../images/common/icon_phone.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 4px;
}
@media only screen and (min-width: 768px) {
  .footer_main .phone_link::before {
    width: 14px;
    margin-right: 7px;
  }
}
.footer_main .footer_logo {
  align-items: center;
}
.footer_main .footer_logo_img {
  width: 207px;
}
.footer_main .footer_logo_txt {
  font-size: 1.2rem;
  color: #38434e;
}
@media only screen and (min-width: 768px) {
  .footer_main .footer_logo_txt {
    margin-left: 13px;
  }
}
.footer_main .footer_address {
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 7px;
}
.footer_main .footer_txt {
  line-height: 1.6;
}

.footer_social {
  gap: 16px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .footer_social {
    gap: 22px;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.footer_social .item img {
  width: auto;
  height: 22px;
}
@media only screen and (min-width: 768px) {
  .footer_social .item img {
    height: 25px;
  }
}

.footer_copyright {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .footer_copyright {
    padding-top: 33px;
    padding-bottom: 22px;
    text-align: right;
  }
}
.footer_copyright_grid {
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .footer_copyright_grid {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .footer_copyright_grid .item_r {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer_copyright_more {
  gap: 30px 25px;
}
.footer_copyright_more .item {
  line-height: 1.4285714286;
  color: #5f6a79;
}
.footer_copyright_more .nav_link {
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer_copyright_more .nav_link:hover {
    opacity: 1;
    color: #00780e;
  }
  .footer_copyright_more .nav_link:hover .icon_blank::before {
    opacity: 0;
  }
  .footer_copyright_more .nav_link:hover .icon_blank::after {
    opacity: 1;
  }
}
.footer_copyright_more .icon_blank {
  width: 12px;
  display: inline-block;
  aspect-ratio: 1.2727272727;
  margin-left: 6px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer_copyright_more .icon_blank {
    width: 14px;
  }
}
.footer_copyright_more .icon_blank::after, .footer_copyright_more .icon_blank::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: opacity 300ms linear;
}
.footer_copyright_more .icon_blank::before {
  opacity: 1;
  background-image: url("../images/common/icon_blank_b.svg");
}
.footer_copyright_more .icon_blank::after {
  opacity: 0;
  background-image: url("../images/common/icon_blank_g.svg");
}
.footer_copyright_txt {
  font-size: 1.4rem;
  line-height: 1.1428571429;
  color: #5f6a79;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .footer_copyright_txt {
    margin-top: 0;
  }
}
.footer_copyright_aeon {
  gap: 10px 40px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .footer_copyright_aeon {
    margin-top: 32px;
  }
}
.footer_copyright_aeon .nav_link {
  display: inline-flex;
  align-items: center;
}
.footer_copyright_aeon .nav_link img {
  width: auto;
  height: 30px;
}

.totop {
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 60px;
  transform: translate(0, 160px);
  border: 2px solid #00780e;
  border-radius: 99px;
  transition: background-color 300ms ease-out, translate 600ms ease-out;
}
@media only screen and (min-width: 768px) {
  .totop {
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .totop:hover {
    border-color: #fff;
    background-color: #00780e;
  }
  .totop:hover::before {
    opacity: 0;
  }
  .totop:hover::after {
    opacity: 1;
  }
}
.totop::before, .totop::after {
  content: "";
  width: 13px;
  height: 11px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.totop::before {
  background-image: url("../images/common/icon_arrow_g.svg");
}
.totop::after {
  opacity: 0;
  background-image: url("../images/common/icon_arrow_w.svg");
}
.totop.is_footer {
  position: absolute;
  top: -25px;
}
@media only screen and (min-width: 768px) {
  .totop.is_footer {
    top: -30px;
  }
}
.totop.is_show {
  transform: none;
}

.icon {
  width: 35px;
  aspect-ratio: 1;
  display: inline-block;
  border-radius: 99px;
  border: 1px solid #adcb00;
  position: relative;
  transition: 450ms ease-out;
}
@media only screen and (min-width: 768px) {
  .icon {
    width: 45px;
  }
}
.icon::before, .icon::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 450ms ease-out;
}
.icon_arrow::before, .icon_arrow::after {
  width: 9px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon_arrow::before {
  background-image: url("../images/common/icon_arrow_g.svg");
}
.icon_arrow::after {
  opacity: 0;
  background-image: url("../images/common/icon_arrow_w.svg");
}
.icon_blank::before, .icon_blank::after {
  width: 18px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 17px 13px;
}
.icon_blank::before {
  background-image: url("../images/common/icon_blank_g.svg");
}
.icon_blank::after {
  opacity: 0;
  background-image: url("../images/common/icon_blank_w.svg");
}
.icon_blank_w::before {
  opacity: 0;
}
.icon_blank_w::after {
  opacity: 1;
}

.btn {
  --color: #00780e;
  display: inline-block;
  color: var(--color);
  line-height: 1.4;
  text-align: left;
}
.btn_white {
  --color: #fff;
}
.btn_white .icon_blank,
.btn_white .icon_arrow {
  background-color: #fff;
}
.btn_white .icon_blank::before,
.btn_white .icon_arrow::before {
  opacity: 1;
}
.btn_white .icon_blank::after,
.btn_white .icon_arrow::after {
  opacity: 0;
}
.btn_blank, .btn_arrow {
  align-items: flex-end;
  justify-content: space-between;
  width: 295px;
  max-width: 100%;
  position: relative;
}
.btn_blank::after, .btn_arrow::after {
  content: "";
  width: calc(100% - 65px);
  height: 1px;
  background-color: #b6d0b9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn_blank .btn_txt, .btn_arrow .btn_txt {
  width: calc(100% - 65px);
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn_block {
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .btn_block {
    padding: 22px 20px 22px 25px;
  }
}
.btn_block::after {
  display: none;
}
.btn_txt {
  transition: opacity 300ms linear;
}

@media only screen and (min-width: 768px) {
  .btn_blank_wrap:hover .btn_txt,
  .btn_arrow_wrap:hover .btn_txt,
  a.btn_blank:hover .btn_txt,
  a.btn_arrow:hover .btn_txt {
    opacity: 0.8;
  }
  .btn_blank_wrap:hover .icon,
  .btn_arrow_wrap:hover .icon,
  a.btn_blank:hover .icon,
  a.btn_arrow:hover .icon {
    border-color: #00780e;
    background-color: #00780e;
  }
  .btn_blank_wrap:hover .icon::before,
  .btn_arrow_wrap:hover .icon::before,
  a.btn_blank:hover .icon::before,
  a.btn_arrow:hover .icon::before {
    opacity: 0;
  }
  .btn_blank_wrap:hover .icon::after,
  .btn_arrow_wrap:hover .icon::after,
  a.btn_blank:hover .icon::after,
  a.btn_arrow:hover .icon::after {
    opacity: 1;
  }
}

.heading .en,
.heading .jp {
  display: block;
}
.heading .jp {
  line-height: 1.6;
}
.heading_primary .en {
  line-height: 1.2;
  color: #00780e;
}
.heading_secondary .en {
  line-height: 1.2;
  color: #00780e;
}
.heading_w .en,
.heading_w .jp {
  color: #fff !important;
}

.leading_primary {
  padding: 20px;
  background-color: #fafafa;
}
@media only screen and (min-width: 768px) {
  .leading_primary {
    padding: 50px;
  }
}

.title_primary {
  line-height: 2;
  color: #00780e;
}
.title_secondary {
  line-height: 1.6;
}
.title_dot::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #adcb00;
  position: relative;
  bottom: 0.14em;
  margin-right: 6px;
  border-radius: 99px;
}
@media only screen and (min-width: 768px) {
  .title_dot::before {
    width: 15px;
    height: 15px;
    bottom: 0.1em;
    margin-right: 12px;
  }
}
.title_dot.title_secondary::before {
  bottom: 0.1em;
}
@media only screen and (min-width: 768px) {
  .title_dot.title_secondary::before {
    bottom: 0.1em;
  }
}
.title_dot_line::before {
  content: "";
  border: 2px solid #adcb00;
  background-color: rgba(173, 203, 0, 0);
}
.txt_p {
  line-height: 2.1;
}
.txt_d + p {
  margin-top: 8px;
}
.txt_decorate {
  line-height: 1;
  color: #e5f1e6;
  font-family: "Raleway", sans-serif;
}
.lists_primary li {
  position: relative;
  padding-left: 20px;
}
.lists_primary li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0.8em;
  left: 5px;
  border-radius: 99px;
  background-color: currentColor;
}
@media only screen and (min-width: 768px) {
  .lists_primary li::before {
    top: 0.9em;
  }
}

.c_mv {
  position: relative;
  z-index: 0;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .c_mv {
    padding: 131px 0 93px;
  }
}
@media only screen and (min-width: 768px) {
  .c_mv .circle_decorate {
    width: clamp(50rem, 33.8345864662vw + 24.015037594rem, 68rem);
  }
}
.c_mv_decor {
  position: absolute;
  z-index: -1;
}
.c_mv_decor:first-child {
  right: 0;
  top: 0;
  transform: translate(15%, -16%);
}
@media only screen and (min-width: 768px) {
  .c_mv_decor:first-child {
    transform: translate(18%, -25%);
  }
}
.c_mv_decor:last-child {
  left: 0;
  top: 100%;
  transform: translate(-25%, -12%);
}
@media only screen and (min-width: 768px) {
  .c_mv_decor:last-child {
    transform: translate(-34%, -12%);
  }
}
@media only screen and (min-width: 768px) {
  .c_mv .heading {
    min-height: 309px;
  }
}
@media only screen and (min-width: 768px) {
  .c_mv .heading .jp {
    margin-top: 10px;
  }
}
.c_mv .l_breadcrumb {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .c_mv .l_breadcrumb {
    margin-top: 0;
  }
}

.circle_decorate {
  --line-color: #adcb00;
  --dot-color: #00780e;
  width: 240px;
  max-width: 100%;
  aspect-ratio: 1;
  position: relative;
  border: 1px solid var(--line-color);
  border-radius: 999px;
  pointer-events: none;
  animation: kf_circle_around 10s linear infinite 0s both;
}
@media only screen and (min-width: 768px) {
  .circle_decorate {
    width: 42.5vw;
    max-width: 680px;
  }
}
.circle_decorate::after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  background-color: var(--dot-color);
  border-radius: 99px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .circle_decorate::after {
    width: 15px;
  }
}
.circle_decorate_02 {
  --line-color: #adcb00;
  --dot-color: #adcb00;
}

@keyframes kf_circle_around {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.popup {
  position: fixed;
  z-index: 4000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 300ms linear;
}
.popup.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup_mask {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup_box {
  position: relative;
  aspect-ratio: 1.7777777778;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  background-color: red;
}
.popup_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .popup_close {
    width: 40px;
    height: 40px;
    top: -45px;
    transition: opacity 300ms linear;
    cursor: pointer;
  }
  .popup_close:hover {
    opacity: 0.6;
  }
}
.popup_close::before, .popup_close::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1px;
  background-color: #fff;
}
.popup_close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup_close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup_video {
  width: 100%;
  height: 100%;
}
.popup_video video,
.popup_video .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  transform: translateY(200px);
  transition: 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .c-page-top-btn {
    right: 50px;
    bottom: 20px;
  }
}
.c-page-top-btn.is_scroll {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.is-nav-open .c-page-top-btn {
  visibility: hidden;
  opacity: 0;
  transform: translateY(200px);
}
.is-loadding .c-page-top-btn {
  visibility: hidden;
  opacity: 0;
  transform: translateY(200px);
}
.c-page-top-btn__body {
  display: block;
  background-color: #fff;
  border: 1px solid #00780e;
  width: 40px;
  height: 40px;
  position: relative;
  transition: 0.3s ease-in;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .c-page-top-btn__body {
    width: 50px;
    height: 50px;
  }
}
.c-page-top-btn__body:hover {
  translate: 0 -10px;
}
.c-page-top-btn__body::before {
  content: "";
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  border-left: 2px solid #00780e;
  border-top: 2px solid #00780e;
  transform: translate(-50%, -20%) rotate(45deg);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .c-page-top-btn__body::before {
    width: 20px;
    height: 20px;
  }
}

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