@charset "UTF-8";

/*
 *  common/css/style.css
 *  version --- 1.1.2
 *  updated --- 2015/09/07
 *
 *  author  --- studio Neo-
 */

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

html, body {
  width: 100%;
  height: 100%;
}

body {
  text-align: left;
  line-height: 1.6;
  letter-spacing: .03em;
  font-size: 1.4em;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%;
  color:;
  background:;
}
  /* !Antialiaased */
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

/* !Anchor */
a {
}

a:link,
a:visited {}

a:hover,
a:active {}

a:focus {}

main {
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

img {
  vertical-align: text-bottom;
}

.inner {
  width: 100%;
  max-width:;
  margin: 0 auto;
  display: block;
}

a {
  text-decoration: none;
}

.ins{
  display: none;
}

.del{
  display: block;
}

@media screen and (max-width: 480px) {
  .ins{
    display: block;
  }

  .del{
    display: none;
  }
}

/* !Header
---------------------------------------------------------- */

.header {
  position: fixed;
  width: 100%;
  height: 92px;
  z-index: 60;
  background-color: #FFFFFF;
}

.header-inner {
  min-width: 1085px;
  width: 100%;
  height: 92px;
  margin: 0 auto;
}

.header-inner h1 {
  float: left;
  width: 365px;
  padding: 26px 0 20px;
  margin-left: 20px;
}

.header-inner .global-nav {
  float: right;
  height: 92px;
}

.header-inner .global-nav ul.gnavi-lists {
  display: inline-block;
  height: 92px;
  padding-top: 28px;
  margin-right: 42px;
}

.header-inner .global-nav ul.gnavi-lists li {
  float: left;
  width: 83px;
  text-align: center;
  margin-left: 25px;
}

.header-inner .global-nav ul.gnavi-lists li:nth-child(1),
.header-inner .global-nav ul.gnavi-lists li:nth-child(2) {
  width: 83px;
}

.header-inner .global-nav ul.gnavi-lists li:nth-child(3) {
  width: 115px;
}

.header-inner .global-nav ul.gnavi-lists li:nth-child(4) {
  width: 85px;
}

.header-inner .global-nav ul.gnavi-lists li a {
  display: inline-block;
  color: #000000;
  font-size: 1.2rem;
}

.header-inner .global-nav ul.gnavi-lists li a:hover{
  opacity: 0.7;
  transition-property: all;
  transition: 0.2s linear;
}

.header-inner .global-nav ul.gnavi-lists li span {
  display: block;
  font-size: 2.2rem;
  font-family: 'Futura-CondensedMedium';
  color: #b4b4b4;
  font-weight: normal;
}

ul.recruit-btn-list {
  display: inline-block;
}

ul.recruit-btn-list li {
  float: left;
  width: 92px;
  height: 92px;
  font-weight: bold;
  font-size: 1.6rem;
}

ul.recruit-btn-list li a {
  display: block;
  width: 92px;
  height: 92px;
  text-align: center;
  padding-top: 28px;
  line-height: 19px;
}


ul.recruit-btn-list li.recruit-btn-01 {
  background-color: #ed6c00;
  margin-right: 1px;
}

ul.recruit-btn-list li.recruit-btn-02 {
  background-color: #00b9ef;
}

ul.recruit-btn-list li a {
  color: #ffffff;
  font-weight: bold;
}

ul.sp.recruit-btn-list {
  display: none;
}

@media screen and (max-width: 480px) {
  .header {
    height: 53px;
  }
  .header .header-inner {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 53px;
  }
  .header-inner h1 {
    width: 223px;
    padding: 15px 0;
    margin-left: 5px;
  }
  .header .header-inner .global-nav{
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .header-inner h1 {
    width: 151px;
    padding: 18px 0 22px;
    margin-left: 5px;
  }
}

/* !SP 採用
---------------------------------------------------------- */
@media screen and (max-width: 480px) {
  ul.sp.recruit-btn-list {
    position: fixed;
    top: 0;
    right: 53px;
    display: block;
    z-index: 60;
  }
  ul.sp.recruit-btn-list li {
    width: 53px;
    height: 53px;
    letter-spacing: -1px;
  }
  ul.sp.recruit-btn-list li a {
    width: 53px;
    height: 53px;
    font-size: 1.2rem;
    padding: 14px 0;
    text-align: center;
    line-height: 13px;
  }

}

/* !SP Button
---------------------------------------------------------- */

.sp-global-nav-btn {
  width: 53px;
  height: 53px;
  margin: 8px 8px 0 0;
  padding: 0 12px;
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  outline: none;
  border: none;
  background-color: #d7001d;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.nav-open .sp-global-nav-btn {
  background-color: #d7001d;
}
.sp-global-nav-btn:focus {
  outline: none;
}
@media screen and (max-width: 480px) {
  .sp-global-nav-btn {
    display: block;
    margin: 0;
  }
}

.sp-global-nav-btn span {
  width: 100%;
  height: 3px;
  margin: 4px auto 0;
  display: block;
  background-color: #FFFFFF;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.nav-open .sp-global-nav-btn span {
  background-color: #FFFFFF;
}
.sp-global-nav-btn .first-bar {
  margin-top: 0;
}

.nav-open .sp-global-nav-btn .first-bar {
  -webkit-transform: translate(0, 7px) rotate(-315deg);
     -moz-transform: translate(0, 7px) rotate(-315deg);
      -ms-transform: translate(0, 7px) rotate(-315deg);
       -o-transform: translate(0, 7px) rotate(-315deg);
          transform: translate(0, 7px) rotate(-315deg);
}
.nav-open .sp-global-nav-btn .second-bar {
  opacity: 0;
}
.nav-open .sp-global-nav-btn .third-bar {
  -webkit-transform: translate(0, -7px) rotate(315deg);
     -moz-transform: translate(0, -7px) rotate(315deg);
      -ms-transform: translate(0, -7px) rotate(315deg);
       -o-transform: translate(0, -7px) rotate(315deg);
          transform: translate(0, -7px) rotate(315deg);
}

/* !SP Navigation
---------------------------------------------------------- */
.sp-navigation {
  width: 100%;
  height: 100%;
  padding-top: 53px;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99998;
  display: none;
  background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;
}
.nav-open .sp-navigation {
  right: 0;
  overflow: scroll;
}
@media screen and (max-width: 480px) {
  .sp-navigation {
    display: block;
  }
}

.sp-navigation-inner {
  overflow: scroll;
}
.sp-navigation-inner .sp-global-nav {
  border-top: 1px solid #ccc;
}

/*第一弾用*/
.sp-navigation-inner .sp-global-nav li{
   position: relative;
}


/*第二弾用
.sp-navigation-inner .sp-global-nav li {
  position: relative;
  border-bottom: 1px solid #ccc;
}*/



.sp-navigation-inner .sp-global-nav li span.en {
  display: inline-block;
  width: 90px;
  margin-right: 10px;
  font-size: 2.2rem;
  font-family: 'Futura-CondensedMedium';
  color: #b4b4b4;
  font-weight: normal;
}

.sp-navigation-inner .sp-global-nav li span.ja {
  position: absolute;
  top: 16px;
}

.sp-navigation-inner .sp-global-nav li a {
  width: 60%;
  padding: 16px 80px 16px 40px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  box-sizing: content-box;
}

.sp-navigation-inner .sp-global-nav li:nth-child(1) a {
  width: 55%;
}

.sp-navigation-inner .sp-global-nav li:nth-child(4) a {
  width: 74%;
}

.sp-navigation-inner .sp-global-nav li.sp-bg-pink a{
  color: #fff;
}

.sp-navigation-inner .sp-utility-nav {
  padding-top: 22px;
  padding-left: 17px;
}
.sp-navigation-inner .sp-utility-nav li {
  margin-bottom: 12px;
}
.sp-navigation-inner .sp-utility-nav li a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.sp-nav-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
}
.nav-open .sp-nav-overlay {
  opacity: 1;
  z-index: 9999;
}


@media screen and (max-width: 480px) {
  .nav-open .sp-nav-overlay {
    display: block;
  }
}


/* Local Navigation (Local navigation)
---------------------------------------------------------- */
.local-nav {}

/* !BreadCrumb
---------------------------------------------------------- */
.breadCrumb {}

/* !Wrapper (Wrapper for all contents)
---------------------------------------------------------- */
.wrapper {
  min-width: 1167px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

/* !Contents
---------------------------------------------------------- */
.content {}

/* !Main
---------------------------------------------------------- */
.main {}

/* !Sub
---------------------------------------------------------- */
.sub {}

/* !Paging navigation
---------------------------------------------------------- */
.paging-nav {}

/* !Back to top (Jump to the top of the page)
---------------------------------------------------------- */
.back-to-top {}

/* !Footer
---------------------------------------------------------- */
.footer {
  width: 100%;
  background: #f3f3f3;
  padding: 28px 0 10px;
}

.footer .footer-inner{
  width: 1024px;
  margin: 0 auto;
}


.footer .footer-inner ul{
  float: left;
}

.footer .footer-inner .official{
  float: right;
}

.footer .footer-inner ul li {
  float: left;
  width: 85px;
  margin-right: 70px;
}

.footer .footer-inner ul li:nth-child(2) {
  width: 83px;
}

.footer .footer-inner ul li:nth-child(3) {
  width: 124px;
}

.footer .footer-inner ul li:nth-child(4) {
  width: 90px;
}

.footer .footer-inner ul li a{
  color: #000;
}

.footer .footer-inner ul li span {
  display: block;
}

.footer .footer-inner .official a{
  color: #333;
}

.footer .footer-inner .official:before{
  content: "\f138";
  font-family: 'Font Awesome 5 Free';
  padding-right: 4px;
  font-weight: bold;
}

.footer .footer-inner .copyright{
  padding-top: 30px;
  clear: both;
  text-align: center;
  font-style: italic;
  font-size: 1.1rem;
}

@media screen and (max-width: 480px){
  .footer {
    padding: 18px 0 8px;
  }
  .footer .footer-inner{
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .footer .footer-inner ul{
    display: none;
  }
  .footer .footer-inner .official{
    float: none;
    text-align: center;
  }
  .footer .footer-inner .copyright{
    padding-top: 24px;
  }
}

/* !H(N)eading
---------------------------------------------------------- */

/* !Section
---------------------------------------------------------- */

/* !Document links
---------------------------------------------------------- */
a[href$='.pdf'],
a[href$='.doc'],
a[href$='.docx'],
a[href$='.xlsx'],
a[href$='.xls'],
a[href$='.txt'],
a[href$='.zip'] {
    min-height: 14px;
    padding-right: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-repeat: no-repeat;
    background-position: right 32%;
}
a[href$='.pdf'] {
    background-image: url(../img/ico_pdf.png);
}
a[href$='.doc'],
a[href$='.docx'] {
    background-image: url(../img/ico_doc.png);
}
a[href$='.xlsx'],
a[href$='.xls'] {
    background-image: url(../img/ico_xls.png);
}
a[href$='.txt'] {
    background-image: url(../img/ico_txt.png);
}
a[href$='.zip'] {
    background-image: url(../img/ico_zip.png);
}


/* !Media Query Template
---------------------------------------------------------- */
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 960px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 320px) {}


/* !Pring Styles
---------------------------------------------------------- */
@media print {
    html,
    html body { *zoom: 0.65;}

    body { width: 960px;}
}