<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------- */
/*  蜈ｱ騾夐Κ蛻�
/* ------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ol, ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a, a:hover {
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}


/* ------------------------------------- */
/*  Web Fonts
/* ------------------------------------- */
.qua_reg {
  /* Quasimoda Regular */
  font-family: quasimoda-2,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.qua_bold {
  /* Quasimoda Bold */
  font-family: quasimoda-2, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ryo_reg {
  /* Ryo Gothic PlusN R */
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ryo_bold {
  /* Ryo Gothic PlusN B */
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-size: 100%;
  font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�","Yu Gothic","YuGothic","繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","繝｡繧､繝ｪ繧ｪ","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
  color: #333333;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "繝｡繧､繝ｪ繧ｪ",Meiryo,"貂ｸ繧ｴ繧ｷ繝�け",YuGothic,"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
	}
}

/* fontawesome */
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.angle-up::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f106";
  font-size: 1.3em;
}
.angle-down::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107";
  font-size: 1.3em;
}
.arrow-down::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f063";
  font-size: 1.3em;
}
.hand-pointer::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f25a";
  font-size: 1.3em;
}
.angle-up, .angle-down {
  cursor: pointer;
}
.angle-up.disable, .angle-down.disable {
  cursor: normal;
  opacity: 0.5;
}

/* ------------------------------------- */
/*  header
/* ------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  /* display: none; */
}
body:not(.top) .header {
  background-color: #fff;
  padding-bottom: 30px;
}
.menu_open .header {
  display: none;
}
.header .contents {
  position: relative;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  padding-right: 120px;
  padding-top: 30px;
}
.contact_btn {
  display: inline-block;
  border: 1px solid #b83a4b;
  background-color: #fff;
  color: #b83a4b;
  padding: 0.55em 1.55em;
  line-height: 1;
  margin-right: 80px;
  letter-spacing: 0.07em;
  border-radius: 1em;
}
.header.white .contact_btn {
  border: 1px solid #fff;
  background-color: none;
  color: #b83a4b;
}
.menu_btn {
  margin-top: 1px;
  width: 30px;
  height: 24px;
}
.menu_btn img:nth-child(2) {
  display: none;
}
.header.white .menu_btn img:first-child {
  display: none;
}
.header.white .menu_btn img:nth-child(2) {
  display: block;
}

.site_logo {
  position: fixed;
  width: 120px;
  top: 30px;
  left: 120px;
  z-index: 998;
}
.site_logo img:nth-child(2) {
  display: none;
}
.red .site_logo img:first-child {
  display: none;
}
.red .site_logo img:nth-child(2) {
  display: block;
}
.white .site_logo img:first-child {
  display: block;
}
.white .site_logo img:nth-child(2) {
  display: none;
}
body:not(.top) .site_logo.second {
  width: 80px;
  top: 11px;
}

body.top .site_logo.second {
  display: none;
}
body:not(.top) .site_logo.top {
  display: none;
}

@media (max-width: 767px) {
  .header .contents {
    padding-right: 10%;
    padding-top: 5.5vw;
  }
  .site_logo {
    position: fixed;
    width: 16vw;
    top: 5.8vw;
    left: 3.5%;
    z-index: 888;
  }
  .contact_btn {
    padding: 1.4vw 3.5vw;
    line-height: 1;
    margin-right: 5vw;
    letter-spacing: 0.07em;
    border-radius: 1em;
    background: none;
    font-size: 3vw;
  }
  .header.white .contact_btn {
    border: 1px solid #fff;
    background-color: none;
    color: #b83a4b;
  }
  .menu_btn {
    width: 4vw;
  }
  .menu_btn img {
    width: 100%;
  }
  body:not(.top) .site_logo.second {
    width: 15%;
    top: 1.3vw;
  }
  body:not(.top) .header {
    padding-bottom: 5.5vw;
  }
}

/* ------------------------------------- */
/*   footer
/* ------------------------------------- */
.menu {
  background-color: #b83a4b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  transition: 0.5s;
  opacity: 0;
}
.menu_open .menu {
  transition: 0.5s;
  opacity: 1;
  z-index: 999;
}
.menu ul {
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-65%);
}
.menu li {
  font-size: 1.3vw;
  letter-spacing: 0.15vw;
  line-height: 1;
  margin-bottom: 3.75vw;
}
.menu li a {
  color: #fff;
}
.menu ul li:last-child {
  margin-bottom: 0;
}
.close_btn {
  font-size: 1em;
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.55em 3.9em;
  line-height: 1;
  letter-spacing: 0.17em;
  border-radius: 1.2em;
}
.top_close_btn {
  position: absolute;
  right: 122px;
  top: 26px;
  font-size: 2em;
}
@media (max-width: 767px) {
  .menu ul {
    width: 100%;
  }
  .menu li {
    font-size: 4.5vw;
    letter-spacing: 0.15vw;
    line-height: 1;
    margin-bottom: 8vw;
  }
  .close_btn {
    font-size: 0.8em;
  }
}

/* ------------------------------------- */
/*   繧ｹ繝槭�繝ｻ繧ｿ繝悶Ξ繝�ヨ蜷代￠繝｡繝九Η繝ｼ
/* ------------------------------------- */
#menu_btn{
  display: inline-block;
  position: fixed;
  width: 30px;
  height: 32px;
  margin: 0;
  border-radius: 4px;
  top: 32px;
  right: 120px;
  z-index: 999;
}
#menu_btn_icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  background: #b83a4b;
  transition: 0.5s;
}
#menu_btn_icon:before, #menu_btn_icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #b83a4b;
  transition: 0.5s;
}
.white #menu_btn_icon, .white #menu_btn_icon:before, .white #menu_btn_icon:after {
  background: #fff;
}
#menu_btn_icon:before{ margin-top: -13px; }
#menu_btn_icon:after{ margin-top: 10px; }
#menu_btn .menu_close{ background: none; }
#menu_btn .menu_close:before, #menu_btn .menu_close:after{ margin-top: -1px; }
#menu_btn .menu_close:before{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
#menu_btn .menu_close:after{ transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }
#menu_btn .menu_close:before, #menu_btn .menu_close:after{ background: #fff; }
@media (max-width: 767px) {
  #menu_btn{
    top: 32px;
    right: 5%;
    z-index: 999;
  }
}
@media (max-width: 480px) {
  #menu_btn {
    transform: scale(0.7);
    top: 4.5vw;
  }
}
@media (max-width: 375px) {
  #menu_btn {
    transform: scale(0.7);
  }
}

/* ------------------------------------- */
/*   footer
/* ------------------------------------- */
.footer {
  margin: 0 auto;
  background-color: #b83a4b;;
  z-index: -1;
}
.footer_content {
  max-width: 1200px;
  height: 263px;
  padding-top: 36px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.footer_content p {
  text-align: left;
  font-weight: bold;
}
.footer_content ul {
  position: absolute;
  text-align: left;
  left: 10px;
  letter-spacing: 0.15em;
}
.footer_content li {
  margin-bottom: 14px;
  line-height: 1.8;
}
.footer_content li.underline {
  border-bottom: 2px solid #fff;
}
.footer small {
  display: inline-block;
  color: #fff;
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
}
.footer_btm {
  width: 100%;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
}
.contact_link {
  width: 368px;
  height: 80px;
  display: inline-block;
  border: 3px solid #fff;
  font-size: 1.75em;
  align-items: center;
  line-height: 80px;
  margin-top: 54px;
}

@media (max-width: 1023px) {
  .footer_content {
    max-width: 1200px;
    height: auto;
    padding-top: 4vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
    left: 0;
  }
  .footer_content ul {
    position: relative;
    text-align: left;
    margin: 4vw auto;
    letter-spacing: 0.15em;
    display: flex;
    left: 0;
    width: 64%;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer_content li {
    margin: 2vw 0;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-size: 3vw;
  }
  .contact_link {
    width: 64%;
    height: 13vw;
    border: 2px solid #fff;
    font-size: 4.8vw;
    align-items: center;
    line-height: 13vw;
    margin-bottom: 12vw;
    margin: 0 auto 8vw;
  }
  .footer small {
    font-size: 2.6vw;
    letter-spacing: 0.2em;
  }
  .footer_btm {
    width: 100%;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15vw;
  }
}
.page_top {
  text-align: right;
  padding: 0 5%;
}

.page_top a {
  color: #b83a4b;;
  font-size: 1.5vw;
  line-height: 1;
  width: 5vw;
  display: inline-block;
  text-align: center;
  margin: 0 auto 5vw;
}
.page_top a img {
  width: 55%;
}
@media (max-width: 767px) {
  .page_top a {
    color: #b83a4b;;
    font-size: 3vw;
    line-height: 1;
    width: 12vw;
    display: block;
    text-align: center;
    margin: 0 auto 5vw;
  }
  .page_top a img {
    width: 55%;
  }
}

.content {
  padding-top: 150px;
  text-align: center;
}
/* ------------------------------------- */
/*   荳頑嶌縺榊�騾夊ｦ∫ｴ�
/* ------------------------------------- */
.no_bg {
  background: none !important;
}
a:hover img {
  opacity: 1;
}
.fixed {
  position: fixed;
}
.clear {
  clear: both;
}
.sp_br {
  display: none;
}
.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_br {
    display: block;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_left {
    text-align: left;
  }
}
</pre></body></html>