@charset "UTF-8";
/* CSS Document */

@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: /*local("Noto Sans CJK JP Regular"),*/
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: /*local("Noto Sans CJK JP Regular"),*/
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: /*local("Noto Sans CJK JP Medium"),*/
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: /*local("Noto Sans CJK JP Bold"),*/
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}

*{margin: 0;padding: 0; outline:none; /*-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;*/ -webkit-appearance: none;
}

body {
  color:#13bed0;
  background:#FFF;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  scrolling: yes;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
img {
  vertical-align: top;
  border:none;
  max-width: 100%;
}
p {
  font-size: 14px;
  line-height: 2;
}
table {
  border-collapse:collapse;
}
ul {
  list-style-type:none;
}
button, input, select {
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
h1, h2, h3 {
  font-weight:normal;
}

/* FOR SLICK.JS */
.slick-list{_zoom: 1; overflow: hidden;}

/* =========================================================
リンク
========================================================= */
a {
  color:#13bed0;
  text-decoration:none;
  overflow:hidden;
  outline:none;
  cursor: pointer;
}
a:hover {
  text-decoration:none;
  color: #13bed0;
}
a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration:none!important
}
@media screen and (max-width: 989px){
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a.noneLink {
  pointer-events: none;
  color: inherit;
  text-decoration:none;
}


/* ::::::::::::::::::::::::::::::::: COMMON ::::::::::::::::::::::::::::::::: */


/*COMMON*/
div.wrap {
  padding: 80px 0 0;
}

/* SECTION */
div.section {
  padding: 60px 0;
  position: relative;
}



@media screen and (max-width: 1100px){
    div.section div.featureWrap div.inside {
      width: 980px;
    }
    div.section div.featureWrap ul button.slick-prev {
      left: 0;
    }
    div.section div.featureWrap ul button.slick-next {
      right: 0;
    }
}


@media screen and (max-width: 1100px){
    div.section div.columnWrap div.inside {
      width: 980px;
    }
    div.section div.columnWrap ul button.slick-prev {
      left: 0;
    }
    div.section div.columnWrap ul button.slick-next {
      right: 0;
    }
}


/* FOR SMALL PC OR TABLET DEVICE */
@media screen and (max-width: 1255px){

}


/* ::::::::::::::::::::::::::::::::: PC ::::::::::::::::::::::::::::::::: */
@media screen and (min-width: 990px){
  .is_sp {
    display:none!important;
  }
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px){
  .is_pc {
    display:none!important;
  }

  /*COMMON*/
  div.wrap {
    padding: 50px 0 0;
    overflow: hidden;
  }
  /* SECTION */
  div.section {
    padding: 40px 0;
  }
  div.section.pt0 {
    padding: 0 0 40px;
  }
  div.section.pt0_sp {
    padding: 0 0 40px;
  }
}

















