<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =========================================================
import
========================================================= */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

img {
  vertical-align: bottom; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul, ul li, ol {
  list-style: none; }

ol ol {
  list-style: decimal inside; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

textarea {
  resize: vertical; }

/* =========================================================
grid_setting
========================================================= */
@media (max-width: 530px) {
  *[class*="col-"] {
    padding-right: 7px;
    padding-left: 8px; }
  .row {
    margin-right: -6px;
    margin-left: -7px; } }

.maxHeight {
  height: 100%; }

.Vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*上下中央*/
  -webkit-align-items: center; }

.noGap {
  margin-right: 0;
  margin-left: 0; }
  .noGap *[class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* =========================================================
start
========================================================= */
html {
  font-size: 62.5%;
  /*10px*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 530px) {
    html {
      font-size: 50%; } }

body {
  font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333; }

a {
  color: #333333; }

a:link {
  color: #333333; }

a:visited {
  color: #333333; }

a:hover {
  color: #333333; }

a:active {
  color: #333333; }

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

/* =========================================================
layout
========================================================= */
.glovalHeader {
  padding: 4rem 0; }
  @media (max-width: 530px) {
    .glovalHeader {
      padding: 2rem 0; } }

.glovalNav ul li {
  font-family: "Heebo", sans-serif; }
  .glovalNav ul li a {
    text-decoration: none;
    color: #FFF; }

@media (min-width: 831px) {
  .glovalNav ul {
    float: right; }
    .glovalNav ul li {
      margin-left: 4rem;
      float: left; }
      .glovalNav ul li a:link, .glovalNav ul li a :visited {
        color: #FFF; }
      .glovalNav ul li a:hover, .glovalNav ul li a:active {
        color: #999; } }

@media (max-width: 830px) {
  .glovalNav ul {
    width: 100%;
    z-index: 1;
    top: 30px;
    left: 0;
    position: absolute;
    display: none; }
    .glovalNav ul li {
      background: rgba(0, 0, 0, 0.8); }
      .glovalNav ul li a {
        display: block;
        padding: 1rem 2rem; }
      .glovalNav ul li + li {
        border-top: 1px solid #999; } }

.glovalFooter {
  margin-top: 7rem; }

.menuBtn {
  position: absolute;
  top: 1rem;
  right: 20px;
  background: transparent;
  border: none;
  line-height: 1;
  font-size: 3.5rem;
  color: #FFF;
  margin: 0;
  padding: 0; }
  @media (min-width: 831px) {
    .menuBtn {
      display: none; } }

.keyVisual {
  background: url(../images/mainbg.jpg) no-repeat center center;
  background-size: cover; }

.description {
  color: #FFF;
  font-weight: bold; }
  @media (min-width: 531px) {
    .description {
      line-height: 3; } }

.catchArea {
	padding:0 8%;
  padding-bottom: 3%;
  background: url(../images/tokai.svg) no-repeat right center;
  background-size: auto 90%; }

.headline1 {
  line-height: 1.4;
  padding-bottom: 1rem;
  font-weight: 900;
  margin-bottom: 3rem;
  margin-top: 7rem;
  font-family: "Heebo", sans-serif;
  letter-spacing: 5px;
  text-align: center;
  font-size: 4.2rem;
  background: url(../images/headlineicon.svg) no-repeat center bottom; }
  .headline1.white {
    color: #FFF;
    background: url(../images/headlineicon_w.svg) no-repeat center bottom; }

.headline2 {
  margin-top: 3rem;
  font-weight: bold;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 1rem; }
  .headline2:after {
    margin-top: 1rem;
    content: "";
    display: block;
    background: #FFF;
    height: 2px;
    width: 50px;
    margin-right: auto;
    margin-left: auto; }

.headline3 {
  margin-top: 5rem;
  font-weight: bold;
  font-size: 2rem;
  background: #333333;
  color: #FFF;
  padding: 2rem;
  line-height: 1.4rem; }
  .headline3 small {
    margin-left: 2rem;
    font-size: 80%; }

.headline4 {
  font-size: 2.6rem;
  font-weight: bold; }

.section1 {
  padding-bottom: 6rem; }

.bg1 {
  background: #333333;
  color: #FFF; }

.bg2 {
  background: #F2F2F2; }

.bg3 {
  color: #FFF;
  background: #4D4D4D; }

.paddingS {
  padding: 0 1rem 1rem; }

.paddingM {
  padding: 0 2rem 2rem; }

.paddingL {
  padding: 0 3rem 3rem; }

.main p, .main figure {
  margin-top: 1.5rem; }

.bold {
  font-weight: bold; }

.newsList dt {
  padding-top: 2rem; }

@media (min-width: 531px) {
  .newsList dt {
    float: left;
    clear: left; }
  .newsList dd {
    padding-top: 2rem;
    margin-left: 100px; } }

.copyRight {
  padding: 2rem 0; }

.pageTop {
  position: fixed;
  right: 10%;
  bottom: 10%; }
  .pageTop a {
    text-align: center;
    font-size: 20px;
    color: #FFF;
    display: block;
    background: #CCCCCC;
    border-radius: 50%;
    padding-top: 30%;
    line-height: 1;
    height: 77px;
    width: 77px; }
    .pageTop a .fa {
      vertical-align: top;
      margin-top: 0; }
  @media (max-width: 530px) {
    .pageTop {
      right: 5%;
      bottom: 3%; }
      .pageTop a {
        height: 55px;
        width: 55px; } }

.btnSt1 {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 2%, #ffffff 2%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 2%, #ffffff 2%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  /* IE6-9 */
  padding: 1em 3em;
  color: #666666; }
  .btnSt1:link, .btnSt1 :visited, .btnSt1:hover, .btnSt1:active {
    color: #666666; }

#portfolio figure{
	border: 1px solid #eee;
	overflow: hidden;
	padding: 1rem;
}
/* =========================================================
class
========================================================= */
/* クリアフィックス */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* クリア */
.clear {
  clear: both; }

/* マージン設定 */
.mNone {
  margin-top: 0 !important; }

.mSS {
  margin-top: 1em !important; }

.mS {
  margin-top: 1.5em !important; }

.mM {
  margin-top: 3em !important; }

.mL {
  margin-top: 5em !important; }

.mLL {
  margin-top: 7em !important; }

/* 連続マージン */
.list-mNone &gt; * {
  margin-top: 0; }

.list-mSS &gt; * {
  margin-top: 1em; }

.list-mS &gt; * {
  margin-top: 1.5em; }

.list-mM &gt; * {
  margin-top: 3em; }

.list-mL &gt; * {
  margin-top: 5em; }

.list-mLL &gt; * {
  margin-top: 7em; }

/* テキスト位置 */
.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

/* テキストサイズ */
.font-Exsmall {
  font-size: 70%; }

.font-small {
  font-size: 80%; }

.font-large {
  font-size: 120%; }

.font-Exlarge {
  font-size: 140%; }

/* 透過用ロールオーバー用 */
.hover:hover {
  opacity: 0.7; }

/* アニメーションクラス */
.anime:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s; }

/* リンクボタン */
.btn {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .btn:hover {
    opacity: 0.7; }

/* ※マーク */
.asterisk {
  display: block;
  font-size: 86%;
  margin-left: 1em;
  text-indent: -1em; }

/* テーブルの設定 */
.table-row {
  border-top: 1px solid #E6E6E6;
  width: 100%; }
  .table-row th {
    font-weight: bold;
    padding: 1.5rem;
    text-align: left;
    border-bottom: 1px solid #E6E6E6; }
  .table-row td {
    padding: 1.5rem;
    border-bottom: 1px solid #E6E6E6; }
  @media (max-width: 530px) {
    .table-row th, .table-row td {
      display: block; } }

@media (max-width: 530px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.table-responsive th, .table-responsive td {
  display: table-cell; }

.table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
.table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
.table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
.table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
  white-space: nowrap; }

/* リスト */
.ul-list {
  overflow: hidden;
  zoom: 1; }

/* 水平線リスト*/
.ul-list_type_even li {
  float: left;
  white-space: nowrap;
  margin-right: 20px; }

/* 番号付リスト */
.ol-list {
  counter-reset: li; }

.ol-list &gt; li {
  position: relative;
  margin-left: 1em; }
  .ol-list &gt; li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1em;
    width: 1em;
    text-align: center; }
  .ol-list &gt; li li:before {
    content: ""; }

/* 周り込figure */
.figureR {
  float: right;
  margin: 2em 0 0 2rem; }

.figureL {
  float: left;
  margin: 2em 2rem 0 0; }

.figureR, .figureL {
  display: table;
  width: 1px; }
  .figureR figcaption, .figureL figcaption {
    font-size: 86%;
    text-align: center;
    margin-top: 0.5em; }
  .figureR img, .figureL img {
    max-width: inherit; }
  @media (max-width: 530px) {
    .figureR, .figureL {
      display: block;
      text-align: center;
      width: inherit;
      float: none;
      margin-right: 0;
      margin-left: 0; } }

/* 写真にスタイルつける */
/* フロートした写真の横に配置するオブジェクト回り込み解除 */
.nowrap {
  overflow: hidden; }

/* youtubeのレスポンシブ対応 */
.youtube {
  margin-top: 1em;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/* =========================================================
print style
========================================================= */
/* プリント用のスタイル */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: uderline; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; } }
</pre></body></html>