@charset "UTF-8";
/*main color*/
.u-font-jost {
  font-family: "Jost", Jost, "Noto Sans JP", Arial, メイリオ, sans-serif;
}

.u-font-en {
  font-family: "alternate-gothic-atf", alternate-gothic-atf, "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 500;
}

.u-font-din {
  font-family: "din-2014", div-2014, "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 600;
}

:root {
  --header-h: 60px;
}
@media (max-width: 1200px) {
  :root {
    --header-h: 50px;
  }
}

main {
  margin-top: var(--header-h);
  min-height: 70dvh;
  width: 100%;
}

[id] {
  scroll-margin-top: var(--header-h);
}

.u-bg {
  background-color: #f4f8fb;
}

.u-bg-ptn-blu {
  background: url("../../img/bg_blu.svg") repeat top left;
}

.u-bg-ptn-grn {
  background: url("../../img/bg_grn.svg") repeat top left;
}

.u-bg-ptn-grn-d {
  background: url("../../img/bg_grn_d.svg") repeat top left;
}

.u-bg-ptn-gld {
  background: url("../../img/bg_gld.svg") repeat top left;
}

.u-bg-main {
  background-color: #53966b;
}

.u-bg-point {
  background-color: #004ea2;
}

.u-sdw {
  filter: drop-shadow(0 0 6px rgba(51, 51, 51, 0.2)) drop-shadow(0 0 1px rgba(51, 51, 51, 0.01));
}

.u-inner {
  width: min(90%, 1080px);
  margin-inline: auto;
}
.u-inner.mod--1400 {
  width: min(90%, 1400px);
  margin-inline: auto;
}
.u-inner.mod--1250 {
  width: min(90%, 1250px);
  margin-inline: auto;
}
.u-inner.mod--xl {
  width: min(90%, 1200px);
  margin-inline: auto;
}
.u-inner.mod--lg {
  width: min(90%, 960px);
  margin-inline: auto;
}
.u-inner.mod--md {
  width: min(90%, 760px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .u-inner.mod--sp-full {
    width: 100%;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

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

.u-po-r {
  position: relative;
}

.u-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 960px) {
  .u-grid-2 {
    grid-template-columns: auto;
  }
}
@media (max-width: 960px) {
  .u-grid-2.mod--sp {
    grid-template-columns: 1fr 1fr;
  }
}

.u-z-1 {
  z-index: 1;
}

.u-flex-inline-row {
  display: inline-flex;
  flex-direction: row;
}

.u-txt-cap {
  font-size: clamp(1rem, 9.1428571429px + 0.2197802198vw, 1.2rem);
  display: inline-block;
}
.u-txt-cap.mod--sm {
  font-size: min(1rem, 2.5vw);
}

.u-txt-em {
  font-size: 1.2em;
  font-weight: bold;
}

.u-fs-xs {
  font-size: clamp(1.2rem, 11.1428571429px + 0.2197802198vw, 1.4rem);
}

.u-fs-sm {
  font-size: clamp(1.4rem, 13.1428571429px + 0.2197802198vw, 1.6rem);
}

.u-fs-md {
  font-size: clamp(1.6rem, 15.1428571429px + 0.2197802198vw, 1.8rem);
}

.u-fs-lg {
  font-size: clamp(1.8rem, 17.1428571429px + 0.2197802198vw, 2rem);
}

.u-fs-ttl-md {
  font-size: clamp(2.2rem, 20.7142857143px + 0.3296703297vw, 2.5rem);
}

.u-fs-ttl-lg {
  font-size: clamp(2.3rem, 20.8571428571px + 0.5494505495vw, 2.8rem);
}

.u-fs-ttl-xl {
  font-size: clamp(2.4rem, 19.2857142857px + 1.2087912088vw, 3.5rem);
}

.u-txt-c {
  text-align: center;
}

@media (max-width: 768px) {
  .u-txt-l--sp {
    text-align: left;
  }
}

.u-cl-wh {
  color: #ffffff;
}

.u-cl-point {
  color: #004ea2;
}

.u-cl-main {
  color: #53966b;
}

.u-cl-gld {
  color: #d5bb6c;
}

.u-ls-0 {
  letter-spacing: 0;
}

.u-ls-30 {
  letter-spacing: 0.03em;
}

.u-ls-50 {
  letter-spacing: 0.05em;
}

.u-ls-80 {
  letter-spacing: 0.08em;
}

.u-ls-100 {
  letter-spacing: 0.1em;
}

.u-lh-120 {
  line-height: 1.2;
}

.u-lh-140 {
  line-height: 1.4;
}

.u-lh-150 {
  line-height: 1.5;
}

.u-lh-180 {
  line-height: 1.8;
}

.u-pd-100 {
  padding-block: clamp(50px, 28.5714285714px + 5.4945054945vw, 100px);
}

.u-pt-100 {
  padding-top: clamp(50px, 28.5714285714px + 5.4945054945vw, 100px);
}

.u-pb-100 {
  padding-bottom: clamp(50px, 28.5714285714px + 5.4945054945vw, 100px);
}

.u-mg-100 {
  margin-block: clamp(50px, 28.5714285714px + 5.4945054945vw, 100px);
}

.u-mt-100 {
  margin-top: clamp(50px, 28.5714285714px + 5.4945054945vw, 100px);
}

.u-mb-100 {
  margin-bottom: clamp(50px, 28.5714285714px + 5.4945054945vw, 100px);
}

.u-pd-80 {
  padding-block: clamp(40px, 22.8571428571px + 4.3956043956vw, 80px);
}

.u-pt-80 {
  padding-top: clamp(40px, 22.8571428571px + 4.3956043956vw, 80px);
}

.u-pb-80 {
  padding-bottom: clamp(40px, 22.8571428571px + 4.3956043956vw, 80px);
}

.u-mg-80 {
  margin-block: clamp(40px, 22.8571428571px + 4.3956043956vw, 80px);
}

.u-mt-80 {
  margin-top: clamp(40px, 22.8571428571px + 4.3956043956vw, 80px);
}

.u-mb-80 {
  margin-bottom: clamp(40px, 22.8571428571px + 4.3956043956vw, 80px);
}

.u-pd-60 {
  padding-block: clamp(35px, 24.2857142857px + 2.7472527473vw, 60px);
}

.u-pt-60 {
  padding-top: clamp(35px, 24.2857142857px + 2.7472527473vw, 60px);
}

.u-pb-60 {
  padding-bottom: clamp(35px, 24.2857142857px + 2.7472527473vw, 60px);
}

.u-mg-60 {
  margin-block: clamp(35px, 24.2857142857px + 2.7472527473vw, 60px);
}

.u-mt-60 {
  margin-top: clamp(35px, 24.2857142857px + 2.7472527473vw, 60px);
}

.u-mb-60 {
  margin-bottom: clamp(35px, 24.2857142857px + 2.7472527473vw, 60px);
}

.u-pd-50 {
  padding-block: clamp(30px, 21.4285714286px + 2.1978021978vw, 50px);
}

.u-pt-50 {
  padding-top: clamp(30px, 21.4285714286px + 2.1978021978vw, 50px);
}

.u-pb-50 {
  padding-bottom: clamp(30px, 21.4285714286px + 2.1978021978vw, 50px);
}

.u-mg-50 {
  margin-block: clamp(30px, 21.4285714286px + 2.1978021978vw, 50px);
}

.u-mt-50 {
  margin-top: clamp(30px, 21.4285714286px + 2.1978021978vw, 50px);
}

.u-mb-50 {
  margin-bottom: clamp(30px, 21.4285714286px + 2.1978021978vw, 50px);
}

.u-pd-40 {
  padding-block: clamp(30px, 25.7142857143px + 1.0989010989vw, 40px);
}

.u-pt-40 {
  padding-top: clamp(30px, 25.7142857143px + 1.0989010989vw, 40px);
}

.u-pb-40 {
  padding-bottom: clamp(30px, 25.7142857143px + 1.0989010989vw, 40px);
}

.u-mg-40 {
  margin-block: clamp(30px, 25.7142857143px + 1.0989010989vw, 40px);
}

.u-mt-40 {
  margin-top: clamp(30px, 25.7142857143px + 1.0989010989vw, 40px);
}

.u-mb-40 {
  margin-bottom: clamp(30px, 25.7142857143px + 1.0989010989vw, 40px);
}

.u-pd-30 {
  padding-block: clamp(20px, 15.7142857143px + 1.0989010989vw, 30px);
}

.u-pt-30 {
  padding-top: clamp(20px, 15.7142857143px + 1.0989010989vw, 30px);
}

.u-pb-30 {
  padding-bottom: clamp(20px, 15.7142857143px + 1.0989010989vw, 30px);
}

.u-mg-30 {
  margin-block: clamp(20px, 15.7142857143px + 1.0989010989vw, 30px);
}

.u-mt-30 {
  margin-top: clamp(20px, 15.7142857143px + 1.0989010989vw, 30px);
}

.u-mb-30 {
  margin-bottom: clamp(20px, 15.7142857143px + 1.0989010989vw, 30px);
}

.u-pd-20 {
  padding-block: clamp(10px, 5.7142857143px + 1.0989010989vw, 20px);
}

.u-pt-20 {
  padding-top: clamp(10px, 5.7142857143px + 1.0989010989vw, 20px);
}

.u-pb-20 {
  padding-bottom: clamp(10px, 5.7142857143px + 1.0989010989vw, 20px);
}

.u-mg-20 {
  margin-block: clamp(10px, 5.7142857143px + 1.0989010989vw, 20px);
}

.u-mt-20 {
  margin-top: clamp(10px, 5.7142857143px + 1.0989010989vw, 20px);
}

.u-mb-20 {
  margin-bottom: clamp(10px, 5.7142857143px + 1.0989010989vw, 20px);
}

.u-pd-15 {
  padding-block: clamp(10px, 7.8571428571px + 0.5494505495vw, 15px);
}

.u-pt-15 {
  padding-top: clamp(10px, 7.8571428571px + 0.5494505495vw, 15px);
}

.u-pb-15 {
  padding-bottom: clamp(10px, 7.8571428571px + 0.5494505495vw, 15px);
}

.u-mg-15 {
  margin-block: clamp(10px, 7.8571428571px + 0.5494505495vw, 15px);
}

.u-mt-15 {
  margin-top: clamp(10px, 7.8571428571px + 0.5494505495vw, 15px);
}

.u-mb-15 {
  margin-bottom: clamp(10px, 7.8571428571px + 0.5494505495vw, 15px);
}

.u-pd-10 {
  padding-block: clamp(5px, 2.8571428571px + 0.5494505495vw, 10px);
}

.u-pt-10 {
  padding-top: clamp(5px, 2.8571428571px + 0.5494505495vw, 10px);
}

.u-pb-10 {
  padding-bottom: clamp(5px, 2.8571428571px + 0.5494505495vw, 10px);
}

.u-mg-10 {
  margin-block: clamp(5px, 2.8571428571px + 0.5494505495vw, 10px);
}

.u-mt-10 {
  margin-top: clamp(5px, 2.8571428571px + 0.5494505495vw, 10px);
}

.u-mb-10 {
  margin-bottom: clamp(5px, 2.8571428571px + 0.5494505495vw, 10px);
}

.u-pi-5 {
  padding-inline: 5%;
}

@media (max-width: 768px) {
  .u-pi-5--sp {
    padding-inline: 5%;
  }
}

.u-mt-auto {
  margin-top: auto;
}

.u-mi-auto {
  margin-inline: auto;
}

@media (max-width: 768px) {
  .u-mi-auto--sp {
    margin-inline: auto;
  }
}

.u-min-w-0 {
  min-width: 0;
}

.u-of-hd {
  overflow: hidden;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  border: 0;
  padding: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

img {
  vertical-align: bottom;
  line-height: 1;
  width: 100%;
}

button {
  all: unset;
  font: inherit;
  font-family: "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
}

input {
  font-family: "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  cursor: pointer;
  margin: 0em;
  border: none;
  outline: none;
  border-radius: 0px;
}

label {
  cursor: pointer;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a:hover img {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6, em {
  font-size: unset;
  font-weight: unset;
  font-style: unset;
}

/* ==========================================================
base style
========================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: clamp(1.6rem, 15.1428571429px + 0.2197802198vw, 1.8rem);
  line-height: 1.6;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  body {
    letter-spacing: 0.05em;
  }
}
body {
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #333;
  overflow-x: hidden;
  min-width: 100%;
}

i {
  font-style: normal;
  display: inline-block;
}
@media (max-width: 768px) {
  i .mod--pc {
    display: unset !important;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text:not(:focus):not(:active) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #000;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px #000;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

header {
  position: relative;
}
header .header__inner {
  background-color: #ffffff;
  height: var(--header-h);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding-left: clamp(20px, 17px + 0.7692307692vw, 27px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header__logo {
  display: flex;
  width: clamp(160px, 134.2857142857px + 6.5934065934vw, 220px);
}
header .header__btn {
  display: none;
}
@media (max-width: 1200px) {
  header .header__btn {
    display: flex;
  }
}
header .header__btn {
  width: 50px;
  height: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: linear-gradient(90deg, #7ab851 0%, #53966b 100%);
}
header .header__btn:active {
  transform: none;
}
header .header__btn .bars {
  position: relative;
  width: 25px;
  height: 23px;
  pointer-events: none;
}
header .header__btn .bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 4px;
  transform-origin: center center;
}
header .header__btn .bar-top {
  top: 0;
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
header .header__btn .bar-mid {
  top: 50%;
  margin-top: -1px;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.22s ease;
}
header .header__btn .bar-bot {
  bottom: 0;
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
header .header__btn.is-open .bar-top {
  transform: translateY(10.5px) rotate(42deg) scaleX(1.24);
}
header .header__btn.is-open .bar-mid {
  transform: scaleX(0);
  opacity: 0;
}
header .header__btn.is-open .bar-bot {
  transform: translateY(-10.5px) rotate(-42deg) scaleX(1.24);
}

nav {
  display: flex;
  flex-direction: row;
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), visibility 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (max-width: 1200px) {
  nav {
    flex-direction: column;
    width: 100%;
    position: fixed;
    top: var(--header-h);
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    filter: drop-shadow(0 13px 10px rgba(51, 51, 51, 0.1)) drop-shadow(0 5px 4px rgba(51, 51, 51, 0.2)) drop-shadow(0 1px 1px rgba(51, 51, 51, 0.01));
  }
  nav.is-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }
}
nav .nav__menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  background-color: #ffffff;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  nav .nav__menu ul {
    padding-right: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-block: 1px solid #e6e6e6;
  }
}
@media (max-width: 768px) {
  nav .nav__menu ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
nav .nav__menu li a {
  padding-inline: 15px;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  nav .nav__menu li a:hover {
    color: #53966b;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  nav .nav__menu li a:hover {
    color: #53966b;
  }
}
@media (max-width: 1200px) {
  nav .nav__menu li a {
    padding-block: 15px;
    padding-inline: 5vw 0;
  }
  nav .nav__menu li:nth-child(n+5) {
    border-top: 1px solid #e6e6e6;
  }
  nav .nav__menu li:not(:nth-child(4n)) {
    border-right: 1px solid #e6e6e6;
  }
}
@media (max-width: 768px) {
  nav .nav__menu li:nth-child(n+3) {
    border-top: 1px solid #e6e6e6;
  }
  nav .nav__menu li:not(:nth-child(2n)) {
    border-right: 1px solid #e6e6e6;
  }
}
nav .nav__menu .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  nav .nav__menu .menu {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.8rem;
  }
}
nav .nav__menu .menu .menu__jp {
  display: block;
  font-weight: 500;
  font-size: 10px;
}
@media (max-width: 1200px) {
  nav .nav__menu .menu .menu__jp {
    font-size: 12px;
  }
}
nav .nav__menu .menu .menu__en {
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  font-family: "alternate-gothic-atf", alternate-gothic-atf, "Noto Sans JP", Arial, メイリオ, sans-serif;
  line-height: 1;
  font-size: 16px;
}
@media (max-width: 1200px) {
  nav .nav__menu .menu .menu__en {
    font-size: 18px;
  }
}
nav .c-tel-rec {
  width: 220px;
}
@media (max-width: 1200px) {
  nav .c-tel-rec {
    width: 100%;
    height: 70px;
  }
}

footer .footer-cta {
  text-align: center;
}
footer .footer-cta p {
  font-size: clamp(2.5rem, 23.7142857143px + 0.3296703297vw, 2.8rem);
  font-weight: bold;
  padding-block: 1em;
}
footer .footer-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: clamp(10px, 7.8571428571px + 0.5494505495vw, 15px);
  padding-block: clamp(25px, 18.5714285714px + 1.6483516484vw, 40px);
}
footer .footer-info .footer-info__logo {
  width: clamp(65px, 53px + 3.0769230769vw, 93px);
  transform: translateY(10%);
}
footer .footer-info .footer-info__txt {
  white-space: nowrap;
  font-size: clamp(12px, 9.4285714286px + 0.6593406593vw, 18px);
}
footer .footer-info .footer-info__txt em {
  display: block;
  font-weight: bold;
  font-size: clamp(19px, 17.2857142857px + 0.4395604396vw, 23px);
}
footer .copyright {
  background-color: #004ea2;
  color: #ffffff;
  padding-block: 10px;
}
footer .copyright span {
  display: block;
  font-size: clamp(10px, 8.2857142857px + 0.4395604396vw, 14px);
}

.c-ttl {
  text-align: center;
  padding-top: 50px;
}
.c-ttl .c-ttl__sub {
  display: inline-block;
  font-family: "alternate-gothic-atf", alternate-gothic-atf, "Noto Sans JP", Arial, メイリオ, sans-serif;
  color: #53966b;
  position: relative;
  font-size: clamp(18px, 17.1428571429px + 0.2197802198vw, 20px);
  line-height: 1;
  padding-bottom: 0.4em;
  margin-bottom: 0.5em;
}
.c-ttl .c-ttl__sub::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  height: 3px;
  width: 40px;
  background: #004ea2;
}
.c-ttl .c-ttl__main {
  line-height: 1.3;
  letter-spacing: 0.09em;
  font-weight: bold;
  font-size: clamp(30px, 25.7142857143px + 1.0989010989vw, 40px);
}
@media (max-width: 440px) {
  .c-ttl .c-ttl__main {
    font-size: min(30px, 7.5vw);
  }
}
.c-ttl p {
  margin-top: 1em;
  letter-spacing: 0.1em;
}

.cta {
  background-color: #333;
  color: #ffffff;
  border-block: 2px solid #53966b;
  font-weight: bold;
  padding-block: 28px;
}
.cta .cta__top {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .cta .cta__top {
    margin-bottom: 15px;
    flex-direction: column;
    gap: 12px;
  }
}
.cta .cta__ttl {
  border-inline: 6px solid #53966b;
  font-size: clamp(2.5rem, 23.7142857143px + 0.3296703297vw, 2.8rem);
  line-height: 1;
  padding-inline: 0.8em;
  letter-spacing: 0.1em;
}
.cta .cta__btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, -2.8571428571px + 3.2967032967vw, 40px);
}
@media (max-width: 960px) {
  .cta .cta__btn {
    grid-template-columns: auto;
  }
  .cta .cta__btn > * {
    margin-inline: auto;
  }
}

.c-btn {
  container-type: inline-size;
  border-radius: 99px;
  width: min(500px, 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 10px 13px;
  position: relative;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(90deg, #7ab851 0%, #53966b 100%);
  border: 2px solid #ffffff;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.c-btn.mod--point {
  background: linear-gradient(90deg, #004ea2 0%, #002978 100%);
}
.c-btn.mod--fit {
  padding-block: 13px;
  width: min(335px, 100%);
  justify-content: space-between;
  padding-inline: min(30px, 5cqw);
}
.c-btn.mod--fit .c-btn__txt {
  font-size: clamp(16px, 15.1428571429px + 0.2197802198vw, 18px);
  flex-grow: 1;
}
.c-btn.mod--fit .c-icon {
  width: clamp(26px, 23.4285714286px + 0.6593406593vw, 32px);
  height: clamp(26px, 23.4285714286px + 0.6593406593vw, 32px);
}
@media (max-width: 960px) {
  .c-btn {
    border-radius: 0;
    border: 1px solid #ffffff;
  }
}
@media (max-width: 440px) {
  .c-btn {
    justify-content: space-between;
    padding-left: 6cqw;
    gap: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btn__arw {
    transform: translateX(3px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-btn:hover .c-btn__arw {
    transform: translateX(3px);
  }
}
.c-btn .c-btn__txt {
  margin-bottom: 0.1em;
  font-weight: bold;
  font-size: clamp(16px, 14.2857142857px + 0.4395604396vw, 20px);
  padding-left: 4cqw;
}
@media (max-width: 960px) {
  .c-btn .c-btn__txt {
    flex-grow: 1;
  }
}
.c-btn .c-btn__txt.mod--tel {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: min(18px, 4cqw);
  gap: 0.5em;
  letter-spacing: 0.03em;
}
.c-btn .c-btn__txt.mod--tel em {
  font-size: min(32px, 8cqw);
}
.c-btn .c-btn__arw {
  width: 10px;
  height: clamp(13px, 10px + 0.7692307692vw, 20px);
  background: url("../../img/icon_arw.svg") no-repeat center/contain;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.c-icon {
  width: clamp(28px, 22.8571428571px + 1.3186813187vw, 40px);
  height: clamp(28px, 22.8571428571px + 1.3186813187vw, 40px);
}
.c-icon.mod--tel {
  background: url("../../img/icon_tel.svg") no-repeat center/contain;
}
.c-icon.mod--search {
  background: url("../../img/icon_search.svg") no-repeat center/contain;
}

.c-tel-rec {
  background: linear-gradient(90deg, #7ab851 0%, #53966b 100%);
}
.c-tel-rec.mod--big {
  width: min(600px, 100%);
  margin-inline: auto;
  padding-block: 15px;
}
@media (width > 768px) {
  .c-tel-rec.mod--big .c-tel-rec__inner {
    flex-direction: row-reverse;
    gap: 0.7em;
  }
  .c-tel-rec.mod--big .c-tel-rec__inner .c-tel-rec__num {
    font-size: 38px;
  }
  .c-tel-rec.mod--big .c-tel-rec__inner .c-tel-rec__txt {
    font-size: 16px;
  }
}
.c-tel-rec .c-tel-rec__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #ffffff;
  line-height: 1;
  height: 100%;
}
.c-tel-rec .c-tel-rec__inner .c-tel-rec__num {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  gap: 0.2em;
  letter-spacing: 0.03em;
}
.c-tel-rec .c-tel-rec__inner .c-tel-rec__num .c-icon {
  height: 0.9em;
  width: 0.9em;
}
@media (max-width: 768px) {
  .c-tel-rec .c-tel-rec__inner .c-tel-rec__num {
    font-size: 29px;
  }
}
.c-tel-rec .c-tel-rec__inner .c-tel-rec__txt {
  letter-spacing: normal;
  font-size: 10px;
}
@media (max-width: 768px) {
  .c-tel-rec .c-tel-rec__inner .c-tel-rec__txt {
    font-size: 12px;
  }
}

.c-tel-num {
  font-weight: 500;
}

.c-deco {
  position: absolute;
}
.c-deco.mod--support01 {
  width: clamp(43px, 17.2857142857px + 6.5934065934vw, 103px);
  bottom: 0;
  transform: translate(-65%, 0);
}
@media (max-width: 768px) {
  .c-deco.mod--support01 {
    transform: translate(-20%, 120%);
  }
}
.c-deco.mod--support02 {
  width: clamp(122px, 50px + 18.4615384615vw, 290px);
  top: 0;
  right: 0;
  transform: translate(20%, 8%);
}
@media (max-width: 768px) {
  .c-deco.mod--support02 {
    transform: translate(30%, 70%);
  }
}
.c-deco.mod--guide01 {
  width: clamp(90px, 7.2857142857px + 21.2087912088vw, 283px);
  top: 0;
  right: 0;
  transform: translate(-10%, -60%);
  z-index: 1;
}
@media (max-width: 960px) {
  .c-deco.mod--guide01 {
    right: 2vw;
    transform: translate(0, 0);
    width: 25vw;
  }
}
@media screen and (width < 345px) {
  .c-deco.mod--guide01 {
    transform: translate(5%, 30%);
  }
}
.c-deco.mod--guide02 {
  width: clamp(67px, 21.1428571429px + 11.7582417582vw, 174px);
  top: 0;
  left: 0;
}
@media (max-width: 960px) {
  .c-deco.mod--guide02 {
    transform: translate(0, 10%);
  }
}
@media screen and (width < 345px) {
  .c-deco.mod--guide02 {
    transform: translate(0, 0);
    width: 17vw;
  }
}
.c-deco.mod--voice01 {
  width: clamp(157px, 87.1428571429px + 17.9120879121vw, 320px);
  top: 0;
  left: 0;
  transform: translate(-7%, 15%);
  z-index: -1;
}
@media (max-width: 960px) {
  .c-deco.mod--voice01 {
    transform: translate(-10%, 120%);
  }
}
.c-deco.mod--voice02 {
  width: clamp(172px, 140.2857142857px + 8.1318681319vw, 246px);
  bottom: 0;
  right: 0;
  transform: translate(15%, -15%);
}
@media (max-width: 960px) {
  .c-deco.mod--voice02 {
    transform: translate(20%, 12%);
  }
}

.c-pagination-wrap {
  display: grid;
  place-content: center;
}

.swiper-horizontal > .swiper-pagination-bullets.c-pagination-dot,
.swiper-pagination-bullets.swiper-pagination-horizontal.c-pagination-dot,
.swiper-pagination-custom.c-pagination-dot,
.swiper-pagination-fraction.c-pagination-dot {
  --dot-size: clamp(7px, 5.7142857143px + 0.3296703297vw, 10px);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--dot-size) + 2px);
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -150%);
}
.swiper-horizontal > .swiper-pagination-bullets.c-pagination-dot .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal.c-pagination-dot .swiper-pagination-bullet,
.swiper-pagination-custom.c-pagination-dot .swiper-pagination-bullet,
.swiper-pagination-fraction.c-pagination-dot .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  height: var(--dot-size);
  width: var(--dot-size);
  transition: all 0.5s ease;
  margin: 0;
}
.swiper-horizontal > .swiper-pagination-bullets.c-pagination-dot .swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal.c-pagination-dot .swiper-pagination-bullet-active,
.swiper-pagination-custom.c-pagination-dot .swiper-pagination-bullet-active,
.swiper-pagination-fraction.c-pagination-dot .swiper-pagination-bullet-active {
  background-color: #d0e6c2;
  border-radius: var(--dot-size);
}
.swiper-horizontal > .swiper-pagination-bullets.c-pagination-line,
.swiper-pagination-bullets.swiper-pagination-horizontal.c-pagination-line,
.swiper-pagination-custom.c-pagination-line,
.swiper-pagination-fraction.c-pagination-line {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 7px;
  top: unset;
  bottom: unset;
  left: unset;
}
.swiper-horizontal > .swiper-pagination-bullets.c-pagination-line.mod--point .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal.c-pagination-line.mod--point .swiper-pagination-bullet,
.swiper-pagination-custom.c-pagination-line.mod--point .swiper-pagination-bullet,
.swiper-pagination-fraction.c-pagination-line.mod--point .swiper-pagination-bullet {
  background-color: #cccccc;
  border-radius: 99px;
}
.swiper-horizontal > .swiper-pagination-bullets.c-pagination-line.mod--point .swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal.c-pagination-line.mod--point .swiper-pagination-bullet-active,
.swiper-pagination-custom.c-pagination-line.mod--point .swiper-pagination-bullet-active,
.swiper-pagination-fraction.c-pagination-line.mod--point .swiper-pagination-bullet-active {
  background-color: #004ea2;
  border-radius: 99px;
}
.swiper-horizontal > .swiper-pagination-bullets.c-pagination-line.mod--main .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal.c-pagination-line.mod--main .swiper-pagination-bullet,
.swiper-pagination-custom.c-pagination-line.mod--main .swiper-pagination-bullet,
.swiper-pagination-fraction.c-pagination-line.mod--main .swiper-pagination-bullet {
  background-color: #cccccc;
  border-radius: 99px;
}
.swiper-horizontal > .swiper-pagination-bullets.c-pagination-line.mod--main .swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal.c-pagination-line.mod--main .swiper-pagination-bullet-active,
.swiper-pagination-custom.c-pagination-line.mod--main .swiper-pagination-bullet-active,
.swiper-pagination-fraction.c-pagination-line.mod--main .swiper-pagination-bullet-active {
  background-color: #53966b;
  border-radius: 99px;
}
.swiper-horizontal > .swiper-pagination-bullets.c-pagination-line .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal.c-pagination-line .swiper-pagination-bullet,
.swiper-pagination-custom.c-pagination-line .swiper-pagination-bullet,
.swiper-pagination-fraction.c-pagination-line .swiper-pagination-bullet {
  background-color: #d0e6c2;
  opacity: 1;
  height: 7px;
  width: 35px;
  transition: all 0.5s ease;
  margin: 0;
  border-radius: 0;
}
.swiper-horizontal > .swiper-pagination-bullets.c-pagination-line .swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal.c-pagination-line .swiper-pagination-bullet-active,
.swiper-pagination-custom.c-pagination-line .swiper-pagination-bullet-active,
.swiper-pagination-fraction.c-pagination-line .swiper-pagination-bullet-active {
  background-color: #53966b;
  border-radius: 0;
}

.c-slide-nav {
  position: absolute;
  width: min(1250px, 98%);
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-slide-nav.mod--sp-big {
  width: min(1250px, 95%);
}
.c-slide-nav.mod--sp-big .c-slide-nav__btn i {
  width: 25px;
  height: 45px;
  background: url("../../img/icon_arw_slide01.svg") no-repeat center/contain;
  filter: drop-shadow(0 0 10px rgba(51, 51, 51, 0.1)) drop-shadow(0 0 4px rgba(51, 51, 51, 0.5)) drop-shadow(0 0 1px rgba(51, 51, 51, 0.01));
}
.c-slide-nav.mod--sp {
  width: min(1250px, 90%);
}
.c-slide-nav.mod--sp .c-slide-nav__btn i {
  width: 20px;
  height: 32px;
  background: url("../../img/icon_arw_slide01.svg") no-repeat center/contain;
  filter: drop-shadow(0 0 10px rgba(51, 51, 51, 0.1)) drop-shadow(0 0 4px rgba(51, 51, 51, 0.5)) drop-shadow(0 0 1px rgba(51, 51, 51, 0.01));
}
.c-slide-nav .c-slide-nav__btn {
  pointer-events: auto;
}
.c-slide-nav .c-slide-nav__btn i {
  width: clamp(35px, 28.5714285714px + 1.6483516484vw, 50px);
  height: clamp(70px, 57.1428571429px + 3.2967032967vw, 100px);
  background: url("../../img/icon_arw_slide02.svg") no-repeat center/contain;
}
.c-slide-nav .c-slide-nav__btn.mod--next i {
  transform: scaleX(-1);
}

.floating {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 50;
}
@media (hover: hover) and (pointer: fine) {
  .floating:hover i {
    transform: translateY(3px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .floating:hover i {
    transform: translateY(3px);
  }
}
@media (max-width: 768px) {
  .floating {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
.floating .floating__inner {
  width: 320px;
  height: 170px;
  filter: drop-shadow(0 0 10px rgba(51, 51, 51, 0.3)) drop-shadow(0 0 4px rgba(51, 51, 51, 0.2)) drop-shadow(0 0 1px rgba(51, 51, 51, 0.01));
  border: 1px solid #ffffff;
  border-right: none;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .floating .floating__inner {
    width: 100%;
    height: auto;
    border: none;
    filter: drop-shadow(0 -3px 10px rgba(51, 51, 51, 0.3));
  }
}
.floating .floating__inner .floating__body {
  flex: 1;
  background: linear-gradient(90deg, #cbab49 0%, #b88d08 68%, #dbc582 100%);
  width: 100%;
  padding-inline: 20px;
  text-align: center;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .floating .floating__inner .floating__body {
    display: block;
    text-align: left;
    padding: 8px 12px;
  }
}
@media (max-width: 768px) {
  .floating .floating__inner .floating__body .floating__txtWrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
.floating .floating__inner .floating__body .floating__label {
  background-color: #ffffff;
  width: 100%;
  display: block;
  font-weight: bold;
  letter-spacing: 0.5em;
}
@media (max-width: 768px) {
  .floating .floating__inner .floating__body .floating__label {
    width: auto;
    flex-shrink: 0;
    padding-block: 0.2em;
    padding-inline: 1em 0.6em;
    font-size: 16px;
    letter-spacing: 0.3em;
  }
}
.floating .floating__inner .floating__body p {
  margin-top: 8px;
  color: #ffffff;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 0 0.7em #333333, 0 0 0.5em rgba(51, 51, 51, 0.5), 0 0 1px rgba(51, 51, 51, 0.01);
}
@media (max-width: 768px) {
  .floating .floating__inner .floating__body p {
    margin-top: 0;
    font-size: 11px;
  }
}
.floating .floating__inner .floating__body p em {
  font-size: 1.7em;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-shadow: 0 0 0.7em rgba(51, 51, 51, 0.5), 0 0 0.5em rgba(51, 51, 51, 0.5), 0 0 0.3em rgba(51, 51, 51, 0.5), 0 0 0.2em rgba(51, 51, 51, 0.5), 0 0 1px rgba(51, 51, 51, 0.01);
}
@media (max-width: 768px) {
  .floating .floating__inner .floating__body p em {
    display: block;
    font-size: 1.65em;
  }
}
.floating .floating__inner .floating__btn {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  background-color: #333;
  width: 100%;
  font-size: 21px;
  font-weight: 500;
  gap: 0.8em;
  padding-block: 0.5em 0.6em;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .floating .floating__inner .floating__btn {
    width: 100%;
    border-top: 1px solid #ffffff;
    font-size: 14px;
  }
}
.floating .floating__inner .floating__btn i {
  width: 13px;
  height: 8px;
  background: url("../../img/icon_arw-down.svg") no-repeat center/contain;
  margin-bottom: -0.2em;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (max-width: 768px) {
  .floating .floating__inner .floating__btn i {
    margin-bottom: 0;
  }
}

.mv {
  overflow: hidden;
  position: relative;
}
.mv picture {
  width: 100%;
  height: 100%;
  display: block;
}
.mv .mv__txtWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  display: grid;
  z-index: 2;
  place-content: center;
  place-items: center;
}
@media (max-width: 768px) {
  .mv .mv__txtWrap {
    width: 100%;
    place-content: end center;
    padding-bottom: 20px;
  }
}
.mv .mv__txt {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 8.5714285714px + 0.8791208791vw, 20px);
  align-items: center;
  justify-content: center;
}
.mv .mv__speech {
  width: clamp(245px, 182.8571428571px + 15.9340659341vw, 390px);
  margin-bottom: 10px;
  margin-inline: auto;
}
@media (max-width: 440px) {
  .mv .mv__speech {
    margin-block: 0;
  }
}
.mv .mv__ttl {
  text-align: center;
  line-height: 1.4;
}
.mv .mv__ttl span {
  letter-spacing: 0.1em;
  position: relative;
  background: linear-gradient(90deg, #53966b, #006448);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: min(7vw, clamp(28px, 19.4285714286px + 2.1978021978vw, 48px));
  font-weight: 700;
}
.mv .mv__ttl span::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  text-shadow: 0.1354em 0px 0px #ffffff, 0.1329em 0.0265em 0px #ffffff, 0.1252em 0.0519em 0px #ffffff, 0.1125em 0.0752em 0px #ffffff, 0.0958em 0.0958em 0px #ffffff, 0.0752em 0.1125em 0px #ffffff, 0.0519em 0.1252em 0px #ffffff, 0.0265em 0.1329em 0px #ffffff, 0px 0.1354em 0px #ffffff, -0.0265em 0.1329em 0px #ffffff, -0.0519em 0.1252em 0px #ffffff, -0.0752em 0.1125em 0px #ffffff, -0.0958em 0.0958em 0px #ffffff, -0.1125em 0.0752em 0px #ffffff, -0.1252em 0.0519em 0px #ffffff, -0.1329em 0.0265em 0px #ffffff, -0.1354em 0px 0px #ffffff, -0.1329em -0.0265em 0px #ffffff, -0.1252em -0.0519em 0px #ffffff, -0.1125em -0.0752em 0px #ffffff, -0.0958em -0.0958em 0px #ffffff, -0.0752em -0.1125em 0px #ffffff, -0.0519em -0.1252em 0px #ffffff, -0.0265em -0.1329em 0px #ffffff, 0px -0.1354em 0px #ffffff, 0.0265em -0.1329em 0px #ffffff, 0.0519em -0.1252em 0px #ffffff, 0.0752em -0.1125em 0px #ffffff, 0.0958em -0.0958em 0px #ffffff, 0.1125em -0.0752em 0px #ffffff, 0.1252em -0.0519em 0px #ffffff, 0.1329em -0.0265em 0px #ffffff, 0 0 0.5em #53966b, 0 0 0.4em #53966b, 0 0 0.35em rgba(83, 150, 107, 0.5), 0 0 1px rgba(83, 150, 107, 0.1);
}
.mv p {
  text-align: center;
  font-size: clamp(14px, 12.2857142857px + 0.4395604396vw, 18px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .mv p {
    line-height: 1.5;
  }
}
.mv .mv__label {
  width: 90%;
}

.question-img {
  margin-top: -30px;
}
@media screen and (width < 1350px) {
  .question-img {
    margin-top: 30px;
  }
}

.question-box {
  background-color: #ffffff;
  border: 1px solid #333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  padding-block: 20px;
  padding-inline: 5% 20px;
}
@media (max-width: 768px) {
  .question-box {
    padding-inline: 5%;
  }
}
.question-box .question-box__txt em {
  font-size: min(1.3em, 5.4vw);
  font-weight: bold;
}
.question-box .c-btn__txt {
  font-size: clamp(16px, 15.1428571429px + 0.2197802198vw, 18px);
}

.reason-slide {
  display: grid;
  place-items: center;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
}
.reason-slide > * {
  grid-area: 1/1;
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 960px) {
  .reason-slide .reason-thumbs {
    grid-area: unset;
    margin-top: -15%;
  }
}

.reason-bg {
  width: 100%;
}

.reason-main {
  width: 100%;
  z-index: 1;
}
.reason-main .reason-main__item {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("../../img/reason_img_mask_PC.svg");
          mask-image: url("../../img/reason_img_mask_PC.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (max-width: 768px) {
  .reason-main .reason-main__item {
    -webkit-mask-image: url("../../img/reason_img_mask_SP.svg");
            mask-image: url("../../img/reason_img_mask_SP.svg");
  }
}

@media (max-width: 960px) {
  .reason-thumbs {
    padding-block: 20px;
  }
}
@media screen and (width > 960px) {
  .reason-thumbs.swiper, .reason-thumbs .swiper-wrapper {
    all: revert;
  }
  .reason-thumbs .c-slide-nav, .reason-thumbs .c-pagination-wrap {
    display: none;
  }
  .reason-thumbs.swiper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 2;
  }
}
@media screen and (width > 960px) and (width > 1920px) {
  .reason-thumbs.swiper {
    right: 15%;
  }
}
@media screen and (width > 960px) {
  .reason-thumbs .reason-thumbs__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.reason-thumbs .reason-thumbs__inner .reason-thumbs__item {
  width: 330px;
}
@media (max-width: 345px) {
  .reason-thumbs .reason-thumbs__inner .reason-thumbs__item {
    transform: scale(0.9);
  }
}
.reason-thumbs .reason-thumbs__inner .reason-thumbs__item {
  height: auto;
  display: flex;
}
@media screen and (width > 960px) {
  .reason-thumbs .reason-thumbs__inner .reason-thumbs__item {
    margin-right: 10px;
  }
}
@media screen and (width > 960px) {
  .reason-thumbs .reason-thumbs__inner .reason-thumbs__item:nth-child(3), .reason-thumbs .reason-thumbs__inner .reason-thumbs__item:nth-child(4) {
    transform: translate(20%, -5%);
  }
}
.reason-thumbs .reason-thumbs__inner .reason-thumbs__item.swiper-slide-thumb-active, .reason-thumbs .reason-thumbs__inner .reason-thumbs__item.is-active {
  z-index: 10;
}
.reason-thumbs .reason-thumbs__inner .reason-thumbs__item.swiper-slide-thumb-active .reason-card .reason-card__icon, .reason-thumbs .reason-thumbs__inner .reason-thumbs__item.is-active .reason-card .reason-card__icon {
  filter: saturate(0%) brightness(1000%);
}
.reason-thumbs .reason-thumbs__inner .reason-thumbs__item.swiper-slide-thumb-active .reason-card .reason-card__bg::before, .reason-thumbs .reason-thumbs__inner .reason-thumbs__item.is-active .reason-card .reason-card__bg::before {
  opacity: 1;
}
.reason-thumbs .reason-thumbs__inner .reason-thumbs__item.swiper-slide-thumb-active .reason-card .reason-card__body, .reason-thumbs .reason-thumbs__inner .reason-thumbs__item.swiper-slide-thumb-active .reason-card .reason-card__ttl, .reason-thumbs .reason-thumbs__inner .reason-thumbs__item.is-active .reason-card .reason-card__body, .reason-thumbs .reason-thumbs__inner .reason-thumbs__item.is-active .reason-card .reason-card__ttl {
  color: #ffffff;
}

.reason-card {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  filter: drop-shadow(0 0 10px rgba(0, 78, 162, 0.3)) drop-shadow(0 0 4px rgba(0, 41, 120, 0.2)) drop-shadow(0 0 1px rgba(0, 78, 162, 0.01));
}
.reason-card .reason-card__bg {
  transition: opacity 0.4s ease;
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='330' height='70' viewBox='0 0 330 70'%3E%3Cpath d='M0,70 L0,65.48 c0,-8.28 6.71,-15 15,-15 H99.59 c6.85,0 12.79,-4.66 14.52,-11.29 c5.88,-22.55 26.37,-39.19 50.76,-39.19 c24.39,0 44.88,16.64 50.76,39.19 c1.73,6.64 7.67,11.29 14.52,11.29 H315 c8.28,0 15,6.71 15,15 L330,70 Z' fill='black'/%3E%3C/svg%3E"), linear-gradient(#000, #000);
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='330' height='70' viewBox='0 0 330 70'%3E%3Cpath d='M0,70 L0,65.48 c0,-8.28 6.71,-15 15,-15 H99.59 c6.85,0 12.79,-4.66 14.52,-11.29 c5.88,-22.55 26.37,-39.19 50.76,-39.19 c24.39,0 44.88,16.64 50.76,39.19 c1.73,6.64 7.67,11.29 14.52,11.29 H315 c8.28,0 15,6.71 15,15 L330,70 Z' fill='black'/%3E%3C/svg%3E"), linear-gradient(#000, #000);
  -webkit-mask-size: 330px 70px, 100% calc(100% - 69px);
          mask-size: 330px 70px, 100% calc(100% - 69px);
  -webkit-mask-position: top center, bottom center;
          mask-position: top center, bottom center;
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}
.reason-card .reason-card__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #53966b 0%, #006448 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.reason-card .reason-card__icon {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.reason-card .reason-card__body {
  position: relative;
  z-index: 10;
  padding: 95px 24px 30px;
  min-height: 180px;
  font-size: 18px;
}
.reason-card .reason-card__body .reason-card__ttl {
  text-align: center;
  font-size: 24px;
  color: #004ea2;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.reason-strength {
  display: grid;
  grid-template-columns: minmax(370px, 37fr) 65fr;
  gap: clamp(20px, 2.8571428571px + 4.3956043956vw, 60px);
}
@media (max-width: 960px) {
  .reason-strength {
    grid-template-columns: auto;
    margin-bottom: 30px;
  }
}
.reason-strength .reason-strength__txt {
  padding-top: 10px;
}
.reason-strength .reason-strength__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
}

.reason-strength-final {
  display: grid;
  grid-template-columns: 75% 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  .reason-strength-final {
    margin-top: 30px;
    display: block;
  }
}
@media (max-width: 768px) {
  .reason-strength-final .reason-strength-final__person {
    width: 60%;
    margin-left: auto;
    margin-top: -50px;
  }
}

.strength-item {
  border-radius: 10px;
  border: 1px solid #004ea2;
  background-color: #ffffff;
}
.strength-item .strength-item__ttl {
  font-size: 25px;
  transform: translateY(-0.8em);
  text-align: center;
  font-weight: bold;
  color: #004ea2;
  line-height: 1.4;
  text-shadow: 6.5px 0px 0px #ffffff, 6.38px 1.27px 0px #ffffff, 6.01px 2.49px 0px #ffffff, 5.4px 3.61px 0px #ffffff, 4.6px 4.6px 0px #ffffff, 3.61px 5.4px 0px #ffffff, 2.49px 6.01px 0px #ffffff, 1.27px 6.38px 0px #ffffff, 0px 6.5px 0px #ffffff, -1.27px 6.38px 0px #ffffff, -2.49px 6.01px 0px #ffffff, -3.61px 5.4px 0px #ffffff, -4.6px 4.6px 0px #ffffff, -5.4px 3.61px 0px #ffffff, -6.01px 2.49px 0px #ffffff, -6.38px 1.27px 0px #ffffff, -6.5px 0px 0px #ffffff, -6.38px -1.27px 0px #ffffff, -6.01px -2.49px 0px #ffffff, -5.4px -3.61px 0px #ffffff, -4.6px -4.6px 0px #ffffff, -3.61px -5.4px 0px #ffffff, -2.49px -6.01px 0px #ffffff, -1.27px -6.38px 0px #ffffff, 0px -6.5px 0px #ffffff, 1.27px -6.38px 0px #ffffff, 2.49px -6.01px 0px #ffffff, 3.61px -5.4px 0px #ffffff, 4.6px -4.6px 0px #ffffff, 5.4px -3.61px 0px #ffffff, 6.01px -2.49px 0px #ffffff, 6.38px -1.27px 0px #ffffff;
}
.strength-item p {
  margin-top: -0.4em;
  padding-inline: 30px;
  padding-bottom: 25px;
}

.support-slide {
  padding-block: clamp(40px, 31.4285714286px + 2.1978021978vw, 60px) 40px;
}
@media screen and (width > 960px) {
  .support-slide.swiper, .support-slide .swiper-wrapper {
    all: unset;
    padding-block: clamp(40px, 31.4285714286px + 2.1978021978vw, 60px) 40px;
  }
  .support-slide .c-slide-nav, .support-slide .c-pagination-wrap {
    display: none;
  }
}
.support-slide .support-slide__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 960px) {
  .support-slide .support-slide__inner {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    align-items: stretch;
  }
}
.support-slide .support-slide__inner .support-slide__item {
  background-color: #ffffff;
  filter: drop-shadow(0 0 10px rgba(0, 78, 162, 0.3)) drop-shadow(0 0 4px rgba(0, 78, 162, 0.2)) drop-shadow(0 0 1px rgba(0, 78, 162, 0.01));
}
.support-slide .support-slide__inner .support-slide__item img {
  aspect-ratio: 250/180;
  overflow: hidden;
}
.support-slide .support-slide__inner .support-slide__txtWrap {
  container-type: inline-size;
  padding: 30px 25px 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.support-slide .support-slide__inner .support-slide__label {
  text-align: center;
}
.support-slide .support-slide__inner .support-slide__label span {
  display: inline-block;
  background-color: #53966b;
  color: #ffffff;
  font-size: min(14px, 7cqw);
  padding: 0.2em 1em;
  border-radius: 55px;
}
.support-slide .support-slide__inner .support-slide__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #004ea2;
  text-align: center;
}

.support-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -1px;
  aspect-ratio: 1366/288;
  width: 100%;
  background: url("../../img/bg_blu.svg") repeat bottom left;
  -webkit-mask-image: url("../../img/support_bg_mask_PC.svg");
          mask-image: url("../../img/support_bg_mask_PC.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  z-index: -1;
}
@media (max-width: 768px) {
  .support-bg {
    margin-top: 20px;
    aspect-ratio: 390/286;
    -webkit-mask-image: url("../../img/support_bg_mask_SP.svg");
            mask-image: url("../../img/support_bg_mask_SP.svg");
  }
}

.activity-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.activity-card {
  position: relative;
}
.activity-card .activity-card__inner {
  border: 2px solid #53966b;
  box-shadow: 7px 7px 0 0 #004ea2;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.activity-card .activity-card__label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
  container-type: inline-size;
  width: clamp(60px, 42.8571428571px + 4.3956043956vw, 100px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .activity-card .activity-card__label {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.activity-card .activity-card__label span {
  color: #ffffff;
  font-size: 70cqw;
  line-height: 1;
}
.activity-card .activity-card__top {
  display: grid;
  grid-template-columns: 545fr 410fr;
}
@media (max-width: 960px) {
  .activity-card .activity-card__top {
    grid-template-columns: auto;
  }
}
.activity-card .activity-card__txt {
  padding-inline: clamp(20px, -14.2857142857px + 8.7912087912vw, 100px) 20px;
  padding-block: 30px clamp(20px, 15.7142857143px + 1.0989010989vw, 30px);
}
.activity-card .activity-card__img {
  -webkit-mask-image: url("../../img/activity_img_mask_PC.svg");
          mask-image: url("../../img/activity_img_mask_PC.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right top;
          mask-position: right top;
}
.activity-card .activity-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .activity-card .activity-card__img {
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-image: url("../../img/activity_img_mask_SP.svg");
            mask-image: url("../../img/activity_img_mask_SP.svg");
  }
}
.activity-card .activity-card__img.mod--01 img {
  aspect-ratio: unset;
}
.activity-card .activity-card__img.mod--01 {
  -webkit-mask-image: url("../../img/activity_img_mask_01_PC.svg");
          mask-image: url("../../img/activity_img_mask_01_PC.svg");
}
@media (max-width: 1200px) {
  .activity-card .activity-card__img.mod--01 img {
    aspect-ratio: 41/24;
  }
}
@media (max-width: 960px) {
  .activity-card .activity-card__img.mod--01 {
    -webkit-mask-image: url("../../img/activity_img_mask_01_SP.svg");
            mask-image: url("../../img/activity_img_mask_01_SP.svg");
  }
}
.activity-card .activity-card__ttl {
  font-size: clamp(20px, 17.8571428571px + 0.5494505495vw, 25px);
  color: #53966b;
  font-weight: bold;
  margin-block: 0.5em;
  letter-spacing: 0.07em;
}
.activity-card .activity-card__btm {
  padding-inline: min(40px, 3%);
  padding-bottom: clamp(10px, -2.8571428571px + 3.2967032967vw, 40px);
}
@media (max-width: 960px) {
  .activity-card .activity-card__btm {
    padding-bottom: 0;
    margin-top: -0.5em;
    transform: translateY(-1em);
  }
}
.activity-card .activity-card__btm dl {
  display: flex;
  flex-direction: row;
  gap: clamp(10px, -2.8571428571px + 3.2967032967vw, 40px);
}
.activity-card .activity-card__btm dl:has(> div:first-child:nth-last-child(3)) {
  gap: clamp(10px, 5.7142857143px + 1.0989010989vw, 20px);
}
@media (max-width: 960px) {
  .activity-card .activity-card__btm dl {
    flex-direction: column;
  }
}
.activity-card .activity-card__info {
  flex: 1;
}
.activity-card .activity-card__info dt {
  background-color: rgb(51, 113.4, 180.6);
  text-align: center;
  color: #ffffff;
  font-size: clamp(15px, 12.8571428571px + 0.5494505495vw, 20px);
  padding-block: 0.2em;
  font-weight: bold;
}
.activity-card .activity-card__info dd {
  padding: 0.5em clamp(15px, 8.5714285714px + 1.6483516484vw, 30px) 0.8em;
  font-size: clamp(14px, 12.2857142857px + 0.4395604396vw, 18px);
  letter-spacing: 0.1em;
  text-align: center;
}

.guide .guide__bg {
  margin-bottom: -1px;
  aspect-ratio: 1366/113;
  width: 100%;
  background: url("../../img/bg_grn_d.svg") repeat bottom left;
  -webkit-mask-image: url("../../img/guide_bg_mask_PC.svg");
          mask-image: url("../../img/guide_bg_mask_PC.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
}
@media (max-width: 768px) {
  .guide .guide__bg {
    margin-top: 20px;
    aspect-ratio: 390/60;
    -webkit-mask-image: url("../../img/guide_bg_mask_SP.svg");
            mask-image: url("../../img/guide_bg_mask_SP.svg");
  }
}
.guide .guide__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 960px) {
  .guide .guide__inner {
    display: block;
  }
}
.guide .guide__sticky {
  position: sticky;
  top: 100px;
  padding-left: calc((100% - min(90%, 1080px)) / 2);
  color: #ffffff;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  flex: 1;
}
@media (max-width: 960px) {
  .guide .guide__sticky {
    position: unset;
    padding-left: 10vw;
  }
}
.guide .guide__sticky .guide__ttl {
  letter-spacing: 0.1em;
  font-size: clamp(21px, 17.1428571429px + 0.989010989vw, 30px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
.guide .guide__sticky .guide__ttl em {
  font-size: 1.3em;
  color: #d5bb6c;
}
.guide .guide__list {
  flex: 1;
  min-width: 683px;
}
.guide .guide__list ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(20px, 9.2857142857px + 2.7472527473vw, 45px);
}
@media (max-width: 960px) {
  .guide .guide__list {
    min-width: unset;
    max-width: 100%;
    padding-left: 10vw;
  }
}
.guide .guide-item {
  background-color: #ffffff;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.guide .guide-item .guide-item__body {
  padding-block: clamp(24px, 21.4285714286px + 0.6593406593vw, 30px);
  padding-inline: 8% 20%;
}
@media (max-width: 1200px) {
  .guide .guide-item .guide-item__body {
    padding-inline: 6% 8%;
  }
}
.guide .guide-item .guide-item__body p {
  font-size: clamp(14px, 12.2857142857px + 0.4395604396vw, 18px);
}
.guide .guide-item .guide-item__ttl {
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(13px, 10px + 0.7692307692vw, 20px);
  font-size: clamp(18px, 15px + 0.7692307692vw, 25px);
  margin-bottom: 10px;
}
.guide .guide-item .guide-item__ttl span {
  font-size: 30px;
  color: #ffffff;
  padding-inline: 0.2em 0.1em;
  display: grid;
  place-content: center;
  position: relative;
  background-color: #004ea2;
  height: 1.4em;
}
@media (max-width: 768px) {
  .guide .guide-item .guide-item__ttl span {
    font-size: 33px;
  }
}
.guide .guide-item .guide-item__ttl em {
  color: #53966b;
}

.voice-slide__item {
  --voice-ttl-bg: #53966b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto !important;
  letter-spacing: 0.1em;
}
.voice-slide__item:nth-child(odd) {
  --voice-ttl-bg: #004ea2;
}
.voice-slide__item .voice-slide__ttl {
  position: relative;
  background: var(--voice-ttl-bg);
  border-radius: 10px;
  text-align: center;
  font-size: min(20px, 6vw);
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
  padding-block: 0.5em 0.7em;
  margin-bottom: 25px;
  letter-spacing: 0.07em;
}
.voice-slide__item .voice-slide__ttl em {
  font-size: 1.2em;
  color: #d5bb6c;
}
.voice-slide__item .voice-slide__ttl:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 12px 21px 0 0;
  border-color: var(--voice-ttl-bg) transparent transparent transparent;
  bottom: -12px;
  left: 50%;
  margin-left: -10.5px;
}
.voice-slide__item p {
  font-size: 18px;
}
.voice-slide__item figure {
  margin-top: 20px;
}
.voice-slide__item .voice-slide__info dl {
  background-color: #f4f8fb;
  padding: 1em 25px;
}
.voice-slide__item .voice-slide__info dl > div {
  display: flex;
  flex-direction: row;
}
.voice-slide__item .voice-slide__info dl > div dt::after {
  content: "：";
}

.faq-item {
  border: 1px solid #333;
  margin-bottom: clamp(15px, 8.5714285714px + 1.6483516484vw, 30px);
  background-color: #ffffff;
}
.faq-item.is-open .faq-item__btn span::before {
  transform: rotate(90deg);
}
.faq-item .faq-item__q {
  cursor: pointer;
  padding-block: 0.75em;
  padding-inline: clamp(15px, 8.5714285714px + 1.6483516484vw, 30px);
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-weight: 500;
  font-size: clamp(1.6rem, 15.1428571429px + 0.2197802198vw, 1.8rem);
}
.faq-item .faq-item__txt {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.3em;
}
.faq-item .faq-item__mark {
  color: #53966b;
  font-weight: 500;
  font-family: "Jost", Jost, "Noto Sans JP", Arial, メイリオ, sans-serif;
  line-height: 1.2;
  font-size: 1.4em;
}
.faq-item .faq-item__mark.mod--a {
  color: #004ea2;
}
.faq-item .faq-item__btn {
  position: relative;
  flex-shrink: 0;
  width: clamp(25px, 22.8571428571px + 0.5494505495vw, 30px);
  height: clamp(25px, 22.8571428571px + 0.5494505495vw, 30px);
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.faq-item .faq-item__btn span {
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #006448;
}
.faq-item .faq-item__btn span::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2px;
  height: clamp(25px, 22.8571428571px + 0.5494505495vw, 30px);
  background-color: #006448;
  transition: transform 0.3s ease;
}
.faq-item .faq-item__a {
  position: relative;
  padding-inline: clamp(15px, 8.5714285714px + 1.6483516484vw, 30px);
  padding-block: 0.75em 1em;
}
.faq-item .faq-item__a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - clamp(15px, 8.5714285714px + 1.6483516484vw, 30px) * 2);
  height: 1px;
  background-color: #333;
  transform: translate(-50%);
}

/* ==========================================================
  rwd
========================================================== */
.u-pc {
  display: block;
}

.u-tb {
  display: none !important;
}

.u-sp {
  display: none !important;
}

.u-pctb {
  display: block !important;
}

.u-tbsp {
  display: none !important;
}

@media (max-width: 1200px) {
  .u-pc {
    display: none !important;
  }
  .u-tb {
    display: block !important;
  }
  .u-sp {
    display: none !important;
  }
  .u-pctb {
    display: block !important;
  }
  .u-tbsp {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .u-tb {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-pctb {
    display: none !important;
  }
  .u-tbsp {
    display: block !important;
  }
}
[data-ani] {
  --ani-delay: 0s;
  --ani-duration: 1.1s;
  pointer-events: none;
}
[data-ani].is-animated-done {
  pointer-events: auto;
}

.ani-width {
  width: 0;
  transition: width var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay);
}
.ani-width.is-animated {
  width: 100%;
}

.ani-blur {
  filter: blur(10px);
  transition: opacity var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay), transform var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay), filter var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay);
}
.ani-blur.is-animated {
  filter: blur(0);
}

.ani-br, .ani-br-s {
  will-change: filter;
  filter: brightness(1.3);
  transition: filter var(--ani-duration) cubic-bezier(0.303, 0.475, 0.72, 0.819) var(--ani-delay);
}
.ani-br.is-animated, .is-animated.ani-br-s {
  filter: brightness(1);
}
.ani-br.ani-blur, .ani-blur.ani-br-s {
  filter: brightness(1.3) blur(10px);
}
.ani-br.ani-blur.is-animated, .ani-blur.is-animated.ani-br-s {
  filter: brightness(1) blur(0);
}
.ani-br-s {
  filter: brightness(1.8);
}
.ani-br-s.is-animated {
  filter: brightness(1);
}
.ani-br-s.ani-blur {
  filter: brightness(1.8) blur(10px);
}
.ani-br-s.ani-blur.is-animated {
  filter: brightness(1) blur(0);
}

.ani-fade, .ani-fade-left-s, .ani-fade-left, .ani-fade-right-s, .ani-fade-right, .ani-fade-down-s, .ani-fade-down-full, .ani-fade-down, .ani-fade-up-s, .ani-fade-up {
  opacity: 0;
  transition: opacity var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay), transform var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay), filter var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay);
}
.ani-fade.is-animated, .is-animated.ani-fade-left-s, .is-animated.ani-fade-left, .is-animated.ani-fade-right-s, .is-animated.ani-fade-right, .is-animated.ani-fade-down-s, .is-animated.ani-fade-down-full, .is-animated.ani-fade-down, .is-animated.ani-fade-up-s, .is-animated.ani-fade-up {
  opacity: 1;
}
.ani-fade-up {
  transform: translateY(10px);
}
.ani-fade-up.is-animated {
  transform: translateY(0);
}
.ani-fade-up-s {
  transform: translateY(5px);
}
.ani-fade-up-s.is-animated {
  transform: translateY(0);
}
.ani-fade-down {
  transform: translateY(-15px);
}
.ani-fade-down.is-animated {
  transform: translateY(0);
}
.ani-fade-down-full {
  transform: translateY(-100%);
}
.ani-fade-down-full.is-animated {
  transform: translateY(0);
}
.ani-fade-down-s {
  transform: translateY(-30px);
}
.ani-fade-down-s.is-animated {
  transform: translateY(0);
}
.ani-fade-right {
  transform: translateX(-15px);
}
.ani-fade-right.is-animated {
  transform: translateX(0);
}
.ani-fade-right-s {
  transform: translateX(-30px);
}
.ani-fade-right-s.is-animated {
  transform: translateX(0);
}
.ani-fade-left {
  transform: translateX(15px);
}
.ani-fade-left.is-animated {
  transform: translateX(0);
}
.ani-fade-left-s {
  transform: translateX(30px);
}
.ani-fade-left-s.is-animated {
  transform: translateX(0);
}

.ani-scale {
  transform: scale(0.9);
  transform-origin: center;
  transition: opacity var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay), transform var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay);
}
.ani-scale.is-animated {
  transform: scale(1);
}

.ani-zoom {
  transform: scale(1.1);
  transform-origin: center;
  transition: transform var(--ani-duration) cubic-bezier(0.07, 0.09, 0.09, 0.62) var(--ani-delay);
}
.ani-zoom.is-animated {
  transform: scale(1);
}

.ani-clip, .ani-clip-full, .ani-clip-up {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: all var(--ani-duration) ease-in-out var(--ani-delay);
  will-change: clip-path;
}
.ani-clip-up {
  clip-path: inset(100% 0 0 0);
}
@media (max-width: 768px) {
  .ani-clip-full {
    transition: all calc(var(--ani-duration) / 2) cubic-bezier(0.07, 0.09, 0.09, 0.62) calc(var(--ani-delay) / 2);
  }
}
.ani-clip.is-animated, .is-animated.ani-clip-up, .is-animated.ani-clip-full {
  opacity: 1;
  clip-path: inset(0);
}/*# sourceMappingURL=style.css.map */