@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */ }

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

input {
  -webkit-border-radius: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }

pre {
  overflow: auto;
  /* Internet Explorer 11- */ }

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }

small {
  font-size: 75%;
  /* All browsers */ }

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }

[hidden] {
  display: none;
  /* Internet Explorer 10- */ }

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0; }

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

/* specify the text decoration of anchors */
a {
  text-decoration: none; }

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent; }

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none; }

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none; }

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* specify the resizability of textareas */
textarea {
  resize: vertical; }

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none; }

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/*# sourceMappingURL=sanitize.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row__item {
    width: 100%; }
    .row__item--mobile-1 {
      width: 8.33333%; }
    .row__item--mobile-2 {
      width: 16.66667%; }
    .row__item--mobile-3 {
      width: 25%; }
    .row__item--mobile-4 {
      width: 33.33333%; }
    .row__item--mobile-5 {
      width: 41.66667%; }
    .row__item--mobile-6 {
      width: 50%; }
    .row__item--mobile-7 {
      width: 58.33333%; }
    .row__item--mobile-8 {
      width: 66.66667%; }
    .row__item--mobile-9 {
      width: 75%; }
    .row__item--mobile-10 {
      width: 83.33333%; }
    .row__item--mobile-11 {
      width: 91.66667%; }
    .row__item--mobile-12 {
      width: 100%; }
    .row__item--mobile-fifth {
      width: 20%; }
    @media screen and (min-width: 768px) {
      .row__item--tablet-1 {
        width: 8.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-2 {
        width: 16.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-3 {
        width: 25%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-4 {
        width: 33.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-5 {
        width: 41.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-6 {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-7 {
        width: 58.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-8 {
        width: 66.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-9 {
        width: 75%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-10 {
        width: 83.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-11 {
        width: 91.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-12 {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-fifth {
        width: 20%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-1 {
        width: 8.33333%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-2 {
        width: 16.66667%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-3 {
        width: 25%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-4 {
        width: 33.33333%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-5 {
        width: 41.66667%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-6 {
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-7 {
        width: 58.33333%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-8 {
        width: 66.66667%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-9 {
        width: 75%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-10 {
        width: 83.33333%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-11 {
        width: 91.66667%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-12 {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-fifth {
        width: 20%; } }
  .row--std {
    margin: -10px; }
    .row--std .row__item {
      padding: 10px; }
  .row--wide {
    margin: -10px; }
    @media screen and (min-width: 768px) {
      .row--wide {
        margin: -30px; } }
    .row--wide .row__item {
      padding: 10px; }
      @media screen and (min-width: 768px) {
        .row--wide .row__item {
          padding: 30px; } }
  .row--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .container {
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 1084px; } }
  .container--mini {
    max-width: 600px; }
  @media screen and (max-width: 767px) {
    .container--sp-nomg {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 1023px) {
    .container--tabsp-nomg {
      padding-left: 0;
      padding-right: 0; } }

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  z-index: 100;
  background: #666; }
  @media screen and (min-width: 768px) {
    .header {
      height: 65px; } }
  @media screen and (min-width: 1024px) {
    .header {
      height: 70px; } }
  .header__body {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
    background: #2b3363; }
    @media screen and (min-width: 768px) {
      .header__body {
        height: 65px; } }
    @media screen and (min-width: 1024px) {
      .header__body {
        height: 70px; } }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .header__logo {
        margin: auto; } }
  .header__img {
    width: 35px;
    height: 35px;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .header__img {
        width: 45px;
        height: 45px; } }
  .header__side-nav, .header__side-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header--fixed {
    position: fixed; }

.menu-btn {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (min-width: 1024px) {
    .menu-btn {
      display: none; } }
  .menu-btn__line {
    position: absolute;
    top: 50%;
    left: 25%;
    display: block;
    width: 50%;
    height: 2px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    background: #fff; }
    .menu-btn__line:nth-child(1) {
      -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
      transform: translateY(-12px); }
    .menu-btn__line:nth-child(2) {
      top: 50%; }
    .menu-btn__line:nth-child(3) {
      -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
      transform: translateY(12px); }
  .menu-btn--open .menu-btn__line:nth-child(1) {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); }
  .menu-btn--open .menu-btn__line:nth-child(2) {
    opacity: 0; }
  .menu-btn--open .menu-btn__line:nth-child(3) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }

.gnav-wrap {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.gnav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0; }
  .gnav__item--register, .gnav__item--login, .gnav__item--logout {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px; }
    .gnav__item--register .gnav__link::before, .gnav__item--login .gnav__link::before, .gnav__item--logout .gnav__link::before {
      display: none; }
  @media screen and (max-width: 1023px) {
    .gnav--open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-left: 1.5em; }
  @media screen and (min-width: 1024px) {
    .gnav-list {
      margin-left: 2em; } }
  .gnav-list__item {
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    .gnav-list__item:hover {
      opacity: .7; }
    .gnav-list__item + .gnav-list__item {
      margin-left: .5em; }
      @media screen and (min-width: 768px) {
        .gnav-list__item + .gnav-list__item {
          margin-left: 1em; } }
    @media screen and (min-width: 1024px) {
      .gnav-list__item--pc-none {
        display: none !important; }
        .gnav-list__item--pc-none .gnav-list__link,
        .gnav-list__item--pc-none .btn {
          display: none !important; } }
  .gnav-list__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .05em;
    color: #b5b9d3;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .gnav-list__link {
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .gnav-list__link {
        height: 65px;
        padding: 0 1rem; } }
    @media screen and (min-width: 1024px) {
      .gnav-list__link {
        height: 70px; } }
    .gnav-list__link:before {
      font-family: "icomoon";
      font-weight: normal;
      font-size: 2rem;
      color: #6d75a8;
      margin-right: 1rem; }
    .gnav-list__link--web:before {
      content: "\e908"; }
    .gnav-list__link--news:before {
      content: "\e919"; }

.side-btn {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #b5b9d3;
  letter-spacing: .05em;
  padding: 0 1em;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
  .side-btn:hover {
    opacity: .7; }
  @media screen and (min-width: 768px) {
    .side-btn {
      height: 65px;
      font-size: 1.4rem;
      padding: 0 1.5em; } }
  @media screen and (min-width: 1024px) {
    .side-btn {
      height: 70px; } }
  .side-btn:after, .side-btn:before {
    font-family: "icomoon";
    font-weight: normal;
    font-size: 2rem;
    color: #6d75a8;
    margin-right: 1rem; }
  .side-btn--login:before, .side-btn--logout:before {
    display: none; }
  @media screen and (max-width: 767px) {
    .side-btn--login:after, .side-btn--logout:after {
      display: none; } }
  @media screen and (min-width: 768px) {
    .side-btn--login:after, .side-btn--logout:after {
      margin-left: .5rem; } }
  .side-btn--login:after {
    content: "\e914"; }
  .side-btn--logout:after {
    content: "\e915"; }
  .side-btn--account {
    color: #fff;
    background: rgba(109, 117, 168, 0.5);
    letter-spacing: .07em; }
    .side-btn--account:after {
      display: none; }
    .side-btn--account:before {
      content: "\e923";
      font-size: 2.6rem;
      color: #b5b9d3; }

@media screen and (min-width: 1024px) {
  .hero-wrap {
    display: none; } }

.hero-wrap--entry-list, .hero-wrap--detail, .hero-wrap--form {
  background: #e4726d; }
  .hero-wrap--entry-list .hero__title:before, .hero-wrap--detail .hero__title:before, .hero-wrap--form .hero__title:before {
    content: "\e924"; }

.hero-wrap--recruitment, .hero-wrap--info {
  background: #317484; }
  .hero-wrap--recruitment .hero__title:before, .hero-wrap--info .hero__title:before {
    content: "\e90b"; }

.hero-wrap--data-analysis {
  background: #dcbe78; }
  .hero-wrap--data-analysis .hero__title:before {
    content: "\e90e"; }

@media screen and (min-width: 1024px) {
  .hero {
    text-align: center; } }

.hero__title {
  padding: 15px 0; }
  @media screen and (max-width: 1023px) {
    .hero__title {
      vertical-align: middle; }
      .hero__title:before {
        display: inline-block;
        content: "\e908";
        font-family: "icomoon";
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 1;
        color: #fff;
        margin-right: 1.5rem;
        vertical-align: unset; } }
  @media screen and (min-width: 1024px) {
    .hero__title-ja, .hero__title-en {
      display: block; } }
  .hero__title-ja {
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: .1em; }
    @media screen and (min-width: 1024px) {
      .hero__title-ja {
        font-size: 1.8rem; } }
  .hero__title-en {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: .17em; }
    @media screen and (max-width: 1023px) {
      .hero__title-en {
        margin-left: 1.6rem; } }

/* マイページテンプレのカスタマイズ  */
.alert-list__item {
  position: relative;
  list-style: none;
  padding: 2.5rem 1.5rem;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
  @media screen and (min-width: 768px) {
    .alert-list__item {
      padding: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .alert-list__item {
      padding: 3rem; } }
  .alert-list__item:hover {
    opacity: .7; }

.alert-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1; }

.alert-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 1024px) {
    .alert-list__head {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .alert-list__head:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "icomoon";
    font-weight: normal;
    font-size: 3.6rem;
    color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 1rem; }
    @media screen and (max-width: 1023px) {
      .alert-list__head:before {
        display: none; } }

.alert-list__inner {
  display: block;
  line-height: 1.4; }
  @media screen and (max-width: 1023px) {
    .alert-list__inner {
      width: 100%;
      text-align: center; } }
  @media screen and (min-width: 1024px) {
    .alert-list__inner {
      -ms-flex-preferred-size: calc(100% - 105px);
      flex-basis: calc(100% - 105px); } }

.alert-list__ttl, .alert-list__matter {
  display: block;
  font-weight: 800;
  color: #2b3363; }
  @media screen and (min-width: 768px) {
    .alert-list__ttl, .alert-list__matter {
      font-size: 1.6rem; } }

.alert-list__ttl {
  font-size: 1.4rem; }
  @media screen and (min-width: 1024px) {
    .alert-list__ttl {
      font-size: 1.7rem; } }

.alert-list__matter {
  font-size: 2rem; }
  @media screen and (max-width: 767px) {
    .alert-list__matter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.alert-list__number {
  font-size: 3.7rem;
  margin-right: .8rem; }
  @media screen and (min-width: 1024px) {
    .alert-list__number {
      font-size: 4.4rem;
      font-weight: 600; } }
  @media screen and (max-width: 767px) {
    .alert-list__number:before {
      display: inline-block;
      content: "\e925";
      font-family: "icomoon";
      font-weight: normal;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 1.4rem;
      text-align: center;
      border-radius: 50%;
      margin-right: .5rem;
      vertical-align: middle; } }

.alert-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  margin-top: 1.5rem; }
  @media screen and (min-width: 1024px) {
    .alert-list__btn {
      margin-top: 2rem; } }
  .alert-list__btn:before {
    display: block;
    content: "\e925";
    font-family: "icomoon";
    font-weight: normal;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center; }
  .alert-list__btn-inner {
    width: calc(100% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 1024px) {
      .alert-list__btn-inner {
        letter-spacing: 0.03em; } }

.alert-card__item {
  background: #fff; }

.alert-card--not-supported {
  border-top: 4px solid #e4726d; }
  .alert-card--not-supported .alert-list__head::before {
    content: "\e924";
    background: #e4726d; }
  .alert-card--not-supported .alert-list__number, .alert-card--not-supported .alert-list__btn {
    color: #e4726d; }
  .alert-card--not-supported .alert-list__btn {
    background: #f9dedd; }
    .alert-card--not-supported .alert-list__btn:before {
      background: #e4726d; }
  .alert-card--not-supported .alert-list__number:before {
    color: #e4726d;
    background: #f9dedd; }

.alert-card--publish {
  border-top: 4px solid #317484; }
  .alert-card--publish .alert-list__head::before {
    content: "\e90b";
    background: #317484; }
  .alert-card--publish .alert-list__number, .alert-card--publish .alert-list__btn {
    color: #317484; }
  .alert-card--publish .alert-list__btn {
    background: #cfdfe2; }
    .alert-card--publish .alert-list__btn:before {
      background: #317484; }
  .alert-card--publish .alert-list__number:before {
    color: #317484;
    background: #cfdfe2; }

.alert-card--entry {
  border-top: 4px solid #dcbe78; }
  @media screen and (max-width: 767px) {
    .alert-card--entry {
      display: none; } }
  .alert-card--entry .alert-list__head::before {
    content: "\e90e";
    background: #dcbe78; }
  .alert-card--entry .alert-list__number, .alert-card--entry .alert-list__btn {
    color: #dcbe78; }
  .alert-card--entry .alert-list__btn {
    background: #f7f0e0; }
    .alert-card--entry .alert-list__btn:before {
      background: #dcbe78; }
  .alert-card--entry .alert-list__number:before {
    color: #dcbe78;
    background: #f7f0e0; }

.mypage-menu {
  width: 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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
  @media screen and (max-width: 767px) {
    .mypage-menu {
      height: 162px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (min-width: 768px) {
    .mypage-menu {
      padding: 3rem; } }
  .mypage-menu:before {
    display: block;
    text-align: center;
    font-family: "icomoon";
    font-weight: normal;
    font-size: 4rem;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .mypage-menu:before {
        line-height: 1;
        font-size: 3rem; } }
  .mypage-menu__title {
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    cursor: pointer;
    text-align: center;
    margin-top: 1.4rem; }
    @media screen and (min-width: 768px) {
      .mypage-menu__title {
        margin-top: .4rem; } }
    .mypage-menu__title-en, .mypage-menu__title-ja {
      display: block; }
    .mypage-menu__title-en {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.5);
      letter-spacing: .2em; }
      @media screen and (min-width: 1024px) {
        .mypage-menu__title-en {
          font-size: 1.2rem; } }
    .mypage-menu__title-ja {
      font-weight: bold;
      font-size: 1.4rem;
      color: #fff;
      letter-spacing: .1em; }
      @media screen and (min-width: 768px) {
        .mypage-menu__title-ja {
          font-size: 1.8rem; } }
  .mypage-menu:hover {
    opacity: .7; }
  .mypage-menu--entry {
    background: #e4726d; }
    .mypage-menu--entry:before {
      content: "\e924"; }
  .mypage-menu--recruit {
    background: #317484; }
    .mypage-menu--recruit:before {
      content: "\e90b"; }
  .mypage-menu--data {
    background: #dcbe78; }
    .mypage-menu--data:before {
      content: "\e90e"; }
  .mypage-menu--account {
    background: #2b3363; }
    .mypage-menu--account:before {
      content: "\e922"; }

.mypage-wrap {
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .mypage-wrap {
      padding: 70px 0; } }
  @media screen and (min-width: 768px) {
    .mypage-wrap__body {
      margin-top: 1rem; } }

.button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5rem 0 0; }
  @media screen and (max-width: 767px) {
    .button-area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

/* ログイン画面  */
.login-card {
  height: 100vh;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .login-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  .login-card__item {
    position: relative;
    height: 100%;
    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; }
    .login-card__item:before {
      position: absolute;
      right: 0;
      content: "";
      display: none; }
    @media screen and (max-width: 1023px) {
      .login-card__item:first-child {
        background: #2b3363; }
        .login-card__item:first-child:before {
          display: block;
          height: 4px;
          width: 100%;
          bottom: 0;
          background: -webkit-gradient(linear, left top, right top, from(#e4726d), color-stop(25%, #e4726d), color-stop(25%, #317484), color-stop(50%, #317484), color-stop(50%, #dcbe78), color-stop(75%, #dcbe78), color-stop(75%, #6d75a8), to(#6d75a8));
          background: -webkit-linear-gradient(left, #e4726d 0%, #e4726d 25%, #317484 25%, #317484 50%, #dcbe78 50%, #dcbe78 75%, #6d75a8 75%, #6d75a8 100%);
          background: -o-linear-gradient(left, #e4726d 0%, #e4726d 25%, #317484 25%, #317484 50%, #dcbe78 50%, #dcbe78 75%, #6d75a8 75%, #6d75a8 100%);
          background: linear-gradient(left, #e4726d 0%, #e4726d 25%, #317484 25%, #317484 50%, #dcbe78 50%, #dcbe78 75%, #6d75a8 75%, #6d75a8 100%); } }
    @media screen and (min-width: 1024px) {
      .login-card__item:last-child {
        background: #2b3363; }
        .login-card__item:last-child:before {
          display: block;
          width: 8px;
          height: 100%;
          top: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(#e4726d), color-stop(25%, #e4726d), color-stop(25%, #317484), color-stop(50%, #317484), color-stop(50%, #dcbe78), color-stop(75%, #dcbe78), color-stop(75%, #6d75a8), to(#6d75a8));
          background: -webkit-linear-gradient(top, #e4726d 0%, #e4726d 25%, #317484 25%, #317484 50%, #dcbe78 50%, #dcbe78 75%, #6d75a8 75%, #6d75a8 100%);
          background: -o-linear-gradient(top, #e4726d 0%, #e4726d 25%, #317484 25%, #317484 50%, #dcbe78 50%, #dcbe78 75%, #6d75a8 75%, #6d75a8 100%);
          background: linear-gradient(top, #e4726d 0%, #e4726d 25%, #317484 25%, #317484 50%, #dcbe78 50%, #dcbe78 75%, #6d75a8 75%, #6d75a8 100%); } }
  @media screen and (min-width: 1024px) {
    .login-card .um-field {
      padding-top: 0 !important; } }
  .login-card .um-field-label {
    font-weight: normal !important;
    color: #fff !important;
    opacity: .6; }
  .login-card .um-button {
    color: #2b3363 !important;
    background: #fff !important;
    border-radius: 30px !important;
    margin-top: 1em !important; }
    @media screen and (min-width: 1024px) {
      .login-card .um-button {
        color: #fff !important;
        background: #2b3363 !important; } }
  @media screen and (max-width: 767px) {
    .login-card .um .um-form input[type="text"],
    .login-card .um .um-form input[type="password"] {
      background: #555d95 !important;
      border: none !important;
      color: #fff !important;
      font-size: 1.6rem !important; }
    .login-card .um .um-form input[type="text"]:focus,
    .login-card .um .um-form input[type="password"]:focus {
      background: #6d75a8 !important;
      border: none !important; } }

@media screen and (max-width: 767px) {
  .login-box {
    max-width: 300px; } }

.login-box__logo {
  text-align: center;
  margin-bottom: 2em; }
  @media screen and (min-width: 1024px) {
    .login-box__logo {
      margin-bottom: 0; } }

.login-box__img {
  width: 80px;
  height: 110px; }
  @media screen and (min-width: 1024px) {
    .login-box__img {
      width: 125px;
      height: 160px; } }

.login-box__ttl {
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: .04em; }

.login-box .um-misc-ul {
  display: none; }

/* ログイン画面　カスタマイズ  */
p.um-notice.err a {
  display: none !important; }

/* アカウントページ　カスタマイズ  */
.um-account-main,
.um-account-side,
.um-account-profile-link {
  display: none; }

.um-account-side ul {
  display: none !important; }

.ac-btn--logout .btn {
  color: #2b3363 !important;
  background: #fff !important; }

.account-page {
  padding: 5rem 2rem; }
  @media screen and (min-width: 768px) {
    .account-page {
      padding: 5rem; } }
  .account-page .btn {
    color: #2b3363;
    background: #fff; }
    .account-page .btn::after {
      content: "\e915";
      font-family: "icomoon";
      font-weight: normal;
      color: rgba(43, 51, 99, 0.5);
      margin-left: 1rem; }
  .account-page--top {
    background: #20274e; }
  .account-page--bottom {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .account-page--bottom {
        padding: 2rem; } }
  .account-page--logo {
    text-align: center;
    padding: 2rem; }
    .account-page--logo .anp-f-logo {
      width: 80px;
      height: 15px;
      opacity: .5; }

.account-title {
  font-weight: 600;
  font-size: 2.1rem;
  letter-spacing: .14em;
  color: #fff;
  margin-bottom: 3rem; }

.account-btn {
  list-style: none;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .account-btn {
      width: 100%; } }
  .account-btn__ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    background: rgba(109, 117, 168, 0.3);
    padding: 1.5rem;
    margin: 1.5rem 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
    .account-btn__ttl:hover {
      opacity: .7; }
    @media screen and (min-width: 768px) {
      .account-btn__ttl {
        width: 360px;
        padding: 2rem; } }
    .account-btn__ttl-ja {
      font-weight: 500;
      font-size: 1.4rem;
      letter-spacing: .1em; }
      .account-btn__ttl-ja::before {
        font-family: "icomoon";
        font-weight: normal;
        font-size: 2rem;
        color: #6d75a8;
        margin-right: 1rem;
        vertical-align: middle; }
    .account-btn__ttl-en {
      font-weight: 400;
      font-size: 1.2rem;
      letter-spacing: .1em;
      color: #f5f5f5; }
    .account-btn__ttl:nth-child(1) .account-btn__ttl-ja::before {
      content: "\e91c"; }
    .account-btn__ttl:nth-child(2) .account-btn__ttl-ja::before {
      content: "\e912"; }
    .account-btn__ttl:nth-child(3) .account-btn__ttl-ja::before {
      content: "\e904"; }
  .account-btn__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1; }

/* 募集要項管理ページ  */
.requirement {
  width: 100%; }
  .requirement__item {
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .requirement__item:first-child .requirement-place {
        margin-top: 0; } }

.requirement-place {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  margin-top: 2rem;
  vertical-align: middle; }
  @media screen and (min-width: 1024px) {
    .requirement-place {
      margin-top: 4rem; } }
  .requirement-place:before {
    content: "\e918";
    font-family: "icomoon";
    font-weight: normal;
    font-size: 2.4rem;
    color: #2b3363;
    margin-right: .5rem; }

.requirement-list {
  display: block;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .requirement-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -1rem;
      margin-left: -1rem; } }
  .requirement-list__item {
    border-left: 12px solid #317484;
    background: #fff;
    margin: 2rem 0; }
    @media screen and (max-width: 767px) {
      .requirement-list__item:first-child {
        margin-top: 1rem; } }
    @media screen and (min-width: 768px) {
      .requirement-list__item {
        width: calc(50% - 2rem);
        margin: 1rem; } }
  .requirement-list__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1; }
  .requirement-list__ttl {
    display: inline-block;
    padding-left: 1.5rem;
    width: calc(100% - 40px); }
  .requirement-list__job, .requirement-list__style {
    display: block; }
  .requirement-list__job {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .04em;
    color: #2b3363; }
    @media screen and (min-width: 768px) {
      .requirement-list__job {
        font-size: 1.8rem; } }
    @media screen and (min-width: 1024px) {
      .requirement-list__job {
        font-size: 2rem; } }
  .requirement-list__style {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: .04em;
    color: #317484; }
  .requirement-list__edit {
    font-size: 1.3rem;
    color: #e4726d;
    border: 1px solid #e4726d;
    border-radius: 5px;
    padding: 2px 5px; }
  .requirement-list__head, .requirement-list__foot {
    padding: 1.5rem; }
    @media screen and (min-width: 1024px) {
      .requirement-list__head, .requirement-list__foot {
        padding: 2rem; } }
  .requirement-list__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
    .requirement-list__head:hover {
      background-color: #cfdfe2; }
      .requirement-list__head:hover:before {
        background-color: #fff; }
    .requirement-list__head:before {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      content: "\e925";
      font-family: "icomoon";
      font-weight: normal;
      color: #317484;
      background: #cfdfe2;
      text-align: center;
      -webkit-transition: .3s ease-out;
      -o-transition: .3s ease-out;
      transition: .3s ease-out; }
  .requirement-list__foot {
    border-top: 1px solid #cfdfe2; }

.requirement-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .requirement-form__submit {
    font-size: 1.2rem;
    color: #fff;
    background: #2b3363;
    padding: 0 5px; }

.requirement-publish {
  outline: none;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  background: rgba(153, 153, 153, 0.3);
  padding: 0 5px;
  margin: 5px; }

.req-data-btn {
  display: block;
  list-style: none;
  margin: 3rem 0; }
  @media screen and (min-width: 768px) {
    .req-data-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .req-data-btn__item {
    width: calc(100% / 1);
    background: #6d75a8;
    border-radius: 50px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
    .req-data-btn__item:hover {
      opacity: .7; }
    @media screen and (max-width: 767px) {
      .req-data-btn__item + .req-data-btn__item {
        margin-top: 1rem; } }
    @media screen and (min-width: 768px) {
      .req-data-btn__item + .req-data-btn__item {
        margin-left: 1rem; } }
    @media screen and (min-width: 768px) {
      .req-data-btn__item {
        width: calc(100% / 3); } }
  .req-data-btn__link {
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .01em;
    color: #fff;
    padding: 1.5rem 3rem; }
    .req-data-btn__link::before {
      content: "\e927";
      font-family: "icomoon";
      font-weight: normal;
      color: #b5b9d3;
      margin-right: 1rem; }

.req-data-update {
  border-top: 3px solid #fff;
  padding: 3rem 0; }
  .req-data-update__ttl {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .04em;
    color: #6d75a8;
    margin-bottom: 1rem; }
    .req-data-update__ttl::before {
      font-family: "icomoon";
      font-weight: normal;
      font-size: 2rem;
      color: #6d75a8;
      margin-right: 1rem;
      vertical-align: baseline; }
  .req-data-update__item--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .req-data-update__textarea {
    width: 100%;
    background: #fff;
    color: #2b3363;
    font-size: 1.6rem;
    padding: 1.5rem; }
    @media screen and (min-width: 768px) {
      .req-data-update__textarea {
        font-size: 1.3rem; } }
    .req-data-update__textarea::-webkit-input-placeholder {
      color: rgba(43, 51, 99, 0.3); }
    .req-data-update__textarea:-ms-input-placeholder {
      color: rgba(43, 51, 99, 0.3); }
    .req-data-update__textarea::-ms-input-placeholder {
      color: rgba(43, 51, 99, 0.3); }
    .req-data-update__textarea::placeholder {
      color: rgba(43, 51, 99, 0.3); }
  .req-data-update__select {
    width: calc(100% - 100px);
    background: #fff;
    padding: 1.5rem;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .04em;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .req-data-update__select {
        font-size: 1.3rem; } }
    .req-data-update__select:before {
      display: inline-block;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #2b3363;
      margin-right: .2rem; }
    .req-data-update__select--not-supported {
      color: #e4726d; }
      .req-data-update__select--not-supported:before {
        background: #e4726d; }
    .req-data-update__select--phase01, .req-data-update__select--phase02, .req-data-update__select--phase03 {
      color: #555d95; }
      .req-data-update__select--phase01:before, .req-data-update__select--phase02:before, .req-data-update__select--phase03:before {
        background: #555d95; }
    .req-data-update__select--phase04, .req-data-update__select--phase05 {
      color: #e4726d; }
      .req-data-update__select--phase04:before, .req-data-update__select--phase05:before {
        background: #e4726d; }
    .req-data-update__select--phase06, .req-data-update__select--phase07 {
      color: #555d95; }
      .req-data-update__select--phase06:before, .req-data-update__select--phase07:before {
        background: #555d95; }
    .req-data-update__select--phase08, .req-data-update__select--phase09 {
      color: #2b3363; }
      .req-data-update__select--phase08:before, .req-data-update__select--phase09:before {
        background: #2b3363; }
    .req-data-update__select--phase10, .req-data-update__select--phase11 {
      color: #999; }
      .req-data-update__select--phase10:before, .req-data-update__select--phase11:before {
        background: #999; }
  .req-data-update__btn {
    with: 90px;
    font-weight: 600;
    font-size: 1.3rm;
    letter-spacing: .09em;
    color: #fff;
    background: #e4726d;
    border-radius: 25px;
    text-align: center;
    padding: .8rem 2.5rem;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
    .req-data-update__btn:hover {
      opacity: .7; }
  .req-data-update__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .req-data-update__foot span {
      font-weight: 500;
      font-size: 1.3rm;
      color: #b5b9d3; }
  .req-data-update__option {
    color: #2b3363; }
  .req-data-update--memo .req-data-update__ttl::before {
    content: "\e91d"; }
  .req-data-update--status .req-data-update__ttl::before {
    content: "\e913"; }
  .req-data-update--status .req-data-update__foot {
    margin-top: 1rem; }

/* 応募者ページで使用するパーツ  */
.phase-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none; }
  .phase-list__item {
    margin-right: 1.5rem; }
  .phase-list__link {
    text-decoration: underline; }
    .phase-list__link--nosup {
      font-weight: 800;
      font-size: 120%;
      color: #e4726d; }

.applicant-table {
  width: 100%;
  margin: 3rem 0; }
  .applicant-table th {
    background: #ddd;
    color: #2b3363; }
    @media screen and (min-width: 1024px) {
      .applicant-table th {
        white-space: nowrap; } }
  .applicant-table th,
  .applicant-table td {
    border: 1px solid #2b3363;
    padding: 1rem; }

.applicant-phase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .applicant-phase__select {
    position: relative;
    display: block;
    font-weight: 800;
    font-size: 1.5rem;
    background: rgba(153, 153, 153, 0.5);
    padding: 0 5px;
    margin: 5px; }
  .applicant-phase__check {
    font-size: 1.2rem; }
  .applicant-phase__submit {
    font-size: 1.2rem;
    color: #fff;
    background: #2b3363;
    padding: 0 5px; }

/* データ解析ページ  */
.analytics-h2 {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: .04em;
  color: #2b3363;
  margin-top: 4rem; }
  @media screen and (min-width: 768px) {
    .analytics-h2 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 1023px) {
    .analytics-h2:nth-of-type(1) {
      margin-top: 0; } }

.analytics-card {
  background: #fff;
  padding: 2rem;
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .analytics-card {
      padding: 2rem; } }
  .analytics-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .analytics-card__body {
    width: 100%;
    background: #f5f5f5;
    margin-top: 1rem; }
  .analytics-card__ttl {
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .01em;
    color: #fff;
    background: #6d75a8;
    padding: 1rem; }
    .analytics-card__ttl:after {
      position: absolute;
      top: 50%;
      right: -15px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 15px;
      border-color: transparent transparent transparent #6d75a8;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .analytics-card__num {
    font-size: 2.7rem;
    font-weight: 600;
    letter-spacing: .03em;
    color: #dcbe78; }
  .analytics-card__meta {
    font-size: 2.3rem;
    color: #2b3363;
    letter-spacing: .01em;
    padding-left: 1rem; }

.analytics-list-wrap {
  margin-top: 1rem; }

.analytics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #f5f5f5;
  padding: 1rem 2rem; }
  @media screen and (min-width: 768px) {
    .analytics-list {
      padding: 1.5rem 2rem; } }
  .analytics-list__ttl {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .01em;
    color: #2b3363; }
  .analytics-list__num {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .03em;
    color: #6d75a8; }
  .analytics-list__meta {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .01em;
    color: rgba(43, 51, 99, 0.5); }

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  padding: 60px 0; }
  .section__header {
    display: block; }
  .section__img {
    width: 100%; }
  .section__header {
    margin-bottom: 3rem; }
  .section__title {
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: .2rem;
    color: #999;
    margin-bottom: .5rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .section__title {
        text-align: left;
        font-size: 3.2rem; } }
  .section__copy {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .section__copy {
        font-size: 1.8rem;
        text-align: left; } }
  .section__description {
    display: block;
    color: #2b3363;
    line-height: 1.8; }
  .section__footer {
    display: block;
    padding: 3rem 0 0; }
    .section__footer--btn-center {
      text-align: center; }
    .section__footer--btn-right {
      text-align: right; }
  .section--news {
    padding: 0;
    margin-top: 30px; }
  .section--footer {
    padding: 0; }
  @media screen and (min-width: 1024px) {
    .section--reverse .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

/*  MAXパーツ  */
.contents-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out; }
  .contents-card:hover {
    opacity: .7; }
  .contents-card__link, .contents-card__thumbnail, .contents-card__img, .contents-card__box, .contents-card__title, .contents-card__description, .contents-card__btn {
    display: block;
    width: 100%; }
  .contents-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1; }
  .contents-card__more {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    background: #666;
    padding: 10px 40px;
    margin-top: 1.5rem; }
  .contents-card__box {
    padding: 15px 20px 25px; }
    @media screen and (min-width: 1024px) {
      .contents-card__box {
        padding: 20px 20px 30px; } }
  .contents-card__title {
    font-size: 2rem;
    font-weight: bold; }
  .contents-card__description {
    margin-top: 1rem; }
  .contents-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }
  .contents-card__btn--center {
    text-align: center; }
  .contents-card__btn--right {
    text-align: right; }
  .contents-card__time, .contents-card__category, .contents-card__post-title {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .contents-card__time, .contents-card__category, .contents-card__post-title {
        display: block; } }
  .contents-card__time {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2b3363; }
    @media screen and (min-width: 768px) {
      .contents-card__time {
        font-size: 1.7rem; } }
    .contents-card__time--inline {
      display: inline-block;
      margin-left: 1rem;
      margin-top: 1rem; }
      @media screen and (min-width: 768px) {
        .contents-card__time--inline {
          width: 140px;
          height: 25px;
          line-height: 25px; } }
  .contents-card__category {
    font-size: 1.3rem;
    font-weight: bold;
    color: #2b3363;
    text-align: center;
    padding: 0 15px;
    border: 1px solid #2b3363;
    background: #ddd;
    margin-top: 1rem; }
    @media screen and (min-width: 768px) {
      .contents-card__category {
        width: 100px;
        height: 30px;
        font-size: 1.3rem;
        line-height: 30px;
        padding: 0 5px; } }
    @media screen and (max-width: 767px) {
      .contents-card__category {
        margin-left: 1rem; } }
    .contents-card__category--inline {
      display: inline-block; }
  .contents-card__post-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2b3363;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    margin-top: 1rem; }
    @media screen and (max-width: 767px) {
      .contents-card__post-title {
        display: block; } }
    @media screen and (max-width: 767px) {
      .contents-card__post-title--ellipsis {
        overflow: hidden;
        min-width: 0;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; } }
    .contents-card__post-title--bordered {
      -webkit-box-shadow: 0 0 0 1px #999;
      box-shadow: 0 0 0 1px #999; }
  .contents-card--mini {
    padding: 25px; }
    .contents-card--mini .contents-card__title {
      margin-top: 2rem; }
  .contents-card--rounded {
    border-radius: 10px;
    overflow: hidden; }
  .contents-card--bordered {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0); }
  .contents-card--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

/*********************/
/*  ボタン  */
/*********************/
.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #2b3363;
  border-radius: 55px;
  letter-spacing: .02em;
  padding: 10px 50px;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out; }
  @media screen and (min-width: 1024px) {
    .btn {
      font-size: 1.5rem; } }
  .btn:hover {
    opacity: .7; }

/*  ------サブページ------  */
.page-article__title {
  color: #999;
  margin: 3rem 0; }
  .page-article__title-ja, .page-article__title-en {
    display: block;
    text-align: center; }
  .page-article__title-ja {
    font-size: 2.6rem;
    margin-bottom: .5rem; }
    @media screen and (min-width: 1024px) {
      .page-article__title-ja {
        font-size: 3.2rem; } }
  .page-article__title-en {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1rem; }
    @media screen and (min-width: 768px) {
      .page-article__title-en {
        font-size: 2rem; } }

/*********************/
/*  見出し  */
/*********************/
.post-type-page p {
  line-height: 1.8; }
  .post-type-page p:not(:first-child) {
    margin-top: 1rem; }

.post-type-page a:not([class]) {
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid #999;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out; }
  .post-type-page a:not([class]):hover {
    opacity: .7; }

.post-type-page .h2:first-child,
.post-type-page .h3:first-child,
.post-type-page .h4:first-child,
.post-type-page .ul:first-child,
.post-type-page .ol:first-child,
.post-type-page .table:first-child,
.post-type-page .box:first-child {
  margin-top: 0; }

.post-type-page .h2 {
  font-size: 2rem;
  font-weight: bold;
  background: #f5f5f5;
  padding: 1.5rem;
  margin: 3rem 0; }
  @media screen and (min-width: 768px) {
    .post-type-page .h2 {
      font-size: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .post-type-page .h2 {
      margin: 5rem 0 3rem; } }

.post-type-page .h3 {
  font-size: 1.9rem;
  font-weight: bold;
  border-bottom: 4px solid #999;
  padding: 0 0 .5rem;
  margin: 3rem 0; }
  @media screen and (min-width: 768px) {
    .post-type-page .h3 {
      font-size: 2.3rem; } }
  @media screen and (min-width: 1024px) {
    .post-type-page .h3 {
      margin: 5rem 0 3rem; } }

.post-type-page .h4 {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 3rem;
  margin: 3rem 0; }
  @media screen and (min-width: 1024px) {
    .post-type-page .h4 {
      margin: 5rem 0 3rem; } }
  .post-type-page .h4::after {
    content: "";
    display: inline-block;
    background: #999;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 768px) {
      .post-type-page .h4::after {
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        border-radius: 10px; } }

.post-type-page .ul {
  list-style: none;
  margin: 3rem 0; }
  @media screen and (min-width: 1024px) {
    .post-type-page .ul {
      margin: 5rem 0 3rem; } }
  .post-type-page .ul li {
    position: relative;
    padding: 0 0 0 3rem;
    margin: 0 0 1.5rem; }
    .post-type-page .ul li::before {
      content: "";
      display: inline-block;
      background: #999;
      position: absolute;
      top: 1em;
      left: 10px;
      width: 12px;
      height: 12px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 768px) {
        .post-type-page .ul li::before {
          left: 10px; } }
  .post-type-page .ul .ul {
    margin-top: 1rem; }

.post-type-page .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0; }
  @media screen and (min-width: 1024px) {
    .post-type-page .ol {
      margin: 5rem 0 3rem; } }
  .post-type-page .ol li {
    position: relative;
    padding: 0 0 0 3.5rem;
    margin: 0 0 1.5rem; }
    .post-type-page .ol li::before {
      counter-increment: number 1;
      content: counter(number) " ";
      display: inline-block;
      background: #999;
      position: absolute;
      top: 15px;
      left: 10px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-weight: bold;
      text-align: center;
      color: #fff;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 768px) {
        .post-type-page .ol li::before {
          top: .8em;
          left: 10px; } }
  .post-type-page .ol--circle li::before {
    border-radius: 50%; }
  .post-type-page .ol .ol {
    margin-top: 1rem; }

.post-type-page .list-underline {
  list-style: none;
  margin: 5rem 0 0;
  counter-reset: number 0; }
  .post-type-page .list-underline__item {
    position: relative;
    padding: 1rem 0 1rem 3.5rem;
    margin: 0 0 1.5rem;
    font-weight: bold;
    font-size: 1.9rem;
    border-bottom: 1px solid #666; }
    .post-type-page .list-underline__item::before {
      counter-increment: number 1;
      content: counter(number) " ";
      display: inline-block;
      border: 1px solid #666;
      position: absolute;
      top: 25px;
      left: 10px;
      width: 30px;
      height: 30px;
      line-height: 28px;
      font-weight: bold;
      text-align: center;
      border-radius: 15px;
      color: #666;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 768px) {
        .post-type-page .list-underline__item::before {
          top: 50%;
          left: 10px; } }
  .post-type-page .list-underline__text {
    font-size: 1.6rem;
    color: #666; }

.post-type-page .list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1rem; }

.post-type-page .table {
  width: 100%;
  margin: 3rem 0; }
  .post-type-page .table th {
    background: #999;
    color: #fff; }
  .post-type-page .table th,
  .post-type-page .table td {
    border: 1px solid #666;
    padding: 1rem; }

.post-type-page .table-recruit {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .post-type-page .table-recruit {
      table-layout: fixed; } }
  .post-type-page .table-recruit tr {
    table-layout: fixed;
    vertical-align: baseline;
    border-bottom: 1px solid rgba(181, 185, 211, 0.3); }
    .post-type-page .table-recruit tr:last-child {
      border-bottom: none; }
  .post-type-page .table-recruit th,
  .post-type-page .table-recruit td {
    color: #2b3363;
    text-align: left;
    letter-spacing: .04em;
    word-break: break-all; }
    @media screen and (min-width: 768px) {
      .post-type-page .table-recruit th,
      .post-type-page .table-recruit td {
        padding: 1.5rem 0; } }
    @media screen and (max-width: 767px) {
      .post-type-page .table-recruit th,
      .post-type-page .table-recruit td {
        display: block;
        width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 1rem 0; } }
  @media screen and (min-width: 768px) {
    .post-type-page .table-recruit th {
      word-break: keep-all;
      width: 25%; } }
  @media screen and (max-width: 767px) {
    .post-type-page .table-recruit th {
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .post-type-page .table-recruit td {
      padding-top: .3rem; } }

.post-type-page .box {
  background: #ddd;
  margin: 5rem 0 0;
  padding: 3rem 3rem; }
  .post-type-page .box__title {
    font-weight: bold;
    font-size: 2.1rem;
    margin: 0 0 1rem;
    line-height: 1.3em; }

.post-type-page .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5rem 0 0; }
  @media screen and (max-width: 767px) {
    .post-type-page .button-area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.post-type-page .button {
  display: inline-block;
  padding: 2rem 3rem;
  background: #ddd;
  color: #666;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
  cursor: pointer;
  margin-bottom: 1.5rem;
  text-align: center; }
  .post-type-page .button:hover {
    background: #666;
    color: #ddd; }
  @media screen and (min-width: 768px) {
    .post-type-page .button + .post-type-page .button {
      margin-left: 1.5rem; } }

/*********************/
/*  扉  */
/*********************/
.children-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  padding: 30px; }
  .children-card:hover {
    opacity: .7; }
  .children-card__link, .children-card__thumbnail, .children-card__img, .children-card__title, .children-card__description, .children-card__bt {
    display: block;
    width: 100%; }
  .children-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1; }
  .children-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }
  .children-card__more {
    display: inline-block;
    font-size: 1.6rem;
    color: #666;
    border: 1px solid #666;
    padding: 5px 60px;
    margin-top: 1.5rem; }
  .children-card__title {
    padding: 1rem 0; }
    .children-card__title-ja, .children-card__title-en {
      display: block;
      color: #2b3363; }
    .children-card__title-ja {
      font-size: 2rem;
      font-weight: bold; }
    .children-card__title-en {
      font-size: 1.6rem; }
  .children-card__description {
    color: #2b3363;
    line-height: 1.7;
    margin-top: 1rem; }

.thumbnail-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out; }
  .thumbnail-card:hover {
    opacity: .7; }
  .thumbnail-card__link, .thumbnail-card__thumbnail, .thumbnail-card__img, .thumbnail-card__box, .thumbnail-card__title, .thumbnail-card__description {
    display: block;
    width: 100%; }
  .thumbnail-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1; }
  .thumbnail-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }
  .thumbnail-card__more {
    display: inline-block;
    font-size: 1.6rem;
    color: #666;
    border: 1px solid #666;
    padding: 5px 60px;
    margin-top: 1.5rem; }
  .thumbnail-card__box {
    padding: 10px; }
    @media screen and (min-width: 768px) {
      .thumbnail-card__box {
        padding: 30px; } }
  .thumbnail-card__title {
    padding: 1rem 0; }
    .thumbnail-card__title-ja, .thumbnail-card__title-en {
      display: block;
      color: #2b3363; }
    .thumbnail-card__title-ja {
      font-size: 2rem;
      font-weight: bold; }
    .thumbnail-card__title-en {
      font-size: 1.6rem; }
  .thumbnail-card__description {
    color: #2b3363;
    line-height: 1.7; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (min-width: 1024px) {
    .gallery {
      margin: 0 -15px; } }
  .gallery-item {
    width: 100%;
    padding: 10px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .gallery-item {
        padding: 15px; } }
    .gallery-item img {
      max-width: 100%;
      height: auto; }
    @media screen and (min-width: 768px) {
      .gallery-columns-2 .gallery-item {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .gallery-columns-3 .gallery-item {
        width: 33.33333%; } }
    @media screen and (min-width: 768px) {
      .gallery-columns-4 .gallery-item {
        width: 25%; } }
    @media screen and (min-width: 768px) {
      .gallery-columns-5 .gallery-item {
        width: 33.33333%; } }
    @media screen and (min-width: 1024px) {
      .gallery-columns-5 .gallery-item {
        width: 20%; } }
  .gallery-caption {
    font-size: 1.6rem;
    font-weight: normal;
    color: #2b3363;
    line-height: 1.7;
    text-align: left;
    padding: 5px 0; }
    @media screen and (min-width: 1024px) {
      .gallery-caption {
        font-size: 1.7rem; } }

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #666;
  background: #fff;
  border: 1px solid #666;
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out; }
  @media screen and (max-width: 767px) {
    .page-top {
      width: 40px;
      height: 40px;
      bottom: 30px; } }
  .page-top--fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

/*********************/
/*  フッター  */
/*********************/
.footer-nav-wrap {
  position: fixed;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100; }
  @media screen and (min-width: 1024px) {
    .footer-nav-wrap {
      display: none; } }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none; }
  @media screen and (min-width: 1024px) {
    .footer-nav {
      display: none; } }
  .footer-nav__item {
    width: calc(100% / 4);
    line-height: 1.4; }
    .footer-nav__item:nth-child(1) {
      background: #e4726d; }
      .footer-nav__item:nth-child(1) .footer-nav__link:before {
        content: "\e924"; }
    .footer-nav__item:nth-child(2) {
      background: #317484; }
      .footer-nav__item:nth-child(2) .footer-nav__link:before {
        content: "\e90b"; }
    .footer-nav__item:nth-child(3) {
      background: #dcbe78; }
      .footer-nav__item:nth-child(3) .footer-nav__link:before {
        content: "\e90e"; }
    .footer-nav__item:nth-child(4) {
      background: #2b3363; }
      .footer-nav__item:nth-child(4) .footer-nav__link:before {
        content: "\e922"; }
  .footer-nav__link {
    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;
    height: 60px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: .04em;
    padding: .5rem; }
    @media screen and (max-width: 767px) {
      .footer-nav__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .footer-nav__link:before {
      font-family: "icomoon";
      font-weight: normal;
      font-size: 2rem;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .footer-nav__link:before {
          margin-right: .5rem;
          padding: 1rem; } }

.footer {
  background: #999; }
  .footer__sign-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .footer__sign-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (min-width: 768px) {
      .footer__sign-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .footer__menu, .footer__signature {
    padding: 40px 0; }
    @media screen and (max-width: 767px) {
      .footer__menu, .footer__signature {
        padding: 20px 0 10px; } }
  .footer__menu {
    background: #f5f5f5; }
    @media screen and (min-width: 768px) {
      .footer__menu {
        padding: 20px 0; } }
  .footer__signature {
    background: #ddd; }
  .footer__other {
    color: #2b3363;
    background: #666;
    padding: 30px; }
  .footer__logo, .footer__address {
    display: block; }
  @media screen and (max-width: 767px) {
    .footer__img {
      width: 100%;
      padding: 0 1rem;
      margin: auto; } }
  @media screen and (min-width: 768px) {
    .footer__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.fnav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .fnav-list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .fnav-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    list-style: none;
    white-space: nowrap;
    color: #2b3363; }
    @media screen and (min-width: 768px) {
      .fnav-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }
  .fnav-list__link {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    color: inherit;
    padding: 5px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    @media screen and (max-width: 767px) {
      .fnav-list__link {
        text-align: center;
        padding: 15px; } }
    .fnav-list__link:hover {
      opacity: .6; }

.fchild-list {
  list-style: none;
  line-height: 1.8;
  padding: 0 .5rem 1rem; }
  @media screen and (max-width: 767px) {
    .fchild-list {
      display: none; } }
  .fchild-list__item {
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    .fchild-list__item:hover {
      opacity: .6; }
  .fchild-list__link {
    font-size: 1.4rem;
    color: inherit;
    padding-bottom: 5px; }

.other {
  display: block; }
  @media screen and (min-width: 768px) {
    .other {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .other__item {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .other__item {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .other__list {
    margin-right: 3rem; }
  .other__link {
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    .other__link:hover {
      opacity: .6; }
    @media screen and (max-width: 767px) {
      .other__link {
        display: none; } }
  .other__copyright {
    font-size: 1.2rem;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .other__copyright {
        text-align: center; } }

.org {
  display: block;
  list-style: none;
  color: #2b3363;
  line-height: 1.7; }
  @media screen and (max-width: 767px) {
    .org {
      padding: 3rem 1rem; } }
  .org__name {
    font-size: 1.8rem;
    font-weight: bold; }
  .org__addr, .org__phone, .org__fax {
    font-size: 1.5rem; }
  .org__phone, .org__fax {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .org__phone, .org__fax {
        display: block; } }
  @media screen and (min-width: 768px) {
    .org__phone {
      margin-right: 1.5rem; } }
  .org__phone a {
    text-decoration: none;
    color: #2b3363; }

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 基本のリセット */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* 申し込みSTEP */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .form-step {
      margin-top: 3rem;
      margin-bottom: 5rem; } }
  .form-step__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    line-height: 1.2;
    background: #F7F1D1;
    list-style: none;
    color: #2b3363;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding-left: 10px; }
    @media screen and (max-width: 1023px) {
      .form-step__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (min-width: 768px) {
      .form-step__item {
        line-height: 40px;
        font-size: 1.6rem;
        padding-left: 15px; }
        .form-step__item br {
          display: none; } }
    .form-step__item:before {
      position: absolute;
      display: block;
      content: "";
      width: 0;
      height: 0;
      right: -10px;
      border-style: solid;
      border-width: 20px 0 20px 10px;
      border-color: transparent transparent transparent #F7F1D1;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .form-step__item:before {
          right: -15px;
          border-width: 20px 0 20px 15px; } }
    .form-step__item:nth-child(1) {
      background: #f5f5f5; }
      .form-step__item:nth-child(1):before {
        border-color: transparent transparent transparent #f5f5f5; }
    .form-step__item:nth-child(2) {
      background: #ddd; }
      .form-step__item:nth-child(2):before {
        border-color: transparent transparent transparent #ddd; }
    .form-step__item:nth-child(3) {
      background: #999; }
      .form-step__item:nth-child(3):before {
        display: none; }

/* 申し込みフォーム */
.form {
  padding-top: 1rem; }
  @media screen and (min-width: 768px) {
    .form {
      padding: 2rem 0; } }
  .form__required, .form__any {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #e4726d;
    vertical-align: middle;
    margin: 0 0 .5rem 1rem; }
    @media screen and (min-width: 768px) {
      .form__required, .form__any {
        margin: 0 1rem .5rem; } }
  .form__any {
    color: #666;
    border: 1px solid #2b3363;
    background: #fff; }
  .form__row + .form__row {
    margin-top: 2rem; }
    @media screen and (min-width: 768px) {
      .form__row + .form__row {
        margin-top: 3rem; } }
  .form__item {
    width: 100%;
    font-size: 1.4rem;
    font-weight: normal;
    color: #2b3363;
    letter-spacing: .04em;
    position: relative;
    margin: 3px 0; }
    @media screen and (max-width: 767px) {
      .form__item {
        font-size: 1.6rem; } }
    .form__item:first-child {
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .form__item:first-child {
          width: 44%; } }
    .form__item--media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #6d75a8; }
    .form__item--select {
      position: relative; }
      .form__item--select:before, .form__item--select:after {
        position: absolute;
        display: block;
        content: ""; }
      .form__item--select:after {
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 8px 0 8px;
        border-color: #b5b9d3 transparent transparent transparent; }
        @media screen and (min-width: 768px) {
          .form__item--select:after {
            right: 9px; } }
    .form__item--radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .form__item--radio span.mwform-radio-field.vertical-item {
        display: inline-block;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .form__item--radio span.mwform-radio-field.vertical-item {
            width: calc(50% - .3rem); } }
    @media screen and (min-width: 768px) {
      .form__item--norequired {
        padding-left: 7rem;
        width: calc(44% - 3rem) !important; } }
    .form__item--title {
      font-size: 1.4rem; }
      @media screen and (min-width: 768px) {
        .form__item--title {
          font-size: 1.6rem; } }
  .form__policy {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #2b3363;
    padding: 15px 20px;
    margin: 2rem 0; }
  .form__text, .form__textarea, .form__number, .form__email, .form__select, .form__zip {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px 10px;
    outline: 0; }
  .form__text, .form__number, .form__email, .form__select, .form__zip {
    height: 5rem; }
  .form__media {
    width: 100%; }
  .form__select {
    cursor: pointer;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    -o-text-overflow: '';
    text-overflow: '';
    color: #2b3363;
    font-weight: 400;
    letter-spacing: .04em; }
  .form__add {
    margin-left: 1rem; }
  .form__check {
    display: none; }
    .form__check:checked + .mwform-radio-field-text:before {
      opacity: 1; }
    .form__check:checked + .mwform-checkbox-field-text:after {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 4px;
      width: 7px;
      height: 10px;
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff; }
    .form__check:checked + .mwform-checkbox-field-text:before {
      background: #666; }
  .form__radio {
    display: none; }
    .form__radio:checked + .mwform-radio-field-text {
      font-weight: bold;
      background: #b5b9d3; }
    .form__radio:checked + .mwform-radio-field-text:before {
      opacity: 1; }
  .form .mwform-radio-field-text {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    font-size: 1.4rem;
    font-weight: 400;
    color: #2b3363;
    letter-spacing: .04em;
    padding-left: 3.8rem; }
    @media screen and (min-width: 768px) {
      .form .mwform-radio-field-text {
        font-size: 1.5rem;
        padding-left: 5rem; } }
    .form .mwform-radio-field-text:hover {
      background: #b5b9d3; }
    .form .mwform-radio-field-text:after {
      -webkit-transition: border-color 0.2s linear;
      -o-transition: border-color 0.2s linear;
      transition: border-color 0.2s linear;
      position: absolute;
      top: 50%;
      left: 10px;
      display: block;
      width: 20px;
      height: 20px;
      border: 3px solid #6d75a8;
      border-radius: 50%;
      content: '';
      background: #fff;
      z-index: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .form .mwform-radio-field-text:after {
          left: 20px; } }
    .form .mwform-radio-field-text:before {
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 16px;
      width: 8px;
      height: 8px;
      background: #6d75a8;
      border-radius: 50%;
      opacity: 0;
      z-index: 1;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .form .mwform-radio-field-text:before {
          left: 26px; } }
  .form .mwform-checkbox-field-text {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    padding-left: 20px;
    vertical-align: middle;
    cursor: pointer; }
    @media screen and (max-width: 1023px) {
      .form .mwform-checkbox-field-text {
        margin-right: 20px; } }
    @media screen and (min-width: 768px) {
      .form .mwform-checkbox-field-text {
        padding: 0px 30px 0 20px; } }
    .form .mwform-checkbox-field-text:before {
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      content: "";
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      width: 15px;
      height: 15px;
      border: 2px solid #666;
      background: #fff; }
      @media screen and (min-width: 1024px) {
        .form .mwform-checkbox-field-text:before {
          top: 7px; } }
  .form .mwform-radio-field label,
  .form .mwform-checkbox-field label {
    cursor: pointer; }
  .form__image {
    width: 100%; }
  .form__checkbox--region:after {
    border-radius: 5px; }
  .form__checkbox--region:before {
    width: 5px;
    height: 9px;
    border-right: 3px solid #666;
    border-bottom: 3px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .form__button, .form__back, .form__submit {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    letter-spacing: .04em;
    color: #fff;
    background: #e4726d;
    border-radius: 35px;
    padding: 18px 30px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer; }
    .form__button:hover, .form__back:hover, .form__submit:hover {
      opacity: 0.7; }
  .form .mw-wp-form_image img {
    max-width: 100%;
    height: auto; }
  .form span.mwform-checkbox-field.vertical-item {
    display: inline-block; }
  .form .vertical-item {
    margin-top: 0 !important;
    margin-bottom: 5px; }

.deco-form-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .deco-form-birth__item {
    position: relative;
    display: block;
    width: 100%; }
    .deco-form-birth__item:before, .deco-form-birth__item:after {
      position: absolute;
      display: block;
      content: ""; }
    .deco-form-birth__item:before {
      color: #fff;
      text-align: center;
      line-height: 50px;
      top: 0;
      right: 0;
      height: 50px;
      width: 30px;
      background: #666;
      z-index: 0;
      pointer-events: none;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px; }
      @media screen and (min-width: 768px) {
        .deco-form-birth__item:before {
          width: 50px; } }
    .deco-form-birth__item:after {
      top: 50%;
      right: 0;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 8px 0 8px;
      border-color: #fff transparent transparent transparent; }
      @media screen and (min-width: 768px) {
        .deco-form-birth__item:after {
          right: 9px; } }
  .deco-form-birth--year, .deco-form-birth--month {
    margin-right: 1rem; }

.deco-form-text-link {
  color: #2b3363;
  text-decoration: underline;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
  .deco-form-text-link:hover {
    opacity: .8; }

.pryvacy-consent {
  text-align: center; }
  .pryvacy-consent .mwform-checkbox-field-text {
    display: inline-block; }

.mw_wp_form_preview .deco-form__item--select:before,
.mw_wp_form_preview .deco-form__item--select:after,
.mw_wp_form_preview .deco-form-birth__item:before,
.mw_wp_form_preview .deco-form-birth__item:after {
  display: none; }

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer; }

/*********************/
/*  応募者追加フォーム  */
/*********************/
.entry-add-form {
  color: #2b3363; }
  .entry-add-form__head {
    border-bottom: 2px solid #fff;
    padding: 2rem 0; }
    @media screen and (min-width: 768px) {
      .entry-add-form__head {
        padding: 4rem 0; } }
  .entry-add-form__ttl {
    font-weight: 600;
    font-size: 2rem;
    color: inherit;
    letter-spacing: .04em; }
    @media screen and (min-width: 768px) {
      .entry-add-form__ttl {
        font-size: 2.4rem;
        text-align: center; } }
  .entry-add-form__text {
    font-size: 1.4rem;
    color: inherit; }
    @media screen and (min-width: 768px) {
      .entry-add-form__text {
        font-size: 1.5rem;
        text-align: center; } }
  .entry-add-form__strong {
    font-weight: 500;
    font-size: 1.2rem;
    color: #e4726d; }
    @media screen and (min-width: 768px) {
      .entry-add-form__strong {
        font-size: 1.4rem; } }
  .entry-add-form .pri-poli,
  .entry-add-form .comments {
    display: none; }

/*********************/
/*  お問い合わせフォーム  */
/*********************/
.anp-form {
  padding-top: 1rem; }
  @media screen and (min-width: 768px) {
    .anp-form {
      padding: 2rem 0; } }
  .anp-form__required, .anp-form__any {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #e4726d;
    vertical-align: middle;
    margin: 0 0 .5rem 1rem; }
    @media screen and (min-width: 768px) {
      .anp-form__required, .anp-form__any {
        margin: 0 1rem .5rem; } }
  .anp-form__any {
    color: #666;
    border: 1px solid #2b3363;
    background: #fff; }
  .anp-form__row + .anp-form__row {
    margin-top: 2rem; }
    @media screen and (min-width: 768px) {
      .anp-form__row + .anp-form__row {
        margin-top: 3rem; } }
  .anp-form__item {
    width: 100%;
    font-size: 1.4rem;
    font-weight: normal;
    color: #2b3363;
    letter-spacing: .04em;
    position: relative;
    margin: 3px 0; }
    @media screen and (max-width: 767px) {
      .anp-form__item {
        font-size: 1.6rem; } }
    .anp-form__item:first-child {
      font-weight: bold; }
    .anp-form__item--media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #6d75a8; }
    .anp-form__item--select {
      position: relative; }
      .anp-form__item--select:before, .anp-form__item--select:after {
        position: absolute;
        display: block;
        content: ""; }
      .anp-form__item--select:after {
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 8px 0 8px;
        border-color: #b5b9d3 transparent transparent transparent; }
        @media screen and (min-width: 768px) {
          .anp-form__item--select:after {
            right: 9px; } }
    .anp-form__item--radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .anp-form__item--radio span.mwform-radio-field.vertical-item {
        display: inline-block;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .anp-form__item--radio span.mwform-radio-field.vertical-item {
            width: calc(50% - .3rem); } }
    @media screen and (min-width: 768px) {
      .anp-form__item--norequired {
        padding-left: 7rem;
        width: calc(44% - 3rem) !important; } }
    .anp-form__item--title {
      font-size: 1.4rem; }
      @media screen and (min-width: 768px) {
        .anp-form__item--title {
          font-size: 1.6rem; } }
  .anp-form__policy {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #2b3363;
    padding: 15px 20px;
    margin: 2rem 0; }
  .anp-form__text, .anp-form__textarea, .anp-form__number, .anp-form__email, .anp-form__select, .anp-form__zip {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px 10px;
    outline: 0; }
  .anp-form__text, .anp-form__number, .anp-form__email, .anp-form__select, .anp-form__zip {
    height: 5rem; }
  .anp-form__media {
    width: 100%; }
  .anp-form__select {
    cursor: pointer;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    -o-text-overflow: '';
    text-overflow: '';
    color: #2b3363;
    font-weight: 400;
    letter-spacing: .04em; }
  .anp-form__add {
    margin-left: 1rem; }
  .anp-form__check {
    display: none; }
    .anp-form__check:checked + .mwform-radio-field-text:before {
      opacity: 1; }
    .anp-form__check:checked + .mwform-checkbox-field-text:after {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 4px;
      width: 7px;
      height: 10px;
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff; }
    .anp-form__check:checked + .mwform-checkbox-field-text:before {
      background: #666; }
  .anp-form__radio {
    display: none; }
    .anp-form__radio:checked + .mwform-radio-field-text {
      font-weight: bold;
      background: #b5b9d3; }
    .anp-form__radio:checked + .mwform-radio-field-text:before {
      opacity: 1; }
  .anp-form .mwform-radio-field-text {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    font-size: 1.4rem;
    font-weight: 400;
    color: #2b3363;
    letter-spacing: .04em;
    padding-left: 3.8rem; }
    @media screen and (min-width: 768px) {
      .anp-form .mwform-radio-field-text {
        font-size: 1.5rem;
        padding-left: 5rem; } }
    .anp-form .mwform-radio-field-text:hover {
      background: #b5b9d3; }
    .anp-form .mwform-radio-field-text:after {
      -webkit-transition: border-color 0.2s linear;
      -o-transition: border-color 0.2s linear;
      transition: border-color 0.2s linear;
      position: absolute;
      top: 50%;
      left: 10px;
      display: block;
      width: 20px;
      height: 20px;
      border: 3px solid #6d75a8;
      border-radius: 50%;
      content: '';
      background: #fff;
      z-index: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .anp-form .mwform-radio-field-text:after {
          left: 20px; } }
    .anp-form .mwform-radio-field-text:before {
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 16px;
      width: 8px;
      height: 8px;
      background: #6d75a8;
      border-radius: 50%;
      opacity: 0;
      z-index: 1;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .anp-form .mwform-radio-field-text:before {
          left: 26px; } }
  .anp-form .mwform-checkbox-field-text {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    padding-left: 20px;
    vertical-align: middle;
    cursor: pointer; }
    @media screen and (max-width: 1023px) {
      .anp-form .mwform-checkbox-field-text {
        margin-right: 20px; } }
    @media screen and (min-width: 768px) {
      .anp-form .mwform-checkbox-field-text {
        padding: 0px 30px 0 20px; } }
    .anp-form .mwform-checkbox-field-text:before {
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      content: "";
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      width: 15px;
      height: 15px;
      border: 2px solid #666;
      background: #fff; }
      @media screen and (min-width: 1024px) {
        .anp-form .mwform-checkbox-field-text:before {
          top: 7px; } }
  .anp-form .mwform-radio-field label,
  .anp-form .mwform-checkbox-field label {
    cursor: pointer; }
  .anp-form__image {
    width: 100%; }
  .anp-form__checkbox--region:after {
    border-radius: 5px; }
  .anp-form__checkbox--region:before {
    width: 5px;
    height: 9px;
    border-right: 3px solid #666;
    border-bottom: 3px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .anp-form__button, .anp-form__back, .anp-form__submit {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    letter-spacing: .04em;
    color: #fff;
    background: #e4726d;
    border-radius: 35px;
    padding: 18px 30px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer; }
    .anp-form__button:hover, .anp-form__back:hover, .anp-form__submit:hover {
      opacity: 0.7; }
  .anp-form .mw-wp-form_image img {
    max-width: 100%;
    height: auto; }
  .anp-form span.mwform-checkbox-field.vertical-item {
    display: inline-block; }
  .anp-form .vertical-item {
    margin-top: 0 !important;
    margin-bottom: 5px; }

.anp-form-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .anp-form-birth__item {
    position: relative;
    display: block;
    width: 100%; }
    .anp-form-birth__item:before, .anp-form-birth__item:after {
      position: absolute;
      display: block;
      content: ""; }
    .anp-form-birth__item:after {
      top: 50%;
      right: 0;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 8px 0 8px;
      border-color: #b5b9d3 transparent transparent transparent; }
      @media screen and (min-width: 768px) {
        .anp-form-birth__item:after {
          right: 9px; } }
  .anp-form-birth--year, .anp-form-birth--month {
    margin-right: 1rem; }

.form-text-link {
  color: #2b3363;
  text-decoration: underline;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
  .form-text-link:hover {
    opacity: .8; }

.pryvacy-consent {
  text-align: center; }
  .pryvacy-consent .mwform-checkbox-field-text {
    display: inline-block; }

.mw_wp_form_preview .anp-form__item--select:before,
.mw_wp_form_preview .anp-form__item--select:after,
.mw_wp_form_preview .anp-form-birth__item:before,
.mw_wp_form_preview .anp-form-birth__item:after {
  display: none; }

/*  パンくず  */
.breadcrumb {
  background: #999; }
  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none; }
    .breadcrumb-list__item:not(:first-child):before {
      content: "";
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: relative;
      display: inline-block;
      width: 6px;
      height: 6px;
      border-top: 1px solid #fff;
      margin: 0 1rem .2rem;
      border-right: 1px solid #fff; }
    .breadcrumb-list__link {
      -webkit-transition: .3s ease-out;
      -o-transition: .3s ease-out;
      transition: .3s ease-out;
      color: #fff; }
      .breadcrumb-list__link:hover {
        color: #666;
        opacity: 1; }

/*  ページ送り  */
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5rem 0 0; }
  .pager-list__item {
    margin: 15px 5px 10px;
    list-style: none;
    position: relative;
    background: #ececeb;
    border-radius: 8px;
    width: 47px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
  .pager-list__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .pager-list__link--number {
      color: #666;
      text-align: center;
      font-size: 2rem; }
    .pager-list__link--prev:before {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      top: 50%;
      left: 50%;
      border-top: 3px solid #666;
      margin: 0 10px 1px 0;
      border-right: 3px solid #666;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
      transform: translate(-50%, -50%) rotate(-135deg); }
    .pager-list__link--next::after {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      top: 50%;
      left: 50%;
      border-top: 3px solid #666;
      margin: 0 10px 1px 0;
      border-right: 3px solid #666;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .pager-list__link:hover {
      opacity: .6; }

.single-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5rem 0 0; }
  .single-pager-list__item {
    margin: 15px 8px 10px;
    list-style: none;
    position: relative;
    background: #666;
    border-radius: 8px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 2rem 3rem;
    font-weight: bold;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
  .single-pager-list__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .single-pager-list__link--number {
      text-align: center;
      color: #fff;
      font-size: 1.6rem; }
      @media screen and (min-width: 768px) {
        .single-pager-list__link--number {
          font-size: 2rem; } }
    .single-pager-list__link--prev:before {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      top: 50%;
      left: 50%;
      border-top: 3px solid #fff;
      margin: 0 10px 1px 0;
      border-right: 3px solid #fff;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
      transform: translate(-50%, -50%) rotate(-135deg); }
    .single-pager-list__link--next::after {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      top: 50%;
      left: 50%;
      border-top: 3px solid #fff;
      margin: 0 10px 1px 0;
      border-right: 3px solid #fff;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .single-pager-list__link:hover {
      opacity: .6; }

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%; }
  .news-list__item {
    position: relative;
    display: block;
    width: 100%;
    margin: 1rem 0; }
    @media screen and (min-width: 768px) {
      .news-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .news-list__item:hover .news-list__post-title {
      opacity: .7; }
  .news-list__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .news-list__time, .news-list__category, .news-list__post-title {
    padding: 1rem; }
    @media screen and (min-width: 768px) {
      .news-list__time, .news-list__category, .news-list__post-title {
        padding: 1rem 1.5rem; } }
  .news-list__time {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2b3363; }
    @media screen and (min-width: 768px) {
      .news-list__time {
        font-size: 1.7rem; } }
  .news-list__category {
    font-size: 1.4rem;
    font-weight: bold;
    color: #2b3363;
    text-align: center;
    border: 1px solid #2b3363;
    background: #ddd;
    padding: 0 15px; }
    @media screen and (min-width: 768px) {
      .news-list__category {
        height: 35px;
        font-size: 1.5rem;
        line-height: 35px;
        padding: 0 5px; } }
  .news-list__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px; }
  .news-list__category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px; }
  .news-list__post-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    overflow: hidden;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2b3363;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    @media screen and (min-width: 768px) {
      .news-list__post-title {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; } }

/*  カードタイプ  */
.news-ttl {
  font-weight: 600;
  font-size: 1.8rem;
  color: #6d75a8;
  letter-spacing: .04em;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .news-ttl {
      margin-top: 2em; } }
  .news-ttl:before {
    content: "\e919";
    font-family: "icomoon";
    font-weight: normal;
    font-size: 2.6rem;
    color: #6d75a8;
    margin-right: 1rem; }

.news-card__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  padding: 15px 20px; }
  .news-card__item:hover {
    opacity: .7; }

.news-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media screen and (min-width: 768px) {
  .news-card__time, .news-card__post-title {
    display: block; } }

.news-card__time {
  font-size: 1.4rem;
  font-weight: 500;
  color: #6d75a8; }
  @media screen and (min-width: 768px) {
    .news-card__time {
      font-size: 1.7rem; } }

.news-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2b3363;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  margin-top: .5rem;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .news-card__post-title {
      display: block; } }

@media screen and (min-width: 768px) {
  .news-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #b5b9d3; }
    .news-card-wrap .news-ttl {
      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;
      width: 175px;
      color: #fff; }
      .news-card-wrap .news-ttl:before {
        color: rgba(255, 255, 255, 0.6); }
    .news-card-wrap .news-card {
      width: calc(100% - 175px); } }

/*********************************************************/
/* 写真ギャラリー */
/*********************************************************/
.photoslider {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .photoslider {
      padding: 40px 30px 10px;
      background: #ddd; } }

.photoslider:not(:first-child) {
  margin: 2rem auto;
  margin-bottom: 2rem; }

.photoslider-nav {
  padding: 5px 0; }

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

.photoslider-nav__item {
  padding: 10px 5px; }
  @media screen and (min-width: 768px) {
    .photoslider-nav__item {
      padding: 20px 5px; } }

@media screen and (min-width: 768px) {
  .photoslider-nav .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.6rem; } }

.photoslider-main {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto; }
  .photoslider-main__item {
    width: 100%;
    margin: 0 20px; }
    @media screen and (min-width: 768px) {
      .photoslider-main__item {
        margin: 0 70px; } }
  .photoslider-main .slick-arrow.slick-next {
    right: -20px; }
    @media screen and (min-width: 768px) {
      .photoslider-main .slick-arrow.slick-next {
        right: 30px; } }
    @media screen and (min-width: 1024px) {
      .photoslider-main .slick-arrow.slick-next {
        right: 70px; } }
  .photoslider-main .slick-arrow.slick-prev {
    left: -20px; }
    @media screen and (min-width: 768px) {
      .photoslider-main .slick-arrow.slick-prev {
        left: 30px; } }
    @media screen and (min-width: 1024px) {
      .photoslider-main .slick-arrow.slick-prev {
        left: 70px; } }

.slick-track {
  margin-left: auto;
  margin-right: auto; }

.aside-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background: #e4726d;
  padding-top: 70px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
  @media screen and (max-width: 1023px) {
    .aside-area {
      display: none; } }
  .aside-area--entry-list {
    background: #e4726d; }
  .aside-area--recruitment, .aside-area--info {
    background: #317484; }
  .aside-area--data-analysis {
    background: #dcbe78; }

.aside-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0; }
  .aside-nav__item {
    position: relative;
    width: calc(100% / 3);
    height: 60px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
    .aside-nav__item:before {
      font-family: "icomoon";
      font-weight: normal;
      font-size: 2.5rem;
      line-height: 60px;
      color: #fff;
      -webkit-transition: .3s ease-out;
      -o-transition: .3s ease-out;
      transition: .3s ease-out; }
    .aside-nav__item:nth-child(1) {
      background: #e4726d; }
      .aside-nav__item:nth-child(1):before {
        content: "\e924"; }
      .aside-nav__item:nth-child(1):hover {
        background: #e38884; }
    .aside-nav__item:nth-child(2) {
      background: #317484; }
      .aside-nav__item:nth-child(2):before {
        content: "\e90b"; }
      .aside-nav__item:nth-child(2):hover {
        background: #6d9ca5; }
    .aside-nav__item:nth-child(3) {
      background: #dcbe78; }
      .aside-nav__item:nth-child(3):before {
        content: "\e90e"; }
      .aside-nav__item:nth-child(3):hover {
        background: #e3ca91; }
  .aside-nav__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1; }

.aside-card {
  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;
  background: #fff; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .aside-card {
      margin-top: 20px; } }
  .aside-card__head {
    position: relative;
    text-align: center;
    padding: 30px; }
    @media screen and (min-width: 1024px) {
      .aside-card__head {
        padding: 15px; } }
    .aside-card__head:before {
      position: absolute;
      top: 20px;
      left: 15px;
      content: "\e926";
      font-family: "icomoon";
      font-weight: normal;
      font-size: 10rem;
      line-height: 1;
      color: rgba(181, 185, 211, 0.2); }
      @media screen and (min-width: 768px) {
        .aside-card__head:before {
          left: 20%; } }
      @media screen and (min-width: 1024px) {
        .aside-card__head:before {
          top: 10px;
          left: 10px; } }
  .aside-card__ttl {
    display: block;
    font-weight: 800;
    font-size: 1.8rem;
    color: #2b3363;
    line-height: 1.5; }
    @media screen and (min-width: 1024px) {
      .aside-card__ttl {
        font-size: 1.7rem; } }
  .aside-card__meta {
    display: block;
    font-weight: 600;
    font-size: 1.4rem;
    color: #6d75a8;
    margin-top: .5rem; }
  .aside-card__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media screen and (min-width: 1024px) {
  .aside-card,
  .mypage-menu {
    height: 200px; } }

.aside-btn {
  width: 50%;
  padding: 15px 5px;
  text-align: center;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
  .aside-btn:hover {
    opacity: .7; }
  .aside-btn__ttl, .aside-btn__meta {
    display: block; }
  .aside-btn__ttl {
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    vertical-align: middle; }
    .aside-btn__ttl:before {
      font-family: "icomoon";
      font-weight: normal;
      font-size: 1.4rem;
      color: #b5b9d3;
      margin-right: .8rem; }
  .aside-btn__meta {
    font-weight: 500;
    font-size: 1.4rem;
    color: #b5b9d3; }
  .aside-btn--mail {
    background: #6d75a8; }
    .aside-btn--mail .aside-btn__ttl:before {
      content: "\e916"; }
  .aside-btn--tel {
    background: #555d95; }
    .aside-btn--tel .aside-btn__ttl:before {
      content: "\e920"; }

.aside-phase__item {
  list-style: none;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
  .aside-phase__item:hover {
    opacity: .7; }
  .aside-phase__item:last-child {
    margin-bottom: 1rem; }

.aside-phase__link {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  padding: .5rem;
  vertical-align: middle;
  letter-spacing: .04em; }
  .aside-phase__link:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    margin-right: 1rem; }

.aside-phase__count {
  font-weight: 600; }

@media screen and (max-width: 1023px) {
  .aside-menu {
    padding: 1.5rem 0; } }

.aside-menu__item {
  list-style: none; }

.aside-menu__ttl {
  display: block;
  font-weight: 600;
  font-size: 1.3rem;
  color: #fff;
  padding: 1rem 0;
  vertical-align: middle;
  margin-right: 2rem; }
  @media screen and (min-width: 768px) {
    .aside-menu__ttl {
      font-size: 1.6rem;
      margin-right: 3rem;
      letter-spacing: .04em; } }
  .aside-menu__ttl--link {
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
    .aside-menu__ttl--link:hover {
      opacity: .7; }
  .aside-menu__ttl:before {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    content: "\e913";
    font-family: "icomoon";
    font-weight: normal;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.7);
    background: #e4726d;
    border-radius: 50%;
    text-align: center;
    margin-right: .8rem; }
    @media screen and (min-width: 768px) {
      .aside-menu__ttl:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.4rem;
        margin-right: 1rem; } }

.aside-menu--entry .aside-menu__item:nth-child(1) .aside-menu__ttl:before {
  content: "\e913"; }

.aside-menu--entry .aside-menu__item:nth-child(2) .aside-menu__ttl:before {
  content: "\e91f"; }

.aside-menu--entry .aside-menu__item:nth-child(3) .aside-menu__ttl:before {
  content: "\e927"; }

.aside-menu--entry .aside-menu__item:nth-child(4) .aside-menu__ttl:before {
  content: "\e90a"; }

@media screen and (max-width: 1023px) {
  .aside-menu--entry .aside-menu__ttl {
    color: #e4726d; } }

.aside-menu--entry .aside-menu__ttl:before {
  background: #e4726d; }

.aside-menu--recruitment .aside-menu__item:nth-child(1) .aside-menu__ttl:before {
  content: "\e918"; }

@media screen and (max-width: 1023px) {
  .aside-menu--recruitment .aside-menu__ttl {
    color: #317484; } }

.aside-menu--recruitment .aside-menu__ttl:before {
  background: #317484; }

.aside-menu--data .aside-menu__item:nth-child(1) .aside-menu__ttl:before {
  content: "\e902"; }

.aside-menu--data .aside-menu__ttl {
  color: #715d2e; }
  @media screen and (max-width: 1023px) {
    .aside-menu--data .aside-menu__ttl {
      color: #dcbe78; } }
  .aside-menu--data .aside-menu__ttl:before {
    background: #dcbe78; }

.aside-menu--data .aside-phase__link {
  color: #715d2e; }
  .aside-menu--data .aside-phase__link:before {
    background: #715d2e; }

@media screen and (min-width: 1024px) {
  .aside-menu-wrap {
    display: none; } }

.aside-menu-wrap .aside-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .aside-menu-wrap .aside-menu__link {
    padding: 1rem; }

.aside-menu-wrap--detail, .aside-menu-wrap--info {
  display: none; }

.aside-menu-list {
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.2);
  padding: 2rem 2.5rem; }

.f-aside-entry {
  position: relative;
  background: #e4726d;
  text-align: center;
  padding: 1.5rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .f-aside-entry {
      padding: 1.5rem 5rem 5rem 5rem;
      margin: 7.5rem; } }
  @media screen and (min-width: 1024px) {
    .f-aside-entry {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .f-aside-entry {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      z-index: 102; } }
  .f-aside-entry__btn {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 10; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .f-aside-entry__btn {
        right: 50px; } }
    .f-aside-entry__btn-inner {
      display: inline-block;
      font-weight: 600;
      font-size: 1.3rem;
      letter-spacing: .04em;
      color: #e4726d;
      background: #fff;
      border-radius: 20px;
      padding: .4rem 1.8rem; }
      .f-aside-entry__btn-inner::before {
        display: inline-block;
        content: "\e927";
        font-family: "icomoon";
        font-weight: normal;
        color: inherit;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 1rem; }
  .f-aside-entry .aside-menu {
    display: block;
    text-align: left;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .f-aside-entry .aside-menu {
        padding: 1rem 0; } }
    .f-aside-entry .aside-menu__ttl {
      font-size: 1.8rem;
      color: #fff;
      letter-spacing: .08em;
      margin-bottom: 2rem;
      padding: .3rem 0 1rem; }
      .f-aside-entry .aside-menu__ttl:before {
        font-size: 2rem;
        margin-right: 1rem;
        vertical-align: unset; }
    .f-aside-entry .aside-menu__item:not(:first-child) {
      display: none; }
  .f-aside-entry .aside-phase__item {
    background: rgba(255, 255, 255, 0.3);
    margin: .2rem 0; }
  .f-aside-entry .aside-phase__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 2rem; }
    .f-aside-entry .aside-phase__link:before {
      display: none; }
  @media screen and (max-width: 1023px) {
    .f-aside-entry--open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }
  .f-aside-entry--recruitment {
    background: #317484; }
    .f-aside-entry--recruitment .f-aside-entry__btn-inner {
      color: #317484; }
    .f-aside-entry--recruitment .aside-menu__item {
      display: block; }
  .f-aside-entry--data {
    background: #dcbe78; }
    .f-aside-entry--data .f-aside-entry__btn-inner {
      color: #dcbe78; }

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 101;
  display: none; }
  .bg--open {
    display: block; }

.entry-search-box {
  position: relative;
  background: #e4726d;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 102; }
  @media screen and (min-width: 768px) {
    .entry-search-box {
      margin: 7.5rem; } }
  @media screen and (min-width: 1024px) {
    .entry-search-box {
      max-width: 900px;
      margin-right: auto;
      margin-left: auto; } }
  .entry-search-box--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .entry-search-box__headtitle {
    font-weight: 600;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: .08em;
    padding: 3rem 0; }
    .entry-search-box__headtitle::before {
      content: "\e91f";
      font-family: "icomoon";
      font-weight: normal;
      color: #fff;
      margin-right: 1rem; }
  .entry-search-box__body {
    background: #f5f5f5;
    padding: 2rem 0 4rem; }
  .entry-search-box__text {
    font-size: 1.4rem;
    letter-spacing: .04em;
    color: #b5b9d3; }
  .entry-search-box__btn {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 10; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .entry-search-box__btn {
        right: 30px; } }
    .entry-search-box__btn-inner {
      display: inline-block;
      font-weight: 600;
      font-size: 1.3rem;
      letter-spacing: .04em;
      color: #e4726d;
      background: #fff;
      border-radius: 20px;
      padding: .4rem 1.8rem; }
      .entry-search-box__btn-inner::before {
        display: inline-block;
        content: "\e927";
        font-family: "icomoon";
        font-weight: normal;
        color: inherit;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 1rem; }
  .entry-search-box__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 101;
    display: none; }
    .entry-search-box__bg--open {
      display: block; }

.entry-search-box-form__title {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: #2b3363;
  margin: 3rem 0 .5rem; }

.entry-search-box-form__keywords {
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem; }

.entry-search-box-form__input {
  width: calc(100% - 10px);
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding: 0 0 1rem; }
  .entry-search-box-form__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .entry-search-box-form__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .entry-search-box-form__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .entry-search-box-form__input::placeholder {
    color: rgba(255, 255, 255, 0.4); }

.entry-search-box-form__submit {
  position: relative;
  display: inline-block;
  text-align: right; }
  .entry-search-box-form__submit::before {
    position: absolute;
    height: 40px;
    top: 50%;
    right: 0;
    content: "\e91f";
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    color: #fff;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    padding: 1rem; }

.checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem; }
  .checkbox-list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff;
    margin: .5rem; }
    @media screen and (min-width: 768px) {
      .checkbox-list__item {
        width: calc(100% / 2 - 1rem); } }
    @media screen and (min-width: 1024px) {
      .checkbox-list__item {
        width: calc(100% / 4 - 1rem); } }
    .checkbox-list__item--haschild {
      width: 100%; }
    .checkbox-list__item input[type="radio"],
    .checkbox-list__item input[type="checkbox"] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none; }
  .checkbox-list__btn {
    margin-top: 2.5rem; }
  .checkbox-list__check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .checkbox-list__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1rem;
    padding-left: 4rem;
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    @media screen and (min-width: 768px) {
      .checkbox-list__label {
        padding: 1.5rem 1.5rem 1.5rem 4.5rem; } }
    .checkbox-list__label::before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      border: solid 2px #6d75a8;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transition: 0.2s ease-out;
      -o-transition: 0.2s ease-out;
      transition: 0.2s ease-out;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff;
      background: #fff;
      font-size: 1.1rem;
      line-height: 17px;
      text-align: center;
      font-weight: normal; }
      @media screen and (min-width: 768px) {
        .checkbox-list__label::before {
          left: 15px; } }
    @media screen and (min-width: 1024px) {
      .checkbox-list__label:hover {
        background: #b5b9d3; } }
    .checkbox-list__label-ttl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 500;
      font-size: 1.3rem;
      letter-spacing: .04em;
      line-height: 1.4;
      color: #2b3363; }
      @media screen and (max-width: 767px) {
        .checkbox-list__label-ttl {
          font-size: 1.4rem;
          padding: 1.5rem; } }
  .checkbox-list input[type="checkbox"]:checked + .checkbox-list__label {
    background: #b5b9d3; }
  .checkbox-list input[type="checkbox"]:checked + .checkbox-list__label:before {
    border: solid 6px #6d75a8; }
  .checkbox-list__btn {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1.7rem;
    letter-spacing: .04em;
    color: #fff;
    background: #e4726d;
    border-radius: 30px;
    text-align: center;
    padding: 1.5rem; }
    .checkbox-list__btn::before {
      content: "\e91f";
      font-family: "icomoon";
      font-weight: normal;
      color: #fff;
      margin-right: 1rem; }

.entry-card,
.subpage-ttl {
  position: relative;
  display: block;
  height: 100%;
  border-left: 12px solid #e4726d;
  border-radius: 0 15px 15px 0 / 0 15px 15px 0;
  background: #fff;
  padding: 2rem 2rem 3rem; }
  .entry-card__link,
  .subpage-ttl__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1; }
  .entry-card__head,
  .subpage-ttl__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .entry-card__date,
  .subpage-ttl__date {
    font-weight: 600;
    font-size: 1.4rem;
    color: #6d75a8;
    letter-spacing: .02em; }
  .entry-card__name,
  .subpage-ttl__name {
    font-weight: 600;
    font-size: 1.6rem;
    color: #2b3363;
    letter-spacing: .04em;
    margin-top: 1rem; }
    @media screen and (min-width: 1024px) {
      .entry-card__name,
      .subpage-ttl__name {
        font-size: 2rem; } }
  .entry-card__age,
  .subpage-ttl__age {
    font-weight: 500;
    font-size: 1.5rem;
    color: #2b3363;
    letter-spacing: .04em;
    margin-left: .5rem; }
  .entry-card__job,
  .subpage-ttl__job {
    font-weight: 500;
    font-size: 1.3rem;
    color: #b5b9d3;
    letter-spacing: .04em;
    line-height: 1.4;
    margin-top: .3rem; }
    @media screen and (min-width: 1024px) {
      .entry-card__job,
      .subpage-ttl__job {
        font-size: 1.6rem; } }
  .entry-card__status,
  .subpage-ttl__status {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: .04em;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .entry-card__status,
      .subpage-ttl__status {
        font-size: 1.3rem; } }
    @media screen and (min-width: 1024px) {
      .entry-card__status,
      .subpage-ttl__status {
        font-size: 1.6rem; } }
    .entry-card__status:before,
    .subpage-ttl__status:before {
      display: inline-block;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #2b3363;
      margin-right: .2rem; }
  .entry-card__comment,
  .subpage-ttl__comment {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .04em;
    padding-top: 1.5rem; }
  .entry-card--not-supported,
  .subpage-ttl--not-supported {
    border-left: 12px solid #e4726d; }
    .entry-card--not-supported .entry-card__status,
    .entry-card--not-supported .subpage-ttl__status,
    .subpage-ttl--not-supported .entry-card__status,
    .subpage-ttl--not-supported .subpage-ttl__status {
      color: #e4726d; }
      .entry-card--not-supported .entry-card__status:before,
      .entry-card--not-supported .subpage-ttl__status:before,
      .subpage-ttl--not-supported .entry-card__status:before,
      .subpage-ttl--not-supported .subpage-ttl__status:before {
        background: #e4726d; }
  .entry-card--phase01, .entry-card--phase02, .entry-card--phase03,
  .subpage-ttl--phase01,
  .subpage-ttl--phase02,
  .subpage-ttl--phase03 {
    border-left: 12px solid #555d95; }
    .entry-card--phase01 .entry-card__status,
    .entry-card--phase01 .subpage-ttl__status, .entry-card--phase02 .entry-card__status,
    .entry-card--phase02 .subpage-ttl__status, .entry-card--phase03 .entry-card__status,
    .entry-card--phase03 .subpage-ttl__status,
    .subpage-ttl--phase01 .entry-card__status,
    .subpage-ttl--phase01 .subpage-ttl__status,
    .subpage-ttl--phase02 .entry-card__status,
    .subpage-ttl--phase02 .subpage-ttl__status,
    .subpage-ttl--phase03 .entry-card__status,
    .subpage-ttl--phase03 .subpage-ttl__status {
      color: #555d95; }
      .entry-card--phase01 .entry-card__status:before,
      .entry-card--phase01 .subpage-ttl__status:before, .entry-card--phase02 .entry-card__status:before,
      .entry-card--phase02 .subpage-ttl__status:before, .entry-card--phase03 .entry-card__status:before,
      .entry-card--phase03 .subpage-ttl__status:before,
      .subpage-ttl--phase01 .entry-card__status:before,
      .subpage-ttl--phase01 .subpage-ttl__status:before,
      .subpage-ttl--phase02 .entry-card__status:before,
      .subpage-ttl--phase02 .subpage-ttl__status:before,
      .subpage-ttl--phase03 .entry-card__status:before,
      .subpage-ttl--phase03 .subpage-ttl__status:before {
        background: #555d95; }
  .entry-card--phase04, .entry-card--phase05,
  .subpage-ttl--phase04,
  .subpage-ttl--phase05 {
    border-left: 12px solid #e4726d; }
    .entry-card--phase04 .entry-card__status,
    .entry-card--phase04 .subpage-ttl__status, .entry-card--phase05 .entry-card__status,
    .entry-card--phase05 .subpage-ttl__status,
    .subpage-ttl--phase04 .entry-card__status,
    .subpage-ttl--phase04 .subpage-ttl__status,
    .subpage-ttl--phase05 .entry-card__status,
    .subpage-ttl--phase05 .subpage-ttl__status {
      color: #e4726d; }
      .entry-card--phase04 .entry-card__status:before,
      .entry-card--phase04 .subpage-ttl__status:before, .entry-card--phase05 .entry-card__status:before,
      .entry-card--phase05 .subpage-ttl__status:before,
      .subpage-ttl--phase04 .entry-card__status:before,
      .subpage-ttl--phase04 .subpage-ttl__status:before,
      .subpage-ttl--phase05 .entry-card__status:before,
      .subpage-ttl--phase05 .subpage-ttl__status:before {
        background: #e4726d; }
  .entry-card--phase06, .entry-card--phase07,
  .subpage-ttl--phase06,
  .subpage-ttl--phase07 {
    border-left: 12px solid #555d95; }
    .entry-card--phase06 .entry-card__status,
    .entry-card--phase06 .subpage-ttl__status, .entry-card--phase07 .entry-card__status,
    .entry-card--phase07 .subpage-ttl__status,
    .subpage-ttl--phase06 .entry-card__status,
    .subpage-ttl--phase06 .subpage-ttl__status,
    .subpage-ttl--phase07 .entry-card__status,
    .subpage-ttl--phase07 .subpage-ttl__status {
      color: #555d95; }
      .entry-card--phase06 .entry-card__status:before,
      .entry-card--phase06 .subpage-ttl__status:before, .entry-card--phase07 .entry-card__status:before,
      .entry-card--phase07 .subpage-ttl__status:before,
      .subpage-ttl--phase06 .entry-card__status:before,
      .subpage-ttl--phase06 .subpage-ttl__status:before,
      .subpage-ttl--phase07 .entry-card__status:before,
      .subpage-ttl--phase07 .subpage-ttl__status:before {
        background: #555d95; }
  .entry-card--phase08, .entry-card--phase09,
  .subpage-ttl--phase08,
  .subpage-ttl--phase09 {
    border-left: 12px solid #2b3363; }
    .entry-card--phase08 .entry-card__status,
    .entry-card--phase08 .subpage-ttl__status, .entry-card--phase09 .entry-card__status,
    .entry-card--phase09 .subpage-ttl__status,
    .subpage-ttl--phase08 .entry-card__status,
    .subpage-ttl--phase08 .subpage-ttl__status,
    .subpage-ttl--phase09 .entry-card__status,
    .subpage-ttl--phase09 .subpage-ttl__status {
      color: #2b3363; }
      .entry-card--phase08 .entry-card__status:before,
      .entry-card--phase08 .subpage-ttl__status:before, .entry-card--phase09 .entry-card__status:before,
      .entry-card--phase09 .subpage-ttl__status:before,
      .subpage-ttl--phase08 .entry-card__status:before,
      .subpage-ttl--phase08 .subpage-ttl__status:before,
      .subpage-ttl--phase09 .entry-card__status:before,
      .subpage-ttl--phase09 .subpage-ttl__status:before {
        background: #2b3363; }
  .entry-card--phase10, .entry-card--phase11,
  .subpage-ttl--phase10,
  .subpage-ttl--phase11 {
    border-left: 12px solid #999; }
    .entry-card--phase10 .entry-card__status,
    .entry-card--phase10 .subpage-ttl__status, .entry-card--phase11 .entry-card__status,
    .entry-card--phase11 .subpage-ttl__status,
    .subpage-ttl--phase10 .entry-card__status,
    .subpage-ttl--phase10 .subpage-ttl__status,
    .subpage-ttl--phase11 .entry-card__status,
    .subpage-ttl--phase11 .subpage-ttl__status {
      color: #999; }
      .entry-card--phase10 .entry-card__status:before,
      .entry-card--phase10 .subpage-ttl__status:before, .entry-card--phase11 .entry-card__status:before,
      .entry-card--phase11 .subpage-ttl__status:before,
      .subpage-ttl--phase10 .entry-card__status:before,
      .subpage-ttl--phase10 .subpage-ttl__status:before,
      .subpage-ttl--phase11 .entry-card__status:before,
      .subpage-ttl--phase11 .subpage-ttl__status:before {
        background: #999; }

.entry-card {
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all; }
  @media screen and (min-width: 1024px) {
    .entry-card:hover {
      -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.06);
      box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.06); } }

.subpage-ttl {
  border-left: none;
  padding: 0; }
  .subpage-ttl__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .subpage-ttl__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .subpage-ttl__date {
    font-weight: 500;
    color: #2b3363;
    letter-spacing: .06em; }
    @media screen and (max-width: 767px) {
      .subpage-ttl__date {
        font-size: 1.2rem; } }
  .subpage-ttl__name {
    font-size: 2rem; }
    @media screen and (min-width: 768px) {
      .subpage-ttl__name {
        font-size: 2.4rem; } }
    @media screen and (min-width: 1024px) {
      .subpage-ttl__name {
        font-size: 2.8rem; } }
  .subpage-ttl__footer {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .subpage-ttl__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .subpage-ttl__btn {
        position: absolute;
        bottom: 0;
        right: 0; } }
    .subpage-ttl__btn-link {
      -webkit-transition: .3s ease-out;
      -o-transition: .3s ease-out;
      transition: .3s ease-out; }
      .subpage-ttl__btn-link:hover {
        opacity: .7; }
    .subpage-ttl__btn li {
      border-radius: 20px; }
      @media screen and (max-width: 767px) {
        .subpage-ttl__btn li {
          width: 45px;
          height: 45px;
          border-radius: 50%; } }
      .subpage-ttl__btn li a {
        display: inline-block;
        font-weight: 600;
        font-size: 1.4rem;
        letter-spacing: .04em;
        text-decoration: none;
        padding: .5rem 2rem; }
        @media screen and (max-width: 767px) {
          .subpage-ttl__btn li a {
            width: 100%;
            height: 100%;
            padding: 0; } }
        .subpage-ttl__btn li a::before {
          font-family: "icomoon";
          font-weight: normal;
          color: inherit; }
          @media screen and (min-width: 768px) {
            .subpage-ttl__btn li a::before {
              margin-right: 1rem; } }
          @media screen and (max-width: 767px) {
            .subpage-ttl__btn li a::before {
              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;
              width: 45px;
              height: 45px;
              line-height: 45px;
              text-align: center;
              font-size: 2.4rem;
              color: #fff; } }
    .subpage-ttl__btn li:nth-child(1) {
      background: #b5b9d3; }
      .subpage-ttl__btn li:nth-child(1) a {
        color: #2b3363; }
        .subpage-ttl__btn li:nth-child(1) a::before {
          content: "\e91e"; }
    .subpage-ttl__btn li:nth-child(2) {
      background: #6d75a8;
      margin-left: 1.5rem; }
      .subpage-ttl__btn li:nth-child(2) a {
        color: #fff; }
        .subpage-ttl__btn li:nth-child(2) a::before {
          content: "\e90a"; }
  .subpage-ttl--info .subpage-ttl__date {
    display: inline-block;
    width: 100%;
    text-align: right; }
  .subpage-ttl--info .subpage-ttl__place {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 1.6rem;
    vertical-align: middle;
    letter-spacing: .04em;
    color: #6d75a8; }
    .subpage-ttl--info .subpage-ttl__place:before {
      content: "\e918";
      font-family: "icomoon";
      font-weight: normal;
      font-size: 2rem;
      color: #b5b9d3;
      vertical-align: sub;
      margin-right: .5rem; }
  .subpage-ttl--info .subpage-ttl__job {
    display: block;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: .04em;
    color: #2b3363;
    margin: .5rem 0; }
    @media screen and (min-width: 768px) {
      .subpage-ttl--info .subpage-ttl__job {
        font-size: 2.4rem;
        margin: 1rem 0; } }
    @media screen and (min-width: 1024px) {
      .subpage-ttl--info .subpage-ttl__job {
        font-size: 2.8rem; } }
  .subpage-ttl--info .subpage-ttl__workstyle {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: .04em;
    color: #317484; }
    @media screen and (min-width: 768px) {
      .subpage-ttl--info .subpage-ttl__workstyle {
        font-size: 1.4rem; } }
    @media screen and (min-width: 1024px) {
      .subpage-ttl--info .subpage-ttl__workstyle {
        font-size: 1.6rem; } }

.entry-title {
  font-size: 1.5rem;
  color: #2b3363;
  letter-spacing: .04em;
  margin-bottom: 2rem; }
  @media screen and (min-width: 1024px) {
    .entry-title {
      margin-top: 4rem; } }

@media screen and (max-width: 1023px) {
  .entry-sct--has-backbtn {
    padding-bottom: 60px; } }

.entry-sct__head, .entry-sct__body {
  background: #fff; }

.entry-sct__head {
  padding: 1.5rem 0 2.5rem; }
  @media screen and (min-width: 768px) {
    .entry-sct__head {
      padding: 3rem 0; } }

.entry-sct__body {
  margin-top: 3em;
  padding: 1rem 2rem; }
  @media screen and (min-width: 768px) {
    .entry-sct__body {
      padding: 2rem 3rem; } }

.entry-sct__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3rem auto 0; }
  @media screen and (min-width: 768px) {
    .entry-sct__foot {
      margin: 5rem auto; } }
  @media screen and (min-width: 1024px) {
    .entry-sct__foot {
      margin: 5rem auto 0; } }

.subpage-back {
  position: absolute;
  display: block;
  width: 100%;
  right: 0;
  bottom: 60px; }
  @media screen and (min-width: 1024px) {
    .subpage-back {
      width: calc(100% - 250px);
      bottom: 0; } }
  .subpage-back__btn {
    display: block;
    width: 100%;
    background: #20274e;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
    .subpage-back__btn:hover {
      opacity: .7; }
  .subpage-back__inner {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 2rem; }
    .subpage-back__inner::before {
      content: "\e928";
      font-family: "icomoon";
      font-weight: normal;
      color: #6d75a8;
      margin-right: 1rem; }

.entry-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  padding: 2rem; }
  @media screen and (min-width: 768px) {
    .entry-display {
      width: 400px; } }
  .entry-display__inner {
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: .04em;
    text-align: left;
    color: #2b3363; }

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .tab-only {
    display: none; } }

@media screen and (min-width: 1024px) {
  .tab-only {
    display: none; } }

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .sp-none {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none; } }

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none; } }

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0; }
  .sp-mt10 {
    margin-top: 1rem; }
  .sp-mt20 {
    margin-top: 2rem; }
  .sp-mt30 {
    margin-top: 3rem; }
  .sp-mt40 {
    margin-top: 4rem; }
  .sp-mt50 {
    margin-top: 5rem; }
  .sp-mt60 {
    margin-top: 6rem; }
  .sp-mt70 {
    margin-top: 7rem; }
  .sp-mt80 {
    margin-top: 8rem; }
  .sp-mt90 {
    margin-top: 9rem; }
  .sp-mt100 {
    margin-top: 10rem; } }

/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0; }
  .tab-mt10 {
    margin-top: 1rem; }
  .tab-mt20 {
    margin-top: 2rem; }
  .tab-mt30 {
    margin-top: 3rem; }
  .tab-mt40 {
    margin-top: 4rem; }
  .tab-mt50 {
    margin-top: 5rem; }
  .tab-mt60 {
    margin-top: 6rem; }
  .tab-mt70 {
    margin-top: 7rem; }
  .tab-mt80 {
    margin-top: 8rem; }
  .tab-mt90 {
    margin-top: 9rem; }
  .tab-mt100 {
    margin-top: 10rem; } }

/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0; }
  .pc-mt10 {
    margin-top: 1rem; }
  .pc-mt20 {
    margin-top: 2rem; }
  .pc-mt30 {
    margin-top: 3rem; }
  .pc-mt40 {
    margin-top: 4rem; }
  .pc-mt50 {
    margin-top: 5rem; }
  .pc-mt60 {
    margin-top: 6rem; }
  .pc-mt70 {
    margin-top: 7rem; }
  .pc-mt80 {
    margin-top: 8rem; }
  .pc-mt90 {
    margin-top: 9rem; }
  .pc-mt100 {
    margin-top: 10rem; } }

/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0; }
  .sp-mb10 {
    margin-bottom: 1rem; }
  .sp-mb20 {
    margin-bottom: 2rem; }
  .sp-mb30 {
    margin-bottom: 3rem; }
  .sp-mb40 {
    margin-bottom: 4rem; }
  .sp-mb50 {
    margin-bottom: 5rem; }
  .sp-mb60 {
    margin-bottom: 6rem; }
  .sp-mb70 {
    margin-bottom: 7rem; }
  .sp-mb80 {
    margin-bottom: 8rem; }
  .sp-mb90 {
    margin-bottom: 9rem; }
  .sp-mb100 {
    margin-bottom: 10rem; } }

/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0; }
  .tab-mb10 {
    margin-bottom: 1rem; }
  .tab-mb20 {
    margin-bottom: 2rem; }
  .tab-mb30 {
    margin-bottom: 3rem; }
  .tab-mb40 {
    margin-bottom: 4rem; }
  .tab-mb50 {
    margin-bottom: 5rem; }
  .tab-mb60 {
    margin-bottom: 6rem; }
  .tab-mb70 {
    margin-bottom: 7rem; }
  .tab-mb80 {
    margin-bottom: 8rem; }
  .tab-mb90 {
    margin-bottom: 9rem; }
  .tab-mb100 {
    margin-bottom: 10rem; } }

/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0; }
  .pc-mb10 {
    margin-bottom: 1rem; }
  .pc-mb20 {
    margin-bottom: 2rem; }
  .pc-mb30 {
    margin-bottom: 3rem; }
  .pc-mb40 {
    margin-bottom: 4rem; }
  .pc-mb50 {
    margin-bottom: 5rem; }
  .pc-mb60 {
    margin-bottom: 6rem; }
  .pc-mb70 {
    margin-bottom: 7rem; }
  .pc-mb80 {
    margin-bottom: 8rem; }
  .pc-mb90 {
    margin-bottom: 9rem; }
  .pc-mb100 {
    margin-bottom: 10rem; } }

/* letter-spacing */
.ls10 {
  letter-spacing: .01em; }

.ls20 {
  letter-spacing: .02em; }

.ls30 {
  letter-spacing: .03em; }

.ls40 {
  letter-spacing: .04em; }

.ls50 {
  letter-spacing: .05em; }

.ls60 {
  letter-spacing: .06em; }

.ls70 {
  letter-spacing: .07em; }

.ls80 {
  letter-spacing: .08em; }

.ls90 {
  letter-spacing: .09em; }

.ls100 {
  letter-spacing: .1em; }

.ls110 {
  letter-spacing: .11em; }

.ls120 {
  letter-spacing: .12em; }

.ls130 {
  letter-spacing: .13em; }

.ls140 {
  letter-spacing: .14em; }

.ls150 {
  letter-spacing: .15em; }

.ls160 {
  letter-spacing: .16em; }

.ls170 {
  letter-spacing: .17em; }

.ls180 {
  letter-spacing: .18em; }

.ls190 {
  letter-spacing: .19em; }

.ls200 {
  letter-spacing: .2em; }

/* line-height */
.lh10 {
  line-height: 1; }

.lh11 {
  line-height: 1.1; }

.lh12 {
  line-height: 1.2; }

.lh13 {
  line-height: 1.3; }

.lh14 {
  line-height: 1.4; }

.lh15 {
  line-height: 1.5; }

.lh16 {
  line-height: 1.6; }

.lh17 {
  line-height: 1.7; }

.lh18 {
  line-height: 1.8; }

.lh19 {
  line-height: 1.9; }

.lh20 {
  line-height: 2; }

:root {
  font-size: 62.5%; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 1.3rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Arial, Meiryo, sans-serif;
  color: #2b3363;
  -webkit-font-feature-settings: "halt";
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (min-width: 1024px) {
    body {
      font-size: 1.5rem; } }

.en {
  font-family: 'Quicksand', sans-serif; }

.ja {
  font-family: 'Noto Sans JP', sans-serif; }

.main {
  min-height: 100vh;
  padding: 55px 0 100px;
  background: #f5f5f5; }
  @media screen and (min-width: 768px) {
    .main {
      padding: 65px 0; } }
  @media screen and (min-width: 1024px) {
    .main {
      padding: 70px 0; } }
  .main--account {
    text-align: center;
    background: #2b3363;
    padding-bottom: 0; }
  .main--hasside {
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .main--hasside {
        padding: 65px 0 100px; } }
    @media screen and (min-width: 1024px) {
      .main--hasside {
        padding: 70px 0 120px 230px; } }
  .main--mypage {
    padding: 70px 0; }
    @media screen and (min-width: 1024px) {
      .main--mypage {
        padding: 70px 0 0; } }
  @media screen and (min-width: 1024px) and (min-height: 750px) {
    .main--mypage {
      height: 100vh;
      overflow: hidden; } }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.clearfix {
  clear: both; }

:focus {
  outline: 0; }

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto; }

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0; } }

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em; } }

img.aligncenter {
  max-width: 100%;
  height: auto; }
  @media screen and (min-width: 768px) {
    img.aligncenter {
      margin: 2em auto; } }

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .video-wrap {
      padding: 30px 250px; } }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden; }
  .gmap-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
