<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------*/
/* base
/*------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  padding: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.8;
}

/* clearfix
--------------------------------------------------------*/

.clearfix:after,
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix,
* html .cf {
  zoom: 1;
}

/*------------------------------------------------------*/
/* common
/*------------------------------------------------------*/
.lt {
  max-width: 1000px;
  margin: 0 auto;
}

.gugi {
  font-family: 'Gugi', cursive;
}

.btn {
  width: 290px;
  height: 60px;
  margin: 36px auto 0;
  text-align: center;
  clear: both;
}

.btn,
.btn a::before,
.btn a::after {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.btn a {
  background-color: #3c3c3c;
  border: 1px solid #5d5d5d;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 1.2rem;
  width: 290px;
  text-decoration: none;
}

.btn a::before,
.btn a::after {
  content: '';
  display: block;
  z-index: -1;
}

.btn a::before {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

.btn a:hover {
  color: #333;
}

.btn a:after {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  right: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .4s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn a:hover {
  opacity: 1;
}

.btn a:hover::before {
  left: 0;
}

.pc_parts {
  display: block;
}

.sp_parts {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_parts {
    display: none;
  }

  .sp_parts {
    display: block;
  }
}

/*------------------------------------------------------*/
/* Main
/*------------------------------------------------------*/
.ct_bg {
  background-image: url(../../images/mt_bg_wk.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
  height: 100%;
  position: relative;
  min-height: 260px;
  margin: 25px 0 60px;
}


.ct_bg h2 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 1;
  padding: 90px 0;
}

.ct_bg h2 span {
  display: block;
  font-size: 16px;
  margin: 15px 0 0;
}

.tv_list h2 {
  background: #ededed;
  font-size: 20px;
  color: #2c2c2c;
  font-weight: bold;
  padding: 8px 28px;
}

.tv_list ul {
  margin: 30px 60px 70px;
}

.tv_list ul li {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 20px;
  color: #2c2c2c;
  font-size: 17px;
  margin: 0 0 15px;
}



@media screen and (max-width: 768px) {
  .ct_bg {
    min-height: inherit;
    background-attachment: inherit;
  }

  .ct_bg h2 {
    padding: 60px 0 50px;
  }

  .tv_list ul {
    margin: 15px 30px 40px;
  }

  .tv_list h2 {
    font-size: 16px;
  }

  .tv_list ul li {
    font-size: 14px;
  }
}
</pre></body></html>