@charset "UTF-8";


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media (max-width: 599px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block!important;
  }
  .wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .wrap img {
    width: 100%;
  }
  .header {
    height: 60px;
  }
  .header__logo-image {
    margin: 0 0 0 10px;
    height: 60px;
  }
  .header__logo-image img {
    width: auto;
    height: 60px;
  }
  .header__tel {
    right: 10px;
  }
  .header__tel img {
    width: auto;
    height: 60px;
  }
  .header__link {
    display: none;
  }
  .navi {
    margin: 0 0 20px;
  }
  .navi .-navi-link {
    display: block;
    width: 100%;
  }
  .navi__list {
    display: flex;
    flex-wrap: wrap;
  }
  .navi__list--item {
    display: block;
    margin: 0 0 8px;
  }
  .contact-banner {
    margin: 50px 0;
  }
  .about .information__area--map {
    width: 100%;
    height: 280px;
  }
  .about .information__table {
    flex-wrap: wrap;
    width: 94%;
    margin: 20px auto 0;
    border-bottom: solid 2px #ccc;
  }
  .about .information__table dt {
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #252d60;
  }
  .about .information__table dd {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .contact-area {
    margin: 0 0 60px;
  }
  .contact-area__title {
    margin: 0 0 20px;
  }
  .contact-area .privacy-policy__title {
    margin: 40px auto 20px;
  }
  .contact-area .privacy-policy {
    width: 300px;
    height: 200px;
    padding: 10px;
  }
  .contact-area .button-area {
    width: 240px;
    height: 40px;
  }
  .contact-area .button-area .submit-button {
    width: 240px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
  }
  .contact-area .button-check {
    width: 260px;
    font-size: 12px;
  }
  .contact-area .button-check [type="checkbox"] {
    margin: 0 6px 0 0;
  }
  .contact-area .form__table {
    flex-wrap: wrap;
    width: 94%;
    margin: 0 3%;
  }
  .contact-area .form__table--dd {
    width: 100%;
    padding: 20px 10px;
    font-size: 12px;
    border-bottom: solid 2px #ccc;
  }
  .contact-area .form__table--dd label {
    margin: 0 0 6px;
  }
  .contact-area .form__table--dd label.label--last {
    margin: 0;
  }
  .contact-area .form__table--dd label [type="checkbox"] {
    margin: 0 6px 0 0;
  }
  .contact-area .form__table--dd label input[type="text"] {
    width: 100%;
    font-size: 12px;
    line-height: 32px;
    border-radius: 2px;
  }
  .contact-area .form__table--dd label textarea {
    width: 100%;
    font-size: 12px;
    line-height: 32px;
    border-radius: 2px;
  }
  .contact-area .form__table--dt {
    width: 100%;
    padding: 20px 10px;
    font-size: 14px;
  }
  footer {
    width: 100%;
    line-height: 60px;
  }
  .fixed-btn {
    position: fixed;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 6px 0 0;
    line-height: 1;
    transition: all .5s;
    background: rgba(255, 255, 255, 0.6);
  }
  .fixed-btn__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .fixed-btn__list--item {
    width: 50%;
  }
  .fixed-btn__list--item a {
    display: inline-block;
  }
  .navi__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .navi__list--item {
    width: 50%;
    margin: 0 0 5px;
  }
}

html,
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
dt,
dd,
li,
figcaption,
div,
span {
  font-weight: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: bottom;
}

.thanks-page .backButton {
  display: inline-block;
  width: 240px;
  margin: 0 auto 30px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #fe5028;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
}

@media (min-width: 600px) {
  .pc-view {
    display: block;
  }
  .sp-view {
    display: none!important;
  }
  .wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .header {
    height: 90px;
  }
  .header__tel {
    right: 0;
  }
  .header__link {
    position: absolute;
    top: 18px;
    right: 285px;
    display: inline-block;
    width: 244px;
    height: 52px;
    background: url(https://lp.kaishaseturitu.tokyo/_assets/img/btn.png) no-repeat top center;
    background-size: cover;
  }
  .header__link:hover {
    background: url(https://lp.kaishaseturitu.tokyo/_assets/img/btn-over.png) no-repeat top center;
    background-size: cover;
  }
  .header__link--text {
    display: none;
  }
  .fv {
    position: relative;
    width: 100%;
    height: 718px;
    background: url(https://lp.kaishaseturitu.tokyo/_assets/img/fv.jpg) no-repeat bottom center;
    background-size: 1600px 716px;
  }
  .fv__copy {
    position: absolute;
    top: 64px;
    left: 0;
  }
  .fv__list {
    position: absolute;
    top: 512px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fv__list--item {
    margin: 0;
    line-height: 1;
  }
  .fv__list--item.sub02 {
    margin: 4px 0 0;
  }
  .navi {
    height: 100px;
    background-color: #333;
  }
  .navi .-navi-link {
    display: inline-block;
    height: 100px;
    background: #333;
  }
  .navi .-navi-link:hover {
    background: #000a50;
  }
  .navi__list {
    justify-content: space-between;
    height: 100px;
  }
  .navi__list--item {
    margin: 0;
    padding: 0;
    border-left: solid 2px #fff;
    line-height: 1;
  }
  .navi__list--item:nth-of-type(4) {
    border-right: solid 2px #fff;
  }
  .new {
    width: 100%;
    height: 552px;
    background: url(https://lp.kaishaseturitu.tokyo/_assets/img/new-bg.jpg) repeat-x bottom center;
  }
  .new__image {
    position: absolute;
    top: 0;
    left: -20px;
    margin: 0;
    padding: 0;
  }
  .reason {
    width: 100%;
    height: 835px;
    background: url(https://lp.kaishaseturitu.tokyo/_assets/img/reason-bg.png) no-repeat bottom center;
    background-size: 1600px 538px;
  }
  .price__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .support {
    position: relative;
    width: 100%;
    height: 373px;
    padding: 60px 0;
    box-sizing: border-box;
    background: url(https://lp.kaishaseturitu.tokyo/_assets/img/support-bg.jpg) no-repeat bottom center;
    background-size: 1600px 373px;
  }
  .support:before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 253px;
    background: rgba(0, 10, 80, 0.9);
  }
  .contact-banner {
    margin: 80px 0;
  }
  .contact-banner--link {
    opacity: 1;
    transition: all .5s;
  }
  .contact-banner--link:hover {
    opacity: .8;
  }
  .about {
    background: #fafbf6;
  }
  .about .information {
    display: flex;
    justify-content: space-between;
  }
  .about .information__area--map {
    width: 460px;
    height: 350px;
  }
  .about .information__table {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 500px;
    margin: 0;
  }
  .about .information__table dt {
    width: 140px;
    color: #555;
    border-bottom: solid 2px #252d60;
  }
  .about .information__table dd {
    display: flex;
    align-items: center;
    width: 350px;
    padding: 0 0 0 10px;
    text-align: left;
    border-bottom: solid 2px #ccc;
  }
  .contact-area {
    margin: 0 0 60px;
  }
  .contact-area__title {
    margin: 0 0 60px;
    height: 224px;
  }
  .contact-area .privacy-policy__title {
    margin: 60px auto 20px;
  }
  .contact-area .privacy-policy {
    width: 720px;
    height: 200px;
    padding: 20px;
  }
  .contact-area .button-area {
    width: 330px;
    height: 70px;
  }
  .contact-area .button-area .submit-button {
    width: 330px;
    line-height: 70px;
    font-size: 20px;
    border-radius: 10px;
  }
  .contact-area .button-check {
    width: 720px;
    font-size: 14px;
  }
  .contact-area .button-check [type="checkbox"] {
    margin: 0 10px 0 0;
  }
  .contact-area .form__table {
    justify-content: space-between;
    width: 1000px;
    margin: 0;
  }
  .contact-area .form__table--dd {
    width: 730px;
    padding: 30px 0 30px 20px;
    font-size: 14px;
    border-bottom: solid 4px #ccc;
  }
  .contact-area .form__table--dd label {
    margin: 0 0 10px;
  }
  .contact-area .form__table--dd label.label--last {
    margin: 0;
  }
  .contact-area .form__table--dd label [type="checkbox"] {
    margin: 0 10px 0 0;
  }
  .contact-area .form__table--dd label input[type="text"] {
    width: 90%;
    font-size: 14px;
    line-height: 40px;
    border-radius: 5px;
  }
  .contact-area .form__table--dd label textarea {
    width: 90%;
    font-size: 14px;
    line-height: 40px;
    border-radius: 5px;
  }
  .contact-area .form__table--dt {
    width: 260px;
    padding: 30px 0 30px 20px;
    font-size: 16px;
  }
  footer {
    line-height: 80px;
  }
}

.thanks-page {
  margin: 60px 0 0;
  text-align: center;
}

.thanks-page__title {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}

.thanks-page__text {
  margin: 0 0 30px;
  font-size: 12px;
  line-height: 2;
}

.thanks-page__copyright {
  display: block;
  width: 100%;
  font-size: 10px;
  text-align: center;
}

.header {
  width: 100%;
}

.header__tel {
  position: absolute;
  top: 0;
}

.price__list {
  list-style: none;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.price__list--item {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.navi {
  width: 100%;
}

.navi .-navi-link {
  width: 100%;
}

.navi__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-banner {
  line-height: 1;
}

.flow__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flow__list--item {
  line-height: 1;
}

.about .information {
  padding: 0 0 50px;
}

.about .information__table {
  display: flex;
  padding: 0;
  font-size: 14px;
}

.about .information__table dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}

.about .information__table dd {
  margin: 0;
  box-sizing: border-box;
}

.contact-area {
  margin: 0 0 60px;
}

.contact-area__title {
  background: #000a50;
}

.contact-area .privacy-policy__title {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.contact-area .privacy-policy {
  margin: 0 auto;
  overflow: auto;
  font-size: 12px;
  line-height: 1.2;
  border: solid 1px #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}

.contact-area .button-area {
  margin: 0 auto;
}

.contact-area .button-area .submit-button {
  text-align: center;
  color: #fff;
  background-color: #1684a2;
  border: none;
}

.contact-area .button-check {
  margin: 30px auto 20px;
  font-weight: bold;
  text-align: center;
}

.contact-area .button-check small {
  display: block;
  margin: 10px 0 0;
  line-height: 1.5;
  font-size: 10px;
  font-weight: normal;
}

.contact-area .form__table {
  display: flex;
  padding: 0;
}

.contact-area .form__table--dd {
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
}

.contact-area .form__table--dd label {
  display: block;
}

.contact-area .form__table--dd label.label--last {
  margin: 0;
}

.contact-area .form__table--dd label input[type="text"] {
  padding: 0;
  color: #333;
  border: none;
  background: #f4f4f4;
}

.contact-area .form__table--dd label textarea {
  padding: 0;
  color: #333;
  border: none;
  background: #f4f4f4;
}

.contact-area .form__table--dt {
  margin: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  box-sizing: border-box;
}

.contact-area .form__table--dt.-single-dt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-area .form__table--dt.-single-dt.-no-must:before, .contact-area .form__table--dt.-single-dt.-must:before {
  top: calc(50% - 10px);
}

.contact-area .form__table--dt span {
  display: block;
  font-size: 12px;
  color: #666;
}

.contact-area .form__table--dt.-no-must {
  position: relative;
  color: #1684a2;
  border-bottom: solid 4px #1684a2;
}

.contact-area .form__table--dt.-no-must:before {
  content: '任意';
  position: absolute;
  left: 0;
  top: 30px;
  width: 40px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #1684a2;
  border-radius: 2px;
}

.contact-area .form__table--dt.-must {
  position: relative;
  color: #fe5028;
  border-bottom: solid 4px #fe5028;
}

.contact-area .form__table--dt.-must:before {
  content: '必須';
  position: absolute;
  left: 0;
  top: 30px;
  width: 40px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #fe5028;
  border-radius: 2px;
}

.profile__image {
  margin: 0;
  padding: 0;
}

footer {
  background: #000a50;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
