@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-pageHeader-inner, .ly-rct-main-inner, .ly-rct-cta-inner, .ly-rct-footer-body-inner, .ly-mainv-body-inner, .ly-pageHeader-inner, .ly-main-inner, .ly-sect-inner, .bl-edit-link-inner, .ly-cta-inner, .ly-footer-body-inner {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.ly-rct-main-inner--sm, .ly-main-inner--sm {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-rct-interview-mainv-inner, .bl-rct-mainv-body, .bl-rct-contsNav, .bl-rct-contsNav-body, .ly-rct-localnav-inner, .ly-rct-sect-inner {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

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

.ly-rct-pageHeader, .ly-rct-main, .ly-rct-localnav, .ly-rct-sect, .ly-rct-cta, .ly-rct-footer-body, .ly-mainv-body, .ly-news-inner, .ly-breadcrumb, .ly-pageHeader, .ly-main, .ly-localnav, .ly-sect, .bl-edit-link, .ly-cta, .ly-footer-body {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .ly-rct-pageHeader, .ly-rct-main, .ly-rct-localnav, .ly-rct-sect, .ly-rct-cta, .ly-rct-footer-body, .ly-mainv-body, .ly-news-inner, .ly-breadcrumb, .ly-pageHeader, .ly-main, .ly-localnav, .ly-sect, .bl-edit-link, .ly-cta, .ly-footer-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.ly-rct-mainv {
  padding-right: 80px;
  padding-left: 80px;
}
@media screen and (max-width: 1280px ) {
  .ly-rct-mainv {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .ly-rct-mainv {
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .bl-rct-sitemapList-title.has-child:before, .bl-sitemapList-title.has-child:before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    transform: translateY(-50%);
  }
  .bl-rct-sitemapList-title.has-child:after, .bl-sitemapList-title.has-child:after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    content: "";
    transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
    transform: translateY(-50%) rotate(45deg);
  }
  .is-active.bl-rct-sitemapList-title.has-child:after, .is-active.bl-sitemapList-title.has-child:after {
    transform: translate(20%, -65%) rotate(135deg);
  }
}
html,
body {
  width: 100%;
  background: #fff;
}

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

body {
  font-size: 1.6rem;
}
/* .is-chgFw body {
  font-weight: 500;
} */
@media screen and (max-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: #1C5A8B;
  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 #CBCBCB;
}

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

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

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

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

figure {
  margin: 0 0 1.5em;
}

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

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

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

.el-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #1C5A8B;
  border-radius: 30px;
  color: #1C5A8B;
  font-size: 1.8rem;
  line-height: 3.2;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn:hover {
  color: #fff;
  background: #1C5A8B;
  border-color: #1C5A8B;
  text-decoration: none;
}
.el-btn:hover:before {
  border-color: transparent transparent transparent #fff;
}
.el-btn.el-btn-primary:before {
  border-color: transparent transparent transparent #fff;
}
.el-btn.el-btn-primary:hover:before {
  border-color: transparent transparent transparent #1C5A8B;
}
@media screen and (max-width: 600px) {
  .el-btn {
    max-width: 180px;
    font-size: 1.4rem;
  }
}
.el-btn-primary {
  background: #1C5A8B;
  color: #fff;
}
.el-btn-primary:hover {
  background: #fff;
  color: #1C5A8B;
}
.el-btn--cWt {
  border-color: #FFF;
}
.el-btn--cWt:hover {
  border-color: #1C5A8B;
}
.el-btn--cMain {
  background-color: #1C5A8B;
  color: #FFF;
}
.el-btn--cMain:hover {
  background: #fff;
  color: #1C5A8B;
}
.el-btn--bdWt {
  background: transparent;
  border-color: #FFF;
  color: #fff;
}
.el-btn--bdWt:hover {
  background: #FFF;
  border-color: #FFF;
  color: #1C5A8B;
}
.el-btn--window:after {
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  margin-left: 5px;
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn--window:hover:after {
  background-image: url(../images/icon/icon_window_w.svg);
}
.el-btn--window.el-btn-primary:after {
  background-color: #FFF;
}
.el-btn--window.el-btn-primary:hover:after {
  background-color: #1C5A8B;
}
.el-btn--window.el-btn--sm:after {
  width: 11px;
  height: 11px;
  margin-left: 3px;
}
.el-btn--pdf:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  margin-left: 5px;
  transform: translateY(10%);
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn--pdf:hover:after {
  background-image: url(../images/icon/icon_file_pdf_w.svg);
}
.el-btn--beforePdf:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  margin-right: 8px;
  transform: translateY(10%);
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn--beforePdf:hover:before {
  background-image: url(../images/icon/icon_file_pdf_w.svg);
}
.el-btn--wAuto {
  display: inline-block;
  width: auto;
  max-width: initial;
  max-width: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.is-ie .el-btn--wAuto {
  max-width: 100%;
}
.el-btn--full {
  display: inline-block;
  width: 100%;
  max-width: initial;
  max-width: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.is-ie .el-btn--full {
  max-width: 100%;
}
.el-btn--sm {
  max-width: 200px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 3;
}
.el-btn--hMd {
  padding-top: 10px;
  padding-bottom: 10px;
}
.el-btn-submit {
  width: 210px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-color: #1C5A8B;
  background: #1C5A8B;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.7rem;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .el-btn-submit {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.el-btn-submit:before {
  display: none;
}
.el-btn-submit:hover {
  opacity: 0.5;
}
.el-btn-submit.t-size-full {
  width: 100%;
}
.el-btn-submit[disabled] {
  background: #cccccc;
  cursor: pointer !important;
}
.el-btn-submit[disabled]:hover {
  opacity: 1;
}
.el-btn-back {
  width: 210px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.7rem;
}
@media screen and (max-width: 600px) {
  .el-btn-back {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.el-btn-back:before {
  display: none;
}

.el-viewMore {
  position: relative;
  display: inline-block;
  color: #4FB6C9;
  font-weight: bold;
}
.el-viewMore:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4FB6C9;
  border-right: 1px solid #4FB6C9;
  box-sizing: border-box;
  margin-right: 5px;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-viewMore::after {
  content: "もっと見る";
}
.el-viewMore.en::after {
  content: "View More";
}
.el-viewMore--sm {
  font-size: 1.3rem;
}
.el-viewMore--noAfter::after {
  content: "";
}

.el-heading {
  position: relative;
  margin: 2.5em 0 1.5em;
  box-sizing: border-box;
  color: #333;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading {
    font-size: 2.4rem;
  }
}
.el-heading:first-child {
  margin-top: 0;
}
.el-heading-lv2 {
  position: relative;
  margin: 2.5em 0 1.5em;
  padding-bottom: 11px;
  border-bottom: 3px solid #1C5A8B;
  box-sizing: border-box;
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  font-feature-settings: "palt";
}
@media screen and (max-width: 600px) {
  .el-heading-lv2 {
    font-size: 2.2rem;
  }
}
.el-heading-lv2:first-child {
  margin-top: 0;
}
.el-heading-lv2 .item-sub {
  font-size: 1.8rem;
}
.el-heading-lv2--cMain {
  color: #1C5A8B;
}
.el-heading-lv2--sm {
  margin: 3.25em 0 1.5em;
  padding-bottom: 8px;
  border-width: 1px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading-lv2--sm {
    font-size: 2.2rem;
  }
}
.el-heading-lv2--lg {
  margin: 3.25em 0 1.5em;
  padding-bottom: 8px;
  border-width: 1px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .el-heading-lv2--lg {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .el-heading-lv2--lg {
    font-size: 2.4rem;
  }
}
.el-heading-lv2--nobd {
  padding-bottom: 0;
  border: none;
}
.el-heading-lv3 {
  position: relative;
  margin: 2.5em 0 1em;
  box-sizing: border-box;
  color: #1C5A8B;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3 {
    font-size: 1.9rem;
  }
}
.el-heading-lv3:first-child {
  margin-top: 0;
}
.el-heading-lv3--sm {
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3--sm {
    font-size: 1.8rem;
  }
}
.el-heading-lv3--lg {
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3--lg {
    font-size: 2.4rem;
  }
}
.el-heading-lv4 {
  margin: 2em 0 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading-lv4 {
    font-size: 1.6rem;
  }
}
.el-heading-lv4--bg {
  padding: 10px 15px;
  background: rgba(28, 90, 139, 0.8);
  color: #fff;
  line-height: 1.4;
}

.el-pageHeading {
  margin: 0 10px 0 0;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.el-pageHeading:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .el-pageHeading {
    font-size: 1.6rem;
  }
}
.el-pageHeading--lg {
  margin-right: 20px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .el-pageHeading--lg {
    margin-right: 15px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 600px) {
  .el-pageHeading--lg {
    margin-right: 0;
    font-size: 3rem;
  }
}
.el-pageHeading-sub {
  font-family: "Roboto", sans-serif;
  color: #4FB6C9;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.business .el-pageHeading-sub {
  color: #be93d3;
}
.csr .el-pageHeading-sub {
  color: #68D18C;
}
@media screen and (max-width: 600px) {
  .el-pageHeading-sub {
    display: block;
  }
}
.el-pageHeading-sub--lg {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .el-pageHeading-sub--lg {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .el-pageHeading-sub--lg {
    font-size: 1.2rem;
  }
}
.el-pageHeading-main {
  margin: 20px 0 0;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .el-pageHeading-main {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 600px) {
  .el-pageHeading-main {
    margin-top: 10px;
    font-size: 3rem;
  }
}

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

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

.el-strong {
  color: #1C5A8B;
  font-weight: normal;
}

.el-label {
  display: inline-block;
  min-width: 85px;
  margin: 0 20px 0 0;
  padding: 2px 10px 1px;
  background: #4FB6C9;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
.el-label:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .el-label {
    min-width: 90px;
    margin-right: 15px;
    font-size: 1.1rem;
  }
}
.el-label--sm {
  margin: 2px 0 2px 15px;
  font-size: 1.1rem;
  line-height: 1.6;
}
.el-label-pickup {
  display: inline-block;
  margin: 0;
  padding: 1px 10px;
  background: #1C5A8B;
  box-sizing: border-box;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
}
.el-label-pickup .item-num {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.4rem;
  vertical-align: middle;
}
.el-label-pickup .item-txt {
  display: inline-block;
  vertical-align: middle;
}
.el-label-pickup:hover {
  text-decoration: none;
}
.el-label-pickup--lg {
  min-width: 150px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 1.2rem;
}
.el-label-pickup--lg .item-num {
  font-size: 1.6rem;
}

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

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

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

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

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

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

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

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

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

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

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

.bl-grid-item {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1080px) {
  .bl-grid-item {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media screen and (max-width: 768px) {
  .bl-grid-item {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .bl-grid-item > .col,
.bl-grid-item > .col_multi2 {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .bl-grid-item > .col,
.bl-grid-item > .col_multi2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item > .col,
.bl-grid-item > .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-grid-item:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% - 70px);
  height: 1px;
  background: #CBCBCB;
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .bl-grid-item:before {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .bl-grid-item:before {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item:before {
    width: 100%;
  }
}
.bl-grid-item--full:before {
  width: 100%;
}
.bl-grid-item:first-child {
  padding-top: 0;
}
.bl-grid-item:first-child:before {
  display: none;
}
.bl-grid-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-grid-item-body {
    margin-bottom: 30px;
  }
  .bl-grid-item-body:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item-fig {
    margin-bottom: 30px;
  }
  .bl-grid-item-fig:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item-col {
    margin-bottom: 30px;
  }
  .bl-grid-item-col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item-col .figs-list-clm {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.bl-grid-item-col .figs-list-clm > .item {
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-grid-item-col .figs-list-clm > .item {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.bl-grid-item-col .figs-list-clm > .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-grid-item-col .figs-list-clm > .item:last-child, .bl-grid-item-col .figs-list-clm > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item-col .figs-list-clm.no-fx {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item-col .figs-list-clm.no-fx > .item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-grid-item-col .figs-list-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}
@media screen and (max-width: 768px) {
  .bl-grid-item-col .figs-list-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item-col .figs-list-row {
    display: flex;
  }
}
.bl-grid-item-col .figs-list-row > .item {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 13px;
  padding-left: 13px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-grid-item-col .figs-list-row > .item {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item-col .figs-list-row > .item {
    width: 50%;
  }
}
.bl-grid-item-col .figs-list-row > .item:last-child, .bl-grid-item-col .figs-list-row > .item:nth-last-child(2) {
  margin-bottom: 0;
}
.bl-grid-figs {
  margin: 60px -13px;
}
@media screen and (max-width: 768px) {
  .bl-grid-figs {
    margin: 40px -10px;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-figs {
    display: flex;
  }
}
.bl-grid-figs > .col {
  margin-bottom: 30px;
  padding-right: 13px;
  padding-left: 13px;
}
@media screen and (max-width: 768px) {
  .bl-grid-figs > .col {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-figs.grid3 > .col {
    width: 50%;
    margin-bottom: 20px;
  }
}
.bl-grid-figs.grid3 > .col:last-child, .bl-grid-figs.grid3 > .col:nth-last-child(2), .bl-grid-figs.grid3 > .col:nth-last-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-grid-figs.grid3 > .col:last-child, .bl-grid-figs.grid3 > .col:nth-last-child(2), .bl-grid-figs.grid3 > .col:nth-last-child(3) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-figs.grid3 > .col:last-child {
    margin-bottom: 0;
  }
}
.bl-grid-figs .fig {
  margin: 0;
}
.bl-grid-figs .caption {
  margin: 10px 0 0;
  font-size: 1.5rem;
}

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

.bl-minColumn {
  display: flex;
}
.bl-minColumn-fig {
  flex: 0 0 67px;
  box-sizing: border-box;
}
.bl-minColumn-fig img {
  width: 100%;
  height: auto;
}
.bl-minColumn-body {
  flex: 1 1 auto;
  padding-left: 15px;
  box-sizing: border-box;
}

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

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

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

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

.bl-dl-row {
  margin: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.bl-dl-row > dt {
  float: left;
  width: 130px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-weight: 500;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dt {
    float: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.bl-dl-row > dd {
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 130px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}
.bl-dl-row--bdtNone > dt:first-child {
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--bdtNone > dt:first-child {
    border-top: none;
  }
}
.bl-dl-row--bdtNone > dt:first-child + dd {
  padding-top: 0;
  border-top: none;
}
.bl-dl-row--termCmain > dt {
  color: #338DC3;
  font-weight: bold;
}
.bl-dl-row--long > dt {
  width: 250px;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--long > dt {
    width: 100%;
  }
}
.bl-dl-row--long > dd {
  padding-left: 250px;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--long > dd {
    padding-left: 0;
  }
}
.bl-dl-row-fx {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-dl-row-fx {
    display: block;
    margin-bottom: 0.25em;
  }
  .bl-dl-row-fx:last-child {
    margin-bottom: 0;
  }
}
.bl-dl-row-fx > dt {
  flex: 0 0 220px;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row-fx > dt {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.bl-dl-row-fx > dd {
  flex: 1 1 auto;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row-fx > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}

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

.bl-list-num {
  margin-bottom: 1.5em;
  padding-left: 0;
  counter-reset: num;
}
.bl-list-num > li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.5em;
  counter-increment: num;
}
.bl-list-num > li:last-child {
  margin-bottom: 0;
}
.bl-list-num > li:before {
  top: 16px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  color: #1C5A8B;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  content: counter(num);
}
.bl-list-num > li .item-function {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding-left: 20px;
  color: #bd544b;
  font-weight: 700;
}
.bl-list-num > li .item-function::before {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  width: 12px;
  height: 5px;
  background: #bd544b;
  content: "";
}
.bl-list-num > li .item-function::after {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 6px;
  border-color: transparent transparent transparent #bd544b;
  content: "";
}
.bl-list-num--liMb0:last-child {
  margin-bottom: 0;
}
.bl-list-num--liMb0 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-list-num--liMb0 > li > br {
    display: none;
  }
}

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

.bl-btns-pdf {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .bl-btns-pdf {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 10px;
  }
}

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

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

.bl-fig-caption {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

.bl-siteSearch {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hp-pr0 {
  padding-right: 0px !important;
}

.hp-pl0 {
  padding-left: 0px !important;
}

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

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

.hp-pr5 {
  padding-right: 5px !important;
}

.hp-pl5 {
  padding-left: 5px !important;
}

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

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

.hp-pr10 {
  padding-right: 10px !important;
}

.hp-pl10 {
  padding-left: 10px !important;
}

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

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

.hp-pr15 {
  padding-right: 15px !important;
}

.hp-pl15 {
  padding-left: 15px !important;
}

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

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

.hp-pr20 {
  padding-right: 20px !important;
}

.hp-pl20 {
  padding-left: 20px !important;
}

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

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

.hp-pr25 {
  padding-right: 25px !important;
}

.hp-pl25 {
  padding-left: 25px !important;
}

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

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

.hp-pr30 {
  padding-right: 30px !important;
}

.hp-pl30 {
  padding-left: 30px !important;
}

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

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

.hp-pr35 {
  padding-right: 35px !important;
}

.hp-pl35 {
  padding-left: 35px !important;
}

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

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

.hp-pr40 {
  padding-right: 40px !important;
}

.hp-pl40 {
  padding-left: 40px !important;
}

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

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

.hp-pr45 {
  padding-right: 45px !important;
}

.hp-pl45 {
  padding-left: 45px !important;
}

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

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

.hp-pr50 {
  padding-right: 50px !important;
}

.hp-pl50 {
  padding-left: 50px !important;
}

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

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

.hp-pr55 {
  padding-right: 55px !important;
}

.hp-pl55 {
  padding-left: 55px !important;
}

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

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

.hp-pr60 {
  padding-right: 60px !important;
}

.hp-pl60 {
  padding-left: 60px !important;
}

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

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

.hp-pr65 {
  padding-right: 65px !important;
}

.hp-pl65 {
  padding-left: 65px !important;
}

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

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

.hp-pr70 {
  padding-right: 70px !important;
}

.hp-pl70 {
  padding-left: 70px !important;
}

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

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

.hp-pr75 {
  padding-right: 75px !important;
}

.hp-pl75 {
  padding-left: 75px !important;
}

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

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

.hp-pr80 {
  padding-right: 80px !important;
}

.hp-pl80 {
  padding-left: 80px !important;
}

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

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

.hp-pr85 {
  padding-right: 85px !important;
}

.hp-pl85 {
  padding-left: 85px !important;
}

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

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

.hp-pr90 {
  padding-right: 90px !important;
}

.hp-pl90 {
  padding-left: 90px !important;
}

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

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

.hp-pr95 {
  padding-right: 95px !important;
}

.hp-pl95 {
  padding-left: 95px !important;
}

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

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

.hp-pr100 {
  padding-right: 100px !important;
}

.hp-pl100 {
  padding-left: 100px !important;
}

.hp-db {
  display: block;
}

@media screen and (max-width: 768px) {
  .hp-tb-db {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-db {
    display: block;
  }
}

.hp-dib {
  display: inline-block;
}

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

.hp-fzMd {
  font-size: 1.5rem;
}

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

.hp-cMain {
  color: #1C5A8B;
}

.hp-cWht {
  color: #fff;
}

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

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

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

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

@media screen and (max-width: 600px) {
  .hp-sp-taL {
    text-align: left !important;
  }
}

.hp-cf {
  display: block;
}
.hp-cf::before, .hp-cf::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.hp-hAuto {
  height: auto !important;
}

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

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

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

.hp-imgAuto img {
  width: auto;
  max-width: 100%;
  height: auto;
}

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

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

.bl-modal {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
}
.bl-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl-modal-contents {
  padding: 60px 60px 100px;
}
@media screen and (max-width: 768px) {
  .bl-modal-contents {
    padding: 50px 50px 90px;
  }
}
@media screen and (max-width: 600px) {
  .bl-modal-contents {
    padding: 20px 20px 70px;
  }
}
.bl-modal.is-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 80px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .bl-modal.is-absolute {
    width: calc(100% - 40px);
  }
}

.el-modal-closed-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .el-modal-closed-btn {
    bottom: 30px;
  }
}
.el-modal-closed-btn:after {
  display: block;
  margin-left: 5px;
  line-height: 1.2;
  content: "閉じる";
}
.en-business .el-modal-closed-btn:after {
  content: "Close";
}
.el-modal-closed-btn > span {
  position: relative;
  width: 20px;
  height: 20px;
}
.el-modal-closed-btn > span:before, .el-modal-closed-btn > span:after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #333;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  content: "";
}
.el-modal-closed-btn > span:before {
  transform: translateY(-50%) rotate(45deg);
}
.el-modal-closed-btn > span:after {
  transform: translateY(-50%) rotate(-45deg);
}

.el-logo {
  display: block;
  margin: 0 0 0 30px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .el-logo {
    position: relative;
    height: 100px;
    z-index: 1;
  }
}
@media screen and (max-width: 600px) {
  .el-logo {
    height: 50px;
    margin-left: 15px;
  }
}
.el-logo > a {
  display: block;
  width: 193px;
  height: 40px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .el-logo > a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .el-logo > a {
    width: 150px;
    height: 31.0880829016px;
  }
}
.el-logo > a > img {
  width: 100%;
  height: auto;
}
.el-logo--navOpen {
  display: none;
}
.is-nav-open .el-logo--navOpen {
  display: block;
}
.is-nav-open .el-logo--navNotOpen {
  display: none;
}

.bl-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-loaded .bl-loading {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), box-shadow 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.preload .ly-header {
  transition: none !important;
}
.nishino360 .ly-header,
.en-nishino360 .ly-header {
  top: -100px;
  transition: top 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-scrollUp .nishino360 .ly-header,
.is-scrollUp .en-nishino360 .ly-header {
  top: 0;
}
.home .ly-header {
  top: -100px;
  transition: top 0.8s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-scrollUp .home .ly-header {
  top: 0;
}
.is-megamenu-open .ly-header {
  box-shadow: none;
}
@media screen and (max-width: 1140px) {
  .ly-header {
    width: 100vw;
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
  .is-nav-open .ly-header {
    height: 100vh;
    background: #1c5a8b;
  }
}
@media screen and (max-width: 600px) {
  .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: 1140px) {
  .ly-header-inner {
    display: block;
  }
}

.bl-headerNav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .bl-headerNav {
    display: none;
    height: 100%;
    padding: 120px 50px 40px;
    overflow-y: auto;
  }
  .is-nav-open .bl-headerNav {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .bl-headerNav {
    padding: 70px 20px 40px;
  }
}
.bl-headerNav-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .bl-headerNav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
    z-index: 0;
  }
  .is-nav-shown .bl-headerNav-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
.bl-headerNav-nav {
  display: flex;
  margin-right: 25px;
}
@media screen and (max-width: 1140px) {
  .bl-headerNav-nav {
    display: block;
    margin-right: 0;
  }
}

.bl-gnav {
  display: flex;
  margin: 11px 0 0;
  line-height: 1.2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1140px) {
  .bl-gnav {
    display: block;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.bl-gnav-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 34px;
  box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .bl-gnav-item {
    display: block;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.bl-gnav-item:first-child {
  padding-left: 0;
}
.bl-gnav-item:last-child {
  padding-right: 0;
}
.bl-gnav-item > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1140px) {
  .bl-gnav-item > a {
    padding: 25px 0;
    color: #fff;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1140px) {
  .bl-gnav-item > a.parent-link {
    padding-right: 30px;
  }
  .bl-gnav-item > a.parent-link:after {
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    transform: rotate(135deg);
    content: "";
  }
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a.parent-link:after {
    top: 19px;
    right: 10px;
  }
}
.bl-gnav-item > a > span {
  position: relative;
  display: block;
  padding-bottom: 8px;
}
@media screen and (max-width: 1140px) {
  .bl-gnav-item > a > span {
    padding: 0;
  }
}
.bl-gnav-item > a > span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #1C5A8B;
  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: 1140px) {
  .bl-gnav-item > a > span:before {
    display: none;
  }
}
.bl-gnav-item > a > span.item-external:after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 8px;
  background: url(../images/icon/icon_window_bk.svg) no-repeat center center/cover;
  content: "";
  opacity: 0.5;
}
@media screen and (max-width: 1140px) {
  .bl-gnav-item > a > span.item-external:after {
    background-image: url(../images/icon/icon_window_w.svg);
  }
}
.bl-gnav-item > a:hover {
  color: #1C5A8B;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .bl-gnav-item > a:hover {
    color: #fff;
  }
}
.bl-gnav-item.is-nav-active > a > span:before, .bl-gnav-item.is-current > a > span:before {
  transform: scaleX(1);
  transform-origin: top left;
}

.bl-gnavLang {
  display: flex;
  margin: 0 0 0 24px;
  line-height: 1.2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1140px) {
  .bl-gnavLang {
    margin: 20px 0;
  }
}
.bl-gnavLang-item {
  padding: 0 8px;
}
.bl-gnavLang-item:first-child {
  padding-left: 0;
}
.bl-gnavLang-item:last-child {
  padding-right: 0;
}
.bl-gnavLang-item:last-child > a > span:after {
  display: none;
}
.bl-gnavLang-item > a {
  display: block;
  padding: 12px 0;
  box-sizing: border-box;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .bl-gnavLang-item > a {
    color: #fff;
  }
}
.bl-gnavLang-item > a > span {
  position: relative;
  display: block;
}
.bl-gnavLang-item > a > span:after {
  position: absolute;
  top: 50%;
  right: -9px;
  display: block;
  width: 1px;
  height: 12px;
  background: #333;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 1140px) {
  .bl-gnavLang-item > a > span:after {
    background: #fff;
  }
}

.bl-gnavUtil {
  margin: 0 0 0 24px;
  line-height: 1.2;
}
@media screen and (max-width: 1140px) {
  .bl-gnavUtil {
    margin: 20px 0 0;
  }
}
.bl-gnavUtil-item {
  position: relative;
}
.bl-gnavUtil-item > a {
  position: relative;
  display: block;
  width: 160px;
  padding: 12px 20px;
  border-radius: 21px;
  background: #1C5A8B;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  transition: color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1140px) {
  .bl-gnavUtil-item > a {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    color: #1C5A8B;
  }
}
.bl-gnavUtil-item > a:hover {
  text-decoration: none;
}

.bl-megamenu {
  position: fixed;
  top: 100px;
  left: 0;
  display: block;
  width: 100%;
  padding: 30px 30px 50px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 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-megamenu {
    position: static;
    display: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
}
.is-megamenu-open .is-nav-active .bl-megamenu {
  opacity: 1;
  visibility: visible;
}
.bl-megamenu-inner {
  position: relative;
  z-index: 1;
}
.bl-megamenu-title {
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-title {
    display: none;
  }
}
.bl-megamenu-title-sub {
  color: #1C5A8B;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.bl-megamenu-title-group {
  margin-bottom: 50px;
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-title-group {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-parent {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-parent > .col {
    width: auto;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
  }
}
.bl-megamenu-parent-item {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-parent-item {
    margin-left: 2em;
    font-size: 1.4rem;
  }
}
.bl-megamenu-parent-item > a,
.bl-megamenu-parent-item > span {
  display: block;
  margin-bottom: 30px;
  padding: 15px 0;
  color: #1C5A8B;
  border-bottom: 1px solid #8DACC5;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-parent-item > a,
.bl-megamenu-parent-item > span {
    margin-bottom: 0;
    padding-top: 0;
    border: none;
    color: #fff;
    text-align: left;
  }
}
.bl-megamenu-parent-item > a > span.item-external:after,
.bl-megamenu-parent-item > span > span.item-external:after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 8px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/cover;
  content: "";
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-parent-item > a > span.item-external:after,
.bl-megamenu-parent-item > span > span.item-external:after {
    background-image: url(../images/icon/icon_window_w.svg);
  }
}
.bl-megamenu-parent-item > a:hover {
  background: #eaeaea;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-parent-item > a:hover {
    background: none;
  }
}
.bl-megamenu-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-nav {
    justify-content: flex-start;
    margin: 0 0 25px 2em;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .bl-megamenu-nav {
    display: block;
  }
}
.bl-megamenu-nav--full .bl-megamenu-nav-item {
  width: 100%;
}
.bl-megamenu-nav-item {
  width: 33.333%;
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-nav-item {
    width: 50%;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-megamenu-nav-item {
    width: 100%;
  }
}
.bl-megamenu-nav-item > a {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-nav-item > a {
    padding: 8px 0;
    color: #fff;
    font-size: 1.4rem;
  }
}
.bl-megamenu-nav-item > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #dedede;
  content: "";
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-nav-item > a:after {
    display: none;
  }
}
.bl-megamenu-nav-item > a > span {
  position: relative;
  display: block;
  padding-right: 25px;
  padding-left: 10px;
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-nav-item > a > span {
    padding-right: 0;
    padding-left: 1.5em;
  }
}
.bl-megamenu-nav-item > a > span:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  background: #4FB6C9;
  border-radius: 7px;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-nav-item > a > span:before {
    right: auto;
    left: 3px;
    background: #FFF;
  }
}
.bl-megamenu-nav-item > a > span:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  transition: border 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-nav-item > a > span:after {
    right: auto;
    left: 7px;
    border-color: #1C5A8B;
  }
}
.bl-megamenu-nav-item > a:hover {
  background: #eaeaea;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-nav-item > a:hover {
    background: none;
  }
}
.bl-megamenu-children-nav {
  padding-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-children-nav {
    padding-top: 0;
    padding-left: 2.5em;
    font-weight: normal;
  }
}
.bl-megamenu-children-nav-item {
  margin-top: 5px;
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-children-nav-item {
    margin: 0 0 8px;
    padding-top: 0;
  }
}
.bl-megamenu-children-nav-item > a {
  display: block;
  padding: 5px 10px;
  color: #808080;
  transition: color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-children-nav-item > a {
    padding: 5px 0;
    color: #fff;
  }
}
.bl-megamenu-children-nav-item > a:hover {
  color: #1C5A8B;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .bl-megamenu-children-nav-item > a:hover {
    color: #fff;
  }
}

.ol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 6000;
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-megamenu-open .ol {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1140px) {
  .ol {
    display: none;
  }
}
.ol-inner {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: height 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-megamenu-open .ol-inner {
  opacity: 1;
  visibility: visible;
}

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

.ly-cta {
  background: #ccc url(../images/bg_cta.jpg) no-repeat center center/cover;
}
.ly-cta-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .ly-cta-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bl-cta-txt {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-cta-txt {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.bl-cta-btn {
  line-height: 1;
}

.bl-navRecruit {
  display: flex;
}
@media screen and (max-width: 600px) {
  .bl-navRecruit {
    display: block;
  }
}
.bl-navRecruit-item {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .bl-navRecruit-item {
    width: 100%;
  }
}
.bl-navRecruit-item > a {
  position: relative;
  display: block;
  padding: 100px 0;
  color: #fff;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-navRecruit-item > a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc no-repeat center center/cover;
  content: "";
  z-index: 0;
  transition: transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-navRecruit-item > a {
    padding: 40px 0;
  }
}
.bl-navRecruit-item > a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.bl-navRecruit-item > a:hover:before {
  transform: scale(1.04);
}
.bl-navRecruit-item.item-graduate > a:before {
  background-image: url(../images/top/bg_recruit_new_graduate.jpg);
}
.bl-navRecruit-item.item-midcareer > a:before {
  background-image: url(../images/top/bg_recruit_mid_career.jpg);
}
.bl-navRecruit-title {
  position: relative;
  margin-bottom: 5px;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-navRecruit-title {
    margin-bottom: 3px;
    font-size: 2.4rem;
  }
}
.bl-navRecruit-title-sub {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-navRecruit-title-sub {
    font-size: 1.3rem;
  }
}

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

.ly-footer {
  position: relative;
  background: #1C5A8B;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ly-footer-body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ly-footer-body-inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .ly-footer-body-inner {
    padding-bottom: 20px;
  }
}

.bl-footer {
  display: flex;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .bl-footer {
    display: block;
  }
}
.bl-footer-logo {
  flex: 0 0 330px;
}
@media screen and (max-width: 960px) {
  .bl-footer-logo {
    margin-bottom: 40px;
  }
}
.bl-footer-logo > a {
  display: block;
  width: 193px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  .bl-footer-logo > a {
    width: 150px;
    height: 31.0880829016px;
  }
}
.bl-footer-logo > a > img {
  width: 100%;
  height: auto;
}
.bl-footer-body {
  flex: 1 1 auto;
}

.bl-sitemap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .bl-sitemap {
    display: block;
  }
}
.bl-sitemap-col {
  display: inline-block;
  padding-right: 30px;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bl-sitemap-col:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .bl-sitemap-col {
    display: block;
    padding-right: 0;
  }
}

.bl-sitemapList {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList {
    display: none;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 1.5em;
  }
}
.bl-sitemapList-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-title {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.4rem;
  }
}
.bl-sitemapList-title > a,
.bl-sitemapList-title > span {
  color: #FFF;
  transition: opacity 0.2s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-title > a,
.bl-sitemapList-title > span {
    display: block;
    padding: 10px 0;
  }
}
.bl-sitemapList-title > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-title > a:hover {
    opacity: 1;
  }
}
.bl-sitemapList-title > a.item-external:after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 5px;
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/cover;
  opacity: 0.75;
  content: "";
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-title.has-child {
    margin-bottom: 0;
  }
}
.bl-sitemapList-item {
  margin: 0 0 10px;
  font-size: 1.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-item {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .bl-sitemapList-item:last-child {
    margin-bottom: 0;
  }
}
.bl-sitemapList-item > a,
.bl-sitemapList-item > span {
  color: #BBCDDC;
  transition: opacity 0.2s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-sitemapList-item > a > span.item-external:after,
.bl-sitemapList-item > span > span.item-external:after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 5px;
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/cover;
  opacity: 0.5;
  content: "";
}
.bl-sitemapList-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-item > a:hover {
    opacity: 1;
  }
}
.bl-sitemapList-children {
  margin: 5px 0 10px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-children:last-child {
    margin-bottom: 0;
  }
}
.bl-sitemapList-children-item {
  position: relative;
  margin: 0 0 3px;
  padding-left: 16px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-children-item:last-child {
    margin-bottom: 0;
  }
}
.bl-sitemapList-children-item:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 6px;
  height: 1px;
  background: #8DACC5;
  content: "";
}
.bl-sitemapList-children-item > a {
  color: #8DACC5;
  transition: opacity 0.2s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-sitemapList-children-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl-sitemapList-children-item > a br {
    display: none;
  }
  .bl-sitemapList-children-item > a:hover {
    opacity: 1;
  }
}
.bl-sitemapList-children-item > a.item-external:after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 5px;
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/cover;
  opacity: 0.5;
  content: "";
}

.bl-sitemapUtil {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bl-sitemapUtil {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.bl-sitemapUtil-item {
  margin-bottom: 15px;
}
.bl-sitemapUtil-item:last-child {
  margin-bottom: 0;
}
.bl-sitemapUtil-item > a {
  color: #BBCDDC;
  font-weight: bold;
  transition: opacity 0.2s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-sitemapUtil-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl-sitemapUtil-item > a:hover {
    opacity: 0.5;
  }
}
.bl-sitemapUtil-item > a.item-external:after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 5px;
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/cover;
  opacity: 0.5;
  content: "";
}

.el-copyright {
  margin: 0;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #8DACC5;
  line-height: 1.6;
  text-align: center;
}

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

.ly-contents {
  position: relative;
  z-index: 11;
}
.ly-contents--bgTop {
  position: relative;
  overflow: hidden;
}
.ly-contents--bgTop .bg-top {
  position: absolute;
  top: -41px;
  left: -8px;
  display: block;
  width: 370px;
  height: 363px;
  background: url(../images/top/bg_logomark.png) no-repeat center center/cover;
  content: "";
}

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

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

.ly-pageHeader {
  height: 285px;
  background: #1C5A8B no-repeat right top/cover;
  box-sizing: border-box;
}
.about .ly-pageHeader,
.en-about .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_about.jpg);
}
.business .ly-pageHeader,
.en-business .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_business.jpg);
}
.csr .ly-pageHeader,
.en-csr .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_csr.jpg);
}
.contact .ly-pageHeader,
.en-contact .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_contact.jpg);
}
.news .ly-pageHeader, .contact .ly-pageHeader, .utility .ly-pageHeader {
  background-image: url(../images/pageheader/bg_pageheader_utility.jpg);
}
@media screen and (max-width: 768px) {
  .ly-pageHeader {
    height: 260px;
  }
}
@media screen and (max-width: 600px) {
  .ly-pageHeader {
    height: 180px;
  }
}
.ly-pageHeader--sm {
  height: 195px;
}
@media screen and (max-width: 600px) {
  .ly-pageHeader--sm {
    height: 180px;
  }
}
.ly-pageHeader-inner {
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-pageHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.bl-pageHeading-group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .bl-pageHeading-group--lg {
    display: block;
  }
}

.ly-body {
  display: block;
}

.ly-post {
  max-width: 960px;
  margin: 0 auto;
}

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

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

.bl-anchor {
  margin: 60px 0 80px;
  padding: 0;
  border-radius: 8px;
  text-align: center;
  line-height: 0;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 600px) {
  .bl-anchor {
    margin-top: 50px;
  }
}
.bl-anchor > li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 600px) {
  .bl-anchor > li {
    margin-bottom: 5px;
  }
}
.bl-anchor > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 70%;
  background: #333;
  content: "";
  transform: translateY(-50%);
}
.bl-anchor > li:last-child::after {
  display: none;
}
.bl-anchor > li > a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #333;
  font-size: "20px"/10rem;
  font-weight: 700;
}
.bl-anchor > li > a:after {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #C4C4C4;
  border-right: 2px solid #C4C4C4;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: rotate(135deg);
}

.ly-sect {
  position: relative;
}
.ly-sect-inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .ly-sect-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ly-sect-inner--lgr {
  max-width: 1200px;
}
.ly-sect-inner--pSm {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.ly-mainv {
  position: relative;
  height: 630px;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .ly-mainv {
    height: 420px;
  }
}
.ly-mainv-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ly-mainv-body-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bl-mainv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.bl-mainv--fxEnd {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.bl-mainv-body--wSm {
  width: 330px;
}
.ly-container.en-top .bl-mainv-body--wSm {
  width: 400px;
}
@media screen and (max-width: 600px) {
  .bl-mainv-body--wSm,
  .ly-container.en-top .bl-mainv-body--wSm {
    width: 100%;
  }
}
.bl-mainv-body-btn {
  margin-top: 30px;
  text-align: center;
}

.bl-mainSlider {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-mainSlider-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 0;
}
.bl-mainSlider.slick-initialized.is-shown {
  opacity: 1;
}
.bl-mainSlider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bl-mainSlider .slick-list,
.bl-mainSlider .slick-track {
  height: 100%;
}
.bl-mainSlider .slick-dots {
  bottom: 100px;
  line-height: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .bl-mainSlider .slick-dots {
    bottom: 20px;
  }
}
.bl-mainSlider .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.bl-mainSlider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bl-mainSlider .slick-dots li button:before {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  content: "";
  opacity: 0.5;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-mainSlider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.bl-mainSlider-item {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ccc;
  overflow: hidden;
}
.bl-mainSlider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  background: #ccc no-repeat center center/cover;
}

.el-catchcopy {
  margin: 0 0 10px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  font-weight: 500;
  text-align: center;
}
.el-catchcopy--taL {
  text-align: left;
}
.el-catchcopy--taR {
  text-align: right;
}
.el-catchcopy--cBk {
  color: #333;
}
.en-top .el-catchcopy--cBk {
  width: 420px;
  font-size: 2.7rem;
}
@media screen and (max-width: 600px) {
  .el-catchcopy {
    font-size: 3.6rem;
  }
  .en-top .el-catchcopy--cBk {
    width: 100%;
  }
  .en-top .el-catchcopy--cBk br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .en-top .el-catchcopy--cBk {
    font-size: 2.5rem;
  }
}
.en-top .el-catchcopy {
  font-family: "Roboto", sans-serif;
}
.el-catchcopy-en {
  max-width: 867px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-en {
    margin-bottom: 20px;
  }
}
.el-catchcopy-en .item-l-inner {
  position: relative;
  width: 100%;
  transform-origin: left top;
  overflow: hidden;
}
.el-catchcopy-en .item-l-inner > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.el-catchcopy-en .item-l-inner > span img {
  width: auto;
  height: 100%;
}
.el-catchcopy-en .item-l1 {
  /* width: 59.746%; */
  width: 70%;
  margin: 0 auto 33px;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-en .item-l1 {
    margin-bottom: 20px;
  }
}
.el-catchcopy-en .item-l1 .item-l-inner {
  padding-top: 18.725%;
}
.el-catchcopy-en .item-l2 {
  max-width: 100%;
  margin: 0 auto;
}
.el-catchcopy-en .item-l2 .item-l-inner {
  padding-top: 12.456%;
}
.el-catchcopy-main {
  font-size: 3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-main {
    font-size: 2.8rem;
  }
}
.el-catchcopy-sub {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.el-catchcopy-sub--taL {
  text-align: left;
}
.el-catchcopy-sub--taR {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-sub {
    font-size: 1.3rem;
  }
}

.ly-news {
  position: relative;
  z-index: 1000;
}
.ly-news-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ly-news-inner {
    position: static;
    transform: translateY(0);
  }
}

.bl-newsSticky {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.bl-newsSticky--inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .bl-newsSticky--inner {
    display: block;
  }
}

.bl-topNews {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-width: 600px;
  margin: 0;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .bl-topNews {
    width: 100%;
    min-width: initial;
    min-width: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-topNews {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bl-topNews-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50vw;
  min-width: 640px;
  height: 100%;
  background: #1C5A8B;
  content: "";
  transform-origin: left top;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-topNews-bg {
    left: 0;
    width: 100vw;
    min-width: initial;
    min-width: auto;
    margin-left: calc(50% - 50vw);
  }
}
.bl-topNews-body {
  flex: 1 1 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .bl-topNews-body {
    display: block;
  }
}
.bl-topNews-btn {
  flex: 0 0 85px;
  position: relative;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-topNews-btn {
    margin-top: 3px;
    font-size: 1.4rem;
  }
}
.bl-topNews-btn > a {
  color: #4FB6C9;
  transition: color 0.2s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-topNews-btn > a:before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-top: 1px solid #4FB6C9;
  border-right: 1px solid #4FB6C9;
  box-sizing: border-box;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.2s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .bl-topNews-btn > a:before {
    width: 8px;
    height: 8px;
  }
}
.bl-topNews-btn > a:hover {
  color: #fff;
  text-decoration: none;
}
.bl-topNews-btn > a:hover:before {
  border-color: #FFF;
}
.bl-topNews-title {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  font-family: "Roboto", sans-serif;
  color: #4FB6C9;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-topNews-title {
    margin-right: 0;
    margin-bottom: 3px;
    padding-right: 0;
  }
}
.bl-topNews-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 75%;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl-topNews-title:after {
    display: none;
  }
}
.bl-topNews-list {
  position: relative;
  display: flex;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-topNews-list {
    display: block;
  }
}
.bl-topNews-list > dt {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bl-topNews-list > dt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.bl-topNews-list > dd {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .bl-topNews-list > dd {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 600px) {
  .bl-topNews-list > dd {
    margin-left: 0;
  }
}
.bl-topNews-list > dd > a {
  color: #fff;
}

.el-topLead {
  margin-top: 10px;
  margin-bottom: 65px;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .el-topLead {
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
}

.bl-card {
  margin-right: -15px;
  margin-left: -15px;
}
.bl-card > .col,
.bl-card > .col_multi2 {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .bl-card > .col,
.bl-card > .col_multi2 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .bl-card > .col,
.bl-card > .col_multi2 {
    width: 100%;
  }
}
.bl-card-item {
  margin-bottom: 30px;
}
.bl-card-item-inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.bl-card-item > a {
  display: block;
  color: #333;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-card-item > a:hover {
  opacity: 0.5;
}
.bl-card-item > a:hover .bl-card-fig > span {
  transform: scale(1.04);
}
.bl-card-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 400px;
  overflow: hidden;
  background: #ccc no-repeat center center/cover;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-card-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  max-width: auto;
  height: 100%;
  z-index: 0;
}
.bl-card-cap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}
.bl-card-title {
  margin: 0 0 3px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-card-title {
    font-size: 2rem;
  }
}
.bl-card-title > span {
  display: inline-block;
  margin-left: 5px;
  color: #1C5A8B;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.025em;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .bl-card-title > span {
    font-size: 1.3rem;
  }
}
.bl-card-txt {
  margin-bottom: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .bl-card-txt {
    line-height: 1.75;
  }
  .bl-card-txt > br {
    display: none;
  }
}

.bl-post-meta {
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 60px;
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (max-width: 600px) {
  .bl-post-meta {
    margin-bottom: 40px;
  }
}
.bl-post-meta-time {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: normal;
}
.bl-post-meta-time > time {
  color: #999;
}
.bl-post-cats {
  line-height: 1.2;
  letter-spacing: -0.4em;
}
.bl-post-fig {
  margin-bottom: 60px;
}
.bl-post-fig img {
  width: 100%;
  height: auto;
}
.bl-post-contents h2,
.bl-post-contents h3 {
  margin-top: 3em;
  color: #1C5A8B;
}
.bl-post-contents h2:first-child,
.bl-post-contents h3:first-child {
  margin-top: 0;
}
.bl-post-contents h2 {
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-post-contents h2 {
    font-size: 1.8rem;
  }
}
.bl-post-contents h3 {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-post-contents h3 {
    font-size: 1.6rem;
  }
}
.bl-post-contents h4 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-post-contents h4 {
    font-size: 1.5rem;
  }
}
.bl-post-contents a {
  text-decoration: underline;
}
.bl-post-contents a:hover {
  text-decoration: none;
}
.bl-post-contents a[target=_blank]:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.bl-post-contents a[href$=".pdf"]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.bl-post-contents img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.bl-post-contents ul {
  margin-bottom: 1.5em;
}
.bl-post-contents ul > li {
  position: relative;
  padding-left: 1em;
}
.bl-post-contents ul > li:last-child {
  margin-bottom: 0;
}
.bl-post-contents ul > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  content: "";
}
.bl-post-contents .alignright {
  float: right;
  margin-top: 10px;
  margin-left: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .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: 600px) {
  .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;
}
.bl-post-contents .has-text-align-right {
  text-align: right;
}
.bl-post-contents .has-text-align-left {
  text-align: left;
}
.bl-post-contents .has-text-align-center {
  text-align: center;
}
.bl-post-contents .wp-block-columns {
  display: flex;
  margin: 1.5em -15px;
}
@media screen and (max-width: 600px) {
  .bl-post-contents .wp-block-columns {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-post-contents .wp-block-columns:last-child {
  margin-bottom: 0;
}
.bl-post-contents .wp-block-column {
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .bl-post-contents .wp-block-column {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-post-contents .wp-block-image {
    text-align: center;
  }
}
.bl-post-contents .wp-block-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .bl-post-contents .wp-block-image img {
    width: auto;
    max-width: 100%;
  }
}

.bl-singleNav {
  display: flex;
  margin-top: 80px;
}
.bl-singleNav > li {
  width: 50%;
}
.bl-singleNav > li > a,
.bl-singleNav > li > span {
  position: relative;
  display: inline-block;
  color: #778ba5;
}
.bl-singleNav > li > a:before,
.bl-singleNav > li > span:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  background: #778ba5;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-singleNav > li > a:after,
.bl-singleNav > li > span:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 13px;
  height: 11px;
  background: no-repeat center center/cover;
  content: "";
  opacity: 1;
  transform: translateY(-50%);
}
.bl-singleNav > li > a:hover {
  text-decoration: none;
}
.bl-singleNav > li > a:hover:before {
  transform: translateY(-50%) scale(1.2);
}
.bl-singleNav > li > span {
  opacity: 0.3;
}
.bl-singleNav > li:first-child > a,
.bl-singleNav > li:first-child > span {
  padding-left: 45px;
}
.bl-singleNav > li:first-child > a:before,
.bl-singleNav > li:first-child > span:before {
  left: 0;
}
.bl-singleNav > li:first-child > a:after,
.bl-singleNav > li:first-child > span:after {
  left: 11px;
  background-image: url(../images/icon_arrow_w_prev.png);
}
.bl-singleNav > li:last-child {
  text-align: right;
}
.bl-singleNav > li:last-child > a,
.bl-singleNav > li:last-child > span {
  padding-right: 45px;
}
.bl-singleNav > li:last-child > a:before,
.bl-singleNav > li:last-child > span:before {
  right: 0;
}
.bl-singleNav > li:last-child > a:after,
.bl-singleNav > li:last-child > span:after {
  right: 11px;
  background-image: url(../images/icon_arrow_w_next.png);
}

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 #CBCBCB;
  box-sizing: border-box;
  color: #CBCBCB;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
ul.page-numbers > li > span {
  border-color: #1C5A8B;
  background: #1C5A8B;
  color: #ffffff;
}
ul.page-numbers > li > span.dots {
  padding-right: 0;
  padding-left: 0;
  border: 0;
  background: none;
  color: #CBCBCB;
}
ul.page-numbers > li > a {
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
ul.page-numbers > li > a:after {
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
ul.page-numbers > li > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
ul.page-numbers > li > a.prev, ul.page-numbers > li > a.next {
  position: relative;
  color: #333;
}
ul.page-numbers > li > a.prev:before, ul.page-numbers > li > a.next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  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-newsList {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .bl-newsList {
    font-size: 1.4rem;
  }
}
.bl-newsList > dt {
  float: left;
  width: 260px;
  margin: 0;
  padding: 13px 0;
  color: #989898;
  line-height: 1.6;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-newsList > dt {
    float: none;
    width: 100%;
    padding-bottom: 5px;
  }
}
.bl-newsList > dd {
  width: 100%;
  margin: 0;
  padding: 13px 0 13px 260px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.6;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-newsList > dd {
    padding: 0 0 13px 0;
  }
}
.bl-newsList > dd > a {
  color: #333;
}
.bl-newsList > dd > a:hover {
  color: #1C5A8B;
}
.bl-newsList > dd > a[target=_blank]:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.bl-newsList > dd > a[href$=".pdf"]:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(22%);
}
@media screen and (max-width: 600px) {
  .bl-newsList > dd > a[href$=".pdf"]:after {
    width: 16px;
    height: 16px;
  }
}
.bl-newsList > dd > a.item-noFullLink[target=_blank]:after, .bl-newsList > dd > a.item-noFullLink[href$=".pdf"]:after {
  display: none;
}
.bl-newsList > dd > a.item-noFullLink[target=_blank]:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.bl-newsList > dd > a.item-noFullLink[href$=".pdf"]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(22%);
}
@media screen and (max-width: 600px) {
  .bl-newsList > dd > a.item-noFullLink[href$=".pdf"]:before {
    width: 16px;
    height: 16px;
  }
}
.bl-newsList--short > dt {
  width: 150px;
}
@media screen and (max-width: 600px) {
  .bl-newsList--short > dt {
    width: 100%;
  }
}
.bl-newsList--short > dd {
  padding-left: 150px;
  padding-left: 0;
}
.bl-newsList--short > dd > a {
  color: #1C5A8B;
}

@media screen and (max-width: 600px) {
  .bl-message {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .bl-message-fig {
    background: #f7f7f7;
    text-align: center;
  }
  .bl-message-fig img {
    max-width: 240px;
    height: auto;
  }
}
.bl-message-cap {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-message-cap {
    font-size: 1.4rem;
    text-align: center;
  }
}
.bl-message-name {
  display: inline-block;
  width: 128px;
  line-height: 1;
  vertical-align: middle;
}
.en-about.message .bl-message-name {
  display: block;
  margin: 5px auto 0;
  width: 150px;
}
.bl-message-name img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .bl-message-name {
    width: 114px;
  }
}

.bl-history th,
.bl-history td {
  padding: 0 0 10px 0;
  border: none;
}
.bl-history th {
  background: none;
  border-bottom: 1px solid #CBCBCB;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1C5A8B;
}
@media screen and (max-width: 600px) {
  .bl-history th {
    font-size: 1.5rem;
  }
}
.bl-history tbody tr:first-child td {
  padding-top: 15px;
}
.bl-history .item-year {
  width: 12%;
  padding-right: 15px;
  box-sizing: border-box;
  white-space: nowrap;
}
.bl-history .item-era {
  width: 12%;
  padding-right: 15px;
  box-sizing: border-box;
  white-space: nowrap;
}

.bl-related {
  margin-top: 80px;
  padding-top: 25px;
  border-top: 1px solid #CBCBCB;
  color: #1C5A8B;
}
@media screen and (max-width: 600px) {
  .bl-related {
    margin-top: 50px;
  }
}

.bl-network {
  margin: 0;
}
.bl-network--bdt {
  margin-top: 50px;
  border-top: 1px solid #CBCBCB;
}
.bl-network-item {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CBCBCB;
  box-sizing: border-box;
}
.bl-network-item:first-child {
  padding-top: 0;
}
.bl-network--bdt .bl-network-item:first-child {
  padding-top: 30px;
}
@media screen and (max-width: 960px) {
  .bl-network-item {
    display: block;
  }
}
.bl-network-name {
  width: 25%;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .bl-network-name {
    width: 100%;
    margin-bottom: 10px;
  }
}
.bl-network-body {
  display: flex;
  width: 75%;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .bl-network-body {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .bl-network-body {
    display: block;
  }
}
.bl-network-address {
  flex: 1 1 auto;
  margin: 0;
  padding-right: 30px;
  box-sizing: border-box;
}
.bl-network-address-group {
  display: flex;
  flex: 1 1 auto;
}
@media screen and (max-width: 960px) {
  .bl-network-address-group {
    display: block;
    padding-right: 0;
  }
}
.bl-network-btn {
  flex: 0 0 160px;
  padding-right: 10px;
  box-sizing: border-box;
  line-height: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  .bl-network-btn {
    margin-top: 15px;
    padding-right: 0;
  }
}
.bl-network-fig {
  flex: 0 0 200px;
}
@media screen and (max-width: 768px) {
  .bl-network-fig {
    flex-basis: 150px;
  }
}
@media screen and (max-width: 768px) {
  .bl-network-fig {
    max-width: 200px;
  }
}
.bl-network-fig > span {
  display: block;
}
@media screen and (max-width: 600px) {
  .bl-network-fig > span {
    margin-top: 25px;
  }
}

.bl-dept th {
  padding: 5px 20px;
  box-sizing: border-box;
}
.bl-dept td {
  padding: 5px 20px;
  box-sizing: border-box;
}
.bl-dept-name {
  width: 160px;
}
.bl-dept-division {
  width: 230px;
}

.bl-locationData {
  margin: 0 0 50px;
  border-bottom: 1px solid #CBCBCB;
  clear: both;
}
.bl-locationData > dt {
  float: left;
  width: 100px;
  padding: 10px 0;
  box-sizing: border-box;
  clear: both;
  font-weight: 700;
}
.bl-locationData > dd {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 100px;
  border-top: 1px solid #CBCBCB;
  box-sizing: border-box;
}
.bl-locationData > dd .item-zip {
  display: block;
}
.bl-locationData > dd .item-address {
  display: block;
}
.bl-locationData > dd .item-address > br {
  display: none;
}

.bl-location-map {
  position: relative;
  margin: 50px 0 0;
  padding-top: 400px;
  overflow: hidden;
}
.bl-location-map > iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
}

.bl-box-ir {
  margin: 0 0 80px;
  padding: 30px 40px;
  border: 1px solid #989898;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-box-ir {
    margin-bottom: 40px;
    padding: 20px;
  }
}
.bl-box-ir-txt {
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .bl-box-ir-txt {
    margin-bottom: 1.5em;
  }
}
.bl-box-ir-contact {
  text-align: center;
}
.bl-box-ir-contact .item-company {
  margin: 0 0 5px;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-box-ir-contact .item-company {
    font-size: 1.6rem;
  }
}
.bl-box-ir-contact .item-tel {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-box-ir-contact .item-tel {
    font-size: 3.5rem;
  }
}
.bl-box-ir-contact .item-tel > span {
  font-size: 2.3rem;
}
@media screen and (max-width: 600px) {
  .bl-box-ir-contact .item-tel > span {
    font-size: 1.5rem;
  }
}

.bl-business {
  margin-right: -22px;
  margin-left: -22px;
}
@media screen and (max-width: 960px) {
  .bl-business {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 600px) {
  .bl-business {
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-business > .col {
  padding-right: 22px;
  padding-left: 22px;
}
@media screen and (max-width: 960px) {
  .bl-business > .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bl-business > .col {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .bl-business > .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-business-item {
    margin-bottom: 30px;
  }
  .bl-business-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-business-item {
    margin-bottom: 40px;
  }
}
.bl-business-item > a {
  display: block;
  margin-bottom: 20px;
  color: #333;
  transition: opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-business-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-business-item > a:hover .bl-business-fig > span {
  transform: scale(1.05);
}
.bl-business-fig {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.bl-business-fig > span {
  background: #ccc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 61.71%;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-business-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
.bl-business-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .bl-business-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-business-title {
    font-size: 2rem;
  }
}
.bl-business-txt {
  margin: 0;
}
.bl-business-btn {
  margin: 30px 0 0;
}
@media screen and (max-width: 600px) {
  .bl-business-btn {
    margin-top: 25px;
  }
}
.bl-business-distilling {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 960px) {
  .bl-business-distilling {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .bl-business-distilling {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-business-distilling > .col {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  .bl-business-distilling > .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bl-business-distilling > .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-business-distilling-item {
    margin-bottom: 30px;
  }
  .bl-business-distilling-item:last-child {
    margin-bottom: 0;
  }
}

.el-pickup-lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .el-pickup-lead {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .el-pickup-lead {
    margin-bottom: 40px;
  }
}

.bl-pickup-soln {
  padding: 15px 20px;
  background: #f7f7f7;
}
.bl-pickup-soln-title {
  margin: 0;
  color: #1C5A8B;
}
.bl-pickup-soln-list {
  margin-left: 1em;
}

.ly-blockAnchor {
  max-width: 940px;
  margin: 50px auto 80px;
}
@media screen and (max-width: 768px) {
  .ly-blockAnchor {
    max-width: 600px;
  }
}

.bl-blockAnchor {
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (max-width: 600px) {
  .bl-blockAnchor {
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
  }
}
.bl-blockAnchor > .col {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .bl-blockAnchor > .col {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .bl-blockAnchor > .col {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.bl-blockAnchor-item a {
  position: relative;
  display: block;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-blockAnchor-item a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-blockAnchor-item a:hover .bl-blockAnchor-fig > span {
  transform: scale(1.05);
}
.bl-blockAnchor-fig {
  overflow: hidden;
}
.bl-blockAnchor-fig > span {
  background: #ccc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 95%;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-blockAnchor-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-blockAnchor-fig > span {
    padding-top: 60%;
  }
}
@media screen and (max-width: 600px) {
  .bl-blockAnchor-fig > span {
    padding-top: 120px;
  }
}
.bl-blockAnchor-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl-blockAnchor-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-blockAnchor-title {
    font-size: 1.6rem;
  }
}

.bl-productSolution {
  position: relative;
  z-index: 1;
}
.bl-productSolution-item {
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #CBCBCB;
}
.bl-productSolution-item:first-child {
  padding-top: 0;
  border: none;
}
.bl-productSolution-body {
  font-size: 1.5rem;
}
.bl-productSolution-callout {
  display: flex;
  padding: 10px 15px;
  background: #f7f7f7;
}
.bl-productSolution-callout > p {
  margin-bottom: 0;
}
.bl-productSolution-callout .item-heading {
  flex: 0 0 8em;
  margin-bottom: 0;
  color: #1C5A8B;
}
.bl-productSolution-callout .item-txt {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.bl-productSolution-callout--bgW {
  background: #fff;
}
.bl-productSolution-title {
  position: relative;
}
@media screen and (max-width: 600px) {
  .bl-productSolution-title {
    width: 210px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}
.bl-productSolution-title-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 3.2rem;
  font-feature-settings: "palt";
  text-shadow: 3px 3px 3px #FFF, -3px -3px 3px #FFF, -3px 3px 3px #FFF, 3px -3px 3px #FFF, 3px 0px 3px #FFF, -3px 0px 3px #FFF, 0px 3px 3px #FFF, 0px -3px 3px #FFF;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .bl-productSolution-title-txt {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-productSolution-title-txt {
    font-size: 2.4rem;
  }
}
.bl-productSolution-map {
  position: relative;
  max-width: 1111px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1280px ) {
  .bl-productSolution-map {
    max-width: 800px;
  }
}
@media screen and (max-width: 960px) {
  .bl-productSolution-map {
    max-width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .bl-productSolution-map {
    max-width: 500px;
  }
}

@media screen and (max-width: 600px) {
  .bl-mapAnchor {
    display: flex;
    justify-content: space-between;
    margin: 50px -3px 0;
  }
}
.bl-mapAnchor-item {
  position: absolute;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-mapAnchor-item {
    position: static;
    padding-right: 3px;
    padding-left: 3px;
  }
}
.bl-mapAnchor-item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  color: #333;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  font-feature-settings: "palt";
  text-shadow: 3px 3px 3px #FFF, -3px -3px 3px #FFF, -3px 3px 3px #FFF, 3px -3px 3px #FFF, 3px 0px 3px #FFF, -3px 0px 3px #FFF, 0px 3px 3px #FFF, 0px -3px 3px #FFF;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  overflow: hidden;
}
@media screen and (max-width: 1280px ) {
  .bl-mapAnchor-item > a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .bl-mapAnchor-item > a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-mapAnchor-item > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-mapAnchor-item > a {
    position: relative;
    display: block;
    height: auto;
    padding-top: 100%;
    font-size: 1.2rem;
    text-shadow: none;
  }
  .bl-mapAnchor-item > a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #000;
    box-sizing: border-box;
    content: "";
    z-index: 0;
  }
}
.bl-mapAnchor-item > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .bl-mapAnchor-item > a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    padding-bottom: 12px;
    text-align: center;
    transform: translate(-50%, -40%);
    z-index: 1;
  }
  .bl-mapAnchor-item > a > span::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #CBCBCB;
    border-right: 2px solid #CBCBCB;
    box-sizing: border-box;
    content: "";
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
.bl-mapAnchor-item.item-housing {
  bottom: 1px;
  left: 122px;
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 1280px ) {
  .bl-mapAnchor-item.item-housing {
    left: 88px;
    width: 216px;
    height: 216px;
  }
}
@media screen and (max-width: 960px) {
  .bl-mapAnchor-item.item-housing {
    left: 71px;
    width: 175px;
    height: 175px;
  }
}
@media screen and (max-width: 768px) {
  .bl-mapAnchor-item.item-housing {
    left: 55px;
    width: 134px;
    height: 134px;
  }
}
@media screen and (max-width: 600px) {
  .bl-mapAnchor-item.item-housing {
    bottom: auto;
    left: auto;
    width: 25%;
    height: auto;
  }
}
.bl-mapAnchor-item.item-housing > a:hover {
  background: rgba(79, 182, 201, 0.5);
}
@media screen and (max-width: 600px) {
  .bl-mapAnchor-item.item-housing > a::before {
    border-color: #4FB6C9;
  }
  .bl-mapAnchor-item.item-housing > a:hover {
    background: none;
  }
}
.bl-mapAnchor-item.item-electronic-devices {
  top: 176px;
  left: 615px;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1280px ) {
  .bl-mapAnchor-item.item-electronic-devices {
    top: 127px;
    left: 442px;
    width: 144px;
    height: 144px;
  }
}
@media screen and (max-width: 960px) {
  .bl-mapAnchor-item.item-electronic-devices {
    top: 103px;
    left: 360px;
    width: 117px;
    height: 117px;
  }
}
@media screen and (max-width: 768px) {
  .bl-mapAnchor-item.item-electronic-devices {
    top: 79px;
    left: 276px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 600px) {
  .bl-mapAnchor-item.item-electronic-devices {
    top: auto;
    left: auto;
    width: 25%;
    height: auto;
  }
}
.bl-mapAnchor-item.item-electronic-devices > a:hover {
  background: rgba(87, 193, 134, 0.5);
}
@media screen and (max-width: 600px) {
  .bl-mapAnchor-item.item-electronic-devices > a::before {
    border-color: #57C186;
  }
  .bl-mapAnchor-item.item-electronic-devices > a:hover {
    background: none;
  }
}
.bl-mapAnchor-item.item-automobile {
  bottom: 1px;
  left: 830px;
  width: 220px;
  height: 220px;
}
@media screen and (max-width: 1280px ) {
  .bl-mapAnchor-item.item-automobile {
    left: 598px;
    width: 158px;
    height: 158px;
  }
}
@media screen and (max-width: 960px) {
  .bl-mapAnchor-item.item-automobile {
    left: 486px;
    width: 128px;
    height: 128px;
  }
}
@media screen and (max-width: 768px) {
  .bl-mapAnchor-item.item-automobile {
    left: 374px;
    width: 98px;
    height: 98px;
  }
}
@media screen and (max-width: 600px) {
  .bl-mapAnchor-item.item-automobile {
    bottom: auto;
    left: auto;
    width: 25%;
    height: auto;
  }
}
.bl-mapAnchor-item.item-automobile > a:hover {
  background: rgba(141, 143, 192, 0.5);
}
@media screen and (max-width: 600px) {
  .bl-mapAnchor-item.item-automobile > a::before {
    border-color: #8D8FC0;
  }
  .bl-mapAnchor-item.item-automobile > a:hover {
    background: none;
  }
}
.bl-mapAnchor-item.item-food {
  bottom: 0px;
  left: 507.5px;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1280px ) {
  .bl-mapAnchor-item.item-food {
    left: 365.5px;
    width: 144px;
    height: 144px;
  }
}
@media screen and (max-width: 960px) {
  .bl-mapAnchor-item.item-food {
    left: 297.5px;
    width: 117px;
    height: 117px;
  }
}
@media screen and (max-width: 768px) {
  .bl-mapAnchor-item.item-food {
    left: 229px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 600px) {
  .bl-mapAnchor-item.item-food {
    bottom: auto;
    left: auto;
    width: 25%;
    height: auto;
  }
}
.bl-mapAnchor-item.item-food > a:hover {
  background: rgba(243, 145, 110, 0.5);
}
@media screen and (max-width: 600px) {
  .bl-mapAnchor-item.item-food > a:before {
    border-color: #F3916E;
  }
  .bl-mapAnchor-item.item-food > a:hover {
    background: none;
  }
}

.title-pickup {
  position: relative;
  padding-left: 120px;
}
@media screen and (max-width: 600px) {
  .title-pickup {
    padding-left: 0;
  }
}
.title-pickup .el-label-pickup {
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .title-pickup .el-label-pickup {
    position: static;
  }
}

.bl-bizDetail {
  position: relative;
  max-width: 1060px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1140px) {
  .bl-bizDetail {
    max-width: 800px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  .bl-bizDetail {
    max-width: 650px;
  }
}
.bl-bizDetail .fig {
  width: 100%;
  height: auto;
}
.bl-bizDetail .link {
  margin-top: 40px;
  text-align: center;
}

.bl-merchandise {
  max-width: 980px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1080px) {
  .bl-merchandise {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .bl-merchandise {
    margin-top: 40px;
  }
}
.bl-merchandise > dt {
  margin: 1px 0 0;
}
.bl-merchandise > dt:first-child {
  margin-top: 0;
}
.bl-merchandise > dt > a {
  position: relative;
  display: block;
  padding: 8px 40px 8px 30px;
  background: #D2DEE8;
  color: #1C5A8B;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-merchandise > dt > a {
    padding-left: 20px;
    font-size: 1.6rem;
  }
}
.bl-merchandise > dt > a .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  content: "";
}
.bl-merchandise > dt > a .arrow::before, .bl-merchandise > dt > a .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #D2DEE8;
  transform: translate(-50%, -50%);
  content: "";
  transition: transform 0.5s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-merchandise > dt > a .arrow::before {
  width: 2px;
  height: 10px;
}
.bl-merchandise > dt > a .arrow::after {
  width: 10px;
  height: 2px;
}
.bl-merchandise > dt > a:hover {
  text-decoration: none;
}
.bl-merchandise > dt.is-active > a .arrow::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.bl-merchandise > dt.is-active > a .arrow::after {
  transform: translate(-50%, -50%) rotate(360deg);
}
.bl-merchandise > dd {
  display: none;
  margin: 0;
  padding: 30px 30px;
  background: #eaeaea;
}
@media screen and (max-width: 600px) {
  .bl-merchandise > dd {
    padding: 20px;
  }
}
.bl-merchandise > dd.is-active {
  display: block;
}
.bl-merchandise-list {
  margin: 0;
}
.bl-merchandise-list > dt {
  margin: 0;
  padding-top: 15px;
  color: #1C5A8B;
  font-weight: bold;
}
.bl-merchandise-list > dt:first-child {
  padding-top: 0;
}
.bl-merchandise-list > dd {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #D7D7D7;
}
.bl-merchandise-list > dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ly-snap {
  background: #CCC no-repeat center center/cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ly-snap-wrapper {
    overflow: hidden;
  }
}
.ly-snap-inner {
  padding: 40px 60px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ly-snap-inner {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 600px) {
  .ly-snap-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.ly-snap--bgMain {
  background-image: url(../images/nishino360/bg_nishino360_mainv.jpg);
}
.ly-snap--bg01 {
  background-image: url(../images/nishino360/bg_nishino360_01.jpg);
}
.ly-snap--bg02 {
  background-image: url(../images/nishino360/bg_nishino360_02.jpg);
}
.ly-snap--bg03 {
  background-image: url(../images/nishino360/bg_nishino360_03.jpg);
}
.ly-snap--bg04 {
  background-image: url(../images/nishino360/bg_nishino360_04.jpg);
}
.ly-snap--bg05 {
  background-image: url(../images/nishino360/bg_nishino360_05.jpg);
}
.ly-snap--bg06 {
  background-image: url(../images/nishino360/bg_nishino360_06.jpg);
}
.ly-snap--bg07 {
  background-image: url(../images/nishino360/bg_nishino360_07.jpg);
}
@media screen and (max-width: 768px) {
  .ly-snap-mainv .ly-snap-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
}

.ly-progress {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -30%;
  margin-top: -20%;
  opacity: 0;
  visibility: hidden;
  z-index: 5000;
  transform: translateX(-50%);
  transition: opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.en-nishino360 .ly-progress {
  top: 80%;
}
.ly-progress.is-shown {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1300px) {
  .en-nishino360 .ly-progress {
    top: 60%;
  }  
}
@media screen and (max-width: 768px) {
  .ly-progress,
  .en-nishino360 .ly-progress {
    margin-left: -37%;
  }
}
@media screen and (max-width: 600px) {
  .ly-progress {
    top: 30px;
    left: 10px;
    margin-top: 0;
    margin-left: 0;
    transform: translateX(0);
  }
  .en-nishino360 .ly-progress {
    top: 80px;
    margin-left: 0;
  }  
}
.ly-progress-titleGroup {
  position: absolute;
  top: -50px;
  left: 50%;
  height: 100vh;
  color: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .ly-progress-titleGroup {
    top: -40px;
  }
}
@media screen and (max-width: 600px) {
  .ly-progress-titleGroup {
    top: 20px;
  }
}
.ly-progress-titleGroup .item-titleGroup {
  position: absolute;
  right: 50%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  transform: translateX(50%);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .ly-progress-titleGroup .item-titleGroup.is-show {
    opacity: 1;
  }
}

.en-nishino360 .ly-progress-titleGroup .item-titleGroup {
  position: absolute;
  top: 250px;
  left: 0;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  transform: rotate(-90deg);
}
@media screen and (max-width: 600px) {
  .en-nishino360 .ly-progress-titleGroup .item-titleGroup {
    top: 70px;
    left: 10px;
  }
}

.el-progress-title {
  display: inline-block;
  font-size: 8rem;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .el-progress-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .el-progress-title {
    font-size: 2.8rem;
  }
  .en-nishino360 .el-progress-title {
    line-height: 2.8rem;
  }
}
.el-progress-title > span {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .el-progress-title > span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .el-progress-title > span {
    font-size: 1.4rem;
  }
}
.el-progress-title-sub {
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .el-progress-title-sub {
    font-size: 1.3rem;
  }
}
.en-nishino360 .el-progress-title-sub {
  width: 300px;
}
.el-progress-title-sub > span {
  font-weight: bold;
}

.bl-circle {
  position: relative;
  width: 220px;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .bl-circle {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 600px) {
  .bl-circle {
    width: 40px;
    height: 40px;
  }
}

.bl-nsn360-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 9000;
}
.bl-nsn360-loading-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 560px;
  transform: translate(-50%, -50%);
}

.bl-scrollIcon {
  position: fixed;
  bottom: 20px;
  left: 50%;
  text-align: center;
  z-index: 8500;
  transform: translateX(-50%);
}
.bl-scrollIcon::before {
  display: block;
  margin: 0 auto -7px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  content: "SCROLL";
}
@media screen and (max-width: 600px) {
  .bl-scrollIcon::before {
    font-size: 1.1rem;
  }
}
.bl-scrollIcon::after {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  text-align: center;
  content: "";
  transform: rotate(135deg);
}
@media screen and (max-width: 600px) {
  .bl-scrollIcon::after {
    width: 20px;
    height: 20px;
  }
}

.bl-snapMain {
  text-align: center;
}
.bl-snapMain-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 560px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .bl-snapMain-bg {
    max-width: 500px;
  }
}

.el-snapHeading {
  margin: 0 0 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
  font-size: 11rem;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (max-width: 1140px) {
  .el-snapHeading {
    font-size: calc(450% + 38 * (100vw - 768px) / 372);
  }
}
@media screen and (max-width: 768px) {
  .el-snapHeading {
    font-size: calc(343.75% + 17 * (100vw - 600px) / 168);
  }
}
@media screen and (max-width: 600px) {
  .el-snapHeading {
    font-size: 5.5rem;
    line-height: 1.2;
  }
}
.el-snapHeading > span {
  display: inline-block;
  transform-origin: center center;
}
.el-snapHeading-sub {
  margin-bottom: 0;
  font-feature-settings: "palt";
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .el-snapHeading-sub {
    margin-bottom: 5px;
    font-size: 2rem;
  }
}

.bl-snapBody {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.bl-snapBody-inner {
  padding-left: 37%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-snapBody-inner {
    padding-left: 150px;
  }
}
@media screen and (max-width: 600px) {
  .bl-snapBody-inner {
    padding-left: 70px;
  }
}
.bl-snapBody-heading {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-feature-settings: "palt";
  font-size: 6.5rem;
  line-height: 1.4;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.bl-snapBody-heading > span {
  display: inline-block;
}
@media screen and (max-width: 1140px) {
  .bl-snapBody-heading {
    font-size: calc(300% + 17 * (100vw - 768px) / 372);
  }
}
@media screen and (max-width: 768px) {
  .bl-snapBody-heading {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-snapBody-heading {
    font-size: 4rem;
  }
  .bl-snapBody-heading > br {
    display: none;
  }
}
.bl-snapBody-heading-sub {
  margin-top: 0;
  font-feature-settings: "palt";
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl-snapBody-heading-sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-snapBody-heading-sub {
    font-size: 1.6rem;
  }
}
.bl-snapBody-heading--sm {
  margin-bottom: 0.1em;
  font-size: 6rem;
}
@media screen and (max-width: 1140px) {
  .bl-snapBody-heading--sm {
    font-size: calc(262.5% + 18 * (100vw - 768px) / 372);
  }
}
@media screen and (max-width: 768px) {
  .bl-snapBody-heading--sm {
    font-size: 4.2rem;
  }
  .en-nishino360 .bl-snapBody-heading--sm {
    font-size: clamp(2.6rem, 5vw, 4.2rem);
  }
}
@media screen and (max-width: 600px) {
  .bl-snapBody-heading--sm {
    font-size: 3.6rem;
  }
}
.bl-snapBody-heading--taC {
  text-align: center;
}
.bl-snapBody-txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .bl-snapBody-txt {
    font-size: 1.4rem;
  }
}
.bl-snapBody-figs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bl-snapBody-figs {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .bl-snapBody-figs {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px;
  }
}
/* 英語版レスポンシブ調整 */
.en-nishino360 .bl-snapBody-figs {
  flex-wrap: nowrap;  
}
.en-nishino360 .bl-snapBody-figs-item {
  margin: 0 auto 20px;
}
.en-nishino360 .bl-snapBody-figs .item-cap {
  font-size: clamp(12px, 5vw, 18px);  
}
.en-nishino360 h2.bl-snapBody-heading--sm {
  line-height: clamp(2.6rem, 5vw, 6rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  .en-nishino360 .bl-snapBody-figs {
    flex-wrap: wrap;
  }
}

.bl-snapBody-figs--jcC {
  justify-content: center;
}
.bl-snapBody-figs-item {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .bl-snapBody-figs-item {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
  }
  .bl-snapBody-figs--full .bl-snapBody-figs-item {
    width: 100%;
  }
}
.bl-snapBody-figs .item-fig-inner {
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl-snapBody-figs .item-fig-inner {
    width: 80px;
  }
}
.bl-snapBody-figs .item-fig-inner > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 100%;
  overflow: hidden;
  background: #ccc;
}
.bl-snapBody-figs .item-fig-inner > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
.bl-snapBody-figs .item-cap {
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.bl-snapBody-figs .item-cap > br {
  display: none;
}
@media screen and (max-width: 600px) {
  .bl-snapBody-figs .item-cap > br {
    display: block;
  }
}
.bl-snapBody-biz {
  display: flex;
}
@media screen and (max-width: 600px) {
  .bl-snapBody-biz {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.bl-snapBody-biz-col {
  margin-right: 100px;
}
@media screen and (max-width: 1140px) {
  .bl-snapBody-biz-col {
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .bl-snapBody-biz-col {
    margin-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .bl-snapBody-biz-col {
    margin-right: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .bl-snapBody-biz-col2 {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bl-snapBody-nw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-right: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .bl-snapBody-nw {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 600px) {
  .bl-snapBody-nw {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-snapBody-nw > .col {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .bl-snapBody-nw > .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .bl-snapBody-nw > .col {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-snapSlide {
  width: 60%;
  max-width: 760px;
  min-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bl-snapSlide {
    width: 85%;
    min-width: auto;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  .bl-snapSlide {
    width: 100%;
  }
}
.bl-snapSlide .slick-list {
  overflow: visible;
}
.bl-snapSlide-item {
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 600px) {
  .bl-snapSlide-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bl-snapSlide-item > span {
  display: block;
  opacity: 0.5;
  visibility: visible;
  transition: opacity 0.5s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-snapSlide-item.slick-center > span {
  opacity: 1;
}
.bl-snapSlide-item img {
  width: 100%;
  height: auto;
}
.bl-snapSlide .slick-arrow {
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  z-index: 50;
}
@media screen and (max-width: 600px) {
  .bl-snapSlide .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.bl-snapSlide .slick-arrow:before {
  display: block;
  width: 100%;
  height: 100%;
  border-top: 2px solid #FFF;
  box-sizing: border-box;
  content: "";
  opacity: 1;
}
.bl-snapSlide .slick-prev {
  left: 40px;
}
.bl-snapSlide .slick-prev:before {
  border-left: 2px solid #FFF;
  transform: rotate(-45deg);
}
.bl-snapSlide .slick-next {
  right: 40px;
}
.bl-snapSlide .slick-next:before {
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

#fp-nav.right {
  right: 25px;
}
#fp-nav ul li {
  width: 10px;
  height: 10px;
  margin: 15px 0;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li a span {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #fff;
  opacity: 0.4;
  transform: translate(-50%, -50%);
}
#fp-nav ul li a.active span {
  height: 10px;
  width: 10px;
  margin: 0;
  opacity: 1;
}
#fp-nav ul li:hover a span {
  margin: 0;
}
#fp-nav ul li:hover a.active span {
  width: 10px;
  height: 10px;
  margin: 0;
  opacity: 1;
}

.bl-contact {
  margin: 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  .bl-contact {
    margin-bottom: 0;
  }
}
.bl-contact-wrapper {
  margin-top: 50px;
  border-radius: 8px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bl-contact-wrapper {
    margin-top: 0;
  }
}
.bl-contact > dt {
  position: relative;
  float: left;
  width: 240px;
  padding: 20px 0;
  font-weight: bold;
  box-sizing: border-box;
  clear: both;
}
@media screen and (max-width: 768px) {
  .bl-contact > dt {
    float: none;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #EEE;
  }
}
.bl-contact > dt::after {
  position: absolute;
  top: 23px;
  right: 25px;
  display: inline-block;
  padding: 2px 5px 3px;
  border-radius: 3px;
  background: #CBCBCB;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  content: "任意";
}
@media screen and (max-width: 768px) {
  .bl-contact > dt::after {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 8px;
  }
}
.bl-contact > dt.item-required::after {
  background: #1C5A8B;
  content: "必須";
}
.bl-contact > dd {
  width: 100%;
  margin: 0;
  padding: 20px 0 20px 240px;
  border-top: 1px solid #EEE;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-contact > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}
.bl-contact .text-danger {
  color: red;
  font-size: 1.3rem;
}
.bl-contact-address {
  width: 100%;
  margin: 0;
}
.bl-contact-address > dt {
  margin: 5px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl-contact-address > dt {
    margin-top: 8px;
    margin-bottom: 3px;
    font-size: 1.3rem;
  }
}
.bl-contact-address > dt:first-child {
  margin-top: 0;
}
.bl-contact-address > dd {
  margin: 0;
}
.bl-contact-btns {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .bl-contact-btns {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
}
.bl-contact-btns-item {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .bl-contact-btns-item {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-contact-recaptcha {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-contact-recaptcha {
    margin-top: 40px;
  }
}

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

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

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

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

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

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

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

.grecaptcha-badge {
  visibility: hidden;
}

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

.el-rct-heading {
  position: relative;
  margin: 2.5em 0 2em;
  padding-bottom: 10px;
  box-sizing: border-box;
  color: #333;
  font-size: 4rem;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
}
.el-rct-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 70px;
  height: 2px;
  background: #338DC3;
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .el-rct-heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 600px) {
  .el-rct-heading {
    font-size: 2.4rem;
  }
}
.el-rct-heading:first-child {
  margin-top: 0;
}
.el-rct-heading--sub {
  font-size: 3.2rem;
}
.el-rct-heading-lv2 {
  position: relative;
  margin: 2.5em 0 1.5em;
  padding-bottom: 11px;
  border-bottom: 3px solid #1C5A8B;
  box-sizing: border-box;
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  font-feature-settings: "palt";
}
@media screen and (max-width: 600px) {
  .el-rct-heading-lv2 {
    font-size: 2.2rem;
  }
}
.el-rct-heading-lv2:first-child {
  margin-top: 0;
}
.el-rct-heading-lv2 .item-sub {
  font-size: 1.8rem;
}
.el-rct-heading-lv2--cMain {
  color: #1C5A8B;
}
.el-rct-heading-lv2--sm {
  margin: 3.25em 0 1.5em;
  padding-bottom: 8px;
  border-width: 1px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-rct-heading-lv2--sm {
    font-size: 2.2rem;
  }
}
.el-rct-heading-lv2--lg {
  margin: 3.25em 0 1.5em;
  padding-bottom: 8px;
  border-width: 1px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .el-rct-heading-lv2--lg {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .el-rct-heading-lv2--lg {
    font-size: 2.4rem;
  }
}
.el-rct-heading-lv2--nobd {
  padding-bottom: 0;
  border: none;
}
.el-rct-heading-lv3 {
  position: relative;
  margin: 2.5em 0 1em;
  box-sizing: border-box;
  color: #1C5A8B;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-rct-heading-lv3 {
    font-size: 1.9rem;
  }
}
.el-rct-heading-lv3:first-child {
  margin-top: 0;
}
.el-rct-heading-lv3--sm {
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .el-rct-heading-lv3--sm {
    font-size: 1.8rem;
  }
}
.el-rct-heading-lv3--lg {
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .el-rct-heading-lv3--lg {
    font-size: 2.4rem;
  }
}
.el-rct-heading-lv4 {
  margin: 2em 0 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-rct-heading-lv4 {
    font-size: 1.6rem;
  }
}
.el-rct-heading-lv4--bg {
  padding: 10px 15px;
  background: rgba(28, 90, 139, 0.8);
  color: #fff;
  line-height: 1.4;
}

.el-rct-pageHeading {
  margin: 0;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .el-rct-pageHeading {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  .el-rct-pageHeading {
    font-size: 4rem;
  }
}
.el-rct-pageHeading--sm {
  font-size: 4rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .el-rct-pageHeading--sm {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 600px) {
  .el-rct-pageHeading--sm {
    font-size: 3.2rem;
  }
}
.el-rct-pageHeading-sub {
  margin: 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-rct-pageHeading-sub {
    font-size: 1.8rem;
  }
}

.bl-rct-column {
  position: relative;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .bl-rct-column {
    display: block;
    max-width: 640px;
    margin: 0 auto;
  }
}
.bl-rct-column-main {
  width: 62%;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .bl-rct-column-main {
    width: 100%;
    margin-bottom: 1.5em;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-rct-column-main img {
  width: 100%;
  height: auto;
}
.bl-rct-column-main-inner {
  position: relative;
}
.bl-rct-column-sub {
  width: 38%;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  .bl-rct-column-sub {
    width: 100%;
    margin-bottom: 1.5em;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-rct-column-sub img {
  width: 100%;
  height: auto;
}
.bl-rct-column.dir-r {
  flex-direction: row-reverse;
}

.bl-rct-figs {
  position: relative;
  padding-top: 52.7272%;
}
@media screen and (max-width: 768px) {
  .bl-rct-figs {
    margin-top: 30px;
  }
}
.bl-rct-figs-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
}
.bl-rct-figs-item:last-child {
  top: 40px;
  left: auto;
  right: 0;
}

.el-rct-logo {
  display: block;
  margin: 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .el-rct-logo {
    position: relative;
    z-index: 1;
  }
}
.el-rct-logo > a {
  display: block;
  width: 193px;
  height: 40px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-rct-logo > a {
    width: 150px;
    height: 31.0880829016px;
  }
}
.el-rct-logo > a > img {
  width: 100%;
  height: auto;
}
.el-rct-logo-group {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 1140px) {
  .el-rct-logo-group {
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  .el-rct-logo-group {
    height: 50px;
    margin-left: 15px;
  }
}
.el-rct-logo-sub {
  margin-left: 18px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .el-rct-logo-sub {
    margin-left: 15px;
    font-size: 1rem;
  }
}
.is-nav-open .el-rct-logo-sub {
  color: #fff;
}
.el-rct-logo--navOpen {
  display: none;
}
.is-nav-open .el-rct-logo--navOpen {
  display: block;
}
.is-nav-open .el-rct-logo--navNotOpen {
  display: none;
}

.bl-rct-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-loaded .bl-rct-loading {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.ly-rct-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
  z-index: 6000;
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), box-shadow 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.preload .ly-rct-header {
  transition: none !important;
}
.is-megamenu-open .ly-rct-header {
  box-shadow: none;
}
@media screen and (max-width: 1140px) {
  .ly-rct-header {
    width: 100vw;
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
  .is-nav-open .ly-rct-header {
    height: 100vh;
    background: linear-gradient(90deg, #38B581 0%, #338DC3 100%);
  }
}
@media screen and (max-width: 600px) {
  .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: 1140px) {
  .ly-rct-header-inner {
    display: block;
  }
}

.bl-rct-headerNav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .bl-rct-headerNav {
    display: none;
    height: 100%;
    padding: 120px 50px 40px;
    overflow-y: auto;
  }
  .is-nav-open .bl-rct-headerNav {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-headerNav {
    padding: 70px 20px 40px;
  }
}
.bl-rct-headerNav-wrapper {
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .bl-rct-headerNav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
    z-index: 0;
  }
  .is-nav-shown .bl-rct-headerNav-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
.bl-rct-headerNav-nav {
  display: flex;
  margin-right: 25px;
}
@media screen and (max-width: 1140px) {
  .bl-rct-headerNav-nav {
    display: block;
    margin-right: 0;
  }
}

.bl-rct-gnav {
  display: flex;
  margin: 11px 0 0;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav {
    display: block;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.bl-rct-gnav-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 34px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px ) {
  .bl-rct-gnav-item {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-item {
    display: block;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.bl-rct-gnav-item:first-child {
  padding-left: 0;
}
.bl-rct-gnav-item:last-child {
  padding-right: 0;
}
.bl-rct-gnav-item > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-item > a {
    padding: 25px 0;
    color: #fff;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-gnav-item > a {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-item > a.parent-link {
    padding-right: 30px;
  }
  .bl-rct-gnav-item > a.parent-link:after {
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    transform: rotate(135deg);
    content: "";
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-gnav-item > a.parent-link:after {
    top: 19px;
    right: 10px;
  }
}
.bl-rct-gnav-item > a > span {
  position: relative;
  display: block;
  padding-bottom: 8px;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-item > a > span {
    padding: 0;
  }
}
.bl-rct-gnav-item > a > span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #38B581;
  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: 1140px) {
  .bl-rct-gnav-item > a > span:before {
    display: none;
  }
}
.bl-rct-gnav-item > a:hover {
  color: #1a1a1a;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnav-item > a:hover {
    color: #fff;
  }
}
.bl-rct-gnav-item.is-nav-active > a > span:before, .bl-rct-gnav-item.is-current > a > span:before {
  transform: scaleX(1);
  transform-origin: top left;
}

.bl-rct-gnavUtil {
  margin: 0 0 0 24px;
  line-height: 1.2;
}
@media screen and (max-width: 1280px ) {
  .bl-rct-gnavUtil {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnavUtil {
    margin: 20px 0 0;
  }
}
.bl-rct-gnavUtil-item {
  position: relative;
}
.bl-rct-gnavUtil-item > a {
  position: relative;
  display: block;
  width: 160px;
  padding: 12px 15px;
  border-radius: 21px;
  background: #1a1a1a;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  transition: color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1280px ) {
  .bl-rct-gnavUtil-item > a {
    width: 130px;
  }
}
@media screen and (max-width: 1140px) {
  .bl-rct-gnavUtil-item > a {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    color: #1a1a1a;
  }
}
.bl-rct-gnavUtil-item > a:hover {
  text-decoration: none;
}

.bl-rct-megamenu {
  position: absolute;
  top: 58px;
  left: 50%;
  display: block;
  width: 340px;
  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), transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
.bl-rct-megamenu::before {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 16px 11px;
  border-color: transparent transparent #FFF transparent;
  transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 1140px) {
  .bl-rct-megamenu::before {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  .bl-rct-megamenu {
    position: static;
    display: none;
    width: auto;
    padding: 0;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.is-megamenu-open .is-nav-active .bl-rct-megamenu {
  opacity: 1;
  visibility: visible;
}
.bl-rct-megamenu-inner {
  margin-top: 20px;
  padding: 25px 30px;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 1140px) {
  .bl-rct-megamenu-inner {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    background: none;
  }
}
.bl-rct-megamenu-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 1140px) {
  .bl-rct-megamenu-nav {
    justify-content: flex-start;
    margin: 0 0 25px 2em;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-megamenu-nav {
    display: block;
  }
}
.bl-rct-megamenu-nav--full .bl-megamenu-nav-item {
  width: 100%;
}
.bl-rct-megamenu-nav-item {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .bl-rct-megamenu-nav-item {
    width: 50%;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-megamenu-nav-item {
    width: 100%;
  }
}
.bl-rct-megamenu-nav-item > a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1140px) {
  .bl-rct-megamenu-nav-item > a {
    padding: 8px 0;
    color: #fff;
    font-size: 1.4rem;
  }
}
.bl-rct-megamenu-nav-item > a > span {
  position: relative;
  display: block;
  padding-right: 25px;
  padding-left: 10px;
}
@media screen and (max-width: 1140px) {
  .bl-rct-megamenu-nav-item > a > span {
    padding-right: 0;
    padding-left: 1.5em;
  }
}
.bl-rct-megamenu-nav-item > a > span:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  background: #1a1a1a;
  border-radius: 7px;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 1140px) {
  .bl-rct-megamenu-nav-item > a > span:before {
    right: auto;
    left: 3px;
    background: #FFF;
  }
}
.bl-rct-megamenu-nav-item > a > span:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  transition: border 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1140px) {
  .bl-rct-megamenu-nav-item > a > span:after {
    right: auto;
    left: 7px;
    border-color: #38B581;
  }
}
.bl-rct-megamenu-nav-item > a:hover {
  background: #eaeaea;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .bl-rct-megamenu-nav-item > a:hover {
    background: none;
  }
}

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

.ly-rct-cta {
  background: #ccc url(../images/recruit/interview/bg_rct_cta.jpg) no-repeat center center/cover;
}
.ly-rct-cta-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .ly-rct-cta-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.bl-rct-cta-txt {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-rct-cta-txt {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.bl-rct-cta-btn {
  line-height: 1;
}

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

.ly-rct-footer {
  position: relative;
  background: #909090;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ly-rct-footer-body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ly-rct-footer-body-inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .ly-rct-footer-body-inner {
    padding-bottom: 20px;
  }
}

.bl-rct-footer {
  display: flex;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .bl-rct-footer {
    display: block;
  }
}
.bl-rct-footer-logo {
  flex: 0 0 330px;
}
@media screen and (max-width: 1080px) {
  .bl-rct-footer-logo {
    flex-basis: 280px;
  }
}
@media screen and (max-width: 960px) {
  .bl-rct-footer-logo {
    margin-bottom: 40px;
  }
}
.bl-rct-footer-logo > a {
  display: block;
  width: 193px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  .bl-rct-footer-logo > a {
    width: 150px;
    height: 31.0880829016px;
  }
}
.bl-rct-footer-logo > a > img {
  width: 100%;
  height: auto;
}
.bl-rct-footer-body {
  flex: 1 1 auto;
}

.bl-rct-sitemap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .bl-rct-sitemap {
    display: block;
  }
}
.bl-rct-sitemap-col {
  display: inline-block;
  padding-right: 30px;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bl-rct-sitemap-col:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-sitemap-col {
    display: block;
    padding-right: 0;
  }
}

.bl-rct-sitemapList {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .bl-rct-sitemapList {
    display: none;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 1.5em;
  }
}
.bl-rct-sitemapList-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .bl-rct-sitemapList-title {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.4rem;
  }
}
.bl-rct-sitemapList-title > a {
  color: #FFF;
  transition: opacity 0.2s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-sitemapList-title > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl-rct-sitemapList-title > a {
    display: block;
    padding: 10px 0;
  }
  .bl-rct-sitemapList-title > a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-sitemapList-title.has-child {
    margin-bottom: 0;
  }
}
.bl-rct-sitemapList-item {
  margin: 0 0 10px;
  font-size: 1.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .bl-rct-sitemapList-item {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .bl-rct-sitemapList-item:last-child {
    margin-bottom: 0;
  }
}
.bl-rct-sitemapList-item > a {
  color: #DDDDDD;
  transition: opacity 0.2s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-sitemapList-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-rct-sitemapList-item > a > span.item-external:after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 5px;
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/cover;
  opacity: 0.5;
  content: "";
}
@media screen and (max-width: 768px) {
  .bl-rct-sitemapList-item > a:hover {
    opacity: 1;
  }
}

.bl-rct-sitemapUtil {
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bl-rct-sitemapUtil {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.bl-rct-sitemapUtil-item {
  margin-bottom: 15px;
}
.bl-rct-sitemapUtil-item:last-child {
  margin-bottom: 0;
}
.bl-rct-sitemapUtil-item > a {
  color: #DDDDDD;
  font-weight: bold;
  transition: opacity 0.2s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-sitemapUtil-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl-rct-sitemapUtil-item > a:hover {
    opacity: 0.5;
  }
}
.bl-rct-sitemapUtil-item > a.item-external:after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 5px;
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/cover;
  opacity: 0.5;
  content: "";
}

.el-rct-copyright {
  margin: 0;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #C3C3C3;
  line-height: 1.6;
  text-align: center;
}

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

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

.ly-rct-pageHeader {
  height: 285px;
  background: #338DC3 no-repeat right top/cover;
  box-sizing: border-box;
}
.feature .ly-rct-pageHeader {
  background-image: url(../images/recruit/pageheader/bg_pageheader_feature.jpg);
}
.future .ly-rct-pageHeader {
  background-image: url(../images/recruit/pageheader/bg_pageheader_future.jpg);
}
.interview .ly-rct-pageHeader {
  background-image: url(../images/recruit/pageheader/bg_pageheader_interview.jpg);
}
.voice .ly-rct-pageHeader {
  background-image: url(../images/recruit/pageheader/bg_pageheader_voice.jpg);
}
.requirement .ly-rct-pageHeader {
  background-image: url(../images/recruit/pageheader/bg_pageheader_requirement.jpg);
}
.mid-career .ly-rct-pageHeader {
  background-image: url(../images/recruit/pageheader/bg_pageheader_mid-career.jpg);
}
@media screen and (max-width: 768px) {
  .ly-rct-pageHeader {
    height: 260px;
  }
}
@media screen and (max-width: 600px) {
  .ly-rct-pageHeader {
    height: 180px;
  }
}
.ly-rct-pageHeader--sm {
  height: 195px;
}
@media screen and (max-width: 600px) {
  .ly-rct-pageHeader--sm {
    height: 180px;
  }
}
.ly-rct-pageHeader-inner {
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-rct-pageHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ly-rct-body {
  display: block;
}

.ly-rct-main-inner {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .ly-rct-main-inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.el-heading-localnav {
  margin: 0 0 1.5em;
  font-size: 3.2rem;
}
@media screen and (max-width: 960px) {
  .el-heading-localnav {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .el-heading-localnav {
    font-size: 2.4rem;
  }
}

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

.bl-rct-localnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -25px;
}
@media screen and (max-width: 768px) {
  .bl-rct-localnav {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-localnav {
    justify-content: flex-start;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.bl-rct-localnav-item {
  position: relative;
  width: 360px;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl-rct-localnav-item {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-localnav-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.bl-rct-localnav-item > a {
  position: relative;
  display: block;
  color: #fff;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-localnav-item > a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .bl-rct-localnav-item > a:hover {
    opacity: 1;
  }
}
.bl-rct-localnav-item > a:hover .bl-rct-localnav-fig > span {
  transform: scale(1.05);
}
@media screen and (max-width: 600px) {
  .bl-rct-localnav-item > a:hover .bl-rct-localnav-fig > span {
    transform: scale(1);
  }
}
.bl-rct-localnav-fig {
  overflow: hidden;
}
.bl-rct-localnav-fig > span {
  background: #CCC;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 55.555%;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-localnav-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  max-width: auto;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-localnav-fig > span {
    padding-top: 65%;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-localnav-fig > span {
    padding-top: 100%;
  }
}
.bl-rct-localnav-body {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.bl-rct-localnav-title {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-rct-localnav-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-localnav-title {
    font-size: 2rem;
  }
}
.bl-rct-localnav-title-sub {
  margin: 0 0 5px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-rct-localnav-title-sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-localnav-title-sub {
    font-size: 1.3rem;
  }
}
.bl-rct-localnav--gr3 {
  margin-right: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 960px) {
  .bl-rct-localnav--gr3 {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-localnav--gr3 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-localnav--gr3 {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.bl-rct-localnav--gr3 .bl-rct-localnav-item {
  width: 33.333%;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  .bl-rct-localnav--gr3 .bl-rct-localnav-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-localnav--gr3 .bl-rct-localnav-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-localnav--gr3 .bl-rct-localnav-item {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.bl-rct-localnav--gr3 .bl-rct-localnav-fig > span {
  padding-top: 73%;
}
.bl-rct-localnav--gr3 .bl-rct-localnav-fig > span img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .bl-rct-localnav--gr3 .bl-rct-localnav-fig > span {
    padding-top: 100%;
  }
  .bl-rct-localnav--gr3 .bl-rct-localnav-fig > span img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-localnav--gr3 .bl-rct-localnav-fig > span {
    padding-top: 74%;
  }
}

.bl-rct-anchor {
  margin: 60px 0;
  padding: 0;
  border-radius: 8px;
  text-align: center;
  line-height: 0;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 600px) {
  .bl-rct-anchor {
    margin-bottom: 60px;
  }
}
.bl-rct-anchor > li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 1.6;
  letter-spacing: normal;
}
.bl-rct-anchor > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 70%;
  background: #333;
  content: "";
  transform: translateY(-50%);
}
.bl-rct-anchor > li:last-child::after {
  display: none;
}
.bl-rct-anchor > li > a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #333;
  font-size: "20px"/10rem;
  font-weight: 700;
}
.bl-rct-anchor > li > a:after {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #C4C4C4;
  border-right: 2px solid #C4C4C4;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: rotate(135deg);
}

.ly-rct-sect {
  position: relative;
}
.ly-rct-sect--bg:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #f7f7f7;
  content: "";
  z-index: 0;
}
.ly-rct-sect--top {
  margin-top: 20px;
  margin-bottom: 200px;
}
@media screen and (max-width: 960px) {
  .ly-rct-sect--top {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ly-rct-sect--top {
    margin-bottom: 0;
  }
}
.ly-rct-sect-inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .ly-rct-sect-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

.ly-rct-mainv {
  position: relative;
}
.bl-rct-mainv {
  position: relative;
  height: 620px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-rct-mainv {
    height: 560px;
  }
}
.bl-rct-mainv-bg {
  position: absolute;
  top: 0;
  right: -80px;
  width: 100%;
  height: 100%;
  padding-left: 25%;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 1280px ) {
  .bl-rct-mainv-bg {
    right: -40px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-mainv-bg {
    right: -20px;
  }
}
.bl-rct-mainv-bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.bl-rct-mainv-bg-inner .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: 1;
}
.bl-rct-mainv-bg-inner .item-visual {
  width: 100%;
  height: 100%;
  background: #ccc url(../images/recruit/top/mainv01.png) no-repeat center center/cover;
}
.bl-rct-mainv-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .bl-rct-mainv-body {
    transform: translateY(-5%);
  }
}
.bl-rct-contsNav {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .bl-rct-contsNav {
    margin-bottom: 20px;
  }
}
.bl-rct-contsNav-bg {
  position: absolute;
  top: -100px;
  right: -40px;
  display: block;
  width: 100vw;
  height: calc(100% + 100px);
  z-index: 0;
  background: linear-gradient(90deg, #38B581 0%, #338DC3 100%);
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .bl-rct-contsNav-bg {
    top: -60px;
    right: -20px;
    height: calc(100% + 60px);
  }
}
.bl-rct-contsNav-body {
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bl-rct-contsNav-body {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-contsNav-body {
    padding-top: 125px;
    padding-bottom: 30px;
  }
}
.bl-rct-contsNav-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -35px 0;
}
@media screen and (max-width: 1080px) {
  .bl-rct-contsNav-nav {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 960px) {
  .bl-rct-contsNav-nav {
    margin-right: -22px;
    margin-left: -22px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-contsNav-nav {
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-contsNav-nav {
    display: block;
    margin: 60px 0 0;
  }
}
.bl-rct-contsNav-nav-item {
  width: 25%;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .bl-rct-contsNav-nav-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .bl-rct-contsNav-nav-item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-contsNav-nav-item {
    width: 50%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-contsNav-nav-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .bl-rct-contsNav-nav-item:last-child {
    margin-bottom: 0;
  }
}
.bl-rct-contsNav-nav-item-inner {
  position: relative;
  padding-top: 169%;
}
@media screen and (max-width: 768px) {
  .bl-rct-contsNav-nav-item-inner {
    padding-top: 190%;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-contsNav-nav-item-inner {
    padding-top: 0;
  }
}
.bl-rct-contsNav-nav-link {
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .bl-rct-contsNav-nav-link {
    position: relative;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
.nav-item01 .bl-rct-contsNav-nav-link {
  top: 10%;
}
@media screen and (max-width: 768px) {
  .nav-item01 .bl-rct-contsNav-nav-link {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .nav-item01 .bl-rct-contsNav-nav-link {
    left: -21%;
  }
}
.nav-item02 .bl-rct-contsNav-nav-link {
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .nav-item02 .bl-rct-contsNav-nav-link {
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 600px) {
  .nav-item02 .bl-rct-contsNav-nav-link {
    left: 21%;
  }
}
.nav-item03 .bl-rct-contsNav-nav-link {
  top: 0;
}
@media screen and (max-width: 600px) {
  .nav-item03 .bl-rct-contsNav-nav-link {
    left: -21%;
  }
}
.nav-item04 .bl-rct-contsNav-nav-link {
  top: 15%;
}
@media screen and (max-width: 600px) {
  .nav-item04 .bl-rct-contsNav-nav-link {
    top: 0;
    left: 21%;
  }
}
.bl-rct-contsNav-nav-link > a {
  position: relative;
  display: block;
  width: 100%;
  color: #1a1a1a;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-contsNav-nav-link > a::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #fff;
  content: "";
  z-index: 0;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-contsNav-nav-link > a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.bl-rct-contsNav-nav-link > a:hover::before {
  transform: scale(1.05);
}
.bl-rct-contsNav-nav-link-body {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bl-rct-contsNav-nav-link-body > span {
  position: relative;
  display: block;
  z-index: 1;
}
.bl-rct-contsNav-nav-link-body .item-sub {
  margin-bottom: 2px;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .bl-rct-contsNav-nav-link-body .item-sub {
    font-size: 1.6rem;
  }
}
.bl-rct-contsNav-nav-link-body .item-main {
  margin-bottom: 2px;
  font-size: 2.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .bl-rct-contsNav-nav-link-body .item-main {
    font-size: 2.2rem;
  }
}
.bl-rct-contsNav-nav-link-body .item-txt {
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .bl-rct-contsNav-nav-link-body .item-txt {
    font-size: 2rem;
  }
}
.bl-rct-contsNav-nav-link-body .item-link {
  margin-top: 3px;
  color: #338DC3;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .bl-rct-contsNav-nav-link-body .item-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-contsNav-nav-link-body .item-link {
    font-size: 1.2rem;
  }
}
.bl-rct-contsNav-nav-fig {
  position: absolute;
  top: 50%;
  width: 90%;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .bl-rct-contsNav-nav-fig {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-contsNav-nav-fig {
    width: 50%;
  }
}
.nav-item01 .bl-rct-contsNav-nav-fig {
  right: 30%;
  width: 75%;
  max-width: 156px;
  margin-top: 70%;
}
@media screen and (max-width: 768px) {
  .nav-item01 .bl-rct-contsNav-nav-fig {
    right: 40%;
    margin-top: 30%;
  }
}
@media screen and (max-width: 600px) {
  .nav-item01 .bl-rct-contsNav-nav-fig {
    top: 50%;
    right: auto;
    left: 50%;
    margin-top: 0;
    margin-left: 22%;
    transform: translate(-50%, -50%);
  }
}
.nav-item02 .bl-rct-contsNav-nav-fig {
  right: -18%;
  max-width: 204px;
  margin-top: -45%;
}
@media screen and (max-width: 768px) {
  .nav-item02 .bl-rct-contsNav-nav-fig {
    right: 0;
    margin-top: -28%;
  }
}
@media screen and (max-width: 600px) {
  .nav-item02 .bl-rct-contsNav-nav-fig {
    top: 50%;
    right: auto;
    left: 50%;
    margin-top: 0;
    margin-left: -22%;
    transform: translate(-50%, -50%);
  }
}
.nav-item03 .bl-rct-contsNav-nav-fig {
  right: -10%;
  width: 75%;
  max-width: 161px;
  margin-top: 60%;
}
@media screen and (max-width: 960px) {
  .nav-item03 .bl-rct-contsNav-nav-fig {
    margin-top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .nav-item03 .bl-rct-contsNav-nav-fig {
    right: -5%;
    margin-top: 40%;
  }
}
@media screen and (max-width: 600px) {
  .nav-item03 .bl-rct-contsNav-nav-fig {
    width: 40%;
    top: 50%;
    right: auto;
    left: 50%;
    margin-top: 0;
    margin-left: 20%;
    transform: translate(-50%, -50%);
  }
}
.bl-rct-contsNav-nav-fig img {
  width: 100%;
  height: auto;
}

.el-rct-catchcopy {
  margin: 0 0 10px;
  color: #38B581;
  font-size: 7.2rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  font-weight: bold;
  font-style: italic;
}
.el-rct-catchcopy > span {
  display: inline-block;
  padding-right: 10px;
  background: linear-gradient(90deg, #38B581 0%, #338DC3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.el-rct-catchcopy > span > span {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .el-rct-catchcopy {
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .el-rct-catchcopy {
    font-size: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .el-rct-catchcopy {
    font-size: 4.2rem;
  }
}
.el-rct-catchcopy-lead {
  padding-left: 72px;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 0 0 3px #fff;
}
@media screen and (max-width: 960px) {
  .el-rct-catchcopy-lead {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .el-rct-catchcopy-lead {
    padding-left: 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .el-rct-catchcopy-lead {
    width: 40vw;
    font-size: 1.2rem;
  }
  .el-rct-catchcopy-lead > br {
    display: none;
  }
}

.el-rct-contsNav-catchcopy {
  position: absolute;
  top: 0;
  left: -5vw;
  color: #fff;
  font-size: calc(625% + 40 * (100vw - 960px) / 280);
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  white-space: nowrap;
  transform: translateY(-60%);
  text-shadow: 0 0 3px #338DC3;
  z-index: 2;
}
.el-rct-contsNav-catchcopy > span {
  display: inline-block;
}
.el-rct-contsNav-catchcopy br {
  display: none;
}
@media screen and (min-width: 1241px) {
  .el-rct-contsNav-catchcopy {
    font-size: 14rem;
  }
}
@media screen and (max-width: 960px) {
  .el-rct-contsNav-catchcopy {
    font-size: calc(500% + 20 * (100vw - 768px) / 192);
  }
}
@media screen and (max-width: 768px) {
  .el-rct-contsNav-catchcopy {
    width: 100vw;
    font-size: 8rem;
    white-space: normal;
  }
}
@media screen and (max-width: 600px) {
  .el-rct-contsNav-catchcopy {
    left: -0.15em;
    transform: translateY(-29%);
  }
  .el-rct-contsNav-catchcopy br {
    display: block;
  }
}
.el-rct-contsNav-title {
  display: inline-block;
  margin: 0;
  font-size: 3rem;
  color: #fff;
  font-feature-settings: "palt";
  vertical-align: middle;
}
.el-rct-contsNav-title-sub {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
}
.el-rct-contsNav-title-sub:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 35px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .el-rct-contsNav-title-sub {
    padding-left: 25px;
  }
  .el-rct-contsNav-title-sub::before {
    width: 20px;
  }
}

.el-rct-topHeading {
  margin: 0 0 0.75em;
  color: #38B581;
  font-size: 6rem;
  line-height: 1.4;
  font-feature-settings: "palt";
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 1280px ) {
  .el-rct-topHeading {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 960px) {
  .el-rct-topHeading {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 600px) {
  .el-rct-topHeading {
    font-size: 4.2rem;
  }
}
.el-rct-topHeading > span {
  display: inline-block;
  padding-right: 10px;
  background: linear-gradient(90deg, #38B581 0%, #338DC3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.el-rct-topHeading-lv2 {
  margin: 0 0 0.75em;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
}

.el-rct-topTxt a {
  color: #338DC3;
  font-weight: bold;
}

.bl-rct-topColumn {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .bl-rct-topColumn {
    position: relative;
  }
}
.bl-rct-topColumn-item {
  width: 47%;
}
.bl-rct-topColumn-item > a {
  display: block;
  color: #1a1a1a;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-topColumn-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-rct-topColumn-item > a:hover .bl-rct-topColumn-fig > span {
  transform: scale(1.05);
}
.bl-rct-topColumn-item.item-01 > a {
  margin-top: 150px;
}
@media screen and (max-width: 960px) {
  .bl-rct-topColumn-item.item-01 > a {
    margin-top: 0;
  }
}
.bl-rct-topColumn-item.item-02 > a {
  margin-top: -100px;
}
@media screen and (max-width: 960px) {
  .bl-rct-topColumn-item.item-02 > a {
    margin-top: 0;
  }
}
.bl-rct-topColumn-fig {
  overflow: hidden;
}
.bl-rct-topColumn-fig > span {
  background: #ccc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 113%;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-topColumn-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
.bl-rct-topColumn-body {
  margin-top: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.bl-rct-topColumn-body span {
  display: block;
}
.bl-rct-topColumn-body .item-sub {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .bl-rct-topColumn-body .item-sub {
    font-size: 1.4rem;
  }
}
.bl-rct-topColumn-body .item-main {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .bl-rct-topColumn-body .item-main {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-topColumn-body .item-main {
    font-size: 2rem;
  }
}
.bl-rct-topColumn-body .item-link {
  margin-top: 5px;
  color: #338DC3;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .bl-rct-topColumn-body .item-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-topColumn-body .item-link {
    font-size: 1.2rem;
  }
}

.bl-rct-contsList {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .bl-rct-contsList {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-contsList {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.bl-rct-contsList > .col {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  .bl-rct-contsList > .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-contsList > .col {
    width: 33.333%;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-contsList > .col {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.bl-rct-contsList-item {
  margin-bottom: 30px;
}
.bl-rct-contsList-item > a {
  display: block;
  color: #333;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-contsList-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-rct-contsList-item > a:hover .bl-rct-contsList-fig > span {
  transform: scale(1.05);
}
.bl-rct-contsList-fig {
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.bl-rct-contsList-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 80%;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-rct-contsList-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
.bl-rct-contsList-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .bl-rct-contsList-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-contsList-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-contsList-title {
    font-size: 1.6rem;
  }
}
.bl-rct-contsList-cap {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .bl-rct-contsList-cap {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-contsList-cap {
    font-size: 1.2rem;
  }
}

.bl-rct-feature {
  position: relative;
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #DDDDDD;
  z-index: 1;
}
.bl-rct-feature-wrapper {
  padding-bottom: 100px;
}
.bl-rct-feature--pl {
  padding-left: 20%;
}
@media screen and (max-width: 1140px) {
  .bl-rct-feature--pl {
    padding-left: 15%;
  }
}
@media screen and (max-width: 960px) {
  .bl-rct-feature--pl {
    padding-left: 0;
  }
}
.bl-rct-feature--pr {
  padding-right: 20%;
}
@media screen and (max-width: 1140px) {
  .bl-rct-feature--pr {
    padding-right: 15%;
  }
}
@media screen and (max-width: 960px) {
  .bl-rct-feature--pr {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-feature-body {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
.bl-rct-feature-body > .col > .col1 {
  display: block;
  width: 80%;  
}
@media screen and (max-width: 1140px) {
  .bl-rct-feature-body > .col > .col1 {
    width: 90%;  
  }
}
@media screen and (max-width: 940px) {
  .bl-rct-feature-body > .col > .col1 {
    width: 100%;  
  }
}
.bl-rct-feature-body > .col:first-child {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .bl-rct-feature-body > .col {
    width: 100%;
  }
}
.bl-rct-feature-title {
  margin: 0 0 5px;
  color: #338DC3;
  font-size: 5.6rem;
  line-height: 1.4;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  .bl-rct-feature-title {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-feature-title {
    font-size: 3.8rem;
  }
}
.bl-rct-feature-title > span {
  font-size: 3.6rem;
}
@media screen and (max-width: 960px) {
  .bl-rct-feature-title > span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-feature-title > span {
    font-size: 2.8rem;
  }
}
.bl-rct-feature-title.no-sub {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bl-rct-feature-title.no-sub {
    margin-bottom: 20px;
  }
}
.bl-rct-feature-title-sub {
  margin: 0 0 30px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl-rct-feature-title-sub {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.bl-rct-feature-txt {
  margin-bottom: 0;
}

.bl-rct-summary {
  position: relative;
  margin-top: -80px;
  padding: 170px 50px 50px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-rct-summary {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-summary {
    padding-top: 140px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bl-rct-summary::before {
  position: absolute;
  top: 40px;
  left: 50%;
  display: block;
  width: 120px;
  height: 90px;
  background: url(../images/recruit/icon/icon_rct_arrow.svg) no-repeat center center/cover;
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .bl-rct-summary::before {
    top: 35px;
    width: 90px;
    height: 67.5px;
  }
}
.bl-rct-summary-gr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .bl-rct-summary-gr {
    display: block;
  }
}
.bl-rct-summary-gr-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  padding: 5px 15px;
  border-left: 1px solid #DDDDDD;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .bl-rct-summary-gr-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .bl-rct-summary-gr-item:nth-child(2) {
    border-right: 1px solid #DDDDDD;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-summary-gr-item {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #DDDDDD;
  }
}
.bl-rct-summary-gr-item:last-child {
  border-right: 1px solid #DDDDDD;
}
.bl-rct-summary-title {
  margin: 5px 0 0;
  color: #338DC3;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-rct-summary-title {
    font-size: 2.2rem;
  }
}
.bl-rct-summary-title-sub {
  margin: 0;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-rct-summary-title-sub {
    font-size: 1.4rem;
  }
}
.bl-rct-summary-txt {
  margin: 2em 0 0;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-rct-summary-txt {
    font-size: 1.8rem;
  }
}

.bl-rct-future-body {
  position: relative;
  padding-top: 55px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .bl-rct-future-body {
    padding-left: 90px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-future-body {
    padding-left: 65px;
  }
}
.bl-rct-future-body::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #338DC3;
  font-weight: bold;
  content: "これからの⻄野⾦陵";
}
@media screen and (max-width: 600px) {
  .bl-rct-future-body::before {
    font-size: 1.5rem;
  }
}
.bl-rct-future-body-num {
  position: absolute;
  top: 30px;
  left: 0;
  color: #338DC3;
  font-size: 12rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bl-rct-future-body-num {
    font-size: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-future-body-num {
    font-size: 7.8rem;
  }
}
.bl-rct-future-title {
  margin: 0 0 0.75em;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-rct-future-title {
    font-size: 2.4rem;
  }
}
.bl-rct-future-title-sub {
  position: relative;
  margin: 0 0 1em;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.bl-rct-future-title-sub::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #338DC3 0%, #38B581 100%);
  content: "";
}
@media screen and (max-width: 600px) {
  .bl-rct-future-title-sub {
    font-size: 1.6rem;
  }
}
.bl-rct-future-txt {
  margin-bottom: 0;
}

.bl-rct-interview-mainv {
  position: relative;
  height: 590px;
  margin-top: 50px;
}
@media screen and (max-width: 1280px ) {
  .bl-rct-interview-mainv {
    height: 520px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-mainv {
    height: 470px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-mainv {
    height: 350px;
    margin-top: 25px;
  }
}
.bl-rct-interview-mainv.item-interview-04 {
  height: 490px;
}
@media screen and (max-width: 1280px ) {
  .bl-rct-interview-mainv.item-interview-04 {
    height: 440px;
  }
}
@media screen and (max-width: 960px) {
  .bl-rct-interview-mainv.item-interview-04 {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-mainv.item-interview-04 {
    height: 380px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-mainv.item-interview-04 {
    height: 320px;
  }
}
.bl-rct-interview-mainv-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  z-index: 0;
}
.bl-rct-interview-mainv-fig > span {
  left: 50%;
  height: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
  background: #ccc;
  transform: translateX(-50%);
}
.bl-rct-interview-mainv-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  max-width: auto;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1080px) {
  .item-interview-01 .bl-rct-interview-mainv-fig > span img {
    transform: translateX(-5%);
  }
}
@media screen and (max-width: 960px) {
  .item-interview-01 .bl-rct-interview-mainv-fig > span img {
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 960px) {
  .item-interview-03 .bl-rct-interview-mainv-fig > span img {
    transform: translateX(-2%);
  }
}
@media screen and (max-width: 768px) {
  .item-interview-03 .bl-rct-interview-mainv-fig > span img {
    transform: translateX(-5%);
  }
}
@media screen and (max-width: 600px) {
  .item-interview-03 .bl-rct-interview-mainv-fig > span img {
    transform: translateX(-6%);
  }
}
@media screen and (max-width: 768px) {
  .item-interview-04 .bl-rct-interview-mainv-fig > span img {
    transform: translateX(5%);
  }
}
@media screen and (max-width: 600px) {
  .item-interview-04 .bl-rct-interview-mainv-fig > span img {
    transform: translateX(7%);
  }
}
.bl-rct-interview-mainv-inner {
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .bl-rct-interview-mainv-inner {
    padding-top: 130px;
  }
}
@media screen and (max-width: 960px) {
  .bl-rct-interview-mainv-inner {
    padding-top: 180px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-mainv-inner {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1080px) {
  .item-interview-04 .bl-rct-interview-mainv-inner {
    padding-top: 90px;
  }
}
@media screen and (max-width: 960px) {
  .item-interview-04 .bl-rct-interview-mainv-inner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .item-interview-04 .bl-rct-interview-mainv-inner {
    padding-top: 60px;
  }
}

.bl-rct-interview-eyecatch {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  padding: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .bl-rct-interview-eyecatch {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 860px) {
  .bl-rct-interview-eyecatch {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-eyecatch {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-eyecatch {
    width: 130px;
    height: 130px;
  }
}
.bl-rct-interview-title {
  margin: 0;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .bl-rct-interview-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 860px) {
  .bl-rct-interview-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-title {
    font-size: 1.8rem;
  }
}
.bl-rct-interview-title-sub {
  margin: 0;
  color: #1C5A8B;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .bl-rct-interview-title-sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 860px) {
  .bl-rct-interview-title-sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-title-sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-title-sub {
    font-size: 1.2rem;
  }
}
.bl-rct-interview-lead {
  position: relative;
  margin-top: -50px;
  padding: 80px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .bl-rct-interview-lead {
    padding: 80px 80px 60px;
  }
}
@media screen and (max-width: 860px) {
  .bl-rct-interview-lead {
    padding: 60px 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-lead {
    padding: 40px 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-lead {
    padding: 30px 30px 10px;
  }
}
.bl-rct-interview-lead::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #338DC3 0%, #38B581 100%);
  content: "";
}
.bl-rct-interview-lead-txt {
  margin: 0;
  color: #4d4d4d;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-lead-txt > br {
    display: none;
  }
}
.bl-rct-interview-member {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (max-width: 960px) {
  .bl-rct-interview-member {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-member {
    display: block;
    max-width: 360px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
.bl-rct-interview-member-item {
  width: 33.333%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .bl-rct-interview-member-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-member-item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.item-interview-03 .bl-rct-interview-member-item {
  width: 340px;
}
@media screen and (max-width: 960px) {
  .item-interview-03 .bl-rct-interview-member-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .item-interview-03 .bl-rct-interview-member-item {
    width: 100%;
  }
}
.bl-rct-interview-person {
  display: flex;
  align-items: center;
  margin-right: -8px;
  margin-left: -8px;
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-person {
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-rct-interview-person-fig {
  width: 48%;
  padding-right: 8px;
  padding-left: 8px;
  box-sizing: border-box;
}
.bl-rct-interview-person-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 100%;
  overflow: hidden;
  background: #ccc;
  border-radius: 50%;
}
.bl-rct-interview-person-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-person-fig {
    width: 40%;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-rct-interview-person-profile {
  width: 52%;
  padding-right: 8px;
  padding-left: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-person-profile {
    width: 60%;
    padding-right: 0;
    padding-left: 16px;
  }
}
.bl-rct-interview-person-profile .item-pos {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-person-profile .item-pos {
    margin-bottom: 3px;
    font-size: 1.4rem;
  }
}
.bl-rct-interview-person-profile .item-name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-person-profile .item-name {
    font-size: 2.2rem;
  }
}
.bl-rct-interview-person-profile .item-name > span {
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-person-profile .item-name > span {
    font-size: 1.3rem;
  }
}
.bl-rct-interview-person-profile .item-call {
  margin-bottom: 3px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-person-profile .item-call {
    font-size: 1.3rem;
  }
}
.bl-rct-interview-person-profile .item-detail {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .bl-rct-interview-person-profile .item-detail {
    font-size: 1.3rem;
  }
}
.bl-rct-interview-body {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-body {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-body .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-body .col_multi2 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-rct-interview-body-sub {
    margin-top: 60px;
  }
}

.el-interviewHeading {
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 10px;
  font-size: 3.2rem;
}
@media screen and (max-width: 960px) {
  .el-interviewHeading {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 600px) {
  .el-interviewHeading {
    font-size: 2.4rem;
  }
}
.el-interviewHeading::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #338DC3 0%, #38B581 100%);
  content: "";
}
.el-interviewHeading-lv2 {
  margin: 1.25em 0;
  color: #1C5A8B;
  font-weight: bold;
}

.el-interview-txt {
  display: flex;
  align-items: flex-start;
  margin: 1.25em 0;
}
.el-interview-txt.no-flex {
  display: block;
}
.el-interview-txt > .name {
  font-weight: bold;
}
.el-interview-txt > .icon {
  flex: 0 0 50px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.el-interview-txt > .icon.all {
  border-radius: 0;
}
.el-interview-txt > .txt {
  flex: 1 1 auto;
  padding-left: 15px;
  box-sizing: border-box;
}

.bl-interview-fig {
  margin-bottom: 50px;
}
.bl-interview-fig:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-interview-fig {
    max-width: 400px;
    margin: 0 auto 40px;
  }
}

.el-voice-lead {
  margin-bottom: 120px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-voice-lead {
    margin-bottom: 90px;
    font-size: 1.6rem;
    text-align: left;
  }
  .el-voice-lead > br {
    display: none;
  }
}

.bl-rct-voice {
  position: relative;
  padding-top: 110px;
  padding-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .bl-rct-voice {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-voice {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.bl-rct-voice:last-child {
  padding-bottom: 90px;
}
.bl-rct-voice-no {
  position: absolute;
  top: 0;
  left: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/recruit/icon/icon_rct_fukidashi.svg) no-repeat center center/cover;
  color: #fff;
  font-size: 7rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.bl-rct-voice-no::before {
  margin-bottom: 3px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  content: "VOICE";
}
@media screen and (max-width: 600px) {
  .bl-rct-voice-no {
    width: 120px;
    height: 120px;
    font-size: 6.4rem;
  }
}
.bl-rct-voice-title-group {
  position: relative;
  z-index: 1;
}
.bl-rct-voice-body {
  position: relative;
  margin-top: 70px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .bl-rct-voice-body {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-voice-body {
    margin-top: 40px;
  }
}
.bl-rct-voice-body-item {
  position: relative;
  margin-top: -20px;
  padding-right: 52%;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .bl-rct-voice-body-item {
    margin-top: 0;
    margin-bottom: 25px;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-voice-body-item {
    margin-bottom: 10px;
  }
}
.bl-rct-voice-body-item:nth-child(2n) {
  padding-right: 0;
  padding-left: 52%;
}
@media screen and (max-width: 960px) {
  .bl-rct-voice-body-item:nth-child(2n) {
    padding-left: 0;
  }
}
.bl-rct-voice-body-item:nth-child(2n) .bl-rct-voice-fukidashi::after {
  left: auto;
  right: -31px;
  border-width: 8px 0 8px 32px;
  border-color: transparent transparent transparent #FFF;
}
.bl-rct-voice-body-item:nth-child(2n) .bl-rct-voice-fukidashi--bgGry::after {
  border-left-color: #f7f7f7;
}
.bl-rct-voice-fukidashi {
  margin: 0;
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  color: #4d4d4d;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-rct-voice-fukidashi {
    padding: 20px 25px;
  }
}
.bl-rct-voice-fukidashi:after {
  position: absolute;
  top: 50%;
  left: -31px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 32px 8px 0;
  border-color: transparent #FFF transparent transparent;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .bl-rct-voice-fukidashi:after {
    display: none;
  }
}
.bl-rct-voice-fukidashi--bgGry {
  background: #f7f7f7;
}
.bl-rct-voice-fukidashi--bgGry::after {
  border-right-color: #f7f7f7;
}
.bl-rct-voice-fukidashi > span {
  color: #338DC3;
}

.el-rct-voice-title {
  margin: 0 0 0.5em;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-rct-voice-title {
    font-size: 2.8rem;
  }
}
.el-rct-voice-title-sub {
  margin: 0;
  color: #1C5A8B;
  font-weight: bold;
  text-align: center;
}

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

.bl-rct-dl-box {
  margin: 1em 0;
  padding: 50px;
  background: #f2f2f2;
}
.bl-rct-dl-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-rct-dl-box {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .bl-rct-dl-box {
    padding: 20px;
  }
}
.bl-rct-dl-box > dt {
  margin-bottom: 0.9em;
  color: #338DC3;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-rct-dl-box > dt {
    margin-bottom: 0.6em;
  }
}
.bl-rct-dl-box > dd {
  margin: 0;
}

.bl-rct-sect .rct-linkBtn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items:baseline
}

.bl-rct-sect .rct-linkBtn-box:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .bl-rct-sect .rct-linkBtn {
    display: block;
  }
  .bl-rct-sect .rct-linkBtn-box:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
}