@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
  text-decoration-skip-ink: auto;
}
img,
picture,
video,
iframe {
  display: inline-block;
  max-width: 100%;
}
img,
svg,
video,
iframe {
  vertical-align: middle;
}
img[height],
video[height] {
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
button {
  border: 0;
  padding: 0;
  background: none;
}
sub {
  vertical-align: baseline;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
html.is-behaviorAuto {
  scroll-behavior: auto;
}
body {
  overscroll-behavior: auto;
  overflow-x: hidden;
  color: black;
  font-size: 1em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
body.is-fixed {
  position: fixed;
  width: 100%;
}
.has-scrollbar body {
  overflow-y: scroll;
}
section[id] {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section[id] {
    scroll-margin-top: 48px;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 0.875em;
  }
}
/* for Pagetop smooth scroll on iPhone */
#top {
  display: block;
}

:root {
  --scrollBarWidth: 15px;
  --breakout: calc(50% - 50vw);
}
.has-scrollbar {
  --breakout: calc(50% - 50vw + var(--scrollBarWidth));
}

.l-header {
  z-index: 5;
}
.l-menu {
  z-index: 4;
}
.l-fixedmenu {
  z-index: 3;
}
.l-main {
  z-index: 1;
}
.l-footer {
  z-index: 2;
}

/* :::::: ボタン :::::: */
.c-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.c-buttons2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.c-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 50px;
  border: 3px solid #019261;
  color: white;
  font-size: 16px;
  font-weight: 400;
  background: #019261;
}

.c-button2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 50px;
  border: 3px solid #019261;
  color: white;
  font-size: 16px;
  font-weight: 400;
  background: #019261;
}

.c-button::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid currentcolor;
}

.c-button2::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid currentcolor;
}

.c-button .arr {
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  width: 6px;
  height: 8px;
  fill: none;
  stroke: currentcolor;
}

.c-button2 .arr {
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  width: 6px;
  height: 8px;
  fill: none;
  stroke: currentcolor;
}

@media (hover: hover) {
  .c-button {
    transition:
      color 0.4s,
      background 0.4s;
  }
  .c-button .arr {
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.7, 1);
  }
  .c-button:hover {
    color: #019261;
    background: white;
    transition-duration: 0.1s;
  }
  .c-button:hover .arr {
    transform: translateX(3px);
    transition-duration: 0.1s;
  }

  .c-button2 {
    transition:
      color 0.4s,
      background 0.4s;
  }
  .c-button2 .arr {
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.7, 1);
  }
  .c-button2:hover {
    color: #019261;
    background: white;
    transition-duration: 0.1s;
  }
  .c-button2:hover .arr {
    transform: translateX(3px);
    transition-duration: 0.1s;
  }
}
@media print, (min-width: 480px) {
  .c-buttons {
    justify-content: center;
    align-items: center;
    column-gap: 16px;
  }

  .c-buttons2 {
    justify-content: center;
    align-items: center;
    column-gap: 16px;
  }
}
@media screen and (max-width: 479px) {
  .c-buttons {
    flex-direction: column;
    width: 100%;
  }
  .c-button {
    width: calc(100% - 40px);
    max-width: 260px;
  }

  .c-buttons2 {
    flex-direction: column;
    width: 100%;
  }
  .c-button2 {
    width: calc(100% - 40px);
    max-width: 260px;
  }
}

/* :::::: リンク :::::: */
.c-link {
  position: relative;
  color: #006436;
  background: linear-gradient(currentcolor, currentcolor) left bottom / 100% 1px no-repeat;
}
.c-link .arr {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(100% + 0.5em);
  fill: none;
  stroke: currentcolor;
  vertical-align: mieele;
}
@media (hover: hover) {
  .c-link {
    transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-link:hover {
    background-position: right bottom;
    background-size: 0 1px;
    transition-duration: 0.1s;
  }
}

/* :::::: グリッター :::::: */
.c-deco {
  position: absolute;
  width: 100px;
  height: 100px;
}
.c-deco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/glitter_g.svg) center / 100% 100% no-repeat;
  animation: glitter 1.4s cubic-bezier(0.7, 1, 0.3, 1) infinite;
}
.c-deco.-w::after {
  background-image: url(../img/glitter_w.svg);
}
.c-deco.-y::after {
  background-image: url(../img/glitter_y.svg);
}
.c-deco:nth-of-type(1)::after {
  animation-delay: -0.1s;
}
.c-deco:nth-of-type(2)::after {
  animation-delay: -1.2s;
}
.c-deco:nth-of-type(3)::after {
  animation-delay: -0.3s;
}
.c-deco:nth-of-type(4)::after {
  animation-delay: -0.9s;
}
@keyframes glitter {
  from,
  to {
    transform: scale(0);
    rotate: -30deg;
  }
  30% {
    opacity: 1;
  }
  60%,
  90%,
  99% {
    transform: scale(1);
  }
  90%,
  99% {
    opacity: 0;
    rotate: 30deg;
  }
}

/* :::::: リボンタイトル :::::: */
.c-ribbon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 336px;
  max-width: 100%;
  height: 64px;
  padding: 0 1em;
  color: #006436;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  background: url(../img/ribbon.svg) center / 100% 100% no-repeat;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}
.c-ribbon .tag {
  position: absolute;
  top: -1.4em;
  width: 5em;
  padding: 0.2em;
  color: white;
  font-size: 12px;
  background: #006436;
}
.c-ribbon .t {
  z-index: 1;
  position: relative;
}
.c-ribbon .wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-ribbon .c-deco:nth-of-type(2n) {
  width: 50px;
  height: 50px;
}
.c-ribbon .c-deco:nth-of-type(1) {
  top: -28px;
  right: -12px;
  transform: rotate(30deg);
}
.c-ribbon .c-deco:nth-of-type(2) {
  top: -12px;
  right: -6px;
  transform: rotate(30deg);
}
.c-ribbon .c-deco:nth-of-type(3) {
  bottom: -34px;
  left: -12px;
  transform: rotate(-30deg);
}
.c-ribbon .c-deco:nth-of-type(4) {
  bottom: -8px;
  left: -6px;
  transform: rotate(-30deg);
}
.c-ribbon-fc {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 336px;
  max-width: 100%;
  height: 64px;
  padding: 0 1em;
  color: #006436;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  background: url(../img/ribbon.svg) center / 100% 100% no-repeat;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}

/* :::::: リード文 :::::: */
.c-lead {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

/* :::::: 注釈 :::::: */
.c-note {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}
.c-note-fc {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

/* :::::: スケジュール :::::: */
.c-schedule {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-top: 1px solid #006436;
  border-bottom: 1px solid #006436;
  color: #006436;
  font-size: 14px;
  line-height: 1.8;
}
.c-schedule.multi {
  flex-direction: column;
}
.c-schedule:not(.multi) dd::before {
  content: "：";
  display: inline-block;
}

/* :::::: リスト :::::: */
.c-list {
  margin: 0;
}
.c-list li {
  padding-left: 1.3em;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  text-indent: -1.3em;
}
.c-list li + li {
  margin-top: 0.5em;
}
.c-list li::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: -0.15em 0.5em 0 0;
  vertical-align: middle;
  background: #006436;
}

/* :::::: セクション :::::: */
.c-section,
.c-conversion {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
.c-section {
  margin-top: 96px;
  margin-bottom: 96px;
}
.l-main > section.c-section:nth-of-type(even),
.c-conversion {
  scroll-margin-top: 192px;
}

@media screen and (max-width: 767px) {
  .c-conversion {
    padding-top: 48px;
  }
  section#campaign.c-conversion {
    padding-top: 0;
  }
}

/* index.html: グレーからスタート（奇数番目＝グレー）。body.camp のときは適用しない */
body:not(.camp) .l-main section.c-section:nth-of-type(odd) {
  padding: 104px 0;
  position: relative;
}
body:not(.camp) .l-main section.c-section:nth-of-type(odd)::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 10px;
  right: var(--breakout);
  bottom: 0;
  left: var(--breakout);
  background: linear-gradient(to top, rgba(245, 245, 245, 0), #f5f5f5 24px, #f5f5f5 calc(100% - 24px), rgba(245, 245, 245, 0));
}

/* campaign/index.html: 白からスタート（偶数番目＝グレー） */
.camp .l-main section.c-section:nth-of-type(even) {
  padding: 104px 0;
  position: relative;
}
.camp .l-main section.c-section:nth-of-type(even)::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 10px;
  right: var(--breakout);
  bottom: 0;
  left: var(--breakout);
  background: linear-gradient(to top, rgba(245, 245, 245, 0), #f5f5f5 24px, #f5f5f5 calc(100% - 24px), rgba(245, 245, 245, 0));
}

.c-section.-bg {
  padding: 104px 0;
}
.c-section.-bg::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 10px;
  right: var(--breakout);
  bottom: 0;
  left: var(--breakout);
  background: linear-gradient(to top, rgba(245, 245, 245, 0), #f5f5f5 24px, #f5f5f5 calc(100% - 24px), rgba(245, 245, 245, 0));
}
@media screen and (max-width: 767px) {
  .c-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  body:not(.camp) .l-main section.c-section:nth-of-type(odd) {
    padding: 0 0 64px;
  }
  body:not(.camp) .l-main section.c-section:nth-of-type(odd)::before {
    right: -20px;
    left: -20px;
  }
  .camp .c-section {
    margin-bottom: 60px;
  }
  .camp .l-main section.c-section:nth-of-type(even) {
    padding: 0;
  }
  .camp .l-main section.c-section:nth-of-type(even)::before {
    right: -20px;
    left: -20px;
  }
  .c-section.-bg {
    padding: 0 0 64px;
  }
  .c-section.-bg::before {
    right: -20px;
    left: -20px;
  }
}

.past {
  /*コレ*/
  border-top: 3px solid #ddd;
  padding-top: 32px;
}

/* :::::: アテンション :::::: */
.c-attention {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-image: linear-gradient(#009261, #009261) fill 0 / 0 / 0 50vw;
}
.c-attention p {
  color: white;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-attention {
    height: 59px;
  }
  .c-attention p {
    font-size: 20px;
  }
}

/**
 * ヘッダー
 * ---------------------------------------- */
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.l-header .logo {
  font-size: 1em;
  line-height: 1;
}
.l-header .logo img {
  width: auto;
  height: 48px;
}
.l-header .link {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 1em 0.1em;
  border: 3px solid #019261;
  color: white;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  background: #019261;
}
@media (hover: hover) {
  .l-header .link {
    transition:
      color 0.4s,
      background 0.4s;
  }
  .l-header .link:hover {
    color: #019261;
    background: white;
    transition-duration: 0.1s;
  }
}
@media print, (min-width: 768px) {
  .l-header {
    padding: 0 40px;
  }
}
@media print, (min-width: 1025px) {
  .l-header .drawer {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .link {
    margin-left: auto;
  }
  .l-header .drawer {
    cursor: pointer;
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    margin-left: 24px;
    margin-right: -8px;
    color: #019261;
  }
  .l-header .drawer svg {
    position: absolute;
    top: calc(50% - 2.5px);
    left: 13px;
    width: 25px;
    fill: none;
    stroke: currentcolor;
    stroke-width: 2;
  }
  .l-header .drawer .b1 {
    transform: translateY(-8px);
  }
  .l-header .drawer .b3 {
    transform: translateY(8px);
  }
  .l-header .drawer.is-active .b1 {
    transform: rotate(45deg);
  }
  .l-header .drawer.is-active .b2 {
    opacity: 0;
  }
  .l-header .drawer.is-active .b3 {
    transform: rotate(-45deg);
  }
  .l-header .drawer.is-anim .b1 {
    animation: toggleAnim1 0.3s cubic-bezier(0.3, 1, 0.7, 1);
  }
  .l-header .drawer.is-anim .b2 {
    transition: opacity 0.3s;
  }
  .l-header .drawer.is-anim .b3 {
    animation: toggleAnim3 0.3s cubic-bezier(0.3, 1, 0.7, 1);
  }
  .l-header .drawer.is-anim.is-active .b1,
  .l-header .drawer.is-anim.is-active .b3 {
    animation-direction: reverse;
    animation-timing-function: cubic-bezier(0.3, 0, 0.7, 0);
  }
  @keyframes toggleAnim1 {
    from {
      transform: rotate(45deg);
    }
    50% {
      transform: none;
    }
    to {
      transform: translateY(-8px);
    }
  }
  @keyframes toggleAnim3 {
    from {
      transform: rotate(-45deg);
    }
    50% {
      transform: none;
    }
    to {
      transform: translateY(8px);
    }
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 48px;
    padding: 0 20px;
  }
  .l-header .logo img {
    height: 32px;
  }
  .l-header .link {
    height: 36px;
    font-size: 10px;
  }
  .l-header .drawer {
    margin-left: 16px;
  }
}

/**
 * ドロワー
 * ---------------------------------------- */
.l-menu .list a[aria-current="page"] {
  pointer-events: none;
  color: #019261;
}
@media (hover: hover) {
  .l-menu .list a {
    transition:
      color 0.4s,
      background 0.4s;
  }
  .l-menu .list a .arr {
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.7, 1);
  }
  .l-menu .list a:hover {
    color: #019261;
    background: white;
    transition-duration: 0.1s;
  }
  .l-menu .list a:hover .arr {
    transform: translateX(3px);
    transition-duration: 0.1s;
  }
}
@media print, (min-width: 1025px) {
  .l-menu {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 160px;
    right: 256px;
    margin: 0 auto;
    text-align: center;
  }
  .l-menu .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 80px;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    white-space: nowrap;
  }
  .l-menu .list a {
    display: inline-block;
    padding: 0.2em 1em;
  }
  .l-menu .list a .arr {
    display: none;
  }
  .l-menu .list br {
    display: none;
  }
  .l-menu .overlay {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-menu,
  .l-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .l-menu {
    height: 400px;
  }
  .l-menu .overlay {
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .l-menu .list {
    position: relative;
    margin: 0;
    padding: 96px 20px 16px;
    line-height: 1.4;
    background: white;
  }
  .l-menu .list li {
    border-bottom: 1px solid #ccc;
  }
  .l-menu .list a {
    display: flex;
    align-items: center;
    position: relative;
    height: 64px;
    padding: 0 20px;
  }
  .l-menu .list .arr {
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 6px;
    height: 8px;
    fill: none;
    stroke: #019261;
  }
  .l-menu:not(.is-active) {
    pointer-events: none;
  }
  .l-menu .overlay:not(.is-active) {
    opacity: 0;
  }
  .l-menu:not(.is-active) .list {
    opacity: 0;
    transform: translateY(-50%);
  }
  .l-menu .overlay.is-anim {
    transition: opacity 0.6s;
  }
  .l-menu.is-anim .list {
    transition:
      opacity 0.6s,
      transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .l-menu:not(.is-active).is-anim .list {
    transition-duration: 0.2s;
  }
  .l-menu.is-active.is-anim .list {
    transition-delay: 0.2s;
    transition-timing-function: cubic-bezier(0.3, 1, 0.7, 1);
  }
}
@media screen and (max-width: 767px) {
  .l-menu .list {
    padding-top: 56px;
  }
}

/**
 * 固定メニュー
 * ---------------------------------------- */
.l-fixedmenu {
  position: fixed;
  right: 0;
}
.l-fixedmenu li {
  border-top: 1px solid white;
}
.c-fixedmenu {
  margin: 0;
}
.c-fixedmenu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid #019261;
  color: white;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  background: #019261;
}
.c-fixedmenu .ico {
  width: 32px;
  height: auto;
  margin-bottom: 0.3em;
  fill: currentcolor;
}
.c-fixedmenu img {
  margin-bottom: 0.5em;
  fill: currentcolor;
}
@media (hover: hover) {
  .c-fixedmenu a {
    transition:
      color 0.4s,
      background 0.4s;
  }
  .c-fixedmenu a:hover {
    color: #019261;
    background: white;
    transition-duration: 0.1s;
  }
}
@media print, (min-width: 768px) {
  .l-fixedmenu {
    top: calc(50% - 210px);
    width: 104px;
    height: 420px;
  }
  .l-fixedmenu li:first-child {
    border-top: 0;
  }
  .c-fixedmenu a {
    width: 104px;
    height: 104px;
  }
}
@media screen and (max-width: 767px) {
  .l-fixedmenu {
    bottom: 0;
    width: 100%;
  }
  .c-fixedmenu {
    display: flex;
    width: 100%;
  }
  .c-fixedmenu li {
    flex-basis: 25%;
  }
  .c-fixedmenu a {
    height: 96px;
  }
  .c-fixedmenu li + li a {
    border-left: 1px solid currentcolor;
  }
}

/**
 * メインコンテンツ
 * ---------------------------------------- */
.l-main {
  position: relative;
  padding: 80px 100px 24px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .l-main {
    padding: 80px 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding: 48px 20px 24px;
  }
}

/* :::::: グリッター :::::: */
.section_deco {
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .section_deco {
    z-index: -1;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: var(--breakout);
    bottom: 0;
    left: var(--breakout);
  }
  .section_deco .c-deco {
    transform: rotate(-30deg);
  }
  .section_deco .c-deco:nth-of-type(2n) {
    width: 180px;
    height: 180px;
  }
}
@media print, (min-width: 1080px) {
  .section_deco {
    right: -100px;
    left: -100px;
  }
}
@media screen and (max-width: 767px) {
  .section_deco {
    display: none;
  }
}

/* :::::: ページのいちばん上へ :::::: */
.pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  left: 100%;
  bottom: 24px;
  width: 64px;
  height: 64px;
  margin-top: 40px;
  margin-right: -64px;
  border: 3px solid #009261;
  color: white;
  background: #009261;
}
.pagetop svg {
  fill: currentcolor;
}
.pagetop {
  transition: opacity 0.4s;
}
body:not(.is-over) .pagetop {
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.1s;
}
@media (hover: hover) {
  .pagetop {
    transition:
      color 0.4s,
      background 0.4s,
      opacity 0.4s;
  }
  .pagetop:hover {
    color: #019261;
    background: white;
    transition-duration: 0.1s;
  }
}
@media screen and (min-width: 768px) and (max-height: 859px) {
  .pagetop {
    left: calc(100% - 169px);
  }
}
@media screen and (max-width: 1199px) {
  .pagetop {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 120px;
  }
}

/**
 * 外部リンク
 * ---------------------------------------- */
.c-external {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em;
  text-align: left;
}
.c-external .c-link {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

/**
 * パンくず
 * ---------------------------------------- */
.c-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.45em 1em;
  border-image: linear-gradient(#f5f5f5, #f5f5f5) fill 0 / 0 / 0 50vw;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
.c-crumb a {
  position: relative;
  padding: 0.5em;
}
.c-crumb .arr {
  display: inline-block;
  width: 6px;
  height: 8px;
  fill: none;
  stroke: #009261;
}
@media screen and (max-width: 479px) {
  .c-crumb {
    font-size: 10px;
  }
}

/**
 * フッター
 * ---------------------------------------- */
.l-footer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px 20px 10px;
  border-image: linear-gradient(#019261, #019261) fill 0 / 0 / 0 50vw;
  color: white;
}
.l-footer .link {
  margin-right: 1em;
  padding-top: 0.3em;
  font-size: 12px;
  line-height: 1.4;
}
.l-footer .link a {
  margin-right: 1em;
}
.l-footer .banner {
  display: flex;
  align-items: center;
  position: relative;
  width: 264px;
  height: 54px;
  color: #666;
}
.l-footer .banner .t {
  position: relative;
  padding: 0.4em 1em 0;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0;
}
.l-footer .banner img {
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer .copyright {
  margin-top: 1em;
  font-size: 10px;
  line-height: 1.4;
}
.l-footer .copyright small {
  font-size: inherit;
}
@media print, (min-width: 768px) {
  .l-footer {
    display: grid;
    grid-template: auto auto / auto 264px;
  }
  .l-footer .banner {
    grid-area: 1 / 2 / 3 / 3;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
    text-align: center;
  }
  .l-footer .banner {
    order: 1;
    margin-top: 8px;
  }
  .l-footer .copyright {
    margin-top: 24px;
  }
}

/**
 * 動画 UI
 * ---------------------------------------- */
.c-video {
  position: relative;
  width: 100%;
  max-width: 335px;
  border: 4px solid #006436;
  background: #fff;
  box-shadow: 0 2px 8px #3730391a;
}
.js-yt,
.js-video,
.c-video .wrap {
  aspect-ratio: 16 / 9;
}
.js-yt {
  height: auto;
}
.c-video .wrap .js-yt,
.c-video .wrap .js-video {
  aspect-ratio: auto;
}
.c-video .wrap > *,
.c-video .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-video .poster {
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-video.is-playing .poster {
  opacity: 0;
}
.c-video .poster img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-video .play {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  padding: 0;
  border: 2px solid white;
  border-radius: 40px;
  color: transparent;
  background: #006436;
  opacity: 0.8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-video .play::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 6px);
  width: 16px;
  height: 20px;
  background:
    linear-gradient(to bottom left, transparent 48%, white 52%) top left / 100% 50% no-repeat,
    linear-gradient(to top left, transparent 48%, white 52%) bottom left / 100% 50% no-repeat;
}
@media (hover: hover) {
  .c-video .play {
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.7, 1);
  }
  .c-video:hover .play {
    transform: scale(1.1);
    transition-duration: 0.1s;
  }
}

/**
 * utility / javascript
 * -------------------------------------------------- */
.u-visuallyhidden {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 1px;
  height: 1px;
}
@media print, (min-width: 768px) {
  .u-mb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-dt {
    display: none;
  }
}

html.is-touch .u-pointer {
  display: none;
}
html:not(.is-touch) .u-touch {
  display: none;
}

/* inview */
.js-inview:not(.is-inview) {
  opacity: 0;
  transform: translateY(24px);
}
.js-inview.is-anim {
  transition:
    opacity 0.6s,
    transform 0.6s var(--easeOut);
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.js-slider.flickity-enabled:focus-visible,
.js-slider .flickity-button:focus-visible {
  outline: 2px solid #275dc5;
  box-shadow: 0 0 0 3px white;
}
.js-slider.flickity-enabled:focus-visible {
  border-radius: 2px;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -24px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border: 2px solid #767676;
  background: #767676;
  border-radius: 50%;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  background: white;
}
/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-margin {
    margin-top: 96px;
  }
}
