<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-family: "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
   }

@media print, screen and (min-width: 769px) and (max-width: 950px) {
body{
  min-width: 950px;
}}

@media print, screen and (min-width: 768px) and (max-width: 9999px) {
    .pc-br {
      display: block; }
    .sp-br {
      display: none; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .pc-br {
      display: none; } 
    .sp-br {
      display: block; }}

.main {
  width: 100%;
  padding-top: 70px;
}@media screen and (max-width: 768px) {
.main {
  padding-top: 50px;
}}

.menu{
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:1000;
}
.menu ul li {
  font-size: 18px;
  margin-right: 30px;
}
@media print, screen and (min-width: 768px) and (max-width: 950px) {
  .menu ul li {
    font-size: 16px;
    margin-right: 25px;
    }
}


.menu ul li a {
   text-decoration: none;
   color: #000;
   -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all  0.3s ease;
 }
.menu ul li a:last-child {
  margin: 0;
}

/*OPEN譎ゅ�蜍輔″*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
  z-index: 9999;
 position: relative;
 background: #ffffff;
 padding: 0 20px;
}


@media screen and (min-width: 768px) {
nav{
 display: flex;
 flex-direction: row;
}
.navbar_toggle{
 display: none;
}
.menu{
 width: 100%;
 -webkit-transform: translateX(0);
 transform: translateX(0);
 background: #ffffff;
}
.menu ul{
 height: 70px;
 display: flex;
 -ms-flex-wrap : wrap;
 -webkit-flex-wrap : wrap;
 flex-wrap : wrap;
 justify-content: flex-end; 
 -webkit-box-align: end;
 -webkit-align-items: flex-end;
 -ms-flex-align: end;
 align-items: flex-end;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}}

@media screen and (max-width: 768px) {
.menu ul{
  padding-bottom: 30px;
}
.menu ul li{
   padding: 20px 0 0 0;
   border-bottom: none;
   font-size: 17px;
  }
}

.flex-img {
  width: 100%;
  height: auto;
}

.inner {
  width: 950px;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    display: block;
  }} 

.main-wide .inner {
  width: 950px;
  margin: 40px auto;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .main-wide .inner {
    width: 85%;
    margin: -10px auto 30px auto;
    display: block;
    padding: 0;
  }} 


.main-detail {
  width: 496px;
}@media screen and (max-width: 768px) {
  .main-detail {
  width: 85%;
  margin: 0 auto;
  }}

.main-detail .logo {
  width: 228px;
  margin-top: 40px;
}@media screen and (max-width: 768px) {
  .main-detail .logo {
  width: 180px;
  margin-top: 10px;
  }}

.main-detail .sns {
  position: absolute;
  bottom: 0;
}@media screen and (max-width: 768px) {
  .main-detail .sns {
  position: static;
  margin-top: 10px;
  }}


.main-detail .sns:after{
  content: "";
  display: table;
  clear: both;
}

.main-detail .sns li {
  float: left;
  margin: 0 20px 0 0;
}@media screen and (max-width: 768px) {
  .main-detail .sns li {
  margin: 0 10px 0 0;
  }}

.main-detail .sns li a {
  display: block;
  width: 51px;
  height: 50px;
}

.main-detail .sns .line a {
  display: block;
  width: 142px;
  height: 50px;
}
.main-detail .sns li a img {
  width: 100%;
  height: auto;
}

.main-wide {
  background: url(../../images/main_wide_img.jpg) no-repeat center;
  background-size: cover;
  height: 504px;
   width: 1000px;
   margin: 0 auto;
  position: relative;
}@media screen and (max-width: 768px) {
.main-wide {
  background: none;
  height: auto;
  width: 100%;
  position: static;
}}


.main-wide .sp-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
.main-wide .sp-img {
  display: none;
}}
@media screen and (max-width: 768px) {
.main-wide .sp-img {
  display: block;
  width: 100%;
}}


/*.main-wide .inner {
  width: 950px;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  .main-wide .inner {
  width: 85%;
  margin: 0 auto;
  padding: 0;
}}*/

.main-wide .main-detail {
  width: 496px;
  position: absolute;
  top: 100px;
  right: 0;
}@media screen and (max-width: 768px) {
  .main-wide .main-detail {
  width: 100%;
  margin: 0 auto;
  position: static;
  }}

#movarea .inner {
  width: 600px;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  #movarea .inner {
  width: 85%;
  margin: 0 auto;
}}
#movarea .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.ft-contents {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}@media screen and (max-width: 768px) {
  .ft-contents {
    width: 85%;
    display: block;
    padding: 20px 0;
}}

.ft-contents .tw,
.ft-contents .fb,
.ft-contents .senkyo,
.ft-contents .company {
  width: 450px;
}
.ft-contents .tw {
  height: 450px;
}

@media screen and (max-width: 768px) {
.ft-contents .tw,
.ft-contents .fb,
.ft-contents .senkyo,
.ft-contents .company {
  width: 100%;
  margin: 0 auto 30px auto;
  }}




.ft-contents dl dt {
  margin-bottom: 20px;
}@media screen and (max-width: 768px) {
.ft-contents dl dt {
  margin-bottom: 10px;}}

.ft-contents .tw dd {
  height: 500px;
  overflow: scroll;
}

.ft-contents .company {
  font-size: 16px;
  color: #ffffff;
}

.ft-contents .company .map {
  margin-top: 10px;
}

.ft-contents .company .map iframe{
  width: 100%;
}

#footer dl dt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}@media screen and (max-width: 768px) {
#footer dl dt {
  font-size: 16px;
  margin-bottom: 20px;
}}
#footer ul {
  display: flex;
  width: 70%;
  margin: 20px auto 0 auto;
  -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}@media screen and (max-width: 768px) {
  #footer ul {
    display: block;
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
  }
}

#footer ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  margin-right: 2em;
}@media screen and (max-width: 768px) {
  #footer ul li a {
    font-size: 14px;
}}

#footer .ft-link {
  background: #3e3e3e;
  width: 100%;
  padding: 34px 0;
}@media screen and (max-width: 768px) {
#footer .ft-link {
  padding: 20px 0; }}


#footer .ft-link dl dt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}@media screen and (max-width: 768px) {
#footer .ft-link dl dt {
  font-size: 16px;
  margin-bottom: 20px;
}}
#footer .ft-link ul {
  display: flex;
  width: 70%;
  margin: 20px auto 0 auto;
  -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}@media screen and (max-width: 768px) {
  #footer .ft-link ul {
    display: block;
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
  }
}

#footer .ft-link ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  margin-right: 2em;
}@media screen and (max-width: 768px) {
  #footer .ft-link ul li a {
    font-size: 14px;
}}





#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pagetop a {
  display: block;
  z-index: 999;
  width: 48px;
  height: 48px;
}

#pagetop a img {
  width: 100%;
  height: auto;
}

.colwrap:after {
  content: " ";
  display: table;
  clear: both;
}

.container {
  width: 960px;
  margin: 0 auto;
  padding: 70px 0;
  font-size: 16px;
  line-height: 1.8;
}@media screen and (max-width: 768px) {
  .container {
  width: 85%;
  padding: 30px 0;
  font-size: 14px;
  }}

.col-7__left {
  width: 65%;
  float: left;
}
.col-7__right {
  width: 65%;
  float:right;
}

.col-3__right {
  width: 30%;
  float: right;
}
.col-3__left {
  width: 30%;
  float: left;
}

@media screen and (max-width: 768px) {
.spcol-10 {
  width: 100%;
  margin-bottom: 1em;
}
}

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

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

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

.u-listD {
  margin-bottom: .5em;
}

.u-listD dt {
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
.u-listD:after {
 content: " ";
  display: table;
  clear: both;
}
.u-listD dt {
  float: left;
  width: 15%;
}

.u-listD dd {
  float: right;
  width: 83%;
}}


.u-mt1 {margin-top: 1em;}
.u-mt2 {margin-top: 2em;}
.u-mt3 {margin-top: 3em;}
.u-mt4 {margin-top: 4em;}


.u-mb1 {margin-bottom: 1em;}
.u-mb2 {margin-bottom: 2em;}
.u-mb3 {margin-bottom: 3em;}
.u-mb4 {margin-bottom: 4em;}

@media screen and (max-width: 768px) { 
.u-spmt0 {margin-top: 0em;}
.u-spmt1 {margin-top: 1em;}
.u-spmt2 {margin-top: 2em;}
.u-spmt3 {margin-top: 3em;}
.u-spmt4 {margin-top: 4em;}
}

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  height: 25px;
  width: 100%;
  padding: 5px;
  background: #edecec;
}
textarea {
  width: 100%;
  padding: 5px;
  background: #edecec;
}
select {
  font-size: 14px;
  padding: 4px;
}

</pre></body></html>