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

/*
breakpoint
------------------------------------------------*/

.onlySp {
  display: none;
}

.onlyPad {
  display: none;
}

/*
body
------------------------------------------------*/

html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #181818;
  -webkit-text-size-adjust: none;
  width: 100%;
  font-family: "a-otf-ud-reimin-pr6n", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 300;
  /*font-family: "Sawarabi Mincho", serif;*/
  color: #333;
  background: #fff;
  opacity: 0;
}

a {
  color: #333;
}

.wrapper {
  position: relative;
}

/*
header
------------------------------------------------*/

.header-pc .header-catch {
  margin: 0 0 15px 80px;
  letter-spacing: .15em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  position: absolute;
  top: 90px;
  z-index: 999;
}

.header-pc .header-catch span {
  font-size: 18px;
  font-size: 1.8rem;
}

.header-pc .header-lead {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  margin-top: 6px;
  letter-spacing: .02em;
  font-family: Arial,sans-serif;
}

.header-pc .header-nav {
  box-sizing: border-box;
  height: 122px;
  font-size: 0;
  position: absolute;
  top: 127px;
  left: 0;
  z-index: 999;
  width: 100%;
}

.header-pc .header-nav-list {
  position: absolute;
  top: 0;
  left: 0;
}

.header-pc .header-nav-list.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.header-pc .header-nav-item {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 122px;
  height: 122px;
  display: inline-block;
  vertical-align: top;
  background: rgba(255, 255, 255, .92);
}

.header-pc .header-nav-item:last-child {
  margin-right: 0;
}

.header-pc .header-nav-item a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  margin-right: 30px;
}

.header-pc .header-nav-item a:hover span:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-pc .header-nav-item span {
  position: relative;
  padding-bottom: 5px;
}

.header-pc .header-nav-item span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #323232;
}

.header-pc .header-nav-item_logo {
  padding-left: 80px;
}

.header-pc .header-nav-item_logo a {
  margin-right: 55px;
}

.header-pc .header-nav-item_logo img {
  margin-bottom: 2px;
}

.header-pc .header-nav-item_estimate {
  position: relative;
  background: none;
}

.header-pc .header-nav-item_estimate a {
  color: #fff;
  padding: 0 50px;
  margin-right: 0;
  background: url("../images/common/nav_bg.png") repeat;
}

.header-pc .header-nav-item_estimate span:after {
  background: #d9d9d9;
}

.header-pc .header-nav-item_faq a {
  margin-right: 50px;
}

.header-pc .header-nav-item.is-active span:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-pc .header-nav-item img {
  vertical-align: middle;
}

.header-pc .header-sns {
  position: fixed;
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 999;
}

.header-pc .header-sns-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.header-pc .header-sns-item_vimeo{
  position: relative;
  top: 2px;
}

.header-pc .header-sns-item_youtube{
  position: relative;
  top: 1px;
}

.header-pc .header-sns-item:last-child {
  margin-right: 0;
}

.header-pc .header-sns-item img {
  vertical-align: middle;
}

.header-pc .header-sns-item a {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.header-pc .header-sns-item a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

/*
header
------------------------------------------------*/

.header-sp .header-logo-area {
  position: absolute;
  top: 127px;
  z-index: 999;
}

.header-sp .header-lead {
  position: absolute;
  z-index: 9999;
  color: #fff;
}

.header-sp .header-logo {
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, .92);
}

.header-sp .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.header-sp .header-logo img {
  vertical-align: middle;
}

.header-sp .header-menu {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 999;
  height: 20px;
  width: 25px;
}

.header-sp .header-menu span {
  display: block;
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 25px;
  left: 0;
  -webkit-transition: -webkit-transform .25s ease, width .25s ease, background-color .25s ease;
  transition: transform .25s ease, width .25s ease, background-color .25s ease;
}

.header-sp .header-menu span:nth-of-type(1) {
  top: 1px;
}

.header-sp .header-menu span:nth-of-type(2) {
  top: 9px;
}

.header-sp .header-menu span:nth-of-type(3) {
  top: 16px;
  top: 17px;
  left: auto;
  right: 0;
}

.header-sp .header-menu:hover {
  cursor: pointer;
}

.header-sp .header-menu.step1 span:nth-of-type(1) {
  width: 50%;
}

.header-sp .header-menu.step1 span:nth-of-type(3) {
  width: 50%;
}

.header-sp .header-menu.step2 span:nth-of-type(1) {
  width: 50%;
  -webkit-transform: translate(1.5px, 3.5px) rotate(45deg);
  transform: translate(1.5px, 3.5px) rotate(45deg);
}

.header-sp .header-menu.step2 span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-sp .header-menu.step2 span:nth-of-type(3) {
  width: 50%;
  -webkit-transform: translate(-1.5px, -3.5px) rotate(45deg);
  transform: translate(-1.5px, -3.5px) rotate(45deg);
}

.header-sp .header-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  height: 50px;
  width: 55px;
}

.header-sp .header-over {
  bottom: 0;
  display: none;
  height: auto;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: width .3s ease 2s, height .3s ease 2s;
  transition: width .3s ease 2s, height .3s ease 2s;
  width: auto;
  z-index: 200;
  background: rgba(0, 0, 0, .8);
}

.header-sp .header-nav {
  display: table;
  height: 100%;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 100%;
  z-index: 400;
}

.header-sp .header-nav-body {
  display: table-cell;
  vertical-align: middle;
}

.header-sp .header-nav-list {
  margin-top: 80px;
}

.header-sp .header-nav-item {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .075em;
  margin-bottom: 25px;
}

.header-sp .header-nav-item:last-child {
  margin-bottom: 0;
}

.header-sp .header-nav-item_estimate a {
  border: 1px solid #efefef;
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.header-sp .header-nav-item a {
  color: #fff;
}

.header-sp .header-sns {
  margin-top: 34px;
}

.header-sp .header-sns-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}

.header-sp .header-sns-item_youtube {
  position: relative;
  top: 1px;
}

.header-sp .header-sns-item:last-child {
  margin-right: 0;
}

.header-sp .header-sns-item img {
  vertical-align: middle;
}

.header-sp.step1 .header-menu span:nth-of-type(1) {
  width: 50%;
}

.header-sp.step1 .header-menu span:nth-of-type(3) {
  width: 50%;
}

.header-sp.step2 .header-menu span:nth-of-type(1) {
  width: 50%;
  -webkit-transform: translate(1.5px, 3.5px) rotate(45deg);
  transform: translate(1.5px, 3.5px) rotate(45deg);
}

.header-sp.step2 .header-menu span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-sp.step2 .header-menu span:nth-of-type(3) {
  width: 50%;
  -webkit-transform: translate(-1.5px, -3.5px) rotate(45deg);
  transform: translate(-1.5px, -3.5px) rotate(45deg);
}

/*
footer
------------------------------------------------*/

.footer {
  background: url("../images/common/footer_bg.png") repeat;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer-nav-item {
  font-family: "小塚ゴシック Pro L","Kozuka Gothic Pro Light",sans-serif;
  display: inline-block;
  vertical-align: middle;
}

.footer-nav-item:after {
  content: "｜";
}

.footer-nav-item:last-child:after {
  display: none;
}

.footer-nav-item a:hover {
  text-decoration: underline;
}

.footer-calendar {
  font-family: "LogoTypeGothic7";
  font-size: 11px;
  font-size: 1.1rem;
}

.footer-calendar a {
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 5px;
}

.footer-calendar a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 11px;
  background: url("../images/common/icon_calendar.png") no-repeat center center;
  background-size: 11px 11px;
}

.footer-address_access {
  letter-spacing: 0;
}

.footer-address_access a {
  text-decoration: underline;
}

.footer-address_access a:hover {
  text-decoration: none;
}

.footer-tel a:hover {
  text-decoration: underline;
}

.footer-tel_access {
  letter-spacing: 0;
}

.footer-tel_access a {
  text-decoration: underline;
}

.footer-tel_access a:hover {
  text-decoration: none;
}

.footer-copyright {
  font-family: Arial,sans-serif;
  display: block;
  white-space: nowrap;
}

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

.footer-sns-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.footer-sns-item:last-child {
  margin-right: 0;
}

.footer-sns-item img {
  vertical-align: middle;
}

@media screen and (min-width: 668px) {
  .header-sp .header-logo {
    width: 243px;
    height: 122px;
    line-height: 122px;
  }

  .header-sp .header-logo.is-fixed {
    position: fixed;
    top: 0;
  }

  .header-sp .header-logo a {
    padding-left: 80px;
  }

  .header-sp .header-logo img {
    width: auto;
    height: auto;
  }

  .footer {
    padding: 60px 0;
  }

  .footer-inner {
    margin: 0 80px;
  }

  .footer-nav {
    text-align: right;
    margin-bottom: 105px;
  }

  .footer-nav-item {
    font-size: 1.3rem;
    letter-spacing: .05em;
  }

  .footer-info-item:last-child {
    margin: 0 0 0 auto;
  }

  .footer-logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.1rem;
    letter-spacing: .3em;
    margin-right: 10px;
  }

  .footer-logo_sp {
    display: none;
  }

  .footer-calendar_pc {
    display: inline-block;
    vertical-align: middle;
  }

  .footer-calendar_sp {
    display: none;
  }

  .footer-calendar a:before {
    margin: 1px 5px 0 0;
  }

  .footer-address {
    font-size: 1.4rem;
    letter-spacing: .18em;
    line-height: 1.8;
    margin-top: 34px;
  }

  .footer-tel {
    font-size: 1.4rem;
    letter-spacing: .18em;
    line-height: 1.8;
  }

  .footer-copyright {
    font-size: 1.2rem;
    letter-spacing: .07em;
  }
}

@media screen and (min-width: 668px) and (min-width: 955px) {
  .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 955px) {
  .header-sp {
    content: ".";
    display: block;
    font-size: .1em;
    height: .1px;
    line-height: 0;
    visibility: hidden;
  }

  .footer-tel br {
    display: none;
  }
}

@media screen and (min-width: 1170px) {
  .footer-address br {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .header-pc .header-catch {
    margin-left: 40px;
    letter-spacing: .1em;
  }

  .header-pc .header-nav-item_logo a {
    margin-right: 40px;
  }

  .header-sp .header-lead {
    font-size: 1.5rem;
    letter-spacing: .06em;
    left: 99px;
    top: -30px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 954px) {
  .header-pc {
    content: ".";
    display: block;
    font-size: .1em;
    height: .1px;
    line-height: 0;
    visibility: hidden;
  }

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

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

  .footer-copyright {
    text-align: center !important;
  }
}

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

  .pc {
    display: none;
  }
}

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

  .onlySp {
    display: block;
  }

  .onlyPad {
    display: none;
  }

  .header-sp .header-logo-area {
    top: 33px;
  }

  .header-sp .header-lead {
    top: 0;
    left: 27px;
    font-size: 1.2rem;
    letter-spacing: .06em;
  }

  .header-sp .header-logo {
    position: fixed;
    top: 51px;
    top: 61px;
    width: 101px;
    height: 51px;
    line-height: 51px;
  }

  .header-sp .header-logo a {
    padding-left: 30px;
  }

  .footer {
    padding: 50px 0;
  }

  .footer-inner {
    margin: 0 20px;
  }

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

  .footer-nav-item {
    font-size: 1.0rem;
    line-height: 2.3;
  }

  .footer-nav-item a {
    text-decoration: underline;
  }

  .footer-info {
    text-align: center;
    margin-top: 15px;
  }

  .footer-logo {
    font-size: 1.3rem;
    letter-spacing: .075em;
    text-align: center;
    margin-bottom: 13px;
  }

  .footer-logo_pc {
    display: none;
  }

  .footer-calendar_pc {
    display: none;
  }

  .footer-calendar a {
    display: inline-block;
  }

  .footer-calendar a:before {
    margin-right: 5px;
  }

  .footer-address {
    font-size: 1.0rem;
    letter-spacing: .1em;
    line-height: 1.8;
    margin-top: 3px;
  }

  .footer-tel {
    font-size: 1.0rem;
    letter-spacing: .1em;
    line-height: 1.8;
    margin: 13px 0 20px;
  }

  .footer-copyright {
    margin-top: 20px;
    font-size: .85rem;
    letter-spacing: .035em;
  }
}

@media screen and (min-width: 668px) and (max-width: 1040px) {
  .footer-inner {
    margin: 0 40px;
  }
}

@media screen and (min-width: 668px) and (max-width: 1169px) {
  .footer-copyright {
    margin-top: 30px;
    text-align: right;
  }
}

@media screen and (orientation: landscape) {
  .header-sp .header-nav-list {
    margin-top: 0;
  }

  .header-sp .header-nav-item {
    margin-bottom: 2.6%;
    font-size: 1.1rem;
  }

  .header-sp .header-nav-item_estimate a {
    height: 30px;
    line-height: 30px;
  }

  .header-sp .header-sns {
    margin-top: 2.6%;
  }
}</pre></body></html>