@charset "UTF-8";

/* ---------------------------------------------------------
特定タグ
----------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}
html {
  overflow-y: scroll;
}
ol,
ul,
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}
a {
  color: #000000;
}
a:focus {
  outline: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  cursor: pointer;
}
body * {
  box-sizing: border-box;
}
/* フォント */
b,
strong,
.bold {
  font-weight: 700;
}
/* ---------------------------------------------------------
共通タグ
----------------------------------------------------------*/
.cl {
  clear: both;
}
.mgn_l20 {
  margin-left: 20px;
}
header {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
h1 {
  width: 200px;
  height: 21px;
  margin-top: 25px;
  float: left;
}
nav.gnavi {
  height: 100px;
  float: right;
}
nav.gnavi li {
  float: left;
}
nav.gnavi li.on {
  display: inline-block;
  padding: 30px 30px;
  height: 100px;
  text-align: center;
  color: #ffffff;
  background-color: #2e669f;
}
nav.gnavi li a {
  display: inline-block;
  padding: 27px 30px;
  text-align: center;
  color: #333333;
  transition-property: all;
  transition: 0.3s linear;
}
nav.gnavi li a:hover {
  color: #ffffff;
  background-color: #2e669f;
}
nav.gnavi li .en {
  font-weight: bold;
  font-size: 14px;
  margin-top: 7px;
}
nav.gnavi li .jp {
  font-weight: bold;
  font-size: 11px;
  margin-top: 6px;
}
footer {
  clear: both;
  width: 100%;
  height: 180px;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding-top: 70px;
}
.copyright {
  font-size: 10px;
  margin-top: 8px;
}

/* ---------------------------------------------------------
トップページ
----------------------------------------------------------*/
.main_img {
  clear: both;
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

article.top_work {
  width: 1000px;
  margin: 40px auto;
  overflow: hidden;
}

article.top_work ul {
  margin-top: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
article.top_work li {
  width: 31.5%;
}

article.top_work li a {
  display: inline-block;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  transition-property: all;
  transition: 0.3s linear;
}
article.top_work li a img {
  width: 100%;
  height: auto;
}
article.top_work li a p {
  margin-top: 10px;
  font-size: 14px;
}

article.top_work li a:hover {
  color: #2e669f;
}

article.top_work li a img,
.more a img {
  transition-property: all;
  transition: 0.3s linear;
}

article.top_work li a:hover img,
.more a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.more {
  text-align: center;
  margin-top: 20px;
}

.subnav {
  width: 100%;
  height: 280px;
  background-color: #2e669f;
  margin-top: 80px;
  overflow: hidden;
}

.subnav ul {
  width: 1000px;
  height: 200px;
  margin: 40px auto;
}

.subnav li {
  float: left;
  display: inline-block;
}

.subnav li a img {
  transition-property: all;
  transition: 0.3s linear;
}

.subnav li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

iframe {
  vertical-align: bottom;
}

/* ---------------------------------------------------------
事業案内
----------------------------------------------------------*/

.business_inner {
  width: 1000px;
  margin: 20px auto 40px;
  overflow: hidden;
}

.business_inner li {
  width: 235px;
  display: inline-block;
  float: left;
  font-size: 14px;
}

.business_inner p {
  color: #333333;
  font-size: 14px;
  line-height: 170%;
}

/* ---------------------------------------------------------
会社概要＆採用情報タグ
----------------------------------------------------------*/

dl.about {
  width: 1000px;
  margin: 40px auto;
  font-size: 14px;
}

dl.about dt {
  text-indent: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 200%;
  float: left;
}

dl.about dd {
  padding-left: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #cccccc 1px dotted;
  line-height: 200%;
}

section.dl_list {
  width: 1000px;
  margin: 40px auto;
  font-size: 14px;
}

/* ---------------------------------------------------------
採用情報タグ
----------------------------------------------------------*/

article.recruit_inner {
  clear: both;
  width: 1000px;
  margin: 20px auto 40px;
  font-size: 14px;
  line-height: 200%;
}
article.recruit_inner p {
  line-height: 1.6;
}

.rec_ttl {
  font-weight: bold;
  color: #2e669f;
  font-size: 16px;
}

/* ---------------------------------------------------------
事業実績タグ
----------------------------------------------------------*/

.work_pickup {
  width: 1000px;
  margin: 10px auto 40px;
  overflow: hidden;
}
.work_pickup ul {
  margin-top: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.work_pickup ul li {
  width: 31.5%;
  margin-right: 2.75%;
}
.work_pickup ul li:nth-child(3n) {
  margin-right: 0;
}
.work_pickup li a,
.work_pickup li div {
  display: inline-block;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  transition-property: all;
  transition: 0.3s linear;
  margin-bottom: 40px;
}
.work_pickup li a img,
.work_pickup li div img {
  width: 100%;
}
.work_pickup li a p,
.work_pickup li div p {
  margin-top: 10px;
  font-size: 14px;
}
.work_pickup li a:hover {
  color: #2e669f;
}
.work_pickup li a img {
  transition-property: all;
  transition: 0.3s linear;
}

.work_pickup li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

table.works {
  width: 1000px;
  margin: 20px auto;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
}

table.works a {
  color: #2e669f;
  font-weight: bold;
}

table.works a:hover {
  text-decoration-line: underline;
}

table.works th {
  height: 40px;
  padding-left: 10px;
  background-color: #bdccd4;
  border: solid 1px #b3b3b3;
}

table.works td {
  height: 20px;
  padding: 10px;
  border: solid 1px #b3b3b3;
}

table.works td a {
  display: block;
}

table.works td a img {
  vertical-align: middle;
}

table.works td img {
  margin-left: 5px;
}

.w270 {
  width: 270px;
}

.w410 {
  width: 410px;
}

.w100 {
  width: 110px;
}

.to_top {
  width: 1000px;
  margin: 20px auto;
  text-align: right;
}

/* ---------------------------------------------------------
事業実績の詳細　タグ
----------------------------------------------------------*/
.work_detail {
  width: 1000px;
  margin: 20px auto;
  overflow: hidden;
}

.img_area {
  width: 660px;
  float: left;
  line-height: 0;
}

.img_area_small {
  float: left;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 0;
}

.img_area_small img {
  margin-bottom: 20px;
}

table.work_detail_tbl {
  width: 320px;
  float: right;
  margin-left: 20px;
  font-size: 14px;
  text-align: left;
}

table.work_detail_tbl th {
  height: 40px;
  padding-left: 10px;
  background-color: #cccccc;
  border: #ffffff 2px solid;
  width: 80px;
}

table.work_detail_tbl td {
  height: 20px;
  padding: 10px;
  width: calc(100% - 80px);
}

.back {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}

/* ---------------------------------------------------------
トップページ以外
----------------------------------------------------------*/

h2 {
  width: 100%;
  height: 140px;
  background: url("../img/h2_bg.gif") repeat-x;
  overflow: hidden;
}

h2 .h2-inner {
  width: 1000px;
  margin: 40px auto;
}

h3 {
  width: 1000px;
  height: 40px;
  margin: 40px auto 10px;
  border-bottom: #2e669f 2px solid;
  color: #2e669f;
  font-size: 22px;
}
/* ---------------------------------------------------------
追加分
----------------------------------------------------------*/
/* article.top_work li a,
.work_pickup li a {
  position: relative;
  height: 190px;
  width: 100%;
}

article.top_work li a img,
.work_pickup li a img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.work_pickup li a p,
article.top_work li a p {
  margin-top: 200px;
} */
