/**!
 * rev. 2025-08-19
 * copyright © 2025
 */


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  src: url("../../font/icons.eot");
  src: url("../../font/icons.eot?#iefix") format("embedded-opentype"), url("../../font/icons.woff") format("woff"), url("../../font/icons.ttf") format("truetype");
}
:root {
  font-size: 62.5%;
  height: 100%;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  color: #292929;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  margin: 0;
  padding: 0;
}
button {
  border-radius: 0;
}
.c-page-home {
  width: 100%;
  height: 100%;
  min-width: 1050px;
  padding-top: 93px;
}
@media screen and (max-width: 767px) {
  .c-page-home {
    min-width: 0;
    padding-top: 14.6666666667vw;
  }
}
.c-page-home__main {
  width: 100%;
  min-width: 1050px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-home__main {
    min-width: 0;
  }
}
.c-page-home__recruitment h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  margin: 8rem auto 4rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment h2 {
    font-size: 23px;
    margin: 5rem auto 2rem;
  }
}
.c-page-home__recruitment h2 span {
  font-size: 20px;
  color: #253494;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment h2 span {
    font-size: 17px;
    font-weight: bold;
  }
}
.c-page-home__recruitment-container {
  border: 2px solid #eee;
  -webkit-box-shadow: 0 4px 10px 0 rgba(37, 52, 148, 0.1);
          box-shadow: 0 4px 10px 0 rgba(37, 52, 148, 0.1);
  border-radius: 18px;
  height: 100%;
}
.c-page-home__recruitment-img {
  aspect-ratio: 400/290;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
}
.c-page-home__recruitment-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.c-page-home__recruitment-wrapper {
  padding: 1.6rem;
  border-radius: 0 0 18px 18px;
  height: 100%;
}
.c-page-home__recruitment-tag {
  margin: 0 0 10px;
}
.c-page-home__recruitment-tag span {
  display: inline-block;
  color: #253494;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 4.8px 9.6px;
  background: #EFF9FE;
}
.c-page-home__recruitment-title {
  margin: 4.8px auto 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment-title {
    font-size: 1.8rem;
  }
}
.c-page-home__recruitment-post {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 4.8px auto 0;
  border-bottom: 1.2px solid #e4e4e4;
  padding-bottom: 9.6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment-post {
    font-size: 1.6rem;
  }
}
.c-page-home__recruitment-post::before {
  content: "";
  display: block;
  width: 24px;
  height: 1.2px;
  background: #253494;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.c-page-home__recruitment-address {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 9.6px auto 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment-address {
    font-size: 1.4rem;
  }
}
.c-page-home__recruitment-link {
  margin-top: 19.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-page-home__recruitment-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #253494;
  font-size: 1.8rem;
  line-height: 1.6;
  text-decoration: none;
  grid-gap: 9.6px;
  gap: 9.6px;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment-link a {
    font-size: 1.6rem;
  }
}
.c-page-home__recruitment-link a::after {
  position: relative;
  width: 12px;
  height: 12px;
  margin: auto 0;
  content: "";
  border: 2px solid #253494;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment-slide {
    margin-top: 3.5rem;
  }
}
.c-page-home__recruitment .splide__slide:hover img {
  opacity: 0.8;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment .splide__slide {
    padding: 1rem;
  }
}
.c-page-home__recruitment .splide__slide img {
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment .splide__slide img {
    aspect-ratio: 310/230;
  }
}
.c-page-home__recruitment .splide__pagination {
  bottom: -2.4rem;
}
.c-page-home__recruitment .splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #e4e4e4;
  border-radius: 50%;
}
.c-page-home__recruitment .splide__pagination__page.is-active {
  background: #253494;
}
.c-page-home__recruitment .splide__arrow {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  display: block;
  top: calc(50% - 34px);
  width: 6.8rem;
  height: 6.8rem;
  z-index: 100;
  cursor: pointer;
  outline: none;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment .splide__arrow {
    width: 4.95rem;
    height: 4.95rem;
    top: calc(50% - 14px);
  }
}
.c-page-home__recruitment .splide__arrow::before {
  border: solid #253494;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 2.1rem;
  top: calc(50% - 8px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment .splide__arrow::before {
    width: 1rem;
    height: 1rem;
    right: 1.8rem;
    top: calc(50% - 4px);
  }
}
.c-page-home__recruitment .splide__arrow--prev {
  left: 9.0277777778vw;
}
.c-page-home__recruitment .splide__arrow--next {
  right: 9.0277777778vw;
}
.c-page-home__recruitment .splide__arrow--next::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 2.9rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruitment .splide__arrow--next::before {
    right: 2.1rem;
  }
}
.c-page-home__recruitment .splide__arrow svg {
  display: none;
}
.c-page-home__recruitment .splide__toggle {
  display: none;
}
.c-page-home__blog h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  margin: 8rem auto 4rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog h2 {
    font-size: 23px;
    margin: 5rem auto 2rem;
  }
}
.c-page-home__blog h2 span {
  font-size: 20px;
  color: #253494;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog h2 span {
    font-size: 17px;
    font-weight: bold;
  }
}
.c-page-home__blog-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 2rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-page-home__blog-item {
  list-style: none;
  width: 100%;
}
.c-page-home__blog-item[data-article-type=no-link] {
  display: block;
  width: 100%;
  color: initial;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #253494;
}
.c-page-home__blog-item a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: initial;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #253494;
}
.c-page-home__blog-item a:hover img {
  opacity: 0.7;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}
.c-page-home__blog-item-img {
  aspect-ratio: 240/150;
}
.c-page-home__blog-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}
.c-page-home__blog-item-date {
  color: #292929;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-item-date {
    font-size: 1.4rem;
  }
}
.c-page-home__blog-item-title {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-item-title {
    font-size: 1.6rem;
  }
}
.c-page-home__blog-item-text {
  padding: 1.6rem;
}
.c-page-home__blog-btn {
  margin: 3rem auto 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-btn {
    margin: 2.5rem auto 9rem;
  }
}
.c-page-home__blog-btn a {
  max-width: 289px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 14px 27px 14px 16px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 10px;
  position: relative;
  background: #253494;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (min-width: 768px),print {
  .c-page-home__blog-btn a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .c-page-home__blog-btn a:hover::after {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-btn a {
    width: 54.4vw;
    padding: 2.9333333333vw 7.4666666667vw;
    font-size: 4.2666666667vw;
    text-align: center;
    margin: 0 auto;
  }
}
.c-page-home__blog-btn a::after {
  content: "";
  display: block;
  width: 11px;
  height: 13px;
  position: absolute;
  right: 11px;
  top: calc(50% - 7px);
  background: url("/img/recruit/icon-btn-arrow-yellow-02.png") no-repeat center/100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-btn a::after {
    width: 3.3333333333vw;
    height: 3.8666666667vw;
    right: 4vw;
    top: calc(50% - 1.86667vw);
  }
}
.c-page-home__recruit-info[data-recruit-info=top] {
  max-width: 1280px;
  margin: -53px auto 70px;
  padding: 23px 16px;
  background: #fff;
  overflow: hidden;
  border-radius: 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruit-info[data-recruit-info=top] {
    display: none;
    border-radius: 0;
    margin: 0;
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
    background: #253494;
  }
}
[data-recruit-info=top] .c-page-home__recruit-info-body {
  padding: 23px;
  background: #253494;
  border-radius: 23px;
}
@media screen and (max-width: 767px) {
  [data-recruit-info=top] .c-page-home__recruit-info-body {
    padding: 0;
    background: none;
    border-radius: 0;
  }
}
.c-page-home__recruit-info[data-recruit-info=bottom] {
  padding: 62px 0 80px;
  background: #253494;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruit-info[data-recruit-info=bottom] {
    padding: 9.3333333333vw 5.3333333333vw 12vw;
  }
}
.c-page-home__recruit-info[data-recruit-info=bottom] h2 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruit-info[data-recruit-info=bottom] h2 {
    font-size: 6.1333333333vw;
    margin: 0 0 6.1333333333vw;
  }
}
.c-page-home__recruit-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruit-info-list {
    display: block;
  }
}
.c-page-home__recruit-info-list li {
  list-style: none;
  margin-left: 23px;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruit-info-list li {
    margin-left: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.c-page-home__recruit-info-list li:first-child {
  margin-left: 0;
}
.c-page-home__recruit-info-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 283px;
  height: 100%;
  min-height: 154px;
  text-decoration: none;
  color: initial;
  border: 2px solid #a8d0ff;
  border-radius: 15px;
  background: url("/img/recruit/bg-recruit-info.png") repeat center;
  position: relative;
  padding: 10px 35px 10px 13px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 1279px) {
  .c-page-home__recruit-info-list li a {
    width: 21.484375vw;
    min-height: 12.03125vw;
  }
}
@media screen and (max-width: 1023px) {
  .c-page-home__recruit-info-list li a {
    width: 230px;
    min-height: 128px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__recruit-info-list li a {
    width: 100%;
    min-height: 0;
    padding: 1.3333333333vw 9.3333333333vw 2.9333333333vw 4.5333333333vw;
    border-radius: 2vw;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-home__recruit-info-list li a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.9);
  }
  .c-page-home__recruit-info-list li a:hover::after {
    right: 12px;
  }
}
.c-page-home__recruit-info-list li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 19px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  background: url("/img/recruit/icon-btn-arrow-yellow.png") no-repeat center/100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruit-info-list li a::after {
    width: 3.2vw;
    height: 3.7333333333vw;
    right: 2.6666666667vw;
    top: calc(50% - 1.6vw);
  }
}
.c-page-home__recruit-info-list li a figure {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__recruit-info-list li a figure {
    margin: 0 3.7333333333vw 0 0;
  }
}
.c-page-home__recruit-info-list li a figure img {
  display: block;
}
@media screen and (max-width: 1279px) {
  .c-page-home__recruit-info-list li a figure img {
    width: 6.5625vw;
  }
}
@media screen and (max-width: 1023px) {
  .c-page-home__recruit-info-list li a figure img {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__recruit-info-list li a figure img {
    width: 13.8666666667vw;
  }
}
.c-page-home__recruit-info-list-text {
  line-height: 1.3;
}
.c-page-home__recruit-info-list-text p {
  font-size: 2rem;
  font-weight: 500;
  color: #253494;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .c-page-home__recruit-info-list-text p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1023px) {
  .c-page-home__recruit-info-list-text p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__recruit-info-list-text p {
    font-size: 5.0666666667vw;
  }
}
.c-page-home__recruit-info-list-text small {
  font-size: 1.2rem;
  color: #858585;
  display: block;
}
@media screen and (max-width: 1279px) {
  .c-page-home__recruit-info-list-text small {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1023px) {
  .c-page-home__recruit-info-list-text small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__recruit-info-list-text small {
    font-size: 2.6666666667vw;
  }
}
.c-page-home__banner {
  text-align: center;
  margin: 60px 0 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-page-home__banner {
    margin: 60px 0 20px;
  }
}
.c-page-home__banner a {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-page-home__banner a {
    width: 100%;
  }
}
.c-page-home__banner a img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}
.c-page-home__banner a + a {
  margin-top: 20px;
}
.c-page-home__banner a.c-page-home__banner-large {
  max-width: 1024px;
}
.c-page-home__facility-banner {
  padding: 40px 20px 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__facility-banner {
    padding: 20px 20px 0;
  }
}
.c-page-home__facility-banner h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .c-page-home__facility-banner h2 {
    font-size: 23px;
    margin: 0 0 20px;
  }
}
.c-page-home__facility-banner h2 span {
  font-size: 20px;
  color: #253494;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-home__facility-banner h2 span {
    font-size: 17px;
    font-weight: bold;
  }
}
.c-page-home__facility-banner ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  gap: 40px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  max-width: 742px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__facility-banner ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 100%;
    grid-gap: 0;
    gap: 0;
  }
}
.c-page-home__facility-banner ul li {
  width: 351px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__facility-banner ul li {
    width: 100%;
  }
}
.c-page-home__facility-banner ul li a {
  display: block;
}
.c-page-home__facility-banner ul li img {
  width: 100%;
  height: auto;
}
.c-page-home__facility-banner ul li::before {
  content: none;
}
.c-page-home__charm {
  position: relative;
  padding-top: 115px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm {
    padding: 9.3333333333vw 5.3333333333vw 10.6666666667vw;
    margin-bottom: 16vw;
  }
}
.c-page-home__charm::before, .c-page-home__charm::after {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c2e8fd));
  background: linear-gradient(to bottom, #fff 0%, #c2e8fd 100%);
  width: 200%;
  border-radius: 50px;
}
.c-page-home__charm::before {
  top: 20px;
  right: 50%;
  margin-right: 579px;
  height: 515px;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm::before {
    content: none;
  }
}
.c-page-home__charm::after {
  top: 69px;
  left: 50%;
  margin-left: 188px;
  height: 405px;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm::after {
    border-radius: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20%;
    margin: auto;
    height: auto;
  }
}
.c-page-home__charm-body {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-body {
    width: 100%;
  }
}
.c-page-home__charm-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-text {
    margin: 0 0 8vw;
  }
}
.c-page-home__charm-text h2 {
  display: block;
  margin: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-text h2 {
    display: block;
    text-align: center;
    margin: 0 0 5.0666666667vw;
  }
}
.c-page-home__charm-text h2 img {
  display: block;
  width: 184px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-text h2 img {
    width: 39.0666666667vw;
    margin: 0 auto 2vw;
  }
}
.c-page-home__charm-text h2 span {
  display: block;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-text h2 span {
    font-size: 6.1333333333vw;
  }
}
.c-page-home__charm-banner {
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-banner {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
  .c-page-home__charm-banner img {
    width: 100%;
  }
}
.c-page-home__charm-catch {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-catch {
    font-size: 5.0666666667vw;
    margin: 0 0 2.9333333333vw;
  }
}
.c-page-home__charm-read {
  margin: 0 0 2em;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-read {
    margin: 0 0 1em;
    font-size: 4.2666666667vw;
  }
}
.c-page-home__charm-btn a {
  width: 289px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 14px 27px 14px 16px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 10px;
  position: relative;
  background: #253494;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (min-width: 768px),print {
  .c-page-home__charm-btn a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .c-page-home__charm-btn a:hover::after {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-btn a {
    width: 54.4vw;
    padding: 2.9333333333vw 7.4666666667vw;
    font-size: 4.2666666667vw;
    text-align: center;
    margin: 0 auto;
  }
}
.c-page-home__charm-btn a::after {
  content: "";
  display: block;
  width: 11px;
  height: 13px;
  position: absolute;
  right: 11px;
  top: calc(50% - 7px);
  background: url("/img/recruit/icon-btn-arrow-yellow-02.png") no-repeat center/100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-btn a::after {
    width: 3.3333333333vw;
    height: 3.8666666667vw;
    right: 4vw;
    top: calc(50% - 1.86667vw);
  }
}
.c-page-home__charm-pict {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-pict {
    margin: 0;
  }
}
.c-page-home__charm-pict img {
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-pict img {
    width: 100%;
    border-radius: 4vw;
  }
}
.c-page-home__message {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .c-page-home__message {
    padding: 9.3333333333vw 5.3333333333vw 10.6666666667vw;
    margin-bottom: 16vw;
  }
}
.c-page-home__message-body {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-page-home__message-body {
    width: 100%;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-home__message-body {
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__message-body {
    display: block;
  }
}
.c-page-home__message-text {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__message-text {
    margin: 0 0 8vw;
    position: relative;
    z-index: 11;
  }
}
.c-page-home__message-text h2 {
  display: block;
  margin: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .c-page-home__message-text h2 {
    display: block;
    text-align: center;
    margin: 0 0 5.0666666667vw;
  }
}
.c-page-home__message-text h2 img {
  display: block;
  width: 184px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-page-home__message-text h2 img {
    width: 39.0666666667vw;
    margin: 0 auto 2vw;
  }
}
.c-page-home__message-text h2 span {
  display: block;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-page-home__message-text h2 span {
    font-size: 6.1333333333vw;
  }
}
.c-page-home__message-read {
  margin: 0 0 2em;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-page-home__message-read {
    margin: 0 0 1em;
    font-size: 4.2666666667vw;
  }
}
.c-page-home__message-btn a {
  width: 289px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 14px 27px 14px 16px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 10px;
  position: relative;
  background: #253494;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (min-width: 768px),print {
  .c-page-home__message-btn a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .c-page-home__message-btn a:hover::after {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__message-btn a {
    width: 54.4vw;
    padding: 2.9333333333vw 7.4666666667vw;
    font-size: 4.2666666667vw;
    text-align: center;
    margin: 0 auto;
  }
}
.c-page-home__message-btn a::after {
  content: "";
  display: block;
  width: 11px;
  height: 13px;
  position: absolute;
  right: 11px;
  top: calc(50% - 7px);
  background: url("/img/recruit/icon-btn-arrow-yellow-02.png") no-repeat center/100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__message-btn a::after {
    width: 3.3333333333vw;
    height: 3.8666666667vw;
    right: 4vw;
    top: calc(50% - 1.86667vw);
  }
}
.c-page-home__message-pict {
  margin: 0 56px 0 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__message-pict {
    margin: 0;
  }
}
.c-page-home__message-pict::before {
  content: "";
  display: block;
  width: 485px;
  height: 405px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(210, 230, 255)), to(rgb(190, 231, 253)));
  background: linear-gradient(90deg, rgb(210, 230, 255) 0%, rgb(190, 231, 253) 100%);
  border-radius: 50px;
  position: absolute;
  bottom: -41px;
  left: -49px;
}
@media screen and (max-width: 767px) {
  .c-page-home__message-pict::before {
    border-radius: 0;
    width: 100%;
    height: 129.8666666667vw;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), to(#d1e3ff));
    background: linear-gradient(to bottom, #ffffff 1%, #d1e3ff 100%);
  }
}
.c-page-home__message-pict img {
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__message-pict img {
    width: 100%;
    border-radius: 4vw;
  }
}
.c-page-home__interview {
  background: -webkit-gradient(linear, left top, right top, from(#d6edff), to(#cfe2ff));
  background: linear-gradient(to right, #d6edff 0%, #cfe2ff 100%);
  padding: 30px 0 0;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview {
    padding: 7.2vw 5.3333333333vw 8.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.c-page-home__interview h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin: 0 0 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview h2 {
    font-size: 6.1333333333vw;
    margin: 0 0 6.1333333333vw;
  }
}
.c-page-home__interview-body {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  background: #fff;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-body {
    border-radius: 2vw;
    padding: 5.3333333333vw 5.3333333333vw 40vw;
  }
}
.c-page-home__interview-read {
  text-align: center;
  line-height: 2;
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-read {
    text-align: left;
    line-height: 1.8;
    margin: 0 0 4.6666666667vw;
  }
}
.c-page-home__interview-slide {
  width: 380px;
  margin: 0 auto -95px;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide {
    width: 73.3333333333vw;
    margin: 0 auto -6.6666666667vw;
  }
}
.c-page-home__interview-slide-item {
  width: 340px;
  margin: 0 35px;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item {
    width: 70.6666666667vw;
    margin: 0 1.3333333333vw;
  }
}
.c-page-home__interview-slide-item a {
  display: block;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px),print {
  .c-page-home__interview-slide-item a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-page-home__interview-slide-item a:hover [class=c-page-home__interview-slide-item-btn] {
    margin-right: -8px;
  }
}
.c-page-home__interview-slide-item figure {
  margin: 0;
  width: 340px;
  height: 340px;
  border: 2px solid #253494;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item figure {
    width: 70.6666666667vw;
    height: 70.6666666667vw;
  }
}
.c-page-home__interview-slide-item figure img {
  width: 340px;
  height: 340px;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item figure img {
    width: 70.6666666667vw;
    height: 70.6666666667vw;
  }
}
.c-page-home__interview-slide-item-text {
  position: absolute;
  right: 0;
  bottom: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item-text {
    bottom: -24vw;
    display: block;
    width: 100%;
  }
}
.c-page-home__interview-slide-item-ttl {
  position: relative;
  padding: 10px 23px;
  margin: 0 -12px 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item-ttl {
    padding: 1.3333333333vw 3.2vw;
    margin: 0 0 1.3333333333vw;
    text-align: center;
  }
}
.c-page-home__interview-slide-item-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item-ttl::before {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    min-height: 21.3333333333vw;
  }
}
.c-page-home__interview-slide-item-ttl span {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #253494;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item-ttl span {
    font-size: 5.3333333333vw;
  }
}
.c-page-home__interview-slide-item-btn {
  width: 235px;
  display: block;
  text-decoration: none;
  padding: 14px 35px 14px 32px;
  color: #fff;
  font-size: 2rem;
  border-radius: 35px;
  position: relative;
  background: #253494;
  line-height: 1.3;
  margin: 0 0 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item-btn {
    width: 53.3333333333vw;
    padding: 3.2vw 9.3333333333vw 3.2vw 8vw;
    font-size: 4.2666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.c-page-home__interview-slide-item-btn small {
  font-size: 1.3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item-btn small {
    font-size: 3.2vw;
  }
}
.c-page-home__interview-slide-item-btn span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item-btn span {
    font-size: 3.4666666667vw;
  }
}
.c-page-home__interview-slide-item-btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  background: url("/img/recruit/icon-btn-arrow-yellow-02.png") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item-btn::after {
    width: 2.6666666667vw;
    height: 3.2vw;
    right: 4vw;
    top: calc(50% - 1.86667vw);
  }
}
.c-page-home__interview-slide-item-facility {
  margin: 0;
  text-align: right;
  color: initial;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide-item-facility {
    text-align: center;
    font-size: 3.2vw;
  }
}
.c-page-home__interview-slide .slick-list {
  padding: 0 !important;
  overflow: visible;
}
.c-page-home__interview-slide .slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  display: block;
  top: calc(50% - 43px);
  width: 68px;
  height: 68px;
  z-index: 100;
  cursor: pointer;
  outline: none;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (min-width: 768px),print {
  .c-page-home__interview-slide .slick-arrow:hover {
    background: #253494;
  }
  .c-page-home__interview-slide .slick-arrow:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide .slick-arrow {
    top: 50%;
    width: 13.2vw;
    height: 13.2vw;
  }
}
.c-page-home__interview-slide .slick-arrow::after {
  border: solid #253494;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: calc(50% - 9px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide .slick-arrow::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 5.6vw;
    top: calc(50% - 1.33333vw);
  }
}
.c-page-home__interview-slide .slick-arrow.slick-prev {
  left: -70px;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide .slick-arrow.slick-prev {
    left: -6.6666666667vw;
  }
}
.c-page-home__interview-slide .slick-arrow.slick-prev::after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide .slick-arrow.slick-prev::after {
    right: 4.2666666667vw;
  }
}
.c-page-home__interview-slide .slick-arrow.slick-next {
  right: -70px;
}
.c-page-home__interview-slide .slick-arrow.slick-next::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-slide .slick-arrow.slick-next {
    right: -6.6666666667vw;
  }
}
.c-page-home__introduction {
  padding: 60px 0 20px;
  background: url("/img/recruit/bg-introduction.png") repeat center;
}
@media screen and (max-width: 767px) {
  .c-page-home__introduction {
    padding: 10.6666666667vw 5.3333333333vw 2.6666666667vw;
  }
}
.c-page-home__introduction h2 {
  text-align: center;
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .c-page-home__introduction h2 {
    margin: 0 0 8vw;
  }
}
.c-page-home__introduction h2 img {
  width: 184px;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .c-page-home__introduction h2 img {
    width: 39.0666666667vw;
    margin: 0 auto 1.3333333333vw;
  }
}
.c-page-home__introduction h2 span {
  display: block;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-page-home__introduction h2 span {
    font-size: 6.1333333333vw;
  }
}
.c-page-home__introduction-body {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__introduction-body {
    width: 100%;
  }
}
.c-page-home__introduction-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-page-home__introduction-list ul li {
  width: 320px;
  margin-bottom: 30px;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .c-page-home__introduction-list ul li {
    width: 100%;
    margin-bottom: 6.1333333333vw;
    margin-right: 0;
  }
}
.c-page-home__introduction-list ul li:nth-child(3n) {
  margin-right: 0;
}
.c-page-home__introduction-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 320px;
  height: 100%;
  min-height: 122px;
  border: 2px solid #253494;
  border-radius: 15px;
  text-decoration: none;
  color: #292929;
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__introduction-list ul li a {
    width: 100%;
    min-height: 25.0666666667vw;
    border-radius: 2vw;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-home__introduction-list ul li a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .c-page-home__introduction-list ul li a:hover::after {
    right: 12px;
  }
}
.c-page-home__introduction-list ul li a::after {
  border: solid #253494;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 18px;
  top: calc(50% - 8px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__introduction-list ul li a::after {
    border-width: 0 2px 2px 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 5.0666666667vw;
    top: calc(50% - 1.33333vw);
  }
}
.c-page-home__introduction-list ul li a figure {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c-page-home__introduction-list ul li a figure img {
  width: 129px;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-home__introduction-list ul li a figure img {
    width: 31.4666666667vw;
    min-height: 25.0666666667vw;
  }
}
.c-page-home__introduction-list ul li a > div {
  padding: 11px 30px 11px 11px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-page-home__introduction-list ul li a > div {
    padding: 1.3333333333vw 8vw 1.3333333333vw 6.1333333333vw;
  }
}
.c-page-home__introduction-list ul li a > div p {
  margin: 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__introduction-list ul li a > div p {
    font-size: 5.0666666667vw;
    font-weight: 500;
  }
}
.c-page-home__training-banner {
  margin: 70px auto 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__training-banner {
    margin: 40px 20px 0;
  }
  .c-page-home__training-banner img {
    width: 100%;
    height: auto;
  }
}
.c-page-home__training-banner a {
  display: inline-block;
}
.c-page-home__news {
  padding: 68px 0 82px;
}
@media screen and (max-width: 767px) {
  .c-page-home__news {
    padding: 12vw 5.3333333333vw 16vw;
  }
}
.c-page-home__news h2 {
  text-align: center;
  margin: 0 0 18px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__news h2 {
    margin: 0 0 4.8vw;
    font-size: 6.1333333333vw;
  }
}
.c-page-home__news-body {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__news-body {
    width: 100%;
  }
}
.c-page-home__news-list {
  border-top: 1px solid #e4e4e4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-page-home__news-list {
    margin-bottom: 6.6666666667vw;
  }
}
.c-page-home__news-item {
  border-bottom: 1px solid #e4e4e4;
}
.c-page-home__news-item a {
  display: block;
  text-decoration: none;
  color: initial;
  position: relative;
}
@media screen and (min-width: 768px),print {
  .c-page-home__news-item a:hover::after {
    right: 12px;
  }
}
.c-page-home__news-item a::after {
  border: solid #253494;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 18px;
  top: calc(50% - 8px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__news-item a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 5.0666666667vw;
    top: calc(50% - 1.33333vw);
  }
}
.c-page-home__news-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 35px 20px 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__news-text {
    padding: 4.2666666667vw 8vw 4.2666666667vw 4.2666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-page-home__news-date {
  font-size: 1.4rem;
  font-weight: 500;
  width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__news-date {
    font-size: 3.7333333333vw;
    width: 30.6666666667vw;
    padding: 0;
  }
}
.c-page-home__news-category {
  width: 116px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  line-height: 1.4;
  margin: 0 45px 0 0;
  padding: 3px 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__news-category {
    font-size: 2.9333333333vw;
    width: auto;
    min-width: 15.6vw;
    padding: 0.6666666667vw 1.3333333333vw;
    border-radius: 1.3333333333vw;
    margin-top: 0.2666666667vw;
  }
}
.c-page-home__news-category[data-category=service] {
  background: #1d50a2;
}
.c-page-home__news-category[data-category=event] {
  background: #1e75a2;
}
.c-page-home__news-title {
  margin: 0;
  line-height: 1.6;
  padding: 1px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__news-title {
    font-size: 3.7333333333vw;
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.c-page-home__news-btn a {
  width: 289px;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 14px 27px 14px 16px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 10px;
  position: relative;
  background: #253494;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (min-width: 768px),print {
  .c-page-home__news-btn a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .c-page-home__news-btn a:hover::after {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__news-btn a {
    border-radius: 5px;
    width: 66.6666666667vw;
    padding: 2.9333333333vw 7.4666666667vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.c-page-home__news-btn a::after {
  content: "";
  display: block;
  width: 11px;
  height: 13px;
  position: absolute;
  right: 11px;
  top: calc(50% - 7px);
  background: url("/img/recruit/icon-btn-arrow-yellow-02.png") no-repeat center/100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__news-btn a::after {
    width: 2.6666666667vw;
    height: 3.2vw;
    right: 4vw;
    top: calc(50% - 1.86667vw);
  }
}
.c-page-home [data-device=sp] {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .c-page-home [data-device=sp] {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home [data-device=pc] {
    display: none !important;
  }
}
.c-page-sub {
  width: 100%;
  height: 100%;
  min-width: 1050px;
  padding-top: 93px;
}
@media screen and (max-width: 767px) {
  .c-page-sub {
    min-width: 0;
    padding-top: 14.6666666667vw;
  }
}
.c-page-sub__content-main {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 40px 32px 60px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main {
    padding: 8vw 5.3333333333vw 13.3333333333vw;
  }
}
.c-page-sub__content-main h1 {
  font-size: 3.3rem;
  line-height: 1.7;
  margin: 0 0 60px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main h1 {
    font-size: 6.4vw;
    margin: 0 0 10.6666666667vw;
    line-height: 1.4;
  }
}
.c-page-sub__content-main h1:only-child {
  margin: 0;
}
.c-header {
  padding: 25px 20px 0 45px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1050px;
  height: 158px;
  z-index: 2000;
  background: url("/img/recruit/bg-header.png") no-repeat right top, url("/img/recruit/bg-header-repeat.png") repeat-x left top;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media print {
  .c-header {
    position: absolute !important;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    padding: 0;
    min-width: 0;
    background: #fff;
    height: auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
}
.c-header[data-gnav=open] {
  background-color: #f2faff;
  border-bottom: 2px solid #253494;
}
.c-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-header__body {
    margin-bottom: 0;
    position: relative;
    z-index: 11;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-header__site-name {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-header__site-name {
    padding: 2.4vw 0 2.4vw 5.3333333333vw;
  }
}
.c-header__site-name img {
  display: block;
  width: 100%;
  margin-right: 16px;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .c-header__site-name img {
    margin: 0 2.1333333333vw 0.2666666667vw 0;
    width: 50.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__site-name img.c-header__pc-logo {
    display: none;
  }
}
.c-header__site-name img.c-header__sp-logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__site-name img.c-header__sp-logo {
    display: block;
  }
}
.c-header__site-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  font-size: 1.7rem;
  color: #292929;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-header__site-name a {
    font-size: 2.9333333333vw;
  }
  .c-header__site-name a span {
    display: block;
  }
}
.c-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 767px) {
  .c-header__info {
    display: none;
  }
}
.c-header__corporate {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1.2;
  margin-right: 20px;
}
.c-header__corporate a {
  text-decoration: none;
  color: #292929;
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 18px;
  position: relative;
}
.c-header__corporate a:hover {
  text-decoration: underline;
}
.c-header__corporate a::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 13px;
  height: 13px;
  background: url("/img/recruit/icon-external.svg") no-repeat center/13px;
}
.c-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-header__links {
    margin: 0 auto 20px;
  }
}
.c-header__links > li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.c-header__links > li + li {
  margin-left: 25px;
}
.c-header__links > li > a {
  width: 171px;
  display: block;
  text-decoration: none;
  padding: 12px 15px 12px 10px;
  font-size: 1.6rem;
  border-radius: 25px;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-align: center;
}
@media screen and (min-width: 768px),print {
  .c-header__links > li > a:hover {
    opacity: 0.6;
  }
}
.c-header__links > li > a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
}
.c-header__job a {
  color: #292929;
  background: #fff100;
}
.c-header__job a::before {
  width: 17px;
  height: 21px;
  background: url("/img/recruit/icon-list.svg") no-repeat center/100% 100%;
  vertical-align: -3px;
}
.c-header__inquiry a {
  color: #fff;
  background: #253494;
}
.c-header__inquiry a::before {
  width: 17px;
  height: 12px;
  background: url("/img/recruit/icon-contact.svg") no-repeat center/16px 12px;
  vertical-align: 0;
}
.c-header__memu-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.5333333333vw;
  height: 14.6666666667vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#3043b2), to(#1b2676));
  background: linear-gradient(to bottom, #3043b2 0%, #1b2676 100%);
  color: #fff;
  border: none;
  position: relative;
  outline: none;
}
@media screen and (min-width: 768px),print {
  .c-header__memu-btn {
    display: none;
  }
}
.c-header__memu-btn::before, .c-header__memu-btn::after {
  content: "";
  width: 8vw;
  height: 0.6666666667vw;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #fff100;
  position: absolute;
  top: 2.6666666667vw;
  left: 4.2666666667vw;
  right: 4.2666666667vw;
}
.c-header__memu-btn::after {
  top: 4.9333333333vw;
}
.c-header__memu-btn > span:nth-child(1) {
  width: 8vw;
  height: 0.6666666667vw;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #fff100;
  position: absolute;
  top: 7.2vw;
  left: 4.2666666667vw;
  right: 4.2666666667vw;
}
.c-header__memu-btn span:nth-child(2) {
  position: absolute;
  bottom: 2.2666666667vw;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.6666666667vw;
  font-weight: bold;
  line-height: 1;
}
.c-header__memu-btn[data-gnav-menu=true]::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 4.5333333333vw;
}
.c-header__memu-btn[data-gnav-menu=true]::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-header__memu-btn[data-gnav-menu=true] > span {
  background: transparent;
}
#ToolBar {
  opacity: 0.2;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#ToolBar:hover {
  opacity: 1;
}
.c-footer {
  position: relative;
  padding-bottom: 173px;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding-bottom: 17.3333333333vw;
  }
}
.c-footer__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  bottom: 173px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media print {
  .c-footer__pagetop {
    position: static !important;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__pagetop {
    bottom: 28vw;
  }
}
.c-footer__pagetop[data-fixed=true] {
  opacity: 1;
  pointer-events: all;
}
.c-footer__pagetop[data-fixed=false] {
  opacity: 0;
  pointer-events: none;
}
.c-footer__pagetop[data-scroll=true] {
  opacity: 0;
  pointer-events: none;
}
.c-footer__pagetop[data-scroll=false] {
  opacity: 1;
  pointer-events: all;
}
.c-footer__pagetop a {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #253494;
  color: #fff;
  text-decoration: none;
  font-size: 0;
}
@media screen and (min-width: 768px),print {
  .c-footer__pagetop a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .c-footer__pagetop a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__pagetop a {
    width: 16vw;
    height: 16vw;
  }
}
.c-footer__pagetop a::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 auto;
  border-top: 2px solid #fff100;
  border-right: 2px solid #fff100;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .c-footer__pagetop a::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-bottom: -1.0666666667vw;
  }
}
.c-footer__body {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .c-footer__body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__body {
    display: block;
    padding: 6.6666666667vw 5.3333333333vw 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__links {
    margin-bottom: 9.3333333333vw;
  }
}
.c-footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .c-footer__links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.2vw;
    padding-right: 0;
  }
}
.c-footer__links li {
  display: block;
  padding: 0;
}
.c-footer__links li::after {
  content: "";
  display: inline-block;
  margin: 0 12px;
  width: 1px;
  height: 16px;
  background: #eee;
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .c-footer__links li::after {
    height: 4.2666666667vw;
    margin: 0 4.5333333333vw;
  }
}
.c-footer__links li:last-child::after {
  content: none;
}
.c-footer__links a {
  color: #292929;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-footer__links a {
    font-size: 3.2vw;
  }
}
.c-footer__links a:hover {
  text-decoration: none;
}
.c-footer__copyright {
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
}
.c-footer__copyright small {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright small {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__logo-norton {
    width: 14.2666666667vw;
  }
  .c-footer__logo-norton img {
    width: 100%;
  }
}
.c-footer__logo-alsok {
  width: 208px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .c-footer__logo-alsok {
    width: 29.2vw;
    margin-left: 4.6666666667vw;
  }
}
.c-footer__logo-alsok img {
  width: 100%;
}
.c-footer__info {
  padding: 24px 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  min-width: 1050px;
}
@media print {
  .c-footer__info {
    position: static !important;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__info {
    min-width: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 4vw 2.6666666667vw;
  }
}
.c-footer__info a {
  pointer-events: none;
}
.c-footer__info[data-fixed=true] {
  opacity: 1;
  pointer-events: all;
}
.c-footer__info[data-fixed=true] a {
  pointer-events: all;
}
.c-footer__info[data-fixed=false] {
  opacity: 0;
  pointer-events: none;
}
.c-footer__info[data-fixed=false] a {
  pointer-events: none;
}
.c-footer__info[data-scroll=true] {
  opacity: 0;
  pointer-events: none;
}
.c-footer__info[data-scroll=false] {
  opacity: 1;
  pointer-events: all;
}
.c-footer__info[data-scroll=false] a {
  pointer-events: all;
}
.c-footer__info[data-footer-info=false] {
  bottom: -158px;
}
@media screen and (max-width: 767px) {
  .c-footer__info[data-footer-info=false] {
    bottom: -19.4666666667vw;
  }
}
.c-footer__info[data-footer-info=true] {
  bottom: 0;
}
.c-footer__info-close {
  position: absolute;
  top: -65px;
  width: 100px;
  height: 50px;
  background: #253494;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 50px 50px 0 0;
}
.c-footer__info-body {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-footer__info-body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__info-list {
    display: none;
  }
}
.c-footer__info-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
}
.c-footer__info-list ul li {
  list-style: none;
  margin-left: 16px;
}
.c-footer__info-list ul li:first-child {
  margin-left: 0;
}
.c-footer__info-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 197px;
  min-height: 107px;
  height: 100%;
  text-decoration: none;
  color: initial;
  border: 2px solid #a8d0ff;
  border-radius: 15px;
  background: url("/img/recruit/bg-recruit-info.png") repeat center;
  position: relative;
  padding: 10px 25px 10px 9px;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px),print {
  .c-footer__info-list ul li a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.9);
  }
  .c-footer__info-list ul li a:hover::after {
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__info-list ul li a {
    min-height: 0;
  }
}
.c-footer__info-list ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
  background: url("/img/recruit/icon-btn-arrow-yellow.png") no-repeat center/100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-footer__info-list ul li a::after {
    width: 3.3333333333vw;
    height: 3.8666666667vw;
    right: 1.6vw;
    top: calc(50% - 1.6vw);
    background: url("/img/icon-btn-arrow-yellow-sp.svg") no-repeat center/3.3333333333vw 3.8666666667vw;
  }
}
.c-footer__info-list ul li a figure {
  margin: 0 12px 0 0;
}
.c-footer__info-list ul li a figure img {
  width: 52px;
  display: block;
}
.c-footer__info-list-text {
  line-height: 1.2;
}
.c-footer__info-list-text p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #253494;
  margin: 0;
}
.c-footer__info-list-text small {
  font-size: 0.8rem;
  color: #858585;
}
.c-footer__info-links {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__info-links {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.c-footer__info-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__info-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer__info-links ul li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.c-footer__info-links ul li + li {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-footer__info-links ul li + li {
    margin: 0 2.6666666667vw;
  }
}
.c-footer__info-links ul li > a {
  width: 171px;
  display: block;
  text-decoration: none;
  padding: 12px 15px 12px 10px;
  font-size: 1.6rem;
  border-radius: 25px;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-align: center;
}
@media screen and (min-width: 768px),print {
  .c-footer__info-links ul li > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__info-links ul li > a {
    width: 43.0666666667vw;
    padding: 2.6666666667vw 4vw 2.6666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.c-footer__info-links ul li > a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .c-footer__info-job {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-footer__info-job a {
  color: #292929;
  background: #fff100;
}
.c-footer__info-job a::before {
  width: 17px;
  height: 21px;
  background: url("/img/recruit/icon-list.svg") no-repeat center/100%;
  vertical-align: -4px;
}
@media screen and (max-width: 767px) {
  .c-footer__info-job a::before {
    width: 4vw;
    height: 5.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__info-inquiry {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-footer__info-inquiry a {
  color: #fff;
  background: #253494;
}
.c-footer__info-inquiry a::before {
  width: 17px;
  height: 12px;
  background: url("/img/recruit/icon-contact.svg") no-repeat center/100%;
  vertical-align: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__info-inquiry a::before {
    width: 4vw;
    height: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global {
    position: absolute;
    top: 14.6666666667vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 14.66667vw);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 300ms;
    transition: 300ms;
    border-top: 1px solid #253494;
  }
  .c-nav-global[data-gnav-contents=true] {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 768px),print {
  .c-nav-global__sp-overlay {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__sp-overlay {
    position: fixed;
    top: 14.6666666667vw;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
  }
}
.c-nav-global__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .c-nav-global__body {
    padding: 4vw 5.3333333333vw 26.6666666667vw;
    background: #fff;
    display: block;
    position: relative;
    z-index: 10;
  }
}
.c-nav-global__list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6px 0 0;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list {
    display: block;
    margin: 0 0 7.7333333333vw;
    max-width: none;
  }
}
.c-nav-global__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 768px),print {
  .c-nav-global__item::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 20px;
    height: 20px;
    width: 1px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__item {
    display: block;
    border-bottom: 1px solid #c8c8c8;
  }
}
.c-nav-global__item:last-child::after {
  content: none;
}
.c-nav-global__item > a {
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #292929;
  padding: 0 5px;
  position: relative;
  z-index: 100000;
  cursor: pointer;
}
@media screen and (min-width: 768px),print {
  .c-nav-global__item > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    margin: 0 auto;
    background: #253494;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .c-nav-global__item > a:hover::after, .c-nav-global__item > a[data-gnav-children=open]::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__item > a {
    font-weight: normal;
    text-align: left;
    font-size: 4.2666666667vw;
    padding: 3.6vw 6.6666666667vw 3.6vw 0;
    border-left: none;
    position: relative;
  }
  .c-nav-global__item > a[data-trigger]::after {
    content: "";
    display: block;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    position: absolute;
    right: 1.6vw;
    top: calc(50% - 2.66667vw);
    background: #253494;
    border-radius: 50%;
  }
  .c-nav-global__item > a[data-trigger] span::before, .c-nav-global__item > a[data-trigger] span::after {
    content: "";
    background: #fff100;
    height: 2px;
    margin: auto;
    position: absolute;
    right: 3.2vw;
    top: 1px;
    bottom: 0;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    width: 2.6666666667vw;
    z-index: 10;
  }
  .c-nav-global__item > a[data-trigger] span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-nav-global__item > a[data-trigger][data-gnav-children=open] span::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .c-nav-global__item > a[href]::after {
    content: "";
    display: block;
    width: 3.3333333333vw;
    height: 3.8666666667vw;
    position: absolute;
    right: 2.4vw;
    top: calc(50% - 1.6vw);
    background: url("/img/icon-btn-arrow-yellow-sp.svg") no-repeat center/3.3333333333vw 3.8666666667vw;
  }
}
@media screen and (min-width: 768px),print {
  .c-nav-global__item > a[data-gnav-children=open] + [class=c-nav-global__children] {
    opacity: 1;
    pointer-events: all;
  }
}
.c-nav-global__children {
  width: 100%;
}
@media screen and (min-width: 768px),print {
  .c-nav-global__children {
    -webkit-transition: 300ms;
    transition: 300ms;
    display: block !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 93px;
    left: 0;
    right: 0;
    z-index: 10000;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__children {
    display: none;
  }
}
.c-nav-global__children-content {
  margin: 0 auto;
}
@media screen and (min-width: 768px),print {
  .c-nav-global__children-content {
    width: 1024px;
    padding: 25px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__children-content {
    width: 100%;
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 768px),print {
  .c-nav-global__children-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
}
.c-nav-global__children-title h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-nav-global__children-title h2 {
    display: none;
  }
}
.c-nav-global__children-title a {
  display: block;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px),print {
  .c-nav-global__children-title a {
    padding: 10px 34px 10px 22px;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 20px;
    background: #253494;
    line-height: 1.3;
    margin-left: 20px;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .c-nav-global__children-title a:hover::after {
    right: 9px;
  }
  .c-nav-global__children-title a::after {
    content: "";
    display: block;
    width: 7px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
    background: url("/img/recruit/icon-btn-arrow-yellow-02.png") no-repeat center/100%;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__children-title a {
    padding: 2.9333333333vw 10.6666666667vw 2.9333333333vw 4.6666666667vw;
    font-size: 4.2666666667vw;
    background: #e6f5ff;
    color: #292929;
  }
  .c-nav-global__children-title a::after {
    content: "";
    display: block;
    width: 3.3333333333vw;
    height: 3.8666666667vw;
    position: absolute;
    right: 5.3333333333vw;
    top: calc(50% - 1.6vw);
    background: url("/img/icon-btn-arrow-yellow-sp.svg") no-repeat center/3.3333333333vw 3.8666666667vw;
  }
}
.c-nav-global__children-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
@media screen and (min-width: 768px),print {
  .c-nav-global__children-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.c-nav-global__children-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px),print {
  .c-nav-global__children-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__children-list {
    background: #f7f7f7;
    padding: 0 5.0666666667vw 6vw;
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 768px),print {
  .c-nav-global__children-list[data-nav=recruit-5col] li {
    width: 180px;
  }
  .c-nav-global__children-list[data-nav=recruit-5col] li + li {
    margin-left: 30px;
  }
  .c-nav-global__children-list[data-nav=recruit-5col] li figure {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px),print(max-width: 767px) {
  .c-nav-global__children-list[data-nav=recruit-5col] li figure {
    display: none;
  }
}
@media screen and (min-width: 768px),print {
  .c-nav-global__children-list[data-nav=recruit-5col] li figure img {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 161px;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
  }
}
.c-nav-global__children-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 768px),print {
  .c-nav-global__children-list li {
    width: 232px;
  }
  .c-nav-global__children-list li + li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__children-list li {
    border-bottom: 1px solid #d9d9d9;
  }
}
.c-nav-global__children-list li a {
  display: block;
  color: #292929;
  text-decoration: none;
}
@media screen and (min-width: 768px),print {
  .c-nav-global__children-list li a {
    -webkit-transition: 300ms;
    transition: 300ms;
    text-align: center;
    padding: 19px 0 15px;
  }
  .c-nav-global__children-list li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__children-list li a {
    margin: auto;
  }
}
.c-nav-global__children-list li a figure {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-nav-global__children-list li a figure {
    display: none;
  }
}
.c-nav-global__children-list li a figure img {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  width: 232px;
  height: 161px;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.c-nav-global__children-list li a p {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-nav-global__children-list li a p {
    font-size: 4.2666666667vw;
    padding: 2vw 0;
    position: relative;
    font-weight: normal;
  }
}
.c-nav-global__children-list li a p::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px),print {
  .c-nav-global__children-list li a p::after {
    width: 14px;
    height: 16px;
    top: calc(50% - 7px);
    background: url("/img/icon-btn-arrow-yellow.svg") no-repeat center/14px 16px;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__children-list li a p::after {
    border: solid #253494;
    border-width: 0 1px 1px 0;
    content: "";
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    position: absolute;
    right: 1.3333333333vw;
    top: calc(50% - 1.06667vw);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}
.c-nav-global__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .c-nav-global__overlay {
    display: none;
  }
}
@media screen and (min-width: 768px),print {
  .c-nav-global__info-list {
    display: none;
  }
}
.c-nav-global__info-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 2.6666666667vw;
  padding: 0;
}
.c-nav-global__info-list ul li {
  width: 43.0666666667vw;
  list-style: none;
  margin-bottom: 3.3333333333vw;
}
.c-nav-global__info-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: initial;
  border: 2px solid #a8d0ff;
  border-radius: 15px;
  background: url("/img/recruit/bg-recruit-info.png") repeat center;
  position: relative;
  padding: 10px 25px 10px 9px;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-nav-global__info-list ul li a {
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 2.4vw;
  }
}
.c-nav-global__info-list ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 3.3333333333vw;
  height: 3.8666666667vw;
  right: 1.6vw;
  top: calc(50% - 1.6vw);
  background: url("/img/icon-btn-arrow-yellow-sp.svg") no-repeat center/3.3333333333vw 3.8666666667vw;
}
.c-nav-global__info-list ul li a figure {
  margin: 0 1.3333333333vw 0 0;
}
.c-nav-global__info-list ul li a figure img {
  width: 10.6666666667vw;
  display: block;
}
.c-nav-global__info-list-text {
  line-height: 1.2;
}
.c-nav-global__info-list-text p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #253494;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-nav-global__info-list-text p {
    font-size: 3.4666666667vw;
  }
}
.c-nav-global__info-list-text small {
  font-size: 0.8rem;
  color: #858585;
}
@media screen and (max-width: 767px) {
  .c-nav-global__info-list-text small {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px),print {
  .c-nav-global__sub-nav {
    display: none;
  }
}
.c-nav-global__sub-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0 3.3333333333vw;
  padding: 0;
}
.c-nav-global__sub-nav-links > li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.c-nav-global__sub-nav-links > li > a {
  width: 43.0666666667vw;
  display: block;
  text-decoration: none;
  padding: 2.1333333333vw 5.3333333333vw 2.1333333333vw 2.6666666667vw;
  font-size: 3.8666666667vw;
  font-weight: 500;
  border-radius: 6vw;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-align: center;
}
.c-nav-global__sub-nav-links > li > a::before {
  content: "";
  display: inline-block;
  margin-right: 2.4vw;
}
.c-nav-global__sub-nav-job a {
  color: #292929;
  background: #fff100;
}
.c-nav-global__sub-nav-job a::before {
  width: 4vw;
  height: 5.0666666667vw;
  background: url("/img/recruit/icon-list.svg") no-repeat center/100%;
  vertical-align: -1.0666666667vw;
}
.c-nav-global__sub-nav-inquiry a {
  color: #fff;
  background: #253494;
}
.c-nav-global__sub-nav-inquiry a::before {
  width: 4vw;
  height: 2.6666666667vw;
  background: url("/img/recruit/icon-contact.svg") no-repeat center/100%;
  vertical-align: 0;
}
.c-nav-global__sub-nav-corporate {
  text-align: center;
}
.c-nav-global__sub-nav-corporate a {
  width: 43.0666666667vw;
  display: inline-block;
  text-decoration: none;
  padding: 2.1333333333vw 5.3333333333vw 2.1333333333vw 2.6666666667vw;
  font-size: 3.8666666667vw;
  font-weight: 500;
  border-radius: 6vw;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-align: center;
  background: #dadada;
  color: #292929;
}
.c-nav-global__sub-nav-corporate a::after {
  content: "";
  display: inline-block;
  margin-left: 1.6vw;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  background: url("/img/recruit/icon-external2.png") no-repeat center/100%;
}
.c-nav-sitemap {
  background: #eee;
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap {
    padding: 0;
  }
}
.c-nav-sitemap__body {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__body {
    width: 100%;
  }
}
.c-nav-sitemap__block {
  width: 33.3333333333%;
  padding-right: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__block {
    width: 50%;
    padding-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #f7f7f7;
  }
  .c-nav-sitemap__block:nth-child(odd) {
    border-right: 1px solid #f7f7f7;
  }
  .c-nav-sitemap__block:nth-child(5) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-nav-sitemap__block:nth-child(5) dl {
    width: 50%;
  }
  .c-nav-sitemap__block:nth-child(5) dl:nth-child(1) {
    border-right: 1px solid #f7f7f7;
  }
}
.c-nav-sitemap__block dl {
  margin: 0;
}
.c-nav-sitemap__block dl dt {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__block dl dt {
    font-size: 3.7333333333vw;
    margin-bottom: 0;
  }
}
.c-nav-sitemap__block dl dt a {
  text-decoration: none;
  color: #292929;
}
@media screen and (min-width: 768px),print {
  .c-nav-sitemap__block dl dt a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .c-nav-sitemap__block dl dt a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__block dl dt a {
    display: block;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.c-nav-sitemap__block dl dd {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__block dl dd {
    display: none;
  }
}
.c-nav-sitemap__block dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-nav-sitemap__block dl dd ul li {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.c-nav-sitemap__block dl dd ul li a {
  color: #292929;
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
.c-nav-sitemap__block dl dd ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #253494;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-nav-sitemap__block dl dd ul li a:hover::before {
  left: 4px;
}
.c-nav-breadcrumb {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb {
    padding: 2.1333333333vw;
    display: none;
  }
}
.c-nav-breadcrumb ol {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb ol {
    width: 100%;
  }
}
.c-nav-breadcrumb ol > li {
  list-style: none;
}
.c-nav-breadcrumb ol > li::after {
  content: "/";
  display: inline-block;
  margin: 0 9px;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb ol > li::after {
    margin: 0 1.8666666667vw;
  }
}
.c-nav-breadcrumb ol > li:first-child {
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb ol > li:first-child {
    padding-left: 7.4666666667vw;
  }
}
.c-nav-breadcrumb ol > li:first-child::before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: url("/img/recruit/icon-breadcrumb-home.svg") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb ol > li:first-child::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 1.0666666667vw;
  }
}
.c-nav-breadcrumb ol > li:last-child::after {
  display: none;
}
.c-nav-breadcrumb a {
  color: #292929;
  display: inline-block;
  text-decoration: underline;
  font-size: 1.5rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb a {
    font-size: 3.4666666667vw;
  }
}
.c-nav-breadcrumb__item {
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c-nav-breadcrumb__item[data-breadcrumb=current] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c-nav-breadcrumb__item[data-breadcrumb=current] a {
  text-decoration: none;
}
.c-list-banner {
  padding: 30px 0;
}
.c-list-banner__body {
  width: 1280;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1340px) {
  .c-list-banner__body {
    max-width: 1340px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-list-banner__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-list-banner__body > ul {
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-list-banner__body > ul > li {
  list-style: none;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-list-banner__body > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-list-banner__body > ul > li > a {
  text-decoration: none;
  display: block;
}
.c-list-banner__body > ul > li > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 575px) {
  .c-list-banner__body > ul > li > a > img {
    width: 100%;
  }
}
.c-list-category {
  font-size: 1.2rem;
}
@media screen and (max-width: 576px) {
  .c-list-category {
    display: none;
  }
}
.c-list-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
}
.c-list-category li {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.c-list-category a {
  background: #e4e4e4;
  color: #292929;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 5px;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}
.c-list-tag {
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .c-list-tag {
    display: none;
  }
}
.c-list-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}
.c-list-tag li {
  list-style: none;
  margin: 0 0.3em;
  padding: 0;
}
.c-list-tag a {
  background: #253494;
  color: #fff;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}
.c-title-page {
  padding: 85px 0 65px;
  background: url("/img/recruit/bg-page-title.jpg") no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title-page {
    padding: 6.6666666667vw 2.6666666667vw;
  }
}
.c-title-page h1,
.c-title-page > div {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6rem;
  line-height: 1.6;
  padding: 0 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-title-page h1,
  .c-title-page > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-title-page h1,
  .c-title-page > div {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.c-hero {
  position: relative;
  background: url("/img/recruit/hero-bg.jpg") no-repeat center/cover;
  padding: 290px 0 128px;
}
@media screen and (max-width: 767px) {
  .c-hero {
    padding: 61.8666666667vw 0 8vw;
  }
}
@media screen and (min-width: 768px),print {
  .c-hero::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: url("/img/recruit/bg-hero-foot.png") no-repeat left top, url("/img/recruit/bg-hero-foot-repeat.png") repeat-x right top;
  }
}
.c-hero__slide {
  position: relative;
  width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-hero__slide {
    width: 50.6666666667vw;
  }
}
.c-hero__slide-item {
  margin: 0 20px;
  padding: 4px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-hero__slide-item {
    margin: 0 4vw;
    border-radius: 2vw;
    padding: 0.5333333333vw;
  }
}
.c-hero__slide img {
  width: 542px;
  height: 282px;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .c-hero__slide img {
    width: 45.6vw;
    height: 29.6vw;
    border-radius: 2vw;
  }
}
.c-hero__slide .slick-list {
  padding: 0 !important;
  overflow: visible;
}
.c-hero__pict {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin: 0 150px 0 0;
}
@media screen and (max-width: 767px) {
  .c-hero__pict {
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
  }
}
.c-hero__pict img {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-hero__pict img {
    width: 52.6666666667vw;
  }
}
.c-hero__text {
  position: absolute;
  top: 100px;
  left: 50%;
  margin: 0 0 0 -235px;
}
@media screen and (max-width: 767px) {
  .c-hero__text {
    left: auto;
    right: 8vw;
    top: 7.7333333333vw;
    margin: 0;
  }
}
.c-hero__text img {
  display: block;
  width: 694px;
}
@media screen and (max-width: 767px) {
  .c-hero__text img {
    width: 49.8666666667vw;
  }
}
.c-pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 4rem;
  margin: 0 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    font-size: 4.2666666667vw;
    margin: 0 0 8vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-pagination[data-page=article] {
  border-top: 2px solid #d9d9d9;
  padding-top: 50px;
  margin: 0 -20px 80px;
}
@media screen and (max-width: 767px) {
  .c-pagination[data-page=article] {
    margin: 0 0 8vw;
    padding-top: 8vw;
  }
}
.c-pagination[data-page=article] [class=c-pagination__prev] a,
.c-pagination[data-page=article] [class=c-pagination__next] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 180px;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .c-pagination[data-page=article] [class=c-pagination__prev] a,
  .c-pagination[data-page=article] [class=c-pagination__next] a {
    width: 37.3333333333vw;
    border-radius: 5.3333333333vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 3.7333333333vw;
  }
}
.c-pagination[data-page=article] [class=c-pagination__prev] a {
  padding: 5px 18px 5px 38px;
}
.c-pagination[data-page=article] [class=c-pagination__prev] a::after {
  right: auto;
  left: 23px;
}
.c-pagination a {
  background: none;
  color: currentColor;
  text-decoration: none;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-pagination a {
    font-size: 4.2666666667vw;
  }
}
.c-pagination__prev a, .c-pagination__next a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  display: block;
  width: 48px;
  height: 48px;
  z-index: 100;
  cursor: pointer;
  outline: none;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 0;
  position: relative;
}
@media screen and (min-width: 768px),print {
  .c-pagination__prev a:hover, .c-pagination__next a:hover {
    background: #253494;
    color: #fff;
  }
  .c-pagination__prev a:hover::after, .c-pagination__next a:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination__prev a, .c-pagination__next a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin: 4vw 2.6666666667vw 0;
  }
}
.c-pagination__prev a[data-disabled=true], .c-pagination__next a[data-disabled=true] {
  opacity: 0.3;
  pointer-events: none;
}
.c-pagination__prev a span, .c-pagination__next a span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.c-pagination__prev a::after, .c-pagination__next a::after {
  border: solid #253494;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-pagination__prev a::after, .c-pagination__next a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 4.8vw;
    top: calc(50% - 1.33333vw);
  }
}
.c-pagination__prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .c-pagination__prev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-pagination__prev a::after {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .c-pagination__prev a::after {
    right: 3.7333333333vw;
  }
}
.c-pagination__next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.c-pagination__next a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 18px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-pagination__numbers {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-pagination__number {
  display: block;
  list-style: none;
  margin: 0 5px;
}
.c-pagination__number--current {
  border-bottom: 2px solid #253494;
}
.c-pagination__number--current:hover {
  padding-bottom: 0;
}
.c-pagination__number a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  line-height: 1;
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #e9e9e9;
  font-size: 1.7rem;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px),print {
  .c-pagination__number a:hover {
    background: #1d50a2;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination__number a {
    width: 7.2vw;
    height: 7.2vw;
    font-size: 3.7333333333vw;
  }
}
.c-pagination__number a[aria-current=page] {
  background: #1d50a2 !important;
  color: #fff;
}
.c-pagination__return {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 35px;
}
@media screen and (max-width: 767px) {
  .c-pagination__return {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 4vw 0 0;
  }
}
.c-pagination__return a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 250px;
  height: 48px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 5px 25px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 24px;
  position: relative;
  background: #1d50a2;
  line-height: 1.4;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (min-width: 768px),print {
  .c-pagination__return a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .c-pagination__return a:hover::before {
    left: 58px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination__return a {
    min-width: 0;
    width: 100%;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.c-pagination__return a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url("/img/recruit/icon-return-list.png") no-repeat center/100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: 300ms;
  transition: 300ms;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-pagination__return a::before {
    width: 4vw;
    height: 3.7333333333vw;
    margin-right: 4vw;
  }
}
.c-card {
  font-size: 1.6rem;
  border: 1px solid #d2cdcd;
  height: 100%;
  outline: 2px solid transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition: outline 300ms;
  transition: outline 300ms;
}
.c-card:hover {
  border: 1px solid rgb(117.4, 131.3459459459, 220.6);
  outline: 2px solid rgb(117.4, 131.3459459459, 220.6);
}
.c-card[data-is-new=true]::before {
  background: #253494;
  color: #fff;
  content: "new";
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  height: 74px;
  left: -38px;
  padding: 50px 0 0;
  position: absolute;
  text-align: center;
  top: -38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 74px;
  z-index: 1;
}
.c-card > a {
  color: currentColor;
  height: 100%;
  text-decoration: none;
}
.c-card__img {
  background: #e4e4e4;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.c-card__img img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .c-card__img img {
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover;object-position:center top";
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.c-card__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 22px;
}
.c-card__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 0.875em;
  padding: 10px 22px 30px;
}
.c-card__title {
  font-size: 1.25em;
  margin: 0 auto;
  padding: 0;
  color: #a8d0ff;
}
.c-card__time {
  display: none;
}
.c-card__tags ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.c-card__tag-item {
  display: inline-block;
  font-size: 0.75em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-card__tag-item span {
  background: black;
  color: #fff;
  display: block;
  padding: 3px 15px;
}
.c-card__author {
  display: none;
}
.c-card__description {
  margin: 0;
  padding: 0;
}
.c-card__description p {
  margin: 0;
  padding: 0;
}
.c-content-index {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-content-index {
    padding-bottom: 8vw;
  }
}
.c-content-index__list {
  width: 100%;
  border-top: 1px solid #e4e4e4;
}
.c-content-index__list a {
  display: block;
  color: #292929;
  text-decoration: none;
  width: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (min-width: 768px),print {
  .c-content-index__list a:hover [class=c-content-index__text]::after {
    right: 0;
  }
}
.c-content-index__item {
  border-bottom: 1px solid #e4e4e4;
}
.c-content-index__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 45px 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-content-index__text {
    display: block;
    margin-bottom: 0;
    padding: 4vw 8vw 4vw 0;
  }
}
.c-content-index__text::after {
  border: solid #253494;
  border-width: 0 1.5px 1.5px 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-index__text::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 3px;
    top: calc(50% - 1.33333vw);
  }
}
.c-content-index__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-content-index__meta {
    margin-bottom: 2.6666666667vw;
  }
}
.c-content-index__date {
  width: 125px;
  margin: 0;
  font-size: 1.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-content-index__date {
    width: auto;
    font-size: 3.7333333333vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 4vw;
  }
}
.c-content-index__category {
  margin: 0;
  padding: 3px 15px;
  min-width: 116px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  line-height: 1.4;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-content-index__category {
    font-size: 2.9333333333vw;
    min-width: 17.3333333333vw;
    margin-left: 0;
    margin-top: 1.3333333333vw;
    padding: 1.0666666667vw 1.8666666667vw;
  }
}
.c-content-index__category[data-category=service] {
  background: #1d50a2;
}
.c-content-index__category[data-category=event] {
  background: #1e75a2;
}
.c-content-index__title {
  margin: 0;
  padding: 2px 0;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .c-content-index__title {
    font-size: 4vw;
  }
}
.bge-contents,
.c-content-main {
  font-size: 1.6rem;
  line-height: 1.9;
  /**
   * メールフォーム
   *
   */
  /**
   * ブログ
   *
   */
  /**
  * 関連記事module
  */
}
@media screen and (max-width: 767px) {
  .bge-contents,
  .c-content-main {
    font-size: 4.2666666667vw;
  }
}
.bge-contents a,
.c-content-main a {
  color: #253494;
  word-break: break-all;
}
@media screen and (min-width: 768px),print {
  .bge-contents a[href^=tel],
  .c-content-main a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    color: #292929;
  }
}
.c-page-sub__content-main .bge-contents .bgb-title,
.c-page-sub__content-main .c-content-main .bgb-title {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px),print {
  .c-page-sub__content-main .bge-contents .bgb-title,
  .c-page-sub__content-main .c-content-main .bgb-title {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 60px;
  }
}
.c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--mb-large,
.c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--mb-large {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--mb-large,
  .c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--mb-large {
    margin-bottom: 16vw !important;
  }
}
.c-page-sub__content-main .bge-contents .bgb-title .bgb-opt--mb-small,
.c-page-sub__content-main .c-content-main .bgb-title .bgb-opt--mb-small {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main .bge-contents .bgb-title .bgb-opt--mb-small,
  .c-page-sub__content-main .c-content-main .bgb-title .bgb-opt--mb-small {
    margin-bottom: 4.2666666667vw !important;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--border-thin, .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--border-bold, .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--border-dotted,
  .c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--border-thin,
  .c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--border-bold,
  .c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--border-dotted {
    margin-left: 0;
    margin-right: 0;
  }
}
.bge-contents h2,
.c-content-main h2 {
  font-size: 2.8rem;
  line-height: 1.6;
  margin: 1em 0 40px;
  padding: 10px 20px;
  border-left: 7px solid #253494;
  border-radius: 5px;
  background: #e9f5fc;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents h2,
  .c-content-main h2 {
    font-size: 5.8666666667vw;
    margin: 1em 0 8vw;
    padding: 2.6666666667vw 4vw;
  }
}
.bge-contents h2:first-child,
.c-content-main h2:first-child {
  margin-top: 0;
}
.bge-contents h2:only-child,
.c-content-main h2:only-child {
  margin: 0;
}
.c-page-sub__content-main .bge-contents .bgb-title,
.c-page-sub__content-main .c-content-main .bgb-title {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px),print {
  .c-page-sub__content-main .bge-contents .bgb-title,
  .c-page-sub__content-main .c-content-main .bgb-title {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
  }
}
.c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--mb-large,
.c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--mb-large {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--mb-large,
  .c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--mb-large {
    margin-bottom: 12vw !important;
  }
}
.c-page-sub__content-main .bge-contents .bgb-title .bgb-opt--mb-small,
.c-page-sub__content-main .c-content-main .bgb-title .bgb-opt--mb-small {
  margin-bottom: 4vw !important;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main .bge-contents .bgb-title .bgb-opt--mb-small,
  .c-page-sub__content-main .c-content-main .bgb-title .bgb-opt--mb-small {
    margin-bottom: 3.2vw !important;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--border-thin, .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--border-bold, .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--border-dotted,
  .c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--border-thin,
  .c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--border-bold,
  .c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--border-dotted {
    margin-left: 0;
    margin-right: 0;
  }
}
.bge-contents h3,
.c-content-main h3 {
  font-size: 2.6rem;
  line-height: 1.7;
  margin: 1em 0 35px;
  padding: 0 8px 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents h3,
  .c-content-main h3 {
    font-size: 5.3333333333vw;
    margin: 1em 0 8vw;
    padding: 0 0 2.6666666667vw;
  }
}
.bge-contents h3::before,
.c-content-main h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bge-contents h3::after,
.c-content-main h3::after {
  content: "";
  width: 149px;
  height: 3px;
  background: #253494;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents h3::after,
  .c-content-main h3::after {
    width: 149px;
  }
}
.bge-contents h3:first-child,
.c-content-main h3:first-child {
  margin-top: 0;
}
.c-page-sub__content-main .bge-contents .bgb-title2,
.c-page-sub__content-main .c-content-main .bgb-title2 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px),print {
  .c-page-sub__content-main .bge-contents .bgb-title2,
  .c-page-sub__content-main .c-content-main .bgb-title2 {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
  }
}
.c-page-sub__content-main .bge-contents .bgb-title2.bgb-opt--mb-large,
.c-page-sub__content-main .c-content-main .bgb-title2.bgb-opt--mb-large {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main .bge-contents .bgb-title2.bgb-opt--mb-large,
  .c-page-sub__content-main .c-content-main .bgb-title2.bgb-opt--mb-large {
    margin-bottom: 12vw !important;
  }
}
.c-page-sub__content-main .bge-contents .bgb-title2 .bgb-opt--mb-small,
.c-page-sub__content-main .c-content-main .bgb-title2 .bgb-opt--mb-small {
  margin-bottom: 4vw !important;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main .bge-contents .bgb-title2 .bgb-opt--mb-small,
  .c-page-sub__content-main .c-content-main .bgb-title2 .bgb-opt--mb-small {
    margin-bottom: 3.2vw !important;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-sub__content-main .bge-contents .bgb-title2.bgb-opt--border-thin, .c-page-sub__content-main .bge-contents .bgb-title2.bgb-opt--border-bold, .c-page-sub__content-main .bge-contents .bgb-title2.bgb-opt--border-dotted,
  .c-page-sub__content-main .c-content-main .bgb-title2.bgb-opt--border-thin,
  .c-page-sub__content-main .c-content-main .bgb-title2.bgb-opt--border-bold,
  .c-page-sub__content-main .c-content-main .bgb-title2.bgb-opt--border-dotted {
    margin-left: 0;
    margin-right: 0;
  }
}
.bge-contents h4,
.c-content-main h4 {
  font-size: 2.2rem;
  line-height: 1.8;
  margin: 1em 0;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents h4,
  .c-content-main h4 {
    font-size: 4.8vw;
    padding-left: 5.3333333333vw;
  }
}
.bge-contents h4::after,
.c-content-main h4::after {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background: #253494;
  position: absolute;
  top: 19px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents h4::after,
  .c-content-main h4::after {
    width: 3.2vw;
    top: 4.2666666667vw;
  }
}
.bge-contents h4:first-child,
.c-content-main h4:first-child {
  margin-top: 0;
}
.bge-contents h5,
.c-content-main h5 {
  font-size: 2.2rem;
  line-height: 1.8;
  margin: 1em 0 10px;
  color: #253494;
}
@media screen and (max-width: 767px) {
  .bge-contents h5,
  .c-content-main h5 {
    font-size: 4.8vw;
    margin: 1em 0 2.6666666667vw;
  }
}
.bge-contents h5:first-child,
.c-content-main h5:first-child {
  margin-top: 0;
}
.bge-contents h6,
.c-content-main h6 {
  position: relative;
  padding-left: 14px;
  color: #253494;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 1em 0 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents h6,
  .c-content-main h6 {
    font-size: 4.2666666667vw;
    margin: 1em 0 2.6666666667vw;
    padding-left: 3.2vw;
  }
}
.bge-contents h6::before,
.c-content-main h6::before {
  content: "";
  display: block;
  top: 5px;
  bottom: 5px;
  position: absolute;
  left: 0;
  width: 4px;
  margin: auto;
  background: #fff100;
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=wysiwyg] h2,
  .bge-contents [data-bgb=wysiwyg] h3,
  .bge-contents [data-bgb=wysiwyg] h4,
  .bge-contents [data-bgb=wysiwyg] h5,
  .bge-contents [data-bgb=wysiwyg] h6,
  .c-content-main [data-bgb=wysiwyg] h2,
  .c-content-main [data-bgb=wysiwyg] h3,
  .c-content-main [data-bgb=wysiwyg] h4,
  .c-content-main [data-bgb=wysiwyg] h5,
  .c-content-main [data-bgb=wysiwyg] h6 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=text-image1] h2,
  .bge-contents [data-bgb=text-image1] h3,
  .bge-contents [data-bgb=text-image1] h4,
  .bge-contents [data-bgb=text-image1] h5,
  .bge-contents [data-bgb=text-image1] h6,
  .bge-contents [data-bgb=text-float-image1] h2,
  .bge-contents [data-bgb=text-float-image1] h3,
  .bge-contents [data-bgb=text-float-image1] h4,
  .bge-contents [data-bgb=text-float-image1] h5,
  .bge-contents [data-bgb=text-float-image1] h6,
  .bge-contents [data-bgb=wysiwyg2] h2,
  .bge-contents [data-bgb=wysiwyg2] h3,
  .bge-contents [data-bgb=wysiwyg2] h4,
  .bge-contents [data-bgb=wysiwyg2] h5,
  .bge-contents [data-bgb=wysiwyg2] h6,
  .c-content-main [data-bgb=text-image1] h2,
  .c-content-main [data-bgb=text-image1] h3,
  .c-content-main [data-bgb=text-image1] h4,
  .c-content-main [data-bgb=text-image1] h5,
  .c-content-main [data-bgb=text-image1] h6,
  .c-content-main [data-bgb=text-float-image1] h2,
  .c-content-main [data-bgb=text-float-image1] h3,
  .c-content-main [data-bgb=text-float-image1] h4,
  .c-content-main [data-bgb=text-float-image1] h5,
  .c-content-main [data-bgb=text-float-image1] h6,
  .c-content-main [data-bgb=wysiwyg2] h2,
  .c-content-main [data-bgb=wysiwyg2] h3,
  .c-content-main [data-bgb=wysiwyg2] h4,
  .c-content-main [data-bgb=wysiwyg2] h5,
  .c-content-main [data-bgb=wysiwyg2] h6 {
    margin-left: -20px;
  }
}
.bge-contents ul,
.c-content-main ul {
  padding: 0;
  line-height: 1.625;
  list-style: none;
}
.bge-contents ul li,
.c-content-main ul li {
  position: relative;
  padding: 3px 0 3px 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents ul li,
  .c-content-main ul li {
    padding: 0 0 0 4vw;
  }
}
.bge-contents ul li::before,
.c-content-main ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #253494;
}
@media screen and (max-width: 767px) {
  .bge-contents ul li::before,
  .c-content-main ul li::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: 2.6666666667vw;
  }
}
.bge-contents ul li ul,
.c-content-main ul li ul {
  margin-top: 0.2em;
}
.bge-contents ul li ul li::before,
.c-content-main ul li ul li::before {
  top: 17px;
  width: 8px;
  height: 2px;
  background: #dadada;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents ul li ul li::before,
  .c-content-main ul li ul li::before {
    width: 2.1333333333vw;
    height: 0.5333333333vw;
    top: 3.2vw;
  }
}
.bge-contents ul ul,
.bge-contents ul ol,
.c-content-main ul ul,
.c-content-main ul ol {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents ul ul,
  .bge-contents ul ol,
  .c-content-main ul ul,
  .c-content-main ul ol {
    margin-left: 0;
  }
}
.bge-contents ul.ul-inline,
.c-content-main ul.ul-inline {
  letter-spacing: -0.04em;
}
.bge-contents ul.ul-inline li,
.c-content-main ul.ul-inline li {
  display: inline-block;
  width: 33%;
  padding-right: 15px;
  letter-spacing: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .bge-contents ul.ul-inline li,
  .c-content-main ul.ul-inline li {
    width: auto;
    padding-right: 0;
    display: block;
  }
}
.bge-contents ol,
.c-content-main ol {
  counter-reset: content-main-ol-default;
  padding: 0;
  line-height: 1.625;
  list-style: none;
}
.bge-contents ol li,
.c-content-main ol li {
  position: relative;
  padding: 3px 0 3px 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents ol li,
  .c-content-main ol li {
    padding: 0 0 0 5.3333333333vw;
  }
}
.bge-contents ol li::before,
.c-content-main ol li::before {
  content: counter(content-main-ol-default, decimal) ". ";
  counter-increment: content-main-ol-default;
  color: #253494;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .bge-contents ol li::before,
  .c-content-main ol li::before {
    top: 0.5333333333vw;
  }
}
.bge-contents ol li ol,
.c-content-main ol li ol {
  margin-top: 0.2em;
}
.bge-contents ol li ol li::before,
.c-content-main ol li ol li::before {
  content: counter(content-main-ol-default, decimal) ". ";
  counter-increment: content-main-ol-default;
  color: #909090;
  font-style: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .bge-contents ol li ol li::before,
  .c-content-main ol li ol li::before {
    top: 0.5333333333vw;
  }
}
.bge-contents ol ul,
.bge-contents ol ol,
.c-content-main ol ul,
.c-content-main ol ol {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents ol ul,
  .bge-contents ol ol,
  .c-content-main ol ul,
  .c-content-main ol ol {
    margin-left: 0;
  }
}
.bge-contents table,
.c-content-main table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #cccfd1;
}
@media screen and (max-width: 767px) {
  .bge-contents table,
  .c-content-main table {
    margin-bottom: 6.6666666667vw;
  }
}
.bge-contents caption,
.c-content-main caption {
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  font-size: 2.2rem;
  line-height: 1.8;
  color: #253494;
}
@media screen and (max-width: 767px) {
  .bge-contents caption,
  .c-content-main caption {
    font-size: 4.8vw;
    padding: 2.6666666667vw 0;
  }
}
.bge-contents tr:first-child th:first-child,
.bge-contents tr:first-child td:first-child,
.c-content-main tr:first-child th:first-child,
.c-content-main tr:first-child td:first-child {
  border-radius: 6px 0 0 0;
}
.bge-contents tr:first-child th:last-child,
.bge-contents tr:first-child td:last-child,
.c-content-main tr:first-child th:last-child,
.c-content-main tr:first-child td:last-child {
  border-radius: 0 6px 0 0;
}
.bge-contents tr:last-child th,
.bge-contents tr:last-child td,
.c-content-main tr:last-child th,
.c-content-main tr:last-child td {
  border-bottom: none;
}
.bge-contents tr:last-child th:first-child,
.bge-contents tr:last-child td:first-child,
.c-content-main tr:last-child th:first-child,
.c-content-main tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
.bge-contents tr:last-child th:last-child,
.bge-contents tr:last-child td:last-child,
.c-content-main tr:last-child th:last-child,
.c-content-main tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
.bge-contents th,
.bge-contents td,
.c-content-main th,
.c-content-main td {
  padding: 15px 24px;
  border-right: 1px solid #cccfd1;
  border-bottom: 1px solid #cccfd1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bge-contents th,
  .bge-contents td,
  .c-content-main th,
  .c-content-main td {
    padding: 2.6666666667vw 4.6666666667vw;
  }
}
.bge-contents th:last-child,
.bge-contents td:last-child,
.c-content-main th:last-child,
.c-content-main td:last-child {
  border-right: none;
}
.bge-contents th,
.c-content-main th {
  background: #e9f5fc;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #253494;
}
@media screen and (max-width: 767px) {
  .bge-contents th,
  .c-content-main th {
    font-size: 4.2666666667vw;
  }
}
.bge-contents td,
.c-content-main td {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bge-contents td,
  .c-content-main td {
    font-size: 4.2666666667vw;
  }
}
.bge-contents .cc-form-table,
.bge-contents .bgb-table,
.c-content-main .cc-form-table,
.c-content-main .bgb-table {
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table table,
  .bge-contents .bgb-table table,
  .c-content-main .cc-form-table table,
  .c-content-main .bgb-table table {
    display: block;
    border: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table caption,
  .bge-contents .bgb-table caption,
  .c-content-main .cc-form-table caption,
  .c-content-main .bgb-table caption {
    display: block;
  }
}
.bge-contents .cc-form-table caption:empty,
.bge-contents .bgb-table caption:empty,
.c-content-main .cc-form-table caption:empty,
.c-content-main .bgb-table caption:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table tbody,
  .bge-contents .bgb-table tbody,
  .c-content-main .cc-form-table tbody,
  .c-content-main .bgb-table tbody {
    border-top: none;
    display: block;
    border-radius: 6px;
    padding-top: 1px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table tr,
  .bge-contents .bgb-table tr,
  .c-content-main .cc-form-table tr,
  .c-content-main .bgb-table tr {
    display: block;
  }
  .bge-contents .cc-form-table tr:first-child th:first-child,
  .bge-contents .bgb-table tr:first-child th:first-child,
  .c-content-main .cc-form-table tr:first-child th:first-child,
  .c-content-main .bgb-table tr:first-child th:first-child {
    border-radius: 6px 6px 0 0;
  }
  .bge-contents .cc-form-table tr:first-child th:last-child,
  .bge-contents .bgb-table tr:first-child th:last-child,
  .c-content-main .cc-form-table tr:first-child th:last-child,
  .c-content-main .bgb-table tr:first-child th:last-child {
    border-radius: 0;
  }
  .bge-contents .cc-form-table tr:first-child td,
  .bge-contents .bgb-table tr:first-child td,
  .c-content-main .cc-form-table tr:first-child td,
  .c-content-main .bgb-table tr:first-child td {
    border-radius: 0;
  }
  .bge-contents .cc-form-table tr:last-child th,
  .bge-contents .bgb-table tr:last-child th,
  .c-content-main .cc-form-table tr:last-child th,
  .c-content-main .bgb-table tr:last-child th {
    border-bottom: 2px solid #253494;
    border-radius: 0;
  }
  .bge-contents .cc-form-table tr:last-child td:first-child,
  .bge-contents .bgb-table tr:last-child td:first-child,
  .c-content-main .cc-form-table tr:last-child td:first-child,
  .c-content-main .bgb-table tr:last-child td:first-child {
    border-radius: 0;
  }
  .bge-contents .cc-form-table tr:last-child td:last-child,
  .bge-contents .bgb-table tr:last-child td:last-child,
  .c-content-main .cc-form-table tr:last-child td:last-child,
  .c-content-main .bgb-table tr:last-child td:last-child {
    border-bottom: none;
    border-radius: 0 0 6px 6px;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table th,
  .bge-contents .cc-form-table td,
  .bge-contents .bgb-table th,
  .bge-contents .bgb-table td,
  .c-content-main .cc-form-table th,
  .c-content-main .cc-form-table td,
  .c-content-main .bgb-table th,
  .c-content-main .bgb-table td {
    display: block;
    width: 100% !important;
    border-right: none;
  }
}
.bge-contents .cc-form-table th,
.bge-contents .bgb-table th,
.c-content-main .cc-form-table th,
.c-content-main .bgb-table th {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table th,
  .bge-contents .bgb-table th,
  .c-content-main .cc-form-table th,
  .c-content-main .bgb-table th {
    min-width: 0;
  }
}
.bge-contents .bgb-table td,
.c-content-main .bgb-table td {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-table td,
  .c-content-main .bgb-table td {
    font-size: 4.2666666667vw;
  }
}
.bge-contents .cc-form-table,
.c-content-main .cc-form-table {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table,
  .c-content-main .cc-form-table {
    font-size: 10.6666666667vw;
  }
}
.bge-contents .cc-form-table th,
.c-content-main .cc-form-table th {
  padding: 20px 24px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table th,
  .c-content-main .cc-form-table th {
    padding: 2.6666666667vw 4.6666666667vw;
  }
}
.bge-contents .cc-form-table table,
.c-content-main .cc-form-table table {
  border: none;
  margin: 0;
  table-layout: fixed;
}
.bge-contents .cc-form-table table tbody,
.c-content-main .cc-form-table table tbody {
  border: none;
}
.bge-contents .cc-form-table table tr:last-child th,
.c-content-main .cc-form-table table tr:last-child th {
  border: none;
}
.bge-contents .cc-form-table table th,
.c-content-main .cc-form-table table th {
  background: none;
  padding: 15px 20px 15px 0;
  width: 170px;
  border: none;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table table th,
  .c-content-main .cc-form-table table th {
    width: 100%;
    padding: 2.6666666667vw 0 0;
  }
}
.bge-contents .cc-form-table table th .cc-form-fieldset-heading,
.c-content-main .cc-form-table table th .cc-form-fieldset-heading {
  font-weight: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table table th .cc-form-fieldset-heading,
  .c-content-main .cc-form-table table th .cc-form-fieldset-heading {
    font-size: 4vw;
  }
}
.bge-contents .cc-form-table table td,
.c-content-main .cc-form-table table td {
  border: none;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table table td,
  .c-content-main .cc-form-table table td {
    padding: 1.6vw 0;
  }
}
.bge-contents .cc-form-table table td .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.bge-contents .cc-form-table table td .mail-field .mail-input textarea,
.c-content-main .cc-form-table table td .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.c-content-main .cc-form-table table td .mail-field .mail-input textarea {
  max-width: 360px;
}
.bge-contents .scroll-table,
.c-content-main .scroll-table {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bge-contents .scroll-table,
  .c-content-main .scroll-table {
    overflow: auto;
  }
  .bge-contents .scroll-table table,
  .c-content-main .scroll-table table {
    width: 200vw;
  }
  .bge-contents .scroll-table::-webkit-scrollbar,
  .c-content-main .scroll-table::-webkit-scrollbar {
    height: 8px;
  }
  .bge-contents .scroll-table::-webkit-scrollbar-track,
  .c-content-main .scroll-table::-webkit-scrollbar-track {
    background: #858585;
    border-radius: 8px;
  }
  .bge-contents .scroll-table::-webkit-scrollbar-thumb,
  .c-content-main .scroll-table::-webkit-scrollbar-thumb {
    background: #909090;
    border-radius: 8px;
  }
}
.bge-contents .scroll-table-note,
.c-content-main .scroll-table-note {
  display: none;
}
@media screen and (max-width: 767px) {
  .bge-contents .scroll-table-note,
  .c-content-main .scroll-table-note {
    font-size: 3.7333333333vw;
    font-weight: bold;
    padding: 0.8vw 2.6666666667vw 0.8vw 9.3333333333vw;
    margin-bottom: 10px;
    line-height: 1.6;
  }
}
.bge-contents p:first-child,
.c-content-main p:first-child {
  margin-top: 0;
}
.bge-contents p:last-child,
.c-content-main p:last-child {
  margin-bottom: 0;
}
.bge-contents blockquote,
.c-content-main blockquote {
  background: #f5f6f9;
  margin: 0;
  padding: 1em 2em;
  position: relative;
}
.bge-contents blockquote::before,
.c-content-main blockquote::before {
  content: "“";
  display: block;
  font-size: 2.5em;
  left: 5px;
  line-height: 0;
  margin-top: 0.5em;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  top: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bge-contents blockquote::after,
.c-content-main blockquote::after {
  bottom: 5px;
  content: "”";
  display: block;
  font-size: 2.5em;
  line-height: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  right: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bge-contents figure,
.c-content-main figure {
  margin: 0;
}
.bge-contents figure img,
.c-content-main figure img {
  max-width: 100%;
}
.bge-contents figure img.radius,
.c-content-main figure img.radius {
  border-radius: 5px;
}
.bge-contents .bgb-wysiwyg figure,
.bge-contents .bgb-wysiwyg2 figure,
.c-content-main .bgb-wysiwyg figure,
.c-content-main .bgb-wysiwyg2 figure {
  text-align: center;
}
.bge-contents .bgb-wysiwyg figure img,
.bge-contents .bgb-wysiwyg2 figure img,
.c-content-main .bgb-wysiwyg figure img,
.c-content-main .bgb-wysiwyg2 figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.bge-contents figcaption,
.c-content-main figcaption {
  background: none;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.6;
  padding: 0.8em 0;
  text-align: left;
  color: #292929;
}
.bge-contents hr,
.c-content-main hr {
  color: #d2cdcd;
  background: #d2cdcd;
  border-style: none;
  height: 2px;
  margin: 50px auto;
  width: 100%;
}
.bge-contents hr:first-child,
.c-content-main hr:first-child {
  margin-top: 0;
}
.bge-contents .cc-form-tel,
.c-content-main .cc-form-tel {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel,
  .c-content-main .cc-form-tel {
    margin-bottom: 10.6666666667vw;
  }
}
.bge-contents .cc-form-tel-text,
.c-content-main .cc-form-tel-text {
  text-align: center;
}
.bge-contents .cc-form-tel-box,
.c-content-main .cc-form-tel-box {
  border: 1px solid #253494;
  border-radius: 5px;
  width: 460px;
  margin: 0 auto;
  padding: 28px 20px 25px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-box,
  .c-content-main .cc-form-tel-box {
    width: 100%;
    padding: 4vw;
  }
}
.bge-contents .cc-form-tel-box address,
.c-content-main .cc-form-tel-box address {
  text-align: center;
  font-style: normal;
  margin: 0;
}
.bge-contents .cc-form-tel-box address a,
.c-content-main .cc-form-tel-box address a {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  text-decoration: none;
  color: #292929;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-box address a,
  .c-content-main .cc-form-tel-box address a {
    padding-left: 10.6666666667vw;
    font-size: 8vw;
  }
}
.bge-contents .cc-form-tel-box address a::before,
.c-content-main .cc-form-tel-box address a::before {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/icon-tel.png") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-box address a::before,
  .c-content-main .cc-form-tel-box address a::before {
    width: 8.4vw;
    height: 8.4vw;
  }
}
.bge-contents .cc-form-tel-box p,
.c-content-main .cc-form-tel-box p {
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-box p,
  .c-content-main .cc-form-tel-box p {
    font-size: 3.7333333333vw;
  }
}
.bge-contents .cc-form-tel-step,
.c-content-main .cc-form-tel-step {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step,
  .c-content-main .cc-form-tel-step {
    margin-bottom: 10.6666666667vw;
  }
}
.bge-contents .cc-form-tel-step ol,
.c-content-main .cc-form-tel-step ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step ol,
  .c-content-main .cc-form-tel-step ol {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bge-contents .cc-form-tel-step ol li,
.c-content-main .cc-form-tel-step ol li {
  width: 200px;
  height: 100px;
  border-radius: 5px;
  background: #253494;
  color: #fff;
  margin: 0 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step ol li,
  .c-content-main .cc-form-tel-step ol li {
    width: 24vw;
    height: 17.3333333333vw;
    margin: 0;
  }
}
.bge-contents .cc-form-tel-step ol li::before,
.c-content-main .cc-form-tel-step ol li::before {
  content: none;
}
.bge-contents .cc-form-tel-step ol li::after,
.c-content-main .cc-form-tel-step ol li::after {
  content: "";
  display: block;
  width: 25px;
  height: 29px;
  background: url("/img/icon-btn-arrow-yellow-sp.svg") no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step ol li::after,
  .c-content-main .cc-form-tel-step ol li::after {
    width: 3.3333333333vw;
    height: 3.8666666667vw;
    right: -5.0666666667vw;
  }
}
.bge-contents .cc-form-tel-step ol li:last-child::after,
.c-content-main .cc-form-tel-step ol li:last-child::after {
  content: none;
}
.bge-contents .cc-form-tel-step-num,
.c-content-main .cc-form-tel-step-num {
  background: #fff;
  color: #253494;
  border-radius: 15px;
  padding: 0 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step-num,
  .c-content-main .cc-form-tel-step-num {
    font-size: 3.2vw;
    border-radius: 3.7333333333vw;
    padding: 0 1.3333333333vw;
  }
}
.bge-contents .cc-form-tel-step-text,
.c-content-main .cc-form-tel-step-text {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step-text,
  .c-content-main .cc-form-tel-step-text {
    font-size: 4.8vw;
  }
}
.bge-contents .message-box .alert-message,
.c-content-main .message-box .alert-message {
  color: #dd4f4f;
}
.bge-contents .cc-form-tel-facility,
.c-content-main .cc-form-tel-facility {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-facility,
  .c-content-main .cc-form-tel-facility {
    margin-bottom: 10.6666666667vw;
  }
}
.bge-contents .cc-form-tel-facility-sub span,
.c-content-main .cc-form-tel-facility-sub span {
  display: inline-block;
  background: #253494;
  color: #fff;
  border-radius: 20px;
  padding: 1px 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-facility-sub span,
  .c-content-main .cc-form-tel-facility-sub span {
    font-size: 3.4666666667vw;
    padding: 0.2666666667vw 2.6666666667vw;
  }
}
.bge-contents .cc-form-tel-facility-title,
.c-content-main .cc-form-tel-facility-title {
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-facility-title,
  .c-content-main .cc-form-tel-facility-title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents .cc-form-body,
  .c-content-main .cc-form-body {
    margin: 0 20px;
  }
}
.bge-contents .cc-form-description,
.c-content-main .cc-form-description {
  margin-bottom: 1em;
}
.bge-contents .cc-form-field-list,
.c-content-main .cc-form-field-list {
  border: 1px solid #cccfd1;
  border-radius: 5px;
  overflow: hidden;
}
.bge-contents .cc-form-fieldset,
.c-content-main .cc-form-fieldset {
  display: block;
  padding: 20px 0;
}
.bge-contents .cc-form-fieldset > div,
.bge-contents .cc-form-fieldset fieldset,
.c-content-main .cc-form-fieldset > div,
.c-content-main .cc-form-fieldset fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin: 0;
  padding: 0;
}
.bge-contents .cc-form-fieldset legend,
.c-content-main .cc-form-fieldset legend {
  margin: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.bge-contents .cc-form-fieldset-heading,
.c-content-main .cc-form-fieldset-heading {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-fieldset-heading,
  .c-content-main .cc-form-fieldset-heading {
    font-size: 4vw;
  }
}
.bge-contents .cc-form-fieldset-heading label,
.c-content-main .cc-form-fieldset-heading label {
  display: block;
}
.bge-contents .cc-form-fieldset-heading .required,
.bge-contents .cc-form-fieldset-heading .optional,
.c-content-main .cc-form-fieldset-heading .required,
.c-content-main .cc-form-fieldset-heading .optional {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 7px;
  border-radius: 3px;
  margin: 0 0 0 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-fieldset-heading .required,
  .bge-contents .cc-form-fieldset-heading .optional,
  .c-content-main .cc-form-fieldset-heading .required,
  .c-content-main .cc-form-fieldset-heading .optional {
    font-size: 3.7333333333vw;
    padding: 1.6vw;
  }
}
.bge-contents .cc-form-fieldset-heading .required,
.c-content-main .cc-form-fieldset-heading .required {
  background: #dd4f4f;
}
.bge-contents .cc-form-fieldset-heading .optional,
.c-content-main .cc-form-fieldset-heading .optional {
  background: #292929;
}
.bge-contents .cc-form-fieldset-attention,
.c-content-main .cc-form-fieldset-attention {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-fieldset-attention,
  .c-content-main .cc-form-fieldset-attention {
    font-size: 3.2vw;
  }
}
.bge-contents .cc-form-fieldset-attention:empty,
.c-content-main .cc-form-fieldset-attention:empty {
  display: none;
}
.bge-contents .cc-form-fieldset-body .error-message,
.c-content-main .cc-form-fieldset-body .error-message {
  font-size: 1.6rem;
  color: #dd4f4f;
}
.bge-contents .mail-field[data-type=text] .mail-before-attachment, .bge-contents .mail-field[data-type=select] .mail-before-attachment,
.c-content-main .mail-field[data-type=text] .mail-before-attachment,
.c-content-main .mail-field[data-type=select] .mail-before-attachment {
  display: inline-block;
  margin-right: 10px;
}
.bge-contents .mail-field[data-type=text] .mail-before-attachment:empty, .bge-contents .mail-field[data-type=select] .mail-before-attachment:empty,
.c-content-main .mail-field[data-type=text] .mail-before-attachment:empty,
.c-content-main .mail-field[data-type=select] .mail-before-attachment:empty {
  margin: 0;
}
.bge-contents .mail-field[data-type=text] .mail-input, .bge-contents .mail-field[data-type=select] .mail-input,
.c-content-main .mail-field[data-type=text] .mail-input,
.c-content-main .mail-field[data-type=select] .mail-input {
  display: inline-block;
}
.bge-contents .mail-field[data-type=text] .mail-after-attachment, .bge-contents .mail-field[data-type=select] .mail-after-attachment,
.c-content-main .mail-field[data-type=text] .mail-after-attachment,
.c-content-main .mail-field[data-type=select] .mail-after-attachment {
  display: inline-block;
  margin-left: 10px;
}
.bge-contents .mail-field[data-type=text] .mail-after-attachment:empty, .bge-contents .mail-field[data-type=select] .mail-after-attachment:empty,
.c-content-main .mail-field[data-type=text] .mail-after-attachment:empty,
.c-content-main .mail-field[data-type=select] .mail-after-attachment:empty {
  margin: 0;
}
.bge-contents .mail-field + .mail-field,
.c-content-main .mail-field + .mail-field {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field + .mail-field,
  .c-content-main .mail-field + .mail-field {
    margin-top: 2.1333333333vw;
  }
}
.bge-contents .mail-field .mail-after-attachment,
.c-content-main .mail-field .mail-after-attachment {
  display: block;
  margin: 0.3em 0;
}
.bge-contents .mail-field .mail-before-attachment,
.c-content-main .mail-field .mail-before-attachment {
  display: block;
  margin: 0.3em 0;
}
.bge-contents .mail-field .mail-description,
.c-content-main .mail-field .mail-description {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-description,
  .c-content-main .mail-field .mail-description {
    font-size: 3.2vw;
  }
}
.bge-contents .mail-field .mail-input,
.c-content-main .mail-field .mail-input {
  grid-area: input;
  display: block;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.bge-contents .mail-field .mail-input textarea,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.c-content-main .mail-field .mail-input textarea {
  font-size: 1.6rem;
  font-family: inherit;
  max-width: 100%;
  background: #fff;
  border: 1px solid #cccfd1;
  border-radius: 5px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
  .bge-contents .mail-field .mail-input textarea,
  .c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
  .c-content-main .mail-field .mail-input textarea {
    width: 100%;
    padding: 3.2vw;
  }
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):focus,
.bge-contents .mail-field .mail-input textarea:focus,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):focus,
.c-content-main .mail-field .mail-input textarea:focus {
  border-color: #0570c7;
  -webkit-box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
          box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
  outline: none;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]).calendar,
.bge-contents .mail-field .mail-input textarea.calendar,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]).calendar,
.c-content-main .mail-field .mail-input textarea.calendar {
  width: 250px;
  background: url("/img/icon-calendar.svg") no-repeat right 12px center/25px;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]).calendar::-ms-clear,
.bge-contents .mail-field .mail-input textarea.calendar::-ms-clear,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]).calendar::-ms-clear,
.c-content-main .mail-field .mail-input textarea.calendar::-ms-clear {
  visibility: hidden;
}
.bge-contents .mail-field .mail-input.full-size,
.c-content-main .mail-field .mail-input.full-size {
  width: 100%;
}
.bge-contents .mail-field .mail-input.full-size input,
.c-content-main .mail-field .mail-input.full-size input {
  width: 100%;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):not([type=date]):not([size]),
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):not([type=date]):not([size]) {
  width: 100%;
}
.bge-contents .mail-field .mail-input textarea,
.c-content-main .mail-field .mail-input textarea {
  resize: vertical;
}
.bge-contents .mail-field .mail-input textarea:not([cols]),
.c-content-main .mail-field .mail-input textarea:not([cols]) {
  width: 100%;
}
.bge-contents .mail-field .mail-input select,
.c-content-main .mail-field .mail-input select {
  padding: 14px 60px 14px 15px;
  font-size: 1.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f5f5f5 url("/img/icon-select.png") no-repeat right 17px center/23px;
  border: 1px solid #cccfd1;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-input select,
  .c-content-main .mail-field .mail-input select {
    font-size: 1.6rem;
    width: 100%;
    padding: 3.2vw 60px 3.2vw 3.2vw;
  }
}
.bge-contents .mail-field .mail-input select:focus,
.c-content-main .mail-field .mail-input select:focus {
  border-color: #0570c7;
  -webkit-box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
          box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
  outline: none;
}
.bge-contents .mail-field .mail-input select::-ms-expand,
.c-content-main .mail-field .mail-input select::-ms-expand {
  display: none;
}
.bge-contents .mail-field .mail-checkbox,
.bge-contents .mail-field .mail-radio,
.c-content-main .mail-field .mail-checkbox,
.c-content-main .mail-field .mail-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-checkbox,
  .bge-contents .mail-field .mail-radio,
  .c-content-main .mail-field .mail-checkbox,
  .c-content-main .mail-field .mail-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bge-contents .mail-field .mail-checkbox .mail-input,
.bge-contents .mail-field .mail-radio .mail-input,
.c-content-main .mail-field .mail-checkbox .mail-input,
.c-content-main .mail-field .mail-radio .mail-input {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.bge-contents .mail-field .mail-checkbox .mail-input input,
.bge-contents .mail-field .mail-radio .mail-input input,
.c-content-main .mail-field .mail-checkbox .mail-input input,
.c-content-main .mail-field .mail-radio .mail-input input {
  display: none;
}
.bge-contents .mail-field .mail-checkbox .mail-input label,
.bge-contents .mail-field .mail-radio .mail-input label,
.c-content-main .mail-field .mail-checkbox .mail-input label,
.c-content-main .mail-field .mail-radio .mail-input label {
  font-size: 1.6rem;
}
.bge-contents .mail-field .mail-checkbox.only-checkbox,
.c-content-main .mail-field .mail-checkbox.only-checkbox {
  margin-right: 0;
}
.bge-contents .mail-field .mail-checkbox.only-checkbox label,
.c-content-main .mail-field .mail-checkbox.only-checkbox label {
  margin: 0 !important;
}
.bge-contents .mail-field .mail-checkbox .mail-input input + label,
.c-content-main .mail-field .mail-checkbox .mail-input input + label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 27px;
  cursor: pointer;
}
.bge-contents .mail-field .mail-checkbox .mail-input input + label::before, .bge-contents .mail-field .mail-checkbox .mail-input input + label::after,
.c-content-main .mail-field .mail-checkbox .mail-input input + label::before,
.c-content-main .mail-field .mail-checkbox .mail-input input + label::after {
  content: "";
  display: block;
  position: absolute;
}
.bge-contents .mail-field .mail-checkbox .mail-input input + label::before,
.c-content-main .mail-field .mail-checkbox .mail-input input + label::before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #292929;
  background: #fff;
}
.bge-contents .mail-field .mail-checkbox .mail-input input + label::after,
.c-content-main .mail-field .mail-checkbox .mail-input input + label::after {
  top: 2px;
  left: 5px;
  width: 7px;
  height: 10px;
  border-bottom: 2px solid #253494;
  border-right: 2px solid #253494;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.bge-contents .mail-field .mail-checkbox .mail-input input:checked + label::after,
.c-content-main .mail-field .mail-checkbox .mail-input input:checked + label::after {
  opacity: 1;
}
.bge-contents .mail-field .mail-radio .mail-input input + label,
.c-content-main .mail-field .mail-radio .mail-input input + label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-radio .mail-input input + label,
  .c-content-main .mail-field .mail-radio .mail-input input + label {
    padding-left: 28px;
  }
}
.bge-contents .mail-field .mail-radio .mail-input input + label::before, .bge-contents .mail-field .mail-radio .mail-input input + label::after,
.c-content-main .mail-field .mail-radio .mail-input input + label::before,
.c-content-main .mail-field .mail-radio .mail-input input + label::after {
  content: "";
  display: block;
  position: absolute;
}
.bge-contents .mail-field .mail-radio .mail-input input + label::before,
.c-content-main .mail-field .mail-radio .mail-input input + label::before {
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #cccfd1;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-radio .mail-input input + label::before,
  .c-content-main .mail-field .mail-radio .mail-input input + label::before {
    top: 1px;
    width: 18px;
    height: 18px;
  }
}
.bge-contents .mail-field .mail-radio .mail-input input + label::after,
.c-content-main .mail-field .mail-radio .mail-input input + label::after {
  top: 5px;
  left: 7px;
  width: 10px;
  height: 10px;
  background: #253494;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-radio .mail-input input + label::after,
  .c-content-main .mail-field .mail-radio .mail-input input + label::after {
    left: 4px;
  }
}
.bge-contents .mail-field .mail-radio .mail-input input:checked + label::after,
.c-content-main .mail-field .mail-radio .mail-input input:checked + label::after {
  opacity: 1;
}
.bge-contents .cc-form-agreement,
.c-content-main .cc-form-agreement {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-agreement,
  .c-content-main .cc-form-agreement {
    margin-bottom: 10.6666666667vw;
  }
}
.bge-contents .cc-form-agreement > p,
.c-content-main .cc-form-agreement > p {
  text-align: center;
}
.bge-contents .cc-form-agreement-body,
.c-content-main .cc-form-agreement-body {
  border: 1px solid #cccfd1;
  border-radius: 5px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-agreement-body,
  .c-content-main .cc-form-agreement-body {
    padding: 4vw;
  }
}
.bge-contents .cc-form-agreement-privacy,
.c-content-main .cc-form-agreement-privacy {
  height: 195px;
  overflow: auto;
  margin-bottom: 1em;
  padding-right: 0.5em;
}
.bge-contents .cc-form-agreement-privacy::-webkit-scrollbar,
.c-content-main .cc-form-agreement-privacy::-webkit-scrollbar {
  width: 4px;
}
.bge-contents .cc-form-agreement-privacy::-webkit-scrollbar-track,
.c-content-main .cc-form-agreement-privacy::-webkit-scrollbar-track {
  background: #e4e4e4;
  border-radius: 4px;
}
.bge-contents .cc-form-agreement-privacy::-webkit-scrollbar-thumb,
.c-content-main .cc-form-agreement-privacy::-webkit-scrollbar-thumb {
  background: #858585;
  border-radius: 4px;
}
.bge-contents .cc-form-agreement-check,
.c-content-main .cc-form-agreement-check {
  text-align: center;
}
.bge-contents .cc-form-submit,
.c-content-main .cc-form-submit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-submit,
  .c-content-main .cc-form-submit {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
.bge-contents .cc-form-submit .form-submit,
.c-content-main .cc-form-submit .form-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 290px;
  text-align: center;
  margin: 0 15px;
  display: block;
  text-decoration: none;
  padding: 18px 45px 18px 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  background: url("/img/recruit/icon-btn-arrow-yellow-02.png") no-repeat right 22px center/9px 11px, #253494;
  line-height: 1.6;
  border: none;
  cursor: pointer;
  -webkit-transition: background-position 300ms;
  transition: background-position 300ms;
}
@media screen and (min-width: 768px),print {
  .bge-contents .cc-form-submit .form-submit,
  .c-content-main .cc-form-submit .form-submit {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .bge-contents .cc-form-submit .form-submit:hover,
  .c-content-main .cc-form-submit .form-submit:hover {
    background-position: right 16px center;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-submit .form-submit,
  .c-content-main .cc-form-submit .form-submit {
    width: 100%;
    padding: 3.4666666667vw 9.3333333333vw 3.4666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
    margin: 4vw 0;
    background: #253494 url("/img/recruit/icon-btn-arrow-yellow-02.png") no-repeat right 2.6666666667vw center/2.4vw 2.9333333333vw;
  }
}
.bge-contents .cc-form-submit .form-submit:disabled,
.c-content-main .cc-form-submit .form-submit:disabled {
  opacity: 0.6;
}
.bge-contents .cc-form-submit .form-submit::after,
.c-content-main .cc-form-submit .form-submit::after {
  content: none;
}
.bge-contents .cc-form-submit .form-submit.btn-return,
.c-content-main .cc-form-submit .form-submit.btn-return {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 290px;
  text-align: center;
  margin: 0 15px;
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  line-height: 1.6;
  border: none;
  color: #fff;
  padding: 15px 30px 15px 45px;
  cursor: pointer;
  background: #bebbbb url("/img/recruit/icon-btn-arrow-yellow-02-return.png") no-repeat left 22px center/9px 11px;
}
@media screen and (min-width: 768px),print {
  .bge-contents .cc-form-submit .form-submit.btn-return,
  .c-content-main .cc-form-submit .form-submit.btn-return {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .bge-contents .cc-form-submit .form-submit.btn-return:hover,
  .c-content-main .cc-form-submit .form-submit.btn-return:hover {
    background-position: left 16px center;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-submit .form-submit.btn-return,
  .c-content-main .cc-form-submit .form-submit.btn-return {
    width: 100%;
    padding: 3.4666666667vw 5.3333333333vw 3.4666666667vw 9.3333333333vw;
    font-size: 4.5333333333vw;
    margin: 4vw 0;
    background: #bebbbb url("/img/recruit/icon-btn-arrow-yellow-02-return.png") no-repeat left 2.6666666667vw center/2.4vw 2.9333333333vw;
  }
}
.bge-contents .cc-form-submit .form-submit.btn-return:disabled,
.c-content-main .cc-form-submit .form-submit.btn-return:disabled {
  opacity: 0.6;
}
.bge-contents .cc-form-thanks,
.c-content-main .cc-form-thanks {
  margin-bottom: 4em;
}
.bge-contents .cc-form-thanks-text,
.c-content-main .cc-form-thanks-text {
  margin-bottom: 3em;
}
.bge-contents .article-header,
.c-content-main .article-header {
  position: relative;
  margin: 0 -20px 50px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-header,
  .c-content-main .article-header {
    margin: 0 0 13.3333333333vw;
    padding-left: 4vw;
  }
}
.bge-contents .article-header::before,
.c-content-main .article-header::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 4px;
  border-radius: 2px;
  background: #253494;
  position: absolute;
}
.bge-contents .article-header::after,
.c-content-main .article-header::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -20px;
  display: block;
  height: 2px;
  background: #d9d9d9;
  position: absolute;
}
.bge-contents .article-header-meta,
.c-content-main .article-header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-header-meta,
  .c-content-main .article-header-meta {
    margin-bottom: 2.6666666667vw;
  }
}
.bge-contents .article-header-meta p,
.c-content-main .article-header-meta p {
  margin-top: 0;
  margin-bottom: 0;
}
.bge-contents .article-header-meta-date,
.c-content-main .article-header-meta-date {
  color: #253494;
  margin-right: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-header-meta-date,
  .c-content-main .article-header-meta-date {
    margin-right: 4vw;
  }
}
.bge-contents .article-header-meta-category,
.c-content-main .article-header-meta-category {
  margin: 0;
  padding: 3px 15px;
  min-width: 86px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  line-height: 1.4;
  margin-right: 30px;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-header-meta-category,
  .c-content-main .article-header-meta-category {
    font-size: 3.2vw;
    min-width: 21.3333333333vw;
    margin-left: 0;
    margin-top: 1.3333333333vw;
    padding: 1.0666666667vw 1.8666666667vw;
  }
}
.bge-contents .article-header-meta-category[data-category=service],
.c-content-main .article-header-meta-category[data-category=service] {
  background: #1d50a2;
}
.bge-contents .article-header-meta-category[data-category=event],
.c-content-main .article-header-meta-category[data-category=event] {
  background: #1e75a2;
}
.bge-contents .article-header h1,
.c-content-main .article-header h1 {
  line-height: 1.4;
  font-size: 3.4rem;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-header h1,
  .c-content-main .article-header h1 {
    font-size: 6.6666666667vw;
  }
}
.bge-contents .index-block,
.c-content-main .index-block {
  background: #e9f5fc;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block,
  .c-content-main .index-block {
    padding: 5.3333333333vw;
  }
}
.bge-contents .index-block h3,
.c-content-main .index-block h3 {
  font-size: 3rem;
  line-height: 1.6;
  margin: 0 0 30px;
  padding: 10px 20px;
  border-left: none;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block h3,
  .c-content-main .index-block h3 {
    font-size: 6.6666666667vw;
    margin: 0 0 5.3333333333vw;
    padding: 2.6666666667vw 4vw;
  }
}
.bge-contents .index-block h3::before,
.c-content-main .index-block h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #253494;
}
.bge-contents .index-block-columns,
.c-content-main .index-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block-columns,
  .c-content-main .index-block-columns {
    display: block;
  }
}
.bge-contents .index-block-item,
.c-content-main .index-block-item {
  width: 420px;
  min-height: 128px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block-item,
  .c-content-main .index-block-item {
    width: 100%;
    min-height: 18.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.bge-contents .index-block-item a,
.c-content-main .index-block-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  color: #292929;
  text-decoration: none;
  border: 2px solid #253494;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  overflow: hidden;
}
.bge-contents .index-block-item a::after,
.c-content-main .index-block-item a::after {
  border: solid #253494;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 17px;
  top: calc(50% - 9px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block-item a::after,
  .c-content-main .index-block-item a::after {
    border-width: 0 2px 2px 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4vw;
    top: calc(50% - 1.33333vw);
  }
}
.bge-contents .index-block-item a figure,
.c-content-main .index-block-item a figure {
  margin: 0;
}
.bge-contents .index-block-item a figure img,
.c-content-main .index-block-item a figure img {
  width: 119px;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block-item a figure img,
  .c-content-main .index-block-item a figure img {
    width: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents .index-block-item a:hover,
  .c-content-main .index-block-item a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(37, 52, 148, 0.4);
            box-shadow: 0 0 10px 0 rgba(37, 52, 148, 0.4);
  }
  .bge-contents .index-block-item a:hover::after,
  .c-content-main .index-block-item a:hover::after {
    right: 12px;
  }
}
.bge-contents .index-block-item-text,
.c-content-main .index-block-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 50px 10px 30px;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block-item-text,
  .c-content-main .index-block-item-text {
    padding: 1.3333333333vw 6.6666666667vw 1.3333333333vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.bge-contents .image-link-list,
.c-content-main .image-link-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bge-contents .image-link-list,
  .c-content-main .image-link-list {
    margin-bottom: 8vw;
  }
}
.bge-contents .image-link-list ul,
.c-content-main .image-link-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 3em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .image-link-list ul,
  .c-content-main .image-link-list ul {
    display: block;
  }
}
.bge-contents .image-link-list ul li,
.c-content-main .image-link-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 460px;
  margin: 0 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .bge-contents .image-link-list ul li,
  .c-content-main .image-link-list ul li {
    width: 100%;
    margin: 0 0 4vw;
  }
}
.bge-contents .image-link-list ul li::before,
.c-content-main .image-link-list ul li::before {
  content: none;
}
.bge-contents .image-link-list ul li a,
.c-content-main .image-link-list ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #292929;
  text-decoration: none;
  border: 2px solid #253494;
  border-radius: 15px;
  background: #e8f6ff;
  overflow: hidden;
}
@media screen and (min-width: 768px),print {
  .bge-contents .image-link-list ul li a,
  .c-content-main .image-link-list ul li a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .bge-contents .image-link-list ul li a:hover,
  .c-content-main .image-link-list ul li a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .bge-contents .image-link-list ul li a:hover::after,
  .c-content-main .image-link-list ul li a:hover::after {
    right: 12px;
  }
}
.bge-contents .image-link-list ul li a::after,
.c-content-main .image-link-list ul li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 19px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  background: url("/img/recruit/icon-btn-arrow-yellow.png") no-repeat center/100% 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .bge-contents .image-link-list ul li a::after,
  .c-content-main .image-link-list ul li a::after {
    width: 3.2vw;
    height: 3.7333333333vw;
    right: 2.6666666667vw;
    top: calc(50% - 1.6vw);
  }
}
.bge-contents .image-link-list-box,
.c-content-main .image-link-list-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bge-contents .image-link-list-box figure,
.c-content-main .image-link-list-box figure {
  width: 172px;
}
@media screen and (max-width: 767px) {
  .bge-contents .image-link-list-box figure,
  .c-content-main .image-link-list-box figure {
    width: 26.6666666667vw;
  }
}
.bge-contents .image-link-list-box figure img,
.c-content-main .image-link-list-box figure img {
  margin-left: 0 !important;
}
.bge-contents .image-link-list-text,
.c-content-main .image-link-list-text {
  width: calc(100% - 172px);
  font-size: 2.5rem;
  font-weight: bold;
  padding: 25px;
  padding-right: 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .image-link-list-text,
  .c-content-main .image-link-list-text {
    width: 73.3333333333vw;
    font-size: 4.8vw;
    padding: 2.6666666667vw 4vw 3.2vw;
    padding-right: 8vw;
  }
}
.bge-contents .list-contents,
.c-content-main .list-contents {
  max-width: 600px;
  background: #e9f5fc;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .bge-contents .list-contents li,
  .c-content-main .list-contents li {
    margin: 10px 0;
  }
}
.bge-contents .list-contents h2,
.c-content-main .list-contents h2 {
  border: none;
  font-size: 2.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .list-contents h2,
  .c-content-main .list-contents h2 {
    padding: 0;
  }
}
.bge-contents .link-index-person li,
.c-content-main .link-index-person li {
  position: relative;
}
.bge-contents .link-index-person li p,
.c-content-main .link-index-person li p {
  color: #253494;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 10px 25px;
}
.bge-contents .link-index-person li span,
.c-content-main .link-index-person li span {
  display: block;
}
@media screen and (max-width: 767px) {
  .bge-contents .link-index-person li > a,
  .c-content-main .link-index-person li > a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .link-index-person li > a::after,
  .c-content-main .link-index-person li > a::after {
    top: 254px !important;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .link-index-person li > a .image-link-list-box,
  .c-content-main .link-index-person li > a .image-link-list-box {
    display: block;
  }
  .bge-contents .link-index-person li > a .image-link-list-box figure,
  .c-content-main .link-index-person li > a .image-link-list-box figure {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
  }
  .bge-contents .link-index-person li > a .image-link-list-box img,
  .c-content-main .link-index-person li > a .image-link-list-box img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
  }
  .bge-contents .link-index-person li > a .image-link-list-box .image-link-list-text,
  .c-content-main .link-index-person li > a .image-link-list-box .image-link-list-text {
    width: 100%;
  }
}
.bge-contents .link-index-person-data,
.c-content-main .link-index-person-data {
  font-size: 1.6rem;
  font-weight: normal;
  color: #292929;
  margin-top: 6px;
}
.bge-contents .link-index-person-position,
.c-content-main .link-index-person-position {
  font-size: 2rem;
  font-weight: normal;
  color: #292929;
}
.bge-contents .link-index-person-start,
.c-content-main .link-index-person-start {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 1.5rem;
  color: #fff;
  background: #253494;
  padding: 0 10px;
  border-radius: 50vw;
  display: block;
  height: 26px;
}
.bge-contents .link-index-person-start[data-label=new],
.c-content-main .link-index-person-start[data-label=new] {
  background: #23a7e6;
}
@media screen and (max-width: 767px) {
  .bge-contents .link-index-person-start,
  .c-content-main .link-index-person-start {
    left: 20px;
    top: 200px;
    bottom: 0 !important;
  }
}
.bge-contents .recruit-info-list,
.c-content-main .recruit-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-info-list,
  .c-content-main .recruit-info-list {
    display: block;
  }
}
.bge-contents .recruit-info-list li,
.c-content-main .recruit-info-list li {
  list-style: none;
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-info-list li,
  .c-content-main .recruit-info-list li {
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.bge-contents .recruit-info-list li::before,
.c-content-main .recruit-info-list li::before {
  content: none;
}
.bge-contents .recruit-info-list li:nth-child(3n),
.c-content-main .recruit-info-list li:nth-child(3n) {
  margin-right: 0;
}
.bge-contents .recruit-info-list li a,
.c-content-main .recruit-info-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 303px;
  height: 100%;
  min-height: 154px;
  text-decoration: none;
  color: initial;
  border: 2px solid #a8d0ff;
  border-radius: 15px;
  background: url("/img/recruit/bg-recruit-info.png") repeat center;
  position: relative;
  padding: 10px 35px 10px 13px;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-info-list li a,
  .c-content-main .recruit-info-list li a {
    width: 100%;
    min-height: 0;
    padding: 2.9333333333vw 9.3333333333vw 2.9333333333vw 4.5333333333vw;
    border-radius: 2vw;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents .recruit-info-list li a:hover,
  .c-content-main .recruit-info-list li a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.9);
  }
  .bge-contents .recruit-info-list li a:hover::after,
  .c-content-main .recruit-info-list li a:hover::after {
    right: 12px;
  }
}
.bge-contents .recruit-info-list li a::after,
.c-content-main .recruit-info-list li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 19px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  background: url("/img/recruit/icon-btn-arrow-yellow.png") no-repeat center/100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-info-list li a::after,
  .c-content-main .recruit-info-list li a::after {
    width: 3.2vw;
    height: 3.7333333333vw;
    right: 2.6666666667vw;
    top: calc(50% - 1.6vw);
  }
}
.bge-contents .recruit-info-list li a figure,
.c-content-main .recruit-info-list li a figure {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-info-list li a figure,
  .c-content-main .recruit-info-list li a figure {
    margin: 0 3.7333333333vw 0 0;
  }
}
.bge-contents .recruit-info-list li a figure img,
.c-content-main .recruit-info-list li a figure img {
  display: block;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-info-list li a figure img,
  .c-content-main .recruit-info-list li a figure img {
    width: 13.8666666667vw;
  }
}
.bge-contents .recruit-info-list li[data-item=alljob] a,
.c-content-main .recruit-info-list li[data-item=alljob] a {
  color: #fff;
  border: 2px solid #253494;
  background: #253494;
}
.bge-contents .recruit-info-list li[data-item=alljob] a::after,
.c-content-main .recruit-info-list li[data-item=alljob] a::after {
  background: url("/img/recruit/icon-btn-arrow-yellow2.png") no-repeat center/100%;
}
.bge-contents .recruit-info-list li[data-item=alljob] a [class=recruit-info-list-text] p,
.c-content-main .recruit-info-list li[data-item=alljob] a [class=recruit-info-list-text] p {
  color: #fff;
}
.bge-contents .recruit-info-list li[data-item=alljob] a [class=recruit-info-list-text] small,
.c-content-main .recruit-info-list li[data-item=alljob] a [class=recruit-info-list-text] small {
  color: #fff;
}
.bge-contents .recruit-info-list-text,
.c-content-main .recruit-info-list-text {
  line-height: 1.3;
}
.bge-contents .recruit-info-list-text p,
.c-content-main .recruit-info-list-text p {
  font-size: 2rem;
  font-weight: 500;
  color: #253494;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-info-list-text p,
  .c-content-main .recruit-info-list-text p {
    font-size: 5.0666666667vw;
  }
}
.bge-contents .recruit-info-list-text small,
.c-content-main .recruit-info-list-text small {
  font-size: 1.2rem;
  color: #858585;
  display: block;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-info-list-text small,
  .c-content-main .recruit-info-list-text small {
    font-size: 2.6666666667vw;
  }
}
.bge-contents .contact-parts,
.c-content-main .contact-parts {
  text-align: center;
  margin-bottom: 3em;
}
.bge-contents .contact-parts:last-child,
.c-content-main .contact-parts:last-child {
  margin-bottom: 0;
}
.bge-contents .contact-parts .contact-block,
.c-content-main .contact-parts .contact-block {
  display: inline-block;
  border: 1px solid #253494;
  border-radius: 5px;
  padding: 20px 45px 25px;
}
@media screen and (max-width: 767px) {
  .bge-contents .contact-parts .contact-block,
  .c-content-main .contact-parts .contact-block {
    display: block;
    padding: 4vw 4vw 4vw;
  }
}
.bge-contents .contact-parts .contact-block .contact-title,
.c-content-main .contact-parts .contact-block .contact-title {
  margin: -42px 0 20px;
}
@media screen and (max-width: 767px) {
  .bge-contents .contact-parts .contact-block .contact-title,
  .c-content-main .contact-parts .contact-block .contact-title {
    margin: -10.6666666667vw 0 4vw;
    line-height: 1.4;
  }
}
.bge-contents .contact-parts .contact-block .contact-title span,
.c-content-main .contact-parts .contact-block .contact-title span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  color: #253494;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .contact-parts .contact-block .contact-title span,
  .c-content-main .contact-parts .contact-block .contact-title span {
    padding: 0 4vw;
    font-size: 4.8vw;
  }
}
.bge-contents .contact-parts .contact-block .contact-box + .contact-box,
.c-content-main .contact-parts .contact-block .contact-box + .contact-box {
  margin-top: 15px;
}
.bge-contents .contact-parts .contact-block .contact-box address,
.c-content-main .contact-parts .contact-block .contact-box address {
  text-align: center;
  font-style: normal;
  margin: 0;
}
.bge-contents .contact-parts .contact-block .contact-box address a,
.bge-contents .contact-parts .contact-block .contact-box address .contact-fax,
.c-content-main .contact-parts .contact-block .contact-box address a,
.c-content-main .contact-parts .contact-block .contact-box address .contact-fax {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  text-decoration: none;
  color: #292929;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .bge-contents .contact-parts .contact-block .contact-box address a,
  .bge-contents .contact-parts .contact-block .contact-box address .contact-fax,
  .c-content-main .contact-parts .contact-block .contact-box address a,
  .c-content-main .contact-parts .contact-block .contact-box address .contact-fax {
    padding-left: 10.6666666667vw;
    font-size: 8vw;
  }
}
.bge-contents .contact-parts .contact-block .contact-box address a::before,
.bge-contents .contact-parts .contact-block .contact-box address .contact-fax::before,
.c-content-main .contact-parts .contact-block .contact-box address a::before,
.c-content-main .contact-parts .contact-block .contact-box address .contact-fax::before {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/icon-tel.png") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .bge-contents .contact-parts .contact-block .contact-box address a::before,
  .bge-contents .contact-parts .contact-block .contact-box address .contact-fax::before,
  .c-content-main .contact-parts .contact-block .contact-box address a::before,
  .c-content-main .contact-parts .contact-block .contact-box address .contact-fax::before {
    width: 8.4vw;
    height: 8.4vw;
  }
}
.bge-contents .contact-parts .contact-block .contact-box address .contact-fax::before,
.c-content-main .contact-parts .contact-block .contact-box address .contact-fax::before {
  background: url("/img/icon-fax.png") no-repeat center/100%;
}
.bge-contents .contact-parts .contact-block .contact-note,
.c-content-main .contact-parts .contact-block .contact-note {
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .contact-parts .contact-block .contact-note,
  .c-content-main .contact-parts .contact-block .contact-note {
    font-size: 3.7333333333vw;
  }
}
.bge-contents .text-read,
.c-content-main .text-read {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .text-read,
  .c-content-main .text-read {
    font-size: 4.2666666667vw;
  }
}
.bge-contents .in-numbers,
.c-content-main .in-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers,
  .c-content-main .in-numbers {
    display: block;
    margin: 0;
  }
}
.bge-contents .in-numbers-item,
.c-content-main .in-numbers-item {
  border: 2px solid #253494;
  border-radius: 5px;
  width: 480px;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-item,
  .c-content-main .in-numbers-item {
    width: 100%;
    margin: 0 0 8vw;
  }
}
.bge-contents .in-numbers-item dt,
.c-content-main .in-numbers-item dt {
  background: #253494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.6rem;
  margin: 0;
  padding: 10px 10px 14px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-item dt,
  .c-content-main .in-numbers-item dt {
    font-size: 4.8vw;
    padding: 2.6666666667vw;
  }
}
.bge-contents .in-numbers-item dt small,
.c-content-main .in-numbers-item dt small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-item dt small,
  .c-content-main .in-numbers-item dt small {
    font-size: 3.2vw;
  }
}
.bge-contents .in-numbers-item dd,
.c-content-main .in-numbers-item dd {
  margin: 0;
  padding: 25px 25px 32px;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-item dd,
  .c-content-main .in-numbers-item dd {
    padding: 5.3333333333vw 2.6666666667vw 6.6666666667vw;
  }
}
.bge-contents .in-numbers-item dd figure,
.c-content-main .in-numbers-item dd figure {
  width: 100%;
  height: 198px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-item dd figure,
  .c-content-main .in-numbers-item dd figure {
    height: auto;
    margin: 0 0 5.3333333333vw;
  }
}
.bge-contents .in-numbers-item dd figure img,
.c-content-main .in-numbers-item dd figure img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.bge-contents .in-numbers-textarea,
.c-content-main .in-numbers-textarea {
  text-align: center;
}
.bge-contents .in-numbers-textarea [data-item=read],
.c-content-main .in-numbers-textarea [data-item=read] {
  font-size: 2.2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-textarea [data-item=read],
  .c-content-main .in-numbers-textarea [data-item=read] {
    font-size: 4.5333333333vw;
  }
}
.bge-contents .in-numbers-textarea [data-item=read] strong,
.c-content-main .in-numbers-textarea [data-item=read] strong {
  font-weight: bold;
  display: inline-block;
}
.bge-contents .in-numbers-textarea [data-item=read] strong::after,
.c-content-main .in-numbers-textarea [data-item=read] strong::after {
  content: "";
  display: block;
  height: 9px;
  background: #fff100;
  margin: -15px -2px 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-textarea [data-item=read] strong::after,
  .c-content-main .in-numbers-textarea [data-item=read] strong::after {
    height: 1.6vw;
    margin: -3.2vw 0 0;
  }
}
.bge-contents .in-numbers-textarea [data-item=note],
.c-content-main .in-numbers-textarea [data-item=note] {
  margin: 1em 0 0;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-textarea [data-item=note],
  .c-content-main .in-numbers-textarea [data-item=note] {
    font-size: 3.2vw;
  }
}
.bge-contents .in-numbers-catchcopy,
.c-content-main .in-numbers-catchcopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 3em;
}
.bge-contents .in-numbers-catchcopy p,
.c-content-main .in-numbers-catchcopy p {
  font-size: 3rem;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-catchcopy p,
  .c-content-main .in-numbers-catchcopy p {
    font-size: 5.3333333333vw;
  }
}
.bge-contents .in-numbers-catchcopy::before, .bge-contents .in-numbers-catchcopy::after,
.c-content-main .in-numbers-catchcopy::before,
.c-content-main .in-numbers-catchcopy::after {
  content: "";
  display: block;
  margin: 0 25px;
  width: 47px;
  height: 73px;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-catchcopy::before, .bge-contents .in-numbers-catchcopy::after,
  .c-content-main .in-numbers-catchcopy::before,
  .c-content-main .in-numbers-catchcopy::after {
    width: 47px;
    height: 73px;
  }
}
.bge-contents .in-numbers-catchcopy::before,
.c-content-main .in-numbers-catchcopy::before {
  background: url("/img/recruit/overview/pict-in-numbers-deco-01.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-catchcopy::before,
  .c-content-main .in-numbers-catchcopy::before {
    margin: 0 2.6666666667vw 0 0;
  }
}
.bge-contents .in-numbers-catchcopy::after,
.c-content-main .in-numbers-catchcopy::after {
  background: url("/img/recruit/overview/pict-in-numbers-deco-02.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .in-numbers-catchcopy::after,
  .c-content-main .in-numbers-catchcopy::after {
    margin: 0 0 0 2.6666666667vw;
  }
}
.bge-contents .icon-label ul,
.c-content-main .icon-label ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bge-contents .icon-label ul li,
.c-content-main .icon-label ul li {
  padding: 5px 20px 9px 50px;
  border-radius: 20px;
  font-size: 1.7rem;
  line-height: 1.5;
  background: #253494;
  color: #fff;
  margin: 10px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .bge-contents .icon-label ul li,
  .c-content-main .icon-label ul li {
    padding: 1.0666666667vw 4vw 1.3333333333vw 10.6666666667vw;
    margin: 2.1333333333vw;
    font-size: 4vw;
    border-radius: 4vw;
  }
}
.bge-contents .icon-label ul li::before,
.c-content-main .icon-label ul li::before {
  content: none;
}
.bge-contents .icon-label ul li i,
.c-content-main .icon-label ul li i {
  display: block;
  position: absolute;
  top: -5px;
  left: -10px;
  width: 49px;
  height: 49px;
}
@media screen and (max-width: 767px) {
  .bge-contents .icon-label ul li i,
  .c-content-main .icon-label ul li i {
    top: -1.0666666667vw;
    left: -2.1333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.bge-contents .icon-label ul li i img,
.c-content-main .icon-label ul li i img {
  display: block;
  width: 100%;
}
.bge-contents .junior-message,
.c-content-main .junior-message {
  position: relative;
}
.bge-contents .junior-message::before,
.c-content-main .junior-message::before {
  content: "";
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("/img/recruit/icon-junior-message.png") no-repeat center/100% 100%;
}
.bge-contents .junior-message h3,
.c-content-main .junior-message h3 {
  border-bottom: none;
  padding: 0;
  text-align: center;
  color: #253494;
}
@media screen and (min-width: 768px),print {
  .bge-contents .junior-message h3,
  .c-content-main .junior-message h3 {
    margin-bottom: -0.7em;
  }
}
.bge-contents .junior-message h3::before, .bge-contents .junior-message h3::after,
.c-content-main .junior-message h3::before,
.c-content-main .junior-message h3::after {
  content: none;
}
.bge-contents .faq-parts-box,
.c-content-main .faq-parts-box {
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-box,
  .c-content-main .faq-parts-box {
    margin-bottom: 5.3333333333vw;
  }
}
.bge-contents .faq-parts-title,
.c-content-main .faq-parts-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-title,
  .c-content-main .faq-parts-title {
    font-size: 4.2666666667vw;
  }
}
.bge-contents .faq-parts-title .faq-parts-icon,
.c-content-main .faq-parts-title .faq-parts-icon {
  background: #253494;
  font-size: 2.4rem;
  color: #fff;
  padding: 2px 12px 6px;
  border-radius: 4px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-title .faq-parts-icon,
  .c-content-main .faq-parts-title .faq-parts-icon {
    font-size: 5.3333333333vw;
  }
}
.bge-contents .faq-parts-title p,
.c-content-main .faq-parts-title p {
  margin: 0;
}
.bge-contents .faq-parts-answer,
.c-content-main .faq-parts-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px;
}
.bge-contents .faq-parts-answer .faq-parts-icon,
.c-content-main .faq-parts-answer .faq-parts-icon {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  color: #253494;
  margin-right: 20px;
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-answer .faq-parts-icon,
  .c-content-main .faq-parts-answer .faq-parts-icon {
    font-size: 6.6666666667vw;
    line-height: 1.2;
  }
}
.bge-contents .faq-parts-answer h6,
.c-content-main .faq-parts-answer h6 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-answer h6,
  .c-content-main .faq-parts-answer h6 {
    font-size: 4.5333333333vw;
  }
}
.bge-contents .faq-parts-answer p,
.c-content-main .faq-parts-answer p {
  margin: 0;
}
.bge-contents .faq-parts-answer-title,
.c-content-main .faq-parts-answer-title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-answer-title,
  .c-content-main .faq-parts-answer-title {
    font-size: 4.2666666667vw;
  }
}
.bge-contents .faq-parts-answer ul,
.c-content-main .faq-parts-answer ul {
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-answer ul,
  .c-content-main .faq-parts-answer ul {
    padding-left: 0;
  }
}
.bge-contents .faq-parts-answer ul.faq-list-column,
.c-content-main .faq-parts-answer ul.faq-list-column {
  float: left;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-answer ul.faq-list-column,
  .c-content-main .faq-parts-answer ul.faq-list-column {
    float: none;
    width: 100%;
  }
}
.bge-contents .original-btn-block,
.c-content-main .original-btn-block {
  text-align: center;
}
.bge-contents .original-btn-block .bgt-btn,
.c-content-main .original-btn-block .bgt-btn {
  color: #253494;
  border: 3px solid #253494;
  background: #fff;
}
@media screen and (min-width: 768px),print {
  .bge-contents .original-btn-block .bgt-btn,
  .c-content-main .original-btn-block .bgt-btn {
    width: 290px;
    display: inline-block;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .original-btn-block .bgt-btn + .bgt-btn,
  .c-content-main .original-btn-block .bgt-btn + .bgt-btn {
    margin-top: 4vw;
  }
}
.bge-contents .original-btn-block .bgt-btn.current-btn,
.c-content-main .original-btn-block .bgt-btn.current-btn {
  background: #253494;
  color: #fff;
}
.bge-contents .original-btn-block .bgt-btn::after,
.c-content-main .original-btn-block .bgt-btn::after {
  width: 16px;
  height: 18px;
  top: calc(50% - 9px);
  background-image: url("/img/recruit/icon-btn-arrow-yellow.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .bge-contents .original-btn-block .bgt-btn::after,
  .c-content-main .original-btn-block .bgt-btn::after {
    width: 3.2vw;
    height: 3.7333333333vw;
    top: calc(50% - 1.86667vw);
  }
}
.bge-contents .original-btn-block .bgt-btn[href^="#"]::after,
.c-content-main .original-btn-block .bgt-btn[href^="#"]::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px),print {
  .bge-contents .original-btn-block .bgt-btn[href^="#"]:hover::after,
  .c-content-main .original-btn-block .bgt-btn[href^="#"]:hover::after {
    right: 22px;
    top: 50%;
  }
}
.bge-contents .contact-parts,
.c-content-main .contact-parts {
  text-align: center;
}
@media screen and (min-width: 768px),print {
  .bge-contents .contact-parts,
  .c-content-main .contact-parts {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.bge-contents .contact-parts .contact-block,
.c-content-main .contact-parts .contact-block {
  width: 465px;
  display: block;
  border: 1px solid #253494;
  border-radius: 5px;
  padding: 20px 45px 25px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .contact-parts .contact-block,
  .c-content-main .contact-parts .contact-block {
    width: 100%;
    display: block;
    padding: 4vw 4vw 4vw;
    margin: 6.6666666667vw 0;
  }
}
.bge-contents .contact-parts .contact-block .contact-title,
.c-content-main .contact-parts .contact-block .contact-title {
  line-height: 1.5;
}
@media screen and (min-width: 768px),print {
  .bge-contents .contact-parts .contact-block .contact-title,
  .c-content-main .contact-parts .contact-block .contact-title {
    margin: -55px 0 20px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .contact-parts .contact-block .contact-title,
  .c-content-main .contact-parts .contact-block .contact-title {
    margin: -7.7333333333vw 0 4vw;
    line-height: 1.4;
  }
}
.bge-contents .contact-parts .contact-block .contact-title span,
.c-content-main .contact-parts .contact-block .contact-title span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  color: #253494;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .contact-parts .contact-block .contact-title span,
  .c-content-main .contact-parts .contact-block .contact-title span {
    padding: 0 4vw;
    font-size: 4.8vw;
  }
}
.bge-contents .contact-parts .contact-block .bgt-btn.btn-em,
.c-content-main .contact-parts .contact-block .bgt-btn.btn-em {
  background: #fff100;
  color: #292929;
}
.bge-contents .contact-parts .contact-block .bgt-btn.btn-em::after,
.c-content-main .contact-parts .contact-block .bgt-btn.btn-em::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #000033;
  top: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .bge-contents .contact-parts .contact-block .bgt-btn.btn-em::after,
  .c-content-main .contact-parts .contact-block .bgt-btn.btn-em::after {
    border-width: 1.4666666667vw 0 1.4666666667vw 2.4vw;
    top: calc(50% - 1.33333vw);
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-parts,
  .c-content-main .timeschedule-parts {
    padding-left: 15px;
  }
}
.bge-contents .timeschedule-parts .timeschedule-block,
.c-content-main .timeschedule-parts .timeschedule-block {
  border: solid #fff100;
  border-width: 4px 0 0 4px;
  padding: 0 0 30px 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-parts .timeschedule-block,
  .c-content-main .timeschedule-parts .timeschedule-block {
    padding: 0 0 6.6666666667vw 10.6666666667vw;
  }
}
.bge-contents .timeschedule-parts .timeschedule-block:last-child,
.c-content-main .timeschedule-parts .timeschedule-block:last-child {
  border-left-color: transparent;
}
.bge-contents .timeschedule-parts .timeschedule-block [data-item=clock],
.c-content-main .timeschedule-parts .timeschedule-block [data-item=clock] {
  position: absolute;
  top: -27px;
  left: -29px;
}
.bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box,
.c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box {
  background: #dfedff;
  padding: 30px 40px;
  border-radius: 20px;
  position: relative;
  top: -30px;
}
@media screen and (min-width: 768px),print {
  .bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box,
  .c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box,
  .c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box {
    padding: 3.3333333333vw 4vw;
    border-radius: 15px;
    top: -6.6666666667vw;
  }
}
.bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea,
.c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea,
  .c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea {
    margin-bottom: 2.6666666667vw;
  }
}
.bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea [data-item=title],
.c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea [data-item=title] {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea [data-item=title],
  .c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea [data-item=title] {
    font-size: 5.3333333333vw;
    margin: 0 0 2.6666666667vw;
  }
}
.bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea [data-item=text],
.c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea [data-item=text] {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea [data-item=text],
  .c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box .timeschedule-textarea [data-item=text] {
    font-size: 4vw;
  }
}
.bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box [data-item=pict],
.c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box [data-item=pict] {
  width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 23px;
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box [data-item=pict],
  .c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box [data-item=pict] {
    width: 100%;
    margin: 0;
  }
}
.bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box [data-item=pict] img,
.c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box [data-item=pict] img {
  width: 270px;
  height: 175px;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-parts .timeschedule-block .timeschedule-box [data-item=pict] img,
  .c-content-main .timeschedule-parts .timeschedule-block .timeschedule-box [data-item=pict] img {
    width: 100%;
    height: 39.2vw;
  }
}
.bge-contents .timeschedule-interview li,
.c-content-main .timeschedule-interview li {
  list-style: none;
  border-radius: 20px;
  padding: 32px 40px 40px;
  border: 1px solid #253494;
  position: relative;
  margin-bottom: 39px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-interview li,
  .c-content-main .timeschedule-interview li {
    border-radius: 10px;
    padding: 18px 20px 20px;
  }
}
.bge-contents .timeschedule-interview li:nth-child(odd),
.c-content-main .timeschedule-interview li:nth-child(odd) {
  background: #e8f6ff;
}
.bge-contents .timeschedule-interview li::before,
.c-content-main .timeschedule-interview li::before {
  content: none;
}
.bge-contents .timeschedule-interview li::after,
.c-content-main .timeschedule-interview li::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  background: #253494;
}
.bge-contents .timeschedule-interview li:last-child::after,
.c-content-main .timeschedule-interview li:last-child::after {
  content: none;
}
.bge-contents .timeschedule-interview li span,
.c-content-main .timeschedule-interview li span {
  color: #fff;
  font-size: 1.8rem;
  position: absolute !important;
  padding: 0 10px;
  position: absolute;
  top: -20px;
  background: #253494;
  left: 40px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-interview li span,
  .c-content-main .timeschedule-interview li span {
    left: 20px;
  }
}
.bge-contents .timeschedule-interview li h3,
.c-content-main .timeschedule-interview li h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.bge-contents .timeschedule-interview li h3::before, .bge-contents .timeschedule-interview li h3::after,
.c-content-main .timeschedule-interview li h3::before,
.c-content-main .timeschedule-interview li h3::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-interview li h3,
  .c-content-main .timeschedule-interview li h3 {
    font-size: 2.2rem;
  }
}
.bge-contents .timeschedule-interview li p,
.c-content-main .timeschedule-interview li p {
  font-size: 1.6rem;
  margin: 0;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .bge-contents .timeschedule-interview li p,
  .c-content-main .timeschedule-interview li p {
    margin: 0;
  }
}
.bge-contents .grid-frame-flex, .bge-contents .grid-frame,
.c-content-main .grid-frame-flex,
.c-content-main .grid-frame {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bge-contents .grid-frame-flex,
.c-content-main .grid-frame-flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-1,
  .c-content-main .grid-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-1,
  .c-content-main .grid-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-1,
  .c-content-main .grid-md-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-1,
  .c-content-main .grid-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-1,
  .c-content-main .grid-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-2,
  .c-content-main .grid-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-2,
  .c-content-main .grid-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-2,
  .c-content-main .grid-md-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-2,
  .c-content-main .grid-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-2,
  .c-content-main .grid-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-3,
  .c-content-main .grid-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-3,
  .c-content-main .grid-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-3,
  .c-content-main .grid-md-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-3,
  .c-content-main .grid-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-3,
  .c-content-main .grid-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-4,
  .c-content-main .grid-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-4,
  .c-content-main .grid-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-4,
  .c-content-main .grid-md-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-4,
  .c-content-main .grid-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-4,
  .c-content-main .grid-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-5,
  .c-content-main .grid-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-5,
  .c-content-main .grid-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-5,
  .c-content-main .grid-md-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-5,
  .c-content-main .grid-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-5,
  .c-content-main .grid-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-6,
  .c-content-main .grid-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-6,
  .c-content-main .grid-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-6,
  .c-content-main .grid-md-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-6,
  .c-content-main .grid-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-6,
  .c-content-main .grid-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-7,
  .c-content-main .grid-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-7,
  .c-content-main .grid-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-7,
  .c-content-main .grid-md-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-7,
  .c-content-main .grid-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-7,
  .c-content-main .grid-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-8,
  .c-content-main .grid-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-8,
  .c-content-main .grid-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-8,
  .c-content-main .grid-md-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-8,
  .c-content-main .grid-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-8,
  .c-content-main .grid-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-9,
  .c-content-main .grid-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-9,
  .c-content-main .grid-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-9,
  .c-content-main .grid-md-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-9,
  .c-content-main .grid-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-9,
  .c-content-main .grid-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-10,
  .c-content-main .grid-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-10,
  .c-content-main .grid-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-10,
  .c-content-main .grid-md-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-10,
  .c-content-main .grid-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-10,
  .c-content-main .grid-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-11,
  .c-content-main .grid-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-11,
  .c-content-main .grid-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-11,
  .c-content-main .grid-md-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-11,
  .c-content-main .grid-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-11,
  .c-content-main .grid-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-12,
  .c-content-main .grid-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-12,
  .c-content-main .grid-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-12,
  .c-content-main .grid-md-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-12,
  .c-content-main .grid-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-12,
  .c-content-main .grid-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-d5,
  .c-content-main .grid-xs-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-d5,
  .c-content-main .grid-sm-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-d5,
  .c-content-main .grid-md-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-d5,
  .c-content-main .grid-lg-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-d5,
  .c-content-main .grid-xl-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-flex,
  .c-content-main .grid-xs-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-flex,
  .c-content-main .grid-sm-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .grid-md-flex,
  .c-content-main .grid-md-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .grid-lg-flex,
  .c-content-main .grid-lg-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-flex,
  .c-content-main .grid-xl-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.bge-contents .mt-zero,
.c-content-main .mt-zero {
  margin-top: 0;
}
.bge-contents .mb-zero,
.c-content-main .mb-zero {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 5px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 80px;
  }
}
.bge-contents [data-bgb],
.c-content-main [data-bgb] {
  margin-bottom: 3em;
}
.bge-contents .bgt-btn,
.c-content-main .bgt-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 360px;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  padding: 18px 45px 18px 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  background: #253494;
  line-height: 1.6;
}
@media screen and (min-width: 768px),print {
  .bge-contents .bgt-btn:hover::after,
  .c-content-main .bgt-btn:hover::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-btn,
  .c-content-main .bgt-btn {
    width: 100%;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.bge-contents .bgt-btn:disabled,
.c-content-main .bgt-btn:disabled {
  opacity: 0.6;
}
.bge-contents .bgt-btn::after,
.c-content-main .bgt-btn::after {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  position: absolute;
  right: 22px;
  top: calc(50% - 7px);
  background: url("/img/recruit/icon-btn-arrow-yellow-02.png") no-repeat center/100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-btn::after,
  .c-content-main .bgt-btn::after {
    width: 2.4vw;
    height: 2.9333333333vw;
    right: 2.6666666667vw;
    top: calc(50% - 1.2vw);
  }
}
.bge-contents [data-bgt-button-kind=em] .bgt-btn,
.c-content-main [data-bgt-button-kind=em] .bgt-btn {
  background: #fff100;
  color: #292929;
}
.bge-contents [data-bgt-button-kind=em] .bgt-btn::after,
.c-content-main [data-bgt-button-kind=em] .bgt-btn::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #000033;
  top: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt-button-kind=em] .bgt-btn::after,
  .c-content-main [data-bgt-button-kind=em] .bgt-btn::after {
    border-width: 1.4666666667vw 0 1.4666666667vw 2.4vw;
    top: calc(50% - 1.33333vw);
  }
}
.bge-contents [data-bgt-button-kind=external] .bgt-btn::after,
.c-content-main [data-bgt-button-kind=external] .bgt-btn::after {
  width: 17px;
  height: 17px;
  background: url("/img/recruit/icon-external-yellow.svg") no-repeat center/100%;
  top: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt-button-kind=external] .bgt-btn::after,
  .c-content-main [data-bgt-button-kind=external] .bgt-btn::after {
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2.66667vw);
  }
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn,
.c-content-main [data-bgt-button-kind=back] .bgt-btn {
  color: #fff;
  background: #bebbbb;
  padding: 15px 30px 15px 45px;
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgt-button-kind=back] .bgt-btn::before,
  .c-content-main [data-bgt-button-kind=back] .bgt-btn::before {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .bge-contents [data-bgt-button-kind=back] .bgt-btn:hover::before,
  .c-content-main [data-bgt-button-kind=back] .bgt-btn:hover::before {
    left: 14px;
  }
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn::before,
.c-content-main [data-bgt-button-kind=back] .bgt-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 9px 5.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 22px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt-button-kind=back] .bgt-btn::before,
  .c-content-main [data-bgt-button-kind=back] .bgt-btn::before {
    left: 4vw;
    top: calc(50% - 1.86667vw);
    border-width: 1.4666666667vw 2.4vw 1.4666666667vw 0;
  }
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn::after,
.c-content-main [data-bgt-button-kind=back] .bgt-btn::after {
  display: none;
}
.bge-contents .bgt-hr,
.c-content-main .bgt-hr {
  margin: 0 auto;
}
.bge-contents [data-bgt-hr-kind=dashed] .bgt-hr,
.c-content-main [data-bgt-hr-kind=dashed] .bgt-hr {
  height: 0;
  border: none;
  background: none;
  border-bottom: 2px dashed currentColor;
}
.bge-contents [data-bgt-hr-kind=bold] .bgt-hr,
.c-content-main [data-bgt-hr-kind=bold] .bgt-hr {
  height: 5px;
}
.bge-contents [data-bgt-hr-kind=narrow] .bgt-hr,
.c-content-main [data-bgt-hr-kind=narrow] .bgt-hr {
  height: 1px;
}
.bge-contents [data-bgt-hr-kind=short] .bgt-hr,
.c-content-main [data-bgt-hr-kind=short] .bgt-hr {
  width: 60%;
  height: 1px;
}
.bge-contents .bgt-download-file__link,
.c-content-main .bgt-download-file__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 360px;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  padding: 15px 47px 15px 27px;
  color: #253494;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 10px;
  position: relative;
  background: #fff;
  border: 3px solid #253494;
}
@media screen and (min-width: 768px),print {
  .bge-contents .bgt-download-file__link:hover::after,
  .c-content-main .bgt-download-file__link:hover::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-download-file__link,
  .c-content-main .bgt-download-file__link {
    width: 100%;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.bge-contents .bgt-download-file__link::after,
.c-content-main .bgt-download-file__link::after {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  position: absolute;
  right: 22px;
  top: calc(50% - 11px);
  -webkit-transition: 300ms;
  transition: 300ms;
  background: url("/img/recruit/icon-pdf.svg") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-download-file__link::after,
  .c-content-main .bgt-download-file__link::after {
    width: 4.6666666667vw;
    height: 5.3333333333vw;
    right: 2.6666666667vw;
    top: calc(50% - 2.66667vw);
  }
}
.bge-contents .bgt-download-file__link i,
.c-content-main .bgt-download-file__link i {
  display: none;
}
.bge-contents .bgt-link__size,
.c-content-main .bgt-link__size {
  font-size: 0.8125em;
  font-weight: normal;
  opacity: 0.7;
}
.bge-contents .bgt-link__icon::after,
.c-content-main .bgt-link__icon::after {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button] .bgt-grid,
  .bge-contents [data-bgb=download-file] .bgt-grid,
  .c-content-main [data-bgb=button] .bgt-grid,
  .c-content-main [data-bgb=download-file] .bgt-grid {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button] [data-bgt=button],
  .bge-contents [data-bgb=button] [data-bgt=download-file],
  .bge-contents [data-bgb=download-file] [data-bgt=button],
  .bge-contents [data-bgb=download-file] [data-bgt=download-file],
  .c-content-main [data-bgb=button] [data-bgt=button],
  .c-content-main [data-bgb=button] [data-bgt=download-file],
  .c-content-main [data-bgb=download-file] [data-bgt=button],
  .c-content-main [data-bgb=download-file] [data-bgt=download-file] {
    display: block;
  }
}
.bge-contents [data-bgb=button2],
.bge-contents [data-bgb=download-file2],
.bge-contents [data-bgb=button3],
.bge-contents [data-bgb=download-file3],
.c-content-main [data-bgb=button2],
.c-content-main [data-bgb=download-file2],
.c-content-main [data-bgb=button3],
.c-content-main [data-bgb=download-file3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button2],
  .bge-contents [data-bgb=download-file2],
  .bge-contents [data-bgb=button3],
  .bge-contents [data-bgb=download-file3],
  .c-content-main [data-bgb=button2],
  .c-content-main [data-bgb=download-file2],
  .c-content-main [data-bgb=button3],
  .c-content-main [data-bgb=download-file3] {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button2] .bgt-grid,
  .bge-contents [data-bgb=download-file2] .bgt-grid,
  .bge-contents [data-bgb=button3] .bgt-grid,
  .bge-contents [data-bgb=download-file3] .bgt-grid,
  .c-content-main [data-bgb=button2] .bgt-grid,
  .c-content-main [data-bgb=download-file2] .bgt-grid,
  .c-content-main [data-bgb=button3] .bgt-grid,
  .c-content-main [data-bgb=download-file3] .bgt-grid {
    margin-bottom: 0;
  }
}
.bge-contents [data-bgb=button2] div,
.bge-contents [data-bgb=download-file2] div,
.bge-contents [data-bgb=button3] div,
.bge-contents [data-bgb=download-file3] div,
.c-content-main [data-bgb=button2] div,
.c-content-main [data-bgb=download-file2] div,
.c-content-main [data-bgb=button3] div,
.c-content-main [data-bgb=download-file3] div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  float: none;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button2] div,
  .bge-contents [data-bgb=download-file2] div,
  .bge-contents [data-bgb=button3] div,
  .bge-contents [data-bgb=download-file3] div,
  .c-content-main [data-bgb=button2] div,
  .c-content-main [data-bgb=download-file2] div,
  .c-content-main [data-bgb=button3] div,
  .c-content-main [data-bgb=download-file3] div {
    display: block;
  }
}
.bge-contents [data-bgb=button2] div a,
.bge-contents [data-bgb=download-file2] div a,
.bge-contents [data-bgb=button3] div a,
.bge-contents [data-bgb=download-file3] div a,
.c-content-main [data-bgb=button2] div a,
.c-content-main [data-bgb=download-file2] div a,
.c-content-main [data-bgb=button3] div a,
.c-content-main [data-bgb=download-file3] div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.bge-contents [data-bgb=button2] [data-bgt=button],
.bge-contents [data-bgb=button2] [data-bgt=download-file],
.bge-contents [data-bgb=download-file2] [data-bgt=button],
.bge-contents [data-bgb=download-file2] [data-bgt=download-file],
.bge-contents [data-bgb=button3] [data-bgt=button],
.bge-contents [data-bgb=button3] [data-bgt=download-file],
.bge-contents [data-bgb=download-file3] [data-bgt=button],
.bge-contents [data-bgb=download-file3] [data-bgt=download-file],
.c-content-main [data-bgb=button2] [data-bgt=button],
.c-content-main [data-bgb=button2] [data-bgt=download-file],
.c-content-main [data-bgb=download-file2] [data-bgt=button],
.c-content-main [data-bgb=download-file2] [data-bgt=download-file],
.c-content-main [data-bgb=button3] [data-bgt=button],
.c-content-main [data-bgb=button3] [data-bgt=download-file],
.c-content-main [data-bgb=download-file3] [data-bgt=button],
.c-content-main [data-bgb=download-file3] [data-bgt=download-file] {
  display: block;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-google-maps-link,
  .c-content-main .bgt-google-maps-link {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-align: center;
    margin: 4vw auto 0;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    background: #253494;
    line-height: 1.6;
    width: 100%;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
  .bge-contents .bgt-google-maps-link span,
  .c-content-main .bgt-google-maps-link span {
    display: inline-block;
    vertical-align: middle;
  }
  .bge-contents .bgt-google-maps-link::after,
  .c-content-main .bgt-google-maps-link::after {
    content: "";
    display: block;
    position: absolute;
    background: url("/img/recruit/icon-external-yellow.svg") no-repeat center/100%;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2.66667vw);
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=text-float-image1] .bgt-grid--first,
  .c-content-main [data-bgb=text-float-image1] .bgt-grid--first {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=text-float-image2] .bgt-grid--first,
  .c-content-main [data-bgb=text-float-image2] .bgt-grid--first {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=text-image1] .bgt-grid--first,
  .bge-contents [data-bgb=text-image2] .bgt-grid--first,
  .c-content-main [data-bgb=text-image1] .bgt-grid--first,
  .c-content-main [data-bgb=text-image2] .bgt-grid--first {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=text-image1] .bgt-grid--last,
  .bge-contents [data-bgb=text-image2] .bgt-grid--last,
  .c-content-main [data-bgb=text-image1] .bgt-grid--last,
  .c-content-main [data-bgb=text-image2] .bgt-grid--last {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=button2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=download-file2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image-link-text2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image-link2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image-text2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=trimmed-image2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=wysiwyg2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=button2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=download-file2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-link-text2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-link2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-text2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=trimmed-image2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=wysiwyg2] .bgt-grid:nth-child(1) {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=button2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=download-file2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=image-link-text2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=image-link2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=image-text2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=image2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=trimmed-image2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=wysiwyg2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=button2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=download-file2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=image-link-text2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=image-link2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=image-text2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=image2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=trimmed-image2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=wysiwyg2] .bgt-grid:nth-child(2) {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=button3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=download-file3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image-link-text3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image-link3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image-text3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=trimmed-image3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=button3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=download-file3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-link-text3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-link3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-text3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=trimmed-image3] .bgt-grid:nth-child(1) {
    padding-left: 0;
    padding-right: 26.6667px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=button3] .bgt-grid,
  .bge-contents [data-bgb=download-file3] .bgt-grid,
  .bge-contents [data-bgb=image-link-text3] .bgt-grid,
  .bge-contents [data-bgb=image-link3] .bgt-grid,
  .bge-contents [data-bgb=image-text3] .bgt-grid,
  .bge-contents [data-bgb=image3] .bgt-grid,
  .bge-contents [data-bgb=trimmed-image-link3] .bgt-grid,
  .bge-contents [data-bgb=trimmed-image3] .bgt-grid,
  .c-content-main [data-bgb=button3] .bgt-grid,
  .c-content-main [data-bgb=download-file3] .bgt-grid,
  .c-content-main [data-bgb=image-link-text3] .bgt-grid,
  .c-content-main [data-bgb=image-link3] .bgt-grid,
  .c-content-main [data-bgb=image-text3] .bgt-grid,
  .c-content-main [data-bgb=image3] .bgt-grid,
  .c-content-main [data-bgb=trimmed-image-link3] .bgt-grid,
  .c-content-main [data-bgb=trimmed-image3] .bgt-grid {
    padding-left: 13.3333px;
    padding-right: 13.3333px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=button3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=download-file3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=image-link-text3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=image-link3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=image-text3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=image3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=trimmed-image3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=button3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=download-file3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=image-link-text3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=image-link3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=image-text3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=image3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=trimmed-image3] .bgt-grid:nth-child(3) {
    padding-left: 26.6667px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-grid,
  .c-content-main .bgt-grid {
    margin-bottom: 1.5em;
  }
  .bge-contents .bgt-grid:last-child,
  .c-content-main .bgt-grid:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button2] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=download-file2] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-link-text2] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-link2] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-text2] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image2] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=trimmed-image-link2] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=trimmed-image2] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=wysiwyg2] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=button3] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=download-file3] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-link-text3] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-link3] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-text3] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image3] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=trimmed-image-link3] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=trimmed-image3] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-link-text4] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-link4] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-text4] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image4] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=trimmed-image-link4] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=trimmed-image4] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-link-text5] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-link5] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image-text5] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=image5] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=trimmed-image-link5] .bgt-grid [data-bgt] > :last-child,
  .bge-contents [data-bgb=trimmed-image5] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=button2] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=download-file2] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-link-text2] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-link2] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-text2] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image2] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=trimmed-image-link2] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=trimmed-image2] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=wysiwyg2] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=button3] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=download-file3] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-link-text3] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-link3] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-text3] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image3] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=trimmed-image-link3] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=trimmed-image3] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-link-text4] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-link4] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-text4] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image4] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=trimmed-image-link4] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=trimmed-image4] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-link-text5] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-link5] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image-text5] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=image5] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=trimmed-image-link5] .bgt-grid [data-bgt] > :last-child,
  .c-content-main [data-bgb=trimmed-image5] .bgt-grid [data-bgt] > :last-child {
    margin-bottom: 0.5em;
  }
}
.bge-contents .bgt-image,
.c-content-main .bgt-image {
  border-radius: 5px;
  overflow: hidden;
}
.bge-contents .bgt-image :link,
.c-content-main .bgt-image :link {
  outline: none;
}
.bge-contents .bgt-image__link .bgt-box__image,
.bge-contents .bgt-trimmed-image__link .bgt-box__image,
.bge-contents .bgt-box__image-container img,
.bge-contents .bgt-image-link,
.bge-contents .bgt-trimmed-image-link,
.c-content-main .bgt-image__link .bgt-box__image,
.c-content-main .bgt-trimmed-image__link .bgt-box__image,
.c-content-main .bgt-box__image-container img,
.c-content-main .bgt-image-link,
.c-content-main .bgt-trimmed-image-link {
  border-radius: 5px;
  overflow: hidden;
}
.bge-contents .bgb-opt--bg-gray,
.bge-contents .bgb-opt--bg-blue,
.bge-contents .bgb-opt--bg-pink,
.c-content-main .bgb-opt--bg-gray,
.c-content-main .bgb-opt--bg-blue,
.c-content-main .bgb-opt--bg-pink {
  padding: 40px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--bg-gray,
  .bge-contents .bgb-opt--bg-blue,
  .bge-contents .bgb-opt--bg-pink,
  .c-content-main .bgb-opt--bg-gray,
  .c-content-main .bgb-opt--bg-blue,
  .c-content-main .bgb-opt--bg-pink {
    padding: 26.66667px;
  }
}
.bge-contents .bgb-opt--bg-gray,
.c-content-main .bgb-opt--bg-gray {
  background: #f5f6f9 !important;
}
.bge-contents .bgb-opt--bg-blue,
.c-content-main .bgb-opt--bg-blue {
  background: #e9f5fc !important;
}
.bge-contents .bgb-opt--bg-pink,
.c-content-main .bgb-opt--bg-pink {
  background: #f8f7e2 !important;
}
.bge-contents .bgb-opt--border-bold,
.c-content-main .bgb-opt--border-bold {
  border-color: #253494;
  border-width: 3px !important;
}
.bge-contents .bgb-opt--border-thin,
.c-content-main .bgb-opt--border-thin {
  border-color: #253494;
}
.bge-contents .bgb-opt--border-dotted,
.c-content-main .bgb-opt--border-dotted {
  border-color: #253494;
  border-width: 2px !important;
}
.bge-contents .bgb-opt--border-td,
.bge-contents .bgb-opt--border-tb,
.c-content-main .bgb-opt--border-td,
.c-content-main .bgb-opt--border-tb {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--border-td,
  .bge-contents .bgb-opt--border-tb,
  .c-content-main .bgb-opt--border-td,
  .c-content-main .bgb-opt--border-tb {
    padding-bottom: 26.66667px;
    padding-top: 26.66667px;
  }
}
.bge-contents .bgb-opt--border-trbl,
.c-content-main .bgb-opt--border-trbl {
  padding: 40px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--border-trbl,
  .c-content-main .bgb-opt--border-trbl {
    padding: 26.66667px;
  }
}
.bge-contents .bgb-opt--border-lr,
.c-content-main .bgb-opt--border-lr {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--border-lr,
  .c-content-main .bgb-opt--border-lr {
    padding-left: 26.66667px;
    padding-right: 26.66667px;
  }
}
.bge-contents .bgb-opt--border-trl,
.c-content-main .bgb-opt--border-trl {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  border-radius: 6px 6px 0 0;
  border-bottom-width: 0 !important;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--border-trl,
  .c-content-main .bgb-opt--border-trl {
    padding-left: 26.66667px;
    padding-right: 26.66667px;
    padding-top: 26.66667px;
  }
}
.bge-contents .bgb-opt--border-rbl,
.c-content-main .bgb-opt--border-rbl {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 40px;
  border-radius: 0 0 6px 6px;
  border-top-width: 0 !important;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--border-rbl,
  .c-content-main .bgb-opt--border-rbl {
    padding-left: 26.66667px;
    padding-right: 26.66667px;
    padding-bottom: 26.66667px;
  }
}
.bge-contents .bgb-opt--mb-large,
.c-content-main .bgb-opt--mb-large {
  margin-bottom: 6em !important;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--mb-large,
  .c-content-main .bgb-opt--mb-large {
    margin-bottom: 4.5em !important;
  }
}
.bge-contents .bgb-opt--mb-small,
.c-content-main .bgb-opt--mb-small {
  margin-bottom: 1.5em !important;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--mb-small,
  .c-content-main .bgb-opt--mb-small {
    margin-bottom: 1.2em !important;
  }
}
.bge-contents .bgb-opt--mb-none,
.c-content-main .bgb-opt--mb-none {
  margin-bottom: 0 !important;
}
.bge-contents [data-bgt=ckeditor]:nth-child(2),
.c-content-main [data-bgt=ckeditor]:nth-child(2) {
  margin-top: 0.5em;
}
.bge-contents [data-bgt=gallery] .bgt-gallery,
.c-content-main [data-bgt=gallery] .bgt-gallery {
  padding-top: 56.25%;
}
.bge-contents [data-bgt=gallery] .bgt-gallery .bgt-gallery-ctrl,
.c-content-main [data-bgt=gallery] .bgt-gallery .bgt-gallery-ctrl {
  opacity: 0;
}
.bge-contents [data-bgt=gallery] .bgt-gallery:hover .bgt-gallery-ctrl,
.c-content-main [data-bgt=gallery] .bgt-gallery:hover .bgt-gallery-ctrl {
  opacity: 1;
}
.bge-contents [data-bgt=gallery] .bgt-gallery__item,
.c-content-main [data-bgt=gallery] .bgt-gallery__item {
  border-radius: 10px;
  overflow: hidden;
}
.bge-contents [data-bgt=gallery] .bgt-gallery__img img,
.c-content-main [data-bgt=gallery] .bgt-gallery__img img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.bge-contents [data-bgt=gallery] .bgt-gallery__caption,
.c-content-main [data-bgt=gallery] .bgt-gallery__caption {
  color: #fff;
  background: rgba(41, 41, 41, 0.6);
  padding: 0.7em 1em;
  text-align: center;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl {
  top: 50%;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  border: none;
  padding: 0;
  display: block;
  top: calc(50% - 43px);
  width: 68px;
  height: 68px;
  z-index: 100;
  cursor: pointer;
  outline: none;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev:hover, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next:hover,
  .c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev:hover,
  .c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next:hover {
    background: #253494;
  }
  .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev:hover::after, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next:hover::after,
  .c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev:hover::after,
  .c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next,
  .c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev,
  .c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next {
    top: calc(50% - 6.66667vw);
    width: 13.2vw;
    height: 13.2vw;
  }
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev span, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next span,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev span,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next::after {
  border: solid #253494;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: calc(50% - 9px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next::after,
  .c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev::after,
  .c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 5.6vw;
    top: calc(50% - 1.33333vw);
  }
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev {
  left: 5px;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev::after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev::after,
  .c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev::after {
    right: 4.2666666667vw;
  }
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next {
  right: 5px;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bge-contents [data-bgt=gallery] .bgt-gallery-marker li::before,
.c-content-main [data-bgt=gallery] .bgt-gallery-marker li::before {
  display: none;
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker,
.c-content-main [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker {
  margin-top: 10px;
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker li,
.c-content-main [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker li {
  margin: 0 5px;
  width: 101px;
  height: 77px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker li,
  .c-content-main [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker li {
    width: 13.4666666667vw;
    height: 10.2666666667vw;
    margin: 0 0.6666666667vw;
  }
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker,
.c-content-main [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker {
  margin-top: 10px;
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li,
.c-content-main [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #cccfd1 !important;
  border-radius: 100%;
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li.current,
.c-content-main [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li.current {
  background: #253494 !important;
}
.bge-contents .bc-time,
.c-content-main .bc-time {
  margin-bottom: 5em;
  text-align: right;
}
.bge-contents .bc-cat,
.c-content-main .bc-cat {
  margin-bottom: 1em;
  text-align: right;
}
.bge-contents .bc-cat > div,
.c-content-main .bc-cat > div {
  background: #253494;
  color: #fff;
  display: inline-block;
  font-size: 0.8125em;
  padding: 0.2em 0.4em;
}
.bge-contents .bc-area-cta,
.c-content-main .bc-area-cta {
  margin-top: 4em;
  text-align: center;
}
.bge-contents .bc-area-cta a,
.c-content-main .bc-area-cta a {
  background: #253494;
}
.bge-contents .bc-area-cta a span::before,
.c-content-main .bc-area-cta a span::before {
  display: inline-block;
  font-family: icons;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: left;
  text-indent: 0;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  color: #d9d9d9;
  content: "\e100";
  margin-right: 0.5em;
}
.bge-contents .bc-area-ctrl,
.c-content-main .bc-area-ctrl {
  margin-top: 6em;
}
@media screen and (max-width: 576px) {
  .bge-contents .bc-area-ctrl,
  .c-content-main .bc-area-ctrl {
    text-align: center;
  }
}
.bge-contents .bc-form-agreement,
.c-content-main .bc-form-agreement {
  margin-top: 4em;
  text-align: center;
}
.bge-contents .bc-form-submit,
.c-content-main .bc-form-submit {
  margin-top: 3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-content-main .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px),print {
  .c-content-main .sp-only {
    display: none !important;
  }
}
.c-recruit-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.c-recruit-news__item {
  list-style: none;
  width: 100%;
}
.c-recruit-news__item > a {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  grid-gap: 1.6rem;
  gap: 1.6rem;
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
  position: relative;
  padding: 0 4rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .c-recruit-news__item > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 2rem;
    grid-gap: 1.4rem;
    gap: 1.4rem;
  }
}
.c-recruit-news__item > a::after {
  content: "";
  display: block;
  border: solid #253494;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: right 300ms ease-in-out;
  transition: right 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-recruit-news__item > a::after {
    display: none;
  }
}
.c-recruit-news__item > a:hover::after {
  right: 10px;
}
.c-recruit-news__item[data-article-type=no-link] {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  grid-gap: 1.6rem;
  gap: 1.6rem;
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
  position: relative;
  padding: 0 4rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .c-recruit-news__item[data-article-type=no-link] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 2rem;
    grid-gap: 1.4rem;
    gap: 1.4rem;
  }
}
.c-recruit-news__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 14rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-recruit-news__img {
    max-width: 100%;
  }
}
.c-recruit-news__img img {
  aspect-ratio: 140/87;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
  display: block;
}
.c-recruit-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-recruit-news__body {
    padding-right: 3rem;
    position: relative;
  }
  .c-recruit-news__body::after {
    content: "";
    display: block;
    border: solid #253494;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0px;
    top: calc(50% - 6px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
  }
}
.c-recruit-news__date {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #292929;
  line-height: 1.7;
}
.c-recruit-news__title {
  color: #292929;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-recruit-news__title {
    font-size: 1.5rem;
  }
}