@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}
html, body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, YuGothic, '游ゴシック Medium', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000;
}

img {
  width: 100%;
  max-width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: inherit;
}
a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
#main {
  min-height: calc(100vh - 60px);
}
#main .pager {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #main .pager {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
#main .pager ul.row {
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
#main .pager ul.row li {
  text-align: center;
}
#main .pager ul.row li a {
  color: #0099e5;
  display: block;
}
#main .pager ul.row li a.disable {
  color: #747474;
  pointer-events: none;
}
#main .pager ul.row li.previous a::before, #main .pager ul.row li.index a::before, #main .pager ul.row li.next a::before {
  display: block;
  margin: auto;
}
#main .pager ul.row li.previous a::before, #main .pager ul.row li.next a::before {
  width: 70px;
  height: 46px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#main .pager ul.row li.index a::before {
  content: url(../img/common/icon_link_index.svg);
  width: 46px;
  height: 46px;
  margin-bottom: 30px;
  transition: transform .3s;
}
#main .pager ul.row li.previous a::before {
  content: url(../img/common/icon_link_previous.svg);
  transition: transform .3s;
}
#main .pager ul.row li.previous a.disable::before {
  pointer-events: none;
  content: url(../img/common/icon_link_previous_disable.svg);
}
#main .pager ul.row li.next a::before {
  content: url(../img/common/icon_link_next.svg);
  transition: transform .3s;
}
#main .pager ul.row li.next a.disable::before {
  content: url(../img/common/icon_link_next_disable.svg);
}
@media screen and (min-width: 768px) {
  #main .pager ul.row li:hover a {
    opacity: 1;
  }
  #main .pager ul.row li:hover a.disable {
    opacity: .5;
  }
  #main .pager ul.row li:hover.index a::before {
    transform: scale(1.1);
  }
  #main .pager ul.row li:hover.previous a::before {
    transform: translateX(-10px);
  }
  #main .pager ul.row li:hover.previous a.disable::before {
    transform: none;
  }
  #main .pager ul.row li:hover.next a::before {
    transform: translateX(10px);
  }
  #main .pager ul.row li:hover.next a.disable::before {
    transform: none;
  }
}
#main .scroll {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #main .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  #main .scroll::-webkit-scrollbar {
    height: 5px;
  }
  #main .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #main .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

.wrapper_entrybtn {
  width: 100%;
  position: fixed;
  display: flex;
  bottom: 0;
  text-align: center;
}
.wrapper_entrybtn .entryBtn, .wrapper_entrybtn .InternEntryBtn {
  background: #ffe100;
  color: #0099e5;
}
.wrapper_entrybtn .entryBtn {
  width: 45%;
  border-left: #fff solid 1px;
  font-size: 4vmin;
}
.wrapper_entrybtn .InternEntryBtn {
  width: 55%;
  font-size: 3.8vmin;
}
.wrapper_entrybtn .entryBtn a, .wrapper_entrybtn .InternEntryBtn a {
  background: #ffe100;
  color: #0099e5;
  display: block;
  padding: 16px 5px;
  text-decoration: none;
}
.wrapper_entrybtn .entryBtn a:before, .wrapper_entrybtn .InternEntryBtn a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 24px;
  background-image: url(../../pc/images/btn_arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .wrapper_entrybtn {
    width: 100%;
    position: static;
    display: block;
    bottom: auto;
    text-align: right;
    /*201905_インターンエントリー　ボタン追加*/
  }
  .wrapper_entrybtn .entryBtn, .wrapper_entrybtn .InternEntryBtn {
    background: none;
    color: #0099e5;
    width: auto;
  }
  .wrapper_entrybtn .entryBtn {
    text-align: right;
    position: fixed;
    right: 25px;
    bottom: 35px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: .2s;
    z-index: 100;
    border-left: none;
  }
  .wrapper_entrybtn .entryBtn a {
    padding: 15px 30px;
    background: #ffe100;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    display: inline-block;
    transition: .3s;
    font-size: 18px;
    border-radius: 30px;
  }
  .wrapper_entrybtn .entryBtn a:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 24px;
    background-image: url(../../pc/images/btn_arrow.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle;
  }
  .wrapper_entrybtn .entryBtn:hover {
    bottom: 40px;
  }
  .wrapper_entrybtn .entryBtn:hover a {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  }
  .wrapper_entrybtn .InternEntryBtn {
    text-align: right;
    position: fixed;
    right: 300px;
    bottom: 35px;
    transition: .2s;
    z-index: 100;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  .wrapper_entrybtn .InternEntryBtn a {
    padding: 15px 30px;
    background: #ffe100;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    display: inline-block;
    transition: .3s;
    border-radius: 30px;
    font-size: 18px;
  }
  .wrapper_entrybtn .InternEntryBtn a:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 24px;
    background-image: url(../../pc/images/btn_arrow.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle;
  }
  .wrapper_entrybtn .InternEntryBtn:hover {
    bottom: 40px;
  }
  .wrapper_entrybtn .InternEntryBtn:hover a {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 767px) {
  footer#footer {
    margin-bottom: 56px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes topArrow {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 30px;
  }
}
.visible {
  visibility: visible !important;
}

@media screen and (min-width: 768px) {
  .animation {
    visibility: hidden;
  }
}
.active {
  visibility: visible !important;
}
.active.fadeIn, .active .fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
.active.fadeInUP, .active .fadeInUP {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
}
.active.fadeInDown, .active .fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.active.fadeInLeft, .active .fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.active.fadeInRight, .active .fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.active.delay-3s, .active .delay-3s {
  -webkit-animation-delay: .3s;
  -ms-animation-delay: .3s;
  animation-delay: .3s;
}
.active.delay-5s, .active .delay-5s {
  -webkit-animation-delay: .5s;
  -ms-animation-delay: .5s;
  animation-delay: .5s;
}
.active.delay-1s, .active .delay-1s {
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}

body.about #main .page_header {
  height: 290px;
  background: url(../img/about/pic_header.jpg) center center no-repeat;
  background-size: cover;
}
body.about #main .page_header .inner {
  height: 290px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body.about #main .page_header h2 {
  color: #fff;
  text-align: center;
  font-size: 2.142857142857143rem;
  line-height: 1em;
}
body.about #main .page_header h2::before {
  content: url(../img/common/logo_purpose_mark.svg);
  display: block;
  margin: auto;
  width: 66px;
  height: 66px;
  margin-bottom: 20px;
}
body.about #main .page_header h2 span {
  font-size: 1.142857142857143rem;
}
body.about #main .page_header h2 span::before {
  content: '\A';
  white-space: pre;
}
@media screen and (min-width: 768px) {
  body.about #main .page_header {
    background-attachment: fixed;
    height: 440px;
  }
}
body.about #main .page_body .contents {
  position: relative;
  background-color: #fff;
  padding: 50px 0;
  padding-bottom: 0;
  min-height: 200px;
}
body.about #main .page_body .contents section + section {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body.about #main .page_body .contents {
    top: -150px;
    padding: 100px;
    padding-bottom: 0;
  }
  body.about #main .page_body .contents section + section {
    margin-top: 100px;
  }
}
body.about #main .page_body .lead {
  line-height: 1.8em;
  margin-bottom: 50px;
}
body.about #main .page_body .lead h3 {
  text-align: center;
  color: #004d99;
  font-size: 2.2rem;
  margin-bottom: 50px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  body.about #main .page_body .lead h3 {
    font-size: 2.571428571428571rem;
  }
}
@media screen and (min-width: 768px) {
  body.about #main .page_body .lead {
    line-height: 2.285714285714286em;
    margin-bottom: 100px;
  }
}
body.about #main .page_body .pic_company {
  max-width: 762px;
  margin-left: auto;
  margin-right: auto;
}
body.about #main .page_body .company {
  line-height: 1.8em;
}
body.about #main .page_body .company h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  body.about #main .page_body .company h3 {
    font-size: 1.714285714285714rem;
  }
}
body.about #main .page_body .company .text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  body.about #main .page_body .company {
    line-height: 2.285714285714286em;
  }
  body.about #main .page_body .company h3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  body.about #main .page_body .company .text {
    order: 1;
    margin-top: 0;
  }
  body.about #main .page_body .company .pic {
    order: 2;
  }
}
body.about #main .page_body .company a {
  position: relative;
  display: block;
  font-size: 1.142857142857143rem;
  transition: transform .3s;
}
body.about #main .page_body .company a:hover {
  transform: translateX(10px);
  opacity: 1;
}
body.about #main .page_body .company a::before, body.about #main .page_body .company a::after {
  content: '';
  position: absolute;
  top: .8em;
  bottom: 0;
  vertical-align: middle;
}
body.about #main .page_body .company a::before {
  left: 0;
  width: 50px;
  height: 1px;
  background: #000;
}
body.about #main .page_body .company a::after {
  left: 38px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  body.about #main .page_body .company a {
    padding-top: 1em;
  }
  body.about #main .page_body .company a::after {
    top: 7px;
  }
}
@media screen and (min-width: 768px) {
  body.about #main .page_body .company a {
    padding-left: 64px;
  }
  body.about #main .page_body .company a::before, body.about #main .page_body .company a::after {
    margin: auto;
  }
}
body.about #main .page_body .company .purpose {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  body.about #main .page_body .company .purpose {
    margin-bottom: 80px;
  }
}
body.about #main .page_body .company .purpose h3 {
  color: #0099e5;
}
body.about #main .page_body .company .purpose a {
  color: #0099e5;
}
body.about #main .page_body .company .purpose a::before {
  background-color: #0099e5;
}
body.about #main .page_body .company .purpose a::after {
  border-color: #0099e5;
}
body.about #main .page_body .company .ecotech {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  body.about #main .page_body .company .ecotech {
    margin-bottom: 80px;
  }
}
body.about #main .page_body .company .ecotech h3 {
  color: #68b259;
}
body.about #main .page_body .company .ecotech a {
  color: #68b259;
}
body.about #main .page_body .company .ecotech a::before {
  background-color: #68b259;
}
body.about #main .page_body .company .ecotech a::after {
  border-color: #68b259;
}

body.project.index #main .page_header {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
body.project.index #main .page_header.visible .inner {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
}
body.project.index #main .page_header .inner {
  border: 5px solid #004d99;
  max-width: 580px;
  margin: auto;
  padding: 20px;
}
body.project.index #main .page_header .inner h2 {
  color: #004d99;
  font-size: 2rem;
  text-align: center;
  line-height: 1em;
}
body.project.index #main .page_header .inner h2 span {
  font-size: 1rem;
  line-height: 1em;
}
body.project.index #main .page_header .inner h2 span::before {
  content: '\A';
  white-space: pre;
}
@media screen and (min-width: 768px) {
  body.project.index #main .page_header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  body.project.index #main .page_header .inner {
    border: 10px solid #004d99;
    padding: 40px;
  }
  body.project.index #main .page_header .inner h2 {
    font-size: 3.571428571428571rem;
  }
  body.project.index #main .page_header .inner h2 span {
    font-size: 1.785714285714286rem;
  }
}
body.project.index #main .page_body .lead {
  margin-bottom: 30px;
  max-width: 800px;
  margin: auto;
}
body.project.index #main .page_body .lead.visible {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
}
body.project.index #main .page_body .lead p {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  body.project.index #main .page_body .lead {
    margin-bottom: 100px;
  }
  body.project.index #main .page_body .lead p {
    line-height: 2.285714285714286em;
  }
}
body.project.index #main .page_body .link {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.project.index #main .page_body .link ul.visible li:nth-child(1) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
}
body.project.index #main .page_body .link ul.visible li:nth-child(2) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
body.project.index #main .page_body .link ul.visible li:nth-child(3) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
body.project.index #main .page_body .link ul li {
  margin-bottom: 1px;
}
body.project.index #main .page_body .link ul li .row {
  -webkit-align-items: center;
  align-items: center;
}
body.project.index #main .page_body .link ul li a {
  height: 240px;
  color: #fff;
  margin: 0;
  position: relative;
  overflow: hidden;
}
body.project.index #main .page_body .link ul li a::before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: transform .3s;
}
body.project.index #main .page_body .link ul li a::after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: opacity .3s;
  background-color: #000;
  opacity: 0;
}
body.project.index #main .page_body .link ul li a:hover {
  opacity: 1;
}
body.project.index #main .page_body .link ul li a:hover::before {
  transform: scale(1.1);
}
body.project.index #main .page_body .link ul li a:hover::after {
  opacity: .3;
}
body.project.index #main .page_body .link ul li .container {
  max-width: 840px;
}
body.project.index #main .page_body .link ul li .container .row {
  margin-left: -15px;
  margin-right: -15px;
}
body.project.index #main .page_body .link ul li .container .row .number {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 80px;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
}
body.project.index #main .page_body .link ul li .container .row .number img {
  width: 80px;
  height: 80px;
}
body.project.index #main .page_body .link ul li .container .row .text {
  margin-top: 15px;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
body.project.index #main .page_body .link ul li h3 {
  font-size: 1rem;
}
body.project.index #main .page_body .link ul li p {
  display: inline-block;
  border: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.6em;
}
body.project.index #main .page_body .link ul li:nth-child(1) a::before {
  background: url(../img/project/bg_project_link_01.jpg) center center no-repeat;
  background-size: cover;
}
body.project.index #main .page_body .link ul li:nth-child(2) a::before {
  background: url(../img/project/bg_project_link_02.jpg) center center no-repeat;
  background-size: cover;
}
body.project.index #main .page_body .link ul li:nth-child(3) a::before {
  background: url(../img/project/bg_project_link_04.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body.project.index #main .page_body .link {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  body.project.index #main .page_body .link ul li .container .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  body.project.index #main .page_body .link ul li .container .row .number {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.project.index #main .page_body .link ul li .container .row .number img {
    width: 150px;
    height: 150px;
  }
  body.project.index #main .page_body .link ul li .container .row .text {
    margin-top: 0;
    -webkit-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
  body.project.index #main .page_body .link ul li h3 {
    font-size: 2.142857142857143rem;
  }
  body.project.index #main .page_body .link ul li p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.project.detail #main .page_header {
  height: 400px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
}
body.project.detail #main .page_header .inner {
  text-align: center;
  color: #fff;
}
body.project.detail #main .page_header .inner .catch {
  border: 4px solid #fff;
  max-width: 880px;
  margin: auto;
  padding: 15px;
  margin-bottom: 50px;
}
body.project.detail #main .page_header .inner h2 {
  font-size: 1.6rem;
}
body.project.detail #main .page_header .inner p {
  font-size: 1.428571428571429rem;
  font-weight: bold;
}
body.project.detail #main .page_header .inner p span::after {
  content: '\A';
  white-space: pre;
}
body.project.detail #main .page_header.visible .inner .catch {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
body.project.detail #main .page_header.visible .inner p {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media screen and (min-width: 768px) {
  body.project.detail #main .page_header {
    height: 840px;
  }
  body.project.detail #main .page_header .inner .catch {
    border: 8px solid #fff;
  }
  body.project.detail #main .page_header .inner h2 {
    font-size: 2.642857142857143rem;
    padding: 0 10px;
  }
  body.project.detail #main .page_header .inner p span::after {
    content: '|';
    margin-left: 15px;
    margin-right: 15px;
  }
}
body.project.detail #main .page_body section {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.project.detail #main .page_body section.visible {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
}
body.project.detail #main .page_body section.visible .section_header h3 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
body.project.detail #main .page_body section.visible .section_header h3::before {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
body.project.detail #main .page_body section.visible .text, body.project.detail #main .page_body section.visible .columns {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
body.project.detail #main .page_body section.visible .pic {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
body.project.detail #main .page_body section .section_header {
  text-align: center;
  margin-bottom: 30px;
}
body.project.detail #main .page_body section .section_header h3 {
  border: 6px solid #004d99;
  display: inline-block;
  padding: 15px;
  font-size: 1.6rem;
  color: #004d99;
  position: relative;
}
body.project.detail #main .page_body section .section_header h3::before {
  color: #004d99;
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 0.8571428571428571rem;
}
body.project.detail #main .page_body section p {
  line-height: 1.8em;
}
body.project.detail #main .page_body section.lead {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 780px;
  margin: auto;
}
body.project.detail #main .page_body section.profile {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 50px;
  color: #004d99;
}
body.project.detail #main .page_body section.profile .container {
  padding-left: 30px;
  padding-right: 30px;
}
body.project.detail #main .page_body section.profile .container .row {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.project.detail #main .page_body section.profile .container > .row > div > .row > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
body.project.detail #main .page_body section.profile .border {
  border-top: 1px solid #004d99;
  border-bottom: 1px solid #004d99;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.project.detail #main .page_body section.profile h4 {
  font-size: 1.714285714285714rem;
}
body.project.detail #main .page_body section.profile h4 span {
  font-size: 1rem;
  margin-left: 1em;
}
body.project.detail #main .page_body section.profile p {
  line-height: 1.714285714285714em;
}
body.project.detail #main .page_body section.profile p span {
  font-size: 0.8571428571428571rem;
}
body.project.detail #main .page_body section.pager {
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.project.detail #main .page_body section .text {
    order: 1;
    margin-bottom: 15px;
  }
  body.project.detail #main .page_body section .pic {
    order: 2;
  }
  body.project.detail #main .page_body section.profile .container > .row > div + div {
    margin-top: 30px;
  }
  body.project.detail #main .page_body section.profile h4 {
    line-height: 1em;
  }
  body.project.detail #main .page_body section.profile h4 span {
    line-height: 1em;
  }
  body.project.detail #main .page_body section.profile h4 span::before {
    content: '\A';
    white-space: pre;
    margin-left: 0;
  }
  body.project.detail #main .page_body section.profile p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  body.project.detail #main .page_body section {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  body.project.detail #main .page_body section .section_header {
    margin-bottom: 50px;
  }
  body.project.detail #main .page_body section .section_header h3 {
    padding: 15px 45px;
    font-size: 1.714285714285714rem;
  }
  body.project.detail #main .page_body section p {
    line-height: 2.285714285714286rem;
  }
  body.project.detail #main .page_body section p.columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  body.project.detail #main .page_body section.lead {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  body.project.detail #main .page_body section.profile {
    margin-bottom: 100px;
  }
  body.project.detail #main .page_body section.profile .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.project.detail #main .pager ul.row li a {
  color: #004d99;
}
body.project.detail #main .pager ul.row li.index a::before {
  content: url(../img/project/icon_link_index.svg);
}
body.project.detail #main .pager ul.row li.previous a::before {
  content: url(../img/project/icon_link_previous.svg);
}
body.project.detail #main .pager ul.row li.next a::before {
  content: url(../img/project/icon_link_next.svg);
}
body.project.detail.project_01 #main .page_header {
  background: url(../img/project/01/pic_header.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body.project.detail.project_01 #main .page_header {
    background-attachment: fixed;
  }
}
body.project.detail.project_02 #main .page_header {
  background: url(../img/project/02/pic_header.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body.project.detail.project_02 #main .page_header {
    background-attachment: fixed;
  }
}
body.project.detail.project_03 #main .page_header {
  background: url(../img/project/03/pic_header.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body.project.detail.project_03 #main .page_header {
    background-attachment: fixed;
  }
}
body.project.detail.project_04 #main .page_header {
  background: url(../img/project/04/pic_header.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body.project.detail.project_04 #main .page_header {
    background-attachment: fixed;
  }
}
body.project.detail.project_01 #main .page_body section .section_header h3::before {
  content: 'PROJECT STORY 01';
}
body.project.detail.project_01 #main .page_body section.section_01 {
  background: url(../img/project/01/bg_section_01.jpg) center center no-repeat;
  background-size: cover;
}
body.project.detail.project_01 #main .page_body section.section_03 {
  background: url(../img/project/01/bg_section_03.jpg) center center no-repeat;
  background-size: cover;
}
body.project.detail.project_02 #main .page_body section .section_header h3::before {
  content: 'PROJECT STORY 02';
}
body.project.detail.project_02 #main .page_body section.section_01 {
  background: url(../img/project/02/bg_section_01.jpg) center center no-repeat;
  background-size: cover;
}
body.project.detail.project_02 #main .page_body section.section_03 {
  background: url(../img/project/02/bg_section_03.jpg) center center no-repeat;
  background-size: cover;
}
body.project.detail.project_03 #main .page_body section .section_header h3::before {
  content: 'PROJECT STORY 03';
}
body.project.detail.project_03 #main .page_body section.section_01 {
  background: url(../img/project/03/bg_section_01.jpg) center center no-repeat;
  background-size: cover;
}
body.project.detail.project_03 #main .page_body section.section_03 {
  background: url(../img/project/03/bg_section_03.jpg) center center no-repeat;
  background-size: cover;
}
body.project.detail.project_03 #main .page_body section.profile {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  body.project.detail.project_03 #main .page_body section.profile {
    margin-top: 100px;
  }
}
body.project.detail.project_04 #main .page_body section .section_header h3::before {
  content: 'PROJECT STORY 03';
}
body.project.detail.project_04 #main .page_body section.section_01 {
  background: url(../img/project/04/bg_section_01.jpg) center center no-repeat;
  background-size: cover;
}
body.project.detail.project_04 #main .page_body section.section_03 {
  background: url(../img/project/04/bg_section_03.jpg) center center no-repeat;
  background-size: cover;
}
body.project.detail.project_04 #main .page_body section.profile {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  body.project.detail.project_04 #main .page_body section.profile {
    margin-top: 100px;
  }
}

body.concept #main .page_header {
  height: 290px;
  background: url(../img/concept/pic_header.jpg) center center no-repeat;
  background-size: cover;
}
body.concept #main .page_header .inner {
  height: 290px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body.concept #main .page_header h2 {
  color: #fff;
  text-align: center;
  font-size: 2.142857142857143rem;
  line-height: 1em;
}
body.concept #main .page_header h2::before {
  content: url(../img/concept/icon_concept.svg);
  display: block;
  margin: auto;
  width: 110px;
  height: 110px;
}
body.concept #main .page_header h2 span {
  font-size: 1.142857142857143rem;
}
body.concept #main .page_header h2 span::before {
  content: '\A';
  white-space: pre;
}
@media screen and (min-width: 768px) {
  body.concept #main .page_header {
    background-attachment: fixed;
    height: 440px;
  }
}
body.concept #main .page_body .contents {
  position: relative;
  background-color: #fff;
  padding: 50px 0;
  padding-bottom: 0;
  min-height: 200px;
}
body.concept #main .page_body .contents section + section {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body.concept #main .page_body .contents {
    top: -150px;
    padding: 100px;
    padding-bottom: 0;
  }
  body.concept #main .page_body .contents section + section {
    margin-top: 100px;
  }
}
body.concept #main .page_body .profile {
  position: relative;
  border: 1px solid #0099e5;
  padding: 15px;
  padding-top: 35px;
  margin-top: 20px;
}
body.concept #main .page_body .profile h3 {
  position: absolute;
  background-color: #0099e5;
  color: #fff;
  margin: auto;
  top: -20px;
  left: 0;
  right: 0;
  width: 180px;
  line-height: 40px;
  text-align: center;
  font-size: 1.285714285714286rem;
}
body.concept #main .page_body .profile p {
  color: #0099e5;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body.concept #main .page_body .profile {
    margin-top: 30px;
    padding: 70px 15px;
  }
  body.concept #main .page_body .profile h3 {
    top: -30px;
    width: 300px;
    line-height: 60px;
  }
  body.concept #main .page_body .profile p {
    font-size: 1.714285714285714rem;
  }
}
body.concept #main .page_body .detail {
  margin-bottom: 50px;
}
body.concept #main .page_body .detail div + div {
  margin-top: 30px;
}
body.concept #main .page_body .detail h4 {
  color: #0099e5;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}
body.concept #main .page_body .detail p {
  line-height: 1.8rem;
}
@media screen and (min-width: 768px) {
  body.concept #main .page_body .detail {
    margin-bottom: 0;
  }
  body.concept #main .page_body .detail div + div {
    margin-top: 80px;
  }
  body.concept #main .page_body .detail h4 {
    font-size: 1.714285714285714rem;
    margin-bottom: 30px;
  }
  body.concept #main .page_body .detail p {
    line-height: 2.285714285714286rem;
  }
}

body.company #main .page_header {
  height: 290px;
  background: url(../img/company/pic_header.jpg) center center no-repeat;
  background-size: cover;
}
body.company #main .page_header .inner {
  height: 290px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body.company #main .page_header h2 {
  color: #fff;
  text-align: center;
  font-size: 2.142857142857143rem;
  line-height: 1em;
}
body.company #main .page_header h2::before {
  content: url(../img/company/icon_company.svg);
  display: block;
  margin: auto;
  width: 110px;
  height: 110px;
}
body.company #main .page_header h2 span {
  font-size: 1.142857142857143rem;
}
body.company #main .page_header h2 span::before {
  content: '\A';
  white-space: pre;
}
@media screen and (min-width: 768px) {
  body.company #main .page_header {
    background-attachment: fixed;
    height: 440px;
  }
}
body.company #main .page_body .contents {
  position: relative;
  background-color: #fff;
  padding: 50px 0;
  padding-bottom: 0;
  min-height: 200px;
}
body.company #main .page_body .contents section + section {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body.company #main .page_body .contents {
    top: -150px;
    padding: 100px;
    padding-bottom: 0;
  }
  body.company #main .page_body .contents section + section {
    margin-top: 100px;
  }
}
body.company #main .page_body .lead h3 {
  color: #0099e5;
  font-size: 1.4rem;
  line-height: 1.666666666666667em;
}
@media screen and (min-width: 768px) {
  body.company #main .page_body .lead h3 {
    font-size: 1.714285714285714rem;
    text-align: center;
  }
}
body.company #main .page_body .list dl dt {
  color: #0099e5;
  font-weight: normal;
}
body.company #main .page_body .list dl dd a {
  color: #0099e5;
}
@media screen and (max-width: 991px) {
  body.company #main .page_body .lead br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.company #main .page_body .list dl dt {
    border-bottom: 1px solid #0099e5;
    font-size: 1.3rem;
    line-height: 2em;
  }
  body.company #main .page_body .list dl dd {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  body.company #main .page_body .list dl::after {
    content: "";
    display: table;
    clear: both;
  }
  body.company #main .page_body .list dl dt, body.company #main .page_body .list dl dd {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body.company #main .page_body .list dl dt {
    float: left;
    width: 20%;
    text-align: center;
  }
  body.company #main .page_body .list dl dt:first-child + dd {
    border-top: 1px solid #b3b3b3;
  }
  body.company #main .page_body .list dl dd {
    padding-left: 30%;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 0;
  }
}

body.information #main .page_header {
  height: 290px;
  background: url(../img/information/pic_header.jpg) center center no-repeat;
  background-size: cover;
}
body.information #main .page_header .inner {
  height: 290px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body.information #main .page_header h2 {
  color: #fff;
  text-align: center;
  font-size: 2.142857142857143rem;
  line-height: 1em;
}
body.information #main .page_header h2::before {
  display: block;
  margin: auto;
  width: 110px;
  height: 110px;
}
body.information #main .page_header h2 span {
  font-size: 1.142857142857143rem;
}
body.information #main .page_header h2 span::before {
  content: '\A';
  white-space: pre;
}
@media screen and (min-width: 768px) {
  body.information #main .page_header {
    height: 440px;
  }
}
body.information #main .page_body .contents {
  position: relative;
  background-color: #fff;
  padding: 50px 0;
  padding-bottom: 0;
  min-height: 200px;
}
body.information #main .page_body .contents section + section {
  margin-top: 30px;
}
body.information #main .page_body .contents .section_header {
  margin-bottom: 50px;
}
body.information #main .page_body .contents .section_header h3 {
  color: #0099e5;
  font-size: 1.714285714285714rem;
  line-height: 1.666666666666667em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  body.information #main .page_body .contents {
    top: -150px;
    padding: 100px;
    padding-bottom: 0;
  }
  body.information #main .page_body .contents section + section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  body.information #main .page_body .contents .navigation {
    margin-bottom: 50px;
  }
}
body.information #main .page_body .contents .navigation ul {
  -webkit-justify-content: center;
  justify-content: center;
}
body.information #main .page_body .contents .navigation ul li a {
  display: block;
  border: 1px solid #0099e5;
  color: #0099e5;
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: opacity .3s;
  transition: background .3s;
}
body.information #main .page_body .contents .navigation ul li a::before {
  margin: auto;
  left: 5px;
  width: 100px;
  height: 100px;
}
body.information #main .page_body .contents .navigation ul li a.guideline::before {
  content: url(../img/information/guideline/icon_guideline_color.svg);
}
body.information #main .page_body .contents .navigation ul li a.flow::before {
  content: url(../img/information/flow/icon_flow_color.svg);
}
body.information #main .page_body .contents .navigation ul li a.schedule::before {
  content: url(../img/information/schedule/icon_schedule_color.svg);
}
body.information #main .page_body .contents .navigation ul li a:hover {
  background-color: #ccebfa;
}
@media screen and (max-width: 767px) {
  body.information #main .page_body .contents .navigation ul li a {
    position: relative;
    padding-left: 110px;
    margin-bottom: 15px;
  }
  body.information #main .page_body .contents .navigation ul li a::before {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 5px;
  }
}
@media screen and (min-width: 768px) {
  body.information #main .page_body .contents .navigation ul li a {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
  }
  body.information #main .page_body .contents .navigation ul li a::before {
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  body.information #main .page_body .contents .navigation ul li a {
    font-size: 1.428571428571429rem;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  body.information #main .page_body .contents .navigation ul li a::before {
    display: block;
    margin: auto;
    width: 130px;
    height: 130px;
  }
}
body.information.index #main .page_header h2::before {
  content: url(../img/information/icon_information.svg);
}
body.information.guideline #main .page_header h2::before {
  content: url(../img/information/guideline/icon_guideline.svg);
}
body.information.guideline #main .page_body .requirement h4 {
  border: 1px solid #0099e5;
  font-weight: normal;
  padding: 7.5px 15px;
  font-size: 1.428571428571429rem;
  color: #0099e5;
  margin-bottom: 30px;
}
body.information.guideline #main .page_body .requirement h5 {
  font-size: 1.285714285714286rem;
  font-weight: normal;
  color: #0099e5;
  margin-bottom: 15px;
}
body.information.guideline #main .page_body .requirement table {
  width: 100%;
  max-width: 100%;
}
body.information.guideline #main .page_body .requirement table tr.gray {
  background-color: #f7f7f7;
}
body.information.guideline #main .page_body .requirement table tr th, body.information.guideline #main .page_body .requirement table tr td {
  padding: 15px 15px;
  border-left: 1px dotted #b3b3b3;
}
body.information.guideline #main .page_body .requirement table tr th {
  font-weight: normal;
  text-align: center;
  width: 22%;
  background-color: #ccebfa;
}
body.information.guideline #main .page_body .requirement table tr th:first-child {
  width: 12%;
  border-left: none;
}
body.information.guideline #main .page_body .requirement table tr td {
  border-bottom: 1px solid #b3b3b3;
  vertical-align: top;
}
body.information.guideline #main .page_body .requirement table tr td:first-child {
  text-align: center;
  color: #0099e5;
  border-left: none;
  vertical-align: middle;
}
body.information.guideline #main .page_body .requirement .university {
  margin-bottom: 80px;
}
body.information.guideline #main .page_body .requirement .university table tr th {
  width: 22%;
}
body.information.guideline #main .page_body .requirement .university table tr th:first-child {
  width: 12%;
}
body.information.guideline #main .page_body .requirement .graduate table tr th {
  width: 29%;
}
body.information.guideline #main .page_body .requirement .graduate table tr th:first-child {
  width: 12%;
}
body.information.flow #main .page_header h2::before {
  content: url(../img/information/flow/icon_flow.svg);
}
body.information.flow #main .page_body .examination dl dt {
  color: #0099e5;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  body.information.flow #main .page_body .examination dl::after {
    content: "";
    display: table;
    clear: both;
  }
  body.information.flow #main .page_body .examination dl dt, body.information.flow #main .page_body .examination dl dd {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body.information.flow #main .page_body .examination dl dt {
    float: left;
    width: 20%;
    text-align: center;
  }
  body.information.flow #main .page_body .examination dl dt:first-child + dd {
    border-top: 1px solid #b3b3b3;
  }
  body.information.flow #main .page_body .examination dl dd {
    padding-left: 25%;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 0;
  }
  body.information.flow #main .page_body .examination dl dd a {
    color: #0099e5;
  }
}
body.information.flow #main .page_body .chart {
  margin-bottom: 100px;
}
body.information.flow #main .page_body .chart .step {
  display: table;
  width: 100%;
  border-bottom: 1px solid #0099e5;
}
body.information.flow #main .page_body .chart .step + .step {
  margin-top: 70px;
  position: relative;
}
body.information.flow #main .page_body .chart .step + .step::before {
  content: url(../img/information/flow/icon_flow_arrow.svg);
  position: absolute;
  top: -45px;
  left: 25px;
  width: 50px;
}
body.information.flow #main .page_body .chart .step h4 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  background-color: #0099e5;
  font-size: 1.428571428571429rem;
  font-weight: 500;
  width: 100px;
  line-height: 80px;
  text-align: center;
}
body.information.flow #main .page_body .chart .step p {
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.142857142857143rem;
}
@media screen and (min-width: 768px) {
  body.information.flow #main .page_body .chart .step + .step {
    margin-top: 70px;
    position: relative;
  }
  body.information.flow #main .page_body .chart .step + .step::before {
    left: 65px;
  }
  body.information.flow #main .page_body .chart .step h4 {
    width: 180px;
  }
  body.information.flow #main .page_body .chart .step p {
    padding-left: 30px;
  }
}
body.information.schedule .page_header h2::before {
  content: url(../img/information/schedule/icon_schedule.svg);
}
body.information.schedule .page_body .timetable h4 {
  border: 1px solid #0099e5;
  font-weight: normal;
  padding: 7.5px 15px;
  font-size: 1.428571428571429rem;
  color: #0099e5;
  margin-bottom: 30px;
}
body.information.schedule .page_body .timetable h5 {
  font-size: 1.285714285714286rem;
  font-weight: normal;
  color: #0099e5;
  margin-bottom: 15px;
}
body.information.schedule .page_body .timetable .center {
  text-align: center;
}
body.information.schedule .page_body .timetable table {
  width: 100%;
}
body.information.schedule .page_body .timetable table tr.gray {
  background-color: #f7f7f7;
}
body.information.schedule .page_body .timetable table tr.primary {
  background-color: #E1F1FA;
}
body.information.schedule .page_body .timetable table tr.second {
  background-color: #fff996;
}
body.information.schedule .page_body .timetable table tr.third {
  background-color: #ffd6cf;
}
body.information.schedule .page_body .timetable table tr th, body.information.schedule .page_body .timetable table tr td {
  padding: 15px 15px;
  border-left: 1px dotted #b3b3b3;
}
body.information.schedule .page_body .timetable table tr th {
  font-weight: normal;
  text-align: center;
  background-color: #AADCFA;
}
body.information.schedule .page_body .timetable table tr th:first-child {
  border-left: none;
}
body.information.schedule .page_body .timetable table tr th:nth-child(1) {
  width: 10%;
}
body.information.schedule .page_body .timetable table tr th:nth-child(2) {
  width: 30%;
}
body.information.schedule .page_body .timetable table tr th:nth-child(3) {
  width: 16%;
}
body.information.schedule .page_body .timetable table tr th:nth-child(4) {
  width: 16%;
}
body.information.schedule .page_body .timetable table tr th:nth-child(5) {
  width: 28%;
}
body.information.schedule .page_body .timetable table tr td {
  border-bottom: 1px solid #b3b3b3;
  vertical-align: top;
}
body.information.schedule .page_body .timetable table tr td:first-child {
  text-align: center;
  color: #0099e5;
  border-left: none;
  vertical-align: middle;
}

body.interview.index #main .page_header {
  height: 290px;
  background: url(../img/interview/pic_header.jpg) center center no-repeat;
  background-size: cover;
}
body.interview.index #main .page_header .inner {
  height: 290px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body.interview.index #main .page_header h2 {
  color: #fff;
  text-align: center;
  font-size: 2.142857142857143rem;
  line-height: 1em;
}
body.interview.index #main .page_header h2::before {
  content: url(../img/interview/icon_interview.svg);
  display: block;
  margin: auto;
  width: 110px;
  height: 110px;
}
body.interview.index #main .page_header h2 span {
  font-size: 1.142857142857143rem;
}
body.interview.index #main .page_header h2 span::before {
  content: '\A';
  white-space: pre;
}
@media screen and (min-width: 768px) {
  body.interview.index #main .page_header {
    background-attachment: fixed;
    height: 440px;
  }
}
body.interview.index #main .page_body .contents {
  position: relative;
  background-color: #fff;
  padding: 50px 0;
  padding-bottom: 0;
  min-height: 200px;
}
body.interview.index #main .page_body .contents section + section {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body.interview.index #main .page_body .contents {
    top: -150px;
    padding: 100px;
    padding-bottom: 0;
  }
  body.interview.index #main .page_body .contents section + section {
    margin-top: 100px;
  }
}
body.interview.index #main .page_body .index ul.visible li:nth-child(1) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
}
body.interview.index #main .page_body .index ul.visible li:nth-child(2) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
body.interview.index #main .page_body .index ul.visible li:nth-child(3) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
body.interview.index #main .page_body .index ul.visible li:nth-child(4) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
body.interview.index #main .page_body .index ul.visible li:nth-child(5) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
body.interview.index #main .page_body .index ul.visible li:nth-child(6) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
body.interview.index #main .page_body .index ul.visible li:nth-child(7) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
body.interview.index #main .page_body .index ul.visible li:nth-child(8) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@media screen and (min-width: 768px) {
  body.interview.index #main .page_body .index ul li:nth-child(1) a .pic {
    background: url(../img/interview/pic_profile_01_off.jpg) center center no-repeat;
    background-size: contain;
  }
  body.interview.index #main .page_body .index ul li:nth-child(2) a .pic {
    background: url(../img/interview/pic_profile_02_off.jpg) center center no-repeat;
    background-size: contain;
  }
  body.interview.index #main .page_body .index ul li:nth-child(3) a .pic {
    background: url(../img/interview/pic_profile_04_off.jpg) center center no-repeat;
    background-size: contain;
  }
  body.interview.index #main .page_body .index ul li:nth-child(4) a .pic {
    background: url(../img/interview/pic_profile_05_off.jpg) center center no-repeat;
    background-size: contain;
  }
  body.interview.index #main .page_body .index ul li:nth-child(5) a .pic {
    background: url(../img/interview/pic_profile_06_off.jpg) center center no-repeat;
    background-size: contain;
  }
  body.interview.index #main .page_body .index ul li:nth-child(6) a .pic {
    background: url(../img/interview/pic_profile_07_off.jpg) center center no-repeat;
    background-size: contain;
  }
  body.interview.index #main .page_body .index ul li:nth-child(7) a .pic {
    background: url(../img/interview/pic_profile_08_off.jpg) center center no-repeat;
    background-size: contain;
  }
  body.interview.index #main .page_body .index ul li:nth-child(8) a .pic {
    background: url(../img/interview/pic_profile_09_off.jpg) center center no-repeat;
    background-size: contain;
  }
  body.interview.index #main .page_body .index ul li a .pic {
    overflow: hidden;
  }
  body.interview.index #main .page_body .index ul li a .pic img {
    opacity: 0;
    transition: opacity .3s;
  }
  body.interview.index #main .page_body .index ul li a:hover .pic img {
    opacity: 1;
  }
}
body.interview.index #main .page_body .index a {
  display: block;
}
body.interview.index #main .page_body .index a:hover {
  opacity: 1;
}
body.interview.index #main .page_body .index h3, body.interview.index #main .page_body .index p {
  color: #0099e5;
}
body.interview.index #main .page_body .index h3 {
  margin-top: 5px;
  font-size: 1.571428571428571rem;
}
body.interview.index #main .page_body .index p {
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.interview.index #main .page_body .index .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  body.interview.index #main .page_body .index .row > li {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
body.interview.member #main .page_header {
  margin-bottom: 50px;
}
body.interview.member #main .page_header.visible .container {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
body.interview.member #main .page_header .pic_main {
  height: 280px;
}
body.interview.member #main .page_header .container {
  padding: 0;
}
body.interview.member #main .page_header .catch {
  background-color: rgba(0, 153, 229, 0.8);
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
body.interview.member #main .page_header .catch p {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
body.interview.member #main .page_header .profile {
  background-color: #0099e5;
  padding: 15px;
}
body.interview.member #main .page_header .profile h2 {
  color: #fff;
  font-size: 2.142857142857143rem;
}
body.interview.member #main .page_header .profile h2 span {
  font-size: 1.142857142857143rem;
  margin-left: 1em;
}
body.interview.member #main .page_header .profile p {
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body.interview.member #main .page_header {
    padding-bottom: 36px;
    margin-bottom: 100px;
  }
  body.interview.member #main .page_header .pic_main {
    height: 840px;
  }
  body.interview.member #main .page_header .container {
    position: relative;
  }
  body.interview.member #main .page_header .container .inner {
    position: absolute;
    right: 0;
    bottom: -36px;
    width: 466px;
  }
  body.interview.member #main .page_header .catch {
    height: 264px;
    padding: 20px 40px;
  }
  body.interview.member #main .page_header .catch p {
    font-size: 2.071428571428571rem;
    line-height: 1.793103448275862em;
  }
  body.interview.member #main .page_header .profile {
    height: 166px;
    padding: 20px 40px;
  }
}
body.interview.member #main .page_body .list {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  body.interview.member #main .page_body .list {
    padding-left: 115px;
    padding-right: 115px;
  }
}
body.interview.member #main .page_body .list .row {
  -webkit-align-items: center;
  align-items: center;
}
body.interview.member #main .page_body .list h3 {
  color: #0099e5;
  font-weight: normal;
}
body.interview.member #main .page_body .list p {
  margin-bottom: 30px;
}
body.interview.member #main .page_body .list.visible {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
}
body.interview.member #main .page_body .qanda .icon_interview {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
body.interview.member #main .page_body .qanda ul .row {
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 50px;
}
body.interview.member #main .page_body .qanda ul .text h3 {
  color: #0099e5;
  font-size: 1.714285714285714rem;
  line-height: 1.583333333333333em;
  margin-bottom: 1em;
}
body.interview.member #main .page_body .qanda ul .text h3::before {
  content: 'INTERVIEW';
  display: block;
  border-bottom: 1px solid #0099e5;
  width: 74px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: .5em;
  line-height: 1.8em;
}
body.interview.member #main .page_body .qanda ul .text p {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  body.interview.member #main .page_body .qanda ul .text p {
    line-height: 2.285714285714286em;
  }
}
body.interview.member #main .page_body .qanda ul li.visible .text h3 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
}
body.interview.member #main .page_body .qanda ul li.visible .text p {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
body.interview.member #main .page_body .qanda ul li.visible .pic {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
body.interview.member #main .page_body .qanda ul li .text {
  order: 1;
}
body.interview.member #main .page_body .qanda ul li .pic {
  order: 2;
}
@media screen and (min-width: 768px) {
  body.interview.member #main .page_body .qanda ul li:nth-child(odd) .text {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body.interview.member #main .page_body .qanda ul li:nth-child(odd) .text {
    padding-left: 115px;
  }
}
@media screen and (min-width: 768px) {
  body.interview.member #main .page_body .qanda ul li:nth-child(odd) .pic {
    order: 2;
  }
  body.interview.member #main .page_body .qanda ul li:nth-child(even) .text {
    order: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body.interview.member #main .page_body .qanda ul li:nth-child(even) .text {
    padding-right: 115px;
  }
}
@media screen and (min-width: 768px) {
  body.interview.member #main .page_body .qanda ul li:nth-child(even) .pic {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body.interview.member #main .page_body .qanda ul li .col-md-12 {
    padding-left: 115px;
    padding-right: 115px;
  }
}

@media screen and (min-width: 768px) {
  body.interview.member #main .page_body .list > div {
    border-bottom: 1px solid #b3b3b3;
  }
  body.interview.member #main .page_body .list > div:first-child {
    border-top: 1px solid #b3b3b3;
  }
  body.interview.member #main .page_body .list h3, body.interview.member #main .page_body .list p {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body.interview.member #main .page_body .list p {
    margin-bottom: 0;
  }
  body.interview.member #main .page_body .qanda .icon_interview {
    width: 150px;
    height: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body.interview.member #main .page_body .qanda ul .row {
    margin-bottom: 100px;
  }
}
body.interview.member.member_01 .page_header .pic_main {
  background: url(../img/interview/01/pic_main.jpg) center center no-repeat;
  background-size: cover;
}
body.interview.member.member_02 .page_header .pic_main {
  background: url(../img/interview/02/pic_main.jpg) center center no-repeat;
  background-size: cover;
}
body.interview.member.member_03 .page_header .pic_main {
  background: url(../img/interview/03/pic_main.jpg) center center no-repeat;
  background-size: cover;
}
body.interview.member.member_04 .page_header .pic_main {
  background: url(../img/interview/04/pic_main.jpg) center center no-repeat;
  background-size: cover;
}
body.interview.member.member_05 .page_header .pic_main {
  background: url(../img/interview/05/pic_main.jpg) center center no-repeat;
  background-size: cover;
}
body.interview.member.member_06 .page_header .pic_main {
  background: url(../img/interview/06/pic_main.jpg) center center no-repeat;
  background-size: cover;
}
body.interview.member.member_07 .page_header .pic_main {
  background: url(../img/interview/07/pic_main.jpg) center center no-repeat;
  background-size: cover;
}
body.interview.member.member_08 .page_header .pic_main {
  background: url(../img/interview/08/pic_main.jpg) center center no-repeat;
  background-size: cover;
}

body.oneday.index #main .page_header {
  height: 290px;
  background: url(../img/oneday/pic_header.jpg) center center no-repeat;
  background-size: cover;
}
body.oneday.index #main .page_header .inner {
  height: 290px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body.oneday.index #main .page_header h2 {
  color: #fff;
  text-align: center;
  font-size: 2.142857142857143rem;
  line-height: 1em;
}
body.oneday.index #main .page_header h2::before {
  content: url(../img/oneday/icon_oneday.svg);
  display: block;
  margin: auto;
  width: 110px;
  height: 110px;
}
body.oneday.index #main .page_header h2 span {
  font-size: 1.142857142857143rem;
}
body.oneday.index #main .page_header h2 span::before {
  content: '\A';
  white-space: pre;
}
@media screen and (min-width: 768px) {
  body.oneday.index #main .page_header {
    background-attachment: fixed;
    height: 440px;
  }
}
body.oneday.index #main .page_body .contents {
  position: relative;
  background-color: #fff;
  padding: 50px 0;
  padding-bottom: 0;
  min-height: 200px;
}
body.oneday.index #main .page_body .contents section + section {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body.oneday.index #main .page_body .contents {
    top: -150px;
    padding: 100px;
    padding-bottom: 0;
  }
  body.oneday.index #main .page_body .contents section + section {
    margin-top: 100px;
  }
}
body.oneday.index #main .page_body .index ul.visible li:nth-child(1) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
}
body.oneday.index #main .page_body .index ul.visible li:nth-child(2) {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@media screen and (min-width: 768px) {
  body.oneday.index #main .page_body .index ul li:nth-child(1) a .pic {
    background: url(../img/oneday/pic_profile_01_off.jpg) center center no-repeat;
    background-size: contain;
  }
  body.oneday.index #main .page_body .index ul li:nth-child(2) a .pic {
    background: url(../img/oneday/pic_profile_03_off.jpg) center center no-repeat;
    background-size: contain;
  }
  body.oneday.index #main .page_body .index ul li a .pic {
    overflow: hidden;
  }
  body.oneday.index #main .page_body .index ul li a .pic img {
    opacity: 0;
    transition: opacity .3s;
  }
  body.oneday.index #main .page_body .index ul li a:hover .pic img {
    opacity: 1;
  }
}
body.oneday.index #main .page_body .index a {
  display: block;
}
body.oneday.index #main .page_body .index a:hover {
  opacity: 1;
}
body.oneday.index #main .page_body .index h3, body.oneday.index #main .page_body .index p {
  color: #0099e5;
}
body.oneday.index #main .page_body .index h3 {
  margin-top: 15px;
  font-size: 2.142857142857143rem;
}
body.oneday.index #main .page_body .index h3 span {
  font-size: 1.142857142857143rem;
  margin-left: 1em;
}
body.oneday.index #main .page_body .index p {
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.oneday.index #main .page_body .index .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  body.oneday.index #main .page_body .index .row li {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  body.oneday.index #main .page_body .index h3 {
    font-size: 1.571428571428571rem;
  }
  body.oneday.index #main .page_body .index h3 span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.oneday.index #main .page_body .index .row {
    margin-left: -45px;
    margin-right: -45px;
  }
  body.oneday.index #main .page_body .index .row li {
    padding-left: 45px;
    padding-right: 45px;
  }
}
body.oneday.member #main .page_header {
  height: 320px;
  position: relative;
}
body.oneday.member #main .page_header.visible .catch {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
body.oneday.member #main .page_header .catch {
  position: absolute;
  bottom: 15px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
body.oneday.member #main .page_header .catch p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body.oneday.member #main .page_header {
    height: 840px;
  }
  body.oneday.member #main .page_header .catch {
    left: 50px;
    bottom: 150px;
    font-size: 2.285714285714286rem;
    line-height: 1.75em;
  }
}
body.oneday.member .page_body .profile {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.oneday.member .page_body .profile.visible h2 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
}
body.oneday.member .page_body .profile.visible .affiliation {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
body.oneday.member .page_body .profile.visible .occupation {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
body.oneday.member .page_body .profile h2 {
  color: #0099e5;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
body.oneday.member .page_body .profile h2 span {
  font-size: 1.142857142857143rem;
  margin-left: 1em;
}
body.oneday.member .page_body .profile .row {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-align-items: center;
  align-items: center;
}
body.oneday.member .page_body .profile .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
body.oneday.member .page_body .profile .affiliation {
  color: #0099e5;
  margin-bottom: 30px;
}
body.oneday.member .page_body .profile .affiliation p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body.oneday.member .page_body .profile .affiliation {
    max-width: 30%;
  }
}
body.oneday.member .page_body .profile .occupation h3 {
  color: #0099e5;
}
body.oneday.member .page_body .profile .occupation p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body.oneday.member .page_body .profile .occupation {
    max-width: 70%;
    border-left: 1px solid #0099e5;
  }
}
@media screen and (min-width: 768px) {
  body.oneday.member .page_body .profile {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body.oneday.member .page_body .profile h2 {
    margin-bottom: 30px;
    font-size: 2.142857142857143rem;
  }
  body.oneday.member .page_body .profile .affiliation {
    margin-bottom: 0;
  }
}
body.oneday.member .page_body .timetable {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.oneday.member .page_body .timetable .container {
  position: relative;
  z-index: 1;
}
body.oneday.member .page_body .timetable .icon_oneday {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 30px;
}
body.oneday.member .page_body .timetable .chart {
  margin-bottom: 50px;
  position: relative;
}
body.oneday.member .page_body .timetable .chart .text {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
body.oneday.member .page_body .timetable .chart .text li {
  border-top: 1px dotted #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.oneday.member .page_body .timetable .chart .text li:first-child {
  border: none;
  padding-top: 0;
}
body.oneday.member .page_body .timetable .chart .text h3 {
  font-size: 1rem;
}
body.oneday.member .page_body .timetable .chart .text p {
  line-height: 1.714285714285714em;
}
@media screen and (max-width: 767px) {
  body.oneday.member .page_body .timetable::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  body.oneday.member .page_body .timetable {
    visibility: visible !important;
  }
  body.oneday.member .page_body .timetable.visible::before {
    content: '';
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  body.oneday.member .page_body .timetable.visible .container {
    visibility: visible !important;
  }
  body.oneday.member .page_body .timetable.visible .icon_oneday {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
  }
  body.oneday.member .page_body .timetable.visible .chart .text li {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
  }
  body.oneday.member .page_body .timetable.visible .chart .text li .image_01 {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUP;
    animation-name: fadeInUP;
    -webkit-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
  }
  body.oneday.member .page_body .timetable.visible .chart .text li .image_02 {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUP;
    animation-name: fadeInUP;
    -webkit-animation-delay: 2.3s;
    -ms-animation-delay: 2.3s;
    animation-delay: 2.3s;
  }
  body.oneday.member .page_body .timetable.visible .chart .text li .image_03 {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUP;
    animation-name: fadeInUP;
    -webkit-animation-delay: 2.6s;
    -ms-animation-delay: 2.6s;
    animation-delay: 2.6s;
  }
  body.oneday.member .page_body .timetable .container {
    visibility: hidden;
  }
  body.oneday.member .page_body .timetable .icon_oneday {
    width: 150px;
    height: 150px;
    margin-bottom: 50px;
  }
  body.oneday.member .page_body .timetable .chart .text {
    max-width: 56%;
  }
  body.oneday.member .page_body .timetable .chart .text li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.oneday.member .page_body .timetable .chart .text li .image_01, body.oneday.member .page_body .timetable .chart .text li .image_02, body.oneday.member .page_body .timetable .chart .text li .image_03 {
    position: absolute;
    max-width: 38%;
  }
  body.oneday.member .page_body .timetable .chart .text li .image_01 {
    top: 0;
  }
  body.oneday.member .page_body .timetable .chart .text li .image_02 {
    top: 17%;
  }
  body.oneday.member .page_body .timetable .chart .text li .image_03 {
    top: 34%;
  }
  body.oneday.member .page_body .timetable .chart.left .text li .image_01, body.oneday.member .page_body .timetable .chart.left .text li .image_02, body.oneday.member .page_body .timetable .chart.left .text li .image_03 {
    right: 0;
  }
  body.oneday.member .page_body .timetable .chart.right .row {
    justify-content: flex-end;
  }
  body.oneday.member .page_body .timetable .chart.right .text li .image_01, body.oneday.member .page_body .timetable .chart.right .text li .image_02, body.oneday.member .page_body .timetable .chart.right .text li .image_03 {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  body.oneday.member .page_body .timetable .chart .text li .image_01 {
    top: 0;
  }
  body.oneday.member .page_body .timetable .chart .text li .image_02 {
    top: 26%;
  }
  body.oneday.member .page_body .timetable .chart .text li .image_03 {
    top: 52%;
  }
}
@media screen and (min-width: 1200px) {
  body.oneday.member .page_body .timetable .chart .text li .image_01 {
    top: 0;
  }
  body.oneday.member .page_body .timetable .chart .text li .image_02 {
    top: 33%;
  }
  body.oneday.member .page_body .timetable .chart .text li .image_03 {
    top: 66%;
  }
}
body.oneday.member.member_01 .page_header {
  background: url(../img/oneday/01/pic_main.jpg) center center no-repeat;
  background-size: cover;
}
body.oneday.member.member_01 .page_body .timetable {
  background: url(../img/oneday/01/pic_oneday_bg.jpg) center center no-repeat;
  background-size: cover;
}
body.oneday.member.member_02 .page_header {
  background: url(../img/oneday/02/pic_main.jpg) center center no-repeat;
  background-size: cover;
}
body.oneday.member.member_02 .page_body .timetable {
  background: url(../img/oneday/02/pic_oneday_bg.jpg) center center no-repeat;
  background-size: cover;
}
body.oneday.member.member_03 .page_header {
  background: url(../img/oneday/03/pic_main.jpg) center center no-repeat;
  background-size: cover;
}
body.oneday.member.member_03 .page_body .timetable {
  background: url(../img/oneday/03/pic_oneday_bg.jpg) center center no-repeat;
  background-size: cover;
}

body.career #main .page_header {
  height: 290px;
  background: url(../img/career/pic_header.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.career #main .page_header .inner {
  height: 290px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body.career #main .page_header h2 {
  color: #fff;
  text-align: center;
  font-size: 2.142857142857143rem;
  line-height: 1.2em;
}
body.career #main .page_header h2::before {
  content: url(../img/career/icon_career.svg);
  display: block;
  margin: auto;
  width: 110px;
  height: 110px;
}
body.career #main .page_header h2 span {
  font-size: 1.142857142857143rem;
}
body.career #main .page_header h2 span::before {
  content: '\A';
  white-space: pre;
}
@media screen and (min-width: 768px) {
  body.career #main .page_header {
    height: 440px;
  }
  body.career #main .page_header h2 {
    line-height: 1em;
  }
  body.career #main .page_header h2 br {
    display: none;
  }
}
body.career #main .page_body .contents {
  position: relative;
  background-color: #fff;
  padding: 50px 0;
  padding-bottom: 0;
  min-height: 200px;
}
body.career #main .page_body .contents section + section {
  margin-top: 30px;
}
body.career #main .page_body .contents .section_header {
  margin-bottom: 30px;
}
body.career #main .page_body .contents .section_header h3 {
  color: #0099e5;
  font-size: 1.714285714285714rem;
  line-height: 1.666666666666667em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  body.career #main .page_body .contents {
    top: -150px;
    padding: 100px;
    padding-bottom: 0;
    margin-bottom: -60px;
  }
  body.career #main .page_body .contents section + section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  body.career.index #main .page_body .navigation, body.career.voice #main .page_body .navigation, body.career.entry #main .page_body .navigation {
    margin-bottom: 50px;
  }
}
body.career.index #main .page_body .navigation ul li, body.career.voice #main .page_body .navigation ul li, body.career.entry #main .page_body .navigation ul li {
  margin-bottom: 15px;
}
body.career.index #main .page_body .navigation ul li a, body.career.voice #main .page_body .navigation ul li a, body.career.entry #main .page_body .navigation ul li a {
  display: block;
  border: 1px solid #0099e5;
  color: #0099e5;
  font-size: 1.428571428571429rem;
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: background .3s;
}
body.career.index #main .page_body .navigation ul li a:hover, body.career.voice #main .page_body .navigation ul li a:hover, body.career.entry #main .page_body .navigation ul li a:hover {
  opacity: 1;
  background-color: #ccebfa;
}
body.career.index #main .page_body .navigation ul li a.voice, body.career.voice #main .page_body .navigation ul li a.voice, body.career.entry #main .page_body .navigation ul li a.voice {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.career.index #main .page_body .navigation ul li a.voice h3, body.career.voice #main .page_body .navigation ul li a.voice h3, body.career.entry #main .page_body .navigation ul li a.voice h3 {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.428571428571429rem;
  font-weight: 500;
  border-bottom: 1px dotted #0099e5;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.career.index #main .page_body .navigation ul li a.voice .profile, body.career.voice #main .page_body .navigation ul li a.voice .profile, body.career.entry #main .page_body .navigation ul li a.voice .profile {
  flex: 0 0 75%;
  max-width: 75%;
  text-align: left;
  padding-left: 15px;
}
body.career.index #main .page_body .navigation ul li a.voice .profile h4, body.career.voice #main .page_body .navigation ul li a.voice .profile h4, body.career.entry #main .page_body .navigation ul li a.voice .profile h4 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
body.career.index #main .page_body .navigation ul li a.voice .profile h4 span, body.career.voice #main .page_body .navigation ul li a.voice .profile h4 span, body.career.entry #main .page_body .navigation ul li a.voice .profile h4 span {
  font-size: 1rem;
  margin-left: 1em;
}
body.career.index #main .page_body .navigation ul li a.voice .profile p, body.career.voice #main .page_body .navigation ul li a.voice .profile p, body.career.entry #main .page_body .navigation ul li a.voice .profile p {
  font-size: 1rem;
  margin-bottom: 0;
}
body.career.index #main .page_body .navigation ul li a.voice .pic, body.career.voice #main .page_body .navigation ul li a.voice .pic, body.career.entry #main .page_body .navigation ul li a.voice .pic {
  flex: 0 0 25%;
  max-width: 25%;
}
body.career.index #main .page_body .navigation ul li a.entry, body.career.voice #main .page_body .navigation ul li a.entry, body.career.entry #main .page_body .navigation ul li a.entry {
  max-width: 640px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body.career.index #main .page_body .navigation ul li, body.career.voice #main .page_body .navigation ul li, body.career.entry #main .page_body .navigation ul li {
    margin-bottom: 30px;
  }
  body.career.index #main .page_body .navigation ul li a, body.career.voice #main .page_body .navigation ul li a, body.career.entry #main .page_body .navigation ul li a {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.career.index #main .page_body .navigation ul li a.voice .profile h4, body.career.voice #main .page_body .navigation ul li a.voice .profile h4, body.career.entry #main .page_body .navigation ul li a.voice .profile h4 {
    font-size: 1.571428571428571rem;
  }
  body.career.index #main .page_body .navigation ul li a.entry, body.career.voice #main .page_body .navigation ul li a.entry, body.career.entry #main .page_body .navigation ul li a.entry {
    position: relative;
  }
  body.career.index #main .page_body .navigation ul li a.entry::before, body.career.index #main .page_body .navigation ul li a.entry::after, body.career.voice #main .page_body .navigation ul li a.entry::before, body.career.voice #main .page_body .navigation ul li a.entry::after, body.career.entry #main .page_body .navigation ul li a.entry::before, body.career.entry #main .page_body .navigation ul li a.entry::after {
    content: '';
    position: absolute;
    top: .8em;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
  }
  body.career.index #main .page_body .navigation ul li a.entry::before, body.career.voice #main .page_body .navigation ul li a.entry::before, body.career.entry #main .page_body .navigation ul li a.entry::before {
    left: 30px;
    width: 50px;
    height: 1px;
    background: #0099e5;
  }
  body.career.index #main .page_body .navigation ul li a.entry::after, body.career.voice #main .page_body .navigation ul li a.entry::after, body.career.entry #main .page_body .navigation ul li a.entry::after {
    left: 68px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #0099e5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 992px) {
  body.career.index #main .page_body .navigation ul li a.voice h3, body.career.voice #main .page_body .navigation ul li a.voice h3, body.career.entry #main .page_body .navigation ul li a.voice h3 {
    flex: 0 0 40%;
    max-width: 40%;
    font-size: 1.428571428571429rem;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body.career.index #main .page_body .navigation ul li a.voice .profile, body.career.voice #main .page_body .navigation ul li a.voice .profile, body.career.entry #main .page_body .navigation ul li a.voice .profile {
    flex: 0 0 35%;
    max-width: 35%;
    border-left: 1px solid #0099e5;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
  }
  body.career.index #main .page_body .navigation ul li a.voice .pic, body.career.voice #main .page_body .navigation ul li a.voice .pic, body.career.entry #main .page_body .navigation ul li a.voice .pic {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
body.career.guideline #main .page_body .requirement .term {
  border: 1px dotted #0099e5;
  text-align: center;
  color: #0099e5;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  body.career.guideline #main .page_body .requirement .term {
    padding: 15px 30px;
  }
}
body.career.guideline #main .page_body .requirement .term li {
  line-height: 1.785714285714286em;
}
body.career.guideline #main .page_body .requirement .fully {
  border: 1px dotted #ff3333;
  text-align: center;
  color: #ff3333;
  padding: 15px 30px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  body.career.guideline #main .page_body .requirement .fully {
    margin-bottom: 200px;
  }
}
body.career.guideline #main .page_body .requirement h4 {
  border: 1px solid #0099e5;
  font-weight: normal;
  padding: 7.5px 15px;
  font-size: 1.428571428571429rem;
  color: #0099e5;
  margin-bottom: 30px;
}
body.career.guideline #main .page_body .requirement h5 {
  font-size: 1.285714285714286rem;
  font-weight: normal;
  color: #0099e5;
  margin-bottom: 15px;
}
body.career.guideline #main .page_body .requirement dl {
  margin-bottom: 50px;
}
body.career.guideline #main .page_body .requirement dl dt {
  color: #0099e5;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  body.career.guideline #main .page_body .requirement dl::after {
    content: "";
    display: table;
    clear: both;
  }
  body.career.guideline #main .page_body .requirement dl dt, body.career.guideline #main .page_body .requirement dl dd {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body.career.guideline #main .page_body .requirement dl dt {
    float: left;
    width: 20%;
    text-align: center;
  }
  body.career.guideline #main .page_body .requirement dl dt:first-child + dd {
    border-top: 1px solid #b3b3b3;
  }
  body.career.guideline #main .page_body .requirement dl dd {
    padding-left: 25%;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 0;
  }
  body.career.guideline #main .page_body .requirement dl dd a {
    color: #0099e5;
  }
}
@media screen and (max-width: 767px) {
  body.career.guideline #main .page_body .navigation {
    margin-bottom: 50px;
  }
}
body.career.guideline #main .page_body .navigation ul li {
  margin-bottom: 15px;
}
body.career.guideline #main .page_body .navigation ul li a {
  display: block;
  border: 1px solid #0099e5;
  color: #0099e5;
  font-size: 1.428571428571429rem;
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  transition: background .3s;
}
body.career.guideline #main .page_body .navigation ul li a:hover {
  opacity: 1;
  background-color: #ccebfa;
}
body.career.guideline #main .page_body .navigation ul li a.voice {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.career.guideline #main .page_body .navigation ul li a.voice h3 {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.428571428571429rem;
  font-weight: 500;
  border-bottom: 1px dotted #0099e5;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.career.guideline #main .page_body .navigation ul li a.voice .profile {
  flex: 0 0 75%;
  max-width: 75%;
  text-align: left;
  padding-left: 15px;
}
body.career.guideline #main .page_body .navigation ul li a.voice .profile h4 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
body.career.guideline #main .page_body .navigation ul li a.voice .profile h4 span {
  font-size: 1rem;
  margin-left: 1em;
}
body.career.guideline #main .page_body .navigation ul li a.voice .profile p {
  font-size: 1rem;
  margin-bottom: 0;
}
body.career.guideline #main .page_body .navigation ul li a.voice .pic {
  flex: 0 0 25%;
  max-width: 25%;
}
body.career.guideline #main .page_body .navigation ul li a.entry {
  max-width: 640px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body.career.guideline #main .page_body .navigation ul li {
    margin-bottom: 30px;
  }
  body.career.guideline #main .page_body .navigation ul li a.voice .profile h4 {
    font-size: 1.571428571428571rem;
  }
  body.career.guideline #main .page_body .navigation ul li a.entry {
    position: relative;
  }
  body.career.guideline #main .page_body .navigation ul li a.entry::before, body.career.guideline #main .page_body .navigation ul li a.entry::after {
    content: '';
    position: absolute;
    top: .8em;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
  }
  body.career.guideline #main .page_body .navigation ul li a.entry::before {
    left: 30px;
    width: 50px;
    height: 1px;
    background: #0099e5;
  }
  body.career.guideline #main .page_body .navigation ul li a.entry::after {
    left: 68px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #0099e5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 992px) {
  body.career.guideline #main .page_body .navigation ul li a {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  body.career.guideline #main .page_body .navigation ul li a.voice h3 {
    flex: 0 0 40%;
    max-width: 40%;
    font-size: 1.428571428571429rem;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body.career.guideline #main .page_body .navigation ul li a.voice .profile {
    flex: 0 0 35%;
    max-width: 35%;
    border-left: 1px solid #0099e5;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
  }
  body.career.guideline #main .page_body .navigation ul li a.voice .pic {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
body.career.entry #main .page_body section.outline h4 {
  border: 1px solid #0099e5;
  font-weight: normal;
  padding: 7.5px 15px;
  font-size: 1.428571428571429rem;
  color: #0099e5;
  margin-bottom: 30px;
}
body.career.entry #main .page_body section.outline h5 {
  font-size: 1.285714285714286rem;
  color: #0099e5;
  margin-bottom: 15px;
  line-height: 2em;
  border-bottom: 1px solid #0099e5;
}
body.career.entry #main .page_body section.outline p {
  line-height: 2em;
}
body.career.entry #main .page_body section.outline p.lead {
  margin-bottom: 50px;
}
body.career.entry #main .page_body section.outline p a {
  color: #0099e5;
}
body.career.entry #main .page_body section.outline ul {
  padding-left: 1.5em;
}
body.career.entry #main .page_body section.outline ul li {
  list-style: disc;
  line-height: 2em;
}
body.career.entry #main .page_body section.outline .address {
  background-color: #f7f7f7;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  body.career.entry #main .page_body section.outline .address {
    padding: 30px 45px;
  }
}
body.career.entry #main .page_body section.outline .address h6 {
  font-size: 1.285714285714286rem;
  color: #0099e5;
}
body.career.entry #main .page_body section.outline .address p {
  margin-bottom: 0;
}
body.career.voice #main .page_body .section_header .row {
  margin: 0;
}
body.career.voice #main .page_body .section_header .row > div {
  padding: 0;
}
body.career.voice #main .page_body .section_header .text {
  order: 2;
}
body.career.voice #main .page_body .section_header .text .catch {
  background-color: rgba(0, 153, 229, 0.8);
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
body.career.voice #main .page_body .section_header .text .catch p {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
body.career.voice #main .page_body .section_header .text .profile {
  background-color: #0099e5;
  padding: 15px;
}
body.career.voice #main .page_body .section_header .text .profile h2 {
  color: #fff;
  font-size: 1.2rem;
}
body.career.voice #main .page_body .section_header .text .profile h2 span {
  font-size: 1rem;
  margin-left: 1em;
}
body.career.voice #main .page_body .section_header .text .profile p {
  color: #fff;
  font-weight: 500;
}
body.career.voice #main .page_body .section_header .pic {
  order: 1;
  min-height: 264px;
  background: url(../img/career/voice/pic_main.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body.career.voice #main .page_body .section_header .text {
    order: 1;
  }
  body.career.voice #main .page_body .section_header .pic {
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  body.career.voice #main .page_body .section_header .text {
    order: 1;
  }
  body.career.voice #main .page_body .section_header .text .catch {
    padding: 20px 40px;
  }
  body.career.voice #main .page_body .section_header .text .catch p {
    font-size: 2.071428571428571rem;
    line-height: 1.793103448275862em;
  }
  body.career.voice #main .page_body .section_header .text .profile {
    padding: 20px 40px;
  }
  body.career.voice #main .page_body .section_header .text .profile h2 {
    font-size: 2.142857142857143rem;
  }
  body.career.voice #main .page_body .section_header .text .profile h2 span {
    font-size: 1.142857142857143rem;
  }
  body.career.voice #main .page_body .section_header .pic {
    order: 2;
  }
}
body.career.voice #main .page_body .contents {
  margin-bottom: -150px;
}
body.career.voice #main .page_body .qanda .icon_interview {
  width: 150px;
  height: 150px;
  margin: auto;
  margin-bottom: 50px;
}
body.career.voice #main .page_body .qanda ul .row {
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 100px;
}
body.career.voice #main .page_body .qanda ul .text h3 {
  color: #0099e5;
  font-size: 1.714285714285714rem;
  line-height: 1.583333333333333em;
  margin-bottom: 1em;
}
body.career.voice #main .page_body .qanda ul .text h3::before {
  content: 'INTERVIEW';
  display: block;
  border-bottom: 1px solid #0099e5;
  width: 74px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: .5em;
}
body.career.voice #main .page_body .qanda ul .text p {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  body.career.voice #main .page_body .qanda ul .text p {
    line-height: 2.285714285714286em;
  }
}
body.career.voice #main .page_body .qanda ul li .text {
  order: 1;
}
body.career.voice #main .page_body .qanda ul li .pic {
  order: 2;
}
@media screen and (min-width: 768px) {
  body.career.voice #main .page_body .qanda ul li:nth-child(odd) .text {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body.career.voice #main .page_body .qanda ul li:nth-child(odd) .text {
    padding-left: 115px;
  }
}
@media screen and (min-width: 768px) {
  body.career.voice #main .page_body .qanda ul li:nth-child(odd) .pic {
    order: 2;
  }
  body.career.voice #main .page_body .qanda ul li:nth-child(even) .text {
    order: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body.career.voice #main .page_body .qanda ul li:nth-child(even) .text {
    padding-right: 115px;
  }
}
@media screen and (min-width: 768px) {
  body.career.voice #main .page_body .qanda ul li:nth-child(even) .pic {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body.career.voice #main .page_body .qanda ul li .col-md-12 {
    padding-left: 115px;
    padding-right: 115px;
  }
}

body.career.voice #main .page_body .navigation {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.career.voice #main .page_body .navigation {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  body.career.voice #main .page_body .navigation {
    padding: 100px;
  }
}
