@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*========================================
  ブラウザごとのデフォルトスタイルの初期化
========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
code,
del,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

img {
  vertical-align: middle;
}

/*========================================
  要素の基本的なスタイル
========================================*/
html {
  font-size: 10px;
  height: 100%;
}

body {
  background: #f7f7f7;
  text-size-adjust: 100%;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  min-width: 320px;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
iframe,
video,
picture {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

img {
  letter-spacing: 0;
  font-size: 12px;
  height: auto;
}

a {
  text-decoration: none;
  word-break: break-all;
}

.text-center{
  text-align: center;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

small {
  font-size: 80%;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
  font: inherit;
  padding: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

label {
  cursor: pointer;
  display: inline-block;
}

/*========================================
  コンテンツ（メインコンテンツとサイドバーのラッパー）
========================================*/
/*========================================
  サイト共通のフッター
========================================*/
.l-footer {
  margin-top: 16.875em;
  padding-bottom: 6.25em;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .l-footer {
    margin-top: 24.5454545455vw;
    padding-bottom: 9.0909090909vw;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__logo img {
    width: 45.7272727273vw;
  }
}
.l-footer__copyright {
  display: block;
  margin-top: 5em;
  font-size: 1rem;
}

/*========================================
  サイト共通のヘッダー
========================================*/
.l-header {
  background: #fff;
  padding: 2.8125em;
}
@media screen and (max-width: 1100px) {
  .l-header {
    padding: 4.0909090909vw;
  }
}
.l-header__sitename {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
@media screen and (max-width: 1100px) {
  .l-header__logo {
    width: 45.8181818182vw;
  }
}

/*========================================
  メインコンテンツ
========================================*/
/*========================================
  ページ全体のレイアウト
========================================*/
/*========================================
 * hidden
 *
 * クラス : u-hidden-{MQ}
========================================*/
@media screen and (max-width: 767px) {
  .u-hidden-ltSP {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .u-hidden-ltTAB {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-gtTAB {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .u-hidden-gtPC {
    display: none;
  }
}

/*========================================
 * スクリーンリーダーテキスト
========================================*/
.screen-reader-text,
.u-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}