<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*黄色*/
/*薄いグレー*/
/*紺色*/
/*ラインのグレー*/
/*スマホメニューの色*/
/*スマホメニューの色*/
BODY {
  background: #fff;
  font-style: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #333;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

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

a:active {
  color: #333;
  text-decoration: none;
}

#pageTop {
  position: fixed;
  bottom: 0px;
  right: 30px;
  width: 71px;
  height: 120px;
  z-index: 10;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 71px;
  height: 120px;
  line-height: 1.4;
  background-color: #434262;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
}
#pageTop a:before {
  content: "";
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: url(../images/common/pagetop.svg) 0 0 no-repeat;
  background-size: cover;
  width: 5px;
  height: 38px;
  z-index: 999;
  display: block;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox .col3_2box {
  width: 66%;
}
.flexbox .col3_1box {
  width: 30%;
}
.flexbox .col5_2box {
  width: 40%;
}
.flexbox .col5_3box {
  width: 55%;
}
.flexbox .col2box {
  width: 48%;
}
.flexbox .col3box {
  width: 31%;
}
.flexbox .col2fullbox {
  width: 50%;
}

header {
  position: fixed;
  padding: 20px;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
header #logo {
  position: absolute;
  height: 100px;
  width: 147px;
  top: 0;
  left: 0;
  background-color: #D6B430;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header #logo.logofit {
  height: 100px;
}
header #logo h1 {
  position: relative;
  width: 100%;
  height: 100%;
}
header #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header #logo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 145px;
  height: 70px;
}
header #navigation {
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 240px;
}
header #navigation li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
header #navigation li:last-child {
  margin-right: 0;
}
header #navigation li a {
  padding: 0 10px 30px 10px;
  font-weight: bold;
}
header #navigation li a:hover {
  border-bottom: 3px #D6B430 solid;
  padding-bottom: 30px;
}
header #navigation li.active a {
  border-bottom: 3px #D6B430 solid;
  padding-bottom: 30px;
}
header #navigation li#menu_c {
  cursor: pointer;
}
header #navigation li#menu_c span {
  font-weight: bold;
}
header #navigation li#menu_c span:hover {
  border-bottom: 3px #D6B430 solid;
  padding-bottom: 30px;
}
header #navigation li#menu_c.active span {
  border-bottom: 3px #D6B430 solid;
  padding-bottom: 30px;
}
header #navigation li .submenu {
  display: none;
  position: absolute;
  top: 2em;
  width: 12em;
  background-color: #fff;
  margin-left: 0;
  z-index: 2;
}
header #navigation li .submenu li {
  display: block;
  text-align: left;
  margin-right: 0;
}
header #navigation li .submenu li a {
  padding: 10px;
  display: block;
  border-bottom: 3px #fff solid;
}
header #navigation li .submenu li a:hover {
  border-bottom: 3px #D6B430 solid;
}
header #contactbtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 210px;
}
header #contactbtn a {
  display: block;
  position: relative;
  height: 100px;
  color: #fff;
  background-color: #232346;
  -webkit-transition: 1s;
  transition: 1s;
}
header #contactbtn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
header #contactbtn a span:before {
  content: "";
  background: url(../images/common/mailicon.svg) 0 0 no-repeat;
  background-size: contain;
  width: 32px;
  height: 20px;
  display: inline-block;
}
header #contactbtn a:hover {
  opacity: 0.7;
}

footer {
  width: 100%;
  color: #fff;
}
footer .contactbox {
  background: url(../images/common/contactbg.webp) top center no-repeat;
  background-size: cover;
  height: 380px;
  position: relative;
}
footer .contactbox .btnbox {
  width: 595px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
footer .contactbox .btnbox a {
  padding: 20px 60px 20px 20px;
  font-size: 1.2em;
  background-color: #D6B430;
  color: #fff;
  position: relative;
  display: block;
}
footer .contactbox .btnbox a:after {
  content: "";
  background: url(../images/common/linkarrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 40px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  display: block;
}
footer .contactbox .btnbox a:hover {
  opacity: 0.5;
}
footer .footerbace {
  background-color: #232346;
  color: #fff;
  padding: 40px 0;
}
footer .footerbace a {
  color: #fff;
}
footer .footerbace .footer_adress {
  width: 40%;
}
footer .footerbace .footer_adress .footlogo {
  width: 104px;
}
footer .footerbace .footer_adress .footcampanyname {
  width: calc(100% - 120px);
  text-align: left;
}
footer .footerbace .footer_adress .adresstext {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}
footer .footerbace .footer_adress .snslink {
  text-align: left;
  margin-top: 20px;
}
footer .footerbace .footer_link {
  width: 40%;
}
footer .footerbace .footer_link .footer_link_a {
  width: 40%;
}
footer .footerbace .footer_link .footer_link_a dl {
  text-align: left;
}
footer .footerbace .footer_link .footer_link_a dl dt {
  margin-bottom: 10px;
}
footer .footerbace .footer_link .footer_link_a dl dd {
  padding-left: 20px;
  margin-bottom: 10px;
}
footer .footerbace .footer_link .footer_link_b {
  width: 40%;
}
footer .footerbace .footer_link .footer_link_b ul li {
  text-align: left;
  margin-bottom: 10px;
}
footer .footbottombox {
  padding: 35px 0px;
}
footer .foot_sublink {
  width: 40%;
}
footer .foot_sublink ul {
  text-align: left;
}
footer .foot_sublink ul li {
  display: inline-block;
  margin-right: 20px;
}
footer .foot_sublink ul li:last-child {
  margin-right: 0;
}
footer .foot_copy {
  width: 40%;
  text-align: right;
  font-size: 14px;
}

.contentsinner {
  max-width: 1400px;
  margin: 0 auto;
}

.contentsinner2 {
  max-width: 1200px;
  margin: 0 auto;
}

.contentsinner3 {
  max-width: 900px;
  margin: 0 auto;
}

#pannavi {
  background-color: #F7F7F7;
  padding: 10px 0;
  text-align: left;
  margin-bottom: 90px;
}
#pannavi ul {
  max-width: 1400px;
  margin: 0 auto;
}
#pannavi li {
  display: inline-block;
}
#pannavi li a:after {
  content: "";
  width: 5px;
  height: 16px;
  background: url(../images/common/panicon.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 1300px) {
  .contentsinner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contentsinner2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contentsinner3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  header #contactbtn {
    width: 15vw;
  }
  header #navigation {
    right: 15vw;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 993px) {
  .flexbox {
    display: block;
  }
  .flexbox .col2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col2box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3_1box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_3box {
    width: 100%;
    margin-bottom: 40px;
  }

  header {
    height: 70px;
  }
  header #logo {
    width: 120px;
    height: 70px;
  }
  header #logo.logofit {
    height: 70px;
  }
  header #logo a img {
    width: 100%;
    height: auto;
  }
  header #navigation {
    display: none;
  }
  header #contactbtn {
    display: none;
  }

  footer .logobox {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  footer .contactbox {
    height: 200px;
  }
  footer .contactbox .btnbox {
    width: 80%;
  }
  footer .contactbox .btnbox a {
    font-size: 1em;
  }
  footer .snslink {
    text-align: center;
    margin-top: 20px;
  }
  footer .footerbace {
    padding-bottom: 100px;
  }
  footer .footerbace .footer_adress {
    width: 100%;
  }
  footer .footerbace .footer_adress .adresstext {
    border-bottom: 1px #5A5A80 solid;
    padding-bottom: 20px;
  }
  footer .footerbace .footer_adress .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footerbace .footer_link {
    display: none;
  }
  footer .footerbace .foot_sublink {
    width: 100%;
  }
  footer .footerbace .foot_sublink ul {
    text-align: center;
  }
  footer .footerbace .foot_sublink ul li {
    display: inline-block;
  }
  footer .footerbace .foot_copy {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 0.8em;
  }
  footer .footerbace .footernavigation ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    text-align: left;
    border-bottom: 1px #5A5A80 solid;
    position: relative;
  }
  footer .footerbace .footernavigation ul li#menu_c {
    padding: 1em 2em;
    text-decoration: none;
    color: #fff;
  }
  footer .footerbace .footernavigation ul li a {
    display: block;
    padding: 1em 2em;
    text-decoration: none;
    color: #fff;
  }
  footer .footerbace .footernavigation ul li.bacelink a:after {
    content: "";
    background: url(../images/common/arrow_w.svg) 0 0 no-repeat;
    background-size: contain;
    width: 22px;
    height: 4px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .footerbace .footernavigation ul li.otherlink a:after {
    content: "";
    background: url(../images/common/otherlink.svg) 0 0 no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .footerbace .footernavigation ul li#menu_c:after {
    content: "";
    background: url(../images/common/icon_open.svg) 0 0 no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 14px;
    top: 18px;
  }
  footer .footerbace .footernavigation ul li#menu_c.open:after {
    background: url(../images/common/icon_close.svg) 0 0 no-repeat;
    background-size: contain;
    top: 24px;
  }
  footer .footerbace .footernavigation ul li#menu_c .submenu {
    display: none;
  }

  .contentsinner {
    padding: 0 20px;
  }

  .contentsinner2 {
    padding: 0 20px;
  }

  .contentsinner3 {
    padding: 0 20px;
  }
}</pre></body></html>