@charset "UTF-8";
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 15000;
}
#contents_ce {
  padding-bottom: 0px;
}
/* 03-6 company ---------------------------------------------------------------*/
#company {
  overflow: hidden;
  padding: 0 0 0px;
  width: 100%;
  min-width: 1000px;
}
h1.company_title {
  font-size: 40px;
  font-weight: 100;
  color: #666;
  text-align: center;
  padding: 35px 0 20px 0;
  margin: 0 auto;
  width: 790px;
}
h1.company_title:first-letter {
  color: #999;
}
.company-info {
  margin: 30px auto 0;
  width: 700px;
  color: #666666;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
}
.company-info th {
  padding: 15px 0 13px;
  margin-top: 20px;
  width: 104px;
  text-align: right;
  border-top: #efefef 1px solid;
  vertical-align: top;
}
.company-info tr:first-child th,
.company-info tr:first-child td {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.company-info td {
  padding: 15px 0 13px 40px;
  border-top: #efefef 1px solid;
  text-align: left;
}
.company-info td img {
  margin-top: 25px;
  vertical-align: bottom;
}
.company-info td a:hover img {
  opacity: 0.75;
}
/* 03-7 history ---------------------------------------------------------------*/
#history {
  overflow: hidden;
  padding: 0 0 50px;
  width: 100%;
  min-width: 1000px;
}
h1.history_title {
  font-size: 40px;
  font-weight: 100;
  color: #666;
  text-align: center;
  padding: 35px 0 30px 0;
  margin: 0 auto;
  width: 790px;
}
h1.history_title:first-letter {
  color: #3399cc;
}
.history-table {
  margin: 30px auto 0;
  width: 100%;
  color: #666666;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.8;
}
.history-table th {
  padding: 18px 0 18px 0;
  width: 75px;
  text-align: right;
  border-top: #cccccc 1px dashed;
  vertical-align: top;
  color: #333333;
}
.history-table tr:first-child th,
.history-table tr:first-child td {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.history-table td {
  padding: 18px 0 18px 50px;
  border-top: #cccccc 1px dashed;
  text-align: left;
}
.history-table td.non-border {
  padding: 12px 0 12px 50px;
  border-top: none;
}
.history-table td.non-border-first {
  padding-bottom: 12px;
}
.history-table td.non-border-last {
  padding-bottom: 15px;
}
.history-table td span.month {
  float: left;
  vertical-align: top;
}
.history-table td span.history-txt {
  display: block;
  padding-left: 65px;
  vertical-align: top;
}
/* 03-7 privacy ---------------------------------------------------------------*/
#privacy {
  overflow: hidden;
  padding: 0 0 50px;
  width: 100%;
  min-width: 1000px;
}
h1.privacy_title {
  font-size: 40px;
  font-weight: 100;
  color: #666;
  text-align: center;
  padding: 35px 0 30px 0;
  margin: 0 auto;
  width: 790px;
}
h1.privacy_title:first-letter {
  color: #3399cc;
}
#privacy .section_in {
  padding: 20px 0px 30px;
  text-align: left;
  margin: 0px auto;
  width: 1000px;
  line-height: 180%;
}
#privacy .section_in li {
  list-style: none;
}
/* 03-8 vision ---------------------------------------------------------------*/
#vision {
  overflow: hidden;
  padding: 0 0 50px;
  width: 100%;
  min-width: 1000px;
  background-image: url(../images/vision/vision_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
h1.vision_title {
  font-size: 40px;
  font-weight: 100;
  color: #666;
  text-align: center;
  padding: 35px 0 0px 0;
  margin: 0 auto;
  width: 790px;
}
h1.vision_title:first-letter {
  color: #3399cc;
}
.vision_message_txt p {
  margin-top: 30px;
  font-size: 16px;
  color: #666666;
  line-height: 1.9;
}
.vision_message_txt p:first-child {
  margin-top: 0;
}
.vision_message_title {
  margin: 30px 0;
  font-size: 46px;
  color: #666666;
}
/* 03-9 greeting ---------------------------------------------------------------*/
#greeting {
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
  background-image: url(../images/company/company_back.png);
  background-size: cover;
}
h1.greeting_title {
  font-size: 40px;
  font-weight: 100;
  color: #666;
  text-align: center;
  padding: 35px 0 30px 0;
  margin: 0 auto;
  width: 790px;
}
h1.greeting_title:first-letter {
  color: #3399cc;
}
.greeting-content {
  padding: 0px 0px 0px;
  display: flex;
  align-items: center;
}
.greeting-content:after {
  content: "";
  display: block;
  clear: both;
}
.greeting-content .greeting-message-pic {
  margin: 20px 6px 0px 0px;
}
.greeting-content .greeting-message-pic2 {
  margin: 20px 0px 0px 6px;
  width: 396px;
  height: 568px;
}
.greeting-content .greeting-message-txt {
  margin: 76px 0;
  width: 584px;
  text-align: left;
}
.greeting-message-img01 {
  margin-bottom: 60px;
}
.greeting-message-img02 {
  margin-bottom: 55px;
}
.greeting-message-img03 {
  margin-bottom: 43px;
}
/* 03-10 concept ---------------------------------------------------------------*/
#concept {
  overflow: hidden;
  width: 100%;
  min-width: 1100px;
  text-align: left;
}
.concept-wrapper .breadcrumb {
  min-width: 1100px;
}
h1.concept_title {
  font-size: 40px;
  font-weight: 100;
  color: #666;
  text-align: center;
  padding: 35px 0 30px 0;
  margin: 0 auto;
  width: 790px;
}
h1.concept_title span {
  display: inline-block;
}
h1.concept_title span:first-letter {
  color: #3399cc;
}
.concept-subtitle {
  margin: 0 auto 90px;
  width: 790px;
  font-size: 24px;
  color: #666666;
  text-align: center;
}
.concept-subtitle span {
  font-weight: bold;
}
.concept-content-block:after {
  content: "";
  display: block;
  clear: both;
}
.concept-content-block.concept-color-bg {
  padding-bottom: 50px;
  background: #f9f9f9;
}
.concept-content-block.concept-color-bg img {
  float: left;
  margin-top: -30px;
  vertical-align: bottom;
}
.concept-no-color img {
  margin-top: -30px;
  float: right;
}
.concept-no-color {
  padding-bottom: 50px;
}
.concept-no-color .concept-content-inner {
  padding-top: 34px;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}
.concept-content-block.concept-color-bg .concept-content-inner {
  float: left;
  margin-top: 25px;
  margin-left: 29px;
  width: 571px;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}
.concept-content-title {
  margin-bottom: 15px;
  font-size: 32px;
  color: #333333;
}
.concept-content-title span {
  display: inline-block;
  background: #b0b0b0;
  margin-right: 20px;
  width: 63px;
  height: 63px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  line-height: 63px;
}
.concept-content-block .wid {
  width: 1100px;
}
.concept-no-color img {
  margin-left: 29px;
}
.concept-content-block.content-content-last img {
  margin-top: -72px;
}
.cateNavigation {
  width: 100%;
  background: #FFF;
}
ul.cata_menu {
  clear: both;
  margin: 30px auto;
  width: 1000px;
  text-align: center;
}
ul.cata_menu li {
  display: inline-block;
  margin: 0px 3px;
  border-bottom: 2px solid #e2e2e2;
  font-size: 16px;
  width: 12%;
  box-sizing: border-box;
}
ul.cata_menu li a {
  text-align: center;
  color: #acacac;
  width: 100%;
  list-style: none;
  font-weight: bolder;
  padding: 10px 0px;
  display: block;
}
ul.cata_menu li.stay {
  border-bottom: 2px solid #333;
}
ul.cata_menu li.stay a {
  color: #333;
}
div.upperData {
  width: 100%;
  position: relative;
}
div.upperData .dataBox {
  width: 50%;
  height: 450px;
  background: #f9f9f7;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 200;
  box-sizing: border-box;
  padding: 40px;
}
div.upperData table {
  width: 100%;
}
div.upperData table th {
  width: 15%;
  font-size: 14px;
  padding: 8px 0px 8px 8px;
  text-align: left;
  color: #333;
  box-sizing: border-box;
}
div.upperData table td {
  width: 85%;
  font-size: 14px;
  padding: 8px;
  text-align: left;
  color: #333;
  box-sizing: border-box;
}
div.upperData table td a {
  color: #666;
}
div.upperData table td a:hover {
  color: #666;
  text-decoration: underline;
  color: #999;
}
div.upperData .fade_img {
  height: 450px;
  position: relative;
  z-index: 100;
  width: 50%;
}
div.upperData .fade_img div.photoDataBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
div.underData {
  width: 100%;
  position: relative;
  overflow: hidden;
}
div.underData .dataBox {
  width: 50%;
  height: 500px;
  background: #f9f9f7;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 200;
  box-sizing: border-box;
  padding: 40px;
  line-height: 180%;
}
div.underData table {
  width: 100%;
}
div.underData table th {
  width: 15%;
  font-size: 14px;
  padding: 8px 0px 8px 8px;
  text-align: left;
  color: #333;
  box-sizing: border-box;
  vertical-align: top;
}
div.underData table td {
  width: 85%;
  font-size: 14px;
  padding: 8px;
  text-align: left;
  color: #333;
  box-sizing: border-box;
}
div.underData .dataBox ul {
  overflow: hidden;
}
div.underData .dataBox li {
  float: left;
  margin-right: 25px;
  list-style: none;
}
div.underData .fade_img2 {
  height: 500px;
  float: right;
  position: relative;
  z-index: 100;
  width: 50%;
}
div.underData .fade_img2 div.photoDataBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
