@charset "UTF-8";

/*================================================================
 site_default
================================================================*/
/* -------------------------------------------
 * 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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

/* For Android */
body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.mincho {
  font-family: YuMincho, Yu Mincho, “游明朝”, serif;
}

.Khand {
  font-family: 'Khand', sans-serif;
  font-weight: 300;
}

.gotham {
  font-family: Gotham, sans-serif;
}

.bold {
  font-weight: bold;
}

.wrap {
  margin: 0 auto;
  width: 1217px;
}

.pc {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

img.sp {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  a.tel {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .wrap {
    width: 94%;
  }

  sup {
    font-size: 8px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .wrap {
    width: 94%;
  }
}
/*================================================================
 common_style
================================================================*/
.modalOpen {
  overflow: hidden;
}

body.spMenuOpen {
  overflow: hidden;
}

.siteHeader {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  padding: 32px 0 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 11;
}
.siteHeader .wrap {
  box-sizing: border-box;
  padding: 0 20px;
  width: 1280px;
}
.siteHeader .siteLogo {
  display: inline-block;
  float: left;
  padding-right: 120px;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .siteHeader .naviScrollArea {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader .spLayer {
    display: none !important;
  }
}
.siteHeader .headNavi {
  float: left;
  padding-top: 8px;
}
.siteHeader .headNavi > ul > li {
  float: left;
  margin-right: 30px;
  font-size: 16px;
}
.siteHeader .headNavi > ul > li:last-child {
  margin-right: 0;
}
.siteHeader .headNavi > ul > li.current > a:after {
  left: 0;
  width: 100%;
}
.siteHeader .headNavi > ul > li > a {
  display: inline-block;
  position: relative;
  padding-bottom: 34px;
  color: #333333;
}
.siteHeader .headNavi > ul > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: 0;
  height: 3px;
  background: #0075c2;
  -webkit-transition-property: width, left;
  -ms-transition-property: width, left;
  -moz-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.siteHeader .headNavi > ul > li > a:hover {
  opacity: 1;
}
.siteHeader .headNavi > ul > li > a:hover:after {
  left: 0;
  width: 100%;
}
.siteHeader .headNavi > ul > li .dropDown {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 90px;
  left: 0;
  padding: 30px 0 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.siteHeader .headNavi > ul > li .dropDown > .wrap {
  box-sizing: border-box;
  padding: 0 30px;
}
.siteHeader .headNavi > ul > li .dropDown .textArea {
  float: left;
  width: 300px;
}
.siteHeader .headNavi > ul > li .dropDown .categoryName {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.siteHeader .headNavi > ul > li .dropDown .categoryName:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}
.siteHeader .headNavi > ul > li .dropDown .listAll {
  line-height: 1;
}
.siteHeader .headNavi > ul > li .dropDown .listAll a {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 14px 0 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}
.siteHeader .headNavi > ul > li .dropDown .listAll a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.siteHeader .headNavi > ul > li .dropDown ul {
  float: right;
  margin-bottom: -30px;
  width: 890px;
}
.siteHeader .headNavi > ul > li .dropDown li {
  float: left;
  padding: 0 30px 30px 0;
  width: 200px;
}
.siteHeader .headNavi > ul > li .dropDown li:nth-child(4n) {
  padding-right: 0;
}
.siteHeader .headNavi > ul > li .dropDown li:nth-child(4n+1) {
  clear: both;
}
.siteHeader .headNavi > ul > li .dropDown li .pageName {
  display: block;
  position: relative;
  margin-top: 8px;
  line-height: 1.3;
  font-size: 16px;
  color: #fff;
}
.siteHeader .headNavi > ul > li .dropDown li a {
  display: block;
}
.siteHeader .searchArea {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -640px;
  padding: 0 62px;
  width: 1280px;
  text-align: right;
}
.siteHeader .searchArea:before {
  content: "";
  position: absolute;
  top: -28px;
  right: 62px;
  width: 32px;
  height: 50px;
  background: #0075c2;
}
.siteHeader .searchArea form {
  position: relative;
  display: inline-block;
}
.siteHeader .searchArea input[type="text"] {
  box-sizing: border-box;
  padding: 0 1em 0 40px !important;
  width: 330px !important;
  height: 50px !important;
  border: 8px solid #0075c2 !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
}
.siteHeader .searchArea input[type="image"] {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -12px;
}
.siteHeader .otherBtns {
  float: right;
}
.siteHeader .otherBtns li {
  float: left;
}
.siteHeader .otherBtns .searchBtn,
.siteHeader .otherBtns .contact {
  line-height: 0;
}
.siteHeader .otherBtns .searchBtn a,
.siteHeader .otherBtns .contact a {
  display: block;
  padding: 10px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  background: #0075c2;
  -webkit-transition: border-radius 0.3s ease;
  -ms-transition: border-radius 0.3s ease;
  -moz-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
}
.siteHeader .otherBtns .searchBtn {
  padding-right: 10px;
}
.siteHeader .otherBtns .searchBtn.open a {
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
}
.siteHeader .otherBtns .contact a {
  background: #ffba49;
}

.siteFooter {
  position: relative;
  padding: 30px 0 20px;
  background: #0075c2;
  z-index: 6;
}
.siteFooter > .wrap {
  position: relative;
}
.siteFooter .contactList {
  margin-bottom: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid #117ec6;
}
.siteFooter .contactList li {
  box-sizing: border-box;
  float: left;
  width: 382px;
  height: 120px;
  background: #fff;
  border-right: 1px solid #0075c2;
}
.siteFooter .contactList li .roundness {
  display: inline-block !important;
  position: relative;
  width: 260px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  line-height: 1;
  background: #ffba49;
  color: #fff;
}
.siteFooter .contactList li .roundness:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -72px;
  width: 48px;
  height: 48px;
  background: url("../img/common/icon_mail02.png") no-repeat;
  background-size: 100% auto;
}
.siteFooter .contactList li a {
  box-sizing: border-box;
  display: block;
  padding: 18px 0 0 100px;
  height: 100%;
}
.siteFooter .contactList li .lead {
  width: 260px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #111111;
}
.siteFooter .contactList li:first-child {
  padding: 10px;
  width: 453px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.siteFooter .contactList li:first-child p {
  box-sizing: border-box;
  padding: 20px 20px 0;
  height: 100%;
  line-height: 1.4;
  background: url("../img/common/foot_contact_bg.png") no-repeat center center;
}
.siteFooter .contactList li:nth-child(2) .roundness {
  line-height: 60px;
}
.siteFooter .contactList li:last-child {
  border-right: none;
}
.siteFooter .contactList li:last-child a {
  padding-top:30px;
}
.siteFooter .contactList li:last-child .lead {
  padding-bottom: 3px;
}
.siteFooter .contactList li:last-child .roundness {
  padding-bottom: 5px;
  height: auto;
  background: none;
}
.siteFooter .contactList li:last-child .roundness:before {
  top: -12px;
  width: 48px;
  height: 48px;
  background-image: url("../img/common/icon_tel.png");
}
.siteFooter .contactList li:last-child .businessHours {
  display: block;
  position: relative;
  padding: 5px 0;
  width: 260px;
  color: #111111;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: #f4f4f4;
}
.siteFooter .contactList li:last-child .businessHours:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -75px;
  width: 14px;
  height: 14px;
  background: url("../img/common/icon_clock.svg") no-repeat;
  background-size: 100% auto;
}
.siteFooter .footNavi {
  margin-bottom: 20px;
  padding-bottom: 35px;
  border-bottom: 1px solid #117ec6;
}
.siteFooter .footNavi ul {
  margin-bottom: -25px;
}
.siteFooter .footNavi li {
  float: left;
  padding-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  width: 243px;
}
.siteFooter .footNavi li:nth-child(6), .siteFooter .footNavi li:nth-child(9) {
  clear: both;
}
.siteFooter .footNavi li a {
  display: inline-block;
  position: relative;
  padding: 17px 0 0 2px;
  color: #fff;
}
.siteFooter .footNavi li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ffba49;
}
.siteFooter .otherLinks {
  float: right;
  padding-right: 30px;
}
.siteFooter .otherLinks li {
  float: left;
  position: relative;
  margin-right: 23px;
  padding-right: 25px;
}
.siteFooter .otherLinks li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background: #fff;
}
.siteFooter .otherLinks li:last-child {
  margin: 0;
  padding: 0;
}
.siteFooter .otherLinks li:last-child:after {
  display: none;
}
.siteFooter .otherLinks li a {
  display: inline-block;
  color: #fff;
}
.siteFooter .otherLinks li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.siteFooter .companyInfo {
  position: absolute;
  top: 157px;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.siteFooter .companyInfo .en {
  padding-right: 42px;
  font-size: 14px;
}
.siteFooter .companyInfo .address {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
}
.siteFooter .companyInfo .address:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 10px;
  height: 16px;
  background: url("../img/common/icon_pin.svg") no-repeat;
}
.siteFooter .copyright {
  display: inline-block;
  float: left;
  font-size: 12px;
  color: #fff;
}
.siteFooter .pageTop {
  position: fixed;
  right: 1%;
  bottom: 7%;
  text-align: center;
}
.siteFooter .pageTop a {
  box-sizing: border-box;
  display: block;
  padding: 18px 0 17px;
  width: 80px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
}

.allWrap {
  min-width: 1280px;
}

main {
  padding-top: 90px;
  background: url("../img/common/main_bg.jpg") repeat left top;
}

@media screen and (min-width: 769px) {
  .telBtn a {
    display: inline-block;
    pointer-events: none;
  }
}

.indent {
  text-indent: 1em;
}

.categoryIcon {
  display: inline-block;
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.categoryIcon.news {
  background: #29bf12;
}
.categoryIcon.ir {
  background: #ef5b5b;
}
.categoryIcon.seminar {
  background: #ffba49;
}
.categoryIcon.recruit {
  background: #e01a4f;
}

.commonBtn01,
.commonBtn02,
.commonBtn03 {
  font-size: 14px;
}
.commonBtn01 a,
.commonBtn02 a,
.commonBtn03 a {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 380px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  -webkit-transition-property: border, color, background;
  -ms-transition-property: border, color, background;
  -moz-transition-property: border, color, background;
  transition-property: border, color, background;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.commonBtn01 a:hover,
.commonBtn02 a:hover,
.commonBtn03 a:hover {
  opacity: 1;
}
.commonBtn01 a:after,
.commonBtn02 a:after,
.commonBtn03 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.commonBtn01 a {
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .commonBtn01 a:hover {
    color: #0075c2;
    background: #fff;
  }
  .commonBtn01 a:hover:after {
    border-color: #0075c2;
  }
}

.commonBtn02 a {
  color: #fff;
  border: 1px solid transparent;
  background: #0075c2;
}
.commonBtn02 a:after {
  border-color: #fff;
}
@media screen and (min-width: 769px) {
  .commonBtn02 a:hover {
    color: #0075c2;
    border-color: #0075c2;
    background: #fff;
  }
  .commonBtn02 a:hover:after {
    border-color: #0075c2;
  }
}

.commonBtn03 a {
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .commonBtn03 a:hover {
    background: #0075c2;
  }
}

.pageTitle {
  padding-bottom: 40px;
}
.pageTitle h2 {
  box-sizing: border-box;
  display: table-cell;
  padding-left: 52px;
  width: 877px;
  height: 250px;
  border-left: 10px solid #0075c2;
  vertical-align: middle;
  line-height: 1.7;
  font-size: 36px;
  background: url("../img/quality/quality01/pagetitle_img.jpg") no-repeat right center #fff;
  background-size: auto 100%;
}
.pageTitle h2 .small {
  padding-left: 5px;
  font-size: 16px;
}

.sectionTitle01 {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #0075c2;
}
.sectionTitle01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  height: 1px;
  background: #c7c7c7;
}
.sectionTitle01 .en {
  display: block;
  padding-bottom: 12px;
  font-size: 36px;
  color: #0c090d;
}

.sectionTitle02 {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 8px 15px 6px;
  border-top: 2px solid #0075c2;
  border-bottom: 2px solid #0075c2;
  line-height: 1.5;
  font-size: 24px;
}

.sectionTitle03 {
  box-sizing: border-box;
  padding: 11px 18px 9px;
  border-left: 10px solid #0075c2;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #0c090d;
}

.sectionTitle04 {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 60px;
  padding: 24px 50px 22px;
  border-left: 10px solid #0075c2;
  line-height: 1.5;
  font-size: 34px;
  font-weight: bold;
  background: #fff;
}
.sectionTitle04 img {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.sectionTitle05 {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 30px;
  line-height: 1.7;
  text-align: center;
  font-size: 36px;
}
.sectionTitle05:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  height: 1px;
  background: #c7c7c7;
}

.sectionTitle06 {
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0075c2;
  line-height: 1.5;
  font-size: 24px;
}

.colorR {
  color: #c20000;
}

.formBtn {
  /*padding-top: 60px;*/
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}
.formBtn a {
  display: inline-block;
  position: relative;
  padding: 12px 0 11px;
  width: 100%;
  max-width: 410px;
  border-radius: 25px;
  color: #fff;
  background: #ffba49;
}
.formBtn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.videoWrap { /*2022.04 add*/
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
  margin-bottom: 30px;
}
.videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================================================================
 top_style
================================================================*/
#top main {
  padding-top: 0;
}
#top .mainVisual {
  position: relative;
  height: 800px;
  overflow: hidden;
}
#top .mainVisual .slideList {
  height: 100%;
}
#top .mainVisual .slideList li {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
  height: 100%;
}
#top .mainVisual .slideList .textArea {
  box-sizing: border-box;
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: 50px;
  padding: 45px 45px 35px;
  width: 560px;
  background: url("../img/top/mv_catch_pattern.jpg") no-repeat left top #0075c2;
  background-size: auto 100%;
}
#top .mainVisual .slideList .textArea .lp_banner {
  position: absolute;
  bottom: -215px;
  left: 0;
  width: 100%;
}
#top .mainVisual .lpbnr1, #top .mainVisual .lpbnr2, #top .mainVisual .lpbnr3 {
  display: none;
}

#top .mainVisual .slideList .textArea .catch {
  padding-bottom: 20px;
}
#top .mainVisual .slideList .textArea .lead {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
}
#top .mainVisual .slideList .image {
  line-height: 0;
}
#top .mainVisual .slideList .cond01 .image img {
  display: none;
}
#top .mainVisual .slideList .cond01 .image .photo01 {
  display: inline-block;
}
#top .mainVisual .slideList .cond01 .textArea {
  /*top: 325px;*/
  top: 273px;
}
#top .mainVisual .slideList .cond02 .textArea {
  top: 273px;
  left: auto;
  right: 52%;
}
#top .mainVisual .slideList .cond02 .commonBtn01 {
  text-align: right;
}
#top .mainVisual .slideList .cond03 .textArea {
  /*top: 400px;
  left: 18%;*/
  top: 273px;
  left: auto;
  right: 52%;
}
#top .mainVisual .slideList .cond03 .commonBtn01 {
  text-align: right;
}
#top .mainVisual .indicator {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  width: 1217px;
  text-align: right;
  z-index: 6;
}
#top .mainVisual .indicator li {
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background: #fff;
}
#top .mainVisual .indicator li:last-child {
  margin-right: 0;
}
#top .mainVisual .indicator li.current {
  pointer-events: none;
  background: #0075c2;
}
#top .mainVisual .indicator li:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  #top .mainVisual .indicator li:hover {
    background: #0075c2;
  }
}

/*#top .siteHeader {
  box-shadow: none;
}*/

#top .nikkeiSolutionArea {
	/*position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	z-index: 10;*/
	background-color: #ffba49;
	/*border-top: 1px solid #ccc;
	transition: .5s;
	opacity: 1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);*/
  text-align: center;
}

/*#top .siteHeader.headerShadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}*/

/*#top .nikkeiSolutionArea.scrollhide {
  opacity: 0;
  visibility: hidden;
}*/

#top .nikkeiSolutionArea a {
  display: inline-block;
}


#top .nikkeiSolutionInfo {
	box-sizing: border-box;
	padding: 5px 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top .nikkeiSolutionInfo .nikkeisolutionLogo {
	width: 227px;
	margin-bottom: 3px;
}

#top .nikkeiSolutionInfo p {
	margin-left: 20px;
	color: #000;
  margin-top: 5px;
  text-align: left;
  font-size: 18px;
}

#top .nikkeiSolutionArea a:hover {
  opacity: 1;
}

#top .nikkeiSolutionArea a:hover p {
  text-decoration: underline;
}


#top .topicsArea {
  margin-bottom: 100px;
  padding: 18px 0;
  background: #0c090d;
}
#top .topicsArea > .wrap {
  position: relative;
}
#top .topicsArea .title {
  float: left;
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
  width: 80px;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
#top .topicsArea .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
  width: 1px;
  height: 26px;
  background: #818181;
}
#top .topicsArea .categoryIcon {
  height: 20px;
  line-height: 20px;
}
#top .topicsArea .textArea {
  float: left;
  padding-top: 2px;
  width: 1010px;
}
#top .topicsArea .textArea > a {
  display: block;
  height: 20px;
  color: #fff;
}
#top .topicsArea .textArea > a:hover {
  opacity: 1;
}
#top .topicsArea .textArea > a:hover .content {
  text-decoration: underline;
}
#top .topicsArea .textArea span {
  display: inline-block;
  float: left;
}
#top .topicsArea .textArea .categoryIcon {
  margin-right: 30px;
}
#top .topicsArea .textArea .date {
  padding-right: 25px;
  width: 90px;
  line-height: 20px;
  font-size: 16px;
}
#top .topicsArea .textArea .content {
  width: 770px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  font-size: 16px;
  overflow: hidden;
}
#top .topicsArea .topicsListBtn {
  position: absolute;
  top: -18px;
  right: 0;
}
#top .topicsArea .topicsListBtn a {
  display: block;
  padding: 23px 22px;
  background: #0075c2;
}
#top .sections {
  padding-bottom: 80px;
}
#top .sections .lead {
  padding-bottom: 40px;
  text-align: center;
  line-height: 1.4;
  font-size: 36px;
  font-weight: bold;
}
#top .sections .commonBtn02,
#top .sections .commonBtn03 {
  padding-top: 50px;
  text-align: center;
}
#top section.quality ul li {
  float: left;
  padding-right: 29px;
  width: 282px;
}
#top section.quality ul li img {
  width: 100%;
  height: auto;
}
#top section.quality ul li:last-child {
  padding-right: 0;
}
#top section.quality ul li .textArea {
  box-sizing: border-box;
  position: relative;
  padding: 0 25px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  color: #fff;
  background: #ef5b5b;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#top section.quality ul li .textArea span {
  position: relative;
  z-index: 3;
}
#top section.quality ul li .textArea:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  -webkit-transition-property: width, height;
  -ms-transition-property: width, height;
  -moz-transition-property: width, height;
  transition-property: width, height;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 1;
}
#top section.quality ul li .textArea:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
  z-index: 2;
}
#top section.quality ul li a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #top section.quality ul li a:hover .textArea {
    color: #ef5b5b;
  }
  #top section.quality ul li a:hover .textArea:before {
    width: 100%;
    height: 100%;
  }
  #top section.quality ul li a:hover .textArea:after {
    border-color: #ef5b5b;
  }
}
#top section.knowhow {
  margin-bottom: 80px;
  padding-top: 80px;
  background: url("../img/top/knowhow_bg.jpg") no-repeat center center;
  background-size: 2000px 100%;
}
#top section.knowhow .sectionTitle01 {
  color: #111111;
}
#top section.knowhow .sectionTitle01:after {
  background: #282828;
}
#top section.knowhow .lead {
  padding-bottom: 70px;
}
#top section.knowhow ul {
  margin: 0 auto;
  max-width: 1140px;
}
#top section.knowhow ul li {
  float: left;
  padding-right: 113px;
  width: 200px;
  text-align: center;
}
#top section.knowhow ul li:last-child {
  padding: 0;
}
#top section.knowhow ul li a {
  display: block;
  color: #fff;
}
#top section.knowhow ul li a:hover {
  opacity: 1;
}
#top section.knowhow ul li img {
  width: 100%;
  height: auto;
}
#top section.knowhow ul li .text {
  padding-bottom: 60px;
  line-height: 1.7;
  font-size: 20px;
  font-weight: bold;
}
#top section.knowhow ul li .image {
  position: relative;
}
#top section.knowhow ul li .image .icon {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -29px;
  width: 57px;
  height: 73px;
  background: url("../img/common/icon_lightbulb.png") no-repeat;
}
#top section.project .sectionTitle01:after {
  background: #c7c7c7;
}
#top section.project .slideWrap {
  position: relative;
  overflow-x: hidden;
}
#top section.project .slideWrap .slideFrame {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}
#top section.project .slideWrap .controller {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0  0 -630px;
  width: 1260px;
  z-index: 2;
}
#top section.project .slideWrap .controller li {
  position: absolute;
}
#top section.project .slideWrap .controller li a {
  display: block;
  width: 60px;
  height: 60px;
  border-right: 1px solid #0378c2;
  border-bottom: 1px solid #0378c2;
}
#top section.project .slideWrap .controller li.prev {
  left: 30px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#top section.project .slideWrap .controller li.next {
  right: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#top section.project .slideWrap .slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#top section.project .slideWrap .slider li {
  position: relative;
  float: left;
  margin-right: 20px;
}
#top section.project .slideWrap .slider li a {
  display: block;
}
#top section.project .slideWrap .slider p {
  position: absolute;
  color: #111111;
}
#top section.project .slideWrap .slider .number {
  position: absolute;
  top: 0;
  left: 35px;
  padding: 10px 5px 0;
  border-top: 8px solid #0c090d;
  font-size: 30px;
}
#top section.project .slideWrap .slider .number .vol {
  display: inline-block;
  position: relative;
  top: -30px;
}
#top section.project .slideWrap .slider .number .num {
  display: inline-block;
  padding-left: 25px;
  font-size: 120px;
}
#top section.project .slideWrap .slider .catch {
  top: 125px;
  left: 50%;
  margin-left: -300px;
  width: 620px;
  line-height: 1.5;
  text-align: center;
  font-size: 36px;
}
#top section.project .slideWrap .slider .bnrInfo {
  top: 230px;
  left: 50%;
  margin-left: -230px;
  width: 460px;
  text-align: center;
  font-size: 24px;
}
#top section.project .slideWrap .slider .bnrInfo:before, #top section.project .slideWrap .slider .bnrInfo:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 115px;
  height: 1px;
  background: #0c090d;
}
#top section.project .slideWrap .slider .bnrInfo:before {
  left: 0;
}
#top section.project .slideWrap .slider .bnrInfo:after {
  right: 0;
}
#top section.showcase {
  margin-bottom: 80px;
  padding-top: 80px;
  background: url("../img/top/showcase_bg.jpg") no-repeat center center;
  background-size: 2000px auto;
}
#top section.showcase .sectionTitle01 {
  color: #fff;
}
#top section.showcase .sectionTitle01 .en {
  color: #fff;
}
#top section.showcase .sectionTitle01:after {
  background: #c7c7c7;
}
#top section.showcase .lead {
  padding: 0;
  color: #fff;
}
#top section.newsTopics {
  position: relative;
  margin-top: -90px;
  padding-top: 90px;
}
#top section.newsTopics .sectionTitle01 {
  float: left;
  margin: 0;
  padding-top: 10px;
  width: 180px;
  text-align: left;
}
#top section.newsTopics .sectionTitle01 .en {
  font-size: 30px;
}
#top section.newsTopics .sectionTitle01:after {
  left: 0;
  margin: 0;
  width: 74px;
  background: #c7c7c7;
}
#top section.newsTopics .newsList {
  float: right;
  width: 900px;
}
#top section.newsTopics .newsList li {
  border-top: 1px dashed #cccccc;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 25px 0 25px 100px;
}
#top section.newsTopics .newsList li:last-child {
  border-bottom: 1px dashed #cccccc;
}
#top section.newsTopics .newsList li a {
  color: #0075c2;
}
#top section.newsTopics .newsList li a:hover {
  opacity: 1;
  text-decoration: underline;
}
#top section.newsTopics .newsList li.new .textArea .date:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -42px;
  width: 33px;
  height: 11px;
  margin-top: -6px;
  background: url("../img/common/icon_new.svg") no-repeat;
}
#top section.newsTopics .newsList .categoryIcon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
#top section.newsTopics .newsList .textArea {
  font-size: 16px;
}
#top section.newsTopics .newsList .textArea span {
  display: inline-block;
}
#top section.newsTopics .newsList .textArea .date {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}
#top section.newsTopics .newsList .textArea .content {
  display: block;
  width: 770px;
  line-height: 1.3;
}
#top section.newsTopics .commonBtn02 {
  position: absolute;
  top: 154px;
  left: 0;
  padding: 0;
}
#top section.newsTopics .commonBtn02 a {
  width: 190px;
}
#top .bnrArea01 {
  padding: 70px 0;
  background: url("../img/top/bnrarea01_bg.jpg") repeat top left;
}
#top .bnrArea01 ul li {
  float: left;
  padding-right: 29px;
}
#top .bnrArea01 ul li:last-child {
  padding: 0;
}
#top .bnrArea02 {
  padding: 60px 0;
  background: #cce3f3;
}
#top .bnrArea02 ul {
  margin-bottom: -30px;
}
#top .bnrArea02 ul li {
  float: left;
/*  float: right;*/
  clear: both;
  padding-bottom: 30px;
  width: 594px;
}
#top .bnrArea02 ul li:nth-child(2n) {
  float: right;
/*  float: left;*/
  clear: none;
}
#top .bnrArea02 ul li div {
  float: left;
}
#top .bnrArea02 ul li div:last-of-type {
  float: right;
}
#top .bnrArea02 ul li:nth-child(4n) {
  padding-right: 0;
}
#top .bnrArea02 ul li:nth-child(4n+1) {
  clear: both;
/*  clear: none;*/
}
@media screen and (min-width: 769px) {
  #top .bnrArea02 .slideFrame {
    height: auto !important;
  }
  #top .bnrArea02 .slider {
    width: 1217px !important;
  }
  #top .bnrArea02 ul {
    left: 0 !important;
  }
  #top .bnrArea02 ul li {
    width: 594px !important;
  }
  #top .bnrArea02 ul li:not(.org-item) {
    display: none !important;
  }
}

/*================================================================
 lower_style
================================================================*/
.lower main {
  padding-top: 0;
}
.lower .mainVisual {
  box-sizing: border-box;
  position: relative;
  padding-top: 190px;
  height: 400px;
  background: url("../img/quality/mv.jpg") no-repeat center bottom;
}
.lower .mainVisual h1,
.lower .mainVisual .catch {
  width: 100%;
  text-align: center;
}
.lower .mainVisual h1 {
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: normal;
}
.lower .mainVisual h1 span {
  display: block;
  padding-bottom: 10px;
  font-size: 48px;
}
.lower .mainVisual .catch {
  font-size: 16px;
}
.lower div.mainVisual {
  padding-top: 215px;
}
.lower .breadcrumb {
  padding: 23px 0 21px;
  font-size: 14px;
  color: #fff;
  background: #0c090d;
}
.lower .breadcrumb a {
  color: #0075c2;
}
.lower .breadcrumb ul {
  box-sizing: border-box;
  padding: 0 10px;
}
.lower .breadcrumb ul li {
  float: left;
  position: relative;
  margin-right: 10px;
  padding-right: 22px;
}
.lower .breadcrumb ul li:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
.lower .breadcrumb ul li:last-child {
  margin: 0;
  padding: 0;
}
.lower .breadcrumb ul li:last-child:after {
  display: none;
}
.lower .contentWrap {
  position: relative;
}
.lower .sideMenu {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: url("../img/common/sidemenu_bg.jpg") repeat left top;
  z-index: 5;
}
.lower .sideMenu .categoryName {
  display: none;
}
@media screen and (min-width: 769px) {
  .lower .sideMenu ul {
    display: block !important;
  }
}
.lower .sideMenu li {
  margin-top: 1px;
  font-size: 16px;
}
.lower .sideMenu li.current > a {
  pointer-events: none;
  font-weight: bold;
  color: #111111;
  background: url("../img/common/sidemenu_current_bg.jpg") repeat left top !important;
}
.lower .sideMenu li.parentAndChild a {
  padding: 30px 30px 30px 50px;
  border-left-color: #0075c2;
  background: #56555c;
}
.lower .sideMenu li a {
  box-sizing: border-box;
  display: block;
  padding: 30px 20px 30px 23px;
  line-height: 1.3;
  color: #fff;
  border-left: 14px solid #0c090d;
  background: #0075c2;
}
.lower .sideMenu li a:hover {
  color: #111111;
  background: url("../img/common/sidemenu_current_bg.jpg") repeat left top;
  opacity: 1;
}
.lower .sideMenu li ul {
  display: none !important;
}
.lower .sideMenu li ul.open {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .lower .sideMenu .sideSpLayer {
    display: none !important;
  }
}
.lower .contents {
  padding: 60px 0 100px 340px;
}
.lower .sections {
  padding-bottom: 80px;
}
.lower .sections:last-of-type {
  padding: 0;
}
.lower .lowerPageList {
  margin-bottom: -30px;
}
.lower .lowerPageList li {
  float: left;
  clear: both;
  padding-bottom: 30px;
  width: 425px;
}
.lower .lowerPageList li:nth-child(2n) {
  float: right;
  clear: none;
}
.lower .lowerPageList li a {
  display: block;
  color: #111111;
}
.lower .lowerPageList li .image img {
  width: 100%;
  height: auto;
}
.lower .lowerPageList li .name {
  box-sizing: border-box;
  padding: 20px 35px 20px 25px;
  border-left: 10px solid #0075c2;
  line-height: 1.7;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
}
.lower .lowerPageList02 {
  margin-bottom: -30px;
}
.lower .lowerPageList02 > li {
  float: left;
  clear: both;
  padding-bottom: 30px;
  width: 594px;
}
.lower .lowerPageList02 > li:nth-child(2n) {
  float: right;
  clear: none;
}
.lower .lowerPageList02 > li > a {
  display: block;
  color: #111111;
}
.lower .lowerPageList02 > li .image img {
  width: 100%;
  height: auto;
}
.lower .lowerPageList02 > li .inner {
  box-sizing: border-box;
  padding: 25px 30px 25px 20px;
  border-left: 10px solid #0075c2;
  background: #fff;
}
.lower .lowerPageList02 > li .inner > dl dt {
  padding-bottom: 10px;
  line-height: 1.7;
  font-size: 24px;
  font-weight: bold;
}
.lower .lowerPageList02 > li .inner > dl dd {
  line-height: 1.7;
  font-size: 16px;
}
.lower .lowerPageList02 > li .inner .relation {
  padding-top: 20px;
}
.lower .lowerPageList02 > li .inner .relation p {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.lower .lowerPageList02 > li .inner .relation li {
  float: left;
  clear: both;
}
.lower .lowerPageList02 > li .inner .relation li:nth-child(2n) {
  float: right;
  clear: none;
}
.lower .lowerPageList02 > li .inner .relation li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 10px 12px;
  width: 250px;
  height: 90px;
  border: 1px solid #0075c2;
  border-right-width: 32px;
  border-radius: 3px;
}
.lower .lowerPageList02 > li .inner .relation li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lower .lowerPageList02 > li .inner .relation li dl {
  font-size: 16px;
}
.lower .lowerPageList02 > li .inner .relation li dt {
  padding-bottom: 5px;
  font-weight: bold;
  color: #0075c2;
}
.lower .lowerPageList02 > li .inner .relation li dd {
  line-height: 1.5;
  color: #111111;
}
.lower .lowerPageList02 > li .inner .relation li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.lower .lowerPageList02 > li .inner .relation li span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  font-weight: bold;
  color: #0075c2;
}
.lower .lowerPageList03 {
  margin-bottom: -30px;
}
.lower .lowerPageList03 li {
  float: left;
  padding: 0 29px 30px 0;
  width: 282px;
}
.lower .lowerPageList03 li:nth-child(4n) {
  padding-right: 0;
}
.lower .lowerPageList03 li:nth-child(4n+1) {
  clear: both;
}
.lower .lowerPageList03 li a {
  display: block;
  color: #111111;
}
.lower .lowerPageList03 li .image img {
  width: 100%;
  height: auto;
}
.lower .lowerPageList03 .text {
  padding: 25px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #0075c2;
  text-align: center;
}
.lower .lowerPageList04 li {
  counter-increment: pageListNum;
  float: left;
  padding-right: 28px;
  padding-bottom: 20px;
  width: 387px;
}
.lower .lowerPageList04 li:nth-child(3n) {
  padding-right: 0;
}
.lower .lowerPageList04 li a {
  display: block;
  color: #111111;
}
.lower .lowerPageList04 li .image img {
  width: 100%;
  height: auto;
}
.lower .lowerPageList04 .text {
  position: relative;
  padding: 25px 25px 25px 70px;
  border-left: 6px solid #29bf12;
  line-height: 1.7;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
}
.lower .lowerPageList04 .text:before {
  content: counter(pageListNum,decimal-leading-zero);
  position: absolute;
  top: 28px;
  left: 22px;
  line-height: 1;
  font-size: 30px;
  color: #29bf12;
}
.lower .commonText {
  line-height: 1.7;
  font-size: 16px;
}
.lower .commonText a {
  color: #0075c2;
}
.lower .commonText a.tel {
  color: #101010;
}
.lower .commonLead {
  padding-bottom: 25px;
  line-height: 1.7;
  font-size: 16px;
}
.lower .commonLead:last-child {
  padding-bottom: 0;
}
.lower .commonList li {
  position: relative;
  padding: 0 0 5px 16px;
  line-height: 1.7;
  font-size: 16px;
}
.lower .commonList li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  margin-top: -1px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #0075c2;
}
.lower .commonList li:last-child {
  margin: 0;
}
.lower .commonTextList {
  font-size: 24px;
}
.lower .commonTextList li {
  padding-bottom: 15px;
  line-height: 1.5;
}
.lower .commonTextList li:last-child {
  padding: 0;
}
.lower .commonFrameText {
  box-sizing: border-box;
  padding: 20px 25px;
  border: 1px solid #c4c4c4;
  font-size: 24px;
  font-weight: bold;
  color: #3e73a9;
}
.lower .commonFrameText li {
  padding-bottom: 8px;
  line-height: 1.7;
}
.lower .tableWrap {
  overflow: auto;
}
.lower .commonTable01 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.lower .commonTable01 th,
.lower .commonTable01 td {
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid #c4c4c4;
  line-height: 1.7;
  font-size: 16px;
}
.lower .commonTable01 th {
  width: 200px;
  font-weight: bold;
  background: #e7eff5;
}
.lower .commonTable01 .tel {
  color: #101010;
}
.lower .commonTable02 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 877px;
  text-align: center;
  background: #fff;
}
.lower .commonTable02 th,
.lower .commonTable02 td {
  box-sizing: border-box;
  padding: 20px 15px;
  border: 1px solid #c4c4c4;
  line-height: 1.7;
  vertical-align: middle;
  font-size: 16px;
}
.lower .commonTable02 th {
  font-weight: bold;
  background: #e7eff5;
}
.lower .commonTable02 th:first-of-type {
  width: 480px;
}
.lower .commonTable02 th:nth-of-type(2) {
  width: 220px;
}
.lower .commonTable02 th:last-of-type {
  width: 170px;
}
.lower .commonTable02 td:first-of-type {
  line-height: 0;
}
.lower .commonTable02 td.ta_l {
  text-align: left;
}
.lower .commonTable03 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 877px;
  text-align: center;
  background: #fff;
}
.lower .commonTable03 th,
.lower .commonTable03 td {
  box-sizing: border-box;
  padding: 20px 15px;
  border: 1px solid #c4c4c4;
  line-height: 1.7;
  vertical-align: middle;
  font-size: 16px;
}
.lower .commonTable03 th {
  font-weight: bold;
  background: #e7eff5;
}
.lower .commonTable03 th:first-of-type {
  width: 230px;
}
.lower .commonTable03 th:nth-of-type(2) {
  width: 460px;
}
.lower .commonTable03 th.th01, .lower .commonTable03 th.th03 {
  width: 300px !important;
}
.lower .commonTable03 th.th02 {
  width: 600px !important;
}
.lower .commonTable03 td:first-of-type {
  line-height: 0;
}
.lower .commonTable03 td.ta_l {
  text-align: left;
}
.lower .commonTable03 a {
  color: #0075c2;
  font-weight: bold;
}
.lower .commonDocumentList > li {
  float: left;
  clear: both;
  padding-bottom: 40px;
  width: 48.891%;
}
.lower .commonDocumentList > li:nth-child(2n) {
  float: right;
  clear: none;
}
.lower .commonDocumentList > li .inner {
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
}
.lower .commonDocumentList > li .inner .thumbnail {
  padding-bottom: 30px;
  text-align: center;
}
.lower .commonDocumentList > li .inner .links li {
  padding-bottom: 10px;
}
.lower .commonDocumentList > li .inner .links li:last-child {
  padding-bottom: 0;
}
.lower .commonDocumentList > li .inner .links li a {
  display: block;
  position: relative;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #0075c2;
}
.lower .commonDocumentList > li .inner .links li a:before, .lower .commonDocumentList > li .inner .links li a:after {
  content: "";
  position: absolute;
  top: 50%;
}
.lower .commonDocumentList > li .inner .links li a:before {
  left: 25px;
  margin-top: -16px;
  width: 22px;
  height: 32px;
  background: url("../img/common/icon_book.png") no-repeat;
}
.lower .commonDocumentList > li .inner .links li a:after {
  right: 20px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url("../img/common/icon_external.png") no-repeat;
}
.lower .commonDocumentList > li .inner .links li.pdf a:before {
  background-image: url("../img/common/icon_pdf.png");
}
.lower .commonDocumentList > li .inner .links li.pdf a:after {
  background-image: url("../img/common/icon_download.png");
}
.lower .commonHistoryList {
  padding: 30px;
  background: #fff;
}
.lower .commonHistoryList li {
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #c4c4c4;
  font-size: 16px;
}
.lower .commonHistoryList li:last-child {
  border-bottom: 1px solid #c4c4c4;
}
.lower .commonHistoryList li span {
  display: block;
}
.lower .commonHistoryList li .date {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -8px;
  font-weight: bold;
  color: #0075c2;
}
.lower .commonHistoryList li .content {
  box-sizing: border-box;
  position: relative;
  padding-left: 136px;
  line-height: 1.7;
}
.lower .commonHistoryList li .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 112px;
  width: 1px;
  height: 100%;
  background: url("../img/common/icon_dotted.png") repeat-y;
}
.lower .commonNumText {
  counter-reset: textNum;
  padding: 0 20px 30px;
  font-size: 16px;
}
.lower .commonNumText li {
  counter-increment: textNum;
  position: relative;
  list-style: none;
  padding-left: 20px;
  line-height: 1.7;
}
.lower .commonNumText li:before {
  content: counter(textNum) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.lower .commonNumText:last-child {
  padding-bottom: 0;
}
.lower .commonDefinition dt,
.lower .commonDefinition dd {
  line-height: 1.7;
  font-size: 16px;
}
.lower .commonDefinition dt {
  padding-bottom: 8px;
  font-weight: bold;
}
.lower .commonDefinition dd {
  padding-bottom: 5px;
}
.lower .commonDefinition dd:last-of-type {
  padding: 0;
}
.lower .commonExample {
  padding-bottom: 20px;
}
.lower .commonExample:last-of-type {
  padding: 0;
}
.lower .commonExample dt,
.lower .commonExample dd {
  line-height: 1.7;
  font-size: 16px;
}
.lower .commonExample dt {
  padding: 25px 30px;
  background: #fff;
}
.lower .commonExample dd {
  position: relative;
  padding: 15px 30px;
  background: #e7eff5;
}
.lower .commonExample dd span {
  display: inline-block;
}
.lower .commonExample dd .descTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  background: url("../img/common/bg_pentagon.png") no-repeat;
  background-size: 100% 100%;
}
.lower .commonExample dd .descTitle span {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -8px;
  padding-right: 10px;
}
.lower .commonExample dd .content {
  padding-left: 115px;
  line-height: 1.7;
}
.lower .inner .innerList {
  padding-bottom: 20px;
}
.lower .inner .innerList li {
  box-sizing: border-box;
  float: left;
  margin-right: 12px;
  padding: 30px 0;
  width: 195px;
  height: 90px;
  border: 1px solid #0075c2;
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 3px 3px 0 0 #cce3f3;
}
.lower .inner .innerList li:nth-child(4n) {
  margin: 0;
}
.lower .inner .innerList li.multiLine {
  padding: 14px 0;
}
.lower .inner .textList li {
  position: relative;
  padding: 0 0 5px 30px;
  line-height: 1.7;
  font-size: 16px;
}
.lower .inner .textList li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  margin-top: -1px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #0075c2;
}
.lower .commonFlowList > li {
  position: relative;
  padding-bottom: 35px;
}
.lower .commonFlowList > li:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -11px;
  border-top: 13px solid #ffba49;
  border-right: 11px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 11px solid transparent;
}
.lower .commonFlowList > li:last-child {
  padding: 0;
}
.lower .commonFlowList > li:last-child:after {
  display: none;
}
.lower .commonFlowList > li .listTitle {
  padding: 12px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #0075c2;
}
.lower .commonFlowList > li .inner {
  padding: 30px 30px 20px;
  background: #fff;
}
.lower .commonSupportFlow .flows {
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #29bf12;
  z-index: 2;
}
.lower .commonSupportFlow .flows:last-of-type {
  margin: 0;
}
.lower .commonSupportFlow .flows:before, .lower .commonSupportFlow .flows:after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  background: #ffba49;
  z-index: -1;
}
.lower .commonSupportFlow .flowTitle {
  padding: 18px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #29bf12;
}
.lower .commonSupportFlow .flowTitle.Khand {
  font-size: 30px;
}
.lower .commonSupportFlow .inner {
  position: relative;
  padding: 30px;
  background: #fff;
}
.lower .commonSupportFlow .inner:before, .lower .commonSupportFlow .inner:after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
}
.lower .commonSupportFlow .inner:before {
  border-bottom-color: #ffba49;
}
.lower .commonSupportFlow .inner:after {
  border-top-color: #ffba49;
}
.lower .commonSupportFlow .inner .text {
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  color: #ffba49;
}
.lower .commonSupportFlow .inner dt {
  padding-bottom: 8px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  color: #ef5b5b;
}
.lower .commonSupportFlow .inner dt:nth-of-type(2) {
  padding-top: 15px;
}
.lower .commonSupportFlow .inner dd {
  padding-bottom: 5px;
  line-height: 1.7;
  font-size: 16px;
  color: #ef5b5b;
}
.lower .commonSupportFlow .inner .annotation {
  clear: both;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
  font-size: 16px;
}
.lower .commonSupportFlow .innerList li {
  position: relative;
}
.lower .commonSupportFlow .innerList li:before, .lower .commonSupportFlow .innerList li:after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 15px;
  background: #29bf12;
}
.lower .commonSupportFlow .innerList li:before {
  top: -16px;
}
.lower .commonSupportFlow .innerList li:after {
  bottom: -16px;
}
.lower .commonSupportFlow .flow01 .innerList {
  padding: 0;
}
.lower .commonSupportFlow .flow01 .innerList li {
  float: none;
  clear: both;
  border-color: #29bf12;
  box-shadow: 3px 3px 0 0 #d4f2d0;
}
.lower .commonSupportFlow .flow01 .innerList li:first-child {
  margin-bottom: 15px;
}
.lower .commonSupportFlow .flow01 .innerList li:first-child:after {
  display: block;
}
.lower .commonSupportFlow .flow01 .textList {
  position: absolute;
  top: 30px;
  left: 260px;
}
.lower .commonSupportFlow .flow02 {
  float: left;
  width: 260px;
  border-color: #ffba49;
}
.lower .commonSupportFlow .flow02:before, .lower .commonSupportFlow .flow02:after {
  display: block;
}
.lower .commonSupportFlow .flow02:before {
  top: -13px;
  height: 13px;
}
.lower .commonSupportFlow .flow02:after {
  bottom: -115px;
  height: 115px;
}
.lower .commonSupportFlow .flow02 .flowTitle {
  background-color: #ffba49;
}
.lower .commonSupportFlow .flow02 .inner:before, .lower .commonSupportFlow .flow02 .inner:after {
  display: block;
}
.lower .commonSupportFlow .flow02 .inner:before {
  top: -104px;
}
.lower .commonSupportFlow .flow02 .inner:after {
  bottom: -140px;
}
.lower .commonSupportFlow .flow03 {
  float: right;
  width: 600px;
  border-color: #ef5b5b;
}
.lower .commonSupportFlow .flow03:before, .lower .commonSupportFlow .flow03:after {
  display: block;
  background: #fbd6d6;
}
.lower .commonSupportFlow .flow03:before {
  top: -29px;
  height: 28px;
}
.lower .commonSupportFlow .flow03:after {
  bottom: -41px;
  height: 40px;
}
.lower .commonSupportFlow .flow03 .flowTitle {
  background-color: #ef5b5b;
}
.lower .commonSupportFlow .flow03 .inner:before {
  display: block;
  top: -114px;
  border-bottom-color: #fbd6d6;
}
.lower .commonSupportFlow .flow03 dl {
  width: 250px;
}
.lower .commonSupportFlow .flow03 dl:nth-of-type(2) {
  position: absolute;
  right: 30px;
  top: 30px;
}
.lower .commonSupportFlow .flow04 {
  clear: both;
  border-color: #0075c2;
}
.lower .commonSupportFlow .flow04 .flowTitle {
  background-color: #0075c2;
}
.lower .commonSupportFlow .flow04 .innerList li {
  padding: 14px 0;
  width: 194px;
  height: 60px;
}
.lower .commonSupportFlow .flow04 .innerList li:before, .lower .commonSupportFlow .flow04 .innerList li:after {
  background: #0075c2;
}
.lower .commonSupportFlow .flow04 .innerList li:first-child {
  float: none;
  clear: both;
  margin: 0 auto 32px;
}
.lower .commonSupportFlow .flow04 .innerList li:first-child:before, .lower .commonSupportFlow .flow04 .innerList li:first-child:after {
  display: block;
}
.lower .commonSupportFlow .flow04 .innerList li:first-child:before {
  top: auto;
  bottom: -18px;
  margin-left: -312px;
  width: 620px;
  height: 2px;
}
.lower .commonSupportFlow .flow04 .innerList li:nth-child(n+2):before {
  display: block;
}
.lower .commonSupportFlow .flow04 .innerList li:nth-child(4) {
  margin-right: 12px;
}
.lower .commonSupportFlow .flow04 .innerList li:last-child {
  margin: 0;
}
.lower .commonAccord {
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.lower .commonAccord:last-of-type {
  margin: 0;
}
.lower .commonAccord dt,
.lower .commonAccord dd a {
  position: relative;
}
.lower .commonAccord dt {
  cursor: pointer;
  padding: 15px 0 15px 70px;
  line-height: 1;
  border-bottom: 2px solid #f3f5f4;
  font-size: 20px;
  font-weight: bold;
}
.lower .commonAccord dt:hover {
  opacity: 0.7;
}
.lower .commonAccord dd {
  display: none;
  position: relative;
  padding: 0 30px 30px;
  font-size: 16px;
}
.lower .commonAccord dd li {
  border-bottom: 1px dashed #cccccc;
}
.lower .commonAccord dd a {
  display: block;
  box-sizing: border-box;
  padding: 15px 0 15px 24px;
  line-height: 1.7;
  color: #101010;
}
.lower .commonAccord.open .commonIcon01:before {
  margin-top: -4px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.lower .commonInfoList li {
  border-bottom: 1px dashed #cccccc;
  font-size: 16px;
}
.lower .commonInfoList li:first-child {
  border-top: 1px dashed #cccccc;
}
.lower .commonInfoList li a {
  display: block;
  position: relative;
  padding: 15px 0 15px 24px;
  line-height: 1.7;
  color: #101010;
}
.lower .commonInfoList li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.lower .commonInfoList .pdfIcon {
  padding-left: 2px;
  vertical-align: top;
}
.lower .commonHomeLink {
  padding-bottom: 40px;
}
.lower .commonHomeLink a {
  display: inline-block;
  padding-left: 15px;
  border-left: 5px solid #0075c2;
  line-height: 1.7;
  font-size: 18px;
  font-weight: bold;
  color: #0075c2;
}
.lower .commonAllList {
  float: left;
  padding-right: 50px;
  font-size: 16px;
  width: 352px;
}
.lower .commonAllList:last-of-type {
  padding: 0;
}
.lower .commonAllList .commonIcon02 {
  top: 5px;
}
.lower .commonAllList li a {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  line-height: 1.7;
  color: #111111;
}
.lower .commonAllList li.external > a {
  padding-right: 16px;
}
.lower .commonAllList li.external > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 12px;
  height: 11px;
  background: url("../img/common/icon_external02.png") no-repeat;
}
.lower .commonAllList > li {
  padding-bottom: 40px;
}
.lower .commonAllList > li:last-child {
  padding: 0;
}
.lower .commonAllList > li ul {
  padding-left: 30px;
}
.lower .commonAllList > li li {
  margin-top: 10px;
}
.lower .commonAllList > li li a {
  padding-left: 20px;
}
.lower .commonAllList > li li a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 8px;
  border-bottom: 1px solid #0075c2;
  border-left: 1px solid #0075c2;
}
.lower .commonIcon01,
.lower .commonIcon02 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #0075c2;
}
.lower .commonIcon01 {
  width: 50px;
  height: 50px;
}
.lower .commonIcon01:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -1px 0 0 -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lower .commonIcon02 {
  top: 20px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
.lower .commonIcon02:before, .lower .commonIcon02:after {
  content: "";
  position: absolute;
  top: 50%;
}
.lower .commonIcon02:before {
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 1px;
  background: #fff;
}
.lower .commonIcon02:after {
  right: 4px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lower.closed .inner {
  padding-bottom: 30px !important;
}
.lower .mainCont h3 {
  padding-bottom: 15px;
  line-height: 1.8;
  font-size: 24px;
}
.lower .mainCont .image01 {
  float: right;
  padding: 0 0 30px 30px;
}
.lower .mainCont .text02 {
  float: right;
  clear: both;
  width: 560px;
}
.lower .mainCont .image02 {
  float: left;
  padding: 30px 30px 0 0;
}

/*================================================================
 lower_categoryTop_style
================================================================*/
.lower.categoryTop .contents {
  counter-reset: pageListNum;
  padding: 60px 0 100px;
}
.lower.categoryTop .pageTitle h2 {
  width: 1217px;
}
.lower.categoryTop .intro .lead {
  padding-bottom: 70px;
  line-height: 1.7;
  font-size: 18px;
  font-weight: bold;
}
.lower.categoryTop .intro .lead02 {
  margin: 0 auto;
  padding-bottom: 70px;
  max-width: 760px;
  line-height: 1.7;
  font-size: 24px;
  font-weight: bold;
}
.lower.categoryTop .pageList {
  margin-bottom: -60px;
}
.lower.categoryTop .pageList li {
  float: left;
  padding: 0 29px 60px 0;
  width: 386px;
}
.lower.categoryTop .pageList li:nth-child(3n) {
  padding-right: 0;
}
.lower.categoryTop .pageList li:nth-child(3n+1) {
  clear: both;
}
.lower.categoryTop .pageList li a {
  display: block;
  color: #111111;
}
.lower.categoryTop .pageList li .image img {
  width: 100%;
  height: auto;
}
.lower.categoryTop .pageList li dl {
  box-sizing: border-box;
  padding: 13px 20px 18px;
  min-height: 117px;
  border-left: 10px solid #0075c2;
  background: #fff;
}
.lower.categoryTop .pageList li dt {
  line-height: 1.7;
  font-size: 24px;
  font-weight: bold;
}
.lower.categoryTop .pageList li dd {
  line-height: 1.7;
  font-size: 14px;
}
.lower.categoryTop .lowerPageList02 > li .inner {
  padding: 15px 30px 15px 20px;
}

/*================================================================
 quality_common_style
================================================================*/
#quality .mainVisual {
  background-image: url("../img/quality/mv.jpg");
}
#quality .pageTitle h2 {
  background-image: url("../img/quality/quality01/pagetitle_img.jpg");
}
#quality .kodawalist {
  background: #fff;
}
#quality .kodawalist header {
  box-sizing: border-box;
  float: left;
  padding: 30px 0 0 30px;
  width: 445px;
}
#quality .kodawalist header h3 {
  padding-bottom: 20px;
  width: 433px;
}
#quality .kodawalist header h3 span {
  display: inline-block;
  position: relative;
  padding: 15px 20px 14px;
  font-size: 18px;
  color: #fff;
  background: #ffba49;
}
#quality .kodawalist header h3 .title {
  z-index: 2;
}
#quality .kodawalist header h3 .title:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 25px;
  height: 47px;
  background: url("../img/quality/kodawalist_title_bg01.png") no-repeat;
}
#quality .kodawalist header h3 .category {
  padding-left: 45px;
  width: 220px;
  background: #0c090d;
}
#quality .kodawalist header h3 .category:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 35px;
  height: 47px;
  background: url("../img/quality/kodawalist_title_bg02.png") no-repeat;
}
#quality .kodawalist .image {
  float: right;
  width: 420px;
}
#quality .kodawalist .image img {
  width: 100%;
  height: auto;
}
#quality .pageTabs {
  padding-top: 70px;
}
#quality .pageTabs li {
  position: relative;
  float: left;
  width: 25%;
}
#quality .pageTabs li a {
  box-sizing: border-box;
  display: block;
  padding: 30px 0 30px 30px;
  border-top: 2px solid #0075c2;
  border-bottom: 2px solid #0075c2;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #0075c2;
  background: #fff;
}
#quality .pageTabs li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0075c2;
  border-right: 2px solid #0075c2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#quality .pageTabs li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -27px;
  width: 27px;
  height: 80px;
  background: url("../img/quality/pagetabs_bg_off.png") no-repeat;
}
#quality .pageTabs li a:hover {
  opacity: 1;
  color: #fff;
  background: #0075c2;
}
#quality .pageTabs li a:hover:after {
  background-image: url("../img/quality/pagetabs_bg_on.png");
}
#quality .pageTabs li.current a {
  pointer-events: none;
  color: #fff;
  background: #0075c2;
}
#quality .pageTabs li.current a:after {
  background-image: url("../img/quality/pagetabs_bg_on.png");
}
#quality .pageTabs li:first-child {
  width: 23%;
  z-index: 4;
}
#quality .pageTabs li:first-child a {
  border-left: 2px solid #0075c2;
}
#quality .pageTabs li:first-child a:before {
  left: 42px;
}
#quality .pageTabs li:nth-child(2) {
  z-index: 3;
}
#quality .pageTabs li:nth-child(3) {
  z-index: 2;
}
#quality .pageTabs li:last-child {
  z-index: 1;
  width: 27%;
}
#quality .pageTabs li:last-child a {
  border-right: 2px solid #0075c2;
}
#quality .pageTabs li:last-child a:before {
  left: 58px;
}
#quality .pageTabs li:last-child a:after {
  display: none;
}

/*================================================================
 quality_quality01_style
================================================================*/
/*================================================================
 quality_quality02_style
================================================================*/
#quality.quality02 .pageTitle h2 {
  background-image: url("../img/quality/quality02/pagetitle_img.jpg");
}

/*================================================================
 quality_quality03_style
================================================================*/
#quality.quality03 .pageTitle h2 {
  background-image: url("../img/quality/quality03/pagetitle_img.jpg");
}

/*================================================================
 quality_quality04_style
================================================================*/
#quality.quality04 .pageTitle h2 {
  background-image: url("../img/quality/quality04/pagetitle_img.jpg");
}

/*================================================================
 knowhow_common_style
================================================================*/
#knowhow .mainVisual {
  background-image: url("../img/knowhow/mv.jpg");
}
#knowhow .point h3 {
  float: left;
  position: relative;
  margin-top: 10px;
  width: 128px;
  height: 128px;
  border-radius: 64px;
  text-align: center;
  line-height: 128px;
  font-size: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  color: #fff;
  background: #e01a4f;
}
#knowhow .point h3:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: 1px solid #fff;
}
#knowhow .point ul {
  float: right;
  width: 720px;
}
#knowhow .point ul li {
  position: relative;
  padding: 0 0 10px 42px;
  line-height: 1.7;
  font-size: 24px;
  font-weight: bold;
}
#knowhow .point ul li:last-child {
  padding-bottom: 0;
}
#knowhow .point ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 24px;
  height: 22px;
  background: url("../img/common/icon_check.png") no-repeat;
}
#knowhow .sections .image {
  float: left;
}
#knowhow .sections .commonText {
  float: right;
  width: 460px;
}

#knowhow .section01 .commonTextLeft {
  width: 385px;
  float: left;
}

#knowhow .section01 .column {
	box-sizing: border-box;
	padding: 30px;
	border: 2px solid #c6c6c6;
	border-radius: 10px;
	margin-top: 30px;
  background-color: #fff;
  margin-bottom: 50px;
}

#knowhow .section01 .column .columnTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#knowhow .section01 .column .columnTitle .sdgsLogo {
	width: 300px;
}

#knowhow .section01 .column .columnTitle div {
	margin-right: -30px;
}

#knowhow .section01 .column .columnTitle p {
	font-size: 17px;
}

#knowhow .section01 .column .columnTitle h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 0.5em;
}

#knowhow .section01 .column .sustainabilityImage {
	position: relative;
	margin-top: 50px;
	padding-bottom: 20px;
}

#knowhow .section01 .column .baseImage {
	width: 90%;
	display: block;
	margin: 0 auto;
}

#knowhow .section01 .column .create12 {
	position: absolute;
	width: 100px;
	top: 160px;
	left: 152px;
}

#knowhow .section01 .column .use12 {
	position: absolute;
	width: 100px;
	top: 160px;
	left: 494px;
}

#knowhow .section01 .column .partner17 {
	position: absolute;
	width: 100px;
	top: 276px;
	left: 358px;
}

#knowhow .section01 .column .createLogo {
	display: flex;
	flex-wrap: wrap;
	width: 280px;
	justify-content: space-between;
	position: absolute;
	top: 275px;
}

#knowhow .section01 .column .createLogo img {
  width: 65px;
  margin-bottom: 8px
}

#knowhow .section02Subtitle {
	padding: 0px 0px 15px 6px;
	line-height: 1.5;
	font-size: 22px;
}

#knowhow .section02 p {
  line-height: 1.7;
  font-size: 16px;
}

#knowhow .section02 .knowhow5Column {
  margin-top: 20px;
  margin-bottom: 30px;
	box-sizing: border-box;
	border: 2px solid #c6c6c6;
	border-radius: 10px;
	padding: 30px;
	background-color: #fff;
}

#knowhow .section02 .knowhow5Column .knowhow5ColumnList {
  display: flex;
  justify-content: space-between;
}

#knowhow .section02 .knowhow5Column .knowhow5ColumnList:nth-child(n+2) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #c6c6c6;
}

#knowhow .section02 .knowhow5Column .logoNameArea {
	display: flex;
	align-items: center;
}

#knowhow .section02 .knowhow5Column .logoName li {
	font-size: 16px;
	line-height: 1.4;
	width: 265px;
	text-indent: -1em;
	padding-left: 1em;
}

#knowhow .section02 .knowhow5Column .logoName li::before {
  content: "●";
  color: #0075c2;
  margin-right: 0.3em;
}

#knowhow .section02 .knowhow5Column .logoName li:nth-child(n+2) {
  margin-top: 1em;
}


#knowhow .section02 .knowhow5Column .logoMark {
	display: flex;
	align-items: center;
}

#knowhow .section02 .knowhow5Column .logoMark img {
	width: 80px;
}

#knowhow .section02 .knowhow5Column .logoMark img:nth-child(n+2) {
	margin-left: 35px;
	width: 100px;
}

#knowhow .section02 .knowhow5Column .sdgsLogoArea {
  margin-left: 20px;
  display: flex;
	align-items: center;
}

#knowhow .section02 .knowhow5Column .sdgsLogoArea .arrow {
	width: 70px;
}

#knowhow .section02 .knowhow5Column .sdgsLogoArea .sdgslogo {
	margin-left: 40px;
}

#knowhow .section02 .knowhow5Column .sdgsLogoArea .sdgslogo img {
	width: 100px;
}

#knowhow .section02 .knowhow5Column .sdgsLogoArea .sdgslogo img:nth-child(n+2) {
	margin-left: 20px;
}


#knowhow .corresponde {
  margin-bottom: -1px;
}
#knowhow .corresponde li {
  position: relative;
  float: left;
  width: 241px;
  margin: 0 1px 1px 0;
  padding: 8px 25px 7px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #29bf12;
}
#knowhow .corresponde li:nth-child(3n) {
  margin-right: 0;
}
#knowhow .corresponde li:nth-child(3n+1) {
  clear: both;
}
#knowhow .corresponde li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}
#knowhow .relation {
  position: relative;
  padding: 25px 30px 20px;
  background: #fff;
}
#knowhow .relation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 32px;
  height: 8px;
  background: #0075c2;
}
#knowhow .relation h4 {
  padding-bottom: 25px;
  line-height: 1.5;
  font-size: 24px;
}
#knowhow .relation ul {
  margin-bottom: -30px;
}
#knowhow .relation li {
  float: left;
  clear: both;
  width: 395px;
  padding-bottom: 30px;
  line-height: 1.7;
  font-size: 16px;
}
#knowhow .relation li:nth-child(2n) {
  float: right;
  clear: none;
}
#knowhow .relation li a {
  display: table-cell;
  position: relative;
  padding: 0px 50px 0px;
  width: 295px;
  height: 80px;
  vertical-align: middle;
  color: #fff;
  background: #0075c2;
  line-height: 1.5;
}
#knowhow .relation li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#knowhow.categoryTop .image {
  float: none;
  clear: both;
}
#knowhow.categoryTop .sections {
  margin-top: -90px;
  padding-top: 90px;
}

/*================================================================
 knowhow_knowhow01_style
================================================================*/
#knowhow.knowhow01 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow01/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow02_style
================================================================*/
#knowhow.knowhow02 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow02/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow03_style
================================================================*/
#knowhow.knowhow03 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow03/pagetitle_img.jpg");
}
#knowhow.knowhow03 ul.commonText {
  margin-top: 1em;
}
#knowhow.knowhow03 ul.commonText li {
  margin-top: 0.3em;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}

/*================================================================
 knowhow_knowhow04_style
================================================================*/
#knowhow.knowhow04 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow04/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow05_style
================================================================*/
#knowhow.knowhow05 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow05/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow06_style
================================================================*/
#knowhow.knowhow06 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow06/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow07_style
================================================================*/
#knowhow.knowhow07 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow07/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow08_style
================================================================*/
#knowhow.knowhow08 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow08/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow09_style
================================================================*/
#knowhow.knowhow09 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow09/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow10_style
================================================================*/
#knowhow.knowhow10 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow10/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow11_style
================================================================*/
#knowhow.knowhow11 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow11/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow12_style
================================================================*/
#knowhow.knowhow12 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow12/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow13_style
================================================================*/
#knowhow.knowhow13 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow13/pagetitle_img.jpg");
}

/*================================================================
 knowhow_knowhow14_style
================================================================*/
#knowhow.knowhow14 .pageTitle h2 {
  background-image: url("../img/knowhow/knowhow14/pagetitle_img.jpg");
}

#knowhow.knowhow14 .section01 .image {
  width: 386px;
  display: flex;
  align-items: start;
}
#knowhow.knowhow14 .section01 .section02 .image {
  float: right;
}

#knowhow.knowhow14 .section01 .image img {
  width: 48%;
}

#knowhow.knowhow14 .section01 .image img:nth-child(n+2) {
  margin-left: 4%;
}

#knowhow.knowhow14 .section01 p {
  line-height: 1.7;
  font-size: 16px;
}

#knowhow.knowhow14 .section02 .commonText {
  float: left;
}

#knowhow.knowhow14 .figTitle {
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}

#knowhow.knowhow14 .knowhow14Table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 877px;
  text-align: left;
  background: #fff;
}
#knowhow.knowhow14 .knowhow14Table th, #knowhow.knowhow14 .knowhow14Table td {
  box-sizing: border-box;
  padding: 20px 15px;
  border: 1px solid #c4c4c4;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 16px;
}
#knowhow.knowhow14 .knowhow14Table th {
  padding: 13px 15px;
  font-weight: bold;
  background: #e7eff5;
  text-align: center;
}
#knowhow.knowhow14 .knowhow14Table th:first-child {
  color: #fff;
  background: rgba(39, 173, 166, 1);
}

#knowhow.knowhow14 .knowhow14Table td:first-child {
  background: rgba(39, 173, 166, 0.2);
}

#knowhow.knowhow14 .figArea {
  box-sizing: border-box;
  padding: 20px;
  border: 2px solid #c6c6c6;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}
#knowhow.knowhow14 .figArea dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#knowhow.knowhow14 .figArea dl:nth-child(n+2) {
  margin-top: 13px;
}
#knowhow.knowhow14 .figArea dt {
	width: 130px;
	background-color: rgba(39, 173, 166, 1);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	border-radius: 8px;
	padding: 4px 0px;
	margin-right: 20px;
}
#knowhow.knowhow14 .figArea2 dt {
  background-color: rgba(232, 29, 79, 1)
}
#knowhow.knowhow14 .figArea dd {
	width: 683px;
	line-height: 1.3;
}

.linkToSolution {
  margin-top: 20px;
  text-align: center;
}
.linkToSolution img {
  width: 100%;
  max-width: 550px;
  margin-top: 20px;
}

/*================================================================
 projectstory_common_style
================================================================*/
#projectstory .mainVisual {
  background-image: url("../img/projectstory/mv.jpg");
}
#projectstory .pageTitle h2 {
  padding-bottom: 30px;
  line-height: 1.3;
}
#projectstory .mainCatch {
  padding-bottom: 50px;
  line-height: 1.7;
  font-size: 36px;
  font-weight: bold;
}
#projectstory .sections h3 {
  position: relative;
  padding: 0 0 30px 215px;
  height: 80px;
  line-height: 1.7;
  font-size: 24px;
}
#projectstory .sections h3 img {
  position: absolute;
  top: 0;
  left: 0;
}
#projectstory .mission .image {
  float: right;
  padding: 0 0 30px 30px;
}
#projectstory .member .image {
  padding-bottom: 25px;
}
#projectstory .solution .image {
  float: left;
  padding: 0 30px 30px 0;
}
#projectstory .andmore .image {
  float: right;
  padding: 0 0 30px 30px;
}
#projectstory .productImage {
  padding: 80px 0 120px;
  text-align: center;
}
#projectstory .pageLinks {
  margin-bottom: -20px;
}
#projectstory .pageLinks li {
  float: left;
  padding-bottom: 20px;
  line-height: 0;
}
#projectstory .pageLinks li:nth-child(2n) {
  float: right;
  clear: none;
}
#projectstory .relation {
  position: relative;
  padding: 25px 30px 20px;
  background: #fff;
}
#projectstory .relation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 32px;
  height: 8px;
  background: #0075c2;
}
#projectstory .relation h4 {
  padding-bottom: 25px;
  line-height: 1.5;
  font-size: 24px;
}
#projectstory .relation ul {
  margin-bottom: -30px;
}
#projectstory .relation li {
  float: left;
  clear: both;
  width: 395px;
  padding-bottom: 30px;
  line-height: 0;
}
#projectstory .relation li:nth-child(2n) {
  float: right;
  clear: none;
}
#projectstory .relation li a {
  display: block;
  width: 395px;
  height: auto;
}

/*================================================================
 projectstory_projectstory01_style
================================================================*/
#projectstory.projectstory01 .pageTitle h2 {
  background-image: url("../img/projectstory/projectstory01/pagetitle_bg.jpg");
}

/*================================================================
 projectstory_projectstory02_style
================================================================*/
#projectstory.projectstory02 .pageTitle h2 {
  background-image: url("../img/projectstory/projectstory02/pagetitle_bg.jpg");
}

/*================================================================
 projectstory_projectstory03_style
================================================================*/
#projectstory.projectstory03 .pageTitle h2 {
  background-image: url("../img/projectstory/projectstory03/pagetitle_bg.jpg");
}

/*================================================================
 projectstory_projectstory04_style
================================================================*/
#projectstory.projectstory04 .pageTitle h2 {
  background-image: url("../img/projectstory/projectstory04/pagetitle_bg.jpg");
}

/*================================================================
 projectstory_projectstory05_style
================================================================*/
#projectstory.projectstory05 .pageTitle h2 {
  background-image: url("../img/projectstory/projectstory05/pagetitle_bg.jpg");
}

/*================================================================
 showcase_common_style
================================================================*/
#showcase .mainVisual {
  background-image: url("../img/showcase/mv.jpg");
}
#showcase .h2wrap {
  padding-top: 95px;
  margin-top: -95px;
}
#showcase h2 {
  clear: both;
  box-sizing: border-box;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  color: white;
}
#showcase .itemList {
  margin-bottom: 20px;
}
#showcase .itemList li {
  cursor: pointer;
  float: left;
  margin: 0 29px 30px 0;
  width: 282px;
  line-height: 0;
}
#showcase .itemList li:hover {
  opacity: .7;
}
#showcase .itemList li:nth-child(4n) {
  margin-right: 0;
}
#showcase .itemList li:nth-child(4n+1) {
  clear: both;
}
#showcase .itemList li .category {
  display: block;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2em;
}
#showcase .itemList.category01 li .category, #showcase #category01 h2 {
  background: #e01a4f;
}
#showcase .itemList.category02 li .category, #showcase #category02 h2 {
  background: #29bf12;
}
#showcase .itemList.category03 li .category, #showcase #category03 h2 {
  background: #ef5b5b;
}
#showcase .itemList.category04 li .category, #showcase #category04 h2 {
  background: #ffba49;
}
#showcase .itemList.category05 li .category, #showcase #category05 h2 {
  background: #65318e;
}
#showcase .modalArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 12;
  overflow-y: auto;
}
#showcase .modalArea .inner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -410px 0 0 -401px;
  padding: 30px;
  width: 802px;
  background: #fff;
  z-index: 2;
}
#showcase .modalArea .imageListArea {
  position: relative;
}
#showcase .modalArea .imageListArea ul {
  display: none;
}
#showcase .modalArea .imageListArea li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#showcase .modalArea .imageListArea li img {
  width: 100%;
  height: auto;
}
#showcase .modalArea .imageListArea li video {
  width: 100%;
  height: auto;
  margin-top: 7%;
}

#showcase .modalArea .imageListArea .transparent img {
  width: 100%;
  height: auto;
}
#showcase .modalArea .controller {
  position: relative;
}
#showcase .modalArea .controller li {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  background: #0075c2;
}
#showcase .modalArea .controller li:hover {
  opacity: .7;
}
#showcase .modalArea .controller li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#showcase .modalArea .controller li.prev {
  left: 0;
}
#showcase .modalArea .controller li.prev:before {
  margin-left: -3px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#showcase .modalArea .controller li.next {
  right: 0;
}
#showcase .modalArea .controller li.next:before {
  margin-left: -9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#showcase .modalArea .indicator {
  margin-bottom: 30px;
  padding-top: 6px;
  text-align: center;
}
#showcase .modalArea .indicator li {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  border: 2px solid #c3c3c3;
  border-radius: 9px;
  background: #c3c3c3;
}
#showcase .modalArea .indicator li:last-child {
  margin: 0;
}
#showcase .modalArea .indicator li.current, #showcase .modalArea .indicator li:hover {
  background: #0075c2;
}
#showcase .modalArea .indicator li.current {
  pointer-events: none;
}
#showcase .modalArea .specListArea {
  padding-bottom: 20px;
}
#showcase .modalArea .specListArea div {
  display: none;
}
#showcase .modalArea .specListArea dl {
  display: table;
  table-layout: fixed;
  padding-bottom: 5px;
  width: 100%;
}
#showcase .modalArea .specListArea dl:last-of-type {
  padding-bottom: 0;
}
#showcase .modalArea .specListArea dt,
#showcase .modalArea .specListArea dd {
  display: table-cell;
  line-height: 1.7;
  font-size: 16px;
}
#showcase .modalArea .specListArea dt {
  width: 120px;
  font-weight: bold;
}
#showcase .modalArea .specListArea dd {
  padding: 0 10px;
}
#showcase .modalArea .specListArea p {
  display: block;
  text-align: center;
  margin: 30px 0 15px 0;
}
#showcase .modalArea .specListArea p a {
  padding: 15px;
  background: #e01a4f;
  border-radius: 17px;
  color: #fff;
}
#showcase .modalArea .rangeListArea {
  padding-bottom: 30px;
}
#showcase .modalArea .rangeListArea .rangeTitle {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #0075c2;
}
#showcase .modalArea .rangeListArea ul {
  margin-bottom: -1px;
}
#showcase .modalArea .rangeListArea li {
  box-sizing: border-box;
  float: left;
  width: 246px;
  margin: 0 1px 1px 0;
  padding: 9px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: #eeeeee;
}
#showcase .modalArea .rangeListArea li:nth-child(3n) {
  margin-right: 0;
}
#showcase .modalArea .rangeListArea li:nth-child(3n+1) {
  clear: both;
}
#showcase .modalArea .rangeListArea li.active {
  color: #fff;
  background: #ef5b5b;
}
#showcase .modalArea .layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#showcase .modalArea .closeBtn {
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  max-width: 250px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #0075c2;
}
#showcase .modalArea .closeBtn:hover {
  opacity: 0.7;
}
#showcase .modalArea .closeBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url("../img/sp/common/icon_close.png") no-repeat;
  background-size: 100% auto;
}
@media (max-width: 802px) {
  #showcase .modalArea .inner {
    left: 3%;
    margin: -400px 0 0;
    padding: 25px 5%;
    width: 94%;
  }
  #showcase .modalArea .specListArea dl {
    display: block;
    padding-bottom: 10px;
  }
  #showcase .modalArea .specListArea dt,
  #showcase .modalArea .specListArea dd {
    display: block;
  }
  #showcase .modalArea .specListArea dt {
    width: auto;
  }
  #showcase .modalArea .specListArea dd {
    padding: 0;
  }
  #showcase .modalArea .rangeListArea li {
    clear: both;
    width: 49.8%;
    margin-right: 0;
    padding: 9px 5%;
  }
  #showcase .modalArea .rangeListArea li:nth-child(2n) {
    float: right;
    clear: none;
  }
  #showcase .modalArea .closeBtn {
    max-width: none;
  }
}

/*================================================================
 reason_common_style
================================================================*/
#reason .mainVisual {
  background-image: url("../img/reason/mv.jpg");
}
#reason .mainVisual h1 {
  padding-bottom: 40px;
  font-size: 48px;
  font-weight: bold;
}
#reason .mainCont h2 {
  padding-bottom: 40px;
}
#reason .mainCont h2 img {
  width: 100%;
  height: auto;
}
#reason .profile {
  position: relative;
  padding: 30px 0 40px;
  background: #fff;
}
#reason .profile h3 {
  margin-bottom: 25px;
  padding: 15px 0px 15px 30px;
  font-size: 18px;
  color: #fff;
  background: #0075c2;
}
#reason .profile .commonText {
  padding: 0 220px 0 30px;
}
#reason .profile .image {
  position: absolute;
  right: 30px;
  bottom: 0;
}
#reason.lower .commonText {
  display: inline-block;
  width: 565px;
}
#reason.lower .mainCont .image01 {
  float: right;
  padding: 0 0 0 30px;
}
#reason.lower .mainCont .image01 .second {
  margin-top: 10px;
}
#reason.lower .sections {
  padding-bottom: 50px;
}

/*================================================================
 company_common_style
================================================================*/
#company .mainVisual {
  background-image: url("../img/company/mv.jpg");
}

/*================================================================
 company_president_style
================================================================*/
#company.president .pageTitle h2 {
  background-image: url("../img/company/president/pagetitle_img.jpg");
}
#company.president .intro {
  padding-bottom: 80px;
}
#company.president .intro .leads {
  padding-bottom: 20px;
}
#company.president .intro .leads p {
  padding-bottom: 40px;
  line-height: 1.7;
  font-size: 18px;
}
#company.president .intro .leads p:last-of-type {
  padding: 0;
}
#company.president .intro .name {
  display: inline-block;
  float: right;
  padding-bottom: 60px;
  text-align: right;
  line-height: 1.7;
  font-size: 16px;
  font-weight: bold;
}
#company.president .intro .name img {
  display: block;
  padding-top: 10px;
  line-height: 0;
}
#company.president .intro .listen {
  clear: both;
}
#company.president section li {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  padding-left: 36px;
  line-height: 1.7;
  font-size: 24px;
}
#company.president section li:last-child {
  margin: 0;
}
#company.president section li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #29bf12;
}

/*================================================================
 company_identity_style
================================================================*/
#company.identity .pageTitle h2 {
  background-image: url("../img/company/identity/pagetitle_img.jpg");
}

/*================================================================
 company_information_style
================================================================*/
#company.information .pageTitle h2 {
  background-image: url("../img/company/information/pagetitle_img.jpg");
}

/*================================================================
 company_history_style
================================================================*/
#company.history .pageTitle h2 {
  background-image: url("../img/company/history/pagetitle_img.jpg");
}

/*================================================================
 company_social_style
================================================================*/
#company.social .pageTitle h2 {
  background-image: url("../img/company/social/pagetitle_img.jpg");
}
#company.social .contents .enactment,
#company.social .contents .president {
  text-align: right;
  line-height: 1.7;
  font-size: 16px;
}
#company.social .contents .president {
  padding-top: 10px;
}
#company.social .contents .inSections {
  padding-bottom: 50px;
}
#company.social .contents .inSections:last-of-type {
  padding: 0;
}
#company.social .contents .inSections h4 {
  margin-bottom: 15px;
}

/*================================================================
 company_privacy_style
================================================================*/
#company.privacy .pageTitle h2 {
  background-image: url("../img/company/privacy/pagetitle_img.jpg");
}
#company.privacy .contents .enactment,
#company.privacy .contents .president {
  text-align: right;
  line-height: 1.7;
  font-size: 16px;
}
#company.privacy .contents .president {
  padding-top: 10px;
}
#company.privacy .contents .inSections {
  padding-bottom: 50px;
}
#company.privacy .contents .inSections:last-of-type {
  padding: 0;
}
#company.privacy .contents .inSections h4 {
  margin-bottom: 15px;
}

#company.privacy p.president {
  margin-bottom: 50px;
}

/*================================================================
 company_certifications_style
================================================================*/
#company.certifications .pageTitle h2 {
  background-image: url("../img/company/certifications/pagetitle_img.jpg");
}

/*================================================================
 company_accessmap_style
================================================================*/
#company.accessmap .pageTitle h2 {
  background-image: url("../img/company/accessmap/pagetitle_img.jpg");
}
#company.accessmap .anchorLinks {
  padding-bottom: 50px;
}
#company.accessmap .anchorLinks li {
  box-sizing: border-box;
  float: left;
  width: 25%;
  height: 84px;
  border-right: 1px solid transparent;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#company.accessmap .anchorLinks li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 30px 0 28px;
  height: 100%;
  color: #fff;
  background: #0075c2;
}
#company.accessmap .anchorLinks li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#company.accessmap .anchorLinks li:nth-child(2) a,
#company.accessmap .anchorLinks li:nth-child(4) a {
  padding: 16px 0 14px;
}
#company.accessmap .anchorLinks li:last-child {
  border: none;
}
#company.accessmap .sections {
  margin-top: -90px;
  padding: 90px 0 60px;
}
#company.accessmap .sections:last-of-type {
  padding-bottom: 0;
}
#company.accessmap .sections .image {
  float: left;
  padding-bottom: 40px;
}
#company.accessmap .sections .textArea {
  float: right;
  padding-bottom: 40px;
  width: 530px;
  font-size: 16px;
}
#company.accessmap .sections .textArea div,
#company.accessmap .sections .textArea p,
#company.accessmap .sections .textArea li {
  line-height: 1.7;
}
#company.accessmap .sections .textArea .address {
  padding-left: 3em;
  text-indent: -3em;
}
#company.accessmap .sections .textArea .telWrap a {
  color: #111111;
}
#company.accessmap .sections .textArea ul {
  padding-top: 25px;
}
#company.accessmap .sections .textArea ul li {
  padding-bottom: 5px;
}
#company.accessmap .sections .textArea ul li:last-child {
  padding-bottom: 0;
}
#company.accessmap .sections .googleMap {
  clear: both;
  margin-bottom: 20px;
  height: 400px;
}
#company.accessmap .sections .detailMap {
  text-align: right;
}
#company.accessmap .sections .detailMap a {
  display: inline-block;
  position: relative;
  width: 258px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #0075c2;
}
#company.accessmap .sections .detailMap a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -8px;
  width: 10px;
  height: 16px;
  background: url("../img/common/icon_pin03.png") no-repeat;
}

/*================================================================
 company_facilities_common_style
================================================================*/
#company.facilities .pageTitle h2 {
  background-image: url("../img/company/facilities/pagetitle_img.jpg");
}
#company.facilities .inSections {
  padding-bottom: 70px;
}
#company.facilities .inSections:last-of-type {
  padding-bottom: 0;
}
#company.facilities .inSections .itemList {
  margin-bottom: 40px;
  padding: 15px 30px;
  background: #fff;
}
#company.facilities .inSections .itemList li {
  box-sizing: border-box;
  padding: 11px 0 9px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 1.7;
  font-size: 16px;
}
#company.facilities .inSections .itemList li:last-child {
  border-bottom: none;
}
#company.facilities .inSections .itemList li a {
  color: #0075c2;
}
#company.facilities .inSections .imageList {
  margin-bottom: -30px;
}
#company.facilities .inSections .imageList li {
  float: left;
  clear: both;
  padding-bottom: 30px;
  width: 428px;
}
#company.facilities .inSections .imageList li:nth-child(2n) {
  float: right;
  clear: none;
}
#company.facilities .inSections .imageList li .name {
  line-height: 1.7;
  font-size: 16px;
}
#company.facilities .sections .otherLinks {
  margin-top: 70px;
  padding: 20px;
  border-top: 10px solid #0075c2;
  background: #fff;
}
#company.facilities .sections .otherLinks li {
  box-sizing: border-box;
  float: left;
  clear: both;
}
#company.facilities .sections .otherLinks li:nth-child(2n) {
  float: right;
  clear: none;
}
#company.facilities .sections .otherLinks li:nth-child(-n+2) {
  padding-bottom: 20px;
}
#company.facilities .sections .otherLinks li a {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 0 40px;
  width: 410px;
  height: 140px;
  border: 4px solid #0075c2;
  line-height: 136px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: url("../img/company/facilities_press/links_img01.jpg") no-repeat center center;
  background-size: cover;
}
#company.facilities .sections .otherLinks li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#company.facilities .sections .otherLinks li:nth-child(2) a {
  background-image: url("../img/company/facilities_press/links_img02.jpg");
}
#company.facilities .sections .otherLinks li:last-child a {
  background-image: url("../img/company/facilities_press/links_img03.jpg");
}

/*================================================================
 company_facilities_dtp_style
================================================================*/
#company.facilities.dtp .imageList li {
  float: none;
  clear: both;
  width: auto;
}
#company.facilities.dtp .imageList li img {
  width: 100%;
  height: auto;
}

/*================================================================
 company_graphicgarden_style
================================================================*/
#company.graphicGarden .mainVisual {
  height: 500px;
  background-image: url("../img/company/graphicgarden/mv.jpg");
}
#company.graphicGarden .contents {
  padding: 60px 0 80px;
  overflow-x: hidden;
}
#company.graphicGarden .mainCatch {
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.7;
  font-size: 30px;
}
#company.graphicGarden .wrapper {
  margin-bottom: 60px;
  padding: 60px;
  background: #fff;
}
#company.graphicGarden .wrapper .intro {
  padding-bottom: 40px;
}
#company.graphicGarden .wrapper .intro .image {
  float: left;
}
#company.graphicGarden .wrapper .intro .lead {
  float: right;
  width: 745px;
  line-height: 1.7;
  font-size: 18px;
  font-weight: bold;
}
#company.graphicGarden .wrapper .floorList li {
  box-sizing: border-box;
  position: relative;
  padding: 25px 30px;
  height: 300px;
  background: url("../img/company/graphicgarden/img_4f.jpg") no-repeat right top #29bf12;
  z-index: 5;
}
#company.graphicGarden .wrapper .floorList li a {
  color: #0c090d;
}
#company.graphicGarden .wrapper .floorList li a:hover {
  opacity: 1;
}
#company.graphicGarden .wrapper .floorList li:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 25px;
  border-top: 25px solid #29bf12;
  border-right: 35px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 35px solid transparent;
}
#company.graphicGarden .wrapper .floorList li:nth-child(2) {
  background: url("../img/company/graphicgarden/img_3f.jpg") no-repeat right top #ffba49;
  z-index: 4;
}
#company.graphicGarden .wrapper .floorList li:nth-child(2):after {
  border-top-color: #ffba49;
}
#company.graphicGarden .wrapper .floorList li:nth-child(3) {
  background: url("../img/company/graphicgarden/img_2f.svg") no-repeat right top #e01a4f;
  z-index: 3;
}
#company.graphicGarden .wrapper .floorList li:nth-child(3):after {
  border-top-color: #e01a4f;
}
#company.graphicGarden .wrapper .floorList li:last-child {
  background: url("../img/company/graphicgarden/img_1f.svg") no-repeat right top #0075c2;
  z-index: 2;
}
#company.graphicGarden .wrapper .floorList li:last-child:after {
  display: none;
}
#company.graphicGarden .wrapper .floorList li:last-child .hideArea:after {
  display: none;
}
#company.graphicGarden .wrapper .floorList li dl {
  box-sizing: border-box;
  position: relative;
  padding-left: 80px;
  width: 390px;
  font-weight: bold;
}
#company.graphicGarden .wrapper .floorList li dt {
  position: absolute;
  top: 20px;
  left: 0;
  line-height: 1.5;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
#company.graphicGarden .wrapper .floorList li dt .num {
  display: block;
  font-size: 72px;
}
#company.graphicGarden .wrapper .floorList li dd {
  position: relative;
  line-height: 1.8;
  font-size: 16px;
}
#company.graphicGarden .wrapper .floorList li dd:not(.annotation) {
  padding-left: 17px;
}
#company.graphicGarden .wrapper .floorList li dd:not(.annotation):before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#company.graphicGarden .wrapper .floorList li dd.annotation {
  font-size: 14px;
}
#company.graphicGarden .wrapper .floorList li .hideArea {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 45px 145px;
  width: 100%;
  height: 100%;
  background: rgba(12, 9, 13, 0.8);
}
#company.graphicGarden .wrapper .floorList li .hideArea .text {
  line-height: 1.7;
  font-size: 16px;
  color: #fff;
}
#company.graphicGarden .wrapper .floorList li .hideArea .detailBtn {
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -105px;
  width: 210px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
}
#company.graphicGarden .wrapper .floorList li .hideArea .detailBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#company.graphicGarden .wrapper .floorList li .hideArea:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 25px;
  border-top: 25px solid rgba(12, 9, 13, 0.8);
  border-right: 35px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 35px solid transparent;
  z-index: 1;
}
#company.graphicGarden .pageTitle h2 {
  width: 1217px;
  background-image: url("../img/company/graphicgarden/floor01/pagetitle_img.jpg");
}
#company.graphicGarden .floorInfo {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 60px;
  padding: 25px 30px;
  height: 300px;
  font-weight: bold;
  background: url("../img/company/graphicgarden/img_1f.svg") no-repeat right top #0075c2;
}
#company.graphicGarden .floorInfo li {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  font-size: 16px;
}
#company.graphicGarden .floorInfo li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#company.graphicGarden .floorInfo .annotation {
  padding-top: 5px;
  font-size: 14px;
}
#company.graphicGarden .vr ul {
  margin: 0 auto;
  max-width: 860px;
}
#company.graphicGarden .vr li {
  float: left;
  clear: both;
  width: 415px;
  height: 230px;
}
#company.graphicGarden .vr li:nth-child(2n) {
  float: right;
  clear: none;
}
#company.graphicGarden .vr li:last-child:nth-child(2n-1) {
  float: none;
  clear: both;
  margin: 0 auto;
}
#company.graphicGarden .vr li div,
#company.graphicGarden .vr li iframe {
  width: 100% !important;
  height: 100% !important;
}
#company.graphicGarden .floorLinks {
  clear: both;
  margin-right: -70px;
  padding: 40px 0;
}
#company.graphicGarden .floorLinks li {
  position: relative;
  float: left;
  width: 320px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  z-index: 5;
}
#company.graphicGarden .floorLinks li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 0 30px 0 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background: url("../img/company/graphicgarden/links_4f_off.png") no-repeat;
}
#company.graphicGarden .floorLinks li a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #company.graphicGarden .floorLinks li a:hover {
    color: #29bf12;
    background-image: url("../img/company/graphicgarden/links_4f_on.png");
  }
}
#company.graphicGarden .floorLinks li a.current {
  pointer-events: none;
  color: #29bf12;
  background-image: url("../img/company/graphicgarden/links_4f_on.png");
}
#company.graphicGarden .floorLinks li .num {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -21px;
  font-size: 48px;
}
#company.graphicGarden .floorLinks li:first-child .num {
  left: 30px;
}
#company.graphicGarden .floorLinks li:nth-child(2) {
  left: -21px;
  z-index: 4;
}
#company.graphicGarden .floorLinks li:nth-child(2) a {
  background-image: url("../img/company/graphicgarden/links_3f_off.png");
}
@media screen and (min-width: 769px) {
  #company.graphicGarden .floorLinks li:nth-child(2) a:hover {
    color: #ffba49;
    background-image: url("../img/company/graphicgarden/links_3f_on.png");
  }
}
#company.graphicGarden .floorLinks li:nth-child(2) a.current {
  color: #ffba49;
  background-image: url("../img/company/graphicgarden/links_3f_on.png");
}
#company.graphicGarden .floorLinks li:nth-child(3) {
  left: -42px;
  z-index: 3;
}
#company.graphicGarden .floorLinks li:nth-child(3) a {
  background-image: url("../img/company/graphicgarden/links_2f_off.png");
}
@media screen and (min-width: 769px) {
  #company.graphicGarden .floorLinks li:nth-child(3) a:hover {
    color: #e01a50;
    background-image: url("../img/company/graphicgarden/links_2f_on.png");
  }
}
#company.graphicGarden .floorLinks li:nth-child(3) a.current {
  color: #e01a50;
  background-image: url("../img/company/graphicgarden/links_2f_on.png");
}
#company.graphicGarden .floorLinks li:last-child {
  left: -63px;
  z-index: 2;
}
#company.graphicGarden .floorLinks li:last-child a {
  background-image: url("../img/company/graphicgarden/links_1f_off.png");
}
@media screen and (min-width: 769px) {
  #company.graphicGarden .floorLinks li:last-child a:hover {
    color: #0075c2;
    background-image: url("../img/company/graphicgarden/links_1f_on.png");
  }
}
#company.graphicGarden .floorLinks li:last-child a.current {
  color: #0075c2;
  background-image: url("../img/company/graphicgarden/links_1f_on.png");
}
#company.graphicGarden .ggTopBtn {
  font-size: 18px;
  font-weight: bold;
}
#company.graphicGarden .ggTopBtn a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 380px;
  border-radius: 25px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  background: #0075c2;
}
#company.graphicGarden .ggTopBtn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*================================================================
 company_graphicGarden_floor01_style
================================================================*/
/*================================================================
 company_graphicGarden_floor02_style
================================================================*/
#company.graphicGarden.floor02 .pageTitle h2 {
  background-image: url("../img/company/graphicgarden/floor02/pagetitle_img.jpg");
}
#company.graphicGarden.floor02 .floorInfo {
  background: url("../img/company/graphicgarden/img_2f.svg") no-repeat right top #e01a4f;
}

/*================================================================
 company_graphicGarden_floor03_style
================================================================*/
#company.graphicGarden.floor03 .pageTitle h2 {
  background-image: url("../img/company/graphicgarden/floor03/pagetitle_img.jpg");
}
#company.graphicGarden.floor03 .floorInfo {
  background: url("../img/company/graphicgarden/img_3f.jpg") no-repeat right top #ffba49;
}

/*================================================================
 company_graphicGarden_floor04_style
================================================================*/
#company.graphicGarden.floor04 .pageTitle h2 {
  background-image: url("../img/company/graphicgarden/floor04/pagetitle_img.jpg");
}
#company.graphicGarden.floor04 .floorInfo {
  background: url("../img/company/graphicgarden/img_4f.jpg") no-repeat right top #29bf12;
}

/*================================================================
 csrreport_common_style
================================================================*/
#csrreport .mainVisual {
  background-image: url("../img/csrreport/mv.jpg");
}
#csrreport .pageTitle h2 {
  background-image: url("../img/csrreport/pagetitle_img.jpg");
  padding-bottom: 30px;
  line-height: 1.3;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}
#csrreport .boxVision {
  border: 2px solid #0077c3;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFF;
}
#csrreport .boxVision.feature1 {
  margin-bottom:20px;
}

#csrreport .boxVision h4 {
  text-align: center;
  color: #0077c3;
  font-size: 24px;
  margin-bottom: 10px;
}
#csrreport .boxVision li {
  line-height: 1.7;
  font-size: 18px;
  font-weight: bold;
  list-style: disc;
  margin-left: 1em;
}
#csrreport .boxVision p {
  line-height: 1.7;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
#csrreport .boxVision p:last-child {
  margin-bottom: 0;
}
#csrreport .sections .topImage {
  float: left;
}
#csrreport .sections .topMessage {
  float: right;
  width: 460px;
}
#csrreport .sections .info {
  padding-left: 1em;
}
#csrreport .sections .image {
  text-align: center;
  margin-bottom: 30px;
}
#csrreport .sections .image p {
  font-size: 14px;
  margin-top:0.5em;
  line-height: 1.4;
}
#csrreport .sections h4.figTitle {
  margin-bottom: 0.8em;
  text-align: center;
  line-height: 1.3;
}

#csrreport .csrTable01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 877px;
  background: #fff;
}
#csrreport .csrTable01 th, #csrreport .csrTable01 td {
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  line-height: 1.7;
  vertical-align: middle;
  font-size: 16px;
  padding: 10px;
}
#csrreport .csrTable01 th {
  font-weight: bold;
  background: #e7eff5;
  text-align: center;
}
#csrreport .csrTable01 th.w50 {
  width: 50%;
}
#csrreport .csrTable01 th.head {
  background: #d0e5f5;
}
#csrreport .csrTable01 td.center {
  text-align: center;
}
#csrreport .csrTable01 td p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 14px;
}
#csrreport .csrTable01 td p.sub {
  padding-left: 2em;
  text-indent: -1em;
}
#csrreport .tableWrap {
  margin-bottom: 30px;
}
#csrreport .f2Image, #csrreport .f2List {
  margin-bottom: 20px;
}
#csrreport .f2Image {
  float: left;
  width: 32%;
}
#csrreport .f2Image img {
  max-width: 100%;
  height: auto;
}
#csrreport .f2List {
  float: left;
  width: 32%;
  padding-left: 2%;
}
#csrreport .f2List h4 {
  font-size: 18px;
  padding: 0 0 0.2em 10px;;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #0075c2;
  border-left: 5px solid #0075c2;
}
#csrreport .f2Comment {
  clear: both;
  border: 1px solid #0075c2;
  padding: 20px;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 40px;
  position: relative;
  height: 230px;
}
#csrreport .f2Comment h4 {
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 0.5em;
}
#csrreport .f2Comment p.comment {
  width: 78%;
  line-height: 1.7;
  font-size: 16px;
}
#csrreport .f2Manager {
  position: absolute;
  width: 20%;
  top: 20px;
  right: 20px;
}
#csrreport .f2Manager img {
  max-width: 100%;
  height: auto;
}
#csrreport .f2Manager p {
  line-height: 1.5;
  font-size: 12px;
  margin-top: 12px;
}
#csrreport .boxText1, #csrreport .boxText2 {
  float: left;
  margin-bottom: 20px;
}
#csrreport .boxImage1, #csrreport .boxImage2 {
  float: right;
  margin-bottom: 20px;
}
#csrreport .boxImage1 img, #csrreport .boxImage2 img {
  width: 100%;
  height: auto;
}
#csrreport .boxText1 {
  width: 70%;
}
#csrreport .boxImage1 {
  width: 26%;
}
#csrreport .boxText2 {
  width: 55%;
}
#csrreport .boxImage2 {
  width: 41%;
}
#csrreport .imageList {
  clear: both;
  margin-bottom: 40px;
}
#csrreport .imageList img {
  max-width: 100%;
  height: auto;
}
#csrreport .imageList ul {
  overflow: hidden;
}
#csrreport .imageList li {
  float: left;
}
#csrreport .imageList.type01 li {
  width: 48.5%;
}
#csrreport .imageList.type02 li {
  padding-right: 2%;
  width: 32%;
}
#csrreport .imageList.type01 li:last-child {
  float: right;
}
#csrreport .imageList.type02 li:last-child {
  padding: 0;
}
#csrreport .imageList p {
  margin-top: 0.5em;
  text-align: center;
  font-size: 14px;
}
#csrreport .column {
  clear: both;
  border: 2px solid #ccc;
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
#csrreport .column.g2 {
  height: 275px;
}
#csrreport .column h4 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px dotted #888;
  font-size: 18px;
}
#csrreport .column p.txt {
  line-height: 1.7;
  font-size: 16px;
}
#csrreport .column p.last {
  margin-bottom: 20px;
}
#csrreport .column p.txt, #csrreport .column .image {
  width: 76%;
}
#csrreport .column .photo1 {
  position: absolute;
  width: 20%;
  top: 20px;
  right: 20px;
}
#csrreport .column .photo1 img {
  max-width: 100%;
  height: auto;
}
#csrreport .column .photo1 p {
  line-height: 1.5;
  font-size: 12px;
  margin-top: 12px;
}
#csrreport .column .image {
  margin-bottom: 0;
}
#csrreport .footNote {
  border-top: 1px dotted #666;
  padding-top: 20px;
  margin-top: 20px;
}
#csrreport .footNote p {
  line-height: 1.5;
  font-size:14px;
}
#csrreport .discList {
  margin-bottom: 20px;
}
#csrreport .discList li {
  line-height: 1.7;
  font-size: 16px;
  list-style: disc;
  margin-left: 2em;
}

/*================================================================
 csrreport_categoryTop_style
================================================================*/
#csrreport.categoryTop .commonDocumentList > li .inner {
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
}
#csrreport.categoryTop .commonDocumentList > li .inner .thumbnail {
  float: left;
}
#csrreport.categoryTop .commonDocumentList > li .inner .links {
  float: right;
  width: 324px;
}
#csrreport.categoryTop .commonDocumentList > li .inner .links.aReport {
  float: none;
  width: auto;
}
#csrreport.categoryTop .commonDocumentList > li .inner .links.aReport li {
  width: 49%;
}
#csrreport.categoryTop .commonDocumentList > li .inner .links.aReport li:first-child {
  float: left;
}
#csrreport.categoryTop .commonDocumentList > li .inner .links.aReport li:last-child {
  float: right;
}
#csrreport.categoryTop .reportMenuList {
  margin-bottom: 70px;
}
#csrreport.categoryTop .reportMenuList li {
  display: block;
  width: 49%;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#csrreport.categoryTop .reportMenuList li a::before {
    content: "■ ";
    color: #9ec2d9;
    font-size: 80%;
    vertical-align: middle;
}
#csrreport.categoryTop .reportMenuList li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 15px 35px;
  box-sizing: inherit;
  text-indent: -1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 25px;
  background-color: #0075c2;

}
#csrreport.categoryTop .reportMenuList li a:link, #csrreport.categoryTop .reportMenuList li a:visited {
  color: #fff;
}
#csrreport.categoryTop .reportMenuList li:nth-child(2n+1) {
  float: left;
}
#csrreport.categoryTop .reportMenuList li:nth-child(2n) {
  float: right;
}

#csrreport.categoryTop .commonDocumentList.newReport > li .inner {
  box-sizing: border-box;
  padding: 0 30px 30px;
  background: none;
}
#csrreport.categoryTop .commonDocumentList.newReport > li {
  margin: 0 auto;
  width:100%;
  max-width: 760px;
  float: none;
  clear: both;
  padding-bottom: 0;
}
#csrreport.categoryTop .commonDocumentList.newReport > li .inner .thumbnail img {
  border: 1px solid #ccc;
}

/*================================================================
 csr_common_style
================================================================*/
#csr .mainVisual {
  background-image: url("../img/csr/mv.jpg");
}

#csr #goform {
  position: fixed;
  right: 1%;
}
#csr #goform div {
	width: 80px;
	box-sizing: border-box;
	border-radius: 1em;
	background-color: #29bf12;
	color: #fff;
  padding-top: 0.75em;
  padding-bottom: 2.3em;
	text-align: center;
}

#csr #goform div {
  animation: anim-scale 4.5s ease-out infinite;
  transform-origin: 50% 50%;
}
@keyframes anim-scale {
  0% {transform: scale(0.98, 0.98)}
  7% {transform: scale(1.04, 1.04)}
  11% {transform: scale(1, 1)}
  15% {transform: scale(1.02, 1.02)}
  19% {transform: scale(1, 1)}
  100% {transform: scale(1, 1)}
}

#csr #goform div span {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
}
#csr #goform div span span {
  font-size: 108%;
}
#csr #goform div > span::after {
  content: url('/static/img/common/icon_mail.svg');
  width: 2em;
  height: 1.2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5em;
}
/*================================================================
 csr_categoryTop_style
================================================================*/
#csr.categoryTop .sections {
  padding-bottom: 60px;
}
#csr.categoryTop .sections:last-of-type {
  padding: 0;
}
#csr.categoryTop .sections .wrapper {
  box-sizing: border-box;
  position: relative;
  padding: 30px;
  min-height: 290px;
  background: #fff;
}
#csr.categoryTop .sections .wrapper .lead {
  padding-bottom: 15px;
  width: 830px;
  line-height: 1.7;
  font-size: 16px;
}
#csr.categoryTop .sections .wrapper .links {
  width: 830px;
}
#csr.categoryTop .sections .wrapper .links li {
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
}
#csr.categoryTop .sections .wrapper .links li:last-child {
  padding-bottom: 0;
}
#csr.categoryTop .sections .wrapper .links li a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  color: #0075c2;
}
#csr.categoryTop .sections .wrapper .links li a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_arrow.png") no-repeat;
}
#csr.categoryTop .sections .wrapper .image {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 302px;
}
#csr.categoryTop .section04 .updateList {
  font-size: 16px;
}
#csr.categoryTop .section04 .updateList li {
  box-sizing: border-box;
  padding: 22px 30px 16px;
  border-top: 1px dashed #cccccc;
}
#csr.categoryTop .section04 .updateList li:last-child {
  border-bottom: 1px dashed #cccccc;
}
#csr.categoryTop .section04 .updateList li.new .date:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -42px;
  width: 33px;
  height: 11px;
  margin-top: -6px;
  background: url("../img/common/icon_new.svg") no-repeat;
}
#csr.categoryTop .section04 .updateList li span {
  display: inline-block;
}
#csr.categoryTop .section04 .updateList li .date {
  position: relative;
  margin-bottom: 8px;
  font-weight: bold;
}
#csr.categoryTop .section04 .updateList li .content {
  display: block;
  line-height: 1.7;
}
#csr.categoryTop .section04 .updateList li .content a {
  color: #0075c2;
}
#csr.categoryTop .section04 .updateList li .content a:hover {
  opacity: 1;
  text-decoration: underline;
}

#csr.categoryTop .section05 > div {
  margin: 0 20px 20px 20px;
}
#csr.categoryTop .section05 h3::before {
  content: "■";
}
#csr.categoryTop .section05 h3 {
  box-sizing: border-box;
  font-size: 24px;
  border: 2px solid;
  border-top: none;
  border-left: none;
  margin-bottom: 25px;
  padding: 10px 0;
}
#csr.categoryTop .section05 div.report h3 {
  color: #FBA500;
  border-color: #FBA500;
}
#csr.categoryTop .section05 div.consul h3 {
  color: #3BB2F9;
  border-color: #3BB2F9;
}
#csr.categoryTop .section05 div.tools h3 {
  color: #FF4E4B;
  border-color: #FF4E4B;
}
#csr.categoryTop .section05 div.products h3 {
  color: #7AC81F;
  border-color: #7AC81F;
}

#csr.categoryTop .section05 ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
/*space-between 最終行対策*/
#csr.categoryTop .section05 ul:after {
  content: "";
  width: 360px;
  height: 0;
}
#csr.categoryTop .section05 li {
  box-sizing: border-box;
  width: 360px;
  height: 100px;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid;
  border-top: none;
  border-left: none;
  text-align: center;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#csr.categoryTop .section05 div.report li {
  border-color: #FBA500;
  background-image: url("../img/csr/menu-back_01.svg");
}
#csr.categoryTop .section05 div.consul li {
  border-color: #3BB2F9;
  background-image: url("../img/csr/menu-back_02.svg");
}
#csr.categoryTop .section05 div.tools li {
  border-color: #FF4E4B;
  background-image: url("../img/csr/menu-back_03.svg");
}
#csr.categoryTop .section05 div.products li {
  border-color: #7AC81F;
  background-image: url("../img/csr/menu-back_04.svg");
}

#csr.categoryTop .section05 div.contact {
  display: flex;
  justify-content: space-between;
}
#csr.categoryTop .section05 div.contact .arrow_wrap {
  display: flex;
  justify-content: flex-start;
}
#csr.categoryTop .section05 div.contact .text {
  box-sizing: border-box;
  color: #fff;
  width: 860px;
  height: 100px;
  background-color: #0078C3;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
#csr.categoryTop .section05 div.contact.color2 .text {
  background-color: #8bbc52;
}
#csr.categoryTop .section05 div.contact .text .head {
  font-size:30px;
  font-weight: bold;
}
#csr.categoryTop .section05 div.contact .arrow_wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #0078C3;
}
#csr.categoryTop .section05 div.contact.color2 .arrow_wrap:after {
  border-color: transparent transparent transparent #8bbc52;
}


/*================================================================
 csr_about_style
================================================================*/
#csr.about .pageTitle h2 {
  background-image: url("../img/csr/about/pagetitle_img.jpg");
}
#csr.about .section01 .commonText {
  padding-bottom: 25px;
}
#csr.about .section01 .commonText:last-of-type {
  padding: 0;
}
#csr.about .section01 .image {
  float: right;
}
#csr.about .section01 .commonList {
  float: left;
  width: 470px;
  padding-bottom: 25px;
}
#csr.about .section01 .text01,
#csr.about .section01 .text02,
#csr.about .section01 .text03 {
  float: left;
  width: 470px;
}
#csr.about .section01 .text04 {
  clear: both;
}
#csr.about .section02 .commonText {
  padding-bottom: 25px;
}
#csr.about .section02 .commonText:last-of-type {
  padding-bottom: 50px;
}
#csr.about .section02 h4 {
  margin-bottom: 30px;
}

/*================================================================
 csr_flow_style
================================================================*/
#csr.flow .pageTitle h2 {
  background-image: url("../img/csr/flow/pagetitle_img.jpg");
}
#csr.flow .section03 > .commonLead {
  padding-bottom: 50px;
}
#csr.flow .section03 h4 {
  margin-bottom: 30px;
}
#csr.flow .section03 .inSections {
  padding-bottom: 50px;
}
#csr.flow .section03 .inSections:last-of-type {
  padding: 0;
}

/*================================================================
 csr_support_style
================================================================*/
#csr.support .pageTitle h2 {
  background-image: url("../img/csr/support/pagetitle_img.jpg");
}

/*================================================================
 csr_sdgs_style
================================================================*/
#csr.sdgs .pageTitle h2 {
  background-image: url("../img/csr/sdgs/pagetitle_img.jpg");
}

/*================================================================
 csr_seminar_style
================================================================*/
#csr.seminar .pageTitle h2 {
  padding-bottom: 80px;
  background-image: url("../img/csr/seminar/pagetitle_img.jpg");
}
#csr.seminar .sections .annotation {
  padding-top: 15px;
  line-height: 1.7;
  font-size: 16px;
}

#csr.seminar .commonTable03 td:last-child {
  height: 0;
  padding: 0;
}

#csr.seminar .commonTable03 td a {
  display: table;
  width: 100%;
  height: 100%;
}

#csr.seminar .commonTable03 td a span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/*================================================================
 factory_common_style
================================================================*/
#factory .mainVisual {
  height: 500px;
  background-image: url("../img/factory/mv.jpg");
}
#factory .mainVisual h1 {
  font-size: 24px;
  font-weight: bold;
}
#factory .mainVisual h1 span {
  padding-bottom: 15px;
}
#factory .topcontent_lead {
  margin: 0 auto;
  max-width: 800px;
  font-size: 24px;
}
#factory .sectionTitle03 {
  margin-bottom: 40px;
}
#factory .tableWrap {
  margin-bottom: 40px;
}
#factory .commonTable03 {
  width: 100%;
}
#factory .commonTable03 th:first-of-type {
  width: 333px;
}
#factory .commonTable03 th:nth-of-type(2) {
  width: 333px;
}
#factory .commonTable03 th:nth-of-type(3) {
  width: 333px;
}

/*================================================================
 information_common_style
================================================================*/
#information .mainVisual {
  padding-top: 240px;
  height: 500px;
  background-image: url("../img/information/mv.jpg");
}
#information .mainVisual h1 {
  padding: 0 0 45px;
  font-size: 48px;
  font-weight: bold;
}
#information .mainVisual h1 span {
  padding-bottom: 0;
  font-size: 16px;
}
#information .main {
  padding: 30px;
  background: #fff;
}
#information .main .commonLead {
  font-size: 18px;
}

/*================================================================
 information_categoryTop_style
================================================================*/
/*================================================================
 sitemap_style
================================================================*/
#sitemap .mainVisual {
  background-image: url("../img/sitemap/mv.jpg");
}
#sitemap .main {
  padding: 30px 30px 50px;
  background: #fff;
}

/*================================================================
 404_style
================================================================*/
#errorPage .main {
  margin-top: 150px;
  padding: 30px;
  background: #fff;
}
#errorPage .main .mainText {
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
#errorPage .main a {
  font-weight: bold;
}