@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* 共通
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 2em;
  font-weight: 500;
  background-color: #e6e6e6;
  position: relative;
  z-index: -1;
}

* {
  box-sizing: border-box;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 14px;
  line-height: 22px;
}

p, ul, ol, dl, table {
  margin: 0px 0px 22px 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th, td ul {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #3b4182;
}
a img {
  transition: all .2s;
}

.palt {
  font-feature-settings: "palt";
}

.halt {
  font-feature-settings: "halt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0px auto;
  max-width: 1920px;
  z-index: -1;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  background-color: #fff;
  height: 75px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}
#page-header h1 {
  width: 125px;
  margin: 20px 0px 0px 20px;
}
#page-header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .0s;
}
#page-header .head-copy {
  display: none;
}

#menu {
  width: 44px;
  height: 44px;
  position: fixed;
  right: 20px;
  top: 15px;
  cursor: pointer;
  margin: 0px;
  z-index: 10;
}
#menu::before, #menu::after,
#menu p {
  position: absolute;
  left: 0px;
  width: 44px;
  height: 1px;
  text-indent: -9999px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  background-color: #000;
  border-radius: 1px;
  margin: 0px;
}
#menu p {
  top: 21px;
}
#menu::before {
  content: "";
  top: 12px;
}
#menu::after {
  content: "";
  bottom: 12px;
}
#menu.on::before {
  -webkit-transform: translateY(9.1666666667px) rotate(-25deg);
  transform: translateY(9.1666666667px) rotate(-25deg);
}
#menu.on p {
  background-color: transparent;
}
#menu.on::after {
  -webkit-transform: translateY(-9.1666666667px) rotate(25deg);
  transform: translateY(-9.1666666667px) rotate(25deg);
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  overflow-y: auto;
  width: 255px;
  height: calc( 100vh - 75px );
  position: fixed;
  z-index: 10;
  top: 75px;
  right: 0px;
  background-color: rgba(222, 5, 21, 0.9);
  right: -100%;
  transition: all .4s;
}
#global-nav.on {
  right: 0px;
}

.gnav {
  margin: 50px 0px 0px;
  padding: 0px;
  list-style-type: none;
}
.gnav li {
  margin: 0px 0px 1px 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}
.gnav li.on {
  background-color: #fff;
}
.gnav li.on a {
  color: #de0515;
}
.gnav li.on a.more span {
  background-image: url(../images/nav_more_02.png);
}
.gnav li.on ul li a.line-r::before {
  background-color: #de0515;
}
.gnav li.on ul li a.line-b::after {
  background-color: #de0515;
}
.gnav li.on a {
  color: #de0515;
}
.gnav li.on a.more span {
  background-image: url(../images/nav_more_03.png);
}
.gnav li a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 15px 25px;
}
.gnav li a.more span {
  padding-right: 16px;
  background-image: url(../images/nav_more_01.png);
  background-position: right center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.gnav li .hide {
  display: none;
}
.gnav li ul {
  margin: 0px;
  padding: 0px 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
.gnav li ul li {
  list-style-type: none;
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0px 2px;
  width: calc( ( 1 / 3 ) * 100% );
}
.gnav li ul li a {
  padding: 0px;
  text-align: center;
  height: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
.gnav li ul li a.line-r::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0px;
}
.gnav li ul li a.line-b::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 4px;
  right: 4px;
}
.gnav li.recruit ul {
  padding: 0px 10px 10px;
}
.gnav li.recruit ul li {
  width: 50%;
}

/* sp-nav
--------------------------------------------------------------------------------- */
#sp-nav {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
}
#sp-nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
#sp-nav ul li {
  margin: 0px 7px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  width: 150px;
}
#sp-nav ul li a {
  display: block;
  text-decoration: none;
  background-color: #de0515;
  color: #fff;
  height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#sp-nav ul li a:hover {
  opacity: 1;
}

/* bottom-contact
--------------------------------------------------------------------------------- */
#bottom-contact {
  display: none;
}

/* bottom-info
--------------------------------------------------------------------------------- */
#bottom-info {
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  position: relative;
  background-color: #fff;
}
#bottom-info .inner {
  padding: 40px 30px;
}

.bottom-name {
  display: none;
}

.bnav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.bnav li {
  margin: 0px 0px 12px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
}
.bnav li a {
  text-decoration: none;
  color: #000;
  background-image: url(../images/bnav_mark.png);
  background-position: left top 2px;
  background-size: 8px auto;
  background-repeat: no-repeat;
  padding-left: 14px;
  position: relative;
}
.bnav li a::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #de0515;
  position: absolute;
  left: 14px;
  bottom: -3px;
  width: 0%;
  transition: all .2s;
}
.bnav li ul {
  margin: 10px 0px 24px 0px;
  padding: 0px;
}
.bnav li ul li {
  list-style-type: none;
}
.bnav li ul li a {
  color: #808080;
  background-image: none;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  clear: both;
  width: 100%;
  padding-bottom: 80px;
  background-color: #000;
  color: #fff;
  position: relative;
}
#page-footer .inner {
  padding: 0px 30px;
}

.f-img {
  margin: 0px 0px 45px;
  height: 200px;
  background-image: url(../images/footer_img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f-logo {
  width: 150px;
  margin-bottom: 14px;
}

.f-address {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 90px;
}

.copyright {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 20px;
}

.gotop {
  width: 60px;
  height: 60px;
  margin: 0px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: none;
}
.gotop a {
  background-color: #de0515;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url(../images/gotop.png);
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  border-style: solid;
  border-color: #de0515;
  border-width: 1px;
  border-radius: 50%;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
  }

  a:hover {
    opacity: 0.65;
  }

  .gnav li a:hover {
    opacity: 1;
  }
  .gnav li.on:hover a.more span {
    background-image: url(../images/nav_more_03.png);
  }
  .gnav li:hover {
    background-color: #fff;
  }
  .gnav li:hover a {
    color: #de0515;
  }
  .gnav li:hover a.more span {
    background-image: url(../images/nav_more_02.png);
  }
  .gnav li:hover ul li a.line-r::before {
    background-color: #de0515;
  }
  .gnav li:hover ul li a.line-b::after {
    background-color: #de0515;
  }

  .bnav li a:hover {
    opacity: 1;
    background-image: url(../images/bnav_mark_on.png);
    font-weight: bold;
    color: #de0515;
  }
  .bnav li a:hover::before {
    width: calc( 100% - 14px );
  }
  .bnav li ul li a:hover {
    background-image: none;
  }

  .gotop a:hover {
    opacity: 1;
    background-color: #000;
    border-color: #fff;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 16px;
    line-height: 28px;
  }

  p, ul, ol, dl, table {
    margin-bottom: 28px;
  }

  /* layout
  --------------------------------------------------------------------------------- */
  #layout::before {
    content: "";
    display: block;
    position: fixed;
    top: 130px;
    right: 0px;
    width: 100px;
    height: 190px;
    background-image: url(../images/contents_bg.png);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }

  /* sp-nav
  --------------------------------------------------------------------------------- */
  #sp-nav {
    display: none;
  }

  /* bottom-contact
  --------------------------------------------------------------------------------- */
  #bottom-contact {
    display: block;
    background-color: #f2f2f2;
    overflow: hidden;
  }
  #bottom-contact .inner {
    padding: 90px 0px 40px;
    width: 585px;
    margin: 0px auto;
    position: relative;
  }

  .contact-box {
    background-color: #fff;
    margin: 0px 0px 50px;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
  }
  .contact-box h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #de0515;
    text-align: center;
    margin-bottom: 24px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .contact-box .tel-num {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .contact-box .tel-text {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    text-align: center;
  }
  .contact-box .mail-text {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
  }
  .contact-box .space {
    padding: 50px 45px 40px;
  }
  .contact-box a.tel-link {
    padding-left: 80px;
    background-image: url(../images/tel_mark.png);
    background-position: left center;
    background-size: 45px auto;
    background-repeat: no-repeat;
  }
  .contact-box a.mail-link {
    text-decoration: none;
    display: block;
    padding: 50px 44px 90px;
    position: relative;
    height: 100%;
  }
  .contact-box a.mail-link::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-color: #de0515;
    background-image: url(../images/arrow_001.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: #de0515;
    border-width: 1px;
    border-radius: 50%;
    transition: all .2s;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .contact-box a.mail-link:hover::after {
    background-color: #fff;
    border-color: #de0515;
    background-image: url(../images/arrow_002.png);
  }

  .contact-mail-none .contact-mail {
    display: none;
  }

  /* bottom-info
  --------------------------------------------------------------------------------- */
  #bottom-info .inner {
    padding: 50px 0px 40px;
    margin: 0px auto;
    width: 708px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  .bottom-name {
    display: block;
    width: 125px;
  }

  .b-logo {
    margin-bottom: 16px;
  }

  .b-name {
    font-size: 12px;
    line-height: 20px;
    margin: 0px;
    color: #999999;
  }

  #bottom-nav {
    width: calc( 100% - 250px );
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer {
    padding-bottom: 0px;
    overflow: hidden;
  }
  #page-footer .inner {
    padding: 0px 30px;
  }

  .f-img {
    margin-bottom: 50px;
    height: 250px;
  }

  .f-address {
    margin-bottom: 30px;
  }

  .copyright {
    margin-bottom: 24px;
  }

  .gotop {
    right: 30px;
    bottom: 30px;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* layout
  --------------------------------------------------------------------------------- */
  #layout::before {
    top: 130px;
    width: 165px;
    height: 300px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header h1 {
    width: 150px;
    margin: 15px 0px 0px 34px;
  }
  #page-header .head-copy {
    display: block;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    top: 24px;
    left: 210px;
  }

  #home #page-header {
    transition: all .2s;
    background-color: rgba(255, 255, 255, 0.85);
  }
  #home #page-header.start {
    background-color: transparent;
  }
  #home #page-header.start h1 a {
    transition: all .0s;
    text-indent: -9999px;
    background-image: url(../images/header_logo_w.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #home #page-header.start .head-copy {
    color: #fff;
  }

  #menu {
    display: none;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    overflow-y: visible;
    width: auto;
    height: auto;
    top: 20px;
    right: 45px;
    background-color: transparent;
    display: block;
    z-index: 20;
  }
  #global-nav.on {
    right: 45px;
  }

  .gnav {
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .gnav li {
    margin: 0px 0px 0px 30px;
    font-size: 14px;
    line-height: 15px;
    position: relative;
  }
  .gnav li:hover, .gnav li.on {
    background-color: transparent;
  }
  .gnav li:hover ul li a.line-r::before, .gnav li.on ul li a.line-r::before {
    background-color: #fff;
  }
  .gnav li.on a::before {
    width: 100%;
  }
  .gnav li.on a.on.more span {
    background-image: url(../images/nav_more_03.png);
  }
  .gnav li.on ul li a::before {
    width: 0%;
  }
  .gnav li a {
    color: #000;
    padding: 10px 0px;
  }
  .gnav li a::before {
    content: "";
    display: block;
    height: 3px;
    background-color: #de0515;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    transition: all .2s;
  }
  .gnav li a:hover::before {
    width: 100%;
  }
  .gnav li a.more span {
    background-image: url(../images/nav_more_04.png);
  }
  .gnav li a.on {
    color: #de0515;
  }
  .gnav li a.on::before {
    width: 100%;
  }
  .gnav li a.on.more span {
    background-image: url(../images/nav_more_02.png);
  }
  .gnav li .hide {
    position: absolute;
    z-index: 10;
    background-color: rgba(222, 5, 21, 0.9);
    top: 55px;
    left: 0px;
    width: 300px;
    padding: 20px;
  }
  .gnav li ul {
    padding: 0px;
    display: block;
  }
  .gnav li ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    width: auto;
    position: relative;
    padding-left: 0.8em;
  }
  .gnav li ul li::before {
    content: "▶︎";
    font-size: 9px;
    color: #fff;
    position: absolute;
    left: 0px;
  }
  .gnav li ul li.lower {
    margin-left: 1em;
    margin-top: 10px;
  }
  .gnav li ul li.lower::before {
    content: ">";
    font-size: 14px;
  }
  .gnav li ul li a {
    text-align: left;
    height: auto;
    display: inline-block;
    color: #fff !important;
  }
  .gnav li ul li a.line-r::before {
    background-color: #fff;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 0%;
  }
  .gnav li ul li a.line-b::after {
    display: none;
  }
  .gnav li ul li a::before {
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    transition: all .2s;
  }
  .gnav li ul li a:hover::before {
    width: 100%;
  }
  .gnav li.recruit ul {
    padding: 0px;
  }
  .gnav li.recruit ul li {
    width: auto;
  }
  .gnav li.recruit a, .gnav li.contact a {
    background-color: transparent;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .gnav li.recruit a::after, .gnav li.contact a::after {
    content: "";
    display: inline-block;
    background-color: #000;
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: all .2s;
    transform: skewX(-16deg);
  }
  .gnav li.recruit a.more span, .gnav li.contact a.more span {
    background-image: url(../images/nav_more_01.png);
  }
  .gnav li.recruit a:hover::after, .gnav li.recruit a.on::after, .gnav li.contact a:hover::after, .gnav li.contact a.on::after {
    background-color: #de0515;
  }
  .gnav li.recruit a:hover::before, .gnav li.recruit a.on::before, .gnav li.contact a:hover::before, .gnav li.contact a.on::before {
    width: 0%;
  }
  .gnav li.recruit ul li a, .gnav li.contact ul li a {
    padding: 0px;
    background-color: transparent;
  }
  .gnav li.recruit ul li a::after, .gnav li.contact ul li a::after {
    display: none;
  }
  .gnav li.recruit ul li a:hover::before, .gnav li.contact ul li a:hover::before {
    width: 100%;
  }
  .gnav li.recruit.on a::before, .gnav li.contact.on a::before {
    width: 0%;
  }
  .gnav li.recruit.on a::after, .gnav li.contact.on a::after {
    background-color: #de0515;
  }
  .gnav li.recruit.on a.more span, .gnav li.contact.on a.more span {
    background-image: url(../images/nav_more_05.png);
  }
  .gnav li.contact {
    margin-left: 10px;
  }

  #home #global-nav.start .gnav li a {
    color: #fff;
  }
  #home #global-nav.start .gnav li a.more span {
    background-image: url(../images/nav_more_01.png);
  }

  /* bottom-contact
  --------------------------------------------------------------------------------- */
  #bottom-contact .inner {
    padding: 100px 0px;
    width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .contact-mail-none #bottom-contact .inner {
    justify-content: center;
  }

  .contact-box {
    margin: 0px;
    width: 585px;
  }

  /* bottom-info
  --------------------------------------------------------------------------------- */
  #bottom-info .inner {
    padding: 40px 0px;
    width: 1220px;
    justify-content: flex-start;
  }

  .bottom-name {
    width: 200px;
    margin-right: 210px;
  }

  #bottom-nav {
    width: 528px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer .inner {
    padding: 0px 36px;
  }

  .f-img {
    height: 420px;
  }

  .f-address {
    margin-bottom: 0px;
  }

  .copyright {
    margin-top: -20px;
    margin-bottom: 30px;
    text-align: center;
  }
}
/*
--------------------------------------------------------------------------------- 1920*/
@media print, screen and (min-width: 1920px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 24px;
    line-height: 45px;
  }

  p, ul, ol, dl, table {
    margin-bottom: 45px;
  }

  /* layout
  --------------------------------------------------------------------------------- */
  #layout::before {
    top: 200px;
    width: 247px;
    height: 450px;
    right: auto;
    left: 50%;
    margin-left: 713px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    height: 112px;
  }
  #page-header h1 {
    width: 225px;
    margin: 20px 30px 0px 60px;
  }
  #page-header .head-copy {
    font-size: 15px;
    line-height: 23px;
    top: 34px;
    left: 324px;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    top: 30px;
    right: auto;
    left: 50%;
    margin-left: -100px;
  }
  #global-nav.on {
    right: auto;
    left: 50%;
  }

  .gnav li {
    margin-left: 40px;
    font-size: 21px;
    line-height: 22px;
  }
  .gnav li a {
    padding: 15px 0px;
  }
  .gnav li a.more span {
    background-size: 16px;
    padding-right: 24px;
  }
  .gnav li .hide {
    top: 82px;
    width: 400px;
    padding: 30px;
  }
  .gnav li ul li {
    font-size: 21px;
    line-height: 30px;
  }
  .gnav li ul li::before {
    font-size: 12px;
  }
  .gnav li ul li.lower {
    margin-top: 20px;
  }
  .gnav li ul li.lower::before {
    font-size: 20px;
  }
  .gnav li.recruit a, .gnav li.contact a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gnav li.contact {
    margin-left: 20px;
  }

  /* bottom-contact
  --------------------------------------------------------------------------------- */
  #bottom-contact .inner {
    padding: 145px 0px;
    width: 1800px;
  }

  .contact-box {
    width: 878px;
    border-radius: 23px;
  }
  .contact-box h3 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .contact-box .tel-num {
    font-size: 92px;
    line-height: 92px;
    margin-bottom: 24px;
  }
  .contact-box .tel-text {
    font-size: 24px;
    line-height: 36px;
  }
  .contact-box .mail-text {
    font-size: 24px;
    line-height: 35px;
  }
  .contact-box .space {
    padding: 65px 65px 65px;
  }
  .contact-box a.tel-link {
    padding-left: 100px;
    background-size: 68px auto;
    background-position: left top 20px;
  }
  .contact-box a.mail-link {
    padding: 65px 65px 90px;
  }
  .contact-box a.mail-link::after {
    width: 75px;
    height: 75px;
    bottom: 40px;
  }

  /* bottom-info
  --------------------------------------------------------------------------------- */
  #bottom-info .inner {
    padding: 58px 0px;
    width: 1830px;
  }

  .bottom-name {
    width: 300px;
    margin-right: 310px;
  }

  .b-logo {
    margin-bottom: 28px;
  }

  .b-name {
    font-size: 18px;
    line-height: 30px;
  }

  #bottom-nav {
    width: 800px;
  }

  .bnav li {
    margin: 0px 0px 20px;
    font-size: 21px;
    line-height: 30px;
  }
  .bnav li a {
    background-position: left top 5px;
    background-size: 12px auto;
    padding-left: 22px;
  }
  .bnav li a::before {
    left: 22px;
    bottom: -3px;
  }
  .bnav li a:hover::before {
    width: calc( 100% - 22px );
  }
  .bnav li ul {
    margin: 20px 0px 0px 0px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer .inner {
    padding: 0px 60px;
  }

  .f-img {
    height: 630px;
    margin-bottom: 70px;
  }

  .f-logo {
    width: 225px;
    margin-bottom: 20px;
  }

  .f-address {
    font-size: 18px;
    line-height: 28px;
  }

  .copyright {
    font-size: 18px;
    line-height: 28px;
    margin-top: -28px;
    margin-bottom: 40px;
  }
}
