@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #000000;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 960px) {
  body {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

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

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

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

dt {
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

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

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

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

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;
  background-color: #fff;
  color: #222;
}
@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 {
  max-width: 308px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16'%3E%3Cpath d='M5 0L10 6H0z' fill='%23696969'/%3E%3Cpath d='M5 16L0 10h10z' fill='%23696969'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-right: 3em;
  cursor: pointer;
  border: 1px solid #d1d1d1;
}
@media (min-width: 640px) {
  select {
    padding: 1.2em 2em;
  }
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

address {
  margin-bottom: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.com-txt-color-second {
  color: #da2718 !important;
}

.com-bg-second {
  background-color: #da2718 !important;
}

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

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

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

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

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

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

.com-txt-color-green_01 {
  color: #2f9a5f !important;
}

.com-bg-green_01 {
  background-color: #2f9a5f !important;
}

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

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

.com-txt-color-green_03 {
  color: #309b60 !important;
}

.com-bg-green_03 {
  background-color: #309b60 !important;
}

.com-txt-color-green_04 {
  color: #157c46 !important;
}

.com-bg-green_04 {
  background-color: #157c46 !important;
}

.com-txt-color-green_05 {
  color: #009356 !important;
}

.com-bg-green_05 {
  background-color: #009356 !important;
}

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

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

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

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

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

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

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

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

.com-txt-color-blue_01 {
  color: #9cc8d2 !important;
}

.com-bg-blue_01 {
  background-color: #9cc8d2 !important;
}

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

.com-bg-bg-gray {
  background-color: #f6f6f6 !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;
}

.pb60 {
  padding-bottom: 60px;
}

.uk-container {
  padding-inline: 20px;
}
@media (min-width: 640px) {
  .uk-container {
    padding-inline: 30px;
  }
}
.uk-container-xlarge {
  max-width: 1600px;
}
.uk-container-pi30 {
  padding-inline: 30px;
}
.uk-container-pi40 {
  padding-inline: 40px;
}

/* #header
====================================== */
#header {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 15px;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1600px) {
  #header {
    padding: 40px;
    padding-left: 95px;
  }
}

.header-logo {
  max-width: 50%;
  flex: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
.header-logo .logo {
  display: inline-block;
}

.header-btn {
  display: flex;
  align-items: center;
  background-color: #da2718;
  color: #fff;
  border-radius: 35px;
  font-weight: 700;
  gap: 0 clamp(8px, 2.25cqi, 27px);
  padding: 1.3em 1.4em;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  font-size: clamp(12px, 1.5cqi, 18px);
  line-height: 1.4166666667;
}
@media (min-width: 960px) {
  .header-btn {
    line-height: 1.4444444444;
  }
}
@media (min-width: 960px) {
  .header-btn {
    padding: 1.1em 2em;
  }
}
.header-btn::after {
  content: "";
  display: block;
  width: clamp(18px, 2.4166666667cqi, 29px);
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
}
.header-btn:hover {
  color: #fff;
}
.header-btn:hover::after {
  transform: translateX(5px);
}

/* #gnav
====================================== */
#gnav {
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(4px, 0.8333333333cqi, 10px);
}

.gnav-list-01 {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  justify-content: end;
}
@media (min-width: 960px) {
  .gnav-list-01 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.gnav-list-01 a {
  display: block;
  padding: 0.2em 0.9em;
}
.gnav-list-01 > li {
  position: relative;
}
.gnav-list-01 > li + li:not(.uk-first-column):before {
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid;
  position: absolute;
  top: 0.25em;
  bottom: 0;
  margin: auto;
}
.gnav-list-01 .recruit {
  color: #018944;
}

.gnav-btn-01 {
  display: block;
  width: clamp(48px, 4.8333333333cqi, 58px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

/* #lnav
====================================== */
#footer {
  background-color: #f6f6f6;
}
@media (min-width: 960px) {
  #footer {
    padding-bottom: 80px;
  }
}

#footer-body {
  background: #000000;
  color: #fff;
  padding-block: 50px 20px;
  font-size: clamp(14px, 1.3333333333cqi, 16px);
  line-height: 1.4285714286;
}
@media (min-width: 960px) {
  #footer-body {
    line-height: 1.5;
  }
}
@media (min-width: 960px) {
  #footer-body {
    padding-block: 85px 45px;
  }
}

#footer-foot {
  background-color: #fff;
  padding-block: 10px 15px;
}
@media (min-width: 960px) {
  #footer-foot {
    padding-block: 20px;
  }
}

.footer-grid-01 > .uk-grid-margin {
  margin-top: 2.3em;
}
@media (min-width: 960px) {
  .footer-grid-01 > .uk-grid-margin {
    margin-top: 4.43em;
  }
}

.footer-grid-02 {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (min-width: 960px) {
  .footer-grid-02 {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer-grid-02 .grid-head {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 960px) {
  .footer-grid-02 .grid-head {
    align-items: center;
    flex-direction: row;
  }
}

.footer-list-01 {
  font-weight: 900;
}
.footer-list-01 a {
  color: inherit;
}
.footer-list-01 a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 1/1;
  background-color: currentColor;
  -webkit-mask: url(../img/common/ico_new_tab.svg) no-repeat center/contain;
  mask: url(../img/common/ico_new_tab.svg) no-repeat center/contain;
  margin-left: 0.5em;
  vertical-align: middle;
}
.footer-list-01 a:hover {
  color: #da2718;
}
.footer-list-01 li {
  --icon: 4px;
  margin-left: calc(var(--icon) + 4px);
}
@media (min-width: 960px) {
  .footer-list-01 li {
    --icon: 8px;
  }
}
.footer-list-01 li::before {
  content: "";
  display: inline-block;
  width: var(--icon);
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-inline: calc((var(--icon) + 4px) * -1) 4px;
  margin-bottom: 0.25em;
  background-color: #da2718;
}
@media (min-width: 960px) {
  .footer-list-01 li::before {
    margin-bottom: 0.1em;
  }
}
.footer-list-01 li + li {
  margin-top: 2.3em;
}
@media (min-width: 960px) {
  .footer-list-01 li + li {
    margin-top: 2.5em;
  }
}
.footer-list-01 .sub-menu {
  --sub-icon: 6px;
  font-size: 87.5%;
  margin-top: 1.67em;
  margin-left: calc((var(--icon) + 4px) * -1);
  font-weight: 700;
}
@media (max-width: 639px) {
  .footer-list-01 .sub-menu {
    max-width: 85%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-auto-flow: column;
    gap: 1em 10px;
  }
}
@media (min-width: 960px) {
  .footer-list-01 .sub-menu {
    --sub-icon: 9px;
  }
}
.footer-list-01 .sub-menu li {
  margin-left: calc(var(--sub-icon) + 8px);
}
.footer-list-01 .sub-menu li::before {
  content: "";
  width: var(--sub-icon);
  height: 1px;
  margin-inline: calc((var(--sub-icon) + 8px) * -1) 8px;
  border-radius: 0;
  vertical-align: middle;
}
.footer-list-01 .sub-menu li + li {
  margin-top: 0;
}
@media (min-width: 640px) {
  .footer-list-01 .sub-menu li + li {
    margin-top: 1em;
  }
}
@media (min-width: 960px) {
  .footer-list-01 .sub-menu li + li {
    margin-top: 1.4em;
  }
}

.footer-list-02 {
  --pl: 15px;
  font-size: clamp(10px, 1cqi, 12px);
  letter-spacing: 0.1em;
  font-weight: 700;
  align-items: baseline;
  margin-left: calc(var(--pl) * -1);
}
.footer-list-02 > * {
  padding-left: var(--pl);
}
.footer-list-02 > *:not(.uk-first-column) {
  position: relative;
}
.footer-list-02 > *:not(.uk-first-column)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #da2718;
  top: 0;
  left: calc(var(--pl) / 2);
  transform: translateX(-50%);
}
.footer-list-02 a:hover {
  color: #da2718;
}

.footer-hr-01 {
  border-top-color: #fff;
  margin-block: 3.9em 1.5em;
}
@media (min-width: 960px) {
  .footer-hr-01 {
    margin-block: 17.5em 1.9em;
  }
}

.footer-logo {
  margin: 0;
}

.footer-address {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin: 0;
}
@media (min-width: 960px) {
  .footer-address {
    display: flex;
    gap: 5px;
    align-items: baseline;
  }
}
.footer-address dt,
.footer-address dd {
  font-weight: 700;
}
@media (max-width: 959px) {
  .footer-address dd {
    margin-top: 0.5em;
  }
}

.copyright-txt {
  letter-spacing: 0;
}

.page-offcanvas-01 {
  width: 100vw;
  touch-action: none;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: 0.3s all ease-in-out;
  height: 100svh;
}
.page-offcanvas-01 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.36);
  opacity: 0;
  transition: opacity 0.15s linear;
}
.page-offcanvas-01.js-actived {
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
}
.page-offcanvas-01.js-actived .overlay {
  opacity: 1;
}

.offcanvas-container {
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: 30px;
}

.offcanvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
}
@media (min-width: 960px) {
  .offcanvas-head {
    padding: 15px 5px;
  }
}
@media (min-width: 1600px) {
  .offcanvas-head {
    padding: 27px 35px;
    padding-left: 75px;
  }
}
.offcanvas-head .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 20px 3%;
  margin-top: 25px;
}
@media (min-width: 960px) {
  .offcanvas-body {
    flex-direction: row;
    margin-top: 85px;
  }
}
@media (min-width: 960px) {
  .offcanvas-body .body-left {
    flex: 1;
  }
}
@media (min-width: 960px) {
  .offcanvas-body .body-right {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .offcanvas-body .body-right {
    width: 29.4%;
  }
}

.uk-offcanvas-bar {
  background-color: #018944;
  color: #fff;
  padding: 0;
  padding-bottom: 50px;
  width: 100%;
  display: block;
  left: 0;
  height: 100%;
  box-sizing: border-box;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}
.uk-offcanvas-bar::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    width: calc(100% - 20px);
    bottom: unset;
    top: 10px;
    left: 50%;
    max-height: calc(100% - 20px);
    border-radius: 10px;
    transform: translateX(-50%);
    height: auto;
  }
}
@media (min-width: 1600px) {
  .uk-offcanvas-bar {
    width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    top: 20px;
  }
}
.uk-offcanvas-bar .uk-offcanvas-close {
  position: static;
  display: block;
  width: clamp(48px, 4.8333333333cqi, 58px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border: none;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
}

.offcanvas-logo {
  max-width: 50%;
  flex: 1;
  margin: 0;
}

.offcanvas-menu {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.3333333333;
  font-weight: 900;
  padding-inline: 10px;
}
@media (min-width: 960px) {
  .offcanvas-menu {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.75;
  }
}
@media (min-width: 1200px) {
  .offcanvas-menu {
    --gap-x: 6.6%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2em var(--gap-x);
    font-size: clamp(24px, 2cqi, 32px);
  }
}
@media (min-width: 1200px) {
  .offcanvas-menu > li {
    width: calc((100% - var(--gap-x) * 2) / 3);
  }
}
@media (min-width: 1200px) {
  .offcanvas-menu > li:first-child {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .offcanvas-menu > li + li {
    margin-top: 0.3em;
  }
}
.offcanvas-menu a {
  display: block;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .offcanvas-menu a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.offcanvas-menu a:hover {
  color: #da2718;
}
.offcanvas-menu .sub-menu {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-inline: auto 0;
  padding-top: 0.9em;
  padding-left: 1.2em;
}
@media (max-width: 1199px) {
  .offcanvas-menu .sub-menu {
    display: none;
    width: calc(100% - 2.5em);
  }
}
@media (min-width: 1200px) {
  .offcanvas-menu .sub-menu {
    margin-top: 2.4em;
  }
}
.offcanvas-menu .sub-menu > li {
  display: flex;
}
.offcanvas-menu .sub-menu > li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.offcanvas-menu .sub-menu > li + li {
  margin-top: 1.5em;
}
@media (min-width: 1200px) {
  .offcanvas-menu .sub-menu > li + li {
    margin-top: 2.3em;
  }
}
@media (min-width: 1200px) {
  .offcanvas-menu .sub-menu > li.uk-hidden\@l + li {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .offcanvas-menu .sub-menu.small {
    margin-top: 2.9em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .offcanvas-menu .sub-menu.small > li::before {
    content: "-";
  }
}
@media (min-width: 1200px) {
  .offcanvas-menu .sub-menu.small > li + li {
    margin-top: 1.5em;
  }
}
@media (min-width: 1200px) {
  .offcanvas-menu .sub-menu.small > li.uk-hidden\@l + li {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .offcanvas-menu .has-children > a {
    position: relative;
    padding-right: calc(1em + clamp(20px, 1.6666666667cqi, 20px));
  }
}
@media (max-width: 1199px) {
  .offcanvas-menu .has-children > a::before, .offcanvas-menu .has-children > a::after {
    content: "";
    display: block;
    position: absolute;
    width: clamp(20px, 1.6666666667cqi, 20px);
    aspect-ratio: 1/1;
    background: no-repeat center/contain;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .offcanvas-menu .has-children > a::before {
    background-image: url(../img/common/ico_plus.svg);
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 1199px) {
  .offcanvas-menu .has-children > a::after {
    background-image: url(../img/common/ico_minus.svg);
  }
}
@media (max-width: 1199px) {
  .offcanvas-menu .has-children > a.js-active::before {
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .offcanvas-bnr-list {
    padding-top: 50px;
  }
}

.offcanvas-bnr {
  container-type: inline-size;
  display: flex;
  align-items: flex-end;
  width: 100%;
  aspect-ratio: 340/136;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 15px 2px;
  color: #fff;
  font-weight: 900;
}
.offcanvas-bnr::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent 0, transparent 55%, #000 100%);
}
.offcanvas-bnr .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.3s ease-in-out;
}
.offcanvas-bnr .tit {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: clamp(24px, 8cqw, 32px);
  position: relative;
}
.offcanvas-bnr .tit::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_02.svg) #da2718 no-repeat center/38%;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 960px) {
  .offcanvas-bnr .tit::after {
    width: 29px;
  }
}
.offcanvas-bnr + .offcanvas-bnr {
  margin-top: 12px;
}
.offcanvas-bnr:hover .img {
  transform: scale(1.1);
}

.offcanvas-link {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.offcanvas-link[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/ico_new_tab.svg) no-repeat center/contain;
  mask: url(../img/common/ico_new_tab.svg) no-repeat center/contain;
  background-color: currentColor;
  margin-left: 0.5em;
  vertical-align: middle;
}
.offcanvas-link:hover {
  color: #da2718 !important;
}

.offcanvas-btn-01 {
  margin-top: 2.5em;
  color: #000000 !important;
}
.offcanvas-btn-01:hover {
  color: #000000 !important;
}

.offcanvas-foot-links {
  margin-top: 0.6em;
}
@media (min-width: 960px) {
  .offcanvas-foot-links {
    margin-top: 6.6em;
  }
}
@media (min-width: 1200px) {
  .offcanvas-foot-links {
    margin-top: 8.6em;
  }
}

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

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

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

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

/* parts
--------------------------------- */
.page-bg-01 {
  --height: 160px;
  --mb: -20;
  height: var(--height);
  background: url(../img/common/page_bg_01_s.svg) no-repeat top right/contain;
  margin-bottom: calc(var(--height) * var(--mb) / 100);
}
@media (min-width: 960px) {
  .page-bg-01 {
    --height: 460px;
    --mb: -40;
    background-image: url(../img/common/page_bg_01.svg);
  }
}
.page-bg-01.style-02 {
  margin-bottom: calc((var(--height) - var(--header-height)) * -1);
}

.page-grid-01 {
  --gap-x: 12px;
  margin-left: calc(var(--gap-x) * -1);
}
@media (min-width: 960px) {
  .page-grid-01 {
    --gap-x: 30px;
  }
}
.page-grid-01 > * {
  padding-left: var(--gap-x);
}
.page-grid-01 > .uk-grid-margin {
  margin-top: 10px;
}
@media (min-width: 960px) {
  .page-grid-01 > .uk-grid-margin {
    margin-top: 20px;
  }
}

.page-img-01 {
  width: 100%;
  aspect-ratio: 354/140;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 960px) {
  .page-img-01 {
    aspect-ratio: 1600/320;
  }
}
.page-img-01 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-layout-01 {
  --pt: 40px;
  --first-sec-pt: 70px;
  padding-top: calc(var(--pt) + var(--first-sec-pt));
  overflow: hidden;
  margin-top: calc(var(--pt) * -1);
}
@media (min-width: 960px) {
  .page-layout-01 {
    --pt: 70px;
    --first-sec-pt: 140px;
  }
}
@media (min-width: 960px) {
  .page-layout-01 .layout-grid {
    display: grid;
    grid-template-columns: 76% 1fr;
    gap: 0 3.6%;
  }
}
.page-layout-01 .layout-main > :first-child {
  margin-top: calc(var(--first-sec-pt) * -1);
}
.page-layout-01 .layout-aside {
  display: none;
}
@media (min-width: 960px) {
  .page-layout-01 .layout-aside {
    display: block;
  }
}
.page-layout-01 .sticky-menu {
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  font-size: clamp(16px, 1.5cqi, 18px);
  font-weight: 700;
}
.page-layout-01 .sticky-menu li {
  margin-left: 0.7em;
}
.page-layout-01 .sticky-menu li::before {
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #da2718;
  margin-inline: -0.7em calc(0.7em - 6px);
  margin-bottom: 0.2em;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.page-layout-01 .sticky-menu li + li {
  margin-top: 0.5em;
}
.page-layout-01 .sticky-menu li:hover::before, .page-layout-01 .sticky-menu li.js-actived::before {
  opacity: 1;
}
.page-layout-01 .sticky-menu li:hover a, .page-layout-01 .sticky-menu li.js-actived a {
  color: #309b60;
}
.page-layout-01 .layout-sect {
  position: relative;
  z-index: 2;
}
.page-layout-01 .layout-sect[class*=bg-]::before {
  content: "";
  display: block;
  position: absolute;
  width: 150svw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.page-layout-01 .layout-sect.bg-white::before {
  background-color: #fff;
}

/* title タイトル
--------------------------------- */
.page-tit-01 {
  font-size: clamp(30px, 3.125cqi, 60px);
  font-family: "Sofia Sans Extra Condensed";
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  margin-bottom: 0;
  -webkit-background-clip: text;
  background-clip: text;
}
.page-tit-01::before {
  content: attr(data-en);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: block;
  line-height: 1;
  margin-bottom: 1em;
}

.com-tit-01 {
  font-weight: 900;
  font-size: clamp(29px, 5cqi, 60px);
  line-height: 1.6551724138;
}
@media (min-width: 960px) {
  .com-tit-01 {
    line-height: 1.2666666667;
  }
}
.com-tit-01 {
  margin-bottom: 0.5em;
}
.com-tit-01 .sub {
  display: block;
  color: #018944;
  margin-bottom: 1em;
  font-size: clamp(10px, 1.1666666667cqi, 14px);
  line-height: 1.5;
}
@media (min-width: 960px) {
  .com-tit-01 .sub {
    line-height: 1.4285714286;
  }
}
.com-tit-01 .sub::before {
  content: "";
  display: inline-block;
  width: 4px;
  aspect-ratio: 1/1;
  background: #da2718;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}
@media (min-width: 960px) {
  .com-tit-01 .sub::before {
    width: 6px;
    margin-bottom: 0.15em;
  }
}
.com-tit-01 .sub.eng {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.com-tit-01.white {
  color: #fff;
}
.com-tit-01.white .sub {
  color: #fff;
}
.com-tit-01.center {
  text-align: center;
}
.com-tit-01.center .sub {
  position: relative;
  padding-inline: 0.5em;
}
.com-tit-01.center .sub::before {
  position: absolute;
  transform: translateX(-1em);
  top: 0.5em;
  margin-bottom: 0;
}
.com-tit-01.small {
  font-size: clamp(20px, 3.3333333333cqi, 40px);
  line-height: 1.6;
}
@media (min-width: 960px) {
  .com-tit-01.small {
    line-height: 1.4;
  }
}
.com-tit-01.xsmall {
  font-size: clamp(18px, 2cqi, 24px);
}
.com-tit-01.xsmall .sub {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.2em;
}
@media (min-width: 960px) {
  .com-tit-01.xsmall .sub {
    margin-bottom: 0.6em;
  }
}
.com-tit-01.page-head {
  font-size: clamp(30px, 5cqi, 60px);
}

.com-tit-02 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(90deg, #da2718 10px, #018944 10px) 1;
  border-image: linear-gradient(90deg, #da2718 10px, #018944 10px) 1;
}
@media (min-width: 640px) {
  .com-tit-02 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.com-tit-03 {
  --icon: 10px;
  font-size: clamp(18px, 2cqi, 24px);
  line-height: 1.8;
  font-weight: bold;
  padding-left: calc(var(--icon) + 0.5em);
}
@media (min-width: 960px) {
  .com-tit-03 {
    --icon: 13px;
  }
}
.com-tit-03::before {
  content: "";
  display: inline-block;
  width: var(--icon);
  aspect-ratio: 1/1;
  background: #da2718;
  border-radius: 50%;
  margin-inline: calc((var(--icon) + 0.5em) * -1) 0.5em;
  margin-bottom: 0.15em;
}

.com-tit-04 {
  --red-bor: 34px;
  position: relative;
  padding-bottom: 0.5em;
  font-weight: 700;
  font-size: clamp(24px, 3.3333333333cqi, 40px);
  line-height: 1.4166666667;
}
@media (min-width: 960px) {
  .com-tit-04 {
    line-height: 1.4;
  }
}
@media (min-width: 960px) {
  .com-tit-04 {
    --red-bor: 54px;
  }
}
.com-tit-04::before, .com-tit-04::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  border-radius: 2px;
}
.com-tit-04::before {
  left: 0;
  width: var(--red-bor);
  background: #da2718;
}
.com-tit-04::after {
  right: 0;
  background: #018944;
  width: calc(100% - var(--red-bor) - 4px);
}

.com-tit-05 {
  font-size: clamp(14px, 1.5cqi, 18px);
  font-weight: 700;
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 0.8em 1em;
  margin-bottom: 1.1em;
}
@media (min-width: 960px) {
  .com-tit-05 {
    margin-bottom: 0.8em;
  }
}
.com-tit-05:has(.tit-btn) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2em 1.5em;
  padding-block: 1.8em;
}
@media (min-width: 640px) {
  .com-tit-05:has(.tit-btn) {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 960px) {
  .com-tit-05:has(.tit-btn) {
    flex-wrap: nowrap;
  }
}
.com-tit-05:has(.tit-btn) .tit-btn {
  flex-shrink: 0;
}

.com-tit-06 {
  font-size: clamp(24px, 4cqi, 48px);
  line-height: 1.4166666667;
}
@media (min-width: 960px) {
  .com-tit-06 {
    line-height: 1.4583333333;
  }
}
.com-tit-06 {
  font-weight: 700;
}

/* background 背景色
--------------------------------- */
.com-bg-main {
  background: #018944;
}

.com-bg-second {
  background: #da2718;
}

.com-bg-gray {
  background: #f6f6f6;
}

.com-bg-gray-03 {
  background: #f4f4f4;
}

.com-bg-gradient-01 {
  background-image: linear-gradient(140deg, #2f9a5f 0%, #157c46 45%, #018944 100%);
}

/* panel パネル
--------------------------------- */
.com-panel-01 {
  padding-block: 65px 60px;
  color: #fff;
  background: url(../img/common/triangle_01.svg) no-repeat bottom left/64%, linear-gradient(107deg, #309b60 0%, #018944 100%) no-repeat center/cover;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .com-panel-01 {
    padding-block: 135px 115px;
    background-size: 24.8%, cover;
  }
}
@media (max-width: 959px) {
  .com-panel-01 .panel-container {
    padding-inline: 40px;
  }
}
.com-panel-01 .panel-list > li + li {
  margin-top: 10px;
}

.com-panel-02 {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 960px) {
  .com-panel-02 {
    padding: 40px;
  }
}

.com-panel-03 {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
}
@media (min-width: 960px) {
  .com-panel-03 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    padding: 30px 40px;
  }
}
.com-panel-03 .panel-thumb {
  width: 100%;
  aspect-ratio: 334/196;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .com-panel-03 .panel-thumb {
    width: 35.7%;
    flex-shrink: 0;
  }
}
.com-panel-03 .panel-head {
  display: flex;
  flex-direction: column;
  gap: 10px 4.7%;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 960px) {
  .com-panel-03 .panel-head {
    flex-direction: row;
  }
}
.com-panel-03 .panel-head.js-actived .panel-tit::after {
  opacity: 0;
}
.com-panel-03 .panel-head:hover {
  opacity: 0.6;
  cursor: pointer;
}
.com-panel-03 .panel-tit {
  position: relative;
  padding-right: 35px;
}
@media (min-width: 960px) {
  .com-panel-03 .panel-tit {
    flex: 1;
    align-self: center;
  }
}
.com-panel-03 .panel-tit::before, .com-panel-03 .panel-tit::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 29px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #da2718 no-repeat center;
}
.com-panel-03 .panel-tit::before {
  background-image: url(../img/common/ico_minus.svg);
}
.com-panel-03 .panel-tit::after {
  background-image: url(../img/common/ico_plus.svg);
  transition: opacity 0.3s ease-in-out;
}
.com-panel-03 .panel-tit > :last-child {
  margin-bottom: 0;
}
.com-panel-03 .panel-tit .tit {
  font-weight: 700;
}
.com-panel-03 .panel-tit .tit .sub {
  font-weight: 900;
}
.com-panel-03 .panel-wrapper {
  padding-top: 20px;
}
@media (min-width: 960px) {
  .com-panel-03 .panel-wrapper {
    padding-top: 35px;
  }
}
.com-panel-03 .panel-wrapper > :last-child {
  margin-bottom: 0 !important;
}

.com-panel-04 {
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (min-width: 960px) {
  .com-panel-04::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 18.75%;
    min-width: 200px;
    height: 100%;
    background-color: #989898;
    opacity: 0.5;
  }
}
.com-panel-04 .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}
.com-panel-04 .badge {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 35.2%;
  max-width: 353px;
  transform: translateY(60%);
}
@media (min-width: 960px) {
  .com-panel-04 .badge {
    transform: translateY(42%);
    right: 8px;
  }
}
.com-panel-04 .mv-container {
  min-height: 78.5024154589vw;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  padding-block: 50px 75px;
  max-width: 1800px;
}
@media (min-width: 960px) {
  .com-panel-04 .mv-container {
    align-items: flex-start;
    padding-block: 50px 200px;
    min-height: 46.7708333333vw;
  }
}
@media (min-width: 1200px) {
  .com-panel-04 .mv-container {
    padding-top: 200px;
  }
}
.com-panel-04 .body-panel {
  flex: 1;
  max-width: 100%;
}
.com-panel-04 .foot-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  min-width: 200px;
}
@media (min-width: 640px) {
  .com-panel-04 .foot-panel {
    border-top-right-radius: 5px;
  }
}
@media (min-width: 960px) {
  .com-panel-04 .foot-panel {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .com-panel-04 .foot-panel {
    width: 500px;
  }
}
.com-panel-04 .foot-panel .head {
  color: #fff;
  background-color: #da2718;
  padding-block: 5px;
}
@media (min-width: 960px) {
  .com-panel-04 .foot-panel .head {
    padding-block: 16px;
  }
}
.com-panel-04 .foot-panel .body {
  padding-block: 7px;
}
@media (min-width: 960px) {
  .com-panel-04 .foot-panel .body {
    padding-block: 28px;
  }
}
.com-panel-04 .foot-panel .wrapper {
  padding-inline: 40px 20px;
}
@media (min-width: 960px) {
  .com-panel-04 .foot-panel .wrapper {
    padding-inline: 40px;
  }
}
@media (min-width: 1800px) {
  .com-panel-04 .foot-panel .wrapper {
    padding-inline: 105px 50px;
  }
}
.com-panel-04 .info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
  gap: 0.5em;
  padding-left: 0.8em;
}
@media (min-width: 960px) {
  .com-panel-04 .info {
    gap: 0.7em;
    font-size: 16px;
    font-size: 1rem;
  }
}
.com-panel-04 .info::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 0.5em;
}
@media (min-width: 960px) {
  .com-panel-04 .info::before {
    width: 6px;
    top: 0.4em;
  }
}
.com-panel-04 .info > * {
  flex-shrink: 0;
  max-width: 100%;
}
.com-panel-04 .tit {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #309b60;
  margin: 0;
}
@media (min-width: 960px) {
  .com-panel-04 .tit {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
.com-panel-04 .hashtag {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (min-width: 960px) {
  .com-panel-04 .hashtag {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.com-panel-04 .eyecatch {
  margin-top: 10px;
  font-weight: 900;
}
.com-panel-04 .eyecatch .row {
  position: relative;
  display: block;
  color: #fff;
  font-size: clamp(16px, 3.4166666667cqi, 41px);
  line-height: 1.5625;
}
@media (min-width: 960px) {
  .com-panel-04 .eyecatch .row {
    line-height: 1.4634146341;
  }
}
.com-panel-04 .eyecatch .row {
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding-block: 0.4em;
}
@media (min-width: 960px) {
  .com-panel-04 .eyecatch .row {
    padding-block: 0.3em;
  }
}
.com-panel-04 .eyecatch .row::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  background-color: #da2718;
  border-radius: 2px;
  height: 100%;
  width: calc(100% + 2em);
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  .com-panel-04 .eyecatch .row::before {
    width: calc(100% + 1.2em);
  }
}
.com-panel-04 .eyecatch .row + .row {
  margin-top: 0.3em;
}
@media (min-width: 960px) {
  .com-panel-04 .eyecatch .row + .row {
    margin-top: 0.2em;
  }
}
.com-panel-04.no-blur-bg::before {
  display: none;
}

/* 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: 30px;
}
@media (min-width: 960px) {
  .com-mt-01 {
    margin-top: 50px;
  }
}

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

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

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

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

/* list style リストスタイル
--------------------------------- */
.com-list-01 a {
  color: inherit;
}
.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-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

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

.com-list-04 li {
  margin-left: 30px;
}
@media (min-width: 960px) {
  .com-list-04 li {
    margin-left: 35px;
  }
}
.com-list-04 li::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 20/4;
  background-color: #2e9460;
  border-radius: 2px;
  margin-inline: -30px 10px;
  margin-bottom: 0.3em;
}
.com-list-04 li + li {
  margin-top: 0.1em;
}
@media (min-width: 960px) {
  .com-list-04 li + li {
    margin-top: 0.3em;
  }
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 700;
}
@media (min-width: 960px) {
  .com-text-01 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.com-text-02 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
}
@media (min-width: 960px) {
  .com-text-02 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.com-text-02.text-bold {
  font-weight: 700;
}

.com-text-03 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
@media (min-width: 960px) {
  .com-text-03 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.com-text-04 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}
@media (min-width: 960px) {
  .com-text-04 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
  }
}
.com-text-04.text-bold {
  font-weight: 700;
}
.com-text-04.lh-1-5 {
  line-height: 1.55;
}

.com-catch-01 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media (min-width: 960px) {
  .com-catch-01 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.8333333333;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* アクセント色
--------------------------------- */
/* 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: space-between;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  gap: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 35px;
  padding: 1em 2.28em;
}
@media (min-width: 960px) {
  .com-btn-01 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0.9em 2em;
  }
}
.com-btn-01::after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/common/arrow_02.svg) #da2718 no-repeat center/35%;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .com-btn-01::after {
    width: 29px;
  }
}
.com-btn-01[target=_blank]::after {
  background-image: url(../img/common/ico_new_tab.svg);
  background-size: 48%;
}
.com-btn-01.submit-btn {
  width: 100%;
  max-width: 325px;
}
.com-btn-01.anchor-link::after {
  transform: rotate(90deg);
}
.com-btn-01.anchor-link:hover::after {
  transform: translateY(5px) rotate(90deg);
}
.com-btn-01:hover::after {
  transform: translateX(5px);
}

.com-btn-02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 1em 1.2em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .com-btn-02 {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 1.3em 1.8em;
  }
}
.com-btn-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: background-color 0.3s ease-in-out;
  background-color: transparent;
}
.com-btn-02::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_02.svg) #da2718 no-repeat center/38%;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 960px) {
  .com-btn-02::after {
    width: 29px;
  }
}
.com-btn-02:hover::before {
  background-color: rgba(218, 39, 24, 0.2);
}
.com-btn-02:hover::after {
  transform: translateX(5px);
}

.com-btn-03 {
  display: flex;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
@media (min-width: 960px) {
  .com-btn-03 {
    font-size: 20px;
    font-size: 1.25rem;
    gap: 1.25em;
  }
}
.com-btn-03::after {
  content: "";
  display: block;
  width: 26px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/common/arrow_02.svg) #da2718 no-repeat center/38%;
}
@media (min-width: 960px) {
  .com-btn-03::after {
    width: 29px;
  }
}
.com-btn-03:hover::after {
  transform: translateX(5px);
}

.com-btn-04 {
  display: flex;
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.4em;
  padding-right: calc(1.4em + 15px);
  gap: 1em;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 960px) {
  .com-btn-04 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 1.7em;
    padding-right: calc(1.7em + 15px);
    border-radius: 0;
  }
}
.com-btn-04::before {
  content: "";
  width: 6px;
  flex-shrink: 0;
  background-color: #da2718;
}
.com-btn-04::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  aspect-ratio: 7/12;
  top: 50%;
  transform: translateY(-50%);
  right: 1.4em;
  background-color: #da2718;
  -webkit-mask: url(../img/common/arrow_03.svg) no-repeat center/contain;
  mask: url(../img/common/arrow_03.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  .com-btn-04::after {
    width: 11px;
    right: 1.7em;
  }
}
.com-btn-04:hover {
  background-color: rgba(218, 39, 24, 0.2);
}

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

.com-link-02:hover {
  opacity: 0.6;
}

.com-container-01 {
  max-width: 1722px;
}

@media (max-width: 639px) {
  .com-container-02 {
    padding-inline: 40px;
  }
}

.com-container-03 {
  max-width: 840px;
}
@media (max-width: 639px) {
  .com-container-03 {
    padding-inline: 20px !important;
  }
}

.com-img-01 {
  display: block;
  width: 100%;
  aspect-ratio: 171/49.6;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media (min-width: 960px) {
  .com-img-01 {
    aspect-ratio: 260/74;
  }
}
.com-img-01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-img-01:is(a):hover {
  opacity: 0.6;
}

.com-img-02 {
  width: 100%;
  aspect-ratio: 340/210;
  -o-object-fit: cover;
  object-fit: cover;
}

.com-card-01 {
  container-type: inline-size;
  display: block;
}
.com-card-01 .thumb-wrapper {
  width: 100%;
  aspect-ratio: 586/346;
  position: relative;
}
.com-card-01 .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 960px) {
  .com-card-01 .thumb {
    border-radius: 10px;
  }
}
.com-card-01 .slogan {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: clamp(16px, 4cqw, 24px);
  line-height: 1.56;
  font-weight: 900;
  transform: translate(-7px, 1.3em);
  width: 100%;
}
@media (min-width: 960px) {
  .com-card-01 .slogan {
    line-height: 2;
    transform: translate(-12px, 1.3em);
  }
}
.com-card-01 .slogan > * {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #2e9460;
  border-radius: 2px;
  padding: 0.4em 1em;
}
@media (min-width: 960px) {
  .com-card-01 .slogan > * {
    padding: 0.15em 1em;
  }
}
.com-card-01 .slogan > *:not(:first-child) {
  margin-top: 0.3em;
}
@media (min-width: 960px) {
  .com-card-01 .slogan > *:not(:first-child) {
    margin-top: 0.8em;
  }
}
.com-card-01 .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  color: #2e9460;
  font-weight: 900;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 1.8em;
}
@media (min-width: 960px) {
  .com-card-01 .tit {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.45;
    margin-top: 2.3em;
    padding-right: 0.75em;
  }
}
.com-card-01 .tit::after {
  content: "";
  display: block;
  width: 29px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/common/arrow_02.svg) #da2718 no-repeat center/35%;
  flex-shrink: 0;
}
.com-card-01 .info {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.8em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-top: 0.3em;
}
@media (min-width: 960px) {
  .com-card-01 .info {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 1em;
  }
}
.com-card-01:is(a):hover {
  opacity: 0.6;
}

.com-card-02 {
  display: block;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 0.3em;
  container-type: inline-size;
}
.com-card-02 .thumb {
  width: 100%;
  aspect-ratio: 302/157;
  transition: 0.3s all ease-in-out;
}
.com-card-02 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-card-02 .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  font-weight: 700;
  margin-top: 0.3em;
  font-size: clamp(16px, 7.22021661cqi, 20px);
  line-height: 1.4;
}
@media (min-width: 960px) {
  .com-card-02 .tit {
    margin-top: 0.6em;
  }
}
.com-card-02 .tit::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/common/arrow_02.svg) #da2718 no-repeat center/35%;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .com-card-02 .tit::after {
    width: 29px;
  }
}
.com-card-02:hover {
  opacity: 0.6;
}
@media (min-width: 960px) {
  .com-card-02:hover {
    opacity: 1;
  }
}
@media (min-width: 960px) {
  .com-card-02:hover .thumb {
    transform: translateY(-10px);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}

.com-card-03 .card-grid {
  margin-left: -50px;
}
.com-card-03 .card-grid > * {
  padding-left: 50px;
}
.com-card-03 .card-grid > .uk-grid-margin {
  margin-top: 20px;
}
.com-card-03 + .com-card-03 {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .com-card-03 + .com-card-03 {
    margin-top: 80px;
  }
}

.com-card-04 {
  display: flex;
  flex-direction: column;
  gap: 10px 5%;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 30px 20px;
}
@media (min-width: 960px) {
  .com-card-04 {
    flex-direction: row;
    align-items: center;
    padding-inline: 35px;
  }
}
@media (min-width: 960px) {
  .com-card-04 .card-thumb {
    width: 40.47%;
  }
}
@media (min-width: 960px) {
  .com-card-04 .card-cont {
    flex: 1;
  }
}
.com-card-04 .thumb {
  width: 100%;
  aspect-ratio: 334/196;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .com-card-04 .thumb {
    aspect-ratio: 340/200;
  }
}
.com-card-04 .card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  aspect-ratio: 1/1;
  color: #fff;
  background-color: #da2718;
  border-radius: 50%;
  border: 1px solid #da2718;
  margin-top: 12px;
  margin-inline: auto 0;
}
@media (min-width: 960px) {
  .com-card-04 .card-btn {
    width: 29px;
    margin-top: 5px;
  }
}
.com-card-04 .card-btn svg {
  width: 40%;
}
.com-card-04 .card-btn:hover {
  background-color: #fff;
  color: #da2718;
}

.com-navigation-01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.com-navigation-01 .next,
.com-navigation-01 .prev {
  display: block;
  width: 29px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/common/arrow_02.svg) #da2718 no-repeat center/35%;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.com-navigation-01 .next:hover,
.com-navigation-01 .prev:hover {
  opacity: 0.6;
}
.com-navigation-01 .prev {
  transform: scaleX(-1);
}

.com-slider-01 .slider-container {
  max-width: 1750px;
  padding-inline: 30px;
}
.com-slider-01 .swiper-wrapper:not(:last-child) {
  margin-top: 15px;
}
@media (min-width: 960px) {
  .com-slider-01 .swiper-wrapper:not(:last-child) {
    margin-top: 40px;
  }
}

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

.js-text-01 {
  --duration: 5s;
  --max-content: 0px;
  --loop-width: 0px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 300;
  opacity: 0.5;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .js-text-01 {
    font-size: 127px;
    font-size: 7.9375rem;
  }
}
.js-text-01 .track {
  display: inline-flex;
  width: var(--max-content);
  flex-shrink: 0;
  animation: scroll-left var(--duration) linear infinite;
  will-change: transform;
}
.js-text-01 .track > * {
  margin: 0 !important;
  display: inline-block;
  padding-right: 0.7em;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--loop-width) * -1));
  }
}
.js-text-02 .js-text {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 2s ease-out, transform 2s ease-out;
  transition-delay: calc(var(--delay) * 0.5s);
}
.js-text-02 .js-text.js-actived {
  opacity: 1;
  transform: translateY(0);
}

.js-hide-scrollbar {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}
.js-hide-scrollbar::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}

.js-sticky {
  box-sizing: border-box;
  transition: opacity 0.3s ease-in-out;
}

.js-toggle-cont {
  display: none;
}

/* dl table
--------------------------------- */
.form-panel-01 {
  padding: 20px;
  padding-bottom: 60px;
}
@media (min-width: 640px) {
  .form-panel-01 {
    padding: 50px;
    padding-bottom: 100px;
  }
}

.form-table-01 dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1em;
  margin-bottom: 0.7em;
}
@media (min-width: 960px) {
  .form-table-01 dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.form-table-01 dt .sub {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .form-table-01 dt .sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.form-table-01 dd + dt {
  margin-top: 2.7em;
}
.form-table-01 .required:after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  background: #c75252;
  font-weight: 400;
  color: #fff;
  padding: 0.5em 1em;
  margin-left: 1.8em;
}

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

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

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

input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  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 #018944;
  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;
}

.input-date-01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 960px) {
  .input-date-01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.input-date-01 input {
  flex: 1;
  max-width: 5.5em;
  text-align: right;
}
@media (min-width: 640px) {
  .input-date-01 input {
    min-width: 125px;
  }
}
.input-date-01 .year input {
  max-width: 8em;
}
.input-date-01 .row-wrap {
  display: flex;
  gap: 1em;
}
.input-date-01 .row {
  display: flex;
  align-items: center;
  gap: 1em;
}

.form-submit-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
  max-width: 325px;
  box-sizing: border-box;
  gap: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 35px;
  padding: 1em 2.28em;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 960px) {
  .form-submit-01 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0.9em 2em;
  }
}
.form-submit-01::after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/common/arrow_02.svg) #da2718 no-repeat center/35%;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 960px) {
  .form-submit-01::after {
    width: 29px;
  }
}
.form-submit-01 .text {
  display: block;
  flex: 1;
}
.form-submit-01:hover::after {
  transform: translateX(5px);
}

.home-kv {
  position: relative;
  min-height: 690px;
  width: 100%;
  aspect-ratio: 9/16;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding-bottom: 3svw;
}
@media (min-width: 960px) {
  .home-kv {
    padding-bottom: 1svw;
    height: 100svh;
    aspect-ratio: unset;
  }
}
.home-kv > .uk-container {
  width: 100%;
  box-sizing: border-box;
}
.home-kv .kv-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
}
.home-kv .kv-tit {
  margin-block: 0;
  max-width: 94%;
}
@media (min-width: 960px) {
  .home-kv .kv-tit {
    max-width: 51%;
  }
}

.home-sec-01 {
  position: relative;
  z-index: 2;
  padding-block: 105px 140px;
  color: #fff;
}
@media (min-width: 960px) {
  .home-sec-01 {
    padding-block: 225px 255px;
  }
}
.home-sec-01::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000000;
  opacity: 0.36;
}
.home-sec-01 .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-sec-01 p + p {
  margin-top: 35px;
}
@media (min-width: 960px) {
  .home-sec-01 p + p {
    margin-top: 30px;
  }
}

.home-sec-02 {
  background-image: linear-gradient(131deg, #2f9a5f 0%, #157c46 45%, #018944 100%);
  color: #fff;
  padding-block: 115px 0;
  line-height: 2.28;
  overflow: hidden;
}
@media (min-width: 960px) {
  .home-sec-02 {
    padding-block: 208px 0;
    line-height: 2;
  }
}
.home-sec-02 p + p {
  margin-top: 2.5em;
}
@media (min-width: 960px) {
  .home-sec-02 p + p {
    margin-top: 2em;
  }
}

.home-sec-03 {
  padding-block: 110px 85px;
  background: url(../img/home/03_01.svg) #f6f6f6 no-repeat left bottom/67.6%;
}
@media (min-width: 960px) {
  .home-sec-03 {
    background-size: 40%;
    padding-block: 130px 60px;
  }
}

.home-sec-04 {
  background: url(../img/home/04_01_s.webp) no-repeat center bottom/cover;
  color: #fff;
  padding-block: 23vw 63vw;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .home-sec-04 {
    background-image: url(../img/home/04_01.webp);
    background-position: center;
    aspect-ratio: unset;
    padding-block: 220px 255px;
  }
}

.home-sec-05 {
  background-color: #f6f6f6;
  padding-block: 90px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 960px) {
  .home-sec-05 {
    padding-block: 150px 120px;
  }
}
.home-sec-05::before, .home-sec-05::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.home-sec-05::before {
  width: 110%;
  aspect-ratio: 472/410;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/home/05_01.webp) no-repeat center/contain;
  mix-blend-mode: multiply;
}
@media (min-width: 960px) {
  .home-sec-05::before {
    left: unset;
    right: 0;
    width: 51%;
    transform: translate(10%, -50%);
  }
}
@media (min-width: 960px) {
  .home-sec-05::after {
    bottom: 0;
    left: 0;
    width: 23.6%;
    aspect-ratio: 455/280;
    background-color: #f0f0f0;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }
}

.home-sec-06 {
  padding-bottom: 65px;
}
@media (min-width: 960px) {
  .home-sec-06 {
    padding-bottom: 150px;
  }
}
.home-sec-06 .sect-head {
  width: 100%;
  aspect-ratio: 414/178;
  max-height: 496px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: -50px;
}
@media (min-width: 960px) {
  .home-sec-06 .sect-head {
    margin-bottom: -130px;
  }
}
.home-sec-06 .sect-body {
  position: relative;
}

.home-text-01 {
  line-height: 2.5;
}
@media (min-width: 960px) {
  .home-text-01 {
    line-height: 2.4;
  }
}

.home-text-02 {
  transform: translateY(0.2em);
}

.home-text-03 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 700;
}
@media (min-width: 960px) {
  .home-text-03 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.home-slider-01 {
  pointer-events: none;
  opacity: 0.72;
}
.home-slider-01 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-slider-01 img {
  max-width: 2700px;
}
@media (min-width: 960px) {
  .home-slider-01 img {
    max-width: unset;
  }
}
.home-slider-01 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.home-slider-02 {
  pointer-events: none;
}
.home-slider-02 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-slider-02 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

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

.home-mt-03 {
  margin-top: 60px;
}
@media (min-width: 960px) {
  .home-mt-03 {
    margin-top: 115px;
  }
}

.home-card-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  width: 178px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  color: #309b60;
  overflow: hidden;
}
@media (min-width: 960px) {
  .home-card-01 {
    width: 288px;
  }
}
.home-card-01 .wrapper {
  container-type: inline-size;
  width: 85.4%;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-card-01 .label {
  font-size: clamp(12px, 7cqw, 16px);
  font-weight: inherit;
  margin-bottom: 0.5em;
  color: inherit;
}
@media (min-width: 960px) {
  .home-card-01 .label {
    margin-bottom: 1em;
  }
}
.home-card-01 .cont {
  line-height: 1;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}
.home-card-01 .num {
  font-family: "Poppins", sans-serif;
  font-size: clamp(47px, 32cqw, 78px);
  font-weight: 300;
}
.home-card-01 .append,
.home-card-01 .prepend {
  position: absolute;
  font-size: clamp(11px, 7cqw, 16px);
  bottom: 0.7em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home-card-01 .prepend {
  right: 100%;
}

.home-panel-01 {
  background: #fff;
  border-radius: 10px;
  padding: 40px 25px;
}
@media (min-width: 1200px) {
  .home-panel-01 {
    padding: 88px 70px;
  }
}

@media (max-width: 639px) {
  .home-container-01 {
    padding-inline: 39px;
  }
}

.work-env-grid-01 {
  --x-gap: 10px;
  --y-gap: 14px;
  margin-left: calc(var(--x-gap) * -1);
}
@media (min-width: 960px) {
  .work-env-grid-01 {
    --x-gap: 20px;
    --y-gap: 20px;
  }
}
.work-env-grid-01 > * {
  padding-left: var(--x-gap);
}
.work-env-grid-01 > .uk-grid-margin {
  margin-top: var(--y-gap);
}

.work-env-card-01 {
  background-color: #309b60;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  padding: 1em;
}
@media (min-width: 960px) {
  .work-env-card-01 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
    padding: 1.5em;
  }
}
.work-env-card-01 .card-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 2cqi, 24px);
  line-height: 1.4444444444;
  margin-bottom: 0.3em;
}
@media (min-width: 960px) {
  .work-env-card-01 .card-tit {
    margin-bottom: 0.6em;
  }
}

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

/* btn
--------------------------------- */
.info-btn-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em;
  padding: 1em 2em 1em 0;
  position: relative;
}
@media (min-width: 640px) {
  .info-btn-01 {
    padding: 2em 3em 2em 0;
  }
}
.info-btn-01:hover {
  background: rgb(88.2173913043, 253.7826086957, 169.7826086957);
}
.info-btn-01::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
}
@media (min-width: 640px) {
  .info-btn-01::after {
    right: 2em;
  }
}
.info-btn-01 .tit {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    font-size: 17px;
    font-size: 1.0625rem;
    flex: 1;
    width: auto;
    padding-left: 1.1em;
    border-left: 1px solid #707070;
  }
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    width: 8em;
    text-align: center;
  }
}
.info-list-01.multi-tag .info-btn-01 {
  flex-wrap: wrap;
}
.info-list-01.multi-tag .info-btn-01 .data {
  width: auto;
  text-align: left;
}
.info-list-01.multi-tag .info-btn-01 .tit {
  width: 100%;
  flex: none;
  padding-left: 0;
  border-left: none;
}

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

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}
.com-pagination ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #c0c0c0;
  width: 64px;
  height: 64px;
  place-items: center;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  padding: 1em;
}
.com-pagination ul .page-numbers.prev:hover, .com-pagination ul .page-numbers.next:hover {
  color: #018944;
}
.com-pagination ul .page-numbers.current {
  border-width: 2px !important;
  border-color: #018944 !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  background: rgb(88.2173913043, 253.7826086957, 169.7826086957);
}
.com-pagination ul .arrow-left,
.com-pagination ul .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.com-pagination ul .arrow-left {
  transform: rotate(-135deg);
}
.com-pagination ul .arrow-right {
  transform: rotate(45deg);
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #d1d1d1;
  margin-top: 40px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 640px) {
  .single-nav {
    grid-template-columns: 3fr 3fr 2fr;
    margin-top: 60px;
    padding-top: 60px;
  }
}
.single-nav a {
  display: block;
  text-align: center;
  padding: 0.5em;
  border: 2px solid #018944;
  color: #018944;
  position: relative;
}
.single-nav a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-nav a[rel=prev]::before {
  left: 0.8em;
  transform: rotate(-135deg);
}
.single-nav a[rel=next]::before {
  right: 0.8em;
  transform: rotate(45deg);
}
.single-nav a.index {
  background: #333333;
  border-color: #333333;
  color: #fff;
  padding-right: 2em;
}
.single-nav a.index::before {
  right: 0.8em;
  transform: rotate(-45deg);
}

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

/* btn
--------------------------------- */
.recruitment-btn-01 {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 1.8em 1.5em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .recruitment-btn-01 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.recruitment-btn-01 .tit {
  flex: 1;
  padding-left: 1.2em;
}
.recruitment-btn-01::before {
  content: "";
  display: block;
  width: 6px;
  align-self: stretch;
  background: #018944;
}
.recruitment-btn-01:hover {
  background: rgb(88.2173913043, 253.7826086957, 169.7826086957);
}

.recruitment-btn-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 175px;
  max-width: 325px;
  box-sizing: border-box;
  gap: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 35px;
  padding: 1em 2.28em;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 960px) {
  .recruitment-btn-02 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0.9em 2em;
    width: 100%;
    max-width: 540px;
  }
}
.recruitment-btn-02::after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/common/arrow_02.svg) #da2718 no-repeat center/35%;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 960px) {
  .recruitment-btn-02::after {
    width: 29px;
  }
}
.recruitment-btn-02:hover::after {
  transform: translateX(5px);
}

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

.recruitment-dl-01 .tit {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 960px) {
  .recruitment-dl-01 .tit {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.recruitment-dl-01 .tit:not(:first-child) {
  margin-top: 1.8em;
}
.recruitment-dl-01 .cont {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  padding: 20px;
  color: #333333;
  border-radius: 5px;
  margin-top: 0.6em;
}
@media (min-width: 960px) {
  .recruitment-dl-01 .cont {
    padding: 30px;
  }
}

/* panel
--------------------------------- */
.contact-panel-01 {
  display: flex;
  align-items: center;
  gap: 1em;
}
.contact-panel-01 .tel {
  text-align: center;
  padding: 0.3em 1em;
  color: #018944;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 700;
  border: #018944 1px solid;
}
@media (min-width: 640px) {
  .contact-panel-01 .tel {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-panel-01 .number {
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #018944;
}
@media (min-width: 640px) {
  .contact-panel-01 .number {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
.contact-panel-01 .number a {
  color: #018944;
}

/* list
--------------------------------- */
.thanks-panel-01 {
  padding-block: 2.5em 2.8em;
  border-block: 1px solid #707070;
}

.our-work-container-01 {
  max-width: 1300px;
}

.our-work-container-02 {
  max-width: 1640px;
}

.our-work-panel-01 {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-block: 5em;
  overflow: hidden;
}
@media (min-width: 960px) {
  .our-work-panel-01 {
    min-height: min(37.7vw, 720px);
    align-items: center;
    padding-block: 6em;
  }
}
.our-work-panel-01 .bg {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .our-work-panel-01 .bg {
    -o-object-position: top left;
    object-position: top left;
  }
}
.our-work-panel-01 .wrapper {
  flex: 1;
  box-sizing: border-box;
}
.our-work-panel-01 .info {
  position: absolute;
  color: #fff;
  left: 40px;
  bottom: 7px;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
}
@media (min-width: 960px) {
  .our-work-panel-01 .info {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    left: 50px;
    bottom: 50px;
  }
}
@media (min-width: 1640px) {
  .our-work-panel-01 .info {
    left: 150px;
  }
}
.our-work-panel-01 .info .head {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 900;
}
@media (min-width: 960px) {
  .our-work-panel-01 .info .head {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.our-work-panel-01 .info .body {
  margin-top: 0.1em;
}
@media (min-width: 960px) {
  .our-work-panel-01 .info .body {
    margin-top: 0.9em;
  }
}
.our-work-panel-01::before {
  content: "";
  display: block;
  position: absolute;
  width: 52%;
  max-width: 477px;
  aspect-ratio: 216/131;
  background: url(../img/common/triangle_02.svg) no-repeat left bottom/contain;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 960px) {
  .our-work-panel-01::before {
    width: 35%;
  }
}
.our-work-panel-01:is(a):hover .bg {
  transform: translate(-50%, -50%) scale(1.1);
}
.our-work-panel-01 + .our-work-panel-01 {
  margin-top: 12px;
}
@media (min-width: 960px) {
  .our-work-panel-01 + .our-work-panel-01 {
    margin-top: 25px;
  }
}

.our-work-catch-01 {
  container-type: inline-size;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.our-work-catch-01 .row {
  font-size: clamp(16px, 3.50915751cqi, 41px);
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #da2718;
  padding: 0.5em 1em;
  border-radius: 2px;
}
@media (min-width: 960px) {
  .our-work-catch-01 .row {
    padding: 0.3em 0.6em;
    font-size: clamp(16px, 5.7cqi, 41px);
  }
}
.our-work-catch-01 .row + .row {
  margin-top: 5px;
}
@media (min-width: 960px) {
  .our-work-catch-01 .row + .row {
    margin-top: 10px;
  }
}
@media (min-width: 960px) {
  .our-work-catch-01 {
    width: 50%;
  }
}

.our-work-grid-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.our-work-grid-01 > * {
  max-width: 100%;
}

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

.interview-mv-01 {
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (min-width: 960px) {
  .interview-mv-01::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 18.75%;
    min-width: 200px;
    height: 100%;
    background-color: #989898;
    opacity: 0.5;
  }
}
.interview-mv-01 .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}
.interview-mv-01 .badge {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 35.2%;
  max-width: 353px;
  transform: translateY(50%);
}
@media (min-width: 960px) {
  .interview-mv-01 .badge {
    transform: translateY(30%);
  }
}
.interview-mv-01 .mv-container {
  min-height: 78.5024154589vw;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  padding-block: 50px 75px;
  max-width: 1800px;
}
@media (min-width: 960px) {
  .interview-mv-01 .mv-container {
    align-items: flex-start;
    padding-block: 50px 200px;
    min-height: 46.7708333333vw;
  }
}
@media (min-width: 1200px) {
  .interview-mv-01 .mv-container {
    padding-top: 200px;
  }
}
.interview-mv-01 .body-panel {
  flex: 1;
  max-width: 100%;
}
.interview-mv-01 .foot-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 3px;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 640px) {
  .interview-mv-01 .foot-panel {
    border-top-right-radius: 5px;
  }
}
@media (min-width: 960px) {
  .interview-mv-01 .foot-panel {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .interview-mv-01 .foot-panel {
    width: 500px;
  }
}
.interview-mv-01 .foot-panel .head {
  color: #fff;
  background-color: #da2718;
  padding-block: 5px;
}
@media (min-width: 960px) {
  .interview-mv-01 .foot-panel .head {
    padding-block: 16px;
  }
}
.interview-mv-01 .foot-panel .body {
  padding-block: 7px;
}
@media (min-width: 960px) {
  .interview-mv-01 .foot-panel .body {
    padding-block: 28px;
  }
}
.interview-mv-01 .foot-panel .wrapper {
  padding-inline: 40px 20px;
}
@media (min-width: 960px) {
  .interview-mv-01 .foot-panel .wrapper {
    padding-inline: 40px;
  }
}
@media (min-width: 1800px) {
  .interview-mv-01 .foot-panel .wrapper {
    padding-inline: 105px 50px;
  }
}
.interview-mv-01 .info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
  gap: 0.5em;
  padding-left: 0.8em;
}
@media (min-width: 960px) {
  .interview-mv-01 .info {
    gap: 0.7em;
    font-size: 16px;
    font-size: 1rem;
  }
}
.interview-mv-01 .info::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 0.5em;
}
@media (min-width: 960px) {
  .interview-mv-01 .info::before {
    width: 6px;
    top: 0.4em;
  }
}
.interview-mv-01 .info > * {
  flex-shrink: 0;
  max-width: 100%;
}
.interview-mv-01 .tit {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #309b60;
  margin: 0;
}
@media (min-width: 960px) {
  .interview-mv-01 .tit {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
.interview-mv-01 .hashtag {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (min-width: 960px) {
  .interview-mv-01 .hashtag {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.interview-mv-01 .eyecatch {
  margin-top: 10px;
  font-weight: 900;
}
.interview-mv-01 .eyecatch .row {
  position: relative;
  display: block;
  color: #fff;
  font-size: clamp(16px, 3.4166666667cqi, 41px);
  line-height: 1.5625;
}
@media (min-width: 960px) {
  .interview-mv-01 .eyecatch .row {
    line-height: 1.4634146341;
  }
}
.interview-mv-01 .eyecatch .row {
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding-block: 0.4em;
}
@media (min-width: 960px) {
  .interview-mv-01 .eyecatch .row {
    padding-block: 0.3em;
  }
}
.interview-mv-01 .eyecatch .row::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  background-color: #da2718;
  border-radius: 2px;
  height: 100%;
  width: calc(100% + 2em);
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  .interview-mv-01 .eyecatch .row::before {
    width: calc(100% + 1.2em);
  }
}
.interview-mv-01 .eyecatch .row + .row {
  margin-top: 0.3em;
}
@media (min-width: 960px) {
  .interview-mv-01 .eyecatch .row + .row {
    margin-top: 0.2em;
  }
}

.interview-sec-01 {
  position: relative;
  z-index: 2;
  padding-block: 70px 90px;
  overflow: hidden;
  color: #fff;
}
@media (min-width: 960px) {
  .interview-sec-01 {
    padding-block: 130px 220px;
  }
}
.interview-sec-01::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  max-height: 35%;
  background-color: #f6f6f6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 960px) {
  .interview-sec-01::before {
    height: 365px;
  }
}

.interview-sec-02 {
  overflow: hidden;
  padding-block: 60px;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .interview-sec-02 {
    padding-block: 160px 80px;
  }
}
.interview-sec-02::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 67%;
  aspect-ratio: 280/198;
  z-index: -1;
  background-color: #f0f0f0;
  -webkit-clip-path: polygon(0 10%, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 100%, 0 100%);
}
@media (min-width: 960px) {
  .interview-sec-02::before {
    width: 40%;
    max-width: 776px;
  }
}

.interview-img-01 {
  width: 100%;
  aspect-ratio: 334/226;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .interview-img-01 {
    aspect-ratio: 560/380;
  }
}

.interview-img-02 {
  width: 100%;
  aspect-ratio: 334/197;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .interview-img-02 {
    aspect-ratio: 560/330;
  }
}

.interview-panel-01 .bg {
  width: 100%;
  aspect-ratio: 414/200;
}
@media (min-width: 960px) {
  .interview-panel-01 .bg {
    aspect-ratio: 1920/540;
  }
}
.interview-panel-01 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.interview-panel-01 .card {
  --gap: 10px;
  width: calc(100% - 80px);
  max-width: 1080px;
  box-sizing: border-box;
  margin-inline: auto;
  background-color: #f0f0f0;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 700;
  padding: 24px 15px;
  margin-top: -70px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
@media (min-width: 960px) {
  .interview-panel-01 .card {
    --gap: 3%;
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin-top: -60px;
    padding-inline: 20px;
  }
}
@media (min-width: 1200px) {
  .interview-panel-01 .card {
    padding-inline: 80px;
  }
}
.interview-panel-01 .card > * {
  max-width: 100%;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .interview-panel-01 .card > * {
    width: calc((100% - var(--gap)) / 2);
  }
}
.interview-panel-01 .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .interview-panel-01 .btn {
    margin-inline: 0;
  }
}

.interview-container-01 {
  max-width: 1280px;
}

.interview-tit-01 {
  font-size: clamp(24px, 3.5cqi, 42px);
}

.interview-tit-02 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  color: #333333;
  font-weight: 700;
}
@media (min-width: 960px) {
  .interview-tit-02 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
  }
}
.interview-tit-02 .sub {
  margin-bottom: 0.6em;
}

.interview-text-01 {
  font-weight: 500;
}
@media (min-width: 960px) {
  .interview-text-01 {
    font-weight: 900;
  }
}

@media (min-width: 960px) {
  .interview-card-01 + .interview-card-01 {
    margin-top: 50px;
  }
}

.message-sec-01 {
  padding-block: 70px;
}
@media (min-width: 960px) {
  .message-sec-01 {
    padding-block: 100px 150px;
  }
}

.message-sec-02 {
  padding-block: 70px;
}
@media (min-width: 960px) {
  .message-sec-02 {
    padding-block: 370px 140px;
  }
}

.message-container-01 {
  container-type: inline-size;
}

.message-img-01 {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
  aspect-ratio: 414/200;
  position: relative;
  z-index: 3;
}
@media (min-width: 900px) {
  .message-img-01 {
    aspect-ratio: unset;
    width: 100%;
    height: 460px;
    margin-left: 0;
    margin-bottom: -230px;
  }
}
.message-img-01 img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .message-img-01 img {
    --left-side: (100svw - var(--js-layout-wrapper)) / 2;
    width: calc(var(--js-layout-wrapper) + var(--left-side));
    right: calc((var(--js-layout-wrapper) - 100%) * -1);
    max-width: unset;
  }
}

.company-layout-01 {
  --pt: 0px;
}

.company-sec-01 {
  padding-block: 40px;
}
@media (min-width: 960px) {
  .company-sec-01 {
    padding-block: 140px;
  }
}

.privacy-policy-text-01 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  color: #333333;
}
@media (min-width: 960px) {
  .privacy-policy-text-01 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.data-sec-01 {
  padding-block: 70px;
}
@media (min-width: 960px) {
  .data-sec-01 {
    padding-block: 140px;
  }
}

.data-card-01 {
  --icon: clamp(10px, 2.6cqi, 13px);
  --icon-gap: 10px;
  --pi: calc(var(--icon) + var(--icon-gap));
  background-color: #fff;
  border-radius: 10px;
  container-type: inline-size;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
@media (min-width: 960px) {
  .data-card-01 {
    padding: 30px;
    min-height: 250px;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .data-card-01 {
    min-height: 300px;
  }
}
.data-card-01 .tit {
  color: #309b60;
  font-weight: 700;
  font-size: clamp(16px, 4.6cqi, 24px);
  margin: 0;
  padding-left: var(--pi);
}
.data-card-01 .tit::before {
  content: "";
  display: inline-block;
  width: var(--icon);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #da2718;
  margin-inline: calc(var(--pi) * -1) var(--icon-gap);
  margin-bottom: 0.06em;
}
@media (min-width: 960px) {
  .data-card-01 .tit::before {
    margin-bottom: 0.15em;
  }
}
.data-card-01 .tit small {
  font-size: min(87.5%, 16px);
}
.data-card-01 .body {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 435px;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .data-card-01 .body {
    max-width: unset;
    padding-inline: var(--pi);
  }
}

.data-card-02 {
  --icon: clamp(10px, 5.85cqi, 13px);
  --icon-gap: 10px;
  --pi: calc(var(--icon) + var(--icon-gap));
  background-color: #fff;
  border-radius: 10px;
  container-type: inline-size;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
@media (min-width: 960px) {
  .data-card-02 {
    padding: 30px;
    min-height: 250px;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .data-card-02 {
    min-height: 300px;
  }
}
.data-card-02 .tit {
  color: #309b60;
  font-weight: 700;
  font-size: clamp(16px, 10.7cqi, 24px);
  margin: 0;
  padding-left: var(--pi);
}
.data-card-02 .tit::before {
  content: "";
  display: inline-block;
  width: var(--icon);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #da2718;
  margin-inline: calc(var(--pi) * -1) var(--icon-gap);
  margin-bottom: 0.06em;
}
@media (min-width: 960px) {
  .data-card-02 .tit::before {
    margin-bottom: 0.15em;
  }
}
.data-card-02 .image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}
@media (min-width: 960px) {
  .data-card-02 .image {
    height: 80px;
  }
}
.data-card-02 .image img {
  max-height: 100%;
}
.data-card-02 .number {
  text-align: center;
}

.data-container-01 {
  padding-inline: 20px;
}
@media (min-width: 640px) {
  .data-container-01 {
    padding-inline: 0;
  }
}

.data-text-01 {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 960px) {
  .data-text-01 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
}

.data-num-01 {
  color: #309b60;
  white-space: nowrap;
}
.data-num-01 .num {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.data-num-01 .num-01 {
  font-size: clamp(95px, 20.3cqi, 118px);
}
.data-num-01 .num-02 {
  font-size: clamp(89px, 20.3cqi, 118px);
}
.data-num-01 .num-03 {
  font-size: clamp(59px, 16.15cqi, 84px);
}

.data-num-02 {
  color: #309b60;
  white-space: nowrap;
}
.data-num-02 .num {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: clamp(52px, 35cqi, 78px);
}

.data-small-01 {
  font-size: clamp(15px, 3.85cqi, 20px);
  font-weight: 700;
}
@media (max-width: 959px) {
  .data-small-01.sp-size-01 {
    font-size: 3.6cqi;
  }
}
@media (max-width: 959px) {
  .data-small-01.sp-size-02 {
    font-size: 3.9cqi;
  }
}

.data-small-02 {
  font-size: clamp(10px, 7.1cqi, 16px);
  font-weight: 700;
}

.data-grid-01 {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@container (max-width: 339px) {
  .data-grid-01 {
    align-items: flex-start;
  }
}
@container (min-width: 430px) {
  .data-grid-01 {
    gap: 7%;
  }
}
.data-grid-01 .text {
  flex: 1;
}
.data-grid-01 .image {
  flex-shrink: 0;
  width: 33%;
}

.data-grid-02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.data-grid-02 .image {
  width: 37.5%;
}
.data-grid-02 .text {
  flex: 1;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.data-grid-03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px 0;
  padding-top: 6cqi;
}
@media (min-width: 960px) {
  .data-grid-03 {
    row-gap: 20px;
    padding-top: 0;
  }
}
.data-grid-03 > .text {
  width: 100%;
}
.data-grid-03 > .image {
  width: 27%;
}
.data-grid-03 > .number {
  flex: 1;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: flex-start;
}
.data-grid-03 > .number::before {
  content: "";
  display: block;
  width: 18.2cqi;
  max-width: 80px;
  aspect-ratio: 1/1;
  background: url(../img/data/03_02.svg) no-repeat center/contain;
  transform: translate(-10%, -45%);
}
.data-grid-03 .data-num-01 .num {
  width: 1.52em;
  text-align: right;
}

.data-grid-04 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .data-grid-04 {
    gap: 35px;
  }
}
.data-grid-04 .image {
  width: 21.3%;
  flex-shrink: 0;
}
.data-grid-04 .cont {
  flex: 1;
}

.data-img-01 {
  position: relative;
}
.data-img-01 .bubble {
  position: absolute;
  width: 71.2%;
  top: 23%;
  left: 0;
  transform: translateX(-70%);
}

.data-catch-01 {
  background-color: #309b60;
  color: #fff;
  container-type: inline-size;
  font-weight: 700;
  padding: 0 1em;
}
.data-catch-01 .text-01 {
  letter-spacing: 0.1em;
  font-size: 5.7cqi;
}
@media (min-width: 960px) {
  .data-catch-01 .text-01 {
    font-size: clamp(17px, 6cqi, 24px);
  }
}
.data-catch-01 .text-01.remove-letter-spacing {
  letter-spacing: 0;
}
.data-catch-01 .strong {
  font-size: 9.8cqi;
  line-height: 1;
}
@media (min-width: 960px) {
  .data-catch-01 .strong {
    font-size: clamp(29px, 10.8cqi, 42px);
  }
}

.data-catch-02 {
  background-color: #309b60;
  color: #fff;
  container-type: inline-size;
  font-weight: 700;
  padding: 0.2em 1em;
  font-size: min(4.7cqi, 20px);
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .data-catch-02 {
    text-align: center;
    font-size: min(5.5cqi, 24px);
    padding-block: 0.1em;
  }
}
.data-catch-02.blue {
  background-color: #9cc8d2;
}

.data-dl-01 {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media (min-width: 1200px) {
  .data-dl-01 {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.data-dl-01 .list-row {
  display: grid;
  align-items: center;
  grid-column: span 2;
  grid-template-columns: subgrid;
}