@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* タブレット */
/* PC:最低幅 */
/* PC:中幅 */
/* PC:大幅 */
/* PC:VW基準*/
/* PC:%基準*/
/* PC:大幅VW基準*/
/* PC:大幅%基準*/
/* PC:中幅VW基準*/
/* PC:中幅%基準*/
/* PC:px基準*/
/* タブレットpx基準 */
/* タブレット%基準 */
/* スマートフォンvw基準 */
/* スマートフォン%基準 */
.page-title {
  background: url(../img/company/mv_company.jpg) no-repeat left top;
}

.intro {
  line-height: 1.4;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}

#outline .table div {
  margin-bottom: 1em;
}
#outline .table div a {
  padding-left: 2em;
  background: url(../img/common/arw_s_r_r.png) no-repeat left 1em center;
  background-size: auto 16px;
}

#contents_nav {
  margin: 5em 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contents_nav li {
  margin: 0 0 15px 0;
  width: 550px;
  font-size: 0;
  line-height: 1;
  font-weight: bold;
}
#contents_nav li figure {
  position: relative;
}
#contents_nav li img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
#contents_nav li figcaption {
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7) url(../img/common/arw_r.png) no-repeat center right 1em;
  background-size: 24px auto;
  font-size: 2rem;
}
#contents_nav a {
  margin: 0.5em 0 0;
  display: block;
  background: transparent url(../img//common/img/arrow_sq_l_grn.gif) no-repeat right center;
  display: block;
  text-decoration: none;
  color: #1F1713;
}

#movie .inner {
  padding: 30px;
  width: 940px;
  background: transparent url(../img/common/bg_wht.gif);
  text-align: center;
}
#movie .m-ttl h3 {
  margin-bottom: 0;
  color: #060;
  font-size: 2.8rem;
  text-align: center;
}
#movie .m-ttl p {
  font-weight: normal;
}
#movie iframe {
  margin: 30px auto 0;
}

.section .job-intro h2 {
  color: #1F1713;
}
.section .job-intro h3 {
  margin: 30px 0;
  border: none;
  text-align: center;
  font-size: 2.8rem;
  color: #1F1713;
}

.sign {
  margin-top: 2em;
  text-align: right;
}

.job h3 {
  margin: 2em 0 1em;
  border: none;
  text-align: center;
  font-size: 3rem;
  color: #1F1713;
}

.staff h3 {
  margin: 1.5em 0;
  text-align: center;
  font-size: 3rem;
}

.section {
  /*
  h2 {
    margin: 1em 0;
    padding-bottom: .5em;
    text-align: center;
    font-size: 3.2rem;
    font-weight: normal;
    border-bottom: solid 1px rgba(0,0,0,.15);
  }
  */
}
.section.office figure {
  font-size: 0;
  line-height: 0;
}
.section.office h3 {
  margin: 1em 0;
  border: none;
  text-align: center;
  font-size: 2.8rem;
  font-weight: normal;
}

.job-box {
  padding: 30px;
  border: solid 2px #ccc;
  background: #fcfcfc;
}

.section .job-box dt {
  margin: 0 0 1em;
  font-size: 2.2rem;
  font-weight: normal;
  color: #E40011;
  line-height: 1.4;
}

.job2col {
  margin: 0 0 30px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.job2col li {
  padding: 30px 40px;
  width: 48%;
  border: solid 2px #ccc;
  background: #fcfcfc;
}
.job2col dt {
  margin: 0 0 0.75em;
  color: #E40011;
  font-size: 2.4rem;
}

.job-box .btn_contact {
  margin: 15px auto 0;
  padding: 5px;
  font-size: 2rem;
  width: 50%;
  text-align: center;
  display: block;
}

.f-tel .free-dial img {
  display: none;
}

.btn_contact.free-dial {
  margin: 0 15px 0 0;
}

.job-box .btn_contact .free-dial a {
  padding: 0 0 0 60px;
  display: inline-block;
  color: #E40011;
  text-decoration: none;
  background: transparent url(../img/common/icon_fd.png) no-repeat left center;
  background-size: 50px auto;
  font-size: 4rem;
  font-family: "Times New Roman";
  line-height: 1.2;
}

.access {
  margin: 0 0 50px;
  width: 100%;
  display: block;
}
.access dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.access dl dt {
  padding: 0;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  line-height: 1;
  width: 6em;
}
.access dl dt:first-letter {
  color: #E40011;
}
.access dl dd {
  padding: 0 0 1.5em;
}
.access > div {
  width: 100%;
}
.access .img-access {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access .img-access figure {
  width: 49%;
}

dl a {
  text-decoration: underline;
}

.greeting {
  margin-top: 5em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.section .greeting h2 {
  margin: 0 0 1em;
  padding: 0;
  border: none;
  text-align: left;
  border: none;
}

.greeting {
  margin-bottom: 60px;
}
.greeting .float-left {
  width: 47.5rem;
}
.greeting .float-right {
  width: 57rem;
}

.profile-head {
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  border-bottom: solid 2px #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.profile-head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 7em;
  height: 1px;
  border-bottom: solid 2px #E40011;
}
.profile-head h3 {
  margin: 0;
  font-size: 4.2rem;
  font-weight: 300;
}
.profile-head h3 span {
  margin-right: 1.5em;
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
}
.profile-head .en {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
}
.profile-body dl {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: dotted 1px #ccc;
  font-size: 1.5rem;
  line-height: 1.6;
}
.profile-body dl dt {
  width: 40%;
}
.profile-body dl dd {
  width: 60%;
}

.story-outline {
  position: relative;
}
.story-outline-head {
  padding-right: 50rem;
  height: 36rem;
}
.story-outline-head h2 {
  margin-bottom: 4rem;
  text-align: left;
  font-size: 2.8rem;
}
.story-outline-img {
  width: 47.5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.history {
  margin: 0 auto;
  width: 104.5rem;
}
.history-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.history-list {
  position: relative;
  width: 75rem;
}
.history-list:after {
  content: "";
  position: absolute;
  left: 15%;
  top: 1em;
  display: block;
  width: 1px;
  height: 100%;
  background: #B1B1A7;
  z-index: 0;
}
.history h2 {
  margin: 3em auto 2em;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
}
.history dl {
  margin-bottom: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.history dl:last-child {
  margin-bottom: 0;
}
.history dl dt {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
  color: #B1B1A7;
  width: 20%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
  line-height: 1.4;
}
.history dl dt:after {
  position: absolute;
  top: 0.5em;
  right: 18.5%;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.3rem;
  background: url(../img/company/parts_history.png) no-repeat center center;
  background-size: 18px auto;
}
.history dl dd {
  width: 80%;
  font-size: 1.5rem;
}
.history dl dd h3 {
  font-size: 2.4rem;
}
.history dl dd p {
  margin-left: 1.75em;
}
.history:after {
  position: relative;
  content: "";
  left: 17rem;
  border-bottom: solid 2px #B1B1A7;
}
.history-img {
  width: 28rem;
}
.history-img figure {
  margin-bottom: 1.5em;
}

.btn-blog {
  margin-top: 3em;
  text-align: center;
}
.btn-blog a {
  padding: 0.75em 3em 0.75em 2.5em;
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  background: rgb(33, 23, 19) url(../img/common/arw_r.png) no-repeat right 1em center;
  background-size: 2.7rem auto;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
}

.ceo-bnr {
  margin: 30px 0 0;
}
.ceo-bnr li {
  margin: 0 0 10px;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

#contents_nav {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contents_nav li {
  margin: 0 0 30px;
  width: 48.5%;
  text-align: center;
}
#contents_nav.col3 li {
  width: 33%;
}
#contents_nav .nav-mttl {
  color: #E40011;
  text-align: center;
  font-weight: 400;
}
#contents_nav h2 {
  margin: 0 0 0.75em;
  padding: 0;
  border: none;
  font-size: 2.2rem;
  text-align: center;
}
#contents_nav a {
  display: block;
  padding: 15px 20px 20px;
  background: rgba(0, 0, 0, 0.05);
  color: rgb(33, 23, 19);
  text-decoration: none;
  height: 100%;
}
#contents_nav h2 span {
  margin: 12px 0 0;
  color: #000;
  font-weight: bold;
}
#contents_nav .dsc {
  margin: 1em 0 0;
  line-height: 1.6;
  text-align: left;
}
#contents_nav .dsc span {
  display: block;
  color: #E40011;
}
#contents_nav a:hover {
  text-decoration: none;
}
#contents_nav .tn {
  border: none;
  background: #f3f3f3 url(../img/parts_tn.png) no-repeat center center;
}

@media only screen and (max-width: 767px) {
  .intro {
    text-align: center;
    font-size: 1.6rem;
  }
  .intro h2 {
    border: none;
    text-align: center;
  }
  .intro br {
    display: inline;
  }
  #contents_nav {
    width: 100%;
    overflow: hidden;
  }
  #contents_nav li {
    margin: 0 0 20px 0;
    padding: 5px;
    float: none;
    width: 100%;
    font-size: 1.3rem;
  }
  #contents_nav a {
    margin: 0.25em 0 0;
    display: block;
  }
  #contents_nav img {
    width: 100%;
    height: auto;
  }
  .gmap {
    width: 100%;
    height: 320px;
  }
  #movie .inner {
    padding: 0;
    width: 100%;
  }
  #movie .m-ttl h3 {
    margin-bottom: 0;
    padding: 20px 20px 0;
    color: #090;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.2;
  }
  #movie .m-ttl p {
    font-weight: 500;
  }
  #movie iframe {
    margin: 20px 0 0;
    width: 100%;
  }
  .job-box {
    padding: 15px;
    background: #fcfcfc;
  }
  .section.office h3 {
    margin: 1em auto;
    font-size: 2rem;
  }
  .section .job-box dt {
    margin: 0 0 0.5em;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .section .job-intro h2 {
    border: none;
    text-align: center;
    font-size: 2rem;
    color: #1F1713;
  }
  .section .job-intro h2 br {
    display: none;
  }
  .section .job-intro h3 {
    margin: 30px 0;
    border: none;
    text-align: center;
    font-size: 2rem;
    color: #1F1713;
  }
  .sign img {
    width: 60%;
  }
  .job h3 {
    margin: 30px 0;
    border: none;
    text-align: center;
    font-size: 2rem;
    color: #1F1713;
  }
  .section h2 {
    font-size: 2.4rem;
  }
  .job2col {
    margin: 0;
    width: 100%;
    display: block;
  }
  .job2col li {
    margin: 0 0 20px;
    padding: 15px 15px;
    float: none;
    width: 100%;
    background: transparent url(../img/common/bg_wht.gif);
  }
  .job2col li:last-child {
    margin: 0;
  }
  .job2col dt {
    margin: 0 0 0.5em;
    font-size: 1.8rem;
    text-align: center;
  }
  .job-box .btn_contact {
    width: 100%;
    display: block;
  }
  .f-tel .free-dial img {
    display: none;
  }
  .job-box .btn_contact a {
    padding: 0.75em 0 0.75em 2rem;
    border-radius: 4px;
    display: block;
    font-size: 1.5rem;
    color: #fff;
  }
  .job-box .btn_contact .free-dial a {
    font-size: 3rem;
  }
  .access {
    margin: 0 0 30px;
    width: 100%;
    overflow: hidden;
  }
  .access dd {
    width: 100%;
  }
  .access dd br {
    display: none;
  }
  .access .float-left {
    margin: 0 0 30px;
    width: 100%;
  }
  .access .table {
    width: 100%;
  }
  .access .table dt,
  .access .table dd {
    width: 100%;
  }
  .access .img-access {
    margin-top: 30px;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .access .img-access figure {
    width: 100%;
  }
  .greeting {
    margin-top: 3em;
    margin-bottom: 5vw;
    width: 100%;
    display: block;
  }
  .greeting .float-left,
  .greeting .float-right {
    width: 100%;
  }
  .greeting .float-right {
    margin-bottom: 5vw;
  }
  .section .greeting h2 {
    margin: 0 0 35px;
    text-align: left;
  }
  .section .greeting h2 {
    text-align: center;
  }
  .section .greeting h2 {
    margin: 0 0 1em;
    padding: 0;
    border: none;
    text-align: left;
    border: none;
  }
  .profile-head {
    margin-bottom: 2em;
    padding-bottom: 0.5em;
    border-bottom: solid 2px #b3b3b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  .profile-head::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 7em;
    height: 1px;
    border-bottom: solid 2px #E40011;
  }
  .profile-head h3 {
    margin: 0;
    font-size: 3.6rem;
    font-weight: 300;
  }
  .profile-head h3 span {
    margin-right: 1.5em;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .profile-head .en {
    font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.05em;
    font-size: 2rem;
  }
  .profile-body dl {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    display: block;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .profile-body dl dt {
    margin-bottom: 0.5em;
    width: auto;
    font-weight: 600;
  }
  .profile-body dl dd {
    padding-left: 1em;
    width: auto;
    line-height: 1.4;
  }
  .story-outline {
    position: relative;
  }
  .story-outline-head {
    margin-bottom: 1.5em;
    padding-right: 0;
    height: auto;
  }
  .story-outline-head h2 {
    margin-bottom: 3rem;
    text-align: left;
    font-size: 2rem;
  }
  .story-outline-img {
    margin-top: 2em;
    width: 100%;
    position: static;
  }
  .history {
    margin: 0 auto;
    width: 100%;
  }
  .history-wrapper {
    display: block;
  }
  .history-list {
    position: relative;
    width: 100%;
  }
  .history-list:after {
    content: "";
    position: absolute;
    left: 20%;
    top: 1em;
    display: block;
    width: 1px;
    height: 100%;
    background: #B1B1A7;
    z-index: 0;
  }
  .history h2 {
    margin: 3em auto 2em;
  }
  .history dl {
    margin-bottom: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .history dl:last-child {
    margin-bottom: 0;
  }
  .history dl dt {
    font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
    color: #B1B1A7;
    width: 25%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: right;
    line-height: 1.4;
  }
  .history dl dt:after {
    position: absolute;
    top: 0.5em;
    right: 10%;
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.3rem;
    background: url(../img/company/parts_history.png) no-repeat center center;
    background-size: 18px auto;
  }
  .history dl dd {
    width: 75%;
    font-size: 1.5rem;
  }
  .history dl dd h3 {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
  }
  .history dl dd p {
    margin-left: 1.75em;
  }
  .history:after {
    position: relative;
    content: "";
    left: 17rem;
    border-bottom: solid 2px #B1B1A7;
  }
  .history-img {
    margin-top: 2em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .history-img figure {
    padding: 2%;
    width: 50%;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
  }
  .btn-blog {
    margin-top: 3em;
    text-align: center;
  }
  .btn-blog a {
    font-size: 2rem;
  }
  #contents_nav {
    width: 100%;
    overflow: hidden;
  }
  #contents_nav.col3 li,
  #contents_nav li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  #contents_nav .nav-mttl {
    color: #E40011;
    text-align: center;
    font-weight: 400;
  }
  #contents_nav h2 {
    margin: 0 0 0.75em;
    padding: 0;
    border: none;
    text-align: center;
  }
  #contents_nav img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
  }
  #contents_nav a,
  #contents_nav h2 span {
    margin: 12px 0 0;
    padding: 0;
    color: #000;
  }
  #contents_nav a {
    padding: 4vw;
  }
  #contents_nav .dsc {
    margin: 1em 0 0;
    line-height: 1.6;
    font-weight: 400;
  }
  #contents_nav a:hover {
    text-decoration: none;
  }
  #contents_nav .tn {
    display: none;
  }
}