@charset "UTF-8";

body {
  overflow-x: hidden;
}

h1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  border-bottom: solid 2px #f3a202;
  padding-top: 2em;
}
.h3sm {
  font-size: 0.7em;
  font-weight: 100;
  color: #f3a202;
  padding-left: 1em;
}
.h3sm-under {
  font-size: 0.9em;
  font-weight: 100;
  color: #f3a202;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
h4 {
  padding-top: 2em;
  padding-bottom: 1em;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
h4 img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
}

p {
  text-align: justify;
}

a:hover {
  opacity: 0.6;
}

.fw-b {
  font-weight: bold;
}
.fw-b-l {
  font-weight: bold;
  font-size: 1.6em;
}
.ft-sm {
  font-size: 0.8em;
}

.row img {
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

header {
  background: linear-gradient(to right, #0057ff 0%, #0057ff 45%, #fff 45%, #fff 100%);
  padding-bottom: 2em;
  margin-bottom: 2em;
}
#title-area {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

.jonan {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  float: left;
  padding-top: 0.3em;
  letter-spacing: 0.04em;
}
.kabushiki {
  font-size: 0.5em;
}

.navbar-nav {
  position: absolute;
  right: 0;
  font-size: 0.7em;
}
.nav-link {
  color: #333;
  font-weight: bold;
}
.nav-link:hover {
  color: #559dff;
}

.moving-image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 23rem;
  object-fit: cover;
  margin-bottom: 3em;
}
.moving-image video {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}

.top-copy {
  position: absolute;
  top: 16rem;
  margin-left: -3rem;
  width: 30rem;
}

@media (max-width: 992px) {
  header {
    background: none;
    background-color: #0057ff;
  }
  .navbar-nav {
    position: relative;
    background-color: #0057ff;
    padding: 1em;
    font-size: 0.8em;
    font-weight: bold;
  }
  .jonan-logo {
    display: none;
  }
  .jonan-logo-sp {
    display: block;
    width: 8rem;
    padding-top: 1em;
  }
  .navbar-toggler {
    position: absolute;
    top: -2em;
    right: 0;
  }
  .nav-link {
    color: #fff;
  }

  .moving-image {
    width: 100%;
    margin: 0 auto;
    height: 15rem;
  }
  .moving-image video {
    width: 100%;
    height: 16rem;
    object-fit: cover;
  }
  .top-copy {
    position: absolute;
    top: 10rem;
    margin-left: -1rem;
    width: 20rem;
  }
}

.top-menu {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.top-menu img {
  max-width: 85%;
  padding-top: 2em;
  margin: 0 auto;
}

.news {
  width: 640px;
  max-width: 100%;
  margin: 5em auto;
}

.news-title {
  display: block;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.news ul {
  list-style: none;
}

/*イメージスライド*/
.slide-container {
  width: 900px;
  max-width: 100%;
  margin: 50px auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 30s infinite linear 1s both;
  animation-direction: alternate;
}
.slide {
  width: 300px;
  object-fit: cover;
  border: 1px solid #ddd;
}
@keyframes slide-flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#btn-fixed {
  position: fixed;
  top: 6rem;
  right: 0;
}
#btn-fixed-sp {
  display: none;
}

.btn-contact {
  display: block;
  width: 5rem;
  background-color: #0057ff;
  border: none;
  padding: 1em 0.2em;
}

.btn-recruit {
  display: block;
  width: 5rem;
  background-color: #fd5f00;
  border: none;
  padding: 1em 1.9em;
}

.btn-student {
  display: block;
  width: 5rem;
  background-color: #04f200;
  border: none;
  padding: 1em 1.9em;
}

@media (max-width: 992px) {
  #btn-fixed {
    display: none;
  }
  #btn-fixed-sp {
    position: fixed;
    bottom: -0.1rem;
    width: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }

  .btn-contact-sp {
    width: 33.5%;
    height: 4rem;
    background-color: #0057ff;
    border: none;
  }
  .btn-contact-sp img {
    width: 6em;
  }

  .btn-recruit-sp {
    width: 33.5%;
    height: 4rem;
    background-color: #fd5f00;
    border: none;
  }
  .btn-recruit-sp img {
    width: 5em;
  }

  .btn-student-sp {
    width: 33.5%;
    height: 4rem;
    background-color: #04f200;
    border: none;
  }
  .btn-student-sp img {
    width: 7em;
  }
}

/*下層ページ共通*/
header.lower {
  background: linear-gradient(to right, #0057ff 0%, #0057ff 40%, #fff 40%, #fff 100%);
  margin: 0;
  padding-bottom: 1em;
}

p.tpcpy {
  width: 90%;
  margin: 0 auto;
  padding-top: 1em;
}

.page-title {
  max-width: 100%;
  margin: 0 auto;
}
.title-en {
  width: 40%;
  text-align: center;
  color: #fff;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.page-title-middle {
  background: linear-gradient(to right, #0057ff 0%, #0057ff 45%, #fff 45%, #fff 100%);
  color: #fff;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 0.5em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  margin-left: -8em;
  padding-left: 8em;
}
@media (max-width: 860px) {
  .page-title-middle {
    background: linear-gradient(to right, #0057ff 0%, #0057ff 65%, #fff 65%, #fff 100%);
    color: #fff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    padding: 0.5em;
    margin-top: 2em;
    margin-bottom: 0.5em;
    margin-left: -5em;
    padding-left: 5em;
  }
}

@media (max-width: 992px) {
  header.lower {
    background: none;
    background-color: #0057ff;
    margin: 0;
    padding: 0;
  }
  .page-title {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .title-en {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: Georgia, serif;
    color: #fd9e1d;
    background-color: #fff;
    padding: 0.2em;
  }
}

.btn-area {
  text-align: center;
  margin-bottom: 2em;
}
.btn-area img {
  width: 1.6em;
  padding-left: 0.5em;
  margin-bottom: 0.3em;
}
.other-page {
  border: none;
  padding: 1em 3em;
  color: #fff;
  background-color: #0057ff;
  border-radius: 0.8em;
  object-position: center;
  margin: 0 auto;
}

/*製品紹介ページ*/
.product-top {
  width: 100%;
  margin: 1em auto;
  height: 20rem;
  background-image: url(../image/product_topimg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 992px) {
  .product-top {
    height: 10rem;
  }
}

.table-area {
  margin: 2em auto;
  width: 100%;
  background-color: #f2f2f2;
  font-size: 0.85em;
  padding: 1em;
}
.table th {
  background-color: #262f8e;
  color: #fff;
}

/*事業紹介ページ*/
header.lower.service {
  background: linear-gradient(to right, #0057ff 0%, #0057ff 40%, #f4f0eb 40%, #f4f0eb 100%);
}
@media (max-width: 992px) {
  header.lower.service {
    background: none;
    background-color: #0057ff;
    margin: 0;
    padding: 0;
  }
}

.service-top {
  width: 100%;
  margin: 1em auto;
  height: 20rem;
  background-image: url(../image/service-top_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service-sp-top {
  width: 80%;
  margin: 1em auto;
  height: 20rem;
  background-image: url(../image/service-sr-top_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 992px) {
  .service-top,
  .service-sp-top {
    height: 12rem;
  }
}

.service-mov {
  margin: 0 auto;
  text-align: center;
}
.service-mov iframe {
  width: 100%;
  max-width: 750px;
  height: 30em;
}
@media (max-width: 768px) {
  .service-mov iframe {
    height: 20em;
  }
}
@media (max-width: 576px) {
  .service-mov iframe {
    height: 16em;
  }
}
@media (max-width: 480px) {
  .service-mov iframe {
    height: 15em;
  }
}

.svc-1st {
  padding-top: 1em;
  background-color: #f4f0eb;
}
.svc-2nd {
  background-color: #ebebff;
  background-image: url(../image/service-bg-seiko.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.svc-3rd {
  background-color: #feefd8;
  background-image: url(../image/service-bg-atsuen.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
.svc-4th {
  background-color: #f4f0eb;
  background-image: url(../image/service-bg-kensa.png);
  background-position: left top;
  background-size: 45%;
  background-repeat: no-repeat;
}

.flow-01 {
  width: 720px;
  max-width: 95%;
  margin: 0 auto;
}
.flow-02 {
  width: 720px;
  max-width: 95%;
  margin: 0 auto;
}
.flow-03 {
  width: 720px;
  max-width: 95%;
  margin: 0 auto;
}

.service-last {
  width: 75%;
}

/*会社概要ページ*/
.about-top {
  width: 100%;
  margin: 1em auto;
  height: 20rem;
  background-image: url(../image/about-topimg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .about-top {
    height: 12rem;
  }
}
.about-page {
  width: 720px;
  max-width: 90%;
}

/*会社概要テーブル*/
#about-tbl tr {
  border-bottom: 1px solid #b5b1b1;
}

#about-tbl th,
#about-tbl td {
  padding: 24px 15px;
  border: none;
}

#about-tbl th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #about-tbl th,
  #about-tbl td {
    width: 100%;
    display: block;
  }

  #about-tbl th {
    width: 100%;
  }

  #about-tbl td {
    padding-top: 0;
  }
}

/*ポリシーページ*/
.policy-top {
  width: 80%;
  margin: 1em auto;
  height: 15rem;
  background-image: url(../image/policy-topimg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 992px) {
  .policy-top {
    height: 12rem;
  }
}
.policy-page {
  width: 820px;
  max-width: 90%;
}

/*ダウンロードページ*/
.DL-top {
  width: 100%;
  margin: 1em auto;
  height: 15rem;
  background-image: url(../image/DL-topimg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .DL-top {
    height: 12rem;
  }
}
.DL-page {
  width: 720px;
  max-width: 90%;
}

/*その他汎用*/

.p-center {
  width: 100%;
  text-align: center;
}
.p-center img {
  width: 100%;
  padding-top: 1em;
}

.dl-img {
  text-align: center;
}
.dl-img img {
  max-width: 90%;
  object-fit: contain;
}

.copy1 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
}
.copy1:before,
.copy1:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
}
.copy1:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.copy1:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.copy2 {
  padding: 1.5em 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.bulebg {
  width: 100%;
  color: #0000ff;
  background-color: #d9d9ff;
  text-align: center;
  padding: 0.8em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
.orangbg {
  width: 100%;
  color: #000;
  background-color: #fde1c0;
  text-align: center;
  padding: 0.8em;
  margin-bottom: 1em;
  font-size: 0.9em;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  width: 100%;
  color: #fff;
  font-size: 1.5em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  background: #0057ff;
  border-radius: 15px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0057ff;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}

.p-underline {
  color: #0057ff;
  padding: 0 0.4em 0.2em;
  border-bottom: 3px solid #0057ff;
  background-color: #ffffff;
  text-align: center;
  font-size: 1.2em;
}

.w600 {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}
.w250 {
  width: 250px;
}
.w200 {
  width: 200px;
}
.h250 {
  height: 250px;
}
.x-right {
  width: 100%;
  text-align: right;
}

.tp-1em {
  margin-top: -1em;
}
.tp05em {
  padding-top: 0.5em;
}
.tp1em {
  padding-top: 1em;
}
.tp2em {
  padding-top: 2em;
}
.btm1em {
  padding-bottom: 1em;
}
.btm2em {
  padding-bottom: 2em;
}
.btm4em {
  padding-bottom: 4em;
}

.fuki {
  position: relative;
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
  border: 2px solid #0000ff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #0000ff;
  line-height: 1.1em;
}
.fuki:before,
.fuki:after {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}
.fuki:before {
  margin-left: -12px;
  border-color: transparent;
  border-top-color: #0000ff;
  border-width: 12px;
}
.fuki:after {
  margin-left: -10px;
  border-color: transparent;
  border-top-color: white;
  border-width: 8px;
}

/*フッター*/

footer {
  background-color: #f7931e;
  padding-top: 1.5em;
}
.jonan-ft {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  display: block;
  padding: 0.6em 0;
}
.address {
  font-size: smaller;
}

.ft-links a {
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  color: #333;
  margin: 1em 0;
}

.ft-saiyo {
  border: none;
  width: 90%;
  margin: 2em auto;
  display: block;
  background-color: #f74c12;
  color: #fff;
  letter-spacing: 0.3em;
  padding: 1em 0;
}

.ft-koko {
  border: none;
  width: 90%;
  margin: 2em auto;
  display: block;
  background-color: #00ff00;
  color: #333;
  letter-spacing: 0.3em;
  padding: 1em 0;
}

#copyright {
  background-color: #0057ff;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  padding: 0.7em 0;
}

/*global*/
.text-narrow {
  transform: scale(0.95, 1);
}
.navbar-nav {
  margin-left: 5em;
}
.gps-container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
}
.boxA {
  background-color: #f7931e;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
  margin-top: 0;
  margin-bottom: 0;
}
.boxB {
  background-color: #e6e6e6;
  padding: 1em;
  margin: -1em 0;
  margin-bottom: 1em;
  margin-top: 0;
}

.prdcttbl th {
  background-color: #7070ff;
}
.prdcttbl tr {
  text-align: center;
  vertical-align: middle;
}
.prdcttbl .bgon {
  background-color: #e5e5ff;
}
.prdcttbl .bgon td {
  background-color: #e5e5ff;
}

/*global沿革*/
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media (min-width: 640px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 4.3em;
    float: left;
    margin-top: 20px;
    font-weight: bold;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    padding-top: 1em;
  }
  .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fdb536;
    position: absolute;
    left: 4em;
    top: 24px;
    border-radius: 100%;
  }
}

.date {
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 0.3em;
  margin: 0;
}
