@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

a:hover img {
  opacity: 0.8;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", 'Roboto', "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 16px;
  color: #1a1a1a;
}

.wf-notosansjapanese {
  font-family: "Noto Sans JP";
}

@media screen and (min-width:980px) {
  body {
    padding: 120px 0 0;
  }

  /* ------------------------------------------------------------
    ヘッダー部分
------------------------------------------------------------ */
  header {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 11;
  }

  header .inner {
    height: 120px;
    padding: 0 60px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  header .logo {
    line-height: 1.0;
  }

  header .logo a {
    display: inline-block;
  }

  header .menu {
    display: none;
  }

  header #gnav {
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -webkit-calc(30% - 60px);
    left: calc(30% - 60px);
    margin: auto;
  }

  header #gnav ul {
    display: -webkit-flex;
    display: flex;
  }

  header #gnav ul li:not(:last-of-type) {
    margin-right: 30px;
  }

  header #gnav ul li a {
    font-size: 15px;
    line-height: 60px;
    display: inline-block;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.1em;
    position: relative;
  }

  header #gnav ul li a:hover:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: #ffa300;
    position: absolute;
    bottom: -10px;
  }

  header .sns {
    height: 15px;
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    margin: auto;
  }

  header .sns ul {
    display: -webkit-flex;
    display: flex;
  }

  header .sns ul li:not(:last-of-type) {
    margin-right: 10px;
  }

  header .sns ul li a {
    width: 15px;
    height: 15px;
    display: block;
  }

  /* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
  .bottomOrder {
    background: url(../images/img_bottom_order.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding: 120px 0;
    text-align: center;
  }

  .bottomOrder h2 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 40px;
  }

  .bottomOrder ul li {
    display: inline-block;
    width: 35%;
  }

  .bottomOrder ul li a {
    width: auto;
    line-height: 100px;
    display: block;
    border: #fff solid 2px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s ease;
  }

  .bottomOrder ul li a:after {
    background: url(../images/arw_white.png) no-repeat center;
    content: "";
    width: 10px;
    height: 100px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .bottomOrder ul li a:hover {
    color: #ffa300;
    background: #fff;
  }

  .bottomOrder ul li a:hover:after {
    background: url(../images/arw.png) no-repeat center;
  }

  footer {
    padding: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  footer address {
    width: 50%;
  }

  footer address figure {
    margin: 0 0 15px;
  }

  footer address figure img {
    width
    /***/
    : auto;
  }

  footer address dl dt {
    font-size: 18px;
    font-weight: bold;
  }

  footer address dl dd {
    margin: 20px 0 0;
  }

  footer nav {
    width: 25%;
    margin-left: 25%;
  }

  footer nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer nav ul:not(.sns) li {
    width: 50%;
    margin: 0 0 30px;
  }

  footer nav ul:not(.sns) li a {
    color: #333;
  }

  footer nav ul:not(.sns) li a:hover {
    color: #FFA300;
  }

  footer nav .sns {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  footer nav .sns li:not(:last-of-type) {
    margin-right: 10px;
  }

  footer nav .sns li a {
    width: 20px;
    height: 20px;
    display: block;
  }

  footer .copyright {
    position: absolute;
    line-height: 20px;
    right: 150px;
    bottom: 30px;
  }

  article {
    /*margin: 0 0 90px;*/
    line-height: 1.8;
  }

  /* ------------------------------------------------------------
    トップページ部分
------------------------------------------------------------ */
  .topImage {
    margin: 0 0 60px;
    padding: 0 0 130px;
    position: relative;
  }

  .topImage:before {
    background: #EBE2DE;
    content: "";
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .topImage:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 115px solid transparent;
    border-top: 120px solid #EBE2DE;
    border-right: 115px solid transparent;
    position: absolute;
    right: 0;
    bottom: -120px;
    left: 0;
    margin: auto;
    z-index: -1;
  }

  .topImage figure {
    width: 80%;
    height: 575px;
    margin-left: -webkit-calc(20% - 60px);
    margin-left: calc(20% - 60px);
    overflow: hidden;
    position: relative;
  }

  .topImage figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .topImage .catchphrase {
    position: absolute;
    bottom: 190px;
    left: 60px;
    text-shadow: 1px 1px 0 #fff;
    z-index: 1;
  }

  .topImage .catchphrase h2 {
    color: #ffa300;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
  }

  .topImage .catchphrase small {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .ttlTop {
    line-height: 1.0;
    letter-spacing: 0.1em;
    margin: 0 0 45px;
  }

  .ttlTop h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .ttlTop small {
    color: #ffa300;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #ffa300 solid 3px;
    padding: 0 0 10px;
  }

  .btnMore {
    margin: 30px 0 0;
    width: 50%;
  }

  .btnMore a {
    color: #ffa300;
    width: auto;
    line-height: 56px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
  }

  .btnMore a:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 56px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .btnMore a:hover {
    background: #ffa300;
    color: #fff;
  }

  .btnMore a:hover:after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
  }

  .btnMore02 {
    width: 25%;
    position: absolute;
    bottom: 60px;
    /* -30px */
  }

  .btnMore02 a {
    background: #ffa300;
    color: #fff;
    width: auto;
    line-height: 56px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
  }

  .btnMore02 a:after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 56px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .btnMore02 a:hover {
    background: #fff;
    color: #ffa300;
  }

  .btnMore02 a:hover:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
  }

  .serviceTop {
    margin: 120px 0;
    /* 0 0 90px; */
  }

  .serviceTop .lead {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .serviceTop .lead .txtarea {
    width: 50%;
    padding: 0 60px 0 180px;
    /* 0 60px; */
    box-sizing: border-box;
    font-weight: bold;
    line-height: 2.25;
  }

  .serviceTop .lead figure {
    width: 50%;
  }

  .serviceTop ul {
    position: relative;
  }

  .serviceTop ul:after {
    background: url(../images/pt_line.png);
    content: "";
    width: 230px;
    display: block;
    position: absolute;
    top: 12.5%;
    right: 0;
    bottom: 12.5%;
    left: 0;
    margin: auto;
    z-index: -1;
  }

  .serviceTop ul li {
    position: relative;
  }

  .serviceTop ul li:not(:last-of-type) {
    margin: 120px 0;
    /* 0 0 60px; */
  }

  .serviceTop ul li:nth-of-type(1) figure {
    width: 30%;
    margin: 0 0 0 20%;
  }

  .serviceTop ul li:nth-of-type(2) figure {
    width: 40%;
    margin: 0 0 0 50%;
  }

  .serviceTop ul li:nth-of-type(3) figure {
    width: 50%;
  }

  .serviceTop ul li h3 {
    padding: 0 0 10px;
    font-size: 36px;
    line-height: 1.0;
    font-weight: bold;
    border-bottom: #ffa300 solid 3px;
    position: absolute;
    top: 60px;
  }

  .serviceTop ul li:nth-of-type(2n+1) h3 {
    left: 50%;
    padding-left: 60px;
  }

  .serviceTop ul li:nth-of-type(2n) h3 {
    right: 50%;
    padding-right: 60px;
  }

  .serviceTop ul li:nth-of-type(2n+1) .btnMore02 {
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
  }

  .serviceTop ul li:nth-of-type(2n) .btnMore02 {
    right: -webkit-calc(50% - 30px);
    right: calc(50% - 30px);
  }

  .contents {
    background: #f5f5f5;
    padding: 120px 0;
    /*border-bottom: #ddd solid 1px;*/
  }

  .contents ul {
    width: 960px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .contents ul li {
    width: 450px;
  }

  .contents ul li:nth-of-type(2n) {
    margin: 40px 0 0;
  }

  .contents ul li figure {
    background: #eee;
    width: 450px;
    height: 300px;
  }

  .contents ul li div {
    background: #fff;
    padding: 40px 40px 20px;
    position: relative;
    line-height: 1.0;
  }

  .contents ul li div:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 16px;
    position: absolute;
    right: 40px;
    bottom: 20px;
  }

  .contents ul li a div {
    color: #000;
    font-size: 16px;
    font-weight: bold;
  }

  .contents ul li a div span {
    background: #ffa300;
    padding: 0 20px;
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.1em;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 40px;
  }

  .contents ul li a div span:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 10px solid #ffa300;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -10px;
  }

  .contents ul li a div span:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 10px solid #ffa300;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -10px;
  }

  .newsTop {
    padding: 120px 0 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsTop .ttlTop {
    width: 100%;
    padding-left: 60px;
    box-sizing: border-box;
  }

  .newsTop figure {
    background: url(../images/top/img_news.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 50%;
  }

  .newsTop .txtarea {
    width: 50%;
    padding: 60px;
    box-sizing: border-box;
  }

  .newsTop .txtarea dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
  }

  .newsTop .txtarea dl dt {
    width: 100px;
    padding: 20px 0;
    border-top: #ddd solid 1px;
  }

  .newsTop .txtarea dl dd {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 20px 0;
    border-top: #ddd solid 1px;
  }

  .newsTop .txtarea dl dd a {
    color: #1a1a1a;
  }

  .newsTop .txtarea dl dd a:hover {
    color: #FFA300;
  }

  /* ------------------------------------------------------------
    共通クラス部分
------------------------------------------------------------ */
  .ttlSub {
    height: 410px;
    line-height: 1.0;
    letter-spacing: 0.1em;
    margin: 0 0 45px;
    position: relative;
  }

  .ttlSub:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .ttlSub .inner {
    background: #fff;
    margin: 0 60px;
    padding: 60px;
    display: inline-block;
  }

  .ttlSub strong {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 15px;
    display: block;
  }

  .ttlSub h1 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 10px;
  }

  /* ------------------------------------------------------------
    新着情報ページ部分
------------------------------------------------------------ */
  .news .ttlSub:before {
    background: url(../images/news/ttl_news.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .news .ttlSub h1 {
    color: #ffa300;
    border-bottom: #ffa300 solid 3px;
  }

  .news .ttlEntries {
    max-width: 1024px;
    margin: 0 auto 45px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .news .ttlEntries h2 {
    font-size: 32px;
    margin: 60px 0 15px;
    line-height: 1.8;
  }

  .news .ttlEntries .time {
    color: #ffa300;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #ffa300 solid 3px;
    padding: 0 0 10px;
  }

  .news .entries {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 0;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    line-height: 2.0;
  }

  .news .entries strong {
    font-weight: bold;
  }

  .news .entries img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
    margin: 15px 0;
  }

  .news .entries h2:first-letter {
    font-size: 2em;
    color: #ff6300;
  }

  .news .entries h3 {
    padding: 0.3em 0.5em;
    /*上下 左右の余白*/
    color: #1a1a1a;
    /*文字色*/
    /*background: transparent;/*背景透明に*/
    background: #fffaf4;
    /*背景色*/
    border-left: solid 5px #ffa300;
    /*左線*/
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: bold;
  }

  .news .entries .orange {
    color: #ffa300;
  }

  /*--ナンバリング--*/
  .news .entries ul {
    background: #fcfcfc;
    /*背景色*/
    padding: 0.5em 0.5em 0.5em 2em;
    /*ボックス内の余白*/
    /*border: solid 2px #ddd;/*線の種類 太さ 色*/
  }

  .news .entries ul li {
    padding: 0 0 0 20px;
    position: relative;
    list-style: none;
    counter-increment: number;
  }

  .news .entries ul li:before {
    content: counter(number)".";
    position: absolute;
    top: 0;
    left: 0;
  }

  .news .entries li:not(:last-of-type) {
    margin: 0 0 0;
  }

  /*--ナンバリングここまで--*/
  .news .entries .type1 {
    border-collapse: collapse;
    width: 100%;
  }

  .news .entries .type1 th,
  .news .entries .type1 td {
    border: 1px solid #dbe1e8;
    padding: 8px;
  }

  .news .entries .type1 th {
    background: #f9fafc;
    text-align: left;
    width: 120px;
  }

  .news dl {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
  }

  .news dl dt {
    width: 100px;
    padding: 30px 0;
    border-top: #ddd solid 1px;
  }

  .news dl dd {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 30px 0;
    border-top: #ddd solid 1px;
  }

  .news dl dd a {
    color: #1a1a1a;
  }

  .news dl dd a:hover {
    color: #FFA300;
  }

  .pager {
    margin: 60px auto 150px;
  }

  .pager ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .pager ul li {
    margin: 0 1px;
  }

  .pager ul li span,
  .pager ul li a {
    display: block;
    padding: 5px 15px;
  }

  .pager ul li a {
    background: #eee;
    color: #1a1a1a;
  }

  .pager ul li a:hover,
  .pager ul .active {
    background: #ffa300;
    color: #fff;
  }

  .news .btnBack {
    width: 25%;
    margin: 60px auto 150px;
  }

  .news .btnBack a {
    background: #fff;
    color: #ffa300;
    width: auto;
    line-height: 56px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
  }

  .news .btnBack a:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 56px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .news .btnBack a:hover {
    color: #fff;
    background: #ffa300;
  }

  .news .btnBack a:hover:after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
  }

  /* ------------------------------------------------------------
    サービスページ部分
------------------------------------------------------------ */
  .service .ttlSub:before {
    background: url(../images/service/ttl_service.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .service .ttlSub h1 {
    color: #ffa300;
    border-bottom: #ffa300 solid 3px;
  }

  .service .ttlSub+p {
    max-width: 1024px;
    margin: 80px auto 0;
    line-height: 2.25;
  }

  .service .type {
    padding: 120px 0;
  }

  .service .type:nth-of-type(2n) {
    background: #f5f5f5;
  }

  .service .type hgroup {
    text-align: center;
    margin: 0 0 45px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .service .type hgroup h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .service .type hgroup small {
    color: #ffa300;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #ffa300 solid 3px;
    padding: 0 0 10px;
  }

  .service .type ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .service .type ul li:nth-of-type(3n+1) figure {
    width: 50%;
    margin: 0 0 60px 0;
    /* 元々なかった項目 */
  }

  .service .type ul li:nth-of-type(3n+2) figure {
    width: 30%;
    margin: 60px 0;
    /* 元々なかった項目 */
  }

  .service .type ul li:nth-of-type(3n) figure {
    width: 40%;
    margin: 60px 0 60px 10%;
    /* 0 0 0 10%; */
  }

  .service .type ul li .txtarea {
    width: 50%;
    padding: 60px;
    margin: 0 10% 0 0;
    /* 元々なかった項目 */
    box-sizing: border-box;
    line-height: 2.0;
  }

  .service .type ul li:nth-of-type(2n) .txtarea {
    -webkit-order: -1;
    order: -1;
    margin: 0 0 0 10%;
    /* 元々なかった項目 */
    line-height: 2.0;
  }

  .service .type ul li .txtarea h3 {
    margin: 0 0 30px;
    font-size: 24px;
    /* 18px; */
    font-weight: bold;
  }

  /* ------------------------------------------------------------
    会社概要ページ部分
------------------------------------------------------------ */
  .company .ttlSub:before {
    background: url(../images/about/ttl_about.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .company .ttlSub h1 {
    color: #ffa300;
    border-bottom: #ffa300 solid 3px;
  }

  .company .ttlSub+p {
    max-width: 1024px;
    margin: 80px auto 60px;
    line-height: 2.25;
  }

  .company .table {
    max-width: 1024px;
    margin: 0 auto 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
    line-height: 2.0;
  }

  .company .table>dt {
    width: 30%;
    padding: 30px 0;
    border-top: #ddd solid 1px;
    text-indent: 30px;
  }

  .company .table>dd {
    width: 70%;
    padding: 30px 0;
    border-top: #ddd solid 1px;
  }

  .company .table>dd dt:not(:first-of-type) {
    margin: 30px 0 0;
  }

  .company .access {
    background: #EBE2DE;
    padding: 60px 0 330px;
    padding: 60px 0 150px;
  }

  .company .access hgroup {
    text-align: center;
    margin: 0 0 45px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .company .access hgroup h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 60px 0 15px;
  }

  .company .access hgroup small {
    color: #ffa300;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #ffa300 solid 3px;
    padding: 0 0 10px;
  }

  .company .access .map {
    text-align: right;
  }

  .company .access .map #map {
    background: #eee;
    max-width: 1024px;
    height: 540px;
    margin: 0 auto;
  }

  .company .access .map dl {
    background: #ffa300;
    margin: -60px 60px 0 0;
    padding: 40px;
    display: inline-block;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 1;
  }

  .company .access .map dl dt {
    font-size: 18px;
    font-weight: bold;
  }

  .company .access .map dl dd {
    margin: 20px 0 0;
  }

  /* ------------------------------------------------------------
    採用情報部分
------------------------------------------------------------ */
  .recruit .ttlSub:before {
    background: url(../images/recruit/ttl_recruit.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .recruit .ttlSub h1 {
    color: #ffa300;
    border-bottom: #ffa300 solid 3px;
  }

  .recruit .ttlSub+p {
    max-width: 1024px;
    margin: 80px auto 60px;
    line-height: 2.25;
  }

  .recruit nav ul {
    margin: 0 0 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .recruit nav ul li:not(:last-of-type) {
    margin-right: 30px;
  }

  .recruit nav ul li a {
    color: #ffa300;
    line-height: 56px;
    padding: 0 60px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
  }

  .recruit nav ul li a:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 56px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .recruit nav ul li a:hover {
    color: #fff;
    background: #ffa300;
  }

  .recruit nav ul li a:hover:after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
  }

  .recruit .job {
    position: relative;
  }

  .recruit .job h2 {
    padding: 0 60px 10px 0;
    font-size: 36px;
    line-height: 1.0;
    font-weight: bold;
    border-bottom: #ffa300 solid 3px;
    position: absolute;
    top: 60px;
    right: 60%;
  }

  .recruit .job figure {
    width: 60%;
    overflow: hidden;
    margin: 0 0 60px 40%;
  }

  .recruit .description {
    background: #f5f5f5;
    padding: 60px 0;
    position: relative;
    line-height: 2.0;
  }

  .recruit .description h3 {
    background: #ffa300;
    color: #fff;
    padding: 0 60px;
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    position: absolute;
    top: -30px;
    left: 10vw;
  }

  .recruit .description .list {
    max-width: 1024px;
    margin: 0 auto;
  }

  .recruit .description .list li {
    padding: 0 0 0 27px;
    position: relative;
  }

  .recruit .description .list li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .recruit .description .list li:not(:last-of-type) {
    margin: 0 0 10px;
  }

  .recruit .description p {
    max-width: 1024px;
    margin: 30px auto 0;
    font-size: 14px;
  }

  .recruit .guideline {
    padding: 60px 0;
    position: relative;
  }

  .recruit .guideline h3 {
    background: #ffa300;
    color: #fff;
    padding: 0 60px;
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    position: absolute;
    top: -30px;
    left: 10vw;
  }

  .recruit .table {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
    line-height: 2.0;
  }

  .recruit .table>dt {
    width: 30%;
    padding: 30px 0;
    border-top: #ddd solid 1px;
    text-indent: 30px;
  }

  .recruit .table>dd {
    width: 70%;
    padding: 30px 0;
    border-top: #ddd solid 1px;
  }

  .recruit .btnForm {
    width: 25%;
    margin: 60px auto 150px;
  }

  .recruit .btnForm a {
    background: #fff;
    color: #ffa300;
    width: auto;
    line-height: 56px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
  }

  .recruit .btnForm a:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 56px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .recruit .btnForm a:hover {
    color: #fff;
    background: #ffa300;
  }

  .recruit .btnForm a:hover:after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
  }

  /* ---外部サイト--- */
  .recruit .btndignity {
    width: 25%;
    margin: 60px auto 120px;
  }

  .recruit .btndignity a {
    background: #fff;
    color: #ffa300;
    width: auto;
    line-height: 56px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
  }

  .recruit .btndignity a:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 56px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .recruit .btndignity a:hover {
    color: #fff;
    background: #ffa300;
  }

  .recruit .btndignity a:hover:after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
  }

  /* ------------------------------------------------------------
    お問い合わせ部分
------------------------------------------------------------ */
  .contact .ttlSub:before {
    background: url(../images/contact/ttl_contact.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .contact .ttlSub h1 {
    color: #ffa300;
    border-bottom: #ffa300 solid 3px;
  }

  .contact .ttlSub+p {
    max-width: 1024px;
    margin: 80px auto 60px;
    line-height: 2.25;
  }

  .contact .telArea {
    max-width: 1028px;
    padding: 30px;
    margin: 0 auto 80px;
    border: #f5f5f5 solid 5px;
    box-sizing: border-box;
    position: relative;
  }

  .contact .telArea dt {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .contact .telArea:after {
    background: #ffa300;
    content: "";
    width: 3px;
    height: auto;
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
  }

  .contact .telArea dd.telno {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -webkit-calc(50% + 30px);
    left: calc(50% + 30px);
    margin: auto;
  }

  .contact .telArea dd.telno span {
    font-weight: bold;
  }

  form dl {
    max-width: 1028px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    border-bottom: #ddd solid 1px;
  }

  form dl dt {
    width: 30%;
    padding: 30px 0;
    font-weight: bold;
    box-sizing: border-box;
    border-top: #ddd solid 1px;
  }

  form dl dt.must:after {
    background: #ffa300;
    content: "必須";
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
  }

  form dl dd {
    width: 70%;
    padding: 30px 0;
    box-sizing: border-box;
    border-top: #ddd solid 1px;
  }

  form dl dd .caution {
    color: #f00;
    font-weight: bold;
    margin: 0 0 10px;
  }

  form dl dd ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  form dl dd input[type="text"] {
    width: 100%;
    height: 40px;
    border: #ddd solid 1px;
    font-size: 14px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }

  form dl dd select,
  form dl dd input[type="date"] {
    height: 40px;
    border: #ddd solid 1px;
    font-size: 14px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }

  form dl dd input[type="date"] {
    margin: 0 10px 0 0;
  }

  form dl dd textarea {
    width: 100%;
    height: 250px;
    border: #ddd solid 1px;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
  }

  form ul.btnSubmit {
    margin: 60px 0 0;
    padding: 0 0 150px;
    text-align: center;
    border-bottom: #ddd solid 1px;
  }

  form ul.btnSubmit li {
    display: inline-block;
    width: 25%;
  }

  form ul.btnSubmit li input[type="submit"] {
    background: #fff;
    width: 100%;
    color: #ffa300;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;
    display: inline-block;
    border: #ffa300 solid 2px;
    letter-spacing: 0.1em;
    transition: all 0.5s ease;
  }

  form ul.btnSubmit li input[type="submit"]:hover {
    background: #ffa300;
    color: #fff;
  }
}