<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "UTF-8";
/* foundation */
/**
   * iOS 11+ ã§ã€ãƒ’ãƒ©ã‚®ãƒŽãƒ•ã‚©ãƒ³ãƒˆãŒæŒ‡å®šã‚µã‚¤ã‚ºã‚ˆã‚Š1pxå°ã•ãæç”»ã•ã‚Œã¦ã—ã¾ã†å•é¡Œã®å¯¾ç­–
   *
   * @see
   * ios11ä»¥å‰ã¨ä»¥é™ã§ã®ã€-apple-systemã®è¡¨ç¤º - Qiita
   * https://qiita.com/a_t/items/18693be11bd87f98d212
   */
@font-face {
  font-family: '-apple-system-subset';
  src: local(-apple-system);
  unicode-range: U+0000-05C7; }

/* ---------------------------------- *\
  Reset Box Model
\* ---------------------------------- */
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

/* ---------------------------------- *\
  Document
\* ---------------------------------- */
/**
   * 1. ãƒšãƒ¼ã‚¸ã®é«˜ã•ã‚’ã€å¸¸ã«ãƒ“ãƒ¥ãƒ¼ãƒãƒ¼ãƒˆåˆ†ç¢ºä¿ã™ã‚‹
   * 2. ã‚¿ãƒƒãƒãƒ‡ãƒã‚¤ã‚¹ã§è‡ªå‹•ã§ã‚ºãƒ¼ãƒ&nbsp;ã•ã‚Œã‚‹ã®ã‚’é˜²ã
   */
html {
  min-height: 100%;
  /* 1 */
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 2 */ }

/* ---------------------------------- *\
  Sections
\* ---------------------------------- */
body {
  margin: 0;
  font-family: system-ui, BlinkMacSystemFont, -apple-system-subset, 'Hiragino Kaku Gothic ProN', sans-serif; }

/**
   * IE ã§ã€main è¦ç´&nbsp;ã‚’æ­£å¸¸ã«è¡¨ç¤ºã•ã›ã‚‹
   */
main {
  display: block; }

/* ---------------------------------- *\
  Vertical Rhythm
\* ---------------------------------- */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* ---------------------------------- *\
  Headings
\* ---------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* ---------------------------------- *\
  Lists
\* ---------------------------------- */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* ---------------------------------- *\
  Grouping content
\* ---------------------------------- */
/**
   * 1. Firefox ã§ã€box-sizing ã‚’æ­£å¸¸ã«ã™ã‚‹
   * 2. IEã€Edge ã§ã€ã¯ã¿å‡ºã—ãŸéƒ¨åˆ†ã‚‚è¡¨ç¤ºã•ã‚Œã‚‹ã‚ˆã†ã«ã™ã‚‹
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both; }

/**
   * 1. ã™ã¹ã¦ã®ãƒ–ãƒ©ã‚¦ã‚¶ã§ã€ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºãŒæ­£å¸¸ã«ç¶™æ‰¿ã•ã‚Œã‚‹ã‚ˆã†ã«ã™ã‚‹
   *
   * @see
   * https://github.com/necolas/normalize.css/issues/519#issuecomment-197131966
   *
   * 2. ã™ã¹ã¦ã®ãƒ–ãƒ©ã‚¦ã‚¶ã§ã€'em'ã§æŒ‡å®šã—ãŸãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºãŒåæ˜&nbsp;ã•ã‚Œã‚‹ã‚ˆã†ã«ã™ã‚‹
   */
pre {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* ---------------------------------- *\
  Text-level semantics
\* ---------------------------------- */
/**
   * IE 10 ã§ã€ã‚¯ãƒªãƒƒã‚¯æ™‚ã®ã‚°ãƒ¬ãƒ¼èƒŒæ™¯ã‚’ç„¡åŠ¹åŒ–
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
   * 1. Chrome 57- ã§ã€ä¸‹ç·šã‚’å‰Šé™¤
   * 2. Chromeã€Edgeã€IEã€Operaã€Safari ã§ã€æ­£å¸¸ã«è£…é£¾ã•ã‚Œã‚‹ã‚ˆã†ã«ã™ã‚‹
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Chromeã€Edgeã€Safari ã§ã€ãƒ•ã‚©ãƒ³ãƒˆã‚¦ã‚§ã‚¤ãƒˆã‚’æ­£å¸¸ã«ã™ã‚‹
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. ã™ã¹ã¦ã®ãƒ–ãƒ©ã‚¦ã‚¶ã§ã€ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºãŒæ­£å¸¸ã«ç¶™æ‰¿ã•ã‚Œã‚‹ã‚ˆã†ã«ã™ã‚‹
   *
   * @see
   * https://github.com/necolas/normalize.css/issues/519#issuecomment-197131966
   *
   * 2. ã™ã¹ã¦ã®ãƒ–ãƒ©ã‚¦ã‚¶ã§ã€'em'ã§æŒ‡å®šã—ãŸãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºãŒåæ˜&nbsp;ã•ã‚Œã‚‹ã‚ˆã†ã«ã™ã‚‹
   */
code,
kbd,
samp {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
   * ã™ã¹ã¦ã®ãƒ–ãƒ©ã‚¦ã‚¶ã§ã€æ­£å¸¸ãªãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºã§è¡¨ç¤ºã™ã‚‹
   */
small {
  font-size: 80%; }

/**
   * ã™ã¹ã¦ã®ãƒ–ãƒ©ã‚¦ã‚¶ã§ã€sub/sup è¦ç´&nbsp;ã« line-height ãŒå½±éŸ¿ã—ãªã„ã‚ˆã†ã«ã™ã‚‹
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* ---------------------------------- *\
  Embedded content
\* ---------------------------------- */
/**
   * IE 10 ã§ã€ãƒªãƒ³ã‚¯å†…ã®ç”»åƒã®ãƒœãƒ¼ãƒ€ãƒ¼ã‚’å‰Šé™¤ã™ã‚‹
   */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* ---------------------------------- *\
  Forms
\* ---------------------------------- */
/**
   * ãƒ•ã‚©ãƒ¼ãƒ&nbsp;é–¢é€£è¦ç´&nbsp;ã‚’ãƒªã‚»ãƒƒãƒˆã—ã¦ã‚¹ã‚¿ã‚¤ãƒ«ã‚’æ•´ãˆã‚‹
   * 1. ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³ã¨ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ã‚’ãƒªã‚»ãƒƒãƒˆã—ã¤ã¤ã€iOS ã§ã¯ iOS ç‹¬è‡ªã®ã‚¹ã‚¿ã‚¤ãƒ«ã‚’ç¶­æŒã™ã‚‹
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox; }

[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio; }

/**
   * IEã€Edge ã§ã€ã¯ã¿å‡ºã—ãŸéƒ¨åˆ†ã‚‚è¡¨ç¤ºã•ã‚Œã‚‹ã‚ˆã†ã«ã™ã‚‹
   */
button,
input {
  overflow: visible; }

/**
   * Edgeã€Firefoxã€IE ã§ã€text-transform ã®ç¶™æ‰¿ã‚’ç„¡åŠ¹åŒ–
   */
button,
select {
  text-transform: none; }

/**
   * iOS ã¨ Safari ã§ã€ã‚¯ãƒªãƒƒã‚«ãƒ–ãƒ«ã«ãªã‚‰ãªã„çŠ¶æ…‹ã‚’æ­£å¸¸ã«ã™ã‚‹
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default; }

/**
   * Firefox ã§ã€å†…å´ã® border ã¨ padding ã‚’å‰Šé™¤
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * å‰ã®ãƒ«ãƒ¼ãƒ«ã«ãŠã„ã¦ç„¡åŠ¹åŒ–ã—ãŸãƒ•ã‚©ãƒ¼ã‚«ã‚¹æ™‚ã®ã‚¹ã‚¿ã‚¤ãƒ«ã‚’å†åº¦æœ‰åŠ¹åŒ–ã™ã‚‹
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * éžè¡¨ç¤ºã«ã™ã‚‹
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
   * 1. Edgeã€IE ã§ã€ãƒ†ã‚­ã‚¹ãƒˆã®å›²ã¿ã‚’æ­£å¸¸ã«ã™ã‚‹
   * 2. IE ã§ã€fieldset è¦ç´&nbsp;ã®è‰²ã®ç¶™æ‰¿ã‚’æ­£å¸¸ã«ã™ã‚‹
   * 3. ã™ã¹ã¦ã®ãƒ–ãƒ©ã‚¦ã‚¶ã§ã€fieldset ã¨åŒæ™‚ã«ä½¿ã£ãŸéš›ã® legend ã«ã¤ã padding ã‚’å‰Šé™¤
   */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Chromeã€Firefoxã€Operaã§ã€ç¸¦ä½ç½®ã‚’æ­£å¸¸ã«ã™ã‚‹
   */
progress {
  vertical-align: baseline; }

/**
   * IE 10+ ã§ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®ç¸¦æ–¹å‘ã®ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒãƒ¼ã‚’å‰Šé™¤
   */
textarea {
  overflow: auto; }

/**
   * 1. IE 10 ã§ padding ã‚’å‰Šé™¤
   */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */ }

/**
   * Chromeã§ã€&lt;input type=â€œnumberâ€&gt; æ™‚ã® â–² ã¨ â–¼ ã®è£…é£¾ã‚’ç„¡åŠ¹åŒ–
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Safari ã§ã€ã‚¢ã‚¦ãƒˆãƒ©ã‚¤ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«ã‚’æ­£å¸¸åŒ–
   */
[type='search'] {
  outline-offset: -2px;
  /* 1 */ }

/**
   * macOSã® Chromeã€Safari ã§ã€å†…å´ã® padding ã‚’å‰Šé™¤
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

/**
   * 1. iOSã€Safariã§ã€ã‚¯ãƒªãƒƒã‚«ãƒ–ãƒ«ãªãƒ†ã‚­ã‚¹ãƒˆè¦ç´&nbsp;ã‚’ç„¡åŠ¹åŒ–
   * 2. Safari ã§ã€ãƒ•ã‚©ãƒ³ãƒˆã®ãƒ—ãƒ­ãƒ‘ãƒ†ã‚£ã‚’ 'inherit' ã«å¤‰æ›´
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
   * ãƒ©ãƒ™ãƒ«ã‚’ã‚¯ãƒªãƒƒã‚«ãƒ–ãƒ«ã«ã™ã‚‹
   */
label[for] {
  cursor: pointer; }

/* ---------------------------------- *\
  Interactive
\* ---------------------------------- */
/**
   * Edgeã€IE+ã€Firefox ã§ã€æ­£å¸¸ã«è¡¨ç¤ºã•ã›ã‚‹
   */
details {
  display: block; }

/**
   * ã™ã¹ã¦ã®ãƒ–ãƒ©ã‚¦ã‚¶ã§ã€æ­£å¸¸ã«ã«è¡¨ç¤ºã•ã›ã‚‹
   */
summary {
  display: list-item; }

/* ---------------------------------- *\
  Table
\* ---------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top; }

th {
  text-align: left;
  font-weight: bold; }

html {
  font-size: 62.5%;
  /* 1remã‚’10pxã«ã—ã¦è¨ˆç®—ã—ã‚„ã™ãã™ã‚‹ */
  line-height: 1.6; }

body {
  font-size: 1.6rem; }

em {
  font-style: normal; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }
  a:hover img {
    transition: 0.2s; }

button &gt; span {
  pointer-events: none; }

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='number'],
input[type='search'],
textarea,
select[multiple],
button {
  border: none; }

/* placeholder */
/* Webkit */
::-webkit-input-placeholder {
  color: #646464;
  opacity: 1; }

/* Firefox 18 ä»¥å‰ */
:-moz-placeholder {
  color: #646464; }

/* Firefox 19 ä»¥é™ */
::-moz-placeholder {
  color: #646464;
  opacity: 1; }

/* IE 10 ä»¥é™ */
:-ms-input-placeholder {
  color: #646464; }

/**
 * @mixin breakpoints
 */
/* ---------------------------------- *\
   #PAGE
\* ---------------------------------- */
body {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  color: #333;
  background: url(../img/bg_2.png) 0 5000px no-repeat;
  background-size: contain; }
  body.is-show {
    height: 100vh;
    overflow: hidden; }

.furuta {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal; }

a {
  color: #333; }

a,
button {
  transition: all 0.2s; }
  a:hover,
  button:hover {
    opacity: 0.85; }

.page {
  overflow: hidden; }

.indent {
  padding-left: 1ch;
  text-indent: -1ch; }

.pc {
  display: block; }

.sp {
  display: none; }

.pc_inline {
  display: inline-block; }

.sp_inline {
  display: none; }

.pc_flex {
  display: flex; }

.sp_flex {
  display: none; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1; } }

@media screen and (max-width: 768px) {
  .pc {
    display: none; }
  .sp {
    display: block; }
  .pc_inline {
    display: none; }
  .sp_inline {
    display: inline-block; }
  .pc_flex {
    display: none; }
  .sp_flex {
    display: flex; }
  body {
    background-image: unset; } }

/* component */
.Title {
  white-space: nowrap;
  margin-bottom: 50px; }
  .Title_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
  .Title_text {
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 1.1;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal; }
    .Title_text-jp {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 54px; }
  .Title_small {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
    display: inline-block;
    text-align: center;
    font-size: 2rem; }
  .Title_text + .Title_small {
    margin-top: 16px; }

@media screen and (max-width: 767px) {
  .Title_text {
    font-size: 6.93333vw; }
    .Title_text-jp {
      font-size: 6.93333vw;
      margin-bottom: 4px; }
  .Title_small {
    font-size: 4.26667vw; } }

.Button {
  background-color: #b70f16;
  color: white;
  height: 75px;
  width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 0 auto;
  font-size: 2.4rem;
  position: relative;
  line-height: 1; }
  .Button-green {
    background-color: #5fb6b8; }
  .Button:before {
    content: '';
    display: block;
    background: url(../img/ico_arrow.svg) 0 0 no-repeat;
    width: 8px;
    height: 16px;
    margin-right: 14px; }

@media screen and (max-width: 767px) {
  .Button {
    max-width: 335px;
    height: 55px;
    width: auto;
    font-size: 2rem; } }

.l_container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px; }
  .l_container + .l_container {
    margin-top: 40px; }

.l_contents {
  display: flex;
  padding-top: 80px;
  justify-content: space-between; }

.anchorAdjust {
  padding-top: 80px; }

@media screen and (max-width: 767px) {
  .l_container {
    max-width: unset;
    margin: 0 auto;
    padding: 0 5.33333vw; }
    .l_container + .l_container {
      margin-top: 20px; }
  .l_contents {
    justify-content: unset;
    flex-direction: column;
    align-items: center;
    padding-top: 60px; }
  .anchorAdjust {
    padding-top: 60px; } }

.ScrollTop {
  position: fixed;
  right: 60px;
  bottom: 120px;
  width: 88px;
  display: block; }

@media screen and (max-width: 767px) {
  .ScrollTop {
    position: absolute;
    left: 50%;
    bottom: 100px;
    right: unset;
    transform: translateX(-50%); }
    .is-show .ScrollTop {
      display: none; } }

/* ui */
.Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 320px 0 24px;
  top: 0;
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 10;
  background-color: white; }
  .Header_logoLink img {
    width: 148px; }
  .Header input, .Header_drawer {
    display: none; }
  .Header #drawer:checked ~ .Navi {
    display: flex;
    flex-direction: column;
    opacity: 1;
    -webkit-animation: fadeIn 0.3s ease-in 0s forwards;
            animation: fadeIn 0.3s ease-in 0s forwards;
    left: 0; }
    .Header #drawer:checked ~ .Navi .Header_cta-sp {
      display: flex; }
  .Header #drawer:checked ~ .Header_button span {
    background-color: rgba(255, 255, 255, 0); }
  .Header #drawer:checked ~ .Header_button:before {
    bottom: 8px;
    transform: rotate(45deg); }
  .Header #drawer:checked ~ .Header_button:after {
    top: 10px;
    transform: rotate(-45deg); }
  .Header_cta {
    position: absolute;
    top: 0;
    right: 0; }
    .Header_cta-pc {
      display: flex; }
    .Header_cta-sp {
      display: none; }
    .Header_cta .preEntry,
    .Header_cta .entry {
      width: 150px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold; }
    .Header_cta .preEntry {
      background-color: #5fb6b8; }
    .Header_cta .entry {
      background-color: #b70f16; }

@media screen and (max-width: 1300px) {
  .Header {
    padding: 0 20px 0 20px;
    height: 60px; }
    .Header_logoLink {
      width: 96px;
      display: block;
      position: relative;
      z-index: 1000; }
      .Header_logoLink img {
        width: 136px;
        display: block; }
    .Header_button {
      display: flex;
      height: 20px;
      width: 25px;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 20px;
      right: 24px;
      z-index: 102; }
      .Header_button span, .Header_button:before, .Header_button:after {
        transition: all 0.2s;
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        background-color: #333;
        position: absolute; }
      .Header_button:before {
        bottom: 0; }
      .Header_button:after {
        top: 0; }
    .Header_cta {
      width: 100vw;
      top: 80px;
      justify-content: center; }
      .Header_cta-pc {
        display: none; }
      .Header_cta-sp {
        justify-content: center; }
      .Header_cta .preEntry,
      .Header_cta .entry {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        width: 100%; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
    left: 100vw; }
  1% {
    display: flex;
    opacity: 0; }
  100% {
    display: flex;
    opacity: 1;
    left: 0; } }

.Navi_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 24px;
  margin-left: 20px; }

.Navi_item + .Navi_item {
  margin-left: 1.78571vw; }

.Navi_link {
  white-space: nowrap;
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 3px no-repeat;
  transition: 0.5s;
  display: block;
  padding: 10px 0; }
  .Navi_link:hover {
    --d: 100%; }

@media screen and (max-width: 1300px) {
  .Navi {
    background-color: white;
    width: 100vw;
    height: 100vh;
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100vw;
    padding-top: 80px;
    justify-content: center; }
    .Navi_list {
      flex-direction: column;
      justify-content: unset;
      margin-right: 0;
      margin-left: 0; }
    .Navi_item + .Navi_item {
      margin-left: 0; }
    .Navi_link {
      font-size: 4.26667vw;
      padding: 12px 0; }
      .Navi_link:hover {
        background: none; }
    .Navi_logo {
      display: block;
      margin-top: 60px;
      margin-bottom: 50px; }
      .Navi_logo img {
        width: 58.13333vw; } }

.Main {
  height: 860px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .Main_bg {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .Main_bg div {
      height: 100%; }
    .Main_bg_image {
      background-size: cover;
      background-position: center center;
      height: 100%;
      width: 100%; }
  .Main_container {
    position: relative;
    z-index: 2; }
  .Main .Button {
    margin-top: 82px; }

@media screen and (max-width: 767px) {
  .Main {
    height: 550px;
    padding: 0 24px 0; } }

.Intro {
  padding-top: 80px; }
  .Intro .Title {
    margin-bottom: 50px; }
  .Intro h2 {
    text-align: center; }
  .Intro h3 {
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 60px; }
  .Intro p {
    line-height: 2;
    font-size: 2rem; }
  .Intro p + p {
    margin-top: 42px; }
  .Intro img {
    margin-top: 80px; }

@media screen and (max-width: 767px) {
  .Intro h2 {
    text-align: center; }
  .Intro h3 {
    font-size: 2rem;
    line-height: 1.8; }
  .Intro p {
    line-height: 2;
    text-align: left;
    font-size: 1.6rem; }
  .Intro img {
    margin-top: 60px; } }

.News {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
  margin-top: 118px;
  margin-bottom: 140px; }
  .News .Title {
    margin-top: 32px; }
  .News_list {
    width: 740px; }
  .News_listItem {
    transition: all 0.8s; }
    .News_listItem + .News_listItem {
      border-top: 1px solid #d2d2d2; }
    .is-limited .News_listItem:nth-of-type(n + 4) {
      opacity: 0;
      height: 0;
      visibility: hidden;
      transition: unset; }
  .News_listLink {
    display: flex;
    padding: 42px 72px 42px 30px;
    font-weight: bold;
    font-size: 2.2rem; }
    .News_listLink .date {
      width: 160px;
      font-size: 2rem;
      color: #51a9aa;
      margin-right: 16px; }
    .News_listLink .text {
      flex: 1; }
      .News_listLink .text img {
        vertical-align: baseline;
        margin-left: 12px;
        width: 18px; }
    .News_listLink-external {
      position: relative; }
  .News_readMore {
    margin: -40px auto 200px;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
    .News_readMore:before {
      display: block;
      content: 'ã‚‚ã£ã¨è¦‹ã‚‹'; }
    .News_readMore:after {
      display: block;
      content: '';
      width: 70px;
      height: 24px;
      background-image: url("../img/ico_read_more.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-top: 16px;
      transition: all 0.4s; }
    .News_readMore.is-active:before {
      content: 'é–‰ã˜ã‚‹'; }
    .News_readMore.is-active:after {
      transform: rotate(180deg); }

@media screen and (max-width: 767px) {
  .News {
    border-top: unset;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 37.33333vw; }
    .News .Title {
      margin-top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .News_list {
      margin-top: 5.86667vw;
      width: auto; }
    .News_listItem {
      border-top: 1px solid #d2d2d2; }
    .News_listLink {
      display: block;
      padding: 3.73333vw;
      padding-left: 0;
      font-size: 5.33333vw; }
      .News_listLink .date {
        width: auto;
        font-size: 5.33333vw;
        margin-right: 0;
        display: block; }
      .News_listLink .text img {
        width: 4.26667vw;
        vertical-align: baseline;
        margin-left: 2.13333vw; }
    .News_readMore {
      margin: -90px auto 120px; } }

.Program img + .Title {
  margin-top: 50px; }

.Program .small {
  width: 90%;
  margin: 0 auto 100px; }

.Program .ast {
  font-size: 1.4rem;
  color: gray; }

.Program small.text {
  margin-top: 16px;
  font-size: 1.6rem;
  display: block; }

.Program .abs {
  font-size: 1.4rem;
  color: gray;
  position: absolute;
  bottom: 8px;
  right: 16px; }

.Program_list {
  max-width: 1022px;
  display: grid;
  place-content: center;
  gap: 18px 30px;
  grid-template-columns: repeat(auto-fit, 320px);
  margin: 0 auto; }

.Program_listItem {
  border: 1px solid #c6c6c6; }
  .Program_listItem img {
    width: 100%;
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .Program_listItem p {
    font-weight: bold;
    font-size: 2rem;
    padding: 24px 20px; }

@media screen and (max-width: 767px) {
  .Program .small {
    width: 100%; }
  .Program small.text {
    font-size: 1.4rem;
    display: block; }
  .Program .abs {
    font-size: 1.2rem;
    color: gray;
    position: unset;
    display: inline;
    margin: -8px 18px 18px; }
  .Program_list {
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; }
  .Program_listItem {
    width: 156px; }
    .Program_listItem img {
      height: 156px; }
    .Program_listItem p {
      font-size: 1.6rem;
      padding: 16px; } }

.Benefit_contents {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(auto-fit, 420px);
  gap: 50px 170px; }
  .Benefit_contents li img {
    max-width: 345px;
    margin: 0 auto;
    display: block; }
  .Benefit_contents li small {
    color: red; }
  .Benefit_contents h4 {
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.4;
    margin: 20px 0 30px; }

@media screen and (max-width: 767px) {
  .Benefit_contents {
    grid-template-columns: 1fr; }
    .Benefit_contents li {
      max-width: 100%; }
      .Benefit_contents li img {
        max-width: 100%; }
    .Benefit_contents h4 {
      font-size: 5.33333vw; } }

.Seminar_contents {
  border: 2px solid #c6c6c6;
  padding: 30px; }
  .Seminar_contents + .Seminar_contents {
    margin-top: 50px; }
  .Seminar_contents .head {
    color: white;
    background-color: #51a9aa;
    font-weight: bold;
    font-size: clamp(1.9rem, 2vw, 2.8rem);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 100%; }
  .Seminar_contents .title {
    font-weight: bold;
    margin-top: 24px; }
  .Seminar_contents .date {
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 16px; }
    .Seminar_contents .date small {
      font-weight: normal;
      font-size: 1.4rem;
      margin-left: 8px; }
  .Seminar_contents ul {
    margin: 16px 30px 30px 0; }
  .Seminar_contents li {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px; }
  .Seminar_contents li + li {
    margin-top: 10px; }
  .Seminar_contents .text {
    margin-top: 8px;
    margin-bottom: 24px; }
  .Seminar_contents .movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    border-right: 1px #c6c6c6 solid;
    border-left: 1px #c6c6c6 solid;
    border-bottom: 1px #c6c6c6 solid;
    margin: 24px 50px 20px; }
    .Seminar_contents .movie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #c6c6c6; }

@media screen and (max-width: 767px) {
  .Seminar {
    margin-bottom: 60px; }
    .Seminar_contents {
      padding: 30px 20px; }
      .Seminar_contents .date {
        font-size: 2.2rem; }
        .Seminar_contents .date small {
          display: block;
          margin-left: 0; }
      .Seminar_contents .movie {
        margin: 24px 0 20px; } }

.Apply {
  margin-top: 150px; }
  .Apply_contents {
    border-top: 2px solid #c6c6c6;
    border-left: 2px solid #c6c6c6;
    border-right: 2px solid #c6c6c6;
    padding: 30px 50px;
    display: flex;
    align-items: center; }
    .Apply_contents-start {
      align-items: flex-start; }
    .Apply_contents figure {
      width: 150px;
      margin-right: 20px; }
    .Apply_contents .text {
      margin-left: 10px;
      flex: 1; }
      .Apply_contents .text strong {
        font-size: 2rem; }
    .Apply_contents li {
      padding-left: 1ch;
      text-indent: -1ch;
      line-height: 2; }
    .Apply_contents .marginB {
      margin-bottom: 46px; }
    .Apply_contents .red {
      color: #b70f16;
      font-weight: bold; }
    .Apply_contents .spacing {
      margin-bottom: 20px; }
    .Apply_contents .table {
      display: flex; }
      .Apply_contents .table span {
        flex: 1;
        margin-left: 8px; }
  .Apply .foot {
    background-color: #333333;
    color: white;
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin-bottom: 50px; }
    .Apply .foot b + b {
      margin-left: 36px; }

@media screen and (max-width: 767px) {
  .Apply {
    margin-top: 20px; }
    .Apply_contents {
      padding: 30px 20px;
      flex-direction: column;
      align-items: flex-start; }
      .Apply_contents-start {
        align-items: flex-start; }
      .Apply_contents figure {
        width: auto;
        margin-right: 0; }
      .Apply_contents img {
        margin-bottom: 24px; }
      .Apply_contents .text {
        margin-left: 0; }
      .Apply_contents .spacing {
        margin-bottom: 20px; }
      .Apply_contents .table p + p {
        margin-top: 8px; }
      .Apply_contents .marginB {
        margin-bottom: 30px; }
    .Apply .foot {
      background-color: #333333;
      color: white;
      font-size: 1.6rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 120px;
      margin-bottom: 50px; }
      .Apply .foot b + b {
        margin-left: 0; } }

.Contact {
  margin-top: 200px;
  text-align: center; }
  .Contact .text {
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 24px; }
  .Contact .email {
    font-weight: bold;
    font-size: 4rem; }

@media screen and (max-width: 767px) {
  .Contact {
    text-align: center;
    margin-top: 100px; }
    .Contact .text {
      font-size: 5.33333vw; }
    .Contact .email {
      font-size: 5.6vw;
      margin-top: 16px;
      white-space: nowrap; } }

.Footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 84px;
  margin-bottom: 20px; }
  .Footer img {
    width: 312px; }
  .Footer small {
    margin-top: 80px;
    font-size: 1.4rem; }
  .Footer .links {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 60px auto 0; }
    .Footer .links a + a {
      margin-left: 40px; }

@media screen and (max-width: 767px) {
  .Footer {
    margin-top: 50px; }
    .Footer img {
      width: auto;
      margin: 0 auto;
      max-width: 237px; }
    .Footer small {
      margin-top: 200px;
      font-size: 1.2rem; }
    .Footer .links {
      flex-direction: column;
      text-align: center; }
      .Footer .links a + a {
        margin-left: 0;
        margin-top: 16px; } }

.TopBanner {
  padding: 0 20px;
  margin-top: 100px;
  display: flex;
  justify-content: center; }
  .TopBanner a {
    display: block; }
    .TopBanner a img {
      max-width: 1019px; }

@media screen and (max-width: 767px) {
  .TopBanner {
    padding: 0 20px;
    margin-top: 60px; }
    .TopBanner a img {
      max-width: unset;
      width: 100%; } }

.Feed_link {
  display: block;
  width: 23.80952vw; }

.Feed_title {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 12px; }

.Feed_image {
  width: 100%;
  display: block;
  height: 12.5vw;
  margin-bottom: 16px; }
  .Feed_image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    height: 100%;
    width: 100%; }

.Feed_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.Feed_date {
  display: none; }

@media screen and (max-width: 767px) {
  .Feed_link {
    width: auto; }
  .Feed_title {
    font-size: 1.8rem; }
  .Feed_image {
    height: 41.33333vw; } }

.Progress {
  padding-bottom: 100px; }
  .Progress_link {
    display: block;
    width: 463px;
    margin: 130px auto 0; }

@media screen and (max-width: 767px) {
  .Progress {
    padding-bottom: 120px; }
    .Progress_link {
      width: 295px;
      margin: 90px auto 0; } }

.MediaList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px; }

@media screen and (max-width: 767px) {
  .MediaList {
    flex-direction: column; } }

/* page */
.Project_kv {
  margin-top: 160px; }
  .Project_kv .text {
    margin-top: 40px;
    line-height: 30px; }

.Project_list {
  margin-top: 60px; }
  .Project_list + .Project_list {
    margin-top: 100px; }
  .Project_list h2 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center; }
  .Project_list .list {
    display: grid;
    place-items: center top;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    gap: 100px 46px; }
    .Project_list .list li {
      width: 100%;
      overflow: hidden; }
      .Project_list .list li h3 {
        background-color: #4cc1b8;
        color: white;
        font-weight: bold;
        font-size: 2.5rem;
        display: grid;
        place-items: center;
        padding: 8px;
        margin-bottom: 30px; }
      .Project_list .list li .carousel {
        margin-bottom: 40px;
        width: 100%;
        border: 1px solid #bcbcbc;
        overflow: unset !important; }
        .Project_list .list li .carousel .swiper-button-next,
        .Project_list .list li .carousel .swiper-button-prev {
          color: #bcbcbc; }
        .Project_list .list li .carousel .swiper-button-next:after,
        .Project_list .list li .carousel .swiper-button-prev:after {
          font-size: 20px; }
        .Project_list .list li .carousel .swiper-pagination-bullet-active {
          background: #333333; }
        .Project_list .list li .carousel .swiper-horizontal &gt; .swiper-pagination-bullets,
        .Project_list .list li .carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
        .Project_list .list li .carousel .swiper-pagination-custom,
        .Project_list .list li .carousel .swiper-pagination-fraction {
          bottom: -30px; }
        .Project_list .list li .carousel img {
          display: block; }
      .Project_list .list li h4 {
        font-weight: bold;
        position: relative;
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 10px; }
        .Project_list .list li h4:after {
          content: '';
          display: block;
          flex: 1;
          background-color: #707070;
          height: 1px; }
      .Project_list .list li p {
        margin-bottom: 10px; }
      .Project_list .list li a {
        border-bottom: 1px solid #cecece;
        padding-block: 10px;
        display: block; }

.Project .Contact {
  margin-top: 135px; }

@media screen and (max-width: 767px) {
  .Project_kv {
    margin-top: 106px; }
    .Project_kv .text {
      margin-top: 40px;
      line-height: 30px; }
  .Project_list {
    margin-top: 60px; }
    .Project_list + .Project_list {
      margin-top: 100px; }
    .Project_list h2 {
      font-size: 2rem; }
    .Project_list .list {
      grid-template-columns: 1fr;
      margin-top: 40px;
      gap: 46px; }
      .Project_list .list li {
        width: 100%;
        overflow: hidden; }
        .Project_list .list li h3 {
          font-size: 1.8rem; }
        .Project_list .list li .carousel {
          margin-bottom: 30px;
          width: 100%; }
          .Project_list .list li .carousel .swiper-button-next,
          .Project_list .list li .carousel .swiper-button-prev {
            color: #bcbcbc; }
          .Project_list .list li .carousel .swiper-button-next:after,
          .Project_list .list li .carousel .swiper-button-prev:after {
            font-size: 20px; }
          .Project_list .list li .carousel .swiper-pagination-bullet-active {
            background: #333333; }
          .Project_list .list li .carousel img {
            display: block; }
        .Project_list .list li h4 {
          font-weight: bold;
          position: relative;
          display: flex;
          align-items: center;
          gap: 16px;
          margin-bottom: 10px; }
          .Project_list .list li h4:after {
            content: '';
            display: block;
            flex: 1;
            background-color: #707070;
            height: 1px; }
        .Project_list .list li p {
          margin-bottom: 10px; }
        .Project_list .list li a {
          border-bottom: 1px solid #cecece;
          padding-block: 10px;
          display: block; }
  .Project .Contact {
    margin-top: 135px; } }

/* libs */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide + .slick-slide {
  margin-left: 1.19048vw; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media screen and (max-width: 768px) {
  .slick-slide + .slick-slide {
    margin-left: 5.33333vw; } }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: 'â†'; }

[dir='rtl'] .slick-prev:before {
  content: 'â†’'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: 'â†’'; }

[dir='rtl'] .slick-next:before {
  content: 'â†'; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -70px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.59524vw;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 0.59524vw !important;
  height: 0.59524vw !important;
  border-radius: 100%;
  overflow: hidden;
  text-indent: 100px;
  border: 1px solid #eaeae9 !important; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  display: none; }

.slick-dots li.slick-active button {
  background-color: #51a9aa;
  border: 1px solid #51a9aa !important; }

@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -13.33333vw !important; }
  .slick-dots li {
    margin: 0 2.13333vw; }
  .slick-dots li button {
    width: 2.66667vw;
    height: 2.66667vw; } }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

</pre></body></html>