@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, button, textarea,
*:after, *:before {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main, aside,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.25%;
}

body {
  overflow-x: hidden;
  color: #323232;
  font-family: Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

a {
  color: #00a0e9;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

a[href*="tel:"] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

sup {
  vertical-align: top;
  font-size: 0.8em;
}

sub {
  vertical-align: bottom;
  font-size: 0.8em;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="time"],
textarea {
  border: 1px solid #ddd;
  padding: 0.5em;
  font-family: Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
}

input[type="text"][readonly],
input[type="number"][readonly],
input[type="search"][readonly],
input[type="email"][readonly],
input[type="password"][readonly],
input[type="tel"][readonly],
input[type="url"][readonly],
input[type="time"][readonly],
textarea[readonly] {
  outline: none;
}

label {
  display: inline-block;
}

b {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong {
  color: #ff0000;
  font-weight: bold;
}

.clearfix, .footerInfoCompany__text {
  *zoom: 1;
}

.clearfix:after, .footerInfoCompany__text:after {
  content: "";
  display: table;
  clear: both;
}

/* STRUCTURE
---------------------------------------------------------- */
p {
  margin-top: 2em;
}

.strContent {
  margin-top: 80px;
  padding: 0 10px;
}

.strContent__main {
  max-width: 1180px;
  margin: 0 auto;
}

.strContent__main > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .strContent {
    margin-top: 40px;
  }
}

.strHeader {
  background: #fff;
  padding: 0 10px;
}

.strHeader__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .strHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
  }
  .strHeader__inner {
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .strHeader + * {
    margin-top: 50px;
  }
}

.headerLogo {
  width: 174px;
}

.headerLogo > a {
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .headerLogo {
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .headerLogo {
    width: 100px;
    margin-left: 10px;
  }
}

.headerContent {
  width: calc(100% - 174px);
}

@media screen and (max-width: 1000px) {
  .headerContent {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 768px) {
  .headerContent {
    display: none;
    width: 100%;
    background: #fff;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
  }
}

.headerUtility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.headerUtility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerUtility__list > li {
  margin-left: 25px;
}

.headerUtility__list > li > a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.headerUtility__link > a {
  font-size: 1.4rem;
  color: #323232;
}

.headerUtility__link > a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #323232;
  border-width: 0 1px 1px 0;
  position: relative;
  top: 1px;
  margin-right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.headerUtility__link > a:hover {
  text-decoration: underline;
}

.headerUtility__button > a {
  display: block;
  background: #505050;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
}

.headerUtility__button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .headerUtility {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .headerUtility__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .headerUtility__list > li {
    margin-left: 0;
    margin-right: 0;
  }
  .headerUtility__link {
    margin: 0 15px !important;
  }
  .headerUtility__link > a {
    font-size: 1.3rem;
  }
  .headerUtility__button {
    width: 100%;
    padding: 25px;
  }
  .headerUtility__button > a {
    padding: 1.25em 1.4em;
    font-size: 1.6rem;
  }
}

.headerNavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 28px;
}

.headerNavi__list > li > a {
  display: block;
  padding: 26px;
  text-decoration: none;
  color: #323232;
}

.headerNavi__list > li > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .headerNavi__list {
    padding: 0 0 0 10px;
  }
  .headerNavi__list > li > a {
    padding: 16px 10px;
  }
}

@media screen and (max-width: 768px) {
  .headerNavi {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .headerNavi__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .headerNavi__list > li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #c8c8c8;
    position: relative;
  }
  .headerNavi__list > li > a {
    min-height: auto;
    display: block;
    padding: 1.25em 1.4em;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.strHeader2 {
  background: #fff;
  padding: 0 10px;
}

.strHeader2__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .strHeader2 {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
  }
  .strHeader2 + * {
    margin-top: 50px;
  }
  .strHeader2__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.headerLogo2 {
  width: 174px;
}

@media screen and (max-width: 1000px) {
  .headerLogo2 {
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .headerLogo2 {
    width: 100px;
    margin-left: 10px;
  }
}

.headerMenu {
  display: none;
}

@media screen and (max-width: 768px) {
  .headerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }
  .headerMenu a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
  }
  .headerMenu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: #e8606a;
    padding: 0 15px;
    font-size: 1.6rem;
  }
  .headerMenu__menu {
    background: #0058ab url("/recruit/common/images/icon/menu-1_sp.png") no-repeat center center;
    background-size: cover;
    position: relative;
    width: 50px;
  }
  .headerMenu__menu span {
    display: inline-block;
    position: relative;
    z-index: -1;
  }
  .headerMenu.is-open .headerMenu__menu {
    background-color: #323232;
    background-image: url("/recruit/common/images/icon/menu-2_sp.png");
  }
  .headerMenu.is-open + .headerNavi2 {
    display: block;
  }
  .headerMenu.is-open + .headerContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.headerNavi2 {
  width: calc(100% - 174px);
}

.headerNavi2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.headerNavi2__list-item > a {
  height: 80px;
  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;
  color: inherit;
  text-decoration: none;
  padding: 0.5em 1.2em;
  line-height: 1.3;
  text-align: center;
}

.headerNavi2__list-item > a:hover {
  text-decoration: underline;
}

.headerNavi2__list-item--grad {
  margin-left: 1.2em;
}

.headerNavi2__list-item--grad > a {
  background: #e8606a;
  color: #fff;
  font-weight: bold;
}

.headerNavi2__list-item--grad > a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.headerNavi2__list-item--close {
  display: none;
}

.headerNavi2__list-item > ul {
  display: none;
}

.headerNavi2 .js-toggle-header-menu {
  display: none;
}

@media screen and (max-width: 1000px) {
  .headerNavi2 {
    width: calc(100% - 130px);
  }
  .headerNavi2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .headerNavi2__list-item > a {
    height: 60px;
    text-decoration: none;
    padding: 0.5em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .headerNavi2 {
    display: none;
    width: 100%;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
  }
  .headerNavi2__list {
    display: block;
  }
  .headerNavi2__list-item {
    border-bottom: 1px solid #c8c8c8;
    position: relative;
  }
  .headerNavi2__list-item > a {
    height: auto;
    display: block;
    padding: 1.25em 1.4em;
    text-align: left;
    font-size: 1.6rem;
  }
  .headerNavi2__list-item--grad {
    margin-left: 0;
  }
  .headerNavi2__list-item--grad > a {
    text-align: left;
  }
  .headerNavi2__list-item--grad > a br {
    display: none;
  }
  .headerNavi2__list-item--close {
    padding: 25px;
    display: block;
    border-bottom: none;
  }
  .headerNavi2__list-item--close > a {
    background: #323232;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .headerNavi2__list-item > ul {
    display: none;
    margin: 0 0 1em;
  }
  .headerNavi2__list-item > ul > li {
    margin-top: 0;
  }
  .headerNavi2__list-item > ul > li > a {
    padding: 0.5em 25px;
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .headerNavi2__list-item .js-toggle-header-menu {
    display: inline-block;
    background: transparent;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0.8em;
    right: 15px;
    overflow: hidden;
  }
  .headerNavi2__list-item .js-toggle-header-menu:before, .headerNavi2__list-item .js-toggle-header-menu:after {
    content: "";
    display: inline-block;
    background: #323232;
    width: 3px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: calc(50% - 1.5px);
  }
  .headerNavi2__list-item .js-toggle-header-menu:before {
    width: 22px;
    height: 3px;
    left: 5px;
    top: calc(50% - 1.5px);
  }
  .headerNavi2__list-item .js-toggle-header-menu > span {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 100%;
  }
  .headerNavi2__list-item.is-open > ul {
    display: block;
  }
  .headerNavi2__list-item.is-open .js-toggle-header-menu:after {
    display: none;
  }
}

.strFooter {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  .strFooter {
    margin-top: 40px;
  }
}

.footerContact {
  padding: 0 10px;
}

.footerContact__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.footerContact__head {
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
}

.footerContact__text {
  margin-top: 1em;
  text-align: center;
}

.footerContact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}

.footerContact__info-item {
  width: 380px;
}

.footerContact__info-item:last-child {
  margin-left: 20px;
  width: calc(100% - 400px);
}

@media screen and (max-width: 1000px) {
  .footerContact__text {
    font-size: 1.5rem;
  }
  .footerContact__info {
    margin-top: 20px;
  }
  .footerContact__info-item {
    width: 100%;
  }
  .footerContact__info-item:last-child {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footerContact__head {
    font-size: 1.7rem;
  }
}

.footerInfoForm {
  background: #484545;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 5px;
  height: 100px;
  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;
}

.footerInfoForm > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.footerInfoForm:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .footerInfoForm {
    margin: 0 17px;
    padding: 1em;
    height: auto;
    font-size: 1.75rem;
  }
  .footerInfoForm > img {
    width: 32px;
  }
}

.footerInfoCompany {
  background: #484545;
  color: #fff;
  position: relative;
  padding: 5px;
  height: 100px;
  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;
  padding-right: 130px;
}

.footerInfoCompany__text {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.footerInfoCompany__text > span {
  font-weight: bold;
  font-size: 1.8rem;
}

.footerInfoCompany__text > span br {
  display: none;
}

.footerInfoCompany > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.footerInfoCompany > a {
  display: inline-block;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-decoration: none;
  padding: 5px 30px;
}

.footerInfoCompany > a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .footerInfoCompany {
    margin: 0 17px;
    font-size: 1.3rem;
    padding-right: 0;
    display: block;
    padding: 1.5em;
    text-align: center;
    height: auto;
  }
  .footerInfoCompany > img {
    width: 32px;
    float: left;
  }
  .footerInfoCompany__text {
    text-align: left;
    float: left;
    width: calc(100% - 52px);
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .footerInfoCompany__text > span {
    font-size: 1.2rem;
    position: relative;
    width: calc(100% + 52px);
    left: -52px;
    text-align: center;
    display: block;
    margin-top: 5px;
  }
  .footerInfoCompany__text > span br {
    display: inline-block;
  }
  .footerInfoCompany > img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  .footerInfoCompany > a {
    padding: 5px 10px;
    position: static;
    clear: both;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 5px;
    -webkit-transform: none;
            transform: none;
  }
}

.iconBlank {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .iconBlank {
    margin-left: 4px;
    width: 12px;
  }
}

.footerContent {
  margin-top: 80px;
  background: #666;
  padding: 0 10px;
}

.footerContent a {
  color: #fff;
  text-decoration: none;
}

.footerContent__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0 20px;
}

.footerContent__sitemap {
  width: 18%;
}

.footerContent__button {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footerContent__button-link {
  width: 50%;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}

.footerContent__button-link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  border: 1px solid #fff;
  padding: 0.5em;
  text-align: center;
  line-height: 1.3;
}

.footerContent__button-link > a:hover {
  opacity: 0.8;
}

.footerContent__button-link--grad > a {
  border-color: #e8606a;
  background: #e8606a;
}

@media screen and (max-width: 1000px) {
  .footerContent__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerContent__sitemap {
    width: 33.33333%;
  }
  .footerContent__button {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footerContent {
    margin-top: 40px;
    padding: 0;
  }
  .footerContent__inner {
    padding: 0 0 10px;
  }
  .footerContent__sitemap {
    width: 100%;
  }
  .footerContent__button {
    padding: 0 25px;
  }
  .footerContent__button-link {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .footerContent__button-link > a {
    font-size: 1.5rem;
  }
}

.footerSitemap > li {
  position: relative;
}

.footerSitemap > li:not(:first-child) {
  margin-top: 1.5em;
}

.footerSitemap > li > a {
  display: inline-block;
}

.footerSitemap > li > a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  position: relative;
  margin-right: 8px;
  top: 1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.footerSitemap > li > a:hover {
  text-decoration: underline;
}

.footerSitemap > li > ul {
  font-size: 1.4rem;
  margin-left: 1.2em;
  margin-top: 5px;
}

.footerSitemap > li > ul > li {
  margin-top: 1px;
}

.footerSitemap > li > ul > li > a:hover {
  text-decoration: underline;
}

.footerSitemap > li .js-toggle-footer-sitemap {
  display: none;
}

@media screen and (max-width: 768px) {
  .footerSitemap {
    border-bottom: 1px solid #fff;
  }
  .footerSitemap > li:not(:first-child) {
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .footerSitemap > li.is-open > ul {
    display: block;
  }
  .footerSitemap > li.is-open .js-toggle-footer-sitemap:after {
    display: none;
  }
  .footerSitemap > li > a {
    font-size: 1.6rem;
    display: block;
    padding: 1em 1em 1em 25px;
  }
  .footerSitemap > li > a:before {
    display: none;
  }
  .footerSitemap > li > ul {
    display: none;
    margin: 0 0 1em;
  }
  .footerSitemap > li > ul > li {
    margin-top: 0;
  }
  .footerSitemap > li > ul > li > a {
    padding: 0.5em 25px;
    display: block;
  }
  .footerSitemap > li .js-toggle-footer-sitemap {
    display: inline-block;
    background: transparent;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 1em;
    right: 15px;
    overflow: hidden;
  }
  .footerSitemap > li .js-toggle-footer-sitemap:before, .footerSitemap > li .js-toggle-footer-sitemap:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 3px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: calc(50% - 1.5px);
  }
  .footerSitemap > li .js-toggle-footer-sitemap:before {
    width: 22px;
    height: 3px;
    left: 5px;
    top: calc(50% - 1.5px);
  }
  .footerSitemap > li .js-toggle-footer-sitemap > span {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 100%;
  }
}

.footerContent2 {
  background: #484545;
  padding: 0 10px;
}

.footerContent2__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12.5px 0;
}

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

.footerUtility {
  font-size: 1.35rem;
  width: calc(100% - 15em);
}

.footerUtility > li {
  display: inline-block;
  margin-right: 1em;
}

.footerUtility > li > a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.footerUtility > li > a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  position: relative;
  margin-right: 8px;
  top: 1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .footerUtility {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
  }
  .footerUtility > li {
    margin: 0 0.5em;
  }
}

.footerCopy {
  font-size: 1.35rem;
  width: 15em;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footerCopy {
    width: 100%;
    text-align: center;
    font-size: 1.0rem;
  }
}

.footerPagetop {
  position: fixed;
  z-index: 10;
  bottom: 60px;
  right: 10px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .footerPagetop {
    width: 40px;
    height: 40px;
    bottom: 10px;
  }
}

/* TOP
---------------------------------------------------------- */
.groupMainvisual {
  text-align: center;
  background: #fff url("/recruit/common/images/top/index-bg.jpg") center top no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
}

.groupMainvisual__logo {
  padding: 0 50px;
}

.groupMainvisual__text {
  padding: 0 20px;
  font-size: 1.8rem;
  margin-top: 1em;
}

.groupMainvisual__text > strong {
  font-weight: normal;
  color: inherit;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .groupMainvisual {
    background-position: center bottom;
    background-size: cover;
    height: 250px;
  }
  .groupMainvisual__logo > img {
    max-width: 200px;
  }
  .groupMainvisual__text {
    font-size: 1.4rem;
  }
  .groupMainvisual__text > strong {
    font-size: 1.6rem;
  }
}

.listCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -22px;
  margin-right: -22px;
}

.listCategory__item {
  width: 33.33333%;
  padding: 0 22px;
}

.listCategory__item > a {
  text-decoration: none;
  color: inherit;
  display: block;
  border-bottom: 4px solid #0072bb;
}

.listCategory__item > a:hover {
  opacity: 0.8;
}

.listCategory__item--grad > a {
  border-color: #8cc841;
}

.listCategory__item--grad .listCategory__head {
  background: #8cc841;
}

.listCategory__item--career > a {
  border-color: #28aae1;
}

.listCategory__item--career .listCategory__head {
  background: #28aae1;
}

.listCategory__item--parttime > a {
  border-color: #f5911e;
}

.listCategory__item--parttime .listCategory__head {
  background: #f5911e;
}

.listCategory__head {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  background: #0072bb;
  font-weight: bold;
  padding: 0.6em;
}

.listCategory__head:after {
  content: "";
  display: inline-block;
  background: url("/recruit/common/images/icon/arrow-1.png") center center no-repeat;
  width: 21px;
  height: 21px;
  background-size: cover;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.listCategory__image {
  margin-top: 8px;
}

.listCategory__image > img {
  width: 100%;
}

.listCategory__text {
  padding: 0.7em 0;
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .listCategory {
    margin-left: -10px;
    margin-right: -10px;
  }
  .listCategory__item {
    padding: 0 10px;
  }
  .listCategory__head {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 768px) {
  .listCategory {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .listCategory__item {
    width: 100%;
    padding: 0;
  }
  .listCategory__item:not(:first-child) {
    margin-top: 20px;
  }
  .listCategory__item > a {
    border-bottom-width: 2px;
  }
  .listCategory__head {
    font-size: 1.8rem;
  }
  .listCategory__head:after {
    width: 12px;
    height: 12px;
    top: 0;
  }
  .listCategory__image {
    margin-top: 4px;
    width: 100%;
  }
  .listCategory__text {
    padding: 0.7em 0;
  }
}

.gradMainvisual {
  background: url("/recruit/common/images/top/fresh-bg-1.jpg") no-repeat;
  background-size: cover;
  height: 51.24451vw;
  text-align: center;
}

.gradMainvisual__logo .a-dib-pc {
  position: relative;
  left: -2px;
}

.gradMainvisual__text {
  margin-top: -30px;
  position: relative;
}

@media screen and (max-width: 1180px) {
  .gradMainvisual {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .gradMainvisual {
    background-image: url("/recruit/common/images/top/fresh-bg-1_sp.jpg");
    background-size: cover;
    height: auto;
    padding-bottom: 157.51111vw;
    padding-top: 0;
  }
  .gradMainvisual__text {
    font-size: 1.35rem;
    font-weight: bold;
    margin-top: -1.5em;
  }
}

.listInfo {
  -webkit-box-shadow: 0 0 30px rgba(100, 100, 100, 0.3);
          box-shadow: 0 0 30px rgba(100, 100, 100, 0.3);
}

.listInfo__list {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.listInfo__label {
  background: #e8606a;
  color: #fff;
  width: 200px;
  text-align: center;
  padding: 1em;
  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;
  position: relative;
}

.listInfo__label:before {
  content: "";
  display: inline-block;
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #e8606a;
  z-index: -1;
}

.listInfo__item {
  width: calc(100% - 200px);
  padding: 1em 50px;
}

.listInfo__item > a {
  text-decoration: none;
  color: inherit;
  display: block;
}

@media screen and (max-width: 768px) {
  .listInfo {
    -webkit-box-shadow: 0 0 15px rgba(100, 100, 100, 0.3);
            box-shadow: 0 0 15px rgba(100, 100, 100, 0.3);
  }
  .listInfo__label {
    font-size: 1.0rem;
    width: 8em;
  }
  .listInfo__item {
    font-size: 1.0rem;
    width: calc(100% - 8em);
    padding: 12px;
  }
  .listInfo__item > a {
    font-size: 1.1rem;
  }
}

.sectionBase {
  padding: 78px 10px;
}

.sectionBase__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.sectionBase__head {
  text-align: center;
}

.sectionBase__button {
  text-align: center;
  margin-top: 60px;
}

.sectionBase__button > a {
  display: inline-block;
  min-width: 200px;
  line-height: 40px;
  border-radius: 10em;
  font-size: 1.8rem;
  color: #fff;
  background: #0072bb;
  text-decoration: none;
  position: relative;
  padding: 0 2em;
}

.sectionBase__button > a:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.sectionBase__button > a:hover {
  opacity: 0.8;
}

.sectionBase__button--dark > a {
  background: #fff;
  color: #323232;
}

.sectionBase__button--dark > a:after {
  border-color: #323232;
}

.sectionBase__button--white > a {
  background: #fff;
  color: #0058ab;
  border: 1px solid #0058ab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sectionBase__button--white > a:after {
  border-color: #0058ab;
}

.sectionBase__button--white > a:hover {
  background: #0058ab;
  color: #fff;
  opacity: 1;
}

.sectionBase__button--white > a:hover:after {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .sectionBase {
    padding: 45px 10px;
  }
  .sectionBase__head > img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    display: block;
    margin: 0 auto;
  }
  .sectionBase__button {
    margin-top: 30px;
  }
  .sectionBase__button > a {
    font-size: 1.4rem;
    line-height: 30px;
    min-width: 150px;
  }
  .sectionBase__button > a:after {
    right: 10px;
  }
}

.sectionVision {
  background: #8fbee3 url("/recruit/common/images/top/fresh-bg-2.jpg") no-repeat center bottom;
  color: #fff;
  text-align: center;
}

.sectionVision__text {
  font-size: 2.0rem;
  line-height: 2.2;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .sectionVision {
    background-size: cover;
  }
  .sectionVision__text {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

.sectionBg {
  margin: 7em 0 5.5em;
  padding: 4.5em 0 5.5em;
  position: relative;
}

.sectionBg > *:first-child {
  margin-top: 0;
}

.sectionBg:before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  background: #eef4fa;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.sectionBg--color:before {
  background: #fcfae9;
}

.sectionBg--color2 {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.sectionBg--color2:before {
  background: #fcfae9;
}

@media screen and (max-width: 768px) {
  .sectionBg {
    margin: 3em 0;
    padding: 2.5em 5px;
  }
  .sectionBg .layoutColumn--col2 .layoutColumn__item {
    margin-top: 2px;
  }
  .sectionBg--color2 .layoutColumn--col2 .layoutColumn__item:last-child {
    margin-top: 2em;
  }
}

.sectionInterview .headType2 {
  display: none;
}

.slideInterview {
  margin-top: 60px;
  position: relative;
}

.slideInterview__item {
  display: inline-block;
  max-width: 405px;
  padding: 0 20px;
  outline: none;
}

.slideInterview__item > a {
  display: block;
  position: relative;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.slideInterview__item > a:hover {
  opacity: 0.8;
}

.slideInterview__head {
  font-size: 2.1rem;
  color: #0072bb;
  font-weight: bold;
  position: absolute;
  top: 36px;
  left: 24px;
  max-width: 10em;
  z-index: 1;
}

.slideInterview__label {
  color: #fff;
  background: #0072bb;
  position: absolute;
  bottom: 35px;
  left: 24px;
  padding: 15px;
  width: 200px;
  line-height: 1.5;
  z-index: 1;
  font-size: 1.6rem;
}

.slideInterview__label > span {
  font-size: 1.7rem;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.slideInterview__image {
  position: relative;
}

.slideInterview .slick-list {
  max-width: 1200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 10px !important;
}

.slideInterview .slick-list .slick-track {
  position: relative;
  left: -15px;
}

.strContent .slideInterview .slick-list .slick-track {
  left: -30px;
}

@media screen and (max-width: 768px) {
  .slideInterview .slick-list .slick-track {
    left: 0 !important;
  }
}

.slideInterview .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 1;
  background: #484545;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slideInterview .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}

.slideInterview .slick-arrow:after {
  color: #fff;
  font-size: 1.8rem;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slideInterview .slick-prev {
  left: 0;
}

.strContent .slideInterview .slick-prev {
  left: -60px;
}

@media screen and (max-width: 1300px) {
  .strContent .slideInterview .slick-prev {
    left: 0;
  }
}

.slideInterview .slick-prev:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 2px;
}

.slideInterview .slick-next {
  right: 0;
}

.strContent .slideInterview .slick-next {
  right: -60px;
}

@media screen and (max-width: 1300px) {
  .strContent .slideInterview .slick-next {
    right: 0;
  }
}

.slideInterview .slick-next:after {
  left: -2px;
}

@media screen and (max-width: 768px) {
  .slideInterview {
    margin-top: 32px;
  }
  .slideInterview__item {
    max-width: 275px;
    padding: 0 10px;
  }
  .slideInterview__item > a {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .slideInterview__head {
    font-size: 1.5rem;
    line-height: 1.5;
    top: 25px;
    max-width: 60%;
  }
  .slideInterview__label {
    bottom: 10px;
    padding: 10px;
    width: 150px;
    font-size: 1.2rem;
  }
  .slideInterview__label > span {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .slideInterview__image {
    position: relative;
  }
  .slideInterview .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slideInterview .slick-prev {
    left: -10px;
  }
  .slideInterview .slick-next {
    right: -10px;
  }
}

.sectionBusiness {
  background: #2a7ecc;
  color: #fff;
}

.sectionBusiness__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}

.sectionBusiness__content-item {
  padding: 0 20px;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sectionBusiness__content-head {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: bold;
  text-align: center;
  font-size: 2.0rem;
  margin-top: 25px;
}

.sectionBusiness__content-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

.sectionBusiness__content-text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  line-height: 1.5;
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .sectionBusiness__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sectionBusiness__content-item {
    width: 33.33333%;
  }
  .sectionBusiness__content-item:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sectionBusiness__content {
    margin-top: 40px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sectionBusiness__content-item {
    width: 100%;
    padding: 0;
  }
  .sectionBusiness__content-item:not(:first-child) {
    margin-top: 40px;
  }
  .sectionBusiness__content-head {
    font-size: 2.0rem;
    margin-top: 20px;
  }
  .sectionBusiness__content-image > img {
    width: 60%;
  }
  .sectionBusiness__content-text {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.linkTile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linkTile__item {
  width: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linkTile__item--half {
  width: 50%;
}

.linkTile__pannel {
  width: 100%;
  text-decoration: none;
  color: #fff;
  background: no-repeat center bottom;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: calc(50% + 2em);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.linkTile__pannel--bg {
  background-color: #a1d9f3;
  background-image: url("/recruit/common/images/top/fresh-bg-3.jpg");
}

.linkTile__pannel > span {
  position: relative;
  font-size: 1.8rem;
  margin-top: 4px;
}

.linkTile__pannel > span:after {
  content: "";
  display: inline-block;
  background: url("/recruit/common/images/icon/arrow-1.png") center center no-repeat;
  background-size: cover;
  width: 21px;
  height: 21px;
  background-size: cover;
  margin-left: 10px;
  position: relative;
  top: 4px;
}

.linkTile__pannel:hover {
  opacity: 0.8;
}

.linkTile__pannel2 {
  width: 50%;
  text-decoration: none;
  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;
  color: #fff;
  background: no-repeat center center;
  background-size: cover;
  height: 230px;
}

.linkTile__pannel2--bg {
  background-color: #4d467a;
  background-image: url("/recruit/common/images/top/fresh-bg-4.jpg");
}

.linkTile__pannel2--bg2 {
  background-color: #1a406c;
  background-image: url("/recruit/common/images/top/fresh-bg-5.jpg");
}

.linkTile__pannel2--bg3 {
  background-color: #a6c36f;
  background-image: url("/recruit/common/images/top/fresh-bg-6.jpg");
}

.linkTile__pannel2--bg4 {
  background-color: #d89faa;
  background-image: url("/recruit/common/images/top/fresh-bg-7.jpg");
}

.linkTile__pannel2 > span {
  position: relative;
  font-size: 1.8rem;
}

.linkTile__pannel2 > span:after {
  content: "";
  display: inline-block;
  background: url("/recruit/common/images/icon/arrow-1.png") center center no-repeat;
  background-size: cover;
  width: 21px;
  height: 21px;
  background-size: cover;
  margin-left: 10px;
  position: relative;
  top: 4px;
}

.linkTile__pannel2:hover {
  opacity: 0.8;
}

.linkTile__pannel3 {
  width: 100%;
  background-color: #e8606a;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 3.0rem;
  padding: 1.44em 1em;
}

.linkTile__pannel3:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1000px) {
  .linkTile__item--half {
    width: 100%;
  }
  .linkTile__pannel {
    height: 264px;
  }
}

@media screen and (max-width: 768px) {
  .linkTile__item--half {
    width: 100%;
  }
  .linkTile__pannel {
    padding-left: calc(50% + 1.2em);
  }
  .linkTile__pannel--bg > img {
    max-width: 142px;
    margin-right: 10px;
  }
  .linkTile__pannel > span {
    font-size: 1.25rem;
  }
  .linkTile__pannel > span:after {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    top: 1px;
  }
  .linkTile__pannel2 {
    height: 134px;
    text-align: center;
  }
  .linkTile__pannel2 > span {
    font-size: 1.25rem;
  }
  .linkTile__pannel2 > span:after {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    top: 1px;
  }
  .linkTile__pannel3 {
    font-size: 2.5rem;
    margin: 25px 25px 0;
    padding: 0.8em;
  }
}

/* Heading
---------------------------------------------------------- */
.headH1 {
  text-align: center;
  background: #3391bb;
  padding: 2.63em 1em;
}

.headH1 > span {
  display: inline-block;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .headH1 {
    padding: 0.9em 0.5em;
  }
  .headH1 > span {
    font-size: 2.6rem;
  }
}

.headH2 > span {
  display: inline-block;
}

.headH3 {
  border-left: 8px solid #0058ab;
  font-weight: bold;
  font-size: 3.0rem;
  padding-left: 0.6em;
  margin-top: 2.2em;
}

@media screen and (max-width: 768px) {
  .headH3 {
    margin-top: 2em;
    padding-left: 0.4em;
    border-left-width: 5px;
  }
}

.headH4 > span {
  display: inline-block;
}

.headH5 > span {
  display: inline-block;
}

.headH6 > span {
  display: inline-block;
}

.headType {
  font-size: 2.0rem;
  text-align: center;
  margin-top: 4.5em;
}

.headType__head {
  display: inline-block;
  font-size: 5rem;
  line-height: 1.2;
}

.headType__text {
  display: inline-block;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .headType {
    font-size: 1.8rem;
    margin-top: 2.5em;
  }
  .headType__head {
    font-size: 3.5rem;
  }
  .headType__text {
    margin-top: 0.2em;
  }
  .headType__image {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    display: block;
    margin: 0 auto;
  }
  .headType__image + br {
    display: none;
  }
}

.headType2 {
  margin-top: 2.5em;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
}

.headType2__sub {
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 1em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .headType2 {
    font-size: 2.7rem;
    margin-top: 1.5em;
  }
  .headType2__sub {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}

.headType3 {
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 1px solid #3f3f3e;
  padding-bottom: 1em;
  margin-top: 4.5em;
}

@media screen and (max-width: 768px) {
  .headType3 {
    padding-bottom: 0.5em;
    margin-top: 2.5em;
  }
  .headType3 + p {
    margin-top: 1.5em;
  }
}

.headType4 {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  background-color: #0058ab;
  padding: 5px 10px;
  margin-top: 2em;
}

.headType4 + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .headType4 {
    font-size: 1.8rem;
    margin-top: 1.5em;
  }
  .headType4 > br {
    display: none;
  }
}

.headType5 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.headType6 {
  margin-top: 2.5em;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
}

.headType6 + .headType8 {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .headType6 {
    font-size: 2.7rem;
    text-align: left;
  }
  .headType6 + .headType8 {
    margin-top: 1em;
  }
}

.headType7 {
  margin-top: 2.5em;
  font-size: 2.2rem;
  color: #0058ab;
  position: relative;
}

.headType7:before {
  content: "●";
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .headType7 {
    font-size: 1.8rem;
    margin-top: 2em;
  }
}

.headType8 {
  margin-top: 2.5em;
  font-size: 2.6rem;
  background: #f5911e;
  color: #fff;
  border-radius: 10em;
  padding: 13px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .headType8 {
    font-size: 2.4rem;
    padding: 9px;
  }
}

.headType9 {
  margin-top: 2em;
  font-size: 3rem;
  padding: 0.6em 0 0.6em 77px;
  color: #0058ab;
  font-weight: bold;
  border-bottom: 1px solid #0058ab;
  background: url("/recruit/common/images/icon/head-faq-1.png") no-repeat left center;
}

@media screen and (max-width: 768px) {
  .headType9 {
    font-size: 2rem;
    background-size: 28px auto;
    padding-left: 40px;
  }
}

.headType10 {
  text-align: center;
}

.headType10 > span {
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 0 52px;
}

.headType10 > span:before, .headType10 > span:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 48px;
  background: url("/recruit/common/images/layout/footer-entry-3.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.headType10 > span:before {
  left: auto;
  right: 0;
}

.headType10 > span:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.headType10 > span > span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  color: #0058ab;
  min-height: 2.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .headType10 > span {
    padding: 0 30px;
  }
  .headType10 > span:before, .headType10 > span:after {
    width: 27px;
    height: 36px;
  }
  .headType10 > span > span {
    font-size: 1.6rem;
  }
  .headType10 > span > span br {
    display: none;
  }
}

.headType11 {
  background: #0058ab url("/recruit/common/images/information/head-bg-1.png") no-repeat right center;
  background-size: contain;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3em;
  padding: 1em 10px;
}

@media screen and (max-width: 768px) {
  .headType11 {
    font-size: 1.6rem;
  }
}

/* Panel
---------------------------------------------------------- */
.panelImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5.4em;
}

.panelImage__content {
  width: 50%;
  border: 25px solid #dadeee;
  background: #f8f8fc;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panelImage__image {
  background: no-repeat center center;
  background-size: cover;
  width: 50%;
  min-height: 300px;
}

.panelImage__head {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0058ab;
}

.panelImage__text {
  font-size: 2.0rem;
  color: #75797a;
  margin-top: 0.8em;
}

.panelImage__button {
  text-align: center;
  margin-top: 1.8em;
}

.panelImage__button > a {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  line-height: 40px;
  border-radius: 10em;
  font-size: 1.8rem;
  color: #fff;
  background: #0058ab;
  text-decoration: none;
  position: relative;
  padding: 0 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.panelImage__button > a:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.panelImage__button > a:hover {
  background: #3d86cb;
}

.panelImage--color .panelImage__content {
  background: #f0f7f9;
  border-color: #b2d5e2;
}

.panelImage + .panelImage {
  margin-top: 1.7em;
}

@media screen and (max-width: 768px) {
  .panelImage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
  .panelImage__content {
    width: 100%;
    border-width: 10px;
    padding: 1em;
  }
  .panelImage__image {
    width: 100%;
    min-height: 50vw;
    margin-top: 2px;
  }
  .panelImage__head {
    font-size: 2.4rem;
  }
  .panelImage__text {
    font-size: 1.8rem;
    margin-top: 0.2em;
  }
  .panelImage__button {
    margin-top: 0.6em;
  }
}

/* Goup
---------------------------------------------------------- */
.groupPath {
  background: #0058ab;
  font-size: 1.4rem;
  padding: 0.55em 10px;
}

.groupPath__inner {
  max-width: 1300px;
  margin: 0 auto;
  color: #fff;
}

.groupPath__inner > li {
  display: inline-block;
  position: relative;
}

.groupPath__inner > li:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -2px;
  margin: 0 1em 0 0.5em;
}

.groupPath__inner > li > a,
.groupPath__inner > li > em {
  display: inline-block;
}

.groupPath__inner > li > a {
  color: #fff;
  text-decoration: none;
}

.groupPath__inner > li > a:hover {
  text-decoration: underline;
}

.groupPath__inner > li > em {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .groupPath {
    padding: 0;
    height: 0;
    overflow: hidden;
  }
}

.messageMainvisual {
  text-align: center;
  background-color: #eae9e5;
}

.messageMainvisual__image {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.messageMainvisual--top {
  background-color: #f2f2f4;
}

.messageMainvisual--index {
  background: #e3e3e1;
}

.entryGrad {
  margin-top: 8em;
}

.entryGrad__text {
  text-align: center;
  margin-top: 0;
}

.entryGrad__text:before, .entryGrad__text:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 48px;
  background: url("/recruit/common/images/layout/footer-entry-1.png") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  margin-left: 20px;
}

.entryGrad__text:before {
  margin-left: 0;
  margin-right: 20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.entryGrad__text > span {
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
}

.entryGrad__button {
  text-align: center;
  margin-top: 1.5em;
}

.entryGrad__button > a {
  display: inline-block;
  background: #e8606a;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 3.0rem;
  width: 100%;
  max-width: 680px;
  padding: 0.92em 10px;
}

.entryGrad__button > a:hover {
  opacity: 0.8;
}

.entryGrad + .footerPagetop + .strFooter {
  border-top: 1px solid #505050;
  margin-top: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .entryGrad {
    margin-top: 4em;
  }
  .entryGrad__text:before, .entryGrad__text:after {
    width: 18px;
    height: 24px;
    margin-left: 10px;
  }
  .entryGrad__text:before {
    margin-left: 0;
    margin-right: 10px;
  }
  .entryGrad__text > span {
    font-size: 1.2rem;
  }
  .entryGrad__button > a {
    font-size: 2.6rem;
  }
}

/* Text
---------------------------------------------------------- */
.textData {
  margin-top: 2em;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .textData {
    font-size: 1.2rem;
  }
}

.textLead {
  margin-top: 2em;
  font-size: 3.6rem;
  color: #f39700;
  font-weight: bold;
}

.textLead + * {
  margin-top: 70px;
}

.textLead--color {
  color: #3391bb;
}

@media screen and (max-width: 768px) {
  .textLead {
    font-size: 2.2rem;
  }
  .textLead + * {
    margin-top: 35px;
  }
}

.textBalloon {
  margin-top: 2em;
  background: #f0faff;
  border: 2px solid #0058ab;
  -webkit-box-shadow: 6px 6px 0 0 #0058ab;
          box-shadow: 6px 6px 0 0 #0058ab;
  color: #0058ab;
  text-align: center;
  border-radius: 10em;
  position: relative;
  padding: 1em 10px;
}

.textBalloon:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  background: url("/recruit/common/images/icon/balloon-1.png") no-repeat center center;
  background-size: contain;
  width: 34px;
  height: 40px;
  margin-left: -17px;
}

.textBalloon > span {
  display: inline-block;
  font-size: 3.6rem;
  text-align: center;
  color: #0058ab;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .textBalloon {
    -webkit-box-shadow: 3px 3px 0 0 #0058ab;
            box-shadow: 3px 3px 0 0 #0058ab;
    padding: 0.6em 1em 0.5em;
  }
  .textBalloon:before {
    width: 17px;
    height: 20px;
    top: auto;
    bottom: -20px;
    margin-left: -8px;
  }
  .textBalloon > span {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

/* Hr
---------------------------------------------------------- */
.hrLine, .hrLine2, .hrLine3, .hrLine4 {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none;
  background: url("/recruit/common/images/layout/line-bg-1.png") no-repeat center center;
  background-size: cover;
  height: 4.5vw;
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  .hrLine, .hrLine2, .hrLine3, .hrLine4 {
    margin: 50px 0;
    background-size: 150% auto;
    height: 6.75vw;
  }
}

.hrLine2 {
  background-image: url("/recruit/common/images/layout/line-bg-2.png");
  height: 5vw;
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  .hrLine2 {
    margin: 50px 0;
    background-size: 150% auto;
    height: 7.5vw;
  }
}

.hrLine3 {
  background-image: url("/recruit/common/images/layout/line-bg-3.png");
  height: 7.6vw;
  margin: 100px 0 0;
}

@media screen and (max-width: 768px) {
  .hrLine3 {
    margin: 50px 0 0;
    background-size: 150% auto;
    height: 12vw;
  }
}

.hrLine4 {
  background-image: url("/recruit/common/images/layout/line-bg-4.png");
  height: 6vw;
  margin: 0 0 100px;
}

@media screen and (max-width: 768px) {
  .hrLine4 {
    margin: 0 0 50px;
    background-size: 150% auto;
    height: 9vw;
  }
}

/* Layout
---------------------------------------------------------- */
.interviewMainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fcfae9;
}

.interviewMainvisual__content {
  width: 50%;
  padding: 1em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.interviewMainvisual__content > *:first-child {
  margin-top: 0;
}

.interviewMainvisual__image {
  background: no-repeat center top;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.interviewMainvisual__head {
  font-size: 3.0rem;
  font-weight: bold;
  color: #0058ab;
  position: relative;
  padding-bottom: 0.5em;
  width: 100%;
  max-width: 530px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
}

.interviewMainvisual__head:before {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background: #0058ab;
  position: absolute;
  bottom: 0;
  right: 0;
}

.interviewMainvisual__head > img {
  margin-bottom: 0.5em;
}

.interviewMainvisual__list {
  width: 100%;
  max-width: 530px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
}

.interviewMainvisual__list > dt {
  color: #0058ab;
  margin-top: 1.2em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .interviewMainvisual {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interviewMainvisual__content {
    width: 100%;
    padding: 1.5em 14px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .interviewMainvisual__image {
    width: 100%;
    min-height: 250px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .interviewMainvisual__head {
    font-size: 2.0rem;
    padding-bottom: 1em;
    padding-left: 0;
  }
  .interviewMainvisual__head:before {
    right: 35px;
  }
  .interviewMainvisual__head > img {
    width: 100px;
  }
  .interviewMainvisual__list {
    width: 100%;
    padding-left: 0;
  }
  .interviewMainvisual__list > dt {
    font-size: 1.5rem;
  }
  .interviewMainvisual__list > dd {
    font-size: 1.2rem;
  }
}

.crosstalkMainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #dadeee;
}

.crosstalkMainvisual--color {
  background: #b2d5e2;
}

.crosstalkMainvisual__content {
  width: 50%;
  padding: 1em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.crosstalkMainvisual__content > *:first-child {
  margin-top: 0;
}

.crosstalkMainvisual__image {
  background: no-repeat left center;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.crosstalkMainvisual__label {
  font-size: 1.8rem;
  width: 100%;
  max-width: 530px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #0058ab;
  margin-top: 1em;
}

.crosstalkMainvisual__head {
  font-size: 3.0rem;
  font-weight: bold;
  color: #0058ab;
  position: relative;
  padding-bottom: 0.5em;
  width: 100%;
  max-width: 530px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
}

.crosstalkMainvisual__head:before {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background: #0058ab;
  position: absolute;
  bottom: 0;
  right: 0;
}

.crosstalkMainvisual__head > img {
  margin-bottom: 0.5em;
}

.crosstalkMainvisual__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 530px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.crosstalkMainvisual__list > li {
  width: 25%;
  padding-right: 10px;
}

.crosstalkMainvisual__list > li > span,
.crosstalkMainvisual__list > li > a {
  display: block;
  text-decoration: none;
  color: #0058ab;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
}

.crosstalkMainvisual__list > li > span > img,
.crosstalkMainvisual__list > li > a > img {
  margin-bottom: 0.5em;
}

.crosstalkMainvisual__list > li > span > span,
.crosstalkMainvisual__list > li > a > span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .crosstalkMainvisual {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .crosstalkMainvisual__content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1.5em 14px;
  }
  .crosstalkMainvisual__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    min-height: 250px;
  }
  .crosstalkMainvisual__head {
    font-size: 2.0rem;
    padding-bottom: 1em;
    padding-left: 0;
  }
  .crosstalkMainvisual__head:before {
    right: 35px;
  }
  .crosstalkMainvisual__head > img {
    width: 100px;
  }
  .crosstalkMainvisual__label {
    padding-left: 0;
  }
  .crosstalkMainvisual__list {
    width: calc(100% + 14px);
    padding-left: 0;
    margin-left: -7px;
    margin-right: -7px;
  }
  .crosstalkMainvisual__list > li {
    padding: 0 7px;
  }
  .crosstalkMainvisual__list > li > span {
    font-size: 1.2rem;
  }
  .crosstalkMainvisual__list > li > span > span {
    font-size: 1.0rem;
    display: inline-block;
    margin-bottom: 2px;
  }
}

.layoutThumb2__head {
  text-align: center;
}

.layoutThumb2__head > span {
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 0 70px;
}

.layoutThumb2__head > span:before, .layoutThumb2__head > span:after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 78px;
  background: url("/recruit/common/images/layout/footer-entry-2.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.layoutThumb2__head > span:before {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.layoutThumb2__head > span > span {
  display: inline-block;
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 1em;
}

.layoutThumb2__image {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .layoutThumb2__head > span {
    padding: 0 60px;
  }
  .layoutThumb2__head > span > span {
    margin-top: 0.5em;
  }
  .layoutThumb2__image {
    margin-top: 1em;
  }
}

.layoutThumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layoutThumb__head {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  margin-top: 2em;
}

.layoutThumb__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1em;
}

.layoutThumb__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .layoutThumb__head {
    font-size: 2.0rem;
    margin-top: 1em;
  }
  .layoutThumb__text {
    margin-top: 1em;
  }
  .layoutThumb__image > img {
    width: 100%;
    max-width: 285px;
  }
}

.layoutColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
  width: calc(100% + 2em);
  margin-left: -1em;
  margin-right: -1em;
}

.layoutColumn__item {
  padding: 0 1em;
}

.layoutColumn__item > *:first-child {
  margin-top: 0;
}

.layoutColumn--col2 .layoutColumn__item {
  width: 50%;
}

.layoutColumn--col2 .layoutColumn__item:nth-child(n+3) {
  margin-top: 2.5em;
}

.layoutColumn--col3 .layoutColumn__item {
  width: 33.33333%;
}

.layoutColumn--col3 .layoutColumn__item:nth-child(n+4) {
  margin-top: 2.5em;
}

.layoutColumn--col3s .layoutColumn__item:nth-child(n+4) {
  margin-top: 4em;
}

.layoutColumn--col4 .layoutColumn__item {
  width: 25%;
}

.layoutColumn--col4 .layoutColumn__item:nth-child(n+5) {
  margin-top: 2em;
}

.layoutColumn--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layoutColumn--staff {
  width: calc(100% + 44px);
  margin-left: -22px;
  margin-right: -22px;
}

.layoutColumn--staff .layoutColumn__item {
  padding: 0 22px;
}

.layoutColumn--staff .layoutColumn__item > p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.layoutColumn--staff .layoutColumn__item:nth-child(n+4) {
  margin-top: 4em;
}

.layoutColumn .layoutFull {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .layoutColumn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .layoutColumn__item {
    width: 100% !important;
    padding: 0 !important;
  }
  .layoutColumn__item:not(:first-child) {
    margin-top: 2em;
  }
  .layoutColumn--col2_sp {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .layoutColumn--col2_sp .layoutColumn__item {
    width: 50% !important;
    padding: 0 10px !important;
    margin-top: 0 !important;
  }
  .layoutColumn--col2_sp .layoutColumn__item:nth-child(n+3) {
    margin-top: 1.2em !important;
  }
}

.layoutImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 4.8em);
  margin-top: 4em;
  margin-left: -2.4em;
  margin-right: -2.4em;
}

.layoutImage__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  padding: 0 2.4em;
}

.layoutImage__content > *:first-child {
  margin-top: 0;
}

.layoutImage__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  padding: 0 2.4em;
}

.layoutImage--reverse .layoutImage__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.layoutImage--reverse .layoutImage__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .layoutImage {
    margin-top: 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .layoutImage__content {
    width: 100%;
    padding: 0;
    margin-top: 1.5em;
  }
  .layoutImage__content p {
    line-height: 1.5;
  }
  .layoutImage__image {
    width: 100%;
    padding: 0;
  }
  .layoutImage--reverse .layoutImage__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layoutImage--reverse .layoutImage__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.layoutImage2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 40px);
  margin-top: 2em;
  margin-left: -20px;
  margin-right: -20px;
}

.layoutImage2__content {
  width: 50%;
  padding: 0 20px;
}

.layoutImage2__content > *:first-child {
  margin-top: 0;
}

.layoutImage2__image {
  width: 50%;
  padding: 0 20px;
}

.layoutImage2--work, .layoutImage2--value {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

.layoutImage2--work .layoutImage2__content, .layoutImage2--value .layoutImage2__content {
  width: 68%;
  padding: 0 10px;
}

.layoutImage2--work .layoutImage2__image, .layoutImage2--value .layoutImage2__image {
  width: 32%;
  padding: 0 10px;
}

.layoutImage2--work .layoutImage2__content > .linkBase {
  margin-top: 0.5em;
}

.layoutImage2--work .layoutImage2__content > p {
  margin-top: 0.8em;
}

.layoutImage2--reverse .layoutImage2__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.layoutImage2--reverse .layoutImage2__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .layoutImage2 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .layoutImage2 .listDisc {
    line-height: 1.4;
  }
  .layoutImage2__content {
    width: 100% !important;
    padding: 0;
  }
  .layoutImage2__image {
    width: 100% !important;
    padding: 0;
    margin-top: 1em;
  }
  .layoutImage2--work, .layoutImage2--value {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .layoutImage2--work .layoutImage2__content, .layoutImage2--value .layoutImage2__content {
    width: 70% !important;
    margin-top: 0 !important;
    padding: 0;
  }
  .layoutImage2--work .layoutImage2__image, .layoutImage2--value .layoutImage2__image {
    width: 30% !important;
    padding: 0;
  }
  .layoutImage2--reverse .layoutImage2__content {
    margin-top: 1em;
  }
  .layoutImage2--reverse .layoutImage2__image {
    margin-top: 0;
  }
}

.layoutFull {
  margin-top: 3em;
  text-align: center;
}

.layoutFull__image {
  text-align: center;
  display: inline-block;
}

.layoutFull__caption {
  display: block;
  text-align: left;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .layoutFull {
    margin-top: 2.5em;
  }
  .layoutFull--wide {
    margin-left: -10px;
    margin-right: -10px;
  }
  .layoutFull--scroll {
    margin-right: -10px;
    width: calc(100% + 10px);
    overflow-x: scroll;
    padding: 1px 0;
  }
  .layoutFull--scroll .layoutFull__image > img {
    max-width: 200vw;
    margin-right: 10px;
  }
  .layoutFull__caption {
    font-size: 1.4rem;
  }
}

.layoutFlex {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

.layoutFlex__item {
  padding: 0 10px;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .layoutFlex {
    margin-top: 1.5em;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .layoutFlex__item {
    padding: 0;
  }
  .layoutFlex__item:first-child {
    margin-top: 0;
  }
}

.linkBase > a {
  display: inline-block;
  color: #37a0dc;
  position: relative;
  text-decoration: none;
  padding-left: 1.2em;
}

.linkBase > a:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #37a0dc;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.linkBanner {
  margin-top: 1em;
}

.linkBanner > a {
  display: inline-block;
}

/* Panel
---------------------------------------------------------- */
.panelStaff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-decoration: none;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.panelStaff__content {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #448aca;
  color: #fff;
  text-align: center;
  padding: 1.25em 5px;
}

.panelStaff__content > *:first-child {
  margin-top: 0;
}

.panelStaff__image {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.panelStaff__label {
  font-size: 1.4rem;
  font-weight: bold;
}

.panelStaff__label br {
  display: none;
}

.panelStaff__name {
  font-size: 2.2rem;
  line-height: 1.2;
}

.panelStaff:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .panelStaff__content {
    padding: 0.8em 2px;
  }
  .panelStaff__label {
    font-size: 1.0rem;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
  .panelStaff__label br {
    display: inline-block;
  }
  .panelStaff__name {
    font-size: 1.6rem;
  }
}

.panelStaff2 {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.panelStaff2__content {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #fff;
  text-align: center;
  padding: 1.25em 5px;
}

.panelStaff2__content > *:first-child {
  margin-top: 0;
}

.panelStaff2__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.panelStaff2__image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.panelStaff2__label {
  font-size: 1.4rem;
  font-weight: bold;
}

.panelStaff2__button {
  margin-top: 1em;
  display: inline-block;
  min-width: 200px;
  line-height: 40px;
  border-radius: 10em;
  font-size: 1.8rem;
  color: #fff;
  background: #0058ab;
  text-decoration: none;
  position: relative;
  padding: 0 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.panelStaff2__button:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.panelStaff2__name {
  font-size: 2.2rem;
  line-height: 1.2;
}

.panelStaff2:hover .panelStaff2__button {
  background: #3d86cb;
}

@media screen and (max-width: 1100px) {
  .panelStaff2__button {
    width: 100%;
    min-width: inherit;
    font-size: 1.4rem;
  }
}

.panelInterview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 8.5em;
}

.panelInterview__content {
  width: 50%;
  background: #fcfae9;
  padding: 2.5em 2.5em 3.5em;
  position: relative;
  z-index: 1;
}

.panelInterview__content > *:first-child {
  margin-top: 0;
}

.panelInterview__content p {
  line-height: 1.6;
}

.panelInterview__image {
  width: 50%;
  position: relative;
  margin-left: -2.5em;
  margin-top: 5em;
  text-align: center;
}

.panelInterview__image--double {
  margin-top: 13.5em;
}

.panelInterview__image--double + .panelInterview__content {
  margin-top: -13em;
}

.panelInterview__image--double + .panelInterview__content--space {
  margin-top: -7em;
}

.panelInterview + .panelInterview {
  margin-top: 3.1em;
}

@media screen and (max-width: 1100px) {
  .panelInterview__image--double + .panelInterview__content {
    margin-top: -3em;
  }
  .panelInterview__image--double + .panelInterview__content--space {
    margin-top: 1em;
  }
}

@media screen and (max-width: 768px) {
  .panelInterview {
    margin-top: 0;
  }
  .panelInterview:first-child {
    margin-top: 50px;
  }
  .panelInterview__content {
    width: 100%;
    padding: 24px;
  }
  .panelInterview__content p {
    line-height: 1.5;
  }
  .panelInterview__image {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  .panelInterview__image--double {
    margin-top: 25px;
  }
  .panelInterview__image--double + .panelInterview__content {
    margin-top: 25px;
  }
  .panelInterview + .panelInterview {
    margin-top: 25px;
  }
}

/* List
---------------------------------------------------------- */
.listLabel {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listLabel > dt {
  width: 8em;
}

.listLabel > dd {
  width: calc(100% - 8em);
  position: relative;
  padding-left: 1em;
}

.listLabel > dd:before {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .listLabel > dt {
    width: 100%;
    position: relative;
  }
  .listLabel > dt:not(:first-child) {
    margin-top: 1em;
  }
  .listLabel > dt:after {
    content: "：";
    display: inline-block;
  }
  .listLabel > dd {
    width: 100%;
  }
  .listLabel > dd:before {
    display: none;
  }
}

.listButton {
  margin-top: 2em;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: stretch;
}

.listButton > li {
  width: 25%;
  padding: 0 10px;
}

.listButton .buttonIcon,
.listButton .buttonEntry {
  width: 100%;
  min-width: inherit;
}

@media screen and (max-width: 1000px) {
  .listButton > li {
    width: 50%;
  }
  .listButton > li:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .listButton > li {
    width: 100%;
  }
  .listButton > li:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .listFlowWrap {
    overflow-x: scroll;
  }
}

.listFlow {
  margin-top: 2em;
  margin-left: -22px;
  margin-right: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1224px;
}

.listFlow > li {
  width: 20%;
  padding: 0 22px;
  position: relative;
}

.listFlow > li:not(:first-child):before {
  content: "";
  width: 0;
  height: 0;
  border: 1.2em solid transparent;
  border-left-color: #0058ab;
  position: absolute;
  top: 50%;
  left: -7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.listFlow__panel {
  border: 1px solid #0058ab;
  background: #fff;
  border-radius: 1em;
  overflow: hidden;
  height: 100%;
}

.listFlow__head {
  background: #eef4fa;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  color: #0058ab;
  padding: 10px 0;
}

.listFlow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0;
}

.listFlow__content > span {
  text-align: center;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}

.listFlow__content--finish {
  background: #eef4fa;
  height: 100%;
}

.listFlow__content--finish2 {
  background: #eef4fa;
}

.listFlow--col4 > li {
  width: 25%;
}

.listFlow--col6 > li {
  width: 16.6%;
}

@media screen and (max-width: 1300px) {
  .listFlow {
    width: 1000px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .listFlow--col6 {
    width: 1200px;
  }
  .listFlow > li {
    padding: 0 16px;
  }
  .listFlow > li:not(:first-child):before {
    border-width: 0.6em;
    left: -5px;
  }
  .listFlow__panel {
    min-width: 120px;
  }
  .listFlow__head {
    font-size: 1.6rem;
  }
  .listFlow__content {
    padding: 0.8em 0;
  }
  .listFlow__content > span {
    font-size: 1.6rem;
  }
}

.listFlow2 {
  margin-top: 2em;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listFlow2 > li {
  width: 33.33333%;
  padding: 0 25px;
  position: relative;
}

.listFlow2 > li:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border: 2em solid transparent;
  border-left-color: #0058ab;
  position: absolute;
  top: 50%;
  left: calc(100% - 25px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.listFlow2__panel {
  border: 1px solid #0058ab;
  background: #fff;
  border-radius: 1em;
  overflow: hidden;
  height: 100%;
}

.listFlow2__head {
  background: #eef4fa;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  color: #0058ab;
  padding: 10px 0;
}

.listFlow2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px 2em;
}

.listFlow2__content > div {
  margin-top: 1.2em;
}

.listFlow2__content > div > img {
  width: 100%;
  max-width: 100%;
}

.listFlow2__content > p {
  margin-top: 1em;
  text-align: center;
}

.listFlow2__content > p:first-child {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .listFlow2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listFlow2 > li {
    width: 100%;
    padding: 0;
  }
  .listFlow2 > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .listFlow2 > li:not(:last-child):after {
    border: 1.8em solid transparent;
    border-top-color: #0058ab;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .listFlow2__panel {
    border-radius: 8px;
  }
  .listFlow2__head {
    font-size: 2.4rem;
    padding: 8px 10px;
  }
  .listFlow2__content {
    padding: 1em 10px;
  }
  .listFlow2__content > div {
    margin-top: 0;
  }
  .listFlow2__content > p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .listFlow2__content > p:first-child {
    margin-top: 0;
  }
}

.listNumber {
  margin-top: 2em;
}

.listNumber > li {
  position: relative;
  padding-left: 3em;
}

.listNumber > li:not(:first-child) {
  margin-top: 2em;
}

.listNumber__mark {
  display: inline-block;
  width: calc(2em + 4px);
  line-height: 2;
  color: #0058ab;
  font-weight: bold;
  background: #eef4fa;
  border: 2px solid #0058ab;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .listNumber > li {
    padding-left: 2em;
  }
  .listNumber__mark {
    width: calc(1.6em + 2px);
    line-height: 1.6;
    border-width: 1px;
    top: 0.2em;
    -webkit-transform: none;
            transform: none;
    font-size: 1.4rem;
  }
}

.listFaq {
  margin-top: 4em;
}

.listFaq__item {
  position: relative;
}

.listFaq__item--a {
  margin-top: 14px !important;
}

.listFaq__item--a:not(:last-child) .listFaq__content {
  margin-bottom: 2em;
  border-bottom: 1px solid #313131;
  padding-bottom: 2.5em;
}

@media screen and (max-width: 768px) {
  .listFaq__item--a:not(:last-child) .listFaq__content {
    padding-bottom: 2em;
  }
}

.listFaq__item--a .listFaq__mark {
  background: #df3744;
}

.listFaq__item--a .listFaq__content {
  color: inherit;
  font-weight: normal;
  font-size: 1.6rem;
}

.listFaq__mark {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  width: 2.25em;
  line-height: 2.25;
  background: #0058ab;
  color: #fff;
  border-radius: 50%;
}

.listFaq__content {
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
  color: #0058ab;
  font-size: 1.8rem;
  padding-left: 56px;
  padding-top: 5px;
}

.listFaq__content > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .listFaq {
    margin-top: 2em;
  }
  .listFaq .layoutFull {
    margin-top: 1em;
  }
  .listFaq__mark {
    font-size: 1.4rem;
  }
  .listFaq__content {
    font-size: 1.4rem !important;
    padding-left: 40px;
    padding-top: 3px;
  }
}

.listAnchor {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
}

.listAnchor:first-child {
  margin-top: -1em;
}

.listAnchor > li {
  margin-top: 1em;
  min-width: 368px;
  padding: 0 18px;
}

.listAnchor > li > a {
  display: flex;
  text-decoration: none;
  border: 1px solid #0058ab;
  -webkit-box-shadow: 3px 3px 0 #0058ab;
          box-shadow: 3px 3px 0 #0058ab;
  padding: 0.4em 1em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.listAnchor > li > a > span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  color: #0058ab;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listAnchor > li > a > span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/recruit/common/images/icon/arrow-2.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listAnchor > li > a:hover {
  background: #3d86cb;
}

.listAnchor > li > a:hover > span {
  color: #fff;
}

.listAnchor > li > a:hover > span:before {
  background-image: url("/recruit/common/images/icon/arrow-3.png");
}

.listAnchor--col2 > li {
  min-width: inherit;
  width: 50%;
}

.listAnchor--col3 > li {
  min-width: inherit;
  width: 33.33333%;
}

.listAnchor--col4 {
  width: calc(100% + 28px);
  margin-left: -14px;
  margin-right: -14px;
}

.listAnchor--col4 > li {
  min-width: inherit;
  width: 25%;
  padding: 0 14px;
}

.listAnchor--col4 > li > a > span {
  width: 100%;
  font-size: 2.0rem;
  padding-left: 2em;
}

@media screen and (max-width: 1000px) {
  .listAnchor {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .listAnchor > li {
    min-width: inherit;
    padding: 0 10px;
  }
  .listAnchor > li > a > span {
    font-size: 1.8rem;
    padding-left: 2em;
  }
}

@media screen and (max-width: 768px) {
  .listAnchor {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listAnchor > li {
    width: 100%;
    padding: 0;
  }
  .listAnchor > li > a {
    text-align: left;
    padding: 0.55em 0.5em 0.65em;
  }
  .listAnchor > li > a > span {
    font-size: 1.2rem;
  }
  .listAnchor > li > a > span:before {
    width: 16px;
    height: 16px;
    padding-left: 1.5em;
  }
}

.listTime > li {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.listTime > li:not(:first-child) {
  margin-top: 3px;
}

.listTime__time {
  background: #0058ab;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 5.6em;
}

.listTime__text {
  margin-left: 3px;
  background: #fff;
  width: calc(100% - 5.6em);
  padding: 0 1em;
}

@media screen and (max-width: 768px) {
  .listTime > li {
    font-size: 1.5rem;
  }
  .listTime__time {
    width: 4.5em;
  }
  .listTime__text {
    margin-left: 2px;
    width: calc(100% - 4.5em);
    padding: 0 0.5em;
  }
}

.listTalk {
  margin-top: 2em;
}

.listTalk > li {
  padding-left: 74px;
  position: relative;
}

.listTalk > li:not(:first-child) {
  margin-top: 1.5em;
}

.listTalk__name {
  font-size: 1.4rem;
  width: 52px;
  line-height: 52px;
  background: #dadeee;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
}

.listTalk__text {
  display: block;
  line-height: 1.5;
  padding-top: 0.2em;
  min-height: 52px;
}

@media screen and (max-width: 768px) {
  .listTalk > li {
    padding-left: 93px;
  }
  .listTalk__text {
    min-height: 72px;
  }
  .listTalk__name {
    font-size: 2.0rem;
    width: 72px;
    line-height: 72px;
  }
}

/* Table
---------------------------------------------------------- */
.tableBase {
  width: 100%;
  border: 1px solid #535353;
  border-width: 1px 0 0 1px;
  margin-top: 2.5em;
}

.tableBase th,
.tableBase td {
  border: 1px solid #535353;
  border-width: 0 1px 1px 0;
  padding: 1.6em 1.85em;
}

.tableBase th {
  background: #d5e1f1;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

.tableBase td {
  background: #fff;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .tableBase {
    margin-top: 1.5em;
    font-size: 1.2rem;
  }
  .tableBase th,
  .tableBase td {
    padding: 0.75em 0.5em;
  }
  .tableBase--break tr, .tableBase--break td, .tableBase--break th {
    display: block;
    width: 100%;
  }
}

.tableEvent {
  width: 100%;
  margin-top: 2.5em;
  border-collapse: separate;
}

.tableEvent th,
.tableEvent td {
  padding: 0.8em 2em;
  vertical-align: middle;
}

.tableEvent thead {
  background: #dcedf5;
}

.tableEvent thead th {
  border-bottom: 10px solid #fff;
  font-weight: bold;
  color: #0058ab;
  text-align: center;
}

.tableEvent thead th:not(:first-child) {
  border-left: 10px solid #fff;
}

.tableEvent thead th:not(:last-child) {
  border-right: 10px solid #fff;
}

.tableEvent tbody tr td {
  border-bottom: 1px solid #535353;
}

.tableEvent tbody tr:first-child td {
  border-top: 1px solid #535353;
}

@media screen and (max-width: 768px) {
  .tableEvent {
    margin-top: 1.5em;
    font-size: 1.1rem;
  }
  .tableEvent th,
  .tableEvent td {
    padding: 0.5em 0.3em;
  }
  .tableEvent thead th {
    border-bottom-width: 5px;
  }
  .tableEvent thead th:not(:first-child) {
    border-left-width: 5px;
  }
  .tableEvent thead th:not(:last-child) {
    border-right-width: 5px;
  }
}

.tableType {
  width: 100%;
  border: 1px solid #535353;
  border-width: 1px;
  margin-top: 2.5em;
  border-radius: 1.25em;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.tableType th,
.tableType td {
  border-bottom: 1px solid #535353;
  padding: 1.6em 1.85em;
}

.tableType th {
  background: #dcedf5;
  color: #0058ab;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.tableType td {
  background: #fff;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.tableType tbody tr:last-child th, .tableType tbody tr:last-child td {
  border-bottom: none;
}

.tableType tr:first-child > *:first-child {
  border-radius: 1.25em 0 0 0;
}

.tableType tr:first-child > *:last-child {
  border-radius: 0 1.25em 0 0;
}

.tableType tr:last-child > *:first-child {
  border-radius: 0 0 0 1.25em;
}

.tableType tr:last-child > *:last-child {
  border-radius: 0 0 1.25em 0;
}

.tableType .table__layouter--for-pc {
  display: table-column-group;
}

.tableType .table__layouter--for-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .tableType {
    margin-top: 1.5em;
    font-size: 1.2rem;
  }
  .tableType th,
  .tableType td {
    padding: 0.75em 0.5em;
  }
  .tableType--break tr, .tableType--break td, .tableType--break th {
    display: block;
    width: 100%;
  }
  .tableType--break th {
    border-bottom: none;
  }
  .tableType--break tr:first-child > *:first-child {
    border-radius: 1.25em 1.25em 0 0;
  }
  .tableType--break tr:first-child > *:last-child {
    border-radius: 0;
  }
  .tableType--break tr:last-child > *:first-child {
    border-radius: 0;
  }
  .tableType--break tr:last-child > *:last-child {
    border-radius: 0 0 1.25em 1.25em;
  }

  .tableType .table__layouter--for-pc {
    display: none;
  }
  
  .tableType .table__layouter--for-sp {
    display: table-column-group;
  }
}

/* Adjust
---------------------------------------------------------- */
.a-tac {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .a-tac-sp {
    text-align: center !important;
  }
}

.a-tar {
  text-align: right !important;
}

.a-tal {
  text-align: left !important;
}

.a-w5 {
  width: 5%;
}

.a-w10 {
  width: 10%;
}

.a-w15 {
  width: 15%;
}

.a-w20 {
  width: 20%;
}

.a-w25 {
  width: 25%;
}

.a-w30 {
  width: 30%;
}

.a-w35 {
  width: 35%;
}

.a-w40 {
  width: 40%;
}

.a-w45 {
  width: 45%;
}

.a-w50 {
  width: 50%;
}

.a-w55 {
  width: 55%;
}

.a-w60 {
  width: 60%;
}

.a-w65 {
  width: 65%;
}

.a-w70 {
  width: 70%;
}

.a-w75 {
  width: 75%;
}

.a-w80 {
  width: 80%;
}

.a-w85 {
  width: 85%;
}

.a-w90 {
  width: 90%;
}

.a-w95 {
  width: 95%;
}

.a-w100 {
  width: 100%;
}

.a-dib-pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .a-dib-pc {
    display: none;
  }
}

.a-dib-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .a-dib-sp {
    display: inline-block;
  }
}

.a-mt {
  margin-top: 4em;
}

@media screen and (max-width: 768px) {
  .a-mt {
    margin-top: 2.5em;
  }
}

.a-mt2 {
  margin-top: 1em;
}

/* component
---------------------------------------------------------- */
.textLead2 {
  text-align: center;
  margin-top: 2em;
}

.textNotice {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .textNotice {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 0.5em;
  }
}

.listDisc li {
  padding-left: 1em;
}

.listDisc li:before {
  content: "・";
  margin-left: -1em;
}

.listDisc2 {
  margin-top: 1em;
}

.listDisc2 li {
  display: inline-block;
  padding-left: 1em;
  margin-right: 2em;
}

.listDisc2 li:before {
  content: "・";
  margin-left: -1em;
}

.imageThumb {
  margin-top: 1.2em;
  text-align: center;
}

/* Section
---------------------------------------------------------- */
.sectionVision2 {
  background: #8fbee3 url("/recruit/common/images/detail/mv-bg-1.jpg") no-repeat center bottom;
  color: #fff;
  text-align: center;
  padding: 130px 10px 0;
  height: 500px;
}

.sectionVision2 .sectionBase__head > span {
  display: inline-block;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
}

.sectionVision2__text {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-top: 1.8em;
}

@media screen and (max-width: 768px) {
  .sectionVision2 {
    background-size: cover;
    height: inherit;
    padding: 45px 10px 50px;
  }
  .sectionVision2 .sectionBase__head > img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    display: block;
    margin: 0 auto;
  }
  .sectionVision2 .sectionBase__head > span {
    font-size: 3.4rem;
  }
  .sectionVision2__text {
    font-size: 1.3rem;
    margin-top: 1.2em;
  }
}

.sectionBusiness2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sectionBusiness2 .layoutColumn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
}

.sectionBusiness2__head {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  margin-top: 0.8em !important;
}

.sectionBusiness2__head--red {
  color: #fa4150;
}

.sectionBusiness2__head--green {
  color: #8cc841;
}

.sectionBusiness2__head--blue {
  color: #28aae1;
}

.sectionBusiness2__head--orange {
  color: #f5911e;
}

.sectionBusiness2__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

.sectionBusiness2__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  line-height: 1.5;
  margin-top: 1.25em;
}

.sectionBusiness2__label {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 1.5em;
  font-weight: bold;
}

.sectionBusiness2__label span {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 1em;
  text-indent: 1em;
  text-align: center;
  display: block;
}

.sectionBusiness2__label ul {
  margin: 1.3em 1em;
  line-height: 1.25;
}

.sectionBusiness2__label ul li {
  padding-left: 1em;
  margin-top: 0.5em;
  font-size: 1.4rem;
}

.sectionBusiness2__label ul li:before {
  content: "・";
  margin-left: -1em;
}

.sectionBusiness2__label--red {
  border: 2px solid #fa4150;
}

.sectionBusiness2__label--red span {
  background-color: #fa4150;
}

.sectionBusiness2__label--green {
  border: 2px solid #8cc841;
}

.sectionBusiness2__label--green span {
  background-color: #8cc841;
}

.sectionBusiness2__label--blue {
  border: 2px solid #28aae1;
}

.sectionBusiness2__label--blue span {
  background-color: #28aae1;
}

.sectionBusiness2__label--orange {
  border: 2px solid #f5911e;
}

.sectionBusiness2__label--orange span {
  background-color: #f5911e;
}

@media screen and (max-width: 768px) {
  .sectionBusiness2 {
    max-width: 275px;
    margin: 0 auto;
  }
  .sectionBusiness2__head {
    font-size: 2.0rem;
    margin-top: 0.5em !important;
  }
  .sectionBusiness2__text {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}

.sectionValue {
  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-top: 3.8em;
  margin-bottom: 100px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.sectionValue__caption > div {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: bold;
  margin-right: 15px;
  width: 100px;
  text-align: center;
}

.sectionValue__caption span {
  padding: 10px;
  display: block;
}

.sectionValue__caption--orenge {
  width: 32%;
}

.sectionValue__caption--orenge span {
  background-color: #f5911e;
}

.sectionValue__caption--blue {
  width: 30%;
}

.sectionValue__caption--blue span {
  background-color: #0058ab;
}

.sectionValue__caption--green {
  width: 37%;
}

.sectionValue__caption--green span {
  background-color: #8cc841;
}

.sectionValue__caption > p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .sectionValue {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 3em;
  }
  .sectionValue__caption span {
    padding: 5px;
  }
  .sectionValue__caption--orenge, .sectionValue__caption--blue, .sectionValue__caption--green {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sectionNext .layoutImage {
  padding: 0 6.25em;
}

.sectionNext .layoutImage__content {
  width: calc(640 / 970 * 100%);
  padding: 0 0 0 3.8em;
}

.sectionNext .layoutImage__image {
  width: calc(330 / 970 * 100%);
}

@media screen and (max-width: 1000px) {
  .sectionNext .layoutImage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sectionNext .layoutImage__content {
    width: 100%;
    padding: 3.8em 0 0;
  }
  .sectionNext .layoutImage__image {
    width: 100%;
    text-align: center;
  }
  .sectionNext .layoutImage__image > img {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .sectionNext .layoutImage {
    padding: 0;
    margin-top: 2em;
  }
  .sectionNext .layoutImage__content {
    margin-top: 1em;
    padding-top: 0;
  }
  .sectionNext .layoutImage__image {
    text-align: center;
  }
  .sectionNext .layoutImage__image > img {
    max-width: 220px;
  }
}

/* Button
---------------------------------------------------------- */
.buttonWrap {
  margin-top: 1em;
  text-align: center;
}

.buttonWrap > [class^="button"] {
  margin: 1em 10px 0;
}

@media screen and (max-width: 768px) {
  .buttonWrap > [class^="button"] {
    margin-left: 0;
    margin-right: 0;
  }
}

.buttonEntry {
  text-align: center;
  display: inline-block;
  background: #e8606a;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 1.33em 2em 1.33em 4em;
  min-width: 280px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buttonEntry:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/recruit/common/images/icon/entry-1.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buttonEntry > span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  padding-right: 1.7em;
  line-height: 1.3;
}

.buttonEntry > span:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("/recruit/common/images/icon/arrow-1.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buttonEntry:hover {
  background: #ec8b92;
}

@media screen and (max-width: 768px) {
  .buttonEntry {
    padding: 1.33em 1em 1.33em 2.5em;
    width: 100%;
  }
  .buttonEntry:before {
    width: 20px;
    height: 20px;
    left: 10px;
  }
  .buttonEntry > span {
    font-size: 1.6rem;
  }
  .buttonEntry > span:after {
    width: 16px;
    height: 16px;
  }
}

.buttonIcon {
  text-align: center;
  display: flex;
  background: #eef4fa;
  border: 1px solid #0058ab;
  color: #0058ab;
  text-decoration: none;
  position: relative;
  padding: 1.33em 10px 1.33em 4em;
  min-width: 280px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.buttonIcon:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("/recruit/common/images/icon/button-1.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buttonIcon--icon2:before {
  background-image: url("/recruit/common/images/icon/button-2.png");
}

.buttonIcon--icon3:before {
  background-image: url("/recruit/common/images/icon/button-3.png");
}

.buttonIcon > span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  padding-right: 1.7em;
  line-height: 1.3;
}

.buttonIcon > span:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("/recruit/common/images/icon/arrow-4.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buttonIcon:hover {
  background: #3d86cb;
  border-color: #3d86cb;
  color: #fff;
}

.buttonIcon:hover > span:after {
  background-image: url("/recruit/common/images/icon/arrow-1.png");
}

@media screen and (max-width: 768px) {
  .buttonIcon {
    padding: 1.33em 1em 1.33em 2.5em;
    width: 100%;
  }
  .buttonIcon:before {
    width: 20px;
    height: 20px;
    left: 10px;
  }
  .buttonIcon > span {
    font-size: 1.6rem;
  }
  .buttonIcon > span:after {
    width: 16px;
    height: 16px;
  }
}

/* Box
---------------------------------------------------------- */
.boxBase {
  border: 2px solid #0058ab;
  padding: 2em;
  margin-top: 2em;
  background: #fff;
}

.boxBase > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .boxBase {
    padding: 1em 0.5em;
  }
}

.boxData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  margin-right: -20px;
  margin-left: -20px;
}

.boxData__content {
  padding: 0 20px 35px 20px;
}

.boxData__content-inner {
  border: 1px solid #0058ab;
  padding: 30px 34px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.boxData__content-inner h3 {
  color: #0058ab;
  font-size: 2.0rem;
  border-bottom: 1px solid #0058ab;
  padding-bottom: 10px;
  text-align: center;
}

.boxData__content-inner span {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.boxData__content-inner span em {
  color: #ff0000;
  font-size: 4.2rem;
}

.boxData__content-inner span em.small {
  font-size: 2.8rem;
}

.boxData__content-inner span + div {
  margin-top: 20px;
}

.boxData__content--item1 {
  width: 100%;
}

.boxData__content--item1 .boxData__content-inner > div {
  text-align: center;
  margin: 50px auto 27px;
}

.boxData__content--item2, .boxData__content--item3 {
  width: 33.33333%;
}

.boxData__content--item2 .boxData__content-inner > span, .boxData__content--item3 .boxData__content-inner > span {
  margin-top: 15px;
  display: inline-block;
}

.boxData__content--item2 .boxData__content-inner > div, .boxData__content--item3 .boxData__content-inner > div {
  text-align: center;
  padding-bottom: 10px;
}

.boxData__content--item3 .boxData__content-inner > div {
  text-align: center;
  margin: 2.75em auto 0;
}

.boxData__content--item4 {
  width: 100%;
  padding-bottom: 0;
}

.boxData__content--item4 .boxData__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.boxData__content--item4 .boxData__content-inner > div h3 {
  margin-bottom: 20px;
}

.boxData__content--item4 .boxData__content-inner > div span {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}

.boxData__content--item4 .boxData__content-inner > div:nth-child(1) {
  width: calc(345 / 1113 * 100%);
  padding-right: 40px;
}

.boxData__content--item4 .boxData__content-inner > div:nth-child(2) {
  width: calc(380 / 1113 * 100%);
  padding-right: 75px;
}

.boxData__content--item4 .boxData__content-inner > div:nth-child(3) {
  width: calc(388 / 1113 * 100%);
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .boxData__content--item4 .boxData__content-inner > div:nth-child(1), .boxData__content--item4 .boxData__content-inner > div:nth-child(2), .boxData__content--item4 .boxData__content-inner > div:nth-child(3) {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .boxData__content--item4 .boxData__content-inner > div:nth-child(2) {
    margin-top: -50px;
    margin-bottom: 35px;
  }
}

.boxData__content--item4 .boxData__content-inner p {
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .boxData__content--item2, .boxData__content--item3 {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .boxData__content--item2, .boxData__content--item3 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .boxData {
    margin-top: 30px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .boxData__content {
    padding: 0 10px 20px 10px;
  }
  .boxData__content--item1 .boxData__content-inner > div {
    margin: 1.5em auto 0;
  }
  .boxData__content--item4 .boxData__content-inner span {
    font-size: 2.4rem;
    margin-top: 1em !important;
  }
  .boxData__content--item4 .boxData__content-inner span + br {
    display: none;
  }
  .boxData__content--item4 .boxData__content-inner span + br + span {
    margin-top: 0.5em !important;
  }
  .boxData__content--item4 .boxData__content-inner span em {
    font-size: 3.6rem !important;
  }
  .boxData__content-inner {
    padding: 20px;
  }
  .boxData__content-inner span {
    font-size: 2.5rem;
    margin-top: 1em !important;
  }
  .boxData__content-inner span em {
    font-size: inherit;
  }
  .boxData__content-inner span em.small {
    font-size: inherit;
  }
}

/* Group
---------------------------------------------------------- */
.groupContent .layoutColumn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.groupContent .layoutColumn__item > h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
}

.groupContent .layoutColumn__item > p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 5px;
}

.groupContent .layoutColumn__item .layoutFull {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.icon-external > img {
  vertical-align: baseline;
}
