<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600,700&amp;display=swap');

/* 全体設定
------------------------------------------------------------*/
body {
  font-family: Arial,Helvetica, "Noto Sans JP", "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 3px;
  color: #000;
  font-weight: 600;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
  opacity: 0.7;
  transition: .3s opacity ease;
}
.icon_blank {
  width: 15px;
  vertical-align: baseline;
  margin-left: 5px;
}


img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}
.text-small {
  font-size: 13px;
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
.text-center-pc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.note {
  text-indent: -1em;
  margin-left: 1em;
}
strong {
  font-weight: bold;
}

.text-centerBox{
  text-align: center;
}
@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #000;
}
}

.mb50 {
  margin-bottom: 50px !important;
}




.wrapper {
  width: 100%;
  position: relative;
}
.wrapper00 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 70px 0 0;
}
.wrapper00 img {
  width: 1920px;
  height: 680px;
  margin-left: calc(50% - 1920px/2);
}
.wrapper01 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper01 img {
  width: 1920px;
  height: 1209px;
  margin-left: calc(50% - 1920px/2);
}
.wrapper02 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper02 img {
  width: 1920px;
  height: 970px;
  margin-left: calc(50% - 1920px/2);
}
.wrapper03 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper03 img {
  width: 1920px;
  height: 470px;
  margin-left: calc(50% - 1920px/2);
}
.wrapper04 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper04 img {
  width: 1920px;
  height: 561px;
  margin-left: calc(50% - 1920px/2);
}
.wrapper04 .flexBox {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.wrapper04 .flexBox .leftBtn img {
  display: block;
  max-width: 420px;
  width: 100%;
  height: auto;
  margin-right: 40px;
  margin-left: 0;
}
.wrapper04 .flexBox .rightBtn img {
  display: block;
  max-width: 420px;
  width: 100%;
  height: auto;
  margin-left: 40px;
}




.wrapper05 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper05 img {
  width: 1920px;
  height: 2258px;
  margin-left: calc(50% - 1920px/2);
}
.wrapper06 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper06 img {
  width: 1920px;
  height: 2473px;
  margin-left: calc(50% - 1920px/2);
}
.wrapper07 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper07 img {
  width: 1920px;
  height: 467px;
  margin-left: calc(50% - 1920px/2);
}

.wrapper_foot {
  width: 100%;
  position: relative;
}
.wrapper_foot .footerBtn {
  display: block;
  width: 400px;
  margin: 100px auto;
  color: #fff;
  background: #000;
  height: 130px;
  line-height: 128px;
  text-align: center;
  font-size: 22px;
}
.wrapper_foot .footerBtn:hover {
  color: #000;
  background: #ffe400;
  opacity: 1;
}




.totop {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 30px;
  background: #444;
}
.totop::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-top: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.totop:hover {
  background: #ffe400;
  opacity: 1;
}
.totop:hover::before {
  border-bottom: 12px solid #444;
}



.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.headerLogo {
  width: 195px;
  display: block;
  margin: 10px 0 10px 30px;
}
.headerBtn {
  display: block;
  width: 200px;
  padding: 0;
  color: #fff;
  background: #000;
  height: 70px;
  line-height: 68px;
  text-align: center;
  font-size: 18px;
}
.headerBtn:hover {
  color: #000;
  background: #ffe400;
  opacity: 1;
}



.inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}



.copyright {
  text-align: center;
  padding: 30px 0;
  font-size: 12px;
  background: #fff;
  border-top: 1px solid #ccc;
}



/* PC,SP切り替え
------------------------------------------------------------*/
.pc-on {
  display: block !important;
}

.pc-on-inlineblock {
  display: inline-block !important;
}
.pc-on-inline {
  display: inline !important;
}
.pc-on-flex {
  display: flex !important;
}

.sp-on {
  display: none !important;
}

.sp-on-inlineblock {
  display: none !important;
}
.sp-on-inline {
  display: none !important;
}


/* タブレット等
-----------------------------------------------*/
@media screen and (max-width:1400px) {

  .wrapper {
    width: 100%;
    position: relative;
  }

  .wrapper00 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 5vw 0 0;
  }
  .wrapper00 img {
    width: 138vw;
    height: auto;
    margin-left: calc(50% - 138vw/2);
  }

  .wrapper01 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper01 img {
    width: 138vw;
    height: auto;
    margin-left: calc(50% - 138vw/2);
  }
  .wrapper02 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper02 img {
    width: 138vw;
    height: auto;
    margin-left: calc(50% - 138vw/2);
  }
  .wrapper03 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper03 img {
    width: 138vw;
    height: auto;
    margin-left: calc(50% - 138vw/2);
  }
  .wrapper04 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper04 img {
    width: 138vw;
    height: auto;
    margin-left: calc(50% - 138vw/2);
  }
  .wrapper04 .flexBox {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  .wrapper04 .flexBox .leftBtn img {
    display: block;
    max-width: 30vw;
    width: 100%;
    height: auto;
    margin-right: 2vw;
    margin-left: 0;
  }
  .wrapper04 .flexBox .rightBtn img {
    display: block;
    max-width: 30vw;
    width: 100%;
    height: auto;
    margin-left: 2vw;
  }
  .wrapper05 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper05 img {
    width: 138vw;
    height: auto;
    margin-left: calc(50% - 138vw/2);
  }
  .wrapper06 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper06 img {
    width: 138vw;
    height: auto;
    margin-left: calc(50% - 138vw/2);
  }
  .wrapper07 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper07 img {
    width: 138vw;
    height: auto;
    margin-left: calc(50% - 138vw/2);
  }




  .copyright {
    font-size: 1.6vw;
  }

}





/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* PC,SP切り替え
  ------------------------------------------------------------*/
  .pc-on {
      display: none !important;
  }

  .pc-on-inlineblock {
      display: none !important;
  }
  .pc-on-inline {
      display: none !important;
  }
  .pc-on-flex {
    display: none !important;
  }

  .sp-on {
      display: block !important;
  }

  .sp-on-inlineblock {
      display: inline-block !important;
  }
  .sp-on-inline {
      display: inline !important;
  }

  /* 全体設定
  ------------------------------------------------------------*/

  body {
    font-size: 3.6vw;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #000;
    width: 100%;
    position: relative;
  }

  .icon_blank {
    width: 3vw;
    vertical-align: baseline;
    margin-left: 1vw;
  }

  .text-small {
    font-size: 2.6vw;
    line-height: 1.4;
    display: inline-block;
  }
  .text-center {
    text-align: center;
  }
  .text-center-pc {
    text-align: left;
  }
  .note {
    text-indent: -1em;
    margin-left: 1em;
  }
  strong {
    font-weight: bold;
  }


  img {
    width: 100%;
  }



  .mb50 {
    margin-bottom: 10vw !important;
  }






  .wrapper {
    width: 100%;
    position: relative;
  }
  .wrapper00 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 14vw 0 0;
  }
  .wrapper00 img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .wrapper01 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper01 img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .wrapper02 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper02 img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .wrapper03 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper03 img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .wrapper04 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper04 img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .wrapper04 .flexBox {
    display: flex;
    justify-content: stretch;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  .wrapper04 .flexBox .leftBtn img {
    display: block;
    max-width: 120%;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .wrapper04 .flexBox .rightBtn img {
    display: block;
    max-width: 120%;
    width: 100%;
    height: auto;
    margin-left: 0;
  }




  .wrapper05 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper05 img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .wrapper06 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper06 img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .wrapper07 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .wrapper07 img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .wrapper_foot {
    width: 100%;
    position: relative;
  }
  .wrapper_foot .footerBtn {
    display: block;
    width: 80vw;
    margin: 10vw auto;
    color: #fff;
    background: #000;
    height: 20vw;
    line-height: 19vw;
    text-align: center;
    font-size: 4.4vw;
  }
  .wrapper_foot .footerBtn:hover {
    color: #000;
    background: #ffe400;
    opacity: 1;
  }




  .totop {
    display: block;
    width: 10vw;
    height: 10vw;
    position: fixed;
    z-index: 10;
    right: 2vw;
    bottom: 3vw;
    background: #444;
  }
  .totop::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 1.4vw solid transparent;
    border-left: 1.4vw solid transparent;
    border-bottom: 2.4vw solid #ffffff;
    border-top: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .totop:hover {
    background: #ffe400;
    opacity: 1;
  }
  .totop:hover::before {
    border-bottom: 2.4vw solid #444;
  }



  .header {
    position: fixed;
    z-index: 10;
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .headerLogo {
    width: 37vw;
    display: block;
    margin: 2vw 0 2vw 2vw;
  }
  .headerBtn {
    display: block;
    width: 38vw;
    padding: 0;
    color: #fff;
    background: #000;
    height: 14vw;
    line-height: 13.8vw;
    text-align: center;
    font-size: 4vw;
  }
  .headerBtn:hover {
    color: #000;
    background: #ffe400;
    opacity: 1;
  }



  .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }



  .copyright {
    text-align: center;
    padding: 6vw 0;
    font-size: 2.4vw;
    background: #fff;
    border-top: 1px solid #ccc;
  }




}



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