@charset "UTF-8";
/*---------------------
Mixins
-----------------------*/
#rn202601 * {
  box-sizing: border-box;
}

#rn202601 {
  color: #241E18;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: min(3.5vw, 1rem);
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", sans-serif !important;
  word-break: break-all;
  overflow: hidden;
  /*■■■■■■■■■■■■■■■■■■■■■■■■
      Component
    ■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■
    Project
  ■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■
    Utility
  ■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
#rn202601 ol,
#rn202601 ul {
  list-style: none;
}
#rn202601 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#rn202601 a {
  color: #241E18;
}
#rn202601 a:hover {
  text-decoration: none;
}
#rn202601 .c-nw {
  display: inline-block;
}
#rn202601 .c-inner {
  padding: 0 20px !important;
}
@media print, (min-width: 769px) {
  #rn202601 .c-inner {
    width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#rn202601 .c-ttl {
  text-align: center;
  font-size: 3rem;
  margin: 3rem 0 4rem;
}
@media print, (min-width: 769px) {
  #rn202601 .c-ttl {
    font-size: 4rem;
    margin: 8rem 0 6rem;
  }
}
#rn202601 .c-ttl::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background: linear-gradient(to right, rgb(137, 192, 166), rgba(248, 155, 84, 0.6), rgba(216, 39, 58, 0.6));
  margin: 0.3em auto 0;
}
#rn202601 .c-ttl--noDeco {
  margin-bottom: 2rem;
}
#rn202601 .c-ttl--noDeco::after {
  display: none;
}
#rn202601 .c-ttl--white {
  color: #fff;
}
#rn202601 .c-leftTtl {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 1em;
  position: relative;
}
@media print, (min-width: 769px) {
  #rn202601 .c-leftTtl {
    font-size: 3rem;
  }
}
#rn202601 .c-leftTtl::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, rgb(137, 192, 166), rgba(248, 155, 84, 0.6), rgba(216, 39, 58, 0.6));
  margin-top: 0.3em;
}
#rn202601 .c-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2em 0;
}
@media print, (min-width: 769px) {
  #rn202601 .c-card {
    grid-template-columns: repeat(4, 1fr);
  }
}
#rn202601 .c-card__item img {
  border-radius: 15px;
  overflow: hidden;
}
#rn202601 .c-card__item p {
  margin-top: 0.5em;
  font-size: 1.5em;
}
#rn202601 .c-card__item:hover p {
  color: #008833;
  text-decoration: underline;
}
#rn202601 .c-btn {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  border-radius: 40px;
  padding: 18px 2em;
  color: #008833;
  background-color: #fff;
  border: 2px solid #008833;
  margin: 2em auto 4em;
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  box-shadow: 0px 4px 14px -4px #a4a4a4;
}
@media print, (min-width: 769px) {
  #rn202601 .c-btn {
    margin: 3em auto 5em;
  }
}
#rn202601 .c-btn--small {
  width: 200px;
  padding: 12px 1.5em;
  font-size: 1.2rem;
  margin: 0;
  box-shadow: 0px 3px 10px -4px #a4a4a4;
}
#rn202601 .c-btn:hover {
  background-color: #008833;
  color: #fff;
}
#rn202601 .c-btn:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#rn202601 .c-btn::after {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.65em;
  height: 0.65em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 2px solid #008833;
  border-right: 2px solid #008833;
}
#rn202601 .c-hover--green:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #008833;
          text-decoration-color: #008833;
  text-decoration-thickness: 2px;
  color: #008833;
}
#rn202601 .c-hover--green--thin:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #008833;
          text-decoration-color: #008833;
  text-decoration-thickness: 1px;
  color: #008833;
}
#rn202601 .c-glass {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.65) 100%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}
#rn202601 .c-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(120% 60% at 50% -10%, rgba(255, 255, 255, 0.35), transparent 60%), radial-gradient(60% 100% at 50% 110%, rgba(255, 255, 255, 0.25), transparent 70%);
}
#rn202601 .p-mv {
  position: relative;
  padding: 2rem 0;
}
#rn202601 .p-mv__ttl {
  font-size: 3rem;
  margin: 3rem 0;
}
#rn202601 .p-mv__slide {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #rn202601 .p-mv__arrow {
    width: 20px !important;
    height: 20px !important;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    margin: 0;
    bottom: auto !important;
  }
  #rn202601 .p-mv__arrow::before {
    content: "";
    display: block;
    border-top: 3px solid #008833;
    border-right: 3px solid #008833;
    margin: 0 auto;
  }
  #rn202601 .p-mv__arrow--prev::before {
    transform: rotate(-135deg);
  }
  #rn202601 .p-mv__arrow--next::before {
    transform: rotate(45deg);
  }
}
@media print, (min-width: 769px) {
  #rn202601 .p-mv__arrow {
    width: 40px !important;
    height: 40px !important;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    margin: 0;
    bottom: auto !important;
    top: calc(50% - 40px);
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 999px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #rn202601 .p-mv__arrow span {
    display: block;
    width: 20px;
    height: 20px;
  }
  #rn202601 .p-mv__arrow span::before {
    content: "";
    display: block;
    border-top: 3px solid #008833;
    border-right: 3px solid #008833;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
  #rn202601 .p-mv__arrow--prev {
    left: 5px;
  }
  #rn202601 .p-mv__arrow--prev span::before {
    transform: rotate(-135deg) translate(-3px, 3px);
  }
  #rn202601 .p-mv__arrow--next {
    right: 5px;
  }
  #rn202601 .p-mv__arrow--next span::before {
    transform: rotate(45deg) translate(-3px, 3px);
  }
}
#rn202601 .p-mv__item img {
  display: block;
  width: 100%;
  height: auto;
}
#rn202601 .p-mv__item p {
  text-align: center;
  margin-top: 0.5em;
  font-size: 1.5em;
}
#rn202601 .p-mv__item:hover p {
  color: #008833;
  text-decoration: underline;
}
#rn202601 .p-mv__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  width: 100%;
  padding: 0 20px;
  margin: 16px auto 0;
  max-width: 500px;
  position: relative;
}
@media print, (min-width: 769px) {
  #rn202601 .p-mv__controls {
    max-width: 1200px;
  }
}
#rn202601 .p-mv__toggle {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
}
#rn202601 .p-mv__toggle-icon--pause::before, #rn202601 .p-mv__toggle-icon--pause::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #999;
  margin: 0 2px;
  vertical-align: middle;
}
#rn202601 .p-mv__toggle-icon--play {
  width: 0;
  height: 0;
  border-left: 12px solid #999;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
}
#rn202601 .p-mv__dots {
  flex: 1;
}
@media print, (min-width: 769px) {
  #rn202601 .p-mv__dots {
    flex: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
#rn202601 .p-mv__dots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 2px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: static;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#rn202601 .p-mv__dots .slick-dots li {
  margin: 0 5px !important;
}
#rn202601 .p-mv__dots .slick-dots li button {
  width: 12px !important;
  height: 12px !important;
  padding: 0;
  border-radius: 50%;
  background-color: #cfcfcf;
  border: none;
  text-indent: -9999px;
}
#rn202601 .p-mv__dots .slick-dots li button::before {
  display: none;
}
#rn202601 .p-mv__dots .slick-dots li.slick-active button {
  background-color: #008833;
}
#rn202601 .u-mt0em {
  margin-top: 0em !important;
}
#rn202601 .u-mb0em {
  margin-bottom: 0em !important;
}
#rn202601 .u-pt0em {
  padding-top: 0em !important;
}
#rn202601 .u-pb0em {
  padding-bottom: 0em !important;
}
#rn202601 .u-mt1em {
  margin-top: 1em !important;
}
#rn202601 .u-mb1em {
  margin-bottom: 1em !important;
}
#rn202601 .u-pt1em {
  padding-top: 1em !important;
}
#rn202601 .u-pb1em {
  padding-bottom: 1em !important;
}
#rn202601 .u-mt2em {
  margin-top: 2em !important;
}
#rn202601 .u-mb2em {
  margin-bottom: 2em !important;
}
#rn202601 .u-pt2em {
  padding-top: 2em !important;
}
#rn202601 .u-pb2em {
  padding-bottom: 2em !important;
}
#rn202601 .u-mt3em {
  margin-top: 3em !important;
}
#rn202601 .u-mb3em {
  margin-bottom: 3em !important;
}
#rn202601 .u-pt3em {
  padding-top: 3em !important;
}
#rn202601 .u-pb3em {
  padding-bottom: 3em !important;
}
#rn202601 .u-mt4em {
  margin-top: 4em !important;
}
#rn202601 .u-mb4em {
  margin-bottom: 4em !important;
}
#rn202601 .u-pt4em {
  padding-top: 4em !important;
}
#rn202601 .u-pb4em {
  padding-bottom: 4em !important;
}
#rn202601 .u-mt5em {
  margin-top: 5em !important;
}
#rn202601 .u-mb5em {
  margin-bottom: 5em !important;
}
#rn202601 .u-pt5em {
  padding-top: 5em !important;
}
#rn202601 .u-pb5em {
  padding-bottom: 5em !important;
}
#rn202601 .u-mt6em {
  margin-top: 6em !important;
}
#rn202601 .u-mb6em {
  margin-bottom: 6em !important;
}
#rn202601 .u-pt6em {
  padding-top: 6em !important;
}
#rn202601 .u-pb6em {
  padding-bottom: 6em !important;
}
#rn202601 .u-mt7em {
  margin-top: 7em !important;
}
#rn202601 .u-mb7em {
  margin-bottom: 7em !important;
}
#rn202601 .u-pt7em {
  padding-top: 7em !important;
}
#rn202601 .u-pb7em {
  padding-bottom: 7em !important;
}
#rn202601 .u-mt8em {
  margin-top: 8em !important;
}
#rn202601 .u-mb8em {
  margin-bottom: 8em !important;
}
#rn202601 .u-pt8em {
  padding-top: 8em !important;
}
#rn202601 .u-pb8em {
  padding-bottom: 8em !important;
}
#rn202601 .u-mt9em {
  margin-top: 9em !important;
}
#rn202601 .u-mb9em {
  margin-bottom: 9em !important;
}
#rn202601 .u-pt9em {
  padding-top: 9em !important;
}
#rn202601 .u-pb9em {
  padding-bottom: 9em !important;
}
#rn202601 .u-mt10em {
  margin-top: 10em !important;
}
#rn202601 .u-mb10em {
  margin-bottom: 10em !important;
}
#rn202601 .u-pt10em {
  padding-top: 10em !important;
}
#rn202601 .u-pb10em {
  padding-bottom: 10em !important;
}
#rn202601 .u-m0a {
  margin: 0 auto !important;
}
#rn202601 .u-center {
  text-align: center !important;
}
#rn202601 .u-bold {
  font-weight: bold !important;
}
#rn202601 .u-red {
  color: #f00 !important;
}
#rn202601 .u-small {
  font-size: 0.8em !important;
}
#rn202601 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media print, (min-width: 769px) {
  #rn202601 .u-dispSP {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #rn202601 .u-dispPC {
    display: none !important;
  }
}
/*# sourceMappingURL=sub.css.map */