@charset "utf-8";

/* WEBフォントインポート */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

figure {
  margin: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #444c55;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #444c55;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media (max-width: 767px) {
  input, textarea {
    font-size: 16px;
  }
}

html {
  font-size: 10px;
  letter-spacing: 0.5px;
  scroll-padding-top: 120px;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

small {
  font-size: 12px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 30px;
  color: #444c55;
  min-width: inherit;
  letter-spacing: 0;
  background: #FFF;
  font-weight: 400;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

input, textarea, select, button, pre {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #444c55;
}

strong {
  font-weight: 500;
}

figure {
  text-align: center;
  margin: 0;
}

img {
  max-width: 100%;
}

video {
  max-width: 100%;
}

main {
  display: block;
  width: 100%;
  /* position: relative; */
}

section {
  display: block;
  width: 100%;
}

p {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  p {
    font-size: 14px;
  }
}

p:last-child {
  margin-bottom: 0;
}

hr {
  border-color: #dfdfdf;
}

a {
  color: #7c879b;
  transition: 0.3s;
  /* color: #444c55; */
  /* text-decoration: none; */
}

a:visited {
  color: #7c879b;
  /* color: #444c55; */
  /* text-decoration: none; */
}

a:hover, a:focus {
  color: #3a5da2;
  text-decoration: none;
  outline: none;
}

a[href^="tel:"] {
  color: #7c879b;
  pointer-events: none;
  cursor: default;
  /* color: #444c55; */
  /* text-decoration: none; */
}

@media (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

a.arrow-typeA, a.arrow-typeB, a.arrow-typeC {
  position: relative;
  /* padding-left: 25px; */
  margin: 0 4px;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  vertical-align: text-bottom;
  gap: 8px;
}
a.arrow-typeA:hover, a.arrow-typeB:hover, a.arrow-typeC:hover {
  color: #3a5da2;
  text-decoration: none;
}
 a.arrow-typeA::before {
  content: "";
  display: block;
  width: 0.8125em;
  height: 0.4375em;
  background: url(../img/linkarrow-ic.svg) no-repeat;
  background-size: contain;
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto; */
  transition: 0.3s;
}
 a.arrow-typeB::before {
  content: "";
  display: block;
  width: 1.0625em;
  height: 1.0625em;
  background: url(../img/linkpdf-ic.svg) no-repeat;
  background-size: contain;
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s; */
}
 a.arrow-typeC::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/linkblank-ic.svg) no-repeat;
  background-size: contain;
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s; */
}