<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.5;
  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;
  background: #e4f5ff;
}
.wrapper01 {
  width: 100%;
  position: relative;
  background: #e4f5ff;
  margin-top: 50px;
}
.wrapper02 {
  width: 100%;
  position: relative;
  background: #fcfcde;
  margin-top: 150px;
}
.wrapper03 {
  width: 100%;
  position: relative;
  background: #e4f5ff;
  margin-top: 150px;
}
.wrapper04 {
  width: 100%;
  position: relative;
  background: #fcfcde;
  margin-top: 150px;
}
.wrapper05 {
  width: 100%;
  position: relative;
  background: #f0f5f9;
  margin-top: 150px;
}
.wrapper06 {
  width: 100%;
  position: relative;
  background: #fcfcde;
  margin-top: 150px;
}
.wrapper_navi {
  padding: 50px 0 50px;
}

.totop {
  display: block;
  width: 35px;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 30px;
}


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

.headerLogo {
  width: 285px;
}
.headerBtn {
  display: block;
  width: 247px;
  padding: 0;

}
.inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.inner_top {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
}
.flexBox {
  display: flex;
  justify-content: center;
}
.leftBtn {
  display: block;
  max-width: 440px;
  width: 100%;
  position: relative;
  margin-right: 40px;
}
.rightBtn {
  display: block;
  max-width: 440px;
  width: 100%;
  position: relative;
  margin-left: 40px;
}


.footerBtn {
  max-width: 750px;
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
}


.copyright {
  text-align: center;
  padding: 50px 0;
  font-size: 16px;
  background: #fcfcde;
}



/* 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:1040px) {

  .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;
    background: #e4f5ff;
  }
  .wrapper01 {
    width: 100%;
    position: relative;
    background: #e4f5ff;
    margin-top: 5vw;
  }
  .wrapper02 {
    width: 100%;
    position: relative;
    background: #fcfcde;
    margin-top: 10vw;
  }
  .wrapper03 {
    width: 100%;
    position: relative;
    background: #e4f5ff;
    margin-top: 10vw;
  }
  .wrapper04 {
    width: 100%;
    position: relative;
    background: #fcfcde;
    margin-top: 10vw;
  }
  .wrapper05 {
    width: 100%;
    position: relative;
    background: #f0f5f9;
    margin-top: 10vw;
  }
  .wrapper06 {
    width: 100%;
    position: relative;
    background: #fcfcde;
    margin-top: 10vw;
  }
  .wrapper_navi {
    padding: 7vw 1vw 6vw 2vw;
  }

  .totop {
    display: block;
    width: 6vw;
    position: fixed;
    z-index: 10;
    right: 2vw;
    bottom: 4vw;
  }


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

  .headerLogo {
    width: 41vw;
    margin-top: 1vw;
  }
  .headerBtn {
    display: block;
    width: 35vw;
    padding: 0;

  }
  .inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .inner_top {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 12vw 0 0;
  }
  .flexBox {
    display: flex;
    justify-content: center;
  }
  .leftBtn {
    display: block;
    max-width: 440px;
    width: 100%;
    position: relative;
    margin-right: 2vw;
  }
  .rightBtn {
    display: block;
    max-width: 440px;
    width: 100%;
    position: relative;
    margin-left: 2vw;
  }


  .footerBtn {
    max-width: 750px;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }


  .copyright {
    text-align: center;
    padding: 10vw 0;
    font-size: 3.2vw;
    background: #fcfcde;
  }




}



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