﻿@charset "UTF-8";
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/mss3gtl.css");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 14px;
  position: relative;
  height: 100%;
  letter-spacing: 1px;
  line-height: 1.8;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 12px;
  }
}

#wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  margin-top: 355px;
  padding-bottom: 100px;
}

@media screen and (max-width: 834px) {
  main {
    margin-top: 300px;
  }
}

main.home {
  margin-top: 525px;
}

@media screen and (max-width: 834px) {
  main.home {
    margin-top: 314px;
    padding-bottom: 100px;
  }
}

main.privacy {
  margin-top: 120px;
}

@media screen and (max-width: 834px) {
  main.privacy {
    margin-top: 160px;
    padding-bottom: 100px;
  }
}

.inner {
  width: 100%;
  max-width: 1014px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .inner {
    padding: 0 25px;
  }
}

.sec {
  padding: 50px 0;
}

.content_wrap {
  width: 1014px;
  margin: 0 auto;
}

.head_kv {
  position: absolute;
  top: 0;
  width: 100%;
  height: 620px;
}

@media screen and (max-width: 834px) {
  .head_kv {
    top: 64px;
  }
}

.head_kv:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.head_kv.home {
  background: url(../img/top/main.jpeg) no-repeat;
  background-position: 100% top;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .head_kv.home {
    height: 280px;
  }
}

.head_kv .catch {
  width: 100%;
  position: absolute;
  bottom: 100px;
  text-align: center;
  z-index: 9;
}

@media screen and (max-width: 834px) {
  .head_kv .catch {
    bottom: -30px;
  }
}

.head_kv .catch h1 {
  color:#ec6160;
  font-size: 25px;
}

@media screen and (max-width: 834px) {
  .head_kv .catch h1 {
    font-size: 18px;
  }
}

.head_kv .catch .btn {
  width: 342px;
  margin: 100px auto 0;
}

@media screen and (max-width: 834px) {
  .head_kv .catch .btn {
    margin-top: 75px;
  }
}

.head_kv.price {
  height: 461px;
  background: url(../img/price/main_kv.jpg) no-repeat;
  background-position: 30% top;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .head_kv.price {
    height: 250px;
    background-position: 8% top;
  }
}

.head_kv.company {
  height: 461px;
  background: url(../img/top/main_kv.jpg) no-repeat;
  background-position: 30% 100%;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .head_kv.company {
    height: 250px;
  }
}

.head_kv.app {
  height: 461px;
  background: url(../img/app/main_kv.jpg) no-repeat;
  background-position: 30% 40%;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .head_kv.app {
    height: 250px;
  }
}

.head_kv.contact {
  height: 461px;
  background: url(../img/contact/main_kv.jpg) no-repeat;
  background-position: 30% 40%;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .head_kv.contact {
    height: 250px;
  }
}

.head_kv.privacy {
  height: 190px;
  background: url(../img/privacy/main_kv.jpg) no-repeat;
  background-position: 30% 40%;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .head_kv.privacy {
    height: 125px;
  }
}

#header {
  position: relative;
  width: 100%;
  height: 95px;
  padding-left: 50px;
  letter-spacing: 3px;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  #header {
    position: fixed;
    bottom: 0;
    height: 56px;
    padding-left: 0;
  }
}

#header .head_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;
}

@media screen and (max-width: 834px) {
  #header .head_inner {
    display: inherit;
  }
}

@media screen and (max-width: 834px) {
  #header .head_inner .header_logo {
    display: none;
  }
}

#header .head_inner .header_logo img {
  width: 244px;
  height: auto;
}

@media screen and (max-width: 834px) {
  #header .head_inner .header_logo img {
    width: 148px;
  }
}

#header .head_inner .head_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  #header .head_inner .head_nav {
    display: inherit;
  }
}

@media screen and (max-width: 834px) {
  #header .head_inner .head_nav .global_nav {
    display: none;
  }
}

#header .head_inner .head_nav .global_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .head_inner .head_nav .global_nav ul li {
  list-style: none;
  margin-left: 50px;
}

#header .head_inner .head_nav .global_nav ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

#header .head_inner .head_nav .sp_global_nav {
  display: none;
}

@media screen and (max-width: 834px) {
  #header .head_inner .head_nav .sp_global_nav {
    width: 100%;
    height: calc(100% - 110px);
    background-color: #eeeee5;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 56px;
    left: 0;
    overflow: auto;
  }
  #header .head_inner .head_nav .sp_global_nav ul li {
    list-style: none;
    font-size: 12px;
    border-bottom: 1px solid #fff;
  }
  #header .head_inner .head_nav .sp_global_nav ul li span {
    display: block;
    height: 26px;
    font-size: 21px;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 4px;
  }
  #header .head_inner .head_nav .sp_global_nav ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 25px 0;
  }
}

#header .head_inner .head_nav .big_nav {
  margin-left: 30px;
}

@media screen and (max-width: 834px) {
  #header .head_inner .head_nav .big_nav {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#header .head_inner .head_nav .big_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  #header .head_inner .head_nav .big_nav ul {
    width: 66.5%;
  }
}

#header .head_inner .head_nav .big_nav ul li {
  list-style: none;
}

@media screen and (max-width: 834px) {
  #header .head_inner .head_nav .big_nav ul li {
    width: 50%;
  }
}

#header .head_inner .head_nav .big_nav ul li.app {
  background: #fff;
}

#header .head_inner .head_nav .big_nav ul li.app a {
  color: #373737;
  font-weight: 600;
}

#header .head_inner .head_nav .big_nav ul li.contact {
  background: #000095;
}

#header .head_inner .head_nav .big_nav ul li.contact a {
  color: #fff;
}

#header .head_inner .head_nav .big_nav ul li a {
  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;
  width: 160px;
  height: 95px;
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  #header .head_inner .head_nav .big_nav ul li a {
    width: 100%;
    height: 56px;
  }
}

#header .head_inner .head_nav .menu-trigger {
  display: none;
}

@media screen and (max-width: 834px) {
  #header .head_inner .head_nav .menu-trigger {
    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;
    width: 33.5%;
    height: 56px;
    background: #000;
    cursor: pointer;
  }
  #header .head_inner .head_nav .menu-trigger.active .hum span:first-child {
    -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  #header .head_inner .head_nav .menu-trigger.active .hum span:nth-child(2) {
    opacity: 0;
  }
  #header .head_inner .head_nav .menu-trigger.active .hum span:last-child {
    -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
  #header .head_inner .head_nav .menu-trigger .hum {
    position: relative;
    width: 16.5px;
    height: 13.5px;
  }
  #header .head_inner .head_nav .menu-trigger .hum span {
    position: absolute;
    top: 6px;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #header .head_inner .head_nav .menu-trigger .hum span:first-child {
    top: 0;
  }
  #header .head_inner .head_nav .menu-trigger .hum span:last-child {
    top: inherit;
    bottom: 0;
  }
}

#sp_header {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp_header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 64px;
    padding-left: 25px;
    background: #fff;
    z-index: 10;
  }
  #sp_header .header_logo img {
    width: 148px;
    height: auto;
  }
}

#footer {
  margin-top: auto;
  background: #eeeeee;
}

@media screen and (max-width: 834px) {
  #footer {
    display: none;
  }
}

#footer .foot_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;
  height: 180px;
  padding: 0 130px 0 50px;
}

#footer .foot_inner .foot_logo img {
  width: 293px;
  height: auto;
}

#footer .foot_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer .foot_nav ul li {
  position: relative;
  list-style: none;
  margin-left: 30px;
}

#footer .foot_nav ul li:last-child::after {
  content: none;
}

#footer .foot_nav ul li:after {
  position: absolute;
  top: 5px;
  right: -15px;
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #000;
}

#footer .foot_nav ul li a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}

#footer #copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #373737;
  height: 50px;
  color: #fff;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 4px;
  padding-right: 30px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-20 {
  margin-left: 20px;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.fs_small {
  font-size: 12px;
  font-size: 400;
}

.bg_primary {
  background: #eeeee5;
}

.pc {
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .sp {
    display: inline-block;
  }
}

.btn {
  display: block;
  padding: 16px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
}

.btn.btn_primary {
  background: #ff555a;
  color: #fff;
}

.btn.arrow {
  position: relative;
}

.btn.arrow:after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

.submit_btn {
  margin-top: 50px !important;
}

.submit_btn input {
  width: 100%;
  margin: 0 auto;
}

.submit_btn.arrow {
  position: relative;
  width: 342px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .submit_btn.arrow {
    width: 80%;
  }
}

.submit_btn.arrow:after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

.sec_ttl_body {
  position: relative;
  overflow: hidden;
}

.sec_ttl_body .sec_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  color: #373737;
}

@media screen and (max-width: 834px) {
  .sec_ttl_body .sec_ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 15px;
    padding-bottom: 30px;
  }
}

.sec_ttl_body .sec_ttl:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 67px;
  height: 4px;
  background: #000095;
  z-index: 5;
}

@media screen and (max-width: 834px) {
  .sec_ttl_body .sec_ttl:after {
    left: 25px;
  }
}

.sec_ttl_body .sec_ttl span {
  font-size: 60px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 10px;
  margin-right: 20px;
  color: #000;
}

@media screen and (max-width: 834px) {
  .sec_ttl_body .sec_ttl span {
    width: 100%;
    font-size: 48px;
    margin-right: 0;
  }
}

.sec_ttl_body .privacy_ttl {
  text-align: center;
  font-size: 25px;
}

@media screen and (max-width: 834px) {
  .sec_ttl_body .privacy_ttl {
    font-size: 15px;
  }
}

.sec_ttl_body .privacy_ttl span {
  display: block;
  font-size: 40px;
  color: #eeeeee;
}

@media screen and (max-width: 834px) {
  .sec_ttl_body .privacy_ttl span {
    font-size: 30px;
  }
}

.sec_ttl_body .border {
  position: relative;
  width: 100%;
  height: 1px;
  background: #c8c8c8;
  z-index: 4;
}

.sec_ttl_body p {
  position: relative;
  margin-top: 35px;
  z-index: 4;
}

.sec_ttl_body .watermark {
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 192px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 30px;
  color: #eeeeee;
  text-align: right;
}

.sec_ttl_body .watermark.about {
  color: #fff;
}

@media screen and (max-width: 834px) {
  .sec_ttl_body .watermark {
    top: 53px;
    font-size: 96px;
    right: -30px;
  }
}

.price_ttl_body {
  text-align: center;
  margin-bottom: 33px;
}

.price_ttl_body .price_ttl {
  font-size: 25px;
  margin-bottom: 18px;
}

@media screen and (max-width: 834px) {
  .price_ttl_body .price_ttl {
    font-size: 18px;
  }
}

.wrap_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap_3col:after {
  content: "";
  display: block;
  width: 33%;
  height: 0;
}

.wrap_3col.white .col1 {
  background: #fff;
}

.wrap_3col .col1 {
  width: 33%;
  text-align: center;
  padding: 35px;
}

.wrap_3col.white .col50 {
  background: #fff;
}

.wrap_3col .col50 {
  width: 50%;
  text-align: center;
  padding: 35px;
}

@media screen and (max-width: 834px) {
  .wrap_3col .col1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .wrap_3col .col50 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.wrap_3col .col1 img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.wrap_3col .col1 h3 {
  color: #000095;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.wrap_3col .col50 img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.wrap_3col .col50 h3 {
  color: #000095;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.3;
}


@media screen and (max-width: 834px) {
  .wrap_3col .col1 h3 {
    font-size: 15px;
  }
  .wrap_3col .col50 h3 {
    font-size: 15px;
  }
}

.wrap_3col .col2 {
  width: 33%;
  text-align: center;
  padding: 35px;
  margin-bottom: 5px;
  background: #eeeeee;
}


@media screen and (max-width: 834px) {
  .wrap_3col .col2 {
    width: 48%;
    padding: 25px 10px;
    margin-bottom: 20px;
  }
}

.wrap_3col .col2 img {
  width: auto;
  height: 92px;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .wrap_3col .col2 img {
    height: 70px;
  }
}

.wrap_3col .col2 h3 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media screen and (max-width: 834px) {
  .wrap_3col .col2 h3 {
    font-size: 15px;
    height: 40px;
  }
}

#page_top {
  position: fixed;
  bottom: 200px;
  right: 50px;
}

#page_top a {
  display: block;
  width: 60px;
  height: 60px;
  border: 4px solid #000095;
  border-radius: 50%;
}

#page_top a:before {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 4px solid #000095;
  border-right: 4px solid #000095;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.require {
  background: #ff555a;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 20px;
}

.any {
  background: #808080;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 20px;
}

.form_control {
  width: 100%;
  color: #808080;
  background: #eeeeee;
  padding: 2px 10px;
  border-radius: 5px;
  color: #000;
}

.form_control.short {
  width: 30%;
}

.zip_ajax {
  background: #808080;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 7px;
  border-radius: 5px;
  margin-left: 15px;
}

::-webkit-input-placeholder {
  color: #808080;
  font-size: 12px;
}

:-ms-input-placeholder {
  color: #808080;
  font-size: 12px;
}

::-ms-input-placeholder {
  color: #808080;
  font-size: 12px;
}

::placeholder {
  color: #808080;
  font-size: 12px;
}

.select_design {
  width: 100%;
  position: relative;
}

.select_design:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  content: '';
  background: #808080;
  border-radius: 0px 5px 5px 0;
  pointer-events: none;
}

.select_design:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 10;
}

.select_design select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: #eeeeee;
  padding: 2px 10px;
  border-radius: 5px;
  color: #808080;
}

.check_design input {
  display: none;
}

.check_design input:checked + label::after {
  opacity: 1;
}

.check_design input:checked + label::before {
  border: 1px solid #808080;
  background: #808080;
}

.check_design label {
  position: relative;
  color: #808080;
  padding-left: 40px;
  cursor: pointer;
}

.check_design label:before {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -11px;
  background: #fff;
  border: 1px solid #ff555a;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

.check_design label:after {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  width: 5px;
  height: 7px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

textarea {
  height: 192px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #eeeeee;
}

table tr {
  border-bottom: 1px solid #eeeeee;
}

table.company th {
  text-align: left;
  padding: 20px 100px;
  font-weight: normal;
}

@media screen and (max-width: 834px) {
  table.company th {
    display: block;
    width: 100%;
    padding: 10px 10px 5px 10px;
  }
}

table.company td {
  padding: 20px 0;
}

@media screen and (max-width: 834px) {
  table.company td {
    display: block;
    width: 100%;
    padding: 5px 10px 10px 10px;
  }
}

table.form th {
  text-align: left;
  padding: 20px 0 20px 100px;
  font-weight: normal;
  vertical-align: top;
}

@media screen and (max-width: 834px) {
  table.form th {
    display: block;
    width: 100%;
    padding: 10px 10px 5px 10px;
  }
}

table.form td {
  padding: 20px 100px 20px 0;
}

@media screen and (max-width: 834px) {
  table.form td {
    display: block;
    width: 100%;
    padding: 5px 10px 10px 10px;
  }
}

@media screen and (max-width: 834px) {
  .price_table_sec {
    padding: 50px 25px;
  }
}

.price_table_sec .price_flex {
  table-layout: fixed;
  border-top: none;
}

.price_table_sec .price_flex tr {
  background-color: #eeeeee;
  padding: 20px;
}

@media screen and (max-width: 834px) {
  .price_table_sec .price_flex tr {
    display: block;
    margin-bottom: .625em;
    padding: 5px;
  }
}

.price_table_sec .price_flex tr th,
.price_table_sec .price_flex tr td {
  border-right: 3px solid #fff;
  padding: 15px;
}

@media screen and (max-width: 834px) {
  .price_table_sec .price_flex tr th,
  .price_table_sec .price_flex tr td {
    display: block;
    border-right: none;
  }
}

.price_table_sec .price_flex tr th {
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .price_table_sec .price_flex tr td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: 15px 15px 15px 70px;
    border-right: none;
  }
  .price_table_sec .price_flex tr td:before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -9px;
    color: #808080;
  }
  .price_table_sec .price_flex tr td:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .price_table_sec .price_flex thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.price_table_sec .price_flex thead tr {
  background: #808080;
  color: #fff;
}

.price_table_sec .price_flex tbody th {
  background: #ff555a;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .price_table_sec .price_flex tbody th {
    color: #fff;
  }
}

.price_table_sec .price_flex tbody th.support {
  background: #000095;
}

.price_table_sec .price_flex tbody .txt {
  text-align: left;
}

.price_table_sec .price_flex tbody .price {
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .price_table_sec .price_flex tbody .price {
    font-size: 15px;
  }
}

.price_table_sec .price_flex .non {
  background: #fff;
}

.sec_top .wrap_3col {
  margin-top: 50px;
}

.sec_top .wrap_faq {
  margin-top: 50px;
}

.sec_price {
  position: relative;
  background: url(../img/top/price_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 476px;
}

@media screen and (max-width: 834px) {
  .sec_price {
    height: 300px;
    background: url(../img/top/price_sp_bg.jpg) no-repeat;
    background-size: cover;
  }
}

.sec_price:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sec_price .inner {
  position: relative;
}

.sec_price .inner .sec_ttl_body {
  width: 342px;
  position: absolute;
  top: 50px;
  right: 0;
}

@media screen and (max-width: 834px) {
  .sec_price .inner .sec_ttl_body {
    width: 100%;
    left: 0;
    padding: 0 25px;
    margin: auto;
  }
}

.sec_price .inner .sec_ttl_body .sec_ttl:after {
  content: none;
}

.sec_price .inner .sec_ttl_body p {
  text-align: center;
  margin-top: 0;
}

@media screen and (max-width: 834px) {
  .sec_price .inner .sec_ttl_body p {
    color: #fff;
    text-align: left;
  }
}

.sec_price .inner .sec_ttl_body .btn {
  margin-top: 30px;
  z-index: 10;
}

.faq_col .question {
  position: relative;
  background: #eeeeee;
  padding: 25px 50px 25px 60px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 834px) {
  .faq_col .question {
    font-size: 14px;
  }
}

.faq_col .question:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
  content: "Q";
  font-size: 30px;
  color: #000095;
}

@media screen and (max-width: 834px) {
  .faq_col .question:before {
    font-size: 25px;
  }
}

.faq_col .question span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  background-color: #000095;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.faq_col .question span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  background-color: #000095;
  -webkit-transition: .3s;
  transition: .3s;
}

.faq_col .question.active span:before {
  background-color: transparent;
}

.faq_col .question.active span:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.faq_col .answer {
  display: none;
  position: relative;
  background: #bbd3de;
  padding: 25px 50px 25px 60px;
}

.faq_col .answer strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .faq_col .answer strong {
    font-size: 14px;
  }
}

.faq_col .answer:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
  content: "A";
  font-size: 30px;
  color: #ff555a;
}

@media screen and (max-width: 834px) {
  .faq_col .answer:before {
    font-size: 25px;
  }
}

.company_wrap {
  margin-top: 50px;
}

.form_wrap {
  margin-top: 50px;
}

.kiyaku_box {
  border: 1px solid #eeeeee;
  padding: 20px;
  height: 270px;
  overflow: auto;
  margin: 50px 100px 0 100px;
}

@media screen and (max-width: 834px) {
  .kiyaku_box {
    margin: 50px 0 80px;
  }
}

.kiyaku_box p {
  margin-bottom: 3em;
}

.privacy_wrap p {
  margin-bottom: 3em;
}

.privacy_wrap strong {
  display: block;
}

.step_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .step_sec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 25px;
  }
}

.step_sec .col {
  position: relative;
  width: 33.34%;
  text-align: center;
  border: 5px solid #e2e2e2;
  padding: 45px;
}

@media screen and (max-width: 834px) {
  .step_sec .col {
    width: 100%;
    padding: 25px;
  }
}

.step_sec .col:nth-child(1), .step_sec .col:nth-child(2) {
  border-right: none;
}

@media screen and (max-width: 834px) {
  .step_sec .col:nth-child(1), .step_sec .col:nth-child(2) {
    border-right: 5px solid #e2e2e2;
    border-bottom: none;
  }
}

.step_sec .col:nth-child(3):after {
  content: none;
}

.step_sec .col:after {
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  background: #fff;
  border-top: solid 5px #e2e2e2;
  border-right: solid 5px #e2e2e2;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .step_sec .col:after {
    top: inherit;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.step_sec .col .step {
  font-size: 14px;
  font-family: futura-pt-condensed, sans-serif;
  color: #000095;
  letter-spacing: 4px;
}

.step_sec .col img {
  width: auto;
  height: 92px;
  margin: 19px 0;
}

.step_sec .col h2 {
  font-size: 18px;
  color: #000095;
  margin-bottom: 19px;
}

@media screen and (max-width: 834px) {
  .step_sec .col h2 {
    font-size: 15px;
  }
}

.price_sec {
  position: relative;
}

.price_sec:before {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 40px;
  height: 40px;
  border: 0px;
  background: #fff;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 5;
}

.price_sec .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.price_sec .split .col {
  width: 46.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .price_sec .split .col {
    width: 49%;
    font-size: 10px;
  }
}

.price_sec .split .col:first-child .base,
.price_sec .split .col:first-child .option {
  padding: 19px;
}

@media screen and (max-width: 834px) {
  .price_sec .split .col:first-child .base,
  .price_sec .split .col:first-child .option {
    padding: 10px 2px;
  }
}

.price_sec .split .col span {
  font-size: 20px;
}

@media screen and (max-width: 834px) {
  .price_sec .split .col span {
    font-size: 14px;
  }
}

.price_sec .split .col .example {
  background: #808080;
  color: #fff;
  padding: 2px;
  margin-bottom: 10px;
}

.price_sec .split .col .base {
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .price_sec .split .col .base {
    padding: 10px 2px;
  }
}

.price_sec .split .col .base:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  margin: auto;
  width: 11px;
  height: 2px;
  background-color: #ff555a;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.price_sec .split .col .base:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  margin: auto;
  width: 11px;
  height: 2px;
  background-color: #ff555a;
}

.price_sec .split .col .option {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .price_sec .split .col .option {
    padding: 10px 2px;
  }
}

.price_sec .split .col .option:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: -5px;
  margin: auto;
  width: 8px;
  height: 2px;
  background-color: #ff555a;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.price_sec .split .col .option:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 5px;
  margin: auto;
  width: 8px;
  height: 2px;
  background-color: #ff555a;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.price_sec .split .col .result {
  background: #ff555a;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.price_bana_sec a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  .price_bana_sec {
    padding: 50px 25px 0 25px;
  }
}

.price_bana_sec .body {
  position: relative;
  width: 800px;
  height: 224px;
  margin: 0 auto;
  border: 4px solid #ff555a;
}

@media screen and (max-width: 834px) {
  .price_bana_sec .body {
    width: 320px;
    height: 93px;
  }
}

.price_bana_sec .body img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

.price_bana_sec .body .cont {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  pointer-events: none;
}

.price_bana_sec .body .cont .left {
  margin-top: 25px;
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  .price_bana_sec .body .cont .left {
    margin-top: 5px;
    padding-left: 5px;
  }
  .price_bana_sec .body .cont .left p {
    line-height: 1.3;
  }
}

@media screen and (max-width: 834px) and (max-width: 834px) {
  .price_bana_sec .body .cont .left p {
    font-size: 10px;
  }
}

.price_bana_sec .body .cont .left h2 {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 4px;
  line-height: 1;
  margin-top: 25px;
}

@media screen and (max-width: 834px) {
  .price_bana_sec .body .cont .left h2 {
    margin-top: 7px;
    font-size: 15px;
  }
}

.price_bana_sec .body .cont .right {
  width: 40%;
  margin-top: 40px;
  padding-right: 20px;
}

@media screen and (max-width: 834px) {
  .price_bana_sec .body .cont .right {
    margin-top: 10px;
    padding-right: 5px;
  }
}

.price_bana_sec .body .cont .right p {
  text-align: right;
  margin-right: 20px;
}

@media screen and (max-width: 834px) {
  .price_bana_sec .body .cont .right p {
    margin-right: 0;
  }
}

.price_bana_sec .body .cont .right .btn {
  margin-top: 25px;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .price_bana_sec .body .cont .right .btn {
    display: none;
  }
}
/*# sourceMappingURL=app.css.map */