@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700');

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 15px;
  text-align: left;
  line-height: 1.7;
  color: #2d3741;
  min-width: 1040px;
  font-family: 'Roboto', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

a {
  text-decoration: underline;
  color: #000;
  outline: none;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  opacity: 0.6;
}


.lead {}

.lead p {
  padding-bottom: 15px;
}

.lead p:last-child {
  padding-bottom: 0;
}

.link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0 0 0;
}

.link li {
  width: 300px;
  margin: 0 20px;
}

.link li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: url(../images/common/contents/btn_arrow.png) no-repeat center right 15px #d69b2a;
}


/*============================
wrapper
============================*/
.wrapper {
  position: relative;
}

/*============================
top
============================*/
#top {
  position: relative;
  width: 100%;
  border-top: 4px solid #0e519e;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  z-index: 10000;
  padding: 20px 0;
}

#top .inner {
  width: 980px;
  margin: auto;
  overflow: hidden;
}

.siteTitle {
  float: left;
}

.siteTitle a {
  padding-top: 41px;
  display: block;
  overflow: hidden;
  height: 0;
  width: 238px;
  background: url(../images/common/header/sitetitle.png) no-repeat left top;
}

.announce {
  float: left;
  width: 266px;
  background: #FFF;
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #ddd;
}



#top .tel a:hover {
  opacity: 1;
}

/* ナビゲーション */

nav {
  width: 426px;
  float: left;
  margin-left: 30px;
}

.nav-toggle {
  display: none;
}

.globalNav {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 6px 0;
}

.globalNav li {
  float: left;
  margin-right: 35px;
}

.globalNav li.navCon {
  margin-right: 0;
}

.globalNav li a {
  padding-top: 28px;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  width: 67px;
  background: url("../images/common/nav/business.png") no-repeat left center;
}

.globalNav li.navBus a {}

.globalNav li.navRec a {
  width: 64px;
  background-image: url("../images/common/nav/recruit.png");
}

.globalNav li.navCom a {
  width: 66px;
  background-image: url("../images/common/nav/company.png");
}

.globalNav li.navCon a {
  width: 97px;
  background-image: url("../images/common/nav/contact.png");
}






/* スマホ メニュー */

.menu {
  display: none;
}

/*============================
container
============================*/
.cont .container {
  width: 980px;
  margin: auto;
  padding-bottom: 80px;
  text-align: left;
  overflow: hidden;
}

.cont_img {
  text-align: center;
  position: relative;
  background: url(../images/common/contents/cont_img.jpg) no-repeat center center #f2f2f2;
  background-size: cover;
}

.cont h1 {
  padding-top: 300px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: auto;
  background: url(../company/images/title.png) no-repeat center top;
}

/*============================
primary
============================*/
.primary {
  width: 700px;
  float: left;
}

.root {
  font-size: 11px;
  height: 60px;
  line-height: 60px;
}

.cont .primary article {
  padding-top: 60px;
}

.cont .primary article:first-of-type {
  padding-top: 0;
}

.cont h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 14px 0;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 8px solid #133b64;
  background: #e1e8ef;
}

.cont h3 {
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  clear: both;
  font-weight: bold;
  border-left: 8px solid #133b64;
  border-bottom: 1px solid #e1e8ef;
}

/*  table */

table.info {
  width: 100%;
}

table.info tr {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #dedede;
}

table.info tr:last-child {
  border: none;
}

table.info th {
  width: 160px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  background: #ececec;
}

table.info th,
table.info td {
  padding: 18px 0;
}

table.info tr:first-child {
  padding-top: 0;
}

table.info td {
  text-align: left;
  padding-left: 20px;
}

table.info td ul {
  padding-left: 18px;
}

table.info td li {
  padding-top: 8px;
  list-style-type: disc;
}

table.info td li:first-child {
  padding-top: 0;
}

table.info td dt {
  padding-top: 15px;
}

table.info td dt:first-of-type {
  padding-top: 0;
}

table.info td strong {
  display: block;
}

table.info td span {
  display: block;
  font-size: 13px;
}

a.google {
  display: block;
}

/*
#map {
	width: 100%;
	height: 400px;
	margin-top: 20px;
  border: 1px solid #ddd;
}
*/
.map {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  border: 1px solid #ddd;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*============================
secondary
============================*/
.secondary {
  width: 246px;
  float: right;
  margin-top: 50px;
  padding-bottom: 70px;
}

/* バナー */

.banner li {
  margin-top: 20px;
}

.banner li:first-child {
  margin-top: 0;
}

.banner li img {
  width: 100%;
}

/* 会社概要 */

.company dt {
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  background: #133b64;
  border-radius: 6px 6px 0 0;
}

.secondary dd {
  padding: 20px 20px;
  padding-bottom: 25px;
  font-size: 15px;
  background: #e1e8ef;
  border-radius: 0 0 6px 6px;
}

.secondary dd strong {
  padding-top: 15px;
  padding-bottom: 4px;
  display: block;
}

.secondary dd span {
  padding-top: 5px;
  display: block;
}

.company {
  margin-top: 30px;
}

a.google {
  padding-left: 18px;
  margin-top: 5px;
  font-weight: bold;
  background: url("../images/common/contents/pin.png") no-repeat left center;
  background-size: 13px auto;
  font-size: 16px
}

.company a.google {
  margin-bottom: 10px;
}

.company .photo {
  padding: 20px 0;
}

.company .photo img {
  width: 100%;
}

.company .links a {
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  background: url("../images/common/contents/btn_arrow.png") no-repeat center right 15px #d69b2a;
  font-weight: bold;
}

.company .brandingsite {
  margin-top: 10px;
}

.company .brandingsite a {
  background-image: none;
}

/*============================
toTop
============================*/
.toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
}

.toTop li a {
  padding-top: 45px;
  display: block;
  overflow: hidden;
  width: 45px;
  height: 0;
  background: url(../images/common/footer/totop.png) no-repeat center top #224c75;
}

/*============================
footer
============================*/
footer {
  position: relative;
  color: #fff;
  padding: 50px 0 40px;
  font-size: 15px;
  background: #133b64;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.facebook {
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
}

.sitelink {
  text-align: center;
  padding-bottom: 10px;
}

.sitelink li {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.50);
  line-height: 16px;
  padding: 0 30px;
}

.sitelink li:last-child {
  border-right: 1px solid #fff;
}

.copyright {
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
}















@media only screen and (max-width: 768px) {

  body {
    width: 100%;
    min-width: 0;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    opacity: 1;
  }

  #top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border: none;
    min-width: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    padding: 15px 0;
  }

  #top .inner {
    width: 100%;
    position: relative;
  }

  .siteTitle a {
    padding-top: 28px;
    width: 160px;
    background-image: url(../images/common/header/sitetitle_sp.png);
    background-size: 100%;
    margin-left: 6%;
  }

  .announce {
    display: none;
  }

  #top p.tel {
    position: fixed;
    right: 55px;
    top: 8px;
    width: 40px;
    height: 40px;
    padding: inherit;
    overflow: inherit;
    background: none;
    float: none;
  }

  #top p.tel a {
    padding-top: 40px;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 0;
    border-radius: 5px;
    background: url(../images/common/header/tel_sp.png) no-repeat center center #000;
    background-size: 100%;
  }

  .cont_img {
    margin-top: 58px;
  }

  .cont h1 {
    background-image: url(../business/images/title_sp.jpg);
    background-size: cover;
    padding-top: 50%;
  }

  .root {
    font-size: 12px;
  }

  /*============================
nav
============================*/
  nav {
    width: 100%;
    float: none;
  }

  .globalNav {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    padding-top: 55px;
    background-image: none;
    background-color: rgba(0, 32, 66, 0.9);
  }

  .globalNav li {
    float: none;
    width: 100%;
    position: relative;
    text-align: left;
    border-top: 1px solid #737484;
    background-color: transparent;
  }

  .globalNav li:last-child {
    border-bottom: 1px solid #737484;
  }

  .globalNav li a {
    overflow: inherit;
    width: 100%;
    height: inherit;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    background: none;
  }

  .globalNav li.navBus a {}

  .globalNav li.navRec a {
    background: none;
    width: 100%;
  }

  .globalNav li.navCom a {
    background: none;
    width: 100%;
  }

  .globalNav li.navCon a {
    background: none;
    width: 100%;
  }

  .globalNav li a span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
  }

  .globalNav li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 16px;
    margin-top: -8px;
    left: inherit;
    background: url(../images/common/contents/btn_arrow_sp.png) no-repeat center right;
    background-size: 12px auto;
  }

  /* menu */

  .menu {
    display: block;
    position: absolute;
    top: 1px;
    right: 12px;
    z-index: 1000;
    width: 31px;
    height: 23px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 31px;
    height: 23px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #133B6D;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* anime */

  .active .menu-trigger span {
    background-color: #fff;
  }

  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }





  .link {
    display: block;
    padding: 30px 0 0 0;
  }

  .link li {
    width: 80%;
    margin: auto;
    max-width: 320px;
  }

  .link li a {
    padding: 15px;
    background-image: url(../images/common/contents/btn_arrow_sp.png);
    background-size: 12px auto;
  }

  /*============================
container
============================*/
  .cont .container {
    width: 100%;
    padding-bottom: 0;
  }

  .cont .primary article {
    padding-top: 40px;
  }

  .cont h2 {
    font-size: 17px;
  }

  .cont h3 {
    font-size: 16px;
    margin-top: 20px;
  }

  .primary {
    width: 90.625%;
    margin: auto;
    float: none;
  }

  .secondary {
    float: none;
    width: 100%;
    padding: 0;
    margin: auto;
  }

  .secondary .banner {
    width: 90.625%;
    margin: auto;
    padding: 30px 0;
  }

  .secondary .banner li {
    width: 100%;
  }

  .secondary .banner li a {
    padding-top: 40.33333%;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: url(../images/common/contents/banner/recruit_sp.png) no-repeat center top;
    background-size: cover;
    border-radius: 5px;
  }

  .secondary dt {
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0;
    border-radius: 0;
    font-size: 16px;
  }

  .company {
    margin: 0;
  }

  .company .photo img {
    padding-top: 47.36781%;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: url(../images/common/contents/company_sp.png) no-repeat center top;
    background-size: cover;
  }

  .company .links a {
    padding: 15px;
    background-image: url(../images/common/contents/btn_arrow_sp.png);
    background-size: 12px auto;
    font-size: 18px;
  }

  .company .brandingsite {
    margin-top: 15px;
  }

  .company .brandingsite a {
    background-image: none;
  }

  .secondary dd {
    padding-bottom: 40px;
  }


  /*
#map{
  height: 330px;
}
*/
  .map {
    height: 330px;
  }

  /* table */

  table.info th {
    width: 100px;
  }

  table.info td {
    padding-left: 10px;
  }

  #company table.info td span br {
    display: block;
  }

  /*============================
toTop
============================*/
  .toTop li a {
    width: 40px;
    height: 40px;
    padding-top: 40px;
    background-image: url(../images/common/footer/totop_sp.png);
    background-size: 40px;
  }

  /*============================
footer
============================*/
  footer {
    padding: 40px 0;
    margin: 0;
    font-size: 10px;
    border: none;
  }

  .facebook {
    width: 100%;
    text-align: center;
  }

  .facebook li {
    float: none;
    padding: 0;
    background: none;
    display: inline-block;
  }

  .sitelink {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
    text-align: center;
  }

  .sitelink li {
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 14px;
    border-left: 1px solid #ccc;
    background: none;
  }

  .sitelink li:last-child {
    border-right: 1px solid #ccc;
  }

  .sitelink li a {
    padding: 0 8px;
    padding-left: 10px;
  }

  .toTop {
    bottom: 15px;
    right: 15px;
  }

  .copyright {
    position: absolute;
    text-align: right;
    bottom: 15px;
    right: 50%;
    margin-right: -490px;
    font-size: 10px;
    position: inherit;
    text-align: center;
    bottom: inherit;
    right: inherit;
    margin: 0;
  }
}
