@charset "utf-8";

/* CSS Document */

/*++++++++++++++++++++
Last update 2012/02/02
Cording by ArtVarieTop Corporation
++++++++++++++++++++*/

* {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 9pt;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  line-height: 1em;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-repeat: no-repeat;
  color: #333;
}

body {
  -webkit-text-size-adjust: 100%;
}

br.clear {
  clear: both;
  width: 0px;
  height: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.4em;
}

.ali-left {
  text-align: left;
}

.ali-center {
  text-align: center;
}

.ali-right {
  text-align: right;
}

th,
td {
  line-height: 1.4em;
}

li,
dd {
  line-height: 1.4em;
}

img {
  border: 0;
}

a {
  overflow: hidden;
  color: #a80259;
  text-decoration: none;
}

a:link,
a:visited {}

a:active,
a:hover {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}


/* IE6-float-box-margin-not2x */

.ie6-float {
  _display: inline;
}


/* column */

div.column {
  clear: both;
  min-height: 1px;
  height: auto !important;
  height: 1px;
  overflow: visible;
}

body {
  background-color: #fff;
}


/* ここから追記スタート */

#contain {
  width: 690px;
  margin: 0 auto;
  padding-left: 35px;
  background-image: url(../images/contain-left.jpg);
  background-position: left top;
  background-color: #339;
  border-right: 2px solid #CCC;
}


/* header */

#header {
  height: 99px;
  background-image: url(../images/header-bg.jpg);
}

#header h1 {
  float: left;
  text-indent: -9999px;
}

#header ul {
  float: right;
  width: 172px;
  height: 29px;
  margin-right: 6px;
}

#header li {
  float: left;
  width: 82px;
  height: 29px;
  margin-right: 4px;
}

#header li a {
  display: block;
  width: 82px;
  height: 29px;
}

#header li a:active,
#header li a:hover {
  width: 82px;
  height: 29px;
  background: white !important;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#header li.top {
  background-image: url(../images/bt-top.gif);
}

#header li.inquiries {
  background-image: url(../images/bt-inquiries.gif);
}

#header p {
  width: 270px;
  height: 40px;
  margin: 0 0 0 10px;
  text-indent: -9999px;
}

#header p a {
  display: block;
  width: 270px;
  height: 40px;
}


/* middle */

#contents {
  background-image: url(../images/sidebar-bg.jpg), url(../images/sidebar-bg-bottom.jpg);
  background-position: left 350px, left 350px;
  background-repeat: no-repeat, repeat-y;
  background-color: white;
}


/* leftcolumn */

#sidebar {
  float: left;
  width: 160px;
  /*background-color:white;*/
}

#gmenu {
  /*background-color:white;*/
  padding-bottom: 15px;
}

#gmenu * {
  text-indent: -9999px;
}

#gmenu li a {
  display: block;
  width: 160px;
}

#gmenu li a:active,
#gmenu li a:hover {
  background: white !important;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#gmenu h2 {
  height: 49px;
  background-image: url(../images/gmenu-title.gif);
}

#gmenu li.top {
  height: 44px;
  background-image: url(../images/gmenu-top.gif);
}

#gmenu li.top a {
  height: 44px;
}

#gmenu li.outline {
  height: 44px;
  background-image: url(../images/gmenu-outline.gif);
}

#gmenu li.outline a {
  height: 44px;
}

#gmenu li.corporate {
  height: 44px;
  background-image: url(../images/gmenu-corporate.gif);
}

#gmenu li.corporate a {
  height: 44px;
}

#gmenu li.aboutus {
  height: 44px;
  background-image: url(../images/gmenu-aboutus.gif);
}

#gmenu li.activity {
  height: 44px;
  background-image: url(../images/gmenu-endeavor.gif);
}

#gmenu li.activity a {
  height: 44px;
}

#gmenu li.aboutus a {
  height: 44px;
}

#gmenu li.recruit {
  height: 44px;
  background-image: url(../images/gmenu-recruit.gif);
  position: relative;
}
#gmenu li.recruit a {
  height: 44px;
  position: relative;
}

/*NEW!*/


#gmenu li.recruit::after {
  content: "";
  background-image: url(../images/anime.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -8px;
  right: 0;
  width: 33px;
  height: 21px;
  z-index: 10;
}

#gmenu li.recruit a::before {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 50%,100% 100%,100% 0);
  background: #f80404;
  top: 15px;
  right: 70px;
  z-index: 10;
  animation: blinking 0.6s ease-in infinite alternate;
}
#gmenu li.recruit a::after {
  color: #f80404;
  content: "NEW";
  display:block;
  position: absolute;
  top: 13.5px;
  right:20px;
  text-indent: 0;
  font-weight: 900;
  font-size: 15.5px;
  pointer-events: none;
  animation: blinking 0.6s ease-in infinite alternate;
}
#gmenu li.recruit:hover::after {
  /* animation: blinking 0.5s ease-in-out infinite alternate; */
  text-shadow:0 0 15px #ffe604;
}
@keyframes blinking {
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}


#gmenu li.inquiries {
  height: 44px;
  background-image: url(../images/gmenu-inquiries.gif);
}

#gmenu li.inquiries a {
  height: 44px;
}

#gmenu li.privacy {
  height: 44px;
  background-image: url(../images/gmenu-privacy.gif);
}

#gmenu li.privacy a {
  height: 44px;
}

#gmenu li.safetypolicy {
  height: 44px;
  background-image: url(../images/gmenu-safetypolicy.gif);
}

#gmenu li.safetypolicy a {
  height: 44px;
}

#gmenu li.sitepolicy {
  height: 44px;
  background-image: url(../images/gmenu-sitepolicy.gif);
}

#gmenu li.sitepolicy a {
  height: 44px;
}

#gmenu li.policy {
  height: 60px;
  background-image: url(../images/gmenu-policy.gif);
}

#gmenu li.policy a {
  height: 60px;
}

#gmenu li.sitemap {
  height: 44px;
  background-image: url(../images/gmenu-sitemap.gif);
}

#gmenu li.sitemap a {
  height: 44px;
}

#sidebar p.business-hours {
  height: 122px;
  background-image: url(../images/sidebar-business-hours.jpg);
}


#sidebar p.sdgs {
  background: url(../images/sidebar-sdgs.png);
  height: 120px;
  margin-bottom: 15px;
}


#sidebar p.reason {
  background: url(../images/sidebar-reason.jpg);
  height: 56px;
}

#sidebar p.voice {
  margin-bottom: 70px;
  background: url(../images/sidebar-voice.jpg);
  height: 56px;
}

#sidebar p.terminology {
/*  margin-bottom: 70px;*/
  background: url(../images/sidebar-terminology.jpg);
  height: 56px;
}

#sidebar p.security {
/*  margin-bottom: 70px;*/
  background: url(../images/sidebar-security.jpg);
  height: 56px;
}

#sidebar p.running {
  margin-bottom: 70px;
  background: url(../images/sidebar-running.jpg);
  height: 56px;
}

#sidebar p.car {
  height: 122px;
  background-image: url(../images/sidebar-car.jpg);
  text-indent: -9999px;
}

#sidebar .counter {
  /* margin-bottom: 84px; */
  /* height: 122px; */
  visibility: hidden;
  /* background-image: url(../images/sidebar-counter.jpg); */
}

#sidebar .counter img {
  padding-left: 8px;
  /* padding-top: 78px; */
  padding-top: 55px;
}


/* main */

#main {
  float: right;
  width: 530px;
}


/* footer */

#footer {
  padding: 0 0 24px 0;
  border-bottom: 3px solid #ccc;
  background-color: white;
  width: 725px;
  margin: 0 auto;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

#footer p {
  margin-right: 0;
  padding-top: 12px;
  text-align: right;
  color: #164386;
  font-size: 8pt;
  border-top: 5px solid #0168b3;
}


/* subpage */

h2.pagetitle {
  width: 530px;
  height: 95px;
  margin-bottom: 27px;
  text-indent: -9999px;
}


/* headLine01 */

.headLine01 {
  padding-left: 20px;
  font-size: 14px;
  background: url(../../images/title_bg.gif) no-repeat left center;
}


/* clearfix */

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
