@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html, body {
  overflow-x: clip;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media (min-width: 960px) {
  body {
    font-size: 18px;
    font-size: 1rem;
  }
}

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

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

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: 0.8888888889rem;
}

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;
  }
}

select {
  background: #fff url(../img/common/ico_arrow_select.svg) no-repeat right 2em center/7px;
  padding-right: 3em;
}
@media (min-width: 960px) {
  select {
    width: auto;
    min-width: 400px;
  }
}

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

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 1120px;
}
@media (max-width: 639px) {
  .uk-container {
    padding-inline: 30px;
  }
}
.uk-container-xsmall {
  max-width: 860px;
}
.uk-container-small {
  max-width: 1070px;
}
.uk-container-large {
  max-width: 1180px;
}
.uk-container-xm {
  max-width: 1150px;
}
.uk-container-xl {
  max-width: 1360px;
}
.uk-container-expand {
  max-width: none;
}
@media (max-width: 639px) {
  .uk-container .uk-container {
    padding-inline: 40px;
  }
}
.uk-container .uk-container.pi0 {
  padding-inline: 0;
}

/* 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;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

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

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

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

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

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

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

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

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

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

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

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

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

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

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

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

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

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

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

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

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

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

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

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

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

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

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

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

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

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

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

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

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

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

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

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

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

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

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

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

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

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

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

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

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

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

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

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

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

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

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

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

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

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

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

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

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

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

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

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

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.com-txt-color-main {
  color: #84AC16 !important;
}

.com-bg-main {
  background-color: #84AC16 !important;
}

.com-txt-color-sub {
  color: #D7EB9E !important;
}

.com-bg-sub {
  background-color: #D7EB9E !important;
}

.com-txt-color-accent {
  color: #222222 !important;
}

.com-bg-accent {
  background-color: #222222 !important;
}

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

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

.com-txt-color-text-light {
  color: #8E8A82 !important;
}

.com-bg-text-light {
  background-color: #8E8A82 !important;
}

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

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

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

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

.com-txt-color-bg-gray {
  color: #D1D1D1 !important;
}

.com-bg-bg-gray {
  background-color: #D1D1D1 !important;
}

.com-txt-color-bg-dark {
  color: #8E8A82 !important;
}

.com-bg-bg-dark {
  background-color: #8E8A82 !important;
}

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

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

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

.com-bg-danger {
  background-color: red !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-black_02 {
  color: #222 !important;
}

.com-bg-black_02 {
  background-color: #222 !important;
}

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

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

.com-txt-color-gray_02 {
  color: #A7A7A7 !important;
}

.com-bg-gray_02 {
  background-color: #A7A7A7 !important;
}

.com-txt-color-gray_03 {
  color: #8E8A82 !important;
}

.com-bg-gray_03 {
  background-color: #8E8A82 !important;
}

.com-txt-color-gray_04 {
  color: #DCDCDC !important;
}

.com-bg-gray_04 {
  background-color: #DCDCDC !important;
}

.com-txt-color-gray_05 {
  color: #F5F5F5 !important;
}

.com-bg-gray_05 {
  background-color: #F5F5F5 !important;
}

.com-txt-color-gray_06 {
  color: #707070 !important;
}

.com-bg-gray_06 {
  background-color: #707070 !important;
}

.com-txt-color-gray_07 {
  color: #C1C1C1 !important;
}

.com-bg-gray_07 {
  background-color: #C1C1C1 !important;
}

.com-txt-color-gray_08 {
  color: #D3D3D3 !important;
}

.com-bg-gray_08 {
  background-color: #D3D3D3 !important;
}

.com-txt-color-gray_09 {
  color: #898989 !important;
}

.com-bg-gray_09 {
  background-color: #898989 !important;
}

.com-txt-color-gray_10 {
  color: #D0D0D0 !important;
}

.com-bg-gray_10 {
  background-color: #D0D0D0 !important;
}

.com-txt-color-gray_11 {
  color: #F6F6F6 !important;
}

.com-bg-gray_11 {
  background-color: #F6F6F6 !important;
}

.com-txt-color-green_01 {
  color: #1B5F20 !important;
}

.com-bg-green_01 {
  background-color: #1B5F20 !important;
}

.com-txt-color-green_02 {
  color: #2B8031 !important;
}

.com-bg-green_02 {
  background-color: #2B8031 !important;
}

.com-txt-color-orange_01 {
  color: #D86C00 !important;
}

.com-bg-orange_01 {
  background-color: #D86C00 !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
====================================== */
@media (min-width: 960px) {
  #header.front-page {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media (max-width: 959px) {
  #header.front-page .header-navbar-01 {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 100;
  }
}

/* parts
--------------------------------- */
/* #header-offcanvas-btn
--------------------------------- */
/* #header-logo　
--------------------------------- */
#header-logo {
  width: 144px;
  margin: 0;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  #header-logo {
    width: 170px;
  }
}

/* #header-tel　
--------------------------------- */
.header-inner-01 {
  margin-inline: auto;
  max-width: 1830px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 960px) {
  .header-inner-01 {
    padding-block: 30px;
  }
}

.header-navbar-01 {
  display: block;
  position: relative;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #F0F0F0;
  background-color: #fff;
}
.header-navbar-01::before, .header-navbar-01::after {
  content: "";
  display: block;
  position: absolute;
  width: 56%;
  height: 8%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 6px rgba(167, 167, 167, 0.16);
}
.header-navbar-01::before {
  background-color: #2B8031;
  top: 35%;
  z-index: 2;
}
.header-navbar-01::after {
  background-color: #84AC16;
  bottom: 35%;
}
.header-navbar-01.close::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
}
.header-navbar-01.close::after {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-35deg);
}
.header-navbar-01.uk-sticky-fixed {
  top: 15px !important;
}

.header-nav-01 {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-btn-01.com-btn-01 {
  font-size: 14px;
  font-size: 0.7777777778rem;
  padding-inline: 2em;
}

/* gnav
====================================== */
@media (max-width: 1399px) {
  #gnav {
    --gap: 25px;
    margin-left: calc(var(--gap) * -1);
  }
}
@media (max-width: 1399px) {
  #gnav > * {
    padding-left: var(--gap);
  }
}
#gnav > * > a {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 1400px) {
  #gnav > * > a {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 1.5;
  }
}
#gnav > * > a .sub {
  display: block;
  font-size: 10px;
  font-size: 0.5555555556rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #8E8A82;
  transition: inherit;
}
#gnav > * > a:hover {
  color: #84AC16;
}
/* gnav dropdown ホバーメニュー
====================================== */
.gnav-dropdown-menu {
  min-width: 220px;
  padding: 1em 0;
  border-radius: 10px;
  box-shadow: none;
  left: 1em;
}

.gnav-dropdown-list li a {
  display: block;
  padding: 0.7em 1.5em;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.4;
}
.gnav-dropdown-list li a:hover {
  background: #F0F0F0;
  color: #84AC16;
}
.gnav-dropdown-list li a .en {
  display: block;
  font-size: 10px;
  font-size: 0.5555555556rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #8E8A82;
  margin-bottom: 0.3em;
}
.gnav-dropdown-list li a .ja {
  font-weight: 700;
}

/* #lnav
====================================== */
/* #footer
====================================== */
#footer {
  --footer-bg: #222;
  color: #fff;
  background-color: var(--footer-bg);
  border-top-right-radius: 20px;
  margin-top: -20px;
  position: relative;
}
@media (min-width: 960px) {
  #footer {
    border-top-right-radius: 40px;
  }
}

/* footer-logo
====================================== */
#footer-logo {
  max-width: 45%;
}
@media (min-width: 960px) {
  #footer-logo {
    max-width: 100%;
  }
}

/* footer-head
====================================== */
/* footer-body
====================================== */
#footer-body {
  position: relative;
  padding-block: 70px;
}
@media (min-width: 960px) {
  #footer-body {
    padding-block: 125px;
  }
}

/* footer-foot
====================================== */
#footer-foot {
  padding-block: 0 45px;
}
@media (min-width: 960px) {
  #footer-foot {
    padding-block: 60px;
  }
}

/* parts
====================================== */
/* pagetop
-------------------------------------- */
.pagetop {
  font-size: 10px;
  font-size: 0.5555555556rem;
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 100;
  transition: 0.3s all ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  aspect-ratio: 1/1;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 960px) {
  .pagetop {
    bottom: 10px;
    width: 112px;
  }
}
.pagetop::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/pagetop_circle.svg) no-repeat center/contain;
  transform: rotate(0deg);
  animation: 15s pagetop_circle infinite linear;
}
.pagetop img {
  max-width: 72%;
}
.pagetop.js-display {
  opacity: 1;
  visibility: visible;
}

@keyframes pagetop_circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* footer-nav
-------------------------------------- */
.footer-list-01 {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .footer-list-01 {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
.footer-list-01 li + li {
  margin-top: 0.35em;
}
.footer-list-01 a {
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 15px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.footer-list-01 a:hover {
  opacity: 0.6;
}
.footer-list-01 .sub {
  font-size: 12px;
  font-size: 0.6666666667rem;
  display: inline-block;
}
@media (min-width: 1200px) {
  .footer-list-01 .sub {
    font-size: 18px;
    font-size: 1rem;
  }
}
.footer-list-01 .sub-menu {
  --space: 10px;
  margin-top: 0.5em;
  padding-left: var(--space);
  position: relative;
}
.footer-list-01 .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #707070;
  left: calc(var(--space) / 2);
  transform: translateX(-50%);
}
.footer-list-01 .sub-menu li {
  position: relative;
  z-index: 2;
  padding-left: 5px;
}
.footer-list-01 .sub-menu li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 1px;
  background-color: #707070;
  left: calc(var(--space) / 2 * -1);
  top: 50%;
  transform: translateY(-50%);
}
.footer-list-01 .sub-menu li:last-child::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + var(--space));
  height: 50%;
  right: 0;
  top: 50%;
  z-index: -1;
  background-color: var(--footer-bg);
}
.footer-list-01 .sub-menu li + li {
  margin-top: 0.25em;
}

@media (max-width: 959px) {
  .footer-grid-01 > .uk-grid-margin {
    margin-top: 0.9em;
  }
}

.footer-text-01 {
  font-size: 9px;
  font-size: 0.5rem;
  line-height: 1.2;
  color: #C1C1C1;
}
@media (min-width: 640px) {
  .footer-text-01 {
    font-size: 12px;
    font-size: 0.6666666667rem;
  }
}

.footer-text-02 {
  font-size: 11px;
  font-size: 0.6111111111rem;
  line-height: 2;
  font-weight: 400;
  color: #C1C1C1;
}
@media (min-width: 640px) {
  .footer-text-02 {
    font-size: 20px;
    font-size: 1.1111111111rem;
    line-height: 1.5;
  }
}

.footer-hr-01 {
  border: none;
  width: 100%;
  height: 1px;
  position: relative;
  margin-block: 12px;
}
.footer-hr-01::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #C1C1C1;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  .footer-hr-01::before {
    width: 100svw;
  }
}

.footer-pagetop-01 {
  position: absolute;
  top: 30px;
  right: 20px;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .footer-pagetop-01 {
    top: 120px;
    right: 60px;
  }
}
.footer-pagetop-01 .icon {
  display: block;
  transform: rotate(-90deg);
  width: 31px;
}
@media (min-width: 960px) {
  .footer-pagetop-01 .icon {
    width: 46px;
  }
}
.footer-pagetop-01:hover {
  color: #fff;
  opacity: 0.7;
}

/* .copyright
--------------------------------- */
.copyright {
  display: block;
  font-size: 11px;
  font-size: 0.6111111111rem;
  color: #C1C1C1;
}

.uk-offcanvas-bar {
  width: 100% !important;
  background: #fff;
  padding: 0;
}

.uk-nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.1111111111rem;
}
.uk-nav > li {
  border-bottom: 1px solid #DCDCDC;
}
.uk-nav > li a {
  gap: 0;
  padding: 0.5em 1em;
  color: #222 !important;
}
.uk-nav > li a .sub {
  display: inline-block;
  color: #8E8A82;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60%;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
.uk-nav > li a:hover {
  background-color: rgba(132, 172, 22, 0.2);
}
.uk-nav .uk-parent > a {
  padding-right: 1.6em;
  position: relative;
}
.uk-nav .uk-parent > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  width: 0.8em;
  background: url(../img/common/ico-plus.svg) no-repeat center/contain;
}
.uk-nav .uk-parent.uk-open a::after {
  background-image: url(../img/common/ico-minus.svg);
}
.uk-nav .uk-nav-sub {
  background: #F5F5F5;
  padding: 0;
}
.uk-nav .uk-nav-sub li a {
  padding: 0.5em 1em;
  padding-left: 1.6em;
}
.uk-nav .uk-nav-sub li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  background-color: #707070;
  margin-left: -0.6em;
  margin-right: calc(0.6em - 6px);
}
.uk-nav .uk-nav-sub li + li {
  border-top: 1px solid #fff;
}

.uk-offcanvas-close {
  top: unset;
  right: unset;
}

.offcanvas-head-01 {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.offcanvas-btn-01 {
  min-width: 267px;
}

/* section
====================================== */
/* parts
--------------------------------- */
.container-wrap {
  container-type: inline-size;
}

.com-breadcrumb-01 {
  position: relative;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding-block: 0.5em;
  color: #222;
}
.com-breadcrumb-01::before {
  content: "";
  display: block;
  position: absolute;
  width: 100svw;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #D0D0D0;
}
.com-breadcrumb-01 .aioseo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.com-breadcrumb-01 .aioseo-breadcrumb:first-child {
  text-transform: uppercase;
}
.com-breadcrumb-01 .aioseo-breadcrumb-separator {
  padding: 0 0.5em;
  color: #C1C1C1;
}
.com-breadcrumb-01 a {
  color: #C1C1C1;
}

.page-kv-01 {
  min-height: 80svh;
  position: relative;
  box-sizing: border-box;
  padding-block: clamp(46px, 4.47916667vw, 86px);
  font-weight: bold;
}
@media (min-width: 640px) {
  .page-kv-01 {
    min-height: 65svh;
  }
}
.page-kv-01.bg-img {
  background-image: url(../img/common/kv/support_s.jpg);
  background-position: center 30%;
  background-size: cover;
}
@media (min-width: 640px) {
  .page-kv-01.bg-img {
    background-image: url(../img/common/kv/support.jpg);
  }
}
.page-kv-01.bg-img::after {
  content: "";
  background-color: #000;
  opacity: 0.45;
  position: absolute;
  z-index: 1;
  inset: 0;
}
.page-kv-01 .page-kv-body {
  container-type: inline-size;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: clamp(80px, 14.28571429cqw, 150px);
}
.page-kv-01 .page-kv-body .subtitle {
  font-size: clamp(12px, 3.95480226cqi, 20px);
  letter-spacing: 0.1em;
}
.page-kv-01 .page-kv-body .catch {
  font-size: clamp(30px, 8.47457627cqi, 56px);
  margin-top: clamp(24px, 2.85714286cqw, 32px);
  font-weight: 900;
  line-height: 1.8;
}
@media (min-width: 640px) {
  .page-kv-01 .page-kv-body .catch {
    font-size: clamp(30px, 5cqi, 56px);
    line-height: 1.5;
  }
}
.page-kv-01 .page-kv-body .text {
  font-size: clamp(14px, 3.95480226cqi, 18px);
  line-height: 2.2;
  margin-top: clamp(40px, 2.34375cqw, 45px);
}
.page-kv-01.large {
  min-height: 80svh;
}
@media (min-width: 640px) {
  .page-kv-01.large {
    height: 100svh;
  }
}
.page-kv-01.medium {
  min-height: 40svh;
  padding-top: clamp(53px, 7.8125vw, 160px);
}
@media (min-width: 640px) {
  .page-kv-01.medium .page-kv-body {
    margin-top: clamp(35px, 2.08333333cqw, 40px);
  }
}
@media (max-width: 639px) {
  .page-kv-01.sm {
    padding-block: clamp(50px, 3.47916667vw, 60px);
  }
}
@media (max-width: 639px) {
  .page-kv-01.sm .page-kv-body {
    margin-top: clamp(30px, 7.14285714vw, 80px);
  }
}
@media (max-width: 639px) {
  .page-kv-01.sm .page-kv-body .text {
    margin-top: clamp(25px, 2.34375cqw, 45px);
  }
}
.page-kv-01.small {
  min-height: 20svh;
  padding-top: clamp(44px, 7.8125vw, 160px);
}
.page-kv-01.kv-faq {
  background-image: url("../img/common/kv/faq_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-01.kv-faq {
    background-image: url("../img/common/kv/faq.jpg");
  }
}
.page-kv-01.kv-reform {
  background-image: url("../img/common/kv/reform_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-01.kv-reform {
    background-image: url("../img/common/kv/reform.jpg");
  }
}
.page-kv-01.kv-performance {
  background-image: url("../img/common/kv/performance_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-01.kv-performance {
    background-image: url("../img/common/kv/performance.jpg");
  }
}
.page-kv-01.kv-kaitori {
  background-image: url("../img/common/kv/kaitori_s.jpg");
}
@media (min-width: 640px) {
  .page-kv-01.kv-kaitori {
    background-image: url("../img/common/kv/kaitori.jpg");
  }
}

.page-video-01 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page-video-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.45;
}
.page-video-01 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* title タイトル
--------------------------------- */
.com-counter-reset {
  counter-reset: num-counter;
}
.com-counter-reset > .counter-item {
  counter-increment: num-counter;
}

.page-tit-01 {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .page-tit-01 {
    gap: 40px;
  }
}
.page-tit-01::before {
  content: attr(data-en);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  text-transform: capitalize;
}

.com-tit-01 {
  font-size: 27px;
  font-size: 1.5rem;
  line-height: 1.7407407407;
  font-weight: 900;
}
@media (min-width: 640px) {
  .com-tit-01 {
    font-size: 52px;
    font-size: 2.8888888889rem;
    line-height: 1.6923076923;
  }
}
.com-tit-01.small {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .com-tit-01.small {
    font-size: 32px;
    font-size: 1.7777777778rem;
    line-height: 2;
  }
}
.com-tit-01.large {
  font-size: 30px;
  font-size: 1.6666666667rem;
}
@media (min-width: 640px) {
  .com-tit-01.large {
    font-size: 55px;
    font-size: 3.0555555556rem;
  }
}
.com-tit-01.border {
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 0.5em;
}
.com-tit-01.quotes {
  --border: 2px solid #C1C1C1;
  --pbl: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-block: var(--pbl);
}
@media (min-width: 960px) {
  .com-tit-01.quotes {
    --pbl: 5px;
  }
}
.com-tit-01.quotes::before, .com-tit-01.quotes::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 21px;
  height: 100%;
  aspect-ratio: 21/22;
}
@media (min-width: 640px) {
  .com-tit-01.quotes::before, .com-tit-01.quotes::after {
    margin-inline: 0 !important;
  }
}
@media (min-width: 960px) {
  .com-tit-01.quotes::before, .com-tit-01.quotes::after {
    width: 33px;
  }
}
.com-tit-01.quotes::before {
  border-top: var(--border);
  border-left: var(--border);
  vertical-align: top;
  margin-right: -10px;
  transform: translateY(calc(var(--pbl) * -1));
}
.com-tit-01.quotes::after {
  border-right: var(--border);
  border-bottom: var(--border);
  vertical-align: bottom;
  margin-block: auto 0;
  margin-left: -10px;
  transform: translateY(var(--pbl));
}

.com-tit-03 {
  color: #8E8A82;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  .com-tit-03 {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.com-tit-03.mask {
  line-height: 1.2;
}
.com-tit-03 .subtitle {
  color: #333333;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 15.75757576cqi, 52px);
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .com-tit-03 .subtitle {
    font-size: 52px;
    font-size: 2.8888888889rem;
  }
}
.com-tit-03.white {
  color: #fff;
}
.com-tit-03.white::before {
  color: inherit;
}
.com-tit-03.white .subtitle {
  color: inherit;
}
.com-tit-03[data-count]::before {
  content: "#" attr(data-count);
  color: #222;
  opacity: 0.35;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 600;
  display: block;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 640px) {
  .com-tit-03[data-count]::before {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  container-type: inline-size;
}
@media (max-width: 639px) {
  .title-wrapper.container-inner {
    width: calc(100% + 30px);
    margin-right: -30px;
  }
}
.title-wrapper .com-mask-img-01 ~ .mask {
  width: 210px;
}
@media (min-width: 640px) {
  .title-wrapper .com-mask-img-01 ~ .mask {
    width: 335px;
  }
}
.title-wrapper .mask {
  order: -1;
  margin-block: 0 -3em;
}
@media (min-width: 640px) {
  .title-wrapper .mask {
    margin-bottom: -6em;
  }
}

.com-mask-img-01 {
  display: block;
  width: 100%;
  height: auto;
  max-height: 132px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-mask-image: url(../img/common/mask_01_s.svg);
  mask-image: url(../img/common/mask_01_s.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
}
@media (min-width: 640px) {
  .com-mask-img-01 {
    max-height: 330px;
    -webkit-mask-image: url(../img/common/mask_01.svg);
    mask-image: url(../img/common/mask_01.svg);
  }
}

.com-tit-04 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  margin-bottom: 2em;
  font-weight: bold;
  border-left: 6px solid #84AC16;
  padding-left: 0.7em;
}
@media (min-width: 640px) {
  .com-tit-04 {
    font-size: 32px;
    font-size: 1.7777777778rem;
    border-left-width: 8px;
  }
}
.com-tit-04::before {
  content: attr(data-en);
  display: block;
  color: #8E8A82;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.6666666667rem;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  .com-tit-04::before {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}

.com-tit-05 {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: bold;
  background-color: #F0F0F0;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  padding: 1em;
}
@media (min-width: 640px) {
  .com-tit-05 {
    font-size: 18px;
    font-size: 1rem;
  }
}

.com-tit-06 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 2px solid #D0D0D0;
  padding-bottom: 0.6em;
  position: relative;
}
@media (min-width: 640px) {
  .com-tit-06 {
    font-size: 26px;
    font-size: 1.4444444444rem;
  }
}
.com-tit-06::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #84AC16;
  position: absolute;
  bottom: -2px;
}

.com-tit-07 {
  --border-width: 2px;
  --border: var(--border-width) solid #C1C1C1;
  font-size: 27px;
  font-size: 1.5rem;
  line-height: 1.7407407407;
  font-weight: 900;
}
@media (min-width: 960px) {
  .com-tit-07 {
    font-size: 52px;
    font-size: 2.8888888889rem;
    line-height: 1.6923076923;
  }
}
.com-tit-07.deco > span {
  display: inline-block;
  position: relative;
}
.com-tit-07.deco > span::before, .com-tit-07.deco > span::after {
  content: "";
  display: inline-block;
  width: 21px;
  aspect-ratio: 1/1.04;
}
@media (min-width: 960px) {
  .com-tit-07.deco > span::before, .com-tit-07.deco > span::after {
    width: 33px;
  }
}
.com-tit-07.deco > span::before {
  vertical-align: top;
  border-top: var(--border);
  border-left: var(--border);
  margin-right: -15px;
}
@media (min-width: 960px) {
  .com-tit-07.deco > span::before {
    margin-right: 0;
  }
}
.com-tit-07.deco > span::after {
  vertical-align: bottom;
  border-bottom: var(--border);
  border-right: var(--border);
  margin-left: -15px;
}
@media (min-width: 960px) {
  .com-tit-07.deco > span::after {
    margin-left: 0;
  }
}
.com-tit-07.small {
  font-size: clamp(30px, 7.5cqw, 40px);
}
.com-tit-07.large {
  font-size: clamp(24px, 7.5cqw, 30px);
}
@media (min-width: 640px) {
  .com-tit-07.large {
    font-size: clamp(40px, 5cqw, 56px);
  }
}

/* panel パネル
--------------------------------- */
.com-panel-02 {
  background-color: #F0F0F0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 400;
}
@media (min-width: 960px) {
  .com-panel-02 {
    font-size: 18px;
    font-size: 1rem;
  }
}
.com-panel-02 .tel-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-size: 25px;
  font-size: 1.3888888889rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (min-width: 960px) {
  .com-panel-02 .tel-link {
    font-size: 40px;
    font-size: 2.2222222222rem;
    gap: 20px;
  }
}
.com-panel-02 .tel-link::before {
  content: "";
  display: block;
  width: 37px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_tel.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  .com-panel-02 .tel-link::before {
    width: 51px;
  }
}
.com-panel-02 .contact-link {
  padding-inline: 2.5em;
}
@media (min-width: 960px) {
  .com-panel-02 .contact-link {
    width: 340px;
  }
}

/* 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: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-01 {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .com-mt-01 {
    margin-top: 100px;
  }
}

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

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

.com-mt-halfem {
  margin-top: 0.5em;
}

.com-sec-01 {
  padding-block: 80px;
}
@media (min-width: 960px) {
  .com-sec-01 {
    padding-block: 200px;
  }
}

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

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

.com-sec-04 {
  padding-block: 40px;
}

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

.com-grid-3 {
  margin-left: -3px;
}
.com-grid-3 > * {
  padding-left: 3px;
}

.com-grid-10 {
  margin-left: -10px;
}
.com-grid-10 > * {
  padding-left: 10px;
}

.com-grid-margin-3 > .uk-grid-margin {
  margin-top: 3px;
}

.com-grid-margin-10 > .uk-grid-margin {
  margin-top: 10px;
}

.com-grid-margin-15 > .uk-grid-margin {
  margin-top: 15px;
}

.com-grid-margin-50 > .uk-grid-margin {
  margin-top: 30px;
}
@media (min-width: 640px) {
  .com-grid-margin-50 > .uk-grid-margin {
    margin-top: 50px;
  }
}

.com-bg-01 {
  background: url(../img/common/bg_01.jpg) no-repeat center/cover;
}

.com-bg-02 {
  background: rgba(255, 255, 255, 0.9);
}

.com-bg-03 {
  background: rgba(209, 209, 209, 0.9);
}

.com-bg-gray {
  background-color: #F5F5F5;
}

.com-container-01 {
  padding-inline: 40px;
}

/* 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.ls-color-main li::before {
  color: #84AC16;
}

.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;
}

/* dl style dlスタイル
--------------------------------- */
.com-dl-01 {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.com-dl-01 dt {
  border-top: 1px solid #84AC16;
  padding-block: 10px;
  color: #84AC16;
  font-weight: bold;
  font-size: 16px;
}
.com-dl-01 dd {
  border-top: 1px solid #D0D0D0;
  padding-block: 10px;
}
@media (min-width: 640px) {
  .com-dl-01.about {
    grid-template-columns: minmax(230px, 30%) 1fr;
  }
}

/* text テキスト
--------------------------------- */
@media (min-width: 960px) {
  .com-text-01 {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}

@media (min-width: 960px) {
  .com-text-02 {
    font-size: 24px;
    font-size: 1.3333333333rem;
    line-height: 1.5;
  }
}

.com-text-03 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  color: #8E8A82;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.com-text-shadow-01 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* アクセント色
--------------------------------- */
/* YouTube wrapper
--------------------------------- */
.com-wrap-youtube {
  --width: 16;
  --height: 9;
  width: min(attr(data-width px, 100%), 100%);
  aspect-ratio: calc(var(--width) / var(--height));
}
.com-wrap-youtube.type-short {
  --width: 9;
  --height: 16;
}
.com-wrap-youtube iframe {
  width: 100%;
  height: 100%;
}

/* リンク
--------------------------------- */
.com-btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 700;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  background: #000;
  border-radius: 50px;
  color: #fff;
  padding: 1em 2.5em;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 960px) {
  .com-btn-01 {
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding-inline: 3em;
  }
}
.com-btn-01::after {
  content: url(../img/common/arrow_01.svg);
  line-height: 1;
}
.com-btn-01:hover {
  color: #fff;
  background-color: #84AC16;
}
.com-btn-01:hover::after {
  transform: translateX(5px);
}

.com-btn-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 83px;
  padding: 0.5em 1em;
  padding-right: 2.8em;
  box-sizing: border-box;
  border: 1px solid #C1C1C1;
  border-radius: 2px;
  position: relative;
}
@media (min-width: 960px) {
  .com-btn-02 {
    min-height: 90px;
  }
}
.com-btn-02::after {
  content: "";
  background: url(../img/common/arrow_03.svg) no-repeat center/contain;
  display: block;
  width: 21px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin-block: auto;
}
@media (min-width: 960px) {
  .com-btn-02::after {
    width: 28px;
  }
}
.com-btn-02.white {
  background-color: #fff;
}
.com-btn-02.gray {
  background-color: #C1C1C1;
}

.com-count-01 a {
  position: relative;
  container-type: inline-size;
}
.com-count-01 a[data-count]::before {
  content: "#" attr(data-count);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #8E8A82;
  position: absolute;
  left: 0;
  top: -1.6em;
}
@media (min-width: 640px) {
  .com-count-01 a[data-count]::before {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}

.com-fixed-01 {
  overflow: hidden;
  position: sticky;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.com-fixed-01 > .uk-grid {
  --space: 1px;
  margin-left: calc(var(--space) * -1);
}
.com-fixed-01 > .uk-grid > * {
  padding-left: var(--space);
}
.com-fixed-01 .btn {
  text-align: center;
  display: block;
  color: #fff;
  background-color: #222;
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.7777777778rem;
  padding: 0.7em 0.5em;
}
@media (min-width: 640px) {
  .com-fixed-01 .btn {
    padding: 0.7em 1em;
  }
}
.com-fixed-01 .btn .eng, .com-fixed-01 .btn .jp {
  display: block;
}
.com-fixed-01 .btn .eng {
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 12px;
  font-size: 0.6666666667rem;
  opacity: 0.5;
}
.com-fixed-01 .btn .jp {
  letter-spacing: 0.05em;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  position: relative;
}
.com-fixed-01 .btn .jp::after {
  content: "";
  display: block;
  position: absolute;
  width: clamp(4px, 4%, 6px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
  top: 50%;
  right: -2px;
  transform: translate(100%, -50%);
}
@media (min-width: 640px) {
  .com-fixed-01 .btn .jp::after {
    right: -7px;
  }
}
.com-fixed-01 .btn:hover {
  background-color: #84AC16;
}

.com-fixed-02 {
  display: block;
  max-width: 35%;
  position: fixed;
  left: 10px;
  bottom: 70px;
  z-index: 100;
}
@media (min-width: 960px) {
  .com-fixed-02 {
    bottom: 10px;
  }
}

.com-slider-01 .swiper-wrapper {
  padding-block: 10px;
}
.com-slider-01 .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.com-slider-01 .swiper-slide > * {
  transform-origin: center;
  transform: scale(0.9);
  opacity: 0.33;
}
.com-slider-01 .swiper-slide-active > * {
  transform: scale(1);
}
.com-slider-01 .swiper-slide-prev > *,
.com-slider-01 .swiper-slide-next > *,
.com-slider-01 .swiper-slide-active > * {
  opacity: 1;
}
.com-slider-01 .slider-dots {
  margin-top: 10px;
}

.com-slider-02 .slider-head {
  display: flex;
  align-items: center;
}
.com-slider-02 .slider-head > * {
  flex: 1;
}
.com-slider-02 .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.com-slider-02 .swiper-wrapper {
  padding-block: 10px;
}

.com-slider-dots-01 {
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-color: #1B5F20;
  --swiper-pagination-bullet-inactive-color: #D3D3D3;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.com-slider-dots-01 .swiper-pagination-bullet {
  position: relative;
}
.com-slider-dots-01 .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.4);
  border: 1px dotted #707070;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.com-slider-dots-01 .swiper-pagination-bullet-active:before {
  opacity: 1;
}

.com-slider-dots-02 {
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #84AC16;
  --swiper-pagination-bullet-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.com-slider-dots-02.uk-flex-left {
  justify-content: flex-start;
}
.com-slider-dots-02.dots-gray_08 {
  --swiper-pagination-bullet-inactive-color: #D3D3D3;
}

.com-slider-navigation-01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.com-slider-navigation-01 .btn-prev,
.com-slider-navigation-01 .btn-next {
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/common/arrow_01.svg) no-repeat center/100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 960px) {
  .com-slider-navigation-01 .btn-prev,
  .com-slider-navigation-01 .btn-next {
    width: 38px;
  }
}
.com-slider-navigation-01 .btn-prev:hover,
.com-slider-navigation-01 .btn-next:hover {
  opacity: 0.6;
}
.com-slider-navigation-01 .btn-prev {
  transform: scaleX(-1);
}
.com-slider-navigation-01.small .btn-prev,
.com-slider-navigation-01.small .btn-next {
  width: 23px;
}

.com-link-01 {
  color: #84AC16;
  text-decoration: underline;
}
.com-link-01:hover {
  color: inherit;
  opacity: 0.6;
}

.com-card-01 {
  display: inline-block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.com-card-01.large {
  width: 310px;
}
@media (min-width: 960px) {
  .com-card-01.large {
    width: 420px;
  }
}
.com-card-01.small {
  width: 280px;
}
.com-card-01 .thumb-wrapper {
  position: relative;
  aspect-ratio: 1/0.83;
}
.com-card-01 .thumb-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-card-01 .thumb-wrapper.small {
  aspect-ratio: 1/0.64;
}
.com-card-01 .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  border-radius: 0 2px 0 0;
  background-color: #84AC16;
  color: #fff;
  padding: 0.4em 1em;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .com-card-01 .tag {
    font-size: 18px;
    font-size: 1rem;
  }
}
.com-card-01 .tag.top {
  bottom: unset;
  top: 0;
  border-bottom-right-radius: 2px;
}
.com-card-01 .tag.small {
  font-size: 12px;
  font-size: 0.6666666667rem;
}
@media (min-width: 960px) {
  .com-card-01 .tag.small {
    font-size: 12px;
    font-size: 0.6666666667rem;
  }
}
.com-card-01 .tag.medium {
  font-size: 15px;
  font-size: 0.8333333333rem;
}
@media (min-width: 960px) {
  .com-card-01 .tag.medium {
    font-size: 18px;
    font-size: 1rem;
    padding-block: 0.5em;
  }
}
.com-card-01 .text-wrapper {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 1.3em;
}
.com-card-01 .text-wrapper.height-0 {
  min-height: 0;
}
.com-card-01 .tit {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.375;
  font-weight: bold;
  margin-bottom: 0;
  min-height: 40px;
}
@media (min-width: 960px) {
  .com-card-01 .tit {
    font-size: 22px;
    font-size: 1.2222222222rem;
    line-height: 1.4545454545;
  }
}
.com-card-01 .tit.small {
  font-size: 13px;
  font-size: 0.7222222222rem;
  line-height: 1.5384615385;
}
.com-card-01 .price {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: bold;
  color: #84AC16;
}
.com-card-01 .label {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.com-card-01 .label .info {
  display: inline-block;
  background-color: #C1C1C1;
  color: #fff;
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 1;
  padding: 1em;
  border-radius: 1px;
  text-align: center;
}
@media (min-width: 960px) {
  .com-card-01 .label .info {
    font-size: 15px;
    font-size: 0.8333333333rem;
    padding-block: 0.8em;
  }
}
.com-card-01 .label .info.type {
  color: #222;
  background-color: #F0F0F0;
}
.com-card-01 .label .info.small {
  font-size: 12px;
  font-size: 0.6666666667rem;
}
.com-card-01::after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  background: url(../img/common/arrow_01.svg) no-repeat center/100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  bottom: 20px;
  right: 20px;
}
@media (min-width: 640px) {
  .com-card-01::after {
    width: 30px;
  }
}
.com-card-01:hover {
  opacity: 0.6 !important;
}

.com-card-03 {
  display: block;
  width: 328px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 25px;
}
.com-card-03 .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-card-03 .tag {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 1;
  font-weight: 400;
  color: #222;
  background-color: #F0F0F0;
  border-radius: 2px;
  padding: 1em 0.5em;
  min-width: 100px;
  box-sizing: border-box;
}
.com-card-03 .date {
  font-size: 12px;
  font-size: 0.6666666667rem;
  color: #898989;
  font-weight: 400;
}
.com-card-03 .tit {
  --icon-size: 23px;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  margin-block: 45px 0;
  position: relative;
  padding-right: calc(var(--icon-size) + 5px);
}
.com-card-03 .tit::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: var(--icon-size);
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  background: url(../img/common/arrow_01.svg) no-repeat center/100%;
}
.com-card-03:hover {
  background-color: rgba(215, 235, 158, 0.2);
}

.com-card-04 {
  display: block;
  position: relative;
}
.com-card-04 .thumb-wrapper {
  position: relative;
  aspect-ratio: 145/121;
}
@media (max-width: 639px) {
  .com-card-04 .thumb-wrapper {
    margin-inline: calc(50% - 50vw);
  }
}
.com-card-04 .thumb-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-card-04 .thumb-wrapper .tag {
  font-size: 15px;
  font-size: 0.8333333333rem;
  line-height: 1.2;
  background-color: #84AC16;
  padding: 0.7em 1.5em;
  border-top-right-radius: 2px;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 640px) {
  .com-card-04 .thumb-wrapper .tag {
    top: 0;
    bottom: unset;
    border-bottom-right-radius: 2px;
    font-size: 21px;
    font-size: 1.1666666667rem;
    padding: 0.5em 1em;
  }
}
.com-card-04 .text-wrapper {
  position: relative;
  background-color: #fff;
  padding-top: 2em;
}
.com-card-04 .text-wrapper .tit {
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.com-card-04 .text-wrapper .info {
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 12px;
  font-size: 0.6666666667rem;
  background-color: #C1C1C1;
  padding: 0.4em 1.4em;
}
@media (min-width: 640px) {
  .com-card-04 .text-wrapper {
    width: 70%;
    padding: 1em 1.5em;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.com-card-04::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  background: url(../img/common/arrow_01.svg) no-repeat center/100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
@media (min-width: 640px) {
  .com-card-04::after {
    width: 30px;
    bottom: 5%;
    right: 3%;
  }
}

.com-tab-01 li {
  container-type: inline-size;
}
.com-tab-01 a {
  display: block;
  min-height: 80px;
  font-size: clamp(14px, 8.13953488cqi, 24px);
  font-weight: bold;
  line-height: 1.2;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #8E8A82;
  border: 2px solid #D1D1D1;
  border-radius: 9px;
  padding: 1.2em 0.5em;
  padding-bottom: 1.8em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .com-tab-01 a {
    padding-block: 1.9em 2.1em;
  }
}
.com-tab-01 a::after {
  content: "";
  background: url(../img/common/arrow_02.svg) no-repeat center/contain;
  display: block;
  width: 10px;
  aspect-ratio: 17/10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8em;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .com-tab-01 a::after {
    width: 17px;
  }
}
.com-tab-01 a:hover {
  color: #fff;
  opacity: 0.8;
  transform: translateY(2px);
}

.com-tag-01 {
  display: inline-block;
  background-color: #F0F0F0;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1;
  padding: 0.8em 2em;
}

.com-font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.com-border-01 {
  border-top: 1px solid #D0D0D0;
}

.com-mr-extend-01 {
  --extend: 20px;
  width: calc(100% + var(--extend));
  margin-right: calc(var(--extend) * -1);
}
@media (min-width: 640px) {
  .com-mr-extend-01 {
    --extend: 30px;
  }
}
@media (min-width: 960px) {
  .com-mr-extend-01 {
    --extend: 0;
  }
}
.com-mr-extend-01 .add-pr {
  padding-right: var(--extend);
}

@media (min-width: 640px) {
  .uk-margin-remove-top\@s {
    margin-top: 0 !important;
  }
}
/* com-full-width 要素を親コンテナを超えて全幅に拡張
--------------------------------- */
.com-full-width {
  margin-inline: calc(50% - 50vw);
}

.com-map-01 {
  margin-inline: calc(50% - 50vw);
  height: 345px;
}
@media (min-width: 640px) {
  .com-map-01 {
    height: 644px;
  }
}
.com-map-01 iframe {
  width: 100%;
  height: 100%;
}

.com-pagination-01 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}
.com-pagination-01 ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}
.com-pagination-01 ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  color: #808080;
  border: 1px solid #C0C0C0;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  place-items: center;
}
@media (max-width: 639px) {
  .com-pagination-01 ul .page-numbers:not(.prev):not(.next) {
    width: 45px;
    height: 45px;
  }
}
.com-pagination-01 ul .page-numbers.prev, .com-pagination-01 ul .page-numbers.next {
  padding: 1em;
}
.com-pagination-01 ul .page-numbers.prev:hover, .com-pagination-01 ul .page-numbers.next:hover {
  color: #84AC16;
}
.com-pagination-01 ul .page-numbers.current {
  border-width: 2px !important;
  background-color: #000000 !important;
  color: #fff !important;
  border: none !important;
}
.com-pagination-01 ul a:not(.prev):not(.next):hover {
  background: rgb(219.206185567, 242.2989690722, 155.7010309278);
}
.com-pagination-01 .arrow-left, .com-pagination-01 .arrow-right {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.com-pagination-01 .arrow-left::before, .com-pagination-01 .arrow-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.com-pagination-01 .arrow-left::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.com-pagination-01 .arrow-right::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

/* ローカルナビゲーション
---------------------------------- */
.lnav-btn-01 {
  container-type: inline-size;
  display: block;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 1.2em 3.5em 1.2em 1.5em;
  border-radius: 5px;
  background-color: #93BA26;
  color: #fff;
  font-size: clamp(12px, 3.88888889cqi, 14px);
  font-weight: 600;
  line-height: 1.6;
}
.lnav-btn-01 .sub {
  display: block;
  font-size: clamp(16px, 7.24637681cqi, 20px);
  letter-spacing: 0.15em;
  margin-top: 0.3em;
}
.lnav-btn-01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
  width: 28px;
  height: 28px;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
}
.lnav-btn-01:hover {
  opacity: 0.8;
  color: #fff;
}

/* dl table
--------------------------------- */
.form-table-01 > dt {
  font-size: 18px;
  font-size: 1rem;
  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: 2.7em;
}
.form-table-01 .required:after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6111111111rem;
  background: #84AC16;
  color: #fff;
  padding: 0.5em 1em;
  margin-left: 2em;
}

@media (min-width: 960px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    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.6111111111rem;
  background: #84AC16;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

: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 #84AC16;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #84AC16;
  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 #84AC16;
  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;
}

.home-video-01 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.home-video-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8E8A82;
  opacity: 0.25;
}
.home-video-01 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-panel-01 {
  container: inline-size;
  padding-block: 70px 50px;
  min-height: calc(100svh - 82px);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
@media (min-width: 960px) {
  .home-panel-01 {
    background-image: linear-gradient(to right, #fff 0%, #fff 79%, rgba(142, 138, 130, 0.18) 79%, rgba(142, 138, 130, 0.18) 100%);
    padding-block: 30px;
    height: calc(100svh - 92px);
    min-height: unset;
  }
}
.home-panel-01 .copyright {
  position: absolute;
  right: 2%;
  top: 35%;
  transform: translateY(-50%);
  z-index: 3;
  writing-mode: vertical-rl;
  font-size: min(1.4cqh, 10px);
  letter-spacing: 0.2em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #222;
}
.home-panel-01 .scroll-hint {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 5px;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #222;
  font-size: 10px;
  font-size: 0.5555555556rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  .home-panel-01 .scroll-hint {
    right: 2%;
  }
}
.home-panel-01 .scroll-hint .line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: min(15svh, 140px);
  position: relative;
}
.home-panel-01 .scroll-hint .line::before, .home-panel-01 .scroll-hint .line::after {
  content: "";
  display: block;
}
.home-panel-01 .scroll-hint .line::before {
  width: 1px;
  height: 100%;
  background-color: #C1C1C1;
}
.home-panel-01 .scroll-hint .line::after {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #84AC16;
  top: 0;
  left: 0;
  animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}
.home-panel-01 .wrapper {
  max-width: 1680px;
  display: flex;
  flex-direction: column;
  gap: 30px 5%;
}
@media (min-width: 960px) {
  .home-panel-01 .wrapper {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .home-panel-01 .wrapper .slider {
    width: 65.5%;
    flex-shrink: 0;
    order: 99;
  }
}
.home-panel-01 .wrapper .cont {
  container: home-panel-01-cont;
  container-type: inline-size;
  flex: 1;
  padding-inline: 10px;
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 1.8333333333;
  font-weight: 700;
}
@media (min-width: 960px) {
  .home-panel-01 .wrapper .cont {
    align-self: center;
    font-size: 26px;
    font-size: 1.4444444444rem;
    line-height: 1.8461538462;
    padding-inline: 0;
  }
}

@keyframes circlemove {
  0% {
    top: 0;
  }
  60% {
    top: 60%;
  }
  100% {
    top: 60%;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.95;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.home-panel-02 {
  --radius: 5px;
  --extend: 20px;
  padding-block: 35px;
  padding-inline: 20px 0;
  background-color: #F0F0F0;
  border-radius: var(--radius) 0 0 var(--radius);
  width: calc(100% + var(--extend));
  margin-right: calc(var(--extend) * -1);
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 1.3333333333;
}
@media (min-width: 640px) {
  .home-panel-02 {
    --extend: 30px;
  }
}
@media (min-width: 960px) {
  .home-panel-02 {
    --extend: 0;
    padding: 70px 20px;
    border-radius: var(--radius);
  }
}
.home-panel-02 .panel-wrapper {
  padding-inline: 0 40px;
}
@media (min-width: 960px) {
  .home-panel-02 .panel-wrapper {
    padding-inline: 0;
  }
}

.home-panel-03 {
  background-color: #fff;
  padding: 60px 35px;
  border-radius: 5px;
}
@media (min-width: 960px) {
  .home-panel-03 {
    padding: 75px 100px;
  }
}

.home-card-01 {
  container-name: comCard02;
  container-type: inline-size;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 638/440;
  padding: 10px 20px;
  padding-right: 50px;
  overflow: hidden;
  color: #fff;
  align-content: flex-end;
}
@media (min-width: 1200px) {
  .home-card-01 {
    padding-inline: 60px 90px;
  }
}
.home-card-01::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.58));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s opacity ease-in-out;
}
.home-card-01::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 15px;
  right: 20px;
  width: 23px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  background: url(../img/common/arrow_01.svg) no-repeat center/100%;
}
@media (min-width: 960px) {
  @container (width >= 265px) {
    .home-card-01::after {
      width: 46px;
      bottom: 30px;
      right: 40px;
    }
  }
}
.home-card-01 .bg {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
  top: 0;
  left: 0;
}
.home-card-01 .tit {
  color: inherit;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .home-card-01 .tit {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
.home-card-01 .tit .eng {
  opacity: 0.3;
  font-size: clamp(25px, 22cqw, 36px);
}
@media (min-width: 960px) {
  @container (width >= 225px) {
    .home-card-01 .tit .eng {
      font-size: clamp(25px, 15cqw, 70px);
      margin-bottom: min(-0.6em, -25px);
    }
  }
}
.home-card-01 .tit + * {
  margin-top: 10px;
}
.home-card-01 .text {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 2.1428571429;
}
@media (min-width: 960px) {
  @container (width >= 225px) {
    .home-card-01 .text {
      font-size: clamp(11px, 5cqw, 18px);
    }
  }
}
.home-card-01:hover {
  color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.16);
}
@media (min-width: 960px) {
  .home-card-01:hover {
    transform: translateY(-10px);
  }
}
.home-card-01:hover::before {
  opacity: 0;
}

.home-slider-01 {
  position: relative;
}
@media (min-width: 960px) {
  .home-slider-01 {
    container-type: inline-size;
  }
}
@media (min-width: 960px) {
  .home-slider-01 .main-slider {
    width: 93.5%;
    margin-left: 0;
  }
}
.home-slider-01 .main-slider .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 1.4166666667;
  font-weight: 900;
}
@media (min-width: 960px) {
  .home-slider-01 .main-slider .image {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
.home-slider-01 .main-slider .image img {
  width: 100%;
  aspect-ratio: 1/0.83;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .home-slider-01 .main-slider .image img {
    max-height: calc(100svh - 92px - 130px);
  }
}
.home-slider-01 .main-slider .image .caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  max-width: calc(45% - 20px);
}
@media (min-width: 960px) {
  .home-slider-01 .main-slider .image .caption {
    left: 20px;
    bottom: 15px;
    max-width: calc(59cqw - 20px);
  }
}
.home-slider-01 .sub-slider-panel {
  --radius: 5px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 55%;
  padding: 10px;
  padding-right: 0;
  margin-inline: auto 0;
  margin-top: max(-25%, -190px);
  border-radius: var(--radius) 0 0 var(--radius);
}
@media (min-width: 960px) {
  .home-slider-01 .sub-slider-panel {
    --radius: 10px;
    padding: 25px;
    padding-right: 0;
    max-width: 39.5%;
  }
}
.home-slider-01 .sub-slider-panel::before {
  content: "";
  position: absolute;
  display: block;
  width: 100svw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.13);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
  -webkit-backdrop-filter: blur(30px) brightness(1.15);
          backdrop-filter: blur(30px) brightness(1.15);
}
@media (min-width: 1800px) {
  .home-slider-01 .sub-slider-inner {
    width: calc(100% + 30px);
    margin-right: -30px;
  }
}
.home-slider-01 .sub-slider img {
  width: 100%;
  aspect-ratio: 1/0.83;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-slider-02 {
  max-width: 1920px;
  margin-inline: auto;
}
.home-slider-02 img {
  width: 100%;
  aspect-ratio: 1/0.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider-02 .swiper-slide {
  width: 170px;
  border-radius: 2px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .home-slider-02 .swiper-slide {
    width: 300px;
  }
}
.home-slider-02 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.home-slider-03 {
  padding-left: 6px;
  margin-left: -6px;
}

.home-tit-01 {
  font-size: 40px;
  font-size: 2.2222222222rem;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  color: #222;
}
@media (min-width: 960px) {
  .home-tit-01 {
    font-size: clamp(34px, 14cqw, 70px);
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.home-tit-01 .quote {
  --border-width: 2px;
  --border: var(--border-width) solid #C1C1C1;
  display: inline-block;
  position: relative;
}
@media (min-width: 960px) {
  .home-tit-01 .quote {
    --border-width: 3px;
  }
}
.home-tit-01 .quote::before, .home-tit-01 .quote::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  aspect-ratio: 1/1.04;
}
.home-tit-01 .quote::before {
  position: absolute;
  top: 0;
  left: 0;
  border-top: var(--border);
  border-left: var(--border);
  transform: translateX(-50%);
}
.home-tit-01 .quote::after {
  vertical-align: bottom;
  border-bottom: var(--border);
  border-right: var(--border);
  margin-left: -5%;
}

.home-tit-02 {
  --border-width: 2px;
  --border: var(--border-width) solid currentColor;
  font-size: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.8;
  font-weight: 900;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media (min-width: 960px) {
  .home-tit-02 {
    font-size: 70px;
    font-size: 3.8888888889rem;
    line-height: 1.5714285714;
  }
}
.home-tit-02::before, .home-tit-02::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  aspect-ratio: 1/1.04;
}
.home-tit-02::before {
  top: 0;
  left: 0;
  border-top: var(--border);
  border-left: var(--border);
  transform: translateX(-100%);
}
.home-tit-02::after {
  bottom: 0;
  right: 0;
  border-bottom: var(--border);
  border-right: var(--border);
}

.home-tit-03 {
  position: relative;
  margin-bottom: -15px;
}

.home-tit-04 {
  --space: 10px;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #222;
  padding-left: var(--space);
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .home-tit-04 {
    --space: 20px;
    font-size: 19px;
    font-size: 1.0555555556rem;
    margin-bottom: 85px;
  }
}
.home-tit-04 .eng {
  display: block;
  font-size: 36px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  opacity: 0.14;
  margin-bottom: -0.5em;
  margin-left: calc(var(--space) * -1);
}
@media (min-width: 960px) {
  .home-tit-04 .eng {
    font-size: 87px;
    font-size: 4.8333333333rem;
    margin-bottom: -0.4em;
  }
}

.home-sec-01 {
  padding-block: 190px 70px;
}
@media (min-width: 960px) {
  .home-sec-01 {
    padding-block: 230px 280px;
  }
}

.home-sec-02 {
  padding-block: 105px 80px;
  margin-top: max(-5%, -170px);
}
@media (min-width: 960px) {
  .home-sec-02 {
    padding-block: 330px 200px;
    margin-top: max(-10%, -190px);
  }
}

.home-sec-03 {
  padding-block: 115px 140px;
  background-color: rgba(142, 138, 130, 0.7);
  color: #fff;
}
@media (min-width: 960px) {
  .home-sec-03 {
    padding-block: 190px 160px;
    background-color: rgba(142, 138, 130, 0.22);
  }
}

.home-btn-01 {
  margin-top: -28px;
}
@media (min-width: 960px) {
  .home-btn-01 {
    margin-top: -40px;
  }
}

.home-text-01 {
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 3.3333333333;
}
@media (min-width: 960px) {
  .home-text-01 {
    font-size: 20px;
    font-size: 1.1111111111rem;
    line-height: 2;
  }
}

@media (min-width: 960px) {
  .home-pt-01 {
    padding-top: 2.5em;
  }
}

.home-item-01 {
  width: 280px;
}

.home-mt-01 {
  margin-top: 2em;
}
@media (min-width: 960px) {
  .home-mt-01 {
    margin-top: 1em;
  }
}

.home-mt-02 {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .home-mt-02 {
    margin-top: 30px;
  }
}

.about-content-wrap {
  container-type: inline-size;
}

.about-tit-01 {
  font-size: clamp(27px, 5.8287796cqi, 32px);
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1em;
}

.about-text-01 {
  line-height: 2.2;
}

@media (min-width: 640px) {
  .about-grid-01 {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 60px;
  }
}

@media (max-width: 639px) {
  .about-grid-02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    gap: 1em;
    margin-top: 1em;
  }
}
.about-grid-02 .about-img-01 {
  border-radius: 5px 0 0 5px;
  order: 2;
}
.about-grid-02 .ceo-name {
  margin-top: 1em;
}
@media (min-width: 640px) {
  .about-grid-02 .ceo-name {
    text-align: right;
  }
}

.about-img-01 {
  border-radius: 0 5px 5px 0;
}

.about-map-01 {
  border-radius: 5px;
  min-height: 200px;
  width: 100%;
}
@media (min-width: 640px) {
  .about-map-01 {
    min-height: 600px;
  }
}

.address-text-01 {
  line-height: 1.5;
}

/* list
--------------------------------- */
.info-list-01 li {
  border-bottom: 1px solid #D1D1D1;
}

/* btn
--------------------------------- */
.info-btn-01 {
  display: block;
  position: relative;
  padding-block: 2.6em 1.2em;
}
@media (min-width: 640px) {
  .info-btn-01 {
    padding-top: 2.2em;
  }
}
.info-btn-01::after {
  content: "";
  background: url(../img/common/arrow_01.svg) no-repeat center center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 1.5em;
  margin: auto;
  right: 0;
}
@media (min-width: 960px) {
  .info-btn-01::after {
    right: 0.5em;
  }
}
.info-btn-01 .tit {
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-weight: bold;
  display: block;
  padding-right: 1.5em;
  margin-top: 1.8em;
}
@media (min-width: 640px) {
  .info-btn-01 .tit {
    font-size: 20px;
    font-size: 1.1111111111rem;
    margin-top: 1em;
  }
}
.info-btn-01 .data {
  color: #898989;
  font-size: 15px;
  font-size: 0.8333333333rem;
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    width: 8em;
    text-align: center;
  }
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  padding: 0.3em 1em;
  box-sizing: border-box;
  background: #F0F0F0;
  text-align: center;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 500;
  text-transform: capitalize;
}

/* 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;
  color: #808080;
  border: 1px solid #C0C0C0;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  place-items: center;
}
@media (max-width: 639px) {
  .com-pagination ul .page-numbers:not(.prev):not(.next) {
    width: 45px;
    height: 45px;
  }
}
.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: #84AC16;
}
.com-pagination ul .page-numbers.current {
  border-width: 2px !important;
  background-color: #000000 !important;
  color: #fff !important;
  border: none !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  background: rgb(219.206185567, 242.2989690722, 155.7010309278);
}
.com-pagination .arrow-left, .com-pagination .arrow-right {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.com-pagination .arrow-left::before, .com-pagination .arrow-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.com-pagination .arrow-left::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.com-pagination .arrow-right::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

/* list
--------------------------------- */
/* btn
--------------------------------- */
.column-btn-01 {
  display: block;
  padding: 14px;
  border: 1px solid #D1D1D1;
}
.column-btn-01:hover {
  background: rgb(219.206185567, 242.2989690722, 155.7010309278);
}
.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.8333333333rem;
  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.7222222222rem;
}
.column-btn-01 .text {
  font-size: 12px;
  font-size: 0.6666666667rem;
}

.single-tag-01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1em;
}
.single-tag-01 .data {
  color: #8E8A82;
}

.single-flex-01 {
  gap: 5px;
}

/* pagination-nav-01 前後のナビゲーション
--------------------------------- */
.pagination-nav-01 {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.pagination-nav-01 a {
  display: block;
  padding: 1.4em 0.5em;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .pagination-nav-01 a {
    font-size: 18px;
    font-size: 1rem;
  }
}
.pagination-nav-01 .prev a::before {
  content: "";
  background: url("../img/common/arrow_01.svg") no-repeat center;
  transform: rotate(180deg);
  border-radius: 50%;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: text-bottom;
  width: 23px;
  height: 23px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.16));
}
.pagination-nav-01 .next a {
  text-align: right;
}
.pagination-nav-01 .next a::after {
  content: "";
  background: url("../img/common/arrow_01.svg") no-repeat center;
  border-radius: 50%;
  margin-left: 0.5em;
  display: inline-block;
  vertical-align: text-bottom;
  width: 23px;
  height: 23px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.16));
}

.back {
  text-align: center;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: bold;
}
.back a {
  padding: 1em;
}
.back a::before {
  content: "";
  background: url("../img/common/arrow_04.svg") no-repeat center;
  border-radius: 50%;
  margin-right: 1em;
  display: inline-block;
  vertical-align: text-bottom;
  width: 23px;
  height: 23px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.16));
}

/* works-thumbnails-01 スライドのサムネイル一覧
--------------------------------- */
.works-img-01 {
  margin-inline: calc(50% - 50vw);
  height: 345px;
}
@media (min-width: 640px) {
  .works-img-01 {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    height: 588px;
  }
}
.works-img-01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-img-02 {
  display: block;
  width: 100%;
  max-width: clamp(310px, 74.87922705cqi, 860px);
  height: auto;
  max-width: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 1200px) {
  .works-img-02 {
    min-width: 850px;
  }
}

.works-img-03 {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  overflow: clip;
}

.works-text-01 {
  background-color: #F0F0F0;
  border-radius: 5px;
  padding: 2em;
  font-size: 13px;
  font-size: 0.7222222222rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .works-text-01 {
    font-size: 18px;
    font-size: 1rem;
    text-align: center;
  }
}

/* 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;
  align-items: center;
  background: #F5F5F5;
  padding: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media (min-width: 640px) {
  .recruitment-btn-01 {
    padding: 40px 28px;
    font-size: 21px;
    font-size: 1.1666666667rem;
  }
}
.recruitment-btn-01 .tit {
  flex: 1;
}
.recruitment-btn-01::before {
  content: "";
  display: block;
  width: 6px;
  align-self: stretch;
  margin-right: 0.9em;
  background: #84AC16;
}
.recruitment-btn-01::after {
  margin-left: auto;
  padding-left: 0.9em;
}
.recruitment-btn-01:hover {
  background: rgb(219.206185567, 242.2989690722, 155.7010309278);
}

/* 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;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .job-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #989898;
  }
  .job-table-01 dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.job-table-01 dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #84AC16;
  position: absolute;
  margin-top: 0.5em;
  left: 0;
}
.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: #84AC16;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 700;
  border: #84AC16 1px solid;
}
@media (min-width: 640px) {
  .contact-panel-01 .tel {
    width: 52px;
    line-height: 28px;
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.contact-panel-01 .number {
  line-height: 1;
  font-size: 32px;
  font-size: 1.7777777778rem;
  font-weight: 500;
  color: #84AC16;
}
@media (min-width: 640px) {
  .contact-panel-01 .number {
    font-size: 43px;
    font-size: 2.3888888889rem;
  }
}
.contact-panel-01 .number a {
  color: #84AC16;
}

.contact-text-01 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: 600;
}
@media (min-width: 960px) {
  .contact-text-01 {
    font-size: 40px;
    font-size: 2.2222222222rem;
  }
}

/* list
--------------------------------- */
.thanks-panel-01 {
  padding: 1.5em 1em;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
}

/* list
--------------------------------- */
.faq-dl-01 .faq-block {
  border: 1px solid #D0D0D0;
  background-color: #fff;
  border-radius: 3px;
  container-type: inline-size;
}
.faq-dl-01 .faq-block dt {
  display: flex;
  align-items: center;
  padding: 1em 2.5em;
  padding-left: 4em;
  position: relative;
  font-size: clamp(16px, 4.51977401cqi, 24px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: clamp(32px, 9.03954802cqi, 60px);
}
@media (min-width: 960px) {
  .faq-dl-01 .faq-block dt {
    padding-block: 1.4em;
    padding-inline: 4.7em 2.8em;
  }
}
.faq-dl-01 .faq-block dt::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-size: 100%;
  width: 16px;
}
@media (min-width: 960px) {
  .faq-dl-01 .faq-block dt::before {
    width: 30px;
    right: 35px;
  }
}
.faq-dl-01 .faq-block dt::after {
  content: "";
  background: url(../img/common/ico_question.svg) no-repeat center/contain;
  width: clamp(32px, 9.03954802cqi, 60px);
  height: clamp(32px, 9.03954802cqi, 60px);
  position: absolute;
  left: 15px;
}
@media (min-width: 960px) {
  .faq-dl-01 .faq-block dt::after {
    width: clamp(32px, 5.35714286cqi, 60px);
    height: clamp(32px, 5.35714286cqi, 60px);
    left: 35px;
  }
}
.faq-dl-01 .faq-block dd {
  position: relative;
  font-weight: bold;
  padding: 1em 3em 2em;
  padding-left: 4.5em;
  font-size: clamp(14px, 3.95480226cqi, 20px);
}
@media (min-width: 960px) {
  .faq-dl-01 .faq-block dd {
    padding-left: 5.6em;
  }
}
.faq-dl-01 .faq-block dd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background-color: #D0D0D0;
}
@media (min-width: 960px) {
  .faq-dl-01 .faq-block dd::after {
    width: calc(100% - 70px);
  }
}
.faq-dl-01 .faq-block dd::before {
  content: "";
  background: url(../img/common/ico_answer.svg) no-repeat center/contain;
  width: clamp(32px, 9.03954802cqi, 60px);
  height: clamp(32px, 9.03954802cqi, 60px);
  position: absolute;
  left: 15px;
}
@media (min-width: 960px) {
  .faq-dl-01 .faq-block dd::before {
    width: clamp(32px, 5.35714286cqi, 60px);
    height: clamp(32px, 5.35714286cqi, 60px);
    left: 35px;
  }
}
.faq-dl-01 .faq-block .uk-accordion-content {
  margin-top: 0;
}
.faq-dl-01 .faq-block .uk-accordion-content .notice {
  font-size: 70%;
  vertical-align: top;
}
.faq-dl-01 .faq-block.uk-open dt {
  color: #D0D0D0;
}
@media (min-width: 960px) {
  .faq-dl-01 > :nth-child(n+2) {
    margin-top: 30px;
  }
}

.concept-panel-01 {
  position: relative;
}
@media (min-width: 960px) {
  .concept-panel-01 {
    padding-inline: 50px;
  }
}
.concept-panel-01::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat top right/auto;
  mix-blend-mode: multiply;
}
@media (min-width: 960px) {
  .concept-panel-01::before {
    display: block;
  }
}
.concept-panel-01 > .panel-wrapper {
  position: relative;
  z-index: 2;
}
.concept-panel-01.optimal::before {
  background-image: url(../img/concept/02_02.png);
}
.concept-panel-01.insulation::before {
  background-image: url(../img/concept/03_02.png);
}
.concept-panel-01.seismic::before {
  background-image: url(../img/concept/04_02.png);
}
.concept-panel-01.support::before {
  background-image: url(../img/concept/05_02.png);
}

.concept-text-01 {
  font-size: 13px;
  font-size: 0.7222222222rem;
  line-height: 2.3076923077;
  letter-spacing: 0;
}
@media (min-width: 960px) {
  .concept-text-01 {
    font-size: 18px;
    font-size: 1rem;
    line-height: 2.2222222222;
  }
}

@media (max-width: 413px) {
  .concept-tit-01 {
    margin-inline: -15px;
  }
}

.performance-img-01 {
  width: 100%;
  aspect-ratio: 510/224;
  -o-object-fit: cover;
     object-fit: cover;
}

.performance-btn-01 {
  border: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background-color: #fff;
}
.performance-btn-01:hover {
  opacity: 0.6;
}

.performance-grid-margin-01 > .uk-grid-margin {
  margin-top: 120px;
}
@media (min-width: 960px) {
  .performance-grid-margin-01 > .uk-grid-margin {
    margin-top: 200px;
  }
}

.performance-logo-01 {
  display: block;
}
@media (max-width: 959px) {
  .performance-logo-01.huntsman {
    max-width: 180px;
  }
}
@media (max-width: 959px) {
  .performance-logo-01.sankyo {
    max-width: 180px;
  }
}
@media (max-width: 959px) {
  .performance-logo-01.asahi {
    max-width: 202px;
  }
}
@media (max-width: 959px) {
  .performance-logo-01.ig {
    max-width: 245px;
  }
}
@media (max-width: 959px) {
  .performance-logo-01.yoshino {
    max-width: 238px;
  }
}

/* tag
--------------------------------- */
.real-estate-flex-01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 640px) {
  .real-estate-flex-01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
.real-estate-flex-01.column-gap {
  flex-direction: row;
  gap: 8px;
}
@media (min-width: 640px) {
  .real-estate-flex-01.column-gap {
    gap: 15px;
  }
}

.real-estate-flex-02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.real-estate-tab-01 {
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media (min-width: 640px) {
  .real-estate-tab-01 {
    font-size: 18px;
    font-size: 1rem;
    display: flex;
    align-items: center;
  }
}
.real-estate-tab-01 .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media (min-width: 640px) {
  .real-estate-tab-01 .flex {
    gap: 15px;
  }
}
.real-estate-tab-01 a {
  display: inline-block;
  background-color: #F0F0F0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 0.5em 1em;
  box-sizing: border-box;
  text-align: center;
}
.real-estate-tab-01 a:hover {
  background-color: #F6F4E5;
  transform: scale(1.2);
}

.real-estate-img-01 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.real-estate-img-01 .border {
  border: 1px solid #707070;
}

/* single-real-estate-plots-01 区画詳細テーブル
--------------------------------- */
.real-estate-table-01 {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.real-estate-table-01 thead th {
  background-color: #D7EB9E;
  padding: 0.5em;
  border-bottom: 2px solid #84AC16;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media (min-width: 640px) {
  .real-estate-table-01 thead th {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.real-estate-table-01 tbody tr {
  border-bottom: 1px solid #84AC16;
}
.real-estate-table-01 tbody tr td {
  padding: 0.5em;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media (min-width: 640px) {
  .real-estate-table-01 tbody tr td {
    font-size: 18px;
    font-size: 1rem;
  }
}

.kaitori-container-01 {
  max-width: 860px;
  margin-inline: auto;
}

.kaitori-panel-01 {
  background-color: #F0F0F0;
  padding: 2em 1.4em;
  border-radius: 5px;
}
@media (min-width: 640px) {
  .kaitori-panel-01 {
    padding-inline: 3em;
  }
}
.kaitori-panel-01 .tit-wrapper {
  margin-bottom: 1em;
  gap: 1.4em;
}
.kaitori-panel-01 .sub {
  font-family: "Montserrat", sans-serif;
  color: #C1C1C1;
  font-weight: 700;
  font-size: 8px;
  font-size: 0.4444444444rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .kaitori-panel-01 .sub {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.kaitori-panel-01 .tit {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  .kaitori-panel-01 .tit {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.kaitori-panel-01 .catch {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media (min-width: 640px) {
  .kaitori-panel-01 .catch {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
.kaitori-panel-01 .text {
  font-size: 13px;
  font-size: 0.7222222222rem;
}
@media (min-width: 640px) {
  .kaitori-panel-01 .text {
    font-size: 18px;
    font-size: 1rem;
  }
}

.kaitori-panel-02 {
  background-color: #F8FFE5;
  padding: 2.6em 1.2em;
}
@media (min-width: 640px) {
  .kaitori-panel-02 {
    padding-inline: 2em;
  }
}
.kaitori-panel-02 .tit {
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media (min-width: 640px) {
  .kaitori-panel-02 .tit {
    font-size: 26px;
    font-size: 1.4444444444rem;
  }
}

.sub-number {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: #2B8031;
  opacity: 0.35;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  .sub-number {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}

.kaitori-list-01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
@media (min-width: 640px) {
  .kaitori-list-01 {
    grid-template-columns: repeat(4, 1fr);
    gap: 26px 38px;
  }
}

.kaitori-card-01 {
  background-color: #F0F0F0;
  border-radius: 5px;
  padding: 1em 0.5em;
  text-align: center;
  container-type: inline-size;
}
@media (min-width: 640px) {
  .kaitori-card-01 img {
    width: 80px;
    height: 80px;
  }
}
.kaitori-card-01 .ja {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 14.28571429cqi, 16px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.kaitori-card-01 .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #C1C1C1;
  font-size: 8px;
  font-size: 0.4444444444rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .kaitori-card-01 .en {
    font-size: 12px;
    font-size: 0.6666666667rem;
    margin-top: 1em;
  }
}
/*# sourceMappingURL=layout.css.map */
