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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.black {
  color: #333333;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.gray {
  color: #f0f0f0;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.green {
  color: #55b94d;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.yellow {
  color: #f0ff44;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
span,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #000000;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #55b94d;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

.en {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

a {
  color: #55b94d;
  font-weight: 700;
}

/* 共通
--------------------------------------------------*/
section {
  padding-top: 60px;
}
section:first-of-type {
  padding-top: 100px;
}

.history {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.history h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.history article {
  padding-top: 40px;
}
.history .history_ttl {
  margin-bottom: 20px;
  color: #55b94d;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .history .history_ttl {
    font-size: 1.6rem;
  }
}
.history .end {
  margin-top: 40px;
}

.list_txt {
  margin-top: 10px;
}
.list_txt li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.list_txt li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .list_txt li {
    font-size: 1.4rem;
  }
}
.list_txt li li {
  font-size: inherit;
}
.list_txt li::before {
  content: "・";
  color: #000000;
}

.list_indent {
  margin-top: 10px;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .list_indent {
    font-size: 1.4rem;
  }
}
.list_indent li {
  font-size: inherit;
}

.history_img {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #aaa;
}/*# sourceMappingURL=70th.css.map */