@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .pc {
    display: none !important;
  }
}
body > * {
  overflow-x: hidden;
}
header h1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 150px;
  background-color: #fdc1bf;
}
@media screen and (max-width: 768px) {
  header h1 {
    height: 70px;
  }
}
header h1 a {
  display: block;
  width: 450px;
}
@media screen and (max-width: 768px) {
  header h1 a {
    width: 250px;
  }
}
header nav {
  padding: 10px 0;
  background-color: #292e34;
}
header nav ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header nav ul li {
  padding: 0 20px;
}
header nav ul li + li {
  position: relative;
}
header nav ul li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 50%;
  background-color: #fff;
  translate: 0 -50%;
}
header nav ul li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 30px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.7s;
}
header nav ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header nav ul li a:hover {
    opacity: 1;
  }
}
header nav ul li a:hover img {
  opacity: 1;
}
footer {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  height: 230px;
  background-color: #637580;
}
footer > div {
  margin: auto 0;
}
footer > div .sns {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer > div .sns li {
  width: 30px;
  margin: 0 10px;
}
footer > div .sns li a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
footer > div .sns li a img {
  width: 100%;
  max-width: none;
}
footer > div .sitemap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
footer > div .sitemap li {
  margin: 0 10px;
}
footer > div .sitemap li a {
  color: #fff;
  font-size: 0.9em;
}
footer #copyright {
  display: block;
  margin-top: auto;
  padding: 10px;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  background-color: #dd8784;
}
main {
  min-height: calc(100vh - 150px - 50px - 230px);
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 70px - 50px - 230px);
  }
}
main > * {
  width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
main > * + * {
  margin-top: 100px;
}
main p a {
  color: #dd8784;
  text-decoration: underline;
}
main p a:hover {
  text-decoration: none;
}
main p b {
  background: linear-gradient(transparent 80%, #fdc1bf 20%);
}
main p small {
  display: block;
  font-size: 0.8em;
}
main p + figure {
  margin-top: 15px;
}
main figure + p {
  margin-top: 15px;
}
main .wrap {
  display: block;
  margin-top: 20px;
}
main .wrap:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main .wrap + p {
  margin-top: 20px;
}
main .wrap figure {
  float: left;
  width: 300px;
  margin-right: 30px;
  margin-bottom: 10px;
  border: 1px #637580 solid;
}
@media screen and (max-width: 768px) {
  main .wrap figure {
    float: none;
    width: auto;
    margin: 0 0 15px;
    text-align: center;
  }
}
main .wrap figure + p {
  margin-top: 0;
}
main .ttl01 {
  display: block;
  margin-bottom: 30px;
  padding: 3px 0 3px 15px;
  border-left: 5px #dd8784 solid;
  color: #dd8784;
  font-size: 1.2em;
  font-weight: 500;
}
main .ttl01:not(:first-child) {
  margin-top: 80px;
}
main .btn01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
main .btn01 a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  margin: 10px 10px 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #dd8784;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .btn01 a:hover {
    opacity: 1;
  }
}
main .btn01 a:hover img {
  opacity: 1;
}
main .btn01 a.l2 {
  height: 60px;
  line-height: 1.3;
}
main .archive01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .archive01 {
    display: block;
    padding: 0 20px;
  }
}
main .archive01 > * {
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  main .archive01 > * {
    width: auto;
    margin-right: 0;
  }
  main .archive01 > * + * {
    margin-top: 100px !important;
  }
}
main .archive01 > *:nth-child(2n) {
  margin-right: 0;
}
main .archive01 > *:nth-child(n + 3) {
  margin-top: 50px;
}
main .archive01 > * a {
  text-decoration: none;
  transition: opacity 0.7s;
}
main .archive01 > * a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .archive01 > * a:hover {
    opacity: 1;
  }
}
main .archive01 > * a:hover img {
  opacity: 1;
}
main .archive01 > * a div {
  position: relative;
  margin-top: 10px;
  text-align: center;
}
main .archive01 > * a div:after {
  content: "→";
  position: absolute;
  right: 0;
  bottom: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px #637580 solid;
  border-radius: 50%;
  background-color: #fff;
}
main .archive01 > * a div em {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}
main .archive01 > * a div p {
  margin-top: 10px;
}
main .archive02 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .archive02 > * {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  main .archive02 > * {
    width: calc((100% - 30px) / 2);
    margin-right: 30px !important;
  }
  main .archive02 > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  main .archive02 > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main .archive02 > *:nth-child(3n) {
  margin-right: 0;
}
main .archive02 > *:nth-child(n + 4) {
  margin-top: 30px;
}
main .archive02 > * a {
  text-decoration: none;
  transition: opacity 0.7s;
}
main .archive02 > * a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .archive02 > * a:hover {
    opacity: 1;
  }
}
main .archive02 > * a:hover img {
  opacity: 1;
}
main .archive02 > * a em {
  display: block;
  margin-top: 10px;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .archive02 > * a em {
    font-size: 1.2em;
  }
}
main #top > * + * {
  margin-top: 100px;
}
main #top .ttl01 {
  padding-left: 0;
  border-left: none;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.4;
}
main #top #register {
  position: relative;
  margin-top: -50px;
  padding: 100px 0;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
main #top #register:before, main #top #register:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  translate: -50% 0;
}
main #top #register:before {
  z-index: -10;
  background: url(../img/top_register_01.jpg) no-repeat center / cover;
}
main #top #register:after {
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.7);
}
main #top #register p {
  font-weight: 700;
}
main #top #register p a {
  font-weight: 700;
}
main #top #register .btn01 a {
  background-color: #f00;
}
main #top #features ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #top #features ul {
    display: block;
  }
}
main #top #features ul > li {
  width: calc((100% - 60px) / 3);
  margin-right: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  background-color: #2d3339;
}
main #top #features ul > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #top #features ul > li {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-right: 0;
  }
  main #top #features ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main #top #features ul > li img {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main #top #features ul > li img {
    width: 80px;
  }
}
main #top #features ul > li div {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main #top #features ul > li div {
    width: calc(100% - 80px);
    margin-top: 0;
    padding-left: 20px;
    text-align: left;
  }
}
main #top #features ul > li div big {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
main #top #tool {
  position: relative;
  padding: 100px 0;
}
main #top #tool:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: rgba(204, 204, 204, 0.3);
  translate: -50% 0;
}
main #top #application p {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
main #top #application p a {
  font-weight: 700;
}
main #top #application hr {
  display: block;
  margin: 30px auto 10px;
  border: 20px transparent solid;
  border-top: 30px #dd8784 solid;
  border-bottom-width: 0;
}
main #top #application .btn01 {
  margin-top: 30px;
}
main #top #application .btn01 a {
  width: 300px;
  height: 60px;
  font-size: 1.2em;
  background-color: #25b901;
}
main #tool #single {
  width: 700px;
  margin: 0 auto;
}
main #tool #single figure {
  border: 1px #637580 solid;
}
main #about > div:not([class]) {
  display: block;
}
main #about > div:not([class]):after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main #about > div:not([class]) figure {
  float: right;
  width: 250px;
  margin-left: 20px;
  margin-bottom: 10px;
}
main #about > div:not([class]) div p {
  line-height: 1.8;
}
main #policy ol {
  margin: 50px 0;
}
main #policy ol > li + li {
  margin-top: 30px;
}
