@charset "utf-8";

/* -------------------------
  1. common
  2. hero
  3. news
  4. recruit
  5. company
  6. contact
  7. product
------------------------- */

/* -------------------------
  1. common
------------------------- */

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}

a {
  color: #55acee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  transition: all .3s;
}

a:hover img {
  opacity: .7;
}

img {
  max-width: 100%;
}

*::-moz-selection {
  background: rgba(243, 152, 0, .7);
}

*::selection {
  background: rgba(243, 152, 0, .7);
}

body {
  color: #000;
  font: 16px/1 "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* header */

header {
  background: url(../img/nav/bg.gif);
  height: 92px;
  left: 0;
  overflow: hidden;
  padding-top: 2px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

header h1 {
  background: url(../img/nav/ttl-bg.png) no-repeat;
  float: left;
  height: 88px;
  margin-left: 40px;
  width: 182px;
}

header h1 img {
  margin: 8px 0 0 8px;
}

@media (max-width: 900px) {
  
  header {
    overflow: visible;
  }
  
}

@media (max-width: 650px) {
  
  header h1 {
    margin-left: 10px;
  }
  
}

/* gloNav */

#gloNav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 32px 176px 0 auto;
  width: 505px;
}

#gloNav li {
  font-size: 14px;
  letter-spacing: .1em;
  text-align: center;
}

#gloNav li a {
  color: #595656;
  display: block;
  padding: 8px 0;
  transition: all .3s;
}

#gloNav li a:hover {
  opacity: .7;
  text-decoration: none;
}

#gloNav li a:hover img {
  opacity: 1;
}

#gloNav li small {
  color: #f39800;
  display: block;
  font-size: 12px;
  letter-spacing: .12em;
  margin-bottom: 3px;
}

@media (max-width: 990px) {
  
  #gloNav {
    width: 440px;
  }
  
}

@media (max-width: 900px) {
  
  .drawer-open #gloNav {
    display: block;
    margin: 50px 0;
    width: 100%;
  }
  
  .drawer-open #gloNav li {
    font-size: 18px;
  }
  
  .drawer-open #gloNav li ~ li {
    margin-top: 20px;
  }
  
}

@media (max-width: 650px) {
  
  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 10px;
  }
  
}

/* share */

#share {
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: 34px;
  width: 97px;
}

#share li {
  float: left;
}

#share li ~ li {
  margin-left: 7px;
}

@media (max-width: 900px) {
  
  .drawer-open #share {
    margin: 0 auto 50px;
    position: static;
  }
  
}

@media (max-width: 650px) {
  
  #navIcon {
    right: 10px;
  }
  
}

/* footer */

footer {
  background: #dad5d1;
  padding-top: 30px;
  display: inline-block;
  width: 100%;
}

footer p {
  border-top: 2px solid #f39800;
  margin: 0 40px;
  padding: 20px 0;
  text-align: center;
}

@media (max-width: 900px) {
  
  footer p {
    margin: 0 auto;
    width: 90%;
  }
  
}

@media (max-width: 650px) {
  
  footer p {
    font-size: 12px;
  }
  
}

/* -------------------------
  2. hero
------------------------- */

#hero {
  margin-top: 92px;
  position: relative;
}

#heroMain li {
  position: relative;
}

#heroMain li a > img {
  height: auto;
  width: 100%;
}

#heroNav {
  margin: auto 0;
  position: absolute;
  right: 0px;
  top: 3.6%;
  width: 27%;
  z-index: 2;
}

#heroNav .slick-list {
  overflow: visible;
  width: 67%;
}

#heroNav li {
  box-shadow: 0 0 13px rgba(0, 0, 0, .75);
  float: none;
  left: 0 !important;
  margin-bottom: 6%;
  opacity: 1 !important;
  width: 75% !important;
}

#heroNav li.slick-current  {
  display: none;
}

#heroNav li:hover {
  cursor: pointer;
}

#heroNav li img {
  height: auto;
  width: 100%;
}

@media (max-width: 900px) {
  
  #heroNav {
    box-sizing: border-box;
    margin: 20px 0;
    padding: 0 40px;
    position: static;
    width: 100%;
  }
  
  #heroNav .slick-track {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  
  #heroNav .slick-slide {
    margin: 0 10px;
  }
  
  #heroNav li.slick-current  {
    display: block;
  }
  
}

@media (max-width: 650px) {
  
  #heroNav {
    padding: 0 1%;
  }
  
  #heroNav .slick-slide {
    margin: 0 5px;
  }
  
}

/* -------------------------
  3. news
------------------------- */

#news {
  border-top: 4px solid #dad5d1;
  position: relative;
}

#news dl {
  box-sizing: border-box;
  height: 189px;
  margin: 10px 0 0 40px;
  width: 95%;
}

#news dt,
#news dd {
  line-height: 1.4;
}

#news dt {
  color: #f39800;
}

#news dd + dt {
  margin-top: 8px;
}

#news dd {
  color: #595656;
}

#news .twWidget {
  background: #ff780b;
  border: 3px solid #49423a;
  border-radius: 8px;
  box-sizing: border-box;
  height: 230px;
  padding: 3px;
  position: absolute;
  right: 40px;
  top: 20px;
  width: 27%;
}

@media (max-width: 900px) {
  
  #news dl {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  
  #news .twWidget {
    margin: 20px auto 0;
    position: static;
    width: 506px;
  }
  
  #news .twWidget iframe {
    width: 500px !important;
  }
  
}

@media (max-width: 650px) {
  
  #news dt,
  #news dd {
    font-size: 14px;
  }
  
  #news .twWidget {
    width: 286px;
  }
  
  #news .twWidget iframe {
    width: 280px !important;
  }
  
}

/* -------------------------
  4. recruit
------------------------- */

#recruit {
  border-top: 12px solid #dad5d1;
  margin-top: 20px;
  display:inline-block;
	width:100%;
}

#recruit h2 {
  margin: 30px 0 0 40px;
}

#recruit ul {
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: 30px;
  width: 64%;
}

#recruit li {
  background: #dad5d1;
  border-radius: 8px;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: 48%;
}

#recruit li + li {
  float: right;
}

#recruit li h3 {
  bottom: 0;
  float: left;
  position: absolute;
  text-align: center;
  top: 0;
  width: 26%;
}

#recruit li h3 img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

#recruit li p {
  float: right;
  height: 100%;
  width: 37%;
}

#recruit li a {
  border-radius: 8px;
  display: block;
  margin-left: 8%;
  padding: 39px 0;
  text-align: center;
}

#recruit .new a {
  background: #f39800;
}

#recruit .career a {
  background: #e97900;
}

.recruitPopup {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
  padding: 20px;
  position: relative;
  max-width: 910px;
  width: 90%;
}

.recruitPopup h3 {
  border-bottom: 1px solid #dad5d1;
  font-size: 24px;
  padding-bottom: 20px;
}

.recruitPopup h4 {
  background: #f39800;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
  padding: 5px 10px;
}

.recruitPopup p {
  line-height: 1.6;
  margin-top: 10px;
  padding: 0 10px;
}

.recruitPopup table {
  margin-top: 10px;
}

.recruitPopup th,
.recruitPopup td {
  border: 1px solid #dad5d1;
  line-height: 1.4;
  padding: 5px 10px;
}

.recruitPopup th {
  vertical-align: top;
  white-space: nowrap;
}

@media (max-width: 900px) {
  
  #recruit h2 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  
  #recruit ul {
    margin: 30px auto 0;
    position: static;
    width: 90%;
  }
  
  #recruit li h3 {
    float: none;
    position: static;
    width: 100%;
  }
  
  #recruit li h3 img {
    position: static;
  }
  
  #recruit li p {
    margin-top: 10px;
    width: 48%;
  }
  
  #recruit li p a {
    margin: 0;
    padding: 20px 10px;
  }
  
  #recruit li p + p {
    float: left;
  }
  
  .recruitPopup h3 {
    margin-top: 10px;
  }
  
}

@media (max-width: 650px) {
  
  .recruitPopup p,
  .recruitPopup th,
  .recruitPopup td {
    font-size: 14px;
  }
  
}

/* staff room */

#recruit .staffRoom {
  margin: 30px 40px 0;
}

#recruit .staffRoom img {
  width: 100%;
}

#staffRoom {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  margin: auto;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  max-width: 910px;
  width: 90%;
}

#staffRoom .inr {
  overflow: hidden;
}

#staffRoom .img02 {
  box-sizing: border-box;
  display: inline-block;
  float: right;
  margin-left: auto;
  padding-right: 10px;
  width: 40%;
}

#staffRoom .img01 {
  width: 60%;
}

#staffRoom .txt {
  margin: 0 5% 20px;
  width: auto;
}

#staffRoom .txt p ~ p {
  line-height: 1.6;
  margin-top: 15px;
}

.popupModalDismiss {
  position: absolute;
  right: .3%;
  text-align: right;
  top: 0;
}

.popupModalDismiss a:hover img {
  opacity: 1;
}

@media (max-width: 900px) {
  
  #recruit .staffRoom {
    margin: 30px auto 0;
    width: 90%;
  }
  
  .popupModalDismiss img {
    width: 80%;
  }
  
}

@media (max-width: 650px) {
  
  #staffRoom .txt p {
    font-size: 14px;
  }
  
  .popupModalDismiss img {
    width: 50%;
  }
  
}

/* -------------------------
  5. company
------------------------- */

#company {
  border-top: 12px solid #dad5d1;
  margin-top: 30px;
}

#company h2 {
  margin-left: 40px;
  padding: 20px 0;
}

#company .summary {
  background: #dad5d1;
}

#company .summary p {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 auto;
  padding: 30px 0;
  width: 80%;
}

#company .summary p ~ p {
  margin-top: 20px;
}

#company .box {
  background: #f9f9f8;
  margin: 30px 40px;
  overflow: hidden;
  padding: 30px;
}

#company .box dl {
  background: #f39800;
  overflow: hidden;
}

#company .box dt,
#company .box dd {
  box-sizing: border-box;
  line-height: 1.5;
  padding: 5px 10px;
}

#company .box dt {
  color: #f9f9f8;
  float: left;
  font-weight: 700;
  text-align: center;
  width: 5.5em;
}

#company .box dd {
  background: #f9f9f8;
  margin-left: 5.5em;
}

#company .box .about,
#company .box .history {
  width: 49%;
}

#company .box .about {
  float: left;
}

#company .box .history {
  float: right;
}

#company .box .history dt,
#company .box .history dd {
  padding: 12px 10px;
}

#company .box .history dt:first-child {
  border-bottom: 2px solid #fff;
  line-height: 1.1;
}

#company .box .history dt:first-child small {
  font-size: 12px;
  font-weight: 400;
}

#company .box .history dt:first-child + dd {
  height: 4.2em;
}

@media (max-width: 900px) {
  
  #company h2 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  
  #company .box .about,
  #company .box .history {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  
  #company .box .history {
    margin-top: 30px;
  }
  
}

@media (max-width: 650px) {
  
  #company .summary p {
    font-size: 16px;
  }
  
  #company .box {
    background: #f9f9f8;
    margin: 30px auto;
    padding: 5%;
  }
  
  #company .box dt,
  #company .box dd {
    font-size: 14px;
  }
  
  #company .box .history dt:first-child small {
    font-size: 10px;
  }
  
}

/* -------------------------
  6. contact
------------------------- */

#contact {
  border-top: 12px solid #dad5d1;
  margin: 30px 0;
}

#contact h2 {
  margin-left: 40px;
  padding: 30px 0;
}

#contact ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 15%;
}

#contact li {
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  width: 49%;
}

#contact li a,
#contact .privacyPolicy a {
  color: #000;
  display: block;
  padding: 30px 0;
}

#contact .privacyPolicy {
  background: #ff5d5d;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.2;
  margin: 40px auto 0;
  text-align: center;
  max-width: 500px;
}

#privacyPolicy {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  margin: auto;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  max-width: 910px;
  width: 90%;
}

#privacyPolicy .inr {
  margin: 0 5% 20px;
  width: auto;
}

#privacyPolicy p {
  line-height: 1.6;
  margin-top: 15px;
}

#privacyPolicy h3 {
  border-bottom: 1px solid #f39800;
  font-size: 18px;
  letter-spacing: .05em;
  margin-top: 30px;
  padding-bottom: 5px;
}

#privacyPolicy h3::before {
  color: #f39800;
  content: "●";
  display: inline-block;
  margin-right: 5px;
}

#privacyPolicy .ttl strong {
  font-size: 20px;
}

@media (max-width: 900px) {
  
  #contact h2 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  
  #contact ul {
    margin: 0 auto;
    width: 90%;
  }
  
  #contact .privacyPolicy {
    width: 90%;
  }
  
  #contact .privacyPolicy a {
    padding: 20px 0;
  }

}

@media (max-width: 650px) {
  
  #contact li {
    line-height: 1.4;
  }
  
  #contact li span {
    display: block;
  }
  
  #privacyPolicy p {
    font-size: 14px;
  }
  
}

/* -------------------------
  7. product
------------------------- */

/* header */

#product header {
  height: 105px;
}

#productNav {
  clear: both;
}

#productNav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 650px;
}

#productNav li {
  margin-top: -6px;
}

#productNav a {
  color: #595656;
  display: block;
  padding: 0 10px 1px;
}

#productNav a:hover {
  border-bottom: 3px dotted #f39800;
  color: #f39800;
  text-decoration: none;
}

@media (max-width: 900px) {
  
  #productNav ul {
    font-size: 14px;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: inherit;
  }
  
  #productNav li {
    margin-top: -4px;
  }
  
  #productNav li a {
    padding-left: 6px;
    padding-right: 6px;
  }
  
}

@media (max-width: 650px) {
  
  #productNav ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-right: 2%;
  }
  
}

/* content */

#product #wrap {
  margin-top: 105px;
}

#product #wrap h2 img {
  width: 100%;
}

#product #list {
  margin: 0 auto;
  padding: 0 40px 105px;
  max-width: 700px;
}

#product h3 {
  color: #595656;
  font-size: 26px;
  text-align: center;
  text-shadow: 2px 2px #f7ba73, 1px 3px #f7ba73, 0 3px #f7ba73, -1px 3px #f7ba73, -2px 2px #f7ba73;
  letter-spacing: .05em;
  margin-top: 38px;
}

#product .box {
  border: 2px solid #dad5d1;
  border-radius: 4px;
  margin-top: 16px;
  overflow: hidden;
}

#product .box ~ .box {
  margin-top: 9px;
}

#product .box ul {
  margin: 5px 16px 0 11px;
}

#product .box li {
  background: #dad5d1;
  border-radius: 4px;
  color: #595656;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 0 0 5px;
  padding: 6px 10px;
}

#product .box li.ntd {
  background: #ef2424;
  color: #fff;
}

#product .box li.sony {
  background: #245def;
  color: #fff;
}

#product .box li.ms {
  background: #098b09;
  color: #fff;
}

#product .box li.android {
  background: #78bc3c;
  color: #fff;
}

#product .box li.ios {
  background: #9f9f9f;
  color: #fff;
}

#product .box li.ac {
  background: #c00b0b;
  color: #fff;
}

#product .box li.nesica {
  background: #1724d6;
  color: #fff;
}

#product .box li.other {
  background: #086208;
  color: #fff;
}

#product .box h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 10px 16px 0;
}

#product .box > h4:last-child {
  padding-bottom: 16px;
}

#product .box h4 + p {
  color: #595656;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 16px;
}

#product .box .btn {
  display: -webkit-flex;
  display: flex;
  float: right;
  -webkit-justify-content: right;
  justify-content: right;
  margin-top: 14px;
}

#product .box .btn a {
  background: linear-gradient(#f37900, #f39700);
  border-radius: 12px 12px 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 8px;
  padding: 7px 15px 8px;
  text-align: center;
  transition: all .3s;
  min-width: 160px;
}

#product .box .btn a:first-child {
  margin-left: 8px;
}

#product .box .btn a:hover {
  background: linear-gradient(#e83900, #e85900);
  text-decoration: none;
}

#product .totop {
  margin-top: 10px;
  text-align: right;
}

@media (max-width: 900px) {
  
  #product #list {
    padding-left: 0;
    padding-right: 0;
  }

  #product .box,
  #product .totop {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  
  #product .box .btn a {
    min-width: inherit;
  }
  
}

@media (max-width: 650px) {
  
  #product .box ul {
    margin-top: 7px;
    margin-left: 15px;
  }

  #product .box li {
    margin: 3px 0 0 1px;
  }
  
  #product .box li,
  #product .box h4 + p,
  #product .totop {
    font-size: 12px;
  }
  
  #product .box h4 {
    font-size: 18px;
  }
  
  #product .box .btn a {
    font-size: 14px;
  }
  
}