@charset "UTF-8";
/*--------------------------------------------------
    Clearfix
--------------------------------------------------*/
.clear {
  clear: both;
}

*:after {
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1; /* clearfix IE6, 7 */
}
.clearfix:after {
  content: ""; /* clearfix */
}

/* 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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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;
}

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

html,
body {
  width: 100%;
  min-width: 1180px;
}

@media screen and (max-width: 600px) {
  html,
body {
    min-width: auto;
  }
}
html,
body {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 2;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.5rem;
  margin: 0;
}
body.is-nav-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  color: #91215d;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

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

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

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

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

h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

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

span {
  letter-spacing: 0.05em;
}

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

figure {
  margin: 0 0 1.5em;
}

table,
p,
a {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
}

.ly-localnavInterview-inner, .ly-footer-inner, .ly-drawer-inner {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.ly-stepList-inner, .ly-localnav-inner, .ly-main-inner--lg {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

.ly-specialMessage-inner, .ly-workstyle-heading, .ly-talk-prof-inner, .ly-mainInterview-inner, .ly-main-inner, .bl-pageHeader-inner {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.ly-specialMessage, .ly-boxAboutus, .ly-localnav, .ly-main, .bl-pageHeader, .ly-sect, .ly-footer, .ly-drawer {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .ly-specialMessage, .ly-boxAboutus, .ly-localnav, .ly-main, .bl-pageHeader, .ly-sect, .ly-footer, .ly-drawer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*
/*  Header
/*-----------------------------------------------*/
.ly-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: white;
  border-bottom: 1px solid transparent;
  z-index: 5000;
}
@media screen and (max-width: 600px) {
  .ly-header {
    height: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.ly-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  z-index: 5002;
  padding-right: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .ly-header-inner {
    padding-right: 20px;
    padding-left: 10px;
  }
}
.ly-header.is-nav-open {
  border-bottom: 1px solid #E1E7E9;
}
@media screen and (max-width: 600px) {
  .ly-header.is-nav-open {
    box-shadow: none;
  }
}

.bl-headerNav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  line-height: 1;
}
.bl-headerNav-wrapper {
  width: 100%;
  height: 100%;
}

.el-logo {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  line-height: 0;
}

.el-gnav {
  width: 22px;
  height: 22px;
  padding-top: 10px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .el-gnav {
    padding-top: 8px;
  }
}
.el-gnav > span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.el-gnav .top {
  transform: translateY(-6px) scale(1);
}
.el-gnav .bottom {
  transform: translateY(6px) scale(1);
}
.is-nav-open .el-gnav .top {
  transform: translateY(1px) rotate(45deg);
}
.is-nav-open .el-gnav .middle {
  display: none;
}
.is-nav-open .el-gnav .bottom {
  transform: translateY(-1px) rotate(-45deg);
}

.ly-drawer {
  position: fixed;
  z-index: 4999;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.ly-drawer.is-nav-open {
  opacity: 1;
  visibility: inherit;
  overflow-y: scroll;
}

.bl-drawer {
  display: flex;
  flex-wrap: wrap;
  margin: 180px 0 0;
}
@media screen and (max-width: 600px) {
  .bl-drawer {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.bl-drawer-item {
  width: 33.333%;
  margin-bottom: 3em;
  padding-left: 3em;
}
@media screen and (max-width: 600px) {
  .bl-drawer-item {
    width: 100%;
    margin-bottom: 2em;
    padding-left: 0;
  }
}
.bl-drawer-title {
  font-size: 3rem;
  color: #91215d;
}
@media screen and (max-width: 600px) {
  .bl-drawer-title {
    font-size: 2.2rem;
  }
}

.bl-menu-nav-item {
  position: relative;
  margin: 1em 0;
  padding-left: 2.7em;
}
@media screen and (max-width: 600px) {
  .bl-menu-nav-item {
    margin: 0.25em 0;
  }
}
.bl-menu-nav-item > a {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #333;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-menu-nav-item > a {
    font-size: 1.4rem;
  }
}
.bl-menu-nav-item > a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.bl-menu-nav-item:before {
  position: absolute;
  top: 0.85em;
  left: 5px;
  content: "";
  width: 20px;
  height: 1px;
  background: #5D5D5D;
}

/*
/*  Footer
/*-----------------------------------------------*/
.ly-footer {
  background: #ccc url(../images/bg_footer.jpg) no-repeat center center/cover;
}
.ly-footer-inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .ly-footer-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ly-footer a {
  color: #fff;
}

.bl-sitemap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .bl-sitemap {
    display: none;
  }
}
.bl-sitemapList-item {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.75em;
}
.bl-sitemapList-item:before {
  position: absolute;
  top: 0.75em;
  left: 0;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
}
.bl-sitemapList-item:last-child {
  margin-bottom: 0;
}
.bl-sitemapList-item > a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
}
.bl-sitemapList-title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.bl-sitemapUtil {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-sitemapUtil {
    justify-content: center;
    text-align: center;
  }
}
.bl-sitemapUtil-item {
  margin-left: 50px;
}
@media screen and (max-width: 600px) {
  .bl-sitemapUtil-item {
    margin-left: 0;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.bl-sitemapUtil-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .bl-sitemapUtil-item a {
    font-size: 1.4rem;
  }
}

.el-copyright {
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .el-copyright {
    margin-top: 2em;
    text-align: center;
  }
}

/*
/*  Container
/*-----------------------------------------------*/
.ly-container {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .ly-container {
    padding-top: 50px;
  }
}

/*
/*  Breadcrumb
/*-----------------------------------------------*/
.ly-breadcrumb {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: calc((100% - 1220px) / 2);
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .ly-breadcrumb {
    display: none;
  }
}
.ly-breadcrumb-inner {
  width: 100%;
  height: 100%;
  padding-right: calc((100vw - 1220px) / 4 - 0.35em);
}

.bl-breadcrumb {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  font-size: 1.5rem;
  letter-spacing: -0.4em;
  line-height: 1;
}
.bl-breadcrumb > li {
  position: relative;
  padding-bottom: 3em;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #333;
}
.bl-breadcrumb > li > a {
  color: #333;
}
.bl-breadcrumb > li > a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.bl-breadcrumb > li:after {
  position: absolute;
  bottom: 1.15em;
  right: 1px;
  display: block;
  content: "＞";
}
.bl-breadcrumb > li:last-child {
  padding-bottom: 0;
}
.bl-breadcrumb > li:last-child:after {
  display: none;
}

/*
/*  Main Visual
/*-----------------------------------------------*/
.ly-mainv {
  position: relative;
  z-index: 10;
  height: 640px;
  background: #F8F7F7;
}
@media screen and (max-width: 600px) {
  .ly-mainv {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    background: #fff;
  }
}
.ly-mainv-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .ly-mainv-body {
    position: static;
  }
}
.ly-mainv-body-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bl-mainSlider {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.bl-mainSlider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .bl-mainSlider-wrapper {
    aspect-ratio: 119/64;
    width: 100%;
    height: 100%;
  }
}
.bl-mainSlider-wrapper:before, .bl-mainSlider-wrapper:after {
  position: absolute;
  z-index: 1;
  content: "";
  mix-blend-mode: multiply;
}
@media screen and (max-width: 600px) {
  .bl-mainSlider-wrapper:before, .bl-mainSlider-wrapper:after {
    display: none;
  }
}
.bl-mainSlider-wrapper:before {
  top: 0;
  left: 0;
  width: 350px;
  height: 100px;
  background: #F8EAF1;
}
.bl-mainSlider-wrapper:after {
  right: 0;
  bottom: -60px;
  width: 560px;
  height: 125px;
  background: #FCEADB;
}
.bl-mainSlider-item {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ccc no-repeat center center/cover;
}
.bl-mainSlider-item:nth-child(1) {
  background-image: url(../images/top/mainv_001.jpg);
}
.bl-mainSlider-item:nth-child(2) {
  background-image: url(../images/top/mainv_002.jpg);
}
.bl-mainSlider-item:nth-child(3) {
  background-image: url(../images/top/mainv_003.jpg);
}
.bl-mainSlider-item:nth-child(4) {
  background-image: url(../images/top/mainv_004.jpg);
}
.bl-mainSlider.slick-initialized {
  opacity: 1;
}
.bl-mainSlider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bl-mainSlider .slick-list,
.bl-mainSlider .slick-track {
  height: 100%;
}
.bl-mainSlider .slick-list {
  width: 100%;
  max-width: 1192px;
  margin-right: 0;
  margin-left: auto;
}
.bl-mainSlider .slick-slide img {
  width: 100%;
  height: auto;
}
.bl-mainSlider .slick-dots {
  bottom: 20px;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .bl-mainSlider .slick-dots {
    bottom: 15px;
  }
}
.bl-mainSlider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.bl-mainSlider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #fff;
  transition: background ease 0.3s;
}
.bl-mainSlider .slick-dots li button:before {
  display: none;
}
.bl-mainSlider .slick-dots li button:hover {
  background: #fff;
}
.bl-mainSlider .slick-dots li.slick-active button {
  background: #fff;
}
.bl-mainSlider .slick-dots li.slick-active button:before {
  display: none;
}

.bl-mainv {
  height: 100%;
}
.bl-mainv-body {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-inline: auto;
  padding: 50px 0;
}

.el-catchcopy {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  font-size: 7.7rem;
  font-weight: 400;
  color: #333;
  text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .el-catchcopy {
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 3.6rem;
    line-height: 1.6;
    transform: translateY(0);
  }
  .el-catchcopy:after {
    position: absolute;
    right: -30px;
    bottom: 5px;
    width: 85px;
    content: "EAST JAPAN CONSTRUCTION SURETY";
    font-size: 10px;
    transform-origin: right center;
    transform: scale(0.9);
  }
}
.el-catchcopy > span {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0.5em;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 600px) {
  .el-catchcopy > span {
    display: none;
  }
}

.bl-topScroll {
  position: absolute;
  left: 6px;
  bottom: -60px;
  padding-bottom: 60px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .bl-topScroll {
    display: none;
  }
}
.bl-topScroll span {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.3rem;
}
.bl-topScroll:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  -webkit-animation: scroll-line 2.5s cubic-bezier(0.33, 1, 0.68, 1) infinite;
  animation: scroll-line 2.5s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}

@-webkit-keyframes scroll-line {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll-line {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*
/*  Contents
/*-----------------------------------------------*/
.ly-contents {
  position: relative;
  z-index: 1;
}

.ly-sect {
  position: relative;
  overflow: hidden;
}
.ly-sect--bg {
  background: #EDF0F1;
}
.ly-sect--bgGray {
  background: #E1E7E9;
}
.ly-sect--bgMsg {
  background: #ccc url(../images/top/bg_top_message.jpg) no-repeat center center/cover;
}
.ly-sect--bgEntry {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ly-sect-inner--sm {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
.ly-sect-inner--md {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.ly-sect-inner--lg {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.ly-sect-inner--xl {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}
.ly-sect-inner--xxl {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.ly-topContents {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .ly-topContents {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.ly-topCareer {
  padding-top: 140px;
  padding-bottom: 100px;
  background: #ccc url(../images/top/bg_top_contents.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 600px) {
  .ly-topCareer {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.ly-topCareer-inner {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}
.ly-topCareer-title {
  margin-top: 100px;
  margin-bottom: 40px;
  background: linear-gradient(to right, #fff 50%, transparent 50%);
}
@media screen and (max-width: 600px) {
  .ly-topCareer-title {
    margin-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
    background: none;
  }
  .ly-topCareer-title .el-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.ly-topCareer-title-inner {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .ly-topCareer-title-inner {
    background: none;
  }
}

/*
/*  Page
/*-----------------------------------------------*/
.ly-pageHeader {
  position: relative;
  width: 100%;
  padding-left: calc((100% - 1220px) / 2);
}
.ly-pageHeader-bg {
  width: 100%;
  height: 440px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.message .ly-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_message.jpg);
}
.work .ly-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_work.jpg);
}
.recruiting .ly-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_recruiting.jpg);
}
.work.feature .ly-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_aboutus.jpg);
}
.welfare .ly-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_culture.jpg);
}
.training .ly-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_training.jpg);
}
.interview .ly-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_special01.jpg);
}
.special .ly-pageHeader-bg {
  background-image: url(../images/pageheader/bg_pageheader_special02.jpg);
}
@media screen and (max-width: 600px) {
  .ly-pageHeader-bg {
    height: 150px;
  }
}

.bl-pageHeader {
  position: relative;
  z-index: 100;
  margin-top: -120px;
  max-width: 1220px;
  background: linear-gradient(to right, #fff 65.745%, transparent 65.745%);
}
@media screen and (max-width: 600px) {
  .bl-pageHeader {
    margin-top: 40px;
    background: #fff;
  }
}
.bl-pageHeader-inner {
  padding-top: 60px;
}
@media screen and (max-width: 600px) {
  .bl-pageHeader-inner {
    padding-top: 0;
  }
}
.bl-pageHeader-body {
  width: 100%;
  max-width: 590px;
}

.ly-main {
  overflow: hidden;
}
.ly-main-inner {
  padding-bottom: 80px;
}
.message .ly-main-inner {
  padding-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .message .ly-main-inner {
    padding-bottom: 80px;
  }
}
.ly-main-inner--lg img {
  width: 100%;
  height: auto;
}

.ly-localnav-inner {
  padding-top: 100px;
  padding-bottom: 90px;
  border-top: 1px solid #D5D5D5;
}
.no-line .ly-localnav-inner {
  border-top: none;
}
@media screen and (max-width: 600px) {
  .ly-localnav-inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

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

/*
/*  Work
/*-----------------------------------------------*/
.bl-boxDesc-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.bl-boxDesc-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-boxDesc-item {
    display: block;
  }
}
.bl-boxDesc-title {
  width: 390px;
}
@media screen and (max-width: 600px) {
  .bl-boxDesc-title {
    width: 100%;
  }
}
.bl-boxDesc-title-text {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .bl-boxDesc-title-text {
    margin-top: 20px;
  }
}
.bl-boxDesc-heading {
  display: flex;
}
@media screen and (max-width: 600px) {
  .bl-boxDesc-heading {
    align-items: center;
  }
}
.bl-boxDesc-heading > h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.75em;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-boxDesc-heading > h3 {
    padding-top: 0;
    font-size: 2.2rem;
  }
}
.bl-boxDesc-heading > h3 span {
  display: block;
  margin-top: 0.75em;
  font-size: 2rem;
  text-indent: -0.5em;
}
@media screen and (max-width: 600px) {
  .bl-boxDesc-heading > h3 span {
    font-size: 1.6rem;
  }
}
.bl-boxDesc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-right: 35px;
  border-radius: 50%;
  background: #91215d;
}
@media screen and (max-width: 600px) {
  .bl-boxDesc-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}
.bl-boxDesc-icon img {
  width: 52px;
}
@media screen and (max-width: 600px) {
  .bl-boxDesc-icon img {
    width: 65%;
  }
}
.bl-boxDesc-body {
  width: calc(100% - 390px);
  padding-left: 70px;
  border-left: 1px solid #333;
}
@media screen and (max-width: 600px) {
  .bl-boxDesc-body {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #333;
    border-left: none;
  }
}

.ly-boxAboutus {
  background: #F4F4F4;
}
.ly-boxAboutus-inner {
  width: 100%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 70px;
}

.bl-boxAboutus {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bl-boxAboutus:before {
  position: absolute;
  content: "About us";
  top: -105px;
  left: 0;
  font-size: 4.5rem;
  color: #A7A7A7;
}
.bl-boxAboutus-heading {
  width: 100%;
  margin-bottom: 2.5em;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-boxAboutus-heading {
    font-size: 1.8rem;
  }
}
.bl-boxAboutus-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: #91215d;
}
@media screen and (max-width: 600px) {
  .bl-boxAboutus-item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bl-boxAboutus-item + .bl-boxAboutus-item {
    margin-top: 20px;
  }
}

.bl-flow {
  margin-bottom: 80px;
  background: url(../images/work/flow/bg_line.png) 22px 6px repeat-y;
}
@media screen and (max-width: 600px) {
  .bl-flow {
    margin-bottom: 0;
    background-position-x: 16px;
  }
}
.bl-flow-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.8rem;
  background: #EDF0F1;
}
.bl-flow-title {
  margin-top: 0.1em;
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #91215d;
}
@media screen and (max-width: 600px) {
  .bl-flow-title {
    font-size: 2.2rem;
  }
}
.bl-flow-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  counter-increment: num;
}
@media screen and (max-width: 600px) {
  .bl-flow-item {
    display: block;
    padding-left: 40px;
  }
}
.bl-flow-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  color: #91215d;
  background: #fff;
  border: 1px solid #91215d;
  border-radius: 1.5em;
  content: counter(num);
}
@media screen and (max-width: 600px) {
  .bl-flow-item:before {
    font-size: 2.2rem;
    line-height: 1.45;
  }
}
.bl-flow-item:last-child {
  margin-bottom: 0;
}
.bl-flow-item > .col {
  width: 100%;
  max-width: 420px;
}
.bl-flow-item > .col img {
  width: 100%;
  height: auto;
}
.bl-flow-item-column {
  display: flex;
  width: 100%;
  max-width: 810px;
  margin-top: 30px;
  padding-left: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .bl-flow-item-column {
    display: block;
    margin-top: 60px;
    padding-left: 0;
  }
}
.bl-flow-item-column:first-of-type {
  margin-top: 50px;
}
.bl-flow-item-column-title {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-flow-item-column-title {
    font-size: 1.9rem;
    font-weight: 500;
  }
}
.bl-flow-item-column-body {
  width: 100%;
  max-width: 440px;
}
.bl-flow-item-column-fig {
  width: 100%;
  max-width: 280px;
}
.bl-flow-item-column-fig img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .bl-flow-item-column-fig {
    max-width: 100%;
  }
}

/*
/*  Career
/*-----------------------------------------------*/
.ly-interviewHeader {
  position: relative;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .ly-interviewHeader {
    display: block;
  }
}
.ly-interviewHeader-item {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .ly-interviewHeader-item {
    width: 100%;
  }
}

.bl-interviewHeader-fig {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .bl-interviewHeader-fig:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 71.4285714286%;
  }
}
.bl-interviewHeader-fig > img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}
.bl-interviewHeader-body {
  width: 100%;
  max-width: 600px;
  padding: 70px 0 80px 75px;
}
@media screen and (max-width: 600px) {
  .bl-interviewHeader-body {
    padding: 20px;
  }
}
.bl-interviewHeader-title {
  font-size: 3rem;
  line-height: 1.8;
}
.bl-stepHeader-body .bl-interviewHeader-title {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .bl-interviewHeader-title {
    font-size: 2.1rem;
    margin-top: 0.75em;
  }
}
.bl-interviewHeader-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1em;
  padding-left: 1em;
  letter-spacing: 0.05em;
  background: #EDF0F1;
}
.bl-interviewHeader-profile {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bl-stepHeader-body .bl-interviewHeader-profile {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .bl-interviewHeader-profile {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.bl-interviewHeader-name {
  font-size: 2.8rem;
}
@media screen and (max-width: 600px) {
  .bl-interviewHeader-name {
    font-size: 1.8rem;
  }
}
.bl-interviewHeader-detail {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  padding-left: 40px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  border-left: 1px solid #333;
}
@media screen and (max-width: 600px) {
  .bl-interviewHeader-detail {
    margin-top: 4px;
    margin-left: 0;
    padding-top: 8px;
    padding-left: 0;
    border-top: 1px solid #333;
    border-left: none;
    font-size: 1.4rem;
  }
}
.bl-stepHeader-body .bl-interviewHeader-detail {
  border-color: #fff;
}
@media screen and (max-width: 600px) {
  .bl-stepHeader-body .bl-interviewHeader-detail {
    border-color: #fff;
  }
}

.ly-interviewTab {
  border-width: 15px 0 15px 0;
  border-style: solid;
  border-color: #eaeaea;
}
.ly-interviewTab-inner {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.bl-interviewTab {
  display: flex;
}
.bl-interviewTab-btn {
  width: 50%;
  text-align: center;
}
.bl-interviewTab-btn > a {
  display: inline-block;
  width: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-family: serif;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #848484;
  border-bottom: 3px solid #848484;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-interviewTab-btn > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .bl-interviewTab-btn > a {
    font-size: 1.8rem;
  }
}
.bl-interviewTab-btn > a > span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .bl-interviewTab-btn > a > span {
    font-size: 1.2rem;
  }
}
.bl-interviewTab-btn--work:hover > a, .bl-interviewTab-btn--work.is-active > a {
  color: #91215d;
  border-color: #91215d;
}
.bl-interviewTab-btn--life:hover > a, .bl-interviewTab-btn--life.is-active > a {
  color: #3B469F;
  border-color: #3B469F;
}

.ly-mainInterview {
  position: relative;
  overflow: hidden;
  display: none;
}
.ly-mainInterview:before, .ly-mainInterview:after {
  position: absolute;
  z-index: 1;
  top: 0;
  content: "";
  width: 60px;
  height: 100%;
  background: #91215d;
}
@media screen and (max-width: 600px) {
  .ly-mainInterview:before, .ly-mainInterview:after {
    width: 15px;
  }
}
.ly-mainInterview:before {
  left: 0;
}
.ly-mainInterview:after {
  right: 0;
}
.ly-mainInterview.is-show {
  display: block;
}
.ly-mainInterview--work:before, .ly-mainInterview--work:after {
  background: #91215d;
}
.ly-mainInterview--life:before, .ly-mainInterview--life:after {
  background: #3B469F;
}
.ly-mainInterview-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .ly-mainInterview-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ly-mainInterviewMessage .ly-mainInterview-inner {
  padding-top: 90px;
  padding-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .ly-mainInterviewMessage .ly-mainInterview-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ly-mainInterviewMessage {
  background: #ccc url(../images/career/interview/bg_interview_common.jpg) no-repeat center center/cover;
}

.bl-mainInterview {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .bl-mainInterview {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.bl-mainInterview:last-child {
  margin-bottom: 0;
}
.bl-mainInterview.dir-r {
  flex-direction: row-reverse;
}
.bl-mainInterview--lg {
  margin-left: -240px;
}
@media screen and (max-width: 600px) {
  .bl-mainInterview--lg {
    margin-left: 0;
  }
}
.bl-mainInterview-body {
  width: 100%;
  max-width: 520px;
}
.bl-mainInterview-body--full {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 600px) {
  .bl-mainInterview-body--full {
    width: 100%;
  }
}
.bl-mainInterview-fig {
  position: relative;
  width: 100%;
  max-width: 375px;
}
@media screen and (max-width: 600px) {
  .bl-mainInterview-fig {
    margin-top: 40px;
  }
}
.bl-mainInterview-fig img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.bl-mainInterview--lg .bl-mainInterview-fig {
  width: 100%;
  max-width: 615px;
}
.ly-mainInterviewMessage .bl-mainInterview-fig {
  padding-top: 75px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .ly-mainInterviewMessage .bl-mainInterview-fig {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
.ly-mainInterviewMessage .bl-mainInterview-fig img {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  .ly-mainInterviewMessage .bl-mainInterview-fig img {
    max-width: 220px;
  }
}
.bl-mainInterview-fig-text {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 9.45em;
  font-size: 2.7rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .bl-mainInterview-fig-text {
    right: auto;
    left: 0;
    font-size: 2rem;
  }
}
.bl-mainInterview-heading {
  margin-bottom: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #91215d;
}
.ly-mainInterview--life .bl-mainInterview-heading {
  color: #3B469F;
}
@media screen and (max-width: 600px) {
  .bl-mainInterview-heading {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.bl-mainInterview-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-mainInterview-title {
    font-size: 2rem;
  }
}

.ly-stepHeader {
  position: relative;
}

.bl-stepHeader {
  position: relative;
  overflow: hidden;
  padding-left: calc((100% - 1220px) / 2);
}
.bl-stepHeader-inner {
  position: relative;
  width: 100%;
  background: #ccc url(../images/career/interview/bg_interview_common.jpg) no-repeat center bottom/cover;
}
.bl-stepHeader-fig {
  position: relative;
  width: 100%;
  max-width: 760px;
}
.bl-stepHeader-fig:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65.7894736842%;
}
.bl-stepHeader-fig > img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .bl-stepHeader-fig > img {
    right: -140%;
    bottom: -130%;
    width: 140%;
  }
}
.bl-stepHeader-body {
  position: absolute;
  top: calc(50% + 15px);
  left: 488px;
  width: 100%;
  padding: 60px 0 30px 75px;
  background: #91215d;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .bl-stepHeader-body {
    position: static;
    padding: 20px;
    transform: translateY(0);
  }
}
.bl-stepHeader-num {
  position: absolute;
  top: -1em;
  left: 75px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.45em 45px 0.55em;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #91215d;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .bl-stepHeader-num {
    left: 20px;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 1.8rem;
  }
}
.bl-stepHeader-title {
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  font-size: 3rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .bl-stepHeader-title {
    margin-top: 1em;
    margin-bottom: 0.75em;
    font-size: 2.1rem;
  }
}

.ly-stepList {
  border-top: 15px solid #eaeaea;
  border-bottom: 15px solid #eaeaea;
}
.ly-stepList-inner {
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 600px) {
  .ly-stepList-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bl-stepList {
  display: flex;
}
@media screen and (max-width: 600px) {
  .bl-stepList {
    display: block;
    padding-bottom: 40px;
  }
}
.bl-stepList-heading {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #848484;
}
.bl-stepList-item {
  position: relative;
}
@media screen and (max-width: 600px) {
  .bl-stepList-item {
    display: flex;
  }
}
.bl-stepList-item:before {
  position: absolute;
  top: 1em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #91215d;
}
@media screen and (max-width: 600px) {
  .bl-stepList-item:before {
    top: 0;
    left: 1em;
    width: 1px;
    height: 100%;
  }
}
.bl-stepList-item:last-child:after {
  position: absolute;
  top: 1em;
  right: -60px;
  content: "";
  width: 60px;
  height: 1px;
  border-top: 1px dashed #91215d;
}
@media screen and (max-width: 600px) {
  .bl-stepList-item:last-child:after {
    top: auto;
    right: auto;
    left: 1em;
    bottom: -20px;
    width: 1px;
    height: 20px;
    border-top: none;
    border-left: 1px dashed #91215d;
  }
}
.bl-stepList-grid5 .bl-stepList-item {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .bl-stepList-grid5 .bl-stepList-item {
    width: 100%;
  }
}
.bl-stepList-grid6 .bl-stepList-item {
  width: 16.6666666667%;
}
@media screen and (max-width: 600px) {
  .bl-stepList-grid6 .bl-stepList-item {
    width: 100%;
  }
}
.bl-stepList-num {
  position: relative;
  z-index: 1;
  width: 2em;
  height: 2em;
  padding: 0.5em 0.75em;
  line-height: 1;
  color: #fff;
  background: #91215d;
}
.bl-stepList-body {
  padding-top: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .bl-stepList-body {
    padding-top: 0;
    padding-left: 1em;
  }
}
.bl-stepList-body span {
  display: block;
  color: #91215d;
}

.ly-mainStep {
  overflow: hidden;
  background: linear-gradient(to right, #fff 50%, #eaeaea 50%);
}
@media screen and (max-width: 600px) {
  .ly-mainStep {
    padding-right: 20px;
    padding-left: 20px;
    background: #fff;
  }
}
.ly-mainStep-inner {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(to right, #fff calc(100% - ((100% - 1220px) / 2)), #eaeaea calc(100% - ((100% - 1220px) / 2)));
}

.bl-step {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .bl-step {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bl-step-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1330px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .bl-step-item {
    display: block;
  }
}
.bl-step-item.dir-r {
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1270px;
  margin-right: auto;
  margin-left: 0;
}
.bl-step-item:nth-of-type(3):after {
  position: absolute;
  top: 0;
  right: -30px;
  content: "Career Step";
  mix-blend-mode: multiply;
  font-size: 12em;
  line-height: 1;
  color: #F0F0F0;
}
@media screen and (max-width: 600px) {
  .bl-step-item:nth-of-type(3):after {
    font-size: 8em;
  }
}
.bl-step-item:last-child {
  margin-bottom: 0;
}
.bl-step-body {
  width: 100%;
  max-width: 635px;
}
.dir-r .bl-step-body {
  max-width: 630px;
}
.bl-step-fig {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.bl-step-fig > img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .bl-step-fig > img {
    position: static;
    transform: translateY(0);
  }
}
.dir-r .bl-step-fig {
  position: relative;
  top: 0;
  padding-top: 75px;
  transform: translateY(0);
}
@media screen and (max-width: 600px) {
  .dir-r .bl-step-fig {
    position: static;
    padding-top: 0;
  }
}
.bl-step-num {
  font-size: 3.3rem;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #91215d;
}
.bl-step-text {
  margin-left: 25px;
  margin-bottom: 40px;
  padding: 30px 0 20px 50px;
  border-left: 1px solid #91215d;
}
@media screen and (max-width: 600px) {
  .bl-step-text {
    margin-left: 5px;
    margin-bottom: 20px;
    padding: 20px 0 20px 20px;
  }
}
.bl-step-detail span {
  display: inline-block;
  margin-right: 1em;
  color: #91215d;
}
.bl-step-title {
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-step-title {
    font-size: 2rem;
  }
}

/*
/*  Workstyle
/*-----------------------------------------------*/
.bl-training {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-right: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 600px) {
  .bl-training {
    display: block;
  }
}
.bl-training-item {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}
.bl-training-item + .bl-training-item {
  border-left: 1px solid #333;
}
@media screen and (max-width: 600px) {
  .bl-training-item {
    width: 100%;
  }
  .bl-training-item + .bl-training-item {
    margin-top: 40px;
    border-left: none;
  }
}
.bl-training-fig {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .bl-training-fig {
    display: block;
  }
}
.bl-training-fig-item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 600px) {
  .bl-training-fig-item {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.ly-talk-prof {
  margin-top: 75px;
  background: #91215d;
}
.ly-talk-prof-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .ly-talk-prof-inner {
    padding: 10px 30px;
  }
}

.bl-talk-prof {
  display: flex;
}
@media screen and (max-width: 600px) {
  .bl-talk-prof {
    display: block;
  }
}
.bl-talk-prof-item {
  display: flex;
  align-items: center;
  width: 33.3333%;
  color: #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .bl-talk-prof-item {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #fff;
    border-left: none;
  }
  .bl-talk-prof-item:first-of-type {
    border-top: none;
  }
}
.bl-talk-prof-name {
  padding-left: 1em;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-talk-prof-name {
    font-size: 2.2rem;
  }
}
.bl-talk-prof-detail {
  margin-bottom: 0;
  padding-left: 2.6em;
  line-height: 1.7;
}

.ly-workstyle-heading {
  position: relative;
  z-index: 1;
  margin-top: -55px;
  padding-top: 1px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .ly-workstyle-heading {
    margin-top: 0;
    padding-top: 0;
    background: transparent;
  }
}

.bl-workstyle-heading {
  margin-top: 80px;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-workstyle-heading {
    margin-bottom: 40px;
  }
}
.bl-workstyle-heading-num {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
  padding: 0.25em 1em;
  color: #fff;
  background: #91215d;
}
@media screen and (max-width: 600px) {
  .bl-workstyle-heading-num {
    margin-bottom: 20px;
  }
}
.bl-workstyle-heading-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}
@media screen and (max-width: 600px) {
  .bl-workstyle-heading-text {
    font-size: 2rem;
  }
}

.bl-talk {
  display: flex;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .bl-talk {
    display: block;
  }
}
.bl-talk-name {
  width: 5em;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-talk-name {
    width: 100%;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #A7A7A7;
  }
}
.bl-talk-text {
  width: calc(100% - 5em);
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-talk-text {
    width: 100%;
  }
}

.ly-specialMessage {
  background: #EDF0F1;
}
.ly-specialMessage-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bl-specialMessage-prof {
  display: flex;
  align-items: center;
  margin-top: 30px;
  border-left: 1px solid #333;
}
@media screen and (max-width: 600px) {
  .bl-specialMessage-prof {
    margin-bottom: 20px;
  }
}
.bl-specialMessage-prof-name {
  padding-left: 1em;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-specialMessage-prof-name {
    font-size: 2.2rem;
  }
}
.bl-specialMessage-prof-detail {
  margin-bottom: 0;
  padding-left: 2.6em;
  line-height: 1.7;
}

/*-----------------------------------------------*/
/*  Block
/*-----------------------------------------------*/
/*  Common
/*-----------------------------------------------*/
.bl-entry {
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
}
@media screen and (max-width: 600px) {
  .bl-entry {
    display: block;
  }
}
.bl-entry-item {
  width: 33.333%;
  text-align: center;
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (max-width: 600px) {
  .bl-entry-item {
    width: 100%;
  }
  .bl-entry-item + .bl-entry-item {
    margin-top: 10px;
  }
}
.bl-entry-heading {
  display: inline-block;
  margin: 0;
  letter-spacing: 0.2em;
  text-align: left;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 600px) {
  .bl-entry-heading {
    margin-bottom: 1em;
    font-size: 2.2rem;
  }
}
.bl-entry-heading span {
  display: block;
  font-size: 1.8rem;
}
.bl-entry-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 35px 25px;
  font-family: serif;
  font-size: 2.2rem;
  text-align: center;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-entry-btn {
    padding: 10px 10px 5px 30px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.bl-entry-btn:before {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 34px;
  height: 34px;
  content: "→";
  font-family: sans-serif;
  font-size: 2rem;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .bl-entry-btn:before {
    right: 30px;
    line-height: 32px;
  }
}
.bl-entry-btn:hover {
  text-decoration: none;
}
.bl-entry-btn span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-entry-btn span {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.bl-entry-btn span img {
  width: auto;
}
.bl-entry-btn--cGray {
  color: #333;
  background: #EDF0F1;
}
.bl-entry-btn--cGray:before {
  color: #fff;
  background: #91215d;
}
.bl-entry-btn--cGray:hover {
  background: #CCC;
}
.bl-entry-btn--cMain {
  color: #fff;
  background: #91215d;
}
.bl-entry-btn--cMain:before {
  color: #91215d;
  background: #fff;
}
.bl-entry-btn--cMain:hover {
  background: #671842;
}

.bl-localnav {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-localnav {
    display: block;
  }
}
.ly-topContents .bl-localnav {
  padding-right: 30px;
  padding-left: 30px;
}
.bl-localnav-item {
  display: flex;
  align-items: center;
  width: 100%;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 600px) {
  .bl-localnav-item {
    margin-top: 20px;
  }
  .bl-localnav-item:not(:first-child) {
    border-left: 1px solid #707070;
  }
}
.bl-localnav-item:first-child {
  border-left: 1px solid #707070;
}
.bl-localnav-item:only-child {
  width: 33.333%;
  margin-right: auto;
  margin-left: 0;
  border-right: none;
}
@media screen and (max-width: 600px) {
  .bl-localnav-item:only-child {
    width: 100%;
    border-right: 1px solid #707070;
  }
}
.bl-localnav-item:only-child a {
  padding: 30px 40px;
}
@media screen and (max-width: 600px) {
  .bl-localnav-item:only-child a {
    padding: 0.5em 1em;
  }
}
.bl-localnav-item:first-child:nth-last-child(2), .bl-localnav-item:first-child:nth-last-child(2) ~ .bl-localnav-item {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 600px) {
  .bl-localnav-item:first-child:nth-last-child(2), .bl-localnav-item:first-child:nth-last-child(2) ~ .bl-localnav-item {
    max-width: 100%;
  }
}
.bl-localnav-item:first-child:nth-last-child(2) a, .bl-localnav-item:first-child:nth-last-child(2) ~ .bl-localnav-item a {
  padding: 30px 40px;
}
@media screen and (max-width: 600px) {
  .bl-localnav-item:first-child:nth-last-child(2) a, .bl-localnav-item:first-child:nth-last-child(2) ~ .bl-localnav-item a {
    padding: 0.5em 1em;
  }
}
.bl-localnav-item:first-child:nth-last-child(3), .bl-localnav-item:first-child:nth-last-child(3) ~ .bl-localnav-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 600px) {
  .bl-localnav-item:first-child:nth-last-child(3), .bl-localnav-item:first-child:nth-last-child(3) ~ .bl-localnav-item {
    max-width: 100%;
  }
}
.bl-localnav-item:first-child:nth-last-child(3) a, .bl-localnav-item:first-child:nth-last-child(3) ~ .bl-localnav-item a {
  padding: 15px 25px;
}
@media screen and (max-width: 600px) {
  .bl-localnav-item:first-child:nth-last-child(3) a, .bl-localnav-item:first-child:nth-last-child(3) ~ .bl-localnav-item a {
    padding: 0.5em 1em;
  }
}
.bl-localnav-item:first-child:nth-last-child(4), .bl-localnav-item:first-child:nth-last-child(4) ~ .bl-localnav-item {
  width: 100%;
  max-width: 275px;
}
@media screen and (max-width: 600px) {
  .bl-localnav-item:first-child:nth-last-child(4), .bl-localnav-item:first-child:nth-last-child(4) ~ .bl-localnav-item {
    max-width: 100%;
  }
}
.bl-localnav-item:first-child:nth-last-child(4) a, .bl-localnav-item:first-child:nth-last-child(4) ~ .bl-localnav-item a {
  padding: 15px 25px;
}
@media screen and (max-width: 600px) {
  .bl-localnav-item:first-child:nth-last-child(4) a, .bl-localnav-item:first-child:nth-last-child(4) ~ .bl-localnav-item a {
    padding: 0.5em 1em;
  }
}
.bl-localnav-item > a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-localnav-item > a {
    font-size: 1.4rem;
  }
  .bl-localnav-item > a br {
    display: none;
  }
}
.bl-localnav-item > a:after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  content: "→";
  margin-top: -1em;
}
.bl-localnav-item > a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.bl-localnav-item > a span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .bl-localnav-item > a span {
    display: block;
    font-size: 1.2rem;
  }
}

.bl-table {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.bl-table tr {
  border-bottom: 1px solid #D5D5D5;
}
.bl-table th,
.bl-table td {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .bl-table th,
.bl-table td {
    display: block;
  }
}
.bl-table th {
  width: 180px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .bl-table th {
    width: 100%;
    padding-bottom: 0;
    font-weight: 600;
  }
}

/*  Top
/*-----------------------------------------------*/
.bl-topMessage {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .bl-topMessage {
    display: block;
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
.bl-topMessage-heading {
  margin: 0;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 600px) {
  .bl-topMessage-heading {
    margin-bottom: 2em;
    font-size: 2.2rem;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.bl-topMessage-heading > span {
  display: block;
  margin-left: 1em;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-topMessage-heading > span {
    margin-left: 0;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
  }
}
.bl-topMessage-heading > span.indent {
  text-indent: -0.5em;
}
@media screen and (max-width: 600px) {
  .bl-topMessage-heading > span.indent {
    text-indent: 0;
  }
}
.bl-topMessage p {
  margin-right: 3em;
  margin-bottom: 0;
  font-size: 2rem;
  font-family: serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.3;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 600px) {
  .bl-topMessage p {
    margin-top: 2em;
    margin-right: 0;
    font-size: 1.5rem;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.bl-topContents-column {
  display: flex;
  width: 100%;
  max-width: 1326px;
  margin-top: 140px;
  margin-right: -28px;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .bl-topContents-column {
    flex-direction: column-reverse;
    margin-top: 70px;
    margin-right: auto;
  }
  .ly-topCareer .bl-topContents-column {
    flex-direction: column;
  }
}
.bl-topContents-column:first-of-type {
  margin-top: 0;
}
.bl-topContents-column.dir-r {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: -28px;
}
@media screen and (max-width: 600px) {
  .bl-topContents-column.dir-r {
    flex-direction: column-reverse;
    margin-left: auto;
  }
}
.bl-topContents-body {
  width: 100%;
  max-width: 390px;
  padding-right: 28px;
  padding-left: 28px;
}
.bl-topContents-body p {
  margin-bottom: 2.7em;
}
@media screen and (max-width: 600px) {
  .bl-topContents-body {
    margin-right: auto;
    margin-left: auto;
  }
  .bl-topContents-body .el-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.bl-topContents-fig {
  width: 100%;
  max-width: 936px;
  padding-right: 28px;
  padding-left: 28px;
  overflow: hidden;
}
.bl-topContents-fig img {
  width: 100%;
  height: auto;
}

.bl-topCareer-heading {
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .bl-topCareer-heading {
    margin-bottom: 1em;
  }
}
.bl-topCareer-heading span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}

/* Work
/*-----------------------------------------------*/
.bl-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1244px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .bl-feature {
    display: block;
  }
}
.welfare .bl-feature {
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  .welfare .bl-feature {
    margin-top: 60px;
  }
}
.bl-feature-item {
  width: 33.333%;
  margin-bottom: 40px;
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (max-width: 600px) {
  .bl-feature-item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-feature-body {
  height: 100%;
  padding: 50px;
  background: #EDF0F1;
}
@media screen and (max-width: 600px) {
  .bl-feature-body {
    padding: 20px;
  }
}
.bl-feature-body h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-feature-body h4 {
    font-size: 2.2rem;
  }
}
.bl-feature-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  margin: 0 auto 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 2.5rem;
  line-height: 1.2;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
@media screen and (max-width: 600px) {
  .bl-feature-title {
    font-size: 2.2rem;
    margin-bottom: 1.25em;
  }
}
.bl-feature-title span.small {
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 0.35em;
}
@media screen and (max-width: 600px) {
  .bl-feature-title span.small {
    font-size: 1.4rem;
  }
}

.bl-featureNum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.bl-featureNum-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 224px;
  height: 224px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 50%;
  background: #91215d;
  border: 8px solid #faeaf3;
}
.bl-featureNum-title {
  letter-spacing: 0.05em;
}
.bl-featureNum-body span {
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: 3.8rem;
  font-weight: 500;
}

/* Career
/*-----------------------------------------------*/
.bl-interviewList {
  display: flex;
  justify-content: center;
  margin-right: -3px;
  margin-left: -3px;
}
@media screen and (max-width: 600px) {
  .bl-interviewList {
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-interviewList-heading {
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .bl-interviewList-heading {
    margin-top: 2em;
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
.bl-interviewList-item {
  width: 25%;
  padding-right: 3px;
  padding-left: 3px;
}
@media screen and (max-width: 600px) {
  .bl-interviewList-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.bl-interviewList-item > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 6px;
  color: #333;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .bl-interviewList-item > a {
    padding: 20px;
  }
}
.bl-interviewList-item > a:hover {
  text-decoration: none;
}
.bl-interviewList-item > a:hover img {
  transform: scale(1.045, 1.045);
}
.bl-interviewList-item > a:hover .bl-interviewList-body {
  opacity: 0.5;
}
.bl-interviewList-fig {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 380px;
}
@media screen and (max-width: 600px) {
  .bl-interviewList-fig {
    padding-top: 340px;
  }
}
.bl-interviewList-fig > img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.3s cubic-bezier(0.33, 0.01, 0.06, 0.99);
}
.bl-interviewList-body {
  padding: 30px 12px 0;
  transition: opacity 0.3s cubic-bezier(0.33, 0.01, 0.06, 0.99);
}
@media screen and (max-width: 600px) {
  .bl-interviewList-body {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.bl-interviewList-num {
  font-family: serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-interviewList-num {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0.25em 0.5em;
    background: #EDF0F1;
  }
  .step .bl-interviewList-num {
    color: #91215d;
    background: #fff;
  }
}
.bl-interviewList-name {
  position: relative;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
.bl-interviewList-name:after {
  position: absolute;
  content: "→";
  top: 0;
  right: 0;
  font-family: sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .bl-interviewList-name {
    font-size: 2rem;
  }
}
.bl-interviewList-text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-interviewList-text {
    order: 1;
    margin-bottom: 0.75em;
  }
  .step .bl-interviewList-text {
    color: #91215d;
  }
}
.bl-interviewList-text-sub {
  margin-bottom: 1em;
  color: #848484;
}
@media screen and (max-width: 600px) {
  .bl-interviewList-text-sub {
    order: 2;
    margin-bottom: 0;
  }
}
.bl-interviewList .slick-prev,
.bl-interviewList .slick-next {
  z-index: 1;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #BCBCBC;
  mix-blend-mode: multiply;
}
.bl-interviewList .slick-prev:before,
.bl-interviewList .slick-next:before {
  font-family: sans-serif;
  font-size: 1.3rem;
}
.bl-interviewList .slick-prev {
  left: 30px;
}
.bl-interviewList .slick-next {
  right: 30px;
}

/*
/*  Ellement
/*-----------------------------------------------*/
.el-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding: 0.5em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  background: #3C3C3C;
  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);
}
@media screen and (max-width: 600px) {
  .el-btn {
    max-width: 140px;
    font-size: 1.4rem;
  }
}
.el-btn:hover {
  color: #fff;
  background: #91215d;
  border-color: #91215d;
  text-decoration: none;
}
.el-btn--full {
  width: 100%;
  max-width: 100%;
}
.el-btn--primary {
  background: #91215d;
}
.el-btn--primary:hover {
  background: #5f163d;
}
.el-btn--cWht {
  color: #333;
  background: #fff;
}
.el-btn--cWht:hover {
  background: #3C3C3C;
}

.el-btn-gnavEntry {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding: 1.25em 2em 1em;
  font-family: serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  background: #91215d;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn-gnavEntry:hover {
  text-decoration: none;
  background: #671842;
}
@media screen and (max-width: 600px) {
  .el-btn-gnavEntry {
    padding: 0.6em 1em 0.5em;
  }
}

.el-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  font-size: 3rem;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 600px) {
  .el-heading {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-size: 2.2rem;
  }
}
.el-heading span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.04;
}
.el-heading-lv2 {
  margin-top: 2.4em;
  margin-bottom: 2em;
  padding-bottom: 1em;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #91215d;
  border-bottom: 1px solid #D5D5D5;
}
.el-heading-lv2:not(:first-child) {
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  .el-heading-lv2:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .el-heading-lv2 {
    font-size: 2rem;
  }
}
.el-heading-lv3 {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.el-pageHeading {
  width: 100%;
  margin-top: 0;
  padding-bottom: 0.5em;
  font-size: 3rem;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 600px) {
  .el-pageHeading {
    font-size: 2.4rem;
  }
}
.el-pageHeading > span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .el-pageHeading > span {
    font-size: 1.6rem;
  }
}

.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_multi2 {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid4 > .col_multi2 {
    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%;
  }
}
.grid5 > .col_multi2 {
  width: 40%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid5 > .col_multi2 {
    width: 100%;
  }
}
.grid5 > .col_multi3 {
  width: 60%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid5 > .col_multi3 {
    width: 100%;
  }
}
.grid5 > .col_multi4 {
  width: 80%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid5 > .col_multi4 {
    width: 100%;
  }
}

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

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

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

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

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

.float-column {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .float-column {
    display: flex;
    flex-direction: column;
  }
}
.float-fig {
  width: 100%;
  max-width: 280px;
  float: right;
  margin-left: 60px;
}
@media screen and (max-width: 600px) {
  .float-fig {
    float: none;
    max-width: 100%;
    margin-left: 0;
    order: 1;
  }
}
.float-fig--lg {
  max-width: 350px;
}
@media screen and (max-width: 600px) {
  .float-fig--lg {
    max-width: 100%;
  }
}

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

@media screen and (max-width: 600px) {
  .pc-view {
    display: none !important;
  }
}
.hp-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb0 {
    margin-bottom: 0px !important;
  }
}
.hp-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt0 {
    margin-top: 0px !important;
  }
}
.hp-ml0 {
  margin-left: 0px !important;
}
.hp-mr0 {
  margin-right: 0px !important;
}
.hp-pb0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb0 {
    padding-bottom: 0px !important;
  }
}
.hp-pt0 {
  padding-top: 0px !important;
}
.hp-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb5 {
    margin-bottom: 5px !important;
  }
}
.hp-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt5 {
    margin-top: 5px !important;
  }
}
.hp-ml5 {
  margin-left: 5px !important;
}
.hp-mr5 {
  margin-right: 5px !important;
}
.hp-pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb5 {
    padding-bottom: 5px !important;
  }
}
.hp-pt5 {
  padding-top: 5px !important;
}
.hp-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb10 {
    margin-bottom: 10px !important;
  }
}
.hp-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt10 {
    margin-top: 10px !important;
  }
}
.hp-ml10 {
  margin-left: 10px !important;
}
.hp-mr10 {
  margin-right: 10px !important;
}
.hp-pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb10 {
    padding-bottom: 10px !important;
  }
}
.hp-pt10 {
  padding-top: 10px !important;
}
.hp-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb15 {
    margin-bottom: 15px !important;
  }
}
.hp-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt15 {
    margin-top: 15px !important;
  }
}
.hp-ml15 {
  margin-left: 15px !important;
}
.hp-mr15 {
  margin-right: 15px !important;
}
.hp-pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb15 {
    padding-bottom: 15px !important;
  }
}
.hp-pt15 {
  padding-top: 15px !important;
}
.hp-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb20 {
    margin-bottom: 20px !important;
  }
}
.hp-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt20 {
    margin-top: 20px !important;
  }
}
.hp-ml20 {
  margin-left: 20px !important;
}
.hp-mr20 {
  margin-right: 20px !important;
}
.hp-pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb20 {
    padding-bottom: 20px !important;
  }
}
.hp-pt20 {
  padding-top: 20px !important;
}
.hp-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb25 {
    margin-bottom: 25px !important;
  }
}
.hp-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt25 {
    margin-top: 25px !important;
  }
}
.hp-ml25 {
  margin-left: 25px !important;
}
.hp-mr25 {
  margin-right: 25px !important;
}
.hp-pb25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb25 {
    padding-bottom: 25px !important;
  }
}
.hp-pt25 {
  padding-top: 25px !important;
}
.hp-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb30 {
    margin-bottom: 30px !important;
  }
}
.hp-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt30 {
    margin-top: 30px !important;
  }
}
.hp-ml30 {
  margin-left: 30px !important;
}
.hp-mr30 {
  margin-right: 30px !important;
}
.hp-pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb30 {
    padding-bottom: 30px !important;
  }
}
.hp-pt30 {
  padding-top: 30px !important;
}
.hp-mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb35 {
    margin-bottom: 35px !important;
  }
}
.hp-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt35 {
    margin-top: 35px !important;
  }
}
.hp-ml35 {
  margin-left: 35px !important;
}
.hp-mr35 {
  margin-right: 35px !important;
}
.hp-pb35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb35 {
    padding-bottom: 35px !important;
  }
}
.hp-pt35 {
  padding-top: 35px !important;
}
.hp-mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb40 {
    margin-bottom: 40px !important;
  }
}
.hp-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt40 {
    margin-top: 40px !important;
  }
}
.hp-ml40 {
  margin-left: 40px !important;
}
.hp-mr40 {
  margin-right: 40px !important;
}
.hp-pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb40 {
    padding-bottom: 40px !important;
  }
}
.hp-pt40 {
  padding-top: 40px !important;
}
.hp-mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb45 {
    margin-bottom: 45px !important;
  }
}
.hp-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt45 {
    margin-top: 45px !important;
  }
}
.hp-ml45 {
  margin-left: 45px !important;
}
.hp-mr45 {
  margin-right: 45px !important;
}
.hp-pb45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb45 {
    padding-bottom: 45px !important;
  }
}
.hp-pt45 {
  padding-top: 45px !important;
}
.hp-mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb50 {
    margin-bottom: 50px !important;
  }
}
.hp-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt50 {
    margin-top: 50px !important;
  }
}
.hp-ml50 {
  margin-left: 50px !important;
}
.hp-mr50 {
  margin-right: 50px !important;
}
.hp-pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb50 {
    padding-bottom: 50px !important;
  }
}
.hp-pt50 {
  padding-top: 50px !important;
}
.hp-mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb55 {
    margin-bottom: 55px !important;
  }
}
.hp-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt55 {
    margin-top: 55px !important;
  }
}
.hp-ml55 {
  margin-left: 55px !important;
}
.hp-mr55 {
  margin-right: 55px !important;
}
.hp-pb55 {
  padding-bottom: 55px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb55 {
    padding-bottom: 55px !important;
  }
}
.hp-pt55 {
  padding-top: 55px !important;
}
.hp-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb60 {
    margin-bottom: 60px !important;
  }
}
.hp-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt60 {
    margin-top: 60px !important;
  }
}
.hp-ml60 {
  margin-left: 60px !important;
}
.hp-mr60 {
  margin-right: 60px !important;
}
.hp-pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb60 {
    padding-bottom: 60px !important;
  }
}
.hp-pt60 {
  padding-top: 60px !important;
}
.hp-mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb65 {
    margin-bottom: 65px !important;
  }
}
.hp-mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt65 {
    margin-top: 65px !important;
  }
}
.hp-ml65 {
  margin-left: 65px !important;
}
.hp-mr65 {
  margin-right: 65px !important;
}
.hp-pb65 {
  padding-bottom: 65px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb65 {
    padding-bottom: 65px !important;
  }
}
.hp-pt65 {
  padding-top: 65px !important;
}
.hp-mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb70 {
    margin-bottom: 70px !important;
  }
}
.hp-mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt70 {
    margin-top: 70px !important;
  }
}
.hp-ml70 {
  margin-left: 70px !important;
}
.hp-mr70 {
  margin-right: 70px !important;
}
.hp-pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb70 {
    padding-bottom: 70px !important;
  }
}
.hp-pt70 {
  padding-top: 70px !important;
}
.hp-mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb75 {
    margin-bottom: 75px !important;
  }
}
.hp-mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt75 {
    margin-top: 75px !important;
  }
}
.hp-ml75 {
  margin-left: 75px !important;
}
.hp-mr75 {
  margin-right: 75px !important;
}
.hp-pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb75 {
    padding-bottom: 75px !important;
  }
}
.hp-pt75 {
  padding-top: 75px !important;
}
.hp-mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb80 {
    margin-bottom: 80px !important;
  }
}
.hp-mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt80 {
    margin-top: 80px !important;
  }
}
.hp-ml80 {
  margin-left: 80px !important;
}
.hp-mr80 {
  margin-right: 80px !important;
}
.hp-pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb80 {
    padding-bottom: 80px !important;
  }
}
.hp-pt80 {
  padding-top: 80px !important;
}
.hp-mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb85 {
    margin-bottom: 85px !important;
  }
}
.hp-mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt85 {
    margin-top: 85px !important;
  }
}
.hp-ml85 {
  margin-left: 85px !important;
}
.hp-mr85 {
  margin-right: 85px !important;
}
.hp-pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb85 {
    padding-bottom: 85px !important;
  }
}
.hp-pt85 {
  padding-top: 85px !important;
}
.hp-mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb90 {
    margin-bottom: 90px !important;
  }
}
.hp-mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt90 {
    margin-top: 90px !important;
  }
}
.hp-ml90 {
  margin-left: 90px !important;
}
.hp-mr90 {
  margin-right: 90px !important;
}
.hp-pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb90 {
    padding-bottom: 90px !important;
  }
}
.hp-pt90 {
  padding-top: 90px !important;
}
.hp-mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb95 {
    margin-bottom: 95px !important;
  }
}
.hp-mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt95 {
    margin-top: 95px !important;
  }
}
.hp-ml95 {
  margin-left: 95px !important;
}
.hp-mr95 {
  margin-right: 95px !important;
}
.hp-pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb95 {
    padding-bottom: 95px !important;
  }
}
.hp-pt95 {
  padding-top: 95px !important;
}
.hp-mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mb100 {
    margin-bottom: 100px !important;
  }
}
.hp-mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-mt100 {
    margin-top: 100px !important;
  }
}
.hp-ml100 {
  margin-left: 100px !important;
}
.hp-mr100 {
  margin-right: 100px !important;
}
.hp-pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 600px) {
  .hp-sp-pb100 {
    padding-bottom: 100px !important;
  }
}
.hp-pt100 {
  padding-top: 100px !important;
}
.hp-taR {
  text-align: right !important;
}
.hp-taL {
  text-align: left !important;
}
.hp-taC {
  text-align: center !important;
}
.hp-cMain {
  color: #91215d;
}
.hp-cWht {
  color: #fff;
}
.hp-bgMain {
  background: #91215d;
}
.hp-bgWht {
  background: #fff;
}
.hp-bgGray {
  background: #F4F4F4;
}
.hp-fwB {
  font-weight: 700;
}
.hp-ffSerif {
  font-family: serif;
}
.hp-ffSans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
}
.hp-vRl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.hp-aiC {
  align-items: center;
}

.hp-plr40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 600px) {
  .hp-plr40 {
    padding-left: 0px;
    padding-right: 0px;
  }
}