@charset "UTF-8";
/* =============================================
- 追加
================================================ */
/* =============================================
- base
================================================ */
body {
  color: #282828;
  line-height: 1.8em;
  font-size: 14px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 980px) {
  body {
    line-height: 1.9em;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
#wrap {
  overflow: hidden;
}

/* =============================================
- base
================================================ */
img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .tab {
    display: none;
  }
}
.blank {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.blank:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/icon_blank.png);
  position: absolute;
  right: 0px;
  top: 50%;
  background-size: cover;
  margin-top: -6px;
}

a.link {
  color: #776B0A;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  a.link {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  a.link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

/* =============================================
- HEADER
================================================ */
@media screen and (max-width: 979px) {
  /* =============================================
  - header
  ================================================ */
  #header .headArea {
    height: 60px;
    width: 100%;
    background-color: #3C3C3C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    padding-left: 15px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  body {
    padding-top: 60px;
  }

  #header .logo {
    margin-top: -7px;
    display: inline-block;
    width: 150px;
    height: 30px;
  }
  #header .logo a {
    display: block;
  }
  #header .logo svg {
    width: 100%;
    height: 30px;
  }
  #header .logo svg path, #header .logo svg circle {
    fill: #fff;
  }
  #header .logo .pc_none {
    display: none;
  }

  /* =============================================
  - navBtn
  ================================================ */
  .navBtn {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 99999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background-color: #FFDC1A;
  }
  .navBtn span {
    width: 32px;
    height: 2px;
    background-color: #3C3C3C;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -1px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .navBtn span:after, .navBtn span:before {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #3C3C3C;
    display: block;
    position: absolute;
    left: 0px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .navBtn span:after {
    top: -10px;
  }
  .navBtn span:before {
    bottom: -10px;
  }
  .navBtn.active span {
    background-color: transparent;
  }
  .navBtn.active span:after {
    top: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navBtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  /* =============================================
  - navigation
  ================================================ */
  #navigation {
    width: calc( 100% + 60px);
    height: 100%;
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 999;
    background-color: #3C3C3C;
    padding: 0px 60px 100px 0px;
    overflow-y: scroll;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #navigation .gnav > ul {
    width: 100%;
    border-top: 1px solid #525252;
  }
  #navigation .gnav > ul > li {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #525252;
    position: relative;
  }
  #navigation .gnav > ul > li > a, #navigation .gnav > ul > li > span {
    cursor: pointer;
    position: relative;
    font-size: 15px;
    color: #fff;
    padding: 20px 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* =============================================
  - btn_recruit
  ================================================ */
}
@media screen and (max-width: 979px) and (min-width: 980px) {
  #navigation .gnav > ul > li > a, #navigation .gnav > ul > li > span {
    font-weight: bold;
  }
}
@media screen and (max-width: 979px) {
  #navigation .gnav > ul > li > a:after, #navigation .gnav > ul > li > span:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #525252;
    border-right: 1px solid #525252;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
  }
}
@media screen and (max-width: 979px) {
  #navigation .gnav > ul > li > a.hasChild:after, #navigation .gnav > ul > li > span.hasChild:after {
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
}
@media screen and (max-width: 979px) {
  #navigation .gnav > ul > li > span a {
    color: #fff;
  }
}
@media screen and (max-width: 979px) {
  #navigation .gnav .childList {
    display: none;
  }
  #navigation .gnav .childList li a {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #425177;
    padding: 10px 15px;
    background-color: #fff;
    color: #16254B;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 979px) and (min-width: 980px) {
  #navigation .gnav .childList li a {
    font-weight: bold;
  }
}
@media screen and (max-width: 979px) {
  #navigation .gnav .childList li a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #7184b5;
    border-right: 1px solid #7184b5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
  }
}
@media screen and (max-width: 979px) {
  .open #navigation {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    visibility: visible;
  }
  .open .navBtn span {
    margin-top: 0px;
  }
  .open .navBtn p {
    display: none;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  #navigation .gnav li a {
    font-size: 18px;
    padding: 40px 10px;
  }
  #navigation .gnav li a span {
    margin-top: 5px;
  }
}
@media screen and (max-width: 979px) {
  #header .BtnContact {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    background-color: #16254B;
    padding: 12px 20px;
  }
  #header .BtnContact .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin: 0px auto;
  }
  #header .BtnContact .contact, #header .BtnContact .mail {
    display: inline-block;
    padding: 10px 10px;
    line-height: 1em;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #header .BtnContact .contact {
    width: 60%;
  }
  #header .BtnContact .mail {
    width: 35%;
    margin-left: 5%;
  }
  #header .BtnContact .svgwrap {
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  #header .BtnContact .svgwrap .svg {
    width: 100%;
    height: 100%;
  }
  #header .BtnContact .svgwrap .svg path, #header .BtnContact .svgwrap .svg circle, #header .BtnContact .svgwrap .svg rect {
    fill: #fff;
  }
  #header .BtnContact .txt {
    margin-left: 5%;
    display: block;
  }
}
@media screen and (min-width: 980px) {
  /* =============================================
  - header
  ================================================ */
  #header {
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    padding-left: 15px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #header:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
  }

  body {
    padding-top: 60px;
  }

  #header .logo {
    margin-top: 5px;
    display: inline-block;
    width: 140px;
    height: 32px;
  }
  #header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .logo a:hover {
    opacity: 0.8;
  }
  #header .logo svg {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #header .logo svg path, #header .logo svg circle {
    fill: #000;
  }
  #header .logo .sp_none {
    display: none;
  }

  #header .headArea {
    width: 140px;
  }
  #header #navigation {
    padding-left: 10px;
  }

  /* =============================================
  - navigation
  ================================================ */
  #navigation {
    padding-right: 140px;
  }
  #navigation .gnav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #navigation .gnav > ul > li {
    position: relative;
  }
  #navigation .gnav > ul > li > a, #navigation .gnav > ul > li > span {
    padding: 23px 13px 24px 13px;
    cursor: pointer;
    display: inline-block;
    color: #3C3C3C;
    font-size: 13px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1em;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

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

  /* =============================================
  - 1180px
  ================================================ */
  /* =============================================
  - 1380px
  ================================================ */
  /* =============================================
  - navBtn
  ================================================ */

  /* =============================================
  - top_page
  ================================================ */
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #navigation .gnav > ul > li > a, #navigation .gnav > ul > li > span {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  #navigation .gnav > ul > li > span a {
    color: #3C3C3C;
    font-size: 13px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1em;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #navigation .gnav > ul > li > span a {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  #navigation .gnav .childList {
    opacity: 0;
    display: block !important;
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 200px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #navigation .gnav .childList li {
    display: block;
  }
  #navigation .gnav .childList li.sp {
    display: none;
  }
  #navigation .gnav .childList li a {
    background-color: #16254B;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    line-height: 1em;
    padding: 10px 10px;
    border-bottom: 1px solid #425177;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #navigation .gnav .childList li a:hover {
    background-color: #425177;
  }
  #navigation .gnav .childList.active {
    opacity: 1;
    visibility: visible;
  }
  #navigation .gnav .childList:hover {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 980px) {
  #navigation .btn_recruit {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #FFD800;
    display: inline-block;
    font-size: 13px;
    color: #000000;
    padding: 15px 20px 15px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #navigation .btn_recruit {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  #navigation .btn_recruit:hover {
    color: #fff;
    background-color: #000000;
  }
}
@media screen and (min-width: 980px) {
  #header .BtnContact {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
    height: 100%;
  }
  #header .BtnContact .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  #header .BtnContact .contact, #header .BtnContact .mail {
    display: inline-block;
    padding: 10px 10px;
    line-height: 1em;
    width: 60px;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .BtnContact .contact {
    background-color: #28EA9F;
  }
  #header .BtnContact .mail {
    background-color: #FCFC30;
  }
  #header .BtnContact .svgwrap {
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  #header .BtnContact .svgwrap .svg {
    width: 100%;
    height: 100%;
  }
  #header .BtnContact .svgwrap .svg path, #header .BtnContact .svgwrap .svg circle, #header .BtnContact .svgwrap .svg rect {
    fill: #1E1E1E;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .BtnContact .txt {
    display: none;
  }
  #header .BtnContact .contact:hover, #header .BtnContact .mail:hover {
    background-color: #1E1E1E;
  }
  #header .BtnContact .contact:hover .svgwrap .svg path, #header .BtnContact .contact:hover .svgwrap .svg circle, #header .BtnContact .contact:hover .svgwrap .svg rect, #header .BtnContact .mail:hover .svgwrap .svg path, #header .BtnContact .mail:hover .svgwrap .svg circle, #header .BtnContact .mail:hover .svgwrap .svg rect {
    fill: #fff;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  #header {
    height: 70px;
    padding-left: 23px;
  }
  #header .headArea {
    width: 160px;
  }
  #header .headArea .logo {
    width: 160px;
    height: 36px;
    margin-top: 0px;
  }
  #header #navigation {
    padding-right: 180px;
  }
  #header #navigation .gnav > ul > li > a, #header #navigation .gnav > ul > li > span {
    padding: 28px 18px 27px 18px;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header #navigation .gnav > ul > li > a:hover, #header #navigation .gnav > ul > li > span:hover {
    background-color: #16254B;
    color: #fff;
  }
  #header #navigation .gnav > ul > li > span.link {
    padding: 0;
  }
  #header #navigation .gnav > ul > li > span a {
    display: block;
    padding: 28px 18px 27px 18px;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header #navigation .gnav > ul > li > span:hover a {
    color: #fff;
  }
  #header #navigation .gnav .childList {
    top: 70px;
    width: 240px;
  }
  #header #navigation .gnav .childList li a {
    font-size: 15px;
    padding: 15px 15px;
  }
  #header .BtnContact .contact, #header .BtnContact .mail {
    padding: 10px 10px;
    width: 80px;
  }
  #header .BtnContact .svgwrap {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1380px) {
  #header {
    padding-left: 30px;
  }
  #header .headArea {
    width: 195px;
  }
  #header .headArea .logo {
    width: 195px;
    height: 44px;
  }
  #header #navigation {
    padding-right: 200px;
  }
  #header #navigation .gnav > ul > li > a, #header #navigation .gnav > ul > li > span {
    padding: 27px 25px;
    font-size: 16px;
  }
  #header #navigation .gnav > ul > li > span.link {
    padding: 0;
  }
  #header #navigation .gnav > ul > li > span a {
    padding: 27px 25px;
    font-size: 16px;
  }
  #header .BtnContact .contact, #header .BtnContact .mail {
    padding: 10px 10px;
    width: 72px;
  }
  #header .BtnContact .svgwrap {
    width: 28px;
    height: 22px;
  }
}
@media screen and (min-width: 980px) {
  .navBtn {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #top_page {
    padding-top: 0px;
  }
  #top_page .breadcrumb {
    display: none;
  }
  #top_page #header:after {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #top_page.scrollOn #header:after {
    background-color: white;
  }
}
/* =============================================
- FOOTER
================================================ */
#footer {
  padding: 30px 0px 0px 0px;
  background-color: #fff;
}
#footer .copyright {
  background-color: #1E1E1E;
  color: #fff;
  padding: 15px 10px 80px 10px;
}
#footer .copyright p {
  line-height: 1.4em;
  font-size: 13px;
  text-align: center;
}

#footer .LinkArea {
  padding-bottom: 30px;
}
#footer .column {
  padding: 0px 20px;
}
#footer .column + .column {
  margin-top: 25px;
}
#footer .LinkList + .LinkList {
  margin-top: 15px;
}
#footer .LinkList a {
  color: #1E1E1E;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 1.4em;
}
#footer .LinkList > li > a, #footer .LinkList > li > span {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #footer .LinkList > li > a, #footer .LinkList > li > span {
    font-weight: bold;
  }
}
#footer .LinkList > li > a:before, #footer .LinkList > li > span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1E1E1E;
  border-right: 1px solid #1E1E1E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0.7em;
  margin-top: -4px;
}
#footer .LinkList > li .childList {
  margin-left: 15px;
  margin-top: 5px;
}
#footer .LinkList > li .childList a {
  position: relative;
  padding-left: 20px;
}
#footer .LinkList > li .childList a:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #1E1E1E;
  position: absolute;
  left: 0px;
  top: 0.7em;
  margin-top: -2px;
}
#footer .LinkList.other li {
  margin-bottom: 5px;
}
#footer .LinkList.other li a {
  padding-bottom: 3px;
  border-bottom: 1px solid #C8C8C8;
}

/*=========================================================
    Tab
========================================================= */
@media screen and (min-width: 768px) {
  #footer {
    padding: 40px 0px 0px 0px;
  }
  #footer .LinkArea {
    padding: 0px 15px 40px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .LinkArea .column:nth-child(1) {
    width: 24%;
  }
  #footer .LinkArea .column:nth-child(2) {
    width: 17%;
  }
  #footer .LinkArea .column:nth-child(3) {
    width: 21%;
  }
  #footer .LinkArea .column:nth-child(4) {
    width: 20%;
  }
  #footer .LinkArea .column:nth-child(5) {
    width: 17%;
  }
  #footer .LinkList > li > a, #footer .LinkList > li > span {
    font-size: 14px;
    padding-left: 13px;
  }
  #footer .LinkList > li .childList {
    margin-left: 13px;
  }
  #footer .LinkList > li .childList a {
    padding-left: 14px;
    font-size: 13px;
    letter-spacing: -0.05em;
  }
  #footer .LinkList.other li a {
    letter-spacing: -0.08em;
  }
  #footer .column {
    padding: 0px;
  }
  #footer .column + .column {
    margin-top: 0px;
  }
  #footer .LinkList + .LinkList {
    margin-top: 15px;
  }
}
/*=========================================================
    980px
========================================================= */
@media screen and (min-width: 980px) {
  #footer {
    padding: 40px 0px 0px 0px;
  }
  #footer .LinkArea {
    padding: 0px 30px 40px 30px;
  }
  #footer .LinkList > li > a, #footer .LinkList > li > span {
    font-size: 15px;
    padding-left: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #footer .LinkList > li > a:hover {
    margin-left: 5px;
  }
  #footer .LinkList > li .childList {
    margin-left: 15px;
  }
  #footer .LinkList > li .childList a {
    padding-left: 18px;
    font-size: 14px;
    letter-spacing: 0em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #footer .LinkList > li .childList a:hover {
    margin-left: 5px;
  }
  #footer .LinkList.other li a {
    letter-spacing: 0em;
  }
  #footer .LinkList + .LinkList {
    margin-top: 20px;
  }
  #footer .copyright {
    padding: 20px 10px 20px 10px;
  }
  #footer .copyright p {
    font-size: 14px;
  }
}
/*=========================================================
    1180px
========================================================= */
@media screen and (min-width: 1180px) {
  #footer {
    padding: 80px 0px 0px 0px;
  }
  #footer .inner {
    max-width: 1070px;
    margin: 0 auto;
  }
  #footer .LinkArea {
    padding: 0px 0px 80px 0px;
  }
  #footer .LinkList > li > a, #footer .LinkList > li > span {
    font-size: 17px;
    padding-left: 15px;
    margin-bottom: 7px;
  }
  #footer .LinkList > li .childList {
    margin-left: 18px;
  }
  #footer .LinkList > li .childList li + li {
    margin-top: 3px;
  }
  #footer .LinkList > li .childList a {
    padding-left: 18px;
    font-size: 16px;
  }
  #footer .LinkList + .LinkList {
    margin-top: 20px;
  }
  #footer .copyright {
    padding: 18px 10px 18px 10px;
  }
}
.BottomContact {
  background-color: #16254B;
  padding: 30px 20px;
}
.BottomContact .titleStyle01 .title, .BottomContact .titleStyle01 .sub {
  color: #fff;
}
.BottomContact .titleStyle01:before, .BottomContact .titleStyle01:after {
  background-color: #fff;
}

.BottomContact .head {
  background-color: #BEB982;
  text-align: center;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4em;
  padding: 10px 5px;
  font-size: 4.5vw;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width: 980px) {
  .BottomContact .head {
    font-weight: bold;
  }
}
.BottomContact .colLayout {
  padding: 15px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
  border-radius: 0px 0px 10px 10px;
}
.BottomContact .colLayout .bold {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 3px;
}
@media screen and (min-width: 980px) {
  .BottomContact .colLayout .bold {
    font-weight: bold;
  }
}
.BottomContact .colLayout .LinkArea a, .BottomContact .colLayout .LinkArea span {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  color: #1E1E1E;
}
@media screen and (min-width: 980px) {
  .BottomContact .colLayout .LinkArea a, .BottomContact .colLayout .LinkArea span {
    font-weight: bold;
  }
}
.BottomContact .colLayout .LinkArea a:before, .BottomContact .colLayout .LinkArea span:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #1E1E1E;
  position: absolute;
  left: 0px;
  top: 0.7em;
  margin-top: -2px;
}
.BottomContact .colLayout .leftArea .logo {
  margin-bottom: 10px;
}
.BottomContact .colLayout .leftArea .logo img {
  width: 238px;
}
.BottomContact .colLayout .leftArea .LinkArea {
  margin-top: 10px;
}
.BottomContact .colLayout .rightArea {
  margin-top: 15px;
}
.BottomContact .colLayout .rightArea .btnArea {
  margin-top: 10px;
}
.BottomContact .colLayout .rightArea .column + .column {
  margin-top: 15px;
}
.BottomContact .colLayout .rightArea .number {
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.BottomContact .colLayout .rightArea .number .label {
  color: #1E1E1E;
  background-color: #28EA9F;
  display: inline-block;
  line-height: 1em;
  padding: 2px 6px;
}
.BottomContact .colLayout .rightArea .number .phone {
  color: #1E1E1E;
  font-size: 7vw;
  margin-left: 3vw;
  line-height: 1.2em;
}
.BottomContact .colLayout .rightArea .number + .number {
  margin-top: 5px;
}
.BottomContact .colLayout .rightArea .item + .item {
  margin-top: 10px;
}
.BottomContact .BunnerArea {
  margin-top: 20px;
}
.BottomContact .BunnerArea .bottom {
  position: relative;
  padding: 10px;
  color: #fff;
  background-color: #1E1E1E;
  line-height: 1.4em;
  font-size: 13px;
  padding-right: 40px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .BottomContact .BunnerArea .bottom {
    font-weight: bold;
  }
}
.BottomContact .BunnerArea .bottom:after {
  content: "";
  width: 22px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow.png);
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

@media screen and (min-width: 375px) {
  .BottomContact .colLayout {
    padding: 15px 25px 25px 25px;
  }
  .BottomContact .colLayout .leftArea .logo {
    margin-bottom: 15px;
  }
  .BottomContact .colLayout .leftArea .LinkArea {
    margin-top: 10px;
  }
  .BottomContact .colLayout .rightArea {
    margin-top: 20px;
  }
  .BottomContact .colLayout .rightArea .column + .column {
    margin-top: 25px;
  }
  .BottomContact .colLayout .rightArea .number + .number {
    margin-top: 8px;
  }
  .BottomContact .colLayout .rightArea .item + .item {
    margin-top: 20px;
  }
}
/*=========================================================
    Tab
========================================================= */
@media screen and (min-width: 768px) {
  .BottomContact {
    padding: 50px 30px;
  }
  .BottomContact .head {
    padding: 0.7em 0.8em;
    font-size: 2.8vw;
  }
  .BottomContact .colLayout {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .BottomContact .colLayout .bold {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .BottomContact .colLayout .bold {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .BottomContact .colLayout .LinkArea a {
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    color: #1E1E1E;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .BottomContact .colLayout .LinkArea a {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .BottomContact .colLayout .LinkArea a:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #1E1E1E;
    position: absolute;
    left: 0px;
    top: 0.7em;
    margin-top: -2px;
  }
}
@media screen and (min-width: 768px) {
  .BottomContact .colLayout .leftArea {
    width: 290px;
    padding: 25px;
  }
  .BottomContact .colLayout .leftArea .logo {
    margin-bottom: 10px;
  }
  .BottomContact .colLayout .leftArea .LinkArea {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .BottomContact .colLayout .rightArea {
    margin-top: 0px;
    padding: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 2px solid #16254B;
  }
  .BottomContact .colLayout .rightArea .number .phone {
    color: #1E1E1E;
    font-size: 5vw;
    margin-left: 2vw;
    cursor: default;
  }
  .BottomContact .colLayout .rightArea .number .phone.fax {
    font-size: 4vw;
  }
  .BottomContact .colLayout .rightArea .number + .number {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .BottomContact .BunnerArea {
    margin-top: 40px;
  }
  .BottomContact .BunnerArea .bottom {
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
  }
}
/*=========================================================
    980px
========================================================= */
@media screen and (min-width: 980px) {
  .BottomContact {
    padding: 70px 30px;
  }
  .BottomContact .head {
    padding: 0.7em 0.8em;
    font-size: 2.8vw;
  }
  .BottomContact .colLayout .bold {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .BottomContact .colLayout .LinkArea a:before {
    margin-top: -4px;
  }
  .BottomContact .colLayout .LinkArea li + li {
    margin-top: 3px;
  }
  .BottomContact .colLayout .leftArea {
    width: 320px;
    padding: 30px;
  }
  .BottomContact .colLayout .leftArea .logo {
    margin-bottom: 15px;
  }
  .BottomContact .colLayout .leftArea .LinkArea {
    margin-top: 15px;
  }
  .BottomContact .colLayout .rightArea {
    margin-top: 0px;
    padding: 30px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .BottomContact .colLayout .rightArea .column {
    padding: 0px 30px;
  }
  .BottomContact .colLayout .rightArea .column + .column {
    border-top: 2px solid #16254B;
    padding-top: 25px;
  }
  .BottomContact .colLayout .rightArea .number .phone {
    color: #1E1E1E;
    font-size: 4vw;
    margin-left: 2vw;
  }
  .BottomContact .colLayout .rightArea .number .phone.fax {
    font-size: 3.3vw;
  }
  .BottomContact .colLayout .rightArea .number + .number {
    margin-top: 2vw;
  }
  .BottomContact .BunnerArea {
    margin-top: 50px;
  }
  .BottomContact .BunnerArea .bottom {
    font-size: 25px;
    padding: 18px 40px;
  }
  .BottomContact .BunnerArea .bottom:after {
    width: 44px;
    height: 24px;
    right: 18px;
    margin-top: -12px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .BottomContact .BunnerArea .img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .BottomContact .BunnerArea > a:hover .img {
    opacity: 0.8;
  }
  .BottomContact .BunnerArea > a:hover .bottom:after {
    margin-right: -5px;
  }
}
/*=========================================================
    1180px
========================================================= */
@media screen and (min-width: 1180px) {
  .BottomContact {
    padding: 120px 30px 120px 30px;
  }
  .BottomContact .inner {
    max-width: 1100px;
    margin: 0px auto;
  }
  .BottomContact .head {
    padding: 0.7em 0.8em;
    font-size: 30px;
  }
  .BottomContact .textArea p {
    font-size: 15px;
    line-height: 1.7em;
  }
  .BottomContact .colLayout .bold {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .BottomContact .colLayout .LinkArea a:before {
    margin-top: -4px;
  }
  .BottomContact .colLayout .LinkArea li + li {
    margin-top: 3px;
  }
  .BottomContact .colLayout .leftArea {
    width: 330px;
    padding: 30px 40px;
  }
  .BottomContact .colLayout .leftArea .logo {
    margin-bottom: 15px;
  }
  .BottomContact .colLayout .leftArea .LinkArea {
    margin-top: 15px;
  }
  .BottomContact .colLayout .rightArea {
    margin-top: 0px;
    padding: 40px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .BottomContact .colLayout .rightArea .column {
    padding: 0px 40px;
  }
  .BottomContact .colLayout .rightArea .column + .column {
    padding-top: 45px;
  }
  .BottomContact .colLayout .rightArea .column.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .BottomContact .colLayout .rightArea .column.flex .item {
    width: 320px;
  }
  .BottomContact .colLayout .rightArea .column.flex .item + .item {
    margin-top: 0px;
    margin-left: 30px;
    width: 340px;
  }
  .BottomContact .colLayout .rightArea .column .btnArea {
    margin-top: 0px;
  }
  .BottomContact .colLayout .rightArea .number .phone {
    font-size: 34px;
    margin-left: 15px;
    letter-spacing: 0.05em;
  }
  .BottomContact .colLayout .rightArea .number .phone.fax {
    font-size: 30px;
  }
  .BottomContact .colLayout .rightArea .number + .number {
    margin-top: 10px;
  }
  .BottomContact .BunnerArea {
    margin-top: 50px;
  }
  .BottomContact .BunnerArea .bottom {
    font-size: 28px;
  }
}
/* =============================================
- breadcrumb
================================================ */
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #wrap {
    position: relative;
  }

  .breadcrumb {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 22;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .breadcrumb ul li + li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #939393;
    border-right: 1px solid #939393;
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin: 0 5px 0 7px;
  }
  .breadcrumb ul li a, .breadcrumb ul li span {
    color: #939393;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 13px;
  }
  .breadcrumb ul li a:hover {
    color: #FFB100;
  }
  .breadcrumb ul li a:hover span {
    color: #FFB100;
  }
  .breadcrumb ul li:last-child span {
    color: #282828;
  }
}
@media screen and (min-width: 980px) {
  .breadcrumb {
    top: 25px;
    left: 30px;
  }
}
/* =============================================
- pageNotFound
================================================ */
#pageNotFound {
  padding: 60px 20px;
  background-color: #EAEDED;
  color: #282828;
  position: relative;
  overflow: hidden;
}
#pageNotFound .inner {
  position: relative;
  z-index: 11;
}
#pageNotFound .title {
  text-align: center;
  color: #282828;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pageNotFound .title .tx1, #pageNotFound .title .tx3 {
  display: block;
  text-align: center;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pageNotFound .title .tx1 {
  font-size: 10vw;
}
#pageNotFound .title .tx2 {
  font-size: 27vw;
}
#pageNotFound .title .tx3 {
  font-size: 9vw;
}
#pageNotFound .bottom {
  text-align: center;
  color: #282828;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 5vw;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  #pageNotFound .bottom {
    font-weight: bold;
  }
}
#pageNotFound .btnStyle02 {
  display: inline-block;
}
#pageNotFound .btnStyle02:before {
  left: 15px;
}
#pageNotFound .btnStyle02:after {
  left: 9px;
  -webkit-transform: rotate(145deg) translateX(-100%);
          transform: rotate(145deg) translateX(-100%);
}

@media screen and (min-width: 768px) {
  #pageNotFound {
    padding: 80px 20px 90px 20px;
  }
  #pageNotFound .title {
    margin-bottom: 35px;
  }
  #pageNotFound .title .tx1 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  #pageNotFound .title .tx2 {
    font-size: 190px;
  }
  #pageNotFound .title .tx3 {
    font-size: 53px;
  }
  #pageNotFound .bottom {
    margin-bottom: 60px;
    font-size: 26px;
    padding-left: 1em;
  }
}