@charset "UTF-8";

/* ----------------
 VISUAL LAYER
---------------- */

.layout_visual-wrap {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: #97caba;
  z-index: 0;
}
.layout_visual {
  height: 400px;
  background-image: url(../images/bg_top_news.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
.layout_movie-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/spacer.png) repeat left center;
}
.bg-movie {
  position: absolute;
  height: 105%;
  top: 0;
  background: #97caba;
  z-index: -1;
}
.layout_visual-inner {
  position: relative;
}

/* ----------------
 TOP COPY
---------------- */

.layout_top-copy {
  position: absolute;
  top: 92px;
  z-index: 2;
}
.visual-copy {
  background: #3F3E43;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  padding: 15px 0px 15px 25px;
  opacity: 0.9;
  border-top: 1px solid #CCCCCC;
  width: 403px;
}
.visual-text {
  background: #4F5962;
  color: #fff;
  font-size: 17px;
  width: 377px;
  padding: 10px 5px 10px 25px;
  line-height: 1.8;
  opacity: 0.8
}

/* ----------------
 TOP NEWS
---------------- */

.layout_top-news {
  position: absolute;
  top: 310px;
  background: #FCFCFC;
  height: 62px;
  z-index: 2;
}
.layout_top-news-title {
  float: left;
  width: 130px;
}
.layout_top-news-title p {
  height: 44px;
  color: #ffffff;
  font-size: 17px;
  padding: 18px 0 0 0;
  text-align: center;
  background: url(../images/bg_top_news_title.png) no-repeat left center;
}
.top-news-list {
  float: left;
  width: 780px;
  height: 62px;
  overflow: hidden;
  position: relative;
}
.top-news-list li {
  padding: 21px 0 0 20px;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
}
.top-news-list li .top-news-date {
  display: inline-block;
  width: 90px;
  margin: 0 15px 0 0;
  font-size: 13px;
}
.top-news-list li a.top-news-text {
  width: 570px;
  height: 16px;
  overflow: hidden;
}
.top-news-list li a.top-news-text:hover {
  text-decoration: underline;
}
.layout_top-news-link {
  float: left;
  width: 50px;
  height: 50px;
  background: #F2F2F2;
  text-align: center;
  padding: 12px 0 0 0;
}
.layout_top-news-link a {
  display: block;
  padding: 2px 0 0 0;
  color: #4A595F;
  font-size: 11px;
}
.layout_top-news-link a:hover {
  opacity: 0.75;
}

/* Slick.css　上書き */

.top-news-list .slick-list {
  width: 700px;
  overflow: hidden;
}
.layout_top-news .slick-next, .layout_top-news .slick-prev {
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  z-index: 100;
  top: 47%;
}
.layout_top-news .slick-prev {
  background: url(../images/allow_top_news_l.png) no-repeat center;
  left: 710px;
}
.layout_top-news .slick-next {
  background: url(../images/allow_top_news_r.png) no-repeat center;
  right: 5px;
}
.layout_top-news .slick-prev:hover, .layout_top-news .slick-prev:focus {
  background: url(../images/allow_top_news_l.png) no-repeat center;
}
.layout_top-news .slick-next:hover, .layout_top-news .slick-next:focus {
  background: url(../images/allow_top_news_r.png) no-repeat center;
}

/* ----------------
 TOP PURPOSE
---------------- */

.layout_top-purpose {
  padding: 0 0 45px 0;
}
.layout_top-purpose h3 {
  font-family: I-OTF-UDゴ表示Pro M;
  text-align: center;
  font-size: 26px;
  color: #4A595F;
  padding: 10px 0 20px 0;
}
.layout_purpose-navi {
  border-right: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
}
.purpose-navi-list {
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.purpose-navi-box {
  float: left;
  width: 190px;
  height: 150px;
  text-align: center;
  background: #F6F6F6;
  border-right: 1px solid #B9B9B9;
  margin-right: 1px;
  position: relative;
}
.purpose-navi-box:hover {
  background: #FAFAFA;
}
.purpose-navi-box.end {
  border-right: none;
  width: 191px;
}
.purpose-navi-box.is-active {
  background: #fff;
}
.purpose-navi-box h4 {
  font-size: 14px;
  padding: 18px 0 15px 0;
}
.purpose-navi-box.is-active h4 {
  color: #6FAC42;
}
.layout_img_purpose {
  height: 55px;
}
.purpose-navi-box .layout_btn_purpose span {
  display: block;
  background: #fff;
  width: 75px;
  border: 1px solid #CACACA;
  position: relative;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  padding: 8px 0 8px 30px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  color: #2C333D;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.purpose-navi-box.is-active .layout_btn_purpose span, .purpose-navi-box:hover .layout_btn_purpose span {
  color: #58A466;
}
.purpose-navi-box .layout_allow_purpose {
  display: none;
  position: absolute;
  z-index: 10;
}
.purpose-navi-box.is-active .layout_allow_purpose {
  display: block;
  bottom: -2px;
  left: 86px;
}
.purpose-navi-box .layout_btn_purpose span:after {
  display: block;
  content: "";
  position: absolute;
  top: 45%;
  left: 12px;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 0;
  border-bottom: solid 2px #2C333D;
  border-right: solid 2px #2C333D;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}
.purpose-navi-box.is-active .layout_btn_purpose span:after, .purpose-navi-box:hover.is-active .layout_btn_purpose span:after {
  top: 55%;
  border-bottom: none;
  border-right: none;
  border-top: solid 2px #6FAC42;
  border-left: solid 2px #6FAC42;
}
.purpose-navi-box:hover .layout_btn_purpose span:after {
  border-top: none;
  border-left: none;
  border-right: solid 2px #6FAC42;
  border-bottom: solid 2px #6FAC42;
}
.purpose-content {
  margin: 0 15px 15px 15px;
}
.purpose-content li div {
  padding: 18px;
  background: #F0F0F0;
  border-top: 1px solid #CACACA;
}
.layout_purpose-link-layer p {
  width: 215px;
  margin-right: 15px;
  padding: 3px 0;
  float: left;
  border-right: 1px solid #CACACA;
}
.layout_purpose-link-layer p.end {
  width: 200px;
  border-right: none;
  margin-right: 0;
}
.layout_purpose-link-layer p a {
  display: block;
  width: 173px;
  border-right: 1px solid #CACACA;
  border-bottom: 1px solid #8B8B8B;
  background: #fff url(../images/allow_purpose_link.png) no-repeat 10px center;
  padding: 14px 0 0 25px;
  height: 34px;
  color: #2C333D;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
}
.layout_purpose-link-layer p a:hover {
  background: #FAFAFA url(../images/allow_purpose_link.png) no-repeat 10px center;
}
.layout_purpose-link-layer p a.wline {
  padding: 5px 0 0 25px;
  height: 43px;
}
.layout_purpose-link-layer p a:hover {
  color: #58A466;
}
.layout_purpose-link-layer p .t-small {
  display: block;
  font-size: 11px;
}
.layout_purpose-event-layer .purpose-event-title {
  color: #6DAC40;
}
.layout_purpose-event-layer dd {
  background: #fff;
  padding: 5px 8px;
  margin: 10px 0;
}
.layout_purpose-event-layer dd.end {
  margin: 10px 0 0 0;
}
.layout_purpose-event-layer dd p.purpose-event-date {
  float: left;
  width: 80px;
  font-size: 12px;
}
.layout_purpose-event-layer dd p.purpose-event-text {
  float: left;
  width: 795px;
}
.layout_purpose-event-layer dd a {
  display: block;
  background: url(../images/allow_purpose_link.png) no-repeat 10px center;
  padding: 0 0 0 25px;
  text-decoration: none;
  font-size: 13px;
  color: #2C59B8;
  width: 840px;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layout_purpose-event-layer dd a:hover {
  text-decoration: underline;
}

/* ----------------
 TOP REASON
---------------- */

.layout_top-reason {
  padding: 45px 0;
  text-align: center;
  color: #fff;
  background: url(../common/images/bg_contact_layer.png) repeat-y center top;
  background-size: 100% auto;
  border-top: 1px solid #549C61;
}
.layout_top-reason h3 {
  font-family: I-OTF-UDゴ表示Pro M;
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  padding: 0 0 25px 0;
  text-shadow: 1px 1px 1px #549C61;
}
.layout_top-reason-intro {
  padding: 0 0 25px 0;
}
.layout_reason-navi {
  margin: 0 auto 25px auto;
  overflow: hidden;
}
.reason-navi-box {
  width: 269px;
  padding: 0 25px;
  float: left;
  border-right: 1px solid #fff;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.reason-navi-box.end {
  width: 270px;
  border-right: none;
}
.reason-navi-copy {
  font-size: 19px;
  line-height: 1.4;
  margin: 20px 0;
  font-weight: normal;
  text-shadow: 1px 1px 1px #549C61;
}
.reason-navi-text {
  text-align: center;
  font-size: 13px;
}
.layout_top-reason-btn {
  padding: 0 0 0 0;
}
.layout_top-reason-btn .layout_btn_top-reason a {
  position: relative;
  display: inline-block;
  padding: 18px 40px 18px 30px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  background: #fff;
  color: #2D333D;
  border: 1px solid #2D333D;
}
.layout_top-reason-btn .layout_btn_top-reason a:hover {
  background: #E5E5E5;
}
.layout_top-reason-btn .layout_btn_top-reason a:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #515963;
  border-right: solid 2px #515963;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}

/* ----------------
 TOP SPEC
---------------- */

.layout_top-spec {
  padding: 45px 0;
  text-align: center;
}
.layout_top-spec h3 {
  font-family: I-OTF-UDゴ表示Pro M;
  text-align: center;
  font-size: 26px;
  color: #4A595F;
  padding: 0 0 25px 0;
}
.layout_spec-navi {
  padding-bottom: 15px;
}
.layout_spec-navi-box {
  float: left;
  width: 225px;
  margin: 0 18px 0 0;
  border-right: 1px solid #D5D5D5;
  position: relative;
}
.layout_spec-navi-box.end {
  margin: 0;
}
.layout_spec-navi-box a {
  display: block;
  text-decoration: none;
  color: #2D333D;
}
.layout_spec-navi-box a:hover {
  opacity: 0.75;
}
.layout_new-mark {
  position: absolute;
  top: -12px;
  right: -12px;
}
.layout_new-mark img {
  width: 40px;
}
.spec-navi-name {
  width: 225px;
  height: 20px;
  color: #fff;
  background: #58a466; /* Old browsers */
  background: -moz-linear-gradient(left,  #58a466 0%, #82b440 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #58a466 0%,#82b440 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #58a466 0%,#82b440 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a466', endColorstr='#82b440',GradientType=1 ); /* IE6-9 */
  font-weight: normal;
  padding: 8px 0 4px 0;
  font-size: 15px;
}
.spec-navi-img {
  padding: 8px 0;
}
.spec-navi-text {
  padding: 15px 20px;
  text-align: left;
  font-size: 13px;
}
.spec-navi-btn {
  line-height: 1;
}
.spec-navi-btn span {
  color: #3385BF;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  width: 225px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #8B8B8B;
}
.spec-navi-btn span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #2D333D;
  border-right: solid 2px #2D333D;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}
.layout_top-spec-btn {
  padding: 25px 0 0 0;
}
.layout_top-spec-btn .btn_top-spec a {
  position: relative;
  display: inline-block;
  padding: 18px 50px 18px 45px;
  width: 255px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  color: #515963;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  background: #fff;
  border: solid 1px #515963;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.layout_top-spec-btn .btn_top-spec a:hover {
  background: #E5E5E5;
}
.layout_top-spec-btn .btn_top-spec a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #515963;
  border-right: solid 2px #515963;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}
/* ----------------
 TOP COOPERATION
---------------- */
.layout_cooperation-navi-wrap {
  border-top: 1px solid #ACACAC;
  margin-top: 25px!important;
  padding-top: 35px;
}
/*
.layout_cooperation-navi {
  padding-bottom: 15px;
  margin: auto;
  width: 626px;
}*/
.layout_cooperation-navi {
  padding-bottom: 15px;
}
.layout_cooperation-navi-box {
  float: left;
  width: 302px;
  margin: 0 18px 0 0;
  border-right: 1px solid #D5D5D5;
  position: relative;
}
.layout_cooperation-navi-box.end {
  margin: 0;
}
.layout_cooperation-navi-box a {
  display: block;
  text-decoration: none;
  color: #2D333D;
}
.layout_cooperation-navi-box a:hover {
  opacity: 0.75;
}
.cooperation-navi-name {
  width: 302px;
  height: 20px;
  color: #fff;
  background: #58a466; /* Old browsers */
  background: -moz-linear-gradient(left,  #58a466 0%, #82b440 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #58a466 0%,#82b440 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #58a466 0%,#82b440 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a466', endColorstr='#82b440',GradientType=1 ); /* IE6-9 */
  font-weight: normal;
  padding: 8px 0 4px 0;
  font-size: 15px;
}
.cooperation-navi-text {
  padding: 15px 20px;
  text-align: left;
  font-size: 13px;
}
.cooperation-navi-btn {
  line-height: 1;
}
.cooperation-navi-btn span {
  color: #3385BF;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  width: 302px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #8B8B8B;
}
.cooperation-navi-btn span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #2D333D;
  border-right: solid 2px #2D333D;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}

/* ----------------
 TOP CUSTOMER
---------------- */

.layout_top-customer {
  padding: 45px 0;
  background: #F3F4F6;
  border-top: 1px solid #C8D8E3;
}
.layout_top-customer h3 {
  font-family: I-OTF-UDゴ表示Pro M;
  text-align: center;
  font-size: 26px;
  color: #4A595F;
  padding: 0 0 25px 0;
}
.top-customer-intro {
  padding: 0 0 20px 0;
  text-align: center;
}
.top-customer-intro span {
  font-size: 23px;
}
.customer-navi-box {
  float: left;
  width: 192px;
  height: 49px;
  text-align: center;
  color: #fff;
}
.customer-navi-box a {
  display: block;
  color: #fff;
}
.customer-navi-box.on {
  background: url(../images/bg_top_customer_navi.png) no-repeat center top;
}
.customer-navi-box h4 {
  font-size: 14px;
  height: 28px;
  padding: 12px 0 0 0;
  border-right: 1px solid #fff;
  background: #828383;
}
.customer-navi-box h4:hover {
  background: #999999;
}
.customer-navi-box.on h4 {
  background: url(../images/bg_top_customer_navi.png) no-repeat center top;
}
.customer-content {
  background: #fff;
  margin: 10px 0 0 0;
}
.customer-content li div {
  padding: 10px 0;
  text-align: center;
}
.customer-content li div p {
  display: inline-block;
  padding: 0 20px;
}

/* ----------------
 TOP CASE
---------------- */

.layout_top-case {
  padding: 45px 0;
  background: #F3F4F6;
  border-top: 1px solid #C8D8E3;
  border-bottom: 1px solid #C8D8E3;
}
.layout_top-case h3 {
  text-align: center;
  font-size: 21px;
  color: #4A4B4B;
  padding: 0 0 25px 0;
}
.top-case-list {
  overflow: hidden;
}
.top-case-box {
  width: 310px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.top-case-box a {
  display: block;
  width: 310px;
  text-decoration: none;
}
.top-case-box a:hover {
  opacity: 0.75;
}
.top-case-box img {
  width: 310px;
  height: auto;
}
.top-case-logo {
  padding: 10px 0;
  text-align: center;
}
.top-case-logo img {
  width: 200px;
}
.top-case-name {
  border-top: 1px solid #2D333D;
  padding: 10px 15px 0 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #2D333D;
}
.top-case-text {
  color: #3385BF;
  font-size: 13px;
  padding: 5px 15px 15px 15px;
}
