@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* アンカーリンクヘッダー調整
====================================== */
:root {
  --header-height: 100px;
}

/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", serif;
  color: #333333;
  line-height: 1.3;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: #333333;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (min-width: 640px) {
  input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
  select,
  textarea {
    padding: 2em;
  }
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 1320px;
}
.uk-container-xsmall {
  max-width: 1200px;
}
.uk-container-small {
  max-width: 1250px;
}
.uk-container-medium {
  max-width: 1340px;
}
.uk-container-large {
  max-width: 1600px;
}
.uk-container-expand {
  max-width: none;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-txt-color-text {
  color: #333333 !important;
}

.com-bg-text {
  background-color: #333333 !important;
}

.com-txt-color-main {
  color: #006D2A !important;
}

.com-bg-main {
  background-color: #006D2A !important;
}

.com-txt-color-danger {
  color: #C75252 !important;
}

.com-bg-danger {
  background-color: #C75252 !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-black {
  color: #000 !important;
}

.com-bg-black {
  background-color: #000 !important;
}

.com-txt-color-red_01 {
  color: #6D0000 !important;
}

.com-bg-red_01 {
  background-color: #6D0000 !important;
}

.com-txt-color-green_01 {
  color: #89BA23 !important;
}

.com-bg-green_01 {
  background-color: #89BA23 !important;
}

.com-txt-color-gray_01 {
  color: #F0F0F0 !important;
}

.com-bg-gray_01 {
  background-color: #F0F0F0 !important;
}

.com-txt-color-purple_01 {
  color: #920983 !important;
}

.com-bg-purple_01 {
  background-color: #920983 !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-x {
  color: #000 !important;
}

.com-bg-x {
  background-color: #000 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

/* #header
====================================== */
#header {
  height: 48px;
  background-color: #fff;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(30px) brightness(140%);
          backdrop-filter: blur(30px) brightness(140%);
  background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 640px) {
  #header {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  #header {
    padding-right: 0;
  }
}

/* parts
--------------------------------- */
/* #header-offcanvas-btn
--------------------------------- */
/* #header-logo　
--------------------------------- */
#header-logo {
  display: flex;
  align-items: center;
  align-self: flex-end;
  gap: 1.5em;
  margin-bottom: 0;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  font-size: 31px;
  font-size: 1.9375rem;
}
@media (min-width: 640px) {
  #header-logo {
    font-size: 64px;
    font-size: 4rem;
    align-self: center;
  }
}
#header-logo .logo {
  width: 152px;
  display: flex;
  align-items: baseline;
  gap: 7px;
}
@media (min-width: 640px) {
  #header-logo .logo {
    width: auto;
  }
}
#header-logo .logo img {
  width: 29px;
}
@media (min-width: 640px) {
  #header-logo .logo img {
    width: 66px;
  }
}

/* #header-tel　
--------------------------------- */
/* gnav
====================================== */
#gnav {
  align-self: center;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: 20px;
}

.gnav-list-01 {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  justify-content: flex-end;
}
.gnav-list-01 a {
  display: block;
  padding: 0.2em 1.2em;
}
.gnav-list-01 > li {
  position: relative;
}
.gnav-list-01 > li + li:not(.uk-first-column):before {
  content: "";
  display: block;
  color: #006D2A;
  height: 1em;
  border-left: 1px solid;
  position: absolute;
  top: 0.25em;
  bottom: 0;
  margin: auto;
}
.gnav-list-01 .contact {
  color: #006D2A;
}

.gnav-btn-01 {
  display: flex;
  background-color: #006D2A;
  aspect-ratio: 1/1;
  justify-content: center;
  align-self: center;
  height: 100%;
  box-sizing: border-box;
  padding: 0.5em;
}

/* #lnav
====================================== */
/* #footer
====================================== */
#footer {
  border-top: 1px solid #989898;
}

#footer-head {
  padding-top: 82px;
  padding-bottom: 130px;
}

/* footer-logo
====================================== */
.footer-logo {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.footer-logo-text {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  display: inline-block;
}

.footer-txt-01 {
  font-weight: 500;
}
.footer-txt-01 .name {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.7em;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .footer-txt-01 .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.footer-txt-02 {
  letter-spacing: 0.1em;
}
.footer-txt-02 a {
  color: white;
}

/* footer-head
====================================== */
/* footer-body
====================================== */
/* footer-foot
====================================== */
/* parts
====================================== */
/* pagetop
-------------------------------------- */
#pagetop {
  transition: opacity 0.25s;
  opacity: 1;
}
#pagetop.pagetop-hidden {
  opacity: 0;
}

.pagetop {
  font-size: 10px;
  font-size: 0.625rem;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 640px) {
  .pagetop {
    width: 70px;
    right: 40px;
    bottom: 30px;
  }
}

/* footer-nav
-------------------------------------- */
.footer-nav-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.1em;
  align-items: flex-start;
  gap: 25px 55px;
}

.footer-nav-02 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  align-items: flex-start;
  gap: 23px;
}
@media (min-width: 640px) {
  .footer-nav-02 {
    gap: 55px;
  }
}
@media (max-width: 639px) {
  .footer-nav-02 {
    border-top: 1px solid #D1D1D1;
    padding-top: 24px;
    width: 100%;
  }
}

@media (max-width: 639px) {
  .footer-grid-01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.footer-nav-parent {
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.footer-nav-parent.parent-02 {
  margin-bottom: 20px;
}

.footer-panel-01 {
  margin-top: 8px;
}

.footer-btn-01 {
  display: block;
  padding-block: 0.25em;
  font-weight: 500;
  margin-left: 1em;
}
.footer-btn-01::before {
  content: "-";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* .copyright
--------------------------------- */
#footer-copyright {
  height: 40px;
  padding-top: 1em;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  #footer-copyright {
    height: 80px;
  }
}

.footer-list-01 {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  font-size: 8px;
  font-size: 0.5rem;
  color: white;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .footer-list-01 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.footer-list-01 a {
  display: block;
  padding: 0.2em 1.2em;
}
.footer-list-01 li + li {
  display: block;
  border-left: 0.5px solid #fff;
  padding-left: 13px;
}

.uk-offcanvas-bar {
  max-width: 1040px !important;
  background-color: #006D2A;
  width: 100%;
  color: #fff;
  letter-spacing: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}

.uk-offcanvas.uk-open .uk-offcanvas-bar {
  visibility: visible;
  opacity: 1;
}

/* #header
====================================== */
.offcanvas-head {
  height: 60px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5px 0 12px;
}
@media (min-width: 960px) {
  .offcanvas-head {
    height: 90px;
    padding: 20px 45px 0 50px;
  }
}
.offcanvas-head .gnav-btn-01 {
  position: static;
  align-self: stretch;
}
.offcanvas-head .gnav-btn-01 svg {
  width: 27px;
}
.offcanvas-head .header-logo {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 7px;
}
.offcanvas-head .header-logo svg {
  fill: #fff;
}
.offcanvas-head .logo {
  font-size: 31px;
  font-size: 1.9375rem;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .offcanvas-head .logo {
    font-size: 64px;
    font-size: 4rem;
  }
}

.offcanvas-body {
  padding: 60px 30px 30px;
}
@media (min-width: 960px) {
  .offcanvas-body {
    padding: 120px 80px 50px 50px;
  }
}

.offcanvas-tit-01 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 800;
  line-height: 0.9;
  border-bottom: 2px solid;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0.1em;
  margin-bottom: 1.2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.offcanvas-tit-01 .en {
  font-size: 32px;
  font-size: 2rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 640px) {
  .offcanvas-tit-01 .en {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.offcanvas-tit-01 .ja {
  font-weight: 900;
  padding-left: 1.2em;
  position: relative;
}
@media (max-width: 639px) {
  .offcanvas-tit-01 .ja {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.offcanvas-tit-01 .ja::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 4px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.2em;
  margin-block: auto;
  margin-left: -0.5em;
}

.offcanvas-btn-01 {
  font-weight: 900;
  padding-left: 0.7em;
  position: relative;
}
.offcanvas-btn-01::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 4px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
}

.offcanvas-list-01 > .uk-grid-margin {
  margin-top: 24px !important;
}
@media (min-width: 640px) {
  .offcanvas-list-01 > .uk-grid-margin {
    margin-top: 70px !important;
  }
}

.offcanvas-list-02 {
  flex-wrap: wrap;
  gap: 18px 45px;
  line-height: 1.3;
}
.offcanvas-list-02 > .uk-grid-margin {
  margin-top: 0.4em;
}

.offcanvas-text-01 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 80px;
  letter-spacing: 0.05em;
}
@media (min-width: 960px) {
  .offcanvas-text-01 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

/* section
====================================== */
.com-sec-01 {
  padding-block: 60px;
}
@media (min-width: 960px) {
  .com-sec-01 {
    padding-block: 100px;
  }
}

.com-sec-02 {
  padding-block: 60px;
}
@media (min-width: 960px) {
  .com-sec-02 {
    padding-block: 70px;
  }
}

.com-sec-04 {
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .com-sec-04 {
    padding-bottom: 90px;
  }
}

.com-sec-05 {
  padding-block: 30px;
}
@media (min-width: 960px) {
  .com-sec-05 {
    padding-block: 50px;
  }
}

/* 背景色
--------------------------------- */
.com-bg-01 {
  background-color: #006D2A;
}

.com-bg-02 {
  background-color: #F0F0F0;
}
.com-bg-02 .page-table-01 td {
  background-color: #fff;
}

/* アンカーリンク
--------------------------------- */
[id] {
  scroll-margin-top: var(--header-height);
}

/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
.page-tit-01 {
  font-size: 46px;
  font-size: 2.875rem;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 800;
  line-height: 1;
  color: white;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-position: 60% center;
}
@media (min-width: 960px) {
  .page-tit-01 {
    font-size: 96px;
    font-size: 6rem;
  }
}
.page-tit-01 .tit {
  display: flex;
  align-items: center;
  gap: 0.2em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 960px) {
  .page-tit-01 .tit {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-tit-01 .tit::before {
  content: "";
  order: -1;
  display: block;
  aspect-ratio: 1/0.2;
  width: 0.8em;
  background-color: white;
}

.page-tit-02 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .page-tit-02 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.page-tit-02 .en {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .page-tit-02 .en {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.page-tit-02 .en::first-letter {
  color: #89BA23;
}

.page-tit-03 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
}
@media (min-width: 640px) {
  .page-tit-03 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.page-tit-03::first-letter {
  color: #89BA23;
}
.page-tit-03 .en {
  display: block;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}
@media (min-width: 640px) {
  .page-tit-03 .en {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-tit-03 .ja {
  display: block;
}
.page-tit-03 .ja::first-letter {
  color: #89BA23;
}

.page-tit-04 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #006D2A;
  padding: 0.7em 1em;
  margin-bottom: 2.6em;
}
@media (min-width: 960px) {
  .page-tit-04 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-tit-04.gray {
  background-color: #686868;
}

.page-tit-05 {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 0.4em;
  margin-bottom: 1.2em;
}
@media (min-width: 960px) {
  .page-tit-05 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-tit-05.border-gray {
  border-bottom: 1px solid #D1D1D1;
}
.page-tit-05.icon-border {
  padding-bottom: 0.7em;
}
.page-tit-05.icon-border::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #006D2A;
  bottom: -3px;
  left: 0;
}
.page-tit-05.icon-square {
  padding-left: 0.8em;
}
.page-tit-05.icon-square::before {
  content: "■";
  font-size: 0.5em;
  color: #333333;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  vertical-align: middle;
}

.date-tit-01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  background-color: #006D2A;
  padding: 1.2em 1em;
}
@media (min-width: 640px) {
  .date-tit-01 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

/* panel パネル
--------------------------------- */
/* item アイテム
--------------------------------- */
.page-item-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 400px;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 1em 2em;
  text-align: center;
}
.page-item-01 .tit {
  font-size: clamp(24px, 2.7cqw, 32px);
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 1.2em;
}
.page-item-01 .text {
  font-size: clamp(16px, 1.7cqw, 22px);
  font-weight: 500;
}
.page-item-01 .strong {
  color: #008639;
}
.page-item-01::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #F0F0F0;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* dl 説明
--------------------------------- */
.page-dl-01 {
  display: grid;
  grid-template-columns: clamp(7em, 40%, 12em) auto;
  box-sizing: border-box;
  border-collapse: collapse;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.page-dl-01 dt {
  color: #fff;
  font-weight: bold;
  background-color: #006D2A;
  padding: 0.3em 1em;
  box-sizing: border-box;
  border: 1px solid #D1D1D1;
}
.page-dl-01 dd {
  padding: 0.3em 1em;
  border: 1px solid #D1D1D1;
}

.page-dl-02 {
  margin-top: 2.6em;
  padding-inline: 2em;
  padding-bottom: 4em;
}
@media (min-width: 960px) {
  .page-dl-02 {
    padding-inline: 6.2em;
  }
}
.page-dl-02 dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 0.2em;
}
@media (min-width: 960px) {
  .page-dl-02 dt {
    font-size: 32px;
    font-size: 2rem;
  }
}
.page-dl-02 dt::before {
  content: "";
  display: inline-block;
  background-color: #006D2A;
  width: 5px;
  height: 32px;
  vertical-align: middle;
  margin-right: 0.5em;
}
.page-dl-02 dd {
  line-height: 1.5;
  padding-left: 1.2em;
}
@media (max-width: 959px) {
  .page-dl-02 dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.page-dl-02 dd + dt {
  margin-top: 1.3em;
}

.page-table-01 {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}
.page-table-01 th {
  width: 22%;
  min-width: 8em;
  color: #fff;
  font-weight: bold;
  background-color: #006D2A;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #D1D1D1;
}
.page-table-01 td {
  padding: 5px 15px;
  border: 1px solid #D1D1D1;
}
.page-table-01.safety th {
  text-align: left;
}
.page-table-01.safety td {
  background-color: white;
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 80px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 100px;
  }
}

.com-mt-01 {
  margin-top: 60px;
}
@media (min-width: 640px) {
  .com-mt-01 {
    margin-top: 80px;
  }
}

.com-mt-02 {
  margin-top: 100px;
}
@media (min-width: 640px) {
  .com-mt-02 {
    margin-top: 200px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

/* グリット間の幅
--------------------------------- */
.com-grid-y-10 > .uk-grid-margin {
  margin-top: 10px;
}

.com-grid-4 {
  margin-left: -4px;
}
.com-grid-4 > * {
  padding-left: 4px;
}
.com-grid-4 > .uk-grid-margin {
  margin-top: 4px;
}

.com-grid-8 {
  margin-left: -8px;
}
.com-grid-8 > * {
  padding-left: 8px;
}
.com-grid-8 > .uk-grid-margin {
  margin-top: 8px;
}

.com-grid-50 {
  margin-left: -55px;
}
.com-grid-50 > * {
  padding-left: 55px;
}
.com-grid-50 > .uk-grid-margin {
  margin-top: 55px;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}
.com-list-01.arrow li::before {
  content: "";
  aspect-ratio: 1/0.64;
  -webkit-clip-path: polygon(0 20%, 35% 50%, 0 80%);
          clip-path: polygon(0 20%, 35% 50%, 0 80%);
  background-color: currentColor;
}
.com-list-01.dot li {
  margin-left: 0.34em;
}
.com-list-01.dot li::before {
  display: inline-block;
  content: "";
  width: 0.34em;
  margin-left: -0.34em;
  height: 0.34em;
  border-radius: 50%;
  background-color: #D1D1D1;
  margin-right: 0.3em;
  vertical-align: middle;
}
.com-list-01.dot li + li {
  margin-top: 0;
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

.com-list-column-01 {
  max-width: 1120px;
  margin-inline: auto;
}
.com-list-column-01 li {
  border-bottom: 2px dashed #686868;
}
.com-list-column-01 a {
  display: flex;
  flex-direction: column;
  gap: 1em 1.67em;
  padding-block: 1em;
}
@media (min-width: 960px) {
  .com-list-column-01 a {
    flex-direction: row;
    align-items: baseline;
    padding-block: 0.5em;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.com-list-column-01 a:hover {
  background-color: rgba(137, 186, 35, 0.2);
}
.com-list-column-01 .date {
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 960px) {
  .com-list-column-01 .date {
    flex-shrink: 0;
  }
}
.com-list-column-01 .date::before {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1/1.57;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #006D2A;
  margin-right: 10px;
}
@media (min-width: 960px) {
  .com-list-column-01 .date::before {
    width: 9px;
  }
}
.com-list-column-01 .tit {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.375;
}
@media (min-width: 960px) {
  .com-list-column-01 .tit {
    flex: 1;
  }
}

/* text テキスト
--------------------------------- */
@media (min-width: 960px) {
  .com-text-01 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.com-text-01.ls50 {
  letter-spacing: 0.05em;
}
.com-text-01.ls80 {
  letter-spacing: 0.08em;
}

.com-text-02 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (min-width: 960px) {
  .com-text-02 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.com-text-color-white {
  color: #fff;
}

.com-text-color-01 {
  color: #006D2A;
}

.com-text-color-02 {
  color: #920983;
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* アクセント色
--------------------------------- */
/* リンク
--------------------------------- */
.com-btn-01 {
  --color: #006D2A;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: inherit;
  border: 1px solid currentColor;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.5em 1.5em;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .com-btn-01 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.com-btn-01::before {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1/1.57;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: var(--color);
}
.com-btn-01 .first-letter {
  color: var(--color);
}
.com-btn-01:hover {
  background-color: rgba(0, 109, 42, 0.2);
  border-color: rgba(0, 109, 42, 0.2);
}
.com-btn-01.light-green {
  --color: #89BA23;
  color: white;
  border: 1px solid white;
}
.com-btn-01.light-green:hover {
  color: #fff;
  background-color: rgba(0, 109, 42, 0.4);
  border-color: rgba(0, 109, 42, 0.4);
}
.com-btn-01.white {
  color: white;
  border: 1px solid white;
}
.com-btn-01.white::before {
  background-color: white;
}
.com-btn-01.white:hover {
  background-color: #fff;
  color: #333333;
  opacity: 0.8;
}
.com-btn-01.white:hover::before {
  background-color: currentColor;
}

.com-btn-02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(to bottom right, #fff, #989898);
  width: 100%;
  min-height: 52px;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  text-align: center;
  padding: 0.8em 1em;
  padding-right: 1.5em;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .com-btn-02 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .com-btn-02 {
    min-height: 100px;
  }
}
.com-btn-02::after {
  content: "";
  background: url(../img/common/btn_arrow_01.svg) no-repeat;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin-block: auto;
}
.com-btn-02 .first-letter {
  color: #006D2A;
}
.com-btn-02:hover {
  opacity: 0.8;
}

.com-btn-03 {
  display: block;
  position: relative;
  width: 460px;
  max-width: 100%;
  color: white;
  text-align: center;
  background: #006D2A;
  font-weight: 700;
  line-height: 1.3;
  padding: 1.3em 1.5em;
  padding-right: 2em;
  min-width: 180px;
  box-sizing: border-box;
}
.com-btn-03::after {
  content: "";
  background: url(../img/common/btn_arrow_02.svg) no-repeat;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin-block: auto;
}
.com-btn-03:hover {
  opacity: 0.8;
  color: white;
}

.com-link-01 {
  text-decoration: underline;
  color: #006D2A;
}
.com-link-01:hover {
  color: #006D2A;
}

.com-link-02 {
  color: inherit;
}
.com-link-02:hover {
  color: inherit;
  text-decoration: underline;
}

com-btn-01 .com-link-03:hover {
  opacity: 0.6;
}

.com-link-04 {
  color: #333333;
  text-decoration: underline;
}
.com-link-04:hover {
  opacity: 0.6;
}

.com-border-top-01 {
  border-top: 1px solid #989898;
  padding-block: 80px;
}
@media (min-width: 960px) {
  .com-border-top-01 {
    padding-block: 160px;
  }
}

/* ローカルナビゲーション　リンクボタン
--------------------------------- */
.lnav-btn-01 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  padding: 30px 15px;
}
@media (min-width: 960px) {
  .lnav-btn-01 {
    aspect-ratio: 1/1;
  }
}
.lnav-btn-01 .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  transition: 0.3s;
}
.lnav-btn-01 .title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .lnav-btn-01 .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lnav-btn-01 .title .en {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-top: 0.2em;
  line-height: 1.3;
}
.lnav-btn-01::after {
  content: "";
  background: url(../img/common/btn_arrow_03.svg) no-repeat;
  width: 38px;
  height: 14px;
  position: absolute;
  bottom: 13px;
  right: 12px;
}
.lnav-btn-01:hover {
  color: #fff;
}
.lnav-btn-01:hover .bg-img {
  transform: scale(1.1);
}
.lnav-btn-01.current {
  opacity: 50%;
}

.page-kv-01 {
  padding-block: 1em 2em;
  padding-inline: 1em;
  box-sizing: border-box;
  background-position: 30% center;
  background-size: cover;
  min-height: 320px;
}
@media (min-width: 960px) {
  .page-kv-01 {
    padding-block: 5.2em;
    padding-inline: 4.7em;
    max-height: 544px;
  }
}
.page-kv-01.kv-about {
  background-image: url("../img/common/kv/about_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-01.kv-about {
    background-image: url("../img/common/kv/about.jpg");
  }
}
.page-kv-01.kv-deliveries {
  background-image: url("../img/common/kv/deliveries_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-01.kv-deliveries {
    background-image: url("../img/common/kv/deliveries.jpg");
  }
}
.page-kv-01.kv-fleet {
  background-image: url("../img/common/kv/fleet_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-01.kv-fleet {
    background-image: url("../img/common/kv/fleet.jpg");
  }
}
.page-kv-01.kv-safety {
  background-image: url("../img/common/kv/safety_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-01.kv-safety {
    background-image: url("../img/common/kv/safety.jpg");
  }
}
.page-kv-01 .text {
  font-size: clamp(12px, 2cqw, 24px);
  color: white;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.page-kv-01 .text .sub-tit {
  font-size: 20px;
  font-size: 1.25rem;
  color: white;
  font-weight: 800;
  margin-bottom: 0.85em;
}
@media (min-width: 960px) {
  .page-kv-01 .text .sub-tit {
    font-size: 52px;
    font-size: 3.25rem;
    margin-bottom: 0.63em;
  }
}

.page-kv-02 {
  padding-block: 1em 5em;
  padding-inline: 1em;
  background-position: 30% center;
  background-size: cover;
}
@media (min-width: 960px) {
  .page-kv-02 {
    padding-block: 4.5em 12em;
    padding-inline: 4.7em;
  }
}
.page-kv-02.kv-company {
  background-image: url("../img/common/kv/company_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-02.kv-company {
    background-image: url("../img/common/kv/company.jpg");
  }
}
.page-kv-02.kv-philosophy {
  background-image: url("../img/common/kv/philosophy_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-02.kv-philosophy {
    background-image: url("../img/common/kv/philosophy.jpg");
  }
}
.page-kv-02.kv-outline {
  background-image: url("../img/common/kv/outline_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-02.kv-outline {
    background-image: url("../img/common/kv/outline.jpg");
  }
}
.page-kv-02.kv-recruitment {
  background-image: url("../img/common/kv/recruitment_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-02.kv-recruitment {
    background-image: url("../img/common/kv/recruitment.jpg");
  }
}
.page-kv-02.kv-news {
  background-image: url("../img/common/kv/news_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-02.kv-news {
    background-image: url("../img/common/kv/news.jpg");
  }
}
.page-kv-02.kv-contact {
  background-image: url("../img/common/kv/contact_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-02.kv-contact {
    background-image: url("../img/common/kv/contact.jpg");
  }
}
.page-kv-02.kv-privacy-policy {
  background-image: url("../img/common/kv/privacy-policy_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-02.kv-privacy-policy {
    background-image: url("../img/common/kv/privacy-policy.jpg");
  }
}
@media (min-width: 960px) {
  .page-kv-02 .text-02 {
    margin-top: 0;
  }
}

.deliveries-wrap {
  counter-reset: tit-count;
}
.deliveries-wrap .deliveries-tit-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px;
  font-size: clamp(28px, 3cqw, 48px);
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #000;
  margin-bottom: 1em;
}
.deliveries-wrap .deliveries-tit-01 .en {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-size: clamp(16px, 3cqw, 22px);
  font-weight: bold;
}
.deliveries-wrap .deliveries-tit-01 .en::first-letter {
  color: #89BA23;
}
.deliveries-wrap .deliveries-tit-01.counter {
  position: relative;
  padding-left: 1.1em;
  padding-top: 0.6em;
  margin-bottom: 0.5em;
}
.deliveries-wrap .deliveries-tit-01.counter::before {
  counter-increment: tit-count;
  content: counter(tit-count);
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  color: #89BA23;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 960px) {
  .deliveries-wrap .deliveries-tit-01.counter::before {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.deliveries-wrap .deliveries-tit-01.counter::after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background-color: #333333;
  transform: rotate(45deg);
  position: absolute;
  top: -0.1em;
  left: 0.6em;
}
@media (min-width: 960px) {
  .deliveries-wrap .deliveries-tit-01.counter::after {
    height: 80px;
  }
}

.deliveries-kv {
  position: relative;
}

.deliveries-img-01 {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.deliveries-grid-01 {
  display: grid;
  gap: 50px 40px;
}
@media screen and (min-width: 820px) {
  .deliveries-grid-01 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.deliveries-list-01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em 1em;
  margin-top: 1.7em;
  line-height: 1.3;
  font-size: clamp(16px, 3cqw, 24px);
}
@media (min-width: 640px) {
  .deliveries-list-01 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.deliveries-list-01.concrete {
  font-size: clamp(15px, 1.9cqw, 24px);
}
@media (max-width: 959px) {
  .deliveries-list-01.concrete {
    grid-template-columns: repeat(2, 1fr);
  }
}

.deliveries-list-02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em 1em;
  line-height: 1.3;
  font-size: clamp(16px, 1.8cqw, 24px);
}

.deliveries-mt-01 {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .deliveries-mt-01 {
    margin-top: 90px;
  }
}

.fleet-mt-01 {
  margin-top: -20px;
}
@media (min-width: 960px) {
  .fleet-mt-01 {
    margin-top: -30px;
  }
}

.fleet-mt-02 {
  padding-top: 60px;
}
@media (min-width: 960px) {
  .fleet-mt-02 {
    padding-top: 110px;
  }
}

#safety-02 {
  padding-bottom: 190px;
}

.safety-container {
  padding-left: 30px;
  padding-right: 30px;
}

.safety-panel-01 {
  background-color: #F0F0F0;
  position: relative;
  z-index: -2;
}

.safety-text-01 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 960px) {
  .safety-text-01 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.safety-text-01::before {
  content: "";
  background-color: white;
  width: 100%;
  height: 1.2em;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  max-width: 1320px;
  z-index: -1;
}
.safety-text-01 .green {
  color: #006D2A;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 960px) {
  .safety-text-01 .green {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.company-item-01 {
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.company-item-01::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #F0F0F0;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 100%);
          clip-path: polygon(100% 0, 100% 100%, 50% 100%);
}
.company-item-01 .tit {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 0.7em 1em 1em;
}
@media (min-width: 960px) {
  .company-item-01 .tit {
    font-size: 32px;
    font-size: 2rem;
  }
}
.company-item-01 .tit .en {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  color: #006D2A;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 960px) {
  .company-item-01 .tit .en {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.company-item-01 .tit .en::before {
  content: "";
  background-color: #006D2A;
  width: 1.2em;
  height: 0.1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.6em;
  margin-block: auto;
}
.company-item-01 .tit .first-letter {
  color: #006D2A;
}

@media (max-width: 639px) {
  .outline-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .outline-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.outline-table-01 dt {
  padding: 1.5em 0 1em;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #006D2A;
}
@media (min-width: 640px) {
  .outline-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #006D2A;
  }
  .outline-table-01 dt:last-of-type {
    border-bottom: 2px solid #006D2A;
  }
}
.outline-table-01 dd {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .outline-table-01 dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

@media (min-width: 640px) {
  .outline-table-02 {
    display: grid;
    grid-template-columns: 120px 1fr;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.outline-table-02 dt {
  font-weight: normal;
  border: none;
}
.outline-table-02 dt:last-of-type {
  border-bottom: none;
}
.outline-table-02 dd {
  border: none;
}
.outline-table-02 dd:last-of-type {
  border-bottom: none;
}

.googlemap {
  height: 50vh;
  min-height: 300px;
  max-height: 450px;
}
@media (min-width: 640px) {
  .googlemap {
    width: 100%;
    aspect-ratio: 33/14;
  }
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}

.philosophy-tit-01 {
  font-size: clamp(19px, 6.7cqw, 80px);
  font-weight: 900;
  margin-bottom: 1.2em !important;
}
.philosophy-tit-01 .strong {
  font-size: clamp(25px, 6.7cqw, 88px);
}
.philosophy-tit-01 .green {
  color: #006D2A;
}

@media (min-width: 960px) {
  .philosophy-grid-01 {
    display: grid;
    grid-template-columns: 50% -webkit-max-content;
    grid-template-columns: 50% max-content;
  }
}

.philosophy-panel-01 {
  background-color: #F0F0F0;
  padding-block: 2.8em 6.6em;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
}
.philosophy-panel-01::before {
  content: "";
  position: absolute;
  background-color: #F0F0F0;
  width: calc(50svw - 50%);
  left: calc(50% - 50svw);
  top: 0;
  bottom: 0;
  margin-block: auto;
}
.philosophy-panel-01::after {
  content: "";
  position: absolute;
  background-color: #F0F0F0;
  width: calc(50svw - 50%);
  right: calc(50% - 50svw);
  top: 0;
  bottom: 0;
  height: 100%;
}
@media (min-width: 960px) {
  .philosophy-panel-01::after {
    width: 350px;
    right: -350px;
  }
}
@media (min-width: 640px) {
  .philosophy-panel-01 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.philosophy-panel-01 .green {
  color: #006D2A;
}

@media (max-width: 1199px) {
  .philosophy-img-01 {
    margin-top: -50px;
  }
}
.philosophy-img-01 img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.philosophy-text-01 .wrap {
  font-size: clamp(30px, 6cqw, 68px);
  text-transform: uppercase;
  opacity: 0.64;
  font-weight: 700;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  line-height: 1;
}
.philosophy-text-01 .wrap .green {
  color: #006D2A;
}
.philosophy-text-01 .wrap .strong {
  font-size: 137.5%;
}
.philosophy-text-01 .wrap small {
  display: block;
  font-size: 73%;
}

.philosophy-img-02 {
  display: flex;
  align-items: center;
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 1;
}
@media (max-width: 959px) {
  .philosophy-img-02 {
    margin-top: -3.2em;
  }
}
.philosophy-img-02 img {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}

/* dl table
--------------------------------- */
.form-table-01 > dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.5em;
  margin-bottom: 1em;
}
.form-table-01 > dt .sub {
  font-size: 83%;
}
.form-table-01 > dd {
  margin-top: 1em;
}
.form-table-01 > dd + dt {
  margin-top: 3em;
}
.form-table-01 .required:after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  background: #C75252;
  color: #fff;
  padding: 0.5em 1em;
  margin-left: 2em;
}

@media (min-width: 960px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
@media (max-width: 959px) {
  .form-table-02 dd + dt {
    margin-top: 1em;
  }
}
.form-table-02 dt {
  align-self: center;
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  background: #C75252;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
  vertical-align: middle;
}

:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) {
  display: inline-block;
  margin-left: -1.5em;
  margin-top: -0.3em;
}
:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) .wpcf7-list-item {
  margin-left: 1.5em;
  margin-top: 0.3em;
}

input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border: 4px solid #006D2A;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #006D2A;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  border: 5px solid #006D2A;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 8px;
}
input[type=checkbox] label {
  display: inline-block;
}

.wpcf7-not-valid-tip {
  margin-top: 1em;
}

.front-kv-01 {
  min-height: calc(100svh - 48px);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr 2fr auto;
  padding-block: max(7svh, 40px) 20px;
  align-items: center;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .front-kv-01 {
    min-height: calc(100svh - 100px);
  }
}
@media (min-width: 1200px) {
  .front-kv-01 {
    padding-block: 50px;
    grid-template: "head body" 1fr "foot body" auto/1fr 1.1fr;
  }
}
.front-kv-01 .tit {
  font-size: clamp(30px, 9.5cqw, 73px);
  font-weight: 900;
}
@media (max-width: 1199px) {
  .front-kv-01 .tit {
    margin-bottom: 0.7em;
  }
}
.front-kv-01 .tit .accent {
  font-size: 145%;
  color: #006D2A;
}
.front-kv-01 .tit .accent.red {
  color: #6D0000;
}
.front-kv-01 .tit .small {
  font-size: 67.12%;
}
.front-kv-01 .tit .catch {
  display: block;
  font-size: clamp(25px, 7.2cqw, 60px);
}
.front-kv-01 .head {
  container-type: inline-size;
}
@media (min-width: 1200px) {
  .front-kv-01 .head {
    grid-area: head;
    padding-right: 0;
  }
}
.front-kv-01 .body {
  text-align: right;
}
@media (min-width: 1200px) {
  .front-kv-01 .body {
    grid-area: body;
  }
}
.front-kv-01 .body img {
  margin-bottom: -5%;
  max-height: 80svh;
}
@media (max-width: 1199px) {
  .front-kv-01 .body img {
    max-width: 98%;
  }
}
@media (min-width: 1200px) {
  .front-kv-01 .body img {
    max-height: calc(100svh - 130px);
  }
}
.front-kv-01 .foot {
  container-type: inline-size;
  align-self: end;
}
@media (min-width: 1200px) {
  .front-kv-01 .foot {
    grid-area: foot;
  }
}
.front-kv-01 .foot .foot-text {
  font-size: clamp(30px, 6cqw, 68px);
  text-transform: uppercase;
  opacity: 0.64;
  font-weight: 700;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  line-height: 1;
}
.front-kv-01 .foot .foot-text .green {
  color: #006D2A;
}
.front-kv-01 .foot .foot-text .strong {
  font-size: 137.5%;
}
.front-kv-01 .foot .foot-text small {
  display: block;
  font-size: 73%;
}

.front-panel-01 {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-block: 80px;
  background: url(../img/home/01_01.jpg) no-repeat center;
  background-size: cover;
}

.front-panel-02 {
  position: relative;
  z-index: 2;
  padding-block: 5em;
  height: 100%;
}
.front-panel-02 .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  max-width: unset;
  height: 100%;
  transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.front-panel-02.bg-w100 {
  overflow: hidden;
}
.front-panel-02.bg-w100 .bg {
  width: 100%;
}
@media (min-width: 640px) {
  .front-panel-02.pb-01 {
    padding-top: 320px;
  }
}

.front-panel-03 {
  padding-block: 70px;
  color: #fff;
  background-color: #006D2A;
}
@media (min-width: 960px) {
  .front-panel-03 {
    padding-block: 60px 100px;
  }
}

.front-panel-04 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.front-panel-04 .small {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 960px) {
  .front-panel-04 .small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.front-panel-04 .phone-btn {
  display: block;
  font-size: clamp(36px, 6cqw, 48px);
  letter-spacing: 0.05em;
}
.front-panel-04 .phone-btn::before {
  content: "";
  display: inline-block;
  width: 38px;
  aspect-ratio: 1/0.96;
  background: url(../img/common/icon_phone.svg) no-repeat center;
  background-size: contain;
  margin-right: 5px;
}
@media (min-width: 960px) {
  .front-panel-04 .phone-btn::before {
    width: 42px;
  }
}
.front-panel-04 .phone-btn a {
  color: #fff;
}
.front-panel-04 .mail-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  color: #006D2A;
  width: 100%;
  box-sizing: border-box;
  max-width: 424px;
  margin-inline: auto;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.8em 0.5em;
}
@media (min-width: 960px) {
  .front-panel-04 .mail-btn {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.front-panel-04 .mail-btn::before {
  content: "";
  display: inline-block;
  width: 27px;
  aspect-ratio: 1/0.67;
  background: url(../img/common/icon_mail.svg) no-repeat center;
  background-size: contain;
  margin-right: 5px;
}
@media (min-width: 960px) {
  .front-panel-04 .mail-btn::before {
    width: 41px;
  }
}
.front-panel-04 .mail-btn[href]:hover {
  opacity: 0.6;
}

.front-tit-01 {
  --color: #89BA23;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  color: inherit;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .front-tit-01 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.front-tit-01::before {
  order: -1;
  content: attr(data-en);
  display: inline;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 960px) {
  .front-tit-01::before {
    font-size: 96px;
    font-size: 6rem;
  }
}
.front-tit-01::first-letter {
  color: var(--color);
}
.front-tit-01 .tit {
  display: flex;
  align-items: center;
  gap: 0.2em;
}
.front-tit-01 .tit::before {
  content: "";
  order: -1;
  display: block;
  aspect-ratio: 1/0.2;
  width: 0.8em;
  background-color: var(--color);
}
.front-tit-01 .tit .first-letter {
  color: var(--color);
}
.front-tit-01.green::first-letter {
  color: #006D2A;
}
.front-tit-01.green .tit::before {
  background-color: #006D2A;
}
.front-tit-01.green .first-letter {
  color: #006D2A;
}

.front-catch-01 {
  font-size: 29px;
  font-size: 1.8125rem;
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media (min-width: 960px) {
  .front-catch-01 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.front-list-01 {
  counter-reset: item-count;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 10px;
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .front-list-01 {
    grid-template-columns: repeat(3, 1fr);
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1700px) {
  .front-list-01 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.front-list-01 > li {
  counter-increment: item-count;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.87);
  color: #000;
  text-align: center;
  min-height: 150px;
  position: relative;
  padding: 2em 0.5em;
  padding-top: 3em;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .front-list-01 > li {
    min-height: 240px;
  }
}
.front-list-01 > li > span {
  display: inline-block;
}
.front-list-01 > li > span::first-letter {
  color: #006D2A;
}
.front-list-01 > li::before {
  content: counter(item-count);
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  color: #006D2A;
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 1;
}
@media (min-width: 960px) {
  .front-list-01 > li::before {
    font-size: 36px;
    font-size: 2.25rem;
    top: 25px;
    left: 32px;
  }
}
.front-list-01 > li::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #333333;
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: 40px;
}
@media (min-width: 960px) {
  .front-list-01 > li::after {
    top: 20px;
    left: 60px;
    height: 85px;
  }
}

.front-text-02 {
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.375;
}
@media (min-width: 960px) {
  .front-text-02 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 960px) {
  .front-mt-01 {
    margin-top: 160px;
  }
}

@media (min-width: 1200px) {
  .front-mt-02 {
    margin-top: -50px;
  }
}

.front-sec-01 {
  margin-top: 160px;
}

.front-sec-02 {
  padding-block: 60px;
  border-bottom: 2px solid #989898;
}
@media (min-width: 960px) {
  .front-sec-02 {
    padding-block: 80px;
  }
}

.front-item-01 {
  width: 250px;
  margin-inline: auto;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(50px) brightness(250%);
          backdrop-filter: blur(50px) brightness(250%);
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .front-item-01 {
    width: 400px;
    gap: 40px;
  }
}
.front-item-01 .tit {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
}
@media (min-width: 960px) {
  .front-item-01 .tit {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.front-item-01 .tit:first-letter {
  color: #006D2A;
}
.front-item-01 .tit .eng {
  display: block;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 960px) {
  .front-item-01 .tit .eng {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.front-item-01 .cont {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 800;
  margin-right: -1em;
}
@media (min-width: 960px) {
  .front-item-01 .cont {
    font-size: 48px;
    font-size: 3rem;
  }
}
.front-item-01 .cont .number {
  display: inline-block;
  font-size: 105px;
  font-size: 6.5625rem;
  font-family: "Teko", sans-serif;
  line-height: 1;
  font-weight: 500;
  color: #006D2A;
  margin-right: 7px;
}
@media (min-width: 960px) {
  .front-item-01 .cont .number {
    font-size: 168px;
    font-size: 10.5rem;
  }
}

.front-item-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 250px;
  aspect-ratio: 1/1;
  background-color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 960px) {
  .front-item-02 {
    width: 400px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.front-item-02 .tit {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 0.8em;
  text-align: center;
}
@media (min-width: 960px) {
  .front-item-02 .tit {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 1.25em;
  }
}
.front-item-02 .tit + p {
  text-align: center;
}
.front-item-02 .strong {
  color: #006D2A;
}
.front-item-02.active .text {
  display: block;
}
.front-item-02.active::before {
  width: 35%;
  height: 35%;
}
.front-item-02.active::after {
  opacity: 0;
}
.front-item-02 .text {
  display: none;
  font-weight: 500;
  line-height: 2;
  padding-inline: 2em;
  box-sizing: border-box;
  width: 100%;
}
.front-item-02::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #F0F0F0;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transition: 0.4s;
}
.front-item-02.js-text-01::after {
  content: "";
  width: 65px;
  aspect-ratio: 1/1.26;
  background: url(../img/common/icon_click.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.4s;
}
.front-item-02.js-text-01:hover {
  cursor: pointer;
}

.front-container-01 {
  max-width: 836px;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .front-container-01-left {
    margin-inline: 0 auto;
  }
}
@media (min-width: 1600px) {
  .front-container-01-left {
    padding-left: 135px;
  }
}
@media (min-width: 960px) {
  .front-container-01-right {
    margin-inline: auto 0;
  }
}
@media (min-width: 1600px) {
  .front-container-01-right {
    padding-right: 135px;
  }
}

/* 初期状態: アニメーション前のスタイル */
.js-inview {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* アニメーション後: is-show クラスが追加されたときのスタイル */
.js-inview.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* iOS特有の問題を解決するためのフォールバック */
@supports (-webkit-touch-callout: none) {
  .js-inview {
    will-change: opacity, transform;
  }
}
/* iPhoneや特定のデバイスに対応するスタイル */
@media screen and (max-width: 768px) {
  .js-inview {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
}
/* list
--------------------------------- */
.news-list-01 {
  border-top: 1px solid #D1D1D1;
}
.news-list-01 li {
  border-bottom: 1px solid #D1D1D1;
}

/* btn
--------------------------------- */
.news-btn-01 {
  display: block;
  padding: 1.8em 0;
  padding-right: 1.7em;
  position: relative;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .news-btn-01 {
    padding: 2.2em 0.3em;
    padding-right: 2.2em;
  }
}
@media (min-width: 960px) {
  .news-btn-01 {
    display: flex;
    align-items: center;
  }
}
.news-btn-01:hover {
  background-color: #C3E6CB;
}
.news-btn-01::after {
  content: "";
  background: url(../img/common/btn_arrow_04.svg);
  width: 11px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.5em;
}
@media (min-width: 960px) {
  .news-btn-01::after {
    right: 1.2em;
  }
}
.news-btn-01 .tit {
  font-weight: bold;
  display: block;
  margin-top: 1em;
}
@media (min-width: 640px) {
  .news-btn-01 .tit {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 960px) {
  .news-btn-01 .tit {
    margin-top: 0;
    flex: 1;
    border-left: 1px solid #006D2A;
    padding-left: 1.4em;
  }
}
.news-btn-01 .data {
  margin-inline: 0.6em;
}
@media (min-width: 960px) {
  .news-btn-01 .data {
    width: 7em;
    text-align: center;
  }
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 88px;
  padding: 0.5em 1em;
  box-sizing: border-box;
  background: #006D2A;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}
.com-pagination ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #C0C0C0;
  width: 64px;
  height: 64px;
  place-items: center;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  padding: 1em;
}
.com-pagination ul .page-numbers.prev:hover, .com-pagination ul .page-numbers.next:hover {
  color: #006D2A;
}
.com-pagination ul .page-numbers.current {
  border-width: 2px !important;
  border-color: #006D2A !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  background-color: #C3E6CB;
}

/* list
--------------------------------- */
/* btn
--------------------------------- */
.column-btn-01 {
  display: block;
  padding: 14px;
  border: 1px solid #D1D1D1;
}
.column-btn-01:hover {
  background: #3aff86;
}
.column-btn-01 .img {
  background: #F0F0F0;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 0.5em;
  position: relative;
}
.column-btn-01 .img::before {
  content: "NO IMAGE";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.column-btn-01 .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.column-btn-01 .tit {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  display: block;
  line-height: 1.8;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.column-btn-01 .data {
  margin-left: 0.5em;
  font-size: 13px;
  font-size: 0.8125rem;
}
.column-btn-01 .text {
  font-size: 12px;
  font-size: 0.75rem;
}

.single-detail {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  font-weight: normal;
}
.single-detail > * + * {
  margin-top: 1.2em;
}
.single-detail a {
  color: #006D2A;
}
.single-detail a:hover {
  color: #006D2A;
  text-decoration: underline;
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #D1D1D1;
  margin-top: 40px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 6.5em 1fr;
  grid-gap: 8px;
}
@media (min-width: 640px) {
  .single-nav {
    grid-template-columns: 7fr 5fr 7fr;
    margin-top: 60px;
    padding-top: 60px;
    grid-gap: 80px;
  }
}
.single-nav a {
  display: block;
  text-align: center;
  padding: 0.5em;
  border: 2px solid #006D2A;
  color: #006D2A;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
.single-nav a [uk-icon] {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
}
.single-nav a[rel=prev] {
  padding-left: 2em;
}
.single-nav a[rel=prev] [uk-icon] {
  left: 0.7em;
}
.single-nav a[rel=next] {
  padding-right: 2em;
}
.single-nav a[rel=next] [uk-icon] {
  right: 0.7em;
}
.single-nav a.index {
  background-color: #006D2A;
  color: #fff;
  padding-right: 2em;
}
.single-nav a.index [uk-icon] {
  right: 0.7em;
}
.single-nav a.index:hover {
  opacity: 0.8;
}

/* title
--------------------------------- */
.recruitment-tit-01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 960px) {
  .recruitment-tit-01 {
    font-size: 32px;
    font-size: 2rem;
  }
}

/* list
--------------------------------- */
.recruitment-list-01 li + li {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .recruitment-list-01 li + li {
    margin-top: 30px;
  }
}

/* btn
--------------------------------- */
.recruitment-btn-01 {
  display: flex;
  position: relative;
  align-items: center;
  background: #F5F5F5;
  padding: 1.5em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 640px) {
  .recruitment-btn-01 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.recruitment-btn-01 .tit {
  flex: 1;
}
.recruitment-btn-01::before {
  content: "";
  display: block;
  width: 6px;
  align-self: stretch;
  margin-right: 0.9em;
  background: #006D2A;
}
.recruitment-btn-01::after {
  content: "";
  background: url(../img/common/btn_arrow_04.svg) no-repeat;
  width: 11px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.7em;
  margin-block: auto;
}
.recruitment-btn-01:hover {
  background-color: #C3E6CB;
}

/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .job-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .job-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.job-table-01 dt {
  padding: 1.5em 0 1em;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #006D2A;
}
@media (min-width: 640px) {
  .job-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #006D2A;
  }
  .job-table-01 dt:last-of-type {
    border-bottom: 2px solid #006D2A;
  }
}
.job-table-01 dd {
  padding-bottom: 1.5em;
}
@media (min-width: 640px) {
  .job-table-01 dd {
    padding-top: 1.5em;
    border-top: 1px solid #989898;
  }
  .job-table-01 dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

/* panel
--------------------------------- */
.contact-panel-01 {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.contact-panel-01 .tel {
  width: 40px;
  line-height: 22px;
  margin-right: 0.9em;
  text-align: center;
  color: #006D2A;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  border: #006D2A 1px solid;
}
@media (min-width: 640px) {
  .contact-panel-01 .tel {
    width: 52px;
    line-height: 28px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-panel-01 .number {
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  color: #686868;
}
@media (min-width: 640px) {
  .contact-panel-01 .number {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
.contact-panel-01 .number a {
  color: #686868;
}

.entry-tit-01 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1.6em;
}
@media (min-width: 960px) {
  .entry-tit-01 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.form-flex-01 {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* list
--------------------------------- */
.thanks-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}

.thanks-tit-01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media (min-width: 960px) {
  .thanks-tit-01 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.address {
  line-height: 1.7;
  margin-top: 60px;
}

.about-tit-01 {
  --highlight: #89BA23;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .about-tit-01 {
    margin-bottom: 80px;
  }
}
.about-tit-01 .strong {
  color: var(--highlight);
}
.about-tit-01 .sub {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 960px) {
  .about-tit-01 .sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.about-tit-01 .sub::first-letter {
  color: var(--highlight);
}
.about-tit-01 .tit {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .about-tit-01 .tit {
    font-size: 56px;
    font-size: 3.5rem;
    margin-bottom: 0.4em;
  }
}

.about-tit-02 {
  --first-letter: #89BA23;
  letter-spacing: 0.05em;
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
  margin-bottom: 13px;
}
@media (min-width: 960px) {
  .about-tit-02 {
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
}
.about-tit-02 > * {
  color: inherit;
}
.about-tit-02 > *::first-letter {
  color: var(--first-letter);
}
.about-tit-02 .sub {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.6em;
  line-height: 1;
}
@media (min-width: 960px) {
  .about-tit-02 .sub {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0.4em;
  }
}
.about-tit-02 .tit {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}
@media (min-width: 960px) {
  .about-tit-02 .tit {
    font-size: 32px;
    font-size: 2rem;
  }
}

.about-sec-01 {
  padding-top: 55px;
}
@media (min-width: 960px) {
  .about-sec-01 {
    padding-top: 110px;
  }
}

.about-panel-01 {
  position: relative;
  z-index: 2;
  color: #fff;
  min-height: 350px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: no-repeat center;
  background-size: cover;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-block: 2em;
}
@media (min-width: 960px) {
  .about-panel-01 {
    min-height: 700px;
    font-size: 24px;
    font-size: 1.5rem;
    align-items: flex-start;
    padding-block: 6em 4em;
  }
}
.about-panel-01::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.42;
}
@media (max-width: 959px) {
  .about-panel-01 .cont {
    width: 80%;
  }
}
@media (min-width: 960px) {
  .about-panel-01 .cont {
    max-width: 550px;
    padding-inline: 110px;
  }
}
@media (min-width: 960px) {
  .about-panel-01 .cont.left {
    margin-inline: 0 auto;
  }
}
@media (min-width: 960px) {
  .about-panel-01 .cont.right {
    margin-inline: auto 0;
  }
}
.about-panel-01 .btn {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 4.2em;
  min-width: 167px;
  padding-block: 0.8em;
  justify-content: flex-start;
}
@media (min-width: 960px) {
  .about-panel-01 .btn {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 3.5em;
    padding-block: 0.5em;
    min-width: 305px;
  }
}
.about-panel-01.professtional {
  background-image: url(../img/about/02_01.jpg);
}
.about-panel-01.delivery-area {
  background-image: url(../img/about/02_02.jpg);
}
.about-panel-01.weather {
  background-image: url(../img/about/02_03.jpg);
}
.about-panel-01.kindness {
  background-image: url(../img/about/02_04.jpg);
}
.about-panel-01.information {
  background-image: url(../img/about/02_05.jpg);
}
.about-panel-01.enjoyment {
  background-image: url(../img/about/02_06.jpg);
}
.about-panel-01.unusual-luggage {
  background-image: url(../img/about/02_07.jpg);
}
.about-panel-01.possible-work {
  background-image: url(../img/about/02_08.jpg);
}

@media (min-width: 960px) {
  .about-panel-02 {
    max-width: 755px;
  }
}

.about-table-01 .head {
  color: #fff;
  background-color: #006D2A;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 1.2em;
  margin: 0;
}
@media (min-width: 960px) {
  .about-table-01 .head {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.about-table-01 .body {
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 960px) {
  .about-table-01 .body {
    grid-template-columns: repeat(6, 1fr);
  }
}
.about-table-01 .item {
  background-color: #fff;
  border: 1px solid #D1D1D1;
  padding: 1em;
  text-align: center;
}
@media (min-width: 960px) {
  .about-table-01 .item {
    grid-column: span 2;
    padding: 2em;
    padding-bottom: 0.5em;
  }
}
@media (min-width: 960px) {
  .about-table-01 .item.large {
    text-align: right;
    grid-column: span 3;
    padding: 3em 1.9em;
    padding-bottom: 0.5em;
  }
}
@media (min-width: 1200px) {
  .about-table-01 .item.large {
    padding-inline: 4em;
  }
}
.about-table-01 .item.large .tit {
  text-align: left;
}
@media (min-width: 960px) {
  .about-table-01 .item.large .tit {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .about-table-01 .item.large .unit {
    margin-right: 0;
  }
}
.about-table-01 .tit {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.5em;
}
@media (min-width: 960px) {
  .about-table-01 .tit {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.about-table-01 .tit::first-letter {
  color: #006D2A;
}
.about-table-01 .tit .highlight {
  color: #006D2A;
}
.about-table-01 .tit .eng {
  display: block;
  line-height: 1;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.3em;
}
@media (min-width: 960px) {
  .about-table-01 .tit .eng {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 0.4em;
  }
}
.about-table-01 .infor {
  display: inline-flex;
  align-items: baseline;
}
.about-table-01 .number {
  font-family: "Teko", sans-serif;
  font-size: clamp(126px, 11cqw, 168px);
  font-weight: 500;
  line-height: 1;
  color: #006D2A;
}
.about-table-01 .unit {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  font-weight: 800;
  margin-right: -1.5em;
}
@media (min-width: 960px) {
  .about-table-01 .unit {
    font-size: 32px;
    font-size: 2rem;
  }
}
.about-table-01 .unit::first-letter {
  font-size: 150%;
}
@media (max-width: 959px) {
  .about-table-01 .unit.large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

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