@charset "UTF-8";

p {
  margin-bottom: 1.8em;
}
p:last-of-type {
  margin-bottom: 0;
}

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

a:hover {
  text-decoration: none;
}

/* header
*******************************/
body#page #header {
  height: 350px;
}

#header {
  height: 1000px;
  background: url(../img/mainimg.jpg) no-repeat top center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}

#h1Area {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#h1Area #logo {
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}

#h1Area #logo img{
  max-width: 800px;
  width: 100%;
}

#h1Area p.description {
  color: #fff;
  font-size: 20px;
}

/* glnv */
#spMenu {
  margin: 0;
  width: 50px;
  height: 50px;
  background: #007130;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 30;
}

#spMenu p {
  position: relative;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#spMenu span {
  position: absolute;
  display: inline-block;
  left: 12px;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#spMenu span:nth-of-type(1) {
  top: 15px;
}

#spMenu span:nth-of-type(2) {
  top: 23px;
}

#spMenu span:nth-of-type(3) {
  top: 32px;
}

#spMenu span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#spMenu.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenu.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#spMenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
  transform: translateY(20px) scale(0);
}

#spMenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
  transform: translateY(-20px) scale(0);
}

nav#glnv {
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
}
nav#glnv ul {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
nav#glnv ul li {
  width: auto;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
nav#glnv ul li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: "lato Sans", sans-serif;
  text-align: center;
  letter-spacing: 3px;
  padding: 10px 50px;
}
nav#glnv ul li a:hover {
  color: #007130;
  text-decoration: none;
  background: #fff;
}
nav#glnv ul li.ja {
  margin-bottom: 5px;
}
nav#glnv ul li.ja a {
  font-size: 15px;
  letter-spacing: normal;
}

/* footer
*******************************/
footer#footer {
  background: #007130;
  padding: 30px 0;
}

ul#sitemap {
  text-align: center;
}
ul#sitemap li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #fff;
}
ul#sitemap li:first-of-type {
  border-left: 1px solid #fff;
}
ul#sitemap li a {
  color: #fff;
}

p#copy {
  text-align: center;
  margin-top: 20px;
}
p#copy small {
  color: #fff;
  font-size: 15px;
  font-family: "lato Sans", sans-serif;
}

/* container
*******************************/
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.section {
  padding: 50px 0;
}

ul.systemBtns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

ul.systemBtns li {
  width: 30%;
  margin: 0 20px;
}

ul.systemBtns li a {
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 15px;
}

ul.systemBtns li a:hover {
  color: #fff;
  background: #007130;
}

.hText {
  color: #007130;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.ttlMin {
  color: #007130;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.hImage {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  padding: 180px 0;
}
.hImage .en {
  font-size: 22px;
  font-family: "lato Sans", sans-serif;
  display: block;
}
.hImage.system {
  background: url(../img/ttl_system.jpg) no-repeat top center;
  background-size: cover;
}
.hImage.group {
  background: url(../img/ttl_estate.jpg) no-repeat top center;
  background-size: cover;
}
.hImage.fx {
  background: url(../img/ttl_fx.jpg) no-repeat top center;
  background-size: cover;
}
.hImage.vacancy {
  background: url(../img/ttl_vacancy.jpg) no-repeat top center;
  background-size: cover;
}
.hImage.contact {
  background: url(../img/ttl_contact.jpg) no-repeat top center;
  background-size: cover;
}
.hImage.recuit01 {
  background: url(../img/ttl_recruit.jpg) no-repeat top center;
  background-size: cover;
}

table.tblStyle {
  width: 100%;
  table-layout: fixed;
}
table.tblStyle tr > * {
  border-top: 1px solid #eee;
  padding: 25px;
}
table.tblStyle tr th {
  width: 150px;
  color: #007130;
  font-weight: bold;
  text-align: center;
}
table.tblStyle tr td iframe {
  width: 100%;
  margin-top: 20px;
}
table.tblStyle tr:last-of-type > * {
  border-bottom: 1px solid #eee;
}

table.tblFx {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
}
table.tblFx thead th {
  color: #fff;
  text-align: center;
  background: #747474;
}
table.tblFx thead th:first-of-type {
  width: 100px;
}
table.tblFx tr > * {
  border: 1px solid #c9c9c9;
  padding: 15px;
}
table.tblFx tr a {
  color: #007130;
  text-decoration: underline;
}
table.tblStyle2 tr th {
  width: 200px;
  color: #007130;
  font-weight: bold;
  text-align: center;
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list.col3 .box {
  width: 32%;
  margin-bottom: 30px;
}
.list.col3 .box .caption {
  background: #eee;
  padding: 0 15px 15px;
  text-align: center;
}

.vacancyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vacR {
  width: 40%;
  max-width: 380px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.vacL {
  width: 50%;
  max-width: 500px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.vacL h3.ttlMid {
  color: #007130;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

ul#contactForm li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #747474;
  margin-bottom: 20px;
}
ul#contactForm li span.th {
  width: 230px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #747474;
  padding: 20px 0;
}
ul#contactForm li span.td {
  padding: 20px;
}
ul#contactForm li input,
ul#contactForm li textarea {
  width: calc(100% - 230px);
  border: none;
  font-size: 18px;
  padding: 20px;
}
ul#contactForm li textarea {
  height: 15em;
}

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

.button {
  color: #007130;
  font-size: 18px;
  border: 1px solid #007130;
  background: #fff;
  padding: 20px 80px;
  border-radius: 5px;
}

.ttlMelit {
  color: #007130;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  margin: 50px 0 20px;
}

.ttlStyle01 {
  color: #007130;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.ttlStyle01.fz28 {
  font-size: 28px;
}

.ttlStyle02 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #007130;
  padding: 10px 20px;
}

.ttlStyle_logo{
  max-width: 280px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.link_button {
  position: relative;
  display: block;
  margin-bottom: 50px;
  font-weight: 600;
  text-align: center;
  color: #007130;
  font-size: 18px;
  border: 1px solid #007130;
  background: #fff;
  padding: 20px 80px;
  border-radius: 5px;
  transition: 0.3s;
}

.link_button::after{
  content: '';
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	border-top: 2px solid #007130;
	border-right: 2px solid #007130;
	transform: rotate(45deg);
  transition: 0.3s;
}

.link_button:hover{
  background: #007130;
  color: #fff;
}

.link_button:hover::after{
  border-color: #fff;
  transform: translateX(4px) rotate(45deg);
}

ul.melitList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          row-gap: 10px;
}
ul.melitList li {
  text-align: center;
  margin: 0 10px;
}
ul.melitList li p {
  font-size: 20px;
  font-weight: 600;
  font-weight: 500;
  line-height: 1.3em;
  margin-top: 10px;
}

#group table {
  margin-bottom: 50px;
}

#sysLogin {
  border: 3px solid #007130;
  padding: 30px 30px 40px;
  text-align: center;
}

.ttlStyle03 span {
  color: #007130;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  display: inline-block;
  padding: 0 20px;
}
.ttlStyle03 {
  margin-top: -60px;
}


/* 220120追記 */
.link-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.link-list__item {
  margin: 0 20px 20px;
}
.link-list a {
  text-decoration: underline;
}
.link-list a:hover {
  text-decoration: none;
}