@charset "UTF-8";

/*##############################*/
/* html */
/*##############################*/

html {
  font-size: 62.5%;
}

/*##############################*/
/* common */
/*##############################*/

*, *::before, *::after {
  box-sizing: border-box;
  text-decoration: none;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.hidden {
  display: none;
}

.image-logo {
  vertical-align: text-top;
  max-height: 14px;
  /*height: 100%;*/
}
/*##############################*/
/* body */
/*##############################*/

body {
  min-width: 1000px;
  height: 100%;
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
body.black {
  background-color: #000;
}

/*##############################*/
/* global-navigation */
/*##############################*/

.global-nav-wrapper {
  font-size: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 70px;
  padding: 10px 20px 10px 30px;
  background: #888;
}
.global-nav-wrapper .global-logo {
  height: 25px;
}
.global-nav-wrapper .global-nav-list {
  display: flex;
  flex-direction: row;
}
.global-nav-wrapper .global-nav-item {
  padding: 0 20px;
}
.global-nav-wrapper .global-nav-item a {
  display: inline-block;
  height: 50px;
  color: rgba(221, 221, 221, 0.5);
  line-height: 50px;
  font-weight: 500;
  transition: 0.15s;
}
.global-nav-wrapper .global-nav-item.active a,
.global-nav-wrapper .global-nav-item a:hover {
  color: #fff;
}

/*##############################*/
/* what-automate */
/*##############################*/

.what-automate {
  /*position: relative;*/
  min-width: 1000px;
  min-height: 500px;
  /*background-size: cover;*/
}
.what-automate img {
  width: 100%;
  display: block;
}

/*##############################*/
/* concept */
/*##############################*/

.concept {
  padding: 40px 0 30px 0;
  background: #fff;
  color: #000;
}
.concept .heading {
  font-size: 5.0rem;
}
.concept .heading img{
  width: 7%;
}
.concept .heading::before,
.concept .heading::after {
  display: inline-block;
  width: 243px;
  height: 1px;
  margin: 0 15px;
  background: #fff;
  content: '';
  vertical-align: middle;
}
.concept .description {
  padding: 10px;
  line-height: 2.0;
}

/*##############################*/
/* about */
/*##############################*/

.about {
  position: relative;
  margin-top: 70px;
  min-width: 1000px;
  background-size: cover;
}

.about img {
  width: 100%;
  display: block;
}
.about .heading-wrapper:before {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.about .heading-wrapper .heading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 500px;
  color: #fff;
  font-size: 5.0rem;
  font-weight: 200;
  line-height: 500px;
  letter-spacing: 5px;
}
.about .heading-wrapper .heading .important {
  padding-right: 30px;
  font-weight: bold;
  letter-spacing: 0;
}
.about > .heading {
  font-size: 2.0rem;
  background: #000;
  color: #fff;
}
.about > .heading:before,
.about > .heading:after {
  display: inline-block;
  width: 200px;
  height: 1px;
  margin: 0 15px;
  background: #fff;
  content: '';
  vertical-align: middle;
}
.about .description {
  padding: 30px 0 50px 0;
  background: #000;
  color: #fff;
  line-height: 2.0;
}

/*##############################*/
/* strength */
/*##############################*/

.strength-wrapper {
  width: 100%;
  background: #DDD;
}
.strength {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 100px 30px 100px;
  text-align: justify;
}
.strength .heading {
  font-size: 2.0rem;
  margin-bottom: 10px;
}
.strength .beginning {
  margin-bottom: 10px;
}
.strength .beginning:after {
  display: inline-block;
  width: 800px;
  height: 1px;
  /*margin: 0 0 0 15px;*/
  background: #333;
  content: '';
  vertical-align: middle;
}
.strength-list {
  list-style-type: none;
}
.strength-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.strength-item .title_ja {
  width: 100px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #333;
  border-radius: 15px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.strength-item .title_en{
  width: 100px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #333;
  border-radius: 15px;
  text-align: center;
  font-weight: 500;
}

.strength-item .description-wrapper {
  width: 690px;
}
.strength-item .necessary-list {
  list-style-type: none;
}
.necessary-item {
  position: relative;
  padding-left: 20px;
}
.necessary-item .number {
  position: absolute;
  top: 0;
  left: 0;
}

/*##############################*/
/* services */
/*##############################*/

.services {
  width: 800px;
  margin: 70px auto 0;
  padding-top: 20px;
}
.service {
  margin-top: 96px;
  margin-bottom: 32px;
  text-align: left;
}
.service .header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: space-between;
}
.service .header .title {
  display: inline-block;
  font-size: 4.0rem;
  line-height: 1.44;
}
.service .header .title img{
  width: 169%;
}

.service .header .sub-title {
  display: inline-block;
  font-size: 1.8rem;
  text-align: right;
}
.service .header:after {
  display: inline-block;
  /*width: 940px;*/
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #333;
  content: '';
  /*vertical-align: middle;*/
  vertical-align: top;
}
.service .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  /*display: flex;*/
  /*flex-direction: row;*/
  /*height: auto;*/
  /*justify-content: space-between;*/
}
.service .content .description {
  text-align: justify;
  /*display: inline;*/
}
.service .content .image {
  float: right;
  width: 250px;
  height: 166px;
  /*padding-top: 66.7%;*/
  margin: 0 0 20px 20px;
}
.service .content .image.border {
  border: 1px solid #333;
}
.service .button {
  display: inline-block;
  width: 200px;
  margin: 10px 0 20px 0;
  padding: 2px 18px;
  border: 1px solid #333;
  border-radius: 20px;
  color: #333;
  text-align: center;
  transition: 0.15s;
  cursor: pointer;
}
.service .button:hover {
  background: rgba(204, 204, 204, 0.5);
}
.service .button .fa {
  margin-left: 10px;
  font-size: 1.8rem;
  color: #333;
}

.more-information {
  display: none;
  padding: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.more-information.expanded {
  padding: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.more-information .title {
  font-size: 1.8rem;
}
.more-information .description {
  margin-bottom: 25px;
}
.more-information .description:last-of-type {
  margin-bottom: 0;
}
.more-information .description-list {
  list-style-type: none;
}
.more-information .description-item {
  position: relative;
  padding-left: 20px;
}
.more-information .description-item .number {
  position: absolute;
  top: 0;
  left: 0;
}
.more-information .description-item.normal {
  padding: 0;
}
.more-information .description-item.normal:first-of-type {
  margin-bottom: 30px;
}
.more-information .description-item.normal .title {
  font-weight: normal;
  font-size: 1.6rem;
}


/*##############################*/
/* members */
/*##############################*/

.members {
  width: 1000px;
  margin: 70px auto 0;
  padding: 50px 0 50px;
}
.executive-list {
  list-style-type: none;
}
.executive-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 100px 100px 0;
  text-align: left;
}
.executive-item .image {
  width: 450px;
  height: 300px;
  background: #DDD;
}
.executive-item .content {
  width: 520px;
  /*margin-left: 30px;*/
}
.executive-item .content .carrier{
  text-align: justify;
}
.executive-item .position {
  display: inline-block;
  padding-right: 20px;
  font-size: 2.2rem;
}
.executive-item .name {
  display: inline-block;
  font-size: 3.0rem;
  font-weight: bold;
}
.member-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
}
.member-item {
  width: 300px;
  margin: 0 50px 50px 0;
}
.member-item:nth-of-type(3n) {
  margin-right: 0;
}
.member-item .image {
  width: 300px;
  height: 200px;
  background: #DDD;
}
.member-item .position {
  display: block;
  padding-top: 10px;
}
.member-item .name {
  display: block;
  font-weight: 500;
}

/*##############################*/
/* contact */
/*##############################*/

.contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 50px 0 50px 50px;
  background: #fff;
  color: #000;
}
.contact .image {
  display: block;
  height: 25px;
}
.contact-list-wrapper {
  width: 650px;
  margin: 0 auto;
}
.contact-list-wrapper .heading {
  display: inline-block;
  position: relative;
  width: 250px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.contact-list-wrapper .heading:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  content: '';
}
.contact-list {
  list-style-type: none;
}
.contact-item > span {
  width: 250px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.2;
}
.contact-item .important {
  font-size: 2.0rem;
}
.contact-item .english {
  padding-right: 20px;
  text-align: right;
}
.contact-item .japanese {
  padding-left: 20px;
  text-align: left;
}
.contact-list-wrapper .button {
  display: inline-block;
  margin-top: 20px;
  padding: 3px 120px;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 1.4rem;
  transition: 0.15s;
}
.contact-list-wrapper .button:hover {
  background: rgba(204, 204, 204, 0.3);
}

