<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 全体設定
------------------------------------------------------------*/
body {
  font-family: Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 3px;
  color: #000;
  font-weight: 500;
  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.8;
}
.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;
}
}







.wrapper {
  width: 100%;
  position: relative;
}
.header {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  background: #fff;
}
.header .tab {
}
.header_2 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.header_2 .tab_1 {
  height: 95px;
}
.header_2 .tab_2 {
  height: 95px;
}
.header_2 .tab_3 {
  height: 95px;
}
.header_2 .tab_4 {
  height: 97px;
}
.header_2 .tab_5 {
  height: 97px;
}
.header_2 .tab_6 {
  height: 97px;
}

.inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 104px;
  position: relative;
}
.inner_2 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 192px;
  position: relative;
}

.flexBox {
  display: flex;
}
.flexBox_pc {
  display: flex;
}

.flexBox2 {
  display: flex;
  flex-wrap: wrap;
}
.flexBox2 .btn01 {
  width: calc(100% / 3);
}
.flexBox2 .btn02 {
  width: calc(100% / 3);
}
.flexBox2 .btn03 {
  width: calc(100% / 3);
}
.flexBox2 .btn04 {
  width: calc(100% / 2);
}
.flexBox2 .btn05 {
  width: calc(100% / 2);
}



.copyright {
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 14px;
  padding: 50px;
}

.spacer50 {
  height: 50px;
}


/* 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) {
  .header_2 .tab_1 {
    height: auto;
    width: calc(100% / 3);
  }
  .header_2 .tab_2 {
    height: auto;
    width: calc(100% / 3);
  }
  .header_2 .tab_3 {
    height: auto;
    width: calc(100% / 3);
  }
  .header_2 .tab_4 {
    height: auto;
    width: calc(100% / 3);
  }
  .header_2 .tab_5 {
    height: auto;
    width: calc(100% / 3);
  }
  .header_2 .tab_6 {
    height: auto;
    width: calc(100% / 3);
  }

  .inner {
    padding-top: 7vw;
  }
  .inner_2 {
    padding-top: 13.7vw;
  }

  .spacer50 {
    height: 5vw;
  }



}





/* スマートフォン
-----------------------------------------------*/
@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.5vw;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #000;
    font-weight: normal;
    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;
  }




  .wrapper {
    width: 100%;
    position: relative;
  }
  .header {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .header .btn {
    width: 30vw;
    position: absolute;
    top: 4vw;
    right: 4vw;
  }

  .header_2 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .header_2 .tab_1 {
    width: calc(100% / 2);
  }
  .header_2 .tab_2 {
    width: calc(100% / 2);
  }
  .header_2 .tab_3 {
    width: calc(100% / 2);
  }
  .header_2 .tab_4 {
    width: calc(100% / 2);
  }
  .header_2 .tab_5 {
    width: calc(100% / 2);
  }
  .header_2 .tab_6 {
    width: calc(100% / 2);
  }


  .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 18vw;
  }
  .inner_2 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 49.5vw;
  }



  .flexBox {
    display: flex;
    flex-wrap: wrap;
  }
  .flexBox .btn_04,
  .flexBox .btn_03,
  .flexBox .btn_02,
  .flexBox .btn_01 {
    width: calc(100% / 2);
  }
  .flexBox .btn_left,
  .flexBox .btn_right {
    width: calc(100% / 2);
  }

  .flexBox2 {
    display: flex;
    flex-wrap: wrap;
  }
  .flexBox2 .btn01 {
    width: calc(100% / 2);
  }
  .flexBox2 .btn02 {
    width: calc(100% / 2);
  }
  .flexBox2 .btn03 {
    width: calc(100% / 2);
  }
  .flexBox2 .btn04 {
    width: calc(100% / 2);
  }
  .flexBox2 .btn05 {
    width: 100%;
  }



  .copyright {
    text-align: center;
    color: #000;
    background: #fff;
    font-size: 2.8vw;
    padding: 6vw;
  }
  .flexBox_pc {
    display: block;
  }

  .spacer50 {
    height: 10vw;
  }





}



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