<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
@media (min-width: 768px) {
}
@media (min-width: 960px) {
}
@media (max-width: 767px) {
}
*/

body {
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, YuGothic, "Yu Gothic", "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "pkna" 1;
  font-weight: 500;
  font-size: 16px;
  color: #111;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
address,
small,
i {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

ol,
ul,
dl,
dt,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img,
object,
embed {
  border: 0;
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

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

th {
  text-align: left;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  a {
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
  div.owl-carousel a:hover {
    opacity: 1;
  }
  a img {
    -webkit-transition: 0.3s;
  }
}

.pc-s {
  display: block !important;
}

.sp-s {
  display: none !important;
}

@media (max-width: 1024px) {
  .pc-s {
    display: none !important;
  }
  .sp-s {
    display: block !important;
  }
  img {
    width: 100%;
  }
}
/* sp tel */
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}
.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.g-col-site {
  color: #009c85;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.txt-j {
  text-align: justify;
  text-justify: inter-ideograph;
}

.txt-right {
  text-align: right;
}
/* header */
@media (max-width: 1024px) {
  header {
    padding-top: 60px;
  }
}

header section {
  background: black;
}
header .fix-area.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
@media (max-width: 1024px) {
  header .fix-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
}

header .top-area {
  padding-top: 25px;
  max-width: 1280px;
  margin: auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: black;
}

@media (max-width: 1440px) {
  header .top-area {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 1024px) {
  header .top-area {
    padding: 20px 20px 0;
  }
}

@media (max-width: 767px) {
  header .top-area .site-logo {
    max-width: 295px !important;
  }
}

header .top-area .site-logo {
  max-width: 335px;
}

@media (max-width: 1024px) {
  header .top-area .site-logo {
    margin-bottom: 20px;
  }
  header .top-area .site-logo img {
    width: 175px;
  }
}

@media (max-width: 767px) {
  header .top-area .site-logo img {
    width: 80%;
  }
}

@media (min-width: 1025px) {
  header .top-area .data {
    width: 340px;
    display: flex !important;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  header .top-area .data .tel {
    display: block;
    color: white;
    font-weight: bold;
    font-size: 22px;
  }
  header .top-area .data .contact {
    display: table;
    width: 155px;
    height: 40px;
  }
  header .top-area .data .contact a {
    background: #009c85;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.3s;
    line-height: 1;
  }
  header .top-area .data .contact a .ico {
    margin-right: 10px;
  }
  header .top-area .data .contact a:hover {
    opacity: 0.5;
  }
}
/* IE */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  header .top-area .data .contact a {
    padding-top: 5px;
  }
}
@media all and (-ms-high-contrast: none) {
  header .top-area .data .contact a {
    padding-top: 5px;
  }
}

@media (max-width: 1024px) {
  header .top-area .tel-btn {
    position: absolute;
    right: 60px;
    top: 19px;
    font-size: 25px;
    color: #009c85;
    line-height: 1;
  }
}

header .g-nav {
  text-align: center;
  padding: 20px 0;
}

header .g-nav a {
  color: white;
  display: inline-block;
  padding: 0 30px;
  border-right: 1px solid #666;
  font-size: 16px;
  font-weight: bold;
}

header .g-nav a:hover {
  opacity: 1;
  color: #009c85;
}

header .g-nav a:first-child {
  border-left: 1px solid #666;
}

#menu {
  display: none;
}

@media (max-width: 1024px) {
  header section nav {
    display: none;
  }
}

.slicknav_menu {
  display: none;
}

@media (max-width: 1024px) {
  .slicknav_menu {
    display: block;
  }
}
/* page top */

.pagetop {
  position: fixed;
  right: 0;
  z-index: 10000;
  width: 60px;
  height: 60px;
}

.pagetop a {
  width: 60px;
  display: block;
  height: 100%;
  text-align: center;
  background: #009c85;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 15px;
  color: white;
}

_::-webkit-full-page-media,
_:future,
:root .pagetop a {
  padding-bottom: 10px;
  padding-top: 15px;
  height: 60px;
  /* display: block; */
}
.sec-c-wrap {
  margin-top: -135px;
  padding-top: 135px;
}
@media (max-width: 1024px) {
  .sec-c-wrap {
    margin-top: -59px;
    padding-top: 59px;
  }
}

.content-ttl {
  font-size: 38px;
  color: #111;
  text-align: center;
  line-height: 1;
  letter-spacing: 7.6px;
  font-weight: bold;
  margin-bottom: 17px;
}

@media (max-width: 1024px) {
  .content-ttl {
    font-size: 33px;
    line-height: 20px;
    letter-spacing: 6.6px;
    margin-bottom: 15px;
  }
}

.content-ttl:before {
  content: "";
  display: block;
  margin: 0 auto 40px;
  width: 80px;
  height: 3px;
  background: #009c85;
}

@media (max-width: 1024px) {
  .content-ttl:before {
    margin: 0 auto 35px;
    width: 70px;
  }
}

.content-ttl + .sub-ttl {
  color: #009c85;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.26px;
  font-family: arial;
  margin-bottom: 80px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .content-ttl + .sub-ttl {
    font-size: 11px;
    letter-spacing: 0.22px;
    margin-bottom: 70px;
  }
}

.content-ttl + .sub-ttl + .top-txt {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: white;
}

@media (max-width: 1024px) {
  .content-ttl + .sub-ttl + .top-txt {
    font-size: 14px;
    line-height: 28px;
    padding: 0 25px;
  }
}

.sec {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .sec {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

footer {
  background: black;
  padding: 80px 0;
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  footer {
    padding: 50px 0;
    text-align: center;
    margin-top: 50px;
  }
}

footer .f-logo {
  /* margin-bottom: 60px;*/
}

@media (min-width: 1025px) {
  footer .f-logo img.pc-s {
    display: inline-block !important;
  }
}

@media (max-width: 1024px) {
  footer .f-logo {
    /*  margin-bottom: 50px;*/
  }
  footer .f-logo img.sp-s {
    width: 215px !important;
    display: inline-block !important;
  }
}

footer .f-logo + p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  footer .f-logo + p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 45px;
  }
}
footer .f-logo + p a {
  color: #ffffff;
}
footer .copy {
  color: #888;
  font-family: arial;
  font-size: 15px;
}

@media (max-width: 1024px) {
  footer .copy {
    font-size: 12px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}

hr {
  background-color: #f5f5f5;
  border-top: 1px dashed #aaa;
}

.enkaku {
  width: 100%;
}
.enkaku td {
  border-bottom: none !important;
  padding: 5px 0 !important;
  line-height: 1.5em !important;
  vertical-align: top !important;
}
.enkaku .year {
  width: 15%;
}
.enkaku .work {
  width: 85%;
}
.enkaku tr:first-child {
  border-top: none !important;
}
@media (max-width: 1024px) {
  .enkaku tr {
    border-bottom: none !important;
  }
  .enkaku .year {
    font-weight: bold;
  }
  .enkaku .year {
    padding: 5px 0 0 0 !important;
  }
  .enkaku .work {
    padding: 0 0 0 0 !important;
  }
}

.info-title {
  font-weight: bold;
}
.pc-no {
  display: none;
}

@media (max-width: 767px) {
  .pc-no {
    display: block;
  }
}
</pre></body></html>