<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ***********************************
 *    Ire's CSS Reset &amp; Base
 * *********************************** */
/* Reset margin, padding, border */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0; }

/* Typography */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  line-height: 1.4; }

* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: break-word; }
  *:before, *:after {
    box-sizing: inherit; }

a:visited {
  color: inherit; }

/* Layout */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block; }

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

ol, ul {
  list-style: none; }

img, video {
  max-width: 100%; }

img {
  border-style: none; }

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

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

/* Attributes &amp; states */
[hidden] {
  display: none !important; }

[disabled] {
  cursor: not-allowed; }

:focus:not(:focus-visible) {
  outline: none; }

/* Utility classes */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px; }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* common style - 共通のスタイル */
canvas {
  bottom: 0;
  left: 0;
  height: 100%;
  max-height: 1280px;
  position: fixed;
  width: 100%; }

/* ANIMATION */
.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 600ms; }
  .effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0); }

/* BODY */
body {
  background: #fdfee2;
  color: #2d2d2e;
  font-family: 'Noto Sans JP', sans-serif,'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: .1em;
  font-size: 16px;
  position: relative; }

a:link {
  color: #2d2d2e;
  text-decoration: underline; }

a:visited {
  color: #2d2d2e; }

a:hover {
  text-decoration: none; }
  a:hover img.hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }

a:focus img.hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }

a img.hover {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }

/* FOOTER */
footer {
  background: #ffff00;
  font-size: 1.1rem;
  padding: 60px 0;
  text-align: center; }
  footer img {
    --contentWidth: 140px;
    padding: 2rem calc((100% - var(--contentWidth)) / 2); }
  footer small {
    letter-spacing: 0.1em; }

/*set*/
/* font-set */
/*mixin*/
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@font-face {
  font-family: "ktFont";
  src: url("../font/ktegaki.eot?") format("eot"), url("../font/ktegaki.woff2") format("woff2"), url("../font/ktegaki.woff") format("woff"); }

.freehand {
  font-family: "ktFont"; }

/*------------------
01:common
02:main visual
03:history
04:project
05:future
06:parts
------------------*/
/*//----------------------------
 01: COMMON 
----------------------------//*/
main {
  position: relative; }

a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: .3s ease-out; }
  a:link {
    text-decoration: none; }
  a:hover {
    opacity: .8;
    transition: .3s ease-out; }
  a:hover::after {
    transform: scale(1.1); }

h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .1em;
  /*// tab-pc style //*/ }
  h3 strong {
    display: block;
    font-size: 1.6rem;
    padding: 10px; }
  @media (min-width: 40.063em) {
    h3 {
      font-size: 9.6rem; }
      h3 strong {
        font-size: 2.8rem; } }

h4 {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5em;
  letter-spacing: .12em;
  margin-bottom: 45px;
  padding: 0 0 20px;
  position: relative;
  text-align: center;
  /*// tab-pc style //*/ }
  h4:after {
    border-bottom: 1px solid #2d2d2e;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 2em;
    transform: rotate(90deg); }
  @media (min-width: 40.063em) {
    h4 {
      font-size: 3.2rem; } }

footer {
  position: relative; }
  footer .ft-link {
    background: linear-gradient(to bottom left, #00ff66, #00b3e8);
    bottom: 0;
    border-radius: 10px 10px 0 0;
    left: 0;
    margin: auto;
    max-width: 146px;
    position: absolute;
    right: 0;
    width: 38%; }
    footer .ft-link a {
      display: block;
      position: relative;
      width: 100%;
      padding: 0 25px 0 0;
      text-align: left; }
      footer .ft-link a img {
        height: auto;
        padding: 8px 10px 5px;
        width: 100%; }
      footer .ft-link a i {
        color: #fff;
        font-size: 1.3rem;
        position: absolute;
        top: 45%;
        right: 10px; }

/*//----------------------------
 02: Main Visual
----------------------------//*/
.cont-mv {
  background: #ffff00;
  position: relative; }
  .cont-mv .mv-inner {
    position: relative; }
    .cont-mv .mv-inner h1 {
      bottom: -3em;
      position: absolute;
      right: 0;
      width: 90%; }
      @media (min-width: 40.063em) {
        .cont-mv .mv-inner h1 {
          width: 57%; } }
  .cont-mv nav.g-nav-pc {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 30px;
    /* tablet - pc navigation */
    /* tablet - pc navigation */ }
    .cont-mv nav.g-nav-pc ul {
      display: flex;
      justify-content: center; }
      .cont-mv nav.g-nav-pc ul li {
        border-right: 1px solid #2d2d2e;
        font-size: 1.4rem;
        margin-right: 10px;
        padding-right: 10px; }
        .cont-mv nav.g-nav-pc ul li:last-child {
          border: none;
          margin-right: 0;
          padding-right: 0; }
    @media (min-width: 40.063em) {
      .cont-mv nav.g-nav-pc {
        padding: 20px 0 50px 20px; }
        .cont-mv nav.g-nav-pc ul {
          justify-content: flex-start; } }

/*//----------------------------
 VIDEO
----------------------------//*/
.mv-box {
  position: relative; }

.video-control {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 10px;
  bottom: .75em;
  z-index: 99999; }
  .video-control i {
    padding: 10px 5px; }
    .video-control i:hover {
      color: #039FFF; }
  @media (min-width: 40.063em) {
    .video-control {
      bottom: 20px;
      font-size: 3.6rem;
      left: 20px;
      right: auto; }
      .video-control i {
        padding: 10px; } }

/*.video-control*/
/*//----------------------------
03: HISTORY
----------------------------//*/
.cont-history {
  background: #ffff00;
  /*message-wrap*/ }
  .cont-history .message-wrap {
    padding: 20px 0 0; }
    .cont-history .message-wrap .mainph {
      background: url(../img/bg_ph.jpg) no-repeat 50px 50px;
      background-size: 400px;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 35px; }
      .cont-history .message-wrap .mainph figure {
        border: 6px solid #fff; }
    .cont-history .message-wrap .message-txt dl dt {
      font-size: 2.8rem;
      font-weight: bold;
      padding: 10px 0 15px;
      text-align: center; }
      @media (min-width: 40.063em) {
        .cont-history .message-wrap .message-txt dl dt {
          font-size: 3.2rem;
          padding: 0 0 20px; } }
    .cont-history .message-wrap .message-txt dl dd {
      line-height: 1.8em;
      padding-bottom: 20px; }
    .cont-history .message-wrap .message-txt dl dd:nth-child(2) {
      border-bottom: 1px solid #2d2d2e;
      margin-bottom: 1.25em;
      padding-bottom: 1.25em; }	   
      .cont-history .message-wrap .message-txt dl dd p {
        position: relative;
        text-align: right; }
  @media (min-width: 40.063em) {
    .cont-history .message-wrap {
      max-width: 80%;
      margin: 80px auto 0; }
      .cont-history .message-wrap .mainph {
        max-width: 400px;
        margin: 0 auto;
        width: 80%; } }
  @media (min-width: 64.063em) {
    .cont-history .message-wrap {
      display: flex;
      max-width: 100%; }
      .cont-history .message-wrap .mainph {
        max-width: 450px;
        margin-top: 2em;
        height: 100%;
        width: 45%; }
      .cont-history .message-wrap .message-txt {
        padding-left: 3%;
        width: 55%; }
      .cont-history .message-wrap .message-txt dl dd {
        font-size: 1.5rem;
        letter-spacing: 0;
        }}
  .cont-history .slick-slider {
    padding: 0 40px 0 0; }
    .cont-history .slick-slider .slick-slide {
      margin: 0; }
    .cont-history .slick-slider .slick-prev {
      display: none !important; }
    .cont-history .slick-slider .slick-next {
      height: 100%;
      max-width: 100%;
      width: 100%; }
      .cont-history .slick-slider .slick-next:after {
        background: url(../img/icon_history_txt.png) no-repeat right center;
        background-size: 19px;
        content: "";
        position: absolute;
        top: 0;
        right: 2.4%;
        height: 100%;
        width: 100%; }
      .cont-history .slick-slider .slick-next i {
        display: none; }

/*//----------------------------
 HISTORY TIME LINE
----------------------------//*/
.cont-timeline {
  padding: 30px 0; }
  @media (min-width: 40.063em) {
    .cont-timeline {
      padding: 60px 0; } }
  .cont-timeline .t-line-wrap {
    /*// project tab-pc style //*/
    /*// project tab-pc style //*/
    /*// project pc only style //*/
    /*// project pc style //*/ }
    .cont-timeline .t-line-wrap .t-line-ph .t-phbox {
      position: relative;
      padding-bottom: 40px; }
      .cont-timeline .t-line-wrap .t-line-ph .t-phbox figure {
        margin-right: 25%;
        padding-top: 20px;
        /*position: absolute; left: 0; top: 20px; width: 75%;*/ }
      .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl {
        line-height: 1.2em;
        position: absolute;
        right: 0;
        top: 0;
        width: 55%;
        z-index: 1; }
        .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl dt {
          color: #fff;
          font-size: 4.8rem;
          font-weight: 900;
          font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
          padding-bottom: 20px; }
        .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl dd {
          background: rgba(255, 255, 255, 0.8);
          font-weight: 600;
          line-height: 1.6em;
          letter-spacing: 0;
          padding: 15px; }
          .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl dd strong {
            font-size: 2rem;
            font-weight: 700; }
      .cont-timeline .t-line-wrap .t-line-ph .t-phbox:nth-child(even) figure {
        margin-left: 25%;
        margin-right: 0; }
      .cont-timeline .t-line-wrap .t-line-ph .t-phbox:nth-child(even) dl {
        margin-left: 0;
        margin-right: 45%;
        padding-bottom: 80px; }
    .cont-timeline .t-line-wrap .t-line-box {
      background: url(../img/line.png) repeat-y left top #fff;
      background-size: 36px;
      max-width: 800px;
      margin: 0 4% 0 0;
      padding: 20px 20px 20px 50px; }
      .cont-timeline .t-line-wrap .t-line-box ul li {
        display: flex;
        font-size: 1.4rem;
        padding: 10px 0; }
        .cont-timeline .t-line-wrap .t-line-box ul li span {
          letter-spacing: 0;
          width: 25%; }
        .cont-timeline .t-line-wrap .t-line-box ul li p {
          width: 75%; }
        .cont-timeline .t-line-wrap .t-line-box ul li.txt-heigh {
          font-weight: bold;
          font-size: 1.8rem; }
    @media (min-width: 40.063em) {
      .cont-timeline .t-line-wrap {
        display: flex; }
        .cont-timeline .t-line-wrap .t-line-ph {
          padding: 100px 2% 0 0;
          width: 50%; }
          .cont-timeline .t-line-wrap .t-line-ph .t-phbox {
            padding-bottom: 100px; }
            .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl {
              width: 60%; }
              .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl dt {
                font-size: 4.8rem;
                padding-bottom: 40px; }
              .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl dd {
                font-size: 1.6rem;
                letter-spacing: .1rem;
                min-height: 180px;
                padding: 20px; }
                .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl dd strong {
                  font-size: 2.2rem; }
            .cont-timeline .t-line-wrap .t-line-ph .t-phbox:nth-child(even) figure {
              margin-left: 25%;
              margin-right: 0; }
            .cont-timeline .t-line-wrap .t-line-ph .t-phbox:nth-child(even) dl {
              margin-left: 0;
              margin-right: 45%;
              padding-left: 20px;
              padding-bottom: 80px; }
        .cont-timeline .t-line-wrap .t-line-box {
          background-size: 72px;
          margin: 0 auto;
          padding: 40px 0 40px 80px;
          width: 50%; }
          .cont-timeline .t-line-wrap .t-line-box ul li {
            letter-spacing: .1rem;
            padding: 4% 0; }
            .cont-timeline .t-line-wrap .t-line-box ul li span {
              width: 18%; }
            .cont-timeline .t-line-wrap .t-line-box ul li p {
              width: 82%; }
            .cont-timeline .t-line-wrap .t-line-box ul li.txt-heigh {
              font-weight: bold;
              font-size: 1.8rem; } }
    @media (min-width: 64.063em) {
      .cont-timeline .t-line-wrap {
        display: flex; }
        .cont-timeline .t-line-wrap .t-line-ph {
          padding: 40px 4% 0 0;
          width: 50%; }
          .cont-timeline .t-line-wrap .t-line-ph .t-phbox {
            padding-bottom: 80px; }
            .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl {
              width: 55%; }
              .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl dt {
                font-size: 7.2rem; }
              .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl dd {
                font-size: 2rem; }
                .cont-timeline .t-line-wrap .t-line-ph .t-phbox dl dd strong {
                  font-size: 3.2rem; }
                .cont-timeline .t-line-wrap .t-line-box {
                  width: 50%; }
                .cont-timeline .t-line-wrap .t-line-box ul li {
                  font-size: 1.8rem; } }

/*//----------------------------
04: PROJECT
----------------------------//*/
.cont-project {
  background: linear-gradient(to top left, #51dddb, #facec4);
  padding: 60px 0;
  /*// project tab-pc style //*/
  /*// project tab-pc style //*/ }
  .cont-project h3 {
    color: #fff; }
  .cont-project .txt-lead {
    color: #fff; }
    .cont-project .txt-lead:before {
      background-color: #fff; }
  .cont-project .slide-main {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px; }
    .cont-project .slide-main dl dt {
      font-size: 1.6rem;
      font-weight: bold;
      padding: 20px 0 10px; }
    .cont-project .slide-main dl dd {
      font-size: 1.2rem;
      line-height: 1.6em; }
  .cont-project .slide-thumb ul {
    display: flex;
    flex-wrap: wrap; }
    .cont-project .slide-thumb ul li {
      color: #fff;
      font-size: 1.3rem;
      letter-spacing: 0;
      padding: 2px 5px;
      text-align: center;
      width: 33.33%; }
      .cont-project .slide-thumb ul li figure {
        background: url(../img/bg_pj_list.png) no-repeat left bottom;
        background-size: 100%;
        padding-bottom: 6.4%; }
      .cont-project .slide-thumb ul li p {
        padding: 5px 0 10px; }
  .cont-project .slick-slider {
    padding: 0 20px; }
    .cont-project .slick-slider i {
      color: #fff; }
  @media (min-width: 40.063em) {
    .cont-project {
      padding: 120px 0; }
      .cont-project .slide-main {
        display: flex;
        margin: 40px auto 20px;
        padding: 40px; }
        .cont-project .slide-main figure {
          width: 50%; }
        .cont-project .slide-main dl {
          padding-left: 40px;
          width: 50%; }
          .cont-project .slide-main dl dt {
            font-size: 2.4rem;
            padding: 30px 0;
            text-align: center; }
          .cont-project .slide-main dl dd {
            font-size: 1.4rem; }
      .cont-project .slide-thumb ul {
        padding: 0 3.6%; }
        .cont-project .slide-thumb ul li {
          font-size: 1.4rem;
          padding: 1%;
          width: 25%; }
      .cont-project .slick-next {
        right: 0; }
      .cont-project .slick-slider {
        padding: 0 40px; } }

/*//----------------------------
05: FUTURE
----------------------------//*/
.cont-future {
  background: url(../img/bg_future.png) repeat left top;
  background-size: 1250px;
  padding: 60px 0;
  /*// future tab-pc style //*/
  /*// future tab-pc style //*/ }
  .cont-future .future-list {
    padding: 0 4%; }
    .cont-future .future-list li {
      margin-bottom: 20px; }
      .cont-future .future-list li dl {
        background: #fff;
        box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
        padding: 7.4%; }
        .cont-future .future-list li dl dt {
          font-size: 1.3rem;
          font-family: "ktFont";
          padding-bottom: 10px;
          text-align: center; }
  .cont-future .slick-prev,
  .cont-future .slick-next {
    top: 35%;
    -webkit-transform: translate(0, -35%);
    -ms-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  @media (min-width: 40.063em) {
    .cont-future {
      padding: 120px 0; }
      .cont-future .future-list {
        padding: 40px 50px 0; }
        .cont-future .future-list li {
          padding: 0 6px; }
          .cont-future .future-list li figure {
            background: #fff;
            box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1); }
          .cont-future .future-list li dl dt {
            font-size: 1.4rem; }
      .cont-future .slick-prev,
      .cont-future .slick-next {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }

/*//----------------------------
06: PARTS
----------------------------//*/
/*-- display none --*/
.sp-none {
  display: none; }

@media (min-width: 40.063em) {
  .sp-none {
    display: block; }
  .pc-none {
    display: none; } }

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 4%; }
  @media (min-width: 40.063em) {
    .inner {
      padding: 0; } }

.txt-lead {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8em;
  padding: 10px 10px 10px 55px;
  position: relative; }
  @media (min-width: 40.063em) {
    .txt-lead {
      font-size: 1.6rem; } }
  .txt-lead:before {
    background: #2d2d2e;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    top: 50%;
    width: 2em; }

/*-- pagetop --*/
.pagetop-wrap {
  text-align: right; }
  .pagetop-wrap .pagetop {
    border-radius: 50%;
    border: 1px solid #2d2d2e;
    bottom: 10px;
    color: #2d2d2e;
    line-height: 1em;
    position: fixed;
    padding: 10px 10.5px;
    right: 10px;
    z-index: 999; }

/*-- slider --*/
.slick-slider i {
  font-size: 2.4rem; }
  @media (min-width: 40.063em) {
    .slick-slider i {
      font-size: 4rem; } }
</pre></body></html>