<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Arrows */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.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;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 1000;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: transparent;
  cursor: pointer;
  line-height: 0;
}
.slick-prev {
  left: -31px;
}
.slick-next {
  right: -31px;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  z-index: 1000;
  display: block;
  width: 100%;
  padding: 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 {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  box-sizing: border-box;
  color: transparent;
  cursor: pointer;
  line-height: 0;
}
/*===== CSS RESET =====*/
html,
body,
div,
span,
object,
iframe,
h1,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
input,
textarea,
select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
input[type="radio"] {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button,
input,
textarea,
select,
optgroup {
  color: inherit;
  font-family: inherit;
}
input,
select {
  vertical-align: middle;
}
sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 75%;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}
.clickable,
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="file"],
input[type="checkbox"] {
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
}
input[type="search"] {
  box-sizing: content-box;
  appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
small {
  font-size: 80%;
}
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #fff;
  color: #000;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
/*===== RESPONSIVE =====*/
.sm {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .md {
    display: none !important;
  }
  .sm {
    display: block !important;
  }
  img {
    width: 100%;
  }
}
/*===== COMMON =====*/
.ie br {
  opacity: 0;
}
.right {
  float: right;
}
.left {
  float: left;
}
.hide {
  display: none;
  visibility: hidden;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.text_justify {
  text-align: justify;
}
.ie .text_justify {
  text-justify: distribute;
}
.text_underline {
  text-decoration: underline;
}
.indent{
	text-indent: -1em;
	margin-left: 1em
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.2;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}
.ft_serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  display: block;
}
.img_inline {
  display: inline-block;
}
.pd15{
	padding:15px 0;
}

@media only screen and (min-width: 641px) {
  .trans:hover {
    opacity: .8;
  }
}
.container {
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  .container {
    position: relative;
    min-width: 1140px;
  }
}
.wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 641px) {
  .wrapper {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.title span {
  display: inline-block;
  padding-left: 40px;
  background-size: 25px 25px;
  color: #0f976d;
  font-size: 30px;
  font-weight: normal;
}
.title.title_bgd {
  padding: 10px 0;
  background-color: #00ac9c;
}
.title.title_bgd span {
  color: #fff;
}
@media only screen and (min-width: 641px) {
  .title.title_bgd {
    padding: 16px 0;
  }
  .title span {
    margin-left: 6px;
  }
}
.title01 {
  padding-bottom: 13px;
  border-bottom: dotted 2px #00ac9c;
  color: #13795e;
  font-size: 22px;
  line-height: 1.5;
}
@media only screen and (min-width: 641px) {
  .title01 {
    font-size: 26px;
  }
}
.link_default {
  display: block;
  margin-top: 13px;
  background-color: #0f976d;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
}
.link_default span {
  display: inline-block;
  margin-left: 25px;
  padding: 10px 20px;
  background-size: 10px 11px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 641px) {
  .link_default {
    width: 290px;
  }
}
.link_default01 {
  display: block;
  background-color: #ffff73;
  border: solid 1px #00ac9c;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  line-height: 1;
}
.link_default01 &gt; span {
  position: relative;
  display: inline-block;
  padding: 19px 20px 18px;
  color: #00ac99;
}
.link_default01 &gt; span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 11px;
  margin-top: -6px;
  background-size: 100% 100%;
  margin-left:-15px;
}
.link_default01 &gt; span span {
  display: inline-block;
  vertical-align: middle;
}
.link_default01 .txt_large {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.045em;
}
.link_default01 .txt_large ~ .txt_large {
  display: block;
  margin-top: 3px;
  letter-spacing: 0;
}
@media only screen and (min-width: 641px) {
  .link_default01 {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 374px) {
  .link_default01 .txt_large {
    white-space: nowrap;
  }
}
.link_arrow_default {
  display: block;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffff73;
  border: solid 5px #00ac9c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.link_arrow_default span {
  display: inline-block;
  padding: 9px 0 9px 20px;
  background-size: 10px 11px;
  color: #00ac9b;
}
.link_arrow_default span.icon_mail {
  display: inline-block;
  padding: 9px 0 9px 40px;
  background-size: 27px 19px;
  color: #00ac9b;
}
.link_arrow_default span.icon_fd02 {
  display: inline-block;
  padding: 16px 0 16px 40px;
  background-size: 28px 19px;
  color: #00ac9b;
}
@media only screen and (min-width: 641px) {
  .link_arrow_default {
    width: 370px;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
}
/*list-product*/
.homepage .list_product {
  margin-top: -5px;
  padding-bottom: 0;
}
.list_product .col {
  margin-top: 30px;
}
.list_product .item {
  padding: 16px 15px 18px;
  border: solid 1px #00ac9c;
}
.list_product .ttl_article {
  padding-bottom: 17px;
  border-bottom: dotted 2px #00ac9c;
  color: #0e976c;
  font-size: 22px;
}
.list_product .desc {
  padding: 14px 11px 0;
}
.list_product .desc p {
  color: #147c5e;
  letter-spacing: 0.111em;
}
@media only screen and (min-width: 641px) {
  .list_product {
    padding: 0 20px 10px;
  }
  .list_product .row {
    *zoom: 1;
  }
  .list_product .row:before,
  .list_product .row:after {
    display: table;
    content: "";
  }
  .list_product .row:after {
    clear: both;
  }
  .list_product .row:after {
    clear: both;
    content: " ";
    display: table;
  }
  .list_product .row .col {
    float: left;
  }
  .list_product .row .col:first-child {
    margin-left: 0;
  }
  .list_product .row01 .col {
    width: 333px;
    margin-left: 30px;
  }
  .list_product .row02 .col {
    width: 515px;
    margin-left: 30px;
  }
  .list_product .desc {
    padding: 14px 5px 0;
  }
  .list_product .link_default {
    margin-left: auto;
    margin-right: auto;
  }
}
/*breadcrumb*/
.breadcrumb {
  font-size: 12px;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb li ~ li:before {
  content: '&gt;';
  display: inline-block;
  padding: 0 5px;
  color: #137a5e;
}
.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  padding: 7px 3px;
  color: #137a5e;
  letter-spacing: 0.167em;
}
/*===== HEADER =====*/
header {
  background-color: #00ac9c;
}
header .wrapper {
  padding: 0;
}
header .col {
  *zoom: 1;
}
header .col:before,
header .col:after {
  display: table;
  content: "";
}
header .col:after {
  clear: both;
}
header .col:after {
  clear: both;
  content: " ";
  display: table;
}
header .logo {
  display: block;
  float: left;
  width: 228px;
  margin-left: 15px;
  padding: 20px 0 19px;
}
header .btn_menu {
  float: right;
  width: 35px;
  height: 35px;
  margin: 10px 15px 0 0;
  background-size: 100% 100%;
}
header .group_link {
  overflow: hidden;
  border-bottom: solid 1px #00ac9c;
}
header .group_link .txt_phone_md.
header .group_link .link_phone_sm,
header .group_link .link_request,
header .group_link .txt_phone_md {
  display: block;
  width: 50%;
  float: left;
  background-color: #ffff73;
  color: #0f976d;
  font-weight: bold;
  text-align: center;
}
header .group_link .txt_phone_md.
header .group_link .link_phone_sm span,
header .group_link .link_request span,
header .group_link .txt_phone_md span {
  display: inline-block;
  padding: 11px 0 11px 22px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
header .group_link .link_phone_sm span {
  background-size: 10px 15px;
}
header .group_link .link_request {
  border-left: solid 1px #00ac9c;
}
header .group_link .link_request span {
  background-size: 10px 11px;
}
header .group_link .link_request span.icon_mail {
  background-size: 27px 19px;
}
header .group_link .txt_phone_md span.icon_fd {
  background-size: 28px 19px;
}
@media only screen and (max-width: 330px) {
  header .group_link .link_phone_sm span {
    padding-left: 15px;
    letter-spacing: -1px;
  }
}
@media only screen and (min-width: 641px) {
  header {
    height: 213px;
  }
  header .header_top {
    padding: 9px 0 8px;
    background-color: #fff;
  }
  header .header_top .txt {
    color: #147c5e;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.108em;
  }
  header .row {
    *zoom: 1;
  }
  header .row:before,
  header .row:after {
    display: table;
    content: "";
  }
  header .row:after {
    clear: both;
  }
  header .row:after {
    clear: both;
    content: " ";
    display: table;
  }
  header .col {
    float: right;
  }
  header .col:first-child {
    float: left;
  }
  header .logo {
    width: 366px;
    padding: 0;
    margin: 41px 0 0;
  }
  header .logo img {
    width: 100%;
  }
  header .group_link {
    margin-top: 30px;
  }
  header .group_link .link_request,
  header .group_link .txt_phone_md {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 20px;
  }
  header .group_link .link_request span,
  header .group_link .txt_phone_md span {
    padding: 10px 0;
  }
  header .group_link .txt_phone_md {
    width: 370px;
  }
  header .group_link .txt_phone_md span {
    letter-spacing: 1px;
  }
  header .group_link .link_request {
    width: 160px;
    margin-left: 10px;
  }
  header .group_link .link_request span {
    padding-left: 20px;
  }
  header .group_link .link_request span.icon_mail {
    padding-left: 35px;
  }
  header .group_link .txt_phone_md span.icon_fd {
    padding-left: 35px;
  }
}
.main_menu {
  position: fixed;
  top: 106px;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 2000;
  width: 100%;
}
.main_menu .wrapper {
  width: 60%;
  height: 100%;
  float: right;
  overflow-x: hidden;
  overflow-y: auto;
}
.main_menu .inner {
  background-color: #0f976d;
}
.main_menu .list_menu &gt; li {
  border-style: solid;
  border-top-width: 1px;
  border-color: #fff;
}
.main_menu .list_menu &gt; li:first-child {
  border-top: 0;
}
.main_menu .list_menu &gt; li &gt; a {
  display: block;
  padding: 13px 11px;
  color: #fff;
  font-size: 16px;
}
@media only screen and (min-width: 641px) {
  .main_menu {
    position: static;
    margin-top: 30px;
  }
  .main_menu .wrapper {
    overflow: inherit;
    float: none;
    width: 1100px;
  }
  .main_menu .inner {
    background-color: transparent;
  }
  .main_menu .list_menu {
    *zoom: 1;
  }
  .main_menu .list_menu:before,
  .main_menu .list_menu:after {
    display: table;
    content: "";
  }
  .main_menu .list_menu:after {
    clear: both;
  }
  .main_menu .list_menu:after {
    clear: both;
    content: " ";
    display: table;
  }
  .main_menu .list_menu &gt; li {
    position: relative;
    float: left;
    border-top: 0;
    border-right-width: 1px;
  }
  .main_menu .list_menu &gt; li:first-child {
    border-left-width: 1px;
  }
  .main_menu .list_menu &gt; li &gt; a {
    position: relative;
    padding: 8px 10px;
    font-size: 20px;
    text-align: center;
  }
  .no-touch .main_menu .list_menu &gt; li:hover &gt; a:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -1px;
    z-index: 1;
    height: 1px;
    background-color: #ffff73;
  }
  .main_menu .list_menu &gt; .current &gt; a:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -1px;
    z-index: 1;
    height: 1px;
    background-color: #ffff73;
  }
  .main_menu .li_pro {
    width: 182px;
  }
  .main_menu .li_twf {
    width: 307px;
  }
  .main_menu .li_reserve {
    width: 251px;
  }
  .main_menu .li_case {
    width: 181px;
  }
  .main_menu .li_about {
    width: 179px;
  }
}
.main_menu .sub_menu {
  display: none;
  position: absolute;
  top: 40px;
  left: -2px;
  z-index: 1010;
}
.main_menu .sub_menu ul {
  width: 299px;
  margin-top: 11px;
  background-color: #fff;
  border: solid 1px #0f976d;
}
.main_menu .sub_menu li {
  border-top: solid 1px #0f976d;
}
.main_menu .sub_menu li:first-child {
  border-top: 0;
}
.main_menu .sub_menu a {
  display: block;
  padding: 12px 15px;
  color: #00ac9c;
  font-size: 20px;
}
/*===== FOOTER =====*/
footer {
  position: relative;
  margin-top: 100px;
  padding: 17px 0 20px;
  background-color: #00ac9c;
}
footer .logo_footer {
  width: 246px;
  margin-left: auto;
  margin-right: auto;
}
footer .btn_top {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 5;
  width: 120px;
  height: 50px;
  margin-left: -60px;
  background-size: 100% 100%;
}
@media only screen and (min-width: 641px) {
  footer {
    margin-top: 150px;
    padding: 30px 0 60px;
  }
  footer .wrapper {
    *zoom: 1;
  }
  footer .wrapper:before,
  footer .wrapper:after {
    display: table;
    content: "";
  }
  footer .wrapper:after {
    clear: both;
  }
  footer .wrapper:after {
    clear: both;
    content: " ";
    display: table;
  }
  footer .logo_footer {
    float: left;
  }
  footer .logo_footer img {
    width: 100%;
  }
}
.menu_footer {
  *zoom: 1;
  margin-top: 15px;
}
.menu_footer:before,
.menu_footer:after {
  display: table;
  content: "";
}
.menu_footer:after {
  clear: both;
}
.menu_footer:after {
  clear: both;
  content: " ";
  display: table;
}
.menu_footer ul {
  width: 50%;
  float: left;
}
.menu_footer .menu01 {
  padding-left: 6px;
}
.menu_footer .menu02 {
  padding-left: 21px;
}
.menu_footer .menu02 li {
  margin-top: 11px;
}
.menu_footer .menu02 li:first-child {
  margin-top: 0;
}
.menu_footer a {
  display: block;
  padding: 4px 0;
  color: #fff;
  font-size: 12px;
}
@media only screen and (min-width: 641px) {
  .menu_footer {
    width: 854px;
    float: right;
    margin-top: 0;
  }
  .menu_footer .menu01 {
    width: 310px;
    padding: 0 20px 0 65px;
  }
  .menu_footer .menu02 {
    *zoom: 1;
    width: 544px;
    padding-left: 0;
  }
  .menu_footer .menu02:before,
  .menu_footer .menu02:after {
    display: table;
    content: "";
  }
  .menu_footer .menu02:after {
    clear: both;
  }
  .menu_footer .menu02:after {
    clear: both;
    content: " ";
    display: table;
  }
  .menu_footer .menu02 li {
    float: left;
    margin: 0 0 0 65px;
  }
  .menu_footer .menu02 li:first-child {
    margin-left: 0;
  }
  .menu_footer a {
    display: inline-block;
    padding: 3px 0;
    font-size: 14px;
  }
}</pre></body></html>