@charset "UTF-8";
@font-face {
  font-family: 'HKNova';
  src: url("../fonts/HKNova-Regular.eot") format("eot");
  src: url("../fonts/HKNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HKNova-Regular.otf") format("otf"), url("../fonts/HKNova-Regular.woff") format("woff"), url("../fonts/HKNova-Regular.ttf") format("truetype");
  font-style: normal;
}
/* reset
================================================== */
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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

input, select {
  vertical-align: middle;
}

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Setting */
html {
  height: auto;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 1rem;
  font-weight: normal;
  text-align: justify;
}

*:active, *:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.8vw;
}

/************************************************
	Setting
************************************************ */
* {
  transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, box-shadow 0.2s ease-out, text-shadow 0.2s ease-out, transform 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, box-shadow 0.2s ease-out, text-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  color: #333;
  font-size: 100%;
  font-family: "HKNova", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  background: #fff;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  margin-top: 130px;
}

/* link */
a {
  text-decoration: none;
  color: #333;
}

a:hover {
  /*text-decoration: underline;*/
}

a img {
  background-color: rgba(255, 255, 255, 0.01);
}

a:hover img {
  opacity: 0.8;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.sp {
  display: none !important;
}

/************************************************
	汎用
************************************************ */
.tar {
  text-align: right;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.bx-wrapper {
  margin-bottom: 0;
}
.bx-wrapper * {
  transition: none;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: auto;
}
.bx-wrapper .bx-viewport img {
  width: 100%;
}

#container {
  min-width: 1200px;
}

/************************************************
	header
************************************************ */
#header {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  min-width: 1200px;
  height: 130px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#header .logo {
  width: 16vw;
  max-width: 310px;
  min-width: 200px;
  text-align: center;
  padding: 35px 10px 0;
}

#gNavi {
  width: 84.9vw;
  height: 100%;
}
#gNavi > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  z-index: 990;
  height: 100%;
}
#gNavi > ul > li {
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  height: 100%;
}
#gNavi > ul > li a {
  display: block;
  height: 100%;
  text-align: center;
  padding: 50px 0 50px;
}
#gNavi > ul > li a b {
  font-weight: normal;
  font-size: 18px;
}
#gNavi > ul > li > span {
  display: block;
  height: 100%;
  text-align: center;
  padding: 50px 0 50px;
}
#gNavi > ul > li > span b {
  font-weight: normal;
  font-size: 18px;
}
#gNavi > ul > li:hover {
  background: #d4d4d4;
}
#gNavi > ul > li:hover span img {
  opacity: 0;
  transition: none;
}
#gNavi > ul > li:hover b {
  color: #fff;
}
#gNavi > ul > li > .subNav {
  display: none;
  background: #e7e7e7;
  transition: all .2s;
  height: 0;
}
#gNavi > ul > li > .subNav li a {
  padding: 25px 0;
  text-align: center;
  display: block;
  background: #e7e7e7;
  font-size: 18px;
  font-weight: bold;
}
#gNavi > ul > li > .subNav li a:hover {
  background: #d4d4d4;
}
#gNavi > ul > li:hover＞a {
  background: #d4d4d4;
  color: #fff;
}
#gNavi > ul > li:hover＞a span img {
  opacity: 0;
}
#gNavi > ul > li:hover > ul {
  display: block;
}

@media screen and (max-width: 1700px) {
  #gNavi > ul > li b {
    font-size: 14px;
  }
  #gNavi > ul > li .subNav li a {
    font-size: 14px;
  }
}
/************************************************
	footer
************************************************ */
#footer {
  padding: 100px 0;
}
#footer .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#footer .inner .fLink p {
  font-size: 18px;
  font-weight: bold;
}
#footer .inner .fLink p a {
  text-decoration: underline;
}
#footer .inner .fLink p a:hover {
  text-decoration: none;
}
#footer .inner .fLink ul li {
  line-height: 2.4;
}
#footer .inner .fLink ul li a:hover {
  text-decoration: underline;
}

#goTop {
  background: #f0f0f0;
  text-align: center;
}
#goTop a {
  display: block;
  padding: 30px 0;
}

#copy {
  color: #797979;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}

/************************************************
	top
************************************************ */
#mvTop {
  position: relative;
  height: 780px;
  background: url(../images/mv_top01.jpg) center;
  background-size: cover;
}
#mvTop h1 {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

#topSec01 {
  padding-top: 130px;
}
#topSec01 .imgClm {
  text-align: center;
}
#topSec01 .btn {
  text-align: center;
  margin: 30px 0;
}
#topSec01 .btn a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 320px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
#topSec01 .btn a:after {
  font-family: FontAwesome,'FontAwesome';
  content: '\f054';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  display: inline-block;
  padding-left: 10px;
}
#topSec01 .btn a:hover {
  background: #000;
  color: #fff;
}
#topSec01 h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
#topSec01 .lead {
  text-align: center;
}

#topSec02 {
  padding-top: 170px;
}
#topSec02 h2 {
  text-align: center;
  margin-bottom: 10px;
}
#topSec02 .tit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
#topSec02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#topSec02 ul li {
  position: relative;
  width: 18vw;
  min-width: 220px;
  height: 25vw;
}
#topSec02 ul li a {
  display: block;
  position: absolute;
  top: 0;
  width: 18vw;
  min-width: 220px;
  height: 25vw;
}
#topSec02 ul li a .btn {
  border: 1px solid #fff;
  color: #fff;
  height: 55px;
  line-height: 55px;
  width: calc(100% - 40px);
  text-align: center;
  font-size: 20px;
  letter-spacing: 0;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#topSec02 ul li a:hover .btn {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
#topSec02 ul li:nth-of-type(1) {
  background: url(../images/img_works01.jpg);
  background-size: cover;
}
#topSec02 ul li:nth-of-type(2) {
  background: url(../images/img_works02.jpg);
  background-size: cover;
}
#topSec02 ul li:nth-of-type(5) {
  background: url(../images/img_works03.jpg);
  background-size: cover;
}
#topSec02 ul li:nth-of-type(3) {
  background: url(../images/img_works04.jpg);
  background-size: cover;
}
#topSec02 ul li:nth-of-type(4) {
  background: url(../images/img_works_mrd.jpg);
  background-size: cover;
}

#topSec02 ul li:nth-of-type(4) .btn{
  font-size: 16px;
}

@media screen and (max-width: 1580px) {
  #topSec02 ul li:nth-of-type(4) .btn{
    padding-top: 5px;
    line-height: 1.4;
  }
}

#topSec02 ul li:nth-of-type(odd) {
  top: 40px;
}

@media screen and (max-width: 1660px) {
  #topSec02 ul li a .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1520px) {
  #topSec02 ul li a .btn {
    font-size: 16px;
  }
  #topSec02 ul li:nth-of-type(4) a .btn {
    height: auto;
    line-height: 1.2;
    padding: 20px 0;
  }
}
#topSec03 {
  padding-top: 270px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#topSec03 .left, #topSec03 .right {
  width: 50%;
  padding: 0 25px;
}
#topSec03 .left h2, #topSec03 .right h2 {
  text-align: center;
  margin-bottom: 50px;
}
#topSec03 .right {
  padding: 0 5px;
}
#topSec03 .right ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#topSec03 .right ul li {
  padding: 0 20px;
}
#topSec03 .right ul li .imgClm {
  margin-bottom: 20px;
}
#topSec03 .right ul li .imgClm img {
  width: 100%;
}
#topSec03 .right ul li .txtClm {
  letter-spacing: 0;
}
#topSec03 .right ul li .txtClm .position {
  font-weight: bold;
  margin-bottom: 5px;
}
#topSec03 .right ul li .txtClm .name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
#topSec03 .right ul li .txtClm .logo {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}
#topSec03 .right ul li .txtClm b {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#topSec03 .right ul li .txtClm .intro {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 1360px) {
  #topSec03 .right ul li .txtClm .intro br {
    display: none;
  }
}
#topSec04 {
  padding-top: 100px;
}
#topSec04 h2 {
  text-align: center;
  margin-bottom: 40px;
}
#topSec04 .imgClm {
  text-align: center;
}
#topSec04 .imgClm a {
  display: block;
}

/************************************************
	sub page
************************************************ */
#mvSub {
  height: 600px;
  position: relative;
  min-width: 1200px;
}
#mvSub > h1 {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

/************************************************
	aboutus
************************************************ */
#mvSub.companyinfo {
  background: url(../images/mv_companyinfo.jpg) center;
  background-size: cover;
}

#aboutusSec01, #aboutusSec03 {
  padding: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#aboutusSec01 .left, #aboutusSec01 .right, #aboutusSec03 .left, #aboutusSec03 .right {
  width: 50%;
  position: relative;
}
#aboutusSec01 .left .txtClm, #aboutusSec01 .right .txtClm, #aboutusSec03 .left .txtClm, #aboutusSec03 .right .txtClm {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#aboutusSec01 .left .txtClm h2, #aboutusSec01 .right .txtClm h2, #aboutusSec03 .left .txtClm h2, #aboutusSec03 .right .txtClm h2 {
  text-align: center;
  margin-bottom: 30px;
}
#aboutusSec01 .left .txtClm .btn, #aboutusSec01 .right .txtClm .btn, #aboutusSec03 .left .txtClm .btn, #aboutusSec03 .right .txtClm .btn {
  text-align: center;
}
#aboutusSec01 .left .txtClm .btn a, #aboutusSec01 .right .txtClm .btn a, #aboutusSec03 .left .txtClm .btn a, #aboutusSec03 .right .txtClm .btn a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 320px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
#aboutusSec01 .left .txtClm .btn a:after, #aboutusSec01 .right .txtClm .btn a:after, #aboutusSec03 .left .txtClm .btn a:after, #aboutusSec03 .right .txtClm .btn a:after {
  font-family: FontAwesome,'FontAwesome';
  content: '\f054';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  display: inline-block;
  padding-left: 10px;
}
#aboutusSec01 .left .txtClm .btn a:hover, #aboutusSec01 .right .txtClm .btn a:hover, #aboutusSec03 .left .txtClm .btn a:hover, #aboutusSec03 .right .txtClm .btn a:hover {
  background: #000;
  color: #fff;
}

#aboutusSec02 {
  background: #000 url(../images/img_aboutus02.png) right;
  background-size: cover;
  height: 465px;
  position: relative;
}
#aboutusSec02 .txtClm {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  right: 9.3vw;
}
#aboutusSec02 .txtClm h2 {
  margin-bottom: 30px;
}
#aboutusSec02 .txtClm .tit {
  color: #fff;
  margin-bottom: 30px;
}
#aboutusSec02 .txtClm .btn {
  color: #fff;
}
#aboutusSec02 .txtClm .btn a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 320px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
#aboutusSec02 .txtClm .btn a:after {
  font-family: FontAwesome,'FontAwesome';
  content: '\f054';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  display: inline-block;
  padding-left: 10px;
}
#aboutusSec02 .txtClm .btn a:hover {
  background: #fff;
  color: #000;
}

/************************************************
	aboutus/top_message
************************************************ */
.topmess {
  background: #eee;
}

#topmessSec01, #topmessSec02, #topmessSec03 {
  padding: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#topmessSec01 .left, #topmessSec01 .right, #topmessSec02 .left, #topmessSec02 .right, #topmessSec03 .left, #topmessSec03 .right {
  width: 50%;
  position: relative;
}
#topmessSec01 .left .imgClm, #topmessSec01 .right .imgClm, #topmessSec02 .left .imgClm, #topmessSec02 .right .imgClm, #topmessSec03 .left .imgClm, #topmessSec03 .right .imgClm {
  position: absolute;
  left: 40px;
  top: 0;
}
#topmessSec01 .left .txtClm, #topmessSec01 .right .txtClm, #topmessSec02 .left .txtClm, #topmessSec02 .right .txtClm, #topmessSec03 .left .txtClm, #topmessSec03 .right .txtClm {
  background: #fff;
  margin: 40px 40px 0 -40px;
  padding: 40px;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.04);
}
#topmessSec01 .left .txtClm .profile, #topmessSec01 .right .txtClm .profile, #topmessSec02 .left .txtClm .profile, #topmessSec02 .right .txtClm .profile, #topmessSec03 .left .txtClm .profile, #topmessSec03 .right .txtClm .profile {
  margin-bottom: 60px;
}
#topmessSec01 .left .txtClm .profile .company, #topmessSec01 .right .txtClm .profile .company, #topmessSec02 .left .txtClm .profile .company, #topmessSec02 .right .txtClm .profile .company, #topmessSec03 .left .txtClm .profile .company, #topmessSec03 .right .txtClm .profile .company {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#topmessSec01 .left .txtClm .profile .name, #topmessSec01 .right .txtClm .profile .name, #topmessSec02 .left .txtClm .profile .name, #topmessSec02 .right .txtClm .profile .name, #topmessSec03 .left .txtClm .profile .name, #topmessSec03 .right .txtClm .profile .name {
  font-weight: bold;
}
#topmessSec01 .left .txtClm .profile .name b, #topmessSec01 .right .txtClm .profile .name b, #topmessSec02 .left .txtClm .profile .name b, #topmessSec02 .right .txtClm .profile .name b, #topmessSec03 .left .txtClm .profile .name b, #topmessSec03 .right .txtClm .profile .name b {
  font-size: 24px;
  display: block;
}
#topmessSec01 .left .txtClm .profile .history, #topmessSec01 .right .txtClm .profile .history, #topmessSec02 .left .txtClm .profile .history, #topmessSec02 .right .txtClm .profile .history, #topmessSec03 .left .txtClm .profile .history, #topmessSec03 .right .txtClm .profile .history {
  line-height: 2;
}
#topmessSec01 .left .txtClm h2, #topmessSec01 .right .txtClm h2, #topmessSec02 .left .txtClm h2, #topmessSec02 .right .txtClm h2, #topmessSec03 .left .txtClm h2, #topmessSec03 .right .txtClm h2 {
  margin-bottom: 10px;
}
#topmessSec01 .left .txtClm h3, #topmessSec01 .right .txtClm h3, #topmessSec02 .left .txtClm h3, #topmessSec02 .right .txtClm h3, #topmessSec03 .left .txtClm h3, #topmessSec03 .right .txtClm h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #454545;
  line-height: 2.2;
}
#topmessSec01 .left .txtClm h3.messtit, #topmessSec01 .right .txtClm h3.messtit, #topmessSec02 .left .txtClm h3.messtit, #topmessSec02 .right .txtClm h3.messtit, #topmessSec03 .left .txtClm h3.messtit, #topmessSec03 .right .txtClm h3.messtit {
  color: #0094d4;
}
#topmessSec01 .left .txtClm .message, #topmessSec01 .right .txtClm .message, #topmessSec02 .left .txtClm .message, #topmessSec02 .right .txtClm .message, #topmessSec03 .left .txtClm .message, #topmessSec03 .right .txtClm .message {
  font-size: 18px;
  line-height: 2;
  color: #454545;
}
#topmessSec01 .left .txtClm .btn, #topmessSec01 .right .txtClm .btn, #topmessSec02 .left .txtClm .btn, #topmessSec02 .right .txtClm .btn, #topmessSec03 .left .txtClm .btn, #topmessSec03 .right .txtClm .btn {
  text-align: center;
}
#topmessSec01 .left .txtClm .btn a, #topmessSec01 .right .txtClm .btn a, #topmessSec02 .left .txtClm .btn a, #topmessSec02 .right .txtClm .btn a, #topmessSec03 .left .txtClm .btn a, #topmessSec03 .right .txtClm .btn a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 320px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
#topmessSec01 .left .txtClm .btn a:after, #topmessSec01 .right .txtClm .btn a:after, #topmessSec02 .left .txtClm .btn a:after, #topmessSec02 .right .txtClm .btn a:after, #topmessSec03 .left .txtClm .btn a:after, #topmessSec03 .right .txtClm .btn a:after {
  font-family: FontAwesome,'FontAwesome';
  content: '\f054';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  display: inline-block;
  padding-left: 10px;
}
#topmessSec01 .left .txtClm .btn a:hover, #topmessSec01 .right .txtClm .btn a:hover, #topmessSec02 .left .txtClm .btn a:hover, #topmessSec02 .right .txtClm .btn a:hover, #topmessSec03 .left .txtClm .btn a:hover, #topmessSec03 .right .txtClm .btn a:hover {
  background: #000;
  color: #fff;
}

.top_headline {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 100px 0 0;
}

/************************************************
	aboutus/corporate_identity
************************************************ */
#mvSub.identity {
  background: url(../images/mv_identity.jpg) center;
  background-size: cover;
}

#identitySec01 {
  padding: 100px 0 80px;
}
#identitySec01 .inner {
  width: 900px;
}
#identitySec01 h2 {
  text-align: center;
  margin-bottom: 60px;
}
#identitySec01 .txtClm {
  text-align: center;
  font-size: 20px;
  line-height: 2.8;
  margin-bottom: 100px;
}
#identitySec01 .logo {
  text-align: center;
}

/************************************************
	aboutus/companyinfo
************************************************ */
#mvSub.aboutus {
  background: url(../images/mv_aboutus.jpg) center;
  background-size: cover;
}

#companyinfoSec01 {
  padding: 100px 0 90px;
}
#companyinfoSec01 .inner {
  width: 900px;
}
#companyinfoSec01 h2 {
  text-align: center;
  margin-bottom: 60px;
}
#companyinfoSec01 table {
  width: 100%;
}
#companyinfoSec01 table tr {
  border-bottom: 1px solid #eee;
}
#companyinfoSec01 table th, #companyinfoSec01 table td {
  width: 50%;
  text-align: left;
  padding: 30px 0;
  font-size: 20px;
}
#companyinfoSec01 table th {
  padding-left: 150px;
}
#companyinfoSec01 table td {
  padding-left: 60px;
}
#companyinfoSec01 table td a {
  color: #0094d4;
}
#companyinfoSec01 table td a:hover {
  text-decoration: underline;
}

#gMap {
  height: 430px;
  width: 100%;
}

/************************************************
	overview
************************************************ */
#mvSub.overview {
  background: url(../images/mv_overview.jpg) center;
  background-size: cover;
}
#mvSub.overview .headline {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
#mvSub.overview .headline h1 {
  position: static;
  transform: none;
  margin-bottom: 30px;
  text-align: center;
}
#mvSub.overview .headline p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

#overviewSec01, #overviewSec02, #overviewSec03, #overviewSec04, #overviewSec05 {
  padding: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#overviewSec01 .left, #overviewSec01 .right, #overviewSec02 .left, #overviewSec02 .right, #overviewSec03 .left, #overviewSec03 .right, #overviewSec04 .left, #overviewSec04 .right, #overviewSec05 .left, #overviewSec05 .right {
  width: 50%;
  position: relative;
}
#overviewSec01 .left .imgClm img, #overviewSec01 .right .imgClm img, #overviewSec02 .left .imgClm img, #overviewSec02 .right .imgClm img, #overviewSec03 .left .imgClm img, #overviewSec03 .right .imgClm img, #overviewSec04 .left .imgClm img, #overviewSec04 .right .imgClm img, #overviewSec05 .left .imgClm img, #overviewSec05 .right .imgClm img {
  width: 100%;
}
#overviewSec01 .left .txtClm, #overviewSec01 .right .txtClm, #overviewSec02 .left .txtClm, #overviewSec02 .right .txtClm, #overviewSec03 .left .txtClm, #overviewSec03 .right .txtClm, #overviewSec04 .left .txtClm, #overviewSec04 .right .txtClm, #overviewSec05 .left .txtClm, #overviewSec05 .right .txtClm {
  padding: 2vw 3.1vw 0;
}
#overviewSec01 .left .txtClm .logo, #overviewSec01 .right .txtClm .logo, #overviewSec02 .left .txtClm .logo, #overviewSec02 .right .txtClm .logo, #overviewSec03 .left .txtClm .logo, #overviewSec03 .right .txtClm .logo, #overviewSec04 .left .txtClm .logo, #overviewSec04 .right .txtClm .logo, #overviewSec05 .left .txtClm .logo, #overviewSec05 .right .txtClm .logo {
  margin-bottom: 1vw;
}
#overviewSec01 .left .txtClm h2, #overviewSec01 .right .txtClm h2, #overviewSec02 .left .txtClm h2, #overviewSec02 .right .txtClm h2, #overviewSec03 .left .txtClm h2, #overviewSec03 .right .txtClm h2, #overviewSec04 .left .txtClm h2, #overviewSec04 .right .txtClm h2, #overviewSec05 .left .txtClm h2, #overviewSec05 .right .txtClm h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
#overviewSec01 .left .txtClm h2 span, #overviewSec01 .right .txtClm h2 span, #overviewSec02 .left .txtClm h2 span, #overviewSec02 .right .txtClm h2 span, #overviewSec03 .left .txtClm h2 span, #overviewSec03 .right .txtClm h2 span, #overviewSec04 .left .txtClm h2 span, #overviewSec04 .right .txtClm h2 span, #overviewSec05 .left .txtClm h2 span, #overviewSec05 .right .txtClm h2 span {
  display: block;
  font-size: 16px;
}
#overviewSec01 .left .txtClm .description, #overviewSec01 .right .txtClm .description, #overviewSec02 .left .txtClm .description, #overviewSec02 .right .txtClm .description, #overviewSec03 .left .txtClm .description, #overviewSec03 .right .txtClm .description, #overviewSec04 .left .txtClm .description, #overviewSec04 .right .txtClm .description, #overviewSec05 .left .txtClm .description, #overviewSec05 .right .txtClm .description {
  font-size: 16px;
  margin-bottom: 2vw;
  line-height: 2;
}
#overviewSec01 .left .txtClm .btn a, #overviewSec01 .right .txtClm .btn a, #overviewSec02 .left .txtClm .btn a, #overviewSec02 .right .txtClm .btn a, #overviewSec03 .left .txtClm .btn a, #overviewSec03 .right .txtClm .btn a, #overviewSec04 .left .txtClm .btn a, #overviewSec04 .right .txtClm .btn a, #overviewSec05 .left .txtClm .btn a, #overviewSec05 .right .txtClm .btn a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 320px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
#overviewSec01 .left .txtClm .btn a:after, #overviewSec01 .right .txtClm .btn a:after, #overviewSec02 .left .txtClm .btn a:after, #overviewSec02 .right .txtClm .btn a:after, #overviewSec03 .left .txtClm .btn a:after, #overviewSec03 .right .txtClm .btn a:after, #overviewSec04 .left .txtClm .btn a:after, #overviewSec04 .right .txtClm .btn a:after, #overviewSec05 .left .txtClm .btn a:after, #overviewSec05 .right .txtClm .btn a:after {
  font-family: FontAwesome,'FontAwesome';
  content: '\f054';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  display: inline-block;
  padding-left: 10px;
}
#overviewSec01 .left .txtClm .btn a:hover, #overviewSec01 .right .txtClm .btn a:hover, #overviewSec02 .left .txtClm .btn a:hover, #overviewSec02 .right .txtClm .btn a:hover, #overviewSec03 .left .txtClm .btn a:hover, #overviewSec03 .right .txtClm .btn a:hover, #overviewSec04 .left .txtClm .btn a:hover, #overviewSec04 .right .txtClm .btn a:hover, #overviewSec05 .left .txtClm .btn a:hover, #overviewSec05 .right .txtClm .btn a:hover {
  background: #000;
  color: #fff;
}
#overviewSec01 .right, #overviewSec02 .right, #overviewSec03 .right, #overviewSec04 .right, #overviewSec05 .right {
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
}

#overviewSec01, #overviewSec03, #overviewSec05 {
  background: #eee;
}

@media screen and (max-width: 1400px) {
  #overviewSec01 .right .txtClm h2, #overviewSec02 .right .txtClm h2, #overviewSec03 .right .txtClm h2, #overviewSec04 .right .txtClm h2, #overviewSec05 .right .txtClm h2 {
    font-size: 20px;
  }
  #overviewSec01 .right .txtClm h2 span, #overviewSec02 .right .txtClm h2 span, #overviewSec03 .right .txtClm h2 span, #overviewSec04 .right .txtClm h2 span, #overviewSec05 .right .txtClm h2 span {
    font-size: 13px;
  }
  #overviewSec01 .right .txtClm .description, #overviewSec02 .right .txtClm .description, #overviewSec03 .right .txtClm .description, #overviewSec04 .right .txtClm .description, #overviewSec05 .right .txtClm .description {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 1.5vw;
  }
  #overviewSec01 .right .txtClm .btn a, #overviewSec02 .right .txtClm .btn a, #overviewSec03 .right .txtClm .btn a, #overviewSec04 .right .txtClm .btn a, #overviewSec05 .right .txtClm .btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  #overviewSec01 .right .txtClm h2, #overviewSec02 .right .txtClm h2, #overviewSec03 .right .txtClm h2, #overviewSec04 .right .txtClm h2, #overviewSec05 .right .txtClm h2 {
    font-size: 20px;
  }
  #overviewSec01 .right .txtClm h2 span, #overviewSec02 .right .txtClm h2 span, #overviewSec03 .right .txtClm h2 span, #overviewSec04 .right .txtClm h2 span, #overviewSec05 .right .txtClm h2 span {
    font-size: 13px;
  }
  #overviewSec01 .right .txtClm .description, #overviewSec02 .right .txtClm .description, #overviewSec03 .right .txtClm .description, #overviewSec04 .right .txtClm .description, #overviewSec05 .right .txtClm .description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1vw;
  }
  #overviewSec01 .right .txtClm .btn a, #overviewSec02 .right .txtClm .btn a, #overviewSec03 .right .txtClm .btn a, #overviewSec04 .right .txtClm .btn a, #overviewSec05 .right .txtClm .btn a {
    font-size: 16px;
  }
}
/************************************************
	overview/works
************************************************ */
#mvSub.works {
  background: url(../images/mv_hanshin.jpg) center;
  background-size: cover;
  height: 31vw;
  position: relative;
}
#mvSub.works .txtClm {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#mvSub.works .txtClm h1, #mvSub.works .txtClm p {
  text-align: center;
  width: 100%;
}
#mvSub.works .txtClm h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
#mvSub.works .txtClm p {
  color: #fff;
  font-size: 24px;
}
#mvSub.works.shanghai {
  background: url(../images/mv_shanghai.jpg) center;
  background-size: cover;
}
#mvSub.works.pt {
  background: url(../images/mv_pt.jpg) center;
  background-size: cover;
}
#mvSub.works.farm {
  background: url(../images/mv_farm.jpg) center;
  background-size: cover;
}

#worksSec01 .tit, #worksSec02 .tit, #worksSec03 .tit, #worksSec04 .tit, #worksSec05 .tit {
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
#worksSec01 .inner, #worksSec02 .inner, #worksSec03 .inner, #worksSec04 .inner, #worksSec05 .inner {
  max-width: 1670px;
  margin: 0 auto;
  min-width: 1200px;
  padding: 0 5%;
}
#worksSec01 .inner h2, #worksSec02 .inner h2, #worksSec03 .inner h2, #worksSec04 .inner h2, #worksSec05 .inner h2 {
  text-align: center;
  margin-bottom: 50px;
}
#worksSec01 .inner h2 span, #worksSec02 .inner h2 span, #worksSec03 .inner h2 span, #worksSec04 .inner h2 span, #worksSec05 .inner h2 span {
  display: block;
  font-size: 30px;
}

#worksSec01 {
  padding-top: 80px;
  padding-bottom: 40px;
}
#worksSec01 p.tit {
  margin-bottom: 80px;
}
#worksSec01 .strengthBox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#worksSec01 .strengthBox li {
  max-width: 530px;
}
#worksSec01 .strengthBox li:nth-of-type(2) {
  margin: 0 30px;
}
#worksSec01 .strengthBox li h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 20px;
}
#worksSec01 .strengthBox li p {
  font-size: 18px;
}
#worksSec01 p.small {
  margin-top: 80px;
  font-size: 16px;
}

#worksSec02 {
  padding: 100px 0;
  background: #eee;
}
#worksSec02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#worksSec02 ul li {
  margin-right: 40px;
  height: 100px;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
#worksSec02 ul li:last-child {
  margin-right: 0;
}
#worksSec02 ul li a {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #000;
}
#worksSec02 ul li a:hover {
  color: #fff;
  background: #000;
}
#worksSec02 ul li.none {
  display: block;
  height: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #000;
}
#worksSec02 ul li span {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  text-align: center;
}

#worksSec03 {
  background: #eee;
}
#worksSec03 li {
  padding: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#worksSec03 li .left, #worksSec03 li .right {
  width: 50%;
  position: relative;
}
#worksSec03 li .left .imgClm img, #worksSec03 li .right .imgClm img {
  width: 100%;
}
#worksSec03 li .left .txtClm, #worksSec03 li .right .txtClm {
  padding: 2vw 3.1vw 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#worksSec03 li .left .txtClm .logo, #worksSec03 li .right .txtClm .logo {
  margin-bottom: 1vw;
}
#worksSec03 li .left .txtClm h3, #worksSec03 li .right .txtClm h3 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
#worksSec03 li .left .txtClm .description, #worksSec03 li .right .txtClm .description {
  font-size: 16px;
  margin-bottom: 2vw;
  line-height: 2;
}
#worksSec03 li .right {
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
  position: relative;
}

@media screen and (max-width: 1690px) {
  #worksSec03 li .right .txtClm h3 {
    font-size: 22px;
  }
  #worksSec03 li .right .txtClm .description {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1.5vw;
  }
  #worksSec03 li .right .num {
    position: absolute;
    top: 2vw;
    left: 2vw;
    font-size: 2.3vw;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: italic;
    line-height: 1;
  }
}
@media screen and (max-width: 1400px) {
  #worksSec03 li .right .txtClm h3 {
    font-size: 20px;
  }
  #worksSec03 li .right .txtClm .description {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 1300px) {
  #worksSec03 li .right .txtClm h3 {
    font-size: 20px;
  }
  #worksSec03 li .right .txtClm .description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1vw;
  }
}
#worksSec04 {
  padding: 100px 0;
}
#worksSec04 .inner {
  max-width: 100%;
  width: 100%;
  padding: 0 3%;
}
#worksSec04 .messWrap {
  padding: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#worksSec04 .messWrap .left, #worksSec04 .messWrap .right {
  width: 50%;
  position: relative;
}
#worksSec04 .messWrap .left .imgClm, #worksSec04 .messWrap .right .imgClm {
  position: absolute;
  left: 40px;
  top: 0;
}
#worksSec04 .messWrap .left .txtClm, #worksSec04 .messWrap .right .txtClm {
  background: #fff;
  margin: 40px 40px 0 -40px;
  padding: 40px;
}
#worksSec04 .messWrap .left .txtClm .profile, #worksSec04 .messWrap .right .txtClm .profile {
  margin-bottom: 60px;
}
#worksSec04 .messWrap .left .txtClm .profile .company, #worksSec04 .messWrap .right .txtClm .profile .company {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#worksSec04 .messWrap .left .txtClm .profile .name, #worksSec04 .messWrap .right .txtClm .profile .name {
  font-weight: bold;
}
#worksSec04 .messWrap .left .txtClm .profile .name b, #worksSec04 .messWrap .right .txtClm .profile .name b {
  font-size: 24px;
  display: block;
}
#worksSec04 .messWrap .left .txtClm h3, #worksSec04 .messWrap .right .txtClm h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #454545;
  line-height: 2.2;
}
#worksSec04 .messWrap .left .txtClm h3:nth-of-type(n+2), #worksSec04 .messWrap .right .txtClm h3:nth-of-type(n+2) {
  margin-top: 30px;
}
#worksSec04 .messWrap .left .txtClm .message, #worksSec04 .messWrap .right .txtClm .message {
  font-size: 16px;
  line-height: 2;
  color: #454545;
}
#worksSec04 .messWrap .left .txtClm .btn, #worksSec04 .messWrap .right .txtClm .btn {
  text-align: center;
}
#worksSec04 .messWrap .left .txtClm .btn a, #worksSec04 .messWrap .right .txtClm .btn a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 320px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
#worksSec04 .messWrap .left .txtClm .btn a:after, #worksSec04 .messWrap .right .txtClm .btn a:after {
  font-family: FontAwesome,'FontAwesome';
  content: '\f054';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  display: inline-block;
  padding-left: 10px;
}
#worksSec04 .messWrap .left .txtClm .btn a:hover, #worksSec04 .messWrap .right .txtClm .btn a:hover {
  background: #000;
  color: #fff;
}
#worksSec04 .messWrap .right {
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.04);
}

#worksSec05 h2 {
  text-align: center;
  margin-bottom: 50px;
}
#worksSec05 h2 span {
  display: block;
  font-size: 30px;
}
#worksSec05 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 5%;
}
#worksSec05 ul li {
  position: relative;
  width: 18vw;
  min-width: 220px;
  height: 25vw;
}
#worksSec05 ul li a {
  display: block;
  position: absolute;
  top: 0;
  width: 18vw;
  min-width: 220px;
  height: 25vw;
}
#worksSec05 ul li a .btn {
  border: 1px solid #fff;
  color: #fff;
  height: 55px;
  line-height: 55px;
  width: calc(100% - 40px);
  text-align: center;
  font-size: 1.3vw;
  letter-spacing: 0;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#worksSec05 ul li a:hover .btn {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
#worksSec05 ul li.hanshin {
  background: url(../images/img_works01.jpg);
  background-size: cover;
}
#worksSec05 ul li.shanghai {
  background: url(../images/img_works02.jpg);
  background-size: cover;
}
#worksSec05 ul li.products {
  background: url(../images/img_works03.jpg);
  background-size: cover;
}
#worksSec05 ul li.pt {
  background: url(../images/img_works04.jpg);
  background-size: cover;
}
#worksSec05 ul li.farm {
  background: url(../images/img_works_mrd.jpg);
  background-size: cover;
}

#worksSec05 ul li.farm .btn{
  font-size: 16px;
}

@media screen and (max-width: 1580px) {
  #worksSec05 ul li.farm .btn{
    padding-top: 5px;
    line-height: 1.4;
  }
}


/************************************************
	career
************************************************ */
#mvSub.career {
  background: url(../images/mv_career.jpg) center;
  background-size: cover;
  height: 925px;
}
#mvSub.career #particle {
  background: rgba(204, 204, 204, 0.5);
  height: 925px;
  position: relative;
}
#mvSub.career h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control a {
  color: #fff;
  display: inline-block;
  font-size: 24px;
}
.control a span {
  border-bottom: 2px solid transparent;
}
.control a:hover span {
  border-bottom: 2px solid #fff;
}
.control a.back {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}
.control a.back:before {
  content: "";
  background: url(../images/arrow_right.png);
  transform: rotate(180deg);
  width: 19px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.control a.next {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}
.control a.next:after {
  content: "";
  background: url(../images/arrow_right.png);
  width: 19px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

#careerSec01 {
  padding: 100px 0 90px;
}
#careerSec01 .inner {
  width: 1000px;
}
#careerSec01 .headline {
  margin-bottom: 100px;
}
#careerSec01 .headline h2 {
  margin-bottom: 20px;
}
#careerSec01 .headline p {
  font-size: 18px;
}
#careerSec01 .headline .lead {
  font-size: 36px;
  font-weight: bold;
}
#careerSec01 .steps > li {
  position: relative;
  padding-bottom: 110px;
  margin-bottom: 20px;
}
#careerSec01 .steps > li:after {
  content: "";
  background: url(../images/arrow_under.png);
  width: 46px;
  height: 86px;
  position: absolute;
  bottom: 0;
}
#careerSec01 .steps > li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
#careerSec01 .steps > li:last-of-type:after {
  background: none;
}
#careerSec01 .steps > li h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#careerSec01 .steps > li .attention {
  margin-top: 10px;
}
#careerSec01 .steps > li.s1 p {
  font-size: 30px;
  font-weight: bold;
  padding: 60px;
  text-align: center;
  border: 2px solid #000;
}
#careerSec01 .steps > li.s2 .second {
  background: #eee;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#careerSec01 .steps > li.s2 .second li {
  width: 50%;
  padding: 90px 0 80px;
}
#careerSec01 .steps > li.s2 .second li p {
  text-align: center;
  font-size: 24px;
}
#careerSec01 .steps > li.s2 .second li .logo {
  margin-bottom: 10px;
}
#careerSec01 .steps > li.s3 .third {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#careerSec01 .steps > li.s3 .third li {
  width: 300px;
}
#careerSec01 .steps > li.s3 .third li > div {
  height: 400px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
#careerSec01 .steps > li.s3 .third li:nth-of-type(1) div, #careerSec01 .steps > li.s3 .third li:nth-of-type(2) div {
  background: #eee;
}
#careerSec01 .steps > li.s3 .third li:nth-of-type(3) div {
  border: 2px solid #eee;
}
#careerSec01 .steps > li.s3 .third li > p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}
#careerSec01 .steps > li.s3 .third li:nth-of-type(1) div .logo {
  padding: 40px 0;
  text-align: center;
}
#careerSec01 .steps > li.s3 .third li:nth-of-type(2) div .logo {
  padding: 30px 0;
  text-align: center;
}
#careerSec01 .steps > li.s3 .third li:nth-of-type(3) div p {
  text-align: center;
}

.entry {
  position: relative;
  height: 120px;
}
.entry a {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 24px;
  background: #000;
  padding: 40px 80px;
}
.entry a:after {
  content: "";
  background: url(../images/arrow_right.png) no-repeat;
  background-size: cover;
  width: 11px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
}
.entry a:hover {
  opacity: 0.8;
}

/************************************************
	career/topmessage
************************************************ */
#mvSub.topmessage {
  background: #ccc url(../images/mv_rectopmess.jpg) center;
  background-size: cover;
  height: 48.1vw;
  min-height: 580px;
  padding: 0 280px;
}
#mvSub.topmessage .inner {
  position: relative;
  height: 100%;
  max-width: 1460px;
}
#mvSub.topmessage .headline {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mvSub.topmessage .headline h2 {
  margin-bottom: 20px;
}
#mvSub.topmessage .headline p {
  font-size: 24px;
  color: #fff;
}

.rectopmess {
  background: #eee;
  padding-bottom: 100px;
}
.rectopmess #topmessSec01, .rectopmess #topmessSec02, .rectopmess #topmessSec03 {
  min-height: 27vw;
  margin-bottom: 100px;
}

.btnArea {
  padding-bottom: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.btnArea .btn {
  margin: 0 20px;
}
.btnArea .btn a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 320px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.btnArea .btn a:after {
  font-family: FontAwesome,'FontAwesome';
  content: '\f054';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  display: inline-block;
  padding-left: 10px;
}
.btnArea .btn a:hover {
  background: #000;
  color: #fff;
}

/************************************************
	career/recruitment
************************************************ */
#recruitSec01, #recruitSec02 {
  padding: 100px 0 90px;
}
#recruitSec01 h2, #recruitSec02 h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#recruitSec01 .apply, #recruitSec02 .apply {
  width: 100%;
}

#recruitSec01 .apply .salary{
  display: flex;
}

#recruitSec01 .apply .salary dt{

}

#recruitSec01 .apply .salary dd{

}


#recruitSec01 .apply tr, #recruitSec02 .apply tr {
  border-bottom: 1px solid #ccc;
}
#recruitSec01 .apply tr th, #recruitSec02 .apply tr th {
  width: 200px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
#recruitSec01 .apply tr th, #recruitSec01 .apply tr td, #recruitSec02 .apply tr th, #recruitSec02 .apply tr td {
  padding: 30px 40px;
}
#recruitSec01 .apply tr th h3, #recruitSec01 .apply tr td h3, #recruitSec02 .apply tr th h3, #recruitSec02 .apply tr td h3 {
  font-size: 16px;
  font-weight: bold;
  background: #ccc;
  padding: 10px 20px;
  margin-top: 10px;
}
#recruitSec01 .apply tr h3 + .applyBox {
  margin-top:0;
}
#recruitSec01 .apply tr .applyBox, #recruitSec02 .apply tr .applyBox {
  background: #eee;
  padding: 15px 20px;
  font-size: 14px;
  margin-top: 10px;
}
#recruitSec01 .apply tr .applyBox p, #recruitSec02 .apply tr .applyBox p {
  font-size: 14px;
  margin-top: 10px;
}
#recruitSec01 .apply tr .mt0, #recruitSec02 .apply tr .mt0 {
  margin-top: 0;
}

/************************************************
	career/interview
************************************************ */
#interviewSec01 .inner {
  max-width: 1330px;
  padding-top: 60px;
}
#interviewSec01 ul.menuBtn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#interviewSec01 ul.menuBtn li {
  width: 17%;
  margin-right: 40px;
  margin-bottom: 40px;
}
#interviewSec01 ul.menuBtn li:nth-of-type(5n), #interviewSec01 ul.menuBtn li:last-of-type {
  margin-right: 0;
}
#interviewSec01 ul.menuBtn li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  border: 1px solid #000;
}
#interviewSec01 ul.menuBtn li a:hover {
  background: #000;
  color: #fff;
}

#interviewSec02 .inner {
  max-width: 1100px;
  width: 1100px;
  padding-top: 60px;
}
#interviewSec02 .member {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 100px;
}
#interviewSec02 .member .imgClm {
  width: 400px;
}
#interviewSec02 .member .txtClm {
  width: 700px;
  position: relative;
}
#interviewSec02 .member .txtClm .inner02 {
  padding: 40px;
}
#interviewSec02 .member .txtClm .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#interviewSec02 .member .txtClm .description {
  margin-bottom: 40px;
}
#interviewSec02 .member .txtClm .name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
#interviewSec02 .member .txtClm .name span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#interviewSec02 .member .txtClm .btn {
  margin-top: 60px;
}
#interviewSec02 .member .txtClm .btn a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 320px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
#interviewSec02 .member .txtClm .btn a:after {
  font-family: FontAwesome,'FontAwesome';
  content: '\f054';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  display: inline-block;
  padding-left: 10px;
}
#interviewSec02 .member .txtClm .btn a:hover {
  background: #000;
  color: #fff;
}

/************************************************
	career/interview/members
************************************************ */
#mvSub.members {
  height: 48.1vw;
  min-height: 580px;
}
#mvSub.members.typeB {
  padding: 0 180px;
}
#mvSub.members.typeB .inner {
  max-width: 1460px;
}
#mvSub.members.typeB .catch {
  padding-top: 10vw;
  color: #fff;
  margin-bottom: 1.5vw;
}
#mvSub.members.typeB .catch h2 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 2.6vw;
}
#mvSub.members.typeB .catch h2 span {
  display: block;
  font-size: 18px;
}
#mvSub.members.typeB .catch .lead {
  font-size: 40px;
  font-weight: bold;
}
#mvSub.members.typeB .profile {
  color: #fff;
}
#mvSub.members.typeB .profile .role {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1vw;
}
#mvSub.members.typeB .profile .memberName .name {
  text-align: right;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}
#mvSub.members.typeB .profile .memberName .name span {
  font-size: 18px;
  font-weight: normal;
  display: block;
}
#mvSub.members.uetou {
  background: url(../images/mv_uetou.jpg) center;
  background-size: cover;
}
#mvSub.members.kondo {
  background: url(../images/mv_kondo.jpg) center;
  background-size: cover;
}
#mvSub.members.kamitani {
  background: url(../images/mv_kamitani.jpg) center;
  background-size: cover;
}
#mvSub.members.ishihara {
  background: url(../images/mv_ishihara.jpg) center;
  background-size: cover;
}
#mvSub.members.shoji {
  background: url(../images/mv_shoji.jpg) center;
  background-size: cover;
}
#mvSub.members.obayashi {
  background: url(../images/mv_obayashi.jpg) center;
  background-size: cover;
}
#mvSub.members.fujita {
  background: url(../images/mv_fujita.jpg) center;
  background-size: cover;
}
#mvSub.members.rachi {
  background: url(../images/mv_rachi.jpg) center;
  background-size: cover;
}
#mvSub.members.kusunoki {
  background: url(../images/mv_kusunoki.jpg) center;
  background-size: cover;
}
#mvSub.members.sago {
  background: url(../images/mv_sago.jpg) center;
  background-size: cover;
}
#mvSub.members.ishii {
  background: url(../images/mv_ishii.jpg) center;
  background-size: cover;
}
#mvSub.members.takeda {
  background: url(../images/mv_takeda.jpg) center;
  background-size: cover;
}
#mvSub.members.judy {
  background: url(../images/mv_judy.jpg) center;
  background-size: cover;
}

@media screen and (max-width: 1500px) {
  #mvSub.members.typeB .inner .catch h2 {
    font-size: 28px;
    line-height: 1.5;
  }
  #mvSub.members.typeB .inner .catch h2 span {
    font-size: 17px;
  }
  #mvSub.members.typeB .inner .catch .lead {
    font-size: 36px;
  }
  #mvSub.members.typeB .inner .profile .role {
    font-size: 20px;
    line-height: 1.5;
  }
  #mvSub.members.typeB .inner .profile .memberName .name {
    font-size: 32px;
  }
  #mvSub.members.typeB .inner .profile .memberName .name span {
    font-size: 17px;
  }
}
@media screen and (max-width: 1250px) {
  #mvSub.members.typeB .inner .catch h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  #mvSub.members.typeB .inner .catch h2 span {
    font-size: 15px;
  }
  #mvSub.members.typeB .inner .catch .lead {
    font-size: 32px;
    line-height: 1.7;
  }
  #mvSub.members.typeB .inner .profile .role {
    font-size: 18px;
    line-height: 1.5;
  }
  #mvSub.members.typeB .inner .profile .memberName .name {
    font-size: 32px;
  }
  #mvSub.members.typeB .inner .profile .memberName .name span {
    font-size: 15px;
  }
}
#membersSec01 {
  padding: 80px 0;
}
#membersSec01 .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#membersSec01 .inner .headline {
  width: 70%;
}
#membersSec01 .inner .headline h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
#membersSec01 .inner .memberName .name {
  font-size: 24px;
  font-weight: bold;
}
#membersSec01 .inner .memberName .name span {
  display: block;
  font-weight: normal;
  font-size: 16px;
}

#membersSec02 .col1 {
  margin-bottom: 100px;
}
#membersSec02 .col1 .txtClm .tit {
  padding: 40px;
  text-align: center;
}
#membersSec02 .col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 100px;
}
#membersSec02 .col2 .imgClm {
  width: 630px;
}
#membersSec02 .col2 .txtClm {
  width: 570px;
  position: relative;
}
#membersSec02 .col2 .txtClm .inner02 {
  padding: 60px;
  padding-right: 0;
}
#membersSec02 .col2 .txtClm .tit {
  margin-bottom: 20px;
}
#membersSec02 .col2:nth-of-type(2n) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#membersSec02 .col2:nth-of-type(2n) .txtClm .inner02 {
  padding: 60px;
  padding-left: 0;
}

#membersSec01_typeB {
  padding: 80px 0;
}
#membersSec01_typeB .box01 h3.tit {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 20px;
}
#membersSec01_typeB .box01 .col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 100px;
}
#membersSec01_typeB .box01 .col2 .imgClm {
  max-width: 630px;
}
#membersSec01_typeB .box01 .col2 .txtClm {
  width: 570px;
  position: relative;
}
#membersSec01_typeB .box01 .col2 .txtClm .inner02 {
  padding-left: 60px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#membersSec01_typeB .box01 .col2 .txtClm h4.lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: right;
}
#membersSec01_typeB .box01 .col2 .txtClm ul.lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px;
}
#membersSec01_typeB .box01 .col2:nth-of-type(2n) .txtClm .inner02 {
  padding-right: 60px;
  padding-left: 0;
}
#membersSec01_typeB .box02 {
  width: 1200px;
  margin: 0 auto;
}
#membersSec01_typeB .box02 h3.tit {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#membersSec01_typeB .box02 p.tac {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
}
#membersSec01_typeB .box02 .imgClm {
  margin-bottom: 50px;
}
#membersSec01_typeB .box02 .col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 100px;
}
#membersSec01_typeB .box02 .col2 .txtClm {
  width: 570px;
  max-width: 570px;
}
#membersSec01_typeB .box02 .col2 .txtClm .reason {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
#membersSec01_typeB .box02 .col2 .txtClm .lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
#membersSec01_typeB.uetou .box01:nth-of-type(2n) h3.tit {
  text-align: left;
}
#membersSec01_typeB.uetou .box01:nth-of-type(2n) .col2 {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#membersSec01_typeB.uetou .box01:nth-of-type(2n) .txtClm .inner02 {
  padding-right: 60px;
  padding-left: 0;
}

/************************************************
	contact & entry
************************************************ */
#contactSec01 {
  padding: 100px 0 90px;
}
#contactSec01 .headline {
  margin-bottom: 60px;
}
#contactSec01 .headline h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#contactSec01 .headline p {
  padding: 0 0 0 50px;
}
#contactSec01 .headline .tac {
  text-align: center;
}

.formSec #formTable {
  margin-bottom: 60px;
  width: 100%;
}
.formSec #formTable th, .formSec #formTable td {
  padding-bottom: 20px;
}
.formSec #formTable th {
  width: 450px;
  padding-top: 15px;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  position: relative;
  padding-left: 50px;
  vertical-align: top;
}
.formSec #formTable th b {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  background: #0094d4;
  padding: 5px 20px;
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 15px;
}
.formSec #formTable td {
  color: #1b1b1b;
}
.formSec #formTable input, .formSec #formTable select, .formSec #formTable textarea {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 20px;
  width: 100%;
  border-radius: 0;
}
.formSec #formTable input[type=radio] {
  width: auto;
  padding: 0;
}
.formSec #formTable input#yourAge {
  width: 100px;
}
.formSec #formTable input#yourPostnumber {
  width: 150px;
  margin-bottom: 10px;
}
.formSec #formTable label {
  font-size: 18px;
  padding-top: 15px;
  margin-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
}
.formSec #formTable label span {
  display: inline-block;
  padding-left: 10px;
}
.formSec #formTable label.select {
  position: relative;
  padding-top: 0;
  display: inline;
}
.formSec #formTable label.select:after {
  content: "▼";
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.formSec #formTable select {
  width: 500px;
}
.formSec #formTable textarea {
  height: 250px;
}
.formSec #formTable .caution {
  color: red;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.formSec .btn {
  text-align: center;
}
.formSec .btn input {
  width: 500px;
  height: 100px;
  line-height: 100px;
  background: #1b1b1b;
  color: #fff;
  font-size: 30px;
  font-family: "HKNova", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.formSec .btn input:hover {
  opacity: 0.7;
}


.formSec select#entry-slct {
    position: relative;
}
.formSec .entry-slct::before {
    content: "▼";
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
}


.formSec span.mwform-tel-field {
    display: flex;
    align-items: center;
    max-width: 450px;
}

.formSec input.entry-tel ,.formSec input.contact-tel {
    margin: 0 5px;
}
.formSec input.entry-tel:first-of-type ,.formSec input.contact-tel:first-of-type{
    margin-left: 0;
}


.formSec span.mwform-zip-field {
    display: flex;
    align-items: center;
    max-width: 450px;
}
.formSec input.entry-postcode {
    margin: 0 5px;
}
.formSec input.entry-postcode:first-of-type {
    margin-left: 0;
}

.formSec .mw_wp_form_input .slctbox {
  position: relative;
  margin: 0em 0em 0em 0em;
  float: left;
}
.formSec .mw_wp_form_input .slctbox::after {
  pointer-events: none;
  position: absolute;
  color: #666666;
  top: 50%;
  left: 28.7em;
  transform: translateY(-50%);
  content: "▼";
}
.formSec .formSec select#entry-slct,.formSec .formSec select#contact-add {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.formSec .mwform-radio-field {
  display: block;
}
.formSec .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.form-content-act__btn{
  text-align: center;
}
.form-content-act__btn-confirm.button{
  width: 500px;
    height: 100px;
    line-height: 100px;
    background: #1b1b1b;
    color: #fff;
    font-size: 30px;
    font-family: "HKNova", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.1em;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.form-content-act__btn-back.button{
  width: 500px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    color: #1b1b1b;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: "HKNova", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.1em;
    border: 1px solid #1b1b1b;
    border-radius: 0;
    cursor: pointer;
}

.form-content-act__btn-submit.button{
  width: 500px;
    height: 100px;
    line-height: 100px;
    background: #1b1b1b;
    color: #fff;
    font-size: 30px;
    font-family: "HKNova", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.1em;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.formSec .mw_wp_form_preview #formTable td {
  color: #1b1b1b;
  display: flex;
  align-items: center;
  padding-top: 20px;
}