@charset "UTF-8";
/*default*/
/* https://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att02 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close_box {
  z-index: 9999;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 5rem;
  top: 5rem;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 80px;
  font-family: 'Oswald', sans-serif;
  line-height: 30px;
  font-weight: 100 !important;
  border: 0;
  background: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.lity-close_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.lity-close_box button {
  font-size: 60px;
  font-size: 6rem;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

button:active {
  top: 3rem;
  right: 3rem;
}

button img {
  display: block;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  right: 5rem;
  top: 5rem;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 80px;
  font-family: 'Oswald', sans-serif;
  border: 0;
  font-weight: 100;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*default*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 15px;
  font-size: 1.5em;
  line-height: 1.75;
  color: #333;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

html.win.chrome body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

html.win.gecko body {
  font-family: 'Noto Sans JP',"Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

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

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

.adelay01 {
  animation-delay: 0.1s !important;
}
@media only screen and (max-width: 768px) {
  .adelay01 {
    animation-delay: 0s !important;
  }
}

.adelay02 {
  animation-delay: 0.2s !important;
}
@media only screen and (max-width: 768px) {
  .adelay02 {
    animation-delay: 0s !important;
  }
}

.adelay03 {
  animation-delay: 0.3s !important;
}
@media only screen and (max-width: 768px) {
  .adelay03 {
    animation-delay: 0s !important;
  }
}

.adelay04 {
  animation-delay: 0.4s !important;
}
@media only screen and (max-width: 768px) {
  .adelay04 {
    animation-delay: 0s !important;
  }
}

.adelay05 {
  animation-delay: 0.5s !important;
}
@media only screen and (max-width: 768px) {
  .adelay05 {
    animation-delay: 0s !important;
  }
}

.adelay06 {
  animation-delay: 0.6s !important;
}
@media only screen and (max-width: 768px) {
  .adelay06 {
    animation-delay: 0s !important;
  }
}

.adelay07 {
  animation-delay: 0.7s !important;
}
@media only screen and (max-width: 768px) {
  .adelay07 {
    animation-delay: 0s !important;
  }
}

.adelay08 {
  animation-delay: 0.8s !important;
}
@media only screen and (max-width: 768px) {
  .adelay08 {
    animation-delay: 0s !important;
  }
}

.adelay09 {
  animation-delay: 0.9s !important;
}
@media only screen and (max-width: 768px) {
  .adelay09 {
    animation-delay: 0s !important;
  }
}

.adelay10 {
  animation-delay: 1s !important;
}
@media only screen and (max-width: 768px) {
  .adelay10 {
    animation-delay: 0s !important;
  }
}

.inview.fadeInup {
  opacity: 0;
}

.inview.fadeInup.active {
  -webkit-animation: fadeInup .5s ease-out;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: forwards;
}

.inview.leftright {
  opacity: 0;
}

.inview.leftright.active {
  -webkit-animation: leftright_anim .5s ease-out;
  animation: leftright_anim .5s ease-out;
  animation-fill-mode: forwards;
}

.inview.show {
  opacity: 0;
}

.inview.show.active {
  -webkit-animation: show 1s ease-out;
  animation: show 1s ease-out;
  animation-fill-mode: forwards;
}

.image-anime-mask {
  overflow: hidden;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.8s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  transform-origin: left;
}
.image-anime-mask.active {
  transform: translate3d(0, 0, 0);
}

.image-anime-main {
  display: block;
  transform: translate3d(100%, 0, 0);
  transition: all 0.8s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
.image-anime-main.active {
  transform: translate3d(0, 0, 0);
}

.anim_box span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  transition: all .5s ease;
  transition-delay: .3s;
  line-height: 1.5;
  transform: translateY(12px);
}
.anim_box span.gr:before {
  background: #858B9B;
}
.anim_box span:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background: #858B9B;
  transform: translateX(-101%);
}
.anim_box span.adelay02 {
  transition-delay: .6s;
}
.anim_box.is-active span {
  opacity: 1;
  transform: translateY(0);
}
.anim_box.is-active span:before {
  animation-name: copyslide;
  animation-duration: .8s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: .1s;
}
.anim_box.is-active span.adelay02:before {
  animation-delay: .3s;
}
.anim_box.is-active span.adelay04:before {
  animation-delay: .6s;
}
.anim_box.is-active.ren span:nth-of-type(1):before {
  animation-delay: .3s;
}
.anim_box.is-active.ren span:nth-of-type(2):before {
  animation-delay: .4s;
}
.anim_box.is-active.ren span:nth-of-type(3):before {
  animation-delay: .5s;
}
.anim_box.is-active.ren span:nth-of-type(4):before {
  animation-delay: .6s;
}

@keyframes fadeInup {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes leftright_anim {
  0% {
    transform: translatex(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.parenthesis {
  position: relative;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0%;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parenthesis::before {
  left: 0;
  border-left: 1px solid #fff;
}

.parenthesis::after {
  right: 0;
  border-right: 1px solid #fff;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.image100 img {
  width: 100%;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@keyframes copyslide {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes copyslide_stop {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.sc_box {
  position: absolute;
  right: 0;
  bottom: 5rem;
  display: flex;
  z-index: 7000;
  width: 3em;
}
.sc_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 200%;
  top: -100%;
  left: 0;
  content: "";
  z-index: 999;
}
.sc_box p {
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  margin-top: -5em;
  transform: translateX(46%);
}

.scroll {
  content: "";
  height: 50px;
  width: 1px;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .scroll {
    height: 30px;
  }
}
.scroll .in {
  width: 1px;
  height: 50px;
  background: #333;
  z-index: 999;
  animation: masking 2s ease infinite;
}
@media only screen and (max-width: 768px) {
  .scroll .in {
    height: 30px;
  }
}
.scroll .in2 {
  position: absolute;
  width: 1px;
  height: 50px;
  background: #000;
  z-index: 999;
  animation: masking 2s ease infinite;
}
.scroll a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2000;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@keyframes arrows {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
.image100 img {
  width: 100%;
}

.animate_btn {
  text-align: center;
}
.animate_btn.rv a:after {
  color: #CC0012;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 90%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  transform: rotate(180deg);
}
.animate_btn a {
  display: inline-block;
  background: #ffffff;
  color: #CC0012;
  border: 1px solid #CC0012;
  padding: 3rem 10rem;
  position: relative;
  margin: 0 0 5rem 0;
  transition: all .3s ease;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .animate_btn a {
    background: #CC0012;
    color: #ffffff;
    padding: 1.5rem 0;
    white-space: nowrap;
    width: 50%;
    margin: 0 auto 3rem auto;
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 3vw;
    font-weight: bold;
  }
}
.animate_btn a:before {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #0a3e6f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0a3e6f 0%, #0c65b5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0a3e6f 0%, #0c65b5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0a3e6f 0%, #0c65b5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3e6f', endColorstr='#0c65b5',GradientType=1 );
  /* IE6-9 */
  transition: all .3s ease;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:before {
    display: none;
  }
}
.animate_btn a:after {
  color: #CC0012;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 2rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
@media only screen and (max-width: 768px) {
  .animate_btn a:after {
    right: 1rem;
    color: #ffffff;
  }
}
.animate_btn a span {
  position: relative;
  z-index: 99;
}
.animate_btn a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover {
    color: #CC0012;
  }
}
.animate_btn a:hover span {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover span {
    color: #ffffff;
  }
}
.animate_btn a:hover:before {
  width: 100%;
  left: 0;
}
.animate_btn a:hover:after {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover:after {
    color: #ffffff;
  }
}

@keyframes animate_btn_on {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes animate_btn_off {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.image_wrap {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .image_wrap {
    width: 100%;
  }
}
.image_wrap.bg01 {
  padding: 0 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg01 {
    padding: 0;
  }
}
.image_wrap.bg01:after {
  background: #858B9B;
  height: 100%;
  top: -5rem;
  left: 5rem;
}
.image_wrap.bg02 {
  padding: 0 0 0 5rem;
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg02 {
    padding: 0;
    margin: 0;
  }
}
.image_wrap.bg02:after {
  background: #CC0012;
  height: 70%;
  bottom: -5rem;
  left: -5rem;
}
.image_wrap.bg03 {
  padding: 0 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg03 {
    padding: 0;
  }
}
.image_wrap.bg03:after {
  background: #666;
  height: 100%;
  top: -5rem;
  left: 5rem;
}

.image-mask {
  transform: translate3d(-100%, 0, 0);
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transform-origin: left;
  overflow: hidden;
  display: block;
}
.image-mask.active {
  transform: translate3d(0, 0, 0);
}
.image-mask.active .img_main {
  transform: translate3d(0, 0, 0);
}
.image-mask .img_main {
  transform: translate3d(101%, 0, 0);
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes hoverElem {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  49% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    visibility: hidden;
  }
  50% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
}
body {
  color: #000;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none !important;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .tate {
    writing-mode: horizontal-tb;
  }
}

.tatete {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html.win.gecko .ro, html.win.gecko .la {
  transform: rotate(0.001deg);
}

a, img {
  outline: none !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.unborder::after {
  content: '';
  display: block;
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #CC0012;
}
@media only screen and (max-width: 768px) {
  .unborder::after {
    margin: 0.8rem auto;
  }
}

.lborder::after {
  content: '';
  display: block;
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #fff;
}

.unborder_big::after {
  content: '';
  display: block;
  margin: 2rem auto 2rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .unborder_big::after {
    margin: 1.4rem auto;
  }
}

ul, li {
  list-style: none;
}

ul.normal_list {
  margin: 0;
  padding: 0 0 0 1em;
}
ul.normal_list li {
  padding: 0 0 0 0;
  margin: 0 0 0 0.3em;
  position: relative;
  list-style-type: disc;
  line-height: 1.5;
}

.d02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.d03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.d04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.d06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.d08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.d1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

html {
  overflow-y: scroll;
}

.menu_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .menu_flex {
    display: block;
  }
}
.menu_flex .mebox {
  width: 33.333333333%;
  height: 50vh;
  position: relative;
}
.menu_flex .mebox.box04, .menu_flex .mebox.box06 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox.box04, .menu_flex .mebox.box06 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox {
    width: 100%;
    height: 100%;
    background: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox:hover:after {
    display: none;
  }
}
.menu_flex .mebox:hover:after {
  background: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox:hover:after {
    background: none;
  }
}
.menu_flex .mebox:hover .inddd .title {
  color: #CC0012;
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox:hover .inddd .title {
    color: #000;
  }
}
.menu_flex .mebox:hover .inddd ul.subnav li.coming a {
  cursor: default;
  color: #999;
}
.menu_flex .mebox:hover .inddd ul.subnav li.coming a:hover {
  color: #999;
}
.menu_flex .mebox:hover .inddd ul.subnav li a {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox:hover .inddd ul.subnav li a {
    color: #000;
  }
}
.menu_flex .mebox:hover .inddd ul.subnav li a:hover {
  color: #CC0012;
}
.menu_flex .mebox .inddd {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox .inddd {
    padding: 0 5%;
    position: static;
    width: 100%;
    transform: none;
    border-bottom: 1px dotted #ccc;
  }
}
.menu_flex .mebox .inddd .title {
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox .inddd .title {
    position: relative;
    margin: 0;
    padding: 1rem 0;
  }
  .menu_flex .mebox .inddd .title:after {
    position: absolute;
    font-family: 'ionIcons';
    top: 50%;
    right: 1rem;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f218";
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 999;
    transform: rotate(0deg);
    transition: all .3s;
    color: #000;
  }
}
.menu_flex .mebox .inddd .title p.en {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox .inddd .title p.en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.menu_flex .mebox .inddd .title p.jp {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox .inddd .title p.jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox .inddd ul.subnav {
    display: none;
  }
}
.menu_flex .mebox .inddd ul.subnav li {
  margin: 0 0 0.5rem 0;
}
.menu_flex .mebox .inddd ul.subnav li.coming a {
  color: #999;
}
.menu_flex .mebox .inddd ul.subnav li a {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox .inddd ul.subnav li a {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1rem 2rem 1rem 1rem;
    color: #000;
    position: relative;
    background: #ffffff;
  }
  .menu_flex .mebox .inddd ul.subnav li a:after {
    color: #CC0012;
    position: absolute;
    font-family: 'ionIcons';
    top: 50%;
    right: 4%;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f125";
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 999;
  }
}
.menu_flex .mebox:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .menu_flex .mebox:after {
    display: none;
    transition: none;
  }
}
.menu_flex .mebox.box01 {
  background: url("/recruit/img/menu/menu01.jpg") no-repeat 0 0;
  background-size: cover;
}
.menu_flex .mebox.box02 {
  background: url("/recruit/img/menu/menu02.jpg") no-repeat 0 0;
  background-size: cover;
}
.menu_flex .mebox.box03 {
  background: url("/recruit/img/menu/menu03.jpg") no-repeat 0 0;
  background-size: cover;
}
.menu_flex .mebox.box04 {
  background: url("/recruit/img/menu/menu04.jpg") no-repeat 0 0;
  background-size: cover;
}
.menu_flex .mebox.box05 {
  background: url("/recruit/img/menu/menu05.jpg") no-repeat 0 0;
  background-size: cover;
}
.menu_flex .mebox.box06 {
  background: url("/recruit/img/menu/menu06.jpg") no-repeat 0 0;
  background-size: cover;
}

.header_inner {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header_inner {
    padding: 0 0 0 0;
    height: 51px;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .header_inner.newg {
    padding: 0 4rem 0 0;
  }
}
.header_inner #logo {
  display: flex;
  align-items: flex-end;
  color: #000 !important;
  padding: 1rem 1rem 2rem 2rem;
}
@media only screen and (max-width: 768px) {
  .header_inner #logo {
    padding: 1rem;
    align-items: center;
  }
}
.header_inner #logo .image {
  width: 250px;
  margin: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .header_inner #logo .image {
    width: 200px;
    margin: 0 1rem 0 0;
    line-height: 1;
  }
}
@media only screen and (max-width: 320px) {
  .header_inner #logo .image {
    width: 140px;
    margin: 0 0.3rem 0 0;
  }
}
.header_inner #logo .txt {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .header_inner #logo .txt {
    padding: 0rem 0 0 0;
  }
}
.header_inner #logo .txt a {
  display: flex;
  color: #555 !important;
}
@media only screen and (max-width: 768px) {
  .header_inner #logo .txt a {
    display: block;
    line-height: 1;
    padding: 0.3rem 0 0 0;
    font-weight: bold;
  }
}
.header_inner #logo .txt p.en {
  font-weight: 300;
  border-right: 1px solid #ffffff;
  padding: 0 0.5rem 0 0;
  margin: 0 0.5rem 0 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .header_inner #logo .txt p.en {
    border-right: none;
    font-size: 2vw;
    margin: 0 0 0.5rem 0;
  }
}
.header_inner #logo .txt p.jp {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .header_inner #logo .txt {
    font-size: 10px;
    font-size: 1rem;
    font-size: 2vw;
  }
}

.em_nav {
  margin: 0 0 0 auto;
  display: flex;
  width: 240px;
}
.em_nav.normal {
  width: auto;
}
.em_nav.normal ul li {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .em_nav {
    width: 30%;
    margin: 0 1rem 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .em_nav.newg {
    display: none;
  }
}
.em_nav ul {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .em_nav ul {
    display: block;
  }
}
.em_nav ul li {
  display: flex;
  width: 50%;
}
.em_nav ul li a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  transition: all .5s ease;
  background: #000;
  color: #ffffff;
  transition: all .6s ease;
}
@media only screen and (max-width: 768px) {
  .em_nav ul li a {
    transition: none;
  }
}
.em_nav ul li a.mypage {
  background: #CC0012;
}
.em_nav ul li a.corp {
  background: #ffffff;
  color: #333;
  white-space: nowrap;
  padding: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .em_nav ul li a.corp {
    padding: 0 1rem 0 0;
    font-size: 10px;
    font-size: 1rem;
    font-size: 2.2vw;
    font-weight: bold;
  }
}
.em_nav ul li a.corp:hover {
  background: none;
  color: #555;
}
.em_nav ul li a.corp:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 1rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transform: rotate(0deg);
  transition: all .3s;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .em_nav ul li a.corp:after {
    right: 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
.em_nav ul li a span {
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .em_nav ul li a {
    font-size: 10px;
    font-size: 1rem;
    font-size: 2.6vw;
    padding: 0 1rem 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .em_nav ul li a {
    padding: 0 1rem 0 0;
    white-space: nowrap;
  }
}
.em_nav ul li a:hover {
  color: #ffffff;
  background: #111;
}
.em_nav ul li a:hover.mypage {
  background: #e60014;
}

header {
  width: 100%;
  z-index: 9990;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

.num_count {
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
  margin: 0 1rem 0 0;
}
.num_count .balloon {
  position: relative;
  padding: 0.5rem 1rem;
  color: #ffffff;
  flex: 1;
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .num_count .balloon {
    font-size: 10px;
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.num_count p.box {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .num_count p.box {
    font-size: 10px;
    font-size: 1rem;
  }
}
.num_count p.num {
  color: #ffffff;
  padding: 0 0.5rem;
  font-weight: 100;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.num_count p.num span {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .num_count p.num {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.entry_btn.intern a {
  background: #f3e43e;
  color: #000;
}
.entry_btn.intern a:hover {
  background: #f6eb6e;
  color: #000;
}
.entry_btn a {
  display: flex;
  align-items: center;
  padding: 1rem 5rem;
  background: #E8F4FF;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all .5s ease;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .entry_btn a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.entry_btn a:hover {
  background: #E8F4FF;
  color: #ffffff;
}

.nav_box_wide {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9980;
  left: 0;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  will-change: transform;
}
.nav_box_wide.active {
  visibility: visible;
}
.nav_box_wide.active .inner {
  opacity: 1;
  transition: all .3s ease;
  transition-delay: .7s;
  transform: translateY(0px);
}
@media only screen and (max-width: 768px) {
  .nav_box_wide.active .inner {
    transition-delay: 0s;
  }
}
.nav_box_wide .bgg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .bgg {
    transition: none;
    background: rgba(255, 255, 255, 0.95);
  }
}
.nav_box_wide .bigtitle {
  font-size: 20vw;
  color: #444;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
}
.nav_box_wide .bigtitle p.jp {
  font-size: 12px;
  font-size: 1.2rem;
}
.nav_box_wide .bigtitle p.jp span {
  background: #777;
  color: #ffffff;
  padding: 1rem;
  display: inline-block;
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.nav_box_wide .bgg.active {
  width: 100%;
}
.nav_box_wide .inner {
  z-index: 9;
  opacity: 0;
  transition: all 0s ease;
  transition-delay: 0s;
  position: relative;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner {
    min-width: 0;
    padding: 8rem 0 5rem 0;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    top: 0;
    overflow-y: auto;
    display: block;
  }
}
.nav_box_wide .inner #main_bg {
  width: 25%;
  background: #eee;
  background: url("/saiyo/img/common/menu_bg.jpg") no-repeat center center;
  position: relative;
}
.nav_box_wide .inner #main_bg:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 3;
  background: rgba(204, 0, 18, 0.75);
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner #main_bg:after {
    background: rgba(204, 0, 18, 0.95);
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner #main_bg {
    display: none;
  }
}
.nav_box_wide .inner #main_bg .copy {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
  z-index: 9;
}
.nav_box_wide .inner #main_bg .copy .copy_m {
  width: 90%;
}
.nav_box_wide .inner #main_bg .copy .logo {
  margin: 0 auto 3rem auto;
  display: flex;
}
.nav_box_wide .inner #main_bg .copy .logo .image {
  width: 150px;
}
.nav_box_wide .inner #main_bg .copy .logo p {
  padding: 0.5rem 0 0 1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.nav_box_wide .inner nav#gnav_wide {
  width: 100%;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide {
    padding: 0 3vw;
    width: 100%;
    display: block;
  }
}
.nav_box_wide .inner nav#gnav_wide .logo {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .logo {
    align-items: center;
  }
}
.nav_box_wide .inner nav#gnav_wide .logo .image {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .logo .image {
    width: 120px;
    line-height: 1;
  }
}
.nav_box_wide .inner nav#gnav_wide .logo p {
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .logo p {
    font-size: 3vw;
  }
}
.nav_box_wide .inner nav#gnav_wide .inner2 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .inner2 {
    position: static;
    transform: none;
    display: block;
    padding: 0 0 3rem 0;
    min-width: 0;
  }
}
.nav_box_wide .inner nav#gnav_wide .inner2 .logo {
  width: 100%;
  height: 5em;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .inner2 .logo {
    height: auto;
  }
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header {
  width: 75%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .inner2 .nav_header {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav {
    width: 50%;
  }
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav ul li {
  display: block;
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav ul li a {
  padding: 1rem 0;
}
.nav_box_wide .inner nav#gnav_wide .in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.nav_box_wide .inner nav#gnav_wide .box {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box {
    width: 100%;
    margin: 0 0 0 0;
    height: 100%;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul li a {
  display: block;
  position: relative;
  align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all .3s ease;
}
.nav_box_wide .inner nav#gnav_wide .box ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #555;
  transition: all .3s ease;
}
.nav_box_wide .inner nav#gnav_wide .box ul li a span {
  z-index: 9;
  position: relative;
  padding: 0;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul li a span {
    padding: 0;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul li a span.en {
  margin: 0 2rem 0 0;
}
.nav_box_wide .inner nav#gnav_wide .box ul li a:hover {
  color: #CC0012;
}
.nav_box_wide .inner nav#gnav_wide .box ul li a:hover:before {
  width: 1rem;
  background: #CC0012;
  margin: 0 0.5rem 0 0;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.only a:hover:before {
  display: none;
  margin: 0 !important;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.coming a {
  cursor: default;
  color: #ccc;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.coming a:before {
  display: none;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.coming a:hover {
  color: #ccc;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main {
  line-height: 1.5;
  margin: 0 0 1.8rem 0;
  padding: 0 0 0 0;
  position: relative;
  color: #CC0012;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul li.main {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #fff;
  }
  .nav_box_wide .inner nav#gnav_wide .box ul li.main:after {
    position: absolute;
    font-family: 'ionIcons';
    top: 50%;
    right: 4%;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f218";
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 999;
    transform: rotate(0deg);
    transition: all .3s;
    color: #000;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main.only.active:after {
  transform: none;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main.only:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 4%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transform: rotate(0deg);
  transition: all .3s;
  color: #000;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main span {
  font-size: 36px;
  font-size: 3.6rem;
  padding: 0;
  line-height: 1.3;
  display: block;
  color: #CC0012;
  font-weight: 200;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main span.en {
  margin: 0 1rem 0 0;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul li.main span {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    line-height: 1.2;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main a {
  display: block;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main a:hover {
  color: #CC0012;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.main_nav_t.active {
    background: #CC0012;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul.main_nav_t.active li:after {
  transform: rotate(45deg);
}
.nav_box_wide .inner nav#gnav_wide .box ul.main_nav_t.active li.only:after {
  transform: none;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.main_nav_t.active li {
    color: #ffffff;
    border-bottom: 1px solid #CC0012;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.main_nav_t.active li span {
    display: block;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.main_nav_t.active li a {
    color: #ffffff;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul.subnav {
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav {
    display: none;
    padding: 1rem 2rem;
    background: #858B9B;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav {
    padding: 0;
    background: #555;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li {
    border-bottom: 1px solid #777;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li:last-child {
    border-bottom: 1px solid #777;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li.coming a {
    color: #ccc !important;
  }
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li.coming a:after {
    display: none;
  }
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li.coming a {
    color: #ccc;
  }
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li.coming a:after {
    display: none;
  }
}
.nav_box_wide .inner nav#gnav_wide .box.box_banner {
  width: 25%;
  padding: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box.box_banner {
    padding: 0;
    width: 100%;
  }
  .nav_box_wide .inner nav#gnav_wide .box.box_banner.ft {
    padding: 2rem 0 0 0;
  }
}
.nav_box_wide .inner nav#gnav_wide .box .banner {
  position: relative;
  z-index: 9;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box .banner a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.nav_box_wide .inner nav#gnav_wide .box .banner.naitei a {
  display: block;
  background: rgba(204, 0, 18, 0.6);
  border: 1px solid #CC0012;
  padding: 1rem 1rem 0.9rem 1rem;
  color: #ffffff;
  position: relative;
  transition: all .3s ease;
}
.nav_box_wide .inner nav#gnav_wide .box .banner.naitei a:hover {
  background: #cc0012;
}
.nav_box_wide .inner nav#gnav_wide .box .banner.internship a {
  display: block;
  padding: 1rem 1rem 0.9rem 1rem;
  color: #ffffff;
  position: relative;
  transition: all .3s ease;
}
.nav_box_wide .inner nav#gnav_wide .box .banner.entry a {
  display: block;
  padding: 1rem 1rem 0.9rem 1rem;
  color: #ffffff;
  position: relative;
  transition: all .3s ease;
}

.sp_others {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_others {
    display: block;
    padding: 1rem 0 5rem 0;
  }
}
.sp_others ul {
  display: flex;
}
.sp_others ul li {
  width: 50%;
}
.sp_others ul li a {
  display: block;
  text-align: center;
  padding: 1rem 0;
}
.sp_others ul li.joblist a {
  background: #efefef;
  color: #CC0012;
}
.sp_others ul li.internship a {
  background: #CC0012;
  color: #ffffff;
}

.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu li {
  position: relative;
}

.dropmenu li:hover ul {
  top: 130%;
  visibility: visible;
  opacity: 1;
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .dropmenu li:hover ul {
    -moz-box-shadow: 0 0 0 0px transparent;
    -webkit-box-shadow: 0 0 0 0px transparent;
    box-shadow: 0 0 0 0px transparent;
  }
}

.dropmenu li ul {
  opacity: 0;
  visibility: hidden;
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  transition: .5s;
  list-style: none;
  position: absolute;
  z-index: 9997;
  top: 100%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  display: block;
  width: 240px;
  margin-left: -120px;
}
@media only screen and (max-width: 768px) {
  .dropmenu li ul {
    -moz-box-shadow: 0 0 0 0px transparent;
    -webkit-box-shadow: 0 0 0 0px transparent;
    box-shadow: 0 0 0 0px transparent;
    transition: none;
    background: #fafafa;
    position: static;
    border-top: 1px solid #ccc;
    width: 100%;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    margin-left: 0;
    clear: both;
    height: auto;
    display: none;
  }
}

.dropmenu li ul li {
  width: 100%;
  margin: 0 !important;
}

.dropmenu li ul li a {
  color: #CC0012;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 2rem 2rem 2rem 2rem;
  text-align: left;
  display: block;
  border-bottom: 1px solid #ccc;
}
.dropmenu li ul li a i {
  margin: 0 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  .dropmenu li ul li a {
    padding: 0;
    clear: both;
    padding: 2rem;
    border-bottom: 1px solid #999;
  }
}

.dropmenu li ul li a:hover {
  background: #CC0012;
  color: #ffffff !important;
}
@media only screen and (max-width: 768px) {
  .dropmenu li ul li a:hover {
    background: #fff;
  }
}

.dropmenu li ul li a:after {
  color: #CC0012;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 8%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  text-align: center;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .dropmenu li ul li a:after {
    right: 3rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.dropmenu li ul li a:hover:after {
  right: 7%;
  color: #ffffff;
}

.dropmenu li ul li:last-child a {
  border-bottom: none;
}

#pan {
  width: 100%;
  padding: 0 0 0 4rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  #pan {
    display: none;
  }
}
#pan .contents {
  max-width: 1300px;
  padding: 0 0 0 4rem !important;
}
#pan .inner {
  max-width: 1300px;
  padding: 0.5rem 0;
  margin: auto;
}
#pan ul {
  *zoom: 1;
}
#pan ul:after {
  content: "";
  display: table;
  clear: both;
}
#pan ul li.coming a {
  color: #ccc !important;
}
#pan ul li.coming a:after {
  display: none;
}
#pan ul li a {
  display: block;
  float: left;
  position: relative;
  padding: 0 1.2rem 0 1.2rem;
  font-size: 11px;
  font-size: 1.1rem;
  color: #555;
}
#pan ul li a::after {
  color: #555;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f3d3";
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 999;
}
#pan ul li:last-child a:after {
  content: "";
}

.spmenu {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9998;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .spmenu {
    width: 51px;
    height: 51px;
    padding: 0;
  }
}
.spmenu:hover .type4 .border::before {
  left: 100px;
}
.spmenu:hover .type4 .border::after {
  left: 0;
}
.spmenu:hover .type4 .border1::before {
  transition: all .2s linear;
}
.spmenu:hover .type4 .border1::after {
  transition: all .2s linear;
}
.spmenu:hover .type4 .border2::before {
  transition: all .25s linear;
}
.spmenu:hover .type4 .border2::after {
  transition: all .25s linear;
}
.spmenu:hover .type4 .border3::before {
  transition: all .3s linear;
}
.spmenu:hover .type4 .border3::after {
  transition: all .3s linear;
}
.spmenu:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  background: #b30010;
  transition: all .5s ease;
}
.spmenu.active {
  background: #b30010;
}
.spmenu.active:after {
  opacity: 1;
  z-index: -1;
}
.spmenu.active .hamburger {
  z-index: 9998;
}
.spmenu.active .hamburger .border {
  background: #CC0012 !important;
}
.spmenu.active .hamburger .border:before, .spmenu.active .hamburger .border:after {
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .spmenu {
    padding: 1.5rem;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }
}

.hamburger {
  position: relative;
  z-index: 9999;
}
.hamburger .menu_icon {
  position: relative;
  width: 24px;
  height: 18px;
  z-index: 999;
}
.hamburger .border {
  position: absolute;
  display: inline-block;
  width: 100%;
  z-index: 9999;
  height: 1px;
  border-radius: 0px;
  transition: all 0.3s;
  background: #fff;
}
.hamburger .border1 {
  top: 0;
}
.hamburger .border2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.hamburger .border3 {
  bottom: 0px;
}
.hamburger .text {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
}
.hamburger .text::after {
  display: block;
  content: "MENU";
}
.hamburger .active + .text::after {
  content: "CLOSE";
}

.type4 {
  overflow: hidden;
  z-index: 9999;
  position: relative;
}
.type4 .border {
  background: transparent;
}
.type4 .border::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 0px;
  background: #333;
  transition: all 0.3s;
}
.type4 .border::after {
  position: absolute;
  left: -100px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 0px;
  background: #333;
  transition: all 0.3s;
}
.type4 .border1::before, .type4 .border2::before, .type4 .border3::before {
  transition: all 0s linear;
}
.type4 .border1 {
  animation: type4_menu_bar01 0.5s;
  animation-fill-mode: forwards;
}
.type4 .border3 {
  animation: type4_menu_bar03 0.5s;
  animation-fill-mode: forwards;
}
.type4.active .border {
  background: #ffffff;
  transition: none;
}
.type4.active .border::before {
  transition: none;
}
.type4.active .border::after {
  transition: none;
}
.type4.active .border1 {
  animation: type4_active_menu_bar01 0.5s forwards;
}
.type4.active .border2 {
  opacity: 0;
}
.type4.active .border3 {
  animation: type4_active_menu_bar03 0.5s forwards;
}
@keyframes type4_menu_bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes type4_menu_bar03 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes type4_active_menu_bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes type4_active_menu_bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
#pan {
  width: 100%;
  padding: 74px 0 0 0;
}
@media only screen and (max-width: 768px) {
  #pan {
    display: none;
  }
}
#pan .inner {
  padding: 0 0 0 2rem;
}
#pan ul {
  *zoom: 1;
}
#pan ul:after {
  content: "";
  display: table;
  clear: both;
}
#pan ul li a {
  display: block;
  float: left;
  position: relative;
  padding: 0 1.2rem 0 1.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}
#pan ul li a::after {
  color: #555;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f105";
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 999;
}
#pan ul li.nolink {
  display: block;
  float: left;
  position: relative;
  padding: 0 1.2rem 0 1.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}
#pan ul li.nolink:after {
  color: #555;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f105";
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 999;
}
#pan ul li:last-child a:after {
  content: "";
}

.nav_sp_box {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav_sp_box {
    display: block;
  }
  .nav_sp_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .nav_sp_box ul li {
    width: 33.33333%;
    margin: 0;
    border-left: 1px solid #ccc;
  }
  .nav_sp_box ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav_sp_box ul li a {
    padding: 1.5rem 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .nav_sp_box ul li.first-child {
    border-left: none;
  }
  .nav_sp_box ul li.coming a {
    color: #ccc;
  }
  .nav_sp_box ul li.un01 {
    width: 100%;
  }
  .nav_sp_box ul li.un01 a {
    background: #CC0012;
    color: #ffffff;
  }
}

.entry_mypage_btn ul {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
}
.entry_mypage_btn ul li {
  width: 49%;
}
.entry_mypage_btn ul li a {
  display: block;
  padding: 1rem 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
.entry_mypage_btn ul li a:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 7%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 10px;
  font-size: 1rem;
  z-index: 999;
  transform: rotate(0deg);
  transition: all .3s;
  color: #555;
}

footer {
  display: none;
  background: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  footer {
    background: #fafafa;
    padding: 0 0 0 0;
    margin: 3rem 0 0 0;
  }
}
footer .inner {
  margin: auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .inner {
    display: block;
    padding: 0;
  }
}
footer .inner .fnav ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  footer .inner .fnav ul {
    display: block;
  }
}
footer .inner .fnav ul li:first-child a {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  footer .inner .fnav ul li:first-child a {
    border-top: 1px solid #ccc;
  }
}
footer .inner .fnav ul li a {
  display: block;
  color: #555;
  padding: 0 3rem;
  font-size: 12px;
  font-size: 1.2rem;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
@media only screen and (max-width: 768px) {
  footer .inner .fnav ul li a {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    text-align: center;
  }
}
footer .inner .fnav ul li a:hover {
  color: #CC0012;
}
footer .footer_up {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_up {
    display: block;
  }
}
footer .footer_up .logo {
  width: 40%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .footer_up .logo {
    width: 100%;
    justify-content: center;
    margin: 0 0 2rem 0;
  }
}
footer .footer_up .logo .image {
  width: 120px;
  margin: 0 2rem 0 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_up .logo .image {
    width: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_up .em_nav {
    margin: 0;
    width: 100%;
  }
}
footer .footer_up .em_nav ul {
  justify-content: space-between;
}
footer .footer_up .em_nav ul li {
  width: 48%;
}
footer .footer_up .em_nav ul li a {
  padding: 1rem 0;
  border: none;
  border: 1px solid #ccc;
}
footer .footer_down {
  display: flex;
  justify-content: space-between;
  padding: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_down {
    display: none;
  }
}
footer .footer_down .box {
  width: 20%;
}
footer .footer_down .box .title {
  margin: 0 0 1rem 0;
  position: relative;
}
footer .footer_down .box .title:after {
  content: '';
  display: block;
  margin: 1rem 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #CC0012;
}
footer .footer_down .box .title p.en {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #CC0012;
}
footer .footer_down .box .title p.jp {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
footer .footer_down .box ul li a {
  padding: 0.5rem 0;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .footer_end {
  padding: 2rem 0;
}
footer .footer_end .inner {
  margin: auto;
  padding: 0 5%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner .f_nav {
    margin: 0 0 2rem 0;
  }
}
footer .footer_end .inner .f_nav ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner .f_nav ul {
    justify-content: center;
  }
}
footer .footer_end .inner .f_nav ul li {
  border-left: none;
}
footer .footer_end .inner .f_nav ul li a {
  display: block;
  padding: 0 2rem;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner .f_nav ul li a {
    font-size: 3vw;
    padding: 0 1rem;
  }
}
footer .footer_end .inner .f_nav ul li a:hover {
  color: #fff;
}
footer .footer_end .inner .f_nav ul li:first-child {
  border-left: 1px solid #555;
}
footer .footer_end .inner .f_nav ul li + li {
  border-left: none;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
footer .copyright {
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  color: #333;
}
@media only screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.8vw;
    text-align: center;
    word-break: break-all;
  }
}

#pagetop {
  width: 40px;
  height: 40px;
  background: #ffffff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9997;
  cursor: pointer;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}
#pagetop.active {
  opacity: 1;
  visibility: visible;
}

#pagetop:after {
  color: #CC0012;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 50%;
  margin-top: -0.5em;
  margin-right: -0.3em;
  line-height: 1;
  content: "\f3d8";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
}

#pagetop:hover:after {
  color: #CC0012;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #pagetop:hover:after {
    color: #ffffff;
  }
}

#pagetop .inner {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  background: #CC0012;
  top: 0;
  left: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #pagetop .inner {
    display: none;
  }
}

/*
Flaticon icon font: Flaticon
Creation date: 13/01/2020 13:53
*/
@font-face {
  font-family: "Flaticon";
  src: url("../img/newgradu/font/Flaticon.eot");
  src: url("../img/newgradu/font/Flaticon.eot?#iefix") format("embedded-opentype"), url("../img/newgradu/font/Flaticon.woff2") format("woff2"), url("../img/newgradu/font/Flaticon.woff") format("woff"), url("../img/newgradu/font/Flaticon.ttf") format("truetype"), url("../img/newgradu/font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../img/newgradu/font/Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-tablet:before {
  content: "\f100";
}

.flaticon-suitcase:before {
  content: "\f101";
}

.flaticon-plant:before {
  content: "\f102";
}

.flaticon-love:before {
  content: "\f103";
}

.flaticon-handshake:before {
  content: "\f104";
}

.flaticon-salesman:before {
  content: "\f105";
}

.flaticon-university:before {
  content: "\f106";
}

.flaticon-planet-earth:before {
  content: "\f107";
}

.flaticon-agendas:before {
  content: "\f108";
}

img[src$=".svg"], img {
  width: 100%;
}

main {
  display: none;
}

.link_btn {
  overflow: hidden;
  width: 300px;
  text-align: left;
}
.link_btn.center {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .link_btn {
    width: 100%;
  }
}
.link_btn a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 2rem 0;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .link_btn a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 2rem;
    background: #fafafa;
  }
}
.link_btn a:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 0%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 999;
  transform: rotate(0deg);
  transition: all .3s;
  color: #CC0012;
}
@media only screen and (max-width: 768px) {
  .link_btn a:after {
    right: 1rem;
  }
}
.link_btn a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #CC0012;
  content: '';
}
.link_btn a:hover {
  color: #CC0012;
}
.link_btn a:hover:before {
  animation: hoverElem 0.8s cubic-bezier(0.8, 0.8, 0.2, 1);
}

section.novisual_header {
  text-align: center;
  padding: 5rem 0;
  background: #eee;
}
section.novisual_header p.en {
  color: #CC0012;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  section.novisual_header p.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
section.novisual_header h1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

section.normal_contents .inner {
  max-width: 1200px;
  margin: auto;
  padding: 10rem 5%;
}
@media only screen and (max-width: 768px) {
  section.normal_contents .inner {
    padding: 3rem 5% 0 5%;
  }
}
section.normal_contents .inner h2 {
  border: 1px solid #eee;
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 5rem 0;
  padding: 1.5rem 2rem;
  position: relative;
}
section.normal_contents .inner h2:before {
  width: 3px;
  height: 70%;
  content: "";
  position: absolute;
  left: 0rem;
  top: 50%;
  background: #CC0012;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  section.normal_contents .inner h2 {
    margin: 0 0 2rem 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section.normal_contents table.normal_table {
  width: 100%;
  margin: 0 0 5rem 0;
}
section.normal_contents table.normal_table th, section.normal_contents table.normal_table td {
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  section.normal_contents table.normal_table th, section.normal_contents table.normal_table td {
    display: block;
    padding: 1.2rem;
  }
}
section.normal_contents table.normal_table th {
  width: 25%;
  text-align: left;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  section.normal_contents table.normal_table th {
    background: #eee;
    width: 100%;
  }
}
section.normal_contents table.normal_table tr:nth-child(odd) {
  background: #fafafa;
}
@media only screen and (max-width: 768px) {
  section.normal_contents table.normal_table tr:nth-child(odd) {
    background: #fff;
  }
}
section.normal_contents table.recruit_table {
  width: 100%;
  margin: 0 0 5rem 0;
}
section.normal_contents table.recruit_table th, section.normal_contents table.recruit_table td {
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  section.normal_contents table.recruit_table th, section.normal_contents table.recruit_table td {
    display: block;
    padding: 1.2rem;
  }
}
section.normal_contents table.recruit_table th {
  width: 25%;
  text-align: left;
  font-weight: 600;
  border-top: 3px solid #CC0012;
}
@media only screen and (max-width: 768px) {
  section.normal_contents table.recruit_table th {
    background: #eee;
    width: 100%;
  }
}
section.normal_contents table.recruit_table td {
  border-top: 3px solid #ccc;
}
section.normal_contents table.recruit_table td a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 0 0;
  text-decoration: underline;
}
section.normal_contents table.recruit_table td a:hover {
  color: #CC0012;
}
section.normal_contents table.recruit_table td a::before {
  color: #CC0012;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #CC0012;
  color: #ffffff;
  margin-top: -0.7em;
  line-height: 1.4em;
  text-align: center;
  content: "\f125";
  font-size: 11px;
  font-size: 1.1rem;
  z-index: 999;
}

#gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 46.25%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #gmap {
    padding-bottom: 66.25%;
  }
}

#gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

p.cap {
  padding: 1rem 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}

.oubo_block {
  margin: 0 0 1rem 0;
}
.oubo_block h3 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #ccc;
}

.grey_box {
  background: #fafafa;
  border: 1px solid #CC0012;
  padding: 2rem;
}

.pepole_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .pepole_flex {
    display: block;
  }
}
.pepole_flex .box {
  width: 48%;
  position: relative;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .pepole_flex .box {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.pepole_flex .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.pepole_flex .box .pcopy {
  font-weight: bold;
  position: absolute;
  color: #ffffff;
  z-index: 9;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .pepole_flex .box .pcopy {
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pepole_flex .box .image {
  position: relative;
  margin: 0 0 2rem 0;
  overflow: hidden;
}
.pepole_flex .box .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}
.pepole_flex .box .image img {
  transition: all .3s ease;
}
.pepole_flex .box .job_flex {
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
}
.pepole_flex .box .job_flex .job {
  margin: 0 1rem 0 0;
}
.pepole_flex .box .job_flex .job span {
  background: #ffffff;
  color: #CC0012;
  display: inline-block;
  padding: 0.3rem 1rem;
  white-space: nowrap;
}
.pepole_flex .box .job_flex .job_txt {
  color: #ffffff;
}
.pepole_flex .box .name_flex {
  display: flex;
  color: #ffffff;
  align-items: baseline;
}
.pepole_flex .box .name_flex p.jp {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 2rem 0 0;
}

nav#faq_nav {
  margin: 0 0 5rem 0;
}
nav#faq_nav ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  nav#faq_nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
nav#faq_nav ul li {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  nav#faq_nav ul li {
    width: 100%;
    margin: 0 2% 2rem 2%;
  }
}
nav#faq_nav ul li a {
  display: block;
  border-bottom: 1px solid #CC0012;
  position: relative;
  padding: 1rem 2rem 1rem 0;
}
nav#faq_nav ul li a:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f123";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transform: rotate(0deg);
  transition: all .3s;
  color: #CC0012;
}

section.last .inner {
  width: 800px;
  margin: auto;
  padding: 5%;
}
@media only screen and (max-width: 768px) {
  section.last .inner {
    width: 100%;
  }
}
section.last .inner p.ll {
  margin: 0 0 3rem 0;
}
section.last .inner p.ll span {
  display: block;
  text-align: center;
  margin: 0 0 1rem 0;
}
section.last .inner .last_txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 2rem;
}
section.last .inner h4 {
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section.last .inner h4 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
section.last .inner h4:after {
  content: '';
  display: block;
  margin: 1rem auto;
  width: 50px;
  height: 1px;
  background: #CC0012;
}
@media only screen and (max-width: 768px) {
  section.last .inner h4:after {
    margin: 1rem auto;
  }
}
section.last .image_visual {
  position: relative;
}
section.last .image_visual .txt {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  white-space: nowrap;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  section.last .image_visual .txt {
    position: static;
    transform: none;
    white-space: normal;
    background: #efefef;
  }
}
section.last .image_visual .txt h4 {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #CC0012;
  margin: 0 0 1rem 0;
}
