@charset "UTF-8";
/* CSS Document */

#wrapper{
  width: 100%;
  font-size: 14px;
  letter-spacing: .1em;
}

#top .content h2{
  padding: 40px 0;

  font-size: 22px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .2em;
}

#top .content h2 span{
  font-size: 8px;
}

#sub .content h2{
  text-align: center;
  padding: 40px 0;
  font-size: 20px;
  font-weight: normal;
  color: #008ccf;
}

#sub .content h3{
  padding: 0 0 0 10px;
  margin: 0 0 30px 0;

  font-size: 18px;
  font-weight: normal;
  border-left: 3px solid #3488cd;
}

#sub table {
  width: 100%;
  margin: 0 0 60px 0;
}

#sub table th{
  background: #3488cd;
  width: 25%;
  padding: 15px 10px;

  font-weight: normal;
  color:#fff;

  border: 1px solid #fff;
}

#sub table td{
  padding: 15px 10px;
  border: 1px solid #ccc;
  line-height: 1.6;
}

.tag01,.tag02{
  display: inline-block;
  border-radius: 2px;
  padding: 4px 10px;
  margin: 0 10px;

  color: #fff;
  font-size: 11px;
}

.tag01{
  background: #28a0ff;
}

.tag02{
  background: #ffa628;
}

/* visual
------------------------------------------------------------------------*/
/* アニメーションの枠 */
#anim{
  width: 1200px;
  height: 400px;
  margin: 0 auto;

  overflow: hidden;
  position: relative;
}

#anim img, #anim p, #anim h3{
    position:absolute;
}

#anim img{
    opacity: 0;
    -moz-opacity: 0; /*for Firefox*/
    filter: alpha(opacity=0); /*for IE*/
}

#anim #anime3{
  width: 800px;
}

#anim #anime4{
  z-index: 10000;
}

#top #wrapper #visual{
  background: url(../images/visual.jpg) repeat-x 0 bottom;
}

#top #wrapper #visual .anime img{
    opacity: 0;
    -moz-opacity: 0; /*for Firefox*/
}

#sub #wrapper #visual{
  width: 100%;
}

#sub #wrapper #visual .inner{
  width: 1000px;
  margin: 0 auto;
  padding: 5% 0;
  color: #fff;
  text-align: center;
}

#sub #wrapper #visual .inner h1{
  width: 40%;
  background: url(../images/h1_line.png) no-repeat center bottom;

  margin: 0 auto 10px auto;
  padding: 0 0 10px 0;

  font-size: 24px;
  font-weight: normal;
  letter-spacing: .2em;
}

#sub #wrapper #visual .inner p{
  font-size: 12px;
  letter-spacing: .2em;
}

/* header
------------------------------------------------------------------------*/
#wrapper header #header_nav:after{content:".";display:block;clear:both;height:0;visibility:hidden;}

#wrapper header{
  width: 1000px;
  margin: 15px auto 0 auto;
}

#wrapper header .logo{
  float: left;
}

#wrapper header .logo a,
#wrapper header .logo h1,
#wrapper header .logo .txt{
  display: inline-block;
}

#wrapper header .logo h1,
#wrapper header .logo .txt{
  padding: 0 0 0 20px;

  font-size: 70%;
  font-weight: normal;
  color: #44759e;
}

#wrapper header .logo a img,
#wrapper header .contact img{
  vertical-align: middle;
}

#wrapper header .contact{
  float: right;
  margin: 8px 0 0 0;
}

#wrapper header .contact li{
  display: inline-block;
}

#wrapper header .contact .tel_number{
  padding: 0 10px 0 0;
}

#wrapper header .contact .btn.head_contact{
  display:inline-block;
  padding: 12px 25px 12px 45px;
  background: url(../images/header_mail_icon.png) no-repeat 16% 50%;

  color: #1e598b;
}

#wrapper header .contact .btn.head_contact:hover{
  cursor: pointer;
  background: #1e598b url(../images/footer_mail_icon.png) no-repeat 16% 50%;

  color: #fff;
}

#wrapper header .contact .btn.head_member{
  display:inline-block;
  padding: 12px 15px 12px 35px;
  background: url(../images/header_member_icon.png) no-repeat 16% 50%;

  color: #1e598b;
  border-color:#1e598b;
}

#wrapper header .contact .btn.head_member:hover{
  cursor: pointer;
  background: #1e598b url(../images/header_member_icon_white.png) no-repeat 16% 50%;

  color: #fff;
}

#wrapper header #global_menu{
  width: 1000px;
  margin: 20px auto;

  font-size: 13px;
  backgrouund:#ff0000;
}

#wrapper header #global_menu li{
  display: inline-block;
  width: 19.4%;
  text-align: center;
  border-left: 1px solid #ccc;
}

#wrapper header #global_menu li:last-child{
  border-right: 1px solid #ccc;
}

#wrapper header #global_menu a{
  color: #444;
}


/* pankuzu
------------------------------------------------------------------------*/
.pankuzu{
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;

  font-size: 12px;
}

.pankuzu li{
  display: inline-block;
}

.pankuzu li::after{
  content: '>';
  padding: 0 3px 0 10px;
  opacity: 0.6;
}

.pankuzu li:last-child::after{
  content: none;
}

.pankuzu li a{
  color: #467ba7;
}

/* content(sub_common)
------------------------------------------------------------------------*/
#sub .content{
  width: 1000px;
  margin: 0 auto;
}

#sub .common_box{
  line-height: 1.6;
}

#sub .common_box p{
  padding: 0 0 20px 0;
}

#sub .common_box span{
  color: #ff9900;
}

/* news
------------------------------------------------------------------------*/
#wrapper #news{
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

#wrapper #news h2,
#wrapper #news .ticker{
  display: inline-block;
  vertical-align: middle;
}

#wrapper #news h2{
  width: 160px;
  padding: 0;

  font-size: 120%;
  color: #5b7aa8;
}

#wrapper #news .ticker {
	position: relative;
  width: 800px;
}

#wrapper #news .ticker span{
  display: inline-block;
  line-height: 1.6;
  vertical-align: middle;
}

#wrapper #news .ticker ul {
	position: relative;
}

#wrapper #news .ticker ul li {
	display: none;
  height: 40px;
}

#wrapper #news .ticker ul li.single {
  padding: 10px 0 0 0;
}


/* service
------------------------------------------------------------------------*/
#wrapper #service:after{content:".";display:block;clear:both;height:0;visibility:hidden;}

#wrapper #service{
  background: #f5f5f5;
  padding: 0 0 60px 0;
}

figure.service_box {
  position: relative;
  float: left;
  overflow: hidden;

  width: 33.3%;
  background: #f5f5f5;
  color: #222;
  text-align: center;

  font-size: 16px;
  font-weight: normal;
}

figure.service_box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.service_box img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}
figure.service_box .caption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid #222;
  border-width: 1px 1px 0;
}
figure.service_box .heading {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 100%;
}
figure.service_box h3 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}
figure.service_box h3 span {
  font-weight: 800;
}
figure.service_box h3:before,
figure.service_box h3:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: #222;
  top: 50%;
}

figure.service_box h3:before {
  left: -1000%;
}

figure.service_box h3:after {
  right: -1000%;
}

figure.service_box p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  line-height: 1.6em;
  font-size: 0.9em;
}

figure.service_box a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.service_box:hover img,
figure.service_box.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.service_box:hover .caption,
figure.service_box.hover .caption {
  top: 7%;
  bottom: 7%;
  cursor: pointer;
}

figure.service_box:hover p,
figure.service_box.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* about
------------------------------------------------------------------------*/
#wrapper #about:after{content:".";display:block;clear:both;height:0;visibility:hidden;}

#wrapper #about .about_box{
  width: 50%;
  padding: 30px 30px 120px 30px;
  float: left;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  line-height: 1.6;
}
#wrapper #about .about_box span{
  color: #ff9900;
}

#wrapper #about .about_box p{
  padding: 0 0 20px 0;
}

#wrapper #about .about_box.img_box{
  background: url(../images/top_bg_about.jpg) no-repeat right top;
  background-size: cover;
}

#wrapper #about .about_box.img_box h2{
  text-align: right;
  margin: 0;
  padding: 0;
}

/* recruit
------------------------------------------------------------------------*/
#wrapper #recruit:after{content:".";display:block;clear:both;height:0;visibility:hidden;}

#wrapper #recruit .recruit_box{
  width: 50%;
  padding: 30px 30px 180px 30px;
  float: left;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  text-align: right;
  line-height: 1.6;
}

#wrapper #recruit .recruit_box p{
  padding: 0 0 20px 0;
}

#wrapper #recruit .recruit_box.img_box{
  background: url(../images/top_bg_recruit.jpg) no-repeat left top;
  background-size: cover;
}

#wrapper #recruit .recruit_box.img_box h2{
  text-align: left;
  margin: 0;
  padding: 0;
}

/* footer
------------------------------------------------------------------------*/
#wrapper footer .footer_box:after{content:".";display:block;clear:both;height:0;visibility:hidden;}

#wrapper footer{
  width: 100%;
  background: url(../images/footer_bg.jpg) 0 0;
}

#wrapper footer .inner{
  width: 100%;
  background: url(../images/footer_line.png) no-repeat center top;
}

#wrapper footer .footer_box{
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0;
}

#wrapper footer .footer_box h3,
#wrapper footer .footer_box a{
  font-weight: normal;
  color: #fff;
}
#wrapper footer .footer_box h3{
  padding: 0 0 15px 0;
}

#wrapper footer .footer_box ul li a{
  font-size: 12px;
}

#wrapper footer .footer_box li{
  padding: 0 0 0 10px;
  background: url(../images/arrow01.png) no-repeat 0 50%;
  line-height: 1.6;
}

#wrapper footer .footer_box section{
  float: left;
  width: 25%;
  height: 140px;

  padding: 0 20px;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #80a6c6;
}

#wrapper footer .footer_box section.service a{
  font-size: 11.5px;
  letter-spacing: normal;
}

#wrapper footer .footer_box section.last{
  border-right: 1px solid #80a6c6;
}

#wrapper footer .footer_box section.last li{
  padding: 0;
  background: none;
}

#wrapper footer .footer_box section.last .btn{
  width: 210px;
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 25px;
  border: 1px solid #fff;
  background: url(../images/footer_mail_icon.png) no-repeat 25% 50%;
}

#wrapper footer .footer_box section.last .btn:hover {
  cursor: pointer;
  color: #1e598b;
  background: #fff url(../images/header_mail_icon.png) no-repeat 25% 50%;
}

/* copyright
------------------------------------------------------------------------*/
#wrapper #copyright:after{content:".";display:block;clear:both;height:0;visibility:hidden;}

#wrapper #copyright{
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 5px 0;
}

#wrapper #copyright .link_box{
  float: left;
  font-size: 12px;
}

#wrapper #copyright .link_box li{
  background: url(../images/arrow02.png) no-repeat 0 95%;
  padding: 12px 0 0 10px;
}

#wrapper #copyright .link_box a{
  color: #497fad;
}

#wrapper #copyright .copy_box{
  float: right;
  font-size: 10px;
}

#wrapper #copyright .copy_box li{
  display: inline-block;
  color: #366a96;
}

#wrapper #copyright .copy_box li img{
  vertical-align: middle;
  margin: -6px 0 0 20px;
}


/* company
------------------------------------------------------------------------*/
#sub.company #visual{
  background: url(../images/company_bg.jpg) no-repeat 50% 0;
  background-size: cover;
}

#sub.company .common_box.greeting{
  background: url(../images/company01.png) no-repeat 98% 98%;
  padding: 0 0 60px 0;

  line-height: 2;
}

#sub.company h2{
  background: url(../images/company_icon01.png) no-repeat 39.5% 50%;
  padding-right: 20px;
  margin: 0 0 0 30px;
}

#sub.company .policy{
  padding: 40px 0 60px 0;
}

#sub.company .tbl span{
  display: inline-block;
  background: url(../images/company_icon_tel.png) no-repeat 0 50%;
  padding: 0 0 0 25px;
}

#sub.company .map{
  padding: 0 0 40px 0;
  text-align: center;
}

#sub.company .map p{
  margin: 20px 0 0 0;
}

#sub.company .map .btn {
  background: url(../images/arrow04.png) no-repeat 21% 50%;
  margin: 20px 0;
}

#sub.company .map .btn:hover {
  background: #1e598b url(../images/arrow03.png) no-repeat 21% 50%;
}

/* service
------------------------------------------------------------------------*/
#sub.service #visual{
  background: url(../images/service_bg.jpg) no-repeat 50% 0;
  background-size: cover;
}

#sub.service .content{
  width: 100%;
}

#sub.service .content h2{
  padding: 60px 0;
}

#sub.service .content h2.ttl01{
  background: url(../images/service_icon01.png) no-repeat 34% 50%;
  margin: 0 0 0 30px;
}

#sub.service .content h2.ttl02{
  background: url(../images/service_icon02.png) no-repeat 33.5% 50%;
  margin: 0 0 0 30px;
}

#sub.service .content h2.ttl03{
  background: url(../images/service_icon03.png) no-repeat 39.5% 50%;
  margin: 0 0 0 30px;
}

#sub.service .content #service01{
  background: url(../images/service_bg02.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding: 0 0 40px 0;
}

#sub.service .content #service02{
  background: url(../images/service_bg03.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding: 0 0 40px 0;
}

#sub.service .content #service03{
  background: url(../images/service_bg04.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding: 0 0 120px 0;
}

#sub.service .content #service01 .inner,
#sub.service .content #service02 .inner,
#sub.service .content #service03 .inner{
  width: 1000px;
  margin: 0 auto;
}

#sub.service .content #service01 .inner .common_box,
#sub.service .content #service02 .inner .common_box,
#sub.service .content #service03 .inner .common_box{
  display: inline-block;
  vertical-align: top;
  width: 465px;
  margin: 0 30px 0 0;
}

#sub.service .content #service01 .inner .common_box.end,
#sub.service .content #service02 .inner .common_box.end,
#sub.service .content #service03 .inner .common_box.end{
  margin: 0 0 0 30px;
}

/* recruit
------------------------------------------------------------------------*/
#sub.recruit #visual{
  background: url(../images/recruit_bg.jpg) no-repeat 50% 0;
  background-size: cover;
}

#sub.recruit #visual h1{
  color: #444;
  background: url(../images/h1_line02.png) no-repeat center bottom!important;
}

#sub.recruit #visual p{
  color: #444;
}

#sub.recruit .content h2{
  background: url(../images/recruit_icon.png) no-repeat 43.5% 50%;
  margin: 0 0 0 20px;
}

#sub.recruit .common_box{
  text-align: center;
  letter-spacing: .2em;
}

#sub.recruit .service_btn{
  text-align: right;
  background: url(../images/arrow02.png) no-repeat 82.5% 50%;
  padding: 0 0 0 10px;
}

#sub.recruit .service_btn a{
  color: #1f5c8f;
  text-decoration: underline;
}

#sub.recruit .service_btn a:hover{
  text-decoration: none;
}

#sub.recruit .contact_box{
  width: 70%;

  background: #fffcee;
  border-radius: 2px;
  padding: 20px 20px 0 20px;
  margin: 20px auto;

  letter-spacing: .2em;
  text-align: center;
}

#sub.recruit .contact_box h3{
  padding: 0 0 20px 0;
  margin: 0;
  border: none;
}

#sub.recruit .contact_box p{
  line-height: 1.6;
  padding: 0 0 20px 0;
}

#sub.recruit .contact_box .btn {
  border: 1px solid #ff9900;
	color: #ff9900;
  background: url(../images/arrow05.png) no-repeat 25% 50%;
}

#sub.recruit .contact_box .btn:hover {
  color: #fff;
  background: #ff9000 url(../images/arrow03.png) no-repeat 25% 50%;
}

/* contact
------------------------------------------------------------------------*/
#sub.contact #visual{
  background: url(../images/contact_bg.jpg) no-repeat 50% 0;
  background-size: cover;
}

#sub.contact #visual h1{
  color: #444;
  background: url(../images/h1_line02.png) no-repeat center bottom!important;
}

#sub.contact #visual p{
  color: #444;
}

#sub.contact .common_box{
  padding: 40px 0 20px 0;
  text-align: center;
}

#sub.contact .common_box2{
  padding: 0 0 20px 0;
  text-align: center;
  line-height: 1.6;
}

#sub.contact .common_box2 p{
  padding: 0 0 20px 0;
}

#sub.contact .tbl .item01{
  width: 8%;
  text-align: center;
  border-right: none;
}

#sub.contact .tbl .item02{
  border-left: none;
}

#sub.contact .tbl .item01 span{
  display:inline-block;

  border-radius: 2px;
  padding: 2px 10px;

  font-size: 11px;
  color:#fff;
}

#sub.contact .tbl .item01 span.certainly{
  background: #ff6600;
}

#sub.contact .tbl .item01 span.normal{
  background: #999;
}

#sub.contact .tbl .item02 select{
  height: 30px;
}

#sub.contact .tbl .item02 input{
  width: 640px;
  height: 25px;
  border: 1px solid #ccc;
}

#sub.contact .tbl .item02 textarea{
  width: 640px;
  height: 200px;
  border: 1px solid #ccc;
}

#sub.contact .submit_box {
  margin: -20px 0 0 0;
}

#sub.contact .submit_btn {
  display: block;
  margin: 0 0 20px 0;
  text-align: center;
}

#sub.contact .submit_btn input{
  padding: 10px 50px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 13px;
  border-radius: 2px;
}

#sub.contact .submit_btn input:hover{
  cursor: pointer;
  border: 1px solid #999;
  background: #999;
  color: #fff;
}

/* privacy
------------------------------------------------------------------------*/
#sub.privacy #visual{
  background: url(../images/privacy_bg.jpg) no-repeat 50% 0;
  background-size: cover;
}

#sub.privacy .common_box{
  padding: 0 0 40px 0;
  text-align: center;
}

#sub.privacy .common_box2{
  padding: 0 0 30px 0;
  line-height: 1.6;
}

#sub.privacy .common_box2 h3{
  margin: 0 0 20px 0;
}

#sub.privacy .common_box2 p{
  margin: 0 0 20px 0;
}

#sub.privacy .common_box2 ul{
  margin: 0 0 10px 30px;
}

#sub.privacy .common_box2 li{
  list-style: circle;
}
