/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;900&display=swap");
/* line 5, ../../../../../../../opt/homebrew/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../opt/homebrew/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../opt/homebrew/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../opt/homebrew/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../opt/homebrew/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../opt/homebrew/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../opt/homebrew/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../opt/homebrew/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../opt/homebrew/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "Noto Sans";
  src: url('/fonts/NotoSans-Regular.ttf?1645605823') format('truetype');
}
@font-face {
  font-family: "Noto Sans Bold";
  src: url('/fonts/NotoSans-Bold.ttf?1645605818') format('truetype');
}
/* line 9, ../sass/screen.scss */
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Noto Serif JP' !important;
  margin-bottom: 0;
}

/* line 24, ../sass/screen.scss */
h1,
.header-h1 {
  font-size: 2.5rem !important;
  line-height: 3.25rem;
}

/* line 30, ../sass/screen.scss */
h2,
.h2,
.header-h2 {
  font-size: 2rem !important;
}

/* line 36, ../sass/screen.scss */
h3,
.h3,
.header-h3 {
  font-size: 1.75rem !important;
  line-height: 2.25rem !important;
}

/* line 43, ../sass/screen.scss */
h4,
.h4,
.header-h4 {
  font-size: 1.5rem !important;
  line-height: 2rem;
}

/* line 50, ../sass/screen.scss */
h5 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

/* line 55, ../sass/screen.scss */
.h6 {
  font-size: 0.875rem;
}

/* line 59, ../sass/screen.scss */
body {
  background-color: #f5f4f0;
}

/* line 63, ../sass/screen.scss */
body,
p,
li {
  font-family: 'Noto Sans';
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
}

/* line 74, ../sass/screen.scss */
ul li {
  list-style-type: disc;
}
/* line 77, ../sass/screen.scss */
ul ::marker {
  font-size: 0.7em;
}

/* line 83, ../sass/screen.scss */
ol li {
  list-style-type: auto;
}
/* line 86, ../sass/screen.scss */
ol ::marker {
  font-size: 1rem;
}

/* line 91, ../sass/screen.scss */
ul,
ol {
  margin: 0 1.15rem 2rem 1.8rem;
}
/* line 94, ../sass/screen.scss */
ul li,
ol li {
  line-height: 1.75rem;
  margin-bottom: 0.3rem;
  padding-left: 0.5rem;
}

/* line 102, ../sass/screen.scss */
.header-h1, .header-h2, .header-h3, .header-h4 {
  margin-bottom: 1.8rem;
  padding-top: 1.8rem;
}

/* line 111, ../sass/screen.scss */
strong {
  font-family: 'Noto Sans Bold';
}

/* line 115, ../sass/screen.scss */
.blockquote.custom-tag,
.custom-tag-blockquote {
  border: none;
  font-family: 'Noto Serif JP';
  padding: 0;
  position: relative;
}
/* line 121, ../sass/screen.scss */
.blockquote.custom-tag p,
.custom-tag-blockquote p {
  color: #7f7b75;
  font-family: 'Noto Serif JP';
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.25rem;
}
/* line 127, ../sass/screen.scss */
.blockquote.custom-tag p:not(.author),
.custom-tag-blockquote p:not(.author) {
  margin-bottom: 1.25rem !important;
  padding-top: 4.5rem;
}
/* line 130, ../sass/screen.scss */
.blockquote.custom-tag p:not(.author):before, .blockquote.custom-tag p:not(.author):after,
.custom-tag-blockquote p:not(.author):before,
.custom-tag-blockquote p:not(.author):after {
  content: '';
  background-color: #dad7cd;
  display: block;
  border-radius: 0 3.7rem 3.75rem 0;
  height: 3.75rem;
  position: absolute;
  top: 0;
  width: 1.87rem;
}
/* line 142, ../sass/screen.scss */
.blockquote.custom-tag p:not(.author):before,
.custom-tag-blockquote p:not(.author):before {
  left: 50%;
  transform: translateX(0.5rem);
}
/* line 146, ../sass/screen.scss */
.blockquote.custom-tag p:not(.author):after,
.custom-tag-blockquote p:not(.author):after {
  right: 50%;
  transform: translateX(-0.5rem);
}
/* line 152, ../sass/screen.scss */
.blockquote.custom-tag p.author,
.custom-tag-blockquote p.author {
  font-size: 0.75rem;
  text-align: center !important;
}

/* line 159, ../sass/screen.scss */
.factbox {
  background-color: #e8e6df;
  border-radius: 2.5rem;
  padding: 2.5rem 1.87rem;
}
/* line 163, ../sass/screen.scss */
.factbox p {
  font-family: 'Noto Sans';
}
/* line 165, ../sass/screen.scss */
.factbox p:only-child {
  margin-bottom: 0 !important;
}
/* line 169, ../sass/screen.scss */
.factbox h3.header-h2 {
  padding-top: 0;
  text-align: left;
}
@media (min-width: 960px) {
  /* line 159, ../sass/screen.scss */
  .factbox {
    margin-left: -5%;
    width: 110%;
  }
  /* line 177, ../sass/screen.scss */
  .factbox p,
  .factbox h3.header-h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
  }
}
@media (min-width: 1200px) {
  /* line 159, ../sass/screen.scss */
  .factbox {
    margin-left: -10%;
    width: 120%;
  }
  /* line 188, ../sass/screen.scss */
  .factbox p,
  .factbox h3.header-h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
  }
}

/* line 197, ../sass/screen.scss */
input.form-control {
  border: none;
  border-bottom: 0.1rem solid #000000;
  color: #000000;
  font-family: 'Noto Sans';
  font-size: 0.75rem;
  font-weight: 300;
  height: 2.5rem;
  letter-spacing: 0.125rem;
  line-height: 1.875rem;
  outline: none;
  padding: 0.313rem 2.5rem 0.313rem 0;
  text-transform: uppercase;
}
/* line 210, ../sass/screen.scss */
input.form-control:focus {
  border-color: #000000;
}
/* line 213, ../sass/screen.scss */
input.form-control::placeholder {
  color: #dad7cd;
  font-family: 'Noto Sans';
  font-size: 0.875rem !important;
  font-weight: 300;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

/* line 223, ../sass/screen.scss */
.btn {
  font-family: 'Noto Sans';
  font-size: 1.12rem;
  font-weight: 300;
  height: 2.8rem;
  letter-spacing: 0.109rem;
  line-height: 2.81rem;
  margin: auto;
  padding: 0 1.5rem;
}
/* line 232, ../sass/screen.scss */
.btn.btn-secondary {
  background-color: transparent;
  border: 0.1rem solid #216d67;
  color: #216d67;
  width: 100%;
}
