@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: 'Questrial', sans-serif;
  padding: 0;
  margin: 0 auto;
  position: relative;
  word-wrap: break-word;
  font-size: 62.5%;
  line-height: 1.35;
  letter-spacing: .1rem;
  /** 10px */
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow-x: hidden;
  color: #212121; }

ul,
li {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

input {
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

@media screen and (max-width: 768px) {
  .br-sp::before {
    content: "\A";
    white-space: pre; }

  .br-pc::before {
    content: "";
    white-space: normal; } }
.br-pc::before {
  content: "\A";
  white-space: pre; }

.br::before {
  content: "\A";
  white-space: pre; }

.header {
  background: #fff;
  font-size: 1.4rem;
  height: 69px;
  display: flex;
  justify-content: space-between;
  font-family: 'Questrial', sans-serif;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw; }
  @media screen and (max-width: 768px) {
    .header {
      font-size: 1.8rem;
      height: 60px; } }

.header-logo {
  width: 15%;
  padding-left: 3%; }
  @media screen and (max-width: 768px) {
    .header-logo {
      padding-left: 15px;
      background: #fff;
      width: 40%; } }
  @media screen and (max-width: 768px) {
    .header-logo img {
      width: 100px; } }
  .header-logo__link {
    display: block;
    line-height: 69px; }
    @media screen and (max-width: 768px) {
      .header-logo__link {
        line-height: 60px; } }

.g-nav {
  display: flex;
  letter-spacing: .15rem;
  align-items: center;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .g-nav {
      position: fixed;
      top: 0;
      left: 0;
      display: block;
      width: 100vw;
      height: 100vh;
      background: linear-gradient(-24deg, rgba(0, 91, 172, 0.8) 0%, rgba(116, 70, 101, 0.8) 60%, rgba(231, 49, 29, 0.8) 100%);
      padding: 50px 30px 30px;
      display: none; } }
  .g-nav__item {
    line-height: 69px; }
    @media screen and (max-width: 768px) {
      .g-nav__item {
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.13, 0.38, 0.12, 1) 0.15s; }
        .g-nav__item:nth-last-of-type(2n) {
          transform: translateX(50px); }
        .g-nav__item:nth-of-type(2n+1) {
          transform: translateX(-50px); } }
    @media screen and (max-width: 768px) {
      .g-nav__item.is-show {
        opacity: 1;
        transform: translateX(0px) !important; } }
  .g-nav__ul {
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .g-nav__ul {
        background: none;
        display: block; } }
  .g-nav__link {
    color: #000;
    display: block;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      .g-nav__link {
        background: none;
        color: #fff;
        font-size: 1.8rem;
        padding: 20px 20px; } }

.g-nav-nri {
  display: block;
  width: 34%; }
  @media screen and (max-width: 768px) {
    .g-nav-nri {
      display: none; } }

.g-nav-lang {
  font-size: 1.7rem;
  display: block;
  letter-spacing: .25rem;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .g-nav-lang {
      color: #fff;
      padding: 24px 20px; } }
  .g-nav-lang__link {
    color: #acacac; }
  .g-nav-lang--active {
    color: #000; }
    @media screen and (max-width: 768px) {
      .g-nav-lang--active {
        color: #fff; } }

.g-nav-contact {
  display: block; }
  @media screen and (max-width: 768px) {
    .g-nav-contact {
      display: none; } }
  .g-nav-contact__link {
    color: #fff;
    background: #acacac;
    font-size: 1.6rem;
    line-height: 69px;
    display: block;
    padding: 0 20px; }
    .g-nav-contact__link:hover {
      background: #000;
      transition: 0.5s; }

.g-nav-search {
  position: relative;
  z-index: 0;
  background: #fff;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .g-nav-search {
      display: none; } }
  .g-nav-search__link {
    padding: 20px; }
  .g-nav-search__in {
    position: absolute;
    width: 300px;
    bottom: -60px;
    left: 0;
    transition: 0.3s ease 0s;
    transform: translateY(-100%);
    z-index: -1;
    line-height: 1; }
    .g-nav-search__in.is-show {
      transform: translateY(0%); }

.glav-sp-close-btn {
  display: none; }
  @media screen and (max-width: 768px) {
    .glav-sp-close-btn {
      display: block;
      position: absolute;
      width: 24px;
      right: 8px;
      top: 21px;
      opacity: 0;
      transform: translateX(10px);
      transition: all 0.4s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s; } }
  @media screen and (max-width: 768px) {
    .glav-sp-close-btn.is-show {
      opacity: 1;
      transform: translateX(0px); } }
  @media screen and (max-width: 768px) {
    .glav-sp-close-btn span {
      display: block;
      background: #fff;
      width: 100%;
      height: 2px;
      transform-origin: left top; } }
  @media screen and (max-width: 768px) {
    .glav-sp-close-btn span:nth-child(1) {
      transform: rotate(45deg); } }
  @media screen and (max-width: 768px) {
    .glav-sp-close-btn span:nth-child(2) {
      transform: rotate(-45deg);
      position: absolute;
      top: 17px;
      left: -1px; } }

.header-sp-area {
  display: none; }
  @media screen and (max-width: 768px) {
    .header-sp-area {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 15px;
      background: #fff;
      width: 60%; } }

.header-sp-search {
  display: none; }
  @media screen and (max-width: 768px) {
    .header-sp-search {
      display: block; } }
  .header-sp-search__link {
    display: none; }
    @media screen and (max-width: 768px) {
      .header-sp-search__link {
        display: block;
        margin-right: 13px; } }
  .header-sp-search__in {
    position: absolute;
    width: 100%;
    bottom: -62px;
    left: 0;
    transition: 0.5s ease 0s;
    transform: translateY(-100%);
    z-index: -1; }
    .header-sp-search__in.is-show {
      transform: translateY(0%); }

.header-sp-contact {
  display: none; }
  @media screen and (max-width: 768px) {
    .header-sp-contact {
      color: #fff;
      display: block;
      background: #acacac;
      font-size: .9rem;
      padding: 0px 10px;
      text-align: center;
      height: 20px;
      line-height: 22px; } }

.header-sp-nri {
  display: none; }
  @media screen and (max-width: 768px) {
    .header-sp-nri {
      display: block; } }
  @media screen and (max-width: 768px) {
    .header-sp-nri img {
      width: 53px; } }

.header-sp-toggle {
  display: none; }
  @media screen and (max-width: 768px) {
    .header-sp-toggle {
      display: block;
      width: 23px;
      margin-left: 8px; } }
  @media screen and (max-width: 768px) {
    .header-sp-toggle__in span {
      display: block;
      width: 100%;
      height: 1px;
      background: #707070;
      margin: 0 0 5px auto; }
      .header-sp-toggle__in span:nth-child(2) {
        width: 17px; }
      .header-sp-toggle__in span:nth-child(3) {
        width: 12px;
        margin-bottom: 0; } }

.footer {
  background: #eeeeee;
  padding: 60px;
  font-size: 1.4rem;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 30px 25px;
      font-size: 1rem; } }
  .footer__in {
    max-width: 1000px;
    margin: 0 auto; }
  .footer__link {
    color: #000; }
  .footer__copy {
    text-align: right; }
    @media screen and (max-width: 768px) {
      .footer__copy {
        text-align: center;
        margin-top: 20px; } }

.under p {
  font-size: 1.4rem;
  line-height: 1.57; }
  @media screen and (max-width: 768px) {
    .under p {
      font-size: 1rem;
      line-height: 2; } }
.under h3 {
  font-size: 2.1rem;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .under h3 {
      font-size: 1.4rem;
      margin-bottom: 30px; } }

.gradation-kv {
  background-image: -webkit-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
  background-image: -ms-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
  width: 100%; }

.kv-under {
  height: 434px;
  margin-top: 69px; }
  @media screen and (max-width: 768px) {
    .kv-under {
      margin-top: 60px;
      height: 320px; } }

.page-ttl {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .page-ttl {
      width: 85%; } }
  .page-ttl h2 {
    font-size: 3.0rem;
    position: relative;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .page-ttl h2 {
        font-size: 2.4rem; } }
    .page-ttl h2::after {
      content: '';
      position: absolute;
      height: 2px;
      width: 116px;
      background-color: #fff;
      left: 0;
      bottom: -15px; }
  .page-ttl p {
    font-size: 1.8rem; }

.center-ttl {
  text-align: center; }
  .center-ttl h2:after {
    display: none; }

.contents-area {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -62px; }
  @media screen and (max-width: 768px) {
    .contents-area {
      max-width: 85%; } }
  .contents-area-under {
    position: relative;
    top: -100px; }
    @media screen and (max-width: 768px) {
      .contents-area-under {
        top: -50px; } }
  .contents-area__gray {
    background-color: #eeeeee;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50% + 60px);
    padding-left: calc(50vw - 50% + 60px);
    padding-top: 40px;
    padding-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .contents-area__gray {
        padding-right: calc(50vw - 50% + 30px);
        padding-left: calc(50vw - 50% + 30px);
        padding-bottom: 30px; } }
    .contents-area__gray h3 {
      position: relative;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .contents-area__gray h3 {
          margin-bottom: 30px; } }
      .contents-area__gray h3:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 116px;
        background: #000;
        left: 0;
        bottom: -15px; }
        @media screen and (max-width: 768px) {
          .contents-area__gray h3:after {
            bottom: -10px; } }
    .contents-area__gray-f {
      padding-top: 172px; }
      @media screen and (max-width: 768px) {
        .contents-area__gray-f {
          padding-top: 86px; } }
  .contents-area__white {
    background-color: #fff;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50% + 60px);
    padding-left: calc(50vw - 50% + 60px);
    padding-top: 40px;
    padding-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .contents-area__white {
        padding-right: calc(50vw - 50% + 30px);
        padding-left: calc(50vw - 50% + 30px);
        padding-bottom: 30px; } }
    .contents-area__white h3 {
      position: relative;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .contents-area__white h3 {
          margin-bottom: 20px; } }
      .contents-area__white h3:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 116px;
        background: #000;
        left: 0;
        bottom: -15px; }
        @media screen and (max-width: 768px) {
          .contents-area__white h3:after {
            bottom: -10px; } }

.intro-box {
  width: 100%;
  padding: 30px 60px 60px 60px;
  background-color: #fff;
  box-shadow: 0px 6px 36px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .intro-box {
      padding: 20px 30px 30px 30px; } }
  .intro-box__info {
    font-size: 1.3rem;
    color: #7c7b7b; }
  .intro-box__main h3 {
    font-size: 2.1rem;
    margin: 40px 0 40px 0; }
    @media screen and (max-width: 768px) {
      .intro-box__main h3 {
        margin: 30px 0; } }

.contact-area {
  padding: 130px 0;
  margin-top: -100px; }
  .contact-area a {
    background-color: #000;
    color: #fff;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .contact-area a {
        text-align: center;
        font-size: 1.3rem; } }

.anim {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 800ms ease-out;
  transition: all 800ms ease-out; }

.anim.anim-on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.top-kv {
  position: relative;
  width: 100vw;
  height: 100%;
  z-index: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .top-kv {
      width: 100%;
      height: auto;
      z-index: 100; } }
  .top-kv__logo {
    margin-bottom: 15px; }
  .top-kv__ttl {
    margin-bottom: 15px;
    font-size: 2.3rem;
    line-height: 1; }
    .top-kv__ttl span {
      font-size: 1.8rem; }
  .top-kv__txt {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 7%;
    transform: translate(15%, -50%);
    font-size: 1.3vw;
    line-height: 1.5;
    letter-spacing: .08rem;
    opacity: 0;
    transition: transform 1.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.8s, opacity 1.1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.8s;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .top-kv__txt {
        display: none; } }
    .top-kv__txt.is-show {
      opacity: 1;
      transform: translate(0%, -50%); }
    .top-kv__txt p {
      margin-bottom: 15px; }
  .top-kv__news {
    position: absolute;
    bottom: 20px;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
    transition: transform 1.2s cubic-bezier(0.13, 0.38, 0.12, 1) 1.5s;
    transform: translateX(-100%);
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .top-kv__news {
        z-index: 3;
        bottom: 0; } }
    .top-kv__news.is-show {
      transform: translateX(0%); }
      .top-kv__news.is-show dt {
        opacity: 1; }
      .top-kv__news.is-show dd {
        opacity: 1; }
    .top-kv__news dt {
      font-size: 2.3rem;
      padding: 0 50px;
      letter-spacing: .15rem;
      transition: opacity 1.5s cubic-bezier(0.13, 0.38, 0.12, 1) 2.3s;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .top-kv__news dt {
          padding: 0 20px 0 10px; } }
    .top-kv__news dd {
      font-size: 1.6rem;
      color: #7a7979;
      transition: opacity 1.5s cubic-bezier(0.13, 0.38, 0.12, 1) 2.3s;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .top-kv__news dd {
          font-size: 1rem; } }

.top-kv-cover {
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_kv_cover.svg) no-repeat center center;
  background-size: cover;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .top-kv-cover {
      background: url(../img/top/bg_kv_cover_sp.svg) no-repeat center center;
      background-size: cover;
      z-index: 1; } }

_:-ms-lang(x)::-ms-backdrop,
.top-kv-cover {
  background: url(../img/top/bg_kv_cover.png) no-repeat center center; }

.top-kv-mov {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  z-index: -2; }
  @media screen and (max-width: 768px) {
    .top-kv-mov {
      position: relative;
      top: auto;
      transform: translate(-50%, 0%);
      height: 92vh;
      margin: 20px auto 0;
      min-height: 0; } }

@media (orientation: landscape) and (max-width: 767px) {
  .top-kv {
    height: 100vh; }

  .top-kv-mov {
    width: 100%;
    height: auto; } }
.top-kv-scroll {
  position: absolute;
  font-size: 1.4rem;
  right: 60px;
  bottom: 15%; }
  @media screen and (max-width: 768px) {
    .top-kv-scroll {
      font-size: 1.2rem;
      right: auto;
      left: 30px;
      bottom: 80px;
      z-index: 5; } }
  .top-kv-scroll__txt {
    display: block;
    transform: rotate(90deg);
    transform-origin: top center;
    position: absolute;
    right: -51px;
    top: 30px; }
  .top-kv-scroll__barwrap {
    overflow: hidden;
    width: 2px;
    height: 80px;
    position: relative; }
  .top-kv-scroll__bar {
    width: 2px;
    height: 80px;
    background: #005bac;
    display: block;
    overflow: hidden;
    position: relative;
    animation: scrollAnime 1.5s ease-in infinite; }
    .top-kv-scroll__bar:after {
      content: '';
      width: 100%;
      height: 50%;
      position: absolute;
      bottom: 0;
      background: #e7311d; }

@keyframes scrollAnime {
  0% {
    transform: translateY(-200%); }
  100% {
    transform: translateY(200%); } }
.sp-top-kv__txt {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-top-kv__txt {
      display: block;
      padding: 30px 25px;
      background: url(../img/top/bg_kv_txt_sp.png) no-repeat center center;
      background-size: cover;
      font-size: 1.2rem;
      line-height: 1.5;
      letter-spacing: .08rem; } }
  @media screen and (max-width: 768px) {
    .sp-top-kv__txt p {
      margin-bottom: 25px; } }
.sp-top-kv__in {
  transition: transform 0.8s cubic-bezier(0.13, 0.38, 0.12, 1) 0.3s, opacity 0.8s cubic-bezier(0.13, 0.38, 0.12, 1) 0.3s;
  opacity: 0;
  transform: translate(-20px, 0%); }
  .sp-top-kv__in.is-show {
    opacity: 1;
    transform: translate(0%, 0%); }
@media screen and (max-width: 768px) {
  .sp-top-kv__logo {
    margin-bottom: 15px; } }
@media screen and (max-width: 768px) {
  .sp-top-kv__logo img {
    width: 135px; } }
@media screen and (max-width: 768px) {
  .sp-top-kv__ttl {
    margin-bottom: 15px;
    font-size: 1.7rem;
    line-height: 1; } }
@media screen and (max-width: 768px) {
  .sp-top-kv__ttl span {
    font-size: 1.2rem; } }

.top-ttl--01 {
  font-size: 3.5rem;
  letter-spacing: .15rem;
  max-width: 100%;
  margin-left: 10%;
  opacity: 0;
  transform: translateX(-50px); }
  @media screen and (max-width: 768px) {
    .top-ttl--01 {
      font-size: 1.7rem; } }
  .top-ttl--01.is-show {
    opacity: 1;
    transform: translateX(0px); }
  .top-ttl--01::after {
    content: '';
    display: block;
    width: 102px;
    height: 2px;
    background: #000;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .top-ttl--01::after {
        width: 50px;
        margin-top: 10px; } }
.top-ttl--white {
  color: #fff; }
  .top-ttl--white::after {
    background: #fff; }
.top-ttl--02 {
  font-size: 6.6rem;
  color: #6b6b6b;
  letter-spacing: .4rem;
  max-width: 100%;
  margin-left: 10%;
  opacity: 0;
  transform: translateX(-50px); }
  @media screen and (max-width: 768px) {
    .top-ttl--02 {
      font-size: 3.2rem;
      margin: 0 25px;
      letter-spacing: .1rem; } }
  .top-ttl--02.is-show {
    opacity: 1;
    transform: translateX(0px); }

.top-about {
  margin: 50px auto;
  padding-bottom: 0px;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .top-about {
      overflow: hidden; } }
  .top-about__lead {
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
    margin: 80px auto 0px;
    font-size: 1.8rem;
    color: #515151; }
    @media screen and (max-width: 768px) {
      .top-about__lead {
        font-size: 1.4rem;
        margin: 30px auto; } }
  .top-about__in {
    display: flex;
    max-width: 1000px;
    margin: 20px auto 70px;
    justify-content: space-between;
    overflow: hidden;
    padding: 30px 20px; }
    @media screen and (max-width: 768px) {
      .top-about__in {
        width: 100%;
        padding: 60px 0 60px 50px; } }
  .top-about__grade {
    width: 80%;
    height: 60%;
    position: absolute;
    right: 0;
    bottom: -50px;
    background-image: -moz-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
    background-image: -webkit-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
    background-image: -ms-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
    z-index: -1;
    transform: translateX(100%); }
    @media screen and (max-width: 768px) {
      .top-about__grade {
        width: 100%;
        height: 74%;
        right: auto;
        left: 20px;
        bottom: 0px; } }
    .top-about__grade.is-show {
      transform: translateX(0px); }

#top-about {
  padding-top: 70px; }
  @media screen and (max-width: 768px) {
    #top-about {
      padding-top: 0; } }

.top-about-box {
  box-shadow: 0px 0px 17px 0px rgba(22, 22, 22, 0.1);
  width: 300px;
  padding: 30px 30px 70px;
  position: relative;
  background: #fff;
  transform: translateY(110%); }
  @media screen and (max-width: 768px) {
    .top-about-box {
      width: 30%;
      margin: 0 15px;
      padding: 25px 20px;
      min-height: 300px !important;
      width: 260px; } }
  .top-about-box.is-show {
    transform: translateY(15px); }
  .top-about-box__figure {
    text-align: center;
    margin-bottom: 20px; }
  .top-about-box__ttl {
    font-size: 2rem; }
    @media screen and (max-width: 768px) {
      .top-about-box__ttl {
        font-size: 1.3rem; } }
    .top-about-box__ttl:after {
      content: '';
      width: 39px;
      height: 1px;
      background: #000;
      display: block;
      margin: 18px 0; }
  .top-about-box__txt {
    color: #7a7979;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .top-about-box__txt {
        font-size: 1rem; } }

.top-about-box {
  box-shadow: 0px 0px 17px 0px rgba(22, 22, 22, 0.1); }

@media screen and (max-width: 768px) {
  .top-about-slide {
    margin: 0; } }
@media screen and (max-width: 768px) {
  .top-about-slide img {
    margin: 0 auto;
    height: 85px; } }

.slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; }

.slick-arrow {
  display: block;
  background: #eeeeee;
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: -70px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.13, 0.38, 0.47, 0.87) 0s; }
  @media screen and (max-width: 768px) {
    .slick-arrow {
      width: 36px;
      height: 36px; } }
  .slick-arrow:hover {
    background: #515151; }
    .slick-arrow:hover:before {
      border-top: #fff solid 1px;
      border-left: #fff solid 1px; }
  .slick-arrow:before {
    content: '';
    width: 20px;
    height: 20px;
    border-top: #9d9fa2 solid 1px;
    border-left: #9d9fa2 solid 1px;
    display: block;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.13, 0.38, 0.47, 0.87) 0s;
    top: 35%; }
    @media screen and (max-width: 768px) {
      .slick-arrow:before {
        top: 30%;
        width: 15px;
        height: 15px; } }

.slide-prev {
  left: 0; }
  @media screen and (max-width: 768px) {
    .slide-prev {
      bottom: calc(50% - 36px); } }
  .slide-prev::before {
    transform: rotate(-45deg);
    left: 43%; }

.slide-next {
  left: 60px; }
  @media screen and (max-width: 768px) {
    .slide-next {
      top: calc(50% - 36px);
      left: 0; } }
  .slide-next::before {
    transform: rotate(135deg);
    right: 43%; }

.top-datasets {
  margin: 120px auto; }
  @media screen and (max-width: 768px) {
    .top-datasets {
      margin: 20px auto;
      overflow: hidden; } }

#top-datasets {
  padding-top: 70px;
  margin-top: -50px; }

.top-datasets-slide {
  margin: 30px 0 0 10%; }
  @media screen and (max-width: 768px) {
    .top-datasets-slide {
      padding: 0 0 0px 50px;
      margin: 30px 0 0 0; } }
  @media screen and (max-width: 768px) {
    .top-datasets-slide.is-show .slick-list {
      padding-bottom: 20px; } }
  .top-datasets-slide.is-show .slide-box__figure:before {
    height: 0; }

.top-datasets-slide-box {
  width: 260px;
  position: relative;
  margin: 0 15px 160px; }
  @media screen and (max-width: 768px) {
    .top-datasets-slide-box {
      width: 260px;
      margin: 0 15px 160px; } }
  .top-datasets-slide-box__figure {
    overflow: hidden; }
    .top-datasets-slide-box__figure img {
      width: 260px; }
    .top-datasets-slide-box__figure:before {
      content: '';
      width: 100%;
      height: 100%;
      background: #fff;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  .top-datasets-slide-box__in {
    background: #fff;
    padding: 20px 5px 20px;
    box-shadow: 0px 0px 17px 0px rgba(22, 22, 22, 0.1);
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 75px;
    left: 0px;
    transform: translateY(100%);
    height: 210px; }
    @media screen and (max-width: 768px) {
      .top-datasets-slide-box__in {
        height: 120%; } }
    .top-datasets-slide-box__in:before {
      content: '';
      display: block;
      width: 76px;
      height: 5px;
      background-image: -moz-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
      background-image: -webkit-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
      background-image: -ms-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
      position: absolute;
      top: 0;
      left: 0; }
  .top-datasets-slide-box__ttl {
    font-size: 2rem;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .top-datasets-slide-box__ttl {
        font-size: 1.3rem;
        margin-bottom: 10px; } }
  .top-datasets-slide-box__txt {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #7a7979;
    height: 105px; }
    @media screen and (max-width: 768px) {
      .top-datasets-slide-box__txt {
        font-size: 1rem; } }
  .top-datasets-slide-box__txt-2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #7a7979;
    height: 75px; }
    @media screen and (max-width: 768px) {
      .top-datasets-slide-box__txt-2 {
        font-size: 1rem;
        height: 105px; } }
  .top-datasets-slide-box__txt-3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #7a7979;
    height: 75px; }
    @media screen and (max-width: 768px) {
      .top-datasets-slide-box__txt-3 {
        font-size: 1rem; } }
  .top-datasets-slide-box__link {
    background: #808080;
    color: #fff;
    padding: 5px 40px 5px 10px;
    font-size: 1.4rem;
    position: relative;
    bottom: 5px;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.13, 0.38, 0.47, 0.87) 0s; }
    .top-datasets-slide-box__link:hover {
      background: #005bac; }
    .top-datasets-slide-box__link:after {
      content: '';
      width: 39px;
      height: 1px;
      background: #fff;
      display: block;
      position: absolute;
      top: calc(50% - 1px);
      right: 0px;
      transition: all 0.3s cubic-bezier(0.13, 0.38, 0.47, 0.87) 0s; }

.top-insights {
  margin: 80px auto;
  padding: 60px 0 0;
  background-image: -moz-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
  background-image: -webkit-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
  background-image: -ms-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
  position: relative;
  z-index: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .top-insights {
      margin: 20px auto;
      padding: 50px 0 0; } }
  .top-insights__bg {
    width: 100%;
    height: 200%;
    background: url(../img/top/bg_datasets.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -230px;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .top-insights__bg {
        height: 200%;
        top: -50%;
        background-size: 100%;
        background: url(../img/top/bg_datasets_sp.png) no-repeat center center; } }
    @media screen and (max-width: 320px) {
      .top-insights__bg {
        top: -43%; } }
  .top-insights .slick-arrow {
    bottom: 30px; }
    @media screen and (max-width: 768px) {
      .top-insights .slick-arrow {
        bottom: calc(50% - 36px); } }
  .top-insights .slick-dots {
    bottom: 80px; }

#top-insights {
  padding-top: 70px;
  margin-top: -50px; }

.top-insights-slide {
  margin: 30px 0 0 10%; }
  @media screen and (max-width: 768px) {
    .top-insights-slide {
      padding: 0 0 0px 50px;
      margin: 30px 0 0 0; } }
  .top-insights-slide.is-show {
    transform: translateX(0%); }

.top-insights-slide-box {
  width: 260px;
  position: relative;
  margin: 0 15px 100px; }
  @media screen and (max-width: 768px) {
    .top-insights-slide-box {
      width: 260px;
      margin: 0 15px; } }
  .top-insights-slide-box__in {
    padding: 20px 0px 20px; }
  .top-insights-slide-box__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: .15rem; }
    @media screen and (max-width: 768px) {
      .top-insights-slide-box__ttl {
        font-size: 1.3rem;
        margin-bottom: 10px; } }
  .top-insights-slide-box__txt {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .top-insights-slide-box__txt {
        font-size: 1rem; } }
  .top-insights-slide-box__link {
    background: #808080;
    color: #fff;
    padding: 5px 40px 5px 10px;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.13, 0.38, 0.47, 0.87) 0s; }
    .top-insights-slide-box__link:hover {
      background: #005bac; }
    .top-insights-slide-box__link:after {
      content: '';
      width: 39px;
      height: 1px;
      background: #fff;
      display: block;
      position: absolute;
      top: calc(50% - 1px);
      right: 0px;
      transition: all 0.3s cubic-bezier(0.13, 0.38, 0.47, 0.87) 0s; }

.get-ready {
  background: #333; }
  .get-ready img {
    opacity: 0.4;
    display: block; }

.top-owners {
  background: #eeeeee;
  width: 100%;
  padding: 60px 0 0;
  margin: 0 auto 100px; }
  .top-owners__in {
    margin: 0 auto;
    max-width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1400px) {
      .top-owners__in {
        margin-left: 10%; } }
    @media screen and (max-width: 768px) {
      .top-owners__in {
        display: block;
        margin-left: 25px; } }
  .top-owners__txt {
    width: 320px;
    line-height: 2;
    font-size: 1.5rem;
    padding-top: 50px;
    padding-right: 20px;
    opacity: 0;
    transform: translateX(-50px); }
    @media screen and (max-width: 768px) {
      .top-owners__txt {
        font-size: 1rem;
        width: 80%;
        padding-top: 20px; } }
    .top-owners__txt.is-show {
      opacity: 1;
      transform: translateX(0px); }
    .top-owners__txt p {
      margin-bottom: 10px; }
  .top-owners__img {
    position: relative;
    top: 50px;
    overflow: hidden;
    width: 795px;
    height: 400px; }
    @media screen and (max-width: 768px) {
      .top-owners__img {
        width: 300px;
        height: 215px;
        top: 20px; } }
    .top-owners__img img {
      position: absolute;
      top: 0;
      left: 0;
      display: block; }
  .top-owners__imgbox {
    height: 0;
    position: relative;
    overflow: hidden; }
    .top-owners__imgbox.is-show {
      height: 400px; }

.top-contact {
  padding: 90px 0;
  margin: 150px auto;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .top-contact {
      padding: 40px 0;
      margin: 100px auto 50px; } }
  .top-contact__in {
    max-width: 790px;
    margin-left: 10%;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (max-width: 768px) {
      .top-contact__in {
        margin-left: 25px; } }
    .top-contact__in.is-show {
      opacity: 1;
      transform: translateY(0px); }
  .top-contact__bg {
    background: url(../img/top/bg_contact.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: -1; }
  .top-contact__flex {
    display: flex;
    font-size: 2rem;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .top-contact__flex {
        display: block;
        font-size: 1.3rem; } }
  .top-contact__txt--right {
    width: 68%;
    padding-left: 30px; }
    @media screen and (max-width: 768px) {
      .top-contact__txt--right {
        width: 100%;
        padding-left: 0; } }
  .top-contact__txt--left {
    width: 32%;
    padding-right: 30px;
    border-right: 1px solid #000; }
    @media screen and (max-width: 768px) {
      .top-contact__txt--left {
        width: 100%;
        border-right: none; } }
    @media screen and (max-width: 768px) {
      .top-contact__txt--left:after {
        content: '';
        width: 72px;
        height: 1px;
        background: #000;
        display: block;
        margin: 15px 0; } }
  .top-contact__link {
    display: block;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 15px 70px 15px 30px;
    font-size: 1.8rem;
    position: relative;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .top-contact__link {
        font-size: 1.2rem;
        margin-top: 30px; } }
    .top-contact__link:hover {
      background: #005bac; }
    .top-contact__link:after {
      content: '';
      width: 50px;
      height: 1px;
      background: #fff;
      display: block;
      position: absolute;
      right: 0px;
      top: calc(50% - 2px);
      transform: translate(0%, 0%); }

.insight-kv {
  background-image: -webkit-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
  background-image: -ms-linear-gradient(-24deg, #005bac 0%, #744665 60%, #e7311d 100%);
  width: 100%;
  height: 550px;
  margin-top: 69px;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .insight-kv {
      margin-top: 50px;
      height: 320px; } }
  .insight-kv-bg {
    width: 100%;
    height: 200%;
    background: url(../img/top/bg_datasets.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -55%;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .insight-kv-bg {
        height: 200%;
        top: -20%;
        background-size: 100%;
        background: url(../img/top/bg_datasets_sp.png) no-repeat center center; } }
    @media screen and (max-width: 320px) {
      .insight-kv-bg {
        top: -30%; } }
.insight-contents {
  position: relative;
  margin-top: -480px; }
  @media screen and (max-width: 768px) {
    .insight-contents {
      margin-top: -280px; } }
.insight .page-ttl {
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
  .insight .page-ttl h2 span {
    display: inline-block;
    white-space: pre; }
  .insight .page-ttl h2::after {
    display: none; }
.insight__img {
  height: 534px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .insight__img {
      height: 265px;
      width: 93%;
      background-size: cover; } }
  .insight__img_01 {
    background: url(../img/insight/kv-img-insight_01.png) no-repeat center center; }
  .insight__img_02 {
    background: url(../img/insight/kv-img-insight_02.png) no-repeat center center; }
  .insight__img_03 {
    background: url(../img/insight/kv-img-insight_03.png) no-repeat center center; }
  .insight__img_04 {
    background: url(../img/insight/kv-img-insight_04.png) no-repeat center center; }
.insight-contact-contents {
  width: 40%;
  margin: -50px 30% 0;
  height: 53px; }
  @media screen and (max-width: 768px) {
    .insight-contact-contents {
      width: 100%;
      margin: -100px 0 50px;
      padding-right: 0;
      padding-left: 0; } }
  .insight-contact-contents__btn {
    background-color: #000;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 53px; }
    @media screen and (max-width: 768px) {
      .insight-contact-contents__btn {
        padding-left: 0;
        margin-bottom: 20px; } }

.insight-contxt {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  top: -140px; }
  @media screen and (max-width: 768px) {
    .insight-contxt {
      max-width: 85%;
      top: -60px; } }
  .insight-contxt h3 {
    font-size: 2.1rem;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 768px) {
      .insight-contxt h3 {
        font-size: 1.3rem; } }
  .insight-contxt p {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 36px; }
    @media screen and (max-width: 768px) {
      .insight-contxt p {
        font-size: 1rem;
        margin-bottom: 20px; } }
  .insight-contxt ul {
    margin-bottom: 36px;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .insight-contxt ul {
        margin-bottom: 20px;
        line-height: 2; } }
  .insight-contxt figure figcaption {
    font-size: 1.4rem;
    padding-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .insight-contxt figure figcaption {
        font-size: 1rem;
        line-height: 2; } }
  .insight-contxt figure img {
    margin-bottom: 36px; }
  .insight-contxt-intro {
    width: 100%;
    padding: 30px 60px 60px 60px;
    background-color: #fff;
    box-shadow: 0px 6px 36px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .insight-contxt-intro {
        padding: 20px 30px 30px 30px; } }
    .insight-contxt-intro__info {
      font-size: 1.3rem;
      color: #7c7b7b; }
      @media screen and (max-width: 768px) {
        .insight-contxt-intro__info {
          font-size: 1rem; } }
    .insight-contxt-intro__main h3 {
      margin: 50px 0 40px; }
      @media screen and (max-width: 768px) {
        .insight-contxt-intro__main h3 {
          margin: 25px 0 20px; } }
    .insight-contxt-intro__main ul li {
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .insight-contxt-intro__main ul li {
          font-size: 1rem; } }
  .insight-contxt-content {
    position: relative;
    top: -100px;
    z-index: 0; }
    .insight-contxt-content h3 {
      position: relative;
      margin-bottom: 40px; }
      .insight-contxt-content h3:after {
        content: '';
        position: absolute;
        width: 116px;
        height: 1px;
        background-color: #000;
        left: 0;
        bottom: -12px; }
        @media screen and (max-width: 768px) {
          .insight-contxt-content h3:after {
            width: 77px; } }
    .insight-contxt-content ol {
      padding-left: 16px;
      line-height: 1.5; }
      .insight-contxt-content ol li {
        font-size: 1.4rem; }
        @media screen and (max-width: 768px) {
          .insight-contxt-content ol li {
            font-size: 1rem;
            line-height: 2; } }
    .insight-contxt-content p, .insight-contxt-content ol {
      margin-bottom: 20px; }
  .insight-contxt__odd {
    background-color: #eeeeee;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50% + 60px);
    padding-left: calc(50vw - 50% + 60px);
    padding-top: 60px;
    padding-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .insight-contxt__odd {
        padding-right: calc(50vw - 50% + 30px);
        padding-left: calc(50vw - 50% + 30px); } }
    .insight-contxt__odd figure img {
      margin-bottom: 30px; }
    .insight-contxt__odd ul li {
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .insight-contxt__odd ul li {
          font-size: 1rem; } }
  .insight-contxt__even {
    padding: 50px 60px 60px 60px; }
    @media screen and (max-width: 768px) {
      .insight-contxt__even {
        padding: 35px 30px 30px 30px; } }
    .insight-contxt__even figure:last-child figcaption {
      margin-bottom: 0; }
  .insight-contxt__f {
    padding-top: 180px; }
    @media screen and (max-width: 768px) {
      .insight-contxt__f {
        padding-top: 156px; } }

.contact-contents {
  width: 698px;
  height: 53px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 100px;
  background-color: #000;
  margin-top: -80px; }
  @media screen and (max-width: 768px) {
    .contact-contents {
      width: 100%;
      margin-top: -100px;
      margin-bottom: 40px; } }
  .contact-contents__btn {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    line-height: 53px; }
    @media screen and (max-width: 768px) {
      .contact-contents__btn {
        font-size: 1.3rem; } }

.mailto {
  font-weight: 800;
  text-decoration: underline;
  color: #212121; }

.datasets {
  position: relative; }
  .datasets-contents {
    position: relative;
    margin-top: -420px; }
    @media screen and (max-width: 768px) {
      .datasets-contents {
        margin-top: -280px; } }
  .datasets .page-ttl {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    top: 0;
    transform: translateY(0); }
    .datasets .page-ttl h2::after {
      display: none; }
  .datasets__txt {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -30%);
    text-align: center;
    width: 1000px; }
    .datasets__txt h2::after {
      display: none; }
    .datasets__txt p {
      color: #fff; }
    .datasets__txt__img {
      width: 100%;
      height: 530px; }
  .datasets__img {
    height: 534px;
    background: url(../img/datasets/datasets-img.png) no-repeat center center;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .datasets__img {
        height: 265px;
        width: 93%;
        background-size: cover; } }
  .datasets .contents-area {
    margin-top: -160px; }
    @media screen and (max-width: 768px) {
      .datasets .contents-area {
        margin-top: -60px; } }

.kv-datasets {
  width: 100%;
  height: 602px;
  margin-top: 69px;
  position: relative; }
  .kv-datasets__txt {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 30%;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .kv-datasets__txt {
        width: 100%; } }
    .kv-datasets__txt h2 {
      font-size: 3.0rem;
      line-height: 1.86;
      letter-spacing: 0.08em; }
      @media screen and (max-width: 768px) {
        .kv-datasets__txt h2 {
          font-size: 1.5rem; } }
    .kv-datasets__txt p {
      font-size: 1.8rem; }
      @media screen and (max-width: 768px) {
        .kv-datasets__txt p {
          font-size: 1.3rem; } }
  .kv-datasets__01 {
    background: url(../img/datasets/kv-img-datasets_01.png) no-repeat center center;
    background-size: cover; }
  .kv-datasets__02 {
    background: url(../img/datasets/kv-img-datasets_02.png) no-repeat center center;
    background-size: cover; }
  .kv-datasets__03 {
    background: url(../img/datasets/kv-img-datasets_03.png) no-repeat center center;
    background-size: cover; }
  .kv-datasets__04 {
    background: url(../img/datasets/kv-img-datasets_04.png) no-repeat center center;
    background-size: cover; }
  .kv-datasets__05 {
    background: url(../img/datasets/kv-img-datasets_05.png) no-repeat center center;
    background-size: cover; }
  .kv-datasets__06 {
    background: url(../img/datasets/kv-img-datasets_06.png) no-repeat center center;
    background-size: cover; }

.intro__datasets p {
  line-height: 2.2em;
  position: relative;
  padding-left: 78px; }
  @media screen and (max-width: 768px) {
    .intro__datasets p {
      padding-left: 25px; } }
  .intro__datasets p:before {
    content: '';
    height: 1px;
    width: 58px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 15px; }
    @media screen and (max-width: 768px) {
      .intro__datasets p:before {
        width: 15px;
        top: 10px; } }

.contents-area__main {
  margin-top: -100px;
  font-size: 1.7rem; }
  @media screen and (max-width: 768px) {
    .contents-area__main {
      margin-top: -80px;
      font-size: 1rem; } }
.contents-area__line {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50% + 60px);
  padding-left: calc(50vw - 50% + 60px);
  border-top: 1px solid #eeeeee;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .contents-area__line {
      padding-right: calc(50vw - 50%);
      padding-left: calc(50vw - 50%);
      padding-top: 23px;
      padding-bottom: 23px; } }
  .contents-area__line-f {
    padding-top: 180px; }
    @media screen and (max-width: 768px) {
      .contents-area__line-f {
        padding-top: 130px; } }
  .contents-area__line dl dt {
    float: left;
    clear: left;
    width: 30%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .contents-area__line dl dt {
        width: 50%; } }
    .contents-area__line dl dt:after {
      content: '';
      position: absolute;
      height: 1px;
      width: 87px;
      background-color: #eee;
      right: 30px;
      top: 50%; }
      @media screen and (max-width: 768px) {
        .contents-area__line dl dt:after {
          width: 26px;
          right: 15px; } }
  .contents-area__line dl dd {
    margin-left: 30%;
    color: #868686; }
    @media screen and (max-width: 768px) {
      .contents-area__line dl dd {
        margin-left: 50%; } }

.content-area-datasets p {
  font-size: 2rem;
  padding-left: 80px;
  line-height: 2em;
  position: relative; }
  @media screen and (max-width: 768px) {
    .content-area-datasets p {
      padding-left: 50px; } }
  .content-area-datasets p:before {
    content: '';
    height: 1px;
    width: 58px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 20px; }
    @media screen and (max-width: 768px) {
      .content-area-datasets p:before {
        width: 30px;
        top: 10px; } }

.datasets-contact {
  width: 40%;
  height: 53px;
  background-color: #000;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 100px;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .datasets-contact {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0; } }

.intro-box__response {
  margin-bottom: 100px; }
  .intro-box__response p {
    font-size: 2.5rem;
    line-height: 1.6em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .intro-box__response p {
        font-size: 1.8rem;
        text-align: left; } }

.thank-you-visit .page-ttl h2 {
  text-align: left; }
.thank-you-visit__content {
  margin-top: 0; }
  .thank-you-visit__content .contact-contents {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .thank-you-visit__content .contact-contents {
        margin-top: 40px; } }

.error .page-ttl h2 {
  position: relative; }
  .error .page-ttl h2::before {
    content: '';
    background-image: url(../img/response/error-x.png);
    position: absolute;
    width: 64px;
    height: 64px;
    top: -80px;
    left: 50%;
    transform: translateX(-50%); }

.response-download {
  width: 60rem;
  min-height: 4.5rem;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6em;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .response-download {
      width: 100%;
      min-height: 3rem;
      height: auto;
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0; } }
  .response-download_btn {
    width: 100%;
    line-height: 4.5rem;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-align: center; }
    .response-download_btn span {
      display: inline-block;
      white-space: pre; }
    @media screen and (max-width: 768px) {
      .response-download_btn {
        font-size: 1.3rem;
        line-height: 3rem; } }

.content-area__term p {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative; }
  .content-area__term p::before {
    content: '•';
    position: absolute;
    left: 0; }

.owners-kv {
  width: 100%;
  height: 525px;
  position: relative;
  background-image: url(../img/owners/owners-kv.png);
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .owners-kv {
      height: 325px; } }
  .owners-kv__txt {
    width: 50%;
    background-color: rgba(238, 238, 238, 0.9);
    height: 100%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .owners-kv__txt {
        width: 100%; } }
    .owners-kv__txt h2 {
      font-size: 5.0rem;
      line-height: 1.8;
      color: #6b6b6b;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 768px) {
        .owners-kv__txt h2 {
          font-size: 3.0rem;
          line-height: 1.4;
          left: 30px;
          transform: translate(0, -50%); } }
.owners-contents {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .owners-contents {
      margin-top: 40px;
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  .owners-contents__intro {
    margin-bottom: 120px; }
    .owners-contents__intro h3 {
      color: #6b6b6b;
      font-size: 3.5rem;
      line-height: 1.4;
      margin-bottom: 30px;
      padding-left: 20px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .owners-contents__intro h3 {
          padding-left: 15px; } }
      .owners-contents__intro h3:before {
        content: '';
        background-image: url(../img/owners/owners-h3.png);
        height: 81px;
        width: 2px;
        position: absolute;
        left: 0; }
        @media screen and (max-width: 768px) {
          .owners-contents__intro h3:before {
            height: 40px;
            width: 1px;
            background-size: cover; } }
    .owners-contents__intro p {
      color: #a4a3a3;
      padding-left: 15px;
      position: relative;
      font-size: 1.6rem; }
      .owners-contents__intro p::before {
        content: '•';
        position: absolute;
        left: 0; }
  .owners-contents .contents-area__gray {
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 0; }
  .owners-contents__boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    .owners-contents__boxs__box {
      width: 32.7%;
      color: #a4a3a3;
      background-color: #fff;
      box-shadow: 0px 6px 36px 3px rgba(0, 0, 0, 0.08);
      padding: 30px;
      position: relative;
      top: -50px;
      height: 220px; }
      @media screen and (max-width: 768px) {
        .owners-contents__boxs__box {
          width: 100%;
          height: auto;
          margin-bottom: 15px;
          margin-top: 0; } }
      .owners-contents__boxs__box:nth-child(4), .owners-contents__boxs__box:nth-child(5), .owners-contents__boxs__box:nth-child(6) {
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .owners-contents__boxs__box:nth-child(4), .owners-contents__boxs__box:nth-child(5), .owners-contents__boxs__box:nth-child(6) {
            margin-top: 0; } }
      .owners-contents__boxs__box:last-child {
        opacity: 0; }
        @media screen and (max-width: 768px) {
          .owners-contents__boxs__box:last-child {
            display: none; } }
      .owners-contents__boxs__box:nth-child(1) h3 {
        background-image: url(../img/owners/owners-marketing.png);
        width: 101px;
        height: 18px; }
      .owners-contents__boxs__box:nth-child(2) h3 {
        background-image: url(../img/owners/owners-data-a.png);
        width: 141px;
        height: 18px; }
      .owners-contents__boxs__box:nth-child(3) h3 {
        background-image: url(../img/owners/owners-data-c.png);
        width: 160px;
        height: 18px; }
      .owners-contents__boxs__box:nth-child(4) h3 {
        background-image: url(../img/owners/owners-data-d.png);
        width: 139px;
        height: 18px; }
      .owners-contents__boxs__box:nth-child(5) h3 {
        background-image: url(../img/owners/owners-help.png);
        width: 177px;
        height: 18px; }
      .owners-contents__boxs__box h3 {
        margin-bottom: 30px; }
        .owners-contents__boxs__box h3:after {
          display: none; }
      .owners-contents__boxs__box p {
        font-size: 1.6rem;
        line-height: 1.8; }
.owners .contact-contents {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .owners .contact-contents {
      margin-top: 40px; } }

.disclaimer .page-ttl {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.intro-box__disclaimer p:first-of-type {
  margin-bottom: 30px; }

.contents-area__disclaimer h3::after {
  display: none; }
.contents-area div.contents-area__disclaimer:nth-child(2) h3 {
  background-image: url(../img/disclaimer/disclaimer-no1.png);
  width: 28px;
  height: 28px; }
  @media screen and (max-width: 768px) {
    .contents-area div.contents-area__disclaimer:nth-child(2) h3 {
      background-size: cover;
      width: 14px;
      height: 14px; } }
.contents-area div.contents-area__disclaimer:nth-child(3) h3 {
  background-image: url(../img/disclaimer/disclaimer-no2.png);
  width: 32px;
  height: 28px; }
  @media screen and (max-width: 768px) {
    .contents-area div.contents-area__disclaimer:nth-child(3) h3 {
      background-size: cover;
      width: 16px;
      height: 14px; } }
.contents-area div.contents-area__disclaimer:nth-child(4) h3 {
  background-image: url(../img/disclaimer/disclaimer-no3.png);
  width: 32px;
  height: 29px; }
  @media screen and (max-width: 768px) {
    .contents-area div.contents-area__disclaimer:nth-child(4) h3 {
      background-size: cover;
      width: 16px;
      height: 14px; } }
.contents-area div.contents-area__disclaimer:nth-child(5) h3 {
  background-image: url(../img/disclaimer/disclaimer-no4.png);
  width: 32px;
  height: 28px; }
  @media screen and (max-width: 768px) {
    .contents-area div.contents-area__disclaimer:nth-child(5) h3 {
      background-size: cover;
      width: 16px;
      height: 14px; } }
.contents-area div.contents-area__disclaimer:nth-child(6) h3 {
  background-image: url(../img/disclaimer/disclaimer-no5.png);
  width: 32px;
  height: 29px; }
  @media screen and (max-width: 768px) {
    .contents-area div.contents-area__disclaimer:nth-child(6) h3 {
      background-size: cover;
      width: 16px;
      height: 14px; } }
.contents-area div.contents-area__disclaimer:nth-child(7) h3 {
  background-image: url(../img/disclaimer/disclaimer-no6.png);
  width: 32px;
  height: 29px; }
  @media screen and (max-width: 768px) {
    .contents-area div.contents-area__disclaimer:nth-child(7) h3 {
      background-size: cover;
      width: 16px;
      height: 14px; } }
.contents-area div.contents-area__disclaimer:nth-child(8) h3 {
  background-image: url(../img/disclaimer/disclaimer-no7.png);
  width: 31px;
  height: 28px; }
  @media screen and (max-width: 768px) {
    .contents-area div.contents-area__disclaimer:nth-child(8) h3 {
      background-size: cover;
      width: 16px;
      height: 14px; } }
.contents-area div.contents-area__disclaimer:nth-child(9) h3 {
  background-image: url(../img/disclaimer/disclaimer-no8.png);
  width: 32px;
  height: 29px; }
  @media screen and (max-width: 768px) {
    .contents-area div.contents-area__disclaimer:nth-child(9) h3 {
      background-size: cover;
      width: 16px;
      height: 14px; } }
.contents-area div.contents-area__disclaimer:nth-child(10) h3 {
  background-image: url(../img/disclaimer/disclaimer-no9.png);
  width: 32px;
  height: 29px; }
  @media screen and (max-width: 768px) {
    .contents-area div.contents-area__disclaimer:nth-child(10) h3 {
      background-size: cover;
      width: 16px;
      height: 14px; } }
.contents-area div.contents-area__disclaimer:nth-child(11) h3 {
  background-image: url(../img/disclaimer/disclaimer-no10.png);
  width: 54px;
  height: 29px; }
  @media screen and (max-width: 768px) {
    .contents-area div.contents-area__disclaimer:nth-child(11) h3 {
      background-size: cover;
      width: 27px;
      height: 14px; } }

/*---- XDデータから仮コーディング ----*/
.contact-kv {
  background: url(../img/contact/kv-img-contact.png) no-repeat center center;
  background-size: cover; }
.contact-contxt {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -80px; }
  @media screen and (max-width: 768px) {
    .contact-contxt {
      width: 85%; } }
.contact h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .contact h3 {
      margin-bottom: 15px; } }
.contact label {
  line-height: 1.8;
  font-size: 2.1rem; }
  @media screen and (max-width: 768px) {
    .contact label {
      font-size: 1.4rem; } }
  .contact label:last-child {
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .contact label:last-child {
        font-size: 1.2rem; } }
.contact p {
  font-size: 1.6rem; }
  .contact p.p-red {
    color: #f00; }
  .contact p.explain {
    margin: 10px 0 20px; }
  .contact p a.p-blue {
    color: #0096ff; }
.contact .must {
  color: #f00; }
.contact form.main p {
  margin-bottom: 20px; }
.contact form.main input {
  border: 0;
  border: solid 1px #ccc;
  color: #aaa;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%; }
.contact form.main select {
  border: solid 1px #ccc;
  width: 100%; }
.contact form.main textarea {
  border: 0;
  border: solid 1px #ccc;
  color: #aaa;
  font-size: 1.6rem;
  margin: 0 0 20px;
  padding: 10px;
  width: 100%; }
.contact form.main .checkbox {
  display: inline-block;
  width: 30px; }
.contact input {
  margin-right: 10px;
  vertical-align: middle; }
.contact .send {
  margin: 0 auto;
  text-align: center; }
.contact input[type="submit"][disabled] {
  background: #ccc;
  color: #fff;
  cursor: default; }
.contact input[type="submit"] {
  background: black;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 300px;
  padding: 0 100px;
  text-align: center; }

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