@charset "UTF-8";
.etcTitle {
  background: url("/img/common/etctitle_bg.jpg") top center;
  margin-top: -60px;
}

h3.basicSubTitleA {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

h3.basicSubTitleA::before {
  content: '\e90c';
  text-align: left;
  font-size: 28px;
  font-weight: 300;
  color: #3384ba;
  font-family: 'kikuchi';
  display: block;
}

h3.basicSubTitleA::after {
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  margin: 15px 0 45px;
  background: #7fb2d4;
  background: -moz-linear-gradient(left, #7fb2d4 0%, #7fb2d4 30%, #7fb2d4 30%, #7fb2d4 31%, #3f7cb0 32%, #3f7cb0 68%, #7fb2d4 69%, #7fb2d4 100%);
  background: -webkit-linear-gradient(left, #7fb2d4 0%, #7fb2d4 30%, #7fb2d4 30%, #7fb2d4 31%, #3f7cb0 32%, #3f7cb0 68%, #7fb2d4 69%, #7fb2d4 100%);
  background: linear-gradient(to right, #7fb2d4 0%, #7fb2d4 30%, #7fb2d4 30%, #7fb2d4 31%, #3f7cb0 32%, #3f7cb0 68%, #7fb2d4 69%, #7fb2d4 100%);
}

h3.basicSubTitleB {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  background: #0065a9;
  width: 100%;
  position: relative;
  padding: 17px 22px;
  margin-bottom: 20px;
  border-left: 5px solid #bed4e3;
}

dt.basicSubTitleB {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  background: #0065a9;
  width: 100%;
  position: relative;
  padding: 17px 22px;
  margin-bottom: 20px;
  border-left: 5px solid #bed4e3;
}

h3.basicSubTitleHalf {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  background: #0065a9;
  width: 100%;
  position: relative;
  padding: 17px 30px;
  margin-bottom: 20px;
  border-left: 5px solid #bed4e3;
  width: 490px;
}

h4.subTitleA {
  font-size: 18px;
  color: #0065a9;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
  padding: 7px 22px 10px;
  margin-bottom: 20px;
  border-left: 5px solid #0065a9;
  border-bottom: 1px solid #bed4e3;
  font-weight: 600;
}

h4.subTitleAHalf {
  font-size: 18px;
  color: #0065a9;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
  padding: 7px 22px 10px;
  margin-bottom: 20px;
  border-left: 5px solid #0065a9;
  border-bottom: 1px solid #bed4e3;
  font-weight: 600;
  width: 490px;
}

@media only screen and (max-width: 720px) {
  h3.basicSubTitleB, dt.basicSubTitleB {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    background: #0065a9;
    width: 100%;
    position: relative;
    padding: 17px 22px;
    margin-bottom: 20px;
    border-left: 5px solid #bed4e3;
  }
  h4.subTitleA, h4.subTitleAHalf {
    font-size: 17px;
  }
}

.othersSubNav {
  display: none;
}

.txtWrap {
  margin-bottom: 35px;
}

a.download {
  font-size: 16px;
  color: #000;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 50px;
  position: relative;
  border: 1px dotted #bed4e3;
  margin-top: 20px;
  position: relative;
}

a.download:hover {
  background-color: #f1f6f9;
}

a.download::before {
  display: inline-block;
  content: '';
  width: 26px;
  height: 20px;
  margin-right: 10px;
  background: url("/img/common/pdf.png") center no-repeat;
  position: absolute;
  top: 16px;
  left: 15px;
}

a.download span {
  color: #0065a9;
  font-weight: 500;
  padding-right: 10px;
}

nav#pageSubNav {
  float: right;
  margin-left: 20px;
  width: 200px;
  border: 1px solid #bed4e3;
}

nav#pageSubNav h3 {
  font-size: 18px;
  margin-bottom: 0;
  border-left: 3px solid #bed4e3;
  padding: 0;
  background: transparent;
}

nav#pageSubNav h3 a {
  display: block;
  color: #fff;
  padding: 17px 25px;
  background: #0065a9;
}

nav#pageSubNav h3 a:hover {
  opacity: 0.7;
}

nav#pageSubNav h3::before {
  content: none;
}

nav#pageSubNav h3::after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #bed4e3;
  transition: all 0.3s ease-out;
  background: transparent;
  cursor: pointer;
}

nav#pageSubNav ul li a {
  color: #000;
  padding: 3px 0 3px 32px;
  display: block;
}

nav#pageSubNav ul > li > a span {
  font-size: 12px;
  color: #535353;
  display: inline-block;
  margin-left: 24px;
}

nav#pageSubNav > ul > li {
  border-bottom: 1px dashed #bed4e3;
  overflow: hidden;
}

nav#pageSubNav > ul > li a:hover {
  background-color: #f8fbfc;
}

nav#pageSubNav > ul > li.current > a {
  background-color: #f8fbfc;
  color: #0065a9;
}

nav#pageSubNav > ul > li > a {
  font-weight: 500;
  display: block;
  padding: 15px 10px;
  width: 100%;
  cursor: pointer;
}

nav#pageSubNav > ul > li:last-of-type {
  border-bottom: none;
}

nav#pageSubNav > ul > li > a::before {
  content: '\e900';
  text-align: center;
  font-size: 12px;
  color: #0065a9;
  font-family: 'kikuchi';
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  transition: all 0.3s ease-out;
}

nav#pageSubNav > ul > li > ul {
  padding: 15px 0;
}

nav#pageSubNav > ul > li > ul li {
  font-size: 13px;
  line-height: 16px;
  line-height: 20px;
  transition: all 0.3s ease-out;
  position: relative;
}

nav#pageSubNav > ul > li > ul li:hover {
  background-color: #f8fbfc;
}

nav#pageSubNav > ul > li > ul li:hover a {
  color: #0065a9;
}

nav#pageSubNav > ul > li > ul li.subCurrent {
  background-color: #f8fbfc;
}

nav#pageSubNav > ul > li > ul li.subCurrent a {
  color: #0065a9;
  font-weight: 600;
}

nav#pageSubNav > ul > li > ul li.subCurrent a:hover {
  color: #0065a9;
}

nav#pageSubNav > ul > li > ul li:first-of-type {
  padding: 0 0 3px;
}

nav#pageSubNav > ul > li > ul li::before {
  content: '\2022';
  color: #0065a9;
  display: inline-block;
  position: absolute;
  left: 20px;
}

@media only screen and (max-width: 720px) {
  .othersSubNav {
    display: block;
    margin-top: 50px;
  }
  nav#pageSubNav {
    width: 100%;
    margin-left: 0;
    background-color: #fff;
  }
  nav#pageSubNav h3 a {
    font-size: 16px;
    padding: 8px 30px;
  }
  nav#pageSubNav h3 a:hover {
    opacity: 1;
  }
  nav#pageSubNav > ul > li > a {
    padding: 10px;
  }
  nav#pageSubNav > ul > li a:hover {
    background-color: #fff;
    opacity: 1;
  }
  nav#pageSubNav > ul > li.current a:hover {
    background-color: #f8fbfc;
  }
}

.fax, .tel {
  display: inline-block;
  color: #0065a9;
  font-weight: 500;
  width: 60px;
}

.fax::before {
  display: inline-block;
  margin-right: 8px;
  color: #0065a9;
  font-family: 'kikuchi';
  font-size: 13px;
  font-weight: 300;
  vertical-align: bottom;
}

.tel::before {
  display: inline-block;
  margin-right: 8px;
  color: #0065a9;
  font-family: 'kikuchi';
  font-size: 13px;
  font-weight: 300;
  vertical-align: bottom;
  content: "\e942";
}

.fax::before {
  content: "\e90d";
}

.contSubFrame {
  float: left;
}

.contSubFrame:first-of-type {
  margin: 50px 0 60px;
}

.contSubFrame:nth-of-type(2) {
  margin-right: 20px;
}

.contSubFrame::after {
  content: ' ';
  display: block;
  clear: both;
}

#contentsTitle, #contentsTitleL {
  width: 100%;
  height: 270px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
}

#contentsTitle h2, #contentsTitleL h2 {
  padding-top: 120px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}

#contentsTitle h2 span, #contentsTitleL h2 span {
  display: block;
  color: #3fabff;
  font-family: 'Montserrat';
  letter-spacing: 1px;
  font-size: 22px;
  margin-top: 12px;
}

#contentsTitleL p {
  color: #fff;
}

#contentsTitle h2::after, #contentsTitleL h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin: 25px auto;
}

#contentsTitle #breadcrumb, #contentsTitleL #breadcrumb {
  font-size: 12px;
  color: #fff;
  float: right;
  margin-top: 70px;
}

#contentsTitle #breadcrumb::before, #contentsTitleL #breadcrumb::before {
  content: '\e90b';
  display: inline-block;
  margin-right: 1px;
  color: #fff;
  font-family: kikuchi;
  font-size: 13px;
  font-weight: 300;
  vertical-align: bottom;
}

#contentsTitle #breadcrumb span, #contentsTitleL #breadcrumb span {
  display: inline-block;
  position: relative;
  background-size: con1;
}

#contentsTitle #breadcrumb span a > span::before, #contentsTitleL #breadcrumb span a > span::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-out;
}

#contentsTitle #breadcrumb span::after, #contentsTitleL #breadcrumb span::after {
  content: '\e904';
  display: inline-block;
  color: #aaa;
  font-family: kikuchi;
  font-size: 14px;
  font-weight: 300;
  vertical-align: bottom;
}

#contentsTitle #breadcrumb span:last-of-type, #contentsTitleL #breadcrumb span:last-of-type {
  text-decoration: none;
}

#contentsTitle #breadcrumb span:last-of-type::after, #contentsTitleL #breadcrumb span:last-of-type::after {
  content: none;
}

#contentsTitle #breadcrumb a, #contentsTitleL #breadcrumb a {
  color: #fff;
}

#contentsTitle #breadcrumb a:hover, #contentsTitleL #breadcrumb a:hover {
  color: #98d6ff;
}

#contentsTitle #breadcrumb span a:hover > span::before {
  background-color: #98d6ff;
}

#contentsTitleL {
  height: 370px;
}

#contentsTitleL #breadcrumb span a:hover > span::before {
  background-color: #98d6ff;
}

#menuBox {
  padding: 95px 0;
}

#menuBox ul.menuList::after {
  content: ' ';
  display: block;
  clear: both;
}

#menuBox ul.menuList li {
  width: 320px;
  height: 370px;
  position: relative;
  overflow: hidden;
  background-color: #3d6f98;
  border-top: 4px solid #3d6f98;
  margin: 0 20px 25px 0;
  float: left;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#menuBox ul.menuList li figure {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

#menuBox ul.menuList li figure img {
  -moz-transition: -moz-transform 0.8s linear;
  -webkit-transition: -webkit-transform 0.8s linear;
  -o-transition: -o-transform 0.8s linear;
  -ms-transition: -ms-transform 0.8s linear;
  transition: transform 0.8s linear;
}

#menuBox ul.menuList li:hover figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#menuBox ul.menuList li a {
  color: #fff;
}

#menuBox ul.menuList li:hover {
  background-color: rgba(61, 111, 152, 0.8);
  -webkit-background-color: rgba(61, 111, 152, 0.8);
  -moz-background-color: rgba(61, 111, 152, 0.8);
  -webkit-box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.2);
-moz-box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.2);
box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.2);
}

#menuBox ul.menuList li:nth-of-type(3), #menuBox ul.menuList li:nth-of-type(6), #menuBox ul.menuList li:nth-of-type(9) {
  margin-right: 0;
}

#menuBox ul.menuList li:last-of-type {
  margin-bottom: 0;
}

#menuBox ul.menuList li::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 108px;
  width: 33%;
  height: 4px;
  background-color: #7fb3d5;
  transition: all 0.3s ease-out;
}

#menuBox ul.menuList li::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #fff;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

#menuBox ul.menuList li div.menuTxt {
  padding: 18px 28px;
}

#menuBox ul.menuList li h3 {
  font-size: 20px;
}

#menuBox ul.menuList li h3::before {
  content: '»';
  font-size: 24px;
  margin-right: 8px;
}

#menuBox ul.menuList li h3::after {
  content: '';
  display: block;
  width: 52px;
  height: 1px;
  background-color: #fff;
  margin: 8px 0 10px;
}

#menuBox ul.menuList li p {
  font-weight: 300;
  line-height: 24px;
}

#contentsBox {
  padding: 100px 0;
}

#contentsBox .inner > p {
  font-size: 16px;
  line-height: 32px;
}

figure.graphic {
  text-align: center;
}

figure.graphic figcaption {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 45px;
}

#irBox figure.graphic {
  margin-top: 40px;
}

@media only screen and (max-width: 720px) {
  #breadcrumb {
    display: none;
  }
  #contentsTitle {
    height: 175px;
    padding-top: 40px;
    margin-top: 0;
  }
  #contentsTitle h2 {
    font-size: 24px;
    padding-top: 0;
    font-weight: 600;
  }
  #contentsTitle h2::after {
    margin: 18px auto;
  }
  #contentsTitle h2 span {
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
  }
  #contentsTitleL {
    height: 270px;
    padding-top: 40px;
    margin-top: 0;
  }
  #contentsTitleL h2 {
    padding-top: 0;
    font-size: 24px;
    font-weight: 600;
  }
  #contentsTitleL h2 span {
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
  }
  #contentsTitleL h2::after {
    margin: 18px auto;
  }
  #menuBox {
    width: 100%;
    padding: 70px 0;
  }
  #menuBox .inner {
    width: 90%;
  }
  #menuBox ul {
    width: 560px;
    margin: 0 auto;
  }
  #menuBox ul.menuList li {
    width: 270px;
    height: auto;
  }
  #menuBox ul.menuList li h3 {
    font-size: 18px;
  }
  #menuBox ul.menuList li:hover {
    background-color: #3d6f98;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #menuBox ul.menuList li:hover figure img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #menuBox ul.menuList li:nth-of-type(3) {
    margin-right: 20px;
  }
  #menuBox ul.menuList li:nth-of-type(2), #menuBox ul.menuList li:nth-of-type(4) {
    margin-right: 0;
  }
  #menuBox ul.menuList li figure {
    height: auto;
  }
  #menuBox ul.menuList li figure img {
    width: 100%;
  }
  #contentsBox {
    width: 100%;
    padding: 50px 0;
  }
  #contentsBox .inner {
    width: 90%;
  }
  #contentsBox h3 {
    font-size: 18px;
  }
  #contentsBox  h3.basicSubTitleB, #contentsBox dt.basicSubTitleB {
    font-size: 16px;
  -webkit-text-size-adjust: 100%;
  }
  h3.basicSubTitleB, dt.basicSubTitleB {
    font-size: 16px;
  -webkit-text-size-adjust: 100%;
  }
  figure.graphic img {
    width: 100%;
  }
  .contSubFrame {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .contSubFrame:nth-of-type(2) {
    margin-right: 0;
  }
  p.basicSubTitleHalf, #irBox figure.graphic img {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #menuBox ul {
    width: 100%;
  }
  #menuBox ul.menuList li {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}

.companyTitle {
  background: url("/company/img/title_bg.jpg") top center;
  margin-top: -60px;
}

.aboutKikuchi {
  margin-top: 70px;
  padding: 50px 0;
  background: #eaf4f7;
  background: -moz-linear-gradient(left, #eaf4f7 0%, #f5fbfe 100%);
  background: -webkit-linear-gradient(left, #eaf4f7 0%, #f5fbfe 100%);
  background: -o-linear-gradient(left, #eaf4f7 0%, #f5fbfe 100%);
  background: -ms-linear-gradient(left, #eaf4f7 0%, #f5fbfe 100%);
}

.aboutKikuchi img {
  float: left;
  width: 350px;
  padding: 65px 0;
}

.aboutKikuchi p {
  width: 600px;
  float: left;
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 0 50px;
}

figure.message {
  width: 100%;
  margin-bottom: 60px;
}

figure.message::after {
  content: ' ';
  display: block;
  clear: both;
}

figure.message h3 {
  float: left;
  width: 500px;
}

figure.message img {
  float: right;
  margin: 0 0 20px 40px;
}

figure.message figcaption {
  font-size: 16px;
  line-height: 32px;
}

figure.message p {
  font-size: 20px;
  text-align: right;
  line-height: 32px;
  float: right;
  margin-top: 25px;
}

figure.message p span {
  font-size: 16px;
}

.profileList > dl {
  width: 100%;
  display: table;
}

.profileList > dl:last-of-type {
  border-bottom: none;
  margin-bottom: 60px;
}

.profileList > dl::after {
  content: ' ';
  display: block;
  clear: both;
}

.profileList > dl > dt {
  display: table-cell;
  font-weight: 600;
  float: left;
  width: 22%;
  height: 100%;
  padding: 15px 20px;
  background: #e4edf6;
  border-bottom: 1px dashed #bed4e3;
}

.profileList > dl > dt:last-of-type {
  border-bottom: none;
}

.profileList > dl > dd {
  display: table-cell;
  float: left;
  width: 78%;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px dashed #bed4e3;
}

.profileList > dl > dd:last-of-type {
  border-bottom: none;
}

.profileList > dl > dd a {
  color: #0065a9;
  text-decoration: underline;
}

.profileList > dl > dd a:hover {
  color: #3fabff;
}

dl.listSub::after {
  content: ' ';
  display: block;
  clear: both;
}

dl.listSub dt {
  width: 20%;
  float: left;
}

dl.listSub dd {
  width: 80%;
  float: left;
}

.listHalf {
  float: left;
  width: 490px;
}

.historyList > dl {
  width: 100%;
}

.historyList > dl:nth-of-type(odd) {
  background: #f7f7f7;
}

.listHalf ul li:nth-of-type(odd) {
  background: #f7f7f7;
}

.historyList > dl::after {
  content: ' ';
  display: block;
  clear: both;
}

.historyList > dl > dt {
  font-weight: 600;
  float: left;
  width: 18%;
  padding: 15px 30px;
}

.historyList > dl > dd {
  float: left;
  width: 82%;
  padding: 15px 20px;
}

.listHalf ul li {
  width: 100%;
  padding: 15px 25px;
}

.listHalf ul li p {
  font-weight: 600;
  width: 100%;
  padding: 5px 0;
}

.isoJp {
  float: right;
  width: 510px;
  text-align: center;
  padding: 125px 0;
}

.isoOverseas {
  float: right;
  width: 510px;
  text-align: center;
  padding: 125px 0;
  float: none;
  width: 490px;
  padding: 20px 0;
}

.isoOverseas img {
  padding-top: 10px;
}

#contentsBox .newsBox {
  width: 100%;
  height: auto;
  float: none;
  overflow: auto;
  border-left: none;
}
#contentsBox .newsBox dl {
  border-bottom: 1px solid #bed4e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#contentsBox .newsBox dl:last-of-type {
  border-bottom: none;
}

#contentsBox .newsBox dl dt.date {
  width: 8%;
}

#contentsBox .newsBox dl dd.newsTxt {
  width: 80%;
}


@media only screen and (max-width: 720px) {
  .companyTitle {
    background: url("/company/img/title_bg.jpg") top right;
  }
  .aboutKikuchi {
    text-align: center;
    padding: 60px 0;
  }
  .aboutKikuchi img {
    float: none;
    width: 300px;
    padding: 0;
  }
  .aboutKikuchi p {
    text-align: left;
    width: 100%;
    float: none;
    margin: 30px 0 0;
  }
  figure.message h3 {
    float: none;
    width: 100%;
  }
  figure.message img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .profileList {
    width: 100%;
  }
  .profileList > dl {
    display: block;
    width: 100%;
  }
  .profileList > dl > dd, .profileList > dl > dt {
    width: 100%;
    float: none;
  }
  .profileList dl:last-of-type {
    margin-bottom: 0;
  }
  .profileList dl > dt, .profileList dl dd {
    width: 100%;
    display: block;
    white-space: normal;
    word-break: break-all;
  }
  dl.listSub dt {
    width: 135px;
  }
  dl.listSub dd {
    width: 110px;
  }
  .historyList > dl > dd {
    width: 100%;
    float: none;
  }
  .historyList > dl > dt {
    width: 100%;
    float: none;
    padding: 15px 20px 0;
  }
  .listHalf {
    float: none;
    width: 100%;
  }
  .isoJp, .isoOverseas {
    float: none;
    width: 100%;
    padding: 30px 0;
  }

  #contentsBox .newsBox {
    border-top: none;
  }
  #contentsBox .newsBox dl dd.newsTxt {
    width: 100%;
  }
  #contentsBox .newsBox dl dt.date {
    width: auto;
  }
}

.bizTitle {
  background: url("/business/img/title_bg.jpg") top center;
  margin-top: -60px;
}

.bizTitle p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.bizBox, .bizBoxT {
  border-bottom: 1px dashed #c1d5e0;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.bizBox:last-of-type, .bizBoxT:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.bizBox::after, .bizBoxT::after {
  content: ' ';
  display: block;
  clear: both;
}

p.bizTxt, p.bizTxtB {
  font-size: 16px;
  line-height: 32px;
}

.bizTxtL {
  width: 48%;
  float: left;
  margin-top: 10px;
}

.bizTxtL p.bizTxt {
  margin-bottom: 30px;
}

.bizTxtL p.bizTxt:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 720px) {
  .bizTxtL {
    width: 100%;
  }
}

p.bizTxtB {
  float: left;
  width: 100%;
}

figure.bizFigR {
  text-align: center;
  width: 454px;
  float: right;
  margin: 10px 20px 18px 30px;
}

figure.bizFigR figcaption {
  font-size: 12px;
  text-align: left;
  padding: 18px 35px 15px;
  background-color: #f4f9fc;
}

figure.bizFigL {
  text-align: center;
  width: 454px;
  float: left;
  margin: 10px 30px 30px 0;
  border: 1px dashed #c1d5e0;
}

figure.bizFigL figcaption {
  font-size: 12px;
  text-align: left;
  padding: 18px 35px 15px;
  background-color: #f4f9fc;
}

figure.bizFigT {
  text-align: center;
  float: left;
  width: 454px;
  border: 1px dashed #c1d5e0;
}

figure.bizFigT figcaption {
  font-size: 12px;
  text-align: left;
  padding: 18px 35px 15px;
  background-color: #f4f9fc;
}

figure.bizFigT:first-child {
  border: none;
}

@media screen and (max-width: 720px) {
  figure.bizFigR {
    width: 100%;
    margin: 10px 0 18px;
  }
  figure.bizFigR img {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  figure.bizFigL {
    width: 100%;
    margin: 10px 0 25px;
  }
  figure.bizFigL img {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  figure.bizFigT {
    width: 100%;
    margin: 10px 0 25px;
  }
}

.bizBoxT figure:first-of-type {
  border: none;
}

.bizBoxT figure:last-of-type {
  margin: 65px 45px 0;
}

.bizBoxT p {
  margin-top: 30px;
}

.bizBoxT figure.bizFigD {
  text-align: center;
  float: left;
  width: 454px;
  margin: 0 0 25px;
}

.bizBoxT figure.bizFigD figcaption {
  font-size: 12px;
  text-align: left;
  padding: 18px 35px 15px;
  background-color: #f4f9fc;
}

.bizBoxT figure.bizFigD:first-of-type {
  margin-right: 45px;
}

.bizBoxT figure.bizFigD:nth-of-type(3) {
  margin-bottom: 0;
}

.bizBoxD h4.subTitleA {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.bizBoxD h4.subTitleA:first-of-type {
  margin-top: 30px;
}

.bizBoxD p {
  width: 100%;
  margin: 25px 0 25px;
}

.bizBoxD figure.bizFigD {
  text-align: center;
  float: left;
  width: 454px;
  margin: 0;
}

.bizBoxD figure.bizFigD figcaption {
  font-size: 12px;
  text-align: left;
  padding: 18px 35px 15px;
  background-color: #f4f9fc;
}

.bizBoxD figure.bizFigD:first-of-type {
  margin-right: 45px;
}

@media screen and (max-width: 720px) {
  .bizBoxT figure:last-of-type {
    margin: 0;
  }
  .bizBoxT figure img {
    width: 100%;
  }
  .bizBoxT figure.bizFigD {
    width: 100%;
    margin-bottom: 0;
  }
  .bizBoxT figure.bizFigD img {
    width: 100%;
  }
  .bizBoxD figure.bizFigD {
    width: 100%;
  }
  .bizBoxD figure.bizFigD img {
    width: 100%;
  }
}

.goalNavBg {
  width: 100%;
  height: 64px;
  background-color: #5c93b7;
  background-repeat: repeat;
  background: url("/technology/img/bg_pat.png");
  position: relative;
}

@media screen and (max-width: 720px) {
  .goalNavBg {
    height: 195px;
    margin-bottom: 50px;
  }
}

nav#goal {
  width: 100%;
  height: 100px;
  position: absolute;
  top: -20px;
}

nav#goal ul {
  width: 1000px;
  margin: 0 auto;
}

nav#goal ul li {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  float: left;
  width: 300px;
  height: 83px;
  background: -webkit-gradient(linear, left top, right bottom, #0083c5 0%, #0083c5 49%, #0065a9 50%, #0065a9 100%);
  background: -webkit-linear-gradient(left top, #0083c5 0%, #0083c5 49%, #0065a9 50%, #0065a9 100%);
  background: -moz-linear-gradient(left top, #0083c5 0%, #0083c5 49%, #0065a9 50%, #0065a9 100%);
  background: -o-linear-gradient(left top, #0083c5 0%, #0083c5 49%, #0065a9 50%, #0065a9 100%);
  background: linear-gradient(to right bottom, #0083c5 0%, #0083c5 49%, #0065a9 50%, #0065a9 100%);
  position: relative;
  margin-right: 49px;
  -webkit-filter: drop-shadow(1px 5px 2px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(1px 5px 2px rgba(0, 0, 0, 0.15));
}

nav#goal ul li:last-of-type {
  margin-right: 0;
}

nav#goal ul li:hover {
  margin-top: 5px;
  -webkit-filter: none;
  filter: none;
  transition: all 0.1s ease-out;
}

nav#goal ul li:hover::after {
  -webkit-filter: drop-shadow(1px 5px 2px transparent);
  filter: drop-shadow(1px 5px 2px transparent);
}

nav#goal ul li a {
  color: #fff;
  display: block;
  padding: 25px 0;
}

nav#goal ul li a::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 150px 0 150px;
  border-color: #0065a9 transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -25px;
  -webkit-filter: drop-shadow(1px 5px 2px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(1px 5px 2px rgba(0, 0, 0, 0.15));
}

nav#goal ul li span::after {
  display: block;
  content: '\e90f';
  color: #fff;
  font-size: 20px;
  font-family: 'kikuchi';
  margin-top: 5px;
}

@media screen and (max-width: 720px) {
  nav#goal {
    height: 300px;
    margin: 0 auto;
  }
  nav#goal ul {
    width: 100%;
  }
  nav#goal ul li {
    font-size: 16px;
    float: none;
    width: 300px;
    height: 60px;
    margin: 0 auto 27px;
  }
  nav#goal ul li:last-of-type {
    margin-right: auto;
  }
  nav#goal ul li:hover {
    margin-top: 0;
    -webkit-filter: drop-shadow(1px 5px 2px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(1px 5px 2px rgba(0, 0, 0, 0.15));
  }
  nav#goal ul li:hover::after {
    -webkit-filter: drop-shadow(1px 5px 2px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(1px 5px 2px rgba(0, 0, 0, 0.15));
  }
  nav#goal ul li a {
    padding: 12px 0;
  }
  nav#goal ul li a::after {
    border-width: 15px 150px 0 150px;
    bottom: 2px;
  }
}

figure.bizGraphicR {
  text-align: center;
  width: 454px;
  float: right;
  padding: 60px 0;
  margin: 10px 20px 18px 30px;
}

figure.bizGraphicL {
  text-align: center;
  width: 454px;
  float: left;
  padding: 60px 0;
  margin: 10px 20px 18px 30px;
  background-color: #fff;
}

.bizTxtR {
  float: left;
  width: 485px;
  padding: 50px 0 0 35px;
}

.goalFirst {
  margin-bottom: 100px;
}

.goalFirst::after {
  content: ' ';
  display: block;
  clear: both;
}

.goalFirst figure.message img {
  float: right;
  margin: 40px 80px;
}

@media screen and (max-width: 720px) {
  .goalFirst {
    margin-bottom: 50px;
  }
  .goalFirst figure.message img {
    width: 100%;
    margin: 0 0 50px;
  }
}

.goalSecond {
  background: url("/technology/img/goal_bg.jpg") top left repeat;
  background-size: cover;
  padding: 50px 0;
}

.goalSecond::after {
  content: ' ';
  display: block;
  clear: both;
}

.goalSecond h3 {
  float: right !important;
  margin-top: 70px;
}

.goalSecond figure.message {
  margin-bottom: 0;
}

.goalSecond figure.message figcaption {
  float: right;
  width: 450px;
  margin-right: 50px;
}

.goalSecond figure.message img {
  float: left;
  margin: 40px 0;
}

@media screen and (max-width: 720px) {
  .goalSecond h3 {
    margin-top: 0;
  }
  .goalSecond figure.message img {
    margin-top: 0;
  }
  .goalSecond figure.message figcaption {
    width: 100%;
    margin: 0;
  }
}

.goalThird {
  padding: 70px 0 0;
}

.goalThird::after {
  content: ' ';
  display: block;
  clear: both;
}

.goalThird dl.goalList {
  width: 100%;
  margin-bottom: 75px;
}

.goalThird dl.goalList::after {
  content: ' ';
  display: block;
  clear: both;
}

.goalThird dl.goalList dt {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
  padding: 17px 22px;
  border-left: 5px solid #bed4e3;
}

.goalThird dl.goalList dd {
  width: 499px;
  float: left;
  overflow: hidden;
}

.goalThird dl.goalList dd h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat';
  padding: 60px 0 0 35px;
}

.goalThird dl.goalList dd h4::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  margin: 8px 0 18px;
}

.goalThird dl.goalList dd > p {
  padding-left: 35px;
}

.goalThird dl.goalList dd .goalLink {
  width: 100%;
  height: 122px;
  padding: 22px 35px;
  margin-top: 65px;
  background-color: #fbfbfb;
}

.goalThird dl.goalList dd .goalLink::after {
  content: ' ';
  display: block;
  clear: both;
}

.goalThird dl.goalList dd .goalLink p {
  width: 190px;
  float: left;
}

.goalThird dl.goalList dd .goalLink p span {
  font-weight: 500;
}

.goalThird dl.goalList dd .goalLink a {
  text-align: center;
  float: right;
  width: 235px;
  height: 78px;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 10px 0;
  position: relative;
}

.goalThird dl.goalList dd .goalLink a:hover {
  opacity: 0.6;
}

.goalThird dl.goalList dd .goalLink a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.goalThird dl.goalList dd .goalLink a img {
  width: 95%;
}

.goalThird dl.mount dt {
  background-color: #32b16c;
}

.goalThird dl.mount dd:first-of-type {
  background: url("/technology/img/goal_list_001.png") top right 25px no-repeat;
}

.goalThird dl.mount dd:last-of-type {
  background: url("/technology/img/goal_list_002.png") top right 25px no-repeat;
}

.goalThird dl.mount dd h4 {
  color: #32b16c;
}

.goalThird dl.mount dd h4::after {
  background-color: #32b16c;
}

.goalThird dl.mount dd:first-of-type {
  border-right: 1px dashed #32b16c;
}

.goalThird dl.mount dd .goalLink a::after {
  border-left: 17px solid transparent;
  border-bottom: 17px solid #32b16c;
}

.goalThird dl.mount dd .goalLink p > span {
  color: #32b16c;
}

.goalThird dl.field dt {
  background-color: #0082a3;
}

.goalThird dl.field dd:first-of-type {
  background: url("/technology/img/goal_list_003.png") top 10px right -100px no-repeat;
}

.goalThird dl.field dd:last-of-type {
  background: url("/technology/img/goal_list_004.png") top 50px right -120px no-repeat;
}

.goalThird dl.field dd h4 {
  color: #0082a3;
}

.goalThird dl.field dd h4::after {
  background-color: #0082a3;
}

.goalThird dl.field dd:first-of-type {
  border-right: 1px dashed #0082a3;
}

.goalThird dl.field dd .goalLink a::after {
  border-left: 17px solid transparent;
  border-bottom: 17px solid #0082a3;
}

.goalThird dl.field dd .goalLink p > span {
  color: #0082a3;
}

.goalThird dl.service {
  width: 495px;
  float: left;
}

.goalThird dl.service dt {
  background-color: #9d688f;
}

.goalThird dl.service dd {
  width: 100%;
  background: url("/technology/img/goal_list_005.png") top 10px right 30px no-repeat;
}

.goalThird dl.service dd h4 {
  color: #9d688f;
}

.goalThird dl.service dd h4::after {
  background-color: #9d688f;
}

.goalThird dl.service dd .goalLink a::after {
  border-left: 17px solid transparent;
  border-bottom: 17px solid #9d688f;
}

.goalThird dl.service dd .goalLink p > span {
  color: #9d688f;
}

.goalThird dl.medical {
  width: 495px;
  float: left;
  margin-left: 10px;
}

.goalThird dl.medical dt {
  background-color: #a26769;
}

.goalThird dl.medical dd {
  width: 100%;
  background: url("/technology/img/goal_list_006.png") top 10px right -20px no-repeat;
}

.goalThird dl.medical dd h4 {
  color: #a26769;
}

.goalThird dl.medical dd h4::after {
  background-color: #a26769;
}

.goalThird dl.medical dd .goalLink a::after {
  border-left: 17px solid transparent;
  border-bottom: 17px solid #a26769;
}

.goalThird dl.medical dd .goalLink p > span {
  color: #a26769;
}

@media screen and (max-width: 720px) {
  .goalThird dl.goalList {
    margin-bottom: 50px;
  }
  .goalThird dl.goalList dd {
    width: 100%;
    border: none !important;
  }
  .goalThird dl.goalList dd h4 {
    padding-left: 25px;
  }
  .goalThird dl.goalList dd p {
    width: 100%;
    padding: 5px 0 5px 25px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .goalThird dl.goalList dd .goalLink {
    height: auto;
    padding: 15px 0;
    margin-top: 57px;
  }
  .goalThird dl.goalList dd .goalLink p {
    width: 210px;
  }
  .goalThird dl.goalList dd .goalLink a {
    float: left;
    margin-left: 25px;
  }
}

@media screen and (max-width: 720px) {
  .goalThird dl.mount dd {
    background-position: top right -55px !important;
  }
}

@media screen and (max-width: 720px) {
  .goalThird dl.field dd:first-of-type {
    background-position: top right -180px !important;
  }
  .goalThird dl.field dd:last-of-type {
    background-position: top 50px right -180px !important;
  }
}

@media screen and (max-width: 720px) {
  .goalThird dl.service {
    width: 100%;
  }
  .goalThird dl.service dd {
    background-position: top 10px right !important;
  }
}

@media screen and (max-width: 720px) {
  .goalThird dl.medical {
    width: 100%;
    margin-left: 0;
  }
  .goalThird dl.medical dd {
    background-position: top right -50px !important;
  }
}

.wrB {
  color: #fff;
  padding: 50px 0;
  background: url("/technology/img/wr_bg_pat.png");
}

.wrB::after {
  content: ' ';
  display: block;
  clear: both;
}

.wrB p {
  width: 420px;
  float: left;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 24px !important;
  margin: 3px 0 0 35px;
}

.wrB p span {
  display: block;
  font-size: 20px !important;
  font-weight: 400;
  padding: 5px 0 15px;
}

.wrB a {
  width: 540px;
  float: left;
  position: relative;
  border: 1px solid #dce2ea;
  background-color: #fff;
}

.wrB a img {
  width: 100%;
}

.wrB a::after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #0065a9;
}

.wrB a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 720px) {
  .wrB a {
    width: 100%;
    margin: 0;
  }
  .wrB p {
    width: 100%;
    margin: 20px 0 0;
  }
}

.techTitle {
  background: url("/technology/img/title_bg.jpg") top center;
  margin-top: -60px;
}

.techBox section {
  margin-top: 30px;
}

.techBox section table {
  width: 100%;
}

.techBox section table tr {
  width: 100%;
}

.techBox section table tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.techBox section table tr th {
  background-color: #c9e7f4;
  padding: 7px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-right: 1px solid #c9c9c9;
}

.techBox section table tr th:first-of-type {
  width: 180px;
}

.techBox section table tr th:nth-of-type(2) {
  width: 300px;
}

.techBox section table tr th:nth-of-type(3) {
  width: 215px;
}

.techBox section table tr th:nth-of-type(4) {
  width: 187px;
}

.techBox section table tr th:last-of-type {
  border: none;
}

.techBox section table tr td {
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 7px 30px;
  border-right: 1px solid #c9c9c9;
}

.techBox section table tr td:last-of-type {
  border: none;
}

@media screen and (max-width: 720px) {
  .techBox section {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: touch;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .techBox section h3, .techBox section table {
    width: 1000px;
  }
}

.mechatroBox::after {
  content: ' ';
  display: block;
  clear: both;
}

nav.mechatroNav ul::after {
  content: ' ';
  display: block;
  clear: both;
}

nav.mechatroNav ul li {
  font-size: 16px;
  line-height: 16px;
  float: left;
  margin-right: 14px;
  transition: all 0.3s ease-out;
  background: transparent;
  border: none;
}

nav.mechatroNav ul li:last-of-type {
  margin-right: 0;
}

nav.mechatroNav ul li:hover {
  background-color: #f8fbfc;
}

nav.mechatroNav ul li a {
  display: block;
  padding: 20px 35px;
  color: #0065a9;
  width: 315px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0065a9;
}

nav.mechatroNav ul li a:hover {
  background-color: #f8fbfc;
}

nav.mechatroNav ul li a::before {
  content: '\e900';
  text-align: center;
  font-size: 12px;
  line-height: 2px;
  color: #0065a9;
  font-family: 'kikuchi';
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
  transition: all 0.3s ease-out;
}

nav.mechatroNav ul li.current {
  font-weight: 800;
}

nav.mechatroNav ul li.current:hover {
  background-color: #fff;
}

nav.mechatroNav ul li.current a {
  color: #0065a9;
  padding: 19px 35px;
  background-color: #fff;
  border: 2px solid #0065a9;
}

nav.mechatroNav ul li.current a:hover {
  background-color: #fff;
}

@media screen and (max-width: 720px) {
  nav.mechatroNav {
    display: none;
  }
}

figure.techFigR {
  text-align: center;
  width: 454px;
  float: right;
  margin: -130px 20px 80px 30px;
}

@media screen and (max-width: 720px) {
  figure.techFigR {
    float: none;
    margin: 30px 0;
    width: 100%;
  }
  figure.techFigR img {
    width: 100%;
  }
}

.mechatroOutline {
  width: 480px;
}

.mechatroOutline p span {
  font-weight: 600;
}

.mechatroOutline p span sup {
  vertical-align: super;
  font-size: 9px;
}

.mechatroOutline p:first-of-type {
  font-size: 16px;
  line-height: 32px;
}

.mechatroOutline p:last-of-type {
  margin: 25px 0 50px;
}

@media screen and (max-width: 720px) {
  .mechatroOutline {
    width: 100%;
  }
}

section.mechatroTxt p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 15px;
}

section.mechatroTxt p a {
  text-decoration: underline;
  color: #000;
}

section.mechatroTxt p a:hover {
  color: #98d6ff;
}

section.mechatroTxt p span {
  font-weight: 600;
}

section.mechatroTxt p span sup {
  vertical-align: super;
  font-size: 10px;
}

section.mechatroTxt p.comment {
  font-size: 14px;
  margin-top: -10px;
}

section.mechatroTxt figure {
  margin: 70px 0 50px;
  text-align: center;
}

section.mechatroTxt section.subSec {
  border-top: 1px dashed #bed4e3;
  padding: 35px 35px 10px;
  margin-top: 30px;
}

section.mechatroTxt section.subSec h5 {
  font-size: 18px;
  font-weight: 600;
  color: #3e92cc;
}

section.mechatroTxt section.subSec h5::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #3e92cc;
  margin-top: 7px;
}

section.mechatroTxt section.subSec > p {
  font-size: 15px;
  padding: 15px 0 0;
}

section.mechatroTxt section.subSec:last-of-type {
  margin-bottom: 50px;
}

section.mechatroTxt table {
  width: 100%;
  margin: 30px 0 0;
}

section.mechatroTxt table tr:nth-of-type(2n+1) {
  background-color: #f7f7f7;
}

section.mechatroTxt table tr th {
  background-color: #c9e7f4;
  padding: 7px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-right: 1px solid #c9c9c9;
}

section.mechatroTxt table tr th:last-of-type {
  border: none;
}

section.mechatroTxt table tr td {
  font-size: 14px !important;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 7px 30px;
  border-right: 1px solid #c9c9c9;
}

section.mechatroTxt table tr td img {
  margin: 5px 0 10px;
}

section.mechatroTxt table tr td a {
  font-size: 13px;
  text-decoration: underline;
  color: #000;
}

section.mechatroTxt table tr td a:hover {
  color: #98d6ff;
}

section.mechatroTxt table tr td:first-of-type {
  width: 25%;
  text-align: center;
}

section.mechatroTxt table tr td:last-of-type {
  border: none;
}

section.mechatroTxt table.act {
  margin-bottom: 50px;
}

section.mechatroTxt table.act td:first-of-type {
  width: 150px;
}

section.mechatroTxt table.act td:nth-of-type(2) {
  width: 215px;
}

section.mechatroTxt table.act td:nth-of-type(3) {
  width: 150px;
}

section.mechatroTxt table.act td:nth-of-type(4) {
  width: 220px;
}

section.mechatroTxt #univResearch::before {
  content: "";
  position: relative;
  top: 120px;
  display: block;
}

section.mechatroTxt #univResearch table thead th:first-of-type {
  width: 25%;
}
section.mechatroTxt #univResearch table thead th:nth-of-type(2)  {
  width: 35%;
}
section.mechatroTxt #univResearch table thead th:last-of-type,
section.mechatroTxt #univResearch table thead th:nth-of-type(3)  {
  width: 20%;
}
section.mechatroTxt #univResearch table tbody th  {
  background: #fff;
  vertical-align: middle;
  border-right: 1px solid #c9c9c9;
}
section.mechatroTxt #univResearch table tbody td  {
  text-align: left;
}
section.mechatroTxt #univResearch table tbody tr {
  border-bottom: 1px solid #e2e2e2;
}
section.mechatroTxt #univResearch table tbody tr:last-of-type {
  border-bottom: none;
}
section.mechatroTxt #univResearch table tbody tr:last-of-type td {
  font-weight: bold;
}


@media screen and (max-width: 720px) {
  section.mechatroTxt section.subSec {
    padding: 35px 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: touch;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  section.mechatroTxt section.subSec table {
    width: 1000px;
  }
  section.mechatroTxt section.subSec figure img {
    width: 100%;
  }
}

#sitemapBox {
  padding: 100px 0;
}

.sitemapListL ul a:hover {
  color: #3fabff;
}

.sitemapListS {
  width: 325px;
  float: left;
}

.sitemapListS ul a:hover {
  color: #3fabff;
}

.sitemapListL {
  width: 662px;
  float: left;
  margin-right: 12px;
}

.sitemapListS:first-of-type, .sitemapListS:nth-of-type(2) {
  margin-right: 12px;
}

.sitemapListS:last-of-type {
  margin-top: 30px;
}

.sitemapListS h3 {
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
  border-left: 5px solid #e5e5e5;
}

.sitemapListL h3 {
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
  border-left: 5px solid #e5e5e5;
}

.sitemapListL h3 a {
  color: #fff;
  background: #0065a9;
  display: block;
  padding: 17px 30px;
}

.sitemapListS h3 a {
  color: #fff;
  background: #0065a9;
  display: block;
  padding: 17px 30px;
}

.sitemapListL h3 a:hover, .sitemapListS h3 a:hover {
  opacity: 0.7;
}

.sitemapListL h3::after, .sitemapListS h3::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #fff;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.sitemapListL > ul, .sitemapListS > ul {
  padding: 30px 18px;
}

.sitemapListL > ul > li, .sitemapListS > ul > li {
  margin-bottom: 10px;
}

.sitemapListL > ul > li > a {
  font-size: 16px;
  color: #000;
}

.sitemapListS > ul > li > a {
  font-size: 16px;
  color: #000;
}

.sitemapListS > ul > li::before {
  color: #0065a9;
  font-size: 22px;
  content: '»';
  display: inline-block;
  margin-right: 10px;
}

.sitemapListL > ul {
  float: left;
  width: 323px;
}

.sitemapListL > ul > li::before {
  color: #0065a9;
  font-size: 22px;
  content: '»';
  display: inline-block;
  margin-right: 10px;
}

.sitemapListL > ul:first-of-type {
  border-right: 1px dashed #bed4e3;
  margin-right: 8px;
}

.sitemapListL > ul > li ul {
  padding: 10px 0 0 10px;
}

.sitemapListS > ul > li ul {
  padding: 10px 0 0 10px;
}

.sitemapListL > ul > li ul li, .sitemapListS > ul > li ul li {
  margin-bottom: 10px;
  position: relative;
}

.sitemapListL > ul > li ul li a {
  font-size: 14px;
  color: #000;
  margin-left: 15px;
  display: inline-block;
}

.sitemapListS > ul > li ul li a {
  font-size: 14px;
  color: #000;
  margin-left: 15px;
  display: inline-block;
}

.sitemapListS > ul > li ul li::before {
  color: #0065a9;
  font-size: 14px;
  content: '・';
  display: inline-block;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 0;
}

.sitemapListL > ul > li ul li::before {
  color: #0065a9;
  font-size: 14px;
  content: '・';
  display: inline-block;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 0;
}

.sitemapListL > ul.ir > li span {
  display: inline-block;
  font-size: 14px;
  margin-left: 22px;
}

@media only screen and (max-width: 720px) {
  #sitemapBox {
    padding: 50px 0;
  }
  .sitemapListL {
    width: 100%;
    float: none;
    margin-right: 0 !important;
  }
  .sitemapListS {
    width: 100%;
    float: none;
    margin-right: 0 !important;
  }
  .sitemapListS ul {
    width: 100%;
  }
  .sitemapListL ul {
    width: 100%;
  }
  .sitemapListL > ul:first-of-type {
    border-right: none;
    margin-right: 0;
    padding-bottom: 0;
  }
  .sitemapListL > ul:last-of-type {
    padding-top: 0;
  }
}

.privacyBox dl dt {
  margin-top: 50px;
}

.privacyBox dl dd {
  font-size: 16px;
  line-height: 32px;
  padding: 0 20px;
}

.privacyBox dl dd p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 720px) {
  .privacyBox dl dd {
    padding: 0 5px;
  }
}

.formBox {
  width: 100%;
  background-color: #e4edf6;
  margin: 45px 0 85px;
}

.formBox .prefecture_select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border-radius: 0;
  text-indent: 6px;
  background: url(/img/select_arrow.png) no-repeat;
  background-size: 5px 10px;
  background-position: right 5px center;
  background-color: #f6f6f6;
  width: 350px;
  height: 50px;
  font-size: 14px;
  color: #1b1b1b;
  vertical-align: middle;
  border: solid 1px #d2d2d2;
  border-radius: 5px;
  margin-right: 8px;
}

.formBox > p {
  padding: 40px 55px 40px 28px;
  margin-left: 42px;
}

.formBox > p:last-of-type::before {
  content: '※';
  margin-left: -18px;
}

.formBox > p::before {
  content: '※';
  margin-left: -25px;
}

.formBox > p span.required {
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  display: inline-block;
  padding: 4px 15px;
  margin: 0 5px;
  background-color: #bd414b;
  border-radius: 10px;
}

.formBox > p span.admin {
  color: #0065a9;
  font-weight: 500;
  float: right;
}

.formBox .contactForm {
  padding: 15px;
  border-top: 1px solid #bed4e3;
  border-bottom: 1px solid #bed4e3;
}

.formBox .contactForm::after {
  content: ' ';
  display: block;
  clear: both;
}

.formBox .contactForm dl {
  width: 100%;
  display: table;
  overflow: hidden;
  position: relative;
}

.formBox .contactForm dl dd, .formBox .contactForm dl dt {
  display: table-cell;
  vertical-align: middle;
  float: left;
  border-bottom: 1px dashed #bed4e3;
}

.formBox .contactForm dl dd:last-of-type {
  border-bottom: none;
}

.formBox .contactForm dl dt {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0065a9;
  width: 245px;
  padding: 28px 0 28px 30px;
}

.formBox .contactForm dl dt:last-of-type {
  border-bottom: none;
}

.formBox .contactForm dl dt span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 12px;
  display: inline-block;
  margin-top: 2px;
  padding: 4px 15px;
  background-color: #bd414b;
  border-radius: 10px;
  float: right;
}

.formBox .contactForm dl dd {
  width: 720px;
  padding: 15px 0 8px 30px;
}

.formBox .contactForm dl dd .error input[type="text"], .formBox .contactForm dl dd .error textarea {
  border: 1px solid #fb9099;
}

.formBox .contactForm dl dd .error span {
  font-size: 12px;
  color: #bd414b;
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
  display: blokc;
  float: left;
}

.formBox .contactForm dl dd .contactTxt span {
  display: block;
  padding-left: 0;
}

.formBox .contactForm dl dd.zipSearch .formS input[type="text"] {
  width: 145px;
  float: left;
}

.formBox .contactForm dl dd.zipSearch .formS a.zipBtn {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 110px;
  height: 35px;
  padding: 5px 3px;
  margin: 7px 10px;
  border-radius: 5px;
  background-color: #689fc5;
  transition: all 0.3s ease-out;
  float: left;
}

.formBox .contactForm dl dd.zipSearch .formS a.zipBtn:hover {
  opacity: 0.6;
}

.formBox .contactForm input, .formBox .contactForm textarea {
  padding: 15px 15px 15px 20px;
  font-size: 15px;
  color: #000;
  border: 1px solid #eee;
  background: #fff;
}

.formBox .contactForm input::placeholder, .formBox .contactForm textarea::placeholder {
  color: #64676c;
}

.formBox .contactForm input::-webkit-input-placeholder, .formBox .contactForm textarea::-webkit-input-placeholder {
  color: #a7a7a7;
}

.formBox .contactForm input:-moz-placeholder, .formBox .contactForm textarea:-moz-placeholder, .formBox .contactForm input:-ms-input-placeholder {
  color: #64676c;
}

.formBox .contactForm textarea {
  line-height: 26px;
  vertical-align: bottom;
  width: 660px;
  margin: 0;
  resize: vertical;
  margin-bottom: 7px;
}

.formBox .contactForm textarea:-ms-input-placeholder {
  color: #64676c;
}

.formBox .contactForm .formS input[type='text'] {
  width: 450px;
}

.formBox .contactForm .sendBtn {
  background-color: #0065a9;
  margin: 40px auto 60px;
}

.formBox .confirm dl dd {
  padding: 27px 0 24px 15px;
}

.formBox .confirm .sendBtn {
  float: left;
  margin: 20px 20px 40px 260px;
}

.formBox .confirm .backBtn {
  float: left;
  margin: 20px 0 40px;
  cursor: pointer;
}

@media screen and (max-width: 720px) {
  .formBox .contactForm .formS input[type='text'] {
    width: 100%;
  }
  .formBox .contactForm input, .formBox .contactForm textarea {
    font-size: 16px;
    width: 100%;
  }
  .formBox .contactForm input::placeholder, .formBox .contactForm textarea::placeholder {
    color: #64676c;
  }
  .formBox .contactForm input::-webkit-input-placeholder, .formBox .contactForm textarea::-webkit-input-placeholder {
    color: #a7a7a7;
  }
  .formBox .contactForm input:-moz-placeholder, .formBox .contactForm textarea:-moz-placeholder, .formBox .contactForm input:-ms-input-placeholder, .formBox .contactForm textarea:-ms-input-placeholder {
    color: #64676c;
  }
  .formBox .contactForm dl {
    display: block;
  }
  .formBox .contactForm dl dd {
    display: block;
    width: 100%;
  }
  .formBox .contactForm dl dt {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 17px 0 5px;
  }
  .formBox .contactForm dl dt span {
    float: none;
    margin-left: 10px;
  }
  .formBox .contactForm dl dd {
    padding: 5px 0 15px;
  }
  .formBox .contactForm dl dd .error span {
    display: block;
    padding: 10px 0 0 0;
  }
  .formBox .contactForm dl dd.zipSearch .formS input[type="text"] {
    width: 140px;
  }
  .formBox .contactForm dl dd.zipSearch .formS a.zipBtn {
    margin: 7px 0 7px 7px;
  }
  .formBox .contactForm .sendBtn {
    margin: 10px auto 20px;
  }
}

@media screen and (max-width: 720px) {
  .formBox .confirm dl dd {
    padding: 10px 0 15px;
  }
  .formBox .confirm .sendBtn {
    float: none;
    margin: 30px auto 20px;
  }
  .formBox .confirm .backBtn {
    float: none;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 720px) {
  .formBox > p {
    margin-left: 15px;
    padding: 40px 20px;
  }
  .formBox .prefecture_select {
    width: 100%;
    font-size: 16px;
  }
}

.backTop {
  margin: 30px 0;
}

.map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.map embed, .map iframe, .map object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruitTItle, .recruitTItleS {
  background: url("/recruit/img/recruittitle_bg.jpg") top center;
  background-size: auto auto;
  margin-top: -60px;
}

.topTxt {
  position: relative;
  z-index: 6;
  width: 1000px;
  height: 410px;
  padding: 40px 70px 0;
  margin: -40px auto 0;
  background: #fff;
  box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.2), -10px 0 10px -10px rgba(0, 0, 0, 0.2);
}

.topTxt p {
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 720px) {
  .topTxt {
    width: 95%;
    height: auto;
    margin-top: -80px;
    padding: 40px 20px 0;
  }
  .topTxt h3 {
    font-size: 20px;
  }
}

.rctinner {
  width: 955px;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .rctinner {
    width: 95%;
  }
}

nav.innerNav ul::after {
  content: ' ';
  display: block;
  clear: both;
}

nav.innerNav ul li {
  font-size: 16px;
  line-height: 16px;
  background-color: #fafdff;
  border: 1px solid #bed4e3;
  float: left;
  margin-right: 16px;
}

nav.innerNav ul li:last-of-type {
  margin-right: 0;
}

nav.innerNav ul li a {
  display: block;
  padding: 20px 25px;
  color: #0065a9;
}

nav.innerNav ul li a:hover {
  opacity: 0.5;
}

nav.innerNav ul li a::before {
  content: '\e901';
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #0065a9;
  font-family: 'kikuchi';
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-out;
  line-height: 2px;
}

@media screen and (max-width: 720px) {
  nav.innerNav ul {
    width: 95%;
    margin: 0 auto;
  }
  nav.innerNav ul li {
    width: 100%;
    margin: 0 0 10px;
  }
  nav.innerNav ul li a {
    padding: 20px 25px;
  }
  nav.innerNav ul li a:hover {
    opacity: 1;
  }
}

#recruitBox {
  padding: 40px 0 100px;
}

#recruitBox section {
  width: 100%;
  margin-top: 70px;
  line-height: 32px;
}

#recruitBox section::after {
  content: ' ';
  display: block;
  clear: both;
}

#recruitBox section ul {
  padding: 20px 35px;
}

#recruitBox section ul > li {
  font-size: 16px;
  line-height: 32px;
  margin: 0 25px 0 11px;
}

#recruitBox section ul > li::before {
  content: '\2022';
  color: #0065a9;
  display: inline-block;
  margin: 0 5px 4px -11px;
}

#recruitBox section .pHalf {
  font-size: 16px;
}

#recruitBox section p {
  font-size: 16px;
  padding: 0 35px;
}

#recruitBox section p.pHalf {
  float: left;
  width: 450px;
  padding: 35px 0;
  margin-left: 35px;
}

#recruitBox section figure {
  float: right;
  margin: 15px 35px 0;
}

#recruitBox section section.subSec {
  border-top: 1px dashed #bed4e3;
  padding: 35px 35px 10px;
  margin-top: 30px;
}

#recruitBox section section.subSec h5 {
  font-size: 18px;
  font-weight: 600;
  color: #3e92cc;
}

#recruitBox section section.subSec h5::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #3e92cc;
  margin-top: 7px;
}

#recruitBox section section.subSec > p {
  font-size: 15px;
  padding: 15px 0 0;
}

#recruitBox section section.subSec dl {
  font-size: 15px;
  width: 100%;
  border-left: 5px solid #3e92cc;
  margin-top: 28px;
  padding: 10px 0 10px 25px;
}

#recruitBox section section.subSec dl::after {
  content: ' ';
  display: block;
  clear: both;
}

#recruitBox section section.subSec dl dt {
  color: #3e92cc;
  font-weight: 600;
  float: left;
  position: relative;
}

#recruitBox section section.subSec dl dd {
  float: left;
}

#recruitBox section section.subSec dl.rPolicy dt {
  width: 70px;
}

#recruitBox section section.subSec dl.rPolicy dt::after {
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 5px;
  display: block;
  content: '\2022\2022';
  position: absolute;
  top: 1px;
  right: 10px;
}

#recruitBox section section.subSec dl.rPolicy dd {
  width: 780px;
}

#recruitBox section section.subSec dl.rMethod dt {
  width: 155px;
}

#recruitBox section section.subSec dl.rMethod dt::after {
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 5px;
  display: block;
  position: absolute;
  top: 1px;
  right: 16px;
}

#recruitBox section section.subSec dl.rMethod dt:first-of-type::after, #recruitBox section section.subSec dl.rMethod dt:nth-of-type(2)::after, #recruitBox section section.subSec dl.rMethod dt:nth-of-type(3)::after {
  content: "•";
}

#recruitBox section section.subSec dl.rMethod dt:last-of-type::after {
  content: "•••";
}

#recruitBox section section.subSec dl.rMethod dd {
  width: 695px;
}

#recruitBox .mechatroNav {
  margin-top: 50px;
}

#recruitBox .mechatroNav ul li a {
  width: 465px;
}

#recruitBox .profileList {
  margin-top: 70px;
}

@media screen and (max-width: 720px) {
  #recruitBox .mechatroNav ul li a {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  #recruitBox {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  #recruitBox section {
    margin-top: 30px;
  }
  #recruitBox section p {
    width: 100%;
    margin-left: 0;
    padding: 20px 0;
  }
  #recruitBox section p.pHalf {
    width: 100%;
    margin-left: 0;
    padding: 20px 0;
  }
  #recruitBox section figure {
    width: 100%;
    float: right;
    margin: 15px 0;
  }
  #recruitBox section figure img {
    width: 100%;
  }
  #recruitBox section ul {
    padding: 20px 0;
  }
  #recruitBox section ul li {
    margin-right: 0;
  }
  #recruitBox section section.subSec {
    padding: 35px 0 10px;
  }
  #recruitBox section section.subSec dl.rMethod dd, #recruitBox section section.subSec dl.rPolicy dd {
    width: 100%;
    padding-bottom: 15px;
  }
  #recruitBox section section.subSec dl.rMethod dt::after, #recruitBox section section.subSec dl.rPolicy dt::after {
    content: none !important;
  }
  #recruitBox .profileList {
    margin-top: 0;
  }
}

#contentsTitleK {
  width: 100%;
  height: 970px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
}

#contentsTitleK .kurashiBc {
  margin-top: 60px;
  padding-bottom: 10px;
  background-color: rgba(80, 135, 178, 0.1);
  -webkit-background-color: rgba(80, 135, 178, 0.1);
  -moz-background-color: rgba(80, 135, 178, 0.1);
}

#contentsTitleK h2 {
  padding-top: 55px;
}

#contentsTitleK h2::after {
  content: '';
  display: block;
  width: 104px;
  height: 3px;
  background-color: #00c7fe;
  margin: 25px auto;
}

#contentsTitleK h2 span {
  display: block;
  color: #898989;
  font-family: 'Montserrat';
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
}

#contentsTitleK p {
  margin-top: 40px;
}

#contentsTitleK #breadcrumb {
  font-size: 12px;
  color: #000;
  float: right;
  margin: 10px 0 0 0;
}

#contentsTitleK #breadcrumb::before {
  content: '\e90b';
  display: inline-block;
  margin-right: 1px;
  color: #000;
  font-family: kikuchi;
  font-size: 13px;
  font-weight: 300;
  vertical-align: bottom;
}

#contentsTitleK #breadcrumb span {
  display: inline-block;
  position: relative;
}

#contentsTitleK #breadcrumb span a > span::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-out;
}

#contentsTitleK #breadcrumb span::after {
  content: '\e904';
  display: inline-block;
  color: #aaa;
  font-family: kikuchi;
  font-size: 14px;
  font-weight: 300;
  vertical-align: bottom;
}

#contentsTitleK #breadcrumb span:last-of-type {
  text-decoration: none;
}

#contentsTitleK #breadcrumb span:last-of-type::after {
  content: none;
}

#contentsTitleK #breadcrumb a {
  color: #000;
}

#contentsTitleK #breadcrumb a:hover {
  color: #98d6ff;
}

#contentsTitleK #breadcrumb span a:hover > span::before {
  background-color: #98d6ff;
}

#contentsTitleK #kurashiNav {
  position: relative;
  width: 1000px;
  margin: 55px auto 0;
}

#contentsTitleK #kurashiNav ul li {
  position: absolute;
  z-index: 5;
}

#contentsTitleK #kurashiNav ul li a {
  background-color: rgba(0, 101, 169, 0.4);
  -webkit-background-color: rgba(0, 101, 169, 0.4);
  -moz-background-color: rgba(0, 101, 169, 0.4);
  display: block;
  border-radius: 50%;
  padding: 13px 13px 9px;
  cursor: pointer;
  overflow: hidden;
}

#contentsTitleK #kurashiNav ul li a img {
  transition: .5s;
  transform: scale(1, 1);
}

#contentsTitleK #kurashiNav ul li a:hover {
  -webkit-box-shadow: 0px 7px 49px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 7px 49px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 49px -15px rgba(0, 0, 0, 0.3);
  transition: 3s;
  transition-delay: .2s;
  overflow: hidden;
}

#contentsTitleK #kurashiNav ul li a:hover::before {
  content: '▾ クリックして詳しくみる';
  color: #fff;
  display: block;
  width: 195px;
  padding: 3px 0;
  background-color: rgba(0, 101, 169, 0.9);
  -webkit-background-color: rgba(0, 101, 169, 0.9);
  -moz-background-color: rgba(0, 101, 169, 0.9);
  border-radius: 7px;
  position: absolute;
  top: -45px;
  -webkit-box-shadow: 0px 7px 49px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 7px 49px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 49px -15px rgba(0, 0, 0, 0.3);
}

#contentsTitleK #kurashiNav ul li a:hover img {
  visibility: hidden;
  transform: scale(0, 0);
}

#contentsTitleK #kurashiNav ul li.smartphone {
  left: -50px;
  top: 10px;
}

#contentsTitleK #kurashiNav ul li.smartphone a:hover {
  transition: ease-in-out 100s;
  background: url("/company/img/kurashi_a_001_h.png") no-repeat;
}

#contentsTitleK #kurashiNav ul li.smartphone a:hover::before {
  left: 7px;
}

#contentsTitleK #kurashiNav ul li.car {
  left: 210px;
  top: 40px;
}

#contentsTitleK #kurashiNav ul li.car a:hover {
  transition: ease-in-out 100s;
  background: url("/company/img/kurashi_a_002_h.png") no-repeat;
}

#contentsTitleK #kurashiNav ul li.watch {
  left: 420px;
  top: 240px;
}

#contentsTitleK #kurashiNav ul li.watch a:hover {
  transition: ease-in-out 100s;
  background: url("/company/img/kurashi_a_003_h.png") no-repeat;
}

#contentsTitleK #kurashiNav ul li.watch a:hover::before {
  left: -5px;
}

#contentsTitleK #kurashiNav ul li.medical {
  right: 200px;
  top: 20px;
}

#contentsTitleK #kurashiNav ul li.medical a:hover {
  transition: ease-in-out 100s;
  background: url("/company/img/kurashi_a_004_h.png") no-repeat;
}

#contentsTitleK #kurashiNav ul li.camera {
  right: -50px;
  top: 100px;
}

#contentsTitleK #kurashiNav ul li.camera a:hover {
  transition: ease-in-out 100s;
  background: url("/company/img/kurashi_a_005_h.png") no-repeat;
}

@media screen and (max-width: 720px) {
  #contentsTitleK {
    height: auto;
    padding: 55px 5px 80px;
  }
  #contentsTitleK .kurashiBc {
    display: none;
  }
  #contentsTitleK h2 {
    padding-top: 0;
  }
  #contentsTitleK h2 img {
    width: 100%;
  }
  #contentsTitleK h2 span {
    font-size: 14px;
  }
  #contentsTitleK h2::after {
    margin: 15px auto;
  }
  #contentsTitleK p img {
    width: 100%;
  }
  #contentsTitleK #kurashiNav {
    width: 95%;
    margin: 30px auto 0;
  }
  #contentsTitleK #kurashiNav ul::after {
    content: ' ';
    display: block;
    clear: both;
  }
  #contentsTitleK #kurashiNav ul li {
    position: static;
    width: 48%;
    float: left;
    margin-bottom: 10px;
  }
  #contentsTitleK #kurashiNav ul li:nth-of-type(odd) {
    margin-right: 10px;
  }
  #contentsTitleK #kurashiNav ul li a img {
    width: 100%;
    visibility: visible !important;
  }
  #contentsTitleK #kurashiNav ul li a:hover {
    background: none !important;
  }
  #contentsTitleK #kurashiNav ul li a::before {
    content: none !important;
  }
  #contentsTitleK #kurashiNav ul li::after {
    content: none;
  }
}

.kurashiTitle {
  background: url("/company/img/kurashi_a_bg.jpg") top center;
  background-size: auto auto;
  margin-top: -60px;
}

@media screen and (max-width: 720px) {
  .kurashiTitle {
    margin-top: 0;
  }
}

.kurashiBox {
  background: url("/company/img/kurashi_b_bg.jpg") top center;
  background-size: cover;
  padding: 10px 0 100px !important;
}

.kurashiBox::after {
  content: ' ';
  display: block;
  clear: both;
}

.kurashiBox .inner {
  position: relative;
  margin: -50px auto 0;
}

.kurashiBox section {
  background-color: #fff;
  margin-bottom: 15px;
}

.kurashiBox section:first-of-type {
  -webkit-box-shadow: 0px -7px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -7px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -7px 5px 0px rgba(0, 0, 0, 0.1);
}

.kurashiBox section ul li::before {
  content: '';
  background: url("/company/img/circle.png");
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
}

.kurashiBox section h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #fff;
  background: url("/company/img/krashi_listbg.png");
  background-size: cover;
  padding: 40px 23px 40px 110px;
  position: relative;
}

.kurashiBox section h3 span {
  font-family: 'Montserrat';
  font-size: 50px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
  left: 15px;
  top: 35px;
}

.kurashiBox section .kurashiTxtM {
  border-bottom: 1px dashed #5087b2;
  padding: 0 35px;
}

.kurashiBox section .kurashiTxtM p {
  padding-bottom: 50px;
}

.kurashiBox section .kurashiTxtM figure {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.kurashiBox section .kurashiTxtM ul {
  padding-bottom: 40px;
}

.kurashiBox section .kurashiTxtM ul li {
  padding-bottom: 5px;
}

.kurashiBox section .kurashiTxtS {
  padding: 30px 15px 25px 35px;
}

.kurashiBox section .kurashiTxtS ul {
  position: relative;
  padding-left: 50px;
}

.kurashiBox section .kurashiTxtS ul::before {
  content: '';
  background: url("/company/img/cog.png");
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  position: absolute;
  left: -10px;
  top: -7px;
}

.kurashiBox section .kurashiTxtS ul li {
  display: inline-block;
  margin-right: 45px;
  padding-bottom: 5px;
}

.kurashiBox section.kurashiHalf {
  width: 495px;
  margin: 10px 10px 0 0;
  float: left;
}

.kurashiBox section.kurashiHalf:nth-of-type(3), .kurashiBox section.kurashiHalf:nth-of-type(5), .kurashiBox section.kurashiHalf:nth-of-type(n+3) ul li {
  margin-right: 0;
}

.kurashiBox section.kurashiHalf:last-of-type .kurashiTxtS {
  padding: 15px 15px 15px 35px;
}

.kurashiBox section.kurashiHalf:last-of-type .kurashiTxtS ul::before {
  top: 18px;
}

.kurashiBox section.kurashiHalf .kurashiTxtM p {
  margin-bottom: 50px;
  line-height: 26px;
}

.kurashiBox section.kurashiHalf .kurashiTxtM figure img {
  width: 100%;
}

.kurashiBox section.kurashiHalf .kurashiTxtS ul::before {
  top: 6px;
}

.kurashiBox .goalBox {
  width: 100%;
  background-color: #fff;
  margin-top: 10px;
  float: left;
}

.kurashiBox .goalBox .goalTitle {
  float: left;
  text-align: center;
  padding: 40px 30px;
  border-right: 1px dashed #5087b2;
}

.kurashiBox .goalBox .goalTitle h3 {
  font-size: 26px;
  color: #0065a9;
}

.kurashiBox .goalBox .goalTitle h3::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: #0065a9;
  margin: 15px auto;
}

.kurashiBox .goalBox .goalTitle p {
  margin-bottom: 20px;
}

.kurashiBox .goalBox .goalTitle a.btnBlack {
  background-color: #0065a9;
}

.kurashiBox .goalBox ul {
  float: left;
  padding: 35px 40px 35px;
}

.kurashiBox .goalBox ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.kurashiBox .goalBox ul li:last-of-type {
  margin-right: 0;
}

.kurashiBox .goalBox ul li figure figcaption {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #0065a9;
  text-align: center;
  padding-top: 5px;
}

@media screen and (max-width: 720px) {
  .kurashiBox section h3 {
    padding: 10px 23px 20px;
  }
  .kurashiBox section h3 span {
    font-size: 30px;
    display: block;
    width: 100%;
    padding: 10px 0 0;
    position: static;
  }
  .kurashiBox section figure img {
    width: 100%;
  }
  .kurashiBox section .kurashiTxtM {
    padding: 0 20px;
  }
  .kurashiBox section.kurashiHalf {
    width: 100%;
  }
  .kurashiBox .goalBox .goalTitle {
    width: 100%;
    padding: 25px 15px;
    border-right: none;
    border-bottom: 1px dashed #5087b2;
  }
  .kurashiBox .goalBox ul {
    padding: 15px 40px 20px;
  }
  .kurashiBox .goalBox ul li {
    width: 100%;
    margin: 10px 0;
  }
  .kurashiBox .goalBox ul li figure {
    width: 100%;
    text-align: center;
  }
}

.bgBlack {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  top: 0;
  left: 0;
}

@media screen and (max-width: 720px) {
  .bgBlack {
    display: none;
  }
}
