<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ======================================================
 * history.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Override
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Override
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * PageComponent
  ------------------------------------------------------ */
/* ----- history-mv ----- */
  .history-mv {
  display: flex;
  position: relative;
  }
  .history-mv__title {
    width: 7.8125%;
    padding-top: 90px;
    text-align: center;
  }

  .history-mv__visual {
    flex-grow: 1;
    width: 92.1875%;
  }

  .history-mv__copy {
    position: absolute;
    z-index: 2;
    top: 23%;
    left: 52%;
    font-size: 5.2rem;
    font-family: 'Noto Serif JP', serif;
    text-shadow: 0 0 15px rgba(0, 0, 0, .3);
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  /* ----- history-lead-text ----- */
  .history-lead {
    font-size: 3.8rem;
    color: #10a681;
    line-height: 1.8;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
    margin-top: 1.2em;
  }
  .history-text {
    color: #444;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 0.8em;
  }
  .history-text--center {
    color: #444;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 0.8em;
  }
  
/* ----- history-anchor-navi ----- */
  .history-anchor-navi {
    margin-top: 2.0em;
    margin-bottom: 3.0em;
  }
  .history-anchor-navi .history-anchor-navi__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
  }
  .history-anchor-navi .history-anchor-navi__list &gt; li {
    width: calc((100% / 3) - .1px);
  }
  .history-anchor-navi .history-anchor-navi__link {
    display: block;
    position: relative;
    text-align: center;
    color: #444;
    text-decoration: none;
    font-size: 1.6rem;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    padding: 0 15px 46px;
  }
  .history-anchor-navi .history-anchor-navi__list &gt; li:not(:first-child) .history-anchor-navi__link {
    border-left: 1px solid #ddd;
  }
  .history-anchor-navi .history-anchor-navi__link::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    border-top: 1px solid #16aa87;
    border-right: 1px solid #16aa87;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    transform: translateX(-50%) rotate(135deg);
  }
  .history-anchor-navi .history-anchor-navi__year {
    display: block;
    font-size: 3.2rem;
    color: #10a681;
    line-height: 1;
  }
  .history-anchor-navi .history-anchor-navi__year &gt; span {
    font-size: 1.8rem;
    color: #10a681;
  }
  .history-anchor-navi .history-anchor-navi__label {
    display: inline-block;
    margin-top: 0.6em;
  }
  .history-anchor-navi .history-anchor-navi__link:hover .history-anchor-navi__label {
    color: #10a681;
  }
  
/* ----- history-heading ----- */
  .history-heading {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 2.0em 0 2.4em;
    background-color: #ece8e6;
    margin-top: 5.0em;
  }
  .history-heading + * {
    margin-top: 2.4em;
  }
  .history-heading .history-heading__inner {
    width: 100%;
    max-width: calc(1200px + 32px * 2);
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
  }
  .history-heading .history-heading__year {
    color: #6c5b53;
    font-size: 4.6rem;
  }
  .history-heading .history-heading__year span {
    font-size: 3.2rem;
  }
  .history-heading .history-heading__title {
    font-size: 3.2rem;
  }
  
/* ----- history-slider ----- */
  .history-slider {
    margin-top: 1.8em;
  }
  .history-slider .history-slider__main {
    background-image: url("/kokuritsu/img/history_slide_bg01.jpg");
    background-repeat: no-repeat;
    background-size: 960px;
    background-position: 58% 18px;
    padding: 0 0 18px;
  }
  .history-slider.type-complete .history-slider__main {
    background-image: url("/kokuritsu/img/history_slide_bg02.jpg");
  }
  .history-slider .history-slider__main .main-image {
  }
  .history-slider .history-slider__main .main-image img {
    margin: 0 auto;
    display: block;
  }
  .history-slider .history-slider__thumb {
    width: 960px;
    margin: 10px auto 0;
  }
  .history-slider .history-slider__thumb .thumb-image {
    width: 160px !important;
    border: 3px solid transparent;
  }
  .history-slider .history-slider__thumb .thumb-image:hover {
    opacity: .7;
  }
  .history-slider .history-slider__thumb .slick-current .thumb-image {
    border: 3px solid #444;
  }
  .history-slider .history-slider__thumb .slick-current .thumb-image img {
    border: 1px solid #fff;
  }
  
/* ----- complete-area ----- */
  .complete-area {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 2.2em 0 6.4em;
    background-color: #ebf8f5;
    margin-top: 3.8em;
  }
  .complete-area .complete-area__inner {
    width: 100%;
    max-width: calc(1200px + 32px * 2);
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
  }
  .complete-area .complete-area__heading {
    font-family: 'Noto Serif JP', serif;
  }
  .complete-area .complete-area__year {
    font-size: 6.2rem;
    color: #10a581;
  }
  .complete-area .complete-area__year span {
    font-size: 3.6rem;
  }
  .complete-area .complete-area__title {
    font-size: 4.2rem;
  }
  /* ----- kokuritsu-profile ----- */
  .kokuritsu-profile {
    margin-top: 2.0em;
    background-color: #fff;
  }
  .kokuritsu-profile .kokuritsu-profile__inner {
    padding: 1.6em 3.4em 2.0em;
  }
  .kokuritsu-profile .kokuritsu-profile__head {
  }
  .kokuritsu-profile .kokuritsu-profile__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.6rem;
    color: #10a581;
  }
  .kokuritsu-profile .kokuritsu-profile__body {
    display: flex;
    flex-wrap: wrap;
  }
  .kokuritsu-profile .list-wrap {
    width: calc(((100% - 36px) / 2) - .1px);
    margin-top: 1.0em;
    margin-left: 36px;
  }
  .kokuritsu-profile .list-wrap:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .kokuritsu-profile .description-list {
    display: flex;
    text-align: left;
    margin-top: 1.0em;
  }
  .kokuritsu-profile .description-list:nth-child(2n+1) {
  }
  .kokuritsu-profile .description-list dt {
    font-size: 1.6rem;
    font-weight: bold;
    width: 80px;
  }
  .kokuritsu-profile .description-list dd {
    font-size: 1.6rem;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1264px) {
  .history-heading {
    width: 1200px;
    margin-right: -32px;
    margin-left: -32px;
  }
  .complete-area {
    width: 1200px;
    margin-right: -32px;
    margin-left: -32px;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ *

  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  .container {
    overflow: hidden;
    padding: 0!important;
 }
  /* ------------------------------------------------------
   * PageComponent
  ------------------------------------------------------ */
  /* ----- history-mv ----- */
  .history-mv__title {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 195px;
    padding: 0;
  }
  .history-mv__visual {
    margin-bottom: 18px;
  }
  .history-mv__copy {
    text-align: center;
    font-size: 2.6rem;
    font-family: 'Noto Serif JP', serif;
  }
  
  /* ----- history-lead-text ----- */
  .history-lead {
    font-size: 1.8rem;
    color: #10a681;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin-top: 1.0em;
  }
  .history-text {
    color: #444;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 1.0em;
  }
  .history-text--center {
    color: #444;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 1.0em;
  }
  
/* ----- history-anchor-navi ----- */
  .history-anchor-navi {
    margin-top: 1.0em;
  }
  .history-anchor-navi .history-anchor-navi__list {
    border-top: 1px solid #ddd;
  }
  .history-anchor-navi .history-anchor-navi__list &gt; li {
    border-bottom: 1px solid #ddd;
  }
  .history-anchor-navi .history-anchor-navi__link {
    display: flex;
    align-items: center;
    position: relative;
    color: #444;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'Noto Serif JP', serif;
    padding: 12px 20px 12px 10px;
  }
  .history-anchor-navi .history-anchor-navi__link::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    border-top: 1px solid #16aa87;
    border-right: 1px solid #16aa87;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(135deg);
  }
  .history-anchor-navi .history-anchor-navi__year {
    font-size: 3.0rem;
    color: #10a681;
    width: 96px;
  }
  .history-anchor-navi .history-anchor-navi__year &gt; span {
    font-size: 1.7rem;
    color: #10a681;
  }
  .history-anchor-navi .history-anchor-navi__label {
    width: calc((100% - 105px) - .1px);
  }
  
/* ----- history-heading ----- */
  .history-heading {
    background-color: #ece8e6;
    margin: 2.0em -15px 0;
  }
  .history-heading + * {
    margin-top: 1.8em;
  }
  .history-heading .history-heading__inner {
    padding: 10px 32px 15px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
  }
  .history-heading .history-heading__year {
    color: #6c5b53;
    font-size: 3.0rem;
  }
  .history-heading .history-heading__year span {
    font-size: 1.7rem;
  }
  .history-heading .history-heading__title {
    font-size: 1.8rem;
  }
  
/* ----- history-slider ----- */
  .history-slider {
    margin: 1.5em -15px 0;
  }
  .history-slider .history-slider__main {
    background-image: url("/kokuritsu/img/history_slide_bg01.jpg");
    background-repeat: no-repeat;
    background-size: calc(100% - 30px);
    background-position: 100% 15px;
    padding: 0 15px 15px;
  }
  .history-slider.type-complete .history-slider__main {
    background-image: url("/kokuritsu/img/history_slide_bg02.jpg");
  }
  .history-slider .history-slider__main .main-image {
  }
  .history-slider .history-slider__main .main-image img {
  }
  .history-slider .history-slider__thumb {
    margin: 8px 15px 0;
  }
  .history-slider .history-slider__thumb .thumb-image {
    width: 80px !important;
    border: 3px solid transparent;
  }
  .history-slider .history-slider__thumb .thumb-image img {
    width: 74px !important;
  }
  .history-slider .history-slider__thumb .slick-current .thumb-image {
    border: 3px solid #444;
  }
  .history-slider .history-slider__thumb .slick-current .thumb-image img {
    border: 1px solid #fff;
  }
  .history-slider .history-slider__thumb .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    transform: none !important;
  }
  .history-slider .history-slider__thumb .slick-slide {
    width: 80px !important;
  }
  
/* ----- complete-area ----- */
  .complete-area {
    padding: 1.6em 0 3.0em;
    background-color: #ebf8f5;
    margin: 2.0em -15px 0;
  }
  .complete-area .complete-area__inner {
    padding: 0 15px;
  }
  .complete-area .complete-area__heading {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
  }
  .complete-area .complete-area__year {
    font-size: 3.6rem;
    color: #10a581;
  }
  .complete-area .complete-area__year span {
    font-size: 2.1rem;
  }
  .complete-area .complete-area__title {
    font-size: 2.1rem;
  }
  .complete-area {
    
  }
  

  /* ----- kokuritsu-profile ----- */
  .kokuritsu-profile {
    margin-top: 1.2em;
    background-color: #fff;
  }
  .kokuritsu-profile .kokuritsu-profile__inner {
    padding: 30px 15px;
  }
  .kokuritsu-profile .kokuritsu-profile__head {
    text-align: center;
  }
  .kokuritsu-profile .kokuritsu-profile__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.1rem;
    color: #10a581;
  }
  .kokuritsu-profile .kokuritsu-profile__body {
  }
  .kokuritsu-profile .list-wrap {
    margin-top: 2.0em;
  }
  .kokuritsu-profile .list-wrap + .list-wrap {
    margin-top: 0 !important;
  }
  .kokuritsu-profile .description-list {
    display: flex;
    text-align: left;
    margin-top: 10px;
  }
  .kokuritsu-profile .description-list dt {
    font-size: 1.4rem;
    font-weight: bold;
    width: 76px;
  }
  .kokuritsu-profile .description-list dd {
    font-size: 1.4rem;
    width: calc((100% - 76px) - .1px);
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}

/* ======================================================
 * Print
====================================================== */
@media print {
}</pre></body></html>