@charset "utf-8";
/* ------------------------------------------------------------ CSS Document */
#wrap {
  width: 1024px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff;
}
* html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
span.clear {
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0px;
  line-height: 1;
  clear: both;
}
/* レイアウト */
.al_left {
  text-align: left;
}
.al_right {
  text-align: right;
}
.al_center {
  text-align: center;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
/* フォントサイズ （プラス） */
.fsP1 {
  font-size: 1.08em !important;
}
.fsP2 {
  font-size: 1.16em !important;
}
.fsP3 {
  font-size: 1.24em !important;
}
.fsP4 {
  font-size: 1.32em !important;
}
.fsP5 {
  font-size: 1.4em !important;
}
/* フォントサイズ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}
.fsM2 {
  font-size: 0.84em !important;
}
.fsM3 {
  font-size: 0.76em !important;
}
.fsM4 {
  font-size: 0.68em !important;
}
.fsM5 {
  font-size: 0.6em !important;
}
/* ------------------------------------------------------------ Header */
header {
  width: 100%;
  height: 140px;
  background-color: #fff;
}
#header {
  height: 90px;
}
#logo {
  float: left;
  margin-left: 28px;
  margin-top: 27px;
}
#jrlogo {
  float: right;
  margin-top: 25px;
  margin-right: 30px;
}
/* Navi */
#gnavi {
  height: 50px;
  background-color: #efefef;
  font-size: 108%;
}
#gnavi ul {
  position: relative;
}
#gnavi ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
}
#gnavi ul li img {
  margin-left: 5px;
  margin-bottom: 20px;
}
#gnavi ul li a:link {
  color: #000000;
}
#gnavi ul li a img {
  visibility: hidden;
}
#gnavi ul li a:hover img, #gnavi ul li:hover img {
  visibility: visible;
}
#gnavi ul li span {
  border-bottom: 2px solid #666;
}
#gnavi ul li ul {
  position: absolute;
  width: 225px;
  top: 50px;
  left: 50px;
  z-index: 100;
}
#gnavi ul li ul li {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  color: #000000;
  background: #ffffff;
  text-align: left;
  width: 200px;
}
#gnavi ul li:hover ul li, #gnavi ul li a:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 50px;
  z-index: 10;
}
#gnavi ul li ul li a {
  display: inline-block;
  width: 200px;
}
#gnavi ul li ul li a:hover {
  background-color: #575757;
  color: #ffffff;
}
#gnavi ul li:hover ul li:first-child {
  visibility: visible;
  overflow: visible;
  height: 12px;
  z-index: 10;
  background-image: url(../images/snavi_top.png);
  background-repeat: no-repeat;
  background-position: 50px 0%;
  background-color: transparent;
}
#gnavi * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* ------------------------------------------------------------ Footer */
#footer {
  background-color: #727071;
  color: #fff;
  font-size: 85%;
  text-align: right;
  padding-right: 30px;
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
}
#footer ul {
  float: left;
}
#footer ul li {
  float: left;
  margin-right: 30px;
}
#footer p {}
#footer ul li a {
  color: #fff;
}
#footer ul li a:hover {
  color: #CCC;
}
/* ------------------------------------------------------------ Top */
/* News */
#news_area {
  width: 800px;
  height: 300px;
  padding-top: 80px;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
#news_area ::-webkit-scrollbar {
  width: 5px;
}
#news_area ::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 5px;
}
#news_area ::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
#news {
  width: 800px;
  height: 300px;
  overflow: auto;
}
#news_area h2 {
  font-size: 153.9%;
  font-weight: bold;
  margin-bottom: 30px;
}
#news_list {
  width: 780px;
}
#news_list li {
  font-size: 108%;
  margin-bottom: 15px;
  line-height: 1.5em;
  border-bottom: 1px solid hsla(0, 0%, 0%, 1.00);
  padding-bottom: 15px;
}
#news_list li p {
  font-size: 85%;
  color: #666666;
}
#news_list li a {
  font-weight: normal;
  cursor: pointer;
  color: #568930;
}
#news_list li a:hover {
  text-decoration: underline;
}
/* Bnr */
#bnr_area {
  padding-top: 140px;
  text-align: center;
}
#bnr_area h2 {
  font-size: 153.9%;
  /* [disabled]line-height: 3em; */
  font-weight: bold;
}
#bnr_area p {
  font-size: 20px;
  line-height: 2.2em;
  margin-bottom: 18px;
}
/* Contents */
.top_content {
  width: 100%;
  min-height: 656px;
  background-color: #8dc556;
  margin-top: 140px;
  color: #fff;
  background-image: url(../images/top/top_img.png);
}
.top_content .txt_area {
  width: 400px;
  float: left;
  padding-top: 140px;
  padding-left: 100px;
}
.top_content .txt_area h3 {
  font-size: 197%;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.top_content .txt_area p {
  font-size: 116%;
  line-height: 1.8em;
  margin-bottom: 35px;
}
.top_content .txt_area .btn {
  font-size: 138.5%;
  margin-left: 50px;
  line-height: 3em;
}
.top_content .txt_area .btn .btn1 {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.8s;
  display: inline-block;
  width: 200px;
  height: 54px;
  padding-left: 10px;
  line-height: 54px;
  background-image: url(../images/top/top_btn_bg.jpg);
  background-position: right 0%;
}
.top_content .txt_area .btn .btn1:hover {
  color: #8dc556;
  background-color: #fff;
  background-image: url(../images/top/top_btn_bg.jpg);
  background-position: 0 0;
}
/* ------------------------------------------------------------ Company */
#company {}
#company .area1 {
  width: 100%;
  text-align: center;
  padding-top: 96px;
}
#company .area1 h2 {
  color: #8dc556;
  font-size: 197%;
  font-weight: bold;
  margin-bottom: 10px;
}
#company .area1 .btn {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
  width: 976px;
}
#company .area1 .btn ul {}
#company .area1 .btn ul li {
  margin-right: 45px;
  margin-left: 45px;
  float: left;
}
#company .area1 .btn .btn1 li {
  border: 1px solid #8dc556;
  color: #fff;
  text-decoration: none;
  transition: 0.8s;
  display: inline-block;
  width: 142px;
  height: 40px;
  line-height: 40px;
  background-image: url(../images/company/btn_bg.jpg);
  background-position: right 0%;
  text-align: left;
  padding-left: 10px;
}
#company .area1 .btn .btn1 li:hover {
  color: #8dc556;
  background-color: #fff;
  background-image: url(../images/company/btn_bg.jpg);
  background-position: 0 0;
}
#company .area2 {
  width: 100%;
  height: 600px;
  color: #fff;
  background-color: #8dc556;
}
#company .area2 .map {
  margin-left: 106px;
  margin-top: 106px;
  float: left;
}
#company .area2 .txt_area {
  float: left;
  margin-top: 130px;
  margin-left: 40px;
}
#company .area2 .txt_area h3 {
  font-size: 197%;
  margin-bottom: 50px;
  text-align: center;
}
#company .area2 .txt_area h5 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 100%;
}
#company .area2 .txt_area p {
  margin-bottom: 20px;
  font-size: 93%;
}
#company .area3 {
  width: 100%;
  margin-top: 106px;
  margin-bottom: 102px;
}
#company .area3 table {
  margin-left: 80px;
  line-height: 1.7em;
  font-size: 93%;
  float: left;
}
#company .area3 table th {
  vertical-align: top;
  font-weight: bold;
  text-align: left;
  width: 110px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
#company .area3 table td {
  width: 420px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
#company .area3 .btn {
  font-size: 138.5%;
  margin-left: 50px;
  line-height: 3em;
}
#company .area3 .btn .btn1 {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.8s;
  display: inline-block;
  width: 200px;
  height: 54px;
  padding-left: 10px;
  line-height: 54px;
  background-image: url(../images/top/top_btn_bg.jpg);
  background-position: right 0%;
  float: left;
  margin-left: 100px;
  margin-top: 86px;
}
#company .area3 .btn .btn1:hover {
  color: #8dc556;
  background-color: #fff;
  background-image: url(../images/top/top_btn_bg.jpg);
  background-position: 0 0;
  border: 1px solid #8dc556;
}
/* Modal */
#modal1 .company_box {
  text-align: center;
  margin-bottom: 40px;
}
#modal1 .company_box h3 {
  background-color: #8dc556;
  height: 48px;
  font-size: 167%;
  color: #fff;
  margin-bottom: 45px;
  width: 100%;
}
#modal1 .company_box img {
  width: 705px;
  height: 573px;
  margin-left: 25px;
  margin-right: 25px;
}
#modal2 .company_box {
  text-align: center;
  margin-bottom: 40px;
}
#modal2 .company_box h3 {
  background-color: #8dc556;
  height: 48px;
  font-size: 167%;
  color: #fff;
  margin-bottom: 45px;
  width: 100%;
}
#modal2 .company_box img {
  width: 709px;
  height: 468px;
  margin-left: 25px;
  margin-right: 25px;
}
#modal3 .company_box {
  text-align: left;
  margin-bottom: 40px;
}
#modal3 .company_box h3 {
  background-color: #8dc556;
  height: 48px;
  font-size: 167%;
  color: #fff;
  margin-bottom: 45px;
  width: 100%;
  text-align: center;
}
#modal3 .company_box img {
  width: 800px;
  height: 577px;
}
#modal4 .company_box {
  text-align: center;
  margin-bottom: 40px;
}
#modal4 .company_box h3 {
  background-color: #8dc556;
  height: 48px;
  font-size: 167%;
  color: #fff;
  margin-bottom: 45px;
  width: 100%;
}
#modal4 .company_box img {
  width: 705px;
  height: 694px;
  margin-left: 25px;
  margin-right: 25px;
}
/* ------------------------------------------------------------ Vision */
#vision {}
#vision .area1 {
  width: 790px;
  padding-top: 148px;
  padding-left: auto;
  padding-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#vision .area1 h1 {
  color: #005bac;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 2px solid #005bac;
}
#vision .area1 h2 {
  color: #005bac;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
  border-bottom: 2px solid #005bac;
  padding-bottom: 3px;
}
#vision .area1 h3 {
  color: #005bac;
  font-size: 36px;
  font-weight: bold;
}
#vision .area1 h4 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 140px;
}
#vision .area2 {
  width: 100%;
  padding-top: 96px;
  background-color: #005bac;
  padding-bottom: 96px;
  color: #fff;
  margin-top: 96px;
}
#vision .area2 .box {
  width: 784px;
  margin-left: auto;
  margin-right: auto;
}
#vision .area2 .box h5 {
  font-size: 100%;
  font-weight: bold;
}
#vision .area2 .box p {
    font-size: 83%;
    margin-top: 10px;
}
/* ------------------------------------------------------------ Outline */
#outline {}
#outline .area1 {
  width: 100%;
  padding-top: 96px;
  padding-bottom: 76px;
  font-size: 93%;
}
#outline .area1 .box {
  width: 785px;
  margin-left: auto;
  margin-right: auto;
}
#outline .area1 h3 {
  color: #009671;
  font-size: 108%;
  font-weight: bold;
  border-bottom: 2px solid #009671;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
#outline .area1 .txt1 {
  width: 438px;
  float: left;
  margin-bottom: 25px;
  margin-right: 30px;
}
#outline .area1 .img1 {
  width: 317px;
  float: left;
  text-align: center;
  margin-top: 70px;
}
#outline .area1 .txt2 {
  float: left;
  width: 475px;
}
#outline .area1 .img2 {
  width: 310px;
  float: left;
  margin-top: 10px;
}
#outline .area2 {
  width: 100%;
  padding: 96px 0;
  font-size: 93%;
  background-color: #009671;
  color: #ffffff;
}
#outline .area2 .box {
  width: 786px;
  margin-left: auto;
  margin-right: auto;
}
#outline .area2 h3 {
  font-size: 108%;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
#outline .area2 p {
  margin-bottom: 40px;
}
#outline .area2 .anime_area {
  background-color: #fff;
  text-align: center;
}
#outline .area2 .mov-outline {
  width: 100%;
  height: 100%;
}
#outline .area2 .btn {
  font-size: 138.5%;
  line-height: 3em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  text-align: center;
}
#outline .area2 .btn .btn1 {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.8s;
  display: inline-block;
  height: 54px;
  padding-left: 20px;
  line-height: 54px;
  background-image: url(../images/outline/btn_bg.jpg);
  background-position: right 0%;
  padding-right: 20px;
}
#outline .area2 .btn .btn1:hover {
  color: #009671;
  background-color: #fff;
  background-image: url(../images/outline/btn_bg.jpg);
  background-position: 0 0;
  cursor: pointer;
}
#outline .area3 {
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  font-size: 93%;
}
#outline .area3 .box {
  width: 785px;
  margin-left: auto;
  margin-right: auto;
}
#outline .area3 h3 {
  color: #009671;
  font-size: 108%;
  font-weight: bold;
  border-bottom: 2px solid #009671;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
#outline .area3 .thumbnail {
  width: 302px;
  margin-left: 45px;
  margin-right: 45px;
  margin-top: 40px;
  float: left;
  text-align: center;
}
#outline .area3 .thumbnail h4 {
  color: #009671;
  font-size: 108%;
  font-weight: bold;
  line-height: 2em;
}
#outline .area3 .thumbnail p {
  text-align: left;
  line-height: 1.3em;
  font-size: 93%;
}
#outline .area4 {
  width: 100%;
  font-size: 93%;
}
#outline .area4 .box {
  width: 785px;
  margin-left: auto;
  margin-right: auto;
}
#outline .area4 .west {
  width: 50%;
  float: left;
  text-align: center;
  background-color: #008a8a;
  padding-bottom: 8px;
}
#outline .area4 .east {
  width: 50%;
  float: left;
  text-align: center;
  background-color: #35B497;
  padding-bottom: 8px;
}
#outline .area4 .btn {
  font-size: 138.5%;
  line-height: 3em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}
#outline .area4 .west .btn1 {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.8s;
  display: inline-block;
  height: 54px;
  padding-left: 10px;
  line-height: 54px;
  background-image: url(../images/outline/west_btn_bg.jpg);
  background-position: right 0%;
  padding-right: 20px;
}
#outline .area4 .west .btn1:hover {
  color: #009671;
  background-color: #fff;
  background-image: url(../images/outline/west_btn_bg.jpg);
  background-position: 0 0;
}
#outline .area4 .east .btn1 {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.8s;
  display: inline-block;
  height: 54px;
  padding-left: 10px;
  line-height: 54px;
  background-image: url(../images/outline/east_btn_bg.jpg);
  background-position: right 0%;
  padding-right: 20px;
}
#outline .area4 .east .btn1:hover {
  color: #009671;
  background-color: #fff;
  background-image: url(../images/outline/east_btn_bg.jpg);
  background-position: 0 0;
}
/* ------------------------------------------------------------ System */
#system {}
#system .area1 {
  width: 100%;
  text-align: center;
  padding-top: 96px;
  margin-bottom: 96px;
}
#system .area1 .btn {
  margin-top: 58px;
  margin-bottom: 96px;
  margin-right: auto;
  margin-left: auto;
  width: 836px;
}
#system .area1 .btn ul {}
#system .area1 .btn ul li {
  margin-right: 15px;
  margin-left: 15px;
  float: left;
}
.east .area1 .btn li {
  border: 1px solid #36b497;
  color: #fff;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  transition: 0.8s;
  width: 356px;
  height: 54px;
  line-height: 54px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 146.5%;
  background-image: url(../images/system/east_btn_bg.jpg);
  background-position: right 0%;
}
.east .area1 .btn li:hover {
  color: #36b497;
  background-color: #fff;
  background-image: url(../images/system/east_btn_bg.jpg);
  background-position: 0 0;
}
/* TechBox East */
.east_box {
  text-align: center;
}
.east_box h2 {
  background-color: #36b497;
  color: #fff;
  width: 100%;
  line-height: 48px;
}
#tech1 .east_box .east_anime {
  margin-top: 30px;
  width: 750px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
}
#tech2 .east_box .east_anime {
  margin-top: 30px;
  width: 750px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
}
.east_box .east_txt {
  width: 560px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-bottom: 30px;
}
.east_box .east_txt p {
  text-align: left;
}
.east_box .east_txt .east_btn {
  border: 1px solid #36b497;
  color: #fff;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  transition: 0.8s;
  width: 272px;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 123.1%;
  background-image: url(../images/system/east_btn_bg.jpg);
  background-position: right 0%;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.east_box .east_txt .east_btn:hover {
  color: #36b497;
  background-color: #fff;
  background-image: url(../images/system/east_btn_bg.jpg);
  background-position: 0 0;
}
/* TechBox West */
.west_box {
  text-align: center;
}
.west_box h2 {
  background-color: #008a8a;
  color: #fff;
  width: 100%;
  line-height: 48px;
}
#tech1 .west_box .west_anime {
  margin-top: 30px;
  width: 750px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
}
#tech2 .west_box .west_anime {
  margin-top: 30px;
  width: 750px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
}
.west_box .west_txt {
  width: 560px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-bottom: 30px;
}
.west_box .west_txt p {
  text-align: left;
}
.west_box .west_txt .west_btn {
  border: 1px solid #008a8a;
  color: #fff;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  transition: 0.8s;
  width: 272px;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 123.1%;
  background-image: url(../images/system/west_btn_bg.jpg);
  background-position: right 0%;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.west_box .west_txt .west_btn:hover {
  color: #008a8a;
  background-color: #fff;
  background-image: url(../images/system/west_btn_bg.jpg);
  background-position: 0 0;
}
.east .area2 {
  background-color: #36b497;
  color: #fff;
  padding-left: 118px;
  padding-right: 118px;
  padding-top: 96px;
  padding-bottom: 42px;
}
.east .area2 h2 {
  font-size: 93%;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.east .area2 h3 {
  font-size: 174%;
  font-weight: bold;
}
.east .area2 p {
  margin-bottom: 54px;
}
.east .area3 {
  text-align: center;
  background-color: #008a8a;
  padding-top: 18px;
}
.east .area3 .btn {
  border: 1px solid #fff;
  color: #fff;
  text-align: left;
  text-decoration: none;
  transition: 0.8s;
  width: 290px;
  height: 54px;
  background-image: url(../images/system/west_btn_bg.jpg);
  background-position: right 0%;
  font-size: 123.1%;
  line-height: 54px;
  margin-right: 363px;
  margin-left: 363px;
  display: inline-block;
  padding-left: 6px;
}
.east .area3 .btn:hover {
  color: #008A8A;
  background-color: #fff;
  background-image: url(../images/system/west_btn_bg.jpg);
  background-position: 0 0;
}
.west .area1 .btn li {
  border: 1px solid #008a8a;
  color: #fff;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  transition: 0.8s;
  width: 356px;
  height: 54px;
  line-height: 54px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 146.5%;
  background-image: url(../images/system/west_btn_bg.jpg);
  background-position: right 0%;
}
.west .area1 .btn li:hover {
  color: #008a8a;
  background-color: #fff;
  background-image: url(../images/system/west_btn_bg.jpg);
  background-position: 0 0;
}
.west .area2 {
  background-color: #008a8a;
  color: #fff;
  padding-left: 118px;
  padding-right: 118px;
  padding-top: 96px;
  padding-bottom: 42px;
}
.west .area2 h2 {
  font-size: 93%;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.west .area2 h3 {
  font-size: 174%;
  font-weight: bold;
}
.west .area2 h4 {
  font-size: 108%;
  font-weight: bold;
  color: #008A8A;
  background-color: #fff;
  width: 7.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: -30px;
}
.west .area2 p {
  margin-bottom: 54px;
}
.west .area2 .txt_left {
  float: left;
  width: 70%;
  font-size: 100%;
}
.west .area2 .img_right {
  float: right;
  width: 197px;
}
.west .area3 {
  text-align: center;
  background-color: #36b497;
  padding-top: 18px;
}
.west .area3 .btn {
  border: 1px solid #fff;
  color: #fff;
  text-align: left;
  text-decoration: none;
  transition: 0.8s;
  width: 290px;
  height: 54px;
  background-image: url(../images/system/east_btn_bg.jpg);
  background-position: right 0%;
  font-size: 123.1%;
  line-height: 54px;
  margin-right: 363px;
  margin-left: 363px;
  display: inline-block;
  padding-left: 6px;
}
.west .area3 .btn:hover {
  color: #008A8A;
  background-color: #fff;
  background-image: url(../images/system/east_btn_bg.jpg);
  background-position: 0 0;
}
/* ------------------------------------------------------------ Customer */
#customer {}
#customer .area1 {
  width: 100%;
  text-align: center;
  padding-top: 96px;
  margin-bottom: 96px;
}
#customer .area1 h2 {
  color: #ec6d66;
  font-size: 197%;
  font-weight: bold;
  margin-bottom: 10px;
}
#customer .area1 .thumbnail {
  width: 33%;
  margin-top: 96px;
  float: left;
  text-align: center;
}
#customer .area1 .thumbnail .btn {
  font-size: 108%;
  line-height: 3em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  padding-bottom: 25px;
}
#customer .area1 .thumbnail .btn .btn1 {
  border: 1px solid #ec6d66;
  color: #fff;
  text-decoration: none;
  transition: 0.8s;
  display: inline-block;
  width: 245px;
  height: 42px;
  padding-left: 10px;
  line-height: 42px;
  background-image: url(../images/customer/btn_bg.jpg);
  background-position: right 0%;
  text-align: left;
}
#customer .area1 .thumbnail .btn .btn1:hover {
  color: #ec6d66;
  background-color: #fff;
  background-image: url(../images/customer/btn_bg.jpg);
  background-position: 0 0;
}
#customer .area1 .thumbnail .btn .btn2 {
  border: 1px solid #ec6d66;
  color: #ec6d66;
  text-decoration: none;
  transition: 0.8s;
  display: inline-block;
  width: 245px;
  height: 42px;
  padding-left: 10px;
  line-height: 42px;
  background-image: url(../images/customer/btn_bg2.jpg);
  background-position: right 0%;
  text-align: left;
}
#customer .area1 .thumbnail .btn2:hover {
  color: #fff;
  background-color: #ec6d66;
  background-image: url(../images/customer/btn_bg2.jpg);
  background-position: 0 0;
}
#customer {}
#customer .area2 {
  width: 100%;
  text-align: center;
  background-color: #ec6d66;
  color: #ffffff;
  padding-bottom: 96px;
}
#customer .area2 .btn {
  font-size: 108%;
  line-height: 3em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 96px;
}
#customer .area2 .btn .btn1 {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.8s;
  display: inline-block;
  width: 245px;
  height: 42px;
  padding-left: 10px;
  line-height: 42px;
  background-image: url(../images/customer/btn_bg.jpg);
  background-position: right 0%;
  text-align: left;
}
#customer .area2 .btn .btn1:hover {
  color: #ec6d66;
  background-color: #fff;
  background-image: url(../images/customer/btn_bg.jpg);
  background-position: 0 0;
}
/* ------------------------------------------------------------ Cases */
#cases {}
#cases .main_area {
  width: 1024px;
  height: 608px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#cases .main_area .main_txt {
  position: absolute;
  left: 68px;
  top: 298px;
  width: 410px;
  color: #fff;
  font-size: 108%;
}
#cases .area1 {
  padding-top: 96px;
  margin-bottom: 96px;
  margin-left: 118px;
  width: 906px;
}
#cases .area1 .txt_area {
  width: 580px;
  float: left;
  margin-right: 36px;
}
#cases .area1 .txt_area2 {
  width: 520px;
  float: left;
  margin-right: 36px;
}
#cases .area1 .txt_area h2 {
  color: #ec6d66;
  font-size: 167%;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}
#cases .area1 .txt_area p {
  text-align: right;
  margin-top: 30px;
}
#cases .area1 .txt_area2 h2 {
  color: #ec6d66;
  font-size: 167%;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}
#cases .area1 .txt_area2 p {
  text-align: right;
  margin-top: 30px;
}
#cases .area1 .img_aria {
  float: left;
  width: 168px;
}
#cases .area1 .img_aria2 {
  float: left;
  width: 168px;
}
#cases .area2 {
  padding-top: 36px;
  width: 820px;
  background-color: #ec6d66;
  color: #fff;
  padding-left: 102px;
  padding-right: 102px;
  padding-bottom: 96px;
}
#cases .area2 .txt_left {
  float: left;
  width: 555px;
}
#cases .area2 .img_left {
  float: left;
  margin-top: 9%;
  width: 260px;
  text-align: left;
}
#cases .area2 .img_left_5-center {
  float: left;
  width: 260px;
  text-align: center;
  margin-top: 5%;
}
#cases .area2 .img_left-11 {
  float: left;
  margin-top: 11%;
  width: 260px;
  text-align: left;
}
#cases .area2 .img_left-17 {
  float: left;
  margin-top: 17%;
  width: 260px;
  text-align: left;
}
#cases .area2 .txt_right {
  float: right;
  width: 555px;
}
#cases .area2 .img_right {
  float: right;
  width: 260px;
  margin-top: 11%;
  text-align: right;
}
#cases .area2 .img_right-5 {
  float: right;
  width: 260px;
  margin-top: 5%;
  text-align: right;
}
#cases .area2 .img_right-7 {
  float: right;
  width: 260px;
  margin-top: 7%;
  text-align: right;
}
#cases .area2 .img_right-9 {
  float: right;
  width: 260px;
  margin-top: 9%;
  text-align: right;
}
#cases .area2 .img_right-15 {
  float: right;
  width: 260px;
  margin-top: 15%;
  text-align: right;
}
#cases .area2 h4 {
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 3px;
  padding-bottom: 3px;
  margin-top: 56px;
}
#cases .area2 p {
  font-size: 93%;
}
#cases .area3 {
  padding-bottom: 96px;
}
#cases .area3 ul {
  margin-left: auto;
  margin-right: auto;
  margin-top: 96px;
  width: 924px;
}
#cases .area3 ul li {
  float: left;
  margin-left: 30px;
  margin-right: 30px;
}
#cases .area3 .btn {
  font-size: 123.1%;
  line-height: 3em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 290px;
}
#cases .area3 .btn .btn1 {
  border: 1px solid #ec6d66;
  color: #fff;
  text-decoration: none;
  transition: 0.8s;
  display: inline-block;
  width: 290px;
  height: 56px;
  padding-left: 10px;
  line-height: 56px;
  background-image: url(../images/customer/btn_bg.jpg);
  background-position: right 0%;
  text-align: left;
}
#cases .area3 .btn .btn1:hover {
  color: #ec6d66;
  background-color: #fff;
  background-image: url(../images/customer/btn_bg.jpg);
  background-position: 0 0;
}
/* Story */
.ashiato {
  margin-top: 70px;
}
.ashiato .list_area_1995 {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 206px;
  background-image: url(../images/cases/ashiato_1995.png);
  background-repeat: no-repeat;
  background-position: 35px 50px;
}
.ashiato .list_area_1996 {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 206px;
  background-image: url(../images/cases/ashiato_1996.png);
  background-repeat: no-repeat;
  background-position: 35px center;
}
.ashiato .list_area_1997 {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 206px;
  background-image: url(../images/cases/ashiato_1997.png);
  background-repeat: no-repeat;
  background-position: 35px center;
}
.ashiato .list_area_1998 {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 206px;
  background-image: url(../images/cases/ashiato_1998.png);
  background-repeat: no-repeat;
  background-position: 35px center;
}
.ashiato .list_area_1999 {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 206px;
  background-image: url(../images/cases/ashiato_1999.png);
  background-repeat: no-repeat;
  background-position: 35px center;
}
.ashiato .list_area_2000 {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 206px;
  background-image: url(../images/cases/ashiato_2000.png);
  background-repeat: no-repeat;
  background-position: 35px center;
}
.ashiato .list_area_2009 {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 206px;
  background-image: url(../images/cases/ashiato_2009.png);
  background-repeat: no-repeat;
  background-position: 35px center;
}
.ashiato .list_area_2012 {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 206px;
  background-image: url(../images/cases/ashiato_2012.png);
  background-repeat: no-repeat;
  background-position: 35px center;
}
.ashiato .list_area_2016 {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 206px;
  background-image: url(../images/cases/ashiato_2016.png);
  background-repeat: no-repeat;
  background-position: 35px -95px;
}
.ashiato .list_box {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
}
.ashiato .list_box .list_img {
  position: relative;
  float: left;
  margin-right: 10px;
}
.ashiato .list_box .list_img_tag {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 80%;
  color: #ffffff;
}
.ashiato .list_box .list_txt {
  float: left;
}
.ashiato .list_box .list_txt p {
  font-size: 182%;
  color: #F0866E;
}
.ashiato .list_box .list_txt span {
  font-size: 108%;
  color: #F0866E;
  margin-bottom: 10px;
}
.ashiato .list_box .list_txt .list_note {
  display: block;
  /* font-size: 80%;
  color: #F0866E; */
  margin-bottom: 8px;
}
.ashiato .list_box table {
  margin-bottom: 10px;
}
.ashiato .list_box table td {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 80%;
}
.ashiato .list_box table .td1 {
  width: 260px;
  border-bottom: 1px solid #1A1A1A;
  font-size: 80%;
}
.ashiato .list_box table .td2 {
  width: 120px;
  border-bottom: 1px solid #1A1A1A;
  font-size: 80%;
}
.ashiato .list_box table .td3 {
  width: 140px;
  border-bottom: 1px solid #1A1A1A;
  font-size: 80%;
}
.ashiato .list_box table .margin {
  width: 25px;
}
.ashiato strong {
  font-weight: normal;
  font-size: 80%;
  text-align: right;
  display: block;
  margin-top: -5px;
}
#cases .area4 {
  padding-bottom: 70px;
  background-color: #ec6d66;
  padding-top: 96px;
}
#cases .area4 ul {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 693px;
}
#cases .area4 ul li {
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 26px;
}
#cases .area4 .ml145 {
  float: left;
  margin-left: 145px;
}
/* ------------------------------------------------------------ Contact */
#contact {}
#contact h1 {
  color: #8dc556;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  margin-top: 48px;
}
#contact h3 {
  font-size: 161.6%;
  font-weight: normal;
  text-align: center;
  margin-top: 48px;
  line-height: 30px;
  margin-bottom: 40px;
}
#contact .exclamation {
  width: 914px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#contact .exclamation h4 {
  text-align: center;
  font-size: 108%;
}
#contact .exclamation span {
  font-size: 182%;
}
#contact .exclamation .btn {
  border: 1px solid #8dc556;
  color: #fff;
  float: left;
  width: 385px;
  height: 125px;
  background-color: #8dc556;
  margin-right: 30px;
  margin-left: 30px;
  transition: 0.8s;
  background-image: url(../images/contact/btn_bg.jpg);
  background-position: right 0%;
  padding-top: 10px;
  padding-left: 10px;
}
#contact .exclamation .btn .img_01 {
  position: absolute;
  left: 117px;
  top: 56px;
}
#contact .exclamation .btn .img_02 {
  position: absolute;
  left: 580px;
  top: 56px;
}
#contact .exclamation .btn:hover {
  color: #8dc556;
  background-color: #fff;
  background-image: url(../images/contact/btn_bg.jpg);
  background-position: 0 0;
}
#contact .phone h2 {
  font-size: 182%;
  font-weight: bold;
  color: #8dc556;
  text-align: center;
  margin-top: 25px;
  background-color: #fff;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
#contact .phone h3 {
  font-size: 161.6%;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  padding-top: 96px;
  margin-top: 0px;
}
#contact .phone {
  width: 100%;
  color: #fff;
  background-color: #8dc556;
  margin-top: 96px;
  text-align: center;
  padding-bottom: 96px;
}
/* ------------------------------------------------------------ Link */
#link {}
#link h1 {
  color: #8dc556;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  margin-top: 48px;
}
#link ul {
  width: 936px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 96px;
}
#link ul li {
  width: 242px;
  height: 87px;
  float: left;
  margin-top: 56px;
  margin-left: 35px;
  margin-right: 35px;
}
#link .btn {
  border: 1px solid #8dc556;
  width: 240px;
  height: 85px;
  background-color: #8dc556;
  text-align: center;
  position: relative;
  transition: 0.8s;
  background-image: url(../images/link/btn_bg.jpg);
  background-position: right 0%;
}
#link ul li p {
  margin-top: 15px;
}
#link ul li .mt30 {
  margin-top: 30px;
}
#link ul li span {
  position: absolute;
  left: 5px;
  top: 30px;
}
#link .btn:hover {
  color: #8dc556;
  background-color: #fff;
  background-image: url(../images/link/btn_bg.jpg);
  background-position: 0 0;
}
/* ------------------------------------------------------------ Faq */
#faq {
  width: 785px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}
#faq h1 {
  color: #8dc556;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  margin-top: 86px;
  margin-bottom: 50px;
}
#faq h3 {
  color: #8dc556;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  clear: both;
  padding-top: 30px;
}
#faq p {
  float: left;
  width: 510px;
  font-size: 93%;
}
#faq img {
  float: left;
  width: 275px;
}
/* ------------------------------------------------------------ Compliance */
#compliance {
  width: 785px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  color: #8dc556;
}
#compliance h1 {
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  margin-top: 86px;
}
#compliance h2 {
  font-size: 182%;
  font-weight: bold;
  margin-top: 76px;
  line-height: 2em;
}
#compliance h3 {
  font-size: 116%;
  font-weight: bold;
  line-height: 2em;
}
#compliance h4 {
  font-size: 123.1%;
  background-color: #ddeecc;
  padding-left: 36px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 41px;
  margin-top: 18px;
}
#compliance .btn {
  border: 1px solid #8dc556;
  color: #8dc556;
  width: 300px;
  height: 58px;
  transition: 0.8s;
  background-image: url(../images/compliance/btn_bg.jpg);
  background-position: right 0%;
  line-height: 56px;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  font-size: 138.5%;
}
#compliance .btn:hover {
  color: #fff;
  background-image: url(../images/compliance/btn_bg.jpg);
  background-position: 0 0;
}
/* ------------------------------------------------------------ Privacy */
#privacy {
  width: 785px;
  margin-bottom: 76px;
  margin-left: auto;
  margin-right: auto;
}
#privacy h1 {
  color: #8dc556;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  margin-top: 86px;
}
#privacy h2 {
  font-size: 85%;
  font-weight: normal;
  border-bottom: 2px solid #8dc556;
  margin-top: 96px;
}
#privacy h3 {
  margin-top: 38px;
  font-size: 138.5%;
  font-weight: bold;
}
#privacy h4 {}
#privacy p {
  padding-bottom: 20px;
  font-size: 85%;
}
#privacy span {
  margin-left: 2.5em;
  display: inline-block;
}
/* ------------------------------------------------------------ Sitemap */
#sitemap {
  color: #8dc556;
  margin-bottom: 96px;
}
#sitemap h1 {
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  margin-top: 48px;
}
#sitemap .section {
  width: 919px;
  margin-top: 55px;
  margin-left: 105px;
  display: inline-block;
}
#sitemap .section h3 {
  font-size: 182%;
  font-weight: normal;
}
#sitemap .section ul {
  margin-left: 20px;
  width: 100%;
  clear: both;
}
#sitemap .section ul li {
  float: left;
  width: 260px;
}
#sitemap .co_section {
  width: 919px;
  margin-left: 105px;
  display: inline-block;
}
#sitemap .co_section h4 {
  font-size: 116%;
  font-weight: normal;
}
#sitemap .cp_section ul {
  width: 100%;
  clear: both;
}
#sitemap .co_section ul li {
  margin-left: 20px;
  float: left;
  width: 260px;
}
#sitemap .fas {
  margin-right: 5px;
}
#sitemap .fa-stack {
  margin-right: -5px;
}
#sitemap a:hover {
  text-decoration: underline;
  color: #9fb990;
}
@media screen and (max-width: 980px) {
  .br-sp {
    display: none !important;
  }
}
