@charset "UTF-8";
html, body {
  height: 100%;
}

body {
  color: #666666;
  background: #eeeeee;
  font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif, "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 63%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/*--------------------
IE6メッセージ
---------------------*/
.ieerror {
  color: #FFF;
  background: #000;
  padding: 10px 0;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.ieerror a {
  color: #FFF;
}

/* ======================================
body
======================================*/
.wrapper {
  position: relative;
  background: #FFFFFF;
  box-sizing: border-box;
  width: 100%;
  max-width: 1680px;
  min-width: 1020px;
  margin: 0 auto;
}

/* ======================================
Link & Button その他
======================================*/
a {
  color: #666666;
  text-decoration: underline;
}
a:hover {
  color: #70abb8;
  text-decoration: underline;
}

/*リンク矢印アイコン*/
.icon-arrow {
  background: url(../images/icon1.png) 0 49% no-repeat;
  padding-left: 13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .icon-arrow {
    background: url(../images/icon1-2x.png) 0 49% 8px no-repeat;
    background-size: 9px;
  }
}
.icon-arrow a {
  text-decoration: none;
}

/*リストスタイルが□*/
.list_square li {
  background: url(../images/icon_list01.png) 0% 50% no-repeat;
  background-size: 3px 3px;
  padding-left: 12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .list_square li {
    background: url(../images/icon_list01-2x.png) 0% 50% 3px no-repeat;
    background-size: 3px;
  }
}

/*文字位置*/
.text--right {
  text-align: right;
}

/*文字太さ*/
.text--bold {
  font-weight: bold;
}

/*clear*/
.clear-fl {
  clear: both;
}

/* ボトムメニュー*/
.navi-sub {
  width: 816px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.navi-sub-center {
  width: 816px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.navi-sub__btn {
  position: relative;
  float: left;
  width: 378px;
  margin: 0 auto;
}
.navi-sub__btn:nth-child(even) {
  padding-left: 60px;
}
.navi-sub__btn:nth-child(3) {
  padding-top: 60px;
}

.navi-sub-center .navi-sub__btn {
  float: none;
}

.navi-sub__img {
  position: relative;
  background: #eeeeee;
  width: 314px;
  margin-bottom: 20px;
  padding: 12px 32px;
}

.navi-sub__btn-text {
  position: absolute;
  bottom: 88px;
  width: 11px;
  height: 60px;
  right: 10px;
}

a:hover .navi-sub__img {
  background: #f8f8f8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a:hover .navi-sub__img img {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.navi-sub__title {
  background: url(../images/icon_circle_01.png) 50% 0% no-repeat;
  background-size: 13px 13px;
  color: #000000;
  font-family: UD Shin Go Light;
  font-size: 2.0em;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 34px;
}
.navi-sub__title a {
  text-decoration: none;
}

/* ======================================
header
======================================*/
.header {
  position: relative;
  background: #FFFFFF;
  box-sizing: border-box;
  width: 100%;
  max-width: 1680px;
  min-width: 1020px;
  margin: 0 auto;
  padding: 30px 50px 50px 50px;
}

.header__logo-column {
  position: relative;
  width: 296px;
}

.header__logo {
  position: relative;
}

.header__name {
  position: absolute;
  bottom: 0;
  right: 0;
}

.navi {
  position: absolute;
  font-size: 0;
  /* inline-block隙間0*/
  top: 62px;
  right: 50px;
}
.navi li {
  display: inline-block;
  margin-left: 45px;
}

/* ======================================
Footter
======================================*/
.footer {
  background: #FFFFFF;
  box-sizing: border-box;
  width: 100%;
  max-width: 1680px;
  min-width: 1020px;
  margin: 0 auto;
  padding: 190px 50px 120px 50px;
}

.footer-second {
  background: #FFFFFF;
  box-sizing: border-box;
  width: 100%;
  max-width: 1680px;
  min-width: 1020px;
  margin: 0 auto;
  padding: 120px 50px 120px 50px;
}

.footer-top, .footer-bottom {
  text-align: center;
}

.footer-middle {
  font-family: UD Shin Go Light;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  text-align: center;
}

.contact {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 60px;
  padding: 60px 0;
}
.contact__title {
  color: #333333;
}
.contact__text {
  color: #959595;
  margin-top: 20px;
}
.contact__text a {
  color: #959595;
  text-decoration: none;
}
.contact__text a:hover {
  color: #70abb8;
  text-decoration: underline;
}

.footer__logo-column {
  width: 165px;
  margin: 0 auto;
  margin-top: 60px;
}

.footer__logo {
  float: left;
}

.iso-mark {
  float: right;
}

.footer__navi {
  margin-top: 40px;
}
.footer__navi li {
  display: inline-block;
  font-size: 1.2em;
  margin: 0 10px;
}

.copyright {
  font-size: 1.2em;
  margin-top: 12px;
}

/* ======================================
top
======================================*/
.top-imagearea {
  background: url(../images/top/top_image_01.jpg) 50% 100% no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999999px;
  max-width: 1540px;
  /* 1540px以上は背景がかける*/
  min-width: 1020px;
  height: 765px;
  /*height: calc(100% - 125px);*/
  max-height: 765px;
  margin: 0 auto;
  /* 1540px以上は背景がかけるので調整*/
}
@media screen and (min-width: 1540px) {
  .top-imagearea {
    padding-top: 40px;
    width: 100%;
    max-width: 1680px;
    height: 830px;
    max-height: 830px;
  }
}

/* Info*/
.info {
  position: relative;
  width: 100%;
  max-width: 1680px;
  min-width: 1020px;
  margin: 0 auto;
  top: -130px;
}

.info-container {
  position: absolute;
  background: #FFFFFF;
  font-size: 1.4em;
  width: 425px;
  right: 50px;
}

.info__title:before {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 2px #000000;
  width: 25px;
  height: 1px;
  margin-top: 32px;
  z-index: 1;
}

.info__list {
  margin-top: 50px;
  width: 425px;
}
.info__list li {
  float: left;
  margin-top: 20px;
  margin-right: 1em;
}
.info__list li:first-child {
  margin-top: 0;
}

.info-date {
  padding-right: 1em;
}

.info__list-sub {
  margin-top: 40px;
  width: 425px;
}

/* ======================================
2nd
======================================*/
.contents-imagearea {
  overflow: hidden;
  text-indent: -9999999px;
  max-width: 1480px;
  /* 1480px以上は背景がかける*/
  min-width: 1020px;
  height: 265px;
  margin: 0 auto;
  /* 1540px以上は背景がかけるので調整*/
}
@media screen and (min-width: 1480px) {
  .contents-imagearea {
    max-width: 1680px;
    height: 297px;
  }
}

/* メイン画像*/
.main-img-about {
  background: url(../images/second/img_main_about_02.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.main-img-info {
  background: url(../images/second/img_main_info_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.main-img-recruit {
  background: url(../images/second/img_main_recruit_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.main-img-works {
  background: url(../images/second/img_main_works_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.main-img-works2 {
  background: url(../images/second/img_main_works_02.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.main-img-works3 {
  background: url(../images/second/img_main_works_04.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.main-img-works4 {
  background: url(../images/second/img_main_works_03.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/* コンテンツcontainer関連*/
.contents {
  position: relative;
  background: #FFFFFF;
  box-sizing: border-box;
  width: 1020px;
  margin: 0 auto;
  padding: 120px 50px 0px 50px;
}

.contents__inner-noborder {
  margin-top: 80px;
}

.contents__inner {
  border-bottom: 1px dotted #c8c8c8;
  margin-top: 80px;
  padding-bottom: 120px;
}

.contents__title {
  position: relative;
  display: inline-block;
  color: #000000;
  font-family: UD Shin Go Light;
  font-size: 2.6em;
  font-weight: normal;
  letter-spacing: 0.15em;
}
.contents__title:after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 2px #000000;
  width: 22px;
  height: 1px;
  margin-top: 0px;
  bottom: 0px;
  right: -1em;
  z-index: 1;
}

.contents__title-sub {
  color: #000000;
  font-family: UD Shin Go Light;
  font-size: 2.0em;
  letter-spacing: 0.1em;
  max-height: 999999px;
  /*Android Chrome対策用*/
}

.contents__text {
  font-size: 1.4em;
  line-height: 2.6;
  max-height: 999999px;
  /*Android Chrome対策用*/
  margin-top: -9px;
  margin-bottom: -11px;
  padding-top: 46px;
}

.contents__list-dl {
  font-size: 1.4em;
  line-height: 2.6;
  max-height: 999999px;
  /*Android Chrome対策用*/
  margin-top: -9px;
  margin-bottom: -11px;
  padding-top: 46px;
}

.contents__list {
  font-size: 1.4em;
  line-height: 2.6;
  max-height: 999999px;
  /*Android Chrome対策用*/
  margin-top: -9px;
  margin-bottom: -11px;
  padding-top: 46px;
}

.btn__sp-ad {
  padding-top: 20px;
}

.contents__text + .contents__list {
  padding-top: 10px;
}

.contents__list-dl dd > .contents__list {
  padding-top: 10px;
  font-size: 1em;
}

.contents__list-col {
  font-size: 1.4em;
  line-height: 2.6;
  max-height: 999999px;
  /*Android Chrome対策用*/
  margin-top: -9px;
  margin-bottom: -11px;
  padding-top: 46px;
}
.contents__list-col li {
  display: inline-block;
  margin-right: 30px;
}

.contents__list-ol {
  font-size: 1.4em;
  line-height: 2.6;
  max-height: 999999px;
  /*Android Chrome対策用*/
  margin-top: -9px;
  margin-bottom: -11px;
  padding-top: 46px;
}
.contents__list-ol li {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 1.4em;
}

.contents__list-dl {
  font-size: 1.4em;
  line-height: 2.6;
  max-height: 999999px;
  /*Android Chrome対策用*/
  margin-top: -9px;
  margin-bottom: -11px;
  padding-top: 46px;
}
.contents__list-dl dt {
  margin-top: 46px;
}
.contents__list-dl dt:first-child {
  margin-top: 0;
}

/* 最初のブロックの場合*/
.contents__title-sub + * {
  padding-top: 25px;
}

.contents__inner > *:first-child {
  padding-top: 0px;
}

/* 二段組み用*/
.contents-column {
  border-bottom: 1px dotted #c8c8c8;
  margin-top: 80px;
  padding-bottom: 120px;
}

.contents-column-left {
  float: left;
  width: 425px;
}

.contents-column-left-small {
  float: left;
  width: 250px;
}

.contents-column-right {
  float: right;
  width: 425px;
}

.contents-column-right-large {
  float: right;
}

/* margin-top調整*/
.contents__inner + .contents__inner,
.contents__inner + .contents__inner-noborder,
.contents__inner-noborder + .contents__inner-noborder,
.contents-column + .contents__inner,
.contents__inner + .contents-column,
.contents-column + .contents-column {
  margin-top: 120px;
}

/* padding-top調整*/
.contents-column-left > *:first-child,
.contents-column-right > *:first-child {
  padding-top: 0px;
}

/*会社概要などのテーブル;*/
.contents__table {
  font-size: 1.4em;
  /*letter-spacing:0.086em;*/
  line-height: 2.6;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  border: none;
}

.contents__table th {
  color: #000000;
  text-align: left;
  vertical-align: top;
  width: 180px;
  font-weight: normal;
  border: none;
  padding: 0px 0 20px 0px;
}

.contents__table td {
  text-align: left;
  vertical-align: top;
  padding: 0px 0 20px 0px;
  border: none;
}
.contents__table td:last-child {
  padding-bottom: 0;
}

/*差し込み用画像;*/
.contents-img {
  width: 920px;
  height: 265px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.contents__figure-img {
  padding-bottom: 10px;
}

.contents__figure-img-mb0 {
  padding-bottom: 0px;
}

.contents__figure-img-mt {
  margin-top: 44px;
}

.contents__list + .contents__figure-img {
  margin-top: 60px;
  padding-bottom: 0px;
}

.contents__figure-img-center {
  text-align: center;
  padding-top: 120px;
}

.contents__title-sub + .contents__figure-img-center {
  text-align: center;
  padding-top: 60px;
}

.figure-right {
  float: right;
  margin-left: 70px;
}
.figure-right img {
  margin-bottom: 50px;
}

/*回し込みとセットの場合のぱpadding処理*/
.figure-right + * {
  padding-top: 0;
}

/*沿革年号;*/
.history-date {
  margin-right: 1em;
}

/*map;*/
.map-area {
  text-align: center;
  border-bottom: 1px dotted #c8c8c8;
  margin-top: 120px;
  padding-bottom: 120px;
}

/*インフォメーションアーカイブ*/
.info-archive__list {
  font-size: 1.4em;
  line-height: 2.6;
  margin-top: -9px;
  margin-bottom: -11px;
  padding-top: 46px;
}
.info-archive__list li {
  margin-top: 10px;
}
.info-archive__list li:first-child {
  margin-top: 0px;
}

.info-detail__title {
  position: relative;
  display: inline-block;
  color: #000000;
  font-family: UD Shin Go Light;
  font-size: 2.4em;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.info-detail__title:after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 2px #000000;
  width: 22px;
  height: 1px;
  margin-top: 0px;
  bottom: 0px;
  right: -1em;
  z-index: 1;
}

.info-detail-date {
  color: #000000;
  font-family: UD Shin Go Light;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  margin-top: 14px;
}

/*ボーダー付きボックス*/
.contents__box {
  border: 1px solid #c7c7c7;
  border-radius: 7px;
  box-sizing: border-box;
  width: 816px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.contents__box-short {
  float: left;
  border: 1px solid #c7c7c7;
  border-radius: 7px;
  box-sizing: border-box;
  width: 425px;
  min-height: 225px;
  margin-top: 80px;
  margin-left: 70px;
  padding: 30px;
}
.contents__box-short:nth-child(2n+1) {
  margin-left: 0px;
}

.contents__box-short > .contents__text {
  line-height: 2.4;
}

.contents__box-inner {
  border-top: 1px dotted #c8c8c8;
  margin-top: 60px;
  padding-top: 60px;
}
.contents__box-inner:first-child {
  border-top: none;
  margin-top: 0;
  margin-top: 0;
  padding-top: 0;
}

/*dl ボーダー付きボックス用*/
.contents__box-list-dl {
  margin-top: -9px;
  margin-bottom: -11px;
}
.contents__box-list-dl dt {
  color: #000000;
  font-family: UD Shin Go Light;
  font-size: 1.6em;
  line-height: 2.6;
  margin-top: 30px;
}
.contents__box-list-dl dt:first-child {
  padding-top: 0;
}
.contents__box-list-dl dd {
  font-size: 1.4em;
  line-height: 2.6;
}

.rikunavi__btn {
  text-align: center;
  margin-top: 60px;
}

/*問い合わせリクルート用*/
.contact-recruit {
  text-align: center;
  margin-top: 60px;
}
.contact-recruit__title {
  font-family: UD Shin Go Light;
  font-size: 1.4em;
  letter-spacing: 0.1em;
}
.contact-recruit__text {
  font-family: UD Shin Go Light;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.contact-recruit__text a {
  text-decoration: none;
}
.contact-recruit__text a:hover {
  color: #70abb8;
  text-decoration: underline;
}

/*写真リスト*/
.contents__list-photo {
  margin-top: 55px;
}
.contents__list-photo li {
  float: left;
  margin-top: 25px;
  margin-left: 25px;
}
.contents__list-photo li:nth-child(3n+1) {
  margin-left: 0px;
}

/*インタビューボタン*/
.voice {
  position: relative;
  width: 814px;
  margin-left: auto;
  margin-right: auto;
}
.voice__inner {
  position: relative;
  float: left;
  width: 377px;
  margin-top: 80px;
  margin-left: 60px;
}
.voice__inner:nth-child(2n+1) {
  margin-left: 0px;
}
.voice__btn {
  position: relative;
  margin-bottom: 20px;
}
.voice__name {
  position: relative;
  background: url(../images/btn_arrow_02.png) 0% 50% no-repeat;
  background-size: 18px 18px;
  font-family: UD Shin Go Light;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  text-indent: 28px;
}
.voice__name a {
  text-decoration: none;
}
.voice__title {
  position: absolute;
  font-family: UD Shin Go Light;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  bottom: 0;
  right: 0;
}

/*事例集ボタン*/
.casestudy-navi {
  width: 616px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.casestudy-navi li {
  float: left;
  margin: 60px 0 0 60px;
}
.casestudy-navi li:nth-child(2n+1) {
  margin-left: 0;
}

/* ======================================
clearfix 
======================================*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/*# sourceMappingURL=style.css.map */
