@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

body {
  font: 14px "Noto Sans JP", sans-serif;
  color: #153851;
  background: #fff;
  line-height: 1.4;
}
@media print, screen and (min-width: 1000px) {
  body {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
  }
}
@media print, screen and (max-width: 999px) {
  body {
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-style: none;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

ul, ol {
  list-style: none;
}

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

strong {
  display: block;
}

/* ヘッダー
----------------------------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}

.head_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 1000px) {
  .head_main {
    padding: 1.4vw 3.4vw 0 3.2vw;
  }
}
@media print, screen and (max-width: 999px) {
  .head_main {
    padding: 5vw 5vw 0 5vw;
  }
}

@media print, screen and (min-width: 1000px) {
  .head_logo {
    max-width: 240px;
  }
}
@media print, screen and (max-width: 999px) {
  .head_logo {
    max-width: 264px;
    width: 34vw;
  }
}

/* フッター
----------------------------------------------- */
footer {
  padding: 20px 0;
  background: linear-gradient(90deg, #00b1b2 0%, #3188c9 100%);
}

._fot-copy {
  font-size: 1.15rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/* 共有
----------------------------------------------- */
@media print, screen and (min-width: 1000px) {
  .pc_none {
    display: none;
  }
}

@media print, screen and (max-width: 999px) {
  .sp_none {
    display: none;
  }
}

._yellow-text {
  color: #ffff00;
}

._orange-text {
  color: #f15a24;
}

._blue-text {
  color: #3188c9;
}

._grada-text {
  background: linear-gradient(90deg, #00b1b2 0%, #3188c9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._bold_title {
  font-weight: bold;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  ._bold_title {
    margin-bottom: 2.4vw;
    font-size: 3.3vw;
  }
}
@media print, screen and (max-width: 999px) {
  ._bold_title {
    margin-bottom: 6.5vw;
    font-size: 8vw;
  }
}
._bold_title::after {
  content: "";
  background: linear-gradient(90deg, #00b1b2 0%, #3188c9 100%);
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 1000px) {
  ._bold_title::after {
    width: 54px;
    height: 5px;
  }
}
@media print, screen and (max-width: 999px) {
  ._bold_title::after {
    width: 66px;
    height: 7px;
  }
}

.link_btn {
  background: #f15a24;
  border: 3px solid #fff;
  border-radius: 50px;
}
@media print, screen and (min-width: 1000px) {
  .link_btn {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 999px) {
  .link_btn {
    font-size: 3.8vw;
  }
}
.link_btn a {
  color: #fff;
}
@media print, screen and (min-width: 1000px) {
  .link_btn a {
    padding: 25px 45px 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .link_btn a {
    padding: 4vw 7.5vw;
  }
}/*# sourceMappingURL=common.css.map */