@charset "UTF-8";
/* --------------------------------------------

FileName    :    company.css

-------------------------------------------- */
/* ===================================

    extends

=================================== */
.tbl-company, .greeting #row .sec_blk .detail .txt, .philosophy #precepts .sec_blk .blk_item .txt, .outline #profile .map, .outline #profile .showroom .notes, .outline #profile .showroom .address, .outline #profile .showroom .information {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/* =======================================

    共通 要素

======================================= */
.tbl-company {
  width: 100%;
  table-layout: fixed;
  font-size: 15px;
  font-size: 1.5rem;
}

.tbl-company:not(:last-child) {
  margin: 0 0 20px;
}

.tbl-company tr {
  border-bottom: 1px dotted #9f9f9f;
}

.tbl-company th,
.tbl-company td {
  padding: 20px 30px;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .tbl-company {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .tbl-company th,
  .tbl-company td {
    padding: 15px;
  }
}

/* =======================================

    会社案内

======================================= */
.index #row {
  padding: 100px 0;
}

.index #row .inner {
  max-width: 900px;
}

.index #row ul {
  margin: -10px;
  text-align: center;
}

.index #row ul li {
  padding: 10px;
}

.index #row ul li a {
  display: block;
  position: relative;
  height: 200px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.index #row ul li a:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .35;
}

@media screen and (min-width: 769px) {
  .index #row ul li a:before {
    -webkit-transition:  opacity 400ms;
    transition:  opacity 400ms;
  }
  .index #row ul li a:hover:before {
    opacity: .15;
  }
}

.index #row ul li:nth-of-type(1) a {
  background: url(../img/company/index_list_bg01.jpg) no-repeat 50% 50%/cover;
}

.index #row ul li:nth-of-type(2) a {
  background: url(../img/company/index_list_bg02.jpg) no-repeat 50% 50%/cover;
}

.index #row ul li:nth-of-type(3) a {
  background: url(../img/company/index_list_bg03.jpg) no-repeat 50% 50%/cover;
}

.index #row ul li:nth-of-type(4) a {
  background: url(../img/company/index_list_bg04.jpg) no-repeat 50% 50%/cover;
}

.index #row ul li span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px;
  letter-spacing: .15em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 768px) {
  .index #row {
    padding: 50px 0;
  }
  .index #row ul li a {
    height: 140px;
  }
  .index #row ul li span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* =======================================

    ごあいさつ

======================================= */
.greeting #row {
  padding: 100px 0 0;
}

.greeting #row .sec_blk:after {
  content: "";
  display: block;
  clear: both;
}

.greeting #row .sec_blk figure {
  float: left;
  margin: 0 30px 0 0;
}

.greeting #row .sec_blk .detail .txt {
  margin: 0 0 20px;
}

.greeting #row .sec_blk .detail .sign {
  text-align: right;
}

.greeting #row .sec_blk .detail .sign span {
  display: block;
  margin: 0 0 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

.greeting #row .sec_blk .detail .sign em {
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 1024px) {
  .greeting #row .sec_blk:after {
    content: "";
    display: block;
    clear: both;
  }
  .greeting #row .sec_blk figure {
    width: 50%;
    padding: 0 30px 0 0;
    margin: 0;
  }
  .greeting #row .sec_blk .detail {
    float: left;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .greeting #row {
    padding: 50px 0 0;
  }
  .greeting #row .sec_blk figure {
    max-width: 230px;
    padding: 0;
    margin: 0 20px 0 0;
  }
  .greeting #row .sec_blk .detail {
    float: none;
    width: auto;
  }
  .greeting #row .sec_blk .detail .txt {
    margin: 0 0 15px;
  }
  .greeting #row .sec_blk .detail .sign span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .greeting #row .sec_blk .detail .sign em {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .greeting #row .sec_blk figure {
    float: none;
    margin: 0 auto 20px;
  }
}

/* =======================================

    経営理念・社訓

======================================= */
.philosophy #philosophy {
  padding: 100px 0 70px;
  text-align: center;
}

.philosophy #philosophy .sec_ttl {
  margin: 0 0 30px;
  font-size: 20px;
  font-size: 2rem;
}

.philosophy #philosophy .sec_ttl span {
  display: inline-block;
  padding: 0 0 5px;
  border-bottom: 3px solid #666;
}

.philosophy #philosophy .txt {
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .philosophy #philosophy {
    padding: 50px 0 40px;
  }
  .philosophy #philosophy .sec_ttl {
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .philosophy #philosophy .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.philosophy #precepts {
  padding: 70px 0;
  position: relative;
  color: #fff;
  background: url(../img/company/philosophy_precepts_bg01.jpg) no-repeat 0% 50%/cover;
}

.philosophy #precepts:after {
  content: "";
  display: block;
  clear: both;
}

.philosophy #precepts .sec_ttl {
  margin: 0 0 30px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.philosophy #precepts .sec_ttl span {
  display: inline-block;
  padding: 0 0 5px;
  border-bottom: 3px solid #fff;
}

.philosophy #precepts .sec_blk {
  float: right;
  width: 52.5%;
}

.philosophy #precepts .sec_blk .blk_item {
  padding: 30px 0;
}

.philosophy #precepts .sec_blk .blk_item:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}

.philosophy #precepts .sec_blk .blk_item .ttl {
  margin: 0 0 15px;
  font-size: 27px;
  font-size: 2.7rem;
}

@media screen and (max-width: 768px) {
  .philosophy #precepts {
    padding: 40px 0;
  }
  .philosophy #precepts:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35;
  }
  .philosophy #precepts .sec_ttl {
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .philosophy #precepts .sec_blk {
    float: none;
    width: 100%;
  }
  .philosophy #precepts .sec_blk .blk_item {
    padding: 20px 0;
  }
  .philosophy #precepts .sec_blk .blk_item:first-child {
    padding-top: 0;
  }
  .philosophy #precepts .sec_blk .blk_item .ttl {
    margin: 0 0 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .philosophy #precepts {
    background-position: 16% 50%;
  }
}

/* =======================================

    会社概要

======================================= */
.outline #profile {
  padding: 100px 0 70px;
}

.outline #profile .inner {
  max-width: 900px;
}

.outline #profile .sec_ttl {
  margin: 0 0 30px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.outline #profile .sec_blk {
  padding: 5px 0 30px;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
}

.outline #profile .tbl-company {
  font-size: 17px;
  font-size: 1.7rem;
}

.outline #profile .tbl-company th,
.outline #profile .tbl-company td {
  padding: 12px 0;
}

@media screen and (max-width: 768px) {
  .outline #profile .tbl-company {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .outline #profile .tbl-company th,
  .outline #profile .tbl-company td {
    padding: 8px 0;
  }
}

.outline #profile .iframe_wrap {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.outline #profile .iframe_wrap iframe {
  width: 100%;
  height: 530px;
  margin: -150px 0 0;
}

.outline #profile .map {
  margin: 0 0 30px;
  font-size: 17px;
  font-size: 1.7rem;
}

.outline #profile .map ul {
  margin: -15px;
}

.outline #profile .map ul:after {
  content: "";
  display: block;
  clear: both;
}

.outline #profile .map ul li {
  float: left;
  width: 50%;
  padding: 15px;
}

.outline #profile .showroom {
  padding: 30px;
  color: #fff;
  background: #000;
}

.outline #profile .showroom:after {
  content: "";
  display: block;
  clear: both;
}

.outline #profile .showroom > * {
  float: left;
  width: 50%;
}

.outline #profile .showroom .showroom-left {
  padding: 0 30px 0 0;
  background: url(../img/company/outline_profile_showroom_bg01.png) no-repeat 50%;
}

.outline #profile .showroom .ttl {
  margin: 0 0 5px;
  line-height: 1.4;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

.outline #profile .showroom .ttl em {
  display: inline-block;
  width: 0.4em;
}

.outline #profile .showroom .ttl em:first-of-type {
  text-indent: -0.6em;
}

.outline #profile .showroom .ttl span {
  letter-spacing: -3px;
}

.outline #profile .showroom .notes {
  margin: 0 0 10px;
  font-size: 11px;
  font-size: 1.1rem;
}

.outline #profile .showroom .address {
  font-size: 15px;
  font-size: 1.5rem;
}

.outline #profile .showroom .information {
  line-height: 1.8;
  font-size: 13px;
  font-size: 1.3rem;
}

.outline #profile .showroom .information dt {
  float: left;
}

.outline #profile .showroom .information dt:after {
  content: "\FF1A";
}

.outline #profile .showroom .information dd {
  overflow: hidden;
}

.outline #profile .showroom .information a {
  color: #fff;
  text-decoration: underline;
  word-break: break-all;
}

.outline #profile .showroom .information a:hover {
  text-decoration: none;
}

.outline #profile .showroom .showroom-image {
  clear: both;
  float: none;
  width: 100%;
  padding: 25px 0 0;
}

.outline #profile .showroom .showroom-image ul:after {
  content: "";
  display: block;
  clear: both;
}

.outline #profile .showroom .showroom-image ul li {
  float: left;
  width: 33.333%;
}

@media screen and (max-width: 768px) {
  .outline #profile {
    padding: 50px 0 40px;
  }
  .outline #profile .sec_ttl {
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .outline #profile .sec_blk {
    padding: 5px 0 20px;
  }
  .outline #profile .iframe_wrap {
    height: 200px;
  }
  .outline #profile .iframe_wrap iframe {
    height: 500px;
    margin: -140px 0 0;
  }
  .outline #profile .map {
    margin: 0 0 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .outline #profile .map ul {
    margin: -10px;
  }
  .outline #profile .map ul li {
    float: none;
    width: 100%;
    padding: 10px;
  }
  .outline #profile .showroom {
    padding: 20px;
  }
  .outline #profile .showroom > * {
    float: none;
    width: 100%;
  }
  .outline #profile .showroom .showroom-left {
    padding: 0;
    margin: 0 0 15px;
    background-size: contain;
  }
  .outline #profile .showroom .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .outline #profile .showroom .ttl span {
    letter-spacing: -1px;
  }
  .outline #profile .showroom .notes {
    margin: 0 0 5px;
    font-size: 10px;
    font-size: 1rem;
  }
  .outline #profile .showroom .address {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .outline #profile .showroom .information {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .outline #profile .showroom .showroom-image {
    padding: 20px 0 0;
  }
  .outline #profile .showroom .showroom-image ul li {
    float: none;
    width: 100%;
  }
}

.outline #history {
  padding: 70px 0;
  background: #fbfbfb url(../img/company/outline_history_bg01.jpg) no-repeat 50% 50%/cover;
}

.outline #history .inner {
  max-width: 900px;
}

.outline #history .sec_ttl {
  display: table;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.outline #history .sec_ttl:before, .outline #history .sec_ttl:after {
  content: "";
  display: table-cell;
  border-top: 1px solid #9f9f9f;
  transform: translate(0, 1em);
}

.outline #history .sec_ttl span {
  display: table-cell;
  width: 4em;
  padding: 0 1em;
}

.outline #history .tbl-company th {
  width: 180px;
}

@media screen and (max-width: 768px) {
  .outline #history {
    padding: 40px 0;
  }
  .outline #history .sec_ttl {
    margin: 0 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .outline #history .tbl-company th {
    width: 125px;
  }
}

/* =======================================

    採用情報

======================================= */
.recruit #row {
  padding: 70px 0 0;
}

.recruit #row .inner {
  max-width: 900px;
}

.recruit #row .not {
  padding: 40px 20px;
  margin: 40px 0 80px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #9f9f9f;
}

.recruit #row .sec_blk:not(:last-child) {
  margin: 0 0 80px;
}

.recruit #row .job {
  margin: 0 0 20px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.recruit #row figure {
  margin: 0 0 30px;
}

.recruit #row .tbl-company th {
  width: 220px;
}

@media screen and (max-width: 768px) {
  .recruit #row {
    padding: 40px 0;
  }
  .recruit #row .not {
    padding: 25px 15px;
    margin: 0 0 -20px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recruit #row .sec_blk:not(:last-child) {
    margin: 0 0 45px;
  }
  .recruit #row .job {
    margin: 0 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recruit #row figure {
    margin: 0 0 20px;
  }
  .recruit #row .tbl-company th {
    width: 120px;
  }
}

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