@charset "UTF-8";
/*!
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* 
start _module.scss
*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.clearfloat {
  display: block;
  height: 1px;
  clear: both;
}

.wrapper {
  margin: auto auto;
}
.wrapper-640 {
  max-width: 640px;
  width: 100%;
}
.wrapper-780 {
  max-width: 780px;
  width: 100%;
}
.wrapper-840 {
  max-width: 840px;
  width: 100%;
}
.wrapper-960 {
  max-width: 960px;
  width: 100%;
}
.wrapper-1080 {
  max-width: 1080px;
  width: 100%;
}
.wrapper--mt {
  margin-top: 6vw;
}
.wrapper--mt3vw {
  margin-top: 3vw;
}

.objectfit, .hdImg__img img, .hdImg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.objectfit img, .hdImg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.objectfit-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.objectfit-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.lato, .header .glbNavSubLists:before, .header .glbNavLists__list--entry a, .header .glbNavLists__list > a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 500;
}

.tLeft {
  text-align: left;
}

.tCenter {
  text-align: center;
}

.tRight {
  text-align: right;
}

.size-base {
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-base {
    font-size: 1rem;
  }
}

.size-small {
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-small {
    font-size: 0.86rem;
  }
}

.size-xsmall {
  font-size: 0.71rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-xsmall {
    font-size: 0.71rem;
  }
}

.size-large {
  font-size: 1.14rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-large {
    font-size: 1.14rem;
  }
}

.size-caption {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-caption {
    font-size: 1rem;
  }
}

.size-lead {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-lead {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.mt0rem {
  margin-top: 0rem !important;
}

.pr0rem {
  padding-right: 0rem;
}

.pl0rem {
  padding-left: 0rem;
}

.mb0rem {
  margin-bottom: 0rem;
}

.mr0rem {
  margin-right: 0rem;
}

.ml0rem {
  margin-left: 0rem;
}

.mt1rem {
  margin-top: 1rem !important;
}

.pr1rem {
  padding-right: 1rem;
}

.pl1rem {
  padding-left: 1rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mr1rem {
  margin-right: 1rem;
}

.ml1rem {
  margin-left: 1rem;
}

.mt2rem {
  margin-top: 2rem !important;
}

.pr2rem {
  padding-right: 2rem;
}

.pl2rem {
  padding-left: 2rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mr2rem {
  margin-right: 2rem;
}

.ml2rem {
  margin-left: 2rem;
}

.mt3rem {
  margin-top: 3rem !important;
}

.pr3rem {
  padding-right: 3rem;
}

.pl3rem {
  padding-left: 3rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

.mr3rem {
  margin-right: 3rem;
}

.ml3rem {
  margin-left: 3rem;
}

.mt4rem {
  margin-top: 4rem !important;
}

.pr4rem {
  padding-right: 4rem;
}

.pl4rem {
  padding-left: 4rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.mr4rem {
  margin-right: 4rem;
}

.ml4rem {
  margin-left: 4rem;
}

.mt5rem {
  margin-top: 5rem !important;
}

.pr5rem {
  padding-right: 5rem;
}

.pl5rem {
  padding-left: 5rem;
}

.mb5rem {
  margin-bottom: 5rem;
}

.mr5rem {
  margin-right: 5rem;
}

.ml5rem {
  margin-left: 5rem;
}

.mt6rem {
  margin-top: 6rem !important;
}

.pr6rem {
  padding-right: 6rem;
}

.pl6rem {
  padding-left: 6rem;
}

.mb6rem {
  margin-bottom: 6rem;
}

.mr6rem {
  margin-right: 6rem;
}

.ml6rem {
  margin-left: 6rem;
}

.mt7rem {
  margin-top: 7rem !important;
}

.pr7rem {
  padding-right: 7rem;
}

.pl7rem {
  padding-left: 7rem;
}

.mb7rem {
  margin-bottom: 7rem;
}

.mr7rem {
  margin-right: 7rem;
}

.ml7rem {
  margin-left: 7rem;
}

.mt8rem {
  margin-top: 8rem !important;
}

.pr8rem {
  padding-right: 8rem;
}

.pl8rem {
  padding-left: 8rem;
}

.mb8rem {
  margin-bottom: 8rem;
}

.mr8rem {
  margin-right: 8rem;
}

.ml8rem {
  margin-left: 8rem;
}

.mt9rem {
  margin-top: 9rem !important;
}

.pr9rem {
  padding-right: 9rem;
}

.pl9rem {
  padding-left: 9rem;
}

.mb9rem {
  margin-bottom: 9rem;
}

.mr9rem {
  margin-right: 9rem;
}

.ml9rem {
  margin-left: 9rem;
}

.mt10rem {
  margin-top: 10rem !important;
}

.pr10rem {
  padding-right: 10rem;
}

.pl10rem {
  padding-left: 10rem;
}

.mb10rem {
  margin-bottom: 10rem;
}

.mr10rem {
  margin-right: 10rem;
}

.ml10rem {
  margin-left: 10rem;
}

.order0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 768px) {
  .order0-sp {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order0-pc {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 768px) {
  .order0-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .order1-sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.order1-pc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .order1-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .order2-sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.order2-pc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .order2-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 768px) {
  .order3-sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.order3-pc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .order3-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (max-width: 768px) {
  .order4-sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.order4-pc {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 768px) {
  .order4-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (max-width: 768px) {
  .order5-sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.order5-pc {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (max-width: 768px) {
  .order5-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media screen and (max-width: 768px) {
  .order6-sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.order6-pc {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media screen and (max-width: 768px) {
  .order6-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

@media screen and (max-width: 768px) {
  .order7-sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

.order7-pc {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
@media screen and (max-width: 768px) {
  .order7-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

@media screen and (max-width: 768px) {
  .order8-sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

.order8-pc {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media screen and (max-width: 768px) {
  .order8-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

@media screen and (max-width: 768px) {
  .order9-sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}

.order9-pc {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
@media screen and (max-width: 768px) {
  .order9-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.ulSimple {
  margin-bottom: 2rem;
}
.ulSimple > li {
  text-indent: -1em;
  margin: 0 0 0.5em 1em;
  line-height: 1.5;
}
.ulSimple--style2 > li {
  text-indent: -3em;
  margin-left: 3em;
}

.anchor {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}

/* 
end _module.scss
*/
/* 
start _extend.scss
*/
/* 
end _extend.scss
*/
/* 
start _mixin.scss
*/
/* 
end _mixin.scss
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*@import "animate/_attention-seekers/attention-seekers";
@import "animate/_bouncing-entrances/bouncing-entrances";
@import "animate/_bouncing-exits/bouncing-exits";
@import "animate/_fading-entrances/fading-entrances";*/
/*@import "animate/_zooming-entrances/zooming-entrances";
@import "animate/_zooming-exits/zooming-exits";*/
/* 
start _setting.scss
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  position: relative;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 440px) {
  html {
    min-width: auto;
  }
}

body {
  width: 100%;
  height: 100%;
  line-height: 1.6;
  color: #002a5e;
  overflow-x: hidden;
  font-weight: 400;
  padding-top: 100px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.fixed {
  position: fixed;
}
@media screen and (max-width: 440px) {
  body {
    padding-top: 60px;
  }
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

picture {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  line-height: 1em;
}
picture img {
  width: 100%;
  height: 100%;
}

strong {
  font-weight: 700;
}

ul,
ol,
li {
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*リンク色*/
a:link {
  color: #231815;
  text-decoration: none;
}

a:visited {
  color: #231815;
  border-bottom: 1px solid #231815;
}

.linkWhite a:link {
  color: #fff;
}
.linkWhite a:visited {
  color: #fff;
}

.bgWhite {
  background: #fff;
}

.pc-alt,
.pc-hide {
  display: none;
}
@media screen and (max-width: 440px) {
  .pc-alt,
  .pc-hide {
    display: block;
  }
}

.sp-alt,
.sp-hide {
  display: block;
}
@media screen and (max-width: 440px) {
  .sp-alt,
  .sp-hide {
    display: none;
  }
}

.alt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 0;
  line-height: 0;
}

/* 
end _setting.scss
*/
/* 
start _header.scss
*/
.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
  background: #002a5e;
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 82px 0 62px;
}
@media screen and (max-width: 440px) {
  .header {
    padding: 0 0 0 4vw;
    height: 60px;
  }
}
.header .logo a {
  display: block;
  height: 41px;
  width: 238px;
}
@media screen and (max-width: 440px) {
  .header .logo a {
    height: 33px;
    width: 190px;
  }
}
.header .logo--top a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 152px;
  height: 235px;
  background: #002a5e;
  padding: 40px 25px 35px 45px;
}
@media screen and (max-width: 440px) {
  .header .logo--top a {
    position: static;
    height: 33px;
    width: 190px;
    padding: 0;
    background: transparent;
  }
}
@media screen and (max-width: 440px) {
  .header .glbNav {
    position: fixed;
    top: 60px;
    left: 0;
    background: rgba(26, 64, 111, 0.95);
    height: calc(100% - 60px);
    width: 100%;
    z-index: 0;
    overflow: auto;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
  }
}
.header .glbNav.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.header .glbNavLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .header .glbNavLists {
    display: block;
  }
}
.header .glbNavLists__list {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 440px) {
  .header .glbNavLists__list {
    min-height: 60px;
    height: auto;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.header .glbNavLists__list:hover .glbNavSubLists__wrapper, .header .glbNavLists__list.active .glbNavSubLists__wrapper {
  pointer-events: auto;
}
.header .glbNavLists__list:hover .glbNavSubLists, .header .glbNavLists__list.active .glbNavSubLists {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 440px) {
  .header .glbNavLists__list:hover .glbNavSubLists, .header .glbNavLists__list.active .glbNavSubLists {
    margin-top: 0;
  }
}
.header .glbNavLists__list:hover > a:before, .header .glbNavLists__list.active > a:before {
  background: rgba(26, 64, 111, 0.95);
}
@media screen and (max-width: 440px) {
  .header .glbNavLists__list:hover > a:before, .header .glbNavLists__list.active > a:before {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.header .glbNavLists__list > a {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.06em;
  padding: 0px 20px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 440px) {
  .header .glbNavLists__list > a {
    width: 100%;
  }
}
.header .glbNavLists__list > a span {
  position: relative;
  z-index: 100;
}
.header .glbNavLists__list > a:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(26, 64, 111, 0);
  z-index: 0;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
  display: block;
}
@media screen and (max-width: 440px) {
  .header .glbNavLists__list > a:after, .header .glbNavLists__list > a:before {
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    right: 7vw;
    left: auto;
    top: 50%;
    display: block;
    background: #fff;
  }
  .header .glbNavLists__list > a:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.header .glbNavLists__list--entry {
  margin-left: 65px;
}
@media screen and (max-width: 440px) {
  .header .glbNavLists__list--entry {
    margin-left: 0;
    margin-top: 10vw;
  }
}
.header .glbNavLists__list--entry a {
  width: 183px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100em;
  background-color: #3373bc;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.06em;
  padding: 0px 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  .header .glbNavLists__list--entry a {
    width: 70vw;
    margin: 0 auto;
  }
}
.header .glbNavLists__list--entry a:before {
  display: none;
}
.header .glbNavLists__list--entry a:after {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 10px;
  width: 10px;
  margin-left: 16px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .glbNavLists__list--entry a:hover {
  background: #fff;
  color: #3373bc;
}
.header .glbNavLists__list--entry a:hover:after {
  border-color: #3373bc;
  -webkit-transform: rotate(45deg) translate(3px, -3px);
      -ms-transform: rotate(45deg) translate(3px, -3px);
          transform: rotate(45deg) translate(3px, -3px);
}
.header .glbNavSubLists {
  display: block;
  width: 100%;
  min-height: 650px;
  background: rgba(26, 64, 111, 0.95);
  padding: 63px 57px;
  -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
          transform: translateY(-5%);
  opacity: 0;
  -webkit-transition: 0.3s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists {
    background: transparent;
    min-height: 0;
    padding: 0;
    margin-top: -100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.header .glbNavSubLists__wrapper {
  width: 100%;
  position: absolute;
  top: 70px;
  z-index: 99;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists__wrapper {
    position: static;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.header .glbNavSubLists:before {
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 65px;
  display: block;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists:before {
    display: none;
  }
}
.header .glbNavSubLists--company:before {
  content: "COMPANY";
}
.header .glbNavSubLists--job:before {
  content: "JOB";
}
.header .glbNavSubLists--member:before {
  content: "MEMBER";
}
.header .glbNavSubLists--culture:before {
  content: "CULTURE";
}
.header .glbNavSubLists--recruit:before {
  content: "RECRUIT";
}
.header .glbNavSubLists__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists__inner {
    margin: 0;
    padding: 2vw 0;
    display: block;
  }
}
.header .glbNavSubLists__list {
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px;
  max-width: 330px;
  padding: 0 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists__list {
    padding: 0;
    margin-bottom: 0;
  }
}
.header .glbNavSubLists__list a {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  display: block;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists__list a {
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 2vw 8vw;
  }
}
.header .glbNavSubLists__list a span {
  display: inline-block;
  margin-bottom: 7px;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists__list a span {
    margin-bottom: 0;
  }
}
.header .glbNavSubLists__list a span.img {
  display: block;
  margin-bottom: 0;
  width: 100%;
  height: 0;
  padding-top: 68%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists__list a span.img {
    display: none;
  }
}
.header .glbNavSubLists__list a span.img:after {
  display: block;
  content: "";
  background-size: cover;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists__list a span.img:after {
    display: none;
  }
}
.header .glbNavSubLists__list a:hover .img:after {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.header .glbNavSubLists__list--3minutes .img:after {
  background-image: url(../img/top/menu_company_01-4@2x.png);
}
.header .glbNavSubLists__list--movie .img:after {
  background-image: url(../img/top/menu_company_04@2x.jpg);
}
.header .glbNavSubLists__list--slogan .img:after {
  background-image: url(../img/top/menu_company_02@2x.jpg);
}
.header .glbNavSubLists__list--message .img:after {
  background-image: url(../img/top/menu_company_03@2x.jpg);
}
.header .glbNavSubLists__list--our_field .img:after {
  background-image: url(../img/top/menu_job_01@2x.jpg);
}
.header .glbNavSubLists__list--project .img:after {
  background-image: url(../img/top/menu_job_02@2x.jpg);
}
.header .glbNavSubLists__list--be_the_expert .img:after {
  background-image: url(../img/top/menu_job_03@2x.jpg);
}
.header .glbNavSubLists__list--training .img:after {
  background-image: url(../img/top/menu_culture_01@2x.jpg);
}
.header .glbNavSubLists__list--gakuen .img:after {
  background-image: url(../img/top/menu_culture_02@2x.jpg);
}
.header .glbNavSubLists__list--welfare .img:after {
  background-image: url(../img/top/menu_culture_03@2x.jpg);
}
.header .glbNavSubLists__list--talk .img:after {
  background-image: url(../img/top/menu_culture_04@2x.jpg);
}
.header .glbNavSubLists__list--new_graduate, .header .glbNavSubLists__list--career, .header .glbNavSubLists__list--inex, .header .glbNavSubLists__list--job_return, .header .glbNavSubLists__list--ndk_group, .header .glbNavSubLists__list--faq {
  padding: 0 13px;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists__list--new_graduate, .header .glbNavSubLists__list--career, .header .glbNavSubLists__list--inex, .header .glbNavSubLists__list--job_return, .header .glbNavSubLists__list--ndk_group, .header .glbNavSubLists__list--faq {
    max-width: 100%;
    padding: 0;
  }
}
.header .glbNavSubLists__list--new_graduate .icon, .header .glbNavSubLists__list--career .icon, .header .glbNavSubLists__list--inex .icon, .header .glbNavSubLists__list--job_return .icon, .header .glbNavSubLists__list--ndk_group .icon, .header .glbNavSubLists__list--faq .icon {
  background-color: #e6f1ff;
  display: block;
  margin-bottom: 0;
  width: 100%;
  height: 0;
  padding-top: 68%;
  position: relative;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists__list--new_graduate .icon, .header .glbNavSubLists__list--career .icon, .header .glbNavSubLists__list--inex .icon, .header .glbNavSubLists__list--job_return .icon, .header .glbNavSubLists__list--ndk_group .icon, .header .glbNavSubLists__list--faq .icon {
    display: none !important;
  }
}
.header .glbNavSubLists__list--new_graduate .icon:after, .header .glbNavSubLists__list--career .icon:after, .header .glbNavSubLists__list--inex .icon:after, .header .glbNavSubLists__list--job_return .icon:after, .header .glbNavSubLists__list--ndk_group .icon:after, .header .glbNavSubLists__list--faq .icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-position: center center;
}
.header .glbNavSubLists__list--new_graduate a:hover .icon:after, .header .glbNavSubLists__list--career a:hover .icon:after, .header .glbNavSubLists__list--inex a:hover .icon:after, .header .glbNavSubLists__list--job_return a:hover .icon:after, .header .glbNavSubLists__list--ndk_group a:hover .icon:after, .header .glbNavSubLists__list--faq a:hover .icon:after {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
      -ms-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}
.header .glbNavSubLists__list--new_graduate span, .header .glbNavSubLists__list--career span, .header .glbNavSubLists__list--inex span, .header .glbNavSubLists__list--job_return span, .header .glbNavSubLists__list--ndk_group span, .header .glbNavSubLists__list--faq span {
  height: 3em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists__list--new_graduate span, .header .glbNavSubLists__list--career span, .header .glbNavSubLists__list--inex span, .header .glbNavSubLists__list--job_return span, .header .glbNavSubLists__list--ndk_group span, .header .glbNavSubLists__list--faq span {
    height: auto;
  }
}
.header .glbNavSubLists__list--new_graduate .icon:after {
  width: 43px;
  height: 53px;
  background-image: url(../img/top/menu_recruit_01@2x.png);
}
.header .glbNavSubLists__list--career .icon:after {
  width: 56px;
  height: 56px;
  background-image: url(../img/top/menu_recruit_02@2x.png);
}
.header .glbNavSubLists__list--inex .icon:after {
  width: 42px;
  height: 53px;
  background-image: url(../img/top/menu_recruit_06@2x.png);
}
.header .glbNavSubLists__list--job_return .icon:after {
  width: 46px;
  height: 46px;
  background-image: url(../img/top/menu_recruit_03@2x.png);
}
.header .glbNavSubLists__list--ndk_group .icon:after {
  width: 66px;
  height: 69px;
  background-image: url(../img/top/menu_recruit_04@2x.png);
}
.header .glbNavSubLists__list--faq .icon:after {
  width: 44px;
  height: 40px;
  background-image: url(../img/top/menu_recruit_05@2x.png);
}
.header .glbNavSubLists--member:before {
  margin-bottom: 53px;
}
.header .glbNavSubLists--member .glbNavSubLists__inner {
  margin: 0 -2px;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists--member .glbNavSubLists__inner {
    margin: 0;
  }
}
.header .glbNavSubLists--member .glbNavSubLists__list {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 2px;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists--member .glbNavSubLists__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.header .glbNavSubLists--member .glbNavSubLists__list a {
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists--member .glbNavSubLists__list a {
    font-size: 1.2rem;
  }
}
.header .glbNavSubLists--member .glbNavSubLists__list a span {
  display: inline;
  padding-right: 1em;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists--member .glbNavSubLists__list a span {
    padding-right: 1em;
  }
}
.header .glbNavSubLists--member .glbNavSubLists__list a span.img {
  display: block;
  margin-bottom: 0;
  width: 100%;
  height: 0;
  padding-top: 71%;
  margin-bottom: 7px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 440px) {
  .header .glbNavSubLists--member .glbNavSubLists__list a span.img {
    display: none;
  }
}
.header .glbNavSubLists--member .glbNavSubLists__list a span.img:after {
  display: block;
  content: "";
  background-size: cover;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.header .glbNavSubLists--member .glbNavSubLists__list--member01 .img:after {
  background-image: url(../img/top/menu_member_01@2x.jpg);
}
.header .glbNavSubLists--member .glbNavSubLists__list--member02 .img:after {
  background-image: url(../img/top/menu_member_02@2x.jpg);
}
.header .glbNavSubLists--member .glbNavSubLists__list--member03 .img:after {
  background-image: url(../img/top/menu_member_03@2x.jpg);
}
.header .glbNavSubLists--member .glbNavSubLists__list--member04 .img:after {
  background-image: url(../img/top/menu_member_04@2x.jpg);
}
.header .glbNavSubLists--member .glbNavSubLists__list--member05 .img:after {
  background-image: url(../img/top/menu_member_05@2x.jpg);
}
.header .glbNavSubLists--member .glbNavSubLists__list--member06 .img:after {
  background-image: url(../img/top/menu_member_06@2x.jpg);
}
.header .glbNavSubLists--member .glbNavSubLists__list--member07 .img:after {
  background-image: url(../img/top/menu_member_07@2x.jpg);
}
.header .glbNavSubLists--member .glbNavSubLists__list--member08 .img:after {
  background-image: url(../img/top/menu_member_08@2x.jpg);
}
.header .glbNavSubLists--member .glbNavSubLists__list--member09 .img:after {
  background-image: url(../img/top/menu_member_09@2x.jpg);
}
.header .glbNavSubLists--member .glbNavSubLists__list--member10 .img:after {
  background-image: url(../img/top/menu_member_10@2x.jpg);
}
.header .glbNavSubLists--member .glbNavSubLists__list--member11 .img:after {
  background-image: url(../img/top/menu_member_11@2x.jpg);
}

.toppage .header {
  background: transparent;
}
@media screen and (max-width: 440px) {
  .toppage .header {
    background: #002a5e;
  }
}
.toppage .header .logo {
  height: 41px;
  width: 238px;
}
.spmenu {
  display: none;
}
@media screen and (max-width: 440px) {
  .spmenu {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }
}
.spmenu span {
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.spmenu:before, .spmenu:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}
.spmenu:before {
  margin-top: -7px;
}
.spmenu:after {
  margin-top: 7px;
}
.spmenu.active:before, .spmenu.active:after {
  margin-top: 0;
}
.spmenu.active:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.spmenu.active:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.spmenu.active span {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

/* 
end _header.scss
*/
/* 
start _footer.scss
*/
.footer {
  background: #002a5e;
}
.footer .logo {
  height: 129px;
  width: 68px;
}
@media screen and (max-width: 440px) {
  .footer .logo {
    height: 90px;
    width: 48px;
  }
}
.footer .logo__wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 440px) {
  .footer .logo__wrapper {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    max-width: 70px;
  }
}
.footer .sitemap {
  padding: 6vw 6vw 4vw 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .footer .sitemap {
    padding-right: 2vw;
  }
}
@media screen and (max-width: 440px) {
  .footer .sitemap .glbNav {
    -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}
.footer .sitemap .glbNavLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .footer .sitemap .glbNavLists {
    display: block;
  }
}
.footer .sitemap .glbNavLists__list {
  margin-right: 4vw;
}
@media screen and (max-width: 440px) {
  .footer .sitemap .glbNavLists__list {
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
.footer .sitemap .glbNavLists__list > a {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 22px;
  display: block;
}
@media screen and (max-width: 440px) {
  .footer .sitemap .glbNavLists__list > a {
    margin-bottom: 0em;
  }
}
.footer .sitemap .glbNavSubLists__list {
  font-size: 11px;
  line-height: 2.1;
}
@media screen and (max-width: 440px) {
  .footer .sitemap .glbNavSubLists__list {
    display: inline-block;
  }
  .footer .sitemap .glbNavSubLists__list:after {
    color: #fff;
    content: "/";
    margin: 0 0.7em;
  }
  .footer .sitemap .glbNavSubLists__list:last-of-type():after {
    content: "";
  }
}
.footer .sitemap .glbNavSubLists__list a {
  color: #fff;
}
.footer .sitemap .glbNavSubLists__list--ndk_group br {
  display: none;
}
.footer .sitemap .glbNavSubLists__list .external {
  padding-right: 18px;
}
.footer .sitemap .glbNavSubLists__list .external:after {
  width: 12px;
  height: 12px;
  bottom: 1px;
}
.footer .sitemap .glbNavSubLists--member .glbNavSubLists__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .footer .sitemap .glbNavSubLists--member .glbNavSubLists__list a {
    display: inline-block;
  }
}
.footer .sitemap .glbNavSubLists--member .glbNavSubLists__list .m1 {
  width: 3em;
}
@media screen and (max-width: 440px) {
  .footer .sitemap .glbNavSubLists--member .glbNavSubLists__list .m1 {
    margin-right: 0.5em;
  }
}
.footer .sitemap .glbNavSubLists--member .glbNavSubLists__list .m2 {
  width: 4em;
}
@media screen and (max-width: 440px) {
  .footer .sitemap .glbNavSubLists--member .glbNavSubLists__list .m2 {
    margin-right: 0.5em;
  }
}
.footer .sitemap .glbNavSubLists--member .glbNavSubLists__list .m3 {
  width: 4em;
}
.footer .glb {
  border-top: 0.5px solid #354f6f;
  padding: 3vw 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .glb a {
  color: #fff;
}
.footer .glb__list {
  font-size: 11px;
  letter-spacing: 0.06em;
}
.footer .glb__list--cn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 440px) {
  .footer .glb__list--cn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer .glbLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .footer .glbLinks {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer .glbLinks__list {
  padding-left: 3vw;
}
@media screen and (max-width: 440px) {
  .footer .glbLinks__list {
    padding-left: 0;
  }
}
.footer .glbLinks__list--cp {
  padding-left: 6vw;
}
.footer .glbLinks__list .external {
  padding-right: 18px;
}
.footer .glbLinks__list .external:after {
  width: 12px;
  height: 12px;
  bottom: 1px;
}

/* 
end _footer.scss
*/
/* 
start _main.scss
*/
.main {
  padding: 2vw 2vw 5vw;
  position: relative;
}
.main--bgc {
  background: #f5f5f5;
}

.external {
  padding-right: 22px;
  position: relative;
}
.external:after {
  content: "";
  background: url(../img/icon_external_wh@2x.png) center center/contain no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 3px;
  right: 0;
  display: block;
}

.hdImg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 53%;
  margin-bottom: 1.5vw;
  color: #fff;
}
@media screen and (max-width: 440px) {
  .hdImg {
    padding-top: 80vw;
  }
}
.hdImg--3minutes {
  margin: -2vw -2vw 4.8vw;
  width: auto;
  padding-top: 54%;
}
@media screen and (max-width: 440px) {
  .hdImg--3minutes {
    padding-top: 150vw;
  }
}
@media screen and (max-width: 440px) {
  .hdImg--3minutes img {
    -o-object-position: center right;
       object-position: center right;
  }
}
.hdImg--movie {
  margin: -2vw -2vw 4.8vw;
  width: auto;
  padding-top: 54%;
}
@media screen and (max-width: 440px) {
  .hdImg--movie {
    padding-top: 80vw;
  }
}
@media screen and (max-width: 440px) {
  .hdImg--movie img {
    -o-object-position: center right;
       object-position: center right;
  }
}
.hdImg--slogan {
  margin-bottom: 0.1vw;
}
@media screen and (max-width: 440px) {
  .hdImg--ourfield img {
    -o-object-position: center left;
       object-position: center left;
  }
}
.hdImg--talk {
  padding-top: 39%;
}
@media screen and (max-width: 440px) {
  .hdImg--talk {
    padding-top: 60%;
  }
}
@media screen and (max-width: 440px) {
  .hdImg--m06 img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}
@media screen and (max-width: 440px) {
  .hdImg--m08 img {
    -o-object-position: 70% 50%;
       object-position: 70% 50%;
  }
}
@media screen and (max-width: 440px) {
  .hdImg--m10 img {
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
  }
}
@media screen and (max-width: 440px) {
  .hdImg--m11 img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}
@media screen and (max-width: 440px) {
  .hdImg--training img {
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
  }
}
.hdImg__img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hdImg__img img {
  position: absolute;
  top: 0;
  left: 0;
}
.hdImg__img--talk {
  max-width: 70vw;
  left: auto;
  right: 0;
}
@media screen and (max-width: 440px) {
  .hdImg__img--talk {
    max-width: 100%;
  }
}
.hdImg__center {
  text-align: center;
}
.hdImg__centerwrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdImg__title {
  position: absolute;
  bottom: 13%;
  left: 8%;
  font-size: 1.25vw;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 440px) {
  .hdImg__title {
    font-size: 4vw;
  }
}
.hdImg__title--bk {
  color: #000;
}
.hdImg__title--3minutes {
  font-size: 3rem;
  position: static;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 440px) {
  .hdImg__title--3minutes {
    font-size: 1.6rem;
  }
}
.hdImg__title--3minutes span {
  font-size: 5rem;
}
@media screen and (max-width: 440px) {
  .hdImg__title--3minutes span {
    font-size: 3rem;
  }
}
.hdImg__title--prj {
  top: 16%;
  left: 6%;
  bottom: auto;
  color: #002a5e;
  font-size: 1.04vw;
  line-height: 2;
  border-bottom: 4px solid #002a5e;
}
@media screen and (max-width: 440px) {
  .hdImg__title--prj {
    font-size: 3.5vw;
    border-width: 3px;
    top: 15%;
    left: 5%;
  }
}
.hdImg__title--talk {
  top: 37%;
  left: 5%;
  bottom: auto;
  color: #002a5e;
  font-size: 1.7vw;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 440px) {
  .hdImg__title--talk {
    top: 45%;
    font-size: 4vw;
  }
}
.hdImg__title--talk span {
  font-style: italic;
}
.hdImg__title--gakuen {
  top: 43%;
  font-size: 5.63vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 440px) {
  .hdImg__title--gakuen {
    font-size: 4vw;
  }
}
.hdImg__title-en {
  position: absolute;
  bottom: 20%;
  left: 8%;
  font-size: 2.78vw;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 440px) {
  .hdImg__title-en {
    font-size: 7.4vw;
  }
}
.hdImg__title-en--prj {
  top: 7%;
  left: 6%;
  bottom: auto;
  color: #002a5e;
}
@media screen and (max-width: 440px) {
  .hdImg__title-en--prj {
    top: 5%;
    left: 5%;
  }
}
.hdImg__title-en--talk {
  top: 7%;
  left: 6%;
  bottom: auto;
  color: #002a5e;
}
.hdImg__title-en--bk {
  color: #000;
}
.hdImg__3minutes_param {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 1.5vw;
}
@media screen and (max-width: 440px) {
  .hdImg__3minutes_param {
    font-size: 1.4rem;
  }
}
.hdImg__3minutes_title {
  max-width: 380px;
  margin: 4vw auto 4vw;
}
@media screen and (max-width: 440px) {
  .hdImg__3minutes_title {
    max-width: 80vw;
  }
}
.hdImg__movie_title {
  margin: 0 auto 2vw;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (max-width: 440px) {
  .hdImg__movie_title {
    font-size: 1.6rem;
  }
}
.hdImg__movie_en {
  font-weight: 900;
  font-size: 20.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 440px) {
  .hdImg__movie_en {
    font-size: 18vw;
  }
}
.hdImg__movie_param {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 3vw;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .hdImg__movie_param {
    padding: 0 5vw;
    font-size: 1.4rem;
  }
}
.hdImg__slogan {
  font-size: 5.2vw;
  letter-spacing: 0.2em;
  line-height: 1.93;
  position: absolute;
  right: 12%;
  bottom: 11%;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .hdImg__slogan {
    font-size: 8vw;
    right: 50%;
    bottom: 60%;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    white-space: nowrap;
    margin-right: -0.5em;
    line-height: 1.5;
  }
}
.hdImg__member {
  position: absolute;
  left: 6%;
  bottom: 22%;
}
.hdImg__member--04 {
  left: auto;
  right: 6%;
}
.hdImg__member--06 {
  bottom: 42%;
  left: auto;
  right: 6%;
}
@media screen and (max-width: 440px) {
  .hdImg__member--06 {
    bottom: 22%;
  }
}
.hdImg__member--08 {
  bottom: 36%;
  left: auto;
  right: 6%;
}
@media screen and (max-width: 440px) {
  .hdImg__member--08 {
    bottom: 22%;
  }
}
.hdImg__member--10 {
  bottom: 28%;
  left: auto;
  right: 3%;
}
@media screen and (max-width: 440px) {
  .hdImg__member--10 {
    bottom: 22%;
  }
}
.hdImg__member--11 {
  left: 15%;
}
@media screen and (max-width: 440px) {
  .hdImg__member--11 {
    left: 6%;
    bottom: 22%;
  }
}
.hdImg__member .number {
  font-size: 1.3rem;
  line-height: 1.23;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 440px) {
  .hdImg__member .number {
    margin-bottom: 5px;
    font-size: 1rem;
  }
}
.hdImg__member .number span {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  margin-left: 0.1em;
}
@media screen and (max-width: 440px) {
  .hdImg__member .number span {
    font-size: 1.8rem;
  }
}
.hdImg__member .number--color {
  color: #002a5e;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}
.hdImg__memberlead {
  font-size: 3.33vw;
  line-height: 1;
}
@media screen and (max-width: 440px) {
  .hdImg__memberlead {
    font-size: 5vw;
    line-height: 1;
  }
}
.hdImg__memberlead span {
  display: inline-block;
  background: #002a5e;
  color: #ffef72;
  line-height: 1;
  padding: 0.25em 0.3em 0.35em 0.3em;
  margin-top: 15px;
}
@media screen and (max-width: 440px) {
  .hdImg__memberlead span {
    margin-top: 5px;
  }
}
.hdImg__projectlead {
  font-size: 3.8vw;
  line-height: 2;
  position: absolute;
  left: 6%;
  bottom: 8%;
}
@media screen and (max-width: 440px) {
  .hdImg__projectlead {
    left: 5%;
    bottom: 6%;
    font-size: 7vw;
    line-height: 1.6;
  }
}
.hdImg__projectlead span {
  display: inline-block;
  background: #002a5e;
  color: #ffef72;
  line-height: 1;
  padding: 0.2em 0 0.3em 0.3em;
  margin-top: 18px;
}
@media screen and (max-width: 440px) {
  .hdImg__projectlead span {
    margin-top: 4px;
  }
}
.hdImg__talklead {
  font-size: 3.4vw;
  line-height: 2;
  position: absolute;
  left: 5%;
  bottom: 12%;
}
@media screen and (max-width: 440px) {
  .hdImg__talklead {
    font-size: 6vw;
    line-height: 1.1;
    bottom: 8%;
  }
}
.hdImg__talklead span {
  display: inline-block;
  background: #002a5e;
  color: #ffef72;
  line-height: 0.9;
  padding: 0.2em 0 0.3em 0.3em;
  margin-top: 0px;
}
@media screen and (max-width: 440px) {
  .hdImg__talklead span {
    margin-top: 5px;
    padding: 0.2em 0.3em 0.3em 0.3em;
  }
}
.hdImg__gakuen-lead {
  font-size: 2.71vw;
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 440px) {
  .hdImg__gakuen-lead {
    font-size: 6vw;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
.hdImg__gakuen-lead span {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 440px) {
  .hdImg__gakuen-lead span {
    white-space: nowrap;
  }
}
.hdImg__gakuen-lead span:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 8px solid #fff;
}
@media screen and (max-width: 440px) {
  .hdImg__gakuen-lead span:after {
    border-width: 5px;
  }
}
.hdImg__gakuen-lead span:first-of-type:after {
  width: calc(100% - 0.5em);
}
@media screen and (max-width: 440px) {
  .hdImg__gakuen-lead strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hdImg__gakuen-param {
  position: absolute;
  bottom: 11.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.25vw;
  line-height: 1.78;
  color: #fff;
}
@media screen and (max-width: 440px) {
  .hdImg__gakuen-param {
    font-size: 3vw;
    white-space: nowrap;
  }
}

.cnt__title {
  margin-top: 6vw;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .cnt__title {
    font-size: 2.2rem;
  }
}
.cnt__title--form {
  margin-bottom: 4vw;
}
.cnt__lead {
  margin: 68px 0 136px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
.cnt__lead--form {
  margin-bottom: 68px;
}
@media screen and (max-width: 440px) {
  .cnt__lead {
    font-size: 1.6rem;
    margin: 7vw 0 13vw;
  }
}
.cnt__lead p {
  margin-bottom: 2em;
}
.cnt__lead .lg {
  font-size: 2.2rem;
}
@media screen and (max-width: 440px) {
  .cnt__lead .lg {
    font-size: 1.6rem;
  }
}
.cnt__blc {
  max-width: 1080px;
  margin: 0 auto;
}
.cnt__blc a {
  color: #002a5e;
  border-bottom: 1px solid #002a5e;
}
.cnt__strong {
  font-size: 2.4rem;
  text-align: center;
  margin: 2em 0 1em;
}
@media screen and (max-width: 440px) {
  .cnt__strong {
    font-size: 1.8rem;
  }
}
.cnt__param {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .cnt__param {
    font-size: 1.4rem;
  }
}

a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100em;
  background-color: #3373bc;
  line-height: 1.5;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  padding: 18px 50px;
  margin-top: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  a.button {
    padding: 15px 20px;
    font-size: 1.4rem;
  }
}
a.button:after {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 10px;
  width: 10px;
  margin-left: 50px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  a.button:after {
    margin-left: 20px;
  }
}
a.button:hover {
  background-color: #498ad4;
}
a.button:hover:after {
  -webkit-transform: rotate(45deg) translate(3px, -3px);
      -ms-transform: rotate(45deg) translate(3px, -3px);
          transform: rotate(45deg) translate(3px, -3px);
}

/* 
end _main.scss
*/
/* 
start _toppage.scss
*/
.toppage {
  background: url(../img/top/bg.png) center center/100% 100% repeat-y;
  padding: 0;
  position: relative;
}
.toppage .main {
  margin: 0;
}

.fadein--baseanim, .fadein--8, .fadein--7, .fadein--6, .fadein--5, .fadein--4, .fadein--3, .fadein--2, .fadein--1, .fadein--0, .fadein--base {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.fadein--base {
  -webkit-transition: 1s;
  transition: 1s;
}
.fadein--base.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.fadein--base.on .fadein--0 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.fadein--base.on .fadein--1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.fadein--base.on .fadein--2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.fadein--base.on .fadein--3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.fadein--base.on .fadein--4 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.fadein--base.on .fadein--5 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.fadein--base.on .fadein--6 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.fadein--base.on .fadein--7 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.fadein--base.on .fadein--8 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.fadein--0 {
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.fadein--1 {
  -webkit-transition: 1s 0.8s;
  transition: 1s 0.8s;
}
.fadein--2 {
  -webkit-transition: 1s 1.1s;
  transition: 1s 1.1s;
}
.fadein--3 {
  -webkit-transition: 1s 1.4s;
  transition: 1s 1.4s;
}
.fadein--4 {
  -webkit-transition: 1s 1.7s;
  transition: 1s 1.7s;
}
.fadein--5 {
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
}
.fadein--6 {
  -webkit-transition: 1s 2.3s;
  transition: 1s 2.3s;
}
.fadein--7 {
  -webkit-transition: 1s 2.6s;
  transition: 1s 2.6s;
}
.fadein--8 {
  -webkit-transition: 1s 2.9s;
  transition: 1s 2.9s;
}

.top__button {
  font-size: 1.2rem;
  max-width: 195px;
  margin-top: 28px;
}
.top__button a {
  width: 100%;
  background: #fff;
  border-radius: 10em;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 25px 0 20px;
  padding-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
}
.top__button a:after {
  width: 7px;
  height: 7px;
  display: block;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__button a:hover {
  background: #002a5e;
  color: #fff;
}
.top__button a:hover:after {
  border-color: #fff;
  -webkit-transform: rotate(-45deg) translate(3px, 3px);
      -ms-transform: rotate(-45deg) translate(3px, 3px);
          transform: rotate(-45deg) translate(3px, 3px);
}
.top__button--blue a {
  background: #002a5e;
  color: #fff;
  border-color: #002a5e;
}
.top__button--blue a:after {
  border-color: #fff;
}
.top__button--blue a:hover {
  background: #fff;
  color: #002a5e;
}
.top__button--blue a:hover:after {
  border-color: #002a5e;
}
.topHero {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 61vw;
  background: #fff;
}
@media screen and (max-width: 440px) {
  .topHero {
    padding-top: 150vw;
    margin-top: 60px;
    overflow: hidden;
  }
}
.topHeroSlides {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topHeroSlides__list {
  width: 100%;
  height: 100%;
}
.topHeroSlides__list img {
  width: 100%;
  height: 58vw;
}
@media screen and (max-width: 440px) {
  .topHeroSlides__list img {
    height: 150vw;
  }
}
.topHeroSlides .slick-dots {
  display: none;
  position: absolute;
  bottom: 10vw;
  z-index: 99;
  display: block;
  width: 100%;
  padding: 0 0 0 300px;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 440px) {
  .topHeroSlides .slick-dots {
    padding-left: 210px;
    bottom: 30px;
  }
}
.topHeroSlides .slick-dots li {
  padding: 0;
  margin: 0;
  margin-right: 1px;
}
.topHeroSlides .slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.topHeroSlides .slick-dots li button::before, .topHeroSlides .slick-dots li button::after {
  line-height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  content: "";
  opacity: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 440px) {
  .topHeroSlides .slick-dots li button::before, .topHeroSlides .slick-dots li button::after {
    width: 5px;
    height: 5px;
  }
}
.topHeroSlides .slick-dots li button::before {
  background: #fff;
}
.topHeroSlides .slick-dots li.slick-active button::after {
  border: 4px solid rgba(255, 255, 255, 0.3);
}
.topHeroSlides {
  opacity: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 2s;
  transition: 2s;
}
.topHeroSlides.slick-initialized {
  opacity: 1;
}
.topHeroNews {
  height: 52px;
  width: 100%;
  min-width: 580px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  font-size: 1.4rem;
  color: #002a5e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 440px) {
  .topHeroNews {
    width: 100%;
    padding-left: 20px;
    font-size: 1.2rem;
    max-width: 90vw;
    height: auto;
    min-width: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.topHeroNews a {
  color: #002a5e;
}
.topHeroNews__title {
  padding-right: 45px;
}
@media screen and (max-width: 440px) {
  .topHeroNews__title {
    padding-right: 20px;
  }
}
.topHeroNews__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 440px) {
  .topHeroNews__text {
    display: block;
    line-height: 1.2;
  }
}
.topHeroNews__text > dt {
  padding-right: 20px;
}
.topHero .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 8vw;
  left: 50%;
  font-size: 1.2rem;
  padding-right: 150px;
  color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 440px) {
  .topHero .timer {
    bottom: 30px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1rem;
    padding-right: 120px;
  }
}
.topHero .timer__bar {
  margin: 1rem;
  width: 240px;
  display: block;
  position: relative;
}
@media screen and (max-width: 440px) {
  .topHero .timer__bar {
    width: 140px;
  }
}
.topHero .timer__bar:before {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  content: "";
  width: 100%;
}
.topHero .timer__bar .onbar {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0px;
  height: 3px;
  display: block;
  background: #fff;
}
.topHero__lead {
  font-size: 8.4rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  margin-right: -0.5em;
  -webkit-transition: 2s 1s;
  transition: 2s 1s;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.topHero__lead.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 440px) {
  .topHero__lead {
    font-size: 7vw;
  }
}
.topHero__leadpos {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 80px;
}
@media screen and (max-width: 440px) {
  .topHero__leadpos {
    padding-top: 20px;
  }
}
.topHero__leadpos .top__button {
  max-width: 252px;
  margin: 60px 0 0 auto !important;
}
@media screen and (max-width: 440px) {
  .topHero__leadpos .top__button {
    margin: 40px 0 0 auto !important;
  }
}
.topHero .scroll_text {
  position: absolute;
  z-index: 1;
  bottom: 2vw;
  right: 80px;
  color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.06em;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 440px) {
  .topHero .scroll_text {
    right: 20px;
    -webkit-transform: translateY(-40%) rotate(90deg);
        -ms-transform: translateY(-40%) rotate(90deg);
            transform: translateY(-40%) rotate(90deg);
    font-size: 1rem;
    bottom: 15vw;
  }
}
.topHero .scroll_text:after {
  content: "";
  border-top: 1px solid #fff;
  width: 90px;
  height: 1px;
  margin-left: 0.5em;
}
@media screen and (max-width: 440px) {
  .topHero .scroll_text:after {
    width: 40px;
  }
}
.topHero .infonavi {
  position: absolute;
  top: 11vw;
  right: 0;
}
@media screen and (max-width: 440px) {
  .topHero .infonavi {
    top: 10px;
  }
}
.topHero .infonavi a {
  color: #ffeb00;
  font-size: 1.5rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 34px;
  width: 360px;
  background: #002a5e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  .topHero .infonavi a {
    width: auto;
    font-size: 1rem;
    padding: 10px 10px;
  }
}
.topHero .infonavi a:before {
  content: "";
  width: 26px;
  height: 29px;
  background: url(../img/top/toppage_internship@2x.png) center center/contain no-repeat;
}
@media screen and (max-width: 440px) {
  .topHero .infonavi a:before {
    width: 15px;
    height: 17px;
    margin-right: 5px;
  }
}
.topHero .infonavi a:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-right: 1px solid #ffeb00;
  border-bottom: 1px solid #ffeb00;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  .topHero .infonavi a:after {
    width: 8px;
    height: 8px;
    margin-left: 5px;
  }
}
.topHero .infonavi a:hover {
  background: #144076;
}
.topHero .infonavi a:hover:after {
  -webkit-transform: rotate(-45deg) translate(3px, 3px);
      -ms-transform: rotate(-45deg) translate(3px, 3px);
          transform: rotate(-45deg) translate(3px, 3px);
}
.top__title {
  padding-top: 3vw;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  position: relative;
  font-family: "lato", sans-serif;
}
@media screen and (max-width: 440px) {
  .top__title {
    font-size: 2.8rem;
  }
}
.top__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5px;
  height: 30px;
  top: 7vw;
  left: 50%;
  background: #fff;
}
@media screen and (max-width: 440px) {
  .top__title:after {
    height: 15px;
    top: 14vw;
  }
}
.top__title--recruit {
  font-size: 6.5rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .top__title--recruit {
    font-size: 2.8rem;
  }
}
.top__title--recruit:after {
  display: none;
}
.topCompany {
  margin: 5vw 0 10vw;
}
.topCompany__title {
  max-width: 88vw;
  height: 63vw;
  text-align: center;
  background: #002a5e;
  color: #fff;
  margin: 0px auto 0;
}
.topCompanyBlc__wrapper {
  margin: -51vw calc(-2vw - 2px) 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc__wrapper {
    margin: -40vw -2vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.topCompanyBlc {
  color: #fff;
}
.topCompanyBlc--1 {
  margin: 0 2px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  height: 64vw;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc--1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    height: 100vw;
    margin: 0;
  }
}
.topCompanyBlc--2 {
  margin: 0 2px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 64vw;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc--2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    height: 140vw;
    margin: 0;
  }
}
.topCompanyBlc__1, .topCompanyBlc__2, .topCompanyBlc__3, .topCompanyBlc__4 {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 4vw;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc__1, .topCompanyBlc__2, .topCompanyBlc__3, .topCompanyBlc__4 {
    margin-bottom: 0;
  }
}
.topCompanyBlc__1 {
  margin-bottom: 2px;
  background: url(../img/top/top_company_01-5.png) center center/cover no-repeat;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc__1 {
    margin-bottom: 0;
  }
}
.topCompanyBlc__2 {
  margin-bottom: 2px;
  background: url(../img/top/top_company_02.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc__2 {
    margin-bottom: 0;
  }
}
.topCompanyBlc__3 {
  margin-top: 2px;
  background: url(../img/top/top_company_03.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc__3 {
    margin-top: 0;
  }
}
.topCompanyBlc__4 {
  margin-top: 2px;
  background: url(../img/top/top_company_04.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc__4 {
    margin-top: 0;
  }
}
.topCompanyBlc__inner--2 {
  padding-left: 4vw;
}
.topCompanyBlc__inner--3 {
  padding-left: 4vw;
}
.topCompanyBlc__title {
  font-size: 2.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 28px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc__title {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
}
.topCompanyBlc__param {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc__param {
    font-size: 1.2rem;
  }
}
.topCompanyBlc__en {
  font-size: 4.3rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-top: 1.8rem;
}
.topCompanyBlc__en span {
  font-size: 6.5rem;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc__en {
    font-size: 3rem;
  }
  .topCompanyBlc__en span {
    font-size: 5rem;
  }
}
.topCompanyBlc__en--1 {
  font-size: 6.7rem;
  letter-spacing: 0.06em;
  line-height: 10rem;
  margin-top: 6rem;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc__en--1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-top: 2rem;
  }
}
.topCompanyBlc__en--1 span {
  font-size: 10rem;
}
@media screen and (max-width: 440px) {
  .topCompanyBlc__en--1 span {
    font-size: 6rem;
  }
}
.topJob {
  margin: 10vw 0;
}
.topJob__title {
  max-width: 88vw;
  height: 34vw;
  text-align: center;
  background: #3373bc;
  color: #fff;
  margin: 0 auto 0;
}
.topJobBlc__wrapper {
  margin: -22vw calc(-2vw - 2px) 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .topJobBlc__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -12vw -2vw 0;
  }
}
.topJobBlc {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  margin: 0 2px;
  background: #002a5e;
}
@media screen and (max-width: 440px) {
  .topJobBlc {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px 0 0;
  }
}
.topJobBlc__img {
  width: 100%;
  height: 0;
  padding-top: 95%;
  position: relative;
}
@media screen and (max-width: 440px) {
  .topJobBlc__img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    padding-top: 60%;
  }
}
.topJobBlc__img img {
  position: absolute;
  top: 0;
  left: 0;
}
.topJobBlc__inner {
  padding: 3vw 4vw 4vw;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 440px) {
  .topJobBlc__inner {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
}
.topJobBlc__title {
  font-size: 1.8rem;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 4vw;
}
@media screen and (max-width: 440px) {
  .topJobBlc__title {
    font-size: 1.4rem;
    margin-bottom: 2vw;
  }
}
.topJobBlc__param {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .topJobBlc__param {
    font-size: 1.2rem;
  }
}
.topJobBlc__en {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  text-align: left;
  position: absolute;
  left: 84%;
  top: -20%;
  white-space: nowrap;
}
@media screen and (max-width: 440px) {
  .topJobBlc__en {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    top: 5vw;
    left: -38vw;
    font-size: 1rem;
  }
}
.topMember {
  color: #fff;
  margin: 10vw 0 8vw;
}
.topMember__title {
  background: #002a5e;
  margin: 0 -2vw 0 4vw;
  padding: 6vw 0 0 3vw;
  height: 25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .topMember__title {
    height: 35vw;
    margin-left: 0;
  }
}
.topMember__title .top__title {
  margin-right: 8.3vw;
  padding: 0;
}
.topMember__title .top__title:after {
  display: none;
}
.topMember__lead {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 440px) {
  .topMember__lead {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.topMemberSlide {
  margin: -14vw -2vw 0 6.6vw;
}
@media screen and (max-width: 440px) {
  .topMemberSlide {
    margin: -8vw -2vw 0 4vw;
  }
}
.topMemberSlide .slider {
  display: none;
}
.topMemberSlide .slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}
.topMemberSlide__list {
  padding: 0 2px;
  height: 100%;
  font-weight: 500;
}
.topMemberSlide__list a {
  color: #002a5e;
  display: block;
  outline: none;
}
.topMemberSlide__list a:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.topMemberSlide__list .img {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 108%;
  overflow: hidden;
}
.topMemberSlide__list .img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.topMemberSlide__list .m1 {
  font-size: 2rem;
  margin: 10px 0 3px;
  display: block;
}
@media screen and (max-width: 440px) {
  .topMemberSlide__list .m1 {
    font-size: 1.6rem;
  }
}
.topMemberSlide__list .m2 {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 440px) {
  .topMemberSlide__list .m2 {
    font-size: 1.4rem;
  }
}
.topMemberSlide .slick-list {
  padding: 0 13vw 0 0 !important;
}
.topMember .slick-prev,
.topMember .slick-next {
  position: absolute;
  width: 30px;
  height: 50px;
  top: -60px;
}
@media screen and (max-width: 440px) {
  .topMember .slick-prev,
  .topMember .slick-next {
    width: 15px;
    top: -25px;
  }
}
.topMember .slick-prev:before, .topMember .slick-prev:after,
.topMember .slick-next:before,
.topMember .slick-next:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  bottom: 50%;
  left: 0;
  border-bottom: 2px solid #fff;
  width: 30px;
  height: 1px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 440px) {
  .topMember .slick-prev:before, .topMember .slick-prev:after,
  .topMember .slick-next:before,
  .topMember .slick-next:after {
    width: 15px;
  }
}
.topMember .slick-prev:hover:before, .topMember .slick-prev:hover:after,
.topMember .slick-next:hover:before,
.topMember .slick-next:hover:after {
  opacity: 0.5;
}
.topMember .slick-prev.slick-disabled:before, .topMember .slick-prev.slick-disabled:after,
.topMember .slick-next.slick-disabled:before,
.topMember .slick-next.slick-disabled:after {
  opacity: 0.3;
}
.topMember .slick-prev {
  left: 80vw;
}
@media screen and (max-width: 440px) {
  .topMember .slick-prev {
    left: 5vw;
  }
}
.topMember .slick-prev:before {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.topMember .slick-prev:after {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.topMember .slick-next {
  left: 82vw;
}
@media screen and (max-width: 440px) {
  .topMember .slick-next {
    left: 10vw;
  }
}
.topMember .slick-next:before {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.topMember .slick-next:after {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.topCulture {
  color: #fff;
  margin: 8vw 0 10vw;
}
.topCulture__title {
  background: #3373bc;
  margin: 0 4vw 0 -2vw;
  padding: 6vw 0 0 9vw;
  height: 41vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .topCulture__title {
    margin: 0 0 0 -2vw;
    padding-left: 5vw;
  }
}
.topCulture__title .top__title {
  margin-right: 8.3vw;
  padding: 0;
}
@media screen and (max-width: 440px) {
  .topCulture__title .top__title {
    margin-right: 3vw;
  }
}
.topCulture__title .top__title:after {
  display: none;
}
.topCulture__lead {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 440px) {
  .topCulture__lead {
    font-size: 1.2rem;
    margin-top: 0;
    padding-right: 2vw;
  }
}
.topCultureLists__wrapper {
  margin: -29vw -2vw 0;
}
@media screen and (max-width: 440px) {
  .topCultureLists__wrapper {
    margin: -14vw 2vw 0;
  }
}
.topCultureLists {
  margin: 0 -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) and (max-width: 440px) {
  .topCultureLists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
}
.topCultureLists__list {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 2px;
}
@media screen and (max-width: 440px) {
  .topCultureLists__list {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.topCultureLists__list a {
  position: relative;
  display: block;
}
.topCultureLists__list a:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.topCultureLists__list .img {
  width: 100%;
  height: 0;
  padding-top: 88%;
  position: relative;
  display: block;
  overflow: hidden;
}
.topCultureLists__list .img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.topCultureLists__list .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .topCultureLists__list .txt {
    font-size: 1.6rem;
  }
}
.topRecruit {
  color: #fff;
  margin: 15vw -2vw 5vw;
  background: url(../img/top/top_recruit_bg.jpg) center center/cover no-repeat;
  height: 43vw;
}
@media screen and (max-width: 440px) {
  .topRecruit {
    height: auto;
    padding-bottom: 10vw;
  }
}
.topRecruit__title .top__title {
  margin-right: 8.3vw;
  padding: 0;
}
@media screen and (max-width: 440px) {
  .topRecruit__title .top__title {
    margin-right: 0;
  }
}
.topRecruit__title .top__title:after {
  display: none;
}
.topRecruit__lead {
  font-size: 1.8rem;
  line-height: 2;
  margin: 2rem 0 6rem;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .topRecruit__lead {
    font-size: 1.4rem;
    padding: 0 5vw;
    margin: 2vw 0 0vw;
  }
}
.topRecruitLists {
  padding: 0 5vw;
  margin: 0 -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .topRecruitLists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0px;
  }
}
.topRecruitLists__list {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  padding: 14px;
}
@media screen and (max-width: 440px) {
  .topRecruitLists__list {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
    padding: 5px;
  }
}
.topRecruitLists__list a {
  position: relative;
  display: block;
}
.topRecruitLists__list a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
      -ms-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}
.topRecruitLists__list .img {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 87%;
  height: 0;
  width: 100%;
  position: relative;
}
.topRecruitLists__list .img img {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topRecruitLists__list .txt {
  line-height: 1.5;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-align: center;
  height: 3em;
  margin-bottom: 1.8rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 440px) {
  .topRecruitLists__list .txt {
    font-size: 1.1rem;
    height: 5em;
    margin-bottom: 1rem;
  }
}
.topRecruitLists__list--1 img {
  width: 45px;
}
@media screen and (max-width: 440px) {
  .topRecruitLists__list--1 img {
    width: 27px;
  }
}
.topRecruitLists__list--2 img {
  width: 58px;
}
@media screen and (max-width: 440px) {
  .topRecruitLists__list--2 img {
    width: 35px;
  }
}
.topRecruitLists__list--3 img {
  width: 48px;
}
@media screen and (max-width: 440px) {
  .topRecruitLists__list--3 img {
    width: 29px;
  }
}
.topRecruitLists__list--4 img {
  width: 66px;
}
@media screen and (max-width: 440px) {
  .topRecruitLists__list--4 img {
    width: 39px;
  }
}
.topRecruitLists__list--5 img {
  width: 44px;
}
@media screen and (max-width: 440px) {
  .topRecruitLists__list--5 img {
    width: 26px;
  }
}
.topRecruitLists__list--6 img {
  width: 44px;
}
@media screen and (max-width: 440px) {
  .topRecruitLists__list--6 img {
    width: 26px;
  }
}

/* 
end _toppage.scss
*/
/* 
start _company.scss
*/
.topmessage {
  background: #efefef;
  padding: 7.5vw 7.5vw;
  color: #002a5e;
}
.topmessage__inner {
  margin: 0 -2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .topmessage__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.topmessage__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 2;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
  padding: 0 2.5vw;
}
@media screen and (max-width: 440px) {
  .topmessage__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 2.2rem;
    padding: 0 2.5vw 1em;
  }
}
.topmessage__text {
  font-size: 1.7rem;
  line-height: 2;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
  padding: 0 2.5vw;
}
@media screen and (max-width: 440px) {
  .topmessage__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.5rem;
  }
}
.topmessage__text > p {
  margin-bottom: 3em;
}
.topmessage__text > dl > dt {
  font-size: 1.7rem;
  margin-top: 2em;
  font-weight: 500;
}
.topmessage__text > dl > dt:first-child {
  margin-top: 0;
}
.topmessage__text > dl > dd {
  font-size: 1.6rem;
  font-weight: 400;
}
.topmessage .ceo {
  margin: 5rem 0 0;
  text-align: right;
  font-size: 1.3rem;
  line-height: 2.3;
}
.topmessage .ceo__name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

.threeminutesBlc {
  background-color: #efefef;
}
.threeminutesBlc--blue {
  background-color: #002a5e;
  color: #fff;
}
.threeminutesBlc--blue .threeminutesBlc__title {
  border-bottom: 10px solid #fff;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc--blue .threeminutesBlc__title {
    border-width: 5px;
  }
}
.threeminutesBlc--2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc--2clm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.threeminutesBlc--2clm > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc--2clm > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.threeminutesBlc--2clm > *:first-of-type {
  padding: 7vw 7vw 7vw 7vw;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc--2clm > *:first-of-type {
    padding: 8vw;
  }
}
.threeminutesBlc--2clm > *:nth-of-type(2) {
  padding: 7vw 7vw 7vw 7vw;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc--2clm > *:nth-of-type(2) {
    padding: 8vw;
  }
}
.threeminutesBlc__inner {
  padding: 10vw 8vw;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc__inner {
    padding: 8vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.threeminutesBlc__title {
  margin: 0 11.5vw 5vw 0;
  float: left;
  font-size: 2.4rem;
  line-height: 1.17;
  font-weight: 500;
  padding-bottom: 1.6rem;
  border-bottom: 10px solid #002a5e;
}
.threeminutesBlc__title--01 {
  margin-right: 6vw;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc__title {
    font-size: 1.6rem;
    margin-right: 0;
    border-width: 5px;
    padding-bottom: 0.6rem;
  }
}
.threeminutesBlc__title--lg {
  margin: 0 21vw 6vw 0;
}
.threeminutesBlc__title--rm0 {
  margin-right: 0;
  display: inline-block;
}
.threeminutesBlc__text {
  float: left;
}
.threeminutesBlc__text--w100 {
  width: 100%;
}
.threeminutesBlc__text p {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc__text p {
    font-size: 1.4rem;
  }
}
.threeminutesBlc__cf {
  margin-bottom: 6rem;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc__cf {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.threeminutesBlc__cf .lato, .threeminutesBlc__cf .header .glbNavLists__list > a, .header .threeminutesBlc__cf .glbNavLists__list > a, .threeminutesBlc__cf .header .glbNavLists__list--entry a, .header .glbNavLists__list--entry .threeminutesBlc__cf a, .threeminutesBlc__cf .header .glbNavSubLists:before, .header .threeminutesBlc__cf .glbNavSubLists:before {
  font-size: 9rem;
  font-weight: 300;
  line-height: 0.8;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc__cf .lato, .threeminutesBlc__cf .header .glbNavLists__list > a, .header .threeminutesBlc__cf .glbNavLists__list > a, .threeminutesBlc__cf .header .glbNavLists__list--entry a, .header .glbNavLists__list--entry .threeminutesBlc__cf a, .threeminutesBlc__cf .header .glbNavSubLists:before, .header .threeminutesBlc__cf .glbNavSubLists:before {
    font-size: 5rem;
  }
}
.threeminutesBlc__cf .lato.italic, .threeminutesBlc__cf .header .glbNavLists__list > a.italic, .header .threeminutesBlc__cf .glbNavLists__list > a.italic, .threeminutesBlc__cf .header .glbNavLists__list--entry a.italic, .header .glbNavLists__list--entry .threeminutesBlc__cf a.italic, .threeminutesBlc__cf .header .italic.glbNavSubLists:before, .header .threeminutesBlc__cf .italic.glbNavSubLists:before {
  font-style: italic;
  padding-right: 2rem;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc__cf .lato.italic, .threeminutesBlc__cf .header .glbNavLists__list > a.italic, .header .threeminutesBlc__cf .glbNavLists__list > a.italic, .threeminutesBlc__cf .header .glbNavLists__list--entry a.italic, .header .glbNavLists__list--entry .threeminutesBlc__cf a.italic, .threeminutesBlc__cf .header .italic.glbNavSubLists:before, .header .threeminutesBlc__cf .italic.glbNavSubLists:before {
    padding-right: 1rem;
  }
}
.threeminutesBlc--01 {
  background: #efefef url(../img/company/3minutes_02@2x.png) center bottom/contain no-repeat;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc--01 {
    background-size: 200% auto;
  }
}
.threeminutesBlc--02 {
  background: #002a5e url(../img/company/3minutes_03@2x.png) center bottom/cover no-repeat;
}
.threeminutesBlc--02 .threeminutesBlc__inner {
  padding: 7vw 10vw 12vw;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc--02 .threeminutesBlc__inner {
    padding: 8vw 8vw 25vw;
  }
}
.threeminutesBlc--04 {
  background: #002a5e url(../img/company/3minutes_04@2x.png) center bottom/contain no-repeat;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc--04 {
    min-height: 100vw;
  }
}
.threeminutesBlc--05 {
  background: #e3e3e3;
}
.threeminutesBlc--07 {
  background: #002a5e url(../img/company/3minutes_07@2x.png) center bottom/cover no-repeat;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc--07 {
    min-height: 100vw;
  }
}
.threeminutesBlc--08 {
  background: #003372 url(../img/company/3minutes_08@2x.png) right bottom/cover no-repeat;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc--08 {
    min-height: 80vw;
    background-position: top 10% right 10%;
  }
}
.threeminutesBlc--11 {
  background: #003372 url(../img/company/3minutes_11@2x.png) right bottom/cover no-repeat;
  margin-bottom: 9rem;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc--11 {
    min-height: 100vw;
  }
}
.threeminutesBlc__graph3, .threeminutesBlc__img {
  text-align: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc__graph3, .threeminutesBlc__img {
    margin: 2rem -5vw;
  }
}
.threeminutesBlc__graph3--05, .threeminutesBlc__img--05 {
  margin-top: 13rem;
  max-width: 434px;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc__graph3--05, .threeminutesBlc__img--05 {
    margin: 5rem auto 0;
    max-width: 60vw;
  }
}
.threeminutesBlc__graph3--06, .threeminutesBlc__img--06 {
  margin-top: 7rem;
  max-width: 342px;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc__graph3--06, .threeminutesBlc__img--06 {
    margin: 5rem auto 0;
    max-width: 60vw;
  }
}
.threeminutesBlc__graph3--09, .threeminutesBlc__img--09 {
  margin-top: 7rem;
  max-width: 112px;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc__graph3--09, .threeminutesBlc__img--09 {
    margin: 3rem 0 0 0rem;
  }
}
.threeminutesBlc__graph3--10, .threeminutesBlc__img--10 {
  margin-top: 7rem;
  max-width: 159px;
}
@media screen and (max-width: 440px) {
  .threeminutesBlc__graph3--10, .threeminutesBlc__img--10 {
    margin: 3rem 0 0 0rem;
  }
}
.threeminutesBlc__graph3 img, .threeminutesBlc__img img {
  max-width: 984px;
}

.slogan p {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (max-width: 440px) {
  .slogan p {
    font-size: 1.6rem;
  }
}
.slogan-div {
  margin: 0 -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 440px) {
  .slogan-div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.slogan-div__img, .slogan-div__text {
  margin: 2px;
}
.slogan-div__img {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  max-width: 42%;
}
@media screen and (max-width: 440px) {
  .slogan-div__img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.slogan-div__img--full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.slogan-div__img .img {
  position: relative;
  display: block;
  width: 100%;
}
.slogan-div__img .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slogan-div__img .img--1 {
  padding-top: 97%;
}
@media screen and (max-width: 440px) {
  .slogan-div__img .img--1 {
    padding-top: 60%;
  }
}
.slogan-div__img .img--2 {
  padding-top: 69%;
  margin-top: 4px;
}
.slogan-div__img .img--2:first-child {
  margin-top: 0;
}
.slogan-div__img .img--3 {
  padding-top: 40%;
}
@media screen and (max-width: 440px) {
  .slogan-div__img .img--3 {
    padding-top: 60%;
  }
}
.slogan-div__text {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  max-width: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 440px) {
  .slogan-div__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 10vw 0;
  }
}
.slogan-div__text--lightblue {
  background: #3373bc;
}
.slogan-div__text--darkblue {
  background: #002a5e;
}
.slogan-div__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 440px) {
  .slogan-div--1 .slogan-div__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 440px) {
  .slogan-div--1 .slogan-div__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 440px) {
  .slogan-div--2 .slogan-div__img {
    margin-left: 0px;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 440px) {
  .slogan-div--2 .slogan-div__img .img--2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin: 0px 2px;
    padding-top: 40%;
  }
}

.topMovie {
  background: #F8F8F8;
}
.topMovie__inner {
  max-width: 118rem;
  border-radius: 0.6rem;
  margin: 14rem auto 10rem;
  padding: 0 10rem 12rem;
  font-size: 1.8rem;
  font-weight: 500;
  background: #fff url(../img/company/movie_bg1@2x.png) center bottom/contain no-repeat;
}
@media screen and (max-width: 440px) {
  .topMovie__inner {
    margin: 15vw auto 15vw;
    font-size: 1.4rem;
    padding: 0 5vw 10vw;
  }
}
.topMovie__title {
  width: 100%;
  background: #3373BC;
  color: #FFE100;
  padding: 4rem;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 0.6rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 440px) {
  .topMovie__title {
    padding: 1.5rem;
    font-size: 1.8rem;
    text-align: center;
  }
}
.topMovie__movie {
  margin-top: 5rem;
}
.topMovie__movie .youtube {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.topMovie__movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 440px) {
  .topMovie__movie {
    margin: 5vw -3vw 0;
  }
}

/* 
end _company.scss
*/
/* 
start _job.scss
*/
.field {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.field__title {
  margin: 120px 0 60px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.47;
}
@media screen and (max-width: 440px) {
  .field__title {
    margin: 40px 0 20px;
    font-size: 2.2rem;
  }
}
.field__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .field__lead {
    font-size: 1.6rem;
  }
}
.field__param {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 90px;
}
@media screen and (max-width: 440px) {
  .field__param {
    font-size: 1.4rem;
  }
}
.fieldLists__wrapper {
  margin: 140px -40px 70px;
}
@media screen and (max-width: 440px) {
  .fieldLists__wrapper {
    margin: 40px -2px 40px;
  }
}
.fieldLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fieldLists__list {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 5px;
}
@media screen and (max-width: 440px) {
  .fieldLists__list {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
    padding: 2px;
  }
}
.fieldLists__list span {
  background: #ffef72;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 12px 0;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  cursor: pointer;
}
@media screen and (max-width: 440px) {
  .fieldLists__list span {
    font-size: 1.1rem;
    padding: 12px 5px;
  }
}
.fieldLists__list:hover span, .fieldLists__list.active span {
  background: #f7df21;
}
.fieldLists__list--jimu span {
  background: #9ddaeb;
}
.fieldLists__list--jimu:hover span, .fieldLists__list--jimu.active span {
  background: #84cde2;
}
.fieldLists__list--eigyo span {
  background: #f8d2d1;
}
.fieldLists__list--eigyo:hover span, .fieldLists__list--eigyo.active span {
  background: #f4c0bf;
}
.fieldMap {
  background: url(../img/job/field_02.png) center center/cover no-repeat;
  width: 100%;
  height: 0;
  padding-top: 47%;
  position: relative;
  margin-bottom: 100px;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .fieldMap {
    height: auto;
    background-size: contain;
    background-position: bottom center;
    padding-top: 120vw;
    margin-bottom: 40px;
  }
}
.fieldMapList {
  background: #000;
  position: absolute;
  top: 30px;
  left: 80px;
  background: #f7df21;
  padding: 50px 54px;
  max-width: 50%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 440px) {
  .fieldMapList {
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 5vw;
    top: 0;
  }
}
.fieldMapList.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.fieldMapList .division {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 440px) {
  .fieldMapList .division {
    font-size: 1.4rem;
  }
}
.fieldMapList h3 {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 15px 0 50px;
}
@media screen and (max-width: 440px) {
  .fieldMapList h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.fieldMapList--field10 {
  background: #f4c0bf;
}
.fieldMapList--field11 {
  background-color: #84cde2;
}
.fieldMapDtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fieldMapDtl__txt {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
  font-size: 1.6rem;
  line-height: 2;
  padding-right: 56px;
  border-right: solid 2px #121212;
}
@media screen and (max-width: 440px) {
  .fieldMapDtl__txt {
    font-size: 1.2rem;
    padding-right: 10px;
  }
}
.fieldMapMember {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
  padding-left: 32px;
}
@media screen and (max-width: 440px) {
  .fieldMapMember {
    padding-left: 10px;
  }
}
.fieldMapMember .find {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 440px) {
  .fieldMapMember .find {
    font-size: 1rem;
  }
}
.fieldMapMember .img {
  margin: 0 auto;
  width: 112px;
  height: 112px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 440px) {
  .fieldMapMember .img {
    width: 80px;
    height: 80px;
  }
}
.fieldMapMember .img img {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fieldMapMember .name {
  font-size: 1.3rem;
  margin-top: 8px;
  line-height: 1.5;
  display: block;
  text-align: center;
}
.fieldMapMember a:hover .img img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.project {
  margin: 0 -2vw;
}
.project__lead {
  margin: 86px 140px 52px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .project__lead {
    font-size: 1.4rem;
    margin: 40px 4vw 40px;
  }
}
.projectOutline {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 440px) {
  .projectOutline {
    margin-top: 70vw;
  }
}
.projectOutline__image {
  width: 70vw;
  height: 47vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 440px) {
  .projectOutline__image {
    width: 84vw;
    height: 65vw;
  }
}
.projectOutline__text {
  position: absolute;
  background: #002a5e;
  top: 50%;
  left: 49vw;
  max-width: 45vw;
  width: 100%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  padding: 5vw 6vw;
  font-size: 1.6rem;
  line-height: 2;
  z-index: 2;
}
@media screen and (max-width: 440px) {
  .projectOutline__text {
    font-size: 1.4rem;
    top: 0%;
    max-width: 80vw;
    left: 20vw;
    font-size: 1.2rem;
    padding: 4vw;
    -webkit-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
.projectOutline__title {
  margin-bottom: 49px;
  font-size: 2rem;
  line-height: 1.1;
}
@media screen and (max-width: 440px) {
  .projectOutline__title {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
.projectMembers {
  background: #002a5e;
  max-width: 83vw;
  margin-left: 6vw;
  padding: 15.5vw 0 4vw;
  position: relative;
  z-index: 0;
  -webkit-transform: translateY(-5.14vw);
      -ms-transform: translateY(-5.14vw);
          transform: translateY(-5.14vw);
  color: #fff;
}
@media screen and (max-width: 440px) {
  .projectMembers {
    max-width: 94vw;
    padding: 15.5vw 11vw 4vw 0;
  }
}
.projectMembers__title {
  position: absolute;
  top: 4vw;
  right: 4vw;
  font-size: 1.6rem;
  line-height: 1.38;
}
@media screen and (max-width: 440px) {
  .projectMembers__title {
    top: 8vw;
  }
}
.projectMembers > ul {
  margin: 0 -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateX(5.83vw);
      -ms-transform: translateX(5.83vw);
          transform: translateX(5.83vw);
}
@media screen and (max-width: 440px) {
  .projectMembers > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -6px;
  }
}
.projectMembers > ul li {
  padding: 0 13px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .projectMembers > ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 6px;
  }
}
.projectMembers > ul li dl dt {
  font-size: 1.6rem;
  display: inline-block;
  background: #02469a;
  line-height: 1;
  padding: 10px;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 440px) {
  .projectMembers > ul li dl dt {
    font-size: 1.2rem;
    padding: 4px 10px 6px;
  }
}
.projectMembers > ul li dl dd {
  font-size: 1.4rem;
  width: 100%;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .projectMembers > ul li dl dd {
    font-size: 1.2rem;
  }
}
.projectMembers > ul li dl .name {
  font-size: 1.5rem;
  line-height: 1;
  margin: 1.5em 0 0.8em;
}
@media screen and (max-width: 440px) {
  .projectMembers > ul li dl .name {
    font-size: 1.4rem;
  }
}
.projectMembers > ul li dl .image {
  width: 100%;
  height: 0;
  padding-top: 68%;
  position: relative;
}
.projectMembers > ul li dl .image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.projectDiv1__img {
  width: 100%;
  height: 54vw;
}
@media screen and (max-width: 440px) {
  .projectDiv1__img {
    height: 60vw;
  }
}
.projectDiv1_2, .projectDiv3_2, .projectDiv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 11vw;
}
@media screen and (max-width: 440px) {
  .projectDiv1_2, .projectDiv3_2, .projectDiv3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.projectDiv1_2__img, .projectDiv3_2__img, .projectDiv3__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 69vw;
      flex-basis: 69vw;
  max-width: 69vw;
  height: 46vw;
}
@media screen and (max-width: 440px) {
  .projectDiv1_2__img, .projectDiv3_2__img, .projectDiv3__img {
    -ms-flex-preferred-size: 90vw;
        flex-basis: 90vw;
    max-width: 90vw;
    height: 60vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 0 auto;
  }
}
.projectDiv1_2__text, .projectDiv3_2__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 56vw;
      flex-basis: 56vw;
  max-width: 56vw;
  margin: 9.3vw -25vw 0 0;
}
@media screen and (max-width: 440px) {
  .projectDiv1_2__text, .projectDiv3_2__text {
    -ms-flex-preferred-size: 90vw;
        flex-basis: 90vw;
    max-width: 90vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: -10vw 0 0 0;
  }
}
.projectDiv__text {
  background: #fff;
  padding: 7.8vw 6.7vw;
  position: relative;
}
@media screen and (max-width: 440px) {
  .projectDiv__text {
    padding: 8vw 5vw;
  }
}
.projectDiv__text--1, .projectDiv__text--2 {
  max-width: 75vw;
  margin: -23vw auto 10vw;
}
@media screen and (max-width: 440px) {
  .projectDiv__text--1, .projectDiv__text--2 {
    margin-top: -13vw;
    -ms-flex-preferred-size: 90vw;
        flex-basis: 90vw;
    max-width: 90vw;
  }
}
.projectDiv__text--2 {
  margin: -8vw auto 10vw;
}
.projectDiv__number {
  position: absolute;
  top: 0;
  left: 0;
  background: #002a5e;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  padding: 0.6em 1em;
  -webkit-transform: translate(-1.5em, -50%);
      -ms-transform: translate(-1.5em, -50%);
          transform: translate(-1.5em, -50%);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 440px) {
  .projectDiv__number {
    font-size: 1.2rem;
  }
}
.projectDiv__number .num {
  font-size: 3rem;
  margin-right: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 440px) {
  .projectDiv__number .num {
    font-size: 2rem;
    margin-right: 0.5em;
  }
}
.projectDiv__title {
  margin-bottom: 71px;
  font-weight: 500;
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 440px) {
  .projectDiv__title {
    font-size: 2rem;
    margin: 0 -1em 1em;
  }
}
.projectDiv__question {
  font-size: 2rem;
  line-height: 1.6;
  margin: 8rem 0 3rem;
  font-weight: 500;
  color: #002a5e;
}
@media screen and (max-width: 440px) {
  .projectDiv__question {
    font-size: 1.6rem;
    margin: 4rem 0 2rem;
  }
}
.projectDiv__param {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
  color: #121212;
}
@media screen and (max-width: 440px) {
  .projectDiv__param {
    font-size: 1.4rem;
  }
}
.projectDiv__param:last-of-type {
  margin-bottom: 0;
}
.projectDiv__param .name {
  font-weight: 500;
  font-size: 2rem;
  margin-right: 1em;
  color: #002a5e;
}
@media screen and (max-width: 440px) {
  .projectDiv__param .name {
    font-size: 1.6rem;
    margin-right: 0.5em;
  }
}
.projectDiv2__img {
  width: 94%;
  height: 51vw;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 440px) {
  .projectDiv2__img {
    width: 95%;
    height: 60vw;
  }
}
.projectDiv3__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 440px) {
  .projectDiv3__img {
    margin: 0 auto 0 0;
  }
}
.projectDiv3__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 56vw;
      flex-basis: 56vw;
  max-width: 56vw;
  margin: 9.3vw 0vw 0 -25vw;
}
@media screen and (max-width: 440px) {
  .projectDiv3__text {
    margin: -10vw 0 0 auto;
    -ms-flex-preferred-size: 90vw;
        flex-basis: 90vw;
    max-width: 90vw;
  }
}
.projectDiv3_2 {
  margin-bottom: 6vw;
}
/* 
end _job.scss
*/
/* 
start _member.scss
*/
.member {
  margin: 120px -2vw;
}
@media screen and (max-width: 440px) {
  .member {
    margin: 10vw 0vw;
  }
}
.memberProfile {
  max-width: 75vw;
  width: 100%;
  padding: 50px 40px;
  margin: -80px auto 120px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 440px) {
  .memberProfile {
    min-width: 85vw;
    margin: -15vw auto 10vw;
    padding: 5vw;
  }
}
.memberProfile__head {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .memberProfile__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.memberProfile__head .name {
  font-size: 4rem;
  letter-spacing: 0.06em;
  font-family: "lato", sans-serif;
}
@media screen and (max-width: 440px) {
  .memberProfile__head .name {
    font-size: 3rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.memberProfile__head .division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  border: 1px solid #002a5e;
  margin-left: 20px;
}
@media screen and (max-width: 440px) {
  .memberProfile__head .division {
    margin-left: 0;
  }
}
.memberProfile__head .division__ttl {
  font-size: 1.6rem;
  padding: 6px;
  background: #002a5e;
  color: #fff;
}
@media screen and (max-width: 440px) {
  .memberProfile__head .division__ttl {
    font-size: 1.4rem;
  }
}
.memberProfile__head .division__dtl {
  font-size: 1.6rem;
  padding: 6px;
}
@media screen and (max-width: 440px) {
  .memberProfile__head .division__dtl {
    font-size: 1.4rem;
  }
}
.memberProfile__history {
  font-size: 1.8rem;
  line-height: 1.78;
  margin: 15px 0 30px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .memberProfile__history {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
}
.memberProfile__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .memberProfile__text {
    font-size: 1.4rem;
  }
}
.memberDiv__title {
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  background: #002a5e;
  color: #fff;
  max-width: 75vw;
  margin: -210px auto 20px;
  padding: 32px 0;
  position: relative;
  z-index: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 440px) {
  .memberDiv__title {
    margin: -10vw auto 5px;
    max-width: 90vw;
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}
.memberDiv__text {
  background: #fff;
  padding: 40px 80px 80px;
  position: relative;
  max-width: 75vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 440px) {
  .memberDiv__text {
    max-width: 90vw;
    padding: 4vw 8vw 8vw;
  }
}
.memberDiv__img {
  width: 100%;
  height: 57vw;
}
.memberDiv__img--last {
  width: 88vw;
  height: 51vw;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .memberDiv__img {
    width: auto;
    margin: 0 -2vw;
  }
}
.memberDiv__question {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 64px 0 52px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #002a5e;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 440px) {
  .memberDiv__question {
    font-size: 1.6rem;
  }
}
.memberDiv__question:first-of-type {
  margin-top: 0;
}
.memberDiv__question span {
  font-weight: 300 !important;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 8px;
}
.memberDiv__question:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -24px;
  height: 4px;
  width: 56px;
  background: #002a5e;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.memberDiv__param {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
  color: #121212;
}
@media screen and (max-width: 440px) {
  .memberDiv__param {
    font-size: 1.4rem;
  }
}
.memberDiv__param:last-of-type {
  margin-bottom: 0;
}
.memberDiv__param .name {
  font-weight: 500;
  font-size: 2rem;
  margin-right: 1em;
  color: #002a5e;
}
.memberOneday {
  background: #002a5e;
  color: #fff;
  padding: 6vw 0 7vw 13vw;
}
@media screen and (max-width: 440px) {
  .memberOneday {
    padding: 6vw 0 7vw 13vw;
    margin: 0 -2vw;
  }
}
.memberOneday__title {
  font-size: 4.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 440px) {
  .memberOneday__title {
    font-size: 2.4rem;
  }
}
.memberOneday__cf {
  font-size: 1.7rem;
  margin: 10px 0 40px;
}
@media screen and (max-width: 440px) {
  .memberOneday__cf {
    font-size: 1.4rem;
  }
}
.memberOnedaySlide {
  margin: 0 -6px;
}
@media screen and (max-width: 440px) {
  .memberOnedaySlide {
    margin: 0 0 0 -6px;
  }
}
.memberOnedaySlide .slider {
  display: none;
}
.memberOnedaySlide .slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}
.memberOnedaySlide__list {
  padding: 0 6px;
  height: 100%;
  outline: none;
}
.memberOnedaySlide .slick-list {
  padding: 0 13vw 0 0 !important;
}
.memberOnedaySlide .schedule {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}
@media screen and (max-width: 440px) {
  .memberOnedaySlide .schedule {
    padding: 4vw;
    display: block;
  }
}
.memberOnedaySlide .schedule__time {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  -ms-flex-preferred-size: 8rem;
      flex-basis: 8rem;
  max-width: 8rem;
}
@media screen and (max-width: 440px) {
  .memberOnedaySlide .schedule__time {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 2rem;
  }
}
.memberOnedaySlide .schedule__text {
  font-size: 1.5rem;
  line-height: 2;
  -ms-flex-preferred-size: calc(100% - 8rem);
      flex-basis: calc(100% - 8rem);
  max-width: calc(100% - 8rem);
}
@media screen and (max-width: 440px) {
  .memberOnedaySlide .schedule__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.2rem;
  }
}
.memberOneday .slick-prev,
.memberOneday .slick-next {
  position: absolute;
  width: 30px;
  height: 50px;
  top: -100px;
}
@media screen and (max-width: 440px) {
  .memberOneday .slick-prev,
  .memberOneday .slick-next {
    top: -70px;
    width: 20px;
    height: 20px;
  }
}
.memberOneday .slick-prev:before, .memberOneday .slick-prev:after,
.memberOneday .slick-next:before,
.memberOneday .slick-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 2px solid #fff;
  width: 30px;
  height: 1px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 440px) {
  .memberOneday .slick-prev:before, .memberOneday .slick-prev:after,
  .memberOneday .slick-next:before,
  .memberOneday .slick-next:after {
    width: 20px;
  }
}
.memberOneday .slick-prev:hover:before, .memberOneday .slick-prev:hover:after,
.memberOneday .slick-next:hover:before,
.memberOneday .slick-next:hover:after {
  opacity: 0.5;
}
.memberOneday .slick-prev.slick-disabled:before, .memberOneday .slick-prev.slick-disabled:after,
.memberOneday .slick-next.slick-disabled:before,
.memberOneday .slick-next.slick-disabled:after {
  opacity: 0.3;
}
.memberOneday .slick-prev {
  left: 72vw;
}
@media screen and (max-width: 440px) {
  .memberOneday .slick-prev {
    left: 70vw;
  }
}
.memberOneday .slick-prev:before {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.memberOneday .slick-prev:after {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.memberOneday .slick-next {
  left: 74vw;
}
.memberOneday .slick-next:before {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.memberOneday .slick-next:after {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.memberLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.memberLists__title {
  font-size: 4.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 440px) {
  .memberLists__title {
    font-size: 2.8rem;
    margin-bottom: 1em;
  }
}
.memberLists__wrapper {
  margin: 200px -2px 160px;
}
@media screen and (max-width: 440px) {
  .memberLists__wrapper {
    margin: 15vw -2px 10vw;
  }
}
.memberLists__list {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 0 2px 80px;
  color: #002a5e;
}
@media screen and (max-width: 440px) {
  .memberLists__list {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 2px 5vw;
  }
}
.memberLists__list a {
  color: #002a5e;
}
.memberLists__list a .img {
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 440px) {
  .memberLists__list a .img {
    height: 30vw;
  }
}
.memberLists__list a .img img {
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.memberLists__list a .m1 {
  padding: 10px 40px 0;
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 440px) {
  .memberLists__list a .m1 {
    padding: 5px 10px 0;
    font-size: 1.6rem;
  }
}
.memberLists__list a .m2 {
  display: block;
  font-size: 1.6rem;
  padding: 0 40px;
}
@media screen and (max-width: 440px) {
  .memberLists__list a .m2 {
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.memberLists__list a:hover .img img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
@media screen and (max-width: 440px) {
  .memberLists__list--m03 img {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media screen and (max-width: 440px) {
  .memberLists__list--m04 img {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}
@media screen and (max-width: 440px) {
  .memberLists__list--m07 img {
    -o-object-position: 50% 40%;
       object-position: 50% 40%;
  }
}
@media screen and (max-width: 440px) {
  .memberLists__list--m08 img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
}
@media screen and (max-width: 440px) {
  .memberLists__list--m09 img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
}

/* 
end _member.scss
*/
/* 
start _culture.scss
*/
.culture {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.culture__title {
  margin: 120px 0 60px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.47;
}
@media screen and (max-width: 440px) {
  .culture__title {
    margin: 40px 0 20px;
    font-size: 2rem;
    padding: 0 5vw;
  }
}
.culture__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .culture__lead {
    font-size: 1.6rem;
    padding: 0 5vw;
  }
}
.culture__param {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 90px;
}
@media screen and (max-width: 440px) {
  .culture__param {
    font-size: 1.4rem;
    margin-top: 9vw;
  }
}

.welfare {
  max-width: 1160px;
  width: 100%;
  margin: 160px auto 100px;
}
@media screen and (max-width: 440px) {
  .welfare {
    margin: 16vw auto 10vw;
  }
}
.welfare__title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.46;
  margin-bottom: 30px;
  position: relative;
  padding-right: 120px;
  display: inline-block;
}
@media screen and (max-width: 440px) {
  .welfare__title {
    font-size: 2rem;
    padding: 0 18vw 0 5vw;
  }
}
.welfare__title:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.welfare__title--safety:after {
  width: 64px;
  height: 60px;
  background-image: url(../img/culture/welfare_icon01@2x.png);
}
@media screen and (max-width: 440px) {
  .welfare__title--safety:after {
    width: 45px;
    height: 42px;
  }
}
.welfare__title--work:after {
  width: 71px;
  height: 51px;
  background-image: url(../img/culture/welfare_icon02@2x.png);
}
@media screen and (max-width: 440px) {
  .welfare__title--work:after {
    width: 50px;
    height: 36px;
  }
}
.welfare__title--long:after {
  width: 44px;
  height: 66px;
  background-image: url(../img/culture/welfare_icon03@2x.png);
}
@media screen and (max-width: 440px) {
  .welfare__title--long:after {
    width: 31px;
    height: 46px;
  }
}
.welfare__title--balance:after {
  width: 60px;
  height: 60px;
  background-image: url(../img/culture/welfare_icon04.png);
}
@media screen and (max-width: 440px) {
  .welfare__title--balance:after {
    width: 40px;
    height: 40px;
  }
}
.welfareInitiatives {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .welfareInitiatives {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.welfareInitiatives > * {
  padding: 50px 62px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 440px) {
  .welfareInitiatives > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 5vw 5vw;
  }
}
.welfareInitiatives > *.right {
  color: #fff;
  background: #002a5e;
}
.welfareInitiatives > * h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 34px;
}
@media screen and (max-width: 440px) {
  .welfareInitiatives > * h3 {
    font-size: 1.6rem;
    margin-bottom: 3vw;
  }
}
.welfareInitiatives > * p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .welfareInitiatives > * p {
    font-size: 1.4rem;
  }
}

.voice {
  max-width: 1260px;
  width: 100%;
  margin: 140px auto;
  background: #EFF6FF;
  border-radius: 10px;
  padding: 6vw 120px;
  color: #326AB1;
}
@media screen and (max-width: 440px) {
  .voice {
    padding: 4vw 4vw;
  }
}
.voice__title {
  margin: 0px auto 105px;
  text-align: center;
  font-size: 5.6rem;
  font-family: "lato", sans-serif;
  font-weight: 300 !important;
  font-style: italic;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 440px) {
  .voice__title {
    font-size: 4rem;
    margin: 0 auto 10vw;
  }
}
.voice__blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15vw;
}
@media screen and (max-width: 440px) {
  .voice__blc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.voice__blc--left .voice__txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.voice__blc--left .voice__txt:after {
  background-image: url(../img/culture/fuki1@2x.png);
  right: 120px;
}
.voice__blc--left .voice__person {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 3.5vw 0 0 3.5vw;
}
.voice__blc--left .voice__person .image__inner {
  left: -7vw;
}
@media screen and (max-width: 440px) {
  .voice__blc--left .voice__person .image__inner {
    left: 0vw;
  }
}
.voice__blc--right .voice__txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 440px) {
  .voice__blc--right .voice__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.voice__blc--right .voice__txt:after {
  background-image: url(../img/culture/fuki2@2x.png);
  left: 120px;
}
.voice__blc--right .voice__person {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 3.5vw 0vw 0 0;
}
@media screen and (max-width: 440px) {
  .voice__blc--right .voice__person {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 440px) {
  .voice__blc--right .voice__person .detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 4vw;
  }
}
.voice__blc--right .voice__person .image__inner {
  right: -5vw;
}
@media screen and (max-width: 440px) {
  .voice__blc--right .voice__person .image__inner {
    right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.voice__txt {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
  padding: 70px 90px;
  background: #326AB1;
  border-radius: 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 440px) {
  .voice__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 440px) {
  .voice__txt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 7vw 9vw;
  }
}
.voice__txt:after {
  content: "";
  display: block;
  width: 61px;
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -25px;
}
.voice__person {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 440px) {
  .voice__person {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.voice__person .detail {
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 440px) {
  .voice__person .detail {
    -ms-flex-preferred-size: calc(100% - 30vw);
        flex-basis: calc(100% - 30vw);
    max-width: calc(100% - 30vw);
    margin-top: 5vw;
  }
}
@media screen and (max-width: 440px) {
  .voice__person .detail {
    font-size: 1.6rem;
  }
}
.voice__person .detail--tr2 {
  margin-left: 120px;
}
@media screen and (max-width: 440px) {
  .voice__person .detail--tr2 {
    margin-left: 0;
  }
}
.voice__person .detail--wf1 {
  margin-right: -60px;
}
@media screen and (max-width: 440px) {
  .voice__person .detail--wf1 {
    margin-right: 0;
  }
}
.voice__person .detail--wf2 {
  margin-left: -70px;
}
@media screen and (max-width: 440px) {
  .voice__person .detail--wf2 {
    margin-left: 0;
  }
}
.voice__person .katsuyou {
  font-size: 1.4rem;
}
@media screen and (max-width: 440px) {
  .voice__person .katsuyou {
    font-size: 1.2rem;
  }
}
.voice__person .name {
  font-size: 1.4rem;
}
@media screen and (max-width: 440px) {
  .voice__person .name {
    font-size: 1.2rem;
  }
}
.voice__person .image {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 3.5vw 0 0;
}
@media screen and (max-width: 440px) {
  .voice__person .image {
    -ms-flex-preferred-size: 30vw;
        flex-basis: 30vw;
    max-width: 30vw;
  }
}
.voice__person .image__inner {
  position: absolute;
  top: 0;
  display: block;
  width: 22vw;
  height: 22vw;
}
@media screen and (max-width: 440px) {
  .voice__person .image__inner {
    width: 30vw;
    height: 30vw;
    top: -5vw;
  }
}

.training {
  max-width: 1260px;
  width: 100%;
  margin: 140px auto;
}
@media screen and (max-width: 440px) {
  .training {
    margin: 25vw auto 15vw;
  }
}
.training:first-of-type {
  margin-top: 160px;
}
.training__inner {
  background: #f7f7f7;
  padding: 0 50px 50px;
}
@media screen and (max-width: 440px) {
  .training__inner {
    padding: 0 5vw 5vw;
  }
}
.training__title {
  max-width: 1160px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px 40px;
  font-size: 3.2rem;
  line-height: 1;
  background: #002a5e;
  color: #fff;
}
@media screen and (max-width: 440px) {
  .training__title {
    font-size: 2rem;
    padding: 5vw;
    margin-bottom: -5vw;
  }
}
.training__title span {
  font-size: 2rem;
  line-height: 1.6;
  margin-left: 3em;
}
@media screen and (max-width: 440px) {
  .training__title span {
    font-size: 1.4rem;
    margin-left: 1em;
  }
}
.training__titleH3 {
  margin: 106px 0 40px;
  font-weight: 500;
  font-size: 3.2rem;
}
@media screen and (max-width: 440px) {
  .training__titleH3 {
    font-size: 2rem;
    margin: 10vw 0 4vw;
  }
}
.training__param {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .training__param {
    font-size: 1.4rem;
  }
}
.training__strong {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 440px) {
  .training__strong {
    font-size: 1.4rem;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 440px) {
  .training__schedule {
    width: 200vw;
  }
}
@media screen and (max-width: 440px) {
  .training__schedule img,
  .training__schedule picture {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .training__schedulewrapper {
    overflow: scroll;
    border: 1px solid #ccc;
    position: relative;
  }
}
@media screen and (max-width: 440px) {
  .training__schedulewrapper.on .training__schedule {
    position: relative;
  }
  .training__schedulewrapper.on .training__schedule:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 440px) {
  .training__schedulewrapper.on:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "スクロールしてご覧ください";
    background: #fff;
    border: 1px solid #002a5e;
    padding: 5vw;
    font-size: 1.2rem;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
}
.training__introduction {
  margin: 80px 0;
  text-align: center;
  background: #fff;
  border: 2px solid #002a5e;
  font-weight: 500;
  font-size: 2rem;
  padding: 20px 0;
}
@media screen and (max-width: 440px) {
  .training__introduction {
    font-size: 1.4rem;
    margin: 8vw 0;
    padding: 4vw 0;
  }
}
.trainingGakuen {
  max-width: 1160px;
  margin: 0 auto 150px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 440px) {
  .trainingGakuen {
    margin: 0 auto 15vw;
  }
}
.trainingGakuen__inner {
  padding: 53px 40px 102px 80px;
  background: #013371;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -50px;
}
@media screen and (max-width: 440px) {
  .trainingGakuen__inner {
    margin-right: 0;
    margin: 0 -2vw;
    padding: 10vw 5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.trainingGakuen__text {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 440px) {
  .trainingGakuen__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 5vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.trainingGakuen__text h2 {
  font-size: 2.8rem;
  line-height: 2.14;
  font-weight: 500;
  margin-bottom: 45px;
}
@media screen and (max-width: 440px) {
  .trainingGakuen__text h2 {
    font-size: 2rem;
    margin-bottom: 4vw;
  }
}
.trainingGakuen__text p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .trainingGakuen__text p {
    font-size: 1.4rem;
  }
}
.trainingGakuen__img {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
}
@media screen and (max-width: 440px) {
  .trainingGakuen__img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.trainingGakuen__btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 720px;
  width: 100%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (max-width: 440px) {
  .trainingGakuen__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    margin-bottom: 5vw;
  }
}
.trainingGakuen__btn a {
  padding: 34px 72px 34px 80px;
  background: #02469a;
  border-radius: 100em;
  color: #f5e56b;
  font-size: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.1em;
  border: 1px solid #02469a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  .trainingGakuen__btn a {
    padding: 5vw 8vw;
    font-size: 1.4rem;
  }
}
.trainingGakuen__btn a span {
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 440px) {
  .trainingGakuen__btn a span {
    font-size: 1rem;
    margin-top: 0.5vw;
  }
}
.trainingGakuen__btn a:before, .trainingGakuen__btn a:after {
  content: "";
  display: block;
}
.trainingGakuen__btn a:before {
  width: 120px;
  height: 70px;
  background: url(../img/culture/training_movieicon@2x.png) center center/contain no-repeat;
}
@media screen and (max-width: 440px) {
  .trainingGakuen__btn a:before {
    width: 60px;
    height: 35px;
  }
}
.trainingGakuen__btn a:after {
  width: 18px;
  height: 18px;
  border-right: 2px solid #f5e56b;
  border-bottom: 2px solid #f5e56b;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  .trainingGakuen__btn a:after {
    width: 10px;
    height: 10px;
  }
}
.trainingGakuen__btn a:hover {
  background: #002a5e;
}
.trainingGakuen__btn a:hover:after {
  -webkit-transform: rotate(-45deg) translate(5px, 5px);
      -ms-transform: rotate(-45deg) translate(5px, 5px);
          transform: rotate(-45deg) translate(5px, 5px);
}

.gakuen {
  max-width: 1280px;
  margin: 110px auto 220px;
}
@media screen and (max-width: 440px) {
  .gakuen {
    margin: 9vw auto;
  }
}
.gakuen__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding: 8vw 5vw 0;
}
@media screen and (max-width: 440px) {
  .gakuen__inner {
    padding: 8vw 5vw 0;
    margin-bottom: 60vw;
  }
}
.gakuen__inner--1 {
  width: 820px;
  height: 547px;
  padding-left: 67px;
  background: url(../img/culture/gakuen_bg1@2x.png) center center/contain no-repeat;
}
@media screen and (max-width: 440px) {
  .gakuen__inner--1 {
    width: 90%;
    padding-left: 0;
    padding-top: 67%;
    height: 0;
    background-position: center top;
  }
}
.gakuen__inner--1 .gakuen__movie {
  position: absolute;
  top: 34%;
  left: 58%;
}
@media screen and (max-width: 440px) {
  .gakuen__inner--1 .gakuen__movie {
    left: 10%;
    top: 80%;
  }
}
.gakuen__inner--2 {
  width: 924px;
  height: 547px;
  padding-left: 514px;
  background: url(../img/culture/gakuen_bg2@2x.png) center center/contain no-repeat;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 440px) {
  .gakuen__inner--2 {
    padding: 8vw 5vw 0;
    margin: 8vw 0 50vw auto;
    margin-bottom: 60vw;
  }
}
@media screen and (max-width: 440px) {
  .gakuen__inner--2 {
    width: 90%;
    height: 0;
    padding-top: 59%;
    padding-left: 0;
    background-position: center top;
  }
}
.gakuen__inner--2 .gakuen__movie {
  position: absolute;
  top: 34%;
  left: -38%;
}
@media screen and (max-width: 440px) {
  .gakuen__inner--2 .gakuen__movie {
    left: -10%;
    top: 80%;
  }
}
@media screen and (max-width: 440px) {
  .gakuen__text {
    position: absolute;
    top: 50%;
    left: 5vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.gakuen__title {
  font-size: 6rem;
  line-height: 1;
  position: relative;
  margin: 0 0 80px 0;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .gakuen__title {
    font-size: 4rem;
    margin: 0 0 8vw 0;
  }
}
@media screen and (max-width: 440px) {
  .gakuen__title {
    font-size: 2.4rem;
    margin: 0 0 5vw 0;
    padding-right: 18vw;
  }
}
.gakuen__param {
  font-size: 1.8rem;
  line-height: 1.78;
  margin-bottom: 42px;
}
@media screen and (max-width: 440px) {
  .gakuen__param {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.gakuen__movie {
  width: 700px;
  position: relative;
}
@media screen and (max-width: 440px) {
  .gakuen__movie {
    width: 100%;
  }
}
.gakuen__movie:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.gakuen__movie--classroom::after {
  width: 455px;
  height: 264px;
  top: -111px;
  left: -54px;
  background-image: url(../img/culture/classroom_img@2x.png);
}
@media screen and (max-width: 440px) {
  .gakuen__movie--classroom::after {
    width: 182px;
    height: 105.6px;
    top: -20px;
    left: -30px;
  }
}
.gakuen__movie--arena::after {
  width: 547px;
  height: 243px;
  top: -190px;
  left: 120px;
  background-image: url(../img/culture/arena_img@2x.png);
}
@media screen and (max-width: 440px) {
  .gakuen__movie--arena::after {
    width: 218.8px;
    height: 97.2px;
    top: -50vw;
    left: auto;
    right: -30px;
  }
}
.gakuen__movie--dining::after {
  width: 502px;
  height: 165px;
  top: -205px;
  left: -47px;
  background-image: url(../img/culture/dining_img@2x.png);
}
@media screen and (max-width: 440px) {
  .gakuen__movie--dining::after {
    width: 200px;
    height: 66px;
    top: -50vw;
    left: auto;
    right: 0;
  }
}
.gakuen__movie--room::after {
  width: 349px;
  height: 216px;
  top: -215px;
  left: 257px;
  background-image: url(../img/culture/room_img@2x.png);
}
@media screen and (max-width: 440px) {
  .gakuen__movie--room::after {
    width: 139px;
    height: 86px;
    top: -48vw;
    left: auto;
    right: 0;
  }
}
.gakuen__movie span.video {
  border-radius: 10px;
  border: 3px solid #002a5e;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gakuen__movie span.video:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.gakuen__movie span.video:after {
  display: block;
  content: "";
  width: 65px;
  height: 65px;
  background: url(../img/culture/gakuen_playicon@2x.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 440px) {
  .gakuen__movie span.video:after {
    width: 40px;
    height: 40px;
  }
}
.gakuen__movie span.video img {
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gakuenTalk, .gakuenMovie {
  max-width: 1260px;
  width: 100%;
  padding: 15px 100px;
  margin: 0 auto;
  background: #f7f7f7;
}
@media screen and (max-width: 440px) {
  .gakuenTalk, .gakuenMovie {
    margin-top: 80vw;
    padding: 0vw 10vw;
  }
}
.gakuenTalk__inner, .gakuenMovie__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0, 80px);
      -ms-transform: translate(0, 80px);
          transform: translate(0, 80px);
}
@media screen and (max-width: 440px) {
  .gakuenTalk__inner, .gakuenMovie__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: translate(0, -25vw);
        -ms-transform: translate(0, -25vw);
            transform: translate(0, -25vw);
  }
}
.gakuenTalk__head {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 36px;
}
@media screen and (max-width: 440px) {
  .gakuenTalk__head {
    font-size: 1.6rem;
    margin-bottom: 3vw;
  }
}
.gakuenTalk__head span {
  font-style: italic;
}
.gakuenTalk__title {
  font-size: 3.6rem;
  line-height: 1.85;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .gakuenTalk__title {
    font-size: 2.4rem;
  }
}
.gakuenTalk__text {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}
@media screen and (max-width: 440px) {
  .gakuenTalk__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 5vw;
    margin-bottom: -15vw;
  }
}
.gakuenTalk__img {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}
@media screen and (max-width: 440px) {
  .gakuenTalk__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.gakuenTalk__img .img {
  width: 100%;
  height: 0;
  padding-top: 72%;
  position: relative;
}
.gakuenTalk__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gakuenTalk__btn {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-top: 80px;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}
@media screen and (max-width: 440px) {
  .gakuenTalk__btn {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin: 8vw auto 0;
    text-align: left;
  }
}
.gakuenTalk__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100em;
  background-color: #3373bc;
  line-height: 1.5;
  color: #fff !important;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  padding: 10px 20px 10px 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  .gakuenTalk__btn a {
    padding: 10px 20px 10px 20px;
  }
}
.gakuenTalk__btn a:after {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 10px;
  width: 10px;
  margin-left: 50px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  .gakuenTalk__btn a:after {
    margin-left: 2rem;
  }
}
.gakuenTalk__btn a:hover {
  background-color: #498ad4;
}
.gakuenTalk__btn a:hover:after {
  -webkit-transform: rotate(45deg) translate(3px, -3px);
      -ms-transform: rotate(45deg) translate(3px, -3px);
          transform: rotate(45deg) translate(3px, -3px);
}
.gakuenMovie {
  padding: 100px 100px 110px;
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 440px) {
  .gakuenMovie {
    margin-top: 10vw;
    margin-bottom: 10vw;
    padding: 10vw 10vw 11vw;
  }
}
.gakuenMovie__inner {
  display: block;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.gakuenMovie__title {
  font-size: 5rem;
}
@media screen and (max-width: 440px) {
  .gakuenMovie__title {
    font-size: 2.4rem;
  }
}
.gakuenMovie__param {
  font-size: 1.6rem;
  margin-top: 3.7rem;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .gakuenMovie__param {
    font-size: 1.4rem;
    margin-top: 3vw;
  }
}
.gakuenMovie__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100em;
  background-color: #3373bc;
  line-height: 1.5;
  color: #fff !important;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 30px 64px;
  position: absolute;
  bottom: 0px;
  right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  .gakuenMovie__btn {
    position: static;
    padding: 3vw 6vw;
    font-size: 1.4rem;
    margin-top: 5vw;
  }
}
.gakuenMovie__btn:after {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  margin-left: 50px;
  background: url(../img/icon_external_wh@2x.png) center center/contain no-repeat;
}
@media screen and (max-width: 440px) {
  .gakuenMovie__btn:after {
    margin-left: 2rem;
  }
}
.gakuenMovie__btn:hover {
  background-color: #498ad4;
}

.talk {
  margin: 0 -2vw;
}
.talk__lead {
  margin: 86px 140px 52px 7vw;
  font-size: 1.6rem;
  line-height: 2;
  max-width: 58vw;
}
@media screen and (max-width: 440px) {
  .talk__lead {
    margin: 8vw auto;
    max-width: 85vw;
    font-size: 1.4rem;
  }
}
.talkMembers {
  padding: 0 0 0 26vw;
}
@media screen and (max-width: 440px) {
  .talkMembers {
    padding: 0 0 0 0;
    margin: 0 2vw;
  }
}
.talkMembers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 440px) {
  .talkMembers ul {
    margin: 0;
  }
}
.talkMembers ul li {
  padding-right: 5vw;
}
@media screen and (max-width: 440px) {
  .talkMembers ul li {
    padding-right: 2vw;
  }
}
.talkMembers__member {
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .talkMembers__member {
    line-height: 1.5;
  }
}
.talkMembers__name {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .talkMembers__name {
    font-size: 1.2rem;
  }
}
.talkMembers__genre {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0.2em;
}
@media screen and (max-width: 440px) {
  .talkMembers__genre {
    font-size: 1.2rem;
  }
}
.talkMembers__div {
  font-size: 1.4rem;
}
@media screen and (max-width: 440px) {
  .talkMembers__div {
    font-size: 1rem;
  }
}
.talkDiv__text {
  background: #fff;
  padding: 7.8vw 6.7vw;
  position: relative;
}
.talkDiv__text--1 {
  max-width: 75vw;
  margin: -13vw auto 10vw;
}
@media screen and (max-width: 440px) {
  .talkDiv__text--1 {
    max-width: 90vw;
  }
}
.talkDiv__text--2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 56vw;
      flex-basis: 56vw;
  max-width: 56vw;
  margin: 9.3vw -25vw 0 0;
}
@media screen and (max-width: 440px) {
  .talkDiv__text--2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 90vw;
        flex-basis: 90vw;
    max-width: 90vw;
    margin-top: -10vw;
  }
}
.talkDiv__text--3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 56vw;
      flex-basis: 56vw;
  max-width: 56vw;
  margin: 0vw 0vw 0 -25vw;
}
@media screen and (max-width: 440px) {
  .talkDiv__text--3 {
    -ms-flex-preferred-size: 90vw;
        flex-basis: 90vw;
    max-width: 90vw;
    margin: -10vw 0 0 0;
  }
}
.talkDiv__text--4 {
  max-width: 75vw;
  margin: -15vw auto 10vw;
}
@media screen and (max-width: 440px) {
  .talkDiv__text--4 {
    max-width: 90vw;
    margin: -10vw auto 10vw;
  }
}
.talkDiv1__img, .talkDiv4__img {
  height: 54vw;
  margin: 0 0;
}
.talkDiv2, .talkDiv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 11vw;
}
@media screen and (max-width: 440px) {
  .talkDiv2, .talkDiv3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.talkDiv2__img, .talkDiv3__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 69vw;
      flex-basis: 69vw;
  max-width: 69vw;
  height: 46vw;
}
@media screen and (max-width: 440px) {
  .talkDiv2__img, .talkDiv3__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 90vw;
        flex-basis: 90vw;
    max-width: 90vw;
    margin: 0 0 0 auto;
    height: 60vw;
  }
}
.talkDiv3__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 22vw;
}
@media screen and (max-width: 440px) {
  .talkDiv3__img {
    margin-top: 0vw;
  }
}
.talkDiv__number {
  position: absolute;
  top: 0;
  left: 0;
  background: #002a5e;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  padding: 0.6em 1em;
  -webkit-transform: translate(-1.5em, -50%);
      -ms-transform: translate(-1.5em, -50%);
          transform: translate(-1.5em, -50%);
  letter-spacing: 0.1em;
}
.talkDiv__number .num {
  font-size: 3rem;
  margin-right: 1em;
  letter-spacing: 0.1em;
}
.talkDiv__title {
  margin: 116px 0 71px;
  font-weight: 500;
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 440px) {
  .talkDiv__title {
    font-size: 2rem;
    margin: 11vw 0 7vw;
  }
}
.talkDiv__title:nth-of-type(1) {
  margin-top: 0;
}
.talkDiv__question {
  font-size: 2rem;
  line-height: 1.6;
  margin: 8rem 0 3rem;
  font-weight: 500;
  color: #002a5e;
}
@media screen and (max-width: 440px) {
  .talkDiv__question {
    font-size: 1.6rem;
    margin: 3rem 0 2rem;
  }
}
.talkDiv__param {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
  color: #121212;
}
@media screen and (max-width: 440px) {
  .talkDiv__param {
    font-size: 1.4rem;
  }
}
.talkDiv__param:last-of-type {
  margin-bottom: 0;
}
.talkDiv__param .name {
  font-weight: 500;
  font-size: 2rem;
  margin-right: 1em;
  color: #002a5e;
}
@media screen and (max-width: 440px) {
  .talkDiv__param .name {
    font-size: 1.6rem;
  }
}
.talkMember {
  margin: 0 auto 50px;
  padding-bottom: 150px;
  position: relative;
}
.talkMember:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 0;
  background: #F0DC3F;
}
@media screen and (max-width: 440px) {
  .talkMember {
    margin-bottom: 25vw;
    padding-bottom: 20px;
  }
}
.talkMember__inner {
  max-width: 84vw;
  margin: 0 auto;
  position: relative;
  background: #ffef72;
  border-radius: 10px;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media screen and (max-width: 440px) {
  .talkMember__inner {
    max-width: 90vw;
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
.talkMember__inner:before, .talkMember__inner:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
}
.talkMember__inner:before {
  width: 26vw;
  height: 15vw;
  left: -2vw;
  top: 2vw;
  background: url(../img/culture/talk_orn1@2x.png) center center/contain no-repeat;
}
.talkMember__inner:after {
  width: 23vw;
  height: 15vw;
  right: -3vw;
  top: -1vw;
  background: url(../img/culture/talk_orn2@2x.png) center center/contain no-repeat;
}
@media screen and (max-width: 440px) {
  .talkMember__inner {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 8vw 10vw;
    width: 100%;
  }
  .talkMember__inner:before {
    width: 43.68vw;
    height: 25.2vw;
    left: -2vw;
    top: 0vw;
  }
  .talkMember__inner:after {
    width: 38.64vw;
    height: 25.2vw;
    right: -3vw;
    top: -5vw;
  }
}
.talkMember__inner2 {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
@media screen and (max-width: 440px) {
  .talkMember__inner2 {
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
  }
}
.talkMember__title {
  font-size: 4.4rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 440px) {
  .talkMember__title {
    font-size: 2.4rem;
  }
}
.talkMember .strong {
  font-size: 2.3rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 20px 0 32px;
}
@media screen and (max-width: 440px) {
  .talkMember .strong {
    margin: 4vw 0 3vw;
    font-size: 1.8rem;
  }
}
.talkMember .param {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 440px) {
  .talkMember .param {
    font-size: 1.4rem;
    padding: 0vw;
    margin-bottom: 40px;
  }
}
.talkMemberLists {
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 440px) {
  .talkMemberLists {
    max-width: 90vw;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 50px;
  }
}
.talkMemberLists__wrapper {
  margin: 0 -13px;
}
.talkMemberLists > * {
  padding: 0 13px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 440px) {
  .talkMemberLists > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 5vw;
  }
}
.talkMemberLists > * .video {
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
}
.talkMemberLists > * .video img {
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.talkMemberLists > * .video:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.talkMemberLists > * .video:after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 52px;
  height: 52px;
  background: url(../img/culture/playicon@2x.png) center center/contain no-repeat;
}
@media screen and (max-width: 440px) {
  .talkMemberLists > * .video:after {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}
.talkMemberLists > * dl {
  height: 0;
}
@media screen and (max-width: 440px) {
  .talkMemberLists > * dl {
    height: auto;
  }
}
.talkMemberLists > * dl .name {
  font-size: 1.6rem;
  line-height: 1;
  margin: 20px 0 10px;
}
@media screen and (max-width: 440px) {
  .talkMemberLists > * dl .name {
    font-size: 1.4rem;
    margin: 2vw 0 1vw;
  }
}
.talkMemberLists > * dl .genre {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
}
@media screen and (max-width: 440px) {
  .talkMemberLists > * dl .genre {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.talkMemberLists > * dl .year {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 440px) {
  .talkMemberLists > * dl .year {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.movie {
  max-width: 60vw;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .movie {
    max-width: 96vw;
    width: 100%;
  }
}
.movie__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 440px) {
  .movie__wrapper {
    padding-top: 60px;
  }
}
.movie__wrapper.active {
  pointer-events: auto;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.movie__wrapper.active .movie__file {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.movie__file {
  width: 100%;
  padding-top: 56%;
  display: block;
  position: relative;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: #000;
}
@media screen and (max-width: 440px) {
  .movie__file {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    padding-top: 56%;
  }
}
.movie__file .close {
  width: 80px;
  height: 80px;
  top: -80px;
  right: 0;
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 440px) {
  .movie__file .close {
    width: 40px;
    height: 40px;
    top: -40px;
  }
}
.movie__file .close:before, .movie__file .close:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 440px) {
  .movie__file .close:before, .movie__file .close:after {
    width: 40px;
  }
}
.movie__file .close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.movie__file .close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.movie video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 
end _culture.scss
*/
/* 
start _recruit.scss
*/
.recruit {
  max-width: 1160px;
  width: 100%;
  margin: 90px auto 0;
}
@media screen and (max-width: 440px) {
  .recruit {
    margin-top: 9vw;
  }
}
.recruit__title {
  background: #002a5e;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  padding: 18px 0;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 57px;
}
@media screen and (max-width: 440px) {
  .recruit__title {
    font-size: 2rem;
    padding: 1rem 0;
    margin-top: 6vw;
  }
}
.recruitAppli {
  background: #f5f5f5;
}
.recruitAppli--wh {
  background: transparent;
}
.recruitAppli__inner {
  padding: 67px 62px;
}
@media screen and (max-width: 440px) {
  .recruitAppli__inner {
    padding: 7vw 6vw;
  }
}
.recruitAppli__inner--flow {
  padding: 16px 0 26px;
}
@media screen and (max-width: 440px) {
  .recruitAppli__inner--flow {
    padding: 10px 5vw 20px;
  }
}
.recruitAppliList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.88;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .recruitAppliList {
    font-size: 1.4rem;
  }
}
.recruitAppliList__title, .recruitAppliList__desc {
  margin-bottom: 10px;
  padding: 12px 0 12px 28px;
}
@media screen and (max-width: 440px) {
  .recruitAppliList__title, .recruitAppliList__desc {
    padding: 3vw 5vw;
  }
}
.recruitAppliList__title:last-of-type, .recruitAppliList__desc:last-of-type {
  margin-bottom: 0;
}
.recruitAppliList__title {
  background: #eaeaea;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%;
}
@media screen and (max-width: 440px) {
  .recruitAppliList__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.recruitAppliList__desc {
  background: #fff;
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  max-width: 85%;
}
@media screen and (max-width: 440px) {
  .recruitAppliList__desc {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.recruitFlow__list {
  margin: 72px auto;
  max-width: 956px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 440px) {
  .recruitFlow__list {
    margin: 10vw auto;
  }
}
.recruitFlow__list:after {
  content: "";
  border-right: 6px #0060a8 solid;
  border-bottom: 6px #0060a8 solid;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
      -ms-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -36px;
}
@media screen and (max-width: 440px) {
  .recruitFlow__list:after {
    width: 20px;
    height: 20px;
    border-width: 3px;
    bottom: -20px;
  }
}
.recruitFlow__list:last-child:after {
  display: none;
}
.recruitFlowList {
  background-color: #0060a8;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 440px) {
  .recruitFlowList {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.recruitFlowList__number {
  background-color: #005290;
  line-height: 1;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 134px;
  height: 120px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 440px) {
  .recruitFlowList__number {
    padding: 3vw;
    font-size: 1.6rem;
    height: auto;
  }
}
.recruitFlowList__text {
  padding-right: 134px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .recruitFlowList__text {
    padding: 3vw;
    text-align: left;
  }
}
.recruitFlowList__title {
  color: #ffef72;
  font-size: 2rem;
}
@media screen and (max-width: 440px) {
  .recruitFlowList__title {
    font-size: 1.4rem;
  }
}
.recruitFlowList__param {
  font-size: 1.5rem;
  margin-top: 14px;
}
@media screen and (max-width: 440px) {
  .recruitFlowList__param {
    font-size: 1.2rem;
  }
}
.recruitTable {
  margin-top: 38px;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .recruitTable {
    margin-top: 0px;
    display: block;
  }
}
.recruitTable thead th {
  background: #d6d6d6;
  border: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 2.14;
  text-align: center;
  padding: 9px;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .recruitTable thead th {
    display: none;
  }
}
.recruitTable thead:after {
  content: "";
  height: 20px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 440px) {
  .recruitTable thead:after {
    display: none;
  }
}
.recruitTable tbody {
  margin-top: 20px;
}
@media screen and (max-width: 440px) {
  .recruitTable tbody {
    margin-top: 0;
  }
}
@media screen and (max-width: 440px) {
  .recruitTable tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 5vw 5vw;
    border-bottom: 1px solid #ccc;
  }
}
.recruitTable tbody th,
.recruitTable tbody td {
  padding: 16px 22px;
  border: 1px solid #dedede;
  vertical-align: top;
}
@media screen and (max-width: 440px) {
  .recruitTable tbody th,
  .recruitTable tbody td {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    border-width: 0;
    width: 100%;
  }
}
.recruitTable tbody th {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.88;
  white-space: nowrap;
}
.recruitTable tbody th a {
  color: #002a5e;
  border-bottom: 0.5px solid #002a5e;
}
@media screen and (max-width: 440px) {
  .recruitTable tbody th {
    font-size: 1.4rem;
    white-space: normal;
  }
}
.recruitTable tbody td {
  font-size: 1.3rem;
  line-height: 2;
  color: #121212;
}
.recruitTable tbody td:nth-last-of-type(4), .recruitTable tbody td:nth-last-of-type(3) {
  white-space: nowrap;
}
@media screen and (max-width: 440px) {
  .recruitTable tbody td:nth-last-of-type(4), .recruitTable tbody td:nth-last-of-type(3) {
    white-space: normal;
  }
}
@media screen and (max-width: 440px) {
  .recruitTable tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
  }
  .recruitTable tbody td:before {
    -ms-flex-preferred-size: 6em;
        flex-basis: 6em;
    max-width: 6em;
    font-weight: bold;
    font-size: 1.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .recruitTable tbody td:nth-of-type(1):before {
    content: "事業内容";
  }
  .recruitTable tbody td:nth-of-type(2):before {
    content: "募集職種";
  }
  .recruitTable tbody td:nth-of-type(3):before {
    content: "勤務地";
  }
  .recruitTable tbody td:nth-of-type(4):before {
    -ms-flex-preferred-size: 6em;
        flex-basis: 6em;
    max-width: 6em;
    content: "連絡先";
  }
}
.recruitFaq {
  margin-top: 10px;
  border: 1px solid #002a5e;
  background: #f5f5f5;
  position: relative;
  cursor: pointer;
}
.recruitFaq:before, .recruitFaq:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #002a5e;
  position: absolute;
  top: 32px;
  right: 53px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 440px) {
  .recruitFaq:before, .recruitFaq:after {
    top: 20px;
    right: 2vw;
    width: 18px;
  }
}
.recruitFaq:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.recruitFaq.active:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.recruitFaq__q, .recruitFaq__a {
  padding: 18px 134px 18px 120px;
  position: relative;
}
@media screen and (max-width: 440px) {
  .recruitFaq__q, .recruitFaq__a {
    padding: 3vw 10vw 3vw 12vw;
  }
}
.recruitFaq__q:before, .recruitFaq__a:before {
  position: absolute;
}
.recruitFaq__q {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .recruitFaq__q {
    font-size: 1.4rem;
  }
}
.recruitFaq__q:before {
  content: "Q.";
  font-size: 2.6rem;
  top: 9px;
  left: 36px;
}
@media screen and (max-width: 440px) {
  .recruitFaq__q:before {
    font-size: 2rem;
    left: 3vw;
    top: 5px;
  }
}
.recruitFaq__a {
  display: none;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 440px) {
  .recruitFaq__a {
    font-size: 1.4rem;
  }
}
.recruitFaq__a:before {
  content: "A.";
  font-size: 2rem;
  line-height: 1.5;
  top: 16px;
  left: 40px;
}
@media screen and (max-width: 440px) {
  .recruitFaq__a:before {
    top: 8px;
    left: 3.5vw;
  }
}
.recruitFaq__a:after {
  content: "";
  width: calc(100% - 154px);
  height: 1px;
  background: #002a5e;
  position: absolute;
  top: 1px;
  left: 20px;
}
@media screen and (max-width: 440px) {
  .recruitFaq__a:after {
    left: 10px;
    width: calc(100% - 45px);
  }
}
.recruitFaq a {
  border-bottom: 1px solid #002a5e;
}

.recruit_graph {
  max-width: 684px;
}
@media screen and (max-width: 440px) {
  .recruit_graph {
    max-width: 100%;
  }
}

.recruitFormDL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .recruitFormDL {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.recruitFormDL__wrapper {
  background: #fff;
  margin: 50px auto 0;
  padding: 35px 0;
}
@media screen and (max-width: 440px) {
  .recruitFormDL__wrapper {
    padding: 30px 15px;
  }
}
.recruitFormDL--mt0 {
  margin-top: 0;
}
@media screen and (max-width: 440px) {
  .recruitFormDL--mt0 {
    margin-top: 3rem;
  }
}
.recruitFormDL dt {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  max-width: 200px;
  font-size: 1.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}
@media screen and (max-width: 440px) {
  .recruitFormDL dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.recruitFormDL dd {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.recruitFormLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 440px) {
  .recruitFormLinks {
    margin-top: 0;
  }
}
.recruitFormLinks__list {
  margin: 35px 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 440px) {
  .recruitFormLinks__list {
    margin: 10px;
  }
}
.recruitFormLinks__list a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruitFormLinks__list a img {
  display: block;
  height: 50px;
  width: auto;
}
@media screen and (max-width: 440px) {
  .recruitFormLinks__list a img {
    height: auto;
  }
}
.recruitFormLinks__list--1 {
  width: 100%;
  padding: 0 15px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .recruitFormLinks__list--1b {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.recruitFormLinks__list--2b {
  max-width: 200px;
}
.recruitFormLinks__list--2b a {
  width: 100%;
  background: #fff;
  padding: 0 16px;
  border: 1px solid #0068b7;
}
@media screen and (max-width: 440px) {
  .recruitFormLinks__list--2b a {
    padding: 0 8px;
  }
}
@media screen and (max-width: 440px) {
  .recruitFormLinks__list--2b {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.recruitFormLinks__list--2c a img {
  height: 65px;
}
@media screen and (max-width: 440px) {
  .recruitFormLinks__list--2c a img {
    height: auto;
  }
}

/* 
end _recruit.scss
*/