@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap&subset=japanese");
.color_wblue1 {
  color: #1790d2;
}

.color_wblue2 {
  color: #b9ebff;
}

.color_bblue {
  color: #004395;
}

.color_pink {
  color: #ff005a;
}

/* 要素 フォントサイズ・マージン・パディングをリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-y: scroll;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  /* 行の高=フォントサイズ */
  /* 新規追加要素をブロック要素化 */
  /* ulのマーカー非表示 */
  /* 引用符の非表示 */
  /* blockquote要素、q要素の前後にコンテンツ非表示 */
  /* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
  /* ins要素 デフォルトセット 色を変える場合はここで変更 */
  /* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
  /* テキスト 打ち消し線 */
  /* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
  /*　隣接するセルのボーダーを重ねて表示　*/
  /* 水平罫線デフォルトリセット */
  /* 縦方向の揃え 中央揃え */
  /* 画像を縦に並べた時に余白0 */
  /*box-sizingを全ブラウザに対応*/
  /*【共通】パーツ
    ----------------------------------------------------------------*/
  /* リンク */
  /* 表示切り替え */
  /*基本設定
    ----------------------------------------------------------------*/
  /* 配置 */
  /* LAZYLOAD SETTINGS */
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.9vw;
  }
}

html body {
  width: 95%;
  margin: auto;
  padding: 0;
  font-family: 'Noto Sans JP', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html article, html aside, html details, html figcaption, html figure,
html footer, html header, html hgroup, html menu, html nav, html section {
  display: block;
}

html ol, html ul {
  list-style: none;
}

html blockquote, html q {
  quotes: none;
}

html blockquote:before,
html blockquote:after,
html q:before,
html q:after {
  content: "";
  content: none;
}

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

html ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

html mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

html del {
  text-decoration: line-through;
}

html abbr[title],
html dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

html table {
  border-collapse: collapse;
  border-spacing: 0;
}

html hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

html input,
html select {
  vertical-align: middle;
}

html img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

html input[type="button"],
html input[type="submit"] {
  cursor: pointer;
}

html input[type="search"],
html input[type="text"],
html input[type="tel"],
html input[type="email"] {
  width: 100%;
  height: 24px;
  border: 1px solid #c9c9c9;
  padding: 0 10px;
}

html textarea {
  width: 100%;
  border: 1px solid #c9c9c9;
  padding: 10px;
}

html .clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
}

html br {
  line-height: inherit;
}

html a,
html a * {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
}

html a:hover,
html a:active {
  text-decoration: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

html .brpc, html img.pc, html .pc_view {
  display: block !important;
}

@media (max-width: 768px) {
  html .brpc, html img.pc, html .pc_view {
    display: none !important;
  }
}

html .brsp, html img.sp, html .sp_view {
  display: none !important;
}

@media (max-width: 768px) {
  html .brsp, html img.sp, html .sp_view {
    display: block !important;
  }
}

html .brpc, html img.pc, html .pc_iview {
  display: inline-block !important;
}

@media (max-width: 768px) {
  html .brpc, html img.pc, html .pc_iview {
    display: none !important;
  }
}

html .d-flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html .d-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .d-flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

html .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

html .flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html .tal {
  text-align: left;
}

html .tac {
  text-align: center;
}

html .tar {
  text-align: right;
}

html .blurUp {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

html .blurUp.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

@-webkit-keyframes stretch-animate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  28% {
    -webkit-transform: scale(1.15, 0.85);
            transform: scale(1.15, 0.85);
  }
  50% {
    -webkit-transform: scale(0.9, 1.1);
            transform: scale(0.9, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes stretch-animate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  28% {
    -webkit-transform: scale(1.15, 0.85);
            transform: scale(1.15, 0.85);
  }
  50% {
    -webkit-transform: scale(0.9, 1.1);
            transform: scale(0.9, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*# sourceMappingURL=common.css.map */