@charset "UTF-8";
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;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol, ul {
  list-style-type: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

button {
  background: none;
  border: none;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 0;
}

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

input, input[type=submit], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
}

body {
  font-size: 1.4rem;
  color: #fff;
  background: #f59a8b;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  box-sizing: border-box;
}
body * {
  box-sizing: inherit;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

strong {
  font-weight: bold;
}

button, input, textarea, select, option {
  -webkit-appearance: none;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 1em;
  border: none;
  border-radius: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}
button::placeholder, input::placeholder, textarea::placeholder, select::placeholder, option::placeholder {
  opacity: 0.5;
}
button:hover, input:hover, textarea:hover, select:hover, option:hover {
  opacity: 0.5;
  cursor: pointer;
}

a, select {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover, select:hover {
  opacity: 0.5;
  cursor: pointer;
}
.l-header {
  background-color: transparent;
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
}
.l-header a {
  color: #fff;
}
.l-main {
  max-width: 500px;
  margin: 0 auto;
}

.l-footer {
  background-color: transparent;
  color: #fff;
  text-align: center;
  padding: 0 2em;
  max-width: 500px;
  margin: 0 auto;
}
.l-footer__copyright {
  font-size: 1.2rem;
}
.c-button, .c-button--border {
  position: relative;
  display: inline-block;
  padding: 1em;
  background-color: #fff;
  color: #f59a8b;
  text-align: center;
  line-height: 1em;
  text-decoration: none;
  border: 1px #fff solid;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.2rem;
  min-width: 20em;
}
.c-button:hover, .c-button--border:hover {
  opacity: 1;
  background-color: #f59a8b;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-button, .c-button--border {
    min-width: 50%;
  }
}
.c-button i, .c-button--border i {
  font-size: 1.5em;
  margin-right: 0.25em;
}
.c-button--border {
  background-color: rgba(245, 154, 139, 0.5);
  border: 1px #fff solid;
  color: #fff;
}
.c-button--pink {
  position: relative;
  display: inline-block;
  padding: 1em;
  background-color: #fff;
  color: #f59a8b;
  text-align: center;
  line-height: 1em;
  text-decoration: none;
  border: 1px #fff solid;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-button--pink:hover {
  opacity: 1;
  background-color: #f59a8b;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-button--pink {
    min-width: 50%;
  }
}
.c-button--white {
  position: relative;
  display: inline-block;
  padding: 1em;
  background-color: #fff;
  color: #0048be;
  text-align: center;
  line-height: 1em;
  text-decoration: none;
  border: 1px #fff solid;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-button--white:hover {
  opacity: 1;
  background-color: #f59a8b;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-button--white {
    min-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-button--white {
    width: 100%;
  }
}
.c-button--underline {
  text-decoration: underline;
}
.c-button--arrow--r {
  position: relative;
  display: inline-block;
  padding: 1em 5em 0.5em;
  border-bottom: 1px #fff solid;
}
.c-button--arrow--r::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  height: 2em;
  background-color: #fff;
  transform: rotate(-45deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 768px) {
  .c-button--arrow--r {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.c-button--arrow--r--mini::after {
  display: inline-block;
  padding-left: 0.5em;
  font-weight: 300;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
}
.c-button--bright {
  transition: filter 0.3s ease;
}
.c-button--bright:hover {
  opacity: 1;
  filter: invert(1);
}

.p-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding: 0 3rem 6rem;
}
.p-index__logo {
  margin: 0 auto;
}
.p-index__lead {
  margin: 3em auto;
  max-width: 50rem;
  line-height: 1.8em;
}
.p-index__lists {
  margin: 3em auto 0;
  text-align: center;
}
.p-index__lists > li {
  margin-bottom: 2em;
}
.p-index__lists__notes {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.p-paper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding: 0 3rem 6rem;
}
.p-paper__title {
  margin: 1em auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
}
.p-paper__lists__list {
  position: relative;
  margin-bottom: 2em;
  text-align: center;
}
.p-paper__lists__list__img--cover {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
