<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

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;
}

/* CSS Document */
html {
  height: 100%;
}

body {
  color: #000;
  font: 14px/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  height: 100%;
}

img {
  border: 0;
  vertical-align: top;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

/**
 * ANCHOR
 */
a,
.text-link {
  color: #00ac52;
}

.mr a,
a.mr,
a:hover {
  text-decoration: none;
}

.mr a:hover,
a.mr:hover {
  text-decoration: underline;
}

/**
 * ALIGN
 */
.align-left {
  text-align: left;
}

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

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

/**
 * FLOAT
 */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/**
 * LAYOUT
 */
.block {
  min-width: 1210px;
}

.layout {
  width: 1200px;
  margin: 0 auto;
}

.container {
  width: 1000px;
  margin: auto;
}

.sp_view {
  display: none;
}

#top {
  position: absolute;
}

.adjuster {
  position: relative;
  top: -100px;
  display: block;
}

/**
 * HEADER
 */
header {
  position: relative;
  padding: 15px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
}
header.header-fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  padding: 11px 0;
  transition: 0.35s ease;
  transition-delay: 0.1s;
  top: -105px;
}
header.header-fixed #main_nav {
  margin-top: 10px;
  margin-bottom: 0;
}
header.header-fixed #main_nav li:hover a {
  color: #00ac52;
}
header.header-fixed #main_nav li:hover li a {
  color: #fff;
}
header.header-fixed #main_nav li:hover li a:hover {
  color: #fff;
  text-decoration: underline;
}
header.header-fixed #main_nav a {
  color: #000;
  font-weight: normal;
}
header.header-fixed #main_nav a:hover {
  border-bottom: none;
  color: #00ac52;
}
header.header-fixed #contact_links {
  margin-top: 0;
  margin-bottom: 0;
}
header.header-fixed.fixed {
  top: 0 !important;
}
header .inner {
  width: 1170px;
  margin: auto;
}
header h1 {
  float: left;
  padding-top: 10px;
}
header #main_nav {
  margin: 20px 0 20px 105px;
  float: left;
}
header #main_nav li {
  float: left;
  padding: 0 23px;
  position: relative;
}
header #main_nav li:last-child .sub-wrap {
  width: 160px;
  left: 50%;
  margin-left: -80px;
}
header #main_nav li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 3px 0 17px;
  line-height: 1.2;
}
header #main_nav li a.btn-one:before {
  left: 0;
  background: none;
  border-bottom: 3px solid #00ac52;
  transition: 0.2s ease;
}
header #main_nav li a.btn-one:after {
  border: none;
}
header #main_nav li.selected .btn-one {
  color: #00ac52;
}
header #main_nav li.selected .btn-one:before {
  border-bottom: 3px solid #00ac52;
  opacity: 1;
  transform: scale(1, 1);
}
header #main_nav li:hover .btn-one {
  color: #00ac52;
}
header #main_nav li:hover .btn-one::before {
  opacity: 1;
  transform: scale(1, 1);
}
header #main_nav li:hover .btn-one::after {
  transform: scale(1, 0.1);
  opacity: 0;
}
header #main_nav li .sub-wrap {
  top: 64%;
  left: 0;
  position: absolute;
  padding-top: 25px;
  z-index: 9999;
}
header #main_nav li.sub.active ul {
  margin-top: 0px;
  transition: 0.2s linear;
  opacity: 1;
  visibility: visible;
  height: auto;
}
header #main_nav li ul {
  background: #00ac52;
  opacity: 0;
  margin-top: -10px;
  visibility: hidden;
  height: 0;
}
header #main_nav li ul li {
  float: none;
  width: 100%;
  padding: 0;
}
header #main_nav li ul a {
  color: #fff;
  display: block;
  width: auto;
  line-height: 25px;
  padding: 5px 8px;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
header #main_nav li ul a:hover {
  text-decoration: underline;
}
header #contact_links {
  float: right;
  margin: 15px 0;
}
header #contact_links ul li {
  float: left;
  line-height: 1.7;
}
header #contact_links ul li:first-child {
  margin-right: 18px;
}
header #contact_links ul li a {
  color: #00ac52;
  font-size: 26px;
  text-decoration: none;
  font-weight: bold;
}
header #contact_links ul li span {
  color: #00ac52;
  font-size: 11px;
  text-align: right;
  display: block;
}
header #sp_menu {
  display: none;
}

/* SP floated menu*/
#sitemap.sp-menu-wrap {
  visibility: hidden;
  position: fixed;
}
#sitemap.sp-menu-wrap .close_menu {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  background: url(../img/common/sp/btn_menu_close.png) center center no-repeat;
  background-size: 60%;
}

/**
 * FOOTER
 */
@media (min-width: 768px) {
  footer #sitemap ul {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
footer {
  position: relative;
  z-index: 2;
}
footer #to_toppage {
  text-align: center;
}
footer #to_toppage a {
  display: block;
  background: #00ac52;
  padding: 25px 0;
  transition: 0.2s;
}
footer #to_toppage a:hover {
  background: #fff;
}
footer .inner {
  padding: 85px 0 20px;
  background: #323031;
}
footer #contact_info {
  text-align: center;
  margin-top: 35px;
  color: #fff;
}
footer #contact_info ul {
  display: inline-block;
}
footer #contact_info li {
  float: left;
  margin: 0 17px;
}
footer #contact_info p {
  font-size: 16px;
  margin-top: 15px;
}
footer #contact_info p span {
  font-size: 22px;
  font-weight: bold;
}
footer #sitemap {
  text-align: center;
}
footer #sitemap ul {
  display: inline-block;
  margin: 60px 0;
}
footer #sitemap li {
  float: left;
  padding: 0 14px;
}
footer #sitemap li:first-child {
  padding-left: 0;
}
footer #sitemap li a {
  color: #fff;
  text-decoration: none;
}
footer #sitemap li a:hover {
  color: #00ac52;
}
footer p.copyright {
  text-align: center;
  color: #00ac52;
}

/**
* TOP PAGE
*/
#index {
  overflow: hidden;
}
#index #slider {
  overflow: hidden;
  position: relative;
  width: 1400px !important;
  max-width: 1400px !important;
  max-height: 719px !important;
  left: 50%;
  margin-left: -700px;
  /* custom slider*/
}
#index #slider .sp-arrows {
  display: none;
}
#index #slider .sp-buttons {
  padding-top: 0;
  position: absolute;
  bottom: 45px;
}
#index #slider .sp-button {
  border: none;
  background: #b2b2b2;
  margin: 4px 8px;
}
#index #slider .sp-selected-button {
  background: #00ac52;
}
#index #products .inner {
  background: #323031;
  padding: 65px 0 0;
}
#index #products .sec_ttl {
  padding-bottom: 65px;
}
#index #creat {
  background: #323031;
  padding-top: 51px;
}
#index #creat__business {
  background: #323031;
  padding-top: 51px;
}
#index #creat .creat__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-decoration: none;
}
@media (max-width: 767px) {
  #index #creat .creat__cont {
    display: flex;
    flex-direction: column;
  }
}
#index #creat .creat__cont__left {
  height: 350px;
}
#index #creat .creat__cont__left__imgcont {
  width: 100%;
  height: 100%;
}
#index #creat .creat__cont__left__imgcont__figcaption__span {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
#index #creat .creat__cont__left__imgcont__figcaption::before {
  width: 100%;
  top: -11rem;
}
#index #creat .creat__cont__left__imgcont__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index #creat .creat__cont__right {
  background-color: #323031;
  color: #fff;
  padding-top: 76px;
  padding-left: 80px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  #index #creat .creat__cont__right {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#index #creat .creat__cont__right__heading {
  font-size: 30px;
  font-weight: bold;
}
#index #creat .creat__cont__right__text {
  margin-top: 20px;
}
#index #creat .creat__cont__right__link {
  margin-top: 10px;
  display: block;
}
#index #about {
  background: url(../img/page/index/bg_about.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 620px;
}
#index #about .inner {
  padding: 90px 0 0;
}
#index #about p {
  font-size: 28px;
  text-align: center;
  line-height: 2.2;
  margin-top: 10px;
}
#index #about .btn_wrap {
  text-align: center;
}
#index #about .btn {
  font-size: 30px;
  color: #00ac52;
  margin-top: 42px;
  width: 386px;
  height: 83px;
  line-height: 83px;
}
#index #about .btn span {
  background: url(../img/page/index/btn_arw_off.png) no-repeat 97% center;
  position: relative;
  z-index: 2;
}
#index #about .btn:hover span {
  color: #fff;
  background: url(../img/page/index/btn_arw_on.png) no-repeat 97% center;
}
#index #recruit {
  position: relative;
  text-align: center;
}
#index #recruit .main_ttl {
  max-height: 168px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#index #recruit .main_ttl h2 {
  font-size: 58px;
}
#index #recruit figure .sp_view {
  display: none !important;
}
#index #recruit figure span {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
}
#index #recruit .fancy_hover:hover .main_ttl,
#index #recruit .fancy_hover:hover p {
  opacity: 0.2;
}
#index #recruit .fancy_hover figure figcaption:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
#index #recruit .fancy_hover:hover figure figcaption:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
#index #recruit p {
  font-size: 28px;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 15%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  /**
   * LAYOUT
   */
  .block {
    min-width: 320px;
  }

  .layout {
    width: 100%;
  }

  .container {
    width: 100%;
  }

  .sp_view {
    display: block;
  }

  .pc_view {
    display: none;
  }

  /**
   * HEADER
   */
  header {
    padding: 0;
  }
  header.fixed {
    padding: 0;
  }
  header.fixed h1 {
    padding: 15px 0 0 12px;
  }
  header.fixed #main_nav {
    margin-top: 10px;
    margin-bottom: 0;
  }
  header.fixed #main_nav li a {
    color: #000;
    font-weight: normal;
  }
  header.fixed #main_nav li a:hover {
    border-bottom: none;
    color: #00ac52;
  }
  header.fixed #contact_links {
    display: none;
  }
  header.fixed #sp_menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  header .inner {
    width: 100%;
    margin: auto;
  }
  header h1 {
    max-width: 140px;
    padding: 12px 0 0 11px;
  }
  header h1 img {
    width: 100%;
  }
  header #main_nav {
    margin: 20px 0 20px 130px;
    float: left;
    display: none;
  }
  header #main_nav li {
    float: left;
    padding: 0 20px;
  }
  header #main_nav li a {
    color: #00ac52;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 3px 0 10px;
    line-height: 1.2;
  }
  header #main_nav li a:hover {
    border-bottom: 3px solid #00ac52;
  }
  header #main_nav li ul {
    display: none;
  }
  header #contact_links {
    display: none;
  }
  header #sp_menu {
    display: block;
    width: 110px;
    float: right;
  }
  header #sp_menu li {
    float: left;
    width: 55px;
    height: 55px;
    overflow: hidden;
  }
  header #sp_menu li img {
    width: 100%;
    height: 100%;
  }
  header #sp_menu li.spmenu {
    background: #000;
  }
  header #sp_menu li.spmenu div {
    color: #00ac52;
    line-height: 55px;
    height: 100%;
    font-weight: bold;
    text-align: center;
  }

  /* SP floated menu*/
  #sitemap.sp-menu-wrap {
    z-index: 999;
    overflow: scroll;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.2s, visibility 0.2s;
    -moz-transition: width 0.2s, visibility 0.2s;
    -ms-transition: width 0.2s, visibility 0.2s;
    -o-transition: width 0.2s, visibility 0.2s;
    transition: width 0.2s, visibility 0.2s;
  }
  #sitemap.sp-menu-wrap.open {
    visibility: visible;
    width: 100%;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -ms-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
  }
  #sitemap.sp-menu-wrap.open ul {
    opacity: 1;
  }
  #sitemap.sp-menu-wrap .sitemap_inner {
    text-align: center;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    box-sizing: border-box;
    position: relative;
  }
  #sitemap.sp-menu-wrap ul {
    top: 50%;
    opacity: 0;
    position: absolute;
    left: 50%;
    height: 80%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  #sitemap.sp-menu-wrap li {
    margin-bottom: 23px;
  }
  #sitemap.sp-menu-wrap li:last-child {
    margin-bottom: 0;
  }
  #sitemap.sp-menu-wrap a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    white-space: nowrap;
  }

  /**
   * FOOTER
   */
  footer #to_toppage a {
    padding: 15px 0;
  }
  footer #to_toppage a img {
    width: 130px;
  }
  footer .inner {
    padding: 45px 0 20px;
  }
  footer #contact_info {
    margin-top: 28px;
  }
  footer #contact_info ul {
    max-width: 300px;
    margin: auto;
  }
  footer #contact_info li {
    float: none;
    display: inline-block;
    text-align: center;
    font-size: 27px;
    line-height: 1.4;
    margin: 0 15px 12px;
  }
  footer #contact_info li.tel, footer #contact_info li.fax {
    margin: 7px 0;
  }
  footer #contact_info li.tel img, footer #contact_info li.fax img {
    max-width: 100%;
    max-height: 50px;
  }
  footer #contact_info li.mail img {
    width: 43px;
  }
  footer #contact_info li span {
    font-size: 11px;
  }
  footer #contact_info p {
    font-size: 12px;
    margin-top: 10px;
  }
  footer #contact_info p span {
    font-size: 14px;
  }
  footer #sitemap {
    display: none;
  }
  footer p.copyright {
    font-size: 12px;
    margin-top: 120px;
  }

  /**
  * TOP PAGE
  */
  #index #slider {
    margin-top: 55px;
    margin-bottom: -1px;
    width: 100% !important;
    max-width: 100% !important;
    left: 0;
    margin-left: 0;
    /* custom slider*/
  }
  #index #slider img {
    width: 100%;
  }
  #index #slider .sp-arrows {
    display: block;
    top: auto;
  }
  #index #slider .sp-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/page/index/sp/slider_arrow.png);
    height: 29px;
    width: 21px;
    background-size: 100%;
    display: block;
    top: auto;
    bottom: -5px;
    z-index: 10;
  }
  #index #slider .sp-arrow:before, #index #slider .sp-arrow:after {
    content: none;
  }
  #index #slider .sp-horizontal .sp-previous-arrow {
    left: 0;
    right: auto;
  }
  #index #slider .sp-horizontal .sp-next-arrow {
    left: auto;
    right: 0;
  }
  #index #slider .sp-mask {
    padding-bottom: 63%;
  }
  #index #slider .sp-buttons {
    bottom: 10px;
  }
  #index #slider .sp-button {
    margin: 2px 6px;
    width: 9px;
    height: 9px;
  }
  #index #products .inner {
    padding: 30px 0 0;
  }
  #index #products .sec_ttl {
    padding-bottom: 11px;
  }
  #index #about {
    background: url(../img/page/index/sp/bg_about.jpg) no-repeat center bottom;
    background-size: contain;
    height: auto;
  }
  #index #about .inner {
    padding: 44px 0 26%;
  }
  #index #about p {
    font-size: 15px;
    line-height: 2;
    margin-top: 10px;
  }
  #index #about .btn {
    font-size: 15px;
    margin-top: 10%;
    width: 60%;
    height: 42px;
    line-height: 42px;
  }
  #index #about .btn:active span, #index #about .btn:focus span, #index #about .btn:link span {
    background: url(../img/page/index/btn_arw_off.png) no-repeat 97% center;
    color: #00ac52;
  }
  #index #recruit .main_ttl h2 {
    font-size: 29px;
  }
  #index #recruit figure .sp_view {
    display: block !important;
  }
  #index #recruit figure span {
    font-size: 12px;
  }
  #index #recruit p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */</pre></body></html>