@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*responsive.css上書き(bootstrap4)*/
.mx-auto {
  display: block;
  margin: 0 auto;
}

/*----------------------------------------------------
  基本のレイアウト
----------------------------------------------------*/
html {
  scroll-snap-type: y proximity;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 991.98px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  color: #222;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgb(239, 238, 234);
  overflow-x: hidden;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/*----------------------------------------------------
  リンク色
----------------------------------------------------*/
a:link {
  color: #245fbb;
  text-decoration: none;
}

a:visited {
  color: #245fbb;
  text-decoration: none;
}

a:hover {
  color: #E48E00;
  text-decoration: underline;
}

a:active {
  color: #E48E00;
  text-decoration: underline;
}

/*----------------------------------------------------
  タイトル
----------------------------------------------------*/
.page-title-sub {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 1em 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .page-title-sub {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}
.page-title-sub::before {
  content: "";
  display: inline-block;
  background-color: #FDD000;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  position: absolute;
  left: -0.8em;
  top: -0.5em;
  z-index: -1;
}

.page-title {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .page-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    font-size: 2.8rem;
  }
}

.page-second-title {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 1em 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .page-second-title {
    font-size: 3rem;
    margin-left: 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .page-second-title {
    font-size: 2.8rem;
    margin-left: 0;
  }
}
.page-second-title::before {
  content: "";
  display: inline-block;
  background-color: #FDD000;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  position: absolute;
  left: -0.8em;
  top: -0.5em;
  z-index: -1;
}

/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  padding: 0 3rem;
  position: fixed;
  background-color: transparent;
  transition: 0.5s;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  header {
    height: 60px;
    padding: 0 2rem;
  }
}
header .header-logo {
  display: flex;
  align-items: center;
}
header .header-logo a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}
header .header-logo a img {
  display: block;
  max-width: 100%;
  height: auto;
  align-self: flex-start;
}
@media screen and (max-width: 991.98px) {
  header .header-logo a img {
    width: 220px;
  }
}
@media screen and (max-width: 767.98px) {
  header .header-logo a img {
    width: 200px;
  }
}
header .header-logo a span {
  display: inline-block;
  font-size: 1.12rem;
  color: #12763b;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  header .header-logo a span {
    font-size: 0.59em;
    margin-top: 0.3rem;
  }
}
header .header-menu {
  position: relative;
}
@media screen and (max-width: 991.98px) {
  header .header-menu {
    display: none;
  }
}
header .header-menu nav {
  height: 100%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: right;
}

.main-wrap {
  margin-top: 80px;
}

a.btn-inquiry {
  display: inline-block;
  text-align: center;
  color: #222;
  background-color: #fff;
  text-decoration: none;
  border: 2px solid #008C4F;
  padding: 0.7rem 2.1rem 0.7rem 1.9rem;
  border-radius: 5rem;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  a.btn-inquiry {
    padding: 0.7rem 1.8rem 0.7rem 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  a.btn-inquiry {
    display: block;
    font-weight: 500;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
a.btn-inquiry::before {
  content: "";
  width: 20px;
  height: 16px;
  display: inline-block;
  background: url(../images/common/ico_mail.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
a.btn-inquiry:hover {
  color: #008C4F;
}

#header.headbgcolor {
  background-color: rgba(255, 255, 255, 0.95);
  height: 60px;
}

/*----------------------------------------------------
  ナビゲーション
----------------------------------------------------*/
ul.global-nav {
  list-style: none;
  padding-left: 0;
  display: flex;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 2rem;
}
ul.global-nav > li {
  position: relative;
  cursor: pointer;
}
ul.global-nav > li > a,
ul.global-nav > li span {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 2rem;
  text-decoration: none;
  color: #222;
  font-size: 1.6rem;
  position: relative;
  user-select: none;
}
@media screen and (max-width: 991.98px) {
  ul.global-nav > li > a,
  ul.global-nav > li span {
    padding: 0 1.5rem;
    font-size: 1.4rem;
  }
}
ul.global-nav > li > a::before,
ul.global-nav > li span::before {
  content: "";
  width: calc(100% - 4rem);
  height: 2px;
  background-color: #008C4F;
  display: inline-block;
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%) scale(0, 1);
  transition: transform 0.2s;
}
ul.global-nav > li > a:hover,
ul.global-nav > li span:hover {
  color: #008C4F;
}
ul.global-nav > li > a:hover::before,
ul.global-nav > li span:hover::before {
  transform: translateX(-50%) scale(1, 1);
}
ul.global-nav > li > a:hover.child-icon::after,
ul.global-nav > li span:hover.child-icon::after {
  border-color: #008C4F;
}
ul.global-nav .child-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #222;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 8px;
}
ul.global-nav .child-nav {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 2;
}
ul.global-nav .child-nav ul {
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  background-color: #fff;
  list-style: none;
  width: 200px;
}
ul.global-nav .child-nav ul li a {
  position: relative;
  text-decoration: none;
  padding: 0.7rem 0.5rem 0.7rem 1.3em;
  display: block;
  color: #222;
  line-height: 1.8;
  position: relative;
}
ul.global-nav .child-nav ul li a:hover {
  color: #008C4F;
}
ul.global-nav .child-nav ul li a::before {
  content: "●";
  display: inline-block;
  color: #41A930;
  font-size: 1em;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
ul.global-nav > li:hover .child-nav {
  opacity: 1;
  visibility: visible;
}

.about ul.global-nav > li.global-nav-about > span,
.company ul.global-nav > li.global-nav-company > a,
.recruit ul.global-nav > li.global-nav-recruit > a {
  color: #008C4F;
}
.about ul.global-nav > li.global-nav-about > span.child-icon::after,
.company ul.global-nav > li.global-nav-company > a.child-icon::after,
.recruit ul.global-nav > li.global-nav-recruit > a.child-icon::after {
  border-color: #008C4F;
}

/*----------------------------------------------------
  スマホメニュー
----------------------------------------------------*/
a.menu-button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: none;
  z-index: 10;
}
@media screen and (max-width: 991.98px) {
  a.menu-button {
    display: block;
  }
}
a.menu-button .menu-trigger {
  cursor: pointer;
  position: relative;
  width: 42px;
  height: 36px;
  display: inline-block;
  transition: all 0.4s;
}
a.menu-button .menu-trigger span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
a.menu-button .menu-trigger span:not(:last-child) {
  width: calc(100% - 10px);
  height: 3px;
  background-color: #008C4F;
}
a.menu-button .menu-trigger span:nth-of-type(1) {
  top: 5px;
}
a.menu-button .menu-trigger span:nth-of-type(2) {
  top: 13px;
}
a.menu-button .menu-trigger span:nth-of-type(3) {
  width: 100%;
  bottom: 0;
  font-size: 1rem;
  text-align: center;
  color: #008C4F;
  font-weight: 700;
}

.open .menu-trigger span:nth-of-type(1) {
  top: 10px !important;
  transform: translateX(-50%) rotate(40deg);
}
.open .menu-trigger span:nth-of-type(2) {
  top: 10px !important;
  transform: translateX(-50%) rotate(-40deg);
}

.smp-menu {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #F1F9F6;
  padding: 60px 2rem 3rem;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
}
.smp-menu ul {
  list-style: none;
  padding-left: 0;
}
.smp-menu ul.smp-nav {
  margin-bottom: 3rem;
  background: #fff;
}
.smp-menu ul.smp-nav li {
  border-bottom: 1px solid #eee;
}
.smp-menu ul.smp-nav li a,
.smp-menu ul.smp-nav li span {
  color: #222;
  display: block;
  padding: 1.5rem 1.5rem;
  position: relative;
  text-decoration: none;
  font-size: 1.4rem;
}
.smp-menu ul.smp-nav li span {
  position: relative;
}
.smp-menu ul.smp-nav li span::before, .smp-menu ul.smp-nav li span::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #008C4F;
  top: 50%;
}
.smp-menu ul.smp-nav li span::before {
  width: 1em;
  height: 2px;
  right: 0.55em;
  transform: translateX(-50%);
  margin-top: -1px;
}
.smp-menu ul.smp-nav li span::after {
  width: 2px;
  height: 1em;
  right: 1.5em;
  transform: translateY(-50%);
  transition: 0.2s;
}
.smp-menu ul.smp-nav li span.open::after {
  transform: translateY(-50%) rotate(90deg);
}
.smp-menu ul.smp-nav li ul.smp-nav-child {
  padding-bottom: 1.5rem;
  display: none;
}
.smp-menu ul.smp-nav li ul.smp-nav-child li {
  border-bottom: 0;
}
.smp-menu ul.smp-nav li ul.smp-nav-child li a {
  font-weight: 500;
  padding: 1rem 0 1rem 3rem;
}
.smp-menu ul.smp-nav li ul.smp-nav-child li a::before {
  content: "●";
  display: inline-block;
  color: rgb(222, 238, 203);
  margin-right: 5px;
  font-size: 1em;
}
.smp-menu ul.company-list {
  margin-top: 3rem;
}
.smp-menu ul.company-list li {
  display: block;
  background: #fff;
  width: 100%;
}
.smp-menu ul.company-list li a {
  display: block;
  width: 100%;
  padding: 15px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  position: relative;
}
.smp-menu ul.company-list li a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 13'><style>.st0{fill: %23008C4F;}.st1{fill: none;}</style><g><rect class='st1' x='3.00014' width='13' height='10'/><path class='st0' d='M16,9.99954H3V.00003h13v9.99951ZM4,8.99954h11V1.00003H4v7.99951Z'/></g><polygon class='st0' points='11.5 12.99954 0 12.99954 0 3.50003 1 3.50003 1 11.99954 11.5 11.99954 11.5 12.99954'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.7rem;
  margin-top: -0.2rem;
}

/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
.page-top a {
  background: #008C4F;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
  border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  .page-top a {
    width: 50px;
    height: 50px;
  }
}
.page-top a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 39%;
  top: 41%;
  transition: 0.2s;
}
@media screen and (max-width: 767.98px) {
  .page-top a::after {
    left: 35%;
    width: 14px;
    height: 14px;
  }
}

footer {
  background-color: #fff;
  margin-top: auto;
}
footer .footer-area {
  padding: 4rem 0 2rem;
  text-align: center;
}
footer .footer-area .footer-logo {
  margin-bottom: 0.5rem;
  width: 220px;
}
@media screen and (max-width: 767.98px) {
  footer .footer-area .footer-logo {
    width: 180px;
  }
}
footer .footer-area ul.footer-menu {
  list-style: none;
  padding-left: 0;
  text-align: center;
  font-weight: 700;
}
footer .footer-area ul.footer-menu li {
  display: inline-block;
  margin: 1em;
}
@media screen and (max-width: 767.98px) {
  footer .footer-area ul.footer-menu li {
    display: block;
    margin: 1em 0;
  }
}
footer .footer-area ul.footer-menu li a {
  color: #222;
  text-decoration: none;
  position: relative;
  padding-right: 2.2rem;
}
footer .footer-area ul.footer-menu li a::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #008C4F;
  position: absolute;
  top: 0.5rem;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  footer .footer-area ul.footer-menu li a::before {
    top: 0.4rem;
  }
}
footer .footer-area ul.footer-menu li a::after {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-right: 0;
  border-left: 5px solid #fff;
  position: absolute;
  top: 0.9rem;
  right: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  footer .footer-area ul.footer-menu li a::after {
    top: 0.8rem;
  }
}
footer .footer-area ul.footer-menu li a:hover {
  color: #008C4F;
}
footer .copyright {
  background-color: #008C4F;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  footer .copyright {
    font-size: 1rem;
  }
}

/*----------------------------------------------------
  パンくず
----------------------------------------------------*/
ul.breadcrumb {
  list-style: none;
  padding-left: 0;
  margin: 0 auto 3rem;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  ul.breadcrumb {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
ul.breadcrumb li {
  display: inline-block;
  padding-right: 1.8em;
  position: relative;
}
ul.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #008C4F;
  border-right: 1px solid #008C4F;
  transform: rotate(45deg);
  position: absolute;
  right: 0.5em;
  top: 0.6em;
}
ul.breadcrumb li:last-child {
  padding-right: 0;
}
ul.breadcrumb li:last-child::after {
  display: none;
}
ul.breadcrumb li a {
  color: #222;
}

/*----------------------------------------------------
  アニメーション
----------------------------------------------------*/
.fadein {
  opacity: 0;
}

.fadeinAnime {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeinAnime;
  visibility: visible !important;
  animation-delay: 0.3s;
}

@-webkit-keyframes fadeinAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeinAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*----------------------------------------------------
  セカンドページタイトルエリア
----------------------------------------------------*/
.page-title-area {
  height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .page-title-area {
    align-items: normal;
  }
}
@media screen and (max-width: 480px) {
  .page-title-area {
    height: 42vh;
  }
}
@media screen and (max-width: 480px) {
  .page-title-area:not(:has(.main-mask)) {
    height: 40vh;
  }
}
.page-title-area .mask {
  clip-path: url(#svgPath);
  align-content: center;
  display: inline-block;
  max-width: 640px;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1390px) {
  .page-title-area .mask {
    left: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .page-title-area .mask {
    max-width: 540px;
    left: 40%;
  }
}
@media screen and (max-width: 980px) {
  .page-title-area .mask {
    left: 35%;
    max-width: 480px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-area .mask {
    left: 5%;
    max-width: 90%;
    top: 66%;
  }
}
@media screen and (max-width: 480px) {
  .page-title-area .mask {
    top: 66%;
  }
}
.page-title-area.second {
  height: 200px;
}
@media screen and (max-width: 767.98px) {
  .page-title-area.second {
    height: 120px;
  }
}
.page-title-area.second svg.fig-circle05 {
  width: 180px;
  height: auto;
  position: absolute;
  z-index: -2;
  top: -40px;
  right: 2%;
}
@media screen and (max-width: 767.98px) {
  .page-title-area.second svg.fig-circle05 {
    width: 120px;
    top: -10px;
  }
}
.page-title-area.second svg.fig-circle06 {
  width: 180px;
  height: auto;
  position: absolute;
  z-index: -2;
  top: 14%;
  right: 10%;
}
@media screen and (max-width: 767.98px) {
  .page-title-area.second svg.fig-circle06 {
    width: 140px;
  }
}

svg.fig-circle {
  width: 500px;
  height: auto;
  position: absolute;
  z-index: -2;
  top: -40px;
  right: 25%;
}
@media screen and (max-width: 1390px) {
  svg.fig-circle {
    width: 37vw;
  }
}
@media screen and (max-width: 767.98px) {
  svg.fig-circle {
    width: 44vw;
    top: 2rem;
  }
}

svg.fig-circle02 {
  width: 500px;
  height: auto;
  position: absolute;
  z-index: -2;
  top: -40px;
  left: 65%;
}
@media screen and (max-width: 1390px) {
  svg.fig-circle02 {
    width: 37vw;
  }
}
@media screen and (max-width: 767.98px) {
  svg.fig-circle02 {
    width: 42vw;
    top: 15rem;
  }
}

svg.fig-circle03 {
  width: 500px;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 1500px;
  left: 85%;
}
@media screen and (max-width: 1390px) {
  svg.fig-circle03 {
    width: 40vw;
  }
}
@media screen and (max-width: 767.98px) {
  svg.fig-circle03 {
    width: 54vw;
    left: 75%;
  }
}

svg.fig-circle04 {
  width: 500px;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 750px;
  right: 85%;
}
@media screen and (max-width: 1390px) {
  svg.fig-circle04 {
    width: 40vw;
  }
}
@media screen and (max-width: 767.98px) {
  svg.fig-circle04 {
    width: 52vw;
  }
}

.second-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #008C4F;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .second-title {
    line-height: 1.4;
    font-size: 2.4rem;
    margin-bottom: 0.7em;
  }
}

.section-wrap {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .section-wrap {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .notfound-area {
    padding-top: 1rem;
  }
}
.notfound-area p {
  line-height: 2;
}
.notfound-area a.btn-normal {
  display: inline-flex;
  align-items: center;
  padding: 1.5rem 7rem 1.5rem 4rem;
  border-radius: 1.5rem;
  border: 2px solid #008C4F;
  color: #222;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
  min-width: 290px;
  max-width: 100%;
  height: 92px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767.98px) {
  .notfound-area a.btn-normal {
    font-size: 1.5rem;
    padding-left: 3rem;
    min-width: 240px;
    height: 68px;
  }
}
.notfound-area a.btn-normal::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #008C4F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .notfound-area a.btn-normal::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.notfound-area a.btn-normal::after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-right: 0;
  border-left: 8px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .notfound-area a.btn-normal::after {
    border-width: 4px;
    border-left-width: 6px;
  }
}
.notfound-area a.btn-normal:hover {
  color: #008C4F;
}
.notfound-area .button-area {
  text-align: center;
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .notfound-area .button-area {
    margin-top: 2rem;
  }
}/*# sourceMappingURL=common.css.map */