  /* start special */
  
  .pc {
    display: block;
  }
  
  .sp {
    display: none;
  }
  
  .header-pc {
    display: block;
  }
  
  .header-sp {
    display: none;
  }
  
  .font-size39 {
    font-size: 39px;
  }
  
  .font-size45 {
    font-size: 45px;
  }
  
  .mt85 {
    margin-top: 85px;
  }
  
  figure {
    margin: 0;
  }
  
 .block-center-img{
  margin: 3% auto;
  width: 95%;
  }
  
  #interview #breadcrumbs {
    padding-bottom: 2px;
  }
  
  .special-wrap {
    margin: 30px auto 0;
  }
  
  .special-wrap #breadcrumbs {
    padding-bottom: 7px;
  }
  
  .banner {
    width: 100%;
    margin-bottom: 20px;
     padding: 15px;
    box-sizing: border-box;
    /* background: #DDDDDD; */
    /* border-radius: 7px; */
  }
  
  .special-wrap .banner {
    /* padding: 15px 18px; */
  }
  
  .special-wrap .special-tit01 {
    margin: 1em 0;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    line-height: 1.4em;
  }
  
  .special-wrap .special-tit01 span {
    display: block;
    color: #E43C00;
    margin-top: 27px;
  }
  
  .special-wrap .special-slider {
    padding: 20px;
    box-sizing: border-box;
    background: #F6F7FA;
    border-radius: 7px;
    margin-bottom: 20px;
  }
  
  .special-wrap .special-slider ul.special-slide {
    background: #fff;
    padding: 20px 10px 10px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    -webkit-appearance: none;
  }
  
  .special-wrap .special-slider ul.special-slide li {
    padding: 0 14px 13px;
    box-sizing: border-box;
  }
  
  .special-slider ul li a img {
    margin: 0 auto;
  }

  .special-wrap .special-slide button {
    width: 28px;
    height: 28px;
    line-height: 28px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #DBDBDB;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.50);
    color: #222;
    -webkit-appearance: none;
    overflow: hidden;
  }
  
  .special-wrap .special-slide button:hover {
    background: #18003B;
    color: #fff;
  }

  .special-wrap .special-slide button.slick-prev {
    left: -14px;
  }
  
  .special-wrap .special-slide button.slick-next {
    right: -14px;
  }
  
  .special-wrap .special-slide button.fa-angle-left:before {
    content: "\f104";
    position: absolute;
    font-size: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
      color: #000;
  }
  .special-wrap .special-slide button.fa-angle-left:hover:before {
    color: #fff;
  }

  .special-wrap .special-slide button.fa-angle-right:before {
    content: "\f105";
    position: absolute;
    font-size: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding-left: 2px;
      color: #000;
  }
  .special-wrap .special-slide button.fa-angle-right:hover:before {
    color: #fff;  
  }

  .special-wrap .special-slide .slide-img-height {
    width: 100%;
    display: table;
  }
  
  .special-wrap .special-slide .slide-img-height figure {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
  }
  
  .special-wrap .special-slide .slide-img-height figure img {
    margin: 0 auto;
    width: 90%;
  }
  
  .special-wrap .special-slide .detail-txt-wrap {
    margin-bottom: 8px;
  }
  
  .special-wrap .special-slide .product-detail-txt01 {
    max-height: 50px;
    line-height: 1.5;
  }
  
  .special-wrap .special-slide .product-detail-cat {
    display: flex;
    flex-flow: wrap;
    text-align: left;
    margin-top: 5px;
    line-height: 0;
  }
  
  .special-wrap .special-slide .product-detail-cat span {
    padding-bottom: 3px;
    padding-right: 3px;
    box-sizing: border-box;
  }
  
  .special-wrap .special-slide .product-detail-price {
    font-family: 'Ubuntu';
    color: #E43C00;
    font-weight: 700;
    padding: 9px 0 6px;
  }
  
  .special-wrap .special-slide .product-detail-price span {
    color: #222222;
    font-weight: normal;
    margin-left: 3px;
  }
  
  .special-wrap .special-slide .product-detail-price .strike {
    color: #222222;
    font-weight: normal;
    margin-left: 10px;
  }
  
  .special-wrap .special-slide .product-detail-sale-date {
    line-height: 1.3;
    word-break: break-word;
  }
  
  .special-wrap .special-slide .add-to-cart img {
    width: 100%;
  }
  
  .special-wrap .special-slide .add-to-cart:focus {
    outline: none;
  }
  
  .special-wrap .special-slide .add-to-cart:hover {
    background: url(../img/special/cart_special_hover.gif) no-repeat;
    background-size: 100%;
    display: block;
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    transition: none;
  }
  
  .special-wrap .special-slide .add-to-cart.spinning:hover,
  .special-wrap .special-slide .add-to-cart.spindone:hover {
    background: none;
    opacity: 1;
    box-shadow: none;
  }
  
  .special-wrap .special-slide .add-to-cart:hover img {
    visibility: hidden;
  }
  
  .special-wrap .special-slide .add-to-cart.spinning:hover img,
  .special-wrap .special-slide .add-to-cart.spindone:hover img {
    visibility: visible;
  }
  
  .special-wrap .first-industry .special-tit01 {
    margin: 53px 0 32px;
  }
  
  .special-wrap .first-industry-sec {
    margin-bottom: 36px;
  }
  
  .special-wrap .first-industry-sec .first-industry-block {
    padding-top: 40px;
    padding-bottom: 28px;
    border-bottom: 1px dotted #DDDDDD;
  }
  
  /* .special-wrap .first-industry-sec .first-industry-block:first-child {
    padding-bottom: 28px;
  }
  
  .special-wrap .first-industry-sec .first-industry-block:nth-child(2) {
    padding-top: 46px;
    padding-bottom: 55px;
  }*/
  
  .special-wrap .first-industry-sec .first-industry-block:last-child {
    padding-bottom: 40px;
    border-bottom: none;
  } 
  
  .special-wrap .first-industry .first-industry-txt {
    text-align: center;
    line-height: 1.8;
  }
  
  .special-wrap .first-industry .first-industry-img {
    text-align: center;
    margin: 20px 0 0;
    border-bottom: 1px dotted #DDDDDD;
    padding-bottom: 58px;
  }
  
  .special-wrap .first-industry .block-center {
    padding-left: 17px;
    box-sizing: border-box;
    width: 100% !important;
  }
  
  .special-wrap .first-industry .block-left {
    float: left;
    padding-left: 17px;
    box-sizing: border-box;
  }
  
  .special-wrap .first-industry .block-right {
    float: right;
    padding-right: 17px;
    box-sizing: border-box;
  }
  
  .special-wrap .first-industry .industry-block-txt {
    width: 620px;
  }
  
  .special-wrap .first-industry .industry-block-txt.block-right {
    width: 620px;
  }
  
  .special-wrap .first-industry .industry-block-img {
    width: 420px;
  }
  
  .special-wrap .first-industry .industry-block-txt h4 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  
  .special-wrap .first-industry .industry-block-txt .industry-txt {
    line-height: 1.85;
    letter-spacing: 1px;
  }
  
  .special-wrap .special-other-point {
    padding: 15px 17px 3px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #F6F7FA;
    border-radius: 7px;
  }
  
  .special-wrap .special-other-point h4 {
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .special-wrap .special-other-point .special-point-block {
    width: 49.2%;
    float: left;
    margin-bottom: 1.3%;
    padding: 15px 22px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 7px;
  }
  
  .special-wrap .special-other-point .special-point-block:nth-child(2n) {
    float: right;
  }
  
  .special-wrap .special-other-point .special-point-block h5 {
    font-weight: 700;
    margin-bottom: 16px;
  }
  
  .special-wrap .special-other-point .special-point-block p {
    line-height: 1.85;
    letter-spacing: 0.6px;
  }
  
  .special-wrap .product-specification {
    padding: 13px 21px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #F6F7FA;
    border-radius: 7px;
  }
  
  .special-wrap .product-specification .specification-tit {
    font-weight: 700;
  }
  
  .special-wrap .product-specification .specification-mark {
    display: flex;
    flex-flow: wrap;
    margin: 19px 0 16px;
  }
  
  .special-wrap .product-specification .specification-mark p {
    margin-right: 18px;
  }
  
  .special-wrap .product-specification .specification-mark img {
    margin-right: 5px;
  }
  
  .special-wrap .product-specification .specification-mark img:last-child {
    margin-right: 0;
  }
  
  .special-wrap .product-specification table {
    width: 100%;
  }
  
  .special-wrap .product-specification table.product-specification-table {
    background: #fff;
    margin-bottom: 10px;
  }
  
  .special-wrap .product-specification table.product-specification-table tr {
    border: 1px solid #CCCCCC;
  }
  
  .special-wrap .product-specification table.product-specification-table tr th {
    width: 129px;
    border-right: 1px solid #CCCCCC;
  }
  
  .special-wrap .product-specification table.product-specification-table tr th,
  .special-wrap .product-specification table.product-specification-table tr td {
    padding: 11px 14px 7.5px;
  }
  
  .special-wrap .product-specification .specification-remark li {
    display: flex;
  }
  
  .special-wrap .special-slider .related-slider-tit {
    font-weight: 700;
    margin-bottom: 20px;
  }
  /* end special */
  /* start interview-wrap */
  
  .interview-wrap {
    margin-top: 5px;
    padding-bottom: 46px;
  }
  
  .interview-wrap .staff-interview-box {
    position: relative;
    padding: 130px 49px 143px;
    background: #fff;
    border-radius: 7px;
    box-sizing: border-box;
  }
  
  .interview-wrap .staff-interview-box h2 {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    font-weight: 700;
  }
  
  .interview-wrap .staff-interview-box p {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    color: #E43C00;
    font-family: 'Ubuntu';
    font-weight: 700;
  }
  
  .interview-wrap .passion {
    padding: 33px 0 25px 0;
    text-align: center;
  }
  
  .interview-wrap .passion h3 {
    margin-bottom: 35px;
    font-weight: 700;
  }
  
  .interview-wrap .passion p {
    line-height: 1.75;
    font-weight: 600;
  }
  
  .interview-wrap .name-info-banner {
    width: 718px;
    margin: 0 auto 46px;
    border: 4px solid #DDDDDD;
    border-radius: 7px;
    box-sizing: border-box;
  }
  
  .interview-wrap .name-info {
    padding: 10px 0 0 33px;
    background: #fff;
    border-radius: 7px;
    box-sizing: border-box;
  }
  
  .interview-wrap .name-info-txt {
    width: 355px;
  }
  
  .interview-wrap .name-info-txt01 {
    letter-spacing: 0.7px;
    line-height: 2.05;
  }
  
  .interview-wrap .name-info .dept-name {
    margin-bottom: 15px;
    padding-top: 40px;
    font-weight: 700;
  }
  
  .interview-wrap .name-info .full-name {
    margin-bottom: 17px;
    font-weight: 700;
  }
  
  .interview-wrap .flL {
    float: left;
  }
  
  .interview-wrap .flR {
    float: right;
  }
  
  .interview-wrap .interview-block {
    padding: 30px 15px 48px 21px;
    border-top: 1px dotted #DDDDDD;
    box-sizing: border-box;
  }
  
  .interview-wrap .interview-block-box {
    width: 578px;
  }
  
  .interview-wrap .interview-block-img {
    width: 425px;
  }
  
  .interview-wrap .interview-block-tit {
    font-weight: 700;
    line-height: 1.45;
  }
  
  .interview-wrap .interview-block-txt {
    margin-top: 18px;
    line-height: 1.85;
    letter-spacing: 0.7px;
  }
  
  a[href^="tel:"] {
    display: block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
  
  a.foot-tel {
    font-weight: 700;
    color: #E43C00;
  }
  /* end interview-wrap */
  

@media all and (-ms-high-contrast: none) {

#main {
  width: 1100px;
  float: none;
  margin: 20px auto;
}
}

#main {
  width: 1100px;
  float: initial;
  margin: 20px auto;
}

  @media screen and (max-width: 1100px) {
    /* footer */
    .block-copyright {
      padding: 0;
      border-top: none;
    }
    .block-copyright>.container {
      padding: 12px 0;
      background: #18003B;
      border-top: 1px solid #ffffff;
    }
  }
  
  @media screen and (max-width: 1100px) and (min-width: 769px) {
    .container {
      padding: 0 10px;
      box-sizing: border-box;
    }
    #footer .container {
      padding: 0;
    }
    #footer .block-copyright>.container {
      padding: 12px 0;
    }
    .block-footer {
      padding: 32px 7px 25px 10px;
    }
    /*#guide*/ #main {
      max-width: 832px;
      width: 75%;
      padding-top: 10px;
      
    }
    /*#guide*/ #aside {
      max-width: 250px;
      width: 23%;
    }
  }
  
  
  
  
  
  
  
  
  
  
  @media screen and (max-width: 768px) {
  
  .special-wrap .first-industry .block-center {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100% !important;
  }
  
  .block-copyright>.container {
      padding: 0 15px;
      background: #18003B;
      border-top: 1px solid #ffffff;
    }
  
  
  #main {
  margin: 70px auto 0px auto;
}
  
  
    /* header */
    .pc {
      display: none;
    }
    .sp {
      display: block;
    }
    a[href^="tel:"] {
      display: block;
      color: inherit;
      pointer-events: auto;
    }
    .header-pc {
      display: none !important;
    }
    /*#interview*/ #main,
    /*#special*/ #main {
      width: 100%;
      float: none;
    }
    #interview #aside,
    #special #aside {
      width: 100%;
      float: none;
    }
    .container {
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box;
    }
    body {
      font-family: Noto Sans Japanese, Æ’ÂÆ’CÆ’Å Æ’I, Meiryo, Æ’qÆ’â€°Æ’MÆ’mÅ pÆ’S Pro W6, Hiragino Kaku Gothic Pro, Osaka, â€šlâ€šr\ â€šoÆ’SÆ’VÆ’bÆ’N, MS PGothic, sans-serif
    }
    div {
      max-width: initial;
    }
    .clearfix:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      line-height: 0;
      visibility: hidden;
    }
    .wrapper {
      overflow: hidden;
    }

    /* footer */
    .block-footer {
      padding: 32px 0 10px 0;
      background: #18003B;
    }
    .block-footer-left {
      float: none;
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box;
    }
    .block-footer-right {
      float: none;
      width: 100%;
    }
    .block-footer-box {
      float: left;
      width: 48%;
      margin-right: 0;
      margin-bottom: 40px;
      padding-left: 0;
      box-sizing: border-box;
    }
    .block-footer .block-footer-box:nth-child(even) {
      float: right;
      padding-left: 10px;
      box-sizing: border-box;
    }
    .block-footer p {
      font-size: 15px;
      font-weight: 600;
      line-height: 1.5;
    }
    .block-footer ul li a {
      color: #fff;
      font-size: 13px;
    }
    .block-footer-box ul li {
      padding-bottom: 0;
    }
    .block-footer-right ul {
      font-size: 20px;
      font-weight: 700;
      margin-top: 0;
    }
    .block-footer-right p:last-child {
      font-size: 33px;
    }
    a.foot-tel {
      color: #E43C00;
      line-height: 1;
      margin-bottom: 15px;
    }
    .copyright-item {
      float: none;
      display: block;
      margin-bottom: 15px;
      font-size: 12px;
    }
    .copyright-item ul {
      text-align: center;
    }
    .copyright-right {
      float: none;
      margin-left: 0;
      font-size: 11px;
      text-align: center;
    }
    /* start special */
    #special .container.mt90 {
      margin: 75px auto 0;
    }
    #interview .container.mt85 {
      margin: 75px auto 0;
    }
    #special #breadcrumbs {
      padding-bottom: 0px;
    }
    #interview #breadcrumbs {
      padding-bottom: 0px;
    }
    .special-wrap {
      padding: 0 12px;
      margin: 20px auto 0;
    }
    .slide-inner-block {
      max-width: 300px;
      margin: 0 auto;
      padding: 0px 10px;
      box-sizing: border-box;
    }
    .banner {
      margin-bottom: 20px;
      padding: 10px;
    }
    .special-wrap .banner {
      padding: 10px;
      text-align: center;
    }
    .special-wrap .banner img {
      width: 100%;
    }
    .special-wrap .special-tit01 {
      margin: 10px 0 10px;
      text-align: center;
      font-size: 20px;
      line-height: 1.25;
    }
    .special-wrap .special-tit01 span {
      margin-top: 5px;
      font-size: 18px;
      line-height: 1.3;
    }
    .special-wrap .special-slider {
      padding: 15px;
      margin-bottom: 20px;
    }
    .special-wrap .special-slider ul.special-slide li {
      padding: 0 10px 10px;
      opacity: 0.5;
    }
    .special-wrap .special-slider ul.special-slide li.slick-current {
      opacity: 1;
    }
    .special-wrap .special-slide .detail-txt-wrap {
      margin-bottom: 5px;
    }
    .special-wrap .special-slide .product-detail-txt01 {
      margin-top: 15px;
      overflow-y: hidden;
      overflow-x: hidden;
      text-overflow: ellipsis;
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      color: #222;
      font-family: 'Hiragino Kaku Gothic Pro';
      max-height: 50px;
    }
    .special-wrap .special-slide .product-detail-price {
      padding: 5px 0;
      font-size: 22px;
      line-height: 1;
    }
    .special-wrap .special-slide .product-detail-price span {
      font-size: 11px;
    }
    .special-wrap .special-slide .product-detail-price .strike {
      margin-left: 5px;
      font-size: 13px;
    }
    .special-wrap .special-slide .product-detail-sale-date {
      margin-top: 8px;
      font-size: 11px;
    }
    .special-wrap .first-industry .special-tit01 {
      font-size: 24px;
      margin: 20px 0;
    }
    .special-wrap .first-industry-sec {
      margin-bottom: 25px;
    }
    .special-wrap .first-industry-sec .first-industry-block {
      padding: 30px 0 35px;
    }
    .special-wrap .first-industry-sec .first-industry-block:first-child {
      padding-bottom: 35px;
    }
    .special-wrap .first-industry-sec .first-industry-block:nth-child(2) {
      padding-top: 30px;
      padding-bottom: 35px;
    }
    .special-wrap .first-industry-sec .first-industry-block:last-child {
      padding-bottom: 0px;
    }
    .special-wrap .first-industry .first-industry-txt {
      text-align: left;
      line-height: 1.5;
      font-size: 14px;
    }
    .special-wrap .first-industry .first-industry-img {
      padding-bottom: 35px;
    }
    .special-wrap .first-industry .block-left {
      width: 100%;
      float: none;
      padding-left: 0;
    }
    .special-wrap .first-industry .block-right {
      width: 100%;
      float: none;
      padding-right: 0;
    }
    .special-wrap .first-industry .industry-block-txt.block-right {
      width: 100%;
    }
    .special-wrap .first-industry .industry-block-txt {
      width: 100%;
    }
    .special-wrap .first-industry .industry-block-img {
      width: 100%;
      text-align: center;
    }
    .special-wrap .first-industry .industry-block-txt h4 {
      line-height: 1.3;
      font-size: 18px;
      margin-bottom: 10px;
    }
    .special-wrap .first-industry .industry-block-txt .industry-txt {
      line-height: 1.6;
      font-size: 14px;
      margin-bottom: 30px;
    }
    .special-wrap .special-other-point {
      padding: 15px 15px 0;
    }
    .special-wrap .special-other-point h4 {
      text-align: center;
      font-size: 16px;
      margin-bottom: 10px;
    }
    .special-wrap .special-other-point .special-point-block {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 15px;
      padding: 10px 15px 15px;
    }
    .special-wrap .special-other-point .special-point-block:nth-child(2n) {
      margin-right: 0;
      float: none;
    }
    .special-wrap .special-other-point .special-point-block h5 {
      font-size: 18px;
      margin-bottom: 10px;
    }
    .special-wrap .product-specification {
      padding: 15px;
      margin-bottom: 20px;
    }
    .special-wrap .product-specification .specification-tit {
      text-align: center;
      font-size: 16px;
    }
    .special-wrap .product-specification .specification-mark {
      margin: 15px 0;
    }
    .special-wrap .product-specification .specification-mark p {
      margin-right: 10px;
    }
    .special-wrap .product-specification table.product-specification-table {
      width: 768px;
      margin-bottom: 0;
    }
    .special-wrap .product-specification table.annotion-table td:first-child {
      vertical-align: top;
    }
    .special-wrap .product-specification table.product-specification-table tr th {
      width: 160px;
      text-align: left;
      width: 33%;
      font-weight: normal;
    }
    .special-wrap .product-specification table.product-specification-table tr th,
    .special-wrap .product-specification table.product-specification-table tr td {
      padding: 10px 15px 10px;
    }
    .special-wrap .product-specification .specification-remark li {
      font-size: 11px;
    }
    .special-wrap .special-slider .related-slider-tit {
      font-size: 18px;
      text-align: center;
      margin-bottom: 15px;
    }
    .special-wrap .scrollbar {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      margin-bottom: 15px;
      background: #fff;
    }
    .special-wrap .scrollbar::-webkit-scrollbar-track {
      background-color: #CCCCCC;
    }
    .special-wrap .scrollbar::-webkit-scrollbar {
      width: 21px;
      height: 21px;
      background-color: #CCCCCC;
    }
    .special-wrap .scrollbar::-webkit-scrollbar-thumb {
      background-color: #FFFFFF;
      box-sizing: border-box;
      border-radius: 15px;
      border: 5px solid #CCCCCC;
    }
    /* end special */
    /* start interview-wrap */
    .interview-wrap {
      padding: 0 12px 25px;
    }
    .interview-wrap .banner {
      padding: 10px;
      background: #F6F7FA;
    }
    .interview-wrap .staff-interview-box {
      padding: 50px 20px;
    }
    .interview-wrap .staff-interview-box h2 {
      margin-bottom: 10px;
      font-size: 27px;
      top: inherit;
      transform: unset;
      bottom: 45px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
    }
    .interview-wrap .staff-interview-box p {
      top: inherit;
      bottom: 7px;
      left: 0;
      right: 0;
      font-size: 12px;
      text-align: center;
    }
    .interview-wrap .passion {
      margin: 35px 0 0 0;
      padding-top: 0;
      padding-bottom: 30px;
      text-align: left;
    }
    .interview-wrap .passion h3 {
      margin-bottom: 12px;
      font-size: 28px;
      line-height: 1.4;
    }
    .interview-wrap .passion p {
      font-size: 14px;
      line-height: 1.8;
    }
    .interview-wrap .name-info-banner {
      width: 100%;
      margin: 0 auto 30px;
    }
    .interview-wrap .name-info {
      padding: 10px 10px 0 10px;
    }
    .interview-wrap .name-info-txt {
      width: 100%;
    }
    .interview-wrap .name-info-img {
      width: 100%;
      margin-top: 20px;
      text-align: center;
    }
    .interview-wrap .name-info-txt01 {
      line-height: 1.8;
    }
    .interview-wrap .name-info .dept-name {
      padding-top: 0;
      margin-bottom: 5px;
      font-size: 14px;
    }
    .interview-wrap .name-info .full-name {
      margin-bottom: 15px;
      font-size: 18px;
    }
    .interview-wrap .flL {
      float: none;
    }
    .interview-wrap .flR {
      float: none;
    }
    .interview-wrap .interview-block {
      padding: 22px 0 30px;
    }
    .interview-wrap .interview-block-box {
      width: 100%;
    }
    .interview-wrap .interview-block-img {
      width: 100%;
      margin-top: 35px;
      text-align: center;
    }
    .interview-wrap .interview-block-tit {
      font-size: 22px;
      line-height: 1.5;
    }
    .interview-wrap .interview-block-txt {
      margin-top: 20px;
      font-size: 14px;
      line-height: 1.8;
    }
    /* end interview-wrap */
  }




/** â€™Ã‡â€°Ãcss **/
a.special-btn {
    display: inline-block;
    padding: 0.8em 5em;
    text-decoration: none;
    color: #ffffff;
    background-color: #18003b;
    border-radius: 7px;
    transition: .4s;
    font-weight: bold;
    font-size: 17px;
}

a.special-btn:hover{
  background: #18003b;
  color: white;  
}

.top-block p{
	display: block;
	color: #000000;
	margin-top: 27px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
}	
	
.special-btn-block{
	text-align: center;
	padding:30px 0 20px 0;	
}	

.first-industry-top{
	border-top: 1px dotted #DDDDDD;
	margin-top: 20px;
}

a.special-btn-l {
    display: inline-block;
    padding: 0.8em 5em;
    text-decoration: none;
    color: #ffffff;
    background-color: #e43c00;
    border-radius: 7px;
    transition: .4s;
    font-weight: bold;
    font-size: 24px
}


.environment-area-box {
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
	padding-top: 10px;
}


.environment {
    text-align: center;
    padding: 30px 10px;
    background-color: #f5edce;
    border-radius: 7px;
    width: 40%;
}




@media screen and (max-width: 768px) {
  .navitopicpath_{
  margin:0;
}

.top-block p {
    display: block;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
}

a.special-btn-l {
    display: inline-block;
    padding: 0.8em 0.8em;
    text-decoration: none;
    color: #ffffff;
    background-color: #e43c00;
    border-radius: 7px;
    transition: .4s;
    font-weight: bold;
    font-size: 18px;
}

.environment {
    text-align: center;
    padding: 30px 10px;
    background-color: #f4f4f5;
    border-radius: 7px;
    width: 100%;
    margin-bottom: 10px;
}

/*.special-btn-block {
    text-align: center;
    padding: 10px 0 0 0;
}*/

.block-center-img {
    margin: 3% 0;
    width: 100%;
}

.pc_only{
   display: none;
}

}

/********* Iotâ€šÃ‚â€šÃˆâ€šÂ°â€šÃ©Æ’TÆ’|Â[Æ’g *********/
p.connect {
    font-size: 26px;
    font-weight: bold;
    margin: 50px 0;
}
p.techno{
	font-size: 36px;
    font-weight: bold;
    color: #08ABAC;
    margin: 50px 0;
}

.industry-txt ul li{
	font-weight: bold;
}
.industry-txt ul li span{
	font-weight: normal;
	margin-left: 18px;
}
.special-wrap .first-industry .industry-block-txt.block-left.w520 {
	width: 520px;
}
.special-wrap .first-industry .industry-block-txt.block-right.w520 {
	width: 520px;
}
			.special-wrap .first-industry .industry-block-img530 {
    width: 530px;
}

@media screen and (max-width: 768px) {

p.connect {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}

p.techno {
    font-size: 18px;
    font-weight: bold;
    color: #08ABAC;
    margin: 20px 0;
    text-align: center;
}

.special-wrap .first-industry .industry-block-txt.block-left.w520 {
    width: 100%;
}

.industry-txt ul li span {
    font-weight: normal;
    margin-left: 0px;
}

a.special-btn {
    display: inline-block;
    padding: 0.5em 3em;
    text-decoration: none;
    color: #ffffff;
    background-color: #18003b;
    border-radius: 7px;
    transition: .4s;
    font-weight: bold;
}

Âp




/********** Æ’IÆ’â€œÆ’â€°Æ’CÆ’â€œÆ’CÆ’xÆ’â€œÆ’g **********/

/* -------------PCâ€”pâ€°Â¡â€¢Â768pxâ€šÃœâ€šÃ…â€°Âºâ€¹LCSS------------- */	

.exhibit h2, .lecture_schedule h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 50px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Æ’ÂÆ’CÆ’Å Æ’I", Meiryo, sans-serif;
}


section{
	display: block;
	width: 100%;
	overflow: hidden;
}	



.top-box{
	background: #cadbf9 url(https://www.nippon-antenna.co.jp/dam/feature/img/m_amp/top.jpg) no-repeat center -160px;
    background-size: auto 640px;
    padding: 70px 0 30px 0;
}

.top-box-txt{
	max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.top-box-txt img{
	min-width: 400px;
    max-width: 870px;
    width: 100%;
    margin-left: 20px;
}


.about-box{
	background-color: #f3fbfe;
    padding: 50px 0;
    text-align: center;
}


.about-txt img{
	min-width: 400px;
	max-width: 800px;
	width: 100%;
}


.thumbnails-area-box.between{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thumbnails-area-310{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 7px;
    background: #ffffff;
    width: 310px;
    height: 340px;
    margin-bottom: 4%;
}

.thumbnails-area-310 img {
    border-radius: 7px 7px 0 0;
    vertical-align: middle;
}

.thumbnails-area-310.area-none {
    box-shadow: none;
    border-radius: 7px;
    background: none;
    width: 310px;
    height: 340px;
    margin-bottom: 4%;
}

.thumbnails-area-310 .fukidashi {
    display: inline-block;
    width: 88%;
    height: auto;
    text-align: left;
    vertical-align: middle;
    color: #222222 !important;
    margin-top: 15px;
    line-height: 22px;
    font-size: 14px;
    font-family: "Æ’ÂÆ’CÆ’Å Æ’I", "Meiryo", "Æ’qÆ’â€°Æ’MÆ’mÅ pÆ’S Pro W6", "Hiragino Kaku Gothic Pro", "Osaka", "â€šlâ€šr â€šoÆ’SÆ’VÆ’bÆ’N", "MS PGothic", sans-serif;
}

.lecture_schedule{
	padding: 80px 0 80px 0;
}

.lecture{
	background-color: #f8f8f8;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.lecture_box{
	margin: 0 auto;
    max-width: 1000px;
}

.lecture_contents{
	background-color: #ffffff;
    box-sizing: border-box;
    border: 2px solid #cdd3e5;
    border-radius: 7px;
    padding: 15px 50px;
    text-align: left;
}


.lecture_contents .teacher{
	margin-right:6px;
	vertical-align: middle;
}

.lecture_contents .lecture_title{
	display: inline-block;
	vertical-align: middle;
}
.lecture_contents h3{
	margin: 0;
	font-size:22px;
}
.lecture_contents p{
	margin:0;
	line-height: 1;
}



.lecture dl{
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

.lecture dl:last-child{
    border-bottom: none;
    padding: 10px;
}


.lecture dl dt{
    float: left;
    width: 15%;
    text-align: left;
    color: #000000;
    font-weight: bold;
}
.lecture dl dd{
    width: 85%;
    margin-left: 15%;
    text-align: left;
}


.exhibit_box{
	margin: 0 auto;
	max-width: 1000px;
}

.exhibit{
	padding: 80px 0;
	text-align: center;
	background-color: #f3fbfe;
}



