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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 1025px) {
  .is_sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .is_sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .is_sptab {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .is_pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
}

/*
===========================
レイアウトグループ
===========================
*/
.ly_header {
  position: fixed;
  background: #ffffff;
  z-index: 20;
  width: 100%;
}

.ly_header_inner {
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ly_header_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.ly_inner {
  width: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.ly_inner.bl_service {
  margin-top: 106px;
}
@media screen and (max-width: 768px) {
  .ly_inner.bl_service {
    margin-top: 60px;
  }
}
.ly_inner.bl_client {
  margin-top: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ly_inner.bl_client {
    margin-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .ly_inner.bl_client {
    margin-top: 110px;
  }
}

/*
===========================
エレメントグループ
===========================
*/
.el_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 36px;
  border: solid 1px #333333;
  font-size: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.el_btn::after {
  content: "";
  background: #DDE0FF;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.el_btn:hover {
  color: #000;
}
.el_btn:hover::after {
  top: 0;
  left: 0;
}

.el_lv2Heading {
  font-weight: 700;
  font-size: 24px;
  font-weight: 500;
  color: #000D5B;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .el_lv2Heading {
    font-size: 18px;
  }
}

.el_ribbon {
  height: 53px;
  width: 442px;
  background: url(/image/ribbon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .el_ribbon {
    width: 266px;
    height: 45px;
    left: 1px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .el_ribbon {
    height: 50px;
  }
}

.el_circleBtn_wrapper {
  display: block;
  position: fixed;
  text-align: center;
  right: 55px;
  bottom: 55px;
  width: 144px;
  height: 144px;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .el_circleBtn_wrapper {
    width: 80px;
    height: 80px;
    bottom: 30px;
    right: 13px;
  }
}
.el_circleBtn_wrapper:hover .el_circleBtn_shadow {
  top: 0;
  left: 0;
}

.el_circleBtn {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: transparent;
  border: solid 1px #333333;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .el_circleBtn {
    letter-spacing: -0.16rem;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
  }
}

.el_circleBtn_shadow {
  position: relative;
  background: #FFDE81;
  border-radius: 50%;
  top: 5px;
  left: 3px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .el_circleBtn_shadow {
    top: 3px;
    left: 2px;
  }
}

.el_circleBtn_txt {
  font-weight: 700;
  position: relative;
  top: 5px;
  line-height: 1.45;
  left: 1px;
  letter-spacing: 0.09rem;
}

.el_btnMore {
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 290px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #000D5B;
  color: #ffffff;
  font-size: 14px;
  padding: 0 18px 0 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  -webkit-box-shadow: 4px 4px 0 #EAECFF;
          box-shadow: 4px 4px 0 #EAECFF;
}
@media screen and (max-width: 768px) {
  .el_btnMore {
    width: 270px;
    height: 50px;
    font-size: 13px;
    padding-left: 20px;
    letter-spacing: 0.02rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .el_btnMore {
    width: 270px;
    height: 50px;
    font-size: 13px;
    padding-left: 20px;
    letter-spacing: 0.02rem;
  }
}
.el_btnMore:hover {
  color: #FFDE81;
  background: #2B337C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.el_circleChevRight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.el_circleChevRight::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bl_card {
  position: relative;
  display: grid;
  width: 46.33333%;
  max-width: 556px;
  -webkit-box-shadow: 0 0 20px rgba(0, 13, 91, 0.06);
          box-shadow: 0 0 20px rgba(0, 13, 91, 0.06);
  grid-template-rows: auto;
  grid-template-columns: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card {
    width: 46.33333%;
  }
}
@media screen and (max-width: 768px) {
  .bl_card {
    width: 100%;
    max-width: 450px;
  }
}
.bl_card .bl_card_numImg {
  position: absolute;
  top: -29px;
  right: -32px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bl_card .bl_card_numImg {
    width: 82px;
    height: 49px;
    right: -24px;
    top: -22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card .bl_card_numImg {
    width: 82px;
    height: 49px;
    top: -22px;
    right: -24px;
  }
}
.bl_card .el_btnMore {
  position: absolute;
  bottom: -32px;
  right: -24px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl_card .el_btnMore {
    right: -16px;
    bottom: -27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card .el_btnMore {
    right: -16px;
    bottom: -27px;
  }
}

.bl_card_imgWrapper {
  grid-row: 1;
  grid-column: 1;
  z-index: 1;
}
.bl_card_imgWrapper img {
  width: 100%;
}
.bl_card_head {
  grid-row: 1;
  grid-column: 1;
  padding: 44px 0 24px 44px;
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card_head {
    padding: 32px 0 0 24px;
  }
}

.bl_card_summary {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .bl_card_summary {
    font-size: 14px;
    line-height: 22px;
    margin-top: -4px;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card_summary {
    font-size: 14px;
    line-height: 22px;
    margin-top: -4px;
    padding: 0;
  }
}
.bl_card_summary span {
  background: #EEEFFF;
  display: inline-block;
  margin-top: 4px;
}
@media screen and (min-width: 1025px) {
  .bl_card_summary span {
    padding: 0 14px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card_summary span {
    padding: 0 8px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bl_card_summary span {
    padding: 0 8px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_card_summary span.uq_pc_DC {
    display: contents;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card_summary span.uq_sptab_DC {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .bl_card_summary span.uq_sptab_DC {
    display: contents;
  }
}

.bl_card_ttl {
  font-weight: 700;
  position: relative;
  font-size: 36px;
  line-height: 1;
  color: #000D5B;
  text-shadow: 3px 3px 0 #DADBEE;
  margin-top: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card_ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .bl_card_ttl {
    font-size: 30px;
  }
}

.bl_card_sTtl {
  position: relative;
  text-shadow: 3px 3px 0 #DADBEE;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 700;
  line-height: 1;
  color: #000D5B;
  text-shadow: 2px 2px 0 #DADBEE;
  letter-spacing: 0.32px;
  text-shadow: 2px 2px 0px rgb(218, 219, 238);
}

.bl_card_pcTxt {
  width: 191px;
  font-size: 14px;
  margin-top: 28px;
  line-height: 1.857;
  letter-spacing: 0.11rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card_pcTxt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bl_card_pcTxt {
    display: none;
  }
}

.bl_card_body {
  display: none;
  grid-row: 1;
  grid-column: 1/2;
  width: 60%;
  z-index: 3;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card_body {
    display: block;
    grid-row: 2;
    width: 100%;
    padding: 24px 24px 32px;
  }
}
@media screen and (max-width: 768px) {
  .bl_card_body {
    display: block;
    grid-row: 2;
    width: 100%;
    padding: 24px 24px 32px;
  }
}

.bl_card_txt {
  font-size: 13px;
  line-height: 1.692;
}

.bl_card_numImg {
  position: absolute;
  top: -29px;
  right: -32px;
  z-index: 2;
  width: 113px;
  height: 67px;
}
@media screen and (max-width: 768px) {
  .bl_card_numImg {
    width: 82px;
    height: 49px;
    right: -24px;
    top: -22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card_numImg {
    width: 82px;
    height: 49px;
    top: -22px;
    right: -24px;
  }
}

/*
===========================
ヘッダー
===========================
*/
.bl_headerConts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .bl_headerConts {
    height: 56px;
  }
}

.bl_headerConts_logo {
  display: block;
  width: 176px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .bl_headerConts_logo {
    padding-top: 9px;
    padding-left: 0;
  }
  .bl_headerConts_logo img {
    width: 145px;
    height: 25px;
  }
}

.bl_headerNav {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_headerNav .bl_headerNav_product {
  letter-spacing: 0.18rem;
  text-shadow: 2px 2px #DADBEE;
}
.bl_headerNav .bl_headerNav_movie {
  margin-left: 36px;
  text-shadow: 2px 2px #DADBEE;
}
.bl_headerNav .bl_headerNav_contact {
  margin-left: 36px;
  margin-right: -2px;
}

.bl_drawerIcon_wrapper {
  z-index: 115;
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .bl_drawerIcon_wrapper {
    top: 6px;
    right: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_drawerIcon_wrapper {
    top: 16px;
    right: 16px;
  }
}
.bl_drawerIcon_wrapper.is_active .bl_drawerIcon {
  border: 1px solid transparent;
}
.bl_drawerIcon_wrapper.is_active .bl_drawerIcon::after {
  background: transparent;
}

.bl_drawerIcon {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_drawerIcon::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  background: #DDE0FF;
  z-index: -1;
}
.bl_drawerIcon_bars {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
}
.bl_drawerIcon_bar, .bl_drawerIcon_bar2, .bl_drawerIcon_bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #333333;
}
.bl_drawerIcon_bar {
  top: 0;
}
.bl_drawerIcon_bar2 {
  top: 4px;
}
.bl_drawerIcon_bar3 {
  top: 8px;
}

.bl_drawerIcon_wrapper.is_active {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.bl_drawerIcon_wrapper.is_active .bl_drawerIcon_bar {
  top: 4px;
  width: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid #ffffff;
}
.bl_drawerIcon_wrapper.is_active .bl_drawerIcon_bar2 {
  opacity: 0;
}
.bl_drawerIcon_wrapper.is_active .bl_drawerIcon_bar3 {
  top: 4px;
  width: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #ffffff;
}

.bl_drawerNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  width: 300px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s 0.1s;
  transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  background: #ffffff;
  padding: 24px;
}
.bl_drawerNav.is_active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.bl_drawerNav_inner {
  padding: 60px 0;
}
.bl_drawerNav_inner li a {
  font-size: 14px;
  display: inline-block;
  padding: 16px 8px;
  width: 100%;
  text-align: center;
  border-bottom: 1px dashed gray;
}
.bl_drawerNav_inner li:first-child {
  border-top: 1px dashed gray;
}
.bl_drawerNav_inner a {
  font-size: 20px;
}

.el_backgroundOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.el_backgroundOverlay.is_active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*
===========================
メインビジュアル
===========================
*/
.bl_MV {
  position: relative;
  padding-top: 70px;
  background: #EAECFF;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bl_MV {
    padding-top: 56px;
  }
}

.bl_MV_cont {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_MV_cont {
    padding-top: 74px;
    padding-bottom: 90px;
  }
}

.bl_MV_inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 100%;
}

.bl_MV_box {
  position: relative;
  background: #ffffff;
  width: 79.5%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 78px;
  padding-bottom: 85px;
  height: 417px;
}
@media screen and (max-width: 768px) {
  .bl_MV_box {
    padding-top: 44px;
    padding-bottom: 47px;
    width: 85.3333%;
    height: 337px;
  }
}
.bl_MV_box::before {
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: transparent;
  border: 2px solid #ffffff;
  left: -10px;
  top: -10px;
}

.bl_MV_ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  max-width: 100%;
  letter-spacing: 0.1rem;
  padding-left: 10px;
  position: relative;
  text-shadow: 1.5px 1.5px 0px #DCD7E9;
}
@media screen and (max-width: 768px) {
  .bl_MV_ttl {
    font-size: 13px;
  }
}

.bl_MV_ttlInner {
  position: absolute;
  width: 100%;
  top: 8px;
}
@media screen and (max-width: 768px) {
  .bl_MV_ttlInner {
    top: 10px;
    left: 0;
  }
}

.bl_MV_logo {
  width: 413px;
  padding-left: 19px;
  height: 70px;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .bl_MV_logo {
    margin-top: 3px;
    width: 234px;
    padding-left: 0;
    height: 45px;
  }
}

.bl_MV_lead {
  position: relative;
  left: 3px;
  /* padding-left: 12px; */
  margin-top: 24px;
  line-height: 2;
  letter-spacing: 0.095rem;
}
@media screen and (max-width: 768px) {
  .bl_MV_lead {
    margin-top: 14px;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: -0.02rem;
  }
}

.bl_MV_leadTxt1 {
  display: inline-block;
  letter-spacing: 0.04rem;
  padding-left: 1px;
}
@media screen and (max-width: 768px) {
  .bl_MV_leadTxt1 {
    display: inline-block;
    letter-spacing: 0.05rem;
    padding-left: 0px;
    position: relative;
    left: -2px;
  }
}

.bl_MV_leadTxt2 {
  display: inline-block;
  letter-spacing: 0.1rem;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .bl_MV_leadTxt2 {
    letter-spacing: 0;
    padding-left: 0;
  }
}

.bl_MV_leadTxt2pc {
  display: inline-block;
  letter-spacing: 0.1rem;
  position: relative;
  left: -4px;
}
@media screen and (max-width: 768px) {
  .bl_MV_leadTxt2pc {
    letter-spacing: 0;
    position: relative;
    left: 0px;
  }
}

.bl_MV_leadTxt3 {
  letter-spacing: 0.15rem;
  position: relative;
  left: 4px;
}
@media screen and (max-width: 768px) {
  .bl_MV_leadTxt3 {
    left: -1px;
    letter-spacing: 0.1rem;
  }
}

.bl_MV_leadTxt4 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_MV_leadTxt4 {
    left: -3px;
  }
}

.bl_action {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.bl_action_cont {
  width: 79.5%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_action_cont {
    width: 100%;
    line-height: 1.3;
    padding-top: 10px;
  }
}

.bl_action_ttl {
  z-index: 2;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 450px;
  max-width: 100%;
  height: 40px;
  color: #000D5B;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid currentColor;
  font-size: 18px;
  letter-spacing: 0.145rem;
  font-weight: 700;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .bl_action_ttl {
    max-width: 100%;
    top: -18px;
    width: 296px;
    height: 36px;
    font-size: 12px;
    letter-spacing: 0.09rem;
  }
}
.bl_action_ttl span {
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .bl_action_ttl span {
    line-height: 34px;
  }
}

.bl_action_txt1 {
  font-weight: 700;
  display: inline-block;
  margin-top: 36px;
  position: relative;
  left: 4px;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bl_action_txt1 {
    font-size: 13px;
    margin-top: 18px;
    line-height: 1.3;
    letter-spacing: 0.09rem;
    left: 2px;
  }
}

.bl_action_txtInvite {
  color: #FED561;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16rem;
  position: relative;
  top: -7px;
  left: 3px;
}
@media screen and (max-width: 768px) {
  .bl_action_txtInvite {
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
    line-height: 1.2;
    top: -1px;
    left: 1px;
  }
}

.bl_action_txtStrong {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .bl_action_txtStrong {
    font-size: 2.8rem;
  }
}

.bl_MV_pic {
  position: absolute;
}
.bl_MV_pic__01 {
  top: 17%;
  left: 11.5%;
  width: 20%;
  max-width: 133px;
}
@media screen and (max-width: 768px) {
  .bl_MV_pic__01 {
    top: 8%;
    left: 5%;
    width: 20%;
    max-width: 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_MV_pic__01 {
    top: 7%;
    left: 10%;
    width: 20%;
    max-width: 106px;
  }
}
.bl_MV_pic__02 {
  top: 5%;
  left: 35%;
  width: 14%;
  max-width: 84px;
}
@media screen and (max-width: 768px) {
  .bl_MV_pic__02 {
    top: 2%;
    left: 45%;
    width: 14%;
    max-width: 68px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_MV_pic__02 {
    top: 2%;
    left: 45%;
    width: 14%;
    max-width: 78px;
  }
}
.bl_MV_pic__03 {
  top: 3.5%;
  left: 56%;
  width: 21%;
  max-width: 124px;
}
@media screen and (max-width: 768px) {
  .bl_MV_pic__03 {
    top: 8%;
    left: 77%;
    width: 21%;
    max-width: 63px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_MV_pic__03 {
    top: 8%;
    left: 77%;
    width: 21%;
    max-width: 100px;
  }
}
.bl_MV_pic__04 {
  top: 47%;
  left: 81%;
  width: 18%;
  max-width: 118px;
}
@media screen and (max-width: 768px) {
  .bl_MV_pic__04 {
    top: 32%;
    left: 93%;
    width: 18%;
    max-width: 81px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_MV_pic__04 {
    top: 32%;
    left: 91%;
    width: 18%;
    max-width: 94px;
  }
}
.bl_MV_pic__05 {
  top: 12%;
  left: 78%;
  width: 11%;
  max-width: 70px;
}
@media screen and (max-width: 768px) {
  .bl_MV_pic__05 {
    top: 58%;
    left: 89%;
    width: 11%;
    max-width: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_MV_pic__05 {
    top: 58%;
    left: 90%;
    width: 11%;
    max-width: 56px;
  }
}
.bl_MV_pic__06 {
  top: 72%;
  left: 69%;
  width: 21%;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .bl_MV_pic__06 {
    top: 75%;
    left: 74%;
    width: 21%;
    max-width: 95px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_MV_pic__06 {
    top: 75%;
    left: 73%;
    width: 21%;
    max-width: 96px;
  }
}
.bl_MV_pic__07 {
  top: 72%;
  left: 26%;
  width: 21%;
  max-width: 133px;
}
@media screen and (max-width: 768px) {
  .bl_MV_pic__07 {
    top: 79%;
    left: 37%;
    width: 21%;
    max-width: 95px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_MV_pic__07 {
    top: 79%;
    left: 35%;
    width: 21%;
    max-width: 106px;
  }
}
.bl_MV_pic__08 {
  top: 77.5%;
  left: 49%;
  width: 13%;
  max-width: 82px;
}
@media screen and (max-width: 768px) {
  .bl_MV_pic__08 {
    top: 77%;
    left: 3%;
    width: 13%;
    max-width: 58px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_MV_pic__08 {
    top: 77%;
    left: 5%;
    width: 13%;
    max-width: 65px;
  }
}
.bl_MV_pic__09 {
  position: absolute;
  top: 59%;
  right: 79.2%;
  width: 19%;
  max-width: 110px;
}
@media screen and (max-width: 768px) {
  .bl_MV_pic__09 {
    top: 42%;
    right: 84%;
    width: 19%;
    max-width: 72px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_MV_pic__09 {
    top: 42%;
    right: 84%;
    width: 19%;
    max-width: 88px;
  }
}
.bl_MV_pic__10 {
  top: 1%;
  right: 93%;
  width: 118px;
}
.bl_MV_pic__11 {
  top: 2%;
  left: 92%;
  width: 133px;
}
.bl_MV_pic__12 {
  top: 37%;
  left: 95%;
  width: 56px;
}
.bl_MV_pic__13 {
  top: 71%;
  left: 89%;
  width: 84px;
}
.bl_MV_pic__14 {
  top: 80%;
  left: 5%;
  width: 71px;
}
.bl_MV_pic__15 {
  top: 42%;
  left: 2.5%;
  width: 120px;
}

.bl_action_linkArea {
  display: block;
  padding-bottom: 24px;
  background: #000D5B;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl_action_linkArea {
    padding-bottom: 20px;
  }
}
.bl_action_linkArea::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  /* 【変更部分】inifiniteによりずっと続ける */
  -webkit-animation: shine 3s infinite;
          animation: shine 3s infinite;
}
@-webkit-keyframes shine {
  60% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shine {
  60% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/*
===========================
SERVICE
===========================
*/
@media screen and (max-width: 768px) {
  .bl_service .bl_cardUnit .bl_card {
    margin-top: 80px;
  }
}
.bl_service .bl_cardUnit .bl_card:not(:nth-of-type(2)) {
  margin-top: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_service .bl_cardUnit .bl_card:not(:nth-of-type(2)) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .bl_service .bl_cardUnit .bl_card:not(:nth-of-type(2)) {
    margin-top: 80px;
  }
}
.bl_service .bl_cardUnit .bl_card:nth-of-type(2n + 1) {
  position: relative;
  top: -175px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_service .bl_cardUnit .bl_card:nth-of-type(2n + 1) {
    top: -200px;
  }
}
@media screen and (max-width: 768px) {
  .bl_service .bl_cardUnit .bl_card:nth-of-type(2n + 1) {
    top: 0;
  }
}

.bl_service_heading {
  position: relative;
  font-weight: 700;
  margin-top: 19px;
  font-size: 24px;
  top: -9px;
}
@media screen and (max-width: 768px) {
  .bl_service_heading {
    top: 0;
    font-size: 1.8rem;
    margin-top: 6px;
    letter-spacing: 0.05rem;
  }
}

.bl_service_ttlImg {
  position: relative;
  width: 395px;
}
@media screen and (max-width: 768px) {
  .bl_service_ttlImg {
    width: 290px;
    left: -3px;
  }
}

.bl_service_desc.bl_card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bl_cardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bl_cardUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

.bl_service_lead {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.333333%;
          flex: 0 1 46.333333%;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .bl_service_lead {
    max-width: 450px;
    padding-top: 0;
  }
}
.bl_service_lead p {
  position: relative;
  line-height: 1.875;
  letter-spacing: 0.11rem;
  line-height: 1.875;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .bl_service_lead p {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.06rem;
    left: -2px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_service_lead p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

/*
===========================
movie
===========================
*/
.bl_movie {
  position: relative;
  margin-top: 163px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_movie {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .bl_movie {
    margin-top: 186px;
  }
}
.bl_movie .el_lv2Heading {
  font-weight: 700;
  margin-top: 21px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .bl_movie .el_lv2Heading {
    font-weight: 700;
    margin-top: 14px;
    margin-left: 0px;
    letter-spacing: 0.02rem;
  }
}

.bl_movei_ttlImg {
  width: 317px;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  .bl_movei_ttlImg {
    width: 230px;
  }
}

.bl_movie_BG {
  position: absolute;
  top: -95px;
  left: 0;
  width: 100%;
  height: 480px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #FAFAFF), color-stop(60%, transparent));
  background-image: linear-gradient(to right, #FAFAFF 60%, transparent 60%);
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_movie_BG {
    top: -54px;
  }
}
@media screen and (max-width: 768px) {
  .bl_movie_BG {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #FAFAFF), to(#FAFAFF));
    background-image: linear-gradient(to right, #FAFAFF 100%, #FAFAFF);
    height: 430px;
    top: -80px;
  }
}

.bl_movie_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bl_movie_cont {
    display: block;
  }
}

.bl_movie_txt {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .bl_movie_txt {
    width: 100%;
  }
}

.bl_movie_embed {
  max-width: 680px;
  width: 100%;
  position: relative;
  top: 54px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_movie_embed {
    top: 84px;
  }
}

.iframe_wrapper {
  position: relative;
  width: 100%;
}

.iframe_wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 高さ÷横幅×100 */
}

.iframe_wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bl_movie_lead {
  margin-top: 44px;
  line-height: 1.875;
  padding: 0 16px 0 0;
  letter-spacing: 0.095rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_movie_lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .bl_movie_lead {
    margin-top: 28px;
    padding-left: 0;
    letter-spacing: 0.07rem;
    font-size: 13px;
  }
}

/*
===========================
CLIENT
===========================
*/
.bl_client .el_lv2Heading {
  font-weight: 700;
  margin-top: 21px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .bl_client .el_lv2Heading {
    margin-top: 13px;
    margin-left: 0;
  }
}

.bl_client_ttlImg {
  width: 341px;
}
@media screen and (max-width: 768px) {
  .bl_client_ttlImg {
    width: 251px;
    height: 57px;
    left: 0;
  }
}

.bl_clientttlImg {
  width: 247px;
  height: 52px;
}

.bl_client_lead {
  margin-top: 26px;
  line-height: 1.875;
  padding-left: 4px;
  letter-spacing: 0.097rem;
}
@media screen and (max-width: 768px) {
  .bl_client_lead {
    font-size: 13px;
    padding-left: 0;
    letter-spacing: 0.06rem;
    line-height: 2;
  }
}

.bl_client_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .bl_client_cont {
    display: block;
    margin-top: 39px;
  }
}

.bl_client_listCard {
  width: 47.1666%;
  padding: 36px 46px;
  -webkit-box-shadow: 0 0 20.5px rgba(0, 13, 91, 0.06);
          box-shadow: 0 0 20.5px rgba(0, 13, 91, 0.06);
  max-width: 566px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .bl_client_listCard {
    width: 100%;
    padding: 22px;
    margin-top: 20px;
    line-height: 1.8333;
  }
  .bl_client_listCard:first-child {
    margin-top: 0;
  }
}

.bl_client_list {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .bl_client_list {
    margin-top: 8px;
    margin-top: 3px;
  }
}

.bl_client_company {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .bl_client_company {
    font-size: 12px;
  }
}

.bl_client_attention {
  margin-top: 14px;
  font-size: 11px;
  text-align: right;
  opacity: 0.4;
  position: relative;
  left: 9px;
  letter-spacing: 0.025rem;
}
@media screen and (max-width: 768px) {
  .bl_client_attention {
    font-size: 10px;
    margin-top: 7px;
    padding-right: 4px;
  }
}

.bl_client_contHeading {
  font-size: 20px;
  font-weight: 500;
  color: #000D5B;
}
@media screen and (max-width: 768px) {
  .bl_client_contHeading {
    font-size: 16px;
  }
}

.bl_client_company {
  line-height: 1.857;
  letter-spacing: 0.08rem;
}

/*
===========================
CTAエリア
===========================
*/
.bl_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 630px;
  background: url(/image/bg-cta.jpg) no-repeat center center/cover;
  margin-top: 112px;
}
@media screen and (max-width: 768px) {
  .bl_cta {
    margin-top: 60px;
    height: 476px;
    background-position: left 40%;
  }
}

.bl_cta_box {
  max-width: 1050px;
  width: 87.5%;
  background: rgba(255, 255, 255, 0.86);
  padding-top: 46px;
  padding-bottom: 46px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl_cta_box {
    width: 83.3%;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.bl_cta_box::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.86);
}

.bl_cta_ttl {
  max-width: 100%;
  width: 450px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: #000D5B;
  border-radius: 20px;
  font-size: 18px;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 768px) {
  .bl_cta_ttl {
    width: 270px;
    height: 34px;
    font-size: 12px;
  }
}

.bl_ctattl_inner {
  position: relative;
  letter-spacing: 0.1rem;
}

.bl_cta_txt1 {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .bl_cta_txt1 {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.3;
  }
}

.bl_cta_txt2 {
  color: #000D5B;
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  margin-top: -5px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1;
  letter-spacing: 0.23rem;
}
@media screen and (max-width: 768px) {
  .bl_cta_txt2 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.bl_cta_txt2 .bl_cta_strong {
  font-size: 51px;
  letter-spacing: 0.1rem;
  display: inline-block;
  position: relative;
  left: 3px;
}
@media screen and (max-width: 768px) {
  .bl_cta_txt2 .bl_cta_strong {
    font-size: 32px;
  }
}
.bl_cta_txt2 .bl_cta_strongAfter {
  display: inline-block;
  position: relative;
  left: 5px;
}

.bl_cta_txt3 {
  position: relative;
  color: #000D5B;
  display: inline-block;
  font-size: 32px;
  margin-top: -2px;
  font-weight: 700;
  letter-spacing: 0.23rem;
}
@media screen and (max-width: 768px) {
  .bl_cta_txt3 {
    font-size: 24px;
    letter-spacing: 0.13rem;
    line-height: 1.3;
    margin-top: 0;
    left: 2px;
  }
}

.bl_cta_txt4 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  margin-top: 9px;
  left: 5px;
  letter-spacing: 0.11rem;
}
.bl_cta_txt4 span {
  color: #1E2673;
}
.bl_cta_txt4::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 27px;
  background: #333333;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
  top: 7px;
  left: -19px;
}
@media screen and (max-width: 768px) {
  .bl_cta_txt4::before {
    width: 1px;
    height: 16px;
    top: 6px;
    left: -8px;
  }
}
.bl_cta_txt4::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 27px;
  background: #333333;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
  top: 7px;
  right: -11px;
}
@media screen and (max-width: 768px) {
  .bl_cta_txt4::after {
    width: 1px;
    height: 16px;
    top: 6px;
    left: 248px;
  }
}
@media screen and (max-width: 768px) {
  .bl_cta_txt4 {
    font-weight: 700;
    font-size: 13px;
    margin-top: 13px;
    display: inline-block;
    left: 1px;
    letter-spacing: -0.02rem;
  }
}

.bl_ctaBtn {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .bl_ctaBtn {
    margin-top: 6px;
  }
}

.el_btn_lgYellow {
  font-size: 20px;
  font-weight: 700;
  width: 500px;
  height: 72px;
  max-width: 100%;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .el_btn_lgYellow {
    width: 256px;
    height: 50px;
    font-size: 13px;
  }
}
.el_btn_lgYellow::after {
  background: #FFDE81;
  top: 6px;
  left: 6px;
}
@media screen and (max-width: 768px) {
  .el_btn_lgYellow::after {
    top: 4px;
    left: 4px;
  }
}

.bl_cta_limited {
  z-index: 1;
  position: relative;
}

.bl_cta_circle {
  display: block;
  width: 88px;
  height: 88px;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 50%;
  position: absolute;
  top: 80px;
  left: 202px;
  line-height: 1;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .bl_cta_circle {
    width: 46px;
    height: 46px;
    top: 78px;
    left: 10px;
  }
}
.bl_cta_circle::after {
  display: block;
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  background: #FFDE81;
  border-radius: 50%;
  z-index: 1;
  top: 2px;
  left: 2px;
}

.bl_cta_circleTxt {
  position: absolute;
  top: 19px;
  left: 24px;
  font-size: 18px;
  line-height: 1.22;
}
@media screen and (max-width: 768px) {
  .bl_cta_circleTxt {
    font-size: 11px;
  }
}

.bl_cta_yellowCircleSp {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 80px;
  left: 11px;
}

.bl_btn_layoutWrapper {
  position: relative;
  display: inline-block;
}

.bl_wCircle {
  position: absolute;
  z-index: 1;
  width: 88px;
  height: 88px;
  top: -6px;
  left: -107px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_wCircle {
    top: 16px;
    left: -103px;
  }
}
@media screen and (max-width: 768px) {
  .bl_wCircle {
    width: 46px;
    height: 46px;
    top: 14px;
    left: -57px;
  }
}

.bl_wCircle_outline {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #333333;
  border-radius: 50%;
  background: transparent;
  z-index: 3;
}

.bl_wCircle_BG {
  top: 3px;
  left: 3px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFDE81;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bl_wCircle_BG {
    top: 2px;
    left: 2px;
  }
}

.bl_wCircle_txt {
  position: absolute;
  top: 26px;
  left: 16px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl_wCircle_txt {
    font-size: 11px;
    top: 12px;
    left: -1px;
  }
}

.bl_wCircle_txt1 {
  display: block;
  text-align: center;
  width: 50px;
  position: absolute;
  top: -10px;
  left: 2px;
}
@media screen and (max-width: 768px) {
  .bl_wCircle_txt1 {
    top: -7px;
    left: -2px;
  }
}

.bl_wCircle_txt2 {
  display: inline-block;
  text-align: center;
  width: 50px;
  position: absolute;
  top: 10px;
  left: 2px;
}
@media screen and (max-width: 768px) {
  .bl_wCircle_txt2 {
    top: 5px;
    left: -2px;
  }
}

.font_marker {
  position: relative;
}
.font_marker::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -4px;
  width: 248px;
  height: 15px;
  background: #FFE6A0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .font_marker::before {
    left: 8px;
    bottom: -3px;
    width: 149px;
    height: 9px;
  }
}

/*
===========================
コンタクト
===========================
*/
.bl_contact {
  width: 100%;
  background: #000D5B;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  padding: 86px 0;
}
@media screen and (max-width: 768px) {
  .bl_contact {
    font-size: 16px;
    padding: 60px 0;
  }
}

.bl_blueRibbon {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  width: 608px;
  max-width: 100%;
  height: 65px;
  background: url(/image/blueribbon.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .bl_blueRibbon {
    max-width: 90%;
    font-size: 13px;
    left: 6px;
    top: 1px;
    width: 382px;
    height: 44px;
    background: url(/image/blueribon-sp.png) no-repeat center/contain;
  }
}

.bl_blueRibbon_txt {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 87px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .bl_blueRibbon_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: 0.083rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

.bl_contact_emailWrapper {
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  max-width: 100%;
  width: 627px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .bl_contact_emailWrapper {
    display: block;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_contact_emailWrapper {
    display: block;
  }
}

.bl_contact_office {
  display: inline-block;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  .bl_contact_office {
    letter-spacing: 0.13rem;
  }
}

.bl_contact_email {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  line-height: 1.1;
  letter-spacing: 0.115rem;
}
@media screen and (max-width: 768px) {
  .bl_contact_email {
    letter-spacing: 0.095rem;
  }
}

/*
===========================
フッター
===========================
*/
.ly_footer {
  background: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ly_footer {
    padding-top: 58px;
    height: 366px;
  }
}
.ly_footer .bl_footer_nav {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .ly_footer .bl_footer_nav {
    margin-top: 36px;
  }
}
.ly_footer .bl_footer_rights {
  margin-top: 102px;
}
@media screen and (max-width: 768px) {
  .ly_footer .bl_footer_rights {
    margin-top: 68px;
  }
}

.bl_footer_logo {
  width: 262px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .bl_footer_logo {
    width: 212px;
  }
}

.bl_footer_nav {
  position: relative;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  text-shadow: 2px 2px 0 #DDD9EA;
  width: 437px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .bl_footer_nav {
    display: block;
    font-size: 13px;
  }
  .bl_footer_nav * + * {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bl_footer_nav * + * {
    margin-top: 11px;
  }
}

.uq_footerNavLink_product {
  letter-spacing: 0.23rem;
}

.uq_footerNavLink_movie {
  letter-spacing: 0.15rem;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .uq_footerNavLink_movie {
    margin-left: 4px;
  }
}

.uq_footerNavLink_contact {
  letter-spacing: 0.16rem;
}

.bl_footer_rights {
  display: inline-block;
  font-size: 11px;
  color: #000D5B;
  opacity: 0.4;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 768px) {
  .bl_footer_rights {
    font-size: 10px;
    letter-spacing: 0.08rem;
  }
}