@charset "utf-8";
/*================================================
 *  CSSリセット
 ================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav.gnav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
body {
  line-height: 1;
  font-size: 14px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav.gnav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
  font-family: 'Noto Sans JP', 'Roboto', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.672;
  -webkit-text-size-adjust: 100%;
  color: #000;
  letter-spacing: 1.2px;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #1b7a45;
  text-decoration: none;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
#wrap {
  overflow: hidden;
}
#wrap > div {
  max-width: 100%;
}
#contents {
  width: 1024px;
  margin: 0 auto;
}
header + #contents {
  padding-top: 50px;
}
.inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0;
  }
}
h1 {
  font-size: 28px;
}
h2 {
  margin-top: 80px;
  margin-bottom: 0.5em;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}
h2 span {
  position: relative;
  font-size: 12px;
}
h2 span:before {
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 1;
  content: '';
  display: block;
  width: 1em;
  margin-top: -1px;
  border-top: 1px solid #333;
}
h2 span:after {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  content: '';
  display: block;
  width: 1em;
  margin-top: -1px;
  border-top: 1px solid #333;
}
h3 {
  margin-bottom: 0.25em;
  font-size: 18px;
  font-weight: bold;
  color: #1b7a45;
  margin: 50px 0 20px;
  padding-bottom: 10px;
  border-bottom: solid 3px #e2eee8;
  position: relative;
}
h3:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #1b7a45;
  bottom: -3px;
  width: 20%;
}
h4 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-size: 16px;
  font-weight: bold;
}
h5 {
  margin-bottom: 0.25em;
  padding-left: 25px;
  font-size: 16px;
  background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}
h6 {
  margin-bottom: 0.25em;
  padding-left: 5px;
  font-size: 16px;
  font-weight: bold;
}
p {
  margin: 0 0 1em 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
em {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
pre {
  margin: 1em 0;
  padding: 1em;
}
blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px dotted #ddd;
  border-left: 5px solid #ddd;
}
ul,
ol,
dl {
  margin: 0 0 1em 0;
}
ul li {
  list-style: none;
}
ol li {
  list-style: decimal;
}
li {
  margin-left: 0;
}
ul.liststyle li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  list-style-position: inside;
}
dt {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 0.5em;
}
dd {
  margin-bottom: 1em;
}
dl {
  margin-bottom: 25px;
}
.recruit dl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.about dt,
.recruit dt,
.dxsolution dt,
.ecplatform dt {
  color: #1b7a45;
  font-size: 16px;
  font-weight: 600;
}
.about dd,
.recruit dd,
.contact dd {
  padding-left: 20px;
  background: url('../images/list.png') center left / 10px auto no-repeat;
}
table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #f1f1f1;
}
td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}
.company table {
  max-width: 800px;
  margin: 0 auto;
}
.company th {
  width: 25%;
}
.company td {
  width: 75%;
}
/*================================================
 *  汎用クラス
 ================================================*/
.new {
  color: #e71438;
  font-size: 13px;
  display: inline-block;
  padding-right: 10px;
}
/* パディング・マージン高さ調整 */
.pad_B5 {
  padding-bottom: 5px;
}
.pad_B15 {
  padding-bottom: 15px;
}
.pad_B25 {
  padding-bottom: 25px;
}
.pad_B35 {
  padding-bottom: 35px;
}
.pad_R5 {
  padding-right: 5px;
}
.pad_R15 {
  padding-right: 15px;
}
.pad_R25 {
  padding-right: 25px;
}
.pad_R35 {
  padding-right: 35px;
}
.pad_L5 {
  padding-left: 5px;
}
.pad_L15 {
  padding-left: 15px;
}
.pad_L25 {
  padding-left: 25px;
}
.pad_L35 {
  padding-left: 35px;
}
.pad30 {
  padding: 30px auto;
}
.pad15 {
  padding: 15px;
}
.mar15 {
  margin: 15px;
}
.mar_T5 {
  margin-top: 5px;
}
.mar_T15 {
  margin-top: 15px;
}
.mar_T25 {
  margin-top: 25px;
}
.mar_T35 {
  margin-top: 35px;
}
.mar_B5 {
  margin-bottom: 5px;
}
.mar_B15 {
  margin-bottom: 15px;
}
.mar_B25 {
  margin-bottom: 25px;
}
.mar_B35 {
  margin-bottom: 35px;
}
.mar_L5 {
  margin-left: 5px;
}
.mar_L15 {
  margin-left: 15px;
}
.mar_L25 {
  margin-left: 25px;
}
.mar_L35 {
  margin-left: 35px;
}
.mar_R5 {
  margin-right: 5px;
}
.mar_R15 {
  margin-right: 15px;
}
.mar_R25 {
  margin-right: 25px;
}
.mar_R35 {
  margin-right: 35px;
}
/* 中央寄せ */
.center {
  text-align: center;
}
/* 左寄せ */
.left {
  text-align: left;
}
/* 右寄せ */
.right {
  text-align: right;
}
/* 写真中央寄せ */
.imgC {
  clear: both;
  overflow: hidden;
  margin: 0 auto 50px auto;
  margin-bottom: 50px;
  text-align: center;
}
.imgC img {
  margin-bottom: 10px;
}
/* 写真左寄せ */
.imgL {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
.imgL img {
  float: left;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .imgL {
    margin-bottom: 20px;
  }
  .imgL img {
    float: none;
    margin: 0 0 10px 0;
  }
}
/* 写真右寄せ */
.imgR {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
.imgR img {
  float: right;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .imgR {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .imgR img {
    float: right;
    margin: 0 0 10px 0;
  }
}
/* 写真ズーム */
.zoom {
  overflow: hidden;
}
.zoom img {
  display: block;
  -moz-transition: -moz-transform 0.8s linear;
  -webkit-transition: -webkit-transform 0.8s linear;
  -o-transition: -o-transform 0.8s linear;
  -ms-transition: -ms-transform 0.8s linear;
  transition: transform 0.8s linear;
}
.zoom img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.zoom img {
  margin-bottom: 0;
}
/* オーバーレイ */
.overlay {
  position: relative;
}
.overlay::after {
  background: rgba(0, 0, 0, 0.5);
  content: '　';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.overlay:hover::after {
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.overlay img {
  margin-bottom: 0;
}
.image {
  position: relative;
  z-index: 0;
}
.over-btn {
  position: absolute;
  width: 50%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.over-btn h2 {
  margin: 30px 0;
  font-size: 20px;
}
.over-btn h2 span:before {
  border-top: 1px solid #fff;
}
.over-btn h2 span:after {
  border-top: 1px solid #fff;
}
a .over-btn {
  color: #fff;
}
/* ボタン */
.btn a {
  position: relative;
  display: inline-block;
  padding: 10px 5%;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  background: #1b7a45;
}
.btn a:hover {
  color: #1b7a45 !important;
  background: #e1f2fd;
}
/*テキスト*/
.text {
  font-size: 12px;
}
/* 1カラム */
.oneCol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.oneCol .inner {
  overflow: hidden;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-direction: column-reverse;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column;
  width: 48%;
  width: calc((465 / 980) * 100%);
  height: auto;
}
.oneCol .inner div:nth-child(2n + 1) {
  clear: both;
}
.oneCol .inner .image {
  width: 100%;
  min-height: 0%;
}
.oneCol .inner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .oneCol {
    display: block;
    margin-bottom: 20px;
  }
  .oneCol .inner {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.twoCol .inner {
  overflow: hidden;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-direction: column-reverse;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column;
  width: 48%;
  width: calc((465 / 980) * 100%);
  height: auto;
  margin: 0;
}
.twoCol .inner div:nth-child(2n + 1) {
  clear: both;
}
.twoCol .inner .image {
  width: 100%;
  min-height: 0%;
}
.twoCol .inner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .twoCol {
    display: block;
    margin-bottom: 20px;
  }
  .twoCol .inner {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.threeCol .inner {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 32.14%;
  width: calc((315 / 980) * 100%);
  margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n + 1) {
  clear: both;
}
.threeCol .inner h4 {
  width: 100%;
  margin-top: 0.5em;
  text-align: left;
}
.threeCol .inner p {
  width: 100%;
  margin-bottom: 0;
  text-align: justify;
}
.threeCol .inner > a {
  width: 100%;
  height: 100%;
}
.threeCol .inner .image {
  width: 100%;
  min-height: 0%;
}
.threeCol .inner img {
  width: 100%;
}
.threeCol .inner .btn {
  margin-top: auto;
  padding-top: 20px;
}
.threeCol .inner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .threeCol {
    display: block;
    margin-bottom: 20px;
  }
  .threeCol .inner {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.fourCol .inner {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-direction: column-reverse;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column;
  width: 23.46%;
  width: calc((230 / 980) * 100%);
  margin: 0 0 20px 0;
}
.fourCol .inner .image {
  width: 100%;
  min-height: 0%;
}
.fourCol .inner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fourCol {
    display: block;
    margin-bottom: 20px;
  }
  .fourCol .inner {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
  }
  .fourCol .inner:nth-child(odd) {
    clear: both;
    float: left;
    padding: 0 5px 10px 0;
  }
  .fourCol .inner:nth-child(even) {
    float: right;
    padding: 0 0 10px 5px;
  }
}
/* お知らせ */
.information {
  margin: 0 auto 80px;
  max-width: 800px;
  font-size: 14px;
}
.information dt {
  clear: both;
  float: left;
  margin: 0;
  padding: 10px 0;
  vertical-align: top;
  border-bottom: none;
}
.information dd {
  margin: 0;
  padding: 10px 0 10px 8em;
  vertical-align: top;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 767px) {
  .information {
    margin-bottom: 80px;
  }
  .information dt {
    float: none;
    margin: 0;
    padding: 10px 0 0 0;
    vertical-align: top;
    border-bottom: none;
  }
  .information dd {
    margin: 0;
    padding: 0 0 10px 0;
    vertical-align: top;
    border-bottom: 1px dotted #333;
  }
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  min-height: 80px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
header:after {
  content: '';
  display: block;
  clear: both;
}
header h1,
header div.header-logo {
  float: left;
}
@media screen and (max-width: 1020px) and (min-width: 769px) {
  header h1,
  header div.header-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}
header h1 img,
header div.header-logo img {
  vertical-align: middle;
  margin-top: 15px;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  header h1,
  header div.header-logo {
    margin-left: 15px;
  }
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width: 769px) {
  nav.gnav {
    float: right;
    margin: 10px 0;
    transition: all 0.3s;
  }
  /* 共通 */
  nav.gnav ul {
    margin: 15px 0;
    padding: 0;
  }
  nav.gnav ul li {
    width: 109px;
    box-sizing: border-box;
    border-left: 1px solid #bebebe;
    padding: 10px 0;
    text-align: center;
    transition: all 0.3s;
    list-style: none;
  }
  nav.gnav ul li a {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
  }
  nav.gnav ul li:hover > a {
  }
  /* 1段目 */
  nav.gnav > ul > li {
    width: auto;
    position: relative;
    float: left;
    margin: 0;
    padding: 0 20px 0px;
    text-align: center;
    list-style: none;
  }
  nav.gnav > ul > li::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 30px;
  }
  nav.gnav > ul > li.subnav a {
  }
  nav.gnav > ul > li.subnav > a:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -2.5px;
    margin-left: 10px;
    border: 5px solid transparent;
    border-top-color: #fff;
  }
  /* 2段目 */
  nav.gnav ul li ul {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 175px;
    margin: 10px 0 0;
    padding: 0;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  }
  nav.gnav ul li ul li {
    overflow: hidden;
    height: 0;
    color: #000;
    transition: 0.2s;
    padding: 0;
    border: none;
  }
  nav.gnav ul li ul li a {
    padding: 0 15px;
    text-align: left;
    background: #fff;
    font-weight: normal;
    display: inline-block;
    width: 175px;
  }
  nav.gnav ul li ul li a:hover {
    background: #f1f7f4;
  }
  nav.gnav ul li:hover > ul > li {
    overflow: visible;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
  }
  nav.gnav ul li:hover ul li:last-child {
    border-bottom: none;
  }
  nav.gnav > ul > li:last-child > ul {
    left: -60px;
  }
  nav.gnav ul li ul li ul:before {
    position: absolute;
    content: '';
    top: 17.5px;
    left: -20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #fff;
  }
  nav.gnav > ul > li:last-child ul li ul:before {
    position: absolute;
    content: '';
    top: 17.5px;
    left: 200%;
    margin-left: -20px;
    border: 5px solid transparent;
    border-right-color: #fff;
  }
  /* 3段目 */
  nav.gnav ul li ul li ul {
    top: 0;
    left: 100%;
  }
  nav.gnav ul li ul li ul li {
    width: 100%;
  }
  nav.gnav ul li ul li:hover > ul > li {
    border-bottom: 1px solid #555;
  }
  nav.gnav > ul > li:last-child > ul li ul {
    left: -100%;
  }
  nav.gnav ul li ul li ul li a {
    background: #444;
  }
  nav.gnav ul li ul li ul li a:hover {
    background: #666;
  }
  /* 3段目 */
  nav.gnav > ul {
    display: block !important;
  }
  #spMenu {
    display: none;
  }
}

@media screen and (max-width: 1020px) and (min-width: 769px) {
  nav.gnav {
    width: 100%;
  }

  nav.gnav > ul {
    width: fit-content;
    margin: 0 auto;
  }
}

/* タブレット・スマートフォン用 */
@media screen and (max-width: 768px) {
  nav.gnav {
    display: none;
  }
  nav.gnav ul {
    margin: 0;
    padding: 0;
  }
  nav.gnav > ul {
    z-index: 2;
    overflow: auto;
    position: fixed;
    top: 80px;
    right: 0;
    width: 100%;
    height: 88%;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
  }
  nav.gnav li {
    position: relative;
    width: 100%;
    float: none;
    margin: 0;
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #333;
    background: #000;
  }
  nav.gnav li:first-child {
    border-top: 0;
  }
  nav.gnav li:last-child {
    border-bottom: 0;
  }
  nav.gnav li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background: #000;
    line-height: 30px;
  }
  nav.gnav li a:hover {
    color: #fff;
    background: #222;
  }
  nav.gnav ul ul {
    display: none;
    position: relative;
  }
  nav.gnav li li a {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 30px 10px 34px;
    text-align: left;
  }
  nav.gnav li li li a {
    padding: 10px 20px 10px 48px;
  }
  nav.gnav .subnav > a:before {
    display: block;
    content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #f1f1f1;
  }
  nav.gnav .subnav > a:after {
    display: block;
    content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    background: #000;
  }
  nav.gnav .subnav a:hover:after {
    background: #222;
  }
  nav.gnav .subnav.active > a:before {
    margin-top: 0;
  }
  nav.gnav .subnav.active > a:after {
    margin-top: 5px;
  }
  .spMenuWrap {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: transparent;
  }
  #spMenu {
    position: absolute;
    top: 23px;
    right: 15px;
  }
  #spMenu:hover {
    cursor: pointer;
  }
  #navBtn {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 5%;
    background: #333;
  }
  #navBtnIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #f1f1f1;
    transition: 0.2s;
  }
  #navBtnIcon:before,
  #navBtnIcon:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #f1f1f1;
    transition: 0.3s;
  }
  #navBtnIcon:before {
    margin-top: -6px;
  }
  #navBtnIcon:after {
    margin-top: 4px;
  }
  #navBtn .close {
    background: transparent;
  }
  #navBtn .close:before,
  #navBtn .close:after {
    margin-top: 0;
  }
  #navBtn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #navBtn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
/*================================================
 *  フッター
 ================================================*/
footer {
  clear: both;
  padding-top: 80px;
}
.fnav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  margin: 0 50px;
  padding: 20px 0;
}
.fnav > ul {
  width: 33%;
  margin-bottom: 0;
  font-size: 12px;
}
.fnav > ul li {
  text-align: left;
}
.copyright {
  padding: 20px 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background: #1b7a45;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 40px;
  }
  .fnav {
    display: block;
    margin: 0;
  }
  .fnav > ul {
    width: 100%;
  }
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
.totop a {
  display: block;
  text-decoration: none;
}
.totop img {
  background: #111;
}
.totop img:hover {
  background: #222;
}
/*================================================
 * メイン画像
 ================================================*/
.main img {
  min-height: 200px;
  object-fit: cover;
  vertical-align: top;
  max-height: 300px;
}
/*================================================
 *  スライドショー
 ================================================*/
.bg-slider {
  width: 100vw;
  height: 500px;
  background-position: center center;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.bg-slider .inner {
  height: 500px;
}
.bg-slider .inner .wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
}
.bg-slider__title {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-align: left;
  text-shadow: 1px 1px 2px #333;
  margin: 80px 15px 0;
}
.bg-slider__title span {
  display: block;
}
.bg-slider .btn {
  margin: 25px 15px 0;
}
@media screen and (max-width: 414px) {
  .bg-slider__title span {
    display: inline !important;
  }
  .bg-slider .btn {
    text-align: center;
  }
}
/*下層ページ共通*/
.page {
  /*padding-top: 50px !important;*/
}
/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width: 979px) {
  .inner {
    width: 100%;
  }
  #contents {
    box-sizing: border-box;
    width: 100%;
    padding: 0 1em;
  }
  footer {
    width: 100%;
  }
  .lock {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  header h1 img,
  header div.header-logo img {
    max-width: 300px;
    margin-top: 20px;
  }
}
/*================================================
 * 開発ツール画像
 ================================================*/
.aboutBox {
  background: #f1f7f4;
  width: 100%;
  min-height: 220px;
}
.aboutBox dl {
  padding: 15px 15px 0;
  margin-bottom: 0;
}
.aboutBox dt {
  text-align: center !important;
}
.dxBox {
  padding: 1em;
  background: #fff;
  border: 2px solid #1b7a45;
}
@media screen and (max-width: 767px) {
  .aboutBox {
    margin-bottom: 20px;
  }
}
