@charset "UTF-8";
/*********************************************** */
/* 共通 */
/*********************************************** */
body, input, select, textarea, button {
  font-family: "MS PGothic", sans-serif;
  font-size: 14px;
}

img {
  vertical-align: top;
}

body {
  border-top: 5px solid #0aa0e7;
  position: relative;
  background:#F7F7FD;
  margin: 0;
  padding: 0;
}
body.company_page_body{
  background:#CFE2F1;
}

a img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
a:hover img {
  opacity: 0.6;
}

/*********************************************** */
/* header */
/*********************************************** */
header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 85px;
  background: white;
  -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.23);
  box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.23);
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
header h1 {
  margin: 0 38px;
  float: left;
  line-height: 85px;
}
header h1 img {
  vertical-align: middle;
}
header nav {
  overflow: hidden;
  height: 100%;
float: right;
}
header p {
  height: 100%;
  width: 135px;
  float: left;
  background-image: url("../images/header/nav.gif");
  padding: 0;
  margin: 0;
}
header p a {
  height: 100%;
  display: block;
  background-image: url("../images/header/nav.gif");
}
header p.hover {
  background-image: url("../images/header/nav_hover.gif");
}
header p.active a {
  background-image: url("../images/header/nav_active.gif");
}
header p a span {
  display: block;
  text-indent: -9999px;
}
header p#header_home {
  background-position: 0 0;
}
header p#header_home a {
  background-position: 0 0;
}
header p#header_company {
  background-position: 540px 0;
}
header p#header_company a {
  background-position: 540px 0;
}
header p#header_business {
  background-position: 405px 0;
}
header p#header_business a {
  background-position: 405px 0;
}
header p#header_recycle {
  background-position: 270px 0;
}
header p#header_recycle a {
  background-position: 270px 0;
}
header p#header_recruit {
  background-position: 135px 0;
}
header p#header_recruit a {
  background-position: 135px 0;
}

/*********************************************** */
/* footer */
/*********************************************** */

footer nav > div {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
footer #footer_main {
  background: #E6E6F7;
}
footer #footer_main > div {
  overflow: hidden;
  padding: 35px 0;
}
footer #footer_main article#footer_menu {
  float: left;
  width: 594px;
}
footer #footer_main article#footer_menu dt a, footer #footer_main article#footer_menu dd a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
footer #footer_main article#footer_menu dt a:hover, footer #footer_main article#footer_menu dd a:hover {
  color: #007ed5;
}
footer #footer_main article#footer_menu #logo {
  border-bottom: 1px dotted #2394cb;
  padding-bottom: 34px;
  margin-bottom: 42px;
}
footer #footer_main article#footer_menu nav {
  overflow: hidden;
  margin-left: 44px;
}
footer #footer_main article#footer_menu dl {
  float: left;
  padding-right: 26px;
  border-right: 1px solid #e1e1e1;
  margin-right: 30px;
  min-height: 148px;
}
footer #footer_main article#footer_menu dl:last-of-type {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
footer #footer_main article#footer_menu dl:last-of-type dt a:before {
  width: 38px;
  margin-right: 0 !important;
}
footer #footer_main article#footer_menu dt {
  font-size: 16px;
  margin-bottom: 16px;
  height: 28px;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
}
footer #footer_main article#footer_menu dt:before {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
}
footer #footer_main article#footer_menu dt#footer_company:before {
  content: url("../images/header/company.png");
  left: 3px;
}
footer #footer_main article#footer_menu dt#footer_business:before {
  content: url("../images/header/business.png");
  left: -8px;
}
footer #footer_main article#footer_menu dt#footer_recycle:before {
  content: url("../images/header/recycle.png");
  left: -5px;
  margin-top: -11px;
}
footer #footer_main article#footer_menu dt#footer_recruit:before {
  content: url("../images/header/recruit.png");
  margin-top: -12px;
  left: -8px;
}
footer #footer_main article#footer_menu dt#footer_contact:before {
  content: url("../images/header/contact.png");
  left: -3px;
}
footer #footer_main article#footer_menu dd {
  margin-bottom: 10px;
}
footer #footer_main article#footer_menu dd a:before {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #3398d3;
  content: "";
  display: inline-block;
  margin-right: 8px;
}
footer #footer_main article#footer_menu a {
  color: black;
  text-decoration: none;
}
footer #footer_main article#footer_contact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  width: 280px;
  float: right;
  margin-right: 28px;
  background: #eeeef9;
  min-height: 272px;
  border-radius: 10px;
}
footer #footer_main article#footer_contact p:nth-of-type(1) {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 22px;
}
footer #footer_main article#footer_contact p:nth-of-type(2) {
  line-height: 1.3em;
  margin-bottom: 10px;
}
footer #footer_main article#footer_contact p:nth-of-type(3), footer #footer_main article#footer_contact p:nth-of-type(4) {
  margin-bottom: 4px;
}
footer #footer_main article#footer_contact p:nth-of-type(5) {
  font-size: 12px;
  margin-bottom: 10px;
}
footer #footer_main article#footer_contact p#footer_button {
  background: #85cfec;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
footer #footer_main article#footer_contact p#footer_button:hover {
  opacity: 0.85;
}
footer #footer_main article#footer_contact p#footer_button a {
  color: white;
  display: block;
  text-decoration: none;
}
footer #footer_main article#footer_contact p#footer_button a:after {
  content: url(../images/footer/arrow.png);
  margin-left: 10px;
}
footer #footer_sub {
  background: #007ed5;
  color: white;
  overflow: hidden;
}
footer #footer_sub > div {
  height: 40px;
}
footer #footer_sub ul, footer #footer_sub p {
  height: 100%;
}
footer #footer_sub ul {
  margin-left: 16px;
  float: left;
}
footer #footer_sub li {
  display: inline-block;
  line-height: 22px;
  padding-right: 20px;
  border-right: 1px solid white;
  margin: 9px 0;
  margin-right: 20px;
}
footer #footer_sub li:last-of-type {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
footer #footer_sub li a {
  color: white;
  text-decoration: none;
}
footer #footer_sub li a:hover {
  text-decoration: underline;
}
footer #footer_sub p {
  float: right;
  line-height: 40px;
  margin-right: 28px;
}

#to_top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}

/*********************************************** */
/* レイアウト */
/*********************************************** */
#wrapper {
  padding-top: 85px;
  background: url("../images/header/header_bg.gif");
}
#wrapper h2 {
  width: 960px;
  margin: auto;
  line-height: 212px;
}
#wrapper h2 img {
  vertical-align: middle;
}

#container {
  background:#F7F7FD;
  padding-top: 38px;

}

#container_inner {
  width: 960px;
  margin: auto;
  overflow: hidden;
}

#side {
  width: 255px;
  float: left;
}

#content {
  width: 665px;
  float: right;
  color:#555555;
}

/*********************************************** */
/* サイドメニュー */
/*********************************************** */
#side ul {
  border: 1px solid #e3e3e3;

}
#side ul li {
  background: url("../images/side_line_01.png") no-repeat bottom left, url("../images/side_arrow.png") no-repeat center right 32px;
  height: 53px;
  line-height: 53px;
  padding-left: 30px;
  color: #777777;
}
#side ul li.child {
  height: 32px;
  line-height: 32px;
  background: url("../images/side_line_02.gif") no-repeat bottom left, url("../images/side_arrow.png") no-repeat center right 32px;
}
#side ul li.child.two {
  height: 50px;
  line-height: 1.5em;
  padding-top: 7px;
}
#side ul li a {
  text-decoration: none;
  color: #777777;
  display: block;
}
#side ul li.child a {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
  vertical-align: top;
}
#side ul li a:hover {
  text-decoration: underline;
}
#side ul li span {
  color: #cccccc;
}

/*********************************************** */
/* トップページ */
/*********************************************** */
#toppage #main_visual {
  background: url("../images/index/main_bg.jpg") center no-repeat;
  height: 433px;
  line-height: 433px;
  text-align: center;
  margin: 0;
}
#toppage #main_visual img {
  vertical-align: middle;
}
#toppage #content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#toppage #business {
  width: 100%;
  background: #e6f2ef;
  position: relative;
  height: 473px;
}

#toppage #business .top_news{
  position: absolute;
  z-index: 2;
  width: 551px;
  left: 50%;
  margin-left: -480px;
  height: 134px;
  top: -122px;
}

#toppage #business div {
  position: absolute;
  z-index: 1;
  background: url("../images/index/business_bg.png") no-repeat right;
  width: 1045px;
  left: 50%;
  margin-left: -480px;
  height: 542px;
  top: -69px;
}
#toppage #business nav {
  background: #f0f0fb;
  padding: 23px;
  overflow: hidden;
  display: inline-block;
  margin-top: 135px;
  width: 530px;
  padding-left: 18px;
  padding-right:  7px;
  display:  inline-flex;
  padding-bottom:  0px;
}
#toppage #business nav a {
  text-decoration: none;
  color: #777777;
  display: block;
  float: left;
  width: 160px;
  padding: 0px 0 0px 8px;
  font-size: 12px;
  padding-bottom: 36px;
}
#toppage #business nav a:nth-of-type(odd) {
  /* margin-right: 20px; */
}
#toppage #business nav a:nth-of-type(3) {float:  left;}
#toppage #business nav a:first-of-type {
  background: white url("../images/index/arrow_fish.png") no-repeat right 5px bottom 10px;
  margin-bottom: 20px;
  margin-right: 10px;
}
#toppage #business nav a dd {
    margin-top: 10px;
    margin-left: 0;
}
#toppage #business nav a:nth-of-type(2) {
  background: white url("../images/index/arrow_service.png") no-repeat right 5px bottom 10px;
  margin-bottom: 20px;
  float:  left;
}
#toppage #business nav a:nth-of-type(3) {
  background: white url("../images/index/arrow_food.png") no-repeat right 5px bottom 10px;
  margin-left:  10px;
  padding-bottom: 0;
  height:  195px;
}

a {}
#toppage #business nav a:nth-of-type(4) {
  background: white url("../images/index/arrow_food.png") no-repeat right 15px center;
}
#toppage #business nav a:first-of-type:hover {
  background-color: #e4f7fc;
}
#toppage #business nav a:nth-of-type(2):hover, #toppage #business nav a:nth-of-type(3):hover {
  background-color: #e4fcf9;
}
#toppage #business nav a:nth-of-type(2):hover {
    z-index: 0;
    background: #fff4f6 url(../images/index/arrow_service.png) no-repeat right 5px bottom 10px;
}
#toppage #business nav dt p {
  height: 42px;
  line-height: 42px;
  margin-top: 14px;
}
#toppage #business nav dt p img {
  margin-right: 10px;
  vertical-align: middle;
  display:  block;
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 12px;
}
#toppage #business nav h3 {
  font-size: 18px;
  font-weight: bold;
}
#toppage #business nav a:first-of-type h3 {
  color: #17278a;
}
#toppage #business nav a:nth-of-type(2) h3 {
  color: #d83801;
}
#toppage #business nav a:nth-of-type(3) h3 {
  color: #0f8c7c;
}

/*--business-- */
/*--company-- */
#company {
  background: #5ABAEA;
  color: white;
  padding-bottom: 45px;
  overflow: hidden;
}
#company div {
  width: 960px;
  margin: auto;
}
#company h2 {
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  line-height: 115px;
}
#company dl {
  display: inline-block;
  margin-right: 22px;
}
#company dl:last-of-type {
  margin-right: 0;
}
#company dt, #company dd {
  text-align: center;
}
#company h3 {
  font-size: 22px;
  line-height: 46px;
}
#company dd {
  font-size: 12px;
  line-height: 1.2em;
}


/*--erea-- */
#erea_top {
  background: #0AA0E7;
  color: white;
  padding-bottom: 45px;
  overflow: hidden;
}
#erea_top div{
  width: 755px;
  margin: auto;
  overflow:hidden;
}

#erea_top h2 {
  font-weight: bold;
  font-size: 35px;
  margin-top:84px;
}

#erea_top h3 {
  font-size: 22px;
  line-height: 46px;
}

#erea_top .service_erea_left{
	width:300px;
	float:left;
}

#erea_top .service_erea_left p{
	line-height:180%;
	margin-top:10px;
	margin-bottom:20px;
}


#erea_top .service_erea_right{
	width:392px;
	float:left;
	margin-left:30px;
}


/*--partner-- */
#partner {
  padding-bottom: 10px;
}
#partner div {
  width: 960px;
  margin: auto;
}
#partner h2 {
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  line-height: 115px;
}
#partner dl {
  display: inline-block;
  margin-right: 22px;
  margin-bottom:40px;
}
#partner dl:last-of-type {
  margin-right: 0;
}
#partner dd {
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
}

/*********************************************** */
/* 下層ページ */
/*********************************************** */
#content section {
  margin-bottom: 100px;
}
#content h3 {
  font-size: 33px;
  color: #777777;
  border-left: 6px solid #43b6eb;
  height: 40px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: normal;
  padding-left: 16px;
  letter-spacing: 2px;
}
#content h3 + img {
  display: block;
  margin: auto;
  margin-bottom: 27px;
}
#content div.wrap {
  overflow: hidden;
}
#content p {
  line-height: 1.8em;
}
#content p.left {
  float: left;
  width: 385px;
  padding-right: 25px;
}

/*********************************************** */
/* business */
/*********************************************** */
.business_page #about {
  margin-bottom: 100px;
}
.business_page #purchase {
  margin-top: 100px;
}

.business_page .erea_map {
  background: url("../images/business/area.png") no-repeat right center;
  height:832px;
}




/*********************************************** */
/* company */
/*********************************************** */
.company_page #container{
  background: #FFFFFF;
}
.company_page dl {
  width: 663px;
  border-bottom: 1px solid #e3e3e3;
  background: #CEE5F6;
  font-size: 14px;
  line-height: 1.4em;
}
.company_page dt {
  float: left;
  clear: left;
  background: #CEE5F6;
  width: 130px;
  padding: 20px 30px;
  border-top: 1px solid #e3e3e3;
  font-weight: bold;
}
.company_page dd {
      background: #fbfbfb;
  border-top: 1px solid #d1d6d9;
  border-right: 1px solid #d1d6d9;
 	padding: 20px 30px;
  margin-left: 190px;
}
.company_page dd h4 {
  font-weight: bold;
}
.company_page dd h4:last-of-type {
  margin-top: 20px;
}
.company_page dd#trading p {
  margin-bottom: 20px;
}
.company_page dd#trading p:last-of-type {
  margin-bottom: 0;
}
.company_page #vision dl {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  display: table;
}
.company_page #vision dt {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.company_page #vision dd {
  display: table-cell;
  vertical-align: middle;
}
.company_page #vision ol {
  font-weight: normal;
  margin-top: 10px;
}
.company_page #access p {
  line-height: 1.5em;
}
.company_page #access p.left {
  margin-right: 30px;
}

/*********************************************** */
/* recycle */
/*********************************************** */
.recycle_page #link ul {
  list-style-type: disc;
  margin-left: 1em;
}
.recycle_page #link li {
  margin-bottom: 35px;
}
.recycle_page #link li a {
  color: black;
  text-decoration: none;
}
.recycle_page #link li a:hover {
  text-decoration: underline;
}

/*********************************************** */
/* sitemap */
/*********************************************** */
.sitemap_page #sitemap {
  margin-bottom: 200px;
}
.sitemap_page #sitemap h3 {
  margin-bottom: 70px;
}
.sitemap_page #sitemap h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 2px;
}
.sitemap_page #sitemap h4:before {
  content: "・ ";
  color: #43b6eb;
  font-size: 20px;
  font-weight: bold;
}
.sitemap_page #sitemap div {
  display: inline-block;
  vertical-align: top;
  margin-right: 65px;
}
.sitemap_page #sitemap div:not(:last-of-type) li {
  background: url("../images/sitemap/arrow.gif") no-repeat left center;
  padding-left: 15px;
  margin-bottom: 8px;
  margin-left: 4px;
}
.sitemap_page #sitemap a {
  color: black;
}

/*********************************************** */
/* recruit */
/*********************************************** */
.recruit_page dl {
  width: 663px;
  border-bottom: 1px solid #e3e3e3;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1.4em;
}
.recruit_page dt {
  float: left;
  clear: left;
  background: #f2f2f2;
  width: 130px;
  padding: 20px 30px;
  border-top: 1px solid #e3e3e3;
  font-weight: bold;
}
.recruit_page dd {
  background: white;
  border-top: 1px solid #e3e3e3;
  padding: 20px 30px;
  margin-left: 190px;
}
.recruit_page table {
  width: 100%;
  font-size: 14px;
  color: black;
  border-bottom: 1px solid #e3e3e3;
}
.recruit_page tr {
  border-top: 1px solid #e3e3e3;
}
.recruit_page th, .recruit_page td {
  padding: 18px 28px;
}
.recruit_page th {
  font-weight: bold;
  width: 190px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: #f2f2f2;
}

/*********************************************** */
/* contact */
/*********************************************** */
.contact_page #contact table {
  border: 1px solid #cbd0d5;
  width: 100%;
  margin-bottom: 35px;
}
.contact_page #contact th, .contact_page #contact td {
  border: 1px solid #cbd0d5;
  vertical-align: top;
}
.contact_page #contact th {
  background: #f6f6f6;
  width: 150px;
  text-align: left;
  padding: 22px 17px;
  position: relative;
}
.contact_page #contact th em {
  position: absolute;
  right: 18px;
  top: 22px;
  color: #e94c36;
}
.contact_page #contact .red {
  color: #e94c36;
}
.contact_page #contact td {
  padding: 22px 17px;
}
.contact_page #contact #zip3 {
  margin-bottom: 15px;
  margin-right: 10px;
}
.contact_page #contact #pref3 {
  margin-right: 10px;
}
.contact_page #contact #addr3 {
  margin-top: 15px;
}
.contact_page #contact #button {
  text-align: center;
}
.contact_page #contact #button input {
  height: 38px;
}
.contact_page #contact #button form {
  display: inline-block;
}
.contact_page #contact #button input:first-of-type {
  margin-right: 15px;
}
.contact_page #contact #privacy {
  width: 543px;
  margin: 0 auto 10px auto;
  height: 271px;
  border: 1px solid #cccccc;
  overflow-y: scroll;
  padding: 15px 11px;
}
.contact_page #contact #privacy h4 {
  font-weight: bold;
  margin: 10px auto;
}
.contact_page #contact #privacy + p {
  text-align: center;
  margin-bottom: 20px;
}
.contact_page #contact_complete {
  margin-bottom: 250px;
}
.contact_page input[type="text"], .contact_page textarea, .contact_page select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid darkgray;
}
.contact_page input[type="text"] {
  width: 200px;
}
.contact_page input[type="text"] {
  width: 200px;
}
.contact_page input[name="郵便番号"] {
  width: 70px;
}
.contact_page input[name="住所"] {
  width: 100%;
}
.contact_page input[name="メールアドレス"] {
  width: 384px;
}

#toppage #business .top_news a {
    background: #cec50b;
    padding: 43px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    /* width: 200px; */
    display: block;
    text-align: center;
    margin-top: -55px;
    z-index: 9999;
    position: absolute;
    left: 160px;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#toppage #business .top_news a:hover{
    background: #e07789;
}

