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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ly-rct-mainv-inner, .ly-rct-sect-inner, .ly-rct-intro-inner, .ly-rct-cta-inner, .ly-rct-pageHeader-inner, .ly-rct-main-inner, .ly-mainv-inner, .ly-topics-inner, .ly-sect-inner, .ly-topCont-inner, .ly-pageHeader-inner, .ly-main-inner, .ly-localnav-inner, .ly-bnr-inner, .ly-footer-body {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.ly-rct-mainv, .ly-rct-sect, .ly-rct-intro, .ly-rct-cta, .ly-rct-pageHeader, .ly-rct-main, .ly-mainv, .ly-topics, .ly-sect, .ly-topCont, .ly-pageHeader, .ly-main, .ly-localnav, .ly-bnr, .ly-footer-inner {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .ly-rct-mainv, .ly-rct-sect, .ly-rct-intro, .ly-rct-cta, .ly-rct-pageHeader, .ly-rct-main, .ly-mainv, .ly-topics, .ly-sect, .ly-topCont, .ly-pageHeader, .ly-main, .ly-localnav, .ly-bnr, .ly-footer-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

html,
body {
  width: 100%;
}
html.recruit,
body.recruit {
  background: #ffe65f;
}

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

body {
  font-size: 1.5rem;
}

a {
  color: #005bac;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.modaal-overlay {
  z-index: 6000;
}

.modaal-video-wrap {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  top: 0;
  width: 2px;
  height: 50px;
}
.modaal-wrapper .modaal-close:hover, .modaal-wrapper .modaal-close:focus {
  background: transparent;
}
.modaal-wrapper .modaal-close:hover:before, .modaal-wrapper .modaal-close:hover:after, .modaal-wrapper .modaal-close:focus:before, .modaal-wrapper .modaal-close:focus:after {
  background: #666;
}

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: "";
  line-height: 1;
  transform: scale(0.7);
}

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

.el-btn {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 15px 15px;
  border: 1px solid #005bac;
  box-sizing: border-box;
  color: #005bac;
  font-size: 1.4rem;
  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:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #005bac;
  border-right: 1px solid #005bac;
  box-sizing: border-box;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn:hover {
  color: #fff;
  background: #005bac;
  text-decoration: none;
}
.el-btn:hover:after {
  border-color: #fff;
}
.el-btn--cWht {
  border-color: #fff;
  color: #fff;
}
.el-btn--cWht:after {
  border-color: #fff;
}
.el-btn--cWht:hover {
  color: #005bac;
  background: #fff;
  text-decoration: none;
}
.el-btn--cWht:hover:after {
  border-color: #005bac;
}
.el-btn--bgMain {
  background: #005bac;
  border-color: #005bac;
  color: #fff;
}
.el-btn--bgMain:after {
  border-color: #fff;
}
.el-btn--bgMain:hover {
  color: #005bac;
  background: #fff;
  text-decoration: none;
}
.el-btn--bgMain:hover:after {
  border-color: #005bac;
}
.el-btn--noArrow:after {
  display: none;
}
.el-btn--wAuto {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.el-btn--wMin {
  width: auto;
  padding: 3px 10px;
  font-size: 1.2rem;
}
.el-btn--wMin:after {
  position: static;
  margin-left: 5px;
  transform: rotate(45deg);
}
.el-btn--external {
  width: 100%;
  max-width: 220px;
}
.el-btn--external:after {
  width: 12px;
  height: 12px;
  border: none;
  background: url(../images/icon_external.svg) no-repeat center center/cover;
  transform: translateY(-50%);
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn--external:hover:after {
  background-image: url(../images/icon_external_w.svg);
}
.el-btn--fb:after {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 10px;
  border: none;
  content: "";
  font-family: "iconasst", serif;
  transform: translateY(0) rotate(0) scale(1.5);
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}

.el-btn-loupe {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background: #005bac;
  color: #fff;
  transition: opacity 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.el-btn-loupe:after {
  display: inline-block;
  margin-left: 8px;
  font-family: "iconasst", serif;
  content: "";
}
.el-btn-loupe:hover {
  text-decoration: none;
  opacity: 0.5;
}

.el-link {
  position: relative;
  display: inline-block;
  color: #005bac;
  font-weight: bold;
}
.el-link:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #005bac;
  border-right: 1px solid #005bac;
  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-lv2 {
  margin: 2em 0 1.5em;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7dce1;
  box-sizing: border-box;
  color: #00202f;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .el-heading-lv2 {
    font-size: 2.4rem;
  }
}
.el-heading-lv2:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 50px;
  height: 4px;
  background: #005bac;
  content: "";
}
.el-heading-lv2:first-child {
  margin-top: 0;
}
.el-heading-lv3 {
  margin: 2em 0 1.5em;
  color: #00202f;
  font-feature-settings: "palt";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .el-heading-lv3 {
    font-size: 2rem;
  }
}
.el-heading-lv3--bdb {
  margin: 2em 0 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7dce1;
  box-sizing: border-box;
}
.el-heading-lv4 {
  margin: 2em 0 1.5em;
  color: #00202f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .el-heading-lv4 {
    font-size: 1.8rem;
  }
}
.el-heading-lv4--bdb2 {
  padding-bottom: 20px;
  border-bottom: 2px solid #d7dce1;
  box-sizing: border-box;
}

.el-imgIconHeading {
  flex: 1 1 auto;
  margin: 0;
  padding-left: 30px;
  box-sizing: border-box;
  color: #00202f;
  font-size: 3.6rem;
  line-height: 1.6;
}
.el-imgIconHeading-group {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.el-imgIconHeading-fig {
  flex: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .el-imgIconHeading-fig {
    flex-basis: 100px;
  }
}
@media screen and (max-width: 480px) {
  .el-imgIconHeading-fig {
    flex-basis: 90px;
  }
}
.el-imgIconHeading-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #ccc;
}
.el-imgIconHeading-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;
}
@media screen and (max-width: 768px) {
  .el-imgIconHeading {
    padding-left: 20px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .el-imgIconHeading {
    padding-left: 10px;
    font-size: 2.4rem;
  }
}

.el-pageHeading {
  margin: 0 0 15px;
  color: #00202f;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .el-pageHeading {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}
.el-pageHeading-en {
  color: #e6eaec;
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .el-pageHeading-en {
    font-size: 2.6rem;
  }
}
.el-pageHeading-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .el-pageHeading-group {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 25px;
  }
}
.el-pageHeading-sub {
  margin: 0;
  color: #00202f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.el-pageHeading-sub-group {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .el-pageHeading-sub-group {
    margin-bottom: 20px;
  }
}
.el-pageHeading-sub-en {
  margin-bottom: 3px;
  color: #e6eaec;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .el-pageHeading-sub-en {
    font-size: 1.5rem;
  }
}
.el-pageHeading-sub > span {
  position: relative;
  display: inline-block;
  margin-left: 13px;
  padding-left: 13px;
}
.el-pageHeading-sub > span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 85%;
  background: #00202f;
  content: "";
  transform: translateY(-40%);
}
.el-pageHeading-sub > span:first-child {
  margin-left: 0;
  padding-left: 0;
}
.el-pageHeading-sub > span:first-child:before {
  display: none;
}
@media screen and (max-width: 480px) {
  .el-pageHeading-sub {
    font-size: 1.5rem;
  }
}
.el-pageHeading-ttl {
  margin: 0;
  color: #00202f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .el-pageHeading-ttl {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

.el-postHeading {
  margin: 0 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d7dce1;
  color: #32373c;
  font-size: 3.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .el-postHeading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .el-postHeading {
    font-size: 2.8rem;
  }
}

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

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

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

.el-label {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 3px 6px 4px;
  border: 1px solid #eceff1;
  box-sizing: border-box;
  background: #eceff1;
  color: #005bac;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
.el-label:hover {
  text-decoration: none;
}
.el-label--bgWht {
  border-color: #fff;
  background: #fff;
}
.el-label--newsList {
  width: 120px;
  border-color: #eef2f4;
  background: #eef2f4;
  color: #1e2328;
}
@media screen and (max-width: 768px) {
  .el-label--newsList {
    font-size: 1.2rem;
  }
}

.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 {
  margin-right: -40px;
  margin-left: -40px;
}
.grid2.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .grid2 {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media screen and (max-width: 768px) {
  .grid2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2 .col {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1080px) {
  .grid2 .col {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .grid2 .col {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid2--mMd {
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (max-width: 768px) {
  .grid2--mMd {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2--mMd .col,
.grid2--mMd .col_multi2 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .grid2--mMd .col,
.grid2--mMd .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid2--mSm {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .grid2--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2--mSm .col {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .grid2--mSm .col {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

.bl-column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.bl-column.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .bl-column {
    display: block;
  }
}
.bl-column-sub {
  width: 40%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-column-sub {
    width: 100%;
  }
}
.bl-column-sub-inner {
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .bl-column-sub-inner {
    padding-right: 0;
  }
}
.bl-column-main {
  width: 60%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-column-main {
    width: 100%;
  }
}
.bl-column-fig img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .bl-column--mqTbLg {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .bl-column--mqTbLg .bl-column-sub {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .bl-column--mqTbLg .bl-column-sub-inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .bl-column--mqTbLg .bl-column-main {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .bl-column--mqTbLg .bl-fig {
    background: #eef2f4;
    text-align: center;
  }
  .bl-column--mqTbLg .bl-fig > p {
    max-width: 660px;
    margin: 0 auto;
  }
}

.bl-fig {
  position: relative;
  margin-bottom: 1.5em;
}
.bl-fig:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #eef2f4;
  box-sizing: border-box;
  content: "";
}
.bl-fig > p {
  margin: 0;
}
.bl-fig > p img {
  width: 100%;
  height: auto;
}

.bl-main-sect {
  position: relative;
  margin: 80px 0;
}
@media screen and (max-width: 480px) {
  .bl-main-sect {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.bl-main-sect--m0 {
  margin-top: 0;
  margin-bottom: 0;
}
.bl-main-sect-inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .bl-main-sect-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.bl-main-sect--bg:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #eef2f4;
  content: "";
}

@media screen and (max-width: 768px) {
  .bl-table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .bl-table-scroll .simplebar-track {
    height: 5px;
    background: #f3f3f3;
  }
  .bl-table-scroll .simplebar-scrollbar {
    top: 0 !important;
    bottom: 0 !important;
    height: 5px;
  }
  .bl-table-scroll .simplebar-scrollbar::before {
    left: 0 !important;
    right: 0 !important;
    border-radius: 0 !important;
    background: #ccc;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .bl-table-scroll-inner {
    display: inline-block;
    white-space: normal;
  }
}

table {
  width: 100%;
  text-align: left;
}
table th,
table td {
  padding: 20px 30px;
  border-top: 1px solid #d7dce1;
  border-bottom: 1px solid #d7dce1;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  table th,
table td {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  table th,
table td {
    padding: 10px;
  }
}
table th {
  width: 260px;
  background: #eef2f4;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  table th {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  table th {
    width: 120px;
  }
}

@media screen and (max-width: 480px) {
  .bl-table--vert {
    display: block;
    border-bottom: 1px solid #d7dce1;
  }
}
@media screen and (max-width: 480px) {
  .bl-table--vert th {
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid #d7dce1;
  }
}
@media screen and (max-width: 480px) {
  .bl-table--vert td {
    display: block;
    border: 0;
    border-top: 1px solid #d7dce1;
  }
}

.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;
}
.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: #32373c;
  border-radius: 50%;
  content: "";
}
.bl-list-disc--cGry > li:before {
  width: 11px;
  height: 11px;
  background-color: #d7dce1;
}
.bl-list-disc--cDgry > li:before {
  background-color: #aab4be;
}
.bl-list-disc--row > li {
  display: inline-block;
  margin-right: 40px;
}
.bl-list-disc--row > li:last-child {
  margin-right: 0;
}
.bl-list-disc--fzLg {
  font-size: 1.7rem;
}
.bl-list-disc--fzLg > li:before {
  top: 17px;
  transform: translateY(-50%);
}

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

.bl-list-icon {
  margin: 0;
  border-top: 3px solid #d0dfe6;
  border-bottom: 3px solid #d0dfe6;
}
.bl-list-icon-item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #d0dfe6;
  box-sizing: border-box;
}
.bl-list-icon-item:last-child {
  border-bottom: 0;
}
.bl-list-icon-fig {
  flex: 0 0 110px;
}
@media screen and (max-width: 480px) {
  .bl-list-icon-fig {
    flex-basis: 90px;
  }
}
.bl-list-icon-fig > span {
  background: #3287dc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 100%;
  overflow: hidden;
}
.bl-list-icon-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-list-icon-body {
  flex: 1 1 auto;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-list-icon-body {
    padding-left: 20px;
  }
}
.bl-list-icon-title {
  margin-bottom: 8px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #005bac;
}
@media screen and (max-width: 480px) {
  .bl-list-icon-title {
    font-size: 1.8rem;
  }
}
.bl-list-icon-txt {
  margin-bottom: 0;
}
.bl-list-icon-bullet {
  margin: 0;
}
.bl-list-icon-bullet > li {
  position: relative;
  padding-left: 1em;
}
.bl-list-icon-bullet > li:before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #d0dfe6;
  content: "";
}

.bl-videoLink {
  margin-bottom: 1.5em;
}
.bl-videoLink > a {
  position: relative;
  display: block;
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-videoLink > a:hover {
  opacity: 0.5;
}
.bl-videoLink > a:hover .bl-videoLink-fig > span {
  transform: scale(1.05);
}
.bl-videoLink > a:hover .bl-videoLink-icon:before {
  opacity: 0;
}
.bl-videoLink > a:hover .bl-videoLink-icon > span {
  opacity: 1;
  transform: translateY(-50%);
}
.bl-videoLink-fig > span {
  background: #333;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 56.86%;
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98), transform 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-videoLink-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-videoLink-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon_videoplay_w.svg) center center/cover;
  content: "";
  transform: translate(-50%, -50%);
  transition: opacity 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98), transform 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-videoLink-icon > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-40%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98), transform 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-videoLink-icon > span:before {
  font-size: 2.1rem;
  color: #fff;
  content: "動画を見る";
}

.bl-zoomFig-wrapper {
  display: none;
}
.bl-zoomFig-caption {
  padding: 5px 10px 10px;
  background: #eef2f4;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}

.bl-dragFig {
  position: relative;
  width: 100%;
  height: 400px;
  background: #ccc;
  box-sizing: border-box;
  border: 5px solid #eef2f4;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl-dragFig {
    height: 380px;
  }
}
.bl-dragFig-inner {
  position: absolute;
}
.bl-dragFig-inner img {
  width: 1100px;
  max-width: initial;
}

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

input[type=submit] {
  width: 200px;
  padding: 12px 15px;
  background: #005bac;
  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: #eef2f4;
  border-radius: 3px;
  box-sizing: border-box;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder {
  color: #828c96;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder {
  color: #828c96;
}
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: #828c96;
}
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: #828c96;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder {
  color: #828c96;
}
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: #828c96;
}
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-color: #eef2f4;
  border: 1px solid #d7dce1;
  border-radius: 3px;
  line-height: 1.6;
  box-sizing: border-box;
}
textarea::-webkit-input-placeholder {
  color: #828c96;
}
textarea::-moz-placeholder {
  color: #828c96;
}
textarea:-ms-input-placeholder {
  color: #828c96;
}
textarea::-ms-input-placeholder {
  color: #828c96;
}
textarea::placeholder {
  color: #828c96;
}
textarea:-ms-input-placeholder {
  color: #828c96;
}
textarea.form-date {
  height: 6em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .hp-tb-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-fzSm {
  font-size: 1.4rem;
}

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

.hp-cMain {
  color: #005bac;
}

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

@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: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 1080px) {
  .el-logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .el-logo {
    padding-top: 18px;
  }
}
@media screen and (max-width: 480px) {
  .el-logo {
    padding-top: 12px;
    margin-left: 15px;
  }
}
.el-logo > a {
  display: block;
  width: 285px;
  height: 34.3617021277px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-logo > a {
    width: 220px;
    height: 26.524822695px;
  }
}
.el-logo > a > img {
  width: 100%;
  height: auto;
}

.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 5000;
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.preload .ly-header {
  transition: none !important;
}
@media screen and (max-width: 768px) {
  .ly-header {
    width: 100vw;
    height: 60px;
  }
  .is-nav-open .ly-header {
    height: 100vh;
  }
}
@media screen and (max-width: 480px) {
  .ly-header {
    height: 50px;
  }
}
.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;
}
.bl-gnav-body {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .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);
    z-index: 0;
  }
  .is-nav-open .bl-gnav-body-wrapper {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 5000;
  }
  .bl-gnav-body-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
  }
  .is-nav-open .bl-gnav-body-wrapper:before {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .bl-gnav-body {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 1;
  }
  .is-nav-open .bl-gnav-body {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .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;
  }
}
.bl-gnav-item {
  position: relative;
  height: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item {
    margin-right: 0;
    border-bottom: 1px solid #d7dce1;
    letter-spacing: normal;
  }
  .bl-gnav-item:first-child {
    border-top: 1px solid #d7dce1;
  }
}
.bl-gnav-item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #005bac;
  content: "";
  transform-origin: top right;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item:before {
    display: none;
  }
}
.bl-gnav-item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #32373c;
  font-size: 1.4rem;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-gnav-item > a:hover {
  color: #005bac;
  text-decoration: none;
}
.bl-gnav-item > a > span {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item > a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
}
.bl-gnav-item.is-nav-active:before, .bl-gnav-item.is-current:before {
  transform: scaleX(1);
  transform-origin: top left;
}
.bl-gnav-item.is-nav-active > a, .bl-gnav-item.is-current > a {
  color: #005bac;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item.is-nav-active > a, .bl-gnav-item.is-current > a {
    color: #32373c;
  }
}
.bl-gnav-item-inner {
  position: absolute;
  top: 100%;
  left: -1em;
  width: 250px;
  background: #00202f;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(3px);
  transition: opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98), visibility 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98), transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item-inner {
    position: relative;
    display: block;
    width: 100%;
    background: none;
    transform: translateY(0);
  }
  .is-nav-open .bl-gnav-item-inner {
    opacity: 1;
    visibility: visible;
  }
}
.bl-gnav-item-inner:before {
  position: absolute;
  top: -14px;
  left: 2.25em;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #00202f transparent;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item-inner:before {
    display: none;
  }
}
.bl-gnav-item.is-nav-active .bl-gnav-item-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bl-gnav-lv2 {
  margin: 0;
  padding: 15px;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-lv2 {
    padding: 0 0 15px 1.25em;
  }
}
.bl-gnav-lv2-item {
  margin-bottom: 5px;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-lv2-item {
    position: relative;
    padding-left: 1.25em;
  }
  .bl-gnav-lv2-item:before {
    position: absolute;
    top: 16.2px;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #d7dce1;
    border-right: 1px solid #d7dce1;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
    content: "";
  }
}
.bl-gnav-lv2-item a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  color: #FFF;
  line-height: 1.4;
  transition: background 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-gnav-lv2-item a:hover {
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-lv2-item a {
    padding: 5px 0;
    color: #32373c;
  }
  .bl-gnav-lv2-item a:hover {
    background: none;
  }
}
.bl-gnav-lv2-item a.item-facebook:after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  font-family: "iconasst", serif;
}

.bl-gnavUtil {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 1080px) {
  .bl-gnavUtil {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .bl-gnavUtil {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .bl-gnavUtil-item {
    width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .bl-gnavUtil-item {
    width: 100%;
  }
}
.bl-gnavUtil-item > a {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 25px;
  background: #005bac;
  color: #fff;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-gnavUtil-item > a > span {
  padding-top: 0;
  padding-bottom: 0;
}
.bl-gnavUtil-item > a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 1080px) {
  .bl-gnavUtil-item > a {
    height: auto;
    padding: 20px 25px;
  }
}
.bl-gnavUtil-item > a > span:after {
  display: none;
}
.bl-gnavUtil-item-career > a {
  background: #00202f;
}
.bl-gnavUtil-item.is-current > a {
  color: #fff;
}

.el-gnav-sp {
  display: none;
  position: fixed;
  top: 25px;
  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: 1080px) {
  .el-gnav-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .el-gnav-sp {
    top: 19px;
    right: 17px;
  }
}
@media screen and (max-width: 480px) {
  .el-gnav-sp {
    top: 17px;
    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);
  }
}

.bl-pagetop {
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  .bl-pagetop {
    right: 20px;
  }
}
.bl-pagetop.is-nav-abs {
  position: absolute;
  bottom: auto;
  top: 50px;
}
@media screen and (max-width: 480px) {
  .bl-pagetop.is-nav-abs {
    top: 30px;
  }
}
.bl-pagetop > a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #005bac;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-pagetop > a {
    width: 50px;
    height: 50px;
  }
}
@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-cta {
  position: relative;
  z-index: 1;
}

.bl-cta {
  display: flex;
}
@media screen and (max-width: 480px) {
  .bl-cta {
    display: block;
  }
}
.bl-cta-item {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .bl-cta-item {
    width: 100%;
  }
}
.bl-cta-item > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 45px 0 50px;
  box-sizing: border-box;
  color: #fff;
  transition: opacity 0.5s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-cta-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
  .bl-cta-item > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bl-cta-item--contact {
  background: #FFF;
}
.bl-cta-item--contact > a {
  flex-direction: row-reverse;
  padding-left: 40px;
  background: #005bac url(../images/footer/bg_cta_contact.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 480px) {
  .bl-cta-item--contact > a {
    padding-left: 20px;
  }
}
.bl-cta-item--recruit {
  background: #FFF;
}
.bl-cta-item--recruit > a {
  padding-right: 40px;
  background: #00202f url(../images/footer/bg_cta_recruit.jpg) no-repeat center center/cover;
}
.bl-cta-body {
  position: relative;
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
}
.bl-cta-body:after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.bl-cta-item--contact .bl-cta-body:after {
  right: 30px;
}
.bl-cta-item--contact .bl-cta-body {
  padding-right: 55px;
}
.bl-cta-item--recruit .bl-cta-body {
  padding-left: 40px;
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  .bl-cta-item--recruit .bl-cta-body {
    padding-left: 20px;
  }
}
.bl-cta-title {
  font-size: 2.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bl-cta-title {
    font-size: calc(120% + 8 * (100vw - 480px) / 288);
  }
}
@media screen and (max-width: 480px) {
  .bl-cta-title {
    font-size: 2.2rem;
  }
}
.bl-cta-title-sub {
  font-size: 5.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .bl-cta-title-sub {
    margin-top: 5px;
    font-size: calc(226.6666666667% + 21 * (100vw - 480px) / 288);
  }
}
@media screen and (max-width: 480px) {
  .bl-cta-title-sub {
    font-size: 4.6rem;
  }
}

.ly-bnr {
  position: relative;
  z-index: 1;
}
.ly-bnr-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .ly-bnr-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.bl-bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.bl-bnr > li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}
.bl-bnr > li > a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 270px;
  background: #fff;
  box-sizing: border-box;
}
.bl-bnr > li > a[href$=pdf]:after {
  display: none;
}
.bl-bnr > li > a:hover > span {
  opacity: 0.5;
}
.bl-bnr > li > a > span {
  position: relative;
  display: block;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-bnr > li > a > span:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  box-sizing: border-box;
}
.bl-bnr > li > a > span img {
  width: 100%;
  height: auto;
}

.ly-footer {
  position: relative;
  background: #eaeef0;
}
.ly-footer-inner--bgWht {
  background: #fff;
}
.ly-footer-body {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .ly-footer-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ly-footer-body--pSm {
  padding-top: 15px;
  padding-bottom: 15px;
}

.el-footer-logo {
  width: 323px;
}
@media screen and (max-width: 768px) {
  .el-footer-logo {
    width: 280px;
  }
}
@media screen and (max-width: 480px) {
  .el-footer-logo {
    width: 220px;
  }
}
.el-footer-logo > a {
  display: block;
}
.el-footer-logo > a > img {
  width: 100%;
  height: auto;
}

.bl-sitemap {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bl-sitemap {
    display: block;
  }
}
.bl-sitemap-item {
  display: inline-block;
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-sitemap-item {
    display: block;
    padding-right: 0;
  }
  .bl-sitemap-item:last-child {
    border-bottom: 1px solid rgba(162, 177, 191, 0.5);
  }
}
.bl-sitemap-lv2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .bl-sitemap-lv2 {
    display: block;
  }
}
.bl-sitemap-lv2-item {
  display: inline-block;
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-sitemap-lv2-item {
    display: block;
    padding-right: 0;
  }
}

.bl-sitemapList {
  margin: 0 0 30px;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList {
    display: block;
    margin-bottom: 20px;
  }
}
.bl-sitemapList > li {
  margin: 0 0 5px;
}
.bl-sitemapList > li.item-first {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList > li.item-first {
    display: block;
  }
}
.bl-sitemapList > li > a {
  color: #828c96;
}
.bl-sitemapList > li > a[href^="https://www.facebook.com"]:after {
  display: inline-block;
  margin-left: 3px;
  content: "";
  font-family: "iconasst", serif;
}
.bl-sitemapList-title {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
}
.bl-sitemapList-title.item-first {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-title.item-first {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-title {
    padding-top: 10px;
    border-top: 1px solid rgba(162, 177, 191, 0.5);
  }
}
@media screen and (max-width: 480px) {
  .bl-sitemapList-title {
    font-size: 1.5rem;
  }
}
.bl-sitemapList-title > a {
  color: #828c96;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-title > a {
    position: relative;
    display: block;
  }
  .bl-sitemapList-title > a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-title.has-child > a:before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 16px;
    height: 2px;
    background: #a2b1bf;
    content: "";
    transform: translateY(-50%);
    transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
  .bl-sitemapList-title.has-child > a:after {
    position: absolute;
    top: 50%;
    right: 7px;
    display: block;
    width: 2px;
    height: 16px;
    background: #a2b1bf;
    transform: translateY(-50%);
    transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
    content: "";
  }
  .bl-sitemapList-title.has-child.is-active > a:before {
    transform: translateY(-50%) rotate(180deg);
  }
  .bl-sitemapList-title.has-child.is-active > a:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-body {
    display: none;
    padding-left: 30px;
  }
}
.bl-sitemapList-lv2 {
  margin: 5px 0 30px;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-lv2 {
    margin-bottom: 15px;
  }
}
.bl-sitemapList-lv2 > li {
  margin: 0 0 5px 1em;
}
.bl-sitemapList-lv2 > li > a {
  color: #828c96;
}
.bl-sitemapList-lv2-title {
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}
.bl-sitemapList-lv2-title.item-first {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-lv2-title.item-first {
    display: block;
  }
}
.bl-sitemapList-lv2-title > a {
  color: #828c96;
}
.bl-sitemapList-bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px 10px 0;
}
.bl-sitemapList-bnr > li {
  margin-right: 15px;
}
.bl-sitemapList-bnr > li:last-child {
  margin-right: 0;
}
.bl-sitemapList-bnr > li > a {
  display: block;
}
.bl-sitemapList-bnr > li > a img {
  width: 100%;
  height: auto;
}
.bl-sitemapList-bnr > li.item-privacy > a {
  width: 42px;
}
.bl-sitemapList-bnr > li.item-privacy > a > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 100%;
  overflow: hidden;
}
.bl-sitemapList-bnr > li.item-privacy > a > 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-sitemapList-bnr > li.item-security > a {
  width: 71px;
}
.bl-sitemapList-bnr > li.item-security > a > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 45.77%;
  overflow: hidden;
}
.bl-sitemapList-bnr > li.item-security > a > 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-sitemapList-utility {
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.4;
}
.bl-sitemapList-utility > li {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.bl-sitemapList-utility > li:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 80%;
  background: #d7dce1;
  content: "";
  transform: translateY(-50%);
}
.bl-sitemapList-utility > li > a {
  color: #828c96;
}
.bl-sitemapList-utility > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.bl-sitemapList-utility > li:first-child:before {
  display: none;
}

.bl-footer-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bl-footer-utility {
    display: block;
  }
}
.bl-footer-utility-body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl-footer-utility-body {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .bl-footer-utility-body {
    display: block;
  }
}

.el-copyright {
  margin: 0;
  font-size: 1.2rem;
  color: #828c96;
}
@media screen and (max-width: 768px) {
  .el-copyright {
    margin-top: 15px;
    text-align: center;
  }
}

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

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

.ly-pageHeader {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ly-pageHeader {
    margin-bottom: 60px;
  }
}
.bl-pageHeader {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .bl-pageHeader {
    position: relative;
    display: block;
  }
}
.bl-pageHeader-body {
  position: relative;
  flex: 0 0 440px;
  min-height: 260px;
}
@media screen and (max-width: 768px) {
  .bl-pageHeader-body {
    flex-basis: 340px;
  }
}
@media screen and (max-width: 480px) {
  .bl-pageHeader-body {
    position: relative;
    height: auto;
    min-height: initial;
    z-index: 1;
  }
}
.bl-pageHeader-fig {
  position: relative;
  flex: 1 1 auto;
}
@media screen and (max-width: 480px) {
  .bl-pageHeader-fig {
    display: none;
  }
}
.bl-pageHeader-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  height: 100%;
  border-bottom-left-radius: 38px;
  background: url(../images/top/mainv_01.jpg) no-repeat #ccc center center/cover;
  overflow: hidden;
  z-index: 0;
}
.company .bl-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_company.jpg);
}
.business .bl-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_business.jpg);
}
.recruit .bl-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_recruit.jpg);
}
.contact .bl-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_contact.jpg);
}
.utility .bl-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_utility.jpg);
}
.news .bl-pageHeader-bg, .topics .bl-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_news.jpg);
}
.privacy .bl-pageHeader-bg, .securitypolicy .bl-pageHeader-bg, .utility .bl-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_policy.jpg);
}
@media screen and (max-width: 960px) {
  .bl-pageHeader-bg {
    width: calc(100vw - 440px);
  }
}
@media screen and (max-width: 768px) {
  .bl-pageHeader-bg {
    width: calc(100vw - 300px);
  }
}
@media screen and (max-width: 480px) {
  .bl-pageHeader-bg {
    width: 100vw;
  }
}

.ly-breadcrumb:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), white 25px);
  content: "";
}
@media screen and (max-width: 480px) {
  .ly-breadcrumb {
    margin-left: -20px;
    width: 100vw;
    overflow-x: scroll;
  }
  .ly-breadcrumb:after {
    display: none;
  }
}

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

.ly-main {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .ly-main {
    margin-bottom: 60px;
  }
}
.ly-localnav {
  position: relative;
}
.ly-localnav:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #eaeef0;
  margin-left: calc(50%-50vw);
  content: "";
  z-index: 0;
}
.ly-localnav-inner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.bl-localnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 960px) {
  .bl-localnav {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .bl-localnav {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.bl-localnav > li {
  width: 25%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .bl-localnav > li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bl-localnav > li {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    width: 50%;
  }
}
.bl-localnav > li > a {
  position: relative;
  display: block;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-localnav > li > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-localnav > li > a:hover .bl-localnav-fig > span {
  transform: scale(1.1);
}
.bl-localnav-heading {
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 1.6;
  color: #00202f;
  font-weight: 700;
}
.bl-localnav-heading > span {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7dce1;
}
@media screen and (max-width: 768px) {
  .bl-localnav-heading {
    font-size: 2.4rem;
  }
}
.bl-localnav-fig {
  overflow: hidden;
}
.bl-localnav-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 120px;
  background: #ccc no-repeat center center/cover;
  transform-origin: center center;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .bl-localnav-fig > span {
    padding-top: 100px;
  }
}
.bl-localnav-title {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .bl-localnav-title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-localnav-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .bl-localnav-title {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.6rem;
  }
}

.bg-particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.ly-mainv {
  position: relative;
  height: 540px;
  box-sizing: border-box;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ly-mainv {
    height: auto;
  }
}
.ly-mainv-inner {
  position: relative;
  height: 100%;
}

.bl-mainv {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-mainv {
    height: 400px;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .bl-mainv {
    height: 260px;
  }
}
.bl-mainv-bg {
  position: absolute;
  top: 0;
  left: 40%;
  width: 60vw;
  height: 100%;
  border-bottom-left-radius: 38px;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-mainv-bg {
    left: 0;
    width: 100vw;
  }
}
.bl-mainv-slider {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s;
}
.bl-mainv-slider.slick-initialized {
  opacity: 1;
}
.bl-mainv-slider-item {
  width: 100%;
  height: 540px;
  background: no-repeat #ccc center center/cover;
}
@media screen and (max-width: 768px) {
  .bl-mainv-slider-item {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .bl-mainv-slider-item {
    height: 260px;
  }
}
.bl-mainv-body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bl-mainv-title {
  position: absolute;
  top: 65px;
  left: -66.6666666667%;
  padding: 10px 15px 10px 0;
  color: #00202f;
  font-size: 7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .bl-mainv-title {
    top: 50px;
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-mainv-title {
    top: auto;
    bottom: 50px;
    left: 20px;
    color: #fff;
    font-size: 6.2rem;
    line-height: 1.3;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  .bl-mainv-title {
    bottom: 20px;
    font-size: 4.3rem;
    line-height: 1;
  }
}
.bl-mainv-title > span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .bl-mainv-title > span {
    margin-bottom: 0;
    padding: 0;
  }
}
.bl-mainv-title > span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-mainv-title > span:before {
    display: none;
  }
}
.js-anim-init .bl-mainv-title > span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #FFF;
  content: "";
  z-index: 2;
  transform-origin: top right;
  transform: scaleX(1);
  transition: transform 0.8s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s;
}
.is-loaded .js-anim-init .bl-mainv-title > span:after {
  transform: scaleX(0);
}
@media screen and (max-width: 768px) {
  .js-anim-init .bl-mainv-title > span:after {
    display: none;
  }
}
.bl-mainv-title > span > span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.js-anim-init .bl-mainv-title > span > span {
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.8s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s, opacity 0.8s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.6s;
}
.is-loaded .js-anim-init .bl-mainv-title > span > span {
  opacity: 1;
  transform: translateX(0);
}

.bl-catchcopy {
  position: absolute;
  top: 65px;
  left: 0;
  width: 40%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .bl-catchcopy {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .bl-catchcopy {
    position: static;
    width: 100%;
  }
}
.bl-catchcopy-title {
  position: relative;
  margin-bottom: 15px;
  color: #00202f;
  font-size: 7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .bl-catchcopy-title {
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-catchcopy-title {
    display: none;
  }
}
.bl-catchcopy-title-inner {
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px 0;
}
.js-anim-init .bl-catchcopy-title-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #FFF;
  content: "";
  z-index: 2;
  transform-origin: top right;
  transform: scaleX(1);
  transition: transform 0.8s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s;
}
.is-loaded .js-anim-init .bl-catchcopy-title-inner:after {
  transform: scaleX(0);
}
.bl-catchcopy-title-inner > span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 0;
}
.js-anim-init .bl-catchcopy-title-inner > span {
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.8s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s, opacity 0.8s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.6s;
}
.is-loaded .js-anim-init .bl-catchcopy-title-inner > span {
  opacity: 1;
  transform: translateX(0);
}
.bl-catchcopy-body {
  margin-top: 15px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .bl-catchcopy-body {
    padding-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .bl-catchcopy-body {
    margin-top: 30px;
    padding-right: 0;
  }
}
.bl-catchcopy-txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .bl-catchcopy-txt {
    margin-bottom: 30px;
  }
}
.js-anim-init .bl-catchcopy-txt {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.9s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.9s;
}
.is-loaded .js-anim-init .bl-catchcopy-txt {
  opacity: 1;
  transform: translateY(0);
}
.js-anim-init .bl-catchcopy-btn {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 1.1s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 1.1s;
}
.is-loaded .js-anim-init .bl-catchcopy-btn {
  opacity: 1;
  transform: translateY(0);
}

.ly-topics{
  margin-top: 50px;
  margin-bottom: 120px;
}

.ly-topics-inner{
  max-width: 1245px;
  margin-left: calc((100% - 1100px)/2);
  max-width: 1460px;
  margin-left: calc((100% - 1100px)/2);
  width: 87%;
}

@media (max-width:1200px) {
  .ly-topics-inner{
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .ly-topics-inner {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    width: 100%;
  }
}

.bl-topics-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 9.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #e6eaec;
}

.bl-topics-body {
  max-height: 280px;
}

.bl-topTopicMedia-fig{
  background-color: #eaeef0;
  aspect-ratio: 6/4;
  object-fit: cover;
}

.bl-topTopicMedia-item > a {
  color: #32373c;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-topTopicMedia-item > a:after {
  display: none;
}
.bl-topTopicMedia-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-topTopicMedia-item > a[target=_blank] .bl-topTopicMedia-title:after {
  display: inline-block;
  margin-left: 3px;
  padding: 0;
  background: none;
  color: #CCC;
  font-family: "iconasst", sans-serif;
  content: "";
  line-height: 1;
  transform: scale(0.9);
}
.bl-topTopicMedia-item > a[href$=".pdf"] .bl-topTopicMedia-title:after {
  display: inline-block;
  padding: 5px;
  background: #ee3f24;
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
  font-family: "iconasst", sans-serif;
  content: "";
  line-height: 1;
  transform: scale(0.7);
}
.bl-topTopicMedia-title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.85;
  font-weight: normal;
  max-height: 52px;
  overflow: hidden;
}

.bl-topTopicMedia-item img{
  max-width: 100%;
  margin: auto;
  aspect-ratio: 6/4;
  object-fit: cover;
}

.bl-topTopicMedia-meta {
  margin-top: 4px;
  font-size: 1.4rem;
  letter-spacing: -0.4em;
  line-height: 1;
}
.bl-topTopicMedia-meta .time {
  display: inline-block;
  margin-right: 15px;
  color: #969696;
  letter-spacing: normal;
}
.bl-topTopicMedia-cats {
  display: inline-block;
  letter-spacing: -0.4em;
}
.bl-topTopicMedia-cats > span {
  letter-spacing: normal;
}

.bl-topics-btn{
  margin-top: 35px;
}


/* slickの矢印のカスタマイズ */
.bl-topics .slick-prev:before{
  content: url(../images/slick-prev.svg);
}

.bl-topics .slick-next:before{
  content: url(../images/slick-next.svg);
}

.bl-topics .slick-prev, .bl-topics .slick-next{
  z-index: 1;
  top: 35%;
}

.bl-topics .slick-prev{
  left: 5px;
}

.bl-topics .slick-next{
  right: -5px;
}

.bl-topics .slick-prev:before, .bl-topics .slick-next:before{
  opacity: 1;
}

.bl-topics .slick-slide{
  margin-left: 20px;
}

.bl-topics .el-topHeading{
  margin: 30px 0 35px;
}

@media (max-width:768px) {
  
.bl-topics .slick-next{
  right: 0;
}

.bl-topics .slick-prev{
  left: -10px;
}

.bl-topics .slick-slide{
  margin:0 5px
}

.bl-topics .el-topHeading{
  margin: 15px 0 35px;
}

.ly-topics{
  margin-bottom: 50px;
}

}


.el-topHeading {
  margin: 15px 0 30px;
  color: #00202f;
  font-size: 2.6rem;
  line-height: 1;
}
.el-topHeading--cWht {
  color: #fff;
}
.el-topHeading-en {
  margin: 0;
  color: #fff;
  font-size: 9.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .el-topHeading-en,
  .bl-topics-title {
    font-size: calc(600% + 8 * (100vw - 960px) / 320);
  }
}
@media screen and (max-width: 768px) {
  .el-topHeading-en,
  .bl-topics-title {
    font-size: calc(533.3333333333% + 10 * (100vw - 768px) / 192);
  }
}
.el-topHeading-en--cGry {
  color: #e6eaec;
}

.el-topLead {
  margin-bottom: 40px;
}

.ly-sect {
  position: relative;
}
.ly-sect-inner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .ly-sect-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ly-sect-inner--p0 {
  padding-top: 0;
  padding-bottom: 0;
}
.ly-sect-inner--pSm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ly-sect-inner--pLg {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .ly-sect-inner--pLg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ly-sect-inner--pbLg {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ly-sect-inner--p0Tb {
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

.bl-topMedia {
  display: flex;
}
@media screen and (max-width: 768px) {
  .bl-topMedia {
    display: block;
  }
}
.bl-topMedia--aiC {
  align-items: center;
}
.bl-topMedia.dir-r {
  flex-direction: row-reverse;
}
.bl-topMedia-fig {
  width: 40%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-topMedia-fig {
    width: 100%;
  }
}
.bl-topMedia-fig-inner {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.js-scroll-in-init .bl-topMedia-fig-inner {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s;
}
@media screen and (max-width: 768px) {
  .js-scroll-in-init .bl-topMedia-fig-inner {
    transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 1.2s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 1.2s;
  }
}
.js-scroll-in-init.js-anim-fadein .bl-topMedia-fig-inner {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .bl-topMedia-fig-inner {
    position: static;
    height: auto;
  }
}
.bl-topMedia-img {
  position: absolute;
  width: 118%;
  height: calc(100% + 100px);
  background: #999;
}
@media screen and (max-width: 768px) {
  .bl-topMedia-img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.bl-topMedia-img--hInit {
  height: 440px;
}
@media screen and (max-width: 768px) {
  .bl-topMedia-img--hInit {
    position: static;
    width: 100%;
    height: auto;
  }
}
.bl-topMedia-img--posL {
  bottom: 0;
  right: 70px;
}
@media screen and (max-width: 768px) {
  .bl-topMedia-img--posL {
    bottom: auto;
    right: auto;
  }
}
.bl-topMedia-img--posR {
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl-topMedia-img--posR {
    top: auto;
    left: auto;
    transform: translateY(0);
  }
}
.bl-topMedia-img > span {
  height: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
}
.bl-topMedia-img > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  height: 105%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-topMedia-img > span {
    position: static;
  }
  .bl-topMedia-img > span img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.bl-topMedia-body {
  width: 60%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-topMedia-body {
    width: 100%;
    margin-bottom: 40px;
  }
}
.js-scroll-in-init .bl-topMedia-title {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.8s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.8s;
}
@media screen and (max-width: 768px) {
  .js-scroll-in-init .bl-topMedia-title {
    transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.5s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.5s;
  }
}
.js-scroll-in-init.js-anim-fadein .bl-topMedia-title {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll-in-init .bl-topMedia-title-en {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.6s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.6s;
}
@media screen and (max-width: 768px) {
  .js-scroll-in-init .bl-topMedia-title-en {
    transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s;
  }
}
.js-scroll-in-init.js-anim-fadein .bl-topMedia-title-en {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll-in-init .bl-topMedia-lead {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 1s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 1s;
}
@media screen and (max-width: 768px) {
  .js-scroll-in-init .bl-topMedia-lead {
    transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.7s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.7s;
  }
}
.js-scroll-in-init.js-anim-fadein .bl-topMedia-lead {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll-in-init .bl-topMedia-btn {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 1.2s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 1.2s;
}
@media screen and (max-width: 768px) {
  .js-scroll-in-init .bl-topMedia-btn {
    transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.9s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.9s;
  }
}
.js-scroll-in-init.js-anim-fadein .bl-topMedia-btn {
  opacity: 1;
  transform: translateY(0);
}

.bg-block {
  position: relative;
}
.bg-block:before {
  position: absolute;
  display: block;
  width: calc(100vw + 70px);
  height: 100%;
  top: 0;
  background: #eaeef0;
  content: "";
}
.bg-block--posR:before {
  right: -70px;
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
}
.js-scroll-in-init .bg-block--posR:before {
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98), opacity 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.js-scroll-in-init.js-anim-fadein .bg-block--posR:before {
  opacity: 1;
  transform: translateX(0);
}
.bg-block--posL:before {
  left: -70px;
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
}
.js-scroll-in-init .bg-block--posL:before {
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98), opacity 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.js-scroll-in-init.js-anim-fadein .bg-block--posL:before {
  opacity: 1;
  transform: translateX(0);
}
.bl-miniMedia {
  margin-top: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .bl-miniMedia {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.bl-miniMedia--plTop {
  padding-left: 40%;
}
@media screen and (max-width: 768px) {
  .bl-miniMedia--plTop {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-miniMedia-item {
    margin-bottom: 20px;
  }
  .bl-miniMedia-item:last-child {
    margin-bottom: 0;
  }
}
.js-scroll-in-init .bl-miniMedia-item {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s;
}
.js-scroll-in-init .bl-miniMedia-item.js-media-anim-fadein {
  opacity: 1;
  transform: translateY(0);
}
.bl-miniMedia-item > a {
  display: flex;
  padding: 10px;
  background: #fff;
  color: #32373c;
  transition: opacity 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-miniMedia-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-miniMedia-fig {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .bl-miniMedia-fig {
    width: 39%;
  }
}
.bl-miniMedia-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 72%;
  overflow: hidden;
  background: #ccc;
}
.bl-miniMedia-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;
}
@media screen and (max-width: 480px) {
  .bl-miniMedia-fig > span {
    padding-top: 76%;
  }
  .bl-miniMedia-fig > span img {
    width: auto;
    height: 100%;
  }
}
.bl-miniMedia-body {
  width: 70%;
  padding-left: 20px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-miniMedia-body {
    width: 61%;
  }
}
.bl-miniMedia-title {
  position: relative;
  margin: 10px 0 15px;
  padding-bottom: 17px;
  color: #00202f;
  font-size: 2.1rem;
}
.bl-miniMedia-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 2px;
  background: #005bac;
  content: "";
}
.bl-miniMedia-title > span {
  font-size: 1.4rem;
}
.bl-miniMedia-txt {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.bl-miniMedia-txt > span {
  font-size: 1.2rem;
}

.bl-panel {
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .bl-panel {
    padding: 20px;
  }
}
.bl-panel--bgMain {
  position: relative;
}
.bl-panel--bgMain:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #005bac;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-panel--bgMain:before {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
.bl-panel--bgRecruit {
  position: relative;
}
.bl-panel--bgRecruit:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #005bac url(../images/top/bg_bnr_recruit.jpg) no-repeat center center/cover;
  content: "";
  z-index: 0;
}
.js-scroll-in-init .bl-panel--bgRecruit:before {
  opacity: 0;
  transform: translateY(15px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.1s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.1s;
}
.js-scroll-in-init.js-anim-fadein .bl-panel--bgRecruit:before {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .bl-panel--bgRecruit:before {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
.bl-panel-title {
  position: relative;
  margin: -1.25em 0 0;
  padding: 0;
  font-size: 2.6rem;
  text-align: center;
}
.js-scroll-in-init .bl-panel-title {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.5s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.5s;
}
.js-scroll-in-init.js-anim-fadein .bl-panel-title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .bl-panel-title {
    font-size: 2.2rem;
  }
}
.bl-panel-title-sub {
  margin: 0;
  font-size: 8.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  opacity: 0.15;
}
.js-scroll-in-init .bl-panel-title-sub {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s;
}
.js-scroll-in-init.js-anim-fadein .bl-panel-title-sub {
  opacity: 0.15;
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .bl-panel-title-sub {
    font-size: 5rem;
  }
}
.bl-panel-title-group {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .bl-panel-title-group {
    margin-bottom: 20px;
  }
}
.bl-panel-title-group--cWht {
  color: #fff;
}
.bl-panel-lead {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  z-index: 1;
}
.js-scroll-in-init .bl-panel-lead {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.7s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.7s;
}
.js-scroll-in-init.js-anim-fadein .bl-panel-lead {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .bl-panel-lead {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.bl-panel-lead--cWht {
  color: #fff;
}
.js-scroll-in-init .bl-panel-btn {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.9s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.9s;
}
.js-scroll-in-init.js-anim-fadein .bl-panel-btn {
  opacity: 1;
  transform: translateY(0);
}

.bl-topEvent {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.js-scroll-in-init .bl-topEvent {
  opacity: 0;
  transform: translateY(25px);
  transition: transform 1s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.4s, opacity 1s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.4s;
}
.js-scroll-in-init.js-anim-fadein .bl-topEvent {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .bl-topEvent {
    display: block;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bl-topEvent:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  display: block;
  width: 100vw;
  height: 100%;
  background: url(../images/top/bg_top_event.jpg) no-repeat center center/cover;
  content: "";
  z-index: 0;
}
.bl-topEvent-body, .bl-topEvent-fig {
  position: relative;
  z-index: 1;
}
.bl-topEvent-fig {
  width: 33%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-topEvent-fig {
    width: 100%;
  }
}
.bl-topEvent-body {
  width: 67%;
  padding-left: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-topEvent-body {
    width: 100%;
    margin-bottom: 70px;
    padding-left: 0;
  }
}

.bl-topNews {
  display: flex;
}
.js-scroll-in-init .bl-topNews {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.5s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.5s;
}
.js-scroll-in-init.js-anim-fadein .bl-topNews {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .bl-topNews {
    display: block;
  }
}
.bl-topNews-title-group {
  width: 40%;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-topNews-title-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 0;
  }
  .bl-topNews-title-group .el-topHeading-en {
    display: none;
  }
}
.bl-topNews-body {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .bl-topNews-body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bl-topNews-btn .el-btn {
    width: auto;
    padding: 8px 30px 8px 10px;
  }
}

.bl-topNewsList {
  margin: 0;
  border-bottom: 1px solid #bec8d2;
}
.bl-topNewsList > li {
  border-top: 1px solid #bec8d2;
}
.bl-topNewsList > li > a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #32373c;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-topNewsList > li > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-topNewsList-title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.85;
  font-weight: normal;
}
.bl-topNewsList-meta {
  margin-top: 5px;
  font-size: 1.4rem;
  letter-spacing: -0.4em;
  line-height: 1;
}
.bl-topNewsList-meta .time {
  display: inline-block;
  margin-right: 15px;
  color: #969696;
  letter-spacing: normal;
}
.bl-topNewsList-cats {
  display: inline-block;
  letter-spacing: -0.4em;
}
.bl-topNewsList-cats > span {
  letter-spacing: normal;
}

.ly-topCont {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.ly-topCont:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60%;
  background: #eaeef0;
  content: "";
  z-index: 0;
}
.ly-topCont-inner {
  position: relative;
  z-index: 1;
}

.bl-topCont {
  margin: 0;
}
.bl-topCont > .col {
  padding: 0;
  background: #fff;
}
.bl-topCont > .col > a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-topCont > .col > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-topCont > .col > a:hover .bl-topCont-fig > span {
  transform: scale(1.05);
}
.bl-topCont-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #666;
}
.bl-topCont-fig > span {
  height: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-topCont-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-topCont-fig > span img {
    width: 100%;
    height: auto;
  }
}
.bl-topCont-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 280px;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-topCont-body {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.bl-topCont-title {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 700;
}
.bl-topCont-title.item-facebook:after {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  content: "";
  font-family: "iconasst", serif;
  transform: translateY(0) scale(1.1);
}
.bl-topCont-title-sub {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0.5;
}

.bl-topicMedia {
  border-bottom: 1px solid #d7dce1;
}
.bl-topicMedia-item {
  border-top: 1px solid #d7dce1;
}
.bl-topicMedia-item > a {
  display: block;
  position: relative;
  padding: 25px 0;
  color: #32373c;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-topicMedia-item > a:after {
  display: none;
}
.bl-topicMedia-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-topicMedia-item > a[target=_blank] .bl-topicMedia-title:after {
  display: inline-block;
  margin-left: 3px;
  padding: 0;
  background: none;
  color: #CCC;
  font-family: "iconasst", sans-serif;
  content: "";
  line-height: 1;
  transform: scale(0.9);
}
.bl-topicMedia-item > a[href$=".pdf"] .bl-topicMedia-title:after {
  display: inline-block;
  padding: 5px;
  background: #ee3f24;
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
  font-family: "iconasst", sans-serif;
  content: "";
  line-height: 1;
  transform: scale(0.7);
}
.bl-topicMedia-body {
  display: flex;
  padding-left: 170px;
}
@media screen and (max-width: 768px) {
  .bl-topicMedia-body {
    padding-left: 0;
  }
}
.bl-topicMedia-meta {
  position: absolute;
  top: 25px;
  left: 0;
  width: 170px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .bl-topicMedia-meta {
    display: flex;
    align-items: center;
    left: 140px;
    width: auto;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .bl-topicMedia-meta {
    left: 95px;
  }
}
.bl-topicMedia-date {
  margin-right: 15px;
}
.bl-topicMedia-cats .el-label--newsList {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-topicMedia-cats .el-label--newsList {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.bl-topicMedia-fig {
  flex: 0 0 120px;
}
.bl-topicMedia-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 62.5%;
  overflow: hidden;
  background: #eaeef0;
}
.bl-topicMedia-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .bl-topicMedia-fig {
    flex-basis: 80px;
  }
}
.bl-topicMedia-title {
  flex: 1 1 auto;
  margin: 0;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .bl-topicMedia-title {
    padding-top: 40px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl-topicMedia-title {
    padding-top: 30px;
    padding-left: 15px;
  }
}

.bl-cats {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .bl-cats {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 30px;
  }
}
.bl-cats-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .bl-cats-list {
    display: block;
    white-space: nowrap;
    font-size: 1.3rem;
    letter-spacing: -0.4em;
    overflow-x: scroll;
  }
  .bl-cats-list:before, .bl-cats-list:after {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
  }
}
.bl-cats-list > li {
  width: 140px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-cats-list > li {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .bl-cats-list > li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    letter-spacing: normal;
  }
}
.bl-cats-list > li > a {
  display: block;
  padding: 20px 10px;
  background: #eef2f4;
  text-align: center;
  color: #32373c;
  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-cats-list > li > a:hover {
  color: #fff;
  background: #005bac;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bl-cats-list > li > a {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bl-cats-list > li.is-current > a {
  color: #fff;
  background: #005bac;
}

.bl-newsList {
  margin: 0;
  border-bottom: 1px solid #d7dce1;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .bl-newsList {
    font-size: 1.4rem;
  }
}
.bl-newsList > dt {
  position: relative;
  float: left;
  width: 270px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 120px;
  box-sizing: border-box;
  clear: both;
}
@media screen and (max-width: 768px) {
  .bl-newsList > dt {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .bl-newsList > dt {
    float: none;
    width: 100%;
    padding: 15px 0 5px;
    border-top: 1px solid #d7dce1;
  }
}
.bl-newsList > dt span {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .bl-newsList > dt span {
    position: static;
    margin-left: 10px;
    transform: translateY(0);
  }
}
.bl-newsList > dd {
  margin: 0;
  padding: 15px 0 15px 300px;
  box-sizing: border-box;
  border-top: 1px solid #d7dce1;
}
@media screen and (max-width: 768px) {
  .bl-newsList > dd {
    padding-left: 270px;
  }
}
@media screen and (max-width: 480px) {
  .bl-newsList > dd {
    padding: 0 0 15px;
    border: none;
  }
}
.bl-newsList > dd > a {
  display: block;
  color: #32373c;
}

.bl-backBtn {
  margin-top: 80px;
  text-align: center;
}

.el-backBtn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 220px;
  padding: 15px 15px;
  border: 1px solid #005bac;
  text-align: center;
  color: #005bac;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none !important;
  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-backBtn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #005bac;
  border-right: 1px solid #005bac;
  box-sizing: border-box;
  content: "";
  transition: border 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(-50%) rotate(45deg);
}
.el-backBtn:hover {
  background: #005bac;
  color: #fff;
  text-decoration: none;
}
.el-backBtn:hover:after {
  border-color: #fff;
}

.bl-post-meta {
  display: flex;
  margin-bottom: 5px;
}
.bl-post-meta-time {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: normal;
}
.bl-post-meta-time > time {
  color: #32373c;
}
.bl-post-cats {
  margin-right: 15px;
  line-height: 1.2;
  letter-spacing: -0.4em;
}
.bl-post-cats > a,
.bl-post-cats > span {
  display: inline-block;
  width: 110px;
  margin-right: 8px;
  padding: 3px 5px;
  box-sizing: border-box;
  background: #eef2f4;
  color: #1e2328;
  font-size: 1.3rem;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-post-cats > a,
.bl-post-cats > span {
    min-width: auto;
  }
}
.bl-post-cats > a:hover {
  text-decoration: none;
}
.bl-post-contents a {
  text-decoration: underline;
}
.bl-post-contents a:hover {
  text-decoration: none;
}
.bl-post-contents .alignright {
  float: right;
  margin-top: 10px;
  margin-left: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .bl-post-contents .alignright {
    float: none;
    margin-left: 0;
  }
}
.bl-post-contents .alignleft {
  float: left;
  margin-top: 10px;
  margin-right: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .bl-post-contents .alignleft {
    float: none;
    margin-right: 0;
  }
}
.bl-post-contents .aligncenter {
  display: block;
  margin: 0 auto 1em;
}
.bl-post-contents .wp-caption-text {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-size: 1.1rem;
  line-height: 1.6;
}

ul.page-numbers {
  margin-top: 40px;
  letter-spacing: -0.4em;
}
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;
  min-width: 35px;
  padding: 6px 10px;
  border: 1px solid #d7dce1;
  box-sizing: border-box;
  color: #d7dce1;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
ul.page-numbers > li > span {
  border-color: #005bac;
  background: #005bac;
  color: #ffffff;
}
ul.page-numbers > li > span.dots {
  padding-right: 0;
  padding-left: 0;
  border: 0;
  background: none;
  color: #d7dce1;
}
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: #32373c;
}
ul.page-numbers > li > a.prev:before, ul.page-numbers > li > a.next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  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: "";
}
ul.page-numbers > li > a.next:before {
  content: "";
}

.bl-message-fig {
  display: block;
  padding-right: 70px;
}
.bl-message-fig img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bl-message-fig {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 50px;
    padding-right: 0;
  }
}
.bl-message-fig .el-fig {
  margin-bottom: 20px;
}

.el-message-name {
  margin-top: 50px;
  line-height: 1;
  text-align: right;
}
.el-message-name > span {
  display: inline-block;
  width: 215px;
}
.el-message-name > span img {
  width: 100%;
  height: auto;
}

.bl-philosophy {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d7dce1;
}
@media screen and (max-width: 480px) {
  .bl-philosophy {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bl-philosophy-title {
  margin: 0;
  color: #005bac;
  font-size: 2.8rem;
  line-height: 1.2;
}
.bl-philosophy-title-group {
  width: 40%;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-philosophy-title-group {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl-philosophy-title {
    font-size: 2.6rem;
  }
}
.bl-philosophy-title-en {
  margin-top: 10px;
  color: #d2d7dc;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .bl-philosophy-title-en {
    font-size: 1.8rem;
  }
}
.bl-philosophy-body {
  width: 60%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-philosophy-body {
    width: 100%;
  }
}
.bl-philosophy-list {
  margin: 0;
}
.bl-philosophy-list > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 1.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-philosophy-list > li {
    font-size: 1.6rem;
  }
}
.bl-philosophy-list > li:last-child {
  margin-bottom: 0;
}
.bl-philosophy-list > li:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  height: 88%;
  background: #005bac;
  transform: translateY(-49%);
  content: "";
}
@media screen and (max-width: 768px) {
  .bl-philosophy-list > li > br {
    display: none;
  }
}
.bl-philosophy-txt {
  margin-bottom: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .bl-philosophy-txt {
    font-size: 1.6rem;
  }
}
.bl-philosophy-txt .el-em {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl-philosophy-txt .el-em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .bl-officer {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 480px) {
  .bl-officer {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .bl-officer > .col {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .bl-officer > .col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bl-officer-item {
    margin-top: 30px;
  }
  .bl-officer-item:first-child {
    margin-top: 0;
  }
  .bl-officer-item:nth-child(2) {
    margin-top: 0;
  }
}
.bl-officer-fig {
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .bl-officer-fig {
    margin-bottom: 0.75em;
  }
}
.bl-officer-txt {
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .bl-officer-txt {
    font-size: 1.3rem;
  }
}
.bl-officer-txt .name {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .bl-officer-txt .name {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .bl-access {
    display: block;
  }
}
.bl-access-body {
  padding-right: 30px;
}
@media screen and (max-width: 1080px) {
  .bl-access-body {
    flex: 0 0 290px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl-access-body {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .bl-access-map {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 768px) {
  .bl-access-map {
    width: 100%;
    margin-bottom: 30px;
  }
}

.bl-gmap {
  position: relative;
  width: 100%;
  padding-top: 61%;
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .bl-gmap {
    padding-top: 100%;
  }
}
.bl-gmap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl-tile {
  display: flex;
  margin: 50px -20px 60px;
}
.bl-tile:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-tile {
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-tile-item {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .bl-tile-item {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .bl-tile-item:last-child {
    margin-bottom: 0;
  }
}
.bl-tile-item > a {
  display: block;
  color: #32373c;
  transition: opacity 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
@media screen and (max-width: 768px) {
  .bl-tile-item > a {
    display: flex;
  }
}
.bl-tile-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-tile-item > a:hover .bl-tile-fig > span {
  transform: scale(1.05);
}
.bl-tile-fig {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl-tile-fig {
    flex: 0 0 200px;
  }
}
@media screen and (max-width: 480px) {
  .bl-tile-fig {
    flex-basis: 140px;
  }
}
.bl-tile-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 61.5%;
  overflow: hidden;
  background: #ccc;
  transition: transform 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.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-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl-tile-title {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 480px) {
  .bl-tile-title {
    font-size: 1.5rem;
  }
}
.bl-tile-title > span {
  position: relative;
  display: block;
  padding: 10px 25px 10px 15px;
}
.bl-tile-title > span:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #32373c;
  border-right: 1px solid #32373c;
  box-sizing: border-box;
  transform: translateY(-40%) rotate(45deg);
  content: "";
}

.el-hr--w {
  border-top: 2px solid #fff;
}

.bl-sub-localnav {
  display: flex;
  margin: 80px -20px 0;
}
@media screen and (max-width: 768px) {
  .bl-sub-localnav {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 480px) {
  .bl-sub-localnav {
    display: block;
    margin-top: 60px;
  }
}
.bl-sub-localnav-item {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-sub-localnav-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .bl-sub-localnav-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .bl-sub-localnav-item:last-child {
    margin-bottom: 0;
  }
}
.bl-sub-localnav-item > a {
  position: relative;
  display: block;
  color: #fff;
  transition: opacity 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-sub-localnav-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-sub-localnav-item > a:hover .bl-sub-localnav-fig > span {
  transform: scale(1.05);
}
.bl-sub-localnav-fig {
  overflow: hidden;
}
.bl-sub-localnav-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 230px;
  overflow: hidden;
  background: #ccc;
  transition: transform 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-sub-localnav-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .bl-sub-localnav-fig > span {
    padding-top: 180px;
  }
}
.bl-sub-localnav-body {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  box-sizing: border-box;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl-sub-localnav-body {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.bl-sub-localnav-body:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  box-sizing: border-box;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .bl-sub-localnav-body:after {
    right: 15px;
  }
}
.bl-sub-localnav-title {
  margin-bottom: 5px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-sub-localnav-title {
    font-size: 2.2rem;
  }
}
.bl-sub-localnav-title-en {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  text-align: center;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl-sub-localnav-title-en {
    font-size: 1.5rem;
  }
}

.bl-system-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px 1.5em;
  line-height: 1.4;
}
.bl-system-list > li {
  width: 50%;
  margin-bottom: 2px;
  padding-right: 1px;
  padding-left: 1px;
  box-sizing: border-box;
}
.bl-system-list > li > span {
  display: block;
  padding: 10px;
  background: #eef2f4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bl-qlik-item {
    margin-bottom: 50px;
  }
}

.ly-qlik-slider {
  margin-top: 50px;
  padding: 0 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ly-qlik-slider {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 480px) {
  .ly-qlik-slider {
    padding-right: 0;
    padding-left: 0;
  }
}

.bl-qlik-slider {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s;
}
.bl-qlik-slider.slick-initialized {
  opacity: 1;
}
.bl-qlik-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bl-qlik-slider .slick-list {
  background: #fff;
}
.bl-qlik-slider .slick-prev,
.bl-qlik-slider .slick-next {
  width: 60px;
  height: 60px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-qlik-slider .slick-prev,
.bl-qlik-slider .slick-next {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bl-qlik-slider .slick-prev,
.bl-qlik-slider .slick-next {
    width: 20px;
    height: 20px;
  }
}
.bl-qlik-slider .slick-prev:before,
.bl-qlik-slider .slick-next:before {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 768px) {
  .bl-qlik-slider .slick-prev:before,
.bl-qlik-slider .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bl-qlik-slider .slick-prev:before,
.bl-qlik-slider .slick-next:before {
    width: 20px;
    height: 20px;
  }
}
.bl-qlik-slider .slick-prev {
  left: -65px;
}
@media screen and (max-width: 768px) {
  .bl-qlik-slider .slick-prev {
    left: -35px;
  }
}
@media screen and (max-width: 480px) {
  .bl-qlik-slider .slick-prev {
    left: -5px;
  }
}
.bl-qlik-slider .slick-prev:before {
  border-top: 4px solid #aab4be;
  border-left: 4px solid #aab4be;
  transform: rotate(-45deg);
}
.bl-qlik-slider .slick-next {
  right: -65px;
}
@media screen and (max-width: 768px) {
  .bl-qlik-slider .slick-next {
    right: -35px;
  }
}
@media screen and (max-width: 480px) {
  .bl-qlik-slider .slick-next {
    right: -5px;
  }
}
.bl-qlik-slider .slick-next:before {
  border-top: 4px solid #aab4be;
  border-right: 4px solid #aab4be;
  transform: rotate(45deg);
}
.bl-qlik-slider .slick-dots {
  position: static;
  bottom: auto;
  margin-top: 20px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .bl-qlik-slider .slick-dots {
    margin-top: 10px;
  }
}
.bl-qlik-slider .slick-dots li {
  width: 16px;
  height: 16px;
}
.bl-qlik-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
}
.bl-qlik-slider .slick-dots li button:before {
  background: #d2d7dc;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  opacity: 1;
  content: "";
  transition: background 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-qlik-slider .slick-dots li.slick-active button:before {
  background: #FFF;
  opacity: 1;
}
.bl-qlik-slider-item {
  height: 100%;
  padding: 35px 50px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-qlik-slider-item {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 480px) {
  .bl-qlik-slider-item {
    padding: 25px 30px;
  }
}
.bl-qlik-slider-customer {
  color: #00202f;
  font-size: 2.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .bl-qlik-slider-customer {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .bl-qlik-slider-customer {
    font-size: 1.6rem;
  }
}
.bl-qlik-slider-title {
  margin-top: 1.5em;
}
.bl-qlik-slider-detail {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .bl-qlik-slider-detail {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .bl-qlik-slider-detail {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .bl-qlik-slider-detail tr {
    display: block;
  }
}
.bl-qlik-slider-detail th,
.bl-qlik-slider-detail td {
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  .bl-qlik-slider-detail th,
.bl-qlik-slider-detail td {
    display: block;
    padding: 5px;
    border: 0;
    border-top: 1px solid #d7dce1;
  }
}
.bl-qlik-slider-detail th {
  width: 140px;
}
@media screen and (max-width: 480px) {
  .bl-qlik-slider-detail th {
    width: 100%;
    font-size: 1.3rem;
  }
}

.bl-vrgolf-box-column {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .bl-vrgolf-box-column .col {
    margin-bottom: 0;
  }
}

.bl-box {
  padding: 20px 30px;
  background: #eef2f4;
}
@media screen and (max-width: 480px) {
  .bl-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bl-box-title {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #FFF;
  font-size: 2rem;
  color: #00202f;
  font-weight: 700;
  line-height: 1.4;
}
.bl-box > hr {
  margin: 20px 0;
  border-top: 2px solid #FFF;
}

.bl-faq {
  margin: 0 0 1px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .bl-faq {
    padding: 20px;
  }
}
.bl-faq > dt {
  position: relative;
  margin-bottom: 25px;
  padding: 15px 0 15px 80px;
  color: #00202f;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl-faq > dt {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .bl-faq > dt {
    margin-bottom: 10px;
    padding: 5px 0 5px 55px;
  }
}
.bl-faq > dt:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #828c96;
  color: #e6eaec;
  font-size: 3.8rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  content: "Q";
}
@media screen and (max-width: 480px) {
  .bl-faq > dt:before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 2.6rem;
  }
}
.bl-faq > dd {
  position: relative;
  margin: 0;
  padding: 15px 0 15px 80px;
}
@media screen and (max-width: 480px) {
  .bl-faq > dd {
    padding: 5px 0 5px 55px;
  }
}
.bl-faq > dd:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #005bac;
  color: #e6eaec;
  font-size: 3.8rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  content: "A";
}
@media screen and (max-width: 480px) {
  .bl-faq > dd:before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 2.6rem;
  }
}

.bl-anchor {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .bl-anchor {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 480px) {
  .bl-anchor {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.bl-anchor-item {
  width: 33.333%;
  min-height: 110px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.bl-anchor--half .bl-anchor-item {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .bl-anchor-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bl-anchor-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .bl-anchor-item {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.bl-anchor-item > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 19px 10px 35px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-anchor--bd .bl-anchor-item > a {
  border: 1px solid #005bac;
  color: #005bac;
}
@media screen and (max-width: 960px) {
  .bl-anchor-item > a {
    font-size: 1.7rem;
  }
  .bl-anchor-item > a br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bl-anchor-item > a br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .bl-anchor-item > a {
    font-size: 1.4rem;
  }
}
.bl-anchor-item > a:after {
  position: absolute;
  bottom: 16px;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  box-sizing: border-box;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
.bl-anchor--bd .bl-anchor-item > a:after {
  border-color: #005bac;
}
.bl-anchor-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-anchor-fig {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bl-anchor-fig > span {
  height: 100%;
  background: #ccc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
}
.bl-anchor-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  height: 100%;
  z-index: 0;
}
.bl-anchor-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 1;
}
.bl-anchor-title > span {
  display: block;
}

.bl-table-dev {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .bl-table-dev {
    width: 900px;
    font-size: 1.2rem;
  }
}
.bl-table-dev th,
.bl-table-dev td {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-table-dev th,
.bl-table-dev td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.bl-table-dev .item-num {
  width: 50px;
}
.bl-table-dev .item--wSm {
  width: 100px;
}
.bl-table-dev .item--wMd {
  width: 200px;
}

.bl-contact {
  line-height: 1.6;
}
.bl-contact-wrapper {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.bl-contact-wrapper .item-required:after {
  position: absolute;
  top: 30px;
  right: 25px;
  display: inline-block;
  padding: 2px 8px 3px;
  border-radius: 2px;
  background: #005bac;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  content: "必須";
}
@media screen and (max-width: 768px) {
  .bl-contact-wrapper .item-required:after {
    position: static;
    margin-left: 8px;
  }
}
.bl-contact-wrapper .item-disabled {
  color: #d2d7dc;
}
.bl-contact > dt {
  position: relative;
  float: left;
  width: 240px;
  padding: 25px 0;
  box-sizing: border-box;
  font-weight: 700;
  clear: both;
}
@media screen and (max-width: 768px) {
  .bl-contact > dt {
    float: none;
    width: 100%;
    padding-bottom: 0;
    border-top: 1px solid #d7dce1;
  }
}
.bl-contact > dd {
  width: 100%;
  margin: 0;
  padding: 25px 0 25px 240px;
  border-top: 1px solid #d7dce1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-contact > dd {
    padding-top: 15px;
    padding-left: 0;
    border-top: none;
  }
}
.bl-contact-address {
  margin: 0;
}
.bl-contact-address > dt {
  float: left;
  width: 110px;
  padding: 0 0 20px;
  box-sizing: border-box;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl-contact-address > dt {
    float: none;
    width: 100%;
    padding-bottom: 5px;
  }
}
.bl-contact-address > dd {
  width: 100%;
  margin: 0;
  padding: 0 0 20px 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-contact-address > dd {
    padding-left: 0;
  }
  .bl-contact-address > dd:last-child {
    padding-bottom: 0;
  }
}

/*	Contact form 7
--------------------------------------------------*/
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-form-control.wpcf7-submit {
  margin-left: 48px;
}

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

/*	reCAPTCHA
--------------------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

.el-rct-btn {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 10px 40px 12px;
  border: 1px solid #000;
  border-radius: 26px;
  background: #000;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  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), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-rct-btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-rct-btn:hover {
  opacity: 0.5;
  text-decoration: none;
}
.el-rct-btn:hover:after {
  border-color: #fff;
}
.el-rct-btn--cWht {
  border-color: #fff;
  color: #fff;
}
.el-rct-btn--cWht:after {
  border-color: #fff;
}
.el-rct-btn--cWht:hover {
  color: #005bac;
  background: #fff;
  text-decoration: none;
}
.el-rct-btn--cWht:hover:after {
  border-color: #005bac;
}
.el-rct-btn--noArrow:after {
  display: none;
}
.el-rct-btn--wAuto {
  width: auto;
}
.el-rct-btn--wFull {
  width: 100%;
}
.el-rct-btn--taL {
  text-align: left;
}
.el-rct-btn--external {
  width: 100%;
  max-width: 220px;
}
.el-rct-btn--external:after {
  width: 12px;
  height: 12px;
  border: none;
  background: url(../images/icon_external_w.svg) no-repeat center center/cover;
  transform: translateY(-50%);
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-rct-btn--fb:after {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 10px;
  border: none;
  content: "";
  font-family: "iconasst", serif;
  transform: translateY(0) rotate(0) scale(1.5);
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}

.el-rct-heading-lv2 {
  margin: 2.5em 0 1.5em;
  padding: 15px 20px;
  background: #fff;
  color: #000;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .el-rct-heading-lv2 {
    font-size: 2.2rem;
  }
}
.el-rct-heading-lv2--bgYel {
  background: #ffe65f;
}
.el-rct-heading-lv3 {
  color: #000;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .el-rct-heading-lv3 {
    font-size: 2.6rem;
  }
}
.el-rct-heading-lv4 {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .el-rct-heading-lv4 {
    font-size: 2.2rem;
  }
}
.el-rct-heading-lv4--fwB {
  font-weight: 700;
}

.el-rct-pageHeading {
  margin: 0;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-rct-pageHeading {
    font-size: 2.2rem;
  }
}
.el-rct-pageHeading-en {
  margin: 0 0 15px;
  color: #fff;
  font-size: 8.8rem;
  line-height: 1;
  font-family: "EB Garamond", sans-serif;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-rct-pageHeading-en {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 480px) {
  .el-rct-pageHeading-en {
    font-size: 6.2rem;
  }
}

.el-rct-interviewHeading {
  margin-top: 2.5em;
  margin-bottom: 1.25em;
  padding-bottom: 1em;
  border-bottom: 2px solid #ffe65f;
  color: #000;
  font-size: 1.8rem;
}
.el-rct-interviewHeading:first-child {
  margin-top: 0;
}

.bl-rct-panel {
  display: flex;
  min-height: 380px;
  margin-bottom: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-rct-panel {
    display: block;
    min-height: auto;
    margin-bottom: 50px;
  }
}
.bl-rct-panel-body {
  position: relative;
  width: 50%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-panel-body {
    width: 100%;
  }
}
.bl-rct-panel-body:before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 40px);
  height: 100%;
  background: #fff;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-panel-body:before {
    width: 100%;
  }
}
.bl-rct-panel-body-inner {
  position: relative;
  padding: 50px 40px 50px 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-rct-panel-body-inner {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-panel-body-inner {
    padding: 40px 30px;
  }
}
.bl-rct-panel-fig {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .bl-rct-panel-fig {
    width: 100%;
  }
}
.bl-rct-panel-fig > span {
  height: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
  background: #ccc;
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bl-rct-panel-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-panel-fig > span {
    position: static;
    height: auto;
  }
  .bl-rct-panel-fig > span img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.bl-rct-panel--reverse {
  flex-direction: row-reverse;
}
.bl-rct-panel--reverse .bl-rct-panel-body:before {
  left: auto;
  right: 0;
}
.bl-rct-panel--reverse .bl-rct-panel-fig > span {
  top: -30px;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  .bl-rct-panel--reverse .bl-rct-panel-fig > span {
    top: 0;
  }
}

.bl-rct-main-sect {
  position: relative;
  margin: 100px 0;
}
@media screen and (max-width: 480px) {
  .bl-rct-main-sect {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.bl-rct-main-sect-inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .bl-rct-main-sect-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.bl-rct-main-sect-inner--pSm {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .bl-rct-main-sect-inner--pSm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bl-rct-main-sect--bg:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #fff;
  content: "";
}
.bl-rct-main-sect--bgImg.bg-requirements:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: url(../images/recruit/requirements/bg_requirements.jpg) no-repeat center center/cover;
  content: "";
}

.bl-rct-box {
  padding: 50px;
  background: #fadc5a;
}
@media screen and (max-width: 480px) {
  .bl-rct-box {
    padding: 30px;
  }
}
.bl-rct-box--bgWht {
  background: rgba(255, 255, 255, 0.7);
}
.bl-rct-box--bd {
  background: none;
  border: 3px solid #ffe65f;
}

.bl-rct-anchor {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0;
}
.bl-rct-anchor > li {
  width: 25%;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #fadc5a;
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bl-rct-anchor > li {
    width: 50%;
  }
}
.bl-rct-anchor > li > a {
  display: block;
  padding: 20px 15px;
  color: #32373c;
  text-align: center;
  transition: background 0.3s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-rct-anchor > li > a:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-top: 1px solid #32373c;
  border-right: 1px solid #32373c;
  box-sizing: border-box;
  transform: translateY(-30%) rotate(135deg);
  content: "";
}
.bl-rct-anchor > li > a:hover {
  background: #fadc5a;
  text-decoration: none;
}
.bl-rct-anchor--gr3 > li {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .bl-rct-anchor--gr3 > li {
    width: 50%;
  }
}
.bl-rct-anchor--taL > li > a {
  position: relative;
  padding: 8px 15px 8px 35px;
  text-align: left;
}
.bl-rct-anchor--taL > li > a:before {
  position: absolute;
  top: 20px;
  left: 15px;
  transform: translateY(-50%) rotate(135deg);
}

.bl-rct-list-disc {
  margin-bottom: 1.5em;
}
.bl-rct-list-disc > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 18px;
}
.bl-rct-list-disc > li:last-child {
  margin-bottom: 0;
}
.bl-rct-list-disc > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffe65f;
  border-radius: 50%;
  content: "";
}
.bl-rct-list-disc--fzLg {
  font-size: 1.8rem;
}
.bl-rct-list-disc--fzLg > li {
  padding-left: 25px;
}
.bl-rct-list-disc--fzLg > li:before {
  top: 18px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.bl-rct-list-disc--fwB {
  font-weight: 700;
}

.bl-rct-table {
  width: 100%;
  text-align: left;
}
.bl-rct-table th,
.bl-rct-table td {
  padding: 20px 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .bl-rct-table th,
.bl-rct-table td {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-table th,
.bl-rct-table td {
    padding: 10px;
  }
}
.bl-rct-table th {
  width: 260px;
  background: #fadc5a;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-rct-table th {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-table th {
    width: 120px;
  }
}
.bl-rct-table td {
  background: #fff;
}
@media screen and (max-width: 480px) {
  .bl-rct-table--vert {
    display: block;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-table--vert th {
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-table--vert td {
    display: block;
    border: 0;
    border-top: 1px solid #000;
  }
}

.el-rct-logo {
  display: block;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1;
}
.el-rct-logo-group {
  display: flex;
  align-items: center;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .el-rct-logo-group {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .el-rct-logo-group {
    padding-top: 15px;
  }
}
.el-rct-logo-sub {
  position: relative;
  margin: 0 0 0 20px;
  padding-left: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .el-rct-logo-sub {
    margin-left: 10px;
    padding-left: 10px;
    font-size: 1.5rem;
  }
}
.el-rct-logo-sub:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 90%;
  background: #000;
  content: "";
  transform: translateY(-50%);
}
.el-rct-logo > a {
  display: block;
  width: 260px;
  height: 31.3475177305px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-rct-logo > a {
    width: 220px;
    height: 26.524822695px;
  }
}
@media screen and (max-width: 480px) {
  .el-rct-logo > a {
    width: 180px;
    height: 21.7021276596px;
  }
}
.el-rct-logo > a > img {
  width: 100%;
  height: auto;
}

.ly-rct-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #ffe65f;
  z-index: 5000;
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.preload .ly-rct-header {
  transition: none !important;
}
@media screen and (max-width: 768px) {
  .ly-rct-header {
    width: 100vw;
    height: 60px;
  }
  .is-nav-open .ly-rct-header {
    height: 100vh;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 480px) {
  .ly-rct-header {
    height: 50px;
  }
}
.ly-rct-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-rct-header-inner {
    display: block;
  }
}
.ly-rct-header-lv2 {
  padding-top: 20px;
}

.bl-rct-gnav {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1.2;
}
.bl-rct-gnav-body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .bl-rct-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-rct-gnav-body-wrapper {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .bl-rct-gnav-body-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #ffe65f;
    content: "";
  }
  .is-nav-open .bl-rct-gnav-body-wrapper:before {
    display: block;
  }
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-body {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px 20px 40px;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 1;
  }
  .is-nav-open .bl-rct-gnav-body {
    display: block;
  }
}
.bl-rct-gnav-group {
  display: flex;
  flex-direction: column-reverse;
  padding-right: 30px;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-group {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav {
    display: block;
  }
}
.bl-rct-gnav-item {
  position: relative;
  margin-right: 30px;
}
.bl-rct-gnav-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-item {
    margin-right: 0;
    letter-spacing: normal;
  }
}
.bl-rct-gnav-item > a {
  display: block;
  padding-top: 8px;
  padding-bottom: 10px;
  color: #32373c;
  font-size: 1.4rem;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-item > a {
    display: block;
    padding: 15px;
    background: #fadc5a;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.bl-rct-gnav-item > a:hover {
  color: #989053;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-item > a:hover {
    color: #32373c;
  }
}
.bl-rct-gnav-item > a > span {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bl-rct-gnav-item.is-nav-active > a, .bl-rct-gnav-item.is-current > a {
  color: #989053;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-item.is-nav-active > a, .bl-rct-gnav-item.is-current > a {
    color: #32373c;
  }
}
.bl-rct-gnav-item-inner {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 250px;
  padding: 20px;
  background: #000;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98), visibility 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98), transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-item-inner {
    position: static;
    width: 100%;
    background: none;
    transform: translateX(0);
  }
  .is-nav-open .bl-rct-gnav-item-inner {
    opacity: 1;
    visibility: visible;
  }
}
.bl-rct-gnav-item-inner:before {
  position: absolute;
  top: -9px;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  transform: translateX(-50%);
  border-color: transparent transparent #000 transparent;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-item-inner:before {
    display: none;
  }
}
.bl-rct-gnav-item.is-nav-active .bl-rct-gnav-item-inner {
  opacity: 1;
  visibility: visible;
}
.bl-rct-gnav-lv2 {
  margin: 0;
}
.bl-rct-gnav-lv2-item > a {
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  transition: background 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-lv2-item > a {
    position: relative;
    padding-left: 18px;
    color: #32373c;
  }
  .bl-rct-gnav-lv2-item > a:before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-top: 2px solid #989053;
    border-right: 2px solid #989053;
    transform: rotate(45deg);
    content: "";
  }
}
.bl-rct-gnav-lv2-item > a:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-lv2-item > a:hover {
    background: none;
  }
}
.bl-rct-gnav-lv2-item:last-child > a {
  margin-bottom: 0;
}
.bl-rct-gnav-external {
  margin: 10px 0 0;
  line-height: 1;
  letter-spacing: -0.4em;
  text-align: right;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-external {
    padding-top: 15px;
    text-align: left;
    letter-spacing: normal;
  }
}
.bl-rct-gnav-external > li {
  display: inline-block;
  line-height: 0;
  letter-spacing: normal;
}
.bl-rct-gnav-external > li > a {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  color: #989053;
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-external > li > a {
    font-size: 1.4rem;
  }
}
.bl-rct-gnav-external > li > a:after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #989053;
  border-right: 1px solid #989053;
  box-sizing: border-box;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.bl-rct-gnavUtil {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnavUtil {
    max-width: 600px;
    margin: 0 auto;
  }
}
.bl-rct-gnavUtil-item {
  width: 100%;
  line-height: 0;
}
.bl-rct-gnavUtil-item > a {
  display: block;
  padding: 12px 25px;
  background: #000;
  border-radius: 25px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.2;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-gnavUtil-item > a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnavUtil-item > a {
    padding: 20px 25px;
    border-radius: 30px;
    text-align: center;
  }
}
.bl-rct-gnavUtil-item > a > span:after {
  display: none;
}
.bl-rct-gnavUtil-item.is-current > a {
  color: #fff;
}

.el-rct-gnav-sp {
  display: none;
  position: fixed;
  top: 25px;
  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: 1140px) {
  .el-rct-gnav-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .el-rct-gnav-sp {
    top: 19px;
    right: 17px;
  }
}
@media screen and (max-width: 480px) {
  .el-rct-gnav-sp {
    top: 17px;
    width: 30px;
    height: 17px;
    padding-top: 7px;
  }
}
.el-rct-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-rct-gnav-sp > span {
    width: 30px;
    height: 1px;
  }
}
.el-rct-gnav-sp .top {
  transform: translateY(-8px) scale(1);
}
@media screen and (max-width: 480px) {
  .el-rct-gnav-sp .top {
    transform: translateY(-7px) scale(1);
  }
}
.el-rct-gnav-sp .bottom {
  transform: translateY(8px) scale(1);
}
@media screen and (max-width: 480px) {
  .el-rct-gnav-sp .bottom {
    transform: translateY(7px) scale(1);
  }
}
.is-nav-open .el-rct-gnav-sp .top {
  transform: translateY(2px) rotate(45deg);
}
@media screen and (max-width: 480px) {
  .is-nav-open .el-rct-gnav-sp .top {
    transform: translateY(1px) rotate(45deg);
  }
}
.is-nav-open .el-rct-gnav-sp .middle {
  transform: translateY(0px) scale(0);
}
.is-nav-open .el-rct-gnav-sp .bottom {
  transform: translateY(-2px) rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .is-nav-open .el-rct-gnav-sp .bottom {
    transform: translateY(-1px) rotate(-45deg);
  }
}

.ly-rct-cta {
  position: relative;
  background: #fff;
  z-index: 1;
}
.ly-rct-cta-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .ly-rct-cta-inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.ly-rct-pageHeader {
  margin-bottom: 40px;
}
.ly-rct-pageHeader-inner {
  padding: 50px 0 70px;
}
@media screen and (max-width: 768px) {
  .ly-rct-pageHeader-inner {
    padding-bottom: 40px;
  }
}

.ly-rct-main {
  margin-bottom: 100px;
}
.ly-rct-mainv {
  position: relative;
  height: 520px;
  box-sizing: border-box;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .ly-rct-mainv {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .ly-rct-mainv {
    height: 420px;
  }
}
@media screen and (max-width: 620px) {
  .ly-rct-mainv {
    height: 380px;
  }
}
@media screen and (max-width: 480px) {
  .ly-rct-mainv {
    height: 360px;
  }
}
.ly-rct-mainv-inner {
  position: relative;
  height: 100%;
}

.bl-rct-mainv {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.bl-rct-mainv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  padding-left: 220px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 760px) {
  .bl-rct-mainv-bg {
    padding-left: 100px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-mainv-bg {
    padding-left: 30px;
  }
}
.bl-rct-mainv-bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.bl-rct-mainv-bg-fig {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 780px;
}
.bl-rct-mainv-bg-fig > span {
  display: block;
  width: 100%;
  padding-top: 57.69%;
  background: url(../images/recruit/rct_mainv01.png) no-repeat right bottom/cover;
}
.js-scroll-in-init .bl-rct-mainv-bg-fig > span {
  opacity: 0;
  transform: scale(0.98);
  transition: transform 0.95s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.1s, opacity 0.95s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.1s;
}
.js-scroll-in-init.js-anim-fadein .bl-rct-mainv-bg-fig > span {
  opacity: 1;
  transform: scale(1);
}

.el-rct-catchcopy {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  color: #000;
  font-size: 4.6rem;
  font-feature-settings: "palt";
  font-weight: 900;
  line-height: 1.8;
  z-index: 1;
  overflow: hidden;
  transform: translateY(-60%);
}
@media screen and (max-width: 1080px) {
  .el-rct-catchcopy {
    top: 10%;
    font-size: calc(266.6666666667% + 4 * (100vw - 768px) / 312);
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .el-rct-catchcopy {
    top: 8%;
    font-size: calc(193.3333333333% + 11 * (100vw - 480px) / 288);
  }
}
@media screen and (max-width: 480px) {
  .el-rct-catchcopy {
    font-size: 2.9rem;
  }
}
.el-rct-catchcopy > span {
  display: block;
}
.js-scroll-in-init .el-rct-catchcopy > span:nth-child(1) {
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.85s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.85s;
}
.js-scroll-in-init.js-anim-fadein .el-rct-catchcopy > span:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
}
.js-scroll-in-init .el-rct-catchcopy > span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.95s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.95s;
}
.js-scroll-in-init.js-anim-fadein .el-rct-catchcopy > span:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
}
.js-scroll-in-init .el-rct-catchcopy > span:nth-child(3) {
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 1.05s, opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 1.05s;
}
.js-scroll-in-init.js-anim-fadein .el-rct-catchcopy > span:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
}

.el-rct-topHeading-en {
  margin: 0 0 30px;
  color: #fff;
  font-size: 7.2rem;
  font-family: "EB Garamond", sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .el-rct-topHeading-en {
    font-size: calc(480% + 6 * (100vw - 768px) / 192);
  }
}
@media screen and (max-width: 480px) {
  .el-rct-topHeading-en {
    font-size: 7.2rem;
  }
}
.el-rct-topHeading-en--cYel {
  color: #ffe65f;
}

.ly-rct-sect {
  position: relative;
}
.ly-rct-sect--bgW {
  background-color: #fff;
}
.ly-rct-sect-inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
.js-scroll-in-init .ly-rct-sect-inner {
  opacity: 0;
  transform: translateY(25px);
  transition: transform 1s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.4s, opacity 1s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.4s;
}
.js-scroll-in-init.js-anim-fadein .ly-rct-sect-inner {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .ly-rct-sect-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

.bl-rct-card {
  display: flex;
  margin-right: -35px;
  margin-left: -35px;
  counter-reset: num;
}
@media screen and (max-width: 960px) {
  .bl-rct-card {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-card {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-rct-card-item {
  width: 33.333%;
  padding-right: 35px;
  padding-left: 35px;
  box-sizing: border-box;
  counter-increment: num;
}
@media screen and (max-width: 960px) {
  .bl-rct-card-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-card-item {
    display: flex;
    width: 100%;
    margin: 0 auto 70px;
    padding-right: 0;
    padding-left: 0;
  }
  .bl-rct-card-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-card-item {
    display: block;
  }
}
.bl-rct-card-item:nth-child(1) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .bl-rct-card-item:nth-child(1) {
    margin-top: 0;
  }
}
.bl-rct-card-item:nth-child(2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .bl-rct-card-item:nth-child(2) {
    margin-top: 0;
  }
}
.bl-rct-card-fig {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bl-rct-card-fig {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-card-fig {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}
.bl-rct-card-fig:after {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 6.2rem;
  line-height: 1;
  color: #fff;
  font-family: "EB Garamond", sans-serif;
  content: counter(num, decimal-leading-zero);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .bl-rct-card-fig:after {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-card-fig:after {
    left: 15px;
    font-size: calc(320% + 7 * (100vw - 768px) / 192);
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-card-fig:after {
    left: 20px;
    font-size: 5.8rem;
  }
}
.bl-rct-card-fig > span {
  background: #ccc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 125%;
  overflow: hidden;
}
.bl-rct-card-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-rct-card-body {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .bl-rct-card-body {
    width: 65%;
    margin-top: 0;
    padding-left: 25px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-card-body {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}
.bl-rct-card-title {
  margin: 0 0 20px;
  color: #000;
  font-size: 2rem;
}
.bl-rct-card-txt {
  margin-bottom: 1.75em;
}

.bl-rct-intro {
  position: relative;
}
.bl-rct-intro-body {
  position: relative;
  padding: 60px 0 60px 80px;
  z-index: 1;
}
.js-scroll-in-init .bl-rct-intro-body {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.8s, opacity 1s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.8s;
}
.js-scroll-in-init.js-anim-fadein .bl-rct-intro-body {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .bl-rct-intro-body {
    padding-left: 60px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-intro-body {
    padding-left: 0;
  }
}
.bl-rct-intro-body > p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .bl-rct-intro-body > p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-intro-body > p {
    font-size: 1.4rem;
  }
}
.bl-rct-intro-body > p:last-child {
  margin-bottom: 0;
}
.bl-rct-intro-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - ((100vw - 100%) / 2));
  height: 100%;
  background: #fdfdfd url(../images/recruit/bg_rct_intro.jpg) no-repeat right center/cover;
  z-index: 0;
}
.bl-rct-intro-fig:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffe65f;
  content: "";
}
.js-scroll-in-init .bl-rct-intro-fig:after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.2s, opacity 0.8s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.2s;
}
.js-scroll-in-init.js-anim-fadein .bl-rct-intro-fig:after {
  opacity: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .bl-rct-intro-fig {
    background-position-x: 85%;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-intro-fig {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.el-rct-lead {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .bl-rct-tile {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-tile {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .bl-rct-tile > .col.bl-rct-tile-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-tile > .col.bl-rct-tile-item {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-tile-item {
    margin-bottom: 30px;
  }
  .bl-rct-tile-item:last-child {
    margin-bottom: 0;
  }
}
.bl-rct-tile-item > a {
  position: relative;
  display: block;
  height: 100%;
  color: #000;
  background: #ffe65f;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-tile-item > a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1080px) {
  .bl-rct-tile-item > a:after {
    top: auto;
    bottom: 40px;
    right: 50%;
    transform: translate(50%, 0) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-tile-item > a:after {
    top: 50%;
    bottom: auto;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
}
.bl-rct-tile-item > a[target=_blank]:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_external_b.svg) no-repeat center center/cover;
  border: none;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .bl-rct-tile-item > a[target=_blank]:after {
    top: auto;
    bottom: 40px;
    right: 50%;
    transform: translate(50%, 0);
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-tile-item > a[target=_blank]:after {
    top: 50%;
    bottom: auto;
    right: 20px;
    transform: translateY(-50%);
  }
}
.bl-rct-tile-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-rct-tile-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 50px 40px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .bl-rct-tile-body {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-tile-body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bl-rct-tile-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bl-rct-tile-fig > span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
}
.bl-rct-tile-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-tile-fig > span img {
    width: 100%;
    height: auto;
  }
}
.bl-rct-tile-title {
  margin: 0 0 20px;
  font-size: 2.4rem;
  text-align: center;
}
.bl-rct-tile-txt {
  text-align: center;
}

.bl-rct-topEvent {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl-rct-topEvent-body {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .bl-rct-photoTile-item {
    margin-bottom: 30px;
  }
  .bl-rct-photoTile-item:last-child {
    margin-bottom: 0;
  }
}
.bl-rct-photoTile-item > a {
  position: relative;
  display: block;
  height: 270px;
  color: #FFF;
  background: #ccc;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .bl-rct-photoTile-item > a {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-photoTile-item > a {
    height: 225px;
  }
}
.bl-rct-photoTile-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-rct-photoTile-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl-rct-photoTile-fig > span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
}
.bl-rct-photoTile-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-photoTile-fig > span img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 580px) {
  .bl-rct-photoTile-fig > span img {
    width: auto;
    height: 100%;
  }
}
.bl-rct-photoTile-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 35px 25px 20px;
  box-sizing: border-box;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  font-size: 2rem;
}
.bl-rct-photoTile-title:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 17px;
  height: 17px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  transform: translateY(-20%) rotate(45deg);
}

.bl-rct-cta > a {
  position: relative;
  display: block;
  padding: 60px 65px 90px;
  background: #ffe65f url(../images/recruit/bg_rct_cta.jpg) no-repeat center center/cover;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .bl-rct-cta > a {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.bl-rct-cta > a:after {
  position: absolute;
  top: 50%;
  right: 50px;
  display: block;
  width: 25px;
  height: 25px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  box-sizing: border-box;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .bl-rct-cta > a:after {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}
.bl-rct-cta > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-rct-cta-title {
  color: #000;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-rct-cta-title {
    font-size: 2.6rem;
  }
}
.bl-rct-cta-title-en {
  margin: 0 0 15px;
  color: #fff;
  font-size: 7.2rem;
  font-family: "EB Garamond", sans-serif;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bl-rct-cta-title-en {
    font-size: 6.6rem;
  }
}

.js-fb-pageplugin {
  max-width: 490px;
  margin: 0 auto;
}
.js-fb-pageplugin > .fb-page {
  width: 100%;
}
.js-fb-pageplugin > .fb-page > span {
  width: 100% !important;
}
.js-fb-pageplugin iframe {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .bl-welfare {
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 480px) {
  .bl-welfare {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .bl-welfare > .col {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bl-welfare > .col:nth-child(even) {
    border-left: 1px solid #eee;
  }
  .bl-welfare > .col:nth-child(1), .bl-welfare > .col:nth-child(2) {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (max-width: 480px) {
  .bl-welfare > .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.bl-welfare-title {
  margin-bottom: 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-welfare-title {
    font-size: 2.2rem;
  }
}
.bl-welfare-icon {
  margin: 0;
  text-align: center;
}
.bl-welfare-icon img {
  max-width: 215px;
}
.bl-welfare-body {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-welfare-body {
    margin-bottom: 40px;
  }
}

.bl-rct-office-slider {
  transition: opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s;
}
@media screen and (max-width: 480px) {
  .bl-rct-office-slider {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bl-rct-office-slider.slick-initialized {
  opacity: 1;
}
.bl-rct-office-slider .slick-prev,
.bl-rct-office-slider .slick-next {
  width: 60px;
  height: 60px;
  z-index: 1;
}
@media screen and (max-width: 1280px ) {
  .bl-rct-office-slider .slick-prev,
.bl-rct-office-slider .slick-next {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-office-slider .slick-prev,
.bl-rct-office-slider .slick-next {
    width: 20px;
    height: 20px;
  }
}
.bl-rct-office-slider .slick-prev:before,
.bl-rct-office-slider .slick-next:before {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 1280px ) {
  .bl-rct-office-slider .slick-prev:before,
.bl-rct-office-slider .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-office-slider .slick-prev:before,
.bl-rct-office-slider .slick-next:before {
    width: 20px;
    height: 20px;
  }
}
.bl-rct-office-slider .slick-prev {
  left: -50px;
}
@media screen and (max-width: 1280px ) {
  .bl-rct-office-slider .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-office-slider .slick-prev {
    left: -5px;
  }
}
.bl-rct-office-slider .slick-prev:before {
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(-45deg);
}
.bl-rct-office-slider .slick-next {
  right: -50px;
}
@media screen and (max-width: 1280px ) {
  .bl-rct-office-slider .slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-office-slider .slick-next {
    right: -5px;
  }
}
.bl-rct-office-slider .slick-next:before {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}
.bl-rct-office-slider-item {
  width: 33.333%;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-rct-office-slider-item {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-office-slider-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bl-rct-office-slider-item-inner {
  padding: 10px;
  background: #fff;
}
.bl-rct-office-slider-fig {
  margin-bottom: 10px;
}
.bl-rct-office-slider-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 131.25%;
  overflow: hidden;
}
.bl-rct-office-slider-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-rct-office-slider-body {
  padding: 10px;
}
.bl-rct-office-slider-title {
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.bl-rct-office-slider-txt {
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: center;
}

.bl-rct-fillCard {
  margin-right: -20px;
  margin-left: -20px;
  counter-reset: num;
}
.bl-rct-fillCard > .col {
  padding-right: 20px;
  padding-left: 20px;
}
.bl-rct-fillCard-item {
  margin-bottom: 40px;
  counter-increment: num;
}
.bl-rct-fillCard-item-inner {
  position: relative;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  .bl-rct-fillCard-item-inner {
    padding: 25px;
  }
}
.bl-rct-fillCard-item-inner:before {
  position: absolute;
  top: 0;
  left: -7px;
  font-family: "Poppins", sans-serif;
  color: #ffe65f;
  font-size: 15rem;
  line-height: 0.7;
  letter-spacing: -0.025em;
  content: "Q" counter(num);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-fillCard-item-inner:before {
    font-size: 12rem;
  }
}
.bl-rct-fillCard-title {
  position: relative;
  margin: 0 0 0;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 900;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-rct-fillCard-title {
    font-size: 2.6rem;
  }
  .bl-rct-fillCard-title > br {
    display: none;
  }
}
.bl-rct-fillCard-fig {
  position: relative;
  margin: 1.5em 0 2.5em;
  text-align: center;
  z-index: 1;
}
.bl-rct-fillCard-fig img {
  width: 100%;
  max-width: 339.5px;
}
.bl-rct-fillCard-heading {
  position: relative;
  margin: 0 0 0.75em;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
  z-index: 1;
}
.bl-rct-fillCard-heading > strong {
  font-weight: 900;
}
.bl-rct-fillCard-txt {
  position: relative;
  margin: 0;
  z-index: 1;
}

.bl-rct-figCard {
  margin-top: 70px;
  margin-right: -35px;
  margin-left: -35px;
}
@media screen and (max-width: 960px) {
  .bl-rct-figCard {
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-figCard {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-figCard {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-rct-figCard > .col {
  margin-bottom: 70px;
  padding-right: 35px;
  padding-left: 35px;
}
@media screen and (max-width: 1080px) {
  .bl-rct-figCard > .col {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .bl-rct-figCard > .col {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-figCard > .col {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-figCard > .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-rct-figCard-item-inner {
  background: #fadc5a;
}
.bl-rct-figCard-item-inner > a {
  display: block;
  color: #32373c;
  transition: opacity 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-rct-figCard--row .bl-rct-figCard-item-inner > a {
  display: flex;
}
@media screen and (max-width: 960px) {
  .bl-rct-figCard--row .bl-rct-figCard-item-inner > a {
    display: block;
  }
}
.bl-rct-figCard-item-inner > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-rct-figCard-item-inner > a:hover .bl-rct-figCard-fig > span {
  transform: scale(1.05);
}
.bl-rct-figCard-body {
  padding: 20px 20px 25px;
}
.bl-rct-figCard--row .bl-rct-figCard-body {
  flex: 1 1 auto;
}
.bl-rct-figCard-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #ffe65f;
  color: #000;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}
.bl-rct-figCard--row .bl-rct-figCard-title {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .bl-rct-figCard--row .bl-rct-figCard-title {
    text-align: center;
  }
}
.bl-rct-figCard-title > span {
  display: block;
}
.bl-rct-figCard-txt {
  margin-bottom: 0;
}
.bl-rct-figCard-fig {
  overflow: hidden;
}
.bl-rct-figCard--row .bl-rct-figCard-fig {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .bl-rct-figCard--row .bl-rct-figCard-fig {
    height: auto;
  }
}
.bl-rct-figCard-fig-group {
  position: relative;
}
.bl-rct-figCard--row .bl-rct-figCard-fig-group {
  flex: 0 0 200px;
}
.bl-rct-figCard-fig-group:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 32, 47, 0.5);
  content: "";
  z-index: 0;
}
.bl-rct-figCard-fig > span {
  background: #ccc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 65.625%;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-rct-figCard-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-rct-figCard--row .bl-rct-figCard-fig > span {
  height: 100%;
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .bl-rct-figCard--row .bl-rct-figCard-fig > span {
    height: auto;
    padding-top: 65.625%;
  }
}
.bl-rct-figCard--row .bl-rct-figCard-fig > span img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .bl-rct-figCard--row .bl-rct-figCard-fig > span img {
    width: 100%;
    height: auto;
  }
}
.bl-rct-figCard-btn {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}
.bl-rct-figCard-btn > a,
.bl-rct-figCard-btn > span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 150px;
  padding: 10px 25px;
  background: #fff;
  border-radius: 25px;
  box-sizing: border-box;
  color: #32373c;
}
@media screen and (max-width: 768px) {
  .bl-rct-figCard-btn > a,
.bl-rct-figCard-btn > span {
    max-width: 160px;
    padding: 8px 20px;
  }
}
.bl-rct-figCard-btn > a:after,
.bl-rct-figCard-btn > span:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.bl-rct-fullMedia {
  display: flex;
}
@media screen and (max-width: 768px) {
  .bl-rct-fullMedia {
    display: block;
  }
}
.bl-rct-fullMedia-body {
  flex: 0 0 710px;
  padding: 70px 50px 70px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-rct-fullMedia-body {
    display: block;
    padding: 60px 0;
  }
}
.bl-rct-fullMedia-title {
  margin-top: 2.5em;
  color: #000;
  font-size: 1.8rem;
  font-weight: 900;
}
.bl-rct-fullMedia-fig {
  position: relative;
  flex: 1 1 390px;
}
@media screen and (max-width: 768px) {
  .bl-rct-fullMedia-fig {
    margin-right: -40px;
    margin-left: -40px;
  }
}
.bl-rct-fullMedia-fig-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bl-rct-fullMedia-fig-inner {
    position: static;
    width: auto;
    height: auto;
  }
}
.bl-rct-fullMedia-fig-inner > span {
  width: 540px;
  height: 100%;
  background: #ccc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
}
.bl-rct-fullMedia-fig-inner > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-fullMedia-fig-inner > span {
    width: 100%;
    height: 0;
    padding-top: 240px;
  }
  .bl-rct-fullMedia-fig-inner > span img {
    width: 100%;
    height: auto;
  }
}
.bl-rct-fullMedia-list {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .bl-rct-fullMedia-list {
    display: block;
  }
}
.bl-rct-fullMedia-list > li {
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .bl-rct-fullMedia-list > li {
    margin-bottom: 10px;
  }
  .bl-rct-fullMedia-list > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-fullMedia-list > li .el-rct-btn {
    width: 100%;
  }
}

.bl-rct-ideal-fig {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .bl-rct-ideal-fig {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .bl-rct-ideal-fig img {
    max-width: 280px;
  }
}

.bl-rct-process {
  display: flex;
  align-items: center;
  margin: 0;
  border-top: 1px solid #ffe65f;
  counter-increment: num;
}
.bl-rct-process-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #ffe65f;
  counter-reset: num;
}
@media screen and (max-width: 480px) {
  .bl-rct-process {
    display: block;
  }
}
.bl-rct-process > dt {
  position: relative;
  flex: 0 0 320px;
  margin: 0;
  padding: 30px 0 30px 80px;
  box-sizing: border-box;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .bl-rct-process > dt {
    flex-basis: 260px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-process > dt {
    flex-basis: 220px;
    padding-left: 65px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-process > dt {
    padding: 20px 0 20px 50px;
  }
}
.bl-rct-process > dt:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  color: #ffe65f;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
  transform: translateY(-50%);
  content: counter(num);
}
@media screen and (max-width: 768px) {
  .bl-rct-process > dt:before {
    width: 50px;
    height: 50px;
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-process > dt:before {
    width: 40px;
    height: 40px;
    font-size: 2.8rem;
    line-height: 1.49;
  }
}
.bl-rct-process > dd {
  flex: 1 1 auto;
  margin: 0;
  padding: 30px 0;
}
@media screen and (max-width: 480px) {
  .bl-rct-process > dd {
    padding-top: 0;
  }
}

.bl-rct-faq {
  margin: 2px 0;
  padding: 50px 50px 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .bl-rct-faq {
    padding: 40px 40px 50px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-faq {
    padding: 30px 20px 40px;
  }
}
.bl-rct-faq > dt {
  position: relative;
  padding: 10px 0 30px 80px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl-rct-faq > dt {
    padding-left: 65px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-faq > dt {
    padding: 0 0 20px 55px;
    font-size: 1.6rem;
  }
}
.bl-rct-faq > dt:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  color: #ffe65f;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: center;
  content: "Q";
}
@media screen and (max-width: 768px) {
  .bl-rct-faq > dt:before {
    width: 50px;
    height: 50px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-faq > dt:before {
    width: 40px;
    height: 40px;
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.bl-rct-faq > dd {
  position: relative;
  margin: 0;
  padding: 10px 0 0 80px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .bl-rct-faq > dd {
    padding-left: 65px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-faq > dd {
    padding: 0 0 0 55px;
    font-size: 1.6rem;
  }
}
.bl-rct-faq > dd:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffe65f;
  color: #000;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: center;
  content: "A";
}
@media screen and (max-width: 768px) {
  .bl-rct-faq > dd:before {
    width: 50px;
    height: 50px;
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-faq > dd:before {
    width: 40px;
    height: 40px;
    font-size: 2.8rem;
    line-height: 1.49;
  }
}

.bl-rct-tabNav {
  display: flex;
  margin: 0 -2px;
}
@media screen and (max-width: 480px) {
  .bl-rct-tabNav {
    margin-right: -22px;
    margin-left: -22px;
  }
}
.bl-rct-tabNav > li {
  width: 33.333%;
  height: 100%;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
}
.bl-rct-tabNav > li > a {
  display: block;
  height: 100%;
  padding: 30px 10px;
  background: #fadc5a;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: background 0.4s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
@media screen and (max-width: 768px) {
  .bl-rct-tabNav > li > a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-tabNav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.6rem;
  }
}
.bl-rct-tabNav > li > a:hover {
  background: #fff;
  text-decoration: none;
}
.bl-rct-tabNav > li.is-current > a {
  background: #fff;
}

.bl-rct-personMainv {
  position: relative;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .bl-rct-personMainv {
    height: 480px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-personMainv {
    height: 420px;
  }
}
.bl-rct-personMainv-photo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  max-width: 1400px;
  height: 100%;
  background: #ccc;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 0;
}
.bl-rct-personMainv-photo > span {
  height: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
}
.bl-rct-personMainv-photo > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1280px ) {
  .person-young .bl-rct-personMainv-photo > span img {
    transform: translateX(4.5%);
  }
}
@media screen and (max-width: 1080px) {
  .person-young .bl-rct-personMainv-photo > span img {
    transform: translateX(11%);
  }
}
@media screen and (max-width: 768px) {
  .person-young .bl-rct-personMainv-photo > span img {
    transform: translateX(17%);
  }
}
@media screen and (max-width: 480px) {
  .person-young .bl-rct-personMainv-photo > span img {
    transform: translateX(18%);
  }
}
@media screen and (max-width: 1280px ) {
  .person-mid-level .bl-rct-personMainv-photo > span img {
    transform: translateX(-4%);
  }
}
@media screen and (max-width: 1080px) {
  .person-mid-level .bl-rct-personMainv-photo > span img {
    transform: translateX(-9%);
  }
}
@media screen and (max-width: 768px) {
  .person-mid-level .bl-rct-personMainv-photo > span img {
    transform: translateX(-12%);
  }
}
@media screen and (max-width: 1280px ) {
  .person-experienced .bl-rct-personMainv-photo > span img {
    transform: translateX(4%);
  }
}
@media screen and (max-width: 1080px) {
  .person-experienced .bl-rct-personMainv-photo > span img {
    transform: translateX(9%);
  }
}
@media screen and (max-width: 768px) {
  .person-experienced .bl-rct-personMainv-photo > span img {
    transform: translateX(11%);
  }
}

.bl-rct-personProf {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 100%;
  z-index: 1;
  text-align: right;
}
.pos-rev .bl-rct-personProf {
  right: auto;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .bl-rct-personProf {
    bottom: 40px;
  }
}
.bl-rct-personProf-inner {
  margin: 0;
  line-height: 1.1;
}
.bl-rct-personProf-inner > span {
  display: inline-block;
  padding: 8px 15px;
  background: #000;
  color: #fff;
}
.bl-rct-personProf-name {
  margin-bottom: 10px;
  font-size: 3.8rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .bl-rct-personProf-name {
    font-size: 3.6rem;
  }
}
.bl-rct-personProf-name > span {
  padding-top: 8px;
  padding-bottom: 12px;
}
.bl-rct-personProf-grad {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .bl-rct-personProf-grad {
    font-size: 1.8rem;
  }
}
.bl-rct-personProf-dept, .bl-rct-personProf-year {
  line-height: 1.4;
}

.bl-rct-fav {
  display: flex;
  margin: 30px 0;
  padding: 10px;
  background: #fadc5a;
}
@media screen and (max-width: 840px) {
  .bl-rct-fav {
    display: block;
  }
}
.bl-rct-fav-title {
  margin: 0 0 5px;
  color: #000;
  font-size: 2.4rem;
  font-weight: 900;
}
.bl-rct-fav-title-group {
  flex: 0 0 270px;
  padding: 20px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-rct-fav-title-group {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-fav-title {
    text-align: center;
  }
}
.bl-rct-fav-title-en {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.1;
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .bl-rct-fav-title-en {
    text-align: center;
  }
}
.bl-rct-fav-body {
  flex: 1 1 auto;
  padding: 30px 40px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-rct-fav-body {
    padding: 30px;
  }
}
.bl-rct-fav-item {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffe65f;
}
@media screen and (max-width: 480px) {
  .bl-rct-fav-item {
    display: block;
  }
}
.bl-rct-fav-item:first-child {
  padding-top: 0;
}
.bl-rct-fav-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.bl-rct-fav-item-fig {
  flex: 0 0 150px;
  box-sizing: border-box;
}
.bl-rct-fav-item-fig img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .bl-rct-fav-item-fig {
    margin: 0 auto 15px;
    max-width: 150px;
  }
}
.bl-rct-fav-item-body {
  flex: 1 1 auto;
  padding-left: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bl-rct-fav-item-body {
    padding-left: 0;
  }
}
.bl-rct-fav-item-title {
  margin: 0 0 0.5em;
  color: #000;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .bl-rct-fav-item-title {
    text-align: center;
  }
}

.bl-rct-interview {
  display: flex;
  margin: 70px -40px 90px;
}
.bl-rct-interview:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-interview {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-rct-interview.dir-r {
  flex-direction: row-reverse;
}
.bl-rct-interview-body {
  width: 53.6363%;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}
.bl-rct-interview-body > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-body {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-rct-interview-fig {
  width: 46.3637%;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-fig {
    width: 100%;
    margin-top: 60px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .bl-rct-interview-fig {
    margin-top: 40px;
  }
}
.bl-rct-interview-fig-inner {
  position: relative;
  width: 100%;
}
.bl-rct-interview-fig-inner > .item-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 132%;
  max-width: 620px;
}
.dir-r .bl-rct-interview-fig-inner > .item-fig {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-fig-inner > .item-fig {
    position: static;
    width: 100%;
    margin: 0 auto;
  }
}
.bl-rct-interview-fig-inner > .item-fig > span {
  background: #ccc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 67.7419%;
  overflow: hidden;
}
.bl-rct-interview-fig-inner > .item-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;
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-fig-inner > .item-fig > span {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-fig-inner > .item-fig > span img {
    position: static;
  }
}
.bl-rct-interview-item {
  position: relative;
}
.flowbtn8:before {
    display: none;
}
.flowbtn8 {
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 24px; /* アイコンのサイズを大きく */
    line-height: 40px; /* アイコンを中央に配置 */
    vertical-align: middle;
    text-decoration: none;
    transition: .5s;
    margin: 0 10px; /* 間隔を調整 */
    text-align: center; /* アイコンの中央寄せ */
}
/* ボタンマウスホバー時 */
.flowbtn8:hover {
    transform: translateY(-5px);
}

.flowbtn8.fl_fb8 {
    border: solid 1px #fff;
    color: #000;
}
/* Facebookマウスホバー時 */
.flowbtn8.fl_fb8:hover {
    color: #fff !important; /* アイコンを白色に */
    border: solid 1px #000;
    background: #d3d3d3; /* 薄いグレーに変更 */
}

.flowbtn8.insta_btn8 {
    border: solid 1px #fff;
    color: #000;
}
/* Instagramマウスホバー時 */
.flowbtn8.insta_btn8:hover {
    color: #fff !important; /* アイコンを白色に */
    border: solid 1px #000;
    background: #d3d3d3; /* 薄いグレーに変更 */
}

.snsbtniti {
    display: flex;
    align-items: center;
    justify-content: center; /* 中央揃えに変更 */
    margin-left: auto; /* ロゴとの間隔を自動調整 */
}

.ly-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between; /* ロゴとSNSボタンを左右に分ける */
}
.flowbtn8.wantedly_btn8 {
    border: solid 1px #fff;
    color: #000;
}
/* Wantedlyマウスホバー時 */
.flowbtn8.wantedly_btn8:hover {
    color: #fff !important; /* アイコンを白色に */
    border: solid 1px #000;
    background: #d3d3d3; /* 薄いグレーに変更 */
}