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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

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

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

.ly-pageheader-inner, .ly-news-inner, .ly-sect-inner, .ly-footer-inner {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-mainv-body, .ly-lead-inner, .bl-structure-body-wrapper {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-pageheader, .ly-mainv, .ly-news, .ly-lead, .ly-breadcrumb, .ly-pageHeader, .ly-main, .ly-localnav, .ly-sect, .bl-edit-link, .ly-header-nav {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .ly-pageheader, .ly-mainv, .ly-news, .ly-lead, .ly-breadcrumb, .ly-pageHeader, .ly-main, .ly-localnav, .ly-sect, .bl-edit-link, .ly-header-nav {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.ly-pageHeader-inner, .ly-main-inner, .ly-localnav-inner, .bl-edit-link-inner {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-localnav-item > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #921D56;
  transform: translateY(-50%);
  content: "";
  transition: border 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-localnav-item > a > a {
  position: relative;
  color: #333;
  transition: color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}

html,
body {
  width: 100%;
  min-width: 1180px;
  overscroll-behavior-y: none;
}
@media screen and (max-width: 600px) {
  html,
body {
    min-width: initial;
    min-width: auto;
  }
}

html,
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 2;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: #921D56;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h1 {
  font-size: 3.8rem;
  line-height: 1.4;
}

h2 {
  margin: 2em 0 1em;
  font-size: 3.4rem;
  line-height: 1.4;
}

h3 {
  margin: 2em 0 1em;
  font-size: 2.2rem;
  line-height: 1.4;
}

p {
  margin: 0 0 1.5em;
}

ul {
  padding-left: 0;
}

li {
  list-style: none outside none;
}

hr {
  margin: 45px 0;
  border: none;
  border-top: 1px solid #CBCBCB;
}

article img {
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

sup,
sub {
  font-size: 1rem;
}

figure {
  margin: 0 0 1.5em;
}

.sp-view {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .sp-view {
    display: block !important;
  }
}

.tb-view {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .tb-view {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .pc-view {
    display: none !important;
  }
}

.hp-taR {
  text-align: right !important;
}

.hp-taL {
  text-align: left !important;
}

.hp-taC {
  text-align: center !important;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ly-main img {
  max-width: 100%;
  height: auto;
}

.el-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 210px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  color: #4d4d4d;
  font-size: 1.4rem;
  line-height: 3.2;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #4d4d4d;
  content: "";
  transition: border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn:hover {
  color: #fff;
  background: #921D56;
  border-color: #921D56;
  text-decoration: none;
}
.el-btn:hover:before {
  border-color: transparent transparent transparent #fff;
}
.el-btn.el-btn-primary:before {
  border-color: transparent transparent transparent #fff;
}
.el-btn.el-btn-primary:hover:before {
  border-color: transparent transparent transparent #921D56;
}
@media screen and (max-width: 600px) {
  .el-btn {
    max-width: 180px;
    font-size: 1.3rem;
  }
}
.el-btn--cWht {
  background: transparent;
  border-color: #FFF;
  color: #fff;
}
.el-btn--cWht:before {
  border-color: transparent transparent transparent #FFF;
}
.el-btn--cWht:hover {
  border-color: #921D56;
}
.el-btn--window:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  margin-left: 8px;
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn--window:hover:after {
  background-image: url(../images/icon/icon_window_w.svg);
}
.el-btn--window.el-btn-primary:after {
  background-color: #FFF;
}
.el-btn--window.el-btn-primary:hover:after {
  background-color: #921D56;
}
.el-btn--window.el-btn--sm:after {
  width: 11px;
  height: 11px;
  margin-left: 3px;
}

.el-link {
  position: relative;
  display: inline-block;
  color: #921D56;
  font-weight: bold;
}
.el-link:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #921D56;
  border-right: 1px solid #921D56;
  box-sizing: border-box;
  margin-right: 10px;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}

.el-heading {
  position: relative;
  margin: 2.5em 0 1.5em;
  padding-bottom: 20px;
  box-sizing: border-box;
  color: #344565;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.el-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  background: #344565;
  transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 600px) {
  .el-heading {
    font-size: 2.4rem;
  }
}
.el-heading:first-child {
  margin-top: 0;
}
.el-heading > span {
  display: block;
}
.el-heading > span.cap {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}
.el-heading > span.el-heading-sub {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-heading > span.el-heading-sub {
    font-size: 1.6rem;
  }
}
.el-heading-lv2 {
  position: relative;
  margin: 2.5em 0 1.5em;
  padding-bottom: 11px;
  border-bottom: 3px solid #921D56;
  box-sizing: border-box;
  color: #333;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media screen and (max-width: 600px) {
  .el-heading-lv2 {
    font-size: 2.2rem;
  }
}
.el-heading-lv2:first-child {
  margin-top: 0;
}
.el-heading-lv2 .item-sub {
  font-size: 1.8rem;
}
.el-heading-lv2--cWht {
  color: #fff;
}
.el-heading-lv2--sm {
  margin: 3.25em 0 1.5em;
  padding-bottom: 8px;
  border-width: 1px;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .el-heading-lv2--sm {
    font-size: 2.2rem;
  }
}
.el-heading-lv3 {
  position: relative;
  margin: 2.5em 0 1.25em;
  box-sizing: border-box;
  color: #921D56;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3 {
    font-size: 1.9rem;
  }
}
.el-heading-lv3--sm {
  font-size: 2rem;
  color: #333;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3--sm {
    font-size: 1.9rem;
  }
}
.el-heading-lv4 {
  margin: 2em 0 1.5em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .el-heading-lv4 {
    font-size: 1.6rem;
  }
}

.el-pageHeading {
  margin: 0;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.utility .el-pageHeading {
  color: #333;
}
@media screen and (max-width: 600px) {
  .el-pageHeading {
    font-size: 2.6rem;
  }
}
.el-pageHeading-sub {
  display: none;
  color: #fff;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-pageHeading-sub {
    display: block;
  }
}
.el-pageHeading-sub--pcView {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .el-pageHeading-sub--pcView {
    font-weight: 500;
  }
}
.el-pageHeading-catchcopy {
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .el-pageHeading-catchcopy {
    margin-top: 3px;
    font-size: 1.3rem;
  }
}

.el-postHeading {
  margin: 0 0 25px;
  color: #333;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .el-postHeading {
    font-size: 2.2rem;
  }
}

.el-lead {
  margin-bottom: 50px;
}
.el-lead--cWht {
  color: #fff;
}

.el-caption {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .el-caption {
    font-size: 1.2rem;
  }
}
.el-caption--cGry {
  color: #808080;
}

.el-notes {
  padding-left: 1em;
  text-indent: -1em;
}

.el-em {
  font-size: 2rem;
}

.el-strong {
  color: #921D56;
  font-weight: normal;
}

.el-label {
  display: inline-block;
  min-width: 85px;
  margin: 0 20px 0 0;
  padding: 0 10px 1px;
  background: #3e3a39;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
.el-label:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .el-label {
    min-width: 90px;
    margin-right: 15px;
    font-size: 1.1rem;
  }
}
.el-label--sm {
  margin: 2px 0 2px 15px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.el-icon-window:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.el-icon-popup:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_popup.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.el-icon-file-pdf:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.el-icon-file-pdf--sm:before {
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-right: 3px;
}
.el-icon-file-excel:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_excel.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.el-icon-arrow-circle {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.el-icon-arrow-circle:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #921D56;
  content: "";
}
.el-icon-arrow-circle:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #FFF;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(5px);
}

.el-googlemap {
  position: relative;
  padding-top: 340px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .el-googlemap {
    padding-top: 260px;
  }
}
.el-googlemap > iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
}

.grid2 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid2 {
    display: block;
  }
}
.grid2 > .col {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid2 > .col {
    width: 100%;
  }
}

.grid3 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid3 {
    display: block;
  }
}
.grid3 > .col {
  width: 33.333%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid3 > .col {
    width: 100%;
  }
}
.grid3 > .col_multi2 {
  width: 66.666%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid3 > .col_multi2 {
    width: 100%;
  }
}

.grid4 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid4 {
    display: block;
  }
}
.grid4 > .col {
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid4 > .col {
    width: 100%;
  }
}
.grid4 > .col_multi3 {
  width: 75%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid4 > .col_multi3 {
    width: 100%;
  }
}

.grid5 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid5 {
    display: block;
  }
}
.grid5 > .col {
  width: 20%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid5 > .col {
    width: 100%;
  }
}

.grid2 {
  margin-right: -40px;
  margin-left: -40px;
}
.grid2.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2 .col {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .grid2 .col {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid2--mMd {
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (max-width: 600px) {
  .grid2--mMd {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2--mMd .col,
.grid2--mMd .col_multi2 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .grid2--mMd .col,
.grid2--mMd .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid2--mSm {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .grid2--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2--mSm .col {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .grid2--mSm .col {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid3 {
  margin-right: -35px;
  margin-left: -35px;
}
.grid3.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid3 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid3 .col,
.grid3 .col_multi2 {
  padding-right: 35px;
  padding-left: 35px;
}
@media screen and (max-width: 600px) {
  .grid3 .col,
.grid3 .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid3--mMd {
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (max-width: 600px) {
  .grid3--mMd {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid3--mMd .col,
.grid3--mMd .col_multi2 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .grid3--mMd .col,
.grid3--mMd .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid3--mSm {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .grid3--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid3--mSm .col,
.grid3--mSm .col_multi2 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .grid3--mSm .col,
.grid3--mSm .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid4 {
  margin-right: -25px;
  margin-left: -25px;
}
.grid4.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid4 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid4 .col,
.grid4 .col_multi2,
.grid4 .col_multi3 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .grid4 .col,
.grid4 .col_multi2,
.grid4 .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid4--mSm {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .grid4--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid4--mSm .col,
.grid4--mSm .col_multi2,
.grid4--mSm .col_multi3 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .grid4--mSm .col,
.grid4--mSm .col_multi2,
.grid4--mSm .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid5 {
  margin-right: -15px;
  margin-left: -15px;
}
.grid5.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid5 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid5 .col {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .grid5 .col {
    padding-right: 0;
    padding-left: 0;
  }
}

.col img,
.col_multi2 img,
.col_multi3 img {
  width: 100%;
  height: auto;
}

.bl-column {
  display: flex;
}
@media screen and (max-width: 600px) {
  .bl-column {
    display: block;
  }
}
.bl-column-main {
  width: 62%;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-column-main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.5em;
    padding-left: 0;
  }
}
.bl-column-sub {
  width: 38%;
}
@media screen and (max-width: 600px) {
  .bl-column-sub {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.bl-notes {
  margin: 0 0 1.5em;
}
.bl-notes:last-child {
  margin-bottom: 0;
}
.bl-notes > span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.bl-notes--num > span {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.bl-table-scroll {
  margin-bottom: 1.5em;
}
.bl-table-scroll:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .bl-table-scroll-inner {
    display: inline-block;
    width: 700px;
    white-space: normal;
  }
}

table {
  width: 100%;
  margin: 1.5em 0;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 600px) {
  table {
    font-size: 1.4rem;
  }
}
table:last-child {
  margin-bottom: 0;
}
table th,
table td {
  padding: 12px 20px;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 600px) {
  table th,
table td {
    padding: 10px;
  }
}
table th {
  width: 260px;
  background: #f7f7f7;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  table th {
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  table th {
    width: 120px;
  }
}
table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
  .bl-table--vert {
    display: block;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert thead,
.bl-table--vert tbody,
.bl-table--vert tr {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert th {
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid #CBCBCB;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert td {
    display: block;
    border: 0;
    border-top: 1px solid #CBCBCB;
  }
}
.bl-table--sm {
  font-size: 1.3rem;
}
.bl-table--sm th,
.bl-table--sm td {
  padding: 8px 15px;
}
.bl-table--sm thead th {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.2rem;
}

.bl-dl-row {
  margin: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.bl-dl-row > dt {
  float: left;
  width: 130px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-weight: 500;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dt {
    float: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.bl-dl-row > dd {
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 130px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}
.bl-dl-row--long > dt {
  width: 250px;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--long > dt {
    width: 100%;
  }
}
.bl-dl-row--long > dd {
  padding-left: 250px;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--long > dd {
    padding-left: 0;
  }
}

.bl-list-disc {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.bl-list-disc:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
.bl-list-disc > li:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 1px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  content: "";
}
.bl-list-disc--row > li {
  display: inline-block;
  margin-right: 40px;
}
.bl-list-disc--row > li:last-child {
  margin-right: 0;
}
.bl-list-disc--liMb0 {
  margin-bottom: 1em;
}
.bl-list-disc--liMb0:last-child {
  margin-bottom: 0;
}
.bl-list-disc--liMb0 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-list-disc--liMb0 > li > br {
    display: none;
  }
}
.bl-list-disc--bd {
  border-bottom: 1px solid #CBCBCB;
}
.bl-list-disc--bd > li {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CBCBCB;
}
.bl-list-disc--bd > li:before {
  top: 25px;
  transform: translateY(-50%);
}

.bl-list-num {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-left: 0;
  counter-reset: num;
}
.bl-list-num > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2em;
  counter-increment: num;
}
.bl-list-num > li:last-child {
  margin-bottom: 0;
}
.bl-list-num > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  border-radius: 50%;
  content: counter(num) ".";
}
.bl-list-num--liMb0:last-child {
  margin-bottom: 0;
}
.bl-list-num--liMb0 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-list-num--liMb0 > li > br {
    display: none;
  }
}

.bl-card {
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
}
.bl-card > .col {
  padding-right: 15px;
  padding-left: 15px;
}
.bl-card-item {
  margin-bottom: 30px;
}
.bl-card-fig {
  margin-bottom: 15px;
}
.bl-card-fig > span {
  display: block;
  width: 100%;
  max-width: 153px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .bl-card-fig > span {
    max-width: 120px;
  }
}
.bl-card--sm .bl-card-fig > span {
  max-width: 87px;
}
.bl-card-title {
  margin: 0 0 0.5em;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
.bl-card--sm .bl-card-title {
  font-size: 1.6rem;
}
.bl-card-title--cOrn {
  color: #3e3a39;
}
.bl-card-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-card-txt > br {
    display: none;
  }
}
.bl-card--sm .bl-card-txt {
  font-size: 1.3rem;
}

.bl-btns {
  display: flex;
  margin: 30px -10px;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .bl-btns {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-btns-item {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-btns-item {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}

.bl-box {
  margin: 3em 0;
  padding: 35px 40px;
  background: #f7f7f7;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .bl-box {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 20px;
  }
}
.bl-box > p {
  margin: 0 0 1em;
}
.bl-box > p:last-child {
  margin-bottom: 0;
}
.bl-box img {
  max-width: 100%;
  height: auto;
}

.bl-box-notes {
  margin: 40px 0;
  padding: 40px 50px;
  background: #F6EDF1;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-box-notes {
    padding: 20px;
  }
}
.bl-box-notes > .title {
  margin-bottom: 0.75em;
  font-size: 2rem;
  line-height: 1.4;
  color: #921D56;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-box-notes > .title {
    font-size: 1.8rem;
  }
}

.bl-box-bd {
  margin: 20px 0 50px;
  padding: 40px 50px;
  border: 1px solid #921D56;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-box-bd {
    padding: 20px;
  }
}
.bl-box-bd > .title {
  margin-bottom: 0.75em;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
.bl-box-bd > .link {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .bl-box-bd > .link {
    font-size: 1.6rem;
    text-align: left;
  }
}
.bl-box-bd > .link > a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
.bl-box-bd > .link > a::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #921D56;
  border-right: 1px solid #921D56;
  box-sizing: border-box;
  transform: rotate(45deg);
  content: "";
}

@media screen and (max-width: 600px) {
  .bl-figbox {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .bl-figbox img {
    max-width: 200px;
  }
}

.bl-video {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bl-video > video {
  display: block;
  width: 100%;
  height: auto;
}
.bl-video-cap {
  margin: 30px 0 0;
  text-align: center;
}
.bl-video-cap > span {
  font-weight: 700;
}
.bl-video-wrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .bl-video-wrapper {
    margin-bottom: 50px;
  }
}

select {
  position: relative;
  width: 100%;
  padding: 12px 15px;
  border-radius: 3px;
  box-sizing: border-box;
  z-index: 2;
  color: #333;
}
select ::-ms-expand {
  display: none;
}

input[type=submit] {
  width: 200px;
  padding: 15px;
  background: #921D56;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.7rem;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
input[type=submit]:hover {
  opacity: 0.5;
}
input[type=submit].t-size-full {
  width: 100%;
}
input[type=submit][disabled] {
  background: #cccccc;
  cursor: pointer !important;
}
input[type=submit][disabled]:hover {
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
  width: 100%;
  max-width: 600px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #FFF;
  border-radius: 3px;
  line-height: 1.4;
  box-sizing: border-box;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder {
  color: #333;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder {
  color: #333;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder {
  color: #333;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder {
  color: #333;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder {
  color: #333;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder {
  color: #333;
}
input[type=text].item-zipcode,
input[type=email].item-zipcode,
input[type=tel].item-zipcode,
input[type=date].item-zipcode {
  max-width: 220px;
}

label.item-inputType-text > span {
  display: block;
  margin-bottom: 0.25em;
}
label.item-email {
  display: block;
  margin-top: 0.5em;
}
label.item-email:first-child {
  margin-top: 0;
}
label.item-address {
  display: block;
  margin-bottom: 0.5em;
}
label.item-address:last-child {
  margin-bottom: 0;
}

textarea {
  width: 100%;
  max-width: 600px;
  height: 12.8em;
  line-height: 1.3;
  padding: 12px 15px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.6;
  box-sizing: border-box;
}
textarea::-webkit-input-placeholder {
  color: #333;
}
textarea::-moz-placeholder {
  color: #333;
}
textarea:-ms-input-placeholder {
  color: #333;
}
textarea::-ms-input-placeholder {
  color: #333;
}
textarea::placeholder {
  color: #333;
}
textarea:-ms-input-placeholder {
  color: #333;
}
textarea.form-date {
  height: 6em;
}

span[class^=filename-] {
  display: block;
  box-sizing: border-box;
  margin-left: 15px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}

.bl-select-wrapper {
  position: relative;
  width: 220px;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.bl-select-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 100%;
  border-left: 1px solid #ccc;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  box-sizing: border-box;
  background: #FFF;
  content: "";
  z-index: 1;
}
.bl-select-wrapper:after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-70%) rotate(135deg);
  content: "";
  z-index: 1;
}

.type-radio label {
  display: inline-block;
  margin-right: 15px;
  line-height: 1.75;
}
.type-radio label:hover {
  cursor: pointer;
}
.type-radio label > span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.type-radio label > span:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}
.type-radio label input[type=radio] {
  display: none;
}
.type-radio label input[type=radio]:checked + span:after {
  position: absolute;
  top: 9px;
  left: 4px;
  display: block;
  width: 9px;
  height: 9px;
  background: #921D56;
  border-radius: 50%;
  content: "";
}
.type-radio label input[type=radio]:checked + input[type=hidden] + span:after {
  position: absolute;
  top: 9px;
  left: 4px;
  display: block;
  width: 9px;
  height: 9px;
  background: #921D56;
  border-radius: 50%;
  content: "";
}
.type-radio.is-disabled label > span {
  color: #d2d7dc;
}
.type-radio.is-disabled label > span:before {
  background: #eef2f4;
  border: none;
}
.type-radio.is-disabled label input[type=radio] {
  display: none;
}
.type-radio.is-disabled label input[type=radio]:checked + span:after {
  background: none;
}
.type-radio.is-disabled label input[type=radio]:checked + input[type=hidden] + span:after {
  background: none;
}
.type-check label, span[class^="wpcf7-form-control-wrap acceptance"] label {
  display: inline-block;
  margin-right: 15px;
}
.type-check label:hover, span[class^="wpcf7-form-control-wrap acceptance"] label:hover {
  cursor: pointer;
}
.type-check label > span, span[class^="wpcf7-form-control-wrap acceptance"] label > span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.type-check label > span:before, span[class^="wpcf7-form-control-wrap acceptance"] label > span:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 3px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
}
.type-check label input[type=checkbox], span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox] {
  display: none;
}
.type-check label input[type=checkbox]:checked + span:after, span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 13px;
  left: 5px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -7px;
  border-right: 3px solid #921D56;
  border-bottom: 3px solid #921D56;
  content: "";
  transform: rotate(45deg);
}
.type-check label input[type=checkbox]:checked + input[type=hidden] + span:after, span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox]:checked + input[type=hidden] + span:after {
  position: absolute;
  top: 13px;
  left: 5px;
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -7px;
  border-right: 3px solid #921D56;
  border-bottom: 3px solid #921D56;
  content: "";
  transform: rotate(45deg);
}

.type-radio,
.type-check {
  line-height: 1.75;
}

.bl-siteSearch {
  position: relative;
}

input[type=text].el-input-txt-siteSearch {
  width: 100%;
  height: 100%;
  padding: 5px 30px 5px 30px;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: width 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  input[type=text].el-input-txt-siteSearch {
    padding: 8px 40px 8px 15px;
    opacity: 1;
    visibility: visible;
  }
}
input[type=text].el-input-txt-siteSearch::-webkit-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch::-moz-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch:-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch::-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch::placeholder {
  color: #989898;
}
.is-not-scrolled .home input[type=text].el-input-txt-siteSearch {
  border-color: #FFF;
  background-color: #FFF;
}
.is-not-scrolled.is-nav-open .home input[type=text].el-input-txt-siteSearch, .is-not-scrolled.is-change-header .home input[type=text].el-input-txt-siteSearch {
  border-color: #ccc;
  background: #FFF;
}
.is-search-open input[type=text].el-input-txt-siteSearch {
  opacity: 1;
  visibility: visible;
}

.el-input-btn-siteSearch {
  position: absolute;
  top: 0;
  right: 3px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: width 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .el-input-btn-siteSearch {
    top: 50%;
    right: 8px;
    transform: translateY(-55%);
    opacity: 1;
    visibility: visible;
  }
}
.is-search-open .el-input-btn-siteSearch {
  opacity: 1;
  visibility: visible;
}
.el-input-btn-siteSearch:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_loupe.svg) no-repeat center center/contain;
  content: "";
  transform: translate(-50%, -50%);
}

.gsc-control-cse {
  padding: 0 !important;
}

.bl-searchBox {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .bl-searchBox {
    padding: 20px;
  }
}
.bl-searchBox-inputTxt {
  display: flex;
  margin-bottom: 1em;
}
.bl-searchBox-txt {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 600px) {
  .bl-searchBox-txt {
    font-size: 1.4rem;
  }
}
.bl-searchBox-mode {
  position: relative;
}
.bl-searchBox-mode:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "検索条件：";
}
@media screen and (max-width: 600px) {
  .bl-searchBox-mode:before {
    position: static;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
.bl-searchBox-mode .type-radio-item {
  display: block;
  margin-bottom: 3px;
  padding-left: 6em;
}
.bl-searchBox-mode .type-radio-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-searchBox-mode .type-radio-item {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .bl-searchBox-mode .type-radio-item {
    font-size: 1.4rem;
  }
}

input[type=text].el-input-txt-faq {
  max-width: initial;
  max-width: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
@media screen and (max-width: 600px) {
  input[type=text].el-input-txt-faq {
    padding-right: 10px;
    padding-left: 10px;
  }
}
input[type=text].el-input-txt-faq::-webkit-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq::-moz-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq:-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq::-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq::placeholder {
  color: #989898;
}

input[type=submit].el-input-btn-faq {
  width: 100px;
  background: #989898;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  input[type=submit].el-input-btn-faq {
    width: 80px;
  }
}

.hp-mb0 {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb0 {
    margin-bottom: 0px !important;
  }
}

.hp-mb5 {
  margin-bottom: 5px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

.hp-mb10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb10 {
    margin-bottom: 10px !important;
  }
}

.hp-mb15 {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb15 {
    margin-bottom: 15px !important;
  }
}

.hp-mb20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb20 {
    margin-bottom: 20px !important;
  }
}

.hp-mb25 {
  margin-bottom: 25px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb25 {
    margin-bottom: 25px !important;
  }
}

.hp-mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb30 {
    margin-bottom: 30px !important;
  }
}

.hp-mb35 {
  margin-bottom: 35px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb35 {
    margin-bottom: 35px !important;
  }
}

.hp-mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb40 {
    margin-bottom: 40px !important;
  }
}

.hp-mb45 {
  margin-bottom: 45px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb45 {
    margin-bottom: 45px !important;
  }
}

.hp-mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

.hp-mb55 {
  margin-bottom: 55px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb55 {
    margin-bottom: 55px !important;
  }
}

.hp-mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb60 {
    margin-bottom: 60px !important;
  }
}

.hp-mb65 {
  margin-bottom: 65px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb65 {
    margin-bottom: 65px !important;
  }
}

.hp-mb70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb70 {
    margin-bottom: 70px !important;
  }
}

.hp-mb75 {
  margin-bottom: 75px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb75 {
    margin-bottom: 75px !important;
  }
}

.hp-mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb80 {
    margin-bottom: 80px !important;
  }
}

.hp-mb85 {
  margin-bottom: 85px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb85 {
    margin-bottom: 85px !important;
  }
}

.hp-mb90 {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb90 {
    margin-bottom: 90px !important;
  }
}

.hp-mb95 {
  margin-bottom: 95px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb95 {
    margin-bottom: 95px !important;
  }
}

.hp-mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb100 {
    margin-bottom: 100px !important;
  }
}

.hp-mt0 {
  margin-top: 0px !important;
}

.hp-mt5 {
  margin-top: 5px !important;
}

.hp-mt10 {
  margin-top: 10px !important;
}

.hp-mt15 {
  margin-top: 15px !important;
}

.hp-mt20 {
  margin-top: 20px !important;
}

.hp-mt25 {
  margin-top: 25px !important;
}

.hp-mt30 {
  margin-top: 30px !important;
}

.hp-mt35 {
  margin-top: 35px !important;
}

.hp-mt40 {
  margin-top: 40px !important;
}

.hp-mt45 {
  margin-top: 45px !important;
}

.hp-mt50 {
  margin-top: 50px !important;
}

.hp-mt55 {
  margin-top: 55px !important;
}

.hp-mt60 {
  margin-top: 60px !important;
}

.hp-mt65 {
  margin-top: 65px !important;
}

.hp-mt70 {
  margin-top: 70px !important;
}

.hp-mt75 {
  margin-top: 75px !important;
}

.hp-mt80 {
  margin-top: 80px !important;
}

.hp-mt85 {
  margin-top: 85px !important;
}

.hp-mt90 {
  margin-top: 90px !important;
}

.hp-mt95 {
  margin-top: 95px !important;
}

.hp-mt100 {
  margin-top: 100px !important;
}

.hp-ml0 {
  margin-left: 0px !important;
}

.hp-ml5 {
  margin-left: 5px !important;
}

.hp-ml10 {
  margin-left: 10px !important;
}

.hp-ml15 {
  margin-left: 15px !important;
}

.hp-ml20 {
  margin-left: 20px !important;
}

.hp-ml25 {
  margin-left: 25px !important;
}

.hp-ml30 {
  margin-left: 30px !important;
}

.hp-ml35 {
  margin-left: 35px !important;
}

.hp-ml40 {
  margin-left: 40px !important;
}

.hp-ml45 {
  margin-left: 45px !important;
}

.hp-ml50 {
  margin-left: 50px !important;
}

.hp-ml55 {
  margin-left: 55px !important;
}

.hp-ml60 {
  margin-left: 60px !important;
}

.hp-ml65 {
  margin-left: 65px !important;
}

.hp-ml70 {
  margin-left: 70px !important;
}

.hp-ml75 {
  margin-left: 75px !important;
}

.hp-ml80 {
  margin-left: 80px !important;
}

.hp-ml85 {
  margin-left: 85px !important;
}

.hp-ml90 {
  margin-left: 90px !important;
}

.hp-ml95 {
  margin-left: 95px !important;
}

.hp-ml100 {
  margin-left: 100px !important;
}

.hp-pb0 {
  padding-bottom: 0px !important;
}

.hp-pb5 {
  padding-bottom: 5px !important;
}

.hp-pb10 {
  padding-bottom: 10px !important;
}

.hp-pb15 {
  padding-bottom: 15px !important;
}

.hp-pb20 {
  padding-bottom: 20px !important;
}

.hp-pb25 {
  padding-bottom: 25px !important;
}

.hp-pb30 {
  padding-bottom: 30px !important;
}

.hp-pb35 {
  padding-bottom: 35px !important;
}

.hp-pb40 {
  padding-bottom: 40px !important;
}

.hp-pb45 {
  padding-bottom: 45px !important;
}

.hp-pb50 {
  padding-bottom: 50px !important;
}

.hp-pb55 {
  padding-bottom: 55px !important;
}

.hp-pb60 {
  padding-bottom: 60px !important;
}

.hp-pb65 {
  padding-bottom: 65px !important;
}

.hp-pb70 {
  padding-bottom: 70px !important;
}

.hp-pb75 {
  padding-bottom: 75px !important;
}

.hp-pb80 {
  padding-bottom: 80px !important;
}

.hp-pb85 {
  padding-bottom: 85px !important;
}

.hp-pb90 {
  padding-bottom: 90px !important;
}

.hp-pb95 {
  padding-bottom: 95px !important;
}

.hp-pb100 {
  padding-bottom: 100px !important;
}

.hp-pt0 {
  padding-top: 0px !important;
}

.hp-pt5 {
  padding-top: 5px !important;
}

.hp-pt10 {
  padding-top: 10px !important;
}

.hp-pt15 {
  padding-top: 15px !important;
}

.hp-pt20 {
  padding-top: 20px !important;
}

.hp-pt25 {
  padding-top: 25px !important;
}

.hp-pt30 {
  padding-top: 30px !important;
}

.hp-pt35 {
  padding-top: 35px !important;
}

.hp-pt40 {
  padding-top: 40px !important;
}

.hp-pt45 {
  padding-top: 45px !important;
}

.hp-pt50 {
  padding-top: 50px !important;
}

.hp-pt55 {
  padding-top: 55px !important;
}

.hp-pt60 {
  padding-top: 60px !important;
}

.hp-pt65 {
  padding-top: 65px !important;
}

.hp-pt70 {
  padding-top: 70px !important;
}

.hp-pt75 {
  padding-top: 75px !important;
}

.hp-pt80 {
  padding-top: 80px !important;
}

.hp-pt85 {
  padding-top: 85px !important;
}

.hp-pt90 {
  padding-top: 90px !important;
}

.hp-pt95 {
  padding-top: 95px !important;
}

.hp-pt100 {
  padding-top: 100px !important;
}

.hp-db {
  display: block;
}

.hp-fzSm {
  font-size: 1.4rem;
}

.hp-fzLg {
  font-size: 2rem;
}

.hp-cMain {
  color: #921D56;
}

.hp-cWht {
  color: #fff;
}

.hp-fwB {
  font-weight: 700;
}

@font-face {
  font-family: "iconasst";
  src: url("../fonts/iconasst.eot?bkvhnk");
  src: url("../fonts/iconasst.eot?bkvhnk#iefix") format("embedded-opentype"), url("../fonts/iconasst.ttf?bkvhnk") format("truetype"), url("../fonts/iconasst.woff?bkvhnk") format("woff"), url("../fonts/iconasst.svg?bkvhnk#iconasst") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconasst" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-asst-key:before {
  content: "\e915";
}

.icon-asst-arrow-b-l:before {
  content: "\e900";
}

.icon-asst-arrow-b-r:before {
  content: "\e901";
}

.icon-asst-arrow-b-top:before {
  content: "\e902";
}

.icon-asst-arrow-m-l:before {
  content: "\e903";
}

.icon-asst-arrow-m-r:before {
  content: "\e904";
}

.icon-asst-arrow-line-l:before {
  content: "\e905";
}

.icon-asst-arrow-line-r:before {
  content: "\e906";
}

.icon-asst-multiplied:before {
  content: "\e907";
}

.icon-asst-plus:before {
  content: "\e908";
}

.icon-asst-window:before {
  content: "\e909";
}

.icon-asst-loupe-line:before {
  content: "\e90a";
}

.icon-asst-loupe:before {
  content: "\e90b";
}

.icon-adobeacrobatreader:before {
  content: "\e911";
  color: #ee3f24;
}

.icon-facebook:before {
  content: "\e90c";
  color: #1877f2;
}

.icon-hatenabookmark:before {
  content: "\e90d";
  color: #00a4de;
}

.icon-instagram:before {
  content: "\e90e";
  color: #e4405f;
}

.icon-microsoftexcel:before {
  content: "\e912";
  color: #217346;
}

.icon-microsoftpowerpoint:before {
  content: "\e913";
  color: #d24726;
}

.icon-microsoftword:before {
  content: "\e914";
  color: #2b579a;
}

.icon-twitter:before {
  content: "\e90f";
  color: #1da1f2;
}

.icon-youtube:before {
  content: "\e910";
  color: #f00;
}

.ly-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1180px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.ly-modal.is-modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
}
@media screen and (max-width: 600px) {
  .ly-modal {
    width: 100vw;
    min-width: initial;
    min-width: auto;
    height: 100vh;
  }
}
.ly-modal-ol {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 0;
}
.ly-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 900px;
  height: 600px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .ly-modal-inner {
    width: calc(100vw - 40px);
    min-width: initial;
    min-width: auto;
    height: auto;
    max-height: calc(100vh - 40px);
  }
}

.bl-modal {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
.bl-modal-contents {
  padding: 60px;
}
@media screen and (max-width: 600px) {
  .bl-modal-contents {
    padding: 40px 20px 30px;
  }
}

.el-modal-closed-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .el-modal-closed-btn {
    top: 10px;
    right: 10px;
  }
}
.el-modal-closed-btn:before, .el-modal-closed-btn:after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #921D56;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  content: "";
}
.el-modal-closed-btn:before {
  transform: translateY(-50%) rotate(45deg);
}
.el-modal-closed-btn:after {
  transform: translateY(-50%) rotate(-45deg);
}

.el-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 0 40px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .el-logo {
    margin-left: 10px;
    z-index: 1;
  }
}
.el-logo > a {
  display: block;
  width: 306px;
  height: 36px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-logo > a {
    display: none;
    width: 130px;
    height: 15.2941176471px;
  }
}
.el-logo > a > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.el-siteLogo {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  transform: translateX(-50%);
}
.el-siteLogo > a {
  display: block;
  width: 139px;
  height: 53px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-siteLogo > a {
    width: 80px;
    height: 30.5035971223px;
  }
}
.el-siteLogo > a > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.el-siteLogo > a:hover {
  text-decoration: none;
}

.el-utilBtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 600px) {
  .el-utilBtn {
    display: none;
  }
}
.el-utilBtn > a {
  display: block;
  padding: 13px 20px 14px 20px;
  border: 1px solid #921D56;
  border-radius: 6px;
  font-weight: 500;
  line-height: 1.2;
  box-sizing: border-box;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-utilBtn > a::after {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 8px;
  background: url(../../../../assets/images/icon/icon_window_main.svg) no-repeat center center/cover;
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-utilBtn > a:hover {
  background: #921D56;
  color: #fff;
  text-decoration: none;
}
.el-utilBtn > a:hover::after {
  background-image: url(../../../../assets/images/icon/icon_window_w.svg);
}

.ly-header {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1180px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 5000;
}
.preload .ly-header {
  transition: none !important;
}
@media screen and (max-width: 600px) {
  .ly-header {
    position: fixed;
  }
}
.is-not-scrolled .ly-header {
  top: 0;
}
@media screen and (max-width: 600px) {
  .is-not-scrolled .ly-header {
    position: fixed;
  }
}
.is-megamenu-open .ly-header {
  box-shadow: none;
}
@media screen and (max-width: 600px) {
  .ly-header {
    top: 0;
    width: 100vw;
    min-width: initial;
    min-width: auto;
    height: 50px;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
  .is-nav-open .ly-header {
    height: 100vh;
  }
}
.ly-header-util {
  height: 80px;
}
@media screen and (max-width: 600px) {
  .ly-header-util {
    height: 50px;
    display: block;
  }
}
.ly-header-util-inner {
  position: relative;
  height: 80px;
  z-index: 5002;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .ly-header-util-inner {
    display: block;
    height: 100%;
  }
}
.ly-header-nav {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background: #3D464C;
}
@media screen and (max-width: 600px) {
  .ly-header-nav {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    padding-top: 50px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
    z-index: 0;
  }
  .is-nav-open .ly-header-nav {
    opacity: 1;
    visibility: visible;
  }
}
.ly-header-nav-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .ly-header-nav-inner {
    display: none;
    height: 100%;
    padding: 20px 20px 40px;
    overflow-y: auto;
  }
  .is-nav-open .ly-header-nav-inner {
    display: block;
  }
}

.bl-gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .bl-gnav {
    display: block;
  }
}
.bl-gnav-item {
  position: relative;
  padding: 0 25px;
}
@media screen and (max-width: 600px) {
  .bl-gnav-item {
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid #CBCBCB;
  }
}
.bl-gnav-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 35px;
  background: #d4d6d7;
  content: "";
  transform: translateY(-50%);
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-gnav-item:before {
    display: none;
  }
}
.bl-gnav-item:first-child:before {
  display: none;
}
.bl-gnav-item:last-child {
  padding-right: 0;
}
.bl-gnav-item > a {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #FFF;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a {
    padding: 15px 0;
    color: #333;
  }
}
.bl-gnav-item > a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  content: "";
  transform-origin: top right;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a:before {
    display: none;
  }
}
.bl-gnav-item > a > span {
  position: relative;
  display: block;
}
.bl-gnav-item > a > span::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
  transform: translateY(-35%) rotate(135deg);
  content: "";
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a > span {
    padding: 0;
  }
}
.bl-gnav-item > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a:hover {
    color: #333;
  }
}
.bl-gnav-item.is-nav-active > a:hover:before, .bl-gnav-item.is-current > a:hover:before {
  transform: scaleX(1);
  transform-origin: top left;
}
.bl-gnav-item-subtxt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-gnav-item-subtxt {
    display: inline-block;
    font-size: 1.4rem;
    text-align: left;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .bl-gnav-item-util {
    margin-top: 5px;
  }
}
.bl-gnav-item-util > a {
  display: block;
  padding: 15px 20px;
  background: #283138;
  border: 1px solid #93989B;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-gnav-item-util > a {
    padding-right: 15px;
    padding-left: 15px;
    border-color: #283138;
  }
}
.bl-gnav-item-util > a::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
  transform: rotate(45deg);
  content: "";
}
.bl-gnav-item-util > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-gnav-item-util-sp {
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .bl-gnav-item-util-sp {
    display: block;
  }
}
.bl-gnav-item-util-sp > a {
  display: block;
  padding: 13px 20px 14px 20px;
  border: 1px solid #921D56;
  border-radius: 6px;
  font-weight: 500;
  line-height: 1.2;
  box-sizing: border-box;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-gnav-item-util-sp > a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.bl-gnav-item-util-sp > a::after {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 8px;
  background: url(../../../../assets/images/icon/icon_window_main.svg) no-repeat center center/cover;
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}

/*追加*/
.ly-header-nav-group {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 5000;
}
@media screen and (max-width: 600px) {
  .ly-header-nav-group {
    top: 50px;
  }
}
.ly-header-nav {
  transition: transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.ly-header-nav.page-nav {
  height: 80px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .ly-header-nav.page-nav {
    position: static;
    height: auto;
    padding-top: 0;
  }
}
.ly-header-nav.page-nav .bl-gnav-item > a {
  color: #333;
}
.ly-header-nav.page-nav .bl-gnav-item > a:before {
  background: #921D56;
  height: 3px;
}
.ly-header-nav.page-nav .bl-gnav-item > a:hover {
  color: #921D56;
}
.ly-header-nav.page-nav .bl-gnav-item > a > span::after {
  content: none;
}
.ly-header-nav.page-nav .bl-gnav-item.current > a {
  color: #921D56;
  font-weight: 700;
}
.ly-header-nav.page-nav .bl-gnav-item.current > a:before {
  transform: scaleX(1);
  transform-origin: top left;
}
.ly-header-nav.page-nav .bl-gnav-item.current > a::after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 10px solid #3D464C;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
@media screen and (max-width: 600px) {
  .ly-header-nav.page-nav .bl-gnav-item.current > a::after {
    content: none;
  }
}
.ly-header-nav.page-nav .bl-gnav-item.current > a.el-twolines::after {
  bottom: -15px;
}
@media screen and (max-width: 600px) {
  .ly-header-nav.page-nav .bl-gnav-item.current > a.el-twolines::after {
    content: none;
  }
}
@media screen and (max-width: 600px) {
  .ly-header-nav-inner {
    padding: 20px;
    overflow-y: auto;
  }
}
.ly-header-nav.anker-nav {
  height: 40px;
}
@media screen and (max-width: 600px) {
  .ly-header-nav.anker-nav {
    position: static;
    height: auto;
    padding-top: 0;
  }
}
.ly-header-nav.anker-nav .bl-gnav {
  font-size: 1.3rem;
  font-weight: 300;
}
.ly-header-nav.anker-nav .bl-gnav-item:before {
  height: 60%;
  background: #7e8388;
}
.ly-header-nav.anker-nav .bl-gnav-item > a {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .ly-header-nav.anker-nav .bl-gnav-item > a {
    color: #333;
  }
}
.ly-header-nav.anker-nav .bl-gnav-item > a:before {
  bottom: 3px;
  background: #fff;
}
.ly-header-nav.anker-nav .bl-gnav-item > a > span::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.el-gnav-sp {
  display: none;
  position: fixed;
  top: 25px;
  right: 30px;
  width: 40px;
  height: 22px;
  padding-top: 8px;
  z-index: 200;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 5200;
}
@media screen and (max-width: 600px) {
  .el-gnav-sp {
    top: 20px;
    right: 17px;
    display: block;
    width: 30px;
    height: 17px;
    padding-top: 7px;
  }
}
.el-gnav-sp > span {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #921D56;
  transition: all 0.3s ease;
}
.is-not-scrolled .home .el-gnav-sp > span {
  background: #fff;
}
.is-not-scrolled.is-nav-open .home .el-gnav-sp > span {
  background: #921D56;
}
@media screen and (max-width: 600px) {
  .el-gnav-sp > span {
    width: 30px;
  }
}
.el-gnav-sp .top {
  transform: translateY(-8px) scale(1);
}
@media screen and (max-width: 600px) {
  .el-gnav-sp .top {
    transform: translateY(-7px) scale(1);
  }
}
.el-gnav-sp .bottom {
  transform: translateY(8px) scale(1);
}
@media screen and (max-width: 600px) {
  .el-gnav-sp .bottom {
    transform: translateY(7px) scale(1);
  }
}
.is-nav-open .el-gnav-sp .top {
  transform: translateY(2px) rotate(45deg);
}
@media screen and (max-width: 600px) {
  .is-nav-open .el-gnav-sp .top {
    transform: translateY(2px) rotate(45deg);
  }
}
.is-nav-open .el-gnav-sp .middle {
  transform: translateY(0px) scale(0);
}
.is-nav-open .el-gnav-sp .bottom {
  transform: translateY(-2px) rotate(-45deg);
}
@media screen and (max-width: 600px) {
  .is-nav-open .el-gnav-sp .bottom {
    transform: translateY(-2px) rotate(-45deg);
  }
}
.el-gnav-sp-sub {
  display: none;
  position: fixed;
  top: 4px;
  right: 12px;
  color: #921D56;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  transform: scale(0.8);
  transition: color 0.3s ease;
  z-index: 5200;
}
@media screen and (max-width: 600px) {
  .el-gnav-sp-sub {
    display: block;
  }
}
.is-not-scrolled .home .el-gnav-sp-sub {
  color: #fff;
}
.is-not-scrolled.is-nav-open .home .el-gnav-sp-sub {
  color: #921D56;
}
.el-gnav-sp-sub:before {
  content: "メニュー";
}

.bl-pagetop {
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  .bl-pagetop {
    right: 20px;
  }
}
.bl-pagetop.is-nav-abs {
  position: absolute;
  bottom: auto;
  top: 50px;
}
@media screen and (max-width: 600px) {
  .bl-pagetop.is-nav-abs {
    top: 30px;
  }
}
.bl-pagetop > a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #921D56;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-pagetop > a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .bl-pagetop > a {
    width: 40px;
    height: 40px;
  }
}
.bl-pagetop > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  transform: translate(-50%, -20%) rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-pagetop > a:before {
    width: 12px;
    height: 12px;
  }
}
.bl-pagetop > a:hover:before {
  transform: translate(-50%, -60%) rotate(-45deg);
}

.ly-footer {
  position: relative;
  background: #5E646A;
}
.ly-footer-inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .ly-footer-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.el-copyright {
  margin: 0;
  font-size: 1.4rem;
  color: #A9ADAF;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-copyright {
    font-size: 1.3rem;
  }
}

body {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-loaded body {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .ly-container {
    padding-top: 50px;
  }
}

.ly-contents {
  position: relative;
  z-index: 1;
}

.ly-breadcrumb {
  background: #f7f7f7;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .ly-breadcrumb {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    overflow-x: scroll;
  }
}

.bl-breadcrumb {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: -0.4em;
  line-height: 0;
  overflow-x: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .bl-breadcrumb {
    position: static;
    padding-bottom: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .bl-breadcrumb:before, .bl-breadcrumb:after {
    position: static;
    display: inline-block;
    width: 20px;
    height: 1px;
    content: "";
  }
}
.bl-breadcrumb > li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  letter-spacing: normal;
}
.bl-breadcrumb > li:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #aab4be;
  border-right: 1px solid #aab4be;
  box-sizing: border-box;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.bl-breadcrumb > li:last-child {
  padding-right: 0;
}
.bl-breadcrumb > li:last-child:after {
  display: none;
}
.bl-breadcrumb > li > a {
  display: inline-block;
  color: #333;
  line-height: 1.2;
}
.bl-breadcrumb > li > span {
  color: #3e3a39;
  line-height: 1.2;
}

.ly-pageHeader {
  height: 120px;
  background: #F1F1F1 no-repeat left top/cover;
}
.guarantee .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_guarantee.jpg);
}
.prepayment .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_prepayment.jpg);
}
.contract .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_contract.jpg);
}
.reservation .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_reservation.jpg);
}
.midterm .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_midterm.jpg);
}
.about .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_about.jpg);
}
.report .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_report.jpg);
}
.recruit .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_recruit.jpg);
}
.netdesk .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_netdesk.jpg);
}
.library .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_library.jpg);
}
.faq .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_faq.jpg);
}
.news .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_news.jpg);
}
.contact .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_contact.jpg);
}
.ly-pageHeader-inner {
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-pageHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bl-pageHeader-icon {
  display: flex;
  align-items: center;
}
.bl-pageHeader-icon-fig {
  flex: 0 0 110px;
}
@media screen and (max-width: 600px) {
  .bl-pageHeader-icon-fig {
    flex-basis: 60px;
  }
}
.bl-pageHeader-icon-fig img {
  width: 100%;
  height: auto;
}
.bl-pageHeader-icon-body {
  flex: 1 1 auto;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-pageHeader-icon-body {
    padding-left: 10px;
  }
}

.ly-body {
  display: flex;
  flex-direction: row-reverse;
}
.ly-body--full {
  display: block;
}
@media screen and (max-width: 600px) {
  .ly-body {
    display: block;
  }
}
.ly-body-main {
  flex: 1 1 auto;
}
.ly-body-side {
  position: relative;
  flex: 0 0 280px;
  background: #F1F1F1;
}
@media screen and (max-width: 600px) {
  .ly-body-side {
    display: none;
  }
}

.ly-main-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .ly-main-inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.ly-localnav {
  background: #f7f7f7;
}
@media screen and (max-width: 600px) {
  .ly-localnav {
    display: none;
  }
}
.ly-localnav-inner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.bl-localnav {
  margin: 10px 0;
}
.bl-localnav:last-child {
  margin-bottom: 0;
}
.bl-localnav-item {
  display: inline-block;
  margin-right: 35px;
  box-sizing: border-box;
}
.bl-localnav-item > a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #333;
  font-weight: 500;
  line-height: 1.75;
}
.bl-localnav-item.is-current > a {
  color: #b2b2b2;
}
.bl-localnav-item.is-current > a:before {
  border-color: transparent transparent transparent #b2b2b2;
}
.bl-localnav-title {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #921D56;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
}
.bl-localnav-cat {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1.75;
  font-weight: 700;
}

.bl-anchor {
  margin: 0 0 100px;
  padding: 20px;
  border-radius: 8px;
  background: #f7f7f7;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .bl-anchor {
    margin-bottom: 60px;
  }
}
.bl-anchor > li {
  display: inline-block;
  margin: 0 15px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-anchor > li {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.bl-anchor > li > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-weight: 500;
}
.bl-anchor > li > a:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #cbcbcb;
  content: "";
}
.bl-anchor > li > a:after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(6px);
}

.ly-sect {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.ly-sect--bg {
  background: #f7f7f7;
}
.ly-sect-inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .ly-sect-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bl-sect {
  position: relative;
  z-index: 1;
}

.bl-edit-link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bl-edit-link > a {
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
}

.ly-mainv {
  position: relative;
  background: #f2f2f2 url(../../assets/images/mainv.jpg) no-repeat center center/cover;
  box-sizing: border-box;
}
.ly-mainv-inner {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .ly-mainv-inner {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.bl-mainv {
  position: relative;
  box-sizing: border-box;
}
.bl-mainv-catchcopy {
  position: relative;
}
.bl-mainv-lead {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .bl-mainv-lead {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .bl-mainv-lead-item {
    margin-top: 40px;
  }
}
.bl-mainv-lead-item > .icon {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-mainv-lead-item > .icon {
    margin-bottom: 25px;
  }
}
.bl-mainv-lead-item > .icon img {
  max-width: 240px;
}
@media screen and (max-width: 600px) {
  .bl-mainv-lead-item > .icon img {
    max-width: 210px;
  }
}
.bl-mainv-lead-item > .title {
  margin: 0 0 15px;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-mainv-lead-item > .title {
    font-size: 2.2rem;
  }
}
.bl-mainv-lead-item > .txt {
  margin: 0;
  color: #4d4d4d;
  font-weight: 500;
}

.el-catchcopy {
  max-width: 703px;
  margin: 0 0 25px;
}
@media screen and (max-width: 600px) {
  .el-catchcopy {
    margin-bottom: 20px;
    padding-right: 110px;
  }
}
.el-catchcopy img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .el-catchcopy img {
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .el-catchcopy img.item-pc {
    display: none;
  }
}
.el-catchcopy img.item-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .el-catchcopy img.item-sp {
    display: block;
  }
}
.el-catchcopy-sub {
  margin-bottom: 0;
  color: #4d4d4d;
  font-size: 3rem;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-sub {
    font-size: 2.1rem;
  }
  .el-catchcopy-sub br {
    display: none;
  }
}

.el-eyecatch {
  position: absolute;
  top: -10px;
  right: 0;
  width: 240px;
  height: 240px;
}
.el-eyecatch img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .el-eyecatch {
    right: -5px;
    width: 105px;
    height: 105px;
  }
}

.bl-news {
  position: relative;
  top: -40px;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 40px 35px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .bl-news {
    padding: 30px 20px 25px;
  }
}
.bl-news::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(90deg, #a74a78 0%, #735ead 100%);
  content: "";
}
.bl-news-title {
  margin-bottom: 15px;
  color: #666;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.bl-news-list {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.bl-news-list > dt {
  float: left;
  width: 130px;
  padding: 6px 0;
  box-sizing: border-box;
  color: #999;
  clear: both;
}
@media screen and (max-width: 600px) {
  .bl-news-list > dt {
    float: none;
    width: 100%;
    margin-top: 8px;
    padding: 0;
  }
}
.bl-news-list > dd {
  width: 100%;
  margin: 0;
  padding: 6px 0 6px 130px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-news-list > dd {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.ly-lead-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .ly-lead-inner {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

.bl-lead > .title {
  margin: 0 0 1.5em;
  font-size: 2rem;
}

.bl-about-figs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 600px) {
  .bl-about-figs {
    margin-top: 35px;
    margin-bottom: 0;
  }
}
.bl-about-figs .arrow {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  margin-left: 25px;
  background: url(../../assets/images/arrow_r.svg) no-repeat center center/cover;
}
@media screen and (max-width: 600px) {
  .bl-about-figs .arrow {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.bl-about-figs .item {
  width: 200px;
  height: 200px;
  padding: 6px;
  background: #ccc;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-about-figs .item {
    width: 130px;
    height: 130px;
  }
}
.bl-about-figs .item-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.bl-about-figs .item-inner img {
  width: 100%;
  height: auto;
}
.bl-about-figs .item:last-child {
  background-image: linear-gradient(90deg, #a74a78 0%, #735ead 100%);
}

.bl-structure-fig {
  max-width: 1040px;
  margin: 40px auto 80px;
  padding: 40px;
  background: #edebf5;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .bl-structure-fig {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 10px;
  }
}
.bl-structure-fig img {
  max-width: 960px;
  width: 100%;
  height: auto;
}
.bl-structure-fig-note {
  max-width: 960px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .bl-structure-fig-note {
    display: block;
  }
}
.bl-structure-fig-note .title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #921D56;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-structure-fig-note .title {
    text-align: left;
    margin: 0 0 1em 0;
  }
}
.bl-structure-fig-note ul {
  font-size: 1.4rem;
  text-align: left;
}
.bl-structure-fig-note ul > li::before {
  background-color: #921D56;
}
.bl-structure-fig-note ul span {
  color: #921D56;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-structure-body-item {
    margin-bottom: 30px;
  }
}
.bl-structure-body-item > .title {
  margin: 0 0 10px;
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .bl-structure-body-item > .title {
    font-size: 2.2rem;
  }
}

.bl-orders {
  margin-top: 50px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .bl-orders {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .bl-orders-item {
    margin-bottom: 50px;
  }
}
.bl-orders-list {
  margin: 0;
}
.bl-orders-list > dt {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-orders-list > dt {
    font-size: 2rem;
  }
}
.bl-orders-list > dt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #a74a78 0%, #735ead 100%);
  content: "";
}
.bl-orders-list > dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}
.bl-orders-list.no-list > dt {
  color: #ccc;
}
.bl-orders-list.no-list > dt::after {
  background: #CCC;
}
.bl-orders-list.no-list > dd {
  color: #ccc;
}
.bl-orders-list .txt {
  margin: 0;
  line-height: 1.6;
}
.bl-orders-list .list {
  margin: 0;
  line-height: 1.6;
}
.bl-orders-list .list > li {
  position: relative;
  padding-left: 1em;
}
.bl-orders-list .list > li::before {
  position: absolute;
  top: 11px;
  left: 2px;
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  content: "";
}
.bl-orders-list .list > li span.list-note {
  display: block;
  font-size: 13px;
  padding-bottom: 3px;
}
.bl-orders-list .list > li.border-dashed {
  border-bottom: 1px dashed #333;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.bl-orders-list .list-files {
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
}
.bl-orders-list .list-files > li > a {
  display: inline-block;
  color: #333;
}
.bl-orders-list .list-files > li > a::before {
  display: inline-block;
  width: 36px;
  height: 40px;
  margin-right: 10px;
  background: no-repeat center center/contain;
  content: "";
  vertical-align: middle;
}
.bl-orders-list .list-files > li.item-excel > a::before {
  background-image: url(../../../../assets/images/icon/icon_file_excel.svg);
}

.bl-contents-nav {
  text-align: center;
}
.bl-contents-nav > a {
  display: inline-block;
  max-width: 600px;
  width: 100%;
  padding: 15px 20px;
  background: #283138;
  border: 1px solid #93989B;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-contents-nav > a {
    padding-right: 15px;
    padding-left: 15px;
    border-color: #283138;
  }
}
.bl-contents-nav > a::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
  transform: rotate(45deg);
  content: "";
}
.bl-contents-nav > a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.ly-pageheader {
  background: #CCC url(../../assets/images/bg_pageheader.jpg) no-repeat center center/cover;
}
.ly-pageheader-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .ly-pageheader-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.el-pageheading {
  margin: 0 0 20px;
  font-size: 4.4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-pageheading {
    font-size: 2.8rem;
  }
}
.el-pageheading > span {
  color: #921D56;
}
.el-pageheading-subtxt {
  display: block;
  font-size: 2.6rem;
  color: #333 !important;
}
@media screen and (max-width: 600px) {
  .el-pageheading-subtxt {
    font-size: 1.8rem;
  }
}

.bl-pageheading-body > p {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-pageheading-body > p {
    text-align: left;
  }
}
.bl-pageheading-body a {
  text-decoration: underline;
}
.bl-pageheading-body a:hover {
  text-decoration: none;
}

.bl-flowchart-fig {
  text-align: center;
}
.bl-flowchart-fig img {
  max-width: 1060px;
  width: 100%;
  height: auto;
}

.fig-flowchart {
  max-width: 1000px;
  margin: 0 auto;
}
.fig-flowchart-start .item {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .fig-flowchart-start .item {
    width: 100%;
  }
}
.fig-flowchart-start .box {
  background-image: linear-gradient(90deg, #a74a78 0%, #735ead 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 3rem;
  line-height: 2.2;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 600px) {
  .fig-flowchart-start .box {
    font-size: 2.6rem;
  }
}
.fig-flowchart-start .arrow-start {
  position: relative;
  left: 50%;
  display: block;
  width: 44px;
  height: 55px;
  margin-top: 7px;
  margin-bottom: 7px;
  background: url(../../assets/images/arrow_flow.svg) no-repeat center center/cover;
  transform: translateX(-65%);
  content: "";
}
@media screen and (max-width: 600px) {
  .fig-flowchart-start .arrow-start {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.fig-flowchart-item {
  display: flex;
  padding-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .fig-flowchart-item {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
}
.fig-flowchart-item .item {
  position: relative;
}
.fig-flowchart-item .item-yes {
  width: 40%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .fig-flowchart-item .item-yes {
    width: 100%;
  }
}
.fig-flowchart-item .item-no {
  width: 60%;
  box-sizing: border-box;
  padding-left: 70px;
}
@media screen and (max-width: 600px) {
  .fig-flowchart-item .item-no {
    width: 100%;
    padding-top: 55px;
    padding-left: 40%;
    padding-bottom: 50px;
  }
}
.fig-flowchart-item .item-no-inner {
  position: relative;
}
.fig-flowchart-item .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 35px 40px;
  background: #fff;
  border: 2px solid #CCC;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .fig-flowchart-item .box {
    padding: 20px;
  }
  .fig-flowchart-item .box br {
    display: none;
  }
}
.fig-flowchart-item .box > p {
  margin: 0;
  line-height: 1.75;
}
.fig-flowchart-item .box > p > a {
  text-decoration: underline;
}
.fig-flowchart-item .box > p > a:hover {
  text-decoration: none;
}
.fig-flowchart-item .box > p > strong {
  color: #921D56;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .fig-flowchart-item .box > p {
    font-size: 1.4rem;
  }
}
.fig-flowchart-item .box.box-yes {
  border-color: #A74A78;
}
.fig-flowchart-item .box.box-no {
  border-color: #4184CF;
}
.fig-flowchart-item .arrow-no {
  position: absolute;
  top: 50%;
  left: -62px;
  width: 55px;
  height: 62px;
  transform: translateY(-65%);
}
.fig-flowchart-item .arrow-no::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/arrow_flow_no.svg) no-repeat center center/cover;
  content: "";
}
@media screen and (max-width: 600px) {
  .fig-flowchart-item .arrow-no {
    top: -55px;
    left: 50%;
    width: 44px;
    height: 50px;
    transform: translateX(-50%);
  }
  .fig-flowchart-item .arrow-no::before {
    background: url(../../assets/images/arrow_flow_no_sp.svg) no-repeat center bottom/cover;
  }
  .fig-flowchart-item .arrow-no::after {
    position: absolute;
    top: 15px;
    right: -30px;
    color: #5390d4;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    content: "NO";
  }
}
.fig-flowchart-item .arrow-yes {
  position: absolute;
  bottom: -62px;
  left: 50%;
  display: block;
  width: 80px;
  height: 55px;
  background: url(../../assets/images/arrow_flow_yes.svg) no-repeat center center/cover;
  transform: translateX(-80%);
  content: "";
}
@media screen and (max-width: 600px) {
  .fig-flowchart-item .arrow-yes {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .fig-flowchart-item .arrow-yes-sp {
    position: absolute;
    top: 0;
    left: 20%;
    width: 44px;
    height: 100%;
    transform: translateX(-50%);
  }
  .fig-flowchart-item .arrow-yes-sp::before {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/arrow_flow_yes_sp.svg) no-repeat center bottom/cover;
    content: "";
  }
  .fig-flowchart-item .arrow-yes-sp::after {
    position: absolute;
    top: 15px;
    left: -25px;
    color: #B26189;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    content: "YES";
  }
}
.fig-flowchart-end .item {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .fig-flowchart-end .item {
    width: 100%;
  }
}
.fig-flowchart-end .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 35px 40px;
  background: #fff;
  border: 3px solid #A74A78;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #921D56;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .fig-flowchart-end .box {
    padding: 20px;
    font-size: 1.5rem;
  }
}
.fig-flowchart-end .box > p {
  margin: 0;
  line-height: 1.75;
}

.bl-flow {
  counter-reset: num;
}
.bl-flow-item {
  padding: 40px 0;
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 600px) {
  .bl-flow-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bl-flow-item:first-child {
  border-top: none;
}
.bl-flow-title {
  position: relative;
  margin: 0 0 50px;
  padding-left: 80px;
  font-size: 3rem;
  counter-increment: num;
}
@media screen and (max-width: 600px) {
  .bl-flow-title {
    margin-bottom: 25px;
    padding-left: 50px;
    font-size: 2.2rem;
  }
}
.bl-flow-title::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #921D56;
  font-size: 8rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 1;
  transform: translateY(-25%);
  content: counter(num);
}
@media screen and (max-width: 600px) {
  .bl-flow-title::before {
    font-size: 5.8rem;
    transform: translateY(-10%);
  }
}
.bl-flow-body {
  padding-left: 80px;
}
@media screen and (max-width: 600px) {
  .bl-flow-body {
    padding-left: 50px;
  }
}
.bl-flow-body .title {
  margin: 2em 0 1em;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .bl-flow-body .title {
    line-height: 1.6;
  }
}
.bl-flow-body .txt {
  margin-bottom: 40px;
}
.bl-flow-body .txt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-flow-body .txt {
    margin-bottom: 30px;
  }
}
.bl-flow-body .fig img {
  width: 100%;
  height: auto;
}
.bl-flow-body .fig-bd {
  position: relative;
}
.bl-flow-body .fig-bd::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 600px) {
  .bl-flow-figs-item {
    margin-bottom: 40px;
  }
  .bl-flow-figs-item:last-child {
    margin-bottom: 0;
  }
}

/*追加*/
.el-boredr-top {
  border-top: 1px solid #CCC;
  max-width: 900px;
  width: 100%;
  margin: 60px auto 30px;
  padding-top: 30px;
}

.el-txt-color-red {
  color: #ff003c;
}

.bl-box-bd > .link.el-txt-color-red > a {
  color: #ff003c;
  font-weight: 500;
}

.el-txt-bolder {
  font-weight: 500;
}

.bl-box-bd > .link.el-txt-color-red > a::before {
  border-top: 1px solid #ff003c;
  border-right: 1px solid #ff003c;
}

.advance-preparation .bl-introduction-fig {
  margin-top: 80px;
  text-align: center;
}
.advance-preparation .bl-introduction-fig > .title {
  margin: 2em 0 2em;
  font-size: 2rem;
}
.advance-preparation .bl-introduction-fig > img {
  width: 100%;
}
.advance-preparation .bl-consideration-link {
  margin: 0 0 0.5em;
}
.advance-preparation .bl-consideration-link a {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}
.advance-preparation .bl-consideration-link a::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../../assets/images/icon_link.svg) no-repeat center bottom/cover;
  content: "";
}
.advance-preparation .bl-consideration-indent {
  padding-left: 1em;
}
.advance-preparation .bl-adjustment .bl-box-notes {
  margin: 20px 0;
  padding: 40px 40px;
  background: #edebf5;
  box-sizing: border-box;
  border-radius: 15px;
}
.advance-preparation .bl-adjustment .bl-box-notes > .title {
  margin: 0 0 0.5em;
  color: #333;
}
.advance-preparation .bl-adjustment .bl-box-notes > p {
  margin: 0 0 0.5em;
}
.advance-preparation .bl-publicity {
  font-size: 1.8rem;
  font-weight: 700;
}
.advance-preparation .bl-box-bd {
  margin: 0;
  padding: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  background: #fff;
}
.advance-preparation .bl-box-bd > p {
  margin: 0;
}
.advance-preparation .bl-box-bd > p > a {
  color: #ff003c;
}

.bl-download {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .bl-download {
    display: block;
  }
}
.bl-download > .col {
  flex-basis: calc(33.3333333333% - 40px);
  margin: 20px;
}
@media screen and (max-width: 600px) {
  .bl-download > .col {
    margin: 20px 0;
  }
}
.bl-download > .col a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding-left: 45px;
}
.bl-download > .col a::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 36px;
  height: 40px;
  margin-right: 10px;
  background: no-repeat center center/contain;
  content: "";
  /* vertical-align: middle; */
}
.bl-download > .col a[href$=".xls"]::before, .bl-download > .col a[href$=".xlsx"]::before {
  background-image: url(/ejcsv1/wp-content/themes/ejcs/assets/images/icon/icon_file_excel.svg);
}
.bl-download > .col a[href$=".pdf"]::before {
  background-image: url(/ejcsv1/wp-content/themes/ejcs/assets/images/icon/icon_file_pdf.svg);
}
.bl-download > .col a[href$=".ppt"]::before, .bl-download > .col a[href$=".pptx"]::before {
  background-image: url(/ejcsv1/wp-content/themes/ejcs/assets/images/icon/icon_file_ppt.svg);
}
.bl-download-content {
  margin: 0 0 0.5em;
}
.bl-download-date {
  margin: 0 0 0 45px;
}

.bl-orders-file {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .bl-orders-file {
    margin-top: 20px;
  }
}
.bl-orders-file > a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-left: 45px;
}
.bl-orders-file > a::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 36px;
  height: 40px;
  margin-right: 10px;
  background: no-repeat center center/contain;
  background-image: url(/ejcsv1/wp-content/themes/ejcs/assets/images/icon/icon_file_pdf.svg);
  content: "";
}
