@charset "UTF-8";
/* --------------------------------------------------------------------------------- CSS reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, hgroup, header,
footer, nav, dialog, figure, menu,
video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  vertical-align: baseline;
}

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

img, li {
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

table th, table td {
  vertical-align: top;
}

small {
  font-size: 75%;
  font-style: normal;
}

em {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

strong {
  font-size: 100%;
}

input.text, select {
  padding: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

label, input[type='submit'], button {
  cursor: pointer;
}

button {
  line-height: 1.0;
}

/* --------------------------------------------------------------------------------- argument */
/*
@font-face
{
	font-family: 'Noto Sans JP';
	src: url('fonts/NHaasGroteskDSStd-15UltTh.otf');
	font-weight: 100;
}
*/
/* --------------------------------------------------------------------------------- extend */
body header, body section, body article, body aside, body form, body noscript, body nav {
  *zoom: 1;
}

body header:before, body section:before, body article:before, body aside:before, body form:before, body noscript:before, body nav:before, body header:after, body section:after, body article:after, body aside:after, body form:after, body noscript:after, body nav:after {
  content: '';
  display: table;
  line-height: 0;
}

body header:after, body section:after, body article:after, body aside:after, body form:after, body noscript:after, body nav:after {
  clear: both;
}

/* --------------------------------------------------------------------------------- mixin */
html {
  width: 100%;
  min-width: 1180px;
  min-height: 100%;
  overflow-y: scroll;
}

body {
  font-family: "Helvetica", "Meiryo UI", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", Arial, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.1;
}

body a {
  color: #333;
}

body a:link {
  text-decoration: none;
}

body a:visited {
  text-decoration: none;
}

body a:hover {
  text-decoration: underline;
}

body a:active {
  text-decoration: none;
}

body img {
  max-width: 100%;
  height: auto;
}

body .show {
  display: block;
}

body div.loading {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 60%;
  margin: 0 0 0 -300px;
  padding: 10px 0 0 70px;
  font-weight: bold;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body div.loading:before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #000;
          box-shadow: inset 0 0 0 2px #000;
  vertical-align: middle;
  -webkit-animation: loading .5s linear infinite;
          animation: loading .5s linear infinite;
  clip: rect(0, 50px, 50px, 31.25px);
}

header {
  position: relative;
}

header > div {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 2.0em 0 0;
  z-index: 2;
}

main {
  position: relative;
}

main em {
  font-style: italic;
}

main > section {
  position: relative;
}

main > section > div,
main > section > form {
  position: relative;
  margin: 0 auto;
  width: 1180px;
  z-index: 2;
}

body.home header {
  margin: 0 0 15.0em;
  background: url(../img/body-bg.jpg) top center no-repeat fixed;
  background-size: cover;
}

body.home header:before {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
  z-index: 1;
}

body.home header > div {
  margin-bottom: -10.0em;
}

body.home header > div > a.logo {
  display: block;
  margin: 0 0 19.0em;
  padding: 1.5em 1.5em 1.3em;
  width: 250px;
  height: auto;
  background-color: #000;
}

body.home header > div > a.logo > svg path {
  fill: #fff;
}

body.home header > div > a.estimation {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1.0em;
  color: #f90e1e;
  font-weight: bold;
  line-height: 1.0;
  width: 15em;
  height: auto;
  border: 4px solid #f90e1e;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 2em;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 1.05rem;
}

body.home header > div > a.estimation:hover {
  background-color: #f90e1e;
}

body.home header > div > a.estimation:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 0.8em;
  height: 0.8em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/base-icon-arrow-upperright01.svg);
}

body.home header > div > a.estimation:hover {
  color: #fff;
  text-decoration: none;
}

body.home header > div > a.estimation:hover:after {
  background-image: url(../img/base-icon-arrow-upperright02.svg);
}

body.home header > div h1 {
  margin: 0 0 2.0em;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.08em;
  text-align: right;
  text-shadow: 1px 0 0.3em 0.5em black, -1px 0 0.3em 0.5em black;
}

body.home header > div h1 > strong {
  color: #f90e1e;
  font-size: 4.3rem;
  letter-spacing: 0;
}

body.home header > div > p {
  margin: 0 auto;
  padding: 2.0em;
  line-height: 1.7;
  width: calc(1180px * 0.6);
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 0.7em 0.3em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.7em 0.3em rgba(0, 0, 0, 0.2);
}

body.home main:before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: 100%;
  height: 20em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffcc66));
  background-image: -webkit-linear-gradient(#fff, #ffcc66);
  background-image: linear-gradient(#fff, #ffcc66);
  z-index: 1;
}

body.home main > section > div {
  padding: 7.0em 0;
}

body.home main > section > div > h2 {
  margin: 0 0 0.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}

body.home main > section > div > p {
  margin: 0 0 5.0em;
  line-height: 1.7;
}

body.home main > section#reason {
  background-color: #ffcc66;
}

body.home main > section#reason > div > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
  flex-direction: row;
  -webkit-flex-direction: -webkit-row;
          flex-direction: -webkit-row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-wrap: -webkit-wrap;
          flex-wrap: -webkit-wrap;
}

body.home main > section#reason > div > ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
  margin: 0 0 1.0em;
  min-width: calc(50% - 1.5em / 2);
  max-width: calc(50% - 1.5em / 2);
}

body.home main > section#reason > div > ul > li:nth-of-type(odd) {
  margin-right: 1.5em;
}

body.home main > section#reason > div > ul > li > figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  margin: 0 1.0em 0 0;
  text-align: center;
  min-width: 100px;
  height: 100px;
  background-color: #fff;
}

body.home main > section#reason > div > ul > li > figure svg {
  width: 50px;
  height: 50px;
}

body.home main > section#reason > div > ul > li > figure svg path, body.home main > section#reason > div > ul > li > figure svg rect, body.home main > section#reason > div > ul > li > figure svg polygon {
  fill: #333;
}

body.home main > section#reason > div > ul > li > figure svg text {
  fill: #333;
  font-size: 15px;
  font-family: HiraKakuStd-W8-83pv-RKSJ-H, Hiragino Kaku Gothic Std;
}

body.home main > section#reason > div > ul > li > figure > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  width: 100px;
  height: 100px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

body.home main > section#reason > div > ul > li > figure > a:hover {
  background-color: #f90e1e;
}

body.home main > section#reason > div > ul > li > figure > a:hover {
  background-color: #f90e1e;
}

body.home main > section#reason > div > ul > li > figure > a:hover svg path, body.home main > section#reason > div > ul > li > figure > a:hover svg rect, body.home main > section#reason > div > ul > li > figure > a:hover svg polygon, body.home main > section#reason > div > ul > li > figure > a:hover svg text {
  fill: #fff;
}

body.home main > section#reason > div > ul > li > dl {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

body.home main > section#reason > div > ul > li > dl > dt {
  display: block;
  margin: 0 0 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

body.home main > section#reason > div > ul > li > dl > dt > a {
  display: block;
}

body.home main > section#reason > div > ul > li > dl > dt > a:after {
  content: '';
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25em 0.35em;
  border-color: transparent transparent transparent #f90e1e;
  position: static;
  display: inline-block;
  margin-left: 0.5em;
  -webkit-transition: translateY(-0.1em);
  transition: translateY(-0.1em);
}

body.home main > section#reason > div > ul > li > dl > dd {
  font-size: 0.9rem;
  line-height: 1.5;
}

body.home main > section#purpose > div > figure {
  margin: 0 0 5.0em;
  text-align: center;
}

body.home main > section#purpose > div > figure > img {
  margin: 0 1.5em;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}

body.home main > section#purpose > div > dl {
  margin: 0 auto;
  width: calc(1180px * 0.75);
}

body.home main > section#purpose > div > dl > dt {
  margin: 0 0 1.0em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

body.home main > section#purpose > div > dl > dd > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
  flex-direction: row;
  -webkit-flex-direction: -webkit-row;
          flex-direction: -webkit-row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-wrap: -webkit-wrap;
          flex-wrap: -webkit-wrap;
}

body.home main > section#purpose > div > dl > dd > ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 0.5em 3.0em;
  min-width: 50%;
  max-width: 50%;
}

body.home main > section#purpose > div > dl > dd > ul > li:nth-of-type(1), body.home main > section#purpose > div > dl > dd > ul > li:nth-of-type(2), body.home main > section#purpose > div > dl > dd > ul > li:nth-of-type(5), body.home main > section#purpose > div > dl > dd > ul > li:nth-of-type(6) {
  background-color: #eee;
}

body.home main > section#purpose > div > dl > dd > ul > li:before {
  content: '●';
  position: absolute;
  top: 0.7em;
  right: auto;
  bottom: auto;
  left: 2.5em;
  font-size: 0.8em;
}

body.home main > section#plan {
  background-color: #eee;
}

body.home main > section#plan > div > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
}

body.home main > section#plan > div > ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.5em;
  background-color: #fff;
}

body.home main > section#plan > div > ul > li:nth-of-type(odd) {
  margin-right: 2.5em;
}

body.home main > section#plan > div > ul > li > dl > dt {
  margin: 0 0 1.0em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

body.home main > section#plan > div > ul > li > dl > dt > svg {
  margin: 0 1.0em 0 0;
  width: 100px;
  height: 80px;
  vertical-align: middle;
}

body.home main > section#plan > div > ul > li > dl > dt > svg path {
  fill: #f90e1e;
}

body.home main > section#plan > div > ul > li > dl > dd > p {
  margin: 0 0 1.5em;
  padding: 0 0 1.0em;
  font-size: 0.9rem;
  line-height: 1.7;
  border-bottom: 1px solid #ccc;
}

body.home main > section#plan > div > ul > li > dl > dd > ul > li {
  position: relative;
  padding: 0 0 0 1.0em;
  font-size: 0.8rem;
  line-height: 1.5;
}

body.home main > section#plan > div > ul > li > dl > dd > ul > li:not(:last-child) {
  margin: 0 0 1.0em;
}

body.home main > section#plan > div > ul > li > dl > dd > ul > li:before {
  content: '●';
  position: absolute;
  top: 0.2em;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 0.8rem;
  line-height: 1.0;
  vertical-align: middle;
}

body.home main > section#flow > div h2 {
  margin-bottom: 1.5em;
}

body.home main > section#flow > div > div {
  margin: 0 auto;
  padding: 2.0em;
  width: 70%;
  background-color: #ffeeef;
}

body.home main > section#flow > div > div > p {
  margin: 0 0 1.0em;
  line-height: 1.7;
}

body.home main > section#flow > div > div > ul > li > a {
  position: relative;
  display: block;
  padding: 0.5em 0 0.5em 1.0em;
  color: #cf0513;
}

body.home main > section#flow > div > div > ul > li > a:before {
  content: '●';
  position: absolute;
  top: 0.7em;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 0.8em;
}

body.home main > section#flow > div > ol {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
  margin: 0 0 3.0em;
}

body.home main > section#flow > div > ol > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 2.0em;
}

body.home main > section#flow > div > ol > li:not(:last-child):after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 1em;
  border-color: transparent transparent transparent #f90e1e;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 100%;
  -webkit-transition: translateY(-50%);
  transition: translateY(-50%);
  z-index: 1;
}

body.home main > section#flow > div > ol > li > dl > dt {
  margin: 0 0 1.0em;
  padding: 1.0em 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

body.home main > section#flow > div > ol > li > dl > dt > svg {
  display: block;
  margin: 0 auto 1.0em;
  width: 120px;
  height: 80px;
}

body.home main > section#flow > div > ol > li > dl > dd {
  line-height: 1.5;
}

body.home main > section#flow > div > ol > li:nth-of-type(1) {
  background-color: #ffeeef;
}

body.home main > section#flow > div > ol > li:nth-of-type(1):after {
  border-color: transparent transparent transparent #ffeeef;
}

body.home main > section#flow > div > ol > li:nth-of-type(1) > dl > dt > svg {
  opacity: 0.1;
}

body.home main > section#flow > div > ol > li:nth-of-type(2) {
  background-color: #fed5d8;
}

body.home main > section#flow > div > ol > li:nth-of-type(2):after {
  border-color: transparent transparent transparent #fed5d8;
}

body.home main > section#flow > div > ol > li:nth-of-type(2) > dl > dt > svg {
  opacity: 0.2;
}

body.home main > section#flow > div > ol > li:nth-of-type(3) {
  background-color: #fdbcc1;
}

body.home main > section#flow > div > ol > li:nth-of-type(3):after {
  border-color: transparent transparent transparent #fdbcc1;
}

body.home main > section#flow > div > ol > li:nth-of-type(3) > dl > dt > svg {
  opacity: 0.3;
}

body.home main > section#flow > div > ol > li:nth-of-type(4) {
  background-color: #fda3a9;
}

body.home main > section#flow > div > ol > li:nth-of-type(4) > dl > dt > svg {
  opacity: 0.4;
}

body.home main > section#flow > div > ul {
  margin: 0 auto 5.0em;
  width: calc(1180px * 0.6);
}

body.home main > section#flow > div > ul > li {
  position: relative;
  padding: 0 0 0 1.0em;
  font-size: 0.9rem;
  line-height: 1.5;
}

body.home main > section#flow > div > ul > li:not(:last-child) {
  margin: 0 0 1.0em;
}

body.home main > section#flow > div > ul > li:before {
  content: '●';
  position: absolute;
  top: 0.3em;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 0.8em;
  line-height: 1.0;
  vertical-align: middle;
}

body.home main > section#flow > div > nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  margin: 0 0 10.0em;
}

body.home main > section#flow > div > nav > a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1.0em;
  color: #333;
  font-weight: bold;
  line-height: 1.0;
  width: 15em;
  height: auto;
  border: 4px solid #333;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1.0em;
  min-width: 15.0em;
  max-width: 15.0em;
}

body.home main > section#flow > div > nav > a:hover {
  background-color: #333;
}

body.home main > section#flow > div > nav > a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 0.8em;
  height: 0.8em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/base-icon-arrow-upperright03.svg);
}

body.home main > section#flow > div > nav > a:hover {
  color: #fff;
  text-decoration: none;
}

body.home main > section#flow > div > nav > a:hover:after {
  background-image: url(../img/base-icon-arrow-upperright02.svg);
}

body.home main > section#flow > div > nav > a.estimation {
  color: #f90e1e;
  border-color: #f90e1e;
}

body.home main > section#flow > div > nav > a.estimation:after {
  background-image: url(../img/base-icon-arrow-upperright01.svg);
}

body.home main > section#flow > div > nav > a.estimation:hover {
  color: #fff;
  background-color: #f90e1e;
}

body.home main > section#flow > div > nav > a.estimation:hover:after {
  background-image: url(../img/base-icon-arrow-upperright02.svg);
}

body.home main > section#flow > div > dl {
  margin: 0 auto;
  padding: 2.5em;
  width: calc(1180px * 0.6);
  background-color: #eee;
}

body.home main > section#flow > div > dl > dt {
  margin: 0 0 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

body.home main > section#flow > div > dl > dd > dl > dt > a {
  position: relative;
  display: block;
  margin: 0 0 1.0em;
  padding: 0.8em 1.0em 0.8em 2.5em;
  line-height: 1.3;
  background-color: #ccc;
}

body.home main > section#flow > div > dl > dd > dl > dt > a:before {
  content: 'Q.';
  position: absolute;
  top: 0.8em;
  right: auto;
  bottom: auto;
  left: 1em;
}

body.home main > section#flow > div > dl > dd > dl > dd {
  display: none;
  margin: 0 0 2.0em 2.5em;
  line-height: 1.5;
}

body.home main > section#flow > div > dl > dd > dl > dd a {
  color: #f90e1e;
}

body.home main > section#flow > div > dl > dd > dl > dd img {
  display: block;
  margin: 2.0em auto;
  max-width: 75%;
  -webkit-box-shadow: 0 0 10px 5px #ccc;
          box-shadow: 0 0 10px 5px #ccc;
}

body.estimation a {
  color: #f90e1e;
}

body.estimation header > div > a.logo {
  display: block;
  margin: 0 0 1.7em;
  width: 13.0em;
}

body.estimation header > div > a.logo > svg path {
  fill: #fff;
}

body.estimation main > section > form h1 {
  margin: 0 0 1.5em;
  padding: 0.5em 0;
  font-size: 1.5rem;
  border-top: 4px solid #000;
  border-bottom: 1px solid #000;
}

body.estimation main > section > form > p {
  margin: 0 0 2.0em;
  line-height: 1.7;
}

body.estimation main > section > form > dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
  margin: 0 0 2.0em;
  padding: 0 0 2.0em;
  border-bottom: 1px solid #000;
}

body.estimation main > section > form > dl > dt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.0em 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}

body.estimation main > section > form > dl > dd {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

body.estimation main > section > form > dl > dd > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
}

body.estimation main > section > form > dl > dd > ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.estimation main > section > form > dl > dd > ul > li:nth-of-type(odd) {
  margin: 0 2.0em 0 0;
}

body.estimation main > section > form > dl > dd > ul > li > label {
  display: block;
  padding: 1.0em;
}

body.estimation main > section > form > dl > dd > ul > li > label[for='group'], body.estimation main > section > form > dl > dd > ul > li > label[for='network'] {
  font-size: 1.2rem;
}

body.estimation main > section > form > dl > dd > ul > li > label[for='group']:hover, body.estimation main > section > form > dl > dd > ul > li > label[for='network']:hover {
  background-color: #eee;
}

body.estimation main > section > form > dl > dd > ul > li > label[for='group'].active, body.estimation main > section > form > dl > dd > ul > li > label[for='network'].active {
  background-color: #fed5d8;
}

body.estimation main > section > form > dl > dd > ul > li > label[for='group'] > input[type='radio'], body.estimation main > section > form > dl > dd > ul > li > label[for='network'] > input[type='radio'] {
  margin: 0 0.5em 1.5em 0;
  -webkit-transition: translateY(-0.2em);
  transition: translateY(-0.2em);
}

body.estimation main > section > form > dl > dd > ul > li > label[for='group'] > p, body.estimation main > section > form > dl > dd > ul > li > label[for='network'] > p {
  margin: 0 0 0 1.2em;
  font-size: 0.9rem;
  line-height: 1.7;
}

body.estimation main > section > form > dl > dd > ul > li > label[for='group'] {
  margin: 0 0 1.0em;
}

body.estimation main > section > form > dl > dd > ul > li > label[for='accounts'] {
  display: none;
  font-size: 0.85rem;
  cursor: auto;
}

body.estimation main > section > form > dl > dd > ul > li > label[for='accounts'] > input[type='number'] {
  margin: 0.5em 0 0;
  padding: 0.2em;
  font-size: 1.1rem;
  width: 3.0em;
}

body.estimation main > section > form > dl > dd > ul > li > label[for='accounts'] > small {
  font-size: 0.8rem;
}

body.estimation main > section > form > dl > dd > div {
  margin: 1.5em 0 2.0em;
  padding: 1.5em;
  background-color: #eee;
}

body.estimation main > section > form > dl > dd > div > strong {
  display: block;
  font-size: 1.1rem;
}

body.estimation main > section > form > dl > dd > div > span {
  display: block;
  text-align: right;
}

body.estimation main > section > form > dl > dd > div > span > output {
  margin: 0 0.3em 0 0;
  color: #f90e1e;
  font-size: 2.0rem;
  font-weight: bold;
}

body.estimation main > section > form > dl > dd > a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1.0em;
  color: #f90e1e;
  font-weight: bold;
  line-height: 1.0;
  width: 14em;
  height: auto;
  border: 4px solid #f90e1e;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1rem;
  text-align: left;
}

body.estimation main > section > form > dl > dd > a:hover {
  background-color: #f90e1e;
}

body.estimation main > section > form > dl > dd > a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 0.8em;
  height: 0.8em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/base-icon-arrow-upperright01.svg);
}

body.estimation main > section > form > dl > dd > a:hover {
  color: #fff;
  text-decoration: none;
}

body.estimation main > section > form > dl > dd > a:hover:after {
  background-image: url(../img/base-icon-arrow-upperright02.svg);
}

body.estimation main > section > form > fieldset {
  margin: 0 auto 3.0em;
  width: 50%;
  /*
			> p { margin: 0 0 1.5em; }

			> div {
				@include flex-container;
				margin: 0 0 5.0em;

				> label {
					flex: 1;

					&:not(:last-child) { margin: 0 1.5em 0 0; }

					> input[type='checkbox'] {
						margin: 0 0.5em 0 0;
						transition: translateY(-.2em);
					}
				}
			}
			*/
}

body.estimation main > section > form > fieldset > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

body.estimation main > section > form > fieldset > ul > li:not(:last-child) {
  margin: 0 0 1.5em;
}

body.estimation main > section > form > fieldset > ul > li > label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1.5em 0 0;
}

body.estimation main > section > form > fieldset > ul > li > input[type='text'],
body.estimation main > section > form > fieldset > ul > li > input[type='email'] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 0.2em;
  font-size: 1.1rem;
}

body.estimation main > section > form > label[for='agreement'] {
  display: block;
  margin: 0 0 1.5em;
  text-align: center;
}

body.estimation main > section > form > label[for='agreement'] > input[type='checkbox'] {
  margin: 0 0.5em 0 0;
  -webkit-transition: translateY(-0.2em);
  transition: translateY(-0.2em);
}

body.estimation main > section > form > button {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1.0em;
  color: #f90e1e;
  font-weight: bold;
  line-height: 1.0;
  width: 15em;
  height: auto;
  border: 4px solid #f90e1e;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 7.0em;
  font-size: 1.1rem;
  text-align: left;
}

body.estimation main > section > form > button:hover {
  background-color: #f90e1e;
}

body.estimation main > section > form > button:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 0.8em;
  height: 0.8em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/base-icon-arrow-upperright01.svg);
}

body.estimation main > section > form > button:hover {
  color: #fff;
  text-decoration: none;
}

body.estimation main > section > form > button:hover:after {
  background-image: url(../img/base-icon-arrow-upperright02.svg);
}

body.estimation main > section > form > button:after {
  background-size: 100% auto;
  opacity: 1;
}

body.estimation main > section > form > button[disabled] {
  color: #ccc;
  border-color: #ccc;
  cursor: auto;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

body.estimation main > section > form > button[disabled]:after {
  opacity: 0;
}

body.estimation main > section > form > button[disabled]:hover {
  background-color: #fff;
}

footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: -webkit-row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: -webkit-nowrap;
          flex-wrap: -webkit-nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  position: relative;
  padding: 1.5em 0;
  background-color: #000;
  clear: both;
}

footer > * {
  min-width: calc(1180px / 2);
  max-width: calc(1180px / 2);
}

footer > figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer > figure > svg {
  max-width: 90%;
}

footer > figure > svg polygon, footer > figure > svg path, footer > figure > svg rect {
  fill: #fff;
}

footer > small {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 0.8rem;
  text-align: right;
}

@media only screen and (max-width: 1320px) {
  html {
    min-width: initial;
  }
  header > div {
    margin: 0 3vw;
    width: auto;
  }
  main > section > div,
  main > section > form {
    padding: 0 3vw;
    width: auto;
  }
  body.home header > div {
    margin-bottom: -10em;
  }
  body.home header > div > a.logo {
    margin-bottom: 13.0em;
  }
  body.home header > div h1 {
    font-size: 5vw;
  }
  body.home header > div h1 > strong {
    font-size: 1.1em;
  }
  body.home header > div > p {
    width: 70vw;
  }
  body.home main > section > div {
    padding: 5.0em 3vw;
  }
  body.home main > section > div > h2 {
    font-size: 2.3rem;
  }
  body.home main > section > div > p {
    margin-bottom: 4.0em;
  }
  body.home main > section#reason > div > ul > li > dl > dt {
    font-size: 1.2rem;
  }
  body.home main > section#reason > div > ul > li > dl > dd {
    font-size: 0.85rem;
  }
  body.home main > section#purpose > div > figure > img {
    max-width: calc(50vw - 6.0em);
  }
  body.home main > section#purpose > div > dl {
    width: 60vw;
  }
  body.home main > section#purpose > div > dl > dd > ul > li {
    line-height: 1.3;
  }
  body.home main > section#flow > div h2 {
    margin-bottom: 1.2em;
  }
  body.home main > section#flow > div > ul,
  body.home main > section#flow > div > dl {
    width: 60vw;
  }
  body.estimation main > section > form > fieldset {
    width: 60%;
  }
  footer {
    padding: 1.5em 3vw;
  }
  footer > * {
    min-width: initial;
    max-width: initial;
  }
}

@media only screen and (max-width: 1024px) {
  body.home header > div > a.logo {
    width: 23vw;
  }
  body.home header > div > a.estimation {
    font-size: 0.9rem;
    min-width: 14.0em;
  }
  body.home header > div > p {
    font-size: 0.9rem;
  }
  body.home main > section > div > h2 {
    font-size: 2.0rem;
  }
  body.home main > section > div > p {
    font-size: 0.9rem;
  }
  body.home main > section#purpose > div > dl {
    width: 70vw;
  }
  body.home main > section#plan > div > ul > li {
    padding: 1.5em;
  }
  body.home main > section#plan > div > ul > li:nth-of-type(odd) {
    margin-right: 2.0em;
  }
  body.home main > section#plan > div > ul > li > dl > dt {
    font-size: 1.4rem;
  }
  body.home main > section#plan > div > ul > li > dl > dt > svg {
    width: 2.5em;
    height: 2.5em;
  }
  body.home main > section#plan > div > ul > li > dl > dd > p {
    font-size: 0.9rem;
  }
  body.home main > section#flow > div > ol > li {
    padding: 1.5em;
  }
  body.home main > section#flow > div > ol > li > dl > dt {
    font-size: 1.3rem;
  }
  body.home main > section#flow > div > ol > li > dl > dd {
    font-size: 0.85rem;
    line-height: 1.7;
  }
  body.home main > section#flow > div > ul {
    width: 70vw;
  }
  body.home main > section#flow > div > ul > li {
    font-size: 0.8rem;
  }
  body.home main > section#flow > div > nav > a {
    margin: 0 2vw;
    min-width: 25vw;
    max-width: 25vw;
  }
  body.home main > section#flow > div > dl {
    width: 70vw;
  }
  body.home main > section#flow > div > dl > dt {
    font-size: 1.3rem;
  }
  body.home main > section#flow > div > dl > dd > dl > dt {
    font-size: 0.9rem;
  }
  body.home main > section#flow > div > dl > dd > dl > dd {
    font-size: 0.85rem;
  }
  body.estimation main > section > form > fieldset {
    width: 70vw;
  }
}

@media only screen and (max-width: 850px) {
  body.home header > div h1 {
    margin-right: 1.0em;
  }
  body.home main > section > div > h2 {
    font-size: 1.8rem;
  }
  body.home main > section > div > p {
    margin-bottom: 3.0em;
    font-size: 0.9rem;
  }
  body.home main > section#reason > div > ul > li > figure {
    min-width: 8vw;
    max-width: 8vw;
    height: auto;
  }
  body.home main > section#reason > div > ul > li > figure > a {
    width: 100%;
    height: 100%;
  }
  body.home main > section#reason > div > ul > li > figure svg {
    max-width: 75%;
    max-height: 2.5em;
  }
  body.home main > section#purpose > div > figure {
    margin-bottom: 4.0em;
  }
  body.home main > section#purpose > div > figure > img {
    margin: 0 1.0em;
    max-width: calc(50vw - 4.5em);
  }
  body.home main > section#purpose > div > dl > dt {
    font-size: 1.3rem;
  }
  body.home main > section#purpose > div > dl > dd > ul > li {
    font-size: 0.9rem;
  }
  body.home main > section#plan > div > ul > li:nth-of-type(odd) {
    margin-right: 1.5em;
  }
  body.home main > section#plan > div > ul > li > dl > dt {
    font-size: 1.3rem;
  }
  body.home main > section#plan > div > ul > li > dl > dt > svg {
    margin-right: 0.5em;
    width: 2em;
    height: 2em;
  }
  body.home main > section#flow > div > ol > li > dl > dt {
    font-size: 1.2rem;
  }
  body.home main > section#flow > div > ol > li > dl > dd {
    font-size: 0.8rem;
  }
  body.home main > section#flow > div > nav > a {
    font-size: 0.9rem;
  }
  body.estimation main > section > form > fieldset {
    width: 80vw;
  }
}

@media only screen and (max-width: 750px) {
  header > div {
    padding-top: 3vw;
  }
  body.home header > div > a.logo {
    margin-bottom: 7.0em;
    width: 30vw;
  }
  body.home header > div > a.estimation {
    top: 3vw;
    padding: 0.8em;
    min-width: 12.5em;
  }
  body.home header > div h1 {
    font-size: 7vw;
  }
  body.home header > div > p {
    padding: 1.5em;
    width: 80vw;
  }
  body.home main > section > div > h2 {
    font-size: 1.5rem;
  }
  body.home main > section#purpose > div > figure > img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }
  body.home main > section#purpose > div > figure > img:first-child {
    margin-bottom: 3.0em;
  }
  body.home main > section#purpose > div > dl {
    width: 80vw;
  }
  body.home main > section#purpose > div > dl > dt {
    font-size: 1.2rem;
  }
  body.home main > section#purpose > div > dl > dd > ul > li {
    padding: 0.5em 1.0em 0.5em 2.0em;
    font-size: 0.85rem;
  }
  body.home main > section#purpose > div > dl > dd > ul > li:before {
    left: 1.5em;
  }
  body.home main > section#plan > div > ul {
    display: block;
  }
  body.home main > section#plan > div > ul > li:nth-of-type(odd) {
    margin: 0 0 3vw;
  }
  body.home main > section#flow > div > ol {
    display: block;
  }
  body.home main > section#flow > div > ol > li:not(:last-child):after {
    top: auto;
    top: auto;
    right: auto;
    bottom: -2em;
    left: 50%;
    border-width: 1.0em 2.0em;
    -webkit-transition: translate(-50%, 0);
    transition: translate(-50%, 0);
  }
  body.home main > section#flow > div > ol > li > dl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: -webkit-row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-wrap: -webkit-nowrap;
            flex-wrap: -webkit-nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
  body.home main > section#flow > div > ol > li > dl > dt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.home main > section#flow > div > ol > li > dl > dt > svg {
    margin-bottom: 0.5em;
    width: 10vw;
    height: 10vw;
  }
  body.home main > section#flow > div > ol > li > dl > dd {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  body.home main > section#flow > div > ol > li:nth-of-type(1):after {
    border-color: #ffeeef transparent transparent transparent;
  }
  body.home main > section#flow > div > ol > li:nth-of-type(2):after {
    border-color: #fed5d8 transparent transparent transparent;
  }
  body.home main > section#flow > div > ol > li:nth-of-type(3):after {
    border-color: #fdbcc1 transparent transparent transparent;
  }
  body.home main > section#flow > div > ul {
    width: 80vw;
  }
  body.home main > section#flow > div > nav {
    display: block;
  }
  body.home main > section#flow > div > nav > a {
    margin: 0 auto;
    width: 40vw;
    min-width: initial;
    max-width: initial;
  }
  body.home main > section#flow > div > nav > a:not(:last-child) {
    margin-bottom: 3vw;
  }
  body.home main > section#flow > div > dl {
    padding: 1.5em;
    width: 80vw;
  }
  body.home main > section#flow > div > dl > dt {
    font-size: 1.2rem;
  }
  body.estimation main > section > form > h1 {
    font-size: 1.3rem;
  }
  body.estimation main > section > form > p {
    font-size: 0.9rem;
  }
  body.estimation main > section > form > dl {
    display: block;
  }
  body.estimation main > section > form > dl > dt {
    margin-bottom: 1.0em;
    padding-top: 0;
  }
  body.estimation main > section > form > dl > dd > ul > li:nth-of-type(odd) {
    margin-right: 0;
  }
  body.estimation main > section > form > dl > dd > ul > li > label[for='group'] > p, body.estimation main > section > form > dl > dd > ul > li > label[for='network'] > p {
    font-size: 0.85rem;
  }
  body.estimation main > section > form > dl > dd > ul > li > label[for='accounts'] > small {
    display: block;
    margin: 0.8em 0 0;
    font-size: 0.75rem;
  }
  body.estimation main > section > form > dl > dd > div > span {
    font-size: 0.85rem;
  }
  body.estimation main > section > form > dl > dd > div > span > output {
    font-size: 1.8rem;
  }
  body.estimation main > section > form > dl > dd > a {
    font-size: 1.0rem;
  }
  body.estimation main > section > form > fieldset {
    width: auto;
  }
  body.estimation main > section > form > fieldset > ul > li > label {
    margin-right: 1.0em;
    font-size: 0.8rem;
    text-align: right;
  }
  body.estimation main > section > form > button {
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 550px) {
  body.home header {
    margin-bottom: 12.0em;
  }
  body.home header > div {
    margin-bottom: -10.0em;
    padding-top: 5vw;
  }
  body.home header > div > a.logo {
    margin-bottom: 6.0em;
    padding: 1.0em 1.0em 0.7em;
    width: 35vw;
  }
  body.home header > div > a.estimation {
    top: 5vw;
    font-size: 0.8rem;
    min-width: 11.0em;
  }
  body.home header > div h1 {
    margin-right: 0;
    font-size: 7.7vw;
  }
  body.home header > div > p {
    padding: 1.0em;
    font-size: 0.8rem;
    width: auto;
  }
  body.home main > section > div {
    padding: 3.0em 5vw;
  }
  body.home main > section > div > h2 {
    font-size: 1.2rem;
  }
  body.home main > section > div > p {
    margin-bottom: 2.0em;
    font-size: 0.8rem;
  }
  body.home main > section#reason > div > ul {
    display: block;
  }
  body.home main > section#reason > div > ul > li {
    display: block;
    width: auto;
    min-width: initial;
    max-width: initial;
  }
  body.home main > section#reason > div > ul > li:nth-of-type(odd) {
    margin-right: 0;
  }
  body.home main > section#reason > div > ul > li:not(:last-child) {
    margin-bottom: 2.0em;
  }
  body.home main > section#reason > div > ul > li > figure {
    margin: 0 auto 1.0em;
    padding: 0.5em;
    min-width: 20vw;
    max-width: 20vw;
    height: 20vw;
  }
  body.home main > section#reason > div > ul > li > dl > dt {
    font-size: 1.0rem;
    text-align: center;
  }
  body.home main > section#purpose > div > figure {
    margin-bottom: 3.0em;
  }
  body.home main > section#purpose > div > figure > img {
    max-width: 100%;
  }
  body.home main > section#purpose > div > figure > img:first-child {
    margin-bottom: 2.0em;
  }
  body.home main > section#purpose > div > dl {
    width: auto;
  }
  body.home main > section#purpose > div > dl > dt {
    font-size: 1.0rem;
  }
  body.home main > section#purpose > div > dl > dd > ul {
    display: block;
  }
  body.home main > section#purpose > div > dl > dd > ul > li {
    min-width: initial;
    max-width: initial;
  }
  body.home main > section#purpose > div > dl > dd > ul > li:nth-of-type(1), body.home main > section#purpose > div > dl > dd > ul > li:nth-of-type(2), body.home main > section#purpose > div > dl > dd > ul > li:nth-of-type(5), body.home main > section#purpose > div > dl > dd > ul > li:nth-of-type(6) {
    background-color: #fff;
  }
  body.home main > section#purpose > div > dl > dd > ul > li:nth-of-type(odd) {
    background-color: #eee;
  }
  body.home main > section#plan > div > ul > li {
    margin-bottom: 5vw;
    padding: 1.0em;
  }
  body.home main > section#plan > div > ul > li > dl > dt {
    font-size: 1.1rem;
  }
  body.home main > section#plan > div > ul > li > dl > dt > svg {
    width: 2.5em;
  }
  body.home main > section#plan > div > ul > li > dl > dd > p {
    font-size: 0.85rem;
  }
  body.home main > section#flow > div > div {
    padding: 1.0em;
    font-size: 0.9rem;
    width: auto;
  }
  body.home main > section#flow > div > ol > li {
    padding: 1.0em;
  }
  body.home main > section#flow > div > ol > li > dl {
    display: block;
  }
  body.home main > section#flow > div > ol > li > dl > dt {
    font-size: 1.1rem;
  }
  body.home main > section#flow > div > ol > li > dl > dt > svg {
    margin-bottom: 1.0em;
    width: 20vw;
    height: 15vw;
  }
  body.home main > section#flow > div > nav {
    margin-bottom: 7.0em;
  }
  body.home main > section#flow > div > nav > a {
    width: 70vw;
  }
  body.home main > section#flow > div > nav > a:not(:last-child) {
    margin-bottom: 5vw;
  }
  body.home main > section#flow > div > dl {
    padding: 1.0em;
    width: auto;
  }
  body.home main > section#flow > div > dl > dt {
    margin-bottom: 1.0em;
    font-size: 1.1rem;
    text-align: left;
  }
  body.home main > section#flow > div > dl > dd > dl > dt > a {
    padding: 0.5em 0.5em 0.5em 2.5em;
  }
  body.home main > section#flow > div > dl > dd > dl > dt > a:before {
    top: 0.5em;
  }
  body.estimation main > section > form > h1 {
    font-size: 1.2rem;
  }
  body.estimation main > section > form > p {
    font-size: 0.85rem;
  }
  body.estimation main > section > form > dl > dt {
    font-size: 1.1rem;
  }
  body.estimation main > section > form > dl > dd > ul {
    display: block;
  }
  body.estimation main > section > form > dl > dd > ul > li > label[for='group'], body.estimation main > section > form > dl > dd > ul > li > label[for='network'] {
    margin-bottom: 0;
    font-size: 1.1rem;
  }
  body.estimation main > section > form > dl > dd > ul > li > label[for='group'] > input[type='radio'], body.estimation main > section > form > dl > dd > ul > li > label[for='network'] > input[type='radio'] {
    -webkit-transition: translateY(0);
    transition: translateY(0);
  }
  body.estimation main > section > form > dl > dd > ul > li > label[for='accounts'] > input[type='number'] {
    border: 1px solid #ccc;
  }
  body.estimation main > section > form > dl > dd > div {
    padding: 1.0em;
  }
  body.estimation main > section > form > dl > dd > div > strong {
    margin: 0 0 0.5em;
  }
  body.estimation main > section > form > dl > dd > a {
    font-size: 0.9em;
    text-align: left;
  }
  body.estimation main > section > form > fieldset > ul > li {
    display: block;
  }
  body.estimation main > section > form > fieldset > ul > li > label {
    display: block;
    margin: 0 0 0.3em;
    font-size: 0.9rem;
    text-align: left;
  }
  body.estimation main > section > form > fieldset > ul > li > input[type='text'],
  body.estimation main > section > form > fieldset > ul > li > input[type='email'] {
    width: 97%;
    border: 1px solid #ccc;
  }
  body.estimation main > section > form > label[for='agreement'] {
    font-size: 0.9rem;
  }
  body.estimation main > section > form > label[for='agreement'] > input[type='checkbox'] {
    -webkit-transition: translateY(0);
    transition: translateY(0);
  }
  body.estimation main > section > form > button {
    font-size: 0.9rem;
  }
  footer {
    display: block;
    padding: 1.0em 5vw;
  }
  footer > figure {
    margin: 0 auto 0.5em;
  }
  footer > small {
    font-size: 0.7rem;
  }
}
