/**!
 * rev. 2020-09-30
 * copyright © 2020
 */


@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;
}
.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.26667vw;
  }
}
.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.66667vw;
}
@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.26667vw !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.86667vw;
    margin: 1em 0 8vw;
    padding: 2.66667vw 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.33333vw;
    margin: 1em 0 8vw;
    padding: 0 0 2.66667vw;
  }
}
.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.33333vw;
  }
}
.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.26667vw;
  }
}
.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.66667vw;
  }
}
.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.26667vw;
    margin: 1em 0 2.66667vw;
    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.13333vw;
    height: 2.13333vw;
    top: 2.66667vw;
  }
}
.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.13333vw;
    height: 0.53333vw;
    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.33333vw;
  }
}
.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.53333vw;
  }
}
.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.53333vw;
  }
}
.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.66667vw;
  }
}
.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.66667vw 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.66667vw 4.66667vw;
  }
}
.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.26667vw;
  }
}
.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.26667vw;
  }
}
.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.26667vw;
  }
}
.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.66667vw;
  }
}
.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.66667vw 4.66667vw;
  }
}
.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.66667vw 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.73333vw;
    font-weight: bold;
    padding: 0.8vw 2.66667vw 0.8vw 9.33333vw;
    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.66667vw;
  }
}
.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.66667vw;
    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.73333vw;
  }
}
.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.66667vw;
  }
}
.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.33333vw;
    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.33333vw;
    height: 3.86667vw;
    right: -5.06667vw;
  }
}
.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.73333vw;
    padding: 0 1.33333vw;
  }
}
.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.66667vw;
  }
}
.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.46667vw;
    padding: 0.26667vw 2.66667vw;
  }
}
.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.66667vw;
  }
}
@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.73333vw;
    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.13333vw;
  }
}
.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.66667vw;
  }
}
.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.66667vw;
  }
}
.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.46667vw 9.33333vw 3.46667vw 5.33333vw;
    font-size: 4.53333vw;
    margin: 4vw 0;
    background: #253494 url("/img/recruit/icon-btn-arrow-yellow-02.png") no-repeat right 2.66667vw center/2.4vw 2.93333vw;
  }
}
.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.46667vw 5.33333vw 3.46667vw 9.33333vw;
    font-size: 4.53333vw;
    margin: 4vw 0;
    background: #bebbbb url("/img/recruit/icon-btn-arrow-yellow-02-return.png") no-repeat left 2.66667vw center/2.4vw 2.93333vw;
  }
}
.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.33333vw;
    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.66667vw;
  }
}
.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.33333vw;
    margin-left: 0;
    margin-top: 1.33333vw;
    padding: 1.06667vw 1.86667vw;
  }
}
.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.66667vw;
  }
}
.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.33333vw;
  }
}
.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.66667vw;
    margin: 0 0 5.33333vw;
    padding: 2.66667vw 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.66667vw;
    margin-bottom: 5.33333vw;
  }
}
.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.66667vw;
    height: 2.66667vw;
    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.66667vw;
  }
}
@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.33333vw 6.66667vw 1.33333vw 2.66667vw;
    font-size: 4.26667vw;
  }
}
.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.73333vw;
    right: 2.66667vw;
    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.66667vw;
  }
}
.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.33333vw;
    font-size: 4.8vw;
    padding: 2.66667vw 4vw 3.2vw;
    padding-right: 8vw;
  }
}
.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.33333vw;
  }
}
.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.93333vw 9.33333vw 2.93333vw 4.53333vw;
    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.73333vw;
    right: 2.66667vw;
    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.73333vw 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.86667vw;
  }
}
.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.06667vw;
  }
}
.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.66667vw;
  }
}
.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.66667vw 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.66667vw;
    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.73333vw;
  }
}
.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.26667vw;
  }
}
.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.66667vw;
  }
}
.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.33333vw 2.66667vw 6.66667vw;
  }
}
.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.33333vw;
  }
}
.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.53333vw;
  }
}
.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.33333vw;
  }
}
.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.66667vw 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.66667vw;
  }
}
.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.06667vw 4vw 1.33333vw 10.66667vw;
    margin: 2.13333vw;
    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.06667vw;
    left: -2.13333vw;
    width: 10.66667vw;
    height: 10.66667vw;
  }
}
.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.33333vw;
  }
}
.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.26667vw;
  }
}
.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.33333vw;
  }
}
.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.66667vw;
    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.53333vw;
  }
}
.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.26667vw;
  }
}
.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.73333vw;
    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.66667vw 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.73333vw 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.46667vw 0 1.46667vw 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.66667vw 10.66667vw;
  }
}
.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.33333vw 4vw;
    border-radius: 15px;
    top: -6.66667vw;
  }
}
.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.66667vw;
  }
}
.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.33333vw;
    margin: 0 0 2.66667vw;
  }
}
.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 .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.66667vw 9.33333vw 2.66667vw 5.33333vw;
    font-size: 4.53333vw;
  }
}
.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.93333vw;
    right: 2.66667vw;
    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.46667vw 0 1.46667vw 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.46667vw 2.4vw 1.46667vw 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.66667vw 9.33333vw 2.66667vw 5.33333vw;
    font-size: 4.53333vw;
  }
}
.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.66667vw;
    height: 5.33333vw;
    right: 2.66667vw;
    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.66667vw 9.33333vw 2.66667vw 5.33333vw;
    font-size: 4.53333vw;
  }
  .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.66667vw;
  }
}
@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.66667vw;
    height: 2.66667vw;
    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.26667vw;
  }
}
.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.46667vw;
    height: 10.26667vw;
    margin: 0 0.66667vw;
  }
}
.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: "";
  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;
  }
}