@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-size: 17px;
  color: #222222;
  background-color: #fff;
  font-family: "Verdana", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

h1 {
  font-size: 2.3em;
}

@media (max-width: +767px) {
  h1 {
    font-size: 1.7em;
  }
}

h1, h2, h3, h4 {
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

small {
  font-size: 12px;
  line-height: 1.4em;
}

main {
  padding: 50px 0;
}

main h1 {
  margin: .3em 0 2em 0;
}

main > div,
main > div > .contents {
  padding: 0 20px;
}

main .contents {
  width: 92%;
  min-width: 850px;
  max-width: 1100px;
  margin: auto;
}

@media (max-width: +767px) {
  main .contents {
    min-width: inherit;
    width: 100%;
  }
}

main .contents p {
  line-height: 1.6em;
  margin: 1.4em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.logotype {
  vertical-align: baseline;
  margin: 0 .3em -.08em .5em;
  height: 1em;
  max-width: 150px;
}

.in-b {
  display: inline-block;
}

@media (max-width: +767px) {
  .in-b {
    line-height: 1.8em;
  }
}

header {
  font-size: .8em;
  background: #fff;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2%;
  padding-right: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  width: 100px;
}

header nav ul > li {
  display: inline-block;
  padding: 0;
}

header nav ul > li a {
  display: inline-block;
  padding: .5em 1em;
  border-radius: 6px;
}

header nav ul > li a:hover {
  background-color: #f0f0f0;
}

footer {
  text-align: center;
  padding: 50px 0;
}

footer nav {
  font-size: 0.75em;
}

footer nav ul > li {
  display: inline-block;
  margin: .5em;
}

footer nav ul > li a {
  text-decoration: underline;
}

footer nav ul > li a:hover {
  color: #E50038;
}

footer small {
  color: #E50038;
  display: inline-block;
  margin-top: 3em;
  font-size: 0.7em;
}

.btn.large {
  font-size: 1.3em;
  display: block;
  text-align: center;
  border-radius: 40px;
  border: 4px solid white;
  padding: .7em 2em;
  color: white;
  font-weight: bold;
  margin: 10px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn.large:hover {
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: +767px) {
  .btn.large {
    font-size: 1.15em;
    padding: .6em 0;
  }
}

.btn.red {
  background-color: #E50038 !important;
}

#top main {
  padding: 0;
}

#top .contents {
  width: 560px;
  max-width: 95%;
  min-width: auto;
}

@media (max-width: +767px) {
  #top .contents {
    max-width: 86%;
  }
}

.visual {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: +767px) {
  .visual {
    height: 260px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .visual h2 {
    margin-left: 0.5em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .visual h2 .logotype {
    display: none;
  }
}

h2 {
  font-size: 2.7em;
  color: white;
  margin: 20px 0;
}

@media (max-width: +767px) {
  h2 {
    font-size: 1.8em;
  }
}

h3 {
  font-size: 1.7em;
}

@media (max-width: +767px) {
  h3 {
    font-size: 1.3em;
  }
}

h2, h3 {
  letter-spacing: -1px;
}

.features {
  padding: 60px 0;
}

.features nav a {
  font-size: 1.3em;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: .8em .6em;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  margin: 16px 0;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
}

.features nav a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.features nav a:last-child {
  margin-bottom: 0;
}

.features nav a:after {
  content: "";
  background-color: #000;
  display: inline-block;
  height: calc(.6rem + 7px);
  width: calc(.6rem);
  -webkit-mask: url("../images/ico/ico_arrow.svg");
  mask: url("../images/ico/ico_arrow.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: +767px) {
  .features nav a {
    font-size: 1.1em;
  }
}

div[class^="to-"] {
  padding: 40px 0;
  color: white;
  text-align: center;
}

div[class^="to-"] .btn {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: +767px) {
  div[class^="to-"] {
    padding: 20px 0;
  }
}

#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #aedef7;
  background: url(../images/top/mv-bg.svg), -webkit-gradient(linear, left top, left bottom, color-stop(10%, #aedef7), color-stop(60%, white));
  background: url(../images/top/mv-bg.svg), linear-gradient(180deg, #aedef7 10%, white 60%);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 1000px;
  height: 760px;
}

@media (max-width: +767px) {
  #mv {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

#mv h1 {
  width: 100%;
  text-align: center;
  margin: 0;
}

#mv picture {
  text-align: center;
}

#mv .logo {
  width: 60%;
  max-width: 370px;
  min-width: 250px;
  margin-top: -20vh;
}

@media (max-width: +767px) {
  #mv .logo {
    margin-top: 0vh;
  }
}

#mv .img {
  position: absolute;
  bottom: 80px;
  right: 10%;
  width: 40%;
  max-width: 440px;
}

@media (max-width: +767px) {
  #mv .img {
    position: inherit;
    width: 90%;
  }
}

#intro,
#getstarted {
  position: relative;
  padding-bottom: 40px;
}

#intro .img,
#getstarted .img {
  width: 100%;
}

#intro:before,
#getstarted:before {
  content: "";
  background: #E50038;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

#intro {
  text-align: center;
}

#intro p {
  color: white;
}

#intro .img {
  width: 90%;
}

#intro:before {
  height: 440px;
}

@media (max-width: +767px) {
  #intro:before {
    height: 400px;
  }
}

#for-general-member .visual {
  background-color: #00afec;
  background-image: url("../images/top/img_for-member.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: +767px) {
  #for-general-member .visual {
    background-position: 80% top;
    background-size: cover;
  }
}

#for-general-member .visual .img {
  position: absolute;
  width: 70%;
  right: 0;
  margin-top: -1.35%;
  max-width: 800px;
  top: 0;
  text-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

#for-general-member .features {
  background: #9ed8f6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #9ed8f6), color-stop(90%, white));
  background: linear-gradient(0deg, #9ed8f6 10%, white 90%);
}

#for-general-member .features nav {
  color: #0093BE;
}

#for-general-member .features nav a:after {
  background: #00AFEC;
}

#for-general-member .to-regist {
  background-color: #00AFEC;
}

#for-general-member .to-regist a {
  background: #0063b1;
  background: -webkit-gradient(linear, left bottom, left top, from(#0080d1), to(#00afec));
  background: linear-gradient(0deg, #0080d1 0%, #00afec 100%);
}

#for-general-member .to-regist h4 {
  font-style: normal;
  font-size: 1.3em;
}

#for-business-member .visual {
  background-color: #75635F;
  background-image: url("../images/top/img_for-business.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}

#for-business-member .features {
  background: #b9aba6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #b9aba6), color-stop(90%, white));
  background: linear-gradient(0deg, #b9aba6 10%, white 90%);
}

#for-business-member .features nav {
  color: #594A48;
}

#for-business-member .features nav a:after {
  background: #75635F;
}

#for-business-member .to-contact {
  background-color: #75635F;
}

#for-business-member .to-contact a {
  border: none;
  margin-top: 0;
}

@media (max-width: +767px) {
  #for-business-member .to-contact a {
    font-size: 1.5em;
  }
  #for-business-member .to-contact a::first-line {
    font-size: .7em;
  }
}

#for-owner .visual {
  background-color: #619F54;
  background-image: url("../images/top/bg_for-owner.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: +767px) {
  #for-owner .visual {
    height: 280px;
    background-size: 76%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#for-owner .visual h2 {
  line-height: 1.7em;
  font-size: 1.9em;
}

@media (max-width: +767px) {
  #for-owner .visual h2 {
    margin-left: 0;
    font-size: 1.4em;
  }
}

#for-owner .features {
  background: #b3cea6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #b3cea6), color-stop(90%, white));
  background: linear-gradient(0deg, #b3cea6 10%, white 90%);
}

#for-owner .features nav {
  color: #407138;
}

#for-owner .features nav a:after {
  background: #619F54;
}

#for-owner .to-contact {
  background-color: #619F54;
}

#for-owner .to-contact a {
  border: none;
  margin-top: 0;
}

@media (max-width: +767px) {
  #for-owner .to-contact a {
    font-size: 1.5em;
  }
  #for-owner .to-contact a::first-line {
    font-size: .7em;
  }
}

#getstarted {
  color: #E50038;
  padding-top: 60px;
  padding-bottom: 60px;
}

#getstarted:before {
  height: 300px;
}

@media (max-width: +767px) {
  #getstarted:before {
    height: 190px;
  }
}

@media (max-width: +767px) {
  #getstarted {
    padding-bottom: 30px;
  }
}

#getstarted h3 {
  color: #E50038;
}

#getstarted .img {
  margin-top: 50px;
}

#service-detail main {
  margin: auto;
}

#service-detail .panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: +767px) {
  #service-detail .panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service-detail .panels h2 {
  font-size: 1.2em;
  font-style: normal;
  margin-top: 0;
  line-height: 1.5em;
}

#service-detail .panels h2:nth-of-type(n+2) {
  margin-top: 1em;
}

#service-detail .panels > * {
  width: 30.8%;
  background: white;
  padding: 3%;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.2);
  position: relative;
}

@media (max-width: +767px) {
  #service-detail .panels > * {
    width: 100%;
    padding: 6%;
    margin-bottom: 30px;
  }
}

#service-detail .panels img {
  max-width: 100%;
}

#service-detail .panels p {
  font-size: 0.8em;
  margin-bottom: 0;
  line-height: 1.5em;
}

#service-detail .panels small {
  margin-top: 2em;
  display: inline-block;
  color: #6f6f6f;
}

#service-detail .action {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: +767px) {
  #service-detail .action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

#service-detail .action a {
  border: none;
  margin: 0 20px;
  display: inline-block;
}

@media (max-width: +767px) {
  #service-detail .action a {
    margin: 10px 0;
  }
}

#service-detail.member main {
  background: #9ed8f6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #9ed8f6), color-stop(90%, white));
  background: linear-gradient(0deg, #9ed8f6 10%, white 90%);
}

#service-detail.member h1, #service-detail.member h2 {
  color: #0093BE;
}

#service-detail.member .action a {
  background-color: #00AFEC;
}

#service-detail.member-business main {
  background: #b9aba6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #b9aba6), color-stop(90%, white));
  background: linear-gradient(0deg, #b9aba6 10%, white 90%);
}

#service-detail.member-business h1, #service-detail.member-business h2 {
  color: #594A48;
}

#service-detail.member-business .action a {
  background-color: #75635F;
}

#service-detail.owner main {
  background: #b3cea6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #b3cea6), color-stop(90%, white));
  background: linear-gradient(0deg, #b3cea6 10%, white 90%);
}

#service-detail.owner h1, #service-detail.owner h2 {
  color: #407138;
}

#service-detail.owner .action a {
  background-color: #619F54;
}
/*# sourceMappingURL=style.css.map */