@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
}

article, aside, footer, header, nav, section, main, figure, figcaption {
  display: block;
}

* {
  box-sizing: border-box;
}

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

a {
  color: #68863e;
  border: none;
  text-decoration: none;
}

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

img, video, iframe {
  max-width: 100%;
}

img {
  height: auto;
  border: none;
  vertical-align: top;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
blockquote::before,
blockquote::after,
q:before,
q:after,
q::before,
q::after {
  content: "";
  content: none;
}

a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
  touch-action: manipulation;
}

button {
  border: none;
  background: none;
}
button:hover, button:active, button:focus {
  outline: none;
}
button:active, button:focus {
  box-shadow: none;
}

.list-unstyled,
.list-style-none {
  list-style: none;
}

.text-left,
.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .text-md-center {
    text-align: center;
  }
}

.text-right,
.text-end {
  text-align: right;
}

.text-white {
  color: #fff;
}

.text-danger {
  color: #b22c00 !important;
}

.text-indent {
  text-indent: 1em;
}

.fs-sm {
  font-size: 1.4rem;
}
.fs-lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .fs-lg {
    font-size: 1.8rem;
  }
}

.fs-xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .fs-xl {
    font-size: 2rem;
  }
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

.fw-normal {
  font-weight: normal;
}

.d-block {
  display: block;
}

@media screen and (min-width: 768px), print {
  .d-md-block {
    display: block;
  }
}

@media screen and (min-width: 1100px), print {
  .d-xl-block {
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .d-md-none {
    display: none;
  }
}

@media screen and (min-width: 1440px), print {
  .d-xl-none {
    display: none;
  }
}

.d-flex {
  display: flex;
}

@media screen and (min-width: 768px), print {
  .d-md-flex {
    display: flex;
  }
}

@media screen and (min-width: 1100px), print {
  .d-lg-flex {
    display: flex;
  }
}

@media screen and (min-width: 1280px), print {
  .d-xl-flex {
    display: flex;
  }
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.justify-end {
  justify-content: end;
}

.flex-1 {
  flex: 1;
}

.align-center {
  align-self: center;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.position-relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

.lh-base {
  line-height: 1.5;
}

@media screen and (min-width: 1100px), print {
  .lh-lg {
    line-height: 2;
  }
}

.font-feature-settings {
  font-feature-settings: "palt" 1;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 768px), print {
  .float-md-right {
    float: right;
  }
}

* {
  scroll-behavior: auto !important;
}

.bg-dark {
  background-color: #67853e;
}
.bg-light {
  background-color: #e5f9ce;
}
.bg-base {
  background-color: #8ce324;
}
.bg-main {
  background-color: #334b17;
}
.bg-white {
  background-color: #fff;
}
.bg-info {
  background-color: #f1efde;
}
.bg-sub1 {
  background-color: #887e37;
}
.bg-sub2 {
  background-color: #f1efde;
}

.color-dark {
  color: #67853e;
}
.color-light {
  color: #e5f9ce;
}
.color-main {
  color: #334b17;
}
.color-text {
  color: #333;
}
.color-white {
  color: #fff;
}
.color-danger {
  color: #b22c00;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し */
.heading {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}
.heading.h2 {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  font-weight: 900;
  font-size: 2.2rem;
  color: #68863e;
  text-align: center;
  border-bottom: 1px solid #68863e;
}
@media screen and (min-width: 768px), print {
  .heading.h2 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .heading.h2 {
    margin-right: -3rem;
    margin-bottom: 6rem;
    margin-left: -3rem;
    padding-bottom: 5rem;
    font-size: 3rem;
  }
}
.heading.h3 {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-size: 2.2rem;
  border-bottom: 3px solid #e2f8c9;
}
@media screen and (min-width: 768px), print {
  .heading.h3 {
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .heading.h3 {
    padding-bottom: 3rem;
    font-size: 3rem;
  }
}
/* 共通リスト */
.list {
  padding-left: 2em;
  line-height: 1.5;
}
/* インデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* リード文 */
.lede {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  color: #8ce324;
}
@media screen and (min-width: 1100px), print {
  .lede {
    font-size: 2rem;
  }
}

/* リンクボタン */
.link-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 1rem 4rem 1rem 2rem;
  font-size: 1.4rem;
  color: #68863e;
  line-height: 1.2;
  text-align: center;
  border-radius: 10em;
  border: 1px solid currentColor;
  background-color: transparent;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s;
}
.link-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
@media screen and (min-width: 1100px), print {
  .link-button-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.6rem;
  }
}
/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  text-decoration: none;
  color: #fff;
  border-color: #334b17;
  background-color: #334b17;
}
/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px;
  background: transparent;
  pointer-events: none;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -181px;
    margin-bottom: 180px;
  }
}

/* 字詰め */
.kerning {
  font-feature-settings: "palt" 1;
}

/* 下線マーカー */
.marker {
  display: inline;
  background: linear-gradient(rgba(226, 248, 201, 0) 65%, rgb(226, 248, 201) 0%);
}

/* 画像を角丸にする */
.img-radius {
  border-radius: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .img-radius {
    border-radius: 3rem;
  }
}

/* コンテンツを角丸にする */
.box-radius {
  border-radius: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius {
    border-radius: 3rem;
  }
}

/* 画像を囲う要素 */
.img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-wrap::before {
  content: "";
  display: block;
  padding-top: 75%;
}

/* 画像をトリミング */
.img-cover {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Google Maps */
.gmap-area {
  position: relative;
}
.gmap-area::before {
  content: "";
  display: block;
  padding-top: 400px;
}
.gmap-area iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* 共通テーブル */
.table-style {
  display: block;
  line-height: 1.5;
}
.table-style tbody {
  display: block;
}
.table-style tr {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.table-style tr:not(:last-child) {
  margin-bottom: 1.2rem;
}
.table-style th {
  vertical-align: top;
  padding: 1.2rem 0 1.2rem 2.5rem;
  background-color: #e2f8c9;
}
.table-style td {
  vertical-align: top;
  padding: 1.2rem 2.5rem 1.2rem 2.5rem;
  background-color: #f5f5f5;
}
.table-style .tel-link {
  color: #333;
}
.table-style a.tel-link {
  color: #333;
}
.table-style a.tel-link:hover {
  color: #334b17;
}
@media screen and (max-width: 767.98px) {
  .table-style tr,
  .table-style th,
  .table-style td {
    display: block;
  }
  .table-style th {
    width: auto !important;
    padding: 1rem 1.5rem;
  }
  .table-style td {
    padding: 1rem 1.5rem;
  }
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 32rem;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: left;
  background-color: #fff;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1099.98px) {
  html.nav-open {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    padding-bottom: 0;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  padding-top: 6rem;
}
@media screen and (min-width: 1100px), print {
  .header {
    padding-top: 0;
  }
}
.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  font-size: 100%;
  background-color: #8ce324;
  z-index: 900;
}
@media screen and (min-width: 1100px), print {
  .header-container {
    display: block;
    position: absolute;
    height: auto;
    background: none;
    z-index: 1010;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo {
    position: relative;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 100%;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo .site-logo {
    position: absolute;
    top: 3.5rem;
    left: 2.5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .header-logo .site-logo {
    top: 3rem;
  }
}
@media screen and (min-width: 1440px), print {
  .header-logo .site-logo {
    top: 5rem;
    left: 6.7rem;
  }
}
.header-logo .site-logo img {
  display: block;
  width: 14rem;
}
@media screen and (min-width: 1100px), print {
  .header-logo .site-logo img {
    width: 20rem;
  }
}
@media screen and (min-width: 1280px), print {
  .header-logo .site-logo img {
    width: 24rem;
  }
}
@media screen and (min-width: 1440px), print {
  .header-logo .site-logo img {
    width: 30rem;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo .site-logo-secondary {
    top: 3.5rem;
    left: 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo .site-logo-secondary img {
    width: 20rem;
  }
}
.header-tel {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .header-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 13rem;
    right: 0;
    width: 26rem;
    height: 9rem;
    padding: 0 0 0 1rem;
    border-radius: 10em 0 0 10em;
    background-color: rgba(104, 134, 62, 0.6);
  }
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .is-fixed .header-container {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1100px) {
  .is-fixed .header-container {
    position: fixed;
    top: -60px;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  .is-fixed .site-logo,
  .is-fixed .site-logo-secondary {
    top: 4.2rem;
    left: 4.2rem;
    width: 15rem;
  }
  .is-fixed .header-tel {
    background-color: rgba(104, 134, 62, 0.8);
  }
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -30rem;
  width: 30rem;
  height: 100%;
  z-index: 1000;
}
@media screen and (max-width: 1099.98px) {
  .nav {
    transition: left 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    left: 0;
  }
}
.nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #8ce324;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 2rem 0 0;
    padding: 0 0 0 4rem;
    border-radius: 10em 0 0 10em;
    background-color: rgba(197, 186, 112, 0.6);
    overflow: visible;
  }
}
.nav-sns {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .nav-sns {
    position: static;
    padding: 0 2.5rem 0 2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .nav-sns {
    padding: 0 3rem 0 2rem;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    padding: 7rem 2rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: flex;
    justify-content: flex-end;
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    flex-grow: 1;
  }
}
.main-nav .nav-link,
.main-nav .nav-label {
  display: flex;
  align-items: center;
  position: relative;
  height: 5rem;
  padding: 0;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link,
  .main-nav .nav-label {
    flex-direction: column;
    justify-content: center;
    height: 9rem;
    padding: 0 0.5rem;
    font-size: 1.2rem;
    color: #605826;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 1280px), print {
  .main-nav .nav-link,
  .main-nav .nav-label {
    padding: 0 1rem;
  }
}
.main-nav .nav-link::before,
.main-nav .nav-label::before {
  content: attr(data-subtitle);
  display: block;
  margin-right: 1.5rem;
  font-weight: 900;
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link::before,
  .main-nav .nav-label::before {
    margin: 0;
  }
}
.main-nav .nav-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px) and (hover: hover) and (pointer: fine), print {
  .main-nav .nav-link:hover {
    color: #000;
    background-color: #c5ba70;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-contact {
    display: none;
  }
}

/* メインナビ（第2階層）*/
@media screen and (min-width: 1100px), print {
  .sub-nav {
    position: relative;
    left: 50%;
    width: 19rem;
    margin: 0 0 0 -9.5rem;
  }
}
.sub-nav li:not(:last-child) {
  margin-bottom: 1px;
}
.sub-nav a {
  display: block;
  margin: 0 -1rem;
  padding: 1.5rem 0;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #5f5826;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .sub-nav a {
    font-size: 1.8rem;
    background-color: rgb(197, 186, 112);
    transition: background-color 0.3s;
  }
}
.sub-nav a:hover {
  text-decoration: none;
  background-color: rgba(197, 186, 112, 0.6);
}
/* ドロップダウン */
.dropdown-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5rem;
  background: transparent;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .dropdown-toggle {
    height: 100%;
    z-index: 30;
  }
}
.dropdown-toggle::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
@media screen and (max-width: 1099.98px) {
  .dropdown-toggle::before {
    top: 2rem;
    left: 14rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media screen and (min-width: 1100px), print {
  .dropdown-toggle::before {
    right: 0;
    bottom: 1rem;
    left: 0;
    width: 0.7rem;
    height: 0.7rem;
    margin: auto;
    border-width: 1px;
    border-color: #605826;
  }
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle.show::before {
  top: 2.4rem;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1100px), print {
  .dropdown-toggle.show::before {
    top: auto;
    bottom: 0.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .dropdown-toggle.show + .nav-link, .dropdown-toggle.show + .nav-label {
    color: #000;
    background-color: #c5ba70;
  }
}
.dropdown-toggle:hover {
  cursor: pointer;
}
@media screen and (min-width: 1100px) and (hover: hover) and (pointer: fine), print {
  .dropdown-toggle:hover + .nav-link, .dropdown-toggle:hover + .nav-label {
    color: #000;
    background-color: #c5ba70;
  }
}
.dropdown-menu {
  display: block !important;
  position: absolute;
  min-width: 0;
  width: 100%;
  margin: 0;
  margin-top: -10px !important;
  padding: 0;
  font-size: 100%;
  color: #333;
  text-align: left;
  list-style: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-clip: padding-box;
  z-index: 1000;
}
@media screen and (max-width: 1099.98px) {
  .dropdown-menu {
    position: static !important;
    margin-top: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .dropdown-menu {
    margin-top: -20px !important;
    transition: margin-top 0.35s, opacity 0.35s;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .dropdown-menu.show {
    inset: auto !important;
    transform: none !important;
    max-height: var(--max-height);
  }
}
@media screen and (min-width: 1100px), print {
  .dropdown-menu.show {
    margin-top: -1px !important;
    opacity: 1;
    pointer-events: auto;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  line-height: 1;
  font-family: inherit;
  background-color: transparent;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: -1.4rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 1.8rem;
  margin: auto;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  border-top: 2px solid #fff;
}
.nav-button-icon::after {
  display: none;
}
.nav-button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}
/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  line-height: 1;
  font-family: inherit;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}
.nav-close-button .nav-button-icon {
  border: none;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  border-color: #fff;
}
.nav-close-button .nav-button-icon::before {
  transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  display: block;
  transform: rotate(-45deg);
}
.nav-close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.35;
  cursor: pointer;
}

/* スクロール時固定用 */
@media screen and (min-width: 1100px) {
  .is-fixed .nav {
    position: fixed;
    top: -60px;
    width: 100%;
    padding-left: 2rem;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  .is-fixed .nav-container {
    background-color: rgba(197, 186, 112, 0.85);
  }
}

/* --------------------------------

  main

-------------------------------- */
.main {
  padding: 7.5rem 1.5rem 10rem;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 8rem 4rem 12rem;
  }
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  padding: 0 1.5rem;
  color: #fff;
  background-color: #a3e84f;
}
@media screen and (min-width: 1100px), print {
  .footer {
    padding: 0 4rem;
  }
}
.footer-container {
  padding-top: 5rem;
}
@media screen and (min-width: 1100px), print {
  .footer-container {
    padding-top: 10rem;
  }
}
.footer-logo {
  max-width: 24rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 1100px), print {
  .footer-logo {
    max-width: 30rem;
    margin: 0 auto 5rem;
  }
}
.footer-info {
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .footer-info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}
.footer-info dt {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .footer-info dt {
    display: flex;
    margin-bottom: 0;
  }
  .footer-info dt::after {
    content: "／";
    display: block;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1280px), print {
  .footer-info dt {
    font-size: 2rem;
  }
}
.footer-info .add {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .footer-info .add {
    margin-right: 3rem;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px), print {
  .footer-info {
    font-size: 2rem;
  }
}
.footer-info .ig {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .footer-info .ig {
    margin-top: 0;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 768px), print {
  .footer-info .br {
    display: none;
  }
}
.footer-nav {
  margin: 0 -1.5rem;
  padding: 2.5rem 1.5rem;
  background-color: #e2f8c9;
}
@media screen and (min-width: 1100px), print {
  .footer-nav {
    margin: 0 -4rem;
    padding: 3.5rem 0;
  }
}
.footer-nav .nav-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
}
@media screen and (min-width: 768px), print {
  .footer-nav .nav-items {
    margin: 0 -1rem -1rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-nav .nav-items {
    justify-content: center;
    align-items: center;
    margin: 0;
  }
}
.footer-nav .nav-item {
  width: 100%;
  padding: 0 0.5rem 0.5rem 0;
}
@media screen and (min-width: 480px), print {
  .footer-nav .nav-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .nav-item {
    width: 33.33333%;
    padding: 0 1rem 1rem 0;
  }
}
@media screen and (min-width: 992px), print {
  .footer-nav .nav-item {
    width: 20%;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-nav .nav-item {
    width: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-nav .nav-item:not(:last-child) {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .footer-nav .nav-item:not(:last-child) {
    margin-right: 3rem;
  }
}
.footer-nav .nav-link {
  display: block;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #334b17;
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid #a3e84f;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .footer-nav .nav-link {
    display: inline-flex;
    align-items: center;
    margin: -1rem -1rem -1rem 0;
    padding: 1rem 1rem 1rem 0;
    text-align: left;
    border-radius: 0;
    border: none;
    background-color: transparent;
  }
}
.footer-nav .nav-link:hover {
  text-decoration: none;
  color: #68863e;
}
@media screen and (min-width: 1100px), print {
  .footer-nav .nav-link:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-nav .nav-link::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    margin: 0 1.5rem 0 0;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 1100px), print {
  .footer-nav .nav-home,
  .footer-nav .nav-contact {
    display: none;
  }
}
.footer-copy {
  margin: 0 -1.5rem;
  padding: 3rem 0;
  background-color: #8ce324;
}
@media screen and (min-width: 768px), print {
  .footer-copy {
    display: flex;
    align-items: center;
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-copy {
    margin: 0 -4rem;
    padding: 3rem 4rem;
  }
}
.footer-policy {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .footer-policy {
    margin-bottom: 0;
  }
}
.footer-policy li {
  margin: 0 1rem;
}
@media screen and (min-width: 768px), print {
  .footer-policy li {
    margin: 0 3rem 0 0;
  }
}
.footer-policy a {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 1100px), print {
  .footer-policy a {
    font-size: 1.4rem;
  }
}
.footer-policy a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 1.5rem 0 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

/* ページの先頭へ */
.pagetop {
  display: block;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  z-index: 900;
}
@media screen and (min-width: 1100px), print {
  .pagetop {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0 -4rem;
    z-index: auto;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #68863e;
  transition: background-color 0.2s;
}
@media screen and (min-width: 1100px), print {
  .pagetop a {
    border-radius: 0;
  }
}
.pagetop a:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .pagetop a:hover {
    background-color: #334b17;
  }
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

/* コピーライト */
.copy {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .copy {
    align-self: center;
    margin-left: auto;
    text-align: right;
  }
}
.copy small {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  line-height: 1.2;
  font-weight: 900;
  font-size: 3rem;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .page-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title {
    font-size: 5rem;
  }
}
.page-title::after {
  content: attr(data-subtitle);
  display: block;
  margin-top: 0.5rem;
  font-size: 0.6em;
  color: #a3e84f;
}
@media screen and (min-width: 1100px), print {
  .page-title::after {
    margin-bottom: -0.5rem;
  }
}
.page-title-container {
  position: relative;
  height: 25rem;
  padding: 0 1.5rem;
  border-bottom: 2rem solid transparent;
  background-color: #a3e84f;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .page-title-container {
    height: 30rem;
    border-bottom-width: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title-container {
    height: 40rem;
    padding: 4rem 4rem 0;
    border-bottom-width: 5rem;
  }
}
.page-title-container::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px), print {
  .page-title-container::before {
    display: none;
  }
}
.page-title-inner {
  display: flex;
  align-items: center;
  max-width: 132rem;
  height: 100%;
  z-index: 1;
}

/* --------------------------------

  お問い合わせボタン

-------------------------------- */
/* お問い合わせ（電話）*/
.tel-button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  cursor: pointer;
  z-index: 990;
}
@media screen and (min-width: 1100px), print {
  .tel-button {
    display: none;
  }
}
.tel-button a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8ce324;
}
.tel-button a:hover {
  text-decoration: none;
}
.tel-button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
  background: url(../img/base/tel_wht.svg) center no-repeat;
  background-size: cover;
}
.tel-button a::after {
  content: "TEL";
  display: block;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: inherit;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}

/* お問い合わせ（メール）*/
.contact-button {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  overflow: hidden;
  z-index: 900;
}
@media screen and (min-width: 1100px), print {
  .contact-button {
    position: absolute;
    right: 3rem;
    bottom: 58rem;
    width: 11.8rem;
    height: 11.8rem;
  }
  .contact-button.is-fixed_contact_btn {
    position: fixed;
    bottom: 3rem;
    z-index: 1010;
  }
}
.contact-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #334b17;
}
@media screen and (min-width: 1100px), print {
  .contact-button a {
    flex-direction: column;
    border-radius: 100%;
    background-color: rgba(163, 232, 79, 0.7);
    transition: background-color 0.3s;
  }
}
.contact-button a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px) and (hover: hover) and (pointer: fine), print {
  .contact-button a:hover {
    background-color: rgb(163, 232, 79);
  }
}
.contact-button a::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
  background: url(../img/base/mail_wht.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1100px), print {
  .contact-button a::before {
    width: 4rem;
    margin: 0.5rem 0;
  }
}

/* 共通お問い合わせ */
.global-tel .tel-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 4.2rem;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: normal;
}
.global-tel .tel-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  margin: auto;
  background: url(../img/base/tel_wht.svg) center no-repeat;
  background-size: contain;
}
.global-tel a.tel-link:hover {
  text-decoration: none;
}
.global-tel .tel-num {
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1em;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.global-tel-secondary .tel-link {
  display: inline-flex;
  align-items: center;
  padding: 2rem;
  border-radius: 10em;
  background-color: #9ab478;
}
@media screen and (min-width: 768px), print {
  .global-tel-secondary .tel-link {
    padding: 2.5rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .global-tel-secondary .tel-link {
    padding: 3rem 4rem;
  }
}
.global-tel-secondary .tel-link::before {
  position: static;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 375px), print {
  .global-tel-secondary .tel-link::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .global-tel-secondary .tel-link::before {
    width: 3rem;
    height: 3rem;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .global-tel-secondary .tel-link::before {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 2.5rem;
  }
}
.global-tel-secondary .tel-num {
  margin-bottom: 0.3rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 375px), print {
  .global-tel-secondary .tel-num {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .global-tel-secondary .tel-num {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .global-tel-secondary .tel-num {
    font-size: 3.6rem;
  }
}

/* --------------------------------

  ソーシャルボタン

-------------------------------- */
.social-btn {
  display: inline-block;
  vertical-align: top;
  width: 4rem;
}

/* --------------------------------

  トップページ

-------------------------------- */
/* ページ内共通 */
.section-secondary {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .section-secondary {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (min-width: 1100px), print {
  .section-secondary:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.section-header {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .section-header {
    margin-bottom: 5rem;
  }
}
.section-heading {
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .section-heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-heading {
    font-size: 2.4rem;
  }
}
.section-heading::before {
  content: attr(data-subtitle);
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1em;
  font-weight: 900;
  font-size: calc(2.5rem + 2vw);
  color: #8ce324;
}
@media screen and (min-width: 768px), print {
  .section-heading::before {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-heading::before {
    margin-bottom: 2rem;
    font-size: 8rem;
  }
}
.section-heading.__sm {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .section-heading.__sm {
    font-size: 2rem;
  }
}
.section-heading.__sm::before {
  margin-bottom: 0.5rem;
  font-size: calc(1.6rem + 2vw);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .section-heading.__sm::before {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
/* メイングラフィック */
.mv-section {
  position: relative;
  margin: -7.5rem -1.5rem 0;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .mv-section {
    margin: -8rem -4rem -31.5rem;
  }
}
.mv-container {
  position: relative;
  overflow: hidden;
}
.mv-container::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media screen and (min-width: 768px), print {
  .mv-container::before {
    padding-top: 86.3125%;
  }
}
@media screen and (min-width: 1600px), print {
  .mv-container::before {
    padding-top: 1381px;
  }
}
.mv-heroimg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mv-heroimg::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media screen and (min-width: 768px), print {
  .mv-heroimg::before {
    padding-top: 86.3125%;
  }
}
@media screen and (min-width: 1600px), print {
  .mv-heroimg::before {
    padding-top: 1381px;
  }
}
.mv-heroimg img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* いま話題の記事 */
.ees-info-section {
  position: relative;
  margin: 0 -1.5rem;
  padding: 6rem 0;
  background-color: #8ce324;
}
@media screen and (min-width: 1100px), print {
  .ees-info-section {
    margin: 0 -4rem -13rem;
    padding: 0;
    background-color: transparent;
  }
}
.ees-info-heading {
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1100px), print {
  .ees-info-heading {
    color: rgba(255, 255, 255, 0.5);
  }
}
.ees-info-heading::before {
  color: currentColor;
}
.ees-info-container {
  position: relative;
  margin: -2rem 0;
}
.ees-info-slider .swiper-slide {
  height: auto;
}
.ees-info-slider .swiper-pagination {
  position: static;
  margin: 3rem 0;
}
@media screen and (min-width: 768px), print {
  .ees-info-slider .swiper-pagination {
    margin: 3rem 0 4rem;
  }
}
.ees-info-slider .swiper-button {
  display: block;
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: 1px;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .ees-info-slider .swiper-button {
    top: 135px;
  }
}
.ees-info-slider .swiper-button-next {
  right: 5px;
}
@media screen and (min-width: 768px), print {
  .ees-info-slider .swiper-button-next {
    right: 15px;
  }
}
.ees-info-slider .swiper-button-prev {
  left: 5px;
}
@media screen and (min-width: 768px), print {
  .ees-info-slider .swiper-button-prev {
    left: 15px;
  }
}
.ees-info-slider .swiper-pagination-bullet {
  vertical-align: top;
  width: 25px;
  height: 5px;
  margin: 0 4px !important;
  border-radius: 0;
  background: #eee;
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .ees-info-slider .swiper-pagination-bullet {
    width: 35px;
    height: 6px;
    margin: 0 6px !important;
  }
}
.ees-info-slider .swiper-pagination-bullet-active {
  background: #8ce324;
}

/* おしらせ */
.ees-news-section {
  margin: 0 -1.5rem;
  padding: 6rem 1.5rem;
  background-color: #a3e84f;
}
@media screen and (min-width: 1100px), print {
  .ees-news-section {
    margin: 0 -4rem;
    padding: 20rem 4rem 6rem;
  }
}
.ees-news-heading {
  font-weight: 500;
  color: #fff;
}
.ees-news-heading::before {
  color: currentColor;
}
.ees-news-container .news-list {
  border-top: 1px solid #fff;
}
.ees-news-container .news-link {
  border-color: #fff;
}
.ees-news-more {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .ees-news-more {
    margin-top: 4rem;
  }
}

/* エコエネルギーについて */
.ees-about-section {
  margin: 0 -1.5rem 6rem;
  padding: 6rem 1.5rem;
  background: #f1fce5 url(../img/top/bg1.png) no-repeat 50% 10rem;
  background-size: contain;
}
@media screen and (min-width: 1100px), print {
  .ees-about-section {
    margin: 0 -4rem 8rem;
    padding: 12rem 4rem 10rem;
    background-position: 50% 15rem;
  }
}
.ees-about-container {
  margin-bottom: 6rem;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px), print {
  .ees-about-container {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-about-container {
    margin-bottom: 20rem;
    padding: 4rem;
    background-color: #fff;
  }
}
.ees-about-description {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .ees-about-description {
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-about-description {
    line-height: 2;
    font-size: 1.8rem;
  }
}
.ees-about-description p:last-child {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px), print {
  .ees-about-description .br-md {
    display: block;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-about-description .br-lg {
    display: block;
  }
}

/* その廃油、無料で回収します！ */
.ees-oil-container {
  max-width: 140rem;
  background-color: #a3e84f;
}
@media screen and (min-width: 768px), print {
  .ees-oil-container {
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .ees-oil-img {
    position: relative;
    top: -4rem;
    left: -2rem;
    width: 50%;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-oil-img {
    position: relative;
    top: -8rem;
    left: -10rem;
  }
}
@media screen and (min-width: 1280px), print {
  .ees-oil-img {
    width: 64.8rem;
  }
}
@media screen and (min-width: 1601px), print {
  .ees-oil-img {
    left: -8rem;
  }
}
.ees-oil-img .img-wrap {
  height: 100%;
}
.ees-oil-img .img-wrap::before {
  padding-top: 24rem;
}
@media screen and (min-width: 768px), print {
  .ees-oil-img .img-wrap::before {
    display: none;
  }
}
.ees-oil-img .img-radius {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 768px), print {
  .ees-oil-img .img-radius {
    border-top-left-radius: 0;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 1601px), print {
  .ees-oil-img .img-radius {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }
}
.ees-oil-main {
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .ees-oil-main {
    margin-left: -2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-oil-main {
    margin: 6rem 6rem 6rem -4rem;
    padding: 0;
  }
}
@media screen and (min-width: 1601px), print {
  .ees-oil-main {
    margin-left: -2rem;
  }
}
.ees-oil-heading {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  border-bottom: 3px solid #fff;
}
@media screen and (min-width: 768px), print {
  .ees-oil-heading {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 2.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-oil-heading {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-oil-heading .br {
    display: none;
  }
}
.ees-oil-description {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .ees-oil-description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-oil-description {
    line-height: 2;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-oil-description .ft-lg {
    margin-bottom: 0.3em;
    font-size: 2.2rem;
  }
}
.ees-oil-more {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .ees-oil-more {
    margin: 2rem 0 -2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .ees-oil-more {
    display: flex;
    justify-content: flex-end;
  }
}
.ees-oil-btn {
  display: block;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 375px), print {
  .ees-oil-btn {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1440px), print {
  .ees-oil-btn {
    max-width: none;
    margin: 0;
    padding-right: 5rem;
    padding-left: 4rem;
  }
}
.ees-oil-btn:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1440px), print {
  .ees-oil-btn:not(:last-of-type) {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
.ees-oil-btn .label {
  font-weight: 700;
}
.ees-oil-btn .br {
  display: block;
}

/* 業務内容 */
.ees-service-section {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1100px), print {
  .ees-service-section {
    margin-bottom: 8rem;
  }
}
.ees-service-container {
  max-width: 140rem;
}
.ees-service-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -5rem 0;
}
@media screen and (min-width: 768px), print {
  .ees-service-list {
    margin: 0 -1.5rem -1.5rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-service-list {
    margin: 0 -3rem -3rem 0;
  }
}
@media screen and (min-width: 1440px), print {
  .ees-service-list {
    margin: 0 -6rem -5rem 0;
  }
}
.ees-service-item {
  width: 50%;
  padding: 0 1.5rem 5rem 0;
}
@media screen and (min-width: 768px), print {
  .ees-service-item {
    padding: 0 1.5rem 1.5rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-service-item {
    padding: 0 3rem 3rem 0;
  }
}
@media screen and (min-width: 1440px), print {
  .ees-service-item {
    padding: 0 6rem 5rem 0;
  }
}
.ees-service-inner {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .ees-service-inner {
    background-color: #f7f8f9;
  }
}
@media screen and (min-width: 1280px), print {
  .ees-service-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px), print {
  .ees-service-img {
    width: 45%;
  }
}
@media screen and (min-width: 1440px), print {
  .ees-service-img {
    width: 30rem;
  }
}
.ees-service-img .img-wrap {
  height: 100%;
}
.ees-service-img .img-wrap::before {
  padding-top: 57.09677%;
}
@media screen and (min-width: 1280px), print {
  .ees-service-img .img-wrap::before {
    display: none;
  }
}
.ees-service-img .img-cover {
  transition: transform 0.25s;
}
@media screen and (min-width: 768px), print {
  .ees-service-img .img-cover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.ees-service-main {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .ees-service-main {
    margin-top: 0;
    padding: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-service-main {
    padding: 4rem;
  }
}
.ees-service-head {
  margin: 0 -2rem 1rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: calc(1.4rem + 1vw);
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .ees-service-head {
    margin: 0 0 1.5rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-service-head {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px), print {
  .ees-service-head {
    text-align: left;
  }
}
.ees-service-body {
  flex-grow: 1;
  line-height: 1.8;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .ees-service-body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-service-body {
    font-size: 1.6rem;
  }
}
.ees-service-foot {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 1280px), print {
  .ees-service-foot {
    margin: 2.5rem -1rem -1rem 0;
    text-align: right;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-service-more::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-service-inner:hover {
    background-color: #e2f8c9;
  }
  .ees-service-inner:hover .ees-service-img img {
    transform: scale(1.1);
  }
  .ees-service-inner:hover .ees-service-head {
    color: #334b17;
  }
}

/* キャンプ・アウトドア体験 */
.ees-outdoor-section {
  margin: 0 -1.5rem -10rem;
  padding: 6rem 1.5rem;
  background: #e3efe2 url(../img/top/bg2.png) no-repeat top;
  background-size: contain;
}
@media screen and (min-width: 1100px), print {
  .ees-outdoor-section {
    margin: 0 -4rem -12rem;
    padding: 12rem 4rem 10rem;
  }
}
.ees-outdoor-header {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.ees-outdoor-heading::before {
  color: #5f5826;
}
.ees-outdoor-container {
  max-width: 140rem;
}
.ees-outdoor-description {
  margin-bottom: 4rem;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .ees-outdoor-description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-outdoor-description {
    margin-bottom: 5rem;
    font-size: 1.8rem;
  }
}
.ees-outdoor-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -5rem 0;
}
@media screen and (min-width: 1100px), print {
  .ees-outdoor-list {
    margin: 0 -3rem -5rem 0;
  }
}
@media screen and (min-width: 1440px), print {
  .ees-outdoor-list {
    margin: 0 -6rem -6rem 0;
  }
}
.ees-outdoor-item {
  width: 50%;
  padding: 0 1.5rem 5rem 0;
}
@media screen and (min-width: 1100px), print {
  .ees-outdoor-item {
    padding: 0 3rem 5rem 0;
  }
}
@media screen and (min-width: 1440px), print {
  .ees-outdoor-item {
    padding: 0 6rem 6rem 0;
  }
}
.ees-outdoor-inner {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ees-outdoor-img .img-wrap::before {
  padding-top: 57.09677%;
}
.ees-outdoor-main {
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .ees-outdoor-main {
    margin-top: 3rem;
  }
}
.ees-outdoor-head {
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: calc(1.4rem + 1vw);
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .ees-outdoor-head {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-outdoor-head {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.ees-outdoor-body {
  line-height: 1.8;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .ees-outdoor-body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ees-outdoor-body {
    font-size: 1.8rem;
  }
}
.ees-outdoor-foot {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .ees-outdoor-foot {
    margin-top: 3rem;
  }
}
/*草刈りで困っている方…*/
.ees-mowing-section {
  margin: 0 -1.5rem -10rem;
  padding: 8rem 1.5rem;
  background-color: #F2FCE5;
}
@media screen and (min-width: 1100px), print {
  .ees-mowing-section {
    margin: 0 -4rem -12rem;
    padding: 18rem 4rem 10rem;
  }
}

/* ローディング */
.loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s, transform 0.6s;
}
.loader.loading {
  opacity: 1;
  pointer-events: auto;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 3px solid #ddd;
  border-top: 2px solid #68863e;
  border-radius: 50%;
  z-index: 1;
  animation: spin 3s linear infinite;
}
@media screen and (min-width: 1100px), print {
  .loader::before {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* アニメーション */
.anim-item {
  pointer-events: none;
  transition: opacity 1s, transform 1s;
}
.anim-item.is-active {
  pointer-events: auto;
}
.anim-item.fadeInUp {
  opacity: 0;
  transform: translateY(75px);
}
.anim-item.fadeInUp.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1099.98px) {
  .anim-none {
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* --------------------------------

  お知らせ

-------------------------------- */
.news-list-heading.heading {
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news-heading.heading {
  margin-bottom: 3rem;
  padding-bottom: 4rem;
  text-align: left;
  border-bottom: 1px solid #68863e;
}
@media screen and (min-width: 768px), print {
  .news-heading.heading {
    text-align: center;
  }
}
@media screen and (min-width: 1100px), print {
  .news-heading.heading {
    margin-right: -3rem;
    margin-left: -3rem;
    padding-bottom: 5rem;
  }
}
.news-body {
  margin-top: 2rem;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.news-body * {
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 500;
}
.news-body::after {
  content: "";
  display: table;
  clear: both;
}
.news-back {
  margin-top: 3rem;
  padding-top: 3rem;
  text-align: center;
  border-top: 1px solid #68863e;
}
@media screen and (min-width: 1100px), print {
  .news-back {
    margin: 4rem -3rem 0;
    padding-top: 4rem;
  }
}
.news-link {
  display: block;
  position: relative;
  padding: 1.5rem 1rem;
  line-height: 1.4;
  border-bottom: 1px solid #68863e;
}
@media screen and (min-width: 768px), print {
  .news-link {
    display: flex;
    padding: 1.75rem 3rem;
  }
}
.news-link:hover {
  text-decoration: none;
}
.news-link:hover .news-date {
  color: currentColor;
}
.news-link:hover .news-title {
  text-decoration: underline;
}
.news-date {
  margin-bottom: 0.25rem;
  font-size: 0.9em;
  color: #333;
}
@media screen and (min-width: 768px), print {
  .news-date {
    width: 8em;
    margin-bottom: 0;
    font-size: 1em;
  }
}
.news-title {
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-title {
    flex: 1;
  }
}
.news-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.news-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* お知らせ一覧：サムネイル（大）*/
.news-list-img {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem -3rem 0;
}
@media screen and (min-width: 1100px), print {
  .news-list-img {
    margin: 0 -4rem -4rem 0;
  }
}
.news-list-img .news-topics {
  width: 50%;
  padding: 0 1rem 3rem 0;
}
@media screen and (min-width: 768px), print {
  .news-list-img .news-topics {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1100px), print {
  .news-list-img .news-topics {
    padding: 0 4rem 4rem 0;
  }
}
.news-list-img .news-link {
  display: block;
  height: 100%;
  padding: 1rem;
  color: #333;
  text-align: center;
  border-radius: 1.5rem;
  border-bottom: none;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transition: background-color 0.25s;
}
@media screen and (min-width: 768px), print {
  .news-list-img .news-link {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-list-img .news-link {
    padding: 1.75rem;
    border-radius: 3rem;
  }
}
.news-list-img .news-date {
  display: block;
  width: auto;
  margin: 1rem 0 0.25rem 0.25rem;
  font-size: 1.2rem;
  text-align: left;
}
.news-list-img .news-title {
  overflow: hidden;
  font-variant: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .news-list-img .news-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.news-list-img .news-title * {
  font-weight: 700;
}
.news-list-img .news-img {
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
}
.news-list-img .news-img::before {
  content: "";
  display: block;
  padding-top: 62.37288%;
}
.news-list-img .news-img img {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .news-list-img .news-img img {
    border-radius: 2.25rem;
  }
}
.news-list-img .news-more {
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
}
.news-list-img .news-more::after {
  margin-left: 0.5rem;
}
.news-list-img .news-link:hover {
  color: #334b17;
  background-color: #8ce324;
}
.news-list-img .news-link:hover .news-more {
  color: #fff;
  border-color: #334b17;
  background-color: #334b17;
}

/* お知らせ一覧スライダー：サムネイル（大）*/
.news-list-slider .news-topics {
  width: 24rem;
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 2rem 0;
}
@media screen and (min-width: 768px), print {
  .news-list-slider .news-topics {
    width: 28rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-list-slider .news-topics {
    width: 32.6rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.news-list-slider .news-link {
  display: block;
  height: 100%;
  padding: 1rem;
  color: #333;
  text-align: center;
  border-radius: 1.5rem;
  border-bottom: none;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transition: background-color 0.25s;
}
@media screen and (min-width: 768px), print {
  .news-list-slider .news-link {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-list-slider .news-link {
    padding: 1.75rem;
    border-radius: 3rem;
  }
}
.news-list-slider .news-date {
  display: block;
  width: auto;
  margin: 1rem 0 0.25rem 0.25rem;
  font-size: 1.2rem;
  text-align: left;
}
.news-list-slider .news-title {
  overflow: hidden;
  font-variant: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .news-list-slider .news-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.news-list-slider .news-title * {
  font-weight: 700;
}
.news-list-slider .news-img {
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
}
.news-list-slider .news-img::before {
  content: "";
  display: block;
  padding-top: 62.37288%;
}
.news-list-slider .news-img img {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .news-list-slider .news-img img {
    border-radius: 2.25rem;
  }
}
.news-list-slider .news-more {
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
}
.news-list-slider .news-more::after {
  margin-left: 0.5rem;
}
.news-list-slider .news-link:hover {
  color: #334b17;
  background-color: #8ce324;
}
.news-list-slider .news-link:hover .news-more {
  color: #fff;
  border-color: #334b17;
  background-color: #334b17;
}

/* topics_paging */
#topics_paging {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.5rem;
}
#topics_paging_all {
  margin-top: 3.5rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
#topics_paging li {
  display: flex;
  align-items: center;
  margin: 0 0.2rem;
  padding: 0.7rem 1rem;
  line-height: 1.2;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}
@media screen and (max-width: 767.98px) {
  #topics_paging li {
    font-size: 1.4rem;
  }
}
#topics_paging a {
  display: block;
  margin: -0.7rem -1rem;
  padding: 0.7rem 1rem;
  color: #333;
}
#topics_paging a:hover {
  text-decoration: none;
  color: #68863e;
}

#calculated_page {
  margin-left: -1rem;
}

#total_pages {
  margin-right: 1rem;
}

/* --------------------------------

  下層ページ

-------------------------------- */
/* 共通導入部 */
.intro-section {
  margin-bottom: 10rem;
}
.intro-inner {
  max-width: 140rem;
}
.intro-img .img-wrap {
  height: 100%;
}
.intro-img .img-wrap::before {
  padding-top: 24rem;
}
.intro-img .img-radius {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.intro-main {
  padding: 2rem;
}
.intro-heading {
  margin-bottom: 2rem;
}
.intro-caption {
  font-size: 2rem;
}
.intro-description {
  margin-top: 2rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .intro-img {
    position: relative;
    top: -4rem;
    left: -2rem;
    width: 50%;
  }
  .intro-img .img-wrap::before {
    display: none;
  }
  .intro-img .img-radius {
    border-top-left-radius: 0;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 0;
  }
  .intro-main {
    margin-left: -2rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .intro-section {
    margin-bottom: 12rem;
  }
  .intro-container {
    padding-top: 8rem;
  }
  .intro-img {
    position: relative;
    top: -8rem;
    left: -10rem;
  }
  .intro-main {
    margin: 6rem 6rem 6rem -4rem;
    padding: 0;
  }
  .intro-caption {
    font-size: 2.8rem;
  }
  .intro-description {
    line-height: 2;
  }
}
@media screen and (min-width: 1280px), print {
  .intro-img {
    width: 66rem;
  }
  .intro-caption {
    font-size: 3.6rem;
  }
  .intro-description {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1601px), print {
  .intro-img {
    left: -8rem;
  }
  .intro-img .img-radius {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }
  .intro-main {
    margin-left: -2rem;
  }
}

/* 共通お問い合わせ */
.contact-box {
  padding: 2.5rem 0;
  line-height: 1.5;
}
.contact-box-heading {
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-size: 1.8rem;
}
.contact-box-logo {
  max-width: 36rem;
  margin: 0 auto 2rem;
}
.contact-box-name {
  margin-bottom: 1.5rem;
}
.contact-box-tel {
  margin-right: -3rem;
  margin-left: -3rem;
}
.contact-box-tel .tel-link {
  display: inline-flex;
  vertical-align: top;
  padding: 1.75rem 2.5rem;
  line-height: 1em;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 10em;
  background-color: #68863e;
  transition: color 0.25s, background-color 0.25s;
}
.contact-box-tel .tel-link::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.075em 0.5em 0 0;
  background: url(../img/base/tel_wht.svg) center no-repeat;
  background-size: contain;
}
.contact-box-tel a.tel-link:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .contact-box-tel a.tel-link:hover {
    background-color: #9ab478;
  }
}
.contact-box-time {
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .contact-box {
    padding: 4rem 0;
    font-size: 1.8rem;
  }
  .contact-box-heading {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .contact-box-logo {
    max-width: 48rem;
    margin-top: 3rem;
  }
  .contact-box-tel .tel-link {
    padding: 2rem 3rem 2.5rem;
    font-size: 3.6rem;
  }
  .contact-box-tel .tel-link::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .contact-box {
    font-size: 2rem;
  }
  .contact-box-heading {
    font-size: 3rem;
  }
  .contact-box-logo {
    max-width: none;
    margin-bottom: 4rem;
  }
  .contact-box-tel .tel-link {
    padding: 2.5rem 4rem 2.75rem;
  }
}

/* 共通料金表 */
.price-list {
  line-height: 1.5;
  font-size: 1.8rem;
}
.price-list-row:not(:last-child) {
  margin-bottom: 2rem;
}
.price-list dt {
  padding: 1.5rem;
  border-radius: 1rem 1rem 0 0;
}
.price-list dd {
  padding: 1.5rem;
  border-radius: 0 0 1rem 1rem;
}
.price-list-note {
  display: block;
  font-size: 1.2rem;
}
.price-list-sub {
  margin-top: 0.5rem;
}
.price-list-sm .price-list-row:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .price-list dt {
    padding: 2rem 0 2rem 2rem;
    border-radius: 1rem 0 0 1rem;
  }
  .price-list dd {
    padding: 2rem;
    border-radius: 0 1rem 1rem 0;
  }
  .price-list-note {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .price-list {
    font-size: 2.2rem;
  }
  .price-list dt {
    padding: 2.2rem 0 2.2rem 3rem;
    border-radius: 2rem 0 0 2rem;
  }
  .price-list dd {
    padding: 2.2rem 3rem;
    border-radius: 0 2rem 2rem 0;
  }
  .price-list-note {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px), print {
  .price-list-note {
    margin-top: 0.1em;
    margin-left: 1.5rem;
    font-size: 1.6rem;
  }
}

/* 共通動画エリア */
.content-movie {
  position: relative;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.content-movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.content-movie iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* 共通チェックリスト */
.check-list {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.check-list li {
  position: relative;
  padding-left: 3.5rem;
}
.check-list li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.check-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: url(../img/base/check.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .check-list {
    font-size: 2rem;
  }
  .check-list li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .check-list {
    font-size: 2.6rem;
  }
  .check-list li {
    padding-left: 7rem;
  }
  .check-list li::before {
    bottom: 0;
    width: 5rem;
    height: 4rem;
    margin: auto;
  }
}

/* 共通コンテンツ */
.content-box {
  margin-top: 3rem;
  padding: 2rem 1.5rem;
}
.content-box + .content-box {
  margin-top: 1rem;
}
.content-box-title {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1.4;
  font-size: 2.2rem;
  color: #877e37;
  border-bottom: 1px solid #fff;
}
.content-box-title.__caution::before {
  content: "";
  display: block;
  height: 3rem;
  margin-bottom: 0.5rem;
  background: url(../img/base/caution.svg) no-repeat center;
  background-size: contain;
}
.content-box-wrap {
  justify-content: space-between;
}
.content-box-col4 {
  width: 33.3333%;
}
.content-box-col6 {
  width: 50%;
}
.content-box-list {
  padding-left: 2.2em;
  font-size: 1.4rem;
}
.content-box-sm .content-box-title {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .content-box {
    margin-top: 5rem;
    padding: 3rem;
  }
  .content-box + .content-box {
    margin-top: 1.5rem;
  }
  .content-box-title {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 2.6rem;
  }
  .content-box-title.__caution::before {
    margin-bottom: 1rem;
  }
  .content-box-list {
    font-size: 1.6rem;
  }
  .content-box-sm {
    padding: 2rem 3rem;
  }
  .content-box-sm .content-box-title {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .content-box {
    margin-top: 8rem;
  }
  .content-box-title {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    font-size: 3rem;
  }
  .content-box-list {
    font-size: 1.8rem;
  }
  .content-box-sm {
    padding: 2rem 4rem;
  }
  .content-box-sm .content-box-title {
    font-size: 2.4rem;
  }
}

/* 共通ながれ */
.flow-list {
  counter-reset: flow_list;
  font-size: 1.8rem;
}
.flow-list li {
  position: relative;
  margin-top: 4.4rem;
  padding: 3.4rem 1.5rem 1.5rem;
}
.flow-list li::before {
  counter-increment: flow_list;
  content: counter(flow_list);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.4rem;
  right: 0;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  margin: auto;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 100%;
  background-color: #95e535;
}
.flow-list li:not(:last-child) {
  margin-bottom: 8rem;
}
.flow-list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  border-top: 3px solid #95e535;
  border-right: 3px solid #95e535;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px), print {
  .flow-list {
    font-size: 2.2rem;
  }
  .flow-list li {
    margin-top: 5.7rem;
    padding: 3.7rem 1.5rem 1.5rem;
  }
  .flow-list li::before {
    top: -2.7rem;
    width: 5.4rem;
    height: 5.4rem;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .flow-list {
    font-size: 2.6rem;
  }
  .flow-list li {
    padding: 4.2rem 1.5rem 3rem;
  }
}

/* 共通注釈 */
.content-note {
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .content-note {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .content-note {
    margin-top: 2rem;
  }
}

/* 共通テキスト + 画像 */
.content-primary .content-img {
  max-width: 28rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px), print {
  .content-primary .content-img {
    width: 32rem;
    max-width: none;
    margin: 0.5rem 0 0 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .content-primary {
    min-height: 30rem;
    padding-right: 52rem;
  }
  .content-primary .heading {
    margin-right: -4rem;
    padding-right: 4rem;
  }
  .content-primary .content-img {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 48rem;
    margin: 0;
  }
}

/* 共通テキスト + 画像 */
.content-secondary .content-img {
  max-width: 28rem;
  margin: 0 auto 2rem;
}
.content-secondary .content-more {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .content-secondary .content-img {
    width: 32rem;
    max-width: none;
    margin: 0.5rem 0 0 2rem;
  }
  .content-secondary .content-more {
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .content-secondary .content-img {
    width: 45rem;
    margin: 0.75rem 0 0 3rem;
  }
}

/* 代表挨拶 */
.greeting-img {
  max-width: 26rem;
  margin: 0 auto 2rem;
}
.greeting-name {
  margin-top: 2rem;
  line-height: 1.2;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .greeting-img {
    width: 28rem;
    max-width: none;
    margin: 0 0 0 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .greeting-img {
    width: 36rem;
    margin-left: 5rem;
  }
  .greeting-name {
    margin-top: 3rem;
    font-size: 2.2rem;
  }
}

/* 事業案内 */
.business-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  margin-top: 3.5rem;
}
.business-list-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  padding: 0 2rem 2rem;
  background-color: #f7f8f9;
  transition: color 0.25s, background-color 0.25s;
}
.business-list-img {
  margin: 0 -2rem 2rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.business-list-img img {
  transition: transform 0.5s;
}
.business-list-title {
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-size: 2.4rem;
  text-align: center;
}
.business-list-text {
  font-size: 1.4rem;
}
.business-list-more {
  margin-top: 1.5rem;
}
.business-list-link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.business-list-item:hover {
  color: #334b17;
  background-color: #e2f8c9;
}
.business-list-item:hover .business-list-img img {
  transform: scale(1.1);
}
.business-list-item:hover .link-button {
  color: #fff;
  border-color: #334b17;
  background-color: #334b17;
}
@media screen and (min-width: 480px), print {
  .business-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .business-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .business-list {
    grid-column-gap: 3rem;
  }
  .business-list-item {
    padding: 0 3rem 3rem;
  }
  .business-list-img {
    margin: 0 -3rem 2rem;
  }
  .business-list-title {
    font-size: 2.8rem;
  }
}

/* 会社概要 */
.outline-table td.license {
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .outline-table th {
    width: 25rem;
  }
  .outline-table td.license {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .outline-table td.license {
    padding: 3rem;
  }
}

/* アクセスマップ */
.access-content:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px dotted #68863e;
}
.access-info {
  margin-bottom: 2rem;
}
.access-info dt {
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.access-info .add {
  margin-bottom: 1.5rem;
}
.access-map {
  position: relative;
  overflow: hidden;
}
.access-map::before {
  content: "";
  display: block;
  padding-top: 35rem;
}
.access-map iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px), print {
  .access-content:not(:last-child) {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
  .access-info {
    margin-bottom: 4rem;
  }
  .access-info dt {
    margin-right: 3rem;
    margin-bottom: 0;
    padding-right: 3rem;
    font-size: 2.6rem;
    border-right: 4px solid #f5f5f5;
  }
  .access-info dd {
    font-size: 1.8rem;
  }
  .access-info .add {
    margin-bottom: 0;
  }
  .access-info .btn {
    margin-left: auto;
  }
  .access-map::before {
    padding-top: 59rem;
  }
}

/* 買取の場合 */
.buy-pricelist {
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .buy-pricelist dt {
    width: 30rem;
  }
}
@media screen and (min-width: 1100px), print {
  .buy-pricelist {
    margin-top: 5rem;
  }
}

/* 買取／回収エリア */
.vegetable-area {
  margin-top: 3rem;
}
.vegetable-area dd {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .vegetable-area dt {
    width: 11.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .vegetable-area {
    margin-top: 5rem;
  }
  .vegetable-area dt {
    width: 15.5rem;
  }
  .vegetable-area dd {
    font-size: 1.8rem;
  }
}

/* 回収日・場所 */
.collection-area {
  display: block;
  line-height: 1.5;
}
.collection-area thead {
  display: block;
}
.collection-area tbody {
  display: block;
}
.collection-area tr {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.collection-area th,
.collection-area td {
  padding: 1.5rem 0;
}
.collection-area .tr2 {
  margin-top: 0.5rem;
}
.collection-area .w1 {
  width: 6rem;
  text-align: center;
}
.collection-area .w3 {
  width: 20rem;
  text-align: center;
}
.collection-area .th1 {
  color: #fff;
  text-align: center;
  background-color: #777;
}
.collection-area .th2 {
  background-color: #e2f8c9;
}
.collection-area .td1 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background-color: #f5f5f5;
}
.collection-area .td2 {
  background-color: #ebebeb;
}
@media screen and (max-width: 767.98px) {
  .collection-area thead {
    display: none;
  }
  .collection-area tr,
  .collection-area th,
  .collection-area td {
    display: block;
  }
  .collection-area th,
  .collection-area td {
    padding: 1rem 0;
  }
  .collection-area .w1 {
    width: auto;
  }
  .collection-area .w2 {
    text-align: center;
  }
  .collection-area .w3 {
    width: auto;
  }
  .collection-area .tr2 {
    margin-top: 0;
  }
  .collection-area .tr2:not(:last-child) {
    margin-bottom: 1rem;
  }
  .collection-area .th2 {
    font-size: 1.6rem;
  }
  .collection-area .th2::after {
    content: attr(data-label);
  }
  .collection-area .td1::before,
  .collection-area .td2::before {
    content: "【" attr(data-label) "】";
    display: block;
    margin-bottom: 0.35rem;
  }
}

/* 回収日・回収エリア */
@media screen and (min-width: 768px), print {
  .mineral-area dt {
    width: 20rem;
  }
}
@media screen and (min-width: 1100px), print {
  .mineral-area dt {
    width: 30rem;
  }
}

/* オイルのお問い合わせ */
.waste-oil-contact-section:not(:last-child) {
  margin-bottom: 15rem;
}
@media screen and (min-width: 1100px), print {
  .waste-oil-contact-section:not(:last-child) {
    margin-bottom: 20rem;
  }
}

/* アウトドア */
.outdoor-main {
  margin-bottom: 3rem;
}
.outdoor-pricelist {
  margin-top: 3rem;
}
.outdoor-pricelist:not(:last-child) {
  margin-bottom: 2rem;
}
.outdoor-facility {
  margin-top: 3rem;
}
.outdoor-facility-list {
  justify-content: space-between;
}
.outdoor-facility-col {
  width: 33.3333%;
}
.outdoor-facility-note {
  margin-top: 0.5rem;
  padding-left: 0.65em;
}
.outdoor-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem -2rem 0;
}
.outdoor-img {
  width: 100%;
  padding: 0 1rem 2rem 0;
}
.outdoor-img figcaption {
  margin-top: 0.5rem;
}
@media screen and (min-width: 480px), print {
  .outdoor-img {
    width: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .outdoor-main {
    margin-bottom: 0;
    padding-right: 2rem;
  }
  .outdoor-title {
    margin-right: -2rem;
    padding-right: 2rem;
  }
  .outdoor-pricelist dt {
    width: 24rem;
  }
  .outdoor-pricelist dd {
    padding-left: 0;
  }
  .outdoor-side {
    display: block;
    width: 28rem;
    margin: 0;
  }
  .outdoor-img {
    width: auto;
    padding: 0;
  }
  .outdoor-img + .outdoor-img {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .outdoor-main {
    padding-right: 4rem;
  }
  .outdoor-title {
    margin-right: -4rem;
    padding-right: 4rem;
  }
  .outdoor-pricelist dt {
    width: 27rem;
  }
  .outdoor-pricelist dd {
    padding-right: 2.5rem;
  }
  .outdoor-facility-note {
    padding-left: 0.85em;
  }
  .outdoor-side {
    width: 38rem;
  }
  .outdoor-img figcaption {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1280px), print {
  .outdoor-side {
    width: 46rem;
  }
}

/* カルゾーの特徴と使用メリット */
.karuzo-merit-list {
  margin-bottom: 3rem;
}
.karuzo-merit dt {
  margin-bottom: 0.5rem;
}
.karuzo-merit dt::before {
  content: "＜";
}
.karuzo-merit dt::after {
  content: "＞";
}
@media screen and (min-width: 768px), print {
  .karuzo-merit-list {
    margin-bottom: 5rem;
  }
  .karuzo-merit dt {
    margin-bottom: 0;
  }
}

/* 各料金のご案内 */
.drone-price {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .drone-price dt {
    width: 17rem;
  }
}
@media screen and (min-width: 1100px), print {
  .drone-price {
    margin-top: 2.5rem;
  }
  .drone-price dt {
    width: 22rem;
  }
}

@media screen and (min-width: 768px), print {
  .outdoor-price dd {
    width: 24rem;
  }
}
@media screen and (min-width: 1100px), print {
  .outdoor-price dd {
    width: 34rem;
  }
}

@media screen and (min-width: 768px), print {
  .snow-price dt {
    width: 23.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .snow-price dt {
    width: 30rem;
  }
}
@media screen and (min-width: 1280px), print {
  .snow-price .price-list-text {
    width: 31rem;
    text-align: right;
  }
}

@media screen and (min-width: 768px), print {
  .mowing-price dt {
    width: 18rem;
  }
}
@media screen and (min-width: 1100px), print {
  .mowing-price dt {
    width: 22rem;
  }
}

:root {
  --myhp-grid: 1.6rem;
  --myhp-white: #fff;
  --myhp-black: #333;
  --myhp-blue: #334b17;
  --myhp-red: #c00;
  --myhp-focus: #8ce324;
  --myhp-placeholder: #999;
  --myhp-error: #ffebee;
  --myhp-border: #999;
  --myhp-background: #fff;
  --myhp-transition: 0.3s;
  --myhp-color1: #ccc;
  --myhp-color2: #f7f8f9;
}

/* お問い合わせ・お見積もりはお気軽にどうぞ */
.contact-us {
  padding: 3rem 1.5rem;
  background-color: #e5f9ce;
}
@media screen and (min-width: 768px), print {
  .contact-us {
    padding: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .contact-us {
    padding: 4.5rem 4rem;
  }
}
.contact-us-heading {
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: 2.2rem;
  color: #68863e;
}
@media screen and (min-width: 768px), print {
  .contact-us-heading {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .contact-us-heading {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}
.contact-us-text {
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .contact-us-text {
    line-height: 2;
    font-size: 1.8rem;
  }
}
.contact-us-tel {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .contact-us-tel {
    margin-top: 3.5rem;
  }
}

/* フォーム */
.myhp-form {
  font-size: 1.6rem;
}
.myhp-form__note {
  font-size: 1.4rem;
}
.myhp-form__textfield {
  height: 5rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
}
.myhp-form__select-input {
  height: 5rem;
  padding: 0 5rem 0 1rem;
  border-radius: 0.5rem;
}
.myhp-form__select:before {
  display: block;
  top: -0.5rem;
  right: 2rem;
  bottom: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  border-bottom: none;
  border-left: none;
  background: none;
  transform: rotate(135deg);
}
.myhp-form__required {
  margin: 0 calc(var(--myhp-grid) * 1) 0 0;
  padding: calc(var(--myhp-grid) * 0.4) calc(var(--myhp-grid) * 1);
  font-size: 1.3rem;
  color: var(--myhp-red);
  border-radius: 10em;
  border: 1px solid var(--myhp-red);
  background: var(--myhp-white);
}
.myhp-form__items {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--myhp-color1);
  background-color: var(--myhp-color2);
}
.myhp-form__textfield:focus, .myhp-form__select-input:focus, .myhp-form__textarea:focus {
  background: var(--myhp-white);
  border-color: var(--myhp-focus);
}
.myhp-form__privacypolicy-button:before {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1rem 0 0;
  border-radius: 0;
}
.myhp-form__privacypolicy-text {
  flex-wrap: wrap;
}
.myhp-form__button-confirm {
  position: relative;
  width: 11em;
  height: 5rem;
  padding: 0;
  font-size: 1.8rem;
  border-radius: 10em;
  border-width: 1px;
}
.myhp-form__button-confirm::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2.5rem;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}

@media screen and (min-width: 768px), print {
  .myhp-form {
    font-size: 1.8rem;
  }
  .myhp-form__textfield {
    height: 6rem;
    padding: 0 1.5rem;
  }
  .myhp-form__select-input {
    height: 6rem;
    padding: 0 6.5rem 0 1.5rem;
  }
  .myhp-form__select:before {
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .myhp-form__required {
    font-size: 1.4rem;
  }
  .myhp-form__items {
    padding: 2.5rem;
    border-radius: 1.5rem;
  }
  .myhp-form__privacypolicy-button:before {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
  }
  .myhp-form__button-confirm {
    height: 6rem;
    font-size: 2rem;
  }
}
/* --------------------------------

  プリント

-------------------------------- */
@media print {
  html, body {
    width: 1100px;
    background: none;
  }
}
/* --------------------------------

  修正・追加用

-------------------------------- */
/*! 250403 追記 */
.page-menu {
  margin-bottom: 8rem;
}
.page-menu-primary {
  margin-top: 0.5rem;
}
.page-menu-list {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 40rem;
  margin: auto;
}
.page-menu-link {
  display: block;
  padding: 2rem 0;
  color: #fff;
  background-color: #000;
}
.page-menu-link:hover {
  text-decoration: none;
  color: #fff;
}
.page-menu-vegetable {
  border-radius: 1.5rem 1.5rem 0 0;
  background-color: #68863e;
}
.page-menu-engine {
  border-radius: 0 0 1.5rem 1.5rem;
  background-color: #334b17;
}
.page-menu-icon {
  display: block;
  width: 2.5rem;
  margin: 0 auto 0.5rem;
}
.page-menu-label {
  display: block;
  font-weight: 900;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-menu-label::after {
  content: attr(data-label);
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 768px), print {
  .page-menu {
    margin-bottom: 12rem;
  }
  .page-menu-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
    margin: 0;
  }
  .page-menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11rem;
    padding: 0;
  }
  .page-menu-vegetable {
    border-radius: 10em 0 0 10em;
  }
  .page-menu-engine {
    border-radius: 0 10em 10em 0;
  }
  .page-menu-icon {
    width: 3rem;
    margin: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .page-menu-primary {
    margin-top: 4rem;
  }
  .page-menu-link {
    height: 14rem;
  }
  .page-menu-icon {
    width: 5rem;
    margin-right: 3rem;
  }
  .page-menu-label {
    font-size: 3rem;
  }
  .page-menu-label::after {
    font-size: 1.6rem;
  }
}
@media screen and (hover: hover) and (pointer: fine), print {
  .page-menu-link {
    transition: color 0.25s, border-color 0.25s, background-color 0.25s;
  }
  .page-menu-link:hover {
    color: #fff;
    background-color: #a3e84f;
  }
}/*# sourceMappingURL=styles.css.map */