@charset "utf-8";

/*--------------------------------
initialize
*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
ol, ul {
  list-style: none;
}
img {
  height: auto;
  vertical-align: bottom;
}


/*--------------------------------
common
*/
body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳＰゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;

  font-size: 15px;
  color: #555;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #75b1d7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a .op {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a .op:hover {
  opacity: 0.6;
}

.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}


/* wrapper */
.site-wrap {
  width: 100%;
  min-width: 1200px;
}

.site-wrap * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.view-wrap {
  width: 1000px;
  margin: 0 auto;
}

img.resize {
  width: 100%;
  height: auto;
}

.mainvisual {
  position: relative;
  height: 460px;
  margin-bottom: 60px;
}

.mainvisual img {
  position: absolute;
  display: block;
  top: 150px;
  left: 50%;
  width: 740px;
  height: auto;
  margin: 0 0 0 -370px;
}


/*--------------------------------
common layout
*/
/* header */
.site-header .inner {
  border-bottom: 1px solid #b2d3e9;
}

.site-header .inner h1 {
  float: left;
  width: 19.16%;
  height: auto;
  margin: 48px 0 0 120px;
}

.site-header .inner h1 img {
  width: 90%;
}

.site-header .inner .gnav {
  float: left;
  width: 48.33%;
  margin: 0 0 0 18px;
}

.site-header .inner .gnav > ul {
  width: 100%;
  display: table;
  min-height: 100px;
}

.site-header .inner .gnav > ul:first-child:before {
  height: 100px;
}

.site-header .inner .gnav > ul >li {
  position: relative;
  display: table-cell;
  width: 17.28%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.site-header .inner .gnav > ul > li.nav01 {
  background: url(/static/img/common/bg_heder_dotto.png) no-repeat bottom center;
  color: #555;
}

.site-header .inner .gnav > ul > li.nav01:hover,
.site-header .inner .gnav > ul > li.on {
  background: #56a7dd url(/static/img/common/bg_heder_dotto.png) no-repeat bottom center;
}

.site-header .inner .gnav > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
  color: #333;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.site-header .inner .gnav > ul > li:hover a,
.site-header .inner .gnav > ul > li.on a {
  color: #fff;
}

/*ページ公開されたらhtmlにリンク貼って下記css削除*/
.site-header .inner .gnav > ul > li.grayout {
  color: #888;
  padding-top: 20px;
  cursor: default;
  background: #fff url(/static/img/common/bg_heder_dotto.png) no-repeat bottom center;
}
.site-header .inner .gnav > ul > li.grayout:hover {
  background: #fff url(/static/img/common/bg_heder_dotto.png) no-repeat bottom center;
}
/*-------------------------------------------*/

.site-header .inner .gnav > ul > li.inquiry,
.site-header .inner .gnav > ul > li.access {
  width: 15.34%;
  border-left: 1px solid #56a7dd;
  vertical-align: middle;
}

.site-header .inner .gnav > ul > li.inquiry a,
.site-header .inner .gnav > ul > li.access a {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #56a7dd;
  letter-spacing: 0;
}

.site-header .inner .gnav > ul > li.inquiry:hover a,
.site-header .inner .gnav > ul > li.access:hover a,
.site-header .inner .gnav > ul .inquiry.on a,
.site-header .inner .gnav > ul .access.on a {
  color: #fff;
}

.site-header .inner .gnav > ul > li.inquiry:hover,
.site-header .inner .gnav > ul > li.access:hover,
.site-header .inner .gnav > ul .inquiry.on,
.site-header .inner .gnav > ul .access.on  {
  background: #56a7dd;
} 

.site-header .inner .gnav > ul > li.inquiry a  {
  padding: 11px 0 0;
}

.site-header .inner .gnav > ul > li.inquiry span {
  display: block;
  width: 80px;
  margin: 0 auto 10px;
  background: #56a7dd;
  border-radius: 25px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}

.site-header .inner .gnav > ul > li.inquiry:hover span,
.site-header .inner .gnav > ul > .inquiry.on span {
  background:#fff;
  color: #56a7dd;
}

.site-header .inner .gnav > ul > li.access  {
  border-right: 1px solid #56a7dd;
}

.site-header .inner .gnav > ul > li.access a {
  padding: 0;
}

.site-header .inner .gnav > ul > li.access p {
  padding: 45px 0 0;
  background: url(/static/img/common/icon_access_off.png) no-repeat top center;
  background-size: 31px auto;
}

.site-header .inner .gnav > ul > li.access:hover p,
.site-header .inner .gnav > ul > .access.on p {
  background-image: url(/static/img/common/icon_access_on.png);
}

.site-header .inner .gnav > ul > li.access img {
  display: none;
  width: 31px;
  height: auto;
  padding: 0px 0 15px;
  position: relative;
  top: 12px;
  right: 11px;
}

.site-header .inner .gnav > ul > li .sub {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}

.site-header .inner .gnav > ul > li:hover .sub {
  display: block;
}

.site-header .inner .gnav > ul > li .sub > li {
  width: 100%;
  padding: 13px 0;
  background: rgba(241, 241, 237, 0.7);
  font-size: 12px;
  line-height: 1.428;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88f1f1ed,EndColorStr=#88f1f1ed);/*IE8以下用*/
}

.site-header .inner .gnav > ul > li .sub > li:hover {
  background: rgba(241, 241, 237, 1);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99f1f1ed,EndColorStr=#99f1f1ed);/*IE8以下用*/
}

.site-header .inner .gnav > ul > li .sub > li a {
  color: #444444;
}

.site-header .inner .gnav > ul > li .sub > li a:hover {
  text-decoration: none;
}

.site-header .inner .campany-logo {
  float: left;
  width: 17%;
  min-height: 100px;
  padding: 19px 0 0 10px;
  box-sizing: border-box;
}

.site-header .inner .campany-logo .logo-img {
  width: 104px;
  height: auto;
  margin-left: 10px;
}

.site-header .inner .campany-logo .text {
  font-size: 10px;
  line-height: 1.3;
  color: #777;
  margin-top: 5px;
}


/* footer */
.site-footer .footer-pan {
  background: #56a7dd;
  height: 40px;
  line-height: 45px;
  margin-bottom: 31px;
}

.site-footer .footer-pan ul li {
  float: left;
  font-size: 13px;
  color: #fff;
}

.site-footer .footer-pan ul li:after {
  content: ">";
  color: #fff;
  padding: 0 10px;
}

.site-footer .footer-pan ul li:last-child:after {
  content: none;
}

.site-footer .footer-pan ul li a {
  font-size: 13px;
  line-height: 32px;
  color: #fff;
}

.site-footer .footer-pan ul li a:hover {
  text-decoretion: none;
}

.site-footer .float-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 16px;
}

.site-footer .float-box .page-top {
  position: absolute;
  bottom: 0;
  right: 0;
}

.site-footer .float-box .left-box {
  float: left;
  width: 288px;
  margin-right: 61px;
}

.site-footer .float-box .left-box h2 {
  width: 287px;
  height: auto;
  margin: 6px 0 26px;
}

.site-footer .float-box .left-box .info {
  color: #888888;
}
.site-footer .float-box .left-box .info .address {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 11px;
}

.site-footer .float-box .left-box .info .tel {
  font-size: 16px;
  margin-bottom: 6px;
}

.site-footer .float-box .left-box .info .mail {
  width: 109px;
}

.site-footer .float-box .right-box {
  float: right;
  width: 560px;
}

.site-footer .float-box .right-box .footer-nav .sub-nav {
  width: 380px;
  float: left;
}

.site-footer .float-box .right-box .footer-nav ul li {
  font-size: 13px;
  line-height: 1;
  color: #6d6c67;
  margin-bottom: 2px;
}

.site-footer .float-box .right-box .footer-nav .sub-nav>li {
  float: left;
  width: 110px;
}

.site-footer .float-box .right-box .footer-nav .sub-nav>li:first-child {
  float: left;
  width: 160px;
}

.site-footer .float-box .right-box .footer-nav .sub-nav>li a {
  display: inline-block;
  color: #333;
  margin-bottom: 18px;
}
/*ページ公開されたらhtmlにリンク貼って下記css削除*/
.site-footer .float-box .right-box .footer-nav ul li.grayout {
  color: #888;
}

.site-footer .float-box .right-box .footer-nav .sub-nav li.grayout .sub  li.grayout {
  margin-top: 18px;
}

.site-footer .float-box .right-box .footer-nav ul li .sub a {
  font-size: 12px;
  color: #56a7dd;
  margin-bottom: 9px;
}

.site-footer .float-box .right-box .footer-nav .list-style {
  float: left;
  width: 160px;
}

.site-footer .float-box .right-box .footer-nav .list-style li {
  margin-bottom: 17px;
}

.site-footer .float-box .right-box .footer-nav .list-style li:before {
  content:"●";
  color: #e8e8e4;
  padding-right: 10px;
}

.site-footer .float-box .right-box .footer-nav .list-style a {
  color: #333;
}

.site-footer .inner {
  border-top: 1px solid #7abeeb;
  padding-top: 25px;
}

.site-footer .inner .footer-links {
  float: left;
  width: 495px;
}

.site-footer .inner .footer-links li {
  float: left;
  margin-right: 10px;
}

.site-footer .inner .footer-links li:last-child {
  margin-right: 0;
}

.site-footer .inner .footer-links li a {
  font-size: 12px;
  display: block;
  background: #d7ebf9;
  border-radius: 25px;
  color: #555;
  padding: 10px 20px;
  text-decoration: none;
}

.site-footer .inner .footer-links li a:hover {
  opacity: 0.7;
}



.site-footer .inner .copy {
  float: right;
  width: 300px;
  font-size: 12px;
  line-height: 32px;
  color: #7abeeb;
  margin-bottom: 30px;
}


/*--------------------------------
pages
*/
/* top */
#top .mainvisual {
  background: url(/static/img/top/mainvisual.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 70px;
}

#top .content-list {
  margin-bottom: 80px;
}

#top .content-list .item-block {
  background: url(/static/img/top/bg_contents.jpg) repeat-x;
}

#top .content-list .item-block .item-box {
  overflow: hidden;
  width: 840px;
  margin: 0 auto;
}

#top .content-list .item-block .item-box .item {
  float: left;
  width: 400px;
  margin: 0 40px 20px 0;
}

#top .content-list .item-block .item-box .item:last-child {
  margin-right: 0;
}

#top .content-list .item-block .item-box .item .link-img img {
  width: 400px;
  height: auto;
  margin-bottom: 20px;
}

#top .content-list .item-block .item-box .item .link-text {
  height: 60px;
  border: 1px solid  #56a7dd;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 27px;
  margin-bottom: 10px;
}

#top .content-list .item-block .item-box .item .link-text li {
  float: left;
}

#top .content-list .item-block .item-box .item04 .link-text li {
  float: none;
}

#top .content-list .item-block .item-box .item .link-text li:after {
  content: "/";
  color: #56a7dd;
  padding: 0 3px;
}

#top .content-list .item-block .item-box .item .link-text li:last-child:after {
  content: none;
}

#top .content-list .item-block .item-box .item04 .link-text li:after {
  content: none;
  float: none;
}

#top .content-list .item-block .item-box .item .link-text li a {
  color: #56a7dd;
}

/*ページ公開されたらhtmlにリンク貼って下記css削除*/
#top .content-list .item-block .item-box .item .link-text li.grayout {
  color: #888;
}

#top .content-list .item-block.block02 {
  margin-top: 70px;
}


/* company */
#company .mainvisual {
  background: url(/static/img/company/mainvisual.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 61px;
}

#company .sections {
  margin-bottom: 80px;
}

#company .section01 {
  position: relative;
  margin: 60px 0px 80px;
  padding-top: 30px;
}

#company .section01 .title-block {
  width: 100%;
  height: 200px;
  background: url(/static/img/common/bg_image01.png) no-repeat center;
  background-size: cover;
}

#company .section01 h3 {
  position: absolute;
  top: -1px;
}

#company .sections h3 {
  padding: 20px 220px 20px 70px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: url(/static/img/common/bg_title.png) no-repeat left;
  background-size: 390px auto;
}

#company .sections .catch {
  display: inline-block;
  margin-top: 70px;
  font-size: 24px;
  line-height: 40px;
  color: #444444;
}

#company .section01 .item-block {
  margin-top: 70px;
}

#company .section01 .item-block li {
  width: 605px;
  float: left;
}

#company .section01 .item-block li p {
  font-size: 15px;
  line-height: 34px;
  color: #555555;
}

#company .section01 .item-block li p:first-child {
  margin-bottom: 35px;
}

#company .section01 .item-block li .name {
  width: 595px;
  margin-top: 30px;
/*
  font-size: 14px;
  color: #444444;
*/
  text-align: right;
}

#company .section01 .item-block li .name img {
  width: 76px;
  vertical-align: middle;
}

#company .section01 .item-block li .name span {
  margin-right: 10px;
  font-size: 14px;
  color: #444444;
  vertical-align: middle;
}

#company .section01 .item-block li .name strong {
  font-size: 24px;
}

#company .section01 .item-block li .award {
  width: 52%;
  margin-bottom: 10px;
}

#company .section01 .item-block li:last-child {
  width: 315px;
  float: right;
}

#company .sections .list-block {
  display: inline-block;
  margin-top: 38px;
}

#company .sections .list-block .list {
  display: inline-block;
  clear: both;
  width: 1000px;
  padding: 5px 0px;
  margin-bottom: -2px;
  border-top: 1px solid #e2e2de;
}

#company .sections .list-block dl.list:last-child {
  border-bottom: 1px solid #e2e2de;
}

#company .sections .list-block .list dt {
  float: left;
  width: 200px;
  padding: 7px 0px 7px 20px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 34px;
  background: #f6f6f5;
  color: #555;
}

#company .sections .list-block .list>dt {
  letter-spacing: 2px;
  color: #888;
}

#company .sections .list-block .list dt.block02 {
  padding: 7px 0px 26px 20px;
}

#company .sections .list-block .list dt.block05 {
  padding: 7px 0px 93px 20px;
}

#company .sections .list-block .list dt.block09 {
  padding: 7px 0px 146px 20px;
}

#company .sections .list-block .list dd {
  float: left;
  width: 780px;
  padding: 12px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
}

#company .section02 .list-block .list dd.other {
  width: 144px;
}

#company .section02 .list-block .list dd.other a {
  color: #555555;
}

#company .sections .list-block .list dd dl.other dt {
  width: 45px;
  margin-right: 15px;
  padding: 0px;
  line-height: 22px;
  font-weight: normal;
  color: #555555;
  background: none;
}

#company .sections .list-block .list dd dl.other dd {
  width: 45px;
  margin-right: 15px;
  padding: 0px;
}

#company .sections .list-block .list dd dl.other02 dt {
  width: 206px;
  /* margin-right: 50px; */
  padding: 0px;
  line-height: 22px;
  font-weight: normal;
  color: #555555;
  background: none;
}

#company .sections .list-block .list dd dl.other02 dd {
  /* width: 165px; */
  /* margin-right: 50px; */
  width: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 165px;
  float: none;
}

#company .section05 {
  margin-bottom: 33px;
}

#company .section05 .list-blocks {
  margin-top: 30px;
}

#company .section05 .list-block {
  float: left;
  width: 480px;
  margin: 0px 40px 50px 0px;
}

#company .section05 .list-block:nth-child(2),
#company .section05 .list-block:last-child {
  margin-right: 0px;
}

#company .section05 .list-block p {
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  color: #333;
}

#company .section05 .list-block .list {
  width: 100%;
}

#company .section05 .list-block .list dt {
  width: 140px;
}

#company .section05 .list-block .list dd {
  width: 320px;
}

#company .section05 .list-block .list dd a {
  color: #555555;
  text-decoration: underline;
}

#company .section05 .list-block .list dd a:hover {
  text-decoration: none;
}


/* about */
#about .mainvisual {
  background: url(/static/img/about/mainvisual.jpg) no-repeat;
  background-size: cover;
}

#about .sections {
  margin-bottom: 80px;
}

#about .section01 {
  position: relative;
  padding-top: 30px;
  margin: 60px 0px 50px;
}

#about .section01 .title-block {
  width: 100%;
  height: 200px;
  background: url(/static/img/common/bg_image01.png) no-repeat center;
  background-size: cover;
}

#about .section01 h3 {
  position: absolute;
  top: -1px;
}

#about .sections h3 {
  padding: 20px 220px 20px 70px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: url(/static/img/common/bg_title.png) no-repeat left;
  background-size: 390px auto;
}

#about .sections .catch {
  display: inline-block;
  margin-top: 75px;
  font-size: 24px;
  line-height: 40px;
  color: #444;
}

#about .sections .contents01 h4 {
  font-size: 24px;
  line-height: 40px;
  color: #444;
  font-weight: normal;
  padding: 62px 0 42px 100px;
}

#about .sections .contents01 .images .item {
  width: 50%;
  height: 310px;
  float: left;
}

#about .sections .contents01 .images {
  position: relative;
  margin-bottom: 50px;

}

#about .sections .contents01 .images:before {
  content: "";
  display: block;
  position: absolute;
  top: 120px;
  left: 50%;
  width: 480px;
  height: 381px;
  margin-left: -240px;
  background: url(/static/img/about/img01.png) no-repeat center;
  background-size: cover;
}

#about .sections .contents01 .images .item01 {
  background-color: #a8d4e8;
}

#about .sections .contents01 .images .item02 {
  background-color: #69d0d6;
}

#about .sections .contents01 .images .item03 {
  background-color: #69d0d6;
}

#about .sections .contents01 .images .item04 {
  background-color: #a8d4e8;
}

#about .sections .contents01 .images .item01 .item-text {
  width: 315px;
  position: relative;
  top: 65px;
  left: 140px;
}

#about .sections .contents01 .images .item02 .item-text {
  width: 359px;
  position: relative;
  top: 65px;
  left: 275px;
}

#about .sections .contents01 .images .item03 .item-text {
  width: 255px;
  position: relative;
  top: 95px;
  left: 140px;
}

#about .sections .contents01 .images .item04 .item-text {
  width: 300px;
  position: relative;
  top: 95px;
  left: 275px;
}

#about .sections .contents01 .images .item .item-text h5 {
  font-size: 40px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 21px;
}

#about .sections .contents01 .images .item .item-text p {
  font-size: 15px;
  line-height: 24px;
  color: #555;
}

#about .section02 {
  position: relative;
  margin: 51px 0px 0;
  padding-top: 30px;
}

#about .section02 .title-block {
  width: 100%;
  height: 200px;
  background: url(/static/img/common/bg_image01.png) no-repeat center;
  background-size: cover;
  margin-bottom: 40px;
}

#about .section02 h3 {
  position: absolute;
  top: -1px;
}

#about .section02 .product-list {
  margin-bottom: 80px;
}

#about .section02 .list-block {
  float: left;
  margin-right: 20px;
}

#about .section02 .list-block:last-child {
  margin-right: 0;
}

#about .section02 .list-block .area {
  width: 320px;
  height: 60px;
  font-size: 15px;
  line-height: 28px;
  color: #56a7dd;
  border: 1px solid #56a7dd;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px;
}

#about .section02 .list-block .box {
  background: #f8f9f9;
  height: 350px;
  padding: 20px 30px;
}

#about .section02 .list-block  .item-list li {
font-size: 15px;
line-height: 28px;
color: #333;
}


/* recruit */
#recruit .mainvisual {
  background: url(/static/img/recruit/mainvisual.jpg) no-repeat;
  background-size: cover;
}

#recruit .sections {
  margin: 62px auto 70px;
}

#recruit .sections h3 {
  padding: 20px 220px 20px 70px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: url(/static/img/common/bg_title.png) no-repeat left;
  background-size: 390px auto;
}

#recruit .sections .list-block {
  display: inline-block;
  margin-top: 40px;
}

#recruit .sections .list-block .list {
  display: inline-block;
  clear: both;
  width: 1000px;
  margin-bottom: 8px;
}

#recruit .sections .list-block .list dt {
  float: left;
  width: 200px;
  padding: 12px 0px 12px 20px;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  color: #56a7dd;
  background: #f1f1ed;
}

#recruit .sections .list-block .list.block02 dt {
  padding: 23px 0px 23px 20px;
}

#recruit .sections .list-block .list.block03 dt {
  padding: 34px 0px 34px 20px;
}

#recruit .sections .list-block .list dd {
  float: left;
  width: 780px;
  padding: 18px 12px 18px;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  background: #f8f8f6;
}


/* recruit-inquiry */
#recruit-inquiry .sections {
  margin: 60px auto 80px;
}

#recruit-inquiry .sections h3 {
  padding: 20px 220px 20px 70px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: url(/static/img/common/bg_title.png) no-repeat left;
  background-size: 390px auto;
}

#recruit-inquiry .sections form {
  display: inline-block;
  margin-top: 42px;
}

#recruit-inquiry .sections .list {
  display: inline-block;
  clear: both;
  width: 1000px;
  margin-bottom: 1px;
}

#recruit-inquiry .sections .list dt {
  position: relative;
  float: left;
  width: 220px;
  padding: 24px 0px 22px 20px;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  color: #56a7dd;
  background: #f1f1ed;
}

#recruit-inquiry .sections .list dt label {
  cursor: pointer;
}

#recruit-inquiry .sections .list.block02 dt {
  padding: 24px 0px 147px 20px;
}

#recruit-inquiry .sections .list dt span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 13px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: #c0c0b0;
}

#recruit-inquiry .sections .list dd {
  float: left;
  width: 780px;
  padding: 15px 0px 15px 40px;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  background: #f8f8f6;
}

#recruit-inquiry .sections .list.block dd {
  padding: 29px 0px 28px 40px;
}

#recruit-inquiry .sections .list dd input[type="text"],
#recruit-inquiry .sections .list dd input[type="email"],
#recruit-inquiry .sections .list dd input[type="tel"],
#recruit-inquiry .sections .list dd textarea {
  border: 1px solid #f1f1ed;
}

#recruit-inquiry .sections .list dd .name {
  margin-right: 15px;
  font-size: 14px;
  vertical-align: middle;
  color: #555555;
}

#recruit-inquiry .sections .list dd .text01 {
  width: 300px;
  min-height: 50px;
  padding: 0px 5px;
  margin-right: 40px;
  font-size: 14px;
}

#recruit-inquiry .sections .list dd .text01.other {
  margin-right: 0px;
}

#recruit-inquiry .sections .list dd .text02 {
  width: 700px;
  min-height: 50px;
  padding: 0px 5px;
  font-size: 14px;
}

#recruit-inquiry .sections .list dd .birth-year {
  width: 200px;
  min-height: 50px;
  padding: 0px 5px;
  margin-right: 10px;
  font-size: 14px;
}

#recruit-inquiry .sections .list dd .birth-year {
  width: 200px;
  min-height: 50px;
  padding: 0px 5px;
  margin-right: 10px;
  font-size: 14px;
}

#recruit-inquiry .sections .list dd .birth-month,
#recruit-inquiry .sections .list dd .birth-day {
  width: 100px;
  min-height: 50px;
  padding: 0px 5px;
  margin-right: 10px;
  font-size: 14px;
}

#recruit-inquiry .sections .list dd .birth01,
#recruit-inquiry .sections .list dd .birth02,
#recruit-inquiry .sections .list dd .birth03 {
  margin-right: 40px;
  font-size: 14px;
  vertical-align: middle;
  color: #555555;
}

#recruit-inquiry .sections .list dd .man,
#recruit-inquiry .sections .list dd .femail,
#recruit-inquiry .sections .list dd .now,
#recruit-inquiry .sections .list dd .no {
  margin-right: 10px;
}

#recruit-inquiry .sections .list dd span.sex,
#recruit-inquiry .sections .list dd span.work {
  margin-right: 40px;
  font-size: 15px;
  vertical-align: middle;
  color: #333333;
}

#recruit-inquiry .sections .list dd .inquiry {
  width: 700px;
  min-height: 170px;
  padding: 5px;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}

#recruit-inquiry .sections .btn {
  width: 300px;
  margin: 56px auto 0px;
}

#recruit-inquiry .sections .btn button {
  width: 300px;
  padding: 24px 69px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #006eb6;
  color: #006eb6;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#recruit-inquiry .sections .btn button:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #006eb6;
}

#recruit-inquiry .sections .error {
  margin-top: 31px;
  font-size: 14px;
  line-height: 26px;
  color: #d91212;
}


/* submit */
#submit .sections {
  margin: 60px auto 80px;
}

#submit .sections h3 {
  padding: 20px 220px 20px 70px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: url(../img/common/bg_title.png) no-repeat left;
  background-size: 390px auto;
}

#submit .sections form {
  display: inline-block;
  margin-top: 42px;
}

#submit .sections .list {
  display: table;
  clear: both;
  width: 1000px;
  margin-bottom: 3px;
}

#submit .sections .list dt {
  position: relative;
  display: table-cell;
  width: 220px;
  padding: 24px 0px 22px 20px;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  color: #56a7dd;
  background: #f1f1ed;
}

#submit .sections .list.block02 dt {
  padding: 24px 0px 148px 20px;
}

#submit .sections .list dt span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 13px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: #c0c0b0;
}

#submit .sections .list dd {
  display: table-cell;
  width: 780px;
  padding: 15px 0px 15px 40px;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  background: #f8f8f6;
}

#submit .sections .list.block dd {
  padding: 29px 0px 28px 40px;
}

#submit .sections .list dd .name {
  margin-right: 15px;
  font-size: 14px;
  vertical-align: middle;
  color: #555555;
}

#submit .sections .list dd .text01 {
  width: 300px;
  min-height: 50px;
  padding: 0px 5px;
  margin-right: 40px;
  font-size: 14px;
}

#submit .sections .list dd .text01.other {
  margin-right: 0px;
}

#submit .sections .list dd .text02 {
  width: 700px;
  min-height: 50px;
  padding: 0px 5px;
  font-size: 14px;
}

#submit .sections .list dd .birth-year {
  width: 200px;
  min-height: 50px;
  padding: 0px 5px;
  margin-right: 10px;
  font-size: 14px;
}

#submit .sections .list dd .birth-year {
  width: 200px;
  min-height: 50px;
  padding: 0px 5px;
  margin-right: 10px;
  font-size: 14px;
}

#submit .sections .list dd .birth-month,
#submit .sections .list dd .birth-day {
  width: 100px;
  min-height: 50px;
  padding: 0px 5px;
  margin-right: 10px;
  font-size: 14px;
}

#submit .sections .list dd .birth01,
#submit .sections .list dd .birth02,
#submit .sections .list dd .birth03 {
  margin-right: 40px;
  font-size: 14px;
  vertical-align: middle;
  color: #555555;
}

#submit .sections .list dd .man,
#submit .sections .list dd .femail,
#submit .sections .list dd .now,
#submit .sections .list dd .no {
  margin-right: 10px;
}

#submit .sections .list dd span.sex,
#submit .sections .list dd span.work {
  margin-right: 40px;
  font-size: 15px;
  vertical-align: middle;
  color: #333333;
}

#submit .sections .list dd .inquiry {
  width: 700px;
  min-height: 170px;
  padding: 0px 5px;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}

#submit .sections .btn {
  width: 300px;
  margin: 56px auto 0px;
}

#submit .sections .btn button {
  width: 300px;
  padding: 24px 69px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #006eb6;
  color: #006eb6;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#submit .sections .btn button:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #006eb6;
}

#submit .sections .error {
  margin-top: 31px;
  font-size: 14px;
  line-height: 26px;
  color: #d91212;
}

/* thanks */
#thanks .sections {
  margin: 60px auto 110px;
}

#thanks .sections h3 {
  padding: 20px 220px 20px 70px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: url(../img/common/bg_title.png) no-repeat left;
  background-size: 390px auto;
}

#thanks .sections p {
  margin-top: 31px;
  font-size: 14px;
  line-height: 26px;
  color: #555555;
}

#thanks .sections .tel {
  margin-top: 26px;
}

#thanks .sections .tel span {
  text-decoration: underline;
}

#thanks .sections .btn {
  width: 300px;
  margin: 56px auto 0px;
}

#thanks .sections .btn a {
  display: block;
  width: 300px;
  padding: 24px 59px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #006eb6;
  color: #006eb6;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#thanks .sections .btn a:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #006eb6;
  text-decoration: none;
}


/* policy */
#policy .section01 {
  margin-top: 56px;
}

#policy .section h3 {
  font-size: 20px;
  line-height: 24px;
  color: #6d6c67;
  margin-bottom: 20px;
}

#policy .section01 p.overview {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 43px;
}

#policy .section01 .list-block .list {
  margin-bottom: 40px;
}

#policy .section01 .list-block .list dt {
  font-size: 20px;
  line-height: 24px;
  color: #6d6c67;
  margin-bottom: 30px;
}

#policy .section01 .list-block .list01 {
  margin-bottom: 40px;
}

#policy .section01 .list-block .list01 dt {
  margin-bottom: 17px;
}

#policy .section01 .list-block .list dt span {
  padding-right: 30px;
}
#policy .section01 .list-block .list dd {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

#policy .section02 {
  margin-bottom: 65px;
}

#policy .section02 h3 {
  margin-bottom: 33px;
}

#policy .section02 .info-block .list {
  overflow: hidden;
  margin-bottom: 10px;
}

#policy .section02 .info-block .list dt {
  float: left;
  width: 110px;
}

#policy .section02 .info-block .list dd {
  float: left;
  width: 260px;
}

#policy .sign {
margin-bottom: 75px;
}

#policy .sign p {
margin-bottom: 10px;
}


/* access */
#access .map {
  margin-top: 60px;
}

#access .info {
  margin-bottom: 80px;
}

#access .info .list-block {
  display: inline-block;
  margin-top: 20px;
}

#access .info .list-block .list {
  display: inline-block;
  clear: both;
  width: 1000px;
  padding: 5px 0px;
  margin-bottom: -2px;
  border-top: 1px solid #e2e2de;
}

#access .info .list-block dl.list:last-child {
  border-bottom: 1px solid #e2e2de;
}

#access .info .list-block .list dt {
  float: left;
  width: 200px;
  padding: 7px 0px 7px 20px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  background: #f6f6f5;
  color: #999999;
}

#access .info .list-block .list dt.block01 {
  padding: 15px 0px 19px 20px;
}

#access .info .list-block .list dd {
  float: left;
  width: 780px;
  padding: 12px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
}

#access .info .list-block .list dd.other {
  width: 144px;
}

#access .info .list-block .list dd.other a {
  color: #555555;
}


/* sitemap */

#sitemap .section {
  margin: 50px auto 45px;
}

#sitemap .section h3 {
  margin-bottom: 5px;
}

#sitemap .section h3 a {
  font-size: 14px;
  line-height: 34px;
  color: #555;
}


#sitemap .section .main-list {
  margin-left: 25px;
}

#sitemap .section .main-list > li {
  overflow: hidden;
}

#sitemap .section .main-list > li a {
  font-size: 14px;
  line-height: 34px;
  color: #555;
}

#sitemap .section .main-list>li:before {
  content: "";
  background: url(/static/img/sitemap/arrow.png) no-repeat left 7px;
  padding-right: 15px;
}

#sitemap .section .main-list .sub-list {
  margin-left: 15px;
}

#sitemap .section .main-list .sub-list > li {
  float: left;
  padding-bottom: 2px;
}

#sitemap .section .main-list .sub-list > li a {
  font-size: 12px;
  line-height: 27px;
  color: #7abeeb;
}

#sitemap .section .main-list > li.grayout {
  font-size: 15px;
  color: #999;
  line-height: 34px;
}
#sitemap .section .main-list .sub-list > li.grayout {
  font-size: 12px;
  line-height: 34px;
}

#sitemap .section .main-list .sub-list > li:after {
  content: "/";
  padding: 0 3px;
  color: #7abeeb;
}

#sitemap .section .main-list .sub-list > li:last-child:after {
  content: none;
}
