/**************************************************
	CONTENTS
**************************************************/
/**************************************************
	MAIN VISUAL
**************************************************/
section#mainvisual {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 10px solid #000;
  overflow: hidden;
}
section#mainvisual div.svg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105vw;
  height: 105vh;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
section#mainvisual div.logo-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#mainvisual div.logo-container div.center-box {
  position: relative;
  width: 183px;
  text-align: center;
  opacity: 0;
}
section#mainvisual div.logo-container div.center-box.show {
  opacity: 1;
  transition-duration: 3.0s;
  transition-delay: 1.0s;
}
section#mainvisual div.logo-container div.center-box h1 {
  width: 183px;
  height: 200px;
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/home/pc/logo.png) no-repeat center center;
  background-size: contain;
  margin: 0;
  margin-bottom: 33px;
}
section#mainvisual div.logo-container div.center-box ul li {
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 11px;
  margin-bottom: 19px;
}
section#mainvisual div.logo-container div.center-box ul li:last-child {
  margin-bottom: 0;
}
section#mainvisual div.logo-container div.center-box ul li:nth-child(1) {
  background: url(../img/home/pc/skill_production.png) no-repeat center top;
  background-size: contain;
}
section#mainvisual div.logo-container div.center-box ul li:nth-child(2) {
  background: url(../img/home/pc/skill_management.png) no-repeat center top;
  background-size: contain;
}
section#mainvisual div.logo-container div.center-box ul li:nth-child(3) {
  height: 12px;
  background: url(../img/home/pc/skill_equipment.png) no-repeat center top;
  background-size: contain;
}
section#mainvisual div.scroll-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 53px;
  height: 50px;
  margin-left: -45px;
  background: url(../img/common/pc/btn_scroll.png) no-repeat center center;
  background-size: contain;
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section#mainvisual {
    border-bottom: 9px solid #000;
  }
  section#mainvisual div.logo-container div.center-box {
    position: relative;
    width: 163px;
    text-align: center;
  }
  section#mainvisual div.logo-container div.center-box h1 {
    width: 163px;
    height: 204px;
    background: url(../img/home/sp/logo.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 36px;
  }
  section#mainvisual div.logo-container div.center-box ul li {
    line-height: 9999px;
    text-indent: -1000%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 11px;
    margin-bottom: 19px;
  }
  section#mainvisual div.logo-container div.center-box ul li:last-child {
    margin-bottom: 0;
  }
  section#mainvisual div.logo-container div.center-box ul li:nth-child(1) {
    background: url(../img/home/sp/skill_production.png) no-repeat center top;
    background-size: contain;
  }
  section#mainvisual div.logo-container div.center-box ul li:nth-child(2) {
    background: url(../img/home/sp/skill_management.png) no-repeat center top;
    background-size: contain;
  }
  section#mainvisual div.logo-container div.center-box ul li:nth-child(3) {
    height: 12px;
    background: url(../img/home/sp/skill_equipment.png) no-repeat center top;
    background-size: contain;
  }
  section#mainvisual div.scroll-btn {
    position: absolute;
    bottom: 9px;
    left: 50%;
    width: 43px;
    height: 40px;
    margin-left: -37px;
    background: url(../img/common/sp/btn_scroll.png) no-repeat center center;
    background-size: contain;
    line-height: 9999px;
    text-indent: -1000%;
    white-space: nowrap;
    overflow: hidden;
  }
}
/**************************************************
	NEWS
**************************************************/
section#news {
  padding-top: 145px;
  padding-bottom: 186px;
}
section#news div.wrapper div.title-box {
  padding-top: 8px;
}
section#news div.wrapper div.title-box h2 {
  width: 22px;
  height: 74px;
  background: url(../img/common/pc/h2_news.png) no-repeat center center;
  background-size: contain;
}
section#news div.wrapper div.body-box dl {
  *zoom: 1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
section#news div.wrapper div.body-box dl:after {
  content: "";
  display: table;
  clear: both;
}
section#news div.wrapper div.body-box dl dt {
  width: 90px;
  float: left;
}
section#news div.wrapper div.body-box dl dd {
  box-sizing: border-box;
  width: 100%;
  padding-left: 98px;
  -webkit-margin-start: 0;
  margin-bottom: 12px;
}
section#news div.wrapper div.body-box dl dd:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section#news {
    padding-top: 74px;
    padding-bottom: 99px;
  }
  section#news div.wrapper div.title-box {
    padding: 0;
    margin-bottom: 71px;
  }
  section#news div.wrapper div.title-box h2 {
    width: 86px;
    height: 25px;
    background: url(../img/common/sp/h2_news.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
  }
  section#news div.wrapper div.body-box dl {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  section#news div.wrapper div.body-box dl dt {
    width: 75px;
    float: left;
  }
  section#news div.wrapper div.body-box dl dd {
    box-sizing: border-box;
    width: 100%;
    padding-left: 65px;
    -webkit-margin-start: 0;
    margin-bottom: 12px;
  }
}
/**************************************************
	CONCEPT
**************************************************/
section#concept {
  padding-top: 92px;
  padding-bottom: 202px;
}
section#concept div.wrapper div.title-box h2 {
  width: 22px;
  height: 114px;
  background: url(../img/common/pc/h2_concept.png) no-repeat center center;
  background-size: contain;
}
section#concept div.wrapper div.body-box > p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  margin-bottom: 53px;
}
section#concept div.wrapper div.body-box > p.copy {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.05em;
  font-weight: bold;
  margin-bottom: 14px;
}
section#concept div.wrapper div.body-box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#concept div.wrapper div.body-box ul li {
  position: relative;
  box-sizing: border-box;
  width: 33%;
  border-left: 1px solid #7f7f7f;
  padding-left: 30px;
}
section#concept div.wrapper div.body-box ul li:last-child {
  border-right: 1px solid #7f7f7f;
}
section#concept div.wrapper div.body-box ul li h3 {
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 25px;
}
section#concept div.wrapper div.body-box ul li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
}
section#concept div.wrapper div.body-box ul li.produce h3 {
  width: 78px;
  height: 42px;
  background: url(../img/home/pc/h3_produce.png) no-repeat center top;
  background-size: contain;
}
section#concept div.wrapper div.body-box ul li.management h3 {
  width: 120px;
  height: 42px;
  background: url(../img/home/pc/h3_management.png) no-repeat center top;
  background-size: contain;
}
section#concept div.wrapper div.body-box ul li.equipment h3 {
  width: 97px;
  height: 42px;
  background: url(../img/home/pc/h3_equipment.png) no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  section#concept {
    padding-top: 74px;
    padding-bottom: 78px;
  }
  section#concept div.wrapper div.title-box {
    margin-bottom: 61px;
  }
  section#concept div.wrapper div.title-box h2 {
    width: 134px;
    height: 25px;
    background: url(../img/common/sp/h2_concept.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
  }
  section#concept div.wrapper div.body-box > p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 33px;
    text-align: center;
  }
  section#concept div.wrapper div.body-box > p.copy {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: -0.05em;
    font-weight: bold;
    margin-bottom: 12px;
  }
  section#concept div.wrapper div.body-box ul {
    display: block;
    width: 159px;
    margin: 0 auto;
  }
  section#concept div.wrapper div.body-box ul li {
    width: 100%;
    border: none;
    border-top: 1px solid #000;
    padding: 40px 0 33px;
  }
  section#concept div.wrapper div.body-box ul li:last-child {
    border-right: none;
    border-bottom: 1px solid #000;
  }
  section#concept div.wrapper div.body-box ul li h3 {
    line-height: 9999px;
    text-indent: -1000%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px;
  }
  section#concept div.wrapper div.body-box ul li p {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  section#concept div.wrapper div.body-box ul li.produce h3 {
    width: 100%;
    height: 14px;
    background: url(../img/home/sp/h3_produce.png) no-repeat center top;
    background-size: contain;
  }
  section#concept div.wrapper div.body-box ul li.management h3 {
    width: 100%;
    height: 14px;
    background: url(../img/home/sp/h3_management.png) no-repeat center top;
    background-size: contain;
  }
  section#concept div.wrapper div.body-box ul li.equipment h3 {
    width: 100%;
    height: 15px;
    background: url(../img/home/sp/h3_equipment.png) no-repeat center top;
    background-size: contain;
  }
}
/**************************************************
	WORKS
**************************************************/
section#works {
  padding-top: 100px;
  padding-bottom: 20px;
}
section#works div.wrapper {
  margin-bottom: 128px;
}
section#works div.wrapper div.title-box {
  position: relative;
}
section#works div.wrapper div.title-box h2 {
  width: 22px;
  height: 156px;
  background: url(../img/common/pc/h2_newworks.png) no-repeat center center;
  background-size: contain;
  margin-bottom: 117px;
}
section#works div.wrapper div.title-box div.caution {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0em;
}
section#works div.wrapper div.title-box:after {
  position: absolute;
  top: 166px;
  left: 8px;
  width: 1px;
  height: 100px;
  background-color: black;
  content: " ";
}
section#works div.wrapper div.body-box ul {
  *zoom: 1;
}
section#works div.wrapper div.body-box ul:after {
  content: "";
  display: table;
  clear: both;
}
section#works div.wrapper div.body-box ul li {
  position: relative;
  float: left;
  width: 305px;
  height: 171px;
  margin-bottom: 30px;
}
section#works div.wrapper div.body-box ul li:nth-child(even) {
  margin-left: -1px;
}
section#works div.wrapper div.body-box ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow: hidden;
}
section#works div.wrapper div.body-box ul li a div.photo {
  width: 100%;
  height: 100%;
}
section#works div.wrapper div.body-box ul li a div.photo > img {
  transition-duration: 0.6s;
}
section#works div.wrapper div.body-box ul li a div.info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
section#works div.wrapper div.body-box ul li a div.info div.box > p {
  line-height: 0;
}
section#works div.wrapper div.body-box ul li a div.info div.box > p span {
  background-color: black;
  padding: 0px 5px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.05em;
}
section#works div.wrapper div.body-box ul li a div.info div.box > p span.incharge {
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.05em;
  font-weight: normal;
}
section#works div.wrapper div.body-box ul li a:hover div.photo > img {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  transition-duration: 0.3s;
}
section#works div.wrapper div.body-box ul li a:hover div.info {
  opacity: 1;
}
section#works div.wrapper div.body-box p.caution {
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  letter-spacing: 0em;
}
section#works div.btn-more {
  *zoom: 1;
  text-align: right;
  padding-right: 20px;
}
section#works div.btn-more:after {
  content: "";
  display: table;
  clear: both;
}
section#works div.btn-more a {
  float: right;
  display: block;
  width: 138px;
  height: 11px;
  background: url(../img/common/pc/btn_more.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  section#works {
    padding-top: 74px;
    padding-bottom: 18px;
  }
  section#works div.wrapper {
    margin-bottom: 54px;
  }
  section#works div.wrapper div.title-box {
    position: relative;
    margin-bottom: 58px;
  }
  section#works div.wrapper div.title-box h2 {
    width: 182px;
    height: 25px;
    background: url(../img/common/sp/h2_newworks.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto 22px;
  }
  section#works div.wrapper div.title-box div.caution {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
    line-height: 1.2rem;
    letter-spacing: 0em;
    text-align: center;
  }
  section#works div.wrapper div.title-box:after {
    display: none;
  }
  section#works div.wrapper div.body-box ul {
    width: 300px;
    margin: 0 auto 20px;
  }
  section#works div.wrapper div.body-box ul li {
    float: none;
    width: 300px;
    height: auto;
    margin-bottom: 20px;
  }
  section#works div.wrapper div.body-box ul li:nth-child(even) {
    margin-left: 0;
  }
  section#works div.wrapper div.body-box ul li a {
    text-decoration: none;
  }
  section#works div.wrapper div.body-box ul li a div.photo {
    width: 300px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 11px;
  }
  section#works div.wrapper div.body-box ul li a div.photo > img {
    margin-top: -24px;
    transition-duration: 0.0s;
  }
  section#works div.wrapper div.body-box ul li a div.info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
  }
  section#works div.wrapper div.body-box ul li a div.info div.box > p {
    line-height: 0;
    text-align: center;
  }
  section#works div.wrapper div.body-box ul li a div.info div.box > p span {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0em;
    color: #000;
  }
  section#works div.wrapper div.body-box ul li a div.info div.box > p span.incharge {
    font-size: 10px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: -0.05em;
  }
  section#works div.wrapper div.body-box ul li a:hover div.photo > img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.0s;
  }
  section#works div.wrapper div.body-box p.caution {
    text-align: center;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
    line-height: 1.2rem;
    letter-spacing: 0em;
  }
  section#works div.btn-more {
    *zoom: 1;
    text-align: right;
    padding-right: 23px;
  }
  section#works div.btn-more:after {
    content: "";
    display: table;
    clear: both;
  }
  section#works div.btn-more a {
    float: right;
    width: 90px;
    height: 10px;
    background: url(../img/common/sp/btn_more.png) no-repeat center center;
    background-size: contain;
  }
}
/**************************************************
	ACCESS
**************************************************/
section#access {
  padding-top: 100px;
  padding-bottom: 252px;
}
section#access div.wrapper div.title-box h2 {
  width: 22px;
  height: 99px;
  background: url(../img/common/pc/h2_access.png) no-repeat center center;
  background-size: contain;
}
section#access div.wrapper div.body-box div.map-container {
  height: 300px;
  margin-bottom: 10px;
  background-color: #333;
}
section#access div.wrapper div.body-box div.map-container div#map-canvas {
  width: 100%;
  height: 100%;
}
section#access div.wrapper div.body-box div.pdf-link {
  *zoom: 1;
  margin-bottom: 82px;
}
section#access div.wrapper div.body-box div.pdf-link:after {
  content: "";
  display: table;
  clear: both;
}
section#access div.wrapper div.body-box div.pdf-link a {
  float: right;
  display: block;
  width: 39px;
  height: 13px;
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/home/pc/btn_pdf.png) no-repeat center center;
  background-size: contain;
}
section#access div.wrapper div.body-box div.info-box {
  position: relative;
  *zoom: 1;
  margin-bottom: 250px;
}
section#access div.wrapper div.body-box div.info-box:after {
  content: "";
  display: table;
  clear: both;
}
section#access div.wrapper div.body-box div.info-box > div p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  font-weight: bold;
}
section#access div.wrapper div.body-box div.info-box > div p:nth-child(1) {
  margin-bottom: 20px;
}
section#access div.wrapper div.body-box div.info-box > div.jp-box {
  width: 300px;
  float: left;
}
section#access div.wrapper div.body-box div.info-box > div.en-box {
  width: 296px;
  float: right;
}
section#access div.contact-container {
  text-align: center;
}
section#access div.contact-container h3 {
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
  background: url(../img/home/pc/h3_contact.png) no-repeat center center;
  background-size: contain;
  margin-bottom: 12px;
}
section#access div.contact-container p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  section#access {
    padding-top: 74px;
    padding-bottom: 146px;
  }
  section#access div.wrapper div.title-box {
    margin-bottom: 74px;
  }
  section#access div.wrapper div.title-box h2 {
    width: 114px;
    height: 25px;
    background: url(../img/common/sp/h2_access.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
  }
  section#access div.wrapper div.body-box div.map-container {
    width: 100%;
    height: 300px;
    margin-bottom: 14px;
    background-color: #333;
  }
  section#access div.wrapper div.body-box div.map-container div#map-canvas {
    width: 100%;
    height: 100%;
  }
  section#access div.wrapper div.body-box div.pdf-link {
    box-sizing: border-box;
    margin-bottom: 62px;
    padding-right: 1px;
  }
  section#access div.wrapper div.body-box div.pdf-link a {
    width: 36px;
    height: 11px;
    line-height: 9999px;
    text-indent: -1000%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/home/sp/btn_pdf.png) no-repeat center center;
    background-size: contain;
  }
  section#access div.wrapper div.body-box div.info-box {
    margin-bottom: 116px;
  }
  section#access div.wrapper div.body-box div.info-box > div {
    margin-bottom: 31px;
    text-align: center;
  }
  section#access div.wrapper div.body-box div.info-box > div p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0em;
    font-weight: normal;
  }
  section#access div.wrapper div.body-box div.info-box > div p:nth-child(1) {
    margin-bottom: 4px;
  }
  section#access div.wrapper div.body-box div.info-box > div.jp-box {
    width: 100%;
    float: none;
  }
  section#access div.wrapper div.body-box div.info-box > div.en-box {
    width: 100%;
    float: none;
  }
  section#access div.contact-container {
    text-align: center;
  }
  section#access div.contact-container h3 {
    line-height: 9999px;
    text-indent: -1000%;
    white-space: nowrap;
    overflow: hidden;
    height: 18px;
    background: url(../img/home/sp/h3_contact.png) no-repeat center top;
    background-size: contain;
    margin-bottom: 15px;
  }
}
