@charset "UTF-8";
/* Scss Document */
/*メディアサイズ*/
/*色*/
/*フォントサイズ*/
/* Scss Document */
/*メデイアクエリブレイクポイント*/
/*clearfix*/
/*webfont*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* Main form wrapper */
.fs-form-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff; }

.overview .fs-form-wrap {
  height: auto; }

/* Title */
.fs-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 40px;
  width: 100%; }

.fs-title h1 {
  margin: 0; }

/* Form */
.fs-form {
  position: relative;
  text-align: left;
  font-size: 2.5em; }

.no-js .fs-form {
  padding: 0 0 6em 0; }

/* Views (fullscreen and overview)*/
.fs-form-full {
  top: 32%;
  margin: 0 auto;
  width: 70%; }

.fs-form-full,
.fs-message-error {
  max-width: 960px; }

.fs-form-overview {
  padding: 2.5em 30% 6em;
  width: 100%;
  height: 100%;
  background: #fffed8;
  color: #3b3f45;
  font-size: 1.2em; }

.fs-form-overview .fs-fields::before {
  display: block;
  margin-bottom: 2.5em;
  color: #3b3f45;
  content: 'Review & Submit';
  font-weight: 700;
  font-size: 1.85em; }

/* Switch view animation (we hide the current view, switch the view class and show it again) */
.fs-form.fs-show {
  -webkit-animation: animFadeIn 0.5s;
  animation: animFadeIn 0.5s; }

@-webkit-keyframes animFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fs-form.fs-show .fs-fields {
  -webkit-animation: animMove 0.5s;
  animation: animMove 0.5s; }

@-webkit-keyframes animMove {
  from {
    top: 100px; } }

@keyframes animMove {
  from {
    top: 100px; } }

/* we need to use top here because otherwise all our fixed elements will become absolute */
/* Visibility control of elements */
.fs-form-full .fs-fields > li,
.fs-nav-dots,
.fs-progress,
.fs-numbers,
button.fs-continue,
.fs-message-error,
.fs-message-final {
  visibility: hidden; }

.no-js .fs-form-full .fs-fields > li {
  visibility: visible; }

.fs-show {
  visibility: visible !important; }

/* Some general styles */
.fs-form-wrap button {
  border: none;
  background: none; }

.fs-form-wrap button[disabled] {
  opacity: 0.3;
  pointer-events: none; }

.fs-form-wrap input:focus,
.fs-form-wrap button:focus {
  outline: none; }

/* Hide the submit button */
.fs-form .fs-submit {
  display: none; }

/* Fields */
.fs-fields {
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: 0;
  list-style: none; }

.fs-fields > li {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: none; }

.fs-fields > li:hover {
  z-index: 999; }

.js .fs-form-full .fs-fields > li {
  position: absolute;
  width: 100%; }

.fs-form-overview .fs-fields > li,
.no-js .fs-form .fs-fields > li {
  margin: 1em 0 2em;
  padding: 0 0 2em 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

/* Labels & info */
.fs-fields > li label {
  position: relative; }

.fs-fields > li label.fs-field-label {
  display: inline-block;
  padding: 0 5px 1em 0;
  font-weight: 700;
  pointer-events: none; }

.fs-form-full .fs-fields > li label[data-info]::after {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  content: 'i';
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  font-family: Georgia, serif;
  line-height: 20px;
  cursor: pointer;
  pointer-events: auto; }

.fs-form-full .fs-fields > li label[data-info]::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0 0 10px;
  min-width: 200px;
  content: attr(data-info);
  font-size: 0.4em;
  color: #6a7b7e;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  pointer-events: none; }

.fs-form-full .fs-fields > li label[data-info]:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fs-form-full .fs-fields > li label:hover ~ .fs-info,
.fs-form-full .fs-fields > li .fs-info:hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto; }

/* Inputs */
.fs-fields input {
  display: block;
  margin: 0;
  padding: 0 0 0.15em;
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: #fffed8;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 0; }

.fs-fields input:invalid {
  box-shadow: none;
  /* removes red shadow in FF*/ }

.fs-form-overview .fs-fields input {
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.5); }

.fs-fields [required] {
  background-image: url(../img/abacusstar.svg);
  background-position: top right;
  background-size: 18px;
  background-repeat: no-repeat; }

.fs-fields input:focus {
  background-color: #3b3f45;
  /* Fixes chrome bug with placeholder */ }

.fs-form-overview .fs-fields input:focus {
  background-color: #fffed8;
  /* Fixes chrome bug with placeholder */ }

.fs-form-overview .fs-fields input {
  font-size: 1.2em; }

.fs-fields .fs-radio-custom input[type="radio"] {
  position: absolute;
  display: block;
  margin: 30px auto 20px;
  margin: 0 auto 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.fs-fields > li .fs-radio-custom span {
  float: left;
  position: relative;
  margin-right: 3%;
  padding: 10px;
  max-width: 200px;
  width: 30%;
  text-align: center;
  font-weight: 700;
  font-size: 50%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.fs-fields > li .fs-radio-custom span label {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.fs-form-overview .fs-fields > li .fs-radio-custom span {
  max-width: 140px; }

.fs-form-overview .fs-fields > li .fs-radio-custom span {
  font-size: 75%; }

.fs-fields > li .fs-radio-custom label {
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.fs-fields .fs-radio-custom label::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-size: 85%;
  background-repeat: no-repeat;
  content: '';
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.fs-fields .fs-radio-custom label.radio-mobile::after {
  background-image: url(../img/mobile.svg); }

.fs-fields .fs-radio-custom label.radio-social::after {
  background-image: url(../img/social.svg); }

.fs-fields .fs-radio-custom label.radio-conversion::after {
  background-image: url(../img/conversion.svg); }

.fs-fields .fs-radio-custom label:hover::after,
.fs-fields input[type="radio"]:focus + label::after,
.fs-fields input[type="radio"]:checked + label::after {
  opacity: 1; }

.fs-fields .fs-radio-custom input[type="radio"]:checked + label {
  color: #fffed8; }

.fs-form-overview .fs-fields .fs-radio-custom input[type="radio"]:checked + label {
  color: rgba(0, 0, 0, 0.8); }

.fs-fields textarea {
  padding: 0.25em;
  width: 100%;
  height: 200px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: #fffed8;
  font-weight: 700;
  font-size: 0.85em;
  resize: none; }

.fs-form-overview .fs-fields textarea {
  height: 100px;
  color: rgba(0, 0, 0, 0.5); }

.fs-fields textarea:focus {
  outline: none; }

.fs-form-overview .fs-fields textarea {
  padding: 0;
  border-color: transparent; }

.fs-form-overview .fs-fields textarea:focus {
  background: #fffed8; }

.fs-form div.cs-select.cs-skin-boxes {
  display: block; }

.fs-form-overview .cs-skin-boxes > span {
  border-radius: 5px;
  width: 90px;
  height: 70px;
  font-size: 0.8em; }

.fs-form-overview .cs-skin-boxes > span::before {
  padding-top: 50px;
  box-shadow: 0 20px 0 #292c30, inset 0 -5px #292c30; }

.fs-fields input.fs-mark {
  padding-left: 1em;
  background-image: url(../img/dollar.svg);
  background-position: 0% 0.15em;
  background-size: auto 75%;
  background-repeat: no-repeat; }

.fs-fields input.fs-mark[required] {
  background-image: url(../img/dollar.svg), url(../img/abacusstar.svg);
  background-position: 0% 0.15em, top right;
  background-size: auto 75%, 18px;
  background-repeat: no-repeat; }

/* placeholder */
.fs-fields input::-webkit-input-placeholder,
.fs-fields textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.1); }

.fs-fields input:-moz-placeholder,
.fs-fields textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.1); }

.fs-fields input::-moz-placeholder,
.fs-fields textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1); }

.fs-fields input:-ms-input-placeholder,
.fs-fields textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1); }

/* Hide placeholder when focused in Webkit browsers */
.fs-fields input:focus::-webkit-input-placeholder {
  color: transparent; }

/* Dot navigation */
.fs-nav-dots {
  position: absolute;
  top: 50%;
  right: 60px;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.fs-nav-dots button {
  position: relative;
  display: block;
  padding: 0;
  margin: 16px 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease; }

.fs-nav-dots button::before,
.fs-nav-dots button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  text-indent: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fs-nav-dots button::after {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg); }

.fs-nav-dots button.fs-dot-current {
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg); }

.fs-nav-dots button:hover::before,
.fs-nav-dots button.fs-dot-current::before {
  background: #fffed8; }

/* Progress bar */
.fs-progress {
  position: absolute;
  top: 0;
  width: 0%;
  height: 0.5em;
  background: #fffed8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; }

/* Number indicator */
.fs-numbers {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.4);
  margin: 40px;
  width: 2em;
  font-weight: 700;
  font-size: 2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: default; }

.fs-numbers:after {
  position: absolute;
  width: 100%;
  text-align: center;
  content: '/';
  font-weight: 300;
  opacity: 0.4;
  left: 0; }

.fs-numbers span {
  float: right;
  width: 40%;
  text-align: center; }

.fs-numbers .fs-number-current {
  float: left; }

.fs-numbers .fs-number-new {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

/* Animations for numbers */
/* Show next number */
.fs-numbers.fs-show-next .fs-number-new {
  -webkit-animation: animMoveUpFromDown 0.4s both;
  animation: animMoveUpFromDown 0.4s both; }

@-webkit-keyframes animMoveUpFromDown {
  from {
    -webkit-transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0); } }

@keyframes animMoveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fs-numbers.fs-show-next .fs-number-current {
  -webkit-animation: animMoveUp 0.4s both;
  animation: animMoveUp 0.4s both; }

@-webkit-keyframes animMoveUp {
  to {
    -webkit-transform: translateY(-100%); } }

@keyframes animMoveUp {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

/* Show previous number */
.fs-numbers.fs-show-prev .fs-number-new {
  -webkit-animation: animMoveDownFromUp 0.4s both;
  animation: animMoveDownFromUp 0.4s both; }

@-webkit-keyframes animMoveDownFromUp {
  from {
    -webkit-transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0); } }

@keyframes animMoveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fs-numbers.fs-show-prev .fs-number-current {
  -webkit-animation: animMoveDown 0.4s both;
  animation: animMoveDown 0.4s both; }

@-webkit-keyframes animMoveDown {
  to {
    -webkit-transform: translateY(100%); } }

@keyframes animMoveDown {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

/* Continue button and submit button */
button.fs-submit,
button.fs-continue {
  padding: 0.6em 1.5em;
  border: 3px solid #232529;
  border-radius: 40px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4); }

.fs-form-overview .fs-submit,
.no-js .fs-form .fs-submit {
  display: block;
  float: right; }

.fs-form-overview .fs-submit {
  border-color: #232529;
  color: #232529; }

button.fs-continue {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 40px 60px 0;
  font-size: 1.25em; }

button.fs-submit:hover,
button.fs-submit:focus,
button.fs-continue:hover {
  background: #232529;
  color: #fff; }

.fs-continue::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  line-height: 3;
  text-align: center;
  background: transparent;
  color: rgba(0, 0, 0, 0.3);
  content: 'or press ENTER';
  font-size: 0.65em;
  pointer-events: none; }

/* Error message */
.fs-message-error {
  position: absolute;
  bottom: 75%;
  left: 50%;
  z-index: 800;
  max-width: 960px;
  width: 70%;
  color: #eb7e7f;
  font-weight: 700;
  font-size: 1em;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -5px, 0);
  transform: translate3d(-50%, -5px, 0); }

.fs-message-error.fs-show {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

/* Animation classes & animations */
.fs-form li.fs-current {
  visibility: visible; }

.fs-form li.fs-hide,
.fs-form li.fs-show {
  pointer-events: none; }

/* Hide current li when navigating to next question */
.fs-form .fs-display-next .fs-hide {
  visibility: visible; }

.fs-form .fs-display-next .fs-hide .fs-anim-lower,
.fs-form .fs-display-next .fs-hide .fs-anim-upper {
  -webkit-animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards; }

.fs-form .fs-display-next .fs-hide .fs-anim-lower {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@-webkit-keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0); } }

@keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0); } }

/* Show new li when navigating to next question */
.fs-form .fs-display-next .fs-show .fs-anim-lower,
.fs-form .fs-display-next .fs-show .fs-anim-upper {
  -webkit-animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
  animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s; }

.fs-form .fs-display-next .fs-show .fs-anim-lower {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

@-webkit-keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0); } }

@keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); } }

/* Hide current li when navigating to previous question */
.fs-form .fs-display-prev .fs-hide {
  visibility: visible; }

.fs-form .fs-display-prev .fs-hide .fs-anim-lower,
.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
  -webkit-animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards; }

.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@-webkit-keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0); } }

@keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); } }

/* Show new li when navigating to previous question */
.fs-form .fs-display-prev .fs-show .fs-anim-lower,
.fs-form .fs-display-prev .fs-show .fs-anim-upper {
  -webkit-animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
  animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s; }

.fs-form .fs-display-prev .fs-show .fs-anim-upper {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

@-webkit-keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0); } }

@keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0); } }

/* Remove IE clear cross */
input[type=text]::-ms-clear {
  display: none; }

/* Adjust form for smaller screens */
@media screen and (max-width: 52.5em) {
  body {
    min-height: 500px; }
  .fs-form-wrap {
    font-size: 70%; }
  .fs-form {
    top: 6em;
    right: 2em;
    left: 0;
    padding: 0 3.75em 0 1em;
    width: auto;
    font-size: 2em; }
  .fs-form.fs-form-overview {
    top: 0;
    right: 0;
    padding: 1.5em 1em 8em 1em;
    font-size: 1.5em; }
  .fs-title {
    padding: 20px; }
  .fs-numbers {
    margin: 20px; }
  .fs-nav-dots {
    right: 25px; }
  button.fs-continue {
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 50px 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2em; }
  button.fs-continue::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '\27A1';
    text-align: center;
    font-size: 1em;
    line-height: 50px; }
  .fs-continue::after {
    content: ''; }
  button.fs-submit {
    width: 100%;
    font-size: 1.25em; }
  .fs-message-error {
    bottom: 1.75em;
    left: 0;
    padding: 0 90px 0 2em;
    width: 100%;
    font-size: 1.5em;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  .fs-message-error.fs-show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/* Custom select */
/* Read the article: http://tympanus.net/codrops/2014/07/10/inspiration-for-custom-select-elements/ */
/* Demo: http://tympanus.net/Development/SelectInspiration/ */
/* GitHub: https://github.com/codrops/SelectInspiration */
/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em; }

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cs-select > span::after {
  content: '\25BE';
  right: 1em; }

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
  z-index: 10000; }

.cs-select.cs-active .cs-options {
  visibility: visible; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 1em; }

.cs-select ul li.cs-focus span {
  background-color: #ddd; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

/* Custom select */
/* Read the article: http://tympanus.net/codrops/2014/07/10/inspiration-for-custom-select-elements/ */
/* Demo: http://tympanus.net/Development/SelectInspiration/ */
/* GitHub: https://github.com/codrops/SelectInspiration */
/* Custom select skin: fullscreen color picker (adjusted for fullscreen form) */
div.cs-skin-boxes {
  background: transparent;
  font-size: 0.65em;
  font-weight: 700;
  max-width: 300px;
  z-index: 2000;
  color: #fff; }

@media screen and (max-width: 30em) {
  div.cs-skin-boxes {
    font-size: 1em; } }

.cs-skin-boxes > span {
  border: 3px solid #292c30;
  border-radius: 5px;
  width: 150px;
  height: 140px;
  font-size: 0.5em;
  padding: 0 0 0 10px;
  background: #555b64; }

div.cs-skin-boxes:focus > span {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); }

.cs-skin-boxes > span::before {
  content: '';
  display: block;
  padding-top: 110px;
  margin-left: -10px;
  box-shadow: 0 25px 0 #292c30, inset 0 -10px #292c30; }

.cs-skin-boxes > span::after,
.cs-skin-boxes.cs-active > span::after {
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.cs-skin-boxes .cs-options {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  background: #3b3f45;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s; }

.cs-skin-boxes.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.cs-skin-boxes .cs-options ul {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px; }

.cs-skin-boxes .cs-options li {
  width: 20%;
  height: 25%;
  float: left;
  position: relative;
  cursor: pointer;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0;
  color: rgba(255, 255, 255, 0.6);
  border: 10px solid transparent;
  background-clip: padding-box;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  box-shadow: inset 0 -6em 0 -2em #282b30, inset 0 -1px 1px #000;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }

@media screen and (max-width: 30em) {
  .cs-skin-boxes .cs-options li {
    box-shadow: none;
    border-width: 3px;
    border-radius: 8px; } }

.cs-skin-boxes.cs-active .cs-options li {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.cs-skin-boxes.cs-active .cs-options li:nth-child(2) {
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(3) {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(4) {
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(5) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(6) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(7) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(8) {
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(9) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(10) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(11) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(12) {
  -webkit-transition-delay: 0.11s;
  transition-delay: 0.11s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(13) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(14) {
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(15) {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(16) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(17) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(18) {
  -webkit-transition-delay: 0.17s;
  transition-delay: 0.17s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(19) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s; }

.cs-skin-boxes.cs-active .cs-options li:nth-child(20) {
  -webkit-transition-delay: 0.19s;
  transition-delay: 0.19s; }

.cs-skin-boxes .cs-options li.cs-selected::after {
  content: '\2714';
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, -1em, 0);
  transform: translate3d(-50%, -50%, 0) translate3d(0, -1em, 0); }

.cs-skin-boxes .cs-options li.cs-selected span::after {
  content: ''; }

@media screen and (max-width: 30em) {
  .cs-skin-boxes .cs-options li.cs-selected::after {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); } }

.cs-skin-boxes .cs-options li.color-588c75 {
  background-color: #588c75; }

.cs-skin-boxes .cs-options li.color-b0c47f {
  background-color: #b0c47f; }

.cs-skin-boxes .cs-options li.color-f3e395 {
  background-color: #f3e395; }

.cs-skin-boxes .cs-options li.color-f3ae73 {
  background-color: #f3ae73; }

.cs-skin-boxes .cs-options li.color-da645a {
  background-color: #da645a; }

.cs-skin-boxes .cs-options li.color-79a38f {
  background-color: #79a38f; }

.cs-skin-boxes .cs-options li.color-c1d099 {
  background-color: #c1d099; }

.cs-skin-boxes .cs-options li.color-f5eaaa {
  background-color: #f5eaaa; }

.cs-skin-boxes .cs-options li.color-f5be8f {
  background-color: #f5be8f; }

.cs-skin-boxes .cs-options li.color-e1837b {
  background-color: #e1837b; }

.cs-skin-boxes .cs-options li.color-9bbaab {
  background-color: #9bbaab; }

.cs-skin-boxes .cs-options li.color-d1dcb2 {
  background-color: #d1dcb2; }

.cs-skin-boxes .cs-options li.color-f9eec0 {
  background-color: #f9eec0; }

.cs-skin-boxes .cs-options li.color-f7cda9 {
  background-color: #f7cda9; }

.cs-skin-boxes .cs-options li.color-e8a19b {
  background-color: #e8a19b; }

.cs-skin-boxes .cs-options li.color-bdd1c8 {
  background-color: #bdd1c8; }

.cs-skin-boxes .cs-options li.color-e1e7cd {
  background-color: #e1e7cd; }

.cs-skin-boxes .cs-options li.color-faf4d4 {
  background-color: #faf4d4; }

.cs-skin-boxes .cs-options li.color-fbdfc9 {
  background-color: #fbdfc9; }

.cs-skin-boxes .cs-options li.color-f1c1bd {
  background-color: #f1c1bd; }

.cs-skin-boxes .cs-options span {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media screen and (max-width: 30em) {
  .cs-skin-boxes .cs-options span {
    display: none; } }

.cs-skin-boxes .cs-options li span:hover,
.cs-skin-boxes li.cs-focus span,
.cs-skin-boxes li.cs-selected span {
  color: #fff; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'codropsicons';
  src: url("../fonts/codropsicons/codropsicons.eot");
  src: url("../fonts/codropsicons/codropsicons.eot?#iefix") format("embedded-opentype"), url("../fonts/codropsicons/codropsicons.woff") format("woff"), url("../fonts/codropsicons/codropsicons.ttf") format("truetype"), url("../fonts/codropsicons/codropsicons.svg#codropsicons") format("svg"); }

*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

body {
  background: #0058b7;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  font-family: 'Raleway', Arial, sans-serif;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 590px; }

a {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  outline: none; }

a:hover, a:focus {
  color: #fff; }

/* Top Navigation Style */
.codrops-top {
  margin-top: 1em; }

.codrops-top a {
  font-size: 0.69em;
  padding: 0 0.25em;
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em; }

.codrops-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'codropsicons';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased; }

.codrops-icon-drop:before {
  content: "\e001"; }

.codrops-icon-prev:before {
  content: "\e004"; }

.codrops-icon-info:before {
  content: "\e003"; }

.codrops-icon span {
  display: none;
  position: absolute;
  font-size: 0.85em;
  padding: 0.5em 0 0 0.25em;
  font-weight: 700; }

.codrops-icon:hover span {
  display: block;
  color: #6a7b7e; }

/* Related demos */
.related {
  font-weight: 700;
  text-align: center;
  padding: 5em 0;
  display: none;
  background: #fff;
  color: rgba(0, 0, 0, 0.3); }

.overview .related {
  display: block; }

.related > a {
  border: 3px solid black;
  border-color: initial;
  display: inline-block;
  text-align: center;
  margin: 20px 10px;
  padding: 25px; }

.related > a:hover,
.related > a:focus {
  color: rgba(0, 0, 0, 0.5); }

.related a img {
  max-width: 100%;
  opacity: 0.8; }

.related a:hover img,
.related a:active img {
  opacity: 1; }

.related a h3 {
  margin: 0;
  padding: 0.5em 0 0.3em;
  max-width: 300px;
  text-align: left; }

.fs-form-wrap {
  overflow: hidden; }

.fs-form-full {
  top: 20%; }

.fs-fields {
  text-align: center; }

.fs-continue {
  display: none; }

.fs-numbers {
  width: 3em;
  margin: 0 !important;
  top: inherit;
  bottom: 2.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFF; }

.fs-numbers:after {
  opacity: 1; }

.fs-numbers span {
  text-align: right; }

.fs-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fs-fields > li .fs-radio-group > span {
  float: none;
  margin: 0;
  padding: 3%; }

.radio-circle:after {
  background-image: url(../img/a__circle.svg); }

.radio-triangle:after {
  background-image: url(../img/a__triangle.svg); }

.radio-cross:after {
  background-image: url(../img/a__cross.svg); }

@media screen and (max-width: 52.5em) {
  .fs-form-full {
    top: 25%; }
  .fs-fields {
    text-align: left; }
  .fs-form {
    padding: 0 1em 0 1em; }
  .fs-field-label {
    margin-bottom: 1em; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #555555;
  font-family: sans-serif;
  line-height: 1.8; }

figure {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 5rem 0 2rem; }

h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 5rem 0 2rem; }

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 4rem 0 2rem; }

h4 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 3rem 0 2rem; }

h5 {
  font-size: 1.15rem;
  line-height: 1.5;
  margin: 2rem 0 2rem; }

h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin: 2rem 0 2rem; }

p {
  margin: 2em 0; }

a {
  color: #4388e6; }

dfn,
cite,
em,
i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #333;
  color: #FFF;
  font-family: "Courier 10 Pitch", Courier, monospace;
  max-width: 100%;
  overflow: auto;
  padding: 3%; }

code {
  background: #333;
  color: #FFF;
  font-family: "Courier 10 Pitch", Courier, monospace;
  max-width: 100%;
  overflow: auto;
  padding: .5rem 1em;
  border-radius: .3rem;
  display: inline-block; }

kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: -webkit-linear-gradient(top, transparent 0%, transparent 70%, #462514 70%, #462514 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #462514 70%, #462514 100%);
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

blockquote {
  position: relative;
  padding: .5rem 2.5rem;
  background: #fff;
  margin: 0;
  z-index: 0;
  color: #888888; }

blockquote:before, blockquote:after {
  position: absolute;
  content: "“";
  color: #EEE;
  font-size: 6rem;
  line-height: 1;
  z-index: -1; }

blockquote:before {
  left: .5rem;
  top: .5rem; }

blockquote:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: .5rem;
  bottom: .5rem; }

q {
  quotes: "“" "”" "‘" "’";
  color: #888888; }
  q:before {
    content: open-quote;
    color: #555;
    font-size: 2em; }
  q:after {
    content: close-quote;
    color: #555;
    font-size: 2em; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 2rem; }

ul,
ol {
  margin: 2em 0;
  padding: 0 0 0 1em; }

li {
  margin: 1em 0;
  line-height: 1.5;
  list-style-position: outside; }

li ul, li ol {
  margin-top: 0;
  margin-bottom: 0; }

dl {
  margin: 3rem 0; }

dt {
  font-weight: bold;
  margin: 3rem 0 1rem; }

dd {
  margin: 1rem 0 1rem 1rem; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  border-collapse: collapse;
  text-align: left;
  width: auto;
  max-width: 100%; }
  table th {
    padding: .5rem 1rem;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #ccc;
    background: #EEE;
    color: #222222;
    line-height: 1.3; }
  table td {
    padding: .5rem 1rem;
    vertical-align: top;
    border: 1px solid #ccc;
    background: #FFF;
    color: #888888;
    line-height: 1.3; }
  table thead {
    background: #e0998b;
    color: #FFF; }
    table thead th, table thead td {
      color: #FFF;
      background: none; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.entry-content {
  margin: 0; }

.entry-title {
  margin: 0; }

/* Scss Document */
/*メディアサイズ*/
/*色*/
/*フォントサイズ*/
/* Scss Document */
/*メデイアクエリブレイクポイント*/
/*clearfix*/
/*webfont*/
.col__wrap, .col__wrap--margin, .col__wrap--marginL, .col__wrap--marginS {
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .col__wrap > *[class*="col"], .col__wrap--margin > *[class*="col"], .col__wrap--marginL > *[class*="col"], .col__wrap--marginS > *[class*="col"] {
    list-style: none;
    margin: 0;
    padding: 0; }
  .col__wrap--margin {
    margin: 1% -1%; }
    .col__wrap--margin > *[class*="col"] {
      padding: 1%; }
  .col__wrap--marginL {
    margin: 2% -2%; }
    .col__wrap--marginL > *[class*="col"] {
      padding: 2%; }
  .col__wrap--marginS {
    margin: .5% -.5%; }
    .col__wrap--marginS > *[class*="col"] {
      padding: .5%; }

.col--1 {
  width: 8.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-1 {
    width: 8.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-1 {
    width: 8.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.col--2 {
  width: 16.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-2 {
    width: 16.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-2 {
    width: 16.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.col--3 {
  width: 25%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-3 {
    width: 25%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-3 {
    width: 25%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.col--4 {
  width: 33.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-4 {
    width: 33.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-4 {
    width: 33.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.col--5 {
  width: 41.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-5 {
    width: 41.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-5 {
    width: 41.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.col--6 {
  width: 50%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-6 {
    width: 50%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-6 {
    width: 50%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.col--7 {
  width: 58.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-7 {
    width: 58.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-7 {
    width: 58.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.col--8 {
  width: 66.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-8 {
    width: 66.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-8 {
    width: 66.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.col--9 {
  width: 75%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-9 {
    width: 75%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-9 {
    width: 75%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.col--10 {
  width: 83.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-10 {
    width: 83.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-10 {
    width: 83.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.col--11 {
  width: 91.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-11 {
    width: 91.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-11 {
    width: 91.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.col--12 {
  width: 100%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-12 {
    width: 100%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-12 {
    width: 100%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .flex.f-jc--SB {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.wrap, .wrap--100 {
  /*PC*/
  /*全スマホ*/ }
  @media all and (min-width: 40em) {
    .wrap, .wrap--100 {
      padding: 0 5%;
      max-width: 90em;
      clear: both;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 40em) {
    .wrap, .wrap--100 {
      width: 100%;
      padding: 0 2.5%; } }
  .wrap--100 {
    padding: 0; }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .wrap-sp {
    padding: 0 2.5%; } }

.pd-block {
  padding: 2.5%;
  background: #fffbe1; }

.section-margin {
  margin-top: 7rem;
  margin-bottom: 7rem; }
  .section-margin--S {
    margin-top: 3rem;
    margin-bottom: 3rem; }

img {
  max-width: 100%;
  vertical-align: middle; }

html {
  min-height: 100%; }

body {
  margin: 0;
  min-height: 100vh;
  background-color: #e0998b;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.23' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  font-family: "Kiwi Maru", serif; }

.font-color--syatyou {
  color: #0068B7; }

.font-color--my-pase {
  color: #EA6094; }

.font-color--takumi {
  color: #92539D; }

.font-color--kaigai {
  color: #EE7800; }

.font-color--antei {
  color: #1EAC4B; }

.back-color--syatyou {
  background-color: #0068B7; }

.back-color--my-pase {
  background-color: #EA6094; }

.back-color--takumi {
  background-color: #92539D; }

.back-color--kaigai {
  background-color: #EE7800; }

.back-color--antei {
  background-color: #1EAC4B; }

.font__gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

.header {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /*PC*/
  /*全スマホ*/ }
  @media all and (min-width: 40em) {
    .header {
      padding: .3rem 0; } }
  @media only screen and (max-width: 40em) {
    .header {
      text-align: center;
      padding: .5rem; } }

.header__inner {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .header__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.heder__logo img {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .heder__logo img {
      height: 2rem;
      width: auto; } }

.heder__button-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .heder__button-warp {
      display: none; } }

a.heder__button {
  display: block;
  padding: 1rem;
  margin-left: .3rem;
  background: #462514;
  width: 11rem;
  text-align: center;
  color: #FFF;
  border-radius: .2rem;
  text-decoration: none; }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .main-title__pc {
    display: none; } }

/*PC*/
@media all and (min-width: 40em) {
  .main-title__sp {
    display: none; } }

iframe[name="google_conversion_frame"] {
  display: none; }

#start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  #start.off {
    position: relative;
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0;
    padding: 0;
    margin: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(1, 1, 1);
    transform: translate3d(1, 1, 1); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(1, 1, 1);
    transform: translate3d(1, 1, 1); } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  80% {
    opacity: .9;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  80% {
    opacity: .9;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.text__lead {
  line-height: 1.2;
  margin: 0;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*PC*/
  /*PC高さ大*/
  /*全スマホ*/ }
  @media all and (min-width: 40em) {
    .text__lead {
      font-size: 1rem;
      line-height: 1;
      letter-spacing: .1rem; } }
  @media all and (min-height: 60em) {
    .text__lead {
      font-size: 1.8rem;
      line-height: 1.3; } }
  @media only screen and (max-width: 40em) {
    .text__lead {
      font-size: 1rem; } }
  .text__lead.text02, .text__lead.text03, .text__lead.text05 {
    margin-top: .5rem; }
  .text__lead.text01 {
    margin-top: 3rem; }
    .on .text__lead.text01 {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-timing-function: liner;
      animation-timing-function: liner; }
  .on .text__lead.text02 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: liner;
    animation-timing-function: liner; }
  .on .text__lead.text03 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: liner;
    animation-timing-function: liner; }
  .on .text__lead.text05 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: liner;
    animation-timing-function: liner; }
  .on .text__lead.text06 {
    margin-top: 1rem;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: liner;
    animation-timing-function: liner; }

.up-item {
  -webkit-transform: translateY(8rem);
  -ms-transform: translateY(8rem);
  transform: translateY(8rem);
  -webkit-transition-delay: 5.3s;
  transition-delay: 5.3s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }
  .on .up-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.main-title {
  line-height: 1;
  white-space: nowrap;
  color: #462514;
  font-family: "新丸ゴ DB";
  opacity: 0;
  /*PC*/
  /*PC高さ大*/
  /*全スマホ*/ }
  @media all and (min-width: 40em) {
    .main-title {
      margin: 1rem 0;
      font-size: 6rem; }
      .main-title img {
        width: 30rem; } }
  @media all and (min-height: 60em) {
    .main-title {
      margin: 2rem 0;
      font-size: 8rem; }
      .main-title img {
        width: 50rem; } }
  @media only screen and (max-width: 40em) {
    .main-title {
      margin: 1rem 0;
      font-size: 3.5rem; }
      .main-title img {
        width: 90%; } }
  .on .main-title {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

.icon__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1rem 0;
  width: 100%;
  /*PC高さ大*/ }
  @media all and (min-height: 60em) {
    .icon__wrap {
      margin: 2rem 0; } }

.icon__item {
  width: 19%;
  /*max-width: 7rem;*/
  height: 100%;
  margin: auto;
  opacity: 0;
  /*PC高さ大*/ }
  @media all and (min-height: 60em) {
    .icon__item {
      max-width: 10rem; } }
  .icon__item:nth-child(0) {
    -webkit-transform: translateX(0%) rotateY(360deg);
    transform: translateX(0%) rotateY(360deg);
    -webkit-transition-delay: 6.2s;
    transition-delay: 6.2s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
  .icon__item:nth-child(1) {
    -webkit-transform: translateX(-120%) rotateY(540deg);
    transform: translateX(-120%) rotateY(540deg);
    -webkit-transition-delay: 6.2s;
    transition-delay: 6.2s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
  .icon__item:nth-child(2) {
    -webkit-transform: translateX(-240%) rotateY(720deg);
    transform: translateX(-240%) rotateY(720deg);
    -webkit-transition-delay: 6.2s;
    transition-delay: 6.2s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
  .icon__item:nth-child(3) {
    -webkit-transform: translateX(-360%) rotateY(900deg);
    transform: translateX(-360%) rotateY(900deg);
    -webkit-transition-delay: 6.2s;
    transition-delay: 6.2s;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
  .icon__item:nth-child(4) {
    -webkit-transform: translateX(-480%) rotateY(1080deg);
    transform: translateX(-480%) rotateY(1080deg);
    -webkit-transition-delay: 6.2s;
    transition-delay: 6.2s;
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
  .icon__item:nth-child(5) {
    -webkit-transform: translateX(-600%) rotateY(1260deg);
    transform: translateX(-600%) rotateY(1260deg);
    -webkit-transition-delay: 6.2s;
    transition-delay: 6.2s;
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
  .on .icon__item {
    opacity: 1;
    -webkit-transform: translateX(0) rotateY(0);
    transform: translateX(0) rotateY(0); }

.button__wrap {
  position: relative; }

.button__cv, #button__start {
  display: block;
  width: 20rem;
  max-width: 90%;
  margin: auto;
  line-height: 1;
  background: #462514 !important;
  color: #FFF;
  text-align: center;
  position: relative;
  font-weight: bold;
  /*PC*/
  /*全スマホ*/ }
  .button__cv i, #button__start i {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
  .button__cv:hover, #button__start:hover {
    color: #FFF; }
  @media all and (min-width: 40em) {
    .button__cv, #button__start {
      padding: 1.5rem;
      font-size: 1.5rem;
      letter-spacing: .2rem; }
      .button__cv i, #button__start i {
        right: .5rem;
        font-size: 3rem; } }
  @media only screen and (max-width: 40em) {
    .button__cv, #button__start {
      font-size: 1.5rem;
      padding: 1.5rem 2rem; }
      .fs-fields .button__cv, .fs-fields #button__start {
        max-width: 100%; }
      .button__cv i, #button__start i {
        right: 1rem;
        font-size: 2rem; } }

#button__start {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition-delay: 8s;
  transition-delay: 8s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  opacity: 0;
  margin-top: 1rem;
  border-radius: .5rem;
  /*PC高さ大*/ }
  @media all and (min-height: 60em) {
    #button__start {
      margin-top: 2rem; } }
  .on #button__start {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }

.fs-fields {
  /*PC*/
  /*全スマホ*/ }
  @media all and (min-width: 40em) {
    .fs-fields {
      top: 6rem !important; } }
  @media only screen and (max-width: 40em) {
    .fs-fields {
      top: 4rem !important; } }

.fs-field-label {
  display: block !important; }

.title {
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  /*PC*/
  /*全スマホ*/ }
  @media all and (min-width: 40em) {
    .title {
      margin: 7rem 0 4%; } }
  @media only screen and (max-width: 40em) {
    .title {
      margin: 4rem 0 4%; } }

.prev__wrap {
  position: fixed;
  width: 100%;
  bottom: 10%;
  left: 0;
  text-align: center; }

.prev {
  display: table;
  font-style: italic;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto;
  cursor: pointer; }
  .prev.on {
    opacity: .5; }
  .prev:active {
    opacity: 1; }

.prev__arrw {
  width: 2rem;
  margin-right: .3rem;
  -webkit-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  transform: translateX(-500px);
  opacity: 0;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  display: table-cell;
  vertical-align: middle; }
  .on .prev__arrw {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.prev__text {
  -webkit-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  transform: translateX(-500px);
  opacity: 0;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-duration: .55s;
  transition-duration: .55s;
  display: table-cell;
  vertical-align: middle; }
  .on .prev__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.card__list {
  /*PC*/
  /*全スマホ*/ }
  @media all and (min-width: 40em) {
    .card__list li {
      width: calc(100%/3); }
      .card__list li:nth-child(1), .card__list li:nth-child(2) {
        width: calc(100%/2); }
        .card__list li:nth-child(1) .card__title, .card__list li:nth-child(2) .card__title {
          font-size: 2.5rem; }
          .card__list li:nth-child(1) .card__title small, .card__list li:nth-child(2) .card__title small {
            font-size: 2rem; }
        .card__list li:nth-child(1) .card__point, .card__list li:nth-child(2) .card__point {
          font-size: 3rem;
          line-height: .4rem;
          display: block;
          /*width: 7rem;*/ }
          .card__list li:nth-child(1) .card__point strong, .card__list li:nth-child(2) .card__point strong {
            font-size: 5rem;
            line-height: .4rem; }
        .card__list li:nth-child(1) .card__togle-title, .card__list li:nth-child(2) .card__togle-title {
          font-size: 2rem; } }
  @media only screen and (max-width: 40em) {
    .card__list li.col {
      margin-top: 4%; }
      .card__list li.col:nth-child(1) {
        margin-top: 0; } }

.card__list {
  margin: -1rem -1rem 0;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem); }
  .card__list.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .card__list .col__inner {
    padding: 1rem; }

.card {
  padding: 2%;
  background-color: #FFF;
  border-radius: .3rem;
  position: relative; }
  .card figure {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.card__title {
  margin: 0;
  line-height: 1;
  /*全スマホ*/ }
  .card__title strong {
    display: inline-block;
    font-family: "Kiwi Maru", serif;
  font-weight: 400;
    color: #da6429; }
  .card__title small {
    color: #111;
    display: inline-block;
    font-size: 1rem; }
  @media only screen and (max-width: 40em) {
    .card__title {
      font-size: 1.5rem; } }

.card__img {
  margin: auto;
  display: block;
  width: 70%;
  height: auto; }

.card__meter {
  display: block;
  width: 100%;
  border-radius: .3rem;
  overflow: hidden;
  height: .3rem;
  margin: .5rem 0; }
  .card__meter::-webkit-meter-bar {
    background: #DDD; }
  .card__meter::-moz-meter-bar {
    background: #DDD; }
  .card__meter::-webkit-meter-optimum-value {
    background: #54EF63;
    -webkit-transition: 1s linear background , 1s width;
    transition: 1s linear background , 1s width; }
  .card__meter::-moz-meter-optimum {
    background: #54EF63;
    -webkit-transition: 1s linear background , 1s width;
    transition: 1s linear background , 1s width; }
  .card__meter::-webkit-meter-suboptimum-value {
    background: #E9ED3E;
    -webkit-transition: 2s linear background , 2s width;
    transition: 2s linear background , 2s width; }
  .card__meter::-moz-meter-sub-optimum {
    background: #E9ED3E;
    -webkit-transition: 2s linear background , 2s width;
    transition: 2s linear background , 2s width; }
  .card__meter::-webkit-meter-even-less-good-value {
    background: #F74931;
    -webkit-transition: 3s linear background , 3s width;
    transition: 3s linear background , 3s width; }
  .card__meter::-moz-meter-sub-sub-optimum {
    background: #F74931;
    -webkit-transition: 3s linear background , 3s width;
    transition: 3s linear background , 3s width; }

.card__point {
  margin: 0;
  text-align: right;
  color: #111;
  font-weight: bold;
  /*font-family: FB Shimano Square Light Narrow;*/
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  line-height: .4;
  display: block;
  /*width: 5rem;*/ }
  .card__point strong {
    font-size: 4rem;
    line-height: .4;
    /*全スマホ*/ }
    @media only screen and (max-width: 40em) {
      .card__point strong {
        font-size: 3rem;
        line-height: .4; } }

.togle-cont {
  padding: 0 2% 2%;
  position: relative;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: .7s;
  transition: .7s;
  opacity: 0; }
  .togle-cont.on {
    border-top: dotted 1px #ccc;
    max-height: 50rem;
    opacity: 1; }

.card__togle-title {
  margin: .5rem 0;
  font-weight: normal;
  color: #111;
  font-size: 1.3rem;
  font-style: italic; }
  .card__togle-title strong {
    font-weight: bold;
    display: inline-block;
    padding-left: .1rem;
    padding-right: .1rem;
    background: -webkit-linear-gradient(transparent 70%, #ffe100 60%);
    background: linear-gradient(transparent 70%, #ffe100 60%); }

.card__togle-text {
  margin: .5rem 0;
  font-size: .9rem; }

.card__cv-text {
  font-weight: bold;
  margin: .5rem 0;
  color: #111; }

.card__button {
  display: block;
  max-width: 100%;
  margin: .5rem auto 0;
  line-height: 1;
  background: #f7f2e9 !important;
  color: #462514;
  border: solid #462514;
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  text-decoration: none;
  position: relative; }
  .card__button i {
    position: absolute;
    right: 1rem;
    font-size: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
  .card__button:hover {
    color: #000; }

.togle-button {
  background: #1eb0f9;
  width: 2rem;
  height: 2rem;
  border-radius: 99999px;
  border: solid .1rem #FFF;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: .5s;
  transition: .5s; }
  .togle-button.off {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .togle-button:before {
    font-size: 1.5rem;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .togle-button.on {
    opacity: 0; }

.tagline {
  text-align: center;
  color: #FFF;
  font-size: 1.3rem;
  margin-bottom: 1rem; }

.pc-switcher {
  display: none !important; }

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


.line_bnr {
  margin: 2rem auto;
  text-align: center;
}
.line_bnr__img {
  width: 100%;
}
@media only screen and (max-width: 40em) {
    .line_bnr__img {
      width: 80%;
    }
  }

.col__wrap {
  padding: 0;
  margin: 0 auto;
  display : flex;
  flex-wrap : wrap;
  justify-content: center;
  width: 1080px;
}
.col--line {
  width: 30%;
  list-style: none;
  text-indent: inherit;
  padding: 1%!important;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 40em) {
    .col--line {
      width: 100%;
    }
    .col__wrap {
      width: 90%;
    }
    .result_title-sp {
      font-size: 1.5em;
    }
}