@charset "UTF-8";
/*****************************************************
  Foundation
*****************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*****************************************************
  Scss Function
*****************************************************/
/*****************************************************
  Foundation
*****************************************************/
/* -----------------------------------------------
  Base
----------------------------------------------- */
html {
  font-size: 0.625em;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  min-width: 100%;
  background: #000000;
  color: #333;
  font: 400 1.8em/1.8 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-word;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

ul, ol, li, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

p {
  margin: 0;
}

sub {
  bottom: -0.1em;
}

p:not([class*=c-lead]) + p {
  margin-top: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b, strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search]:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s linear;
}

select {
  white-space: nowrap;
}

a {
  opacity: 1;
  transition: 0.2s linear;
  text-decoration: none;
}
a img {
  transition: 0.2s linear;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}
a:not([href]) {
  pointer-events: none;
}

/*****************************************************
  Layout
*****************************************************/
/* =================================================
Frame
================================================= */
.l-wrapper {
  overflow: hidden;
}

.l-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 97.8rem;
  margin: 0 auto;
}
.l-container:after {
  display: block;
  clear: both;
  content: "";
}

/* =================================================
Header
================================================= */
.l-header {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  background: #000000;
  transition: -webkit-transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.l-header.-fixed {
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.l-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1180px) {
  .l-header_inner {
    position: relative;
    display: block;
    height: 5rem;
    padding: 0;
  }
}
@media screen and (max-width: 1180px) {
  .l-header_inner:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000000;
  }
}
@media screen and (max-width: 1180px) {
  .l-header_logo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    max-width: calc(100% - 7rem);
    height: 100%;
    margin: 0 1rem;
  }
}
.l-header_logo img {
  display: block;
}
.l-header_menu {
  display: flex;
  height: 100%;
  margin: 0 -2rem 0 0;
}
@media screen and (max-width: 1180px) {
  .l-header_menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    background: #fff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
    transition: -webkit-transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  .l-header_menu.-open {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.l-header_menuBtn {
  display: none;
}
@media screen and (max-width: 1180px) {
  .l-header_menuBtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 5rem;
    height: 5rem;
  }
  .l-header_menuBtn span {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 2.5rem;
    height: 0.2rem;
    margin: 0 auto;
    background: #ffffff;
    transition: all 0.3s;
  }
  .l-header_menuBtn span:nth-child(1) {
    top: 1.5rem;
  }
  .l-header_menuBtn span:nth-child(2) {
    top: 2.4rem;
  }
  .l-header_menuBtn span:nth-child(3) {
    top: 3.3rem;
  }
}
@media screen and (max-width: 1180px) {
  .l-header_menuBtn.-open span {
    width: 2.5rem;
  }
  .l-header_menuBtn.-open span:nth-child(1) {
    top: 2.3rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header_menuBtn.-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header_menuBtn.-open span:nth-child(3) {
    top: 2.3rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.l-header_nav {
  display: flex;
}
@media screen and (max-width: 1180px) {
  .l-header_nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #000000;
  }
}
.l-header_nav_item {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 1180px) {
  .l-header_nav_item {
    width: 33.33%;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
  }
  .l-header_nav_item:nth-child(3) a:before {
    display: none;
  }
  .l-header_nav_item:nth-child(6) a:before {
    display: none;
  }
}
.l-header_nav_item a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2rem 2.3rem 2rem 1rem;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 1180px) {
  .l-header_nav_item a {
    justify-content: center;
    min-height: 4.5rem;
    padding: 0.8rem 1rem 0.7rem;
  }
}
.l-header_nav_item a:hover {
  color: #505faf;
  text-decoration: underline;
}
@media screen and (max-width: 1180px) {
  .l-header_nav_item a:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1180px) {
  .l-header_nav_item a:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 2.5rem);
    margin: auto 0;
    background: #323232;
  }
}
.l-header_nav_item a:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-color: currentColor transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
}
@media screen and (max-width: 1180px) {
  .l-header_nav_item a:after {
    content: none;
  }
}
.l-header_nav_item a.-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.l-header_cta {
  display: flex;
  margin: 0 0 0 1rem;
  background: #fff;
}
@media screen and (max-width: 1180px) {
  .l-header_cta {
    flex-wrap: wrap;
    margin: 0;
  }
}
.l-header_cta_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #505faf;
}
@media screen and (max-width: 1180px) {
  .l-header_cta_btn {
    width: 50%;
    padding: 0.7rem 1.5rem;
  }
}
.l-header_cta_btn:hover {
  text-decoration: none;
}
.l-header_cta_btn.-download {
  background: #505faf;
}
.l-header_cta_btn.-download:hover {
  background: #36478e;
}
.l-header_cta_btn.-apply {
  background: #f08228;
}
.l-header_cta_btn.-apply:hover {
  background: #c9651b;
}
.l-header_cta_btn_label {
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1180px) {
  .l-header_cta_btn_label {
    display: flex;
    align-items: center;
    min-height: 3rem;
  }
  .l-header_cta_btn_label:before {
    min-height: inherit;
    font-size: 0;
    content: "";
  }
}
.l-header_cta_btn_label .-xl {
  display: none;
}
@media screen and (max-width: 1180px) {
  .l-header_cta_btn_label .-xl {
    display: block;
  }
}
.l-header_cta_btn.-disabled {
  pointer-events: none;
  background: #a8a8a8;
}

/* =================================================
Footer
================================================= */
.l-footer {
  background-color: #fff;
}
.l-footer_pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 6rem;
  height: 6rem;
  transition: 0.3s linear;
}
@media screen and (max-width: 767px) {
  .l-footer_pagetop {
    bottom: 0;
    width: 4rem;
    height: 4rem;
  }
}
.l-footer_pagetop:hover {
  opacity: 0.7;
}
.l-footer a {
  color: currentColor;
}
.l-footer_inner {
  padding: 5rem 0 4.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer_inner {
    padding: 4rem 2rem;
  }
}
.l-footer_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer_link {
    display: block;
    margin: -1em 0 0;
  }
}
.l-footer_link_item {
  padding: 0 2rem;
  line-height: 1;
  border-left: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .l-footer_link_item {
    padding: 0;
    margin: 0.8em 0 0;
    line-height: 1.2;
    text-align: left;
    border-left: none;
  }
}
.l-footer_link_item:first-of-type {
  border-left: none;
}
.l-footer_link_item a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-footer_link_item a {
    font-size: 1.2rem;
  }
}
.l-footer_link_item a:hover {
  opacity: 0.7;
}
.l-footer_link_item.-center {
  text-align: center;
}
.l-footer_logo {
  display: table;
  margin: 3rem auto 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer_logo {
    margin-top: 2rem;
  }
}
.l-footer_logo:hover {
  opacity: 0.7;
}
.l-footer_logo img {
  width: 10rem;
  vertical-align: bottom;
}
.l-footer_copyright {
  font-size: 1.2rem;
}

/* =================================================
.l-nav
================================================= */
.l-nav_list {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 97.8rem;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1rem 0;
  }
}
.l-nav_list_item {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 1180px) {
  .l-nav_list_item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_list_item {
    width: 33.33%;
    height: 4.5rem;
    font-size: 1.2rem;
  }
  .l-nav_list_item:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 2rem;
    background: #cecece;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-nav_list_item:nth-child(3n):before {
    display: none;
  }
}
.l-nav_list_item a {
  position: relative;
  display: block;
  padding: 1.6rem 3rem 1.5rem 0;
  color: #ffffff;
  transition: all 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
@media screen and (max-width: 767px) {
  .l-nav_list_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0.5rem;
  }
  .l-nav_list_item a:after {
    content: none;
  }
}
.l-nav_list_item a:hover {
  color: #505faf;
  text-decoration: underline;
}
.l-nav_list_item:last-child a {
  padding-right: 0;
}
.l-nav_list_item_label::after {
  display: inline-block;
  margin-left: 0.7rem;
  vertical-align: middle;
  content: "";
  border-top: 0.6rem solid currentColor;
  border-right: 0.4rem solid transparent;
  border-left: 0.4rem solid transparent;
}
@media screen and (max-width: 767px) {
  .l-nav_list_item_label::after {
    content: none;
  }
}

/* =================================================
.l-section
================================================= */
.l-section .l-section {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-section .l-section {
    margin-top: 4.5rem;
  }
}

/*****************************************************
Object
*****************************************************/
/* =================================================
Utility
================================================= */
.u-mtNone {
  margin-top: 0 !important;
}
.u-mtSmall {
  margin-top: 1rem !important;
}
.u-mtNormal {
  margin-top: 3rem !important;
}
.u-mtLarge {
  margin-top: 5rem !important;
}
@media screen and (max-width: 767px) {
  .u-mtLarge {
    margin-top: 4rem !important;
  }
}
.u-mbNone {
  margin-bottom: 0 !important;
}
.u-mbSmall {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 767px) {
  .u-mbSmall {
    margin-bottom: 1rem !important;
  }
}
.u-mbNormal {
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 767px) {
  .u-mbNormal {
    margin-bottom: 3rem !important;
  }
}
.u-mbLarge {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 767px) {
  .u-mbLarge {
    margin-bottom: 4rem !important;
  }
}
.u-ptNone {
  padding-top: 0 !important;
}
.u-ptSmall {
  padding-top: 1rem !important;
}
.u-ptNormal {
  padding-top: 3rem !important;
}
.u-ptLarge {
  padding-top: 5rem !important;
}
@media screen and (max-width: 767px) {
  .u-ptLarge {
    padding-top: 4rem !important;
  }
}
.u-pbNone {
  padding-bottom: 0 !important;
}
.u-pbSmall {
  padding-bottom: 1.5rem !important;
}
@media screen and (max-width: 767px) {
  .u-pbSmall {
    padding-bottom: 1rem !important;
  }
}
.u-pbNormal {
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 767px) {
  .u-pbNormal {
    padding-bottom: 3rem !important;
  }
}
.u-pbLarge {
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 767px) {
  .u-pbLarge {
    padding-bottom: 4rem !important;
  }
}
.u-ac {
  text-align: center !important;
}
@media screen and (min-width: 1181px) {
  .u-ac-pc {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .u-ac-sp {
    text-align: center !important;
  }
}
.u-ar {
  text-align: right !important;
}
@media screen and (min-width: 1181px) {
  .u-ar-pc {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .u-ar-sp {
    text-align: right !important;
  }
}
.u-al {
  text-align: left !important;
}
@media screen and (min-width: 1181px) {
  .u-al-pc {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .u-al-sp {
    text-align: left !important;
  }
}
.u-vm {
  vertical-align: middle !important;
}
@media screen and (min-width: 1181px) {
  .u-vm-pc {
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 767px) {
  .u-vm-sp {
    text-align: middle !important;
  }
}
.u-vt {
  vertical-align: top !important;
}
@media screen and (min-width: 1181px) {
  .u-vt-pc {
    vertical-align: top !important;
  }
}
@media screen and (max-width: 767px) {
  .u-vt-sp {
    text-align: top !important;
  }
}
.u-vb {
  vertical-align: bottom !important;
}
@media screen and (min-width: 1181px) {
  .u-vb-pc {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 767px) {
  .u-vb-sp {
    text-align: bottom !important;
  }
}

.u-sp,
.u-tab {
  display: none !important;
}

@media screen and (max-width: 1180px) {
  .u-tab {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }

  .u-sp {
    display: inherit !important;
  }
}
/* =================================================
Component
================================================= */
/* -----------------------------------------------
.c-btn
----------------------------------------------- */
.c-btn {
  position: relative;
  display: block;
  max-width: 64.2rem;
  padding: 0 5rem;
  margin: 4rem auto 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #505faf;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
@media screen and (max-width: 1180px) {
  .c-btn {
    padding: 0 5rem 0 2rem;
  }
}
.c-btn:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 3.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-btn:after {
    right: 2.2rem;
  }
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn.-large .c-btn_label {
  font-size: 2.4rem;
}
@media screen and (max-width: 1180px) {
  .c-btn.-large .c-btn_label {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.-large .c-btn_label {
    font-size: 1.6rem;
  }
}
.c-btn.-download {
  background: #505faf;
}
.c-btn.-download:hover {
  background: #36478e;
}
.c-btn.-download.-pdfIcon::after {
  right: 2.5rem;
  width: 2rem;
  height: 2.4rem;
  background: url("icon_pdf.png") 50% 50%/contain no-repeat;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-btn.-download:after {
    right: 1.5rem;
  }
}
.c-btn.-apply {
  background: #f08228;
}
.c-btn.-apply:hover {
  background: #c9651b;
}
.c-btn.-disabled {
  pointer-events: none;
  background: #a8a8a8;
}
.c-btn_label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 6.2rem;
  padding: 1.6rem 0;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn_label {
    min-height: 4.5rem;
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}
.c-btn_label:before {
  min-height: inherit;
  font-size: 0;
  content: "";
}

/* -----------------------------------------------
.c-text
----------------------------------------------- */
.c-text {
  font-weight: 700;
}

/* -----------------------------------------------
.c-table
----------------------------------------------- */
.c-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-table {
    border-bottom: 2px solid #000026;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-table tr {
    display: block;
  }
}
.c-table th,
.c-table td {
  padding: 0.8rem 2rem;
  font-weight: 700;
  border: 2px solid #000026;
}
@media screen and (max-width: 767px) {
  .c-table th,
  .c-table td {
    display: block;
    padding: 0.6rem 1.5rem;
    border-bottom: none;
    font-size: 1.5rem;
  }
}
.c-table th {
  width: 240px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #505faf;
}
@media screen and (max-width: 767px) {
  .c-table th {
    width: auto;
  }
}
.c-table td {
  word-break: normal;
  background: #fff;
}
.c-table td a {
  color: #f08228;
  text-decoration: underline;
}
.c-table td a:hover {
  text-decoration: none;
}
.c-table_notes {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-table_notes {
    display: block;
    margin-left: 0;
  }
}

/* =================================================
Project
================================================= */
/* -----------------------------------------------
.hero
----------------------------------------------- */
.hero {
  position: relative;
  padding: 6rem 4rem 0;
  margin: 0 0 4.2rem;
}
@media screen and (max-width: 1180px) {
  .hero {
    padding: 4rem 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 3.7rem 2.5rem 5rem;
    margin: 0;
  }
}
.hero:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 47px);
  background: url("bg_hero__pc.png") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .hero:before {
    height: 100%;
    background: url("bg_hero__sp.png") 50% 0%/cover no-repeat;
  }
}
.hero:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.hero_inner {
  width: 100%;
  max-width: 97.8rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero_inner {
    max-width: 40rem;
  }
}
.hero_heading {
  text-align: center;
  opacity: 0;
  transition: ease-in-out 1s;
  -webkit-transform: translateY(2%);
  transform: translateY(2%);
}
@media screen and (max-width: 767px) {
  .hero_heading {
    padding: 0;
  }
}
.hero_title {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero_title {
    padding: 0 3.5rem;
  }
}
.hero_outline {
  max-width: 79.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero_outline {
    padding: 0 3rem;
    margin-top: 3.7rem;
  }
  .hero_outline img {
    width: auto;
  }
}
.hero_date {
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .hero_date {
    padding-inline: 2rem;
  }
}
.hero_relativeSite {
  position: absolute;
  top: 0;
  right: 0;
  width: 26rem;
  text-align: center;
  transition: -webkit-transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s;
  transition: transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s;
  transition: transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s, -webkit-transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media screen and (max-width: 1180px) {
  .hero_relativeSite {
    position: static;
    width: auto;
    max-width: 40rem;
    margin: 3rem auto 2.5rem;
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media screen and (max-width: 767px) {
  .hero_relativeSite {
    max-width: 27rem;
  }
}
.hero_relativeSite a {
  display: block;
  transition: 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.hero_relativeSite a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.hero_relativeSite_logo {
  padding: 1.9rem 2rem;
  background-image: linear-gradient(to right, #e50012, #ff794a);
}
@media screen and (max-width: 1180px) {
  .hero_relativeSite_logo {
    padding: 1.3rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hero_relativeSite_logo {
    padding: 1.7rem 1rem 1rem;
  }
}
.hero_relativeSite_logo img {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .hero_relativeSite_logo img {
    display: block;
    margin: 0 auto;
  }
}
.hero_relativeSite_text {
  position: relative;
  padding: 0.9rem 2.5rem 0.7rem;
  font-weight: 700;
  color: #e50012;
  background: #fff;
}
.hero_relativeSite_text:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
.hero_btnOfficial {
  display: none;
  opacity: 0;
  transition: ease-in-out 1.4s;
}
.hero_btnOfficial a {
  position: relative;
  display: block;
  max-width: 47.4rem;
  padding: 1.9rem 4rem 1.7rem;
  margin: 3.6rem auto 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #d32f2f;
  text-align: center;
  background: #fff;
  border: 2px solid currentColor;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
@media screen and (max-width: 767px) {
  .hero_btnOfficial a {
    padding: 1.9rem 3rem 1.7rem;
    margin-top: 3.5rem;
    font-size: 1.6rem;
    border-width: 2px;
  }
}
.hero_btnOfficial a:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
@media screen and (max-width: 767px) {
  .hero_btnOfficial a:after {
    right: 2rem;
  }
}
.hero_btnOfficial a:hover {
  color: #fff;
  text-decoration: none;
  background: #d32f2f;
  border-color: #d32f2f;
}
.hero_btnList {
  display: flex;
  margin: 6rem 0 0;
  opacity: 0;
  transition: ease-in-out 1.4s;
}
@media screen and (max-width: 767px) {
  .hero_btnList {
    display: block;
    margin: 4rem 0 0;
  }
}
.hero_btnList .c-btn {
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .hero_btnList .c-btn {
    margin-top: 1.5rem;
  }
}
.hero.-animate:after {
  width: 0;
}
.hero.-animate .hero_heading {
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hero.-animate .hero_btnOfficial {
  opacity: 1;
  transition-delay: 1s;
}
.hero.-animate .hero_btnList {
  opacity: 1;
  transition-delay: 1s;
}
.hero.-animate .hero_relativeSite {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 1180px) {
  .hero.-animate .hero_relativeSite {
    opacity: 1;
    transition: opacity ease-in-out 1s;
    transition-delay: 1s;
  }
}
.hero.-visitors .hero_btnList {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .hero.-visitors .hero_btnList {
    margin-top: 1.5rem;
  }
}
.hero.-visitors .hero_btnOfficial {
  display: block;
}

/* -----------------------------------------------
.bgGroup
----------------------------------------------- */
.bgGroup {
  position: relative;
  padding: 6rem 1rem;
}
@media screen and (max-width: 767px) {
  .bgGroup {
    padding: 6rem 1rem 5rem;
  }
}
.bgGroup:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
}
.bgGroup.-var01 {
  background: #191937;
}
.bgGroup.-var01:before {
  top: 0;
  right: 0;
  width: 60rem;
  height: 100%;
  background-image: url("bg_decoration_right_01.png");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .bgGroup.-var01:before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
}
.bgGroup.-var02 {
  background: #000000;
}
.bgGroup.-var02:before {
  top: 0;
  left: 0;
  width: 45rem;
  height: 100%;
  background-image: url("bg_decoration_left.png");
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}
.bgGroup.-var02 .bgGroup_inner:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #191937;
}
@media screen and (max-width: 767px) {
  .bgGroup.-var02 .bgGroup_inner:before {
    right: -1rem;
    width: calc(100% + 2rem - 1rem);
  }
}
.bgGroup_inner {
  box-sizing: content-box;
  width: auto;
  padding: 1rem 6rem 5rem;
}
@media screen and (max-width: 1180px) {
  .bgGroup_inner {
    padding: 1rem 2rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .bgGroup_inner {
    padding: 0 1.5rem 5rem;
  }
}

/* -----------------------------------------------
.about
----------------------------------------------- */
.about {
  position: relative;
  padding: 10rem 1rem 7rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 12rem 0 0;
    margin: 0;
  }
}
.about:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: -33.375%;
  width: 33.375%;
  height: 100%;
  background: url("bg_about.png") 100% 50%/cover no-repeat;
  transition: left 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
}
@media screen and (max-width: 767px) {
  .about:before {
    left: -100%;
    width: 100%;
    background: url("bg_about.png") 0% 0%/contain no-repeat;
  }
}
.about_container {
  box-sizing: content-box;
  width: auto;
  padding: 1rem 6rem 5rem;
  background: #fff;
}
@media screen and (max-width: 1180px) {
  .about_container {
    padding: 1rem 2rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .about_container {
    padding: 0;
    background: transparent;
  }
}
.about_heading {
  display: table;
  margin: -4.3rem auto 3rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .about_heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .about_heading {
    position: relative;
    z-index: 2;
    display: block;
    padding: 2rem 2.5rem;
    margin: 0 0 0 1rem;
    font-size: 1.7rem;
    text-align: left;
  }
  .about_heading:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
  }
}
.about_heading_row {
  display: inline-block;
  padding: 0.5rem 1rem 0.3rem;
  margin-top: 0.8rem;
  background: #333;
}
@media screen and (max-width: 767px) {
  .about_heading_row {
    display: inline;
    padding: 0;
    margin-top: 0;
    background: none;
  }
}
.about_body {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .about_body {
    margin-top: 0;
    padding: 4.5rem 2.5rem 5rem 1.5rem;
    margin-left: 1rem;
    background: #fff;
  }
}
.about_body_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_body_list {
    flex-direction: column;
  }
}
.about_body_list_item {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .about_body_list_item {
    width: 100%;
  }
}
.about_body_list_item:nth-child(n+2) {
  margin-left: 58px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .about_body_list_item:nth-child(n+2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about_body_list_item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 60px;
  }
}
.about_body_list_item:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 0;
  left: -29px;
  width: 0;
  height: 100%;
  border-left: 1px solid #333;
}
@media screen and (max-width: 1180px) {
  .about_body_list_item:nth-child(n+2):before {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .about_body_list_item:nth-child(n+2):before {
    top: -30px;
    left: 0;
    width: 100%;
    height: 0;
    border-left: none;
    border-top: 1px solid #333;
  }
}
.about_body_list_item .c-text {
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .about_body_list_item .c-text {
    font-size: 1.4rem;
  }
}
.about_body_logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  min-height: 106px;
}
@media screen and (max-width: 767px) {
  .about_body_logo {
    width: 50%;
    margin: 0 auto 20px;
    text-align: center;
    min-height: auto;
  }
}
.about.-animate::before {
  left: 0;
}

/* -----------------------------------------------
.secHeading
----------------------------------------------- */
.secHeading {
  padding: 5rem 0 0;
  margin: 0 0 3rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secHeading {
    margin: 0 0 3rem;
    font-size: 2.6rem;
  }
  .secHeading.-left {
    text-align: left;
  }
}
.secHeading span {
  display: inline-block;
  font-size: 2.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .secHeading span {
    display: block;
    font-size: 1.8rem;
  }
}

/* -----------------------------------------------
.sectionBlock
----------------------------------------------- */
.sectionBlock + .sectionBlock {
  margin-top: 4rem;
}

/* -----------------------------------------------
.application
----------------------------------------------- */
.application {
  position: relative;
  padding: 3rem 6rem 8rem;
  color: #fff;
  background-image: url("bg_application__pc.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .application {
    padding: 0 1.5rem 6rem;
    background-image: url("bg_application__sp.png");
  }
  .application .c-btn {
    margin-inline: 1rem;
  }
}
.application .secHeading {
  color: #fff;
}

/* -----------------------------------------------
.inquiry
----------------------------------------------- */
.inquiry {
  display: table;
  width: 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .inquiry {
    display: block;
  }
}
.inquiry_block {
  display: table-cell;
  padding: 5rem 2rem;
  vertical-align: middle;
  background: #0F324F;
}
@media screen and (max-width: 767px) {
  .inquiry_block {
    display: block;
  }
}
.inquiry_block:first-of-type {
  background: #08234C;
}
@media screen and (max-width: 767px) {
  .inquiry_block:first-of-type .inquiry_block_text {
    margin: 2rem 0 0;
  }
}
.inquiry_block_title {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .inquiry_block_title {
    font-size: 2.2rem;
  }
}
.inquiry_block_text {
  margin: 3.5rem 0 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .inquiry_block_text {
    margin: 2rem 0 0;
    font-size: 1.4rem;
  }
}
.inquiry_block .-email {
  color: #fff;
}
.inquiry_block_email {
  display: inline-block;
  padding: 1.2rem 5rem;
  margin: 2rem 0 0;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2.3rem;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .inquiry_block_email {
    font-size: 1.4rem;
    display: block;
    padding: 1.2rem;
  }
}
.inquiry_block_email:hover {
  color: #08234C;
  background: #fff;
  border: 2px solid #fcf5f5;
}

/* -----------------------------------------------
.attention
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .attention {
    padding: 0;
  }
}
.attention_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1180px) {
  .attention_box {
    display: block;
  }
}
.attention_box_item {
  width: calc(50% - 1.5rem);
  padding: 4rem;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 1180px) {
  .attention_box_item {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .attention_box_item {
    padding: 3rem 1.5rem;
  }
}
.-col1 .attention_box_item {
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .attention_box_item + .attention_box_item {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .attention_box_item + .attention_box_item {
    margin-top: 2rem;
  }
}
.attention_box_title {
  margin: 0 0 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attention_box_title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .attention_box p {
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------
Animation
----------------------------------------------- */
[data-animate=fadeIn],
[data-animate=fadeInUp] {
  opacity: 0;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
[data-animate=fadeIn].-animate,
[data-animate=fadeInUp].-animate {
  opacity: 1;
}

[data-animate=fadeInUp] {
  -webkit-transform: translateY(2%);
  transform: translateY(2%);
}
[data-animate=fadeInUp].-animate {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* データ利用について */
.bpPrivacy {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: none;
  width: calc(100% - 32px);
  max-width: 440px;
  padding: 16px;
  background: #ffffff;
  border-top: 4px solid #1e4d84;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}
.bpPrivacy_message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}
.bpPrivacy_buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.bpPrivacy_button-detail, .bpPrivacy_button-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.65;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: bottom;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bpPrivacy_button-detail {
  font-weight: 500;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.bpPrivacy_button-detail:hover {
  background-color: rgba(51, 51, 51, 0.06);
}
.bpPrivacy_button-close {
  margin-left: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #0068bc;
  border: none;
}
.bpPrivacy_button-close:hover {
  background-color: rgba(0, 118, 214, 0.9);
}
