@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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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-mainv-inner, .ly-footer-inner, .ly-main-inner, .ly-sect-inner, .ly-localnav-inner, .ly-figLead-inner, .ly-pageHeader-body-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-body-inner--wLg, .ly-main-inner--wMd, .bl-sect--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.ly-main-inner--wSm, .bl-sect--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .ly-mainv, .ly-footer, .ly-cta, .ly-relatedPost, .ly-main, .ly-sect, .ly-localnav, .ly-pageHeader-body, .ly-breadcrumb, .el-heading-lead {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

:root {
  --outer-padding: 40px;
}
@media screen and (max-width: 480px) {
  :root {
    --outer-padding: 20px;
  }
}

.ly-mainv-inner, .ly-footer-inner, .ly-main-inner, .ly-sect-inner, .ly-localnav-inner, .ly-figLead-inner, .ly-pageHeader-body-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-body-inner--wLg, .ly-main-inner--wMd, .bl-sect--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.ly-main-inner--wSm, .bl-sect--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .ly-mainv, .ly-footer, .ly-cta, .ly-relatedPost, .ly-main, .ly-sect, .ly-localnav, .ly-pageHeader-body, .ly-breadcrumb, .el-heading-lead {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

html,
body {
  width: 100%;
}

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

body {
  font-size: 1.5rem;
}

a {
  color: #006eb7;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

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

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 #e6e6e6;
}

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

.sp-view {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .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: 480px) {
  .pc-view {
    display: none !important;
  }
}

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

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

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

.ly-mainv-inner, .ly-footer-inner, .ly-main-inner, .ly-sect-inner, .ly-localnav-inner, .ly-figLead-inner, .ly-pageHeader-body-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-body-inner--wLg, .ly-main-inner--wMd, .bl-sect--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.ly-main-inner--wSm, .bl-sect--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .ly-mainv, .ly-footer, .ly-cta, .ly-relatedPost, .ly-main, .ly-sect, .ly-localnav, .ly-pageHeader-body, .ly-breadcrumb, .el-heading-lead {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

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

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

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

.grid2,
.grid3,
.grid4 {
  margin-right: -25px;
  margin-left: -25px;
}
.grid2.dir-r,
.grid3.dir-r,
.grid4.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .grid2,
  .grid3,
  .grid4 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2--mSm,
.grid3--mSm,
.grid4--mSm {
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .grid2--mSm,
  .grid3--mSm,
  .grid4--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}

.col,
.col_multi2,
.col_multi3 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .col,
  .col_multi2,
  .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid2--mSm .col,
.grid2--mSm .col_multi2,
.grid2--mSm .col_multi3 {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .grid2--mSm .col,
  .grid2--mSm .col_multi2,
  .grid2--mSm .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}
.col img,
.col_multi2 img,
.col_multi3 img {
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hp-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-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-fzLg {
  font-size: 2rem;
}

.hp-cMain {
  color: #006eb7;
}

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

.ly-mainv-inner, .ly-footer-inner, .ly-main-inner, .ly-sect-inner, .ly-localnav-inner, .ly-figLead-inner, .ly-pageHeader-body-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-body-inner--wLg, .ly-main-inner--wMd, .bl-sect--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.ly-main-inner--wSm, .bl-sect--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .ly-mainv, .ly-footer, .ly-cta, .ly-relatedPost, .ly-main, .ly-sect, .ly-localnav, .ly-pageHeader-body, .ly-breadcrumb, .el-heading-lead {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.bl-anchor {
  margin: 0;
  letter-spacing: -0.4em;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-anchor:before, .bl-anchor:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
  }
}
.bl-anchor-item {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 22px;
  margin-left: 22px;
  letter-spacing: normal;
  line-height: 1;
}
.bl-anchor-item > a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #333;
  font-weight: bold;
}
.bl-anchor-item > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #989898;
  border-right: 1px solid #989898;
  box-sizing: border-box;
  transform: translateY(-80%) rotate(135deg);
  content: "";
}
.bl-anchor--cWht .bl-anchor-item > a {
  color: #fff;
}
.bl-anchor--cWht .bl-anchor-item > a:after {
  border-color: #fff;
}
.bl-anchor-num {
  counter-reset: list-num;
}
.bl-anchor-num-item > a {
  padding-left: 22px;
}
.bl-anchor-num-item > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-size: 2.4rem;
  color: #006eb7;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 500;
  counter-increment: list-num;
  content: counter(list-num);
  transform: translateY(-50%);
}
.bl-anchor--wFx {
  max-width: 920px;
  margin: 0 auto;
}

.bl-anchorMap {
  margin-bottom: 100px;
  padding-top: 25px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-anchorMap {
    margin-bottom: 50px;
  }
}
.bl-anchorMap-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .bl-anchorMap-nav {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 480px) {
  .bl-anchorMap-nav {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-anchorMap-nav-item {
  width: 33.333%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-anchorMap-nav-item {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .bl-anchorMap-nav-item:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .bl-anchorMap-nav-item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-anchorMap-nav-title {
  margin: 0 0 10px;
}
.bl-anchorMap-nav-title > a {
  position: relative;
  display: block;
  padding: 2px 35px 2px 15px;
  background: #006eb7;
  color: #FFF;
  font-weight: bold;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-anchorMap-nav-title > a > span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.bl-anchorMap-nav-title > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-anchorMap-nav-title--mbLg {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bl-anchorMap-nav-title--mbLg {
    margin-bottom: 25px;
  }
}
.bl-anchorMap-list {
  margin: 0;
  font-size: 1.4rem;
  counter-reset: ancmap_num;
}
.bl-anchorMap-list > li {
  position: relative;
  margin-bottom: 1px;
  padding-left: 18px;
  font-weight: bold;
  counter-increment: ancmap_num;
  font-feature-settings: "palt";
}
.bl-anchorMap-list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(ancmap_num) ".";
}
.bl-anchorMap-list > li > a {
  position: relative;
  display: inline-block;
  color: #333;
}

.bl-tile {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bl-tile {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .bl-tile {
    display: block;
  }
}
.bl-tile-item {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.bl-tile-item > a {
  position: relative;
  display: block;
  border-radius: 10px;
  height: 100%;
  background: #fff;
  color: #333;
  overflow: hidden;
}
.bl-tile-item > a:hover {
  text-decoration: none;
}
.bl-tile-item > a:hover .bl-tile-fig > span {
  opacity: 0.5;
  transform: scale(1.2);
}
.bl-tile-item > a:hover .bl-tile-title {
  opacity: 0.5;
}
.bl-tile-item > a:hover .bl-tile-txt {
  opacity: 0.5;
}
.bl-tile-item > a:hover .bl-tile-link {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl-tile > .col {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .bl-tile > .col {
    width: 100%;
  }
}
.bl-tile-fig {
  width: 100%;
  background: #ccc;
  overflow: hidden;
}
.bl-tile-fig > span {
  transition: opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
  position: relative;
  display: block;
  margin: 0;
  padding-top: 32.25%;
  overflow: hidden;
}
.bl-tile-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  height: auto;
  z-index: 0;
}
.bl-tile-body {
  position: relative;
  padding: 30px 35px;
  z-index: 1;
  transition: opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .bl-tile-body {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 480px) {
  .bl-tile-body {
    padding: 30px 30px 35px;
  }
}
.bl-tile-title {
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-tile-title {
    font-size: 2.3rem;
  }
}
.bl-tile-link {
  color: #006eb7;
  font-weight: bold;
  text-align: right;
}
.bl-tile-link:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #006eb7;
  border-right: 1px solid #006eb7;
  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);
}

.bl-card {
  margin: 0 -20px;
}
.bl-card--jcC {
  justify-content: center;
}
.bl-card-item {
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .bl-card-item {
    margin-bottom: 20px;
  }
}
.bl-card-item > a {
  display: block;
  height: 100%;
  color: #333;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .bl-card-item > a {
    display: flex;
  }
}
.bl-card-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-card-item--mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-card-item--mb0 {
    margin-bottom: 20px;
  }
  .bl-card-item--mb0:last-child {
    margin-bottom: 0;
  }
}
.bl-card-fig {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .bl-card-fig {
    flex: 0 0 120px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .bl-card-fig {
    flex: 0 0 90px;
  }
}
.bl-card-fig > span {
  display: block;
  padding-top: 53.57%;
  background: #cccccc no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .bl-card-fig > span {
    padding-top: 100%;
  }
}
.bl-card-fig--hSm > span {
  padding-top: 27%;
}
.bl-card-body {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .bl-card-body {
    flex: 1 1 auto;
    margin-top: 0;
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .bl-card-body {
    padding: 0 0 0 15px;
  }
}
.bl-card-title {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 2;
}
.bl-card-title:last-child {
  margin-bottom: 0;
}
.bl-card-title--fzMd {
  margin-bottom: 3px;
  font-size: 2rem;
}
.bl-card-txt {
  margin-bottom: 5px;
  line-height: 2;
}
.bl-card-txt:last-child {
  margin-bottom: 0;
}
.bl-card-txt--cWht {
  color: #fff;
}
.bl-card-txt--fzSm {
  font-size: 1.4rem;
}
.bl-card-cats {
  margin: 0 0 5px;
  line-height: 1.2;
  letter-spacing: -0.4em;
}
.bl-card-cats:last-child {
  margin-bottom: 0;
}
.bl-card-cats > li {
  display: inline-block;
}
.bl-card-eventDate {
  margin: 8px 0 5px;
}
.bl-card-eventTheme {
  margin: 3px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.bl-card-eventTheme:before {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  background: #999;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  content: "テーマ";
}
.bl-card-time {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #929292;
  letter-spacing: normal;
}

.bl-cardBrowse .bl-card-item {
  margin-bottom: 50px;
}

.bl-iconCard {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 1160px) {
  .bl-iconCard {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .bl-iconCard {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 480px) {
  .bl-iconCard {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-iconCard-item {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1160px) {
  .bl-iconCard-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bl-iconCard-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bl-iconCard-item {
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-iconCard-item > a {
  display: block;
  height: 100%;
  padding: 30px 25px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
}
.bl-iconCard-item > a:hover {
  text-decoration: none;
}
.bl-iconCard-item > a:hover .bl-iconCard-icon,
.bl-iconCard-item > a:hover .bl-iconCard-body {
  opacity: 0.3;
}
@media screen and (max-width: 480px) {
  .bl-iconCard-item > a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .bl-iconCard > .col {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .bl-iconCard > .col {
    width: 100%;
  }
}
.bl-iconCard-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-iconCard-icon-fig {
  margin: 0 auto;
  width: 44px;
}
.bl-iconCard-icon-title {
  margin: 17px 0 0;
  font-size: 1.7rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-iconCard-icon-title {
    font-size: 1.6rem;
  }
}
.bl-iconCard-body {
  margin-top: 15px;
  font-size: 1.4rem;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-iconCard-txt {
  margin-bottom: 0;
}
.bl-iconCard-link {
  margin-bottom: 0;
  font-weight: bold;
  text-align: right;
  color: #006eb7;
}
.bl-iconCard-link:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #006eb7;
  border-right: 1px solid #006eb7;
  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);
}

.bl-dl-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.bl-dl-row > dt {
  float: left;
  width: 130px;
  padding-top: 21px;
  padding-bottom: 20px;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-dl-row > dt {
    float: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.bl-dl-row > dd {
  width: 100%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 130px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-dl-row > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}

.bl-list-disc {
  margin-bottom: 1.5em;
}
.bl-list-disc > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  box-sizing: border-box;
}
.bl-list-disc > li:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  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-note {
  margin-bottom: 1.5em;
  font-size: 1.2rem;
}
.bl-list-note > li {
  position: relative;
  padding-left: 18px;
}
.bl-list-note > li:last-child {
  margin-bottom: 0;
}
.bl-list-note > li:before {
  position: absolute;
  left: 0;
  display: block;
  content: "※";
}

.bl-list-num {
  margin-bottom: 1.5em;
  counter-reset: list-num;
}
.bl-list-num > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
}
.bl-list-num > li:last-child {
  margin-bottom: 0;
}
.bl-list-num > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  counter-increment: list-num;
  content: counter(list-num) ".";
}

.bl-list-cap {
  margin-bottom: 1.5em;
  font-size: 1.2rem;
  counter-reset: list-num;
}
.bl-list-cap > li {
  position: relative;
  padding-left: 18px;
}
.bl-list-cap > li:last-child {
  margin-bottom: 0;
}
.bl-list-cap > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  counter-increment: list-num;
  content: "*" counter(list-num);
}

.bl-box {
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .bl-box {
    padding: 35px;
  }
}
@media screen and (max-width: 480px) {
  .bl-box {
    padding: 30px;
  }
}
.bl-box--bdrs0 {
  border-radius: 0;
}
.bl-box--p20 {
  padding: 20px;
}
.bl-box--p30 {
  padding: 30px;
}
.bl-box--p2030 {
  padding: 20px 30px;
}
.bl-box--p50 {
  padding: 50px;
}
.bl-box--p60 {
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .bl-box--p60 {
    padding: 35px;
  }
}
@media screen and (max-width: 480px) {
  .bl-box--p60 {
    padding: 30px;
  }
}
.bl-box--bg {
  background: #e7eff6;
}
.bl-box--bd {
  border: 2px solid #006eb7;
}
.bl-box-title {
  color: #006eb7;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
}
.bl-box-title:first-child {
  margin-top: 0;
}
.bl-box-title--fzSm {
  font-size: 1.5rem;
}

.ly-mainv-inner, .ly-footer-inner, .ly-main-inner, .ly-sect-inner, .ly-localnav-inner, .ly-figLead-inner, .ly-pageHeader-body-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-body-inner--wLg, .ly-main-inner--wMd, .bl-sect--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.ly-main-inner--wSm, .bl-sect--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .ly-mainv, .ly-footer, .ly-cta, .ly-relatedPost, .ly-main, .ly-sect, .ly-localnav, .ly-pageHeader-body, .ly-breadcrumb, .el-heading-lead {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

a[href$=".pdf"]:after {
  display: inline-block;
  padding: 5px;
  background: #ee3f24;
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
  font-family: "iconasst", sans-serif;
  content: "\e911";
  line-height: 1;
  transform: scale(0.7);
}

.el-btn {
  position: relative;
  display: inline-block;
  width: 210px;
  padding: 10px 15px;
  border: 1px solid #006eb7;
  border-radius: 6px;
  box-sizing: border-box;
  color: #006eb7;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  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);
}
.el-btn:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #006eb7;
  border-right: 1px solid #006eb7;
  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-btn:hover {
  color: #fff;
  background: #006eb7;
  text-decoration: none;
}
.el-btn:hover:before {
  border-color: #fff;
}
.el-btn--wht {
  border-color: #fff;
  color: #fff;
}
.el-btn--wht:before {
  border-color: #fff;
}
.el-btn--wht:hover {
  color: #006eb7;
  background: #fff;
  text-decoration: none;
}
.el-btn--wht:hover:before {
  border-color: #006eb7;
}
.el-btn--bgMain {
  background: #006eb7;
  border-color: #006eb7;
  color: #fff;
}
.el-btn--bgMain:before {
  border-color: #fff;
}
.el-btn--bgMain:hover {
  color: #006eb7;
  background: #fff;
  text-decoration: none;
}
.el-btn--bgMain:hover:before {
  border-color: #006eb7;
}
.el-btn--noArrow:before {
  display: none;
}
.el-btn--wAuto {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.el-link {
  position: relative;
  display: inline-block;
  color: #006eb7;
  font-weight: bold;
}
.el-link:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #006eb7;
  border-right: 1px solid #006eb7;
  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-link--cWht {
  color: #fff;
}
.el-link--cWht:before {
  border-color: #fff;
}
.el-link--cfGry {
  color: #cdd5dd;
}
.el-link--cfGry:before {
  border-color: #cdd5dd;
}

.el-heading {
  margin: 1.25em 0 0;
  font-size: 5.5rem;
  letter-spacing: 0.01em;
}
.el-heading:first-child {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .el-heading {
    font-size: 4.2rem;
  }
}
.el-heading--en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.el-heading--smaller {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .el-heading--smaller {
    font-size: 3.4rem;
  }
}
.el-heading--cWht {
  color: #fff;
}
.el-heading-sub {
  margin-bottom: 30px;
  font-weight: bold;
}
.el-heading-sub--cWht {
  color: #fff;
}
.el-heading-page {
  margin: 0;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-heading-page {
    font-size: 3.8rem;
  }
}
.el-heading-page--cBlk {
  color: #333;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .el-heading-page--cBlk {
    font-size: 3.2rem;
  }
}
.el-heading-page--en {
  font-family: "Roboto", sans-serif;
}
.el-heading-page-sub {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: center;
  letter-spacing: 0.02em;
}
.el-heading-page-sub--cMain {
  color: #006eb7;
  font-weight: bold;
}
.el-heading-page-sub--cBlk {
  color: #333;
}
.el-heading-page-sub-ja {
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.el-heading-lead {
  margin: 0 0 20px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-heading-lead {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .el-heading-lead {
    font-size: 2.2rem;
  }
}
.el-heading-figLead {
  margin: 1.75em 0 1em;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .el-heading-figLead {
    font-size: 1.4rem;
  }
}
.el-heading-figLead > span {
  display: inline-block;
  padding: 2px 10px;
  background: #006eb7;
}
@media screen and (max-width: 480px) {
  .el-heading-figLead > span {
    padding: 0 5px;
  }
}
.el-heading-row {
  display: inline-block;
  margin: 0;
  font-size: 2.8rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .el-heading-row {
    font-size: 2.6rem;
  }
}
.el-heading-row-group {
  margin: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  .el-heading-row-group {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
.el-heading-row-group:first-child {
  margin-top: 0;
}
.el-heading-row-sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #006eb7;
  font-weight: bold;
}
.el-heading-icon {
  flex: 1 1 auto;
  margin: 0;
  padding-left: 20px;
  font-size: 2.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .el-heading-icon {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.el-heading-icon-group {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.el-heading-icon-fig {
  position: relative;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  background: #e7eff6;
  border-radius: 6px;
}
@media screen and (max-width: 480px) {
  .el-heading-icon-fig {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }
}
.el-heading-icon-fig > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .el-heading-icon-fig > span {
    width: 34px;
    height: 34px;
  }
}
.el-heading-icon-fig > span > img {
  width: 100%;
  height: 100%;
}
.el-heading-num {
  position: relative;
  margin: 3em 0 1.5em;
  padding-left: 65px;
  font-size: 2.6rem;
}
.el-heading-num:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .el-heading-num {
    padding-left: 55px;
    font-size: 2.4rem;
  }
}
.el-heading-num > span {
  position: absolute;
  top: -5px;
  left: 0;
  padding-right: 20px;
  font-size: 5rem;
  line-height: 1;
  color: #006eb7;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .el-heading-num > span {
    padding-right: 15px;
    font-size: 4rem;
  }
}
.el-heading-num > span:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 80%;
  background: #e6e6e6;
  content: "";
  transform: translateY(-50%);
}
.el-heading-num--noBd {
  padding-left: 40px;
}
.el-heading-num--noBd > span {
  top: 1px;
  padding-right: 0;
  font-size: 3.6rem;
}
.el-heading-num--noBd > span:before {
  display: none;
}
.el-heading-num--fzSm {
  padding-left: 50px;
}
.el-heading-num--fzSm > span {
  font-size: 4rem;
}
.el-heading-num--fzSm > span:before {
  display: none;
}
.el-heading-office {
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 80px;
  border-top: 1px solid #e6e6e6;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 480px) {
  .el-heading-office {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.el-heading-office:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.el-heading-office-en {
  display: inline-block;
  font-size: 6.2rem;
  color: #006eb7;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: normal;
}
@media screen and (max-width: 480px) {
  .el-heading-office-en {
    font-size: 4.5rem;
  }
}
.el-heading-office-ja {
  display: inline-block;
  margin-left: 20px;
  font-size: 2.2rem;
  vertical-align: middle;
  letter-spacing: normal;
}
@media screen and (max-width: 480px) {
  .el-heading-office-ja {
    margin-left: 15px;
    font-size: 1.8rem;
  }
}
.el-heading-lv2 {
  margin: 2.5em 0 1.5em;
  font-size: 3.2rem;
  color: #006eb7;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-heading-lv2 {
    font-size: 2.8rem;
  }
}
.el-heading-lv2:first-child {
  margin-top: 0;
}
.el-heading-lv3 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .el-heading-lv3 {
    font-size: 2.4rem;
  }
}
.el-heading-lv3:first-child {
  margin-top: 0;
}
.el-heading-lv3--cBlu {
  color: #006eb7;
}
.el-heading-lv3--bgBlu {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding: 5px 20px;
  background: #006eb7;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .el-heading-lv3--bgBlu {
    font-size: 2.2rem;
  }
}
.el-heading-lv4 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-size: 2.2rem;
  line-height: 2;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .el-heading-lv4 {
    font-size: 2rem;
  }
}
.el-heading-lv4:first-child {
  margin-top: 0;
}
.el-heading-lv4--cMain {
  color: #006eb7;
}
.el-heading-lv4--cLgry {
  color: #ccc;
}
.el-heading-lv4--bdL {
  position: relative;
  padding-left: 20px;
}
.el-heading-lv4--bdL:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 70%;
  background-color: #006eb7;
  content: "";
  transform: translateY(-50%);
}
.el-heading-lv5 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-size: 2rem;
  line-height: 2;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .el-heading-lv5 {
    font-size: 1.8rem;
  }
}
.el-heading-lv5:first-child {
  margin-top: 0;
}
.el-heading-lv5--cMain {
  color: #006eb7;
}
.el-heading-lv5--bdb {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1;
  font-weight: bold;
}
.el-heading-lv5--bdb > span {
  color: #006eb7;
}
.el-heading-lv5--bdb .fs-en {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.el-heading-lv6 {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
}
.el-heading-lv6:first-child {
  margin-top: 0;
}
.el-heading-lv6--cMain {
  color: #006eb7;
}

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

.el-caption {
  font-size: 1.2rem;
}
.el-caption--fzSm {
  font-size: 1rem;
}

.el-fullImage {
  margin: 0;
  text-align: center;
}
.el-fullImage img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.el-label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
  padding: 4px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  box-sizing: border-box;
  background: #cccccc;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
}
.el-label:hover {
  text-decoration: none;
}
.el-label-cpt-column {
  background: transparent;
  border: 1px solid #006eb7;
  color: #006eb7;
}
.el-label-cpt-column:hover {
  color: #fff;
  background: #006eb7;
}
.el-label-focus {
  margin-left: 12px;
  background: #c66aa0;
  border-color: #c66aa0;
}

.el-arrow-btm {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: #aeaeae;
  border-radius: 2px;
}
.el-arrow-btm:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  transform: translate(-50%, -70%) rotate(135deg);
  content: "";
}
.el-arrow-btm--bgWht {
  background: #fff;
}
.el-arrow-btm--bgWht:after {
  border-color: #006eb7;
}

.el-jump {
  font-size: 1.3rem;
}
.el-jump:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  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-jump:after {
  content: "詳細を見る";
}

.inv-recaptcha-holder {
  margin-top: 60px;
}
.inv-recaptcha-holder .grecaptcha-badge {
  margin-right: 0;
  margin-left: auto;
}

br.br-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  br.br-sp {
    display: block;
  }
}

.ly-mainv-inner, .ly-footer-inner, .ly-main-inner, .ly-sect-inner, .ly-localnav-inner, .ly-figLead-inner, .ly-pageHeader-body-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-body-inner--wLg, .ly-main-inner--wMd, .bl-sect--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.ly-main-inner--wSm, .bl-sect--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .ly-mainv, .ly-footer, .ly-cta, .ly-relatedPost, .ly-main, .ly-sect, .ly-localnav, .ly-pageHeader-body, .ly-breadcrumb, .el-heading-lead {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

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;
}
select > option:first-child {
  display: none;
}

input[type=submit] {
  width: 200px;
  padding: 12px 15px;
  background: #006eb7;
  border-radius: 3px;
  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 #cccccc;
  background: #FFF;
  border-radius: 3px;
  box-sizing: border-box;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder {
  color: #aaa;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder {
  color: #aaa;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder {
  color: #aaa;
}
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: #aaa;
}
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;
  padding: 12px 15px;
  background: #FFF;
  border: 1px solid #cccccc;
  border-radius: 3px;
  line-height: 1.6;
  box-sizing: border-box;
}
textarea::-moz-placeholder {
  color: #aaa;
}
textarea::placeholder {
  color: #aaa;
}
textarea:-ms-input-placeholder {
  color: #aaa;
}
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: 100%;
  background: #FFF;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.bl-select-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 100%;
  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: 25px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #ccc transparent transparent transparent;
  transform: translate(50%, -50%);
  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-radius: 50%;
  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: #006eb7;
  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: #006eb7;
  border-radius: 50%;
  content: "";
}
.type-check label, .wpcf7-acceptance label {
  display: inline-block;
  margin-right: 15px;
}
.type-check label:hover, .wpcf7-acceptance label:hover {
  cursor: pointer;
}
.type-check label > span, .wpcf7-acceptance label > span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.type-check label > span:before, .wpcf7-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 #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
}
.type-check label input[type=checkbox], .wpcf7-acceptance label input[type=checkbox] {
  display: none;
}
.type-check label input[type=checkbox]:checked + span:after, .wpcf7-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 #006eb7;
  border-bottom: 3px solid #006eb7;
  content: "";
  transform: rotate(45deg);
}
.type-check label input[type=checkbox]:checked + input[type=hidden] + span:after, .wpcf7-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 #006eb7;
  border-bottom: 3px solid #006eb7;
  content: "";
  transform: rotate(45deg);
}
.wpcf7-acceptance label {
  margin-right: 0;
}

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

@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-mainv-inner, .ly-footer-inner, .ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .ly-mainv, .ly-footer, .ly-cta, .el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.ly-container {
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ly-container {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .ly-breadcrumb {
    padding-right: 0;
    padding-left: 0;
    overflow-y: scroll;
  }
}

.bl-breadcrumb {
  margin: 20px 0;
  line-height: 0;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 768px) {
  .bl-breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .bl-breadcrumb:before, .bl-breadcrumb:after {
    display: inline-block;
    width: 20px;
    height: 1px;
    content: "";
  }
}
.bl-breadcrumb > li {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: normal;
}
.bl-breadcrumb > li:before {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.bl-breadcrumb > li:first-child {
  padding-left: 0;
}
.bl-breadcrumb > li:first-child:before {
  display: none;
}
.bl-breadcrumb > li > a {
  display: inline-block;
  color: #333;
}

.ly-pageHeader {
  position: relative;
  background: no-repeat #ccc center center/cover;
}
.overview .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_overview.jpg);
}
.service .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_service.jpg);
}
.business .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_business.jpg);
}
.seminar .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_seminar.jpg);
}
.column .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_column.jpg);
}
.recruit .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_recruit.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);
}
.zoom_meeting .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_zoom_meeting.jpg);
}
.staff .ly-pageHeader {
  background-color: #0071bd;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .staff .ly-pageHeader {
    background-size: 140% auto;
  }
}
@media screen and (max-width: 480px) {
  .staff .ly-pageHeader {
    background-size: 170% auto;
  }
}
.staff .ly-pageHeader:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  background: url(../images/pageheader/bg_pageheader_staff.jpg) no-repeat center bottom/cover;
  content: "";
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .staff .ly-pageHeader:before {
    background: url(../images/pageheader/bg_pageheader_staff_sp.jpg) no-repeat center bottom/contain;
  }
}
.ly-pageHeader--bgWht {
  background: #fff;
}
.overview .ly-pageHeader--bgWht {
  background-image: none;
}
.service .ly-pageHeader--bgWht {
  background-image: none;
}
.business .ly-pageHeader--bgWht {
  background-image: none;
}
.seminar .ly-pageHeader--bgWht {
  background-image: none;
}
.column .ly-pageHeader--bgWht {
  background-image: none;
}
.recruit .ly-pageHeader--bgWht {
  background-image: none;
}
.news .ly-pageHeader--bgWht {
  background-image: none;
}
.contact .ly-pageHeader--bgWht {
  background-image: none;
}
.zoom_meeting .ly-pageHeader--bgWht {
  background-image: none;
}
.ly-pageHeader-bar {
  height: 1px;
  background: no-repeat #ccc center center/cover;
}
.seminar .ly-pageHeader-bar {
  background-color: #f0785a;
}
.column .ly-pageHeader-bar {
  background-color: #006eb7;
}
.news .ly-pageHeader-bar {
  background-color: #999999;
}
.ly-pageHeader-body {
  position: relative;
  z-index: 1;
}
.ly-pageHeader-body-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 345px;
}
@media screen and (max-width: 768px) {
  .ly-pageHeader-body-inner {
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  .ly-pageHeader-body-inner {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .staff .ly-pageHeader-body-inner {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .staff .ly-pageHeader-body-inner {
    height: 180px;
  }
}
.ly-pageHeader-body-inner--hSm {
  justify-content: start;
  height: 130px;
  padding-top: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ly-pageHeader-body-inner--hSm {
    height: 120px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 380px) {
  .expand_to_japan .ly-pageHeader-body-inner--hSm {
    height: 160px;
  }
}
@media screen and (max-width: 530px) {
  .torrent_ip_protection .ly-pageHeader-body-inner--hSm {
    height: 160px;
  }
}
.ly-pageHeader-body-inner--hAuto {
  padding-top: 30px;
  height: auto;
}

.ly-figLead {
  background: no-repeat #ccc center center/cover;
}
.family_trust .ly-figLead {
  background-image: url(../images/pageheader_sub/bg_pageheader_sub_family_trust.jpg);
}
.divorce_and_gender_issues .ly-figLead {
  background-image: url(../images/pageheader_sub/bg_pageheader_sub_divorce_and_gender_issues.jpg);
}
.inheritance .ly-figLead {
  background-image: url(../images/pageheader_sub/bg_pageheader_sub_inheritance.jpg);
}
.korean_legal_affairs .ly-figLead {
  background-image: url(../images/pageheader_sub/bg_pageheader_sub_korean_legal_affairs.jpg);
}
.advisory_service .ly-figLead {
  background-image: url(../images/pageheader_sub/bg_pageheader_sub_advisory_service.jpg);
}
.personnel_and_labor_relations .ly-figLead {
  background-image: url(../images/pageheader_sub/bg_pageheader_sub_personnel_and_labor_relations.jpg);
}
.expand_to_japan .ly-figLead {
  background-image: url(../images/pageheader_sub/bg_pageheader_sub_expand_to_japan.jpg);
}
.torrent_ip_protection .ly-figLead {
  background-image: url(../images/pageheader_sub/bg_pageheader_sub_torrent_ip_protection.jpg);
}
.ly-figLead-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 240px;
}
@media screen and (max-width: 480px) {
  .ly-figLead-inner {
    height: 200px;
  }
}

.ly-localnav {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ly-localnav {
    padding-right: 0;
    padding-left: 0;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.ly-localnav--bgGry {
  background: #f2f2f2;
}
.ly-localnav--bgMain {
  background: rgba(0, 110, 183, 0.8);
}
.ly-localnav-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ly-localnav-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ly-localnav--hSm .ly-localnav-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ly-sect {
  position: relative;
}
.ly-sect-inner {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .ly-sect-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.ly-sect-inner--ptLg {
  padding-top: 130px;
}
@media screen and (max-width: 480px) {
  .ly-sect-inner--ptLg {
    padding-top: 70px;
  }
}
.ly-sect.js-anim-fade-start {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.5s cubic-bezier(0.43, 0.03, 0.26, 0.97), opacity 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.2s;
}
.ly-sect.js-anim-fadein {
  opacity: 1;
  transform: translateY(0);
}

.bl-sect {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.bl-sect:last-child {
  margin-bottom: 0;
}
.bl-sect--blockWht {
  margin-bottom: 70px;
  padding: 40px;
  background: #fff;
}
.bl-sect.js-anim-fade-start {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.5s cubic-bezier(0.43, 0.03, 0.26, 0.97), opacity 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.2s;
}
.bl-sect.js-anim-fadein {
  opacity: 1;
  transform: translateY(0);
}

.ly-main-inner {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .ly-main-inner {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.ly-main-inner-df {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .ly-main-inner-df {
    display: block;
  }
}

.ly-body {
  position: relative;
}
.ly-body-inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
.ly-body-inner--wSm {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ly-body-inner--ptpbSm {
  padding-top: 55px;
  padding-bottom: 55px;
}
.ly-body--bgGry:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #f2f2f2;
  content: "";
}

.ly-relatedPost {
  background: #f2f2f2;
}
.ly-relatedPost-inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 50px;
}

.ly-article {
  flex: 1 1 auto;
  padding-right: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ly-article {
    margin-bottom: 50px;
    padding-right: 0;
  }
}

.ly-side {
  flex: 0 0 280px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .ly-side {
    flex-basis: 200px;
  }
}

.ly-mainv-inner, .ly-footer-inner, .ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .ly-mainv, .ly-footer, .ly-cta, .el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.el-logo {
  display: block;
  margin: 0 0 0 40px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 1160px) {
  .el-logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .el-logo {
    padding-top: 13px;
  }
}
@media screen and (max-width: 480px) {
  .el-logo {
    padding-top: 13px;
    margin-left: 15px;
  }
}
.el-logo > a {
  display: block;
  width: 210px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-logo > a {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .el-logo > a {
    width: 155px;
  }
}

.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 5000;
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .ly-header {
    width: 100vw;
    height: 60px;
  }
  .is-nav-open .ly-header {
    height: 100vh;
    opacity: 1;
    visibility: visible;
  }
}
.ly-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 5002;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ly-header-inner {
    display: block;
  }
}
.ly-header-lv2 {
  padding-top: 20px;
}

.bl-gnav {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1160px) {
  .bl-gnav {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: left;
    letter-spacing: -0.4em;
  }
}
@media screen and (max-width: 480px) {
  .bl-gnav {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1160px) {
  .bl-gnav-body-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.96);
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
  .is-nav-open .bl-gnav-body-wrapper {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
@media screen and (max-width: 1160px) {
  .bl-gnav-body {
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #fff;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .is-nav-open .bl-gnav-body {
    display: block;
  }
}
.bl-gnav-item {
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 1160px) {
  .bl-gnav-item {
    margin-left: 0;
    border-bottom: 1px solid #e6e6e6;
    letter-spacing: normal;
  }
  .bl-gnav-item:first-child {
    border-top: 1px solid #e6e6e6;
  }
}
.bl-gnav-item > a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  backface-visibility: hidden;
}
.bl-gnav-item > a:hover {
  color: #006eb7;
  text-decoration: none;
}
.bl-gnav-item > a > span {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1160px) {
  .bl-gnav-item > a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
}
.bl-gnav-item.is-nav-active > a, .bl-gnav-item.is-current > a {
  color: #006eb7;
}
.bl-gnav-item-lang {
  display: inline-block;
}
.bl-gnav-item-lang > a {
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #b3b3b3;
}
.bl-gnav-item-lang.is-current > a {
  color: #333;
}
@media screen and (max-width: 1160px) {
  .bl-gnav-item-lang {
    margin: 40px 0 40px;
    border-bottom: 0;
  }
}
.bl-gnav-item-lang + .bl-gnav-item-lang {
  position: relative;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 10px;
}
.bl-gnav-item-lang + .bl-gnav-item-lang:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  background: #b3b3b3;
  height: 80%;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 1160px) {
  .bl-gnav-item-lang + .bl-gnav-item-lang {
    margin-left: 20px;
    padding-left: 19px;
  }
}
@media screen and (max-width: 1160px) {
  .bl-gnav-item-utility {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.bl-gnav-item-utility > a {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 25px;
  background: #333;
  color: #fff;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-gnav-item-utility > a > span {
  padding-top: 0;
  padding-bottom: 0;
}
.bl-gnav-item-utility > a:hover {
  color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 1160px) {
  .bl-gnav-item-utility > a {
    height: auto;
    padding: 20px 25px;
  }
}
.bl-gnav-item-utility > a > span:after {
  display: none;
}
.bl-gnav-item-utility.is-current > a {
  color: #fff;
}
.bl-gnav-lv2 {
  white-space: nowrap;
}
@media screen and (max-width: 1160px) {
  .bl-gnav-lv2 {
    white-space: normal;
    visibility: hidden;
  }
  .is-nav-open .bl-gnav-lv2 {
    visibility: visible;
  }
}
.bl-gnav-lv2-wrapper {
  position: absolute;
  top: 100%;
  left: -10px;
  padding: 20px;
  box-sizing: border-box;
  background: #4d4d4d;
  font-size: 1.4rem;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.6s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.6s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-nav-active .bl-gnav-lv2-wrapper {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1160px) {
  .bl-gnav-lv2-wrapper {
    position: static;
    padding-top: 0;
    background: none;
    opacity: 1;
  }
  .is-nav-open .bl-gnav-lv2-wrapper {
    visibility: visible;
  }
}
.bl-gnav-lv2-wrapper:before {
  position: absolute;
  top: -13px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent #4d4d4d transparent;
  content: "";
}
@media screen and (max-width: 1160px) {
  .bl-gnav-lv2-wrapper:before {
    display: none;
  }
}
.bl-gnav-lv2-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media screen and (max-width: 1160px) {
  .bl-gnav-lv2-item {
    display: block;
  }
}
.bl-gnav-lv2-item:last-child {
  margin-bottom: 0;
}
.bl-gnav-lv2-item > a {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 6px;
  color: #FFF;
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1160px) {
  .bl-gnav-lv2-item > a {
    display: block;
    color: #333;
  }
}
.bl-gnav-lv2-item > a:hover {
  background: #333;
  text-decoration: none;
}
@media screen and (max-width: 1160px) {
  .bl-gnav-lv2-item > a:hover {
    color: #FFF;
  }
}
.bl-gnav-lv3-item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 40px;
}
@media screen and (max-width: 1160px) {
  .bl-gnav-lv3-item {
    margin-left: 30px;
    padding-left: 15px;
  }
}
.bl-gnav-lv3-item:last-child {
  margin-bottom: 0;
}
.bl-gnav-lv3-item:before {
  position: absolute;
  top: 10px;
  left: 15px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
}
@media screen and (max-width: 1160px) {
  .bl-gnav-lv3-item:before {
    left: 0;
    border-color: #333;
  }
}
.bl-gnav-lv3-item > a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  color: #FFF;
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1160px) {
  .bl-gnav-lv3-item > a {
    display: block;
    color: #333;
  }
}
.bl-gnav-lv3-item > a:hover {
  background: #333;
  text-decoration: none;
}
@media screen and (max-width: 1160px) {
  .bl-gnav-lv3-item > a:hover {
    color: #FFF;
  }
}

.el-gnav-sp {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 38px;
  height: 22px;
  padding-top: 8px;
  z-index: 200;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 5200;
}
@media screen and (max-width: 1160px) {
  .el-gnav-sp {
    display: block;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .el-gnav-sp {
    top: 19px;
    right: 17px;
  }
}
@media screen and (max-width: 480px) {
  .el-gnav-sp {
    width: 30px;
    height: 17px;
    padding-top: 7px;
  }
}
.el-gnav-sp > span {
  display: block;
  width: 38px;
  height: 2px;
  margin: 0 auto;
  background: #000;
  transition: all ease 0.3s;
}
@media screen and (max-width: 480px) {
  .el-gnav-sp > span {
    width: 30px;
    height: 1px;
  }
}
.el-gnav-sp .top {
  transform: translateY(-8px) scale(1);
}
@media screen and (max-width: 480px) {
  .el-gnav-sp .top {
    transform: translateY(-7px) scale(1);
  }
}
.el-gnav-sp .bottom {
  transform: translateY(8px) scale(1);
}
@media screen and (max-width: 480px) {
  .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: 480px) {
  .is-nav-open .el-gnav-sp .top {
    transform: translateY(1px) 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: 480px) {
  .is-nav-open .el-gnav-sp .bottom {
    transform: translateY(-1px) rotate(-45deg);
  }
}

.ly-mainv-inner, .ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .ly-mainv, .el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.ly-cta {
  overflow: hidden;
}
.ly-cta-inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-cta {
  display: flex;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .bl-cta {
    display: block;
  }
}
.bl-cta-item {
  position: relative;
  flex-basis: 50%;
}
.bl-cta-item:before {
  position: absolute;
  top: 0;
  display: block;
  width: 50vw;
  height: 100%;
  background: no-repeat #ccc center center/cover;
  content: "";
}
@media screen and (max-width: 768px) {
  .bl-cta-item:before {
    width: 100vw;
  }
}
.bl-cta-item--bgPosR:before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .bl-cta-item--bgPosR:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bl-cta-item--bgPosL:before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .bl-cta-item--bgPosL:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.bl-cta-item--bgOnline:before {
  background-image: url("../images/bg_cta_online.jpg");
  background-color: #006eb7;
}
.bl-cta-item--bgContact:before {
  background-image: url("../images/bg_cta_contact.jpg");
  background-color: #333;
}
.bl-cta-item-inner {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}
.bl-cta-item-inner--pr {
  padding-right: 12%;
}
@media screen and (max-width: 768px) {
  .bl-cta-item-inner--pr {
    padding-right: 0;
  }
}
.bl-cta-item-inner--pl {
  padding-left: 12%;
}
@media screen and (max-width: 768px) {
  .bl-cta-item-inner--pl {
    padding-left: 0;
  }
}
.bl-cta-title {
  margin: 0 0 1em;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-cta-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .bl-cta-title {
    font-size: 2.4rem;
  }
}
.bl-cta-txt {
  margin: 0 0 30px;
}
.bl-cta-contact {
  justify-content: center;
  flex-wrap: nowrap;
  margin-right: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .bl-cta-contact {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .bl-cta-contact {
    display: block;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
.bl-cta-contact > .col {
  width: auto;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .bl-cta-contact > .col {
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-cta-contact > .col:first-child {
  position: relative;
}
.bl-cta-contact-title {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.bl-cta-contact-tel {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.bl-cta-contact-tel > a {
  color: #fff;
}
.bl-cta-contact-txt {
  font-size: 1.3rem;
  color: #ccc;
  text-align: center;
}

.bl-pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}
.bl-pagetop > a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #006eb7;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .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: 480px) {
  .bl-pagetop > a:before {
    width: 12px;
    height: 12px;
  }
}
.bl-pagetop > a:hover:before {
  transform: translate(-50%, -60%) rotate(-45deg);
}

.ly-footer {
  background: #7d8d9e;
  color: #fff;
}
.ly-footer-inner {
  padding-top: 50px;
}

.el-footer-logo {
  width: 204px;
  margin-bottom: 30px;
}
.el-footer-logo > a {
  display: block;
}
@media screen and (max-width: 480px) {
  .el-footer-logo {
    width: 180px;
  }
}

.bl-footer-address {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #929fad;
}
@media screen and (max-width: 768px) {
  .bl-footer-address {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .bl-footer-address-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .bl-footer-address-item:last-child {
    margin-bottom: 0;
  }
}
.bl-footer-address-title {
  margin-bottom: 0;
  font-weight: bold;
}
.bl-footer-address-txt {
  margin-bottom: 0;
  color: #cdd5dd;
}

.el-footer-address-btn {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 3px;
  color: #cdd5dd;
  background: #617489;
  font-size: 1.3rem;
  line-height: 1;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-footer-address-btn:hover {
  text-decoration: none;
  opacity: 0.4;
}
.bl-dl-row .el-footer-address-btn {
  color: #fff;
}

.bl-fnav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bl-fnav {
    display: block;
  }
}
.bl-fnav-item {
  margin: 0 20px 50px 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .bl-fnav-item {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.bl-fnav-item:last-child {
  margin-right: 0;
}
.bl-fnav-item > dt {
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl-fnav-item > dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.bl-fnav-item > dt > a {
  color: #fff;
}
.bl-fnav-item > dd {
  margin: 0 0 8px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl-fnav-item > dd {
    display: none;
  }
}
.bl-fnav-item > dd > a {
  color: #cdd5dd;
}
.bl-fnav-item-sub {
  margin-top: 0;
  margin-bottom: 2.5em;
}
.bl-fnav-item-sub:last-child {
  margin-bottom: 0;
}
.bl-fnav-item-sub > li {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .bl-fnav-item-sub > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .bl-fnav-item-sub > li:last-child {
    margin-bottom: 0;
  }
}
.bl-fnav-item-sub > li > a {
  color: #fff;
}
.bl-fnav-lv2-item {
  margin: 0.5em 0 0 1em;
}
.bl-fnav-lv2-item > li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 1em;
  font-weight: normal;
}
.bl-fnav-lv2-item > li:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #cdd5dd;
  border-right: 1px solid #cdd5dd;
  transform: rotate(45deg);
  box-sizing: border-box;
  content: "";
}
.bl-fnav-lv2-item > li > a {
  color: #cdd5dd;
}

.el-copyright {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #a2b1bf;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-copyright {
    border-top: 0;
  }
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.ly-mainv {
  position: relative;
  height: 560px;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .ly-mainv {
    height: 550px;
  }
}
.ly-mainv-inner {
  position: relative;
  height: 100%;
}
.ly-mainv.js-anim-loading-start {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97), opacity 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.2s;
}
.is-loaded .ly-mainv.js-anim-loading-start {
  opacity: 1;
  transform: translateY(0);
}

.el-mainv-bg {
  position: absolute;
  top: 0;
  left: 150px;
  width: 100vw;
  max-width: 950px;
  height: 100%;
  background: url(../images/top/mainv_01.jpg) no-repeat #ccc center center/cover;
  z-index: 0;
}
@media screen and (max-width: 1160px) {
  .el-mainv-bg {
    left: 120px;
  }
}
@media screen and (max-width: 768px) {
  .el-mainv-bg {
    left: 50px;
    background-image: url(../images/top/mainv_01-light.jpg);
    background-position: right center;
  }
}
@media screen and (max-width: 480px) {
  .el-mainv-bg {
    left: -20px;
    background-position: center center;
  }
}
.el-mainv-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-mainv-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 80, 160, 0.85);
  content: "";
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .el-mainv-btn:before {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .el-mainv-btn {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .el-mainv-btn {
    font-size: 1.9rem;
  }
}
.el-mainv-btn-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding-left: 150px;
  padding-right: 100px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 1160px) {
  .el-mainv-btn-wrapper {
    padding-left: 120px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .el-mainv-btn-wrapper {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .el-mainv-btn-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.el-mainv-btn-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .el-mainv-btn-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .el-mainv-btn-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.el-mainv-btn-txt {
  position: relative;
  display: block;
  margin-right: 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .el-mainv-btn-txt {
    margin-right: 25px;
  }
}
@media screen and (max-width: 600px) {
  .el-mainv-btn-txt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .el-mainv-btn-txt {
    margin-right: 0;
  }
}
.el-mainv-btn-txt-sub {
  position: relative;
  display: block;
  font-size: 1.5rem;
  z-index: 1;
}
.el-mainv-btn-txt-sub:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  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);
}
@media screen and (max-width: 768px) {
  .el-mainv-btn-txt-sub {
    font-size: 1.4rem;
  }
}
.el-mainv-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.bl-catchcopy {
  margin-bottom: 15px;
  font-size: 3.5rem;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .bl-catchcopy {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.bl-catchcopy-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .bl-catchcopy-wrapper {
    transform: translateY(-50%);
  }
}
.js-anim-loading-start .bl-catchcopy {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.3s, opacity 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.6s;
}
.is-loaded .js-anim-loading-start .bl-catchcopy {
  opacity: 1;
  transform: translateY(0);
}
.bl-catchcopy-txt {
  color: #1a1a1a;
}
@media screen and (max-width: 480px) {
  .bl-catchcopy-txt > br {
    display: none;
  }
}
.js-anim-loading-start .bl-catchcopy-txt {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.4s, opacity 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.7s;
}
.is-loaded .js-anim-loading-start .bl-catchcopy-txt {
  opacity: 1;
  transform: translateY(0);
}
.bl-catchcopy-btn {
  margin-top: 20px;
}
.js-anim-loading-start .bl-catchcopy-btn {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.5s, opacity 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.8s;
}
.is-loaded .js-anim-loading-start .bl-catchcopy-btn {
  opacity: 1;
  transform: translateY(0);
}

.bl-newstext {
  font-weight: bold;
  margin-top: 30px;
  color: red;
}
.js-anim-loading-start .bl-newstext {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.6s, opacity 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.9s;
}
.is-loaded .js-anim-loading-start .bl-newstext {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .bl-newstext {
    margin-top: 20px;
  }
}

.bg-block:before {
  position: absolute;
  display: block;
  width: 100vw;
  height: calc(100% + 50px);
  top: 0;
  background: rgba(231, 239, 246, 0.8);
  content: "";
}
@media screen and (max-width: 480px) {
  .bg-block:before {
    top: 0;
    height: 100%;
  }
}
.js-anim-loading-start .bg-block:before {
  opacity: 0;
  transform: translateY(-40px);
  transition: transform 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97), opacity 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97) 0.2s;
}
.is-loaded .js-anim-loading-start .bg-block:before {
  opacity: 1;
  transform: translateY(0);
}
.bg-block--posR:before {
  right: 100px;
}
@media screen and (max-width: 1160px) {
  .bg-block--posR:before {
    right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .bg-block--posR:before {
    right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bg-block--posR:before {
    right: -20px;
  }
}
.bg-block--posL:before {
  left: 100px;
}
@media screen and (max-width: 1160px) {
  .bg-block--posL:before {
    left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .bg-block--posL:before {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bg-block--posL:before {
    left: -20px;
  }
}
.bg-block--ptMinus:before {
  top: -70px;
  height: calc(100% + 70px + 50px);
}
@media screen and (max-width: 480px) {
  .bg-block--ptMinus:before {
    top: 0;
    height: 100%;
  }
}

.bg-photo:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: no-repeat #006eb7 center center/cover;
  z-index: 0;
}
.bg-photo-topService:before {
  background-image: url(../images/top/bg_top_service.jpg);
}
.bg-photo-topProfessionals {
  height: 560px;
  background-color: #0071bd;
}
.bg-photo-topProfessionals:before {
  left: 50%;
  max-width: 1200px;
  background-color: #0071bd;
  background-image: url(../images/top/bg_top_professionals.jpg);
  background-position: center bottom;
  background-size: 100% auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .bg-photo-topProfessionals:before {
    background-image: url(../images/top/bg_top_professionals_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .bg-photo-topProfessionals {
    height: 520px;
  }
}
@media screen and (max-width: 480px) {
  .bg-photo-topProfessionals {
    height: 380px;
  }
}

.bl-topProfessionals-btn {
  position: absolute;
  top: 130px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .bl-topProfessionals-btn {
    position: static;
  }
}

.bl-office {
  justify-content: center;
}
.bl-office .bl-card-item {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-office {
    margin: 0 auto;
  }
  .bl-office .bl-card-item {
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .bl-office .bl-card-item:last-child {
    margin-bottom: 0;
  }
  .bl-office .bl-card-body {
    padding-left: 0;
  }
  .bl-office .bl-card-fig {
    margin-bottom: 10px;
  }
  .bl-office .bl-card-fig > span {
    padding-top: 27%;
  }
  .bl-office .bl-card-fig > span img {
    width: 100%;
    height: auto;
  }
}

.bl-newsList {
  width: 100%;
  margin: 0 0 1.5em;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.6;
}
.bl-newsList > dt {
  float: left;
  width: 220px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  color: #999;
  clear: both;
}
.bl-newsList > dt > span {
  display: inline-block;
  width: 100px;
  margin-right: 8px;
  padding: 4px 5px;
  background: #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.bl-newsList > dt > span.cat-column {
  background: #006eb7;
}
.bl-newsList > dt > span.cat-seminar {
  background: #f0785a;
}
@media screen and (max-width: 480px) {
  .bl-newsList > dt {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 0;
    border-top: 1px solid #d9d9d9;
  }
}
.bl-newsList > dd {
  width: 100%;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 220px;
  border-top: 1px solid #d9d9d9;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-newsList > dd {
    border-top: none;
    padding-top: 0;
    padding-left: 0;
  }
}
.bl-newsList > dd > a {
  color: #333;
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.bl-greeting {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bl-greeting {
    display: block;
  }
}
.bl-greeting-body {
  flex: 1 1 auto;
  padding-right: 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-greeting-body {
    padding-right: 0;
  }
}
.bl-greeting-fig {
  flex: 0 0 155px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-greeting-fig {
    width: 100%;
    max-width: 340px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .bl-greeting-fig > p > br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .bl-greetingPhoto {
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 480px) {
  .bl-greetingPhoto {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .bl-greetingPhoto-item {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .bl-greetingPhoto-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bl-greetingPhoto-item > p:last-child {
    margin-bottom: 0;
  }
}

.el-greetingPhoto {
  position: relative;
  margin-bottom: 10px;
  background: #ccc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 106%;
  overflow: hidden;
}
.el-greetingPhoto > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  height: auto;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .bl-aboutOrbis .col:first-child {
    margin-bottom: 30px;
  }
}

.bl-philosophy {
  margin: 2.5em 0;
  counter-reset: philosophy_num;
}
@media screen and (max-width: 480px) {
  .bl-philosophy {
    margin: 2em 0;
  }
}
.bl-philosophy > li {
  position: relative;
  margin-bottom: 2.5em;
  padding-left: 40px;
  counter-increment: philosophy_num;
}
@media screen and (max-width: 480px) {
  .bl-philosophy > li {
    margin-bottom: 2em;
  }
}
.bl-philosophy > li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #006eb7;
  font-size: 2rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  content: counter(philosophy_num);
}
.bl-philosophy-title {
  margin: 0 0 0.5em;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.bl-philosophy-txt {
  margin: 0;
}

.bl-access {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bl-access {
    display: block;
    margin-bottom: 50px;
  }
}
.bl-access-name {
  margin-top: 0;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .bl-access-name {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .bl-access-name {
    margin-bottom: 0.5em;
    font-size: 2.4rem;
  }
}
.bl-access-tel {
  font-size: 2.8rem;
}
.bl-access-address {
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-access-address {
    width: 100%;
    padding-right: 0;
  }
}
.bl-access-notes {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-access-notes {
    width: 100%;
  }
}
.bl-access-map {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bl-access-map {
    flex-wrap: wrap;
  }
}
.bl-access-map-body {
  flex: 1 1 auto;
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-access-map-body {
    padding-right: 0;
    flex: unset;
    width: 100%;
    order: 2;
  }
}
.bl-access-map-body > p {
  margin-bottom: 0;
}
.bl-access-map-btn {
  flex: 0 0 220px;
}
@media screen and (max-width: 768px) {
  .bl-access-map-btn {
    margin-top: 20px;
    flex: unset;
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}

.el-googlemap {
  margin-top: 40px;
  margin-bottom: 30px;
  height: 363px;
}
@media screen and (max-width: 768px) {
  .el-googlemap {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
.el-googlemap > iframe {
  width: 100%;
  height: 100%;
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.bl-staff {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .bl-staff {
    padding-top: 0px;
  }
}
.bl-staff-item {
  margin-top: 80px;
}
.bl-staff-item:first-child, .bl-staff-item:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .bl-staff-item {
    margin-top: 50px;
  }
  .bl-staff-item:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .bl-staff-item {
    margin-top: 30px;
  }
  .bl-staff-item:nth-child(2) {
    margin-top: 30px;
  }
}
.bl-staff-item > a {
  display: flex;
  color: #333;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-staff-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-staff-fig {
  flex: 0 0 180px;
}
@media screen and (max-width: 480px) {
  .bl-staff-fig {
    flex: 0 0 90px;
  }
}
.bl-staff-fig > span {
  background: #ccc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 121%;
  overflow: hidden;
}
.bl-staff-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  height: auto;
  z-index: 0;
}
.bl-staff-body {
  flex: 1 1 auto;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-staff-body {
    padding-left: 15px;
  }
}
.bl-staff-pos {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .bl-staff-pos {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
}
.bl-staff-name {
  display: inline-block;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .bl-staff-name {
    font-size: 2.4rem;
  }
}
.bl-staff-name-kana {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.bl-staff-field {
  margin: 10px 0 0;
  font-size: 1.3rem;
  line-height: 1.75;
}
.bl-staff-field > dt {
  margin: 0 0 0.3em;
  color: #006eb7;
  font-weight: bold;
}
.bl-staff-field > dd {
  margin: 0;
}
.bl-staff-field-list {
  margin: 0;
}
.bl-staff-field-list > li {
  position: relative;
  padding-left: 12px;
}
.bl-staff-field-list > li:last-child {
  margin-bottom: 0;
}
.bl-staff-field-list > li:before {
  top: 11px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  content: "";
}

.bl-officeName {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
.bl-officeName > span {
  color: #006eb7;
}

.bl-staffUnit {
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-staffUnit {
    display: block;
  }
}
.bl-staffUnit-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-wrapper:before {
    position: absolute;
    top: 90px;
    left: 0;
    display: block;
    width: 100vw;
    height: calc(100% - 90px);
    margin-left: calc(50% - 50vw);
    background: #e7eff6;
    content: "";
  }
}
.bl-staffUnit-fig {
  flex: 0 0 320px;
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-fig {
    flex-basis: auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 60px;
  }
}
.bl-staffUnit-fig > span {
  background: #ccc;
  z-index: 1;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 131.25%;
  overflow: hidden;
}
.bl-staffUnit-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  height: auto;
  z-index: 0;
}
.bl-staffUnit-body {
  flex: 1 1 auto;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-body {
    padding-left: 0;
  }
}
.bl-staffUnit-body-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 45px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-body-detail {
    display: block;
    min-height: initial;
  }
}
.bl-staffUnit-body-detail:before {
  position: absolute;
  top: 0;
  left: -185px;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #e7eff6;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-body-detail:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-body-detail {
    padding-top: 10px;
  }
}
.bl-staffUnit-name {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-name {
    display: inline-block;
  }
}
.bl-staffUnit-name-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 55px;
  line-height: 1.2;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-name-group {
    display: block;
    margin-bottom: 30px;
  }
}
.bl-staffUnit-name-sub {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-name-sub {
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.bl-staffUnit-name-sub .fz-smaller {
  font-size: 1.8rem;
}
.bl-staffUnit-name-sub:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 80%;
  background: #e6e6e6;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-name-sub:after {
    display: none;
  }
}
.bl-staffUnit-name-kana {
  margin: 0 0 0 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-name-kana {
    display: inline-block;
    font-size: 1.4rem;
  }
}
.bl-staffUnit-title {
  margin: 40px 0 0;
  color: #006eb7;
  font-size: 1.7rem;
}
.bl-staffUnit-title:first-child {
  margin-top: 0;
}
.bl-staffUnit-field {
  position: relative;
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 1160px) {
  .bl-staffUnit-field {
    display: block;
  }
}
.bl-staffUnit-field-title {
  flex: 0 0 170px;
}
@media screen and (max-width: 1160px) {
  .bl-staffUnit-field-title {
    margin-bottom: 1.5em;
  }
}
.bl-staffUnit-field-body {
  flex: 1 1 auto;
}
.bl-staffUnit-profile th,
.bl-staffUnit-profile td {
  box-sizing: border-box;
  vertical-align: top;
}
.bl-staffUnit-profile th,
.bl-staffUnit-profile .item-year {
  width: 125px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bl-staffUnit-profile th,
  .bl-staffUnit-profile .item-year {
    width: 85px;
  }
}
.bl-staffUnit-list {
  margin: 0 0 1.5em;
}
.bl-staffUnit-list > li {
  position: relative;
  padding-left: 18px;
}
.bl-staffUnit-list > li:last-child {
  margin-bottom: 0;
}
.bl-staffUnit-list > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  content: "";
}
.bl-staffUnit-list--fzLg {
  font-size: 1.6rem;
}
.bl-staffUnit-list--fzLg > li:before {
  top: 16px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}

.bl-staffNav .col {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bl-staffNav .col {
    margin-bottom: 40px;
  }
  .bl-staffNav .col:last-child {
    margin-bottom: 0;
  }
}

.bl-staffList {
  margin: 0;
  font-weight: bold;
  line-height: 0;
  letter-spacing: -0.4em;
}
.bl-staffList > li {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 8px;
  padding-right: 18px;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .bl-staffList > li {
    margin-right: 12px;
    padding-right: 12px;
  }
}
.bl-staffList > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 80%;
  background: rgba(77, 77, 77, 0.6);
  content: "";
  transform: translateY(-50%);
}
.bl-staffList > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.bl-staffList > li:last-child:after {
  display: none;
}
.bl-staffList > li > a {
  color: #4d4d4d;
}
.bl-staffList > li.is-current > a {
  color: #b3b3b3;
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.bl-service {
  position: relative;
}
.bl-service:nth-child(even):before {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  display: block;
  width: 100vw;
  height: 100%;
  background: #e7eff6;
  content: "";
}
.bl-service:nth-child(even) .el-heading-icon-fig {
  background: #fff;
}
.bl-service-item {
  position: relative;
  padding: 70px 0 50px;
  z-index: 1;
}
.bl-service-body {
  padding-left: 120px;
}
@media screen and (max-width: 768px) {
  .bl-service-body {
    padding-left: 0;
  }
}

.bl-onestop {
  margin-top: 40px;
}
.bl-onestop.grid2 {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bl-onestop > .col {
    margin-bottom: 50px;
  }
  .bl-onestop > .col:last-child {
    margin-bottom: 0;
  }
}
.bl-onestop-fig {
  margin: 0 0 30px;
}
.bl-onestop-link {
  border-bottom: 1px solid #c7d9ec;
  font-size: 1.3rem;
}
.bl-onestop-link > li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #c7d9ec;
  box-sizing: border-box;
}
.bl-onestop-link > li > span {
  color: #006eb7;
  font-weight: bold;
}
.bl-onestop-link > li > a {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  color: #333;
}
.bl-onestop-link > li > a:before {
  position: absolute;
  top: 50%;
  right: -16px;
  display: block;
  width: 1px;
  height: 50%;
  background: rgba(51, 51, 51, 0.5);
  transform: translateY(-50%);
  content: "";
}
.bl-onestop-link > li > a:last-child {
  margin-right: 0;
}
.bl-onestop-link > li > a:last-child:before {
  display: none;
}
.bl-onestop-link > li > a[target=_blank]:after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 7px;
  background: url(../images/icon_common/icon_external_gry.svg) no-repeat center center/cover;
  content: "";
}

.bl-areaTags {
  margin: 25px -15px 0 0;
  letter-spacing: -0.4em;
}
.bl-areaTags > dt,
.bl-areaTags > dd {
  padding-right: 15px;
  letter-spacing: normal;
  box-sizing: border-box;
}
.bl-areaTags > dt {
  margin-bottom: 10px;
  color: #006eb7;
  font-weight: normal;
}
.bl-areaTags > dd {
  display: inline-block;
  width: 210px;
  margin: 0 0 15px;
}
.bl-areaTags > dd a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #006eb7;
  border-radius: 5px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.4;
  text-align: center;
  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);
}
.bl-areaTags > dd a:hover {
  background: #006eb7;
  color: #fff;
  text-decoration: none;
}

.el-serviceImg img {
  max-width: 390px;
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-figLead-wrapper, .el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.bl-gridUnit {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bl-gridUnit {
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-gridUnit-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl-gridUnit-item {
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-gridUnit--bd {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .bl-gridUnit--bd {
    border-bottom: 1px solid #e6e6e6;
  }
}
.bl-gridUnit--bd .bl-gridUnit-item {
  margin-top: -1px;
  padding-top: 25px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .bl-gridUnit--bd .bl-gridUnit-item {
    padding-top: 35px;
    padding-bottom: 25px;
    border-top: 1px solid #e6e6e6;
  }
}
.bl-gridUnit--bd .bl-gridUnit-item:nth-child(odd):before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200%;
  height: 1px;
  background: #e6e6e6;
  content: "";
}
@media screen and (max-width: 768px) {
  .bl-gridUnit--bd .bl-gridUnit-item:nth-child(odd):before {
    display: none;
  }
}
.bl-gridUnit--bd .bl-gridUnit-item:nth-child(odd):after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 200%;
  height: 1px;
  background: #e6e6e6;
  content: "";
}
@media screen and (max-width: 768px) {
  .bl-gridUnit--bd .bl-gridUnit-item:nth-child(odd):after {
    display: none;
  }
}
.bl-gridUnit--bdB {
  margin-right: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .bl-gridUnit--bdB {
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-gridUnit--bdB .bl-gridUnit-item {
  position: relative;
  margin-bottom: 55px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .bl-gridUnit--bdB .bl-gridUnit-item {
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.bl-gridUnit--bdB .bl-gridUnit-item:nth-child(odd):after {
  position: absolute;
  bottom: 0;
  left: 30px;
  display: block;
  width: calc(200% - 60px);
  height: 1px;
  background: #e6e6e6;
  content: "";
}
@media screen and (max-width: 768px) {
  .bl-gridUnit--bdB .bl-gridUnit-item:nth-child(odd):after {
    display: none;
  }
}
.bl-gridUnit--bdB .bl-gridUnit-item:nth-child(odd):nth-last-child(2), .bl-gridUnit--bdB .bl-gridUnit-item:nth-child(odd):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bl-gridUnit--bdB .bl-gridUnit-item:nth-child(odd):nth-last-child(2):after, .bl-gridUnit--bdB .bl-gridUnit-item:nth-child(odd):last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-gridUnit--bdB .bl-gridUnit-item:nth-child(odd):nth-last-child(2) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.bl-gridUnit--bdB .bl-gridUnit-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-gridUnit--bdB .bl-gridUnit-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.bl-gridUnit--bdB .bl-gridUnit-item:last-child:after {
  display: none;
}
.bl-gridUnit--pLg {
  margin-right: -50px;
  margin-left: -50px;
}
@media screen and (max-width: 768px) {
  .bl-gridUnit--pLg {
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-gridUnit--pLg .bl-gridUnit-item {
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .bl-gridUnit--pLg .bl-gridUnit-item {
    padding-right: 0;
    padding-left: 0;
  }
}

.bl-gridMedia {
  margin-bottom: 35px;
}
.bl-gridMedia--bdT {
  position: relative;
  margin-top: 10px;
  padding-top: 30px;
}
.bl-gridMedia--bdT:before {
  position: absolute;
  top: 0;
  left: 25px;
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background: #e6e6e6;
  content: "";
}
@media screen and (max-width: 768px) {
  .bl-gridMedia--bdT:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bl-gridMedia--bdT {
    border-top: 1px solid #e6e6e6;
  }
}
.bl-gridMedia--bdB {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.bl-gridMedia--bdB:after {
  position: absolute;
  bottom: 0;
  left: 25px;
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background: #e6e6e6;
  content: "";
}
@media screen and (max-width: 768px) {
  .bl-gridMedia--bdB:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bl-gridMedia--bdB {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 768px) {
  .bl-gridMedia-body {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bl-gridMedia-fig {
    text-align: center;
  }
  .bl-gridMedia-fig img {
    width: auto;
    max-width: 100%;
  }
}

.bl-priceTable {
  width: 100%;
  margin: 0;
  min-width: 1000px;
}
.bl-priceTable-wrapper {
  margin: 3em 0 0;
  overflow-x: auto;
}
.bl-priceTable th,
.bl-priceTable td {
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  font-weight: 500;
  text-align: left;
}
.bl-priceTable th span,
.bl-priceTable td span {
  font-weight: 700;
}
.bl-priceTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background: #e0eaf4;
  border-bottom: 1px solid #FFF;
}
.bl-priceTable td {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ecf2f8;
  border: 1px solid #FFF;
}
.bl-priceTable .el-th-title {
  padding-left: 30px;
  padding-right: 15px;
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv, .bl-figLead-wrapper {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.bl-figLead {
  position: relative;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
.bl-figLead-wrapper {
  position: relative;
}
.bl-figLead-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: rgba(128, 128, 128, 0.8);
  content: "";
  z-index: 0;
}

.bl-worryList {
  margin: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.bl-worryList-item {
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
.bl-worryList-item-inner {
  display: flex;
  min-height: 80px;
  padding-right: 40px;
  padding-left: 40px;
  background: #fff;
  border-radius: 40px;
  box-sizing: border-box;
}
.bl-worryList-item-fig {
  flex: 0 0 61px;
  display: flex;
  align-items: flex-end;
}
.bl-worryList-item-fig img {
  width: 100%;
  height: auto;
}
.bl-worryList-item-body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 20px;
  line-height: 1.75;
}
.bl-worryList-item-body > span {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bl-worryList-item-body > span > br {
    display: none;
  }
}
.bl-worryList-noGr {
  margin-right: 0;
  margin-left: 0;
}
.bl-worryList-noGr .bl-worryList-item {
  padding-right: 0;
  padding-left: 0;
}
.bl-worryList-wrapper > .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bl-businessFlow {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-businessFlow {
    flex-wrap: nowrap;
    min-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .bl-businessFlow-wrapper {
    overflow-x: auto;
  }
}
.bl-businessFlow-item {
  margin-bottom: 15px;
  margin-right: 32px;
  box-sizing: border-box;
}
.bl-businessFlow-item:last-child {
  margin-right: 0;
}
.bl-businessFlow-item:last-child .bl-businessFlow-item-inner:after {
  display: none;
}
.bl-businessFlow-item.item-gr5 {
  width: 172px;
}
@media screen and (max-width: 768px) {
  .bl-businessFlow-item.item-gr5 {
    width: 20%;
  }
}
.bl-businessFlow-item.item-gr6 {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .bl-businessFlow-item.item-gr6 {
    width: 16.666%;
  }
}
.bl-businessFlow-item-inner {
  position: relative;
  min-height: 150px;
}
.bl-businessFlow-item-inner:after {
  position: absolute;
  top: 50%;
  right: -32px;
  display: block;
  width: 32px;
  height: 150px;
  background: url("../images/business/arrow_flow@2x.png");
  background-size: cover;
  content: "";
  overflow: hidden;
  transform: translateY(-50%);
}
.bl-businessFlow-icon {
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}
.bl-businessFlow-icon.icon-family {
  height: 55px;
}
.bl-businessFlow-icon.icon-advisory {
  height: 58px;
}
.bl-businessFlow-icon img {
  width: auto;
  height: 100%;
}
.bl-businessFlow-body {
  margin: 0;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-businessFlow-body {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-businessFlow-body > br {
    display: none;
  }
}
.bl-businessFlow-cmt {
  position: relative;
  margin-top: 20px;
  padding: 10px 12px;
  border: 1px solid #006eb7;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.75;
  color: #006eb7;
}
.bl-businessFlow-cmt:before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #006eb7;
  transform: translateX(-50%);
  content: "";
}
.bl-businessFlow-cmt:after {
  position: absolute;
  top: -13px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 0 13px;
  border-color: transparent transparent transparent #FFF;
  transform: translateX(-50%);
  content: "";
}

.bl-businessTable {
  width: 100%;
  margin: 0;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .bl-businessTable {
    min-width: 600px;
  }
}
.bl-businessTable-wrapper {
  margin: 3em 0;
}
@media screen and (max-width: 768px) {
  .bl-businessTable-wrapper {
    overflow-x: auto;
  }
}
.bl-businessTable th,
.bl-businessTable td {
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-businessTable th,
  .bl-businessTable td {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bl-businessTable th {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #006eb7;
  color: #fff;
}
.bl-businessTable th.item-th-sub {
  width: 180px;
  background: #e0eaf4;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.bl-businessTable th.item-th-none {
  background: transparent !important;
}
.bl-businessTable td {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ecf2f8;
}
.bl-businessTable--szSm th,
.bl-businessTable--szSm td {
  padding-right: 15px;
  padding-left: 15px;
}
.bl-businessTable--szSm td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bl-box-businessCta > a {
  position: relative;
  display: block;
  max-width: 700px;
  margin: 80px auto 0;
  padding: 30px 40px 60px;
  border: 3px solid #006eb7;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 2rem;
  color: #006eb7;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .bl-box-businessCta > a {
    padding: 20px 25px 60px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .bl-box-businessCta > a > br {
    display: none;
  }
}
.bl-box-businessCta > a:after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #006eb7;
  border-bottom: 1px solid #006eb7;
  box-sizing: border-box;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
.bl-box-businessCta > a:hover {
  text-decoration: none;
}

.bl-iconMedia {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px;
}
.bl-iconMedia-icon {
  flex: 0 0 100px;
  position: relative;
  height: 100px;
}
.bl-iconMedia-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e7eff6;
  content: "";
}
.bl-iconMedia-icon > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 55px;
  height: 51px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.bl-iconMedia-body {
  flex: 1 1 auto;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: bold;
}

.bl-faq {
  counter-reset: faq_num;
}
.bl-faq-item {
  margin-bottom: 30px;
}

.bl-dl-faq {
  margin: 0;
}
.bl-dl-faq > dt {
  position: relative;
  font-weight: bold;
  margin: 1px 0 0;
  padding: 25px 25px 25px 90px;
  background: #d5e0ec;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  counter-increment: faq_num;
}
.bl-dl-faq > dt:before {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 2.1rem;
  line-height: 1.6;
  color: #c66aa0;
  content: "Q" counter(faq_num);
}
.bl-dl-faq > dt.is-active {
  background: #c3d0dd;
}
.bl-dl-faq > dt:first-child {
  margin-top: 0;
}
.bl-dl-faq > dt:hover {
  background: #c3d0dd;
  cursor: pointer;
}
.bl-dl-faq > dd {
  display: none;
  position: relative;
  margin: 0;
  padding: 25px 25px 25px 90px;
  background: #e7eff6;
  box-sizing: border-box;
  overflow: hidden;
}
.bl-dl-faq > dd:before {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: bold;
  color: #3b92cc;
  content: "A" counter(faq_num);
}
.bl-dl-faq > dd.is-active {
  display: block;
}
.bl-dl-faq > dd a {
  font-weight: bold;
}
.bl-dl-faq > dd p:last-child {
  margin-bottom: 0;
}
.bl-dl-faq > dd .-tid {
  margin-left: 1em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.bl-dl-faq > dd .-defineList {
  margin: 0 0 1.5em;
}
.bl-dl-faq > dd .-defineList:last-child {
  margin-bottom: 0;
}
.bl-dl-faq > dd .-defineList > dt {
  float: left;
  width: 100px;
  margin: 0;
  font-weight: bold;
  clear: both;
}
.bl-dl-faq > dd .-defineList > dd {
  width: 100%;
  margin: 0;
  padding-left: 100px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .bl-advisoryList {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .bl-advisoryList {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .bl-advisoryList > .col {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .bl-advisoryList > .col {
    width: 100%;
  }
}

.torrent_ip_protection .bl-faq-wrapper {
  counter-reset: faq_num_torrent;
}
.torrent_ip_protection .bl-faq-wrapper .bl-dl-faq > dt {
  counter-increment: faq_num_torrent;
  position: relative;
}
.torrent_ip_protection .bl-faq-wrapper .bl-dl-faq > dt::before {
  content: "Q" counter(faq_num_torrent);
}
.torrent_ip_protection .bl-faq-wrapper .bl-dl-faq > dd::before {
  content: "A" counter(faq_num_torrent);
}

.bl-in-page-link {
  border: 1px solid #006eb7;
  border-radius: 6px;
  padding: 5px 25px;
  color: #006eb7;
  font-weight: bold;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  max-width: 220px;
  box-sizing: border-box;
  margin: 20px auto 0;
}
.bl-in-page-link:hover {
  color: #fff;
  background: #006eb7;
  text-decoration: none;
}
.bl-in-page-link:hover::before {
  border-color: #fff;
}
.bl-in-page-link::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #006eb7;
  border-right: 1px solid #006eb7;
  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);
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv, .bl-figLead-wrapper {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.bl-side {
  margin-top: 30px;
}
.bl-side:first-child {
  margin-top: 0;
}
.bl-side-title {
  margin: 0 0 15px;
  font-size: 1.5rem;
}
.bl-side-tags {
  margin: 0;
  line-height: 0;
}
.bl-side-tags > li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
.bl-side-tags > li > a {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1;
  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);
}
.bl-side-tags > li > a:hover {
  text-decoration: none;
}
.bl-side-tags > li > a.el-label-column:hover {
  background: #006eb7;
  color: #fff;
}
.bl-side-tags > li.el-side-tags-full {
  display: block;
}
.bl-side-tags > li.el-side-tags-full > a {
  position: relative;
  display: block;
  max-width: 160px;
  padding-right: 15px;
}
.bl-side-tags > li.el-side-tags-full > a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.bl-side-tags .cat-seminar {
  border-color: #f0785a;
  background-color: #f0785a;
}
.bl-side-tags .cat-seminar:hover {
  background: #fff;
  color: #f0785a;
}
.bl-side-tags .cat-seminar:hover:after {
  border-color: #f0785a;
}
.bl-side-tags .cat-column {
  border-color: #006eb7;
  background-color: #006eb7;
}
.bl-side-tags .cat-column:hover {
  background: #fff;
  color: #006eb7;
}
.bl-side-tags .cat-column:hover:after {
  border-color: #006eb7;
}
.bl-side-nav {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.8;
}
.bl-side-nav-meta {
  font-size: 1.3rem;
  color: #666;
}
.bl-side-nav > li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e6e6e6;
}
.bl-side-nav > li > a {
  color: #333;
}
.bl-side-date {
  margin: 0;
  line-height: 1.8;
}
.bl-side-date > li {
  margin-bottom: 5px;
}
.bl-side-date > li:last-child {
  margin-bottom: 0;
}
.bl-side-date > li > a {
  color: #333;
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv, .bl-figLead-wrapper {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.el-termTitle {
  margin-bottom: 80px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
.el-termTitle > a {
  margin: 0 0 0 10px;
  padding: 5px 10px;
  font-size: 1.8rem;
}

.el-yearTitle {
  margin-bottom: 80px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .el-yearTitle {
    font-size: 2.4rem;
  }
}

.el-back {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  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-back:hover {
  background: #b3b3b3;
  color: #fff;
  text-decoration: none;
}

.entry-meta-time {
  display: inline-block;
  letter-spacing: normal;
}
.entry-meta-time > time {
  color: #929292;
}
.entry-cats {
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: -0.4em;
}
.entry-cats > a {
  display: inline-block;
  min-width: 80px;
  margin-right: 8px;
  padding: 3px 10px;
  border-radius: 4px;
  background: #cccccc;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-cats > a {
    min-width: auto;
  }
}
.entry-cats > a:hover {
  text-decoration: none;
}
.entry-tags {
  margin-top: 20px;
  line-height: 1.2;
  letter-spacing: -0.4em;
}
.entry-tags > a {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 10px;
  border: 1px solid #006eb7;
  border-radius: 4px;
  color: #006eb7;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  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: 768px) {
  .entry-tags > a {
    min-width: auto;
  }
}
.entry-tags > a:hover {
  background: #006eb7;
  color: #fff;
  text-decoration: none;
}
.entry-title {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .entry-title {
    font-size: 2.4rem;
  }
}
.entry-title-group {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.entry-theme {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.75;
}
.entry-theme:before {
  display: inline-block;
  margin-right: 8px;
  padding: 0 8px;
  background: #999;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  content: "テーマ";
}
.entry-eyecatch {
  margin-bottom: 35px;
}
.entry-eyecatch > img {
  width: 100%;
  height: auto;
}
.entry-body {
  margin-top: 3em;
}
.entry-url {
  word-break: break-all;
}

ul.page-numbers {
  margin-top: 40px;
  letter-spacing: -0.4em;
  text-align: center;
}
ul.page-numbers > li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 0rem;
  letter-spacing: normal;
  vertical-align: middle;
}
ul.page-numbers > li:first-child {
  margin-left: 0;
}
ul.page-numbers > li > a,
ul.page-numbers > li > span {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #999;
  color: #999;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}
ul.page-numbers > li > span {
  color: #ffffff;
  background: #999;
}
ul.page-numbers > li > span.dots {
  padding-right: 0;
  padding-left: 0;
  border: 0;
  background: none;
  color: #999;
}
ul.page-numbers > li > a {
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
ul.page-numbers > li > a:after {
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
ul.page-numbers > li > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
ul.page-numbers > li > a.prev, ul.page-numbers > li > a.next {
  position: relative;
  color: #333;
}
ul.page-numbers > li > a.prev:before, ul.page-numbers > li > a.next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-family: "iconasst", sans-serif;
  z-index: 1;
  transform: translate(-50%, -50%);
}
ul.page-numbers > li > a.prev:after, ul.page-numbers > li > a.next:after {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 50%;
  content: "";
  z-index: 0;
}
ul.page-numbers > li > a.prev:before {
  content: "\e903";
}
ul.page-numbers > li > a.next:before {
  content: "\e904";
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv, .bl-figLead-wrapper {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.bl-flow {
  border-bottom: 1px solid #e6e6e6;
  counter-reset: num;
}
.bl-flow > li {
  position: relative;
  padding: 20px 0 20px 50px;
  border-top: 1px solid #e6e6e6;
  counter-increment: num;
}
.bl-flow > li:before {
  position: absolute;
  top: 22px;
  left: 0;
  color: #006eb7;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  content: counter(num);
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv, .bl-figLead-wrapper {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.bl-tel {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 70px;
}
.bl-tel.grid2 {
  justify-content: center;
}
.bl-tel > .col {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.bl-tel-num {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
}
.bl-tel-txt {
  font-size: 1.8rem;
}
.bl-tel-txt:before {
  display: inline-block;
  margin-right: 12px;
  padding: 5px 7px;
  background: #006eb7;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  content: "受付時間";
}

.bl-contact {
  line-height: 1.6;
}
.bl-contact-wrapper {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.bl-contact-wrapper .item-required:after {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 5px 3px;
  border-radius: 3px;
  background: #006eb7;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  content: "必須";
}
.bl-contact > dt {
  float: left;
  width: 180px;
  padding-bottom: 20px;
  box-sizing: border-box;
  clear: both;
}
@media screen and (max-width: 768px) {
  .bl-contact > dt {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
}
.bl-contact > dd {
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-contact > dd {
    padding-left: 0;
  }
}

span[class^="wpcf7-form-control-wrap acceptance"] label {
  margin-right: 0;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
}

span.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

div.wpcf7-response-output {
  margin: 2em 0 1em !important;
  padding: 0 !important;
  border: none !important;
  color: #ff0000;
  text-align: center;
}

.wpcf7 .ajax-loader {
  margin-right: 0 !important;
}

.wpcf7-form-control.wpcf7-submit {
  margin-left: 48px;
}

@media screen and (max-width: 480px) {
  input[type=submit].wpcf7-submit {
    width: 160px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv, .bl-figLead-wrapper {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.ly-pageHeader-body-inner, .ly-figLead-inner, .ly-localnav-inner, .ly-sect-inner, .ly-main-inner, .ly-footer-inner, .ly-mainv-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-sect--wLg, .ly-main-inner--wMd, .ly-body-inner--wLg {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.bl-sect--wSm, .ly-main-inner--wSm {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.el-heading-lead, .ly-breadcrumb, .ly-pageHeader-body, .ly-localnav, .ly-sect, .ly-main, .ly-relatedPost, .ly-cta, .ly-footer, .ly-mainv, .bl-figLead-wrapper {
  padding-right: var(--outer-padding);
  padding-left: var(--outer-padding);
}

.bl-recruit-item {
  position: relative;
  margin-bottom: 30px;
}
.bl-recruit-item:nth-child(2) {
  padding-top: 30px;
  border-top: 1px solid #E6E6E6;
}
.bl-recruit-item .el-heading-recruit {
  margin: 0 0 0.5em;
  font-size: 2rem;
  font-weight: bold;
  color: #006eb7;
}
.bl-recruit-item p {
  margin: 0;
}