@charset "UTF-8";
.section-title {
  width: 526px;
  height: 70px;
  margin: 70px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-title .left-paren {
  width: 11px;
  height: 70px;
  border-top: solid 1px #fd7d27;
  border-bottom: solid 1px #fd7d27;
  border-left: solid 1px #fd7d27;
}
.section-title .right-paren {
  width: 11px;
  height: 70px;
  border-top: solid 1px #fd7d27;
  border-bottom: solid 1px #fd7d27;
  border-right: solid 1px #fd7d27;
}
.section-title h2 {
  margin: 0;
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
.section-title h2 span {
  font-size: 35px;
  font-weight: bold;
}
.section-title h3 {
  margin: 0;
  text-align: center;
  line-height: 70px;
  font-size: 35px;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.card-container {
  width: 900px;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.card-container .card {
  height: 260px;
  width: 260px;
  margin: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3px 0;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.card-container .card .card-img {
  height: 130px;
  width: 254px;
  border-radius: 10px 10px 0 0;
}
.card-container .card .card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  line-height: 30px;
}
.card-container .card .card-title P {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fd7d27;
}

.contact-wrapper {
  height: 160px;
  width: 100%;
  background-color: rgba(253, 125, 39, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.contact-wrapper a {
  display: inline-block;
  width: 340px;
  height: 60px;
  font-size: large;
  color: white;
  background-color: #fd7d27;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.contact-wrapper a:hover {
  color: #fd7d27;
  background-color: white;
}
.contact-wrapper a:active {
  position: relative;
  top: 3px;
}

.subtitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subtitle p {
  font-size: 23px;
  font-weight: bold;
  margin: 0;
}
.subtitle .arrow-img {
  height: 58px;
}

.line {
  border-top: 1px solid #fd7d27;
  border-bottom: none;
  margin: 50px 0;
}

body {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
body .fv {
  height: 500px;
  width: 100%;
  background-image: url(img/barcodereader/2021/fv.png);
  background-position: center;
  background-size: cover;
  background-repeat: none;
  margin-top: 36px;
}
body .fv .fv-bg {
  background-color: rgba(255, 255, 255, 0.68);
  width: 423px;
  height: 500px;
  margin-left: 114px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
body .fv .fv-bg .top-logo {
  height: 54.52;
  width: auto;
}
body .fv .fv-bg p {
  font-size: 30px;
  font-weight: bold;
  color: #707070;
  text-align: center;
}
body .fv .fv-bg a {
  display: inline-block;
  width: 340px;
  height: 60px;
  font-size: large;
  color: white;
  background-color: #fd7d27;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
body .fv .fv-bg a:hover {
  color: #fd7d27;
  background-color: white;
}
body .fv .fv-bg a:active {
  position: relative;
  top: 3px;
}
body .section-1 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
  padding: 20px 0;
  margin: 30px 0;
}
body .section-1 .section1-txt {
  text-align: center;
  margin: 20px auto;
  width: 600px;
  display: block;
}
body .section-1 .section1-txt p {
  border-bottom: solid 1px #fd7d27;
  font-weight: bold;
  font-size: 25px;
  height: auto;
  margin: auto;
}
body .section-1 .section1-txt-sp {
  display: none;
}
body .section-2 {
  padding-top: 50px;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
}
body .section-3 {
  padding-top: 30px;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
}
body .section-3 .flex-container {
  width: 100%;
  display: flex;
  margin: 50px 0;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
body .section-3 .flex-container .flex-l {
  width: 461px;
  height: auto;
  margin: 0 20px;
}
body .section-3 .flex-container .flex-l .spec-description {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
body .section-3 .flex-container .flex-l img {
  height: 300px;
  width: 461px;
}
body .section-3 .flex-container .flex-l .os {
  height: 100px;
  display: flex;
  justify-content: center;
}
body .section-3 .flex-container .flex-l .os .os-logo {
  height: 100px;
  width: 100px;
  border: solid 1px #fd7d27;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
body .section-3 .flex-container .flex-l .os .os-logo img {
  height: 58px;
  width: 58px;
}
body .section-3 .flex-container .flex-l .device {
  height: 100px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .section-3 .flex-container .flex-l .device .device-logo {
  height: 100px;
  width: 100px;
  border: solid 1px #278bc2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
body .section-3 .flex-container .flex-l .device .device-logo img {
  height: 58px;
  width: 58px;
}
body .section-3 .flex-container .flex-r {
  width: 461px;
  height: auto;
  margin: 0 20px;
}
body .section-3 .flex-container .flex-r .spec-description {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
body .section-3 .flex-container .flex-r .statement {
  font-size: 16px;
}
body .section-3 .flex-container .flex-r img {
  height: 300px;
  width: 461px;
}
body .section-3 .flex-container .flex-r p {
  font-size: 16px;
  margin-bottom: 24px;
}
body .section-3 .flex-container .flex-r p span {
  font-weight: bold;
  font-size: 20px;
}
body .section-3 .flex-container .flex-r .barcode-text {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}
body .section-3 .flex-container .flex-r .barcode-text span {
  font-size: 16px;
  font-weight: bold;
}
body .section-3 .barcode-container {
  width: 100%;
  height: auto;
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
body .section-3 .barcode-container .barcode-box {
  height: auto;
  width: 260px;
  margin: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 14px;
}
body .section-3 .barcode-container .barcode-box .barcode-img {
  height: 260px;
  display: flex;
  align-items: center;
}
body .section-3 .barcode-container .barcode-box .barcode-img img {
  height: auto;
  width: 260px;
}
body .section-3 .barcode-container .barcode-box p {
  line-height: 30px;
  text-align: center;
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
}
body .section-3 .achievement {
  height: 160px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .section-3 .achievement .achievement-btn {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 54px;
  height: 60px;
  width: 340px;
  border: 3px solid black;
  color: black;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
body .section-3 .achievement .achievement-btn:hover {
  background-color: #e8e8e8;
}
body .section-3 .achievement .achievement-btn:active {
  position: relative;
  top: 3px;
}
body .section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
}
body .section-4 .barcode-table {
  width: 900px;
  margin: 60px auto;
}
body .section-4 .barcode-table .barcode-cell {
  width: 100%;
  height: auto;
  border-bottom: 1px solid black;
  display: flex;
  flex-wrap: wrap;
}
body .section-4 .barcode-table .barcode-cell .barcode-cell-l {
  display: inline-block;
  width: 300px;
  margin: 20px 0 6px 0;
  font-size: 16px;
  font-weight: bold;
}
body .section-4 .barcode-table .barcode-cell .barcode-cell-l span {
  line-height: 32px;
  margin: 10px 0 16px 0;
}
body .section-4 .barcode-table .barcode-cell .barcode-cell-r {
  display: inline-block;
  font-size: 16px;
  margin: 20px 0 6px 0;
  width: 600px;
}
body
  .section-4
  .barcode-table
  .barcode-cell
  .barcode-cell-r
  .barcode-cell-next {
  margin: 4px 0;
  text-align: right;
  font-size: 16px;
  color: #5c5c5c;
}
body .section-5 {
  padding-top: 50px;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
}
body .section-5 .processes .process {
  width: 100%;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .section-5 .processes .process .process-l {
  width: 461px;
  height: 300px;
  margin: 0 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .section-5 .processes .process .process-l p {
  margin: 4px 0;
  line-height: 24px;
}
body .section-5 .processes .process .process-l p span {
  font-weight: bold;
  font-size: 20px;
}
body .section-5 .processes .process .process-r {
  width: 461px;
  height: 300px;
  margin: 0 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .section-5 .processes .process .process-r p {
  margin: 4px 0;
  line-height: 24px;
}
body .section-5 .processes .process .process-r p span {
  font-weight: bold;
  font-size: 20px;
}
body .section-5 .processes .process-1 {
  background-color: rgba(195, 195, 195, 0.25);
}
body .section-5 .processes .process-2 {
  background-color: white;
  flex-direction: row-reverse;
}
body .section-6 {
  padding-bottom: 50px;
  padding-top: 50px;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
}
body .section-6 .column-anchor {
  text-decoration: none;
}
body .section-6 .column-card {
  width: 250px;
  height: 325px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
body .section-6 .column-card .column-card-top {
  width: 100%;
  height: 160px;
  position: relative;
}
body .section-6 .column-card .column-card-top .card-top-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 4px 4px 0 0;
}
body .section-6 .column-card .column-card-top .column-card-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body
  .section-6
  .column-card
  .column-card-top
  .column-card-mask
  .column-card-title {
  width: 212px;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  margin: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .section-6 .column-card .column-card-bottom {
  height: 165px;
  box-sizing: border-box;
  padding: 18px 14px 30px;
  position: relative;
}
body .section-6 .column-card .column-card-bottom .column-card-txt {
  margin: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.4);
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
body .section-6 .column-card .column-card-bottom .column-card-date {
  position: absolute;
  bottom: 14px;
  margin: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.4);
}
body .section-6 .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1200px;
  text-align: left;
}
body .section-6 .sliderArea a {
  display: block;
  text-align: right;
  margin: 16px;
  color: #fd7d27;
}
body .section-6 .sliderArea a:hover {
  opacity: 0.7;
}
body .section-6 .sliderArea.w300 {
  max-width: 300px;
}
body .section-6 .slick-slide {
  margin: 0 5px;
  opacity: 1 !important;
  padding: 12px 0;
}
body .section-6 .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .section-6 .slick-arrow {
  z-index: 2 !important;
  width: 40px !important;
  height: 40px !important;
}
body .section-6 .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
body .section-6 .slick-prev,
body .section-6 .slick-next {
  z-index: 1;
}
body .section-6 .slick-prev:before {
  color: #000;
  background: url(../images/column-prev.png) !important;
  background-size: contain !important;
}
body .section-6 .slick-next:before {
  color: #000;
  background: url(../images/column-next.png) !important;
  background-size: contain !important;
}
body .section-6 .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
body .section-6 .slick-active {
  opacity: 1;
}
body .section-6 .slick-current {
  opacity: 1;
}
body .section-6 .thumb {
  margin: 20px 0 0;
}
body .section-6 .thumb .slick-slide {
  cursor: pointer;
}
body .section-6 .thumb .slick-slide:hover {
  opacity: 0.7;
}
body .section-7 {
  padding-top: 50px;
}
body .section-7 .faq-container {
  width: 900px;
  margin: 80px auto;
}
body .section-7 .faq-container .faq {
  position: relative;
  border-bottom: solid 1px #707070;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  margin: 40px 0 4px 0;
}
body .section-7 .faq-container .faq span {
  color: #fd7d27;
  font-weight: bold;
  font-size: 25px;
  margin-right: 16px;
}
body .section-7 .faq-container .answer-container {
  display: flex;
}
body .section-7 .faq-container .answer-container .answer {
  font-size: 16px;
}
body .section-7 .faq-container .answer-container img {
  height: 111px;
  width: 111px;
}

@media (max-width: 1000px) {
  .section-title {
    width: 526px;
    height: 70px;
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .section-title .left-paren {
    width: 11px;
    height: 70px;
    border-top: solid 1px #fd7d27;
    border-bottom: solid 1px #fd7d27;
    border-left: solid 1px #fd7d27;
  }
  .section-title .right-paren {
    width: 11px;
    height: 70px;
    border-top: solid 1px #fd7d27;
    border-bottom: solid 1px #fd7d27;
    border-right: solid 1px #fd7d27;
  }
  .section-title h2 {
    margin: 0;
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo", sans-serif;
  }
  .section-title h2 span {
    font-size: 35px;
  }
  .section-title h3 {
    margin: 0;
    text-align: center;
    line-height: 70px;
    font-size: 35px;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo", sans-serif;
  }

  .card-container {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .card-container .card {
    height: 260px;
    width: 260px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3px 0;
    border-radius: 12px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  }
  .card-container .card .card-img {
    height: 130px;
    width: 254px;
    border-radius: 10px 10px 0 0;
  }
  .card-container .card .card-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-container .card .card-title P {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo", sans-serif;
    color: #fd7d27;
  }

  .contact-wrapper {
    height: 160px;
    width: 100%;
    background-color: rgba(253, 125, 39, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .contact-wrapper a {
    display: inline-block;
    width: 340px;
    height: 60px;
    font-size: large;
    color: white;
    background-color: #fd7d27;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
  }
  .contact-wrapper a:hover {
    color: #fd7d27;
    background-color: white;
  }
  .contact-wrapper a:active {
    position: relative;
    top: 3px;
  }

  .subtitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .subtitle p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
  }
  .subtitle .arrow-img {
    height: 58px;
  }

  hr {
    border-top: 1px solid #fd7d27;
    border-bottom: none;
    margin: 50px 0;
  }

  body {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
  body .fv {
    height: 500px;
    width: 100%;
    background-image: url(img/barcodereader/2021/fv.png);
    background-position: center;
    background-size: cover;
    background-repeat: none;
  }
  body .fv .fv-bg {
    background-color: rgba(255, 255, 255, 0.68);
    width: 423px;
    height: 500px;
    margin-left: 114px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  body .fv .fv-bg .top-logo {
    height: 54.52;
    width: auto;
  }
  body .fv .fv-bg p {
    font-size: 30px;
    font-weight: bold;
    color: #707070;
    text-align: center;
  }
  body .fv .fv-bg a {
    display: inline-block;
    width: 340px;
    height: 60px;
    font-size: large;
    color: white;
    background-color: #fd7d27;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
  }
  body .fv .fv-bg a:hover {
    color: #fd7d27;
    background-color: white;
  }
  body .fv .fv-bg a:active {
    position: relative;
    top: 3px;
  }
  body .section-1 {
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
    padding-bottom: 30px;
  }
  body .section-1 .section1-txt-sp {
    display: none;
  }
  body .section-1 .section1-txt {
    text-align: center;
    margin: 20px auto;
    width: 80%;
    display: block;
  }
  body .section-1 .section1-txt p {
    border-bottom: solid 1px #fd7d27;
    font-weight: bold;
    font-size: 18px;
    height: auto;
    margin: auto;
  }
  body .section-2 {
    padding-top: 50px;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
  }
  body .section-3 {
    padding-top: 30px;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
  }
  body .section-3 .flex-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  body .section-3 .flex-container .flex-l {
    width: 461px;
    height: auto;
    margin: 0 20px;
  }
  body .section-3 .flex-container .flex-l .spec-description {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
  }
  body .section-3 .flex-container .flex-l img {
    height: 300px;
    width: 461px;
  }
  body .section-3 .flex-container .flex-l .os {
    height: 100px;
    display: flex;
    justify-content: center;
  }
  body .section-3 .flex-container .flex-l .os .os-logo {
    height: 100px;
    width: 100px;
    border: solid 1px #fd7d27;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }
  body .section-3 .flex-container .flex-l .os .os-logo img {
    height: 58px;
    width: 58px;
  }
  body .section-3 .flex-container .flex-l .device {
    height: 100px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  body .section-3 .flex-container .flex-l .device .device-logo {
    height: 100px;
    width: 100px;
    border: solid 1px #278bc2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }
  body .section-3 .flex-container .flex-l .device .device-logo img {
    height: 58px;
    width: 58px;
  }
  body .section-3 .flex-container .flex-r {
    width: 95%;
    height: auto;
    margin: 30px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .section-3 .flex-container .flex-r .spec-description {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
  }
  body .section-3 .flex-container .flex-r img {
    height: 300px;
    width: 461px;
  }
  body .section-3 .flex-container .flex-r p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  body .section-3 .flex-container .flex-r p span {
    font-weight: bold;
    font-size: 20px;
  }
  body .section-3 .flex-container .flex-r .barcode-text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  body .section-3 .flex-container .flex-r .barcode-text span {
    font-size: 16px;
    font-weight: bold;
  }
  body .section-3 .barcode-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
  }
  body .section-3 .barcode-container .barcode-box {
    height: 160px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 14px;
  }
  body .section-3 .barcode-container .barcode-box .barcode-img {
    height: 130px;
  }
  body .section-3 .barcode-container .barcode-box .barcode-img img {
    height: auto;
    width: 130px;
  }
  body .section-3 .barcode-container .barcode-box p {
    line-height: 30px;
    text-align: center;
    margin: 0px;
    padding: 0;
    font-size: 16px;
  }
  body .section-3 .achievement {
    height: 160px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .section-3 .achievement .achievement-btn {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
    height: 60px;
    width: 340px;
    border: 3px solid black;
    color: black;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
  }
  body .section-3 .achievement .achievement-btn:hover {
    background-color: #e8e8e8;
  }
  body .section-3 .achievement .achievement-btn:active {
    position: relative;
    top: 3px;
  }
  body .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
  }
  body .section-4 .barcode-table {
    width: 95%;
    margin: 30px auto;
  }
  body .section-4 .barcode-table .barcode-cell {
    width: 100%;
    height: auto;
    border-bottom: 1px solid black;
    display: block;
  }
  body .section-4 .barcode-table .barcode-cell .barcode-cell-l {
    width: 100%;
    margin: 20px 0 6px 0;
    font-size: 16px;
    font-weight: bold;
  }
  body .section-4 .barcode-table .barcode-cell .barcode-cell-l span {
    line-height: 32px;
    margin: 10px 0 16px 0;
  }
  body .section-4 .barcode-table .barcode-cell .barcode-cell-r {
    width: 100%;
    font-size: 16px;
    margin: 20px 0 6px 0;
  }
  body .section-4 .barcode-table .barcode-cell .barcode-cell-r p {
    width: 100%;
  }
  body
    .section-4
    .barcode-table
    .barcode-cell
    .barcode-cell-r
    .barcode-cell-next {
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #5c5c5c;
  }
  body .section-5 {
    padding-top: 50px;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
  }
  body .section-5 .processes .process {
    width: 100%;
    height: auto;
    display: block;
  }
  body .section-5 .processes .process .process-l {
    width: 461px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body .section-5 .processes .process .process-l p {
    margin: 4px 0;
    line-height: 24px;
  }
  body .section-5 .processes .process .process-l p span {
    font-weight: bold;
    font-size: 20px;
  }
  body .section-5 .processes .process .process-r {
    width: 461px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body .section-5 .processes .process .process-r p {
    margin: 4px 0;
    line-height: 24px;
    font-size: 18px;
  }
  body .section-5 .processes .process .process-r p span {
    font-weight: bold;
    font-size: 20px;
  }
  body .section-5 .processes .process-1 {
    background-color: rgba(195, 195, 195, 0.25);
  }
  body .section-5 .processes .process-2 {
    background-color: white;
  }
  body .section-6 {
    padding-bottom: 50px;
    padding-top: 50px;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  body .section-6 .column-anchor {
    text-decoration: none;
  }
  body .section-6 .column-card {
    width: 250px;
    height: 325px;
    margin: auto;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }
  body .section-6 .column-card .column-card-top {
    width: 100%;
    height: 160px;
    position: relative;
  }
  body .section-6 .column-card .column-card-top .card-top-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 4px 4px 0 0;
  }
  body .section-6 .column-card .column-card-top .column-card-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  body
    .section-6
    .column-card
    .column-card-top
    .column-card-mask
    .column-card-title {
    width: 212px;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    margin: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body .section-6 .column-card .column-card-bottom {
    height: 165px;
    box-sizing: border-box;
    padding: 18px 14px 30px;
    position: relative;
  }
  body .section-6 .column-card .column-card-bottom .column-card-txt {
    margin: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.4);
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body .section-6 .column-card .column-card-bottom .column-card-date {
    position: absolute;
    bottom: 14px;
    margin: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.4);
  }
  body .section-6 .slick-list {
    overflow: visible;
  }
  body .section-6 .sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    max-width: 350px;
  }
  body .section-6 .sliderArea a {
    text-align: center;
  }
  body .section-6 .sliderArea.w300 {
    max-width: 300px;
  }
  body .section-6 .slick-slide {
    margin: 0 5px;
    opacity: 1 !important;
  }
  body .section-6 .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body .section-7 {
    padding-top: 50px;
  }
  body .section-7 .faq-container {
    width: 95%;
    margin: 0 auto;
  }
  body .section-7 .faq-container .faq {
    position: relative;
    border-bottom: solid 1px #707070;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    margin: 40px 0 4px 0;
  }
  body .section-7 .faq-container .faq span {
    color: #fd7d27;
    font-weight: bold;
    font-size: 25px;
    margin-right: 16px;
  }
  body .section-7 .faq-container .answer-container {
    display: flex;
  }
  body .section-7 .faq-container .answer-container .answer {
    font-size: 16px;
  }
  body .section-7 .faq-container .answer-container img {
    height: 111px;
    width: 111px;
  }
}
@media (max-width: 600px) {
  .section-title {
    width: 318px;
    height: 70px;
    margin: 34px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .section-title .left-paren {
    width: 11px;
    height: 70px;
    border-top: solid 1px #fd7d27;
    border-bottom: solid 1px #fd7d27;
    border-left: solid 1px #fd7d27;
  }
  .section-title .right-paren {
    width: 11px;
    height: 70px;
    border-top: solid 1px #fd7d27;
    border-bottom: solid 1px #fd7d27;
    border-right: solid 1px #fd7d27;
  }
  .section-title h2 {
    margin: 0;
    position: relative;
    top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo", sans-serif;
  }
  .section-title h2 span {
    font-size: 20px;
  }
  .section-title h3 {
    margin: 0;
    text-align: center;
    line-height: 70px;
    font-size: 28px;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo", sans-serif;
  }

  .card-container {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 40px 0;
  }
  .card-container .card {
    height: auto;
    width: 90%;
    margin: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px;
    border-radius: 12px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  }
  .card-container .card .card-img {
    height: 100%;
    width: 120px;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;
  }
  .card-container .card .card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
  }
  .card-container .card .card-title P {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    font-family: "メイリオ", "Meiryo", sans-serif;
    color: #fd7d27;
  }

  .contact-wrapper {
    height: 160px;
    width: 100%;
    background-color: rgba(253, 125, 39, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .contact-wrapper a {
    display: inline-block;
    width: 320px;
    height: 60px;
    font-size: large;
    color: white;
    background-color: #fd7d27;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
  }
  .contact-wrapper a:hover {
    color: #fd7d27;
    background-color: white;
  }
  .contact-wrapper a:active {
    position: relative;
    top: 3px;
  }

  .subtitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .subtitle p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
  }
  .subtitle .arrow-img {
    height: 58px;
  }

  hr {
    border-top: 1px solid #fd7d27;
    border-bottom: none;
    margin: 50px 0;
  }

  body {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
  body .fv {
    height: calc(100vh - 65px);
    width: 100%;
    background-image: url(img/barcodereader/2021/fv.png);
    background-position: center;
    background-size: cover;
    background-repeat: none;
    margin-top: 0px;
  }
  body .fv .fv-bg {
    background-color: rgba(255, 255, 255, 0.68);
    width: 100%;
    height: calc(100vh - 65px);
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  body .fv .fv-bg .top-logo {
    height: 54.52;
    width: auto;
  }
  body .fv .fv-bg p {
    font-size: 30px;
    font-weight: bold;
    color: #707070;
    text-align: center;
  }
  body .fv .fv-bg a {
    display: inline-block;
    width: 310px;
    height: 60px;
    font-size: large;
    color: white;
    background-color: #fd7d27;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
  }
  body .fv .fv-bg a:hover {
    color: #fd7d27;
    background-color: white;
  }
  body .fv .fv-bg a:active {
    position: relative;
    top: 3px;
  }
  body .section-1 {
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
    padding-bottom: 30px;
    margin-top: 0px;
  }
  body .section-1 .section1-txt {
    display: none;
  }
  body .section-1 .section1-txt-sp {
    text-align: center;
    margin: 20px auto;
    width: 300px;
    display: block;
  }
  body .section-1 .section1-txt-sp p {
    border-bottom: solid 1px #fd7d27;
    font-weight: bold;
    font-size: 18px;
    height: auto;
    margin: auto;
  }
  body .section-2 {
    padding-top: 50px;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
  }
  body .section-3 {
    padding-top: 30px;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
  }
  body .section-3 .flex-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
  }
  body .section-3 .flex-container .flex-l {
    width: 100%;
    height: auto;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .section-3 .flex-container .flex-l .spec-description {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
  }
  body .section-3 .flex-container .flex-l img {
    height: auto;
    width: 100%;
  }
  body .section-3 .flex-container .flex-l .os {
    height: 100px;
    display: flex;
    justify-content: center;
  }
  body .section-3 .flex-container .flex-l .os .os-logo {
    height: 60px;
    width: 60px;
    border: solid 1px #fd7d27;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }
  body .section-3 .flex-container .flex-l .os .os-logo img {
    height: 50px;
    width: 50px;
  }
  body .section-3 .flex-container .flex-l .device {
    height: 100px;
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }
  body .section-3 .flex-container .flex-l .device .device-logo {
    height: 60px;
    width: 60px;
    border: solid 1px #278bc2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }
  body .section-3 .flex-container .flex-l .device .device-logo img {
    height: 50px;
    width: 50px;
  }
  body .section-3 .flex-container .flex-r {
    width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .section-3 .flex-container .flex-r .spec-description {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
  }
  body .section-3 .flex-container .flex-r img {
    height: auto;
    width: 100%;
  }
  body .section-3 .flex-container .flex-r p {
    width: 88%;
    font-size: 14px;
    margin-bottom: 24px;
  }
  body .section-3 .flex-container .flex-r p span {
    font-weight: bold;
    font-size: 16px;
  }
  body .section-3 .flex-container .flex-r .barcode-text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
  }
  body .section-3 .flex-container .flex-r .barcode-text span {
    font-size: 16px;
    font-weight: bold;
  }
  body .section-3 .barcode-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
  }
  body .section-3 .barcode-container .barcode-box {
    height: auto;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 14px;
  }
  body .section-3 .barcode-container .barcode-box .barcode-img {
    height: 130px;
  }
  body .section-3 .barcode-container .barcode-box .barcode-img img {
    height: auto;
    width: 130px;
  }
  body .section-3 .barcode-container .barcode-box p {
    line-height: 30px;
    text-align: center;
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
  }
  body .section-3 .achievement {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .section-3 .achievement .achievement-btn {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    height: 50px;
    width: 280px;
    border: 3px solid black;
    color: black;
    border-radius: 25px;
    box-sizing: border-box;
    cursor: pointer;
  }
  body .section-3 .achievement .achievement-btn:hover {
    background-color: #e8e8e8;
  }
  body .section-3 .achievement .achievement-btn:active {
    position: relative;
    top: 3px;
  }
  body .section-4 {
    padding: 50px 10px 50px 10px;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
  }
  body .section-4 .barcode-table {
    width: 95%;
    margin: 30px auto;
  }
  body .section-4 .barcode-table .barcode-cell {
    width: 100%;
    height: auto;
    border-bottom: 1px solid black;
  }
  body .section-4 .barcode-table .barcode-cell .barcode-cell-l {
    width: 100%;
    margin: 20px 0 6px 0;
    font-size: 14px;
    font-weight: bold;
  }
  body .section-4 .barcode-table .barcode-cell .barcode-cell-l span {
    line-height: 32px;
    margin: 10px 0 16px 0;
  }
  body .section-4 .barcode-table .barcode-cell .barcode-cell-r {
    width: 100%;
    font-size: 14px;
    margin: 20px 0 6px 0;
  }
  body
    .section-4
    .barcode-table
    .barcode-cell
    .barcode-cell-r
    .barcode-cell-next {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #5c5c5c;
  }
  body .section-5 {
    padding-top: 50px;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25);
  }
  body .section-5 .processes .process {
    width: 100%;
    height: auto;
    display: block;
  }
  body .section-5 .processes .process .process-l {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body .section-5 .processes .process .process-l p {
    margin: 4px 0;
    line-height: 24px;
  }
  body .section-5 .processes .process .process-l p span {
    font-weight: bold;
    font-size: 20px;
  }
  body .section-5 .processes .process .process-r {
    width: 75%;
    height: auto;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body .section-5 .processes .process .process-r p {
    margin: 4px 0;
    line-height: 24px;
    font-size: 14px;
  }
  body .section-5 .processes .process .process-r p span {
    font-weight: bold;
    font-size: 16px;
  }
  body .section-5 .processes .process-1 {
    background-color: rgba(195, 195, 195, 0.25);
  }
  body .section-5 .processes .process-2 {
    background-color: white;
  }
  body .section-7 {
    padding-top: 50px;
  }
  body .section-7 .faq-container {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }
  body .section-7 .faq-container .faq {
    position: relative;
    border-bottom: solid 1px #707070;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 4px 0;
  }
  body .section-7 .faq-container .faq span {
    color: #fd7d27;
    font-weight: bold;
    font-size: 20px;
    margin-right: 16px;
  }
  body .section-7 .faq-container .answer-container {
    display: flex;
  }
  body .section-7 .faq-container .answer-container .answer {
    font-size: 14px;
  }
  body .section-7 .faq-container .answer-container img {
    height: 111px;
    width: 111px;
  }
}

/* 20250221 */
body .section-1,
body .section-2,
body .section-3,
body .section-4,
body .section-5,
body .section-0-1,
body .section-0-2 {
	box-shadow: 0px 12px 12px -12px rgba(0, 0, 0, 0.2);
}
body .section-0-1,
body .section-0-2 {
    padding: 20px 0;
}
body .section-0-1 {
    margin: 30px 0;	
}
/*body .section-2,
body .section-4 {
	padding-top: 20px;
}*/
body .fv .fv-bg a {
	letter-spacing: .05em;
}
body .section-1 .section1-txt {
	margin: -32px auto 64px;
}
body .section-1 .section1-txt p {
	line-height: 1.125;
    margin-bottom: -.5rem;
    margin-top: 1.25rem;
}
.section-title h2 {
	line-height: 1.35;
}
.section-0-2 .section-title h2 span {
	display: block;
	margin-top: 20px;
}
.catch-key_container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.catch-key {
	display: block;
    text-align: center;
    font-size: 25px;
    margin: 30px auto 72px;
    line-height: 1.6;
	position: relative;
	width: fit-content;
	font-weight: 800;
}
.catch-key::before,
.catch-key::after {
	content: "";
	position: absolute;
	left: -34px;
	top: -4px;
	height: 54px;
	width: 27px;
	border-top: #707070 solid 2px;
	border-left: #707070 solid 2px;
}
.catch-key::after {
	left: auto;
	right: -32px;
	top: auto;
	bottom: 0;
	border-left: none;
	border-top: none;
	border-right: #707070 solid 2px;
	border-bottom: #707070 solid 2px;
}
.catch-large {
	color: #fd7d27;
	font-size: 1.15em;
	margin: 0 4px;
}
.catch-text {
	font-size: 22px;
	margin: 30px auto 40px;
	text-align: center;
}
.catch-image {
	width: 150px;
    position: absolute;
    border-radius: 10px;
    top: -34px;
    left: -22px;
}
.catch-key_container:nth-child(even) .catch-image {
    left: auto;
	right: -22px;
}
.scroll-space {
  box-sizing: border-box;
}
.blur {
    transition: all 0.5s;
    filter: blur(12px);
}
.blur.scrollin {
      filter: blur(0);
}
.contact-wrapper a {
	background: linear-gradient(to left, #fd5e20, #fd7d27 90%);
	font-weight: 800;
	font-size: 1.5rem;
    width: 440px;
    height: 72px;
	border-radius: 1000px;
    line-height: 72px;
	/*box-shadow: 0 8px 18px rgba(0,0,0,.1);*/
	transition: .2s ease-in-out;
	padding-left: 12px;
}
.contact-wrapper a:hover {
	background: white;
}
.contact-wrapper a:hover,
.contact-wrapper a:active {
	box-shadow: none;	
}
.card-container {
	margin: 90px auto 100px;
}
.card-container .card {
	overflow: hidden;
	padding: 0;
	border-radius: 10px;
	box-shadow: none;
}
.card-container .card .card-img {
	border-radius: 0;
	width: 260px;
}
.card-container .card .card-title {
	width: 100%;
    background: #f3f3f3;
}
.card-container .card .card-title P {
	color: #707070;
}
.section-2 .card-container .card .card-title {
   background: rgba(253, 125, 39, 0.1);	
}
.section-2 .card-container .card .card-title P {
	color: rgb(255, 125, 40);	
}
body .section-3 .flex-container .flex-l img,
body .section-3 .flex-container .flex-r img {
	border-radius: 10px;
}
.link-iconit_container {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.link-iconit {
	font-size: 20px;
	font-weight: 700;
	color: /*#89bf1c*/#278bc2;
	margin: auto 0 0 auto;
	text-decoration: underline;
	transition: .1s ease-in-out; 
}
.flex-r .link-iconit {
    background: transparent;
    border-radius: 1000px;
    border: 3px solid black;
    text-decoration: none;
    color: #111;
	padding: 16px 14px 16px 0;
	width: 340px;
	text-align: center;
	position: relative;
	margin: 1rem auto 0 auto;
}
.flex-r .link-iconit:hover {
    background-color: #e8e8e8;
}
.flex-r .link-iconit:active {
    position: relative;
    top: 3px;
}
.link-iconit img {
	filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
}
.link-iconit:hover img {
	opacity: .5;
}
.link-iconit:hover img {
	filter: none;
}
body .section-3 .achievement {
	justify-content: flex-start;
	height: fit-content;
	padding: 10px 0;
}
body .section-3 .achievement .achievement-btn {
	height: auto; 
	line-height: 1.5;
	padding: 14px 0;
	border-radius: 1000px;
	position: relative;
}
.achievement-btn_arrow {
	position: absolute;
	top: 50%;
	right: 24px;
	display: block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;	
}
.achievement-btn_arrow::before,
.achievement-btn_arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.achievement-btn_arrow::before {
	content: "";
	width: 18px;
    height: 2px;
	background: #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.achievement-btn_arrow::after {
	content: "";
	left: 2px;
    width: 14px;
    height: 14px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.item-container {
	margin-bottom: 90px;
}
.article-color-tag {
	background: /*#707070*/#278bc2;
	color: #fff;
	font-size: 14px;
	letter-spacing: .05em;
	font-weight: 500;
	padding: .3rem .75rem;
	border-radius: 3px;
	position: absolute;
	top: -.75rem;
	left: 1rem;
	z-index: 2;
}
.article-container {
	width: 100%;
	max-width: 868px;
	margin: 2rem auto;
	background: #f3f3f3;
	display: block;
	padding: 1.75rem 1.5rem 1.25rem;
	position: relative;
	border-radius: 10px;
		transition: .1s ease-in-out;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
}
body .section-4 .barcode-table .barcode-cell .barcode-cell-l {
	width: 268px;
}
.article-container:hover {
	box-shadow: none;
}
.article-image-container {
	width: 25%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	background: #aaa;
}
.article-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article-no-image {
	height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.article-title,
.article-date {
	display: block;
	width: calc(75% - 1rem);
}
.article-title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: .75rem;
	line-height: 1.5;
	transition: .1s ease-in-out;
}
.article-container:hover .article-title {
	color: #fd7d27;
}
.article-date {
color: #707070;
}
.bc-column-container .article-date {
	line-height: 1.35;
    font-size: 14px;
	  display: -webkit-box;
    -webkit-line-clamp: 2; /* 2行だけ表示 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6; /* 行間調整 */
    height: calc(1.6em * 2); /* 2行分の高さ固定 */
}
.title-middle {
	text-align: center;
    margin-bottom: 48px;
    font-size: 25px;
    margin-top: -24px;
}
@media (max-width: 600px) {
	body .section-0-1,
	body .section-1 {
		margin-bottom: 10px;
		margin-top: -10px;
	}
	body .section-1,
body .section-4 {
	padding-top: 50px;
}
	.item-container {
    margin-bottom: 50px;
	}
    body .section-1 .section1-txt-sp p {
		line-height: 1.5;
		width: fit-content
	}
	.card-container .card .card-img {
		width: 120px;
	}
	.section-2 .card-container .card .card-title P,
	.card-container .card .card-title p {
		text-align: left;
    width: 100%;
	}
	body .section-3 .achievement {
		width: fit-content;
    margin-bottom: 24px;
	}
	.card-container {
	        margin: 40px 0;
}
	.title-middle,
	.catch-text {
		font-size: 18px;
		margin: 20px auto 40px;
	}
	.title-middle {
		margin-top: 60px;
		font-weight: 700;
}
	.contact-wrapper a {
		font-size: 20px;
		width: 320px;
        height: 60px;
		line-height: 60px;
	}
	.article-container {
		padding: calc(112px + 1rem) 1.25rem 1rem;
	}
	.article-title,
	.article-date {
        width: 100%;
	}
	.article-title {
		margin-bottom: .6rem;
	}
	.article-image-container {
		    width: 100%;
    height: 112px;
		border-radius: 10px 10px 0 0;
	}
		.bc-column-container .article-date {
    font-size: 12px;
}
}
@media (min-width: 1001px) {
body .section-4 .barcode-table {
	width: 868px;	
}
}
@media (min-width: 601px) and (max-width: 1000px) {
body .section-4 .barcode-table {
width: 90%;		
}
}
@media (max-width: 1018px) {
body .section-3 .flex-container .flex-r {
	margin-top: 20px;
}
	.link-iconit {
		margin: 20px auto 0 auto;
	}
	.article-container {
		width: 90%;
	}
}
@media (min-width: 601px) and (max-width: 1018px) {
	body .section-3 .flex-container .flex-r:has(.barcode-text) {
		width: fit-content;
	}
}
@media (min-width: 1000px) and (max-width: 1018px) {
	body .section-3 .flex-container .flex-r {
		width: 461px;
	}
}
@media (min-width: 975px) {
	.br-catch {
		display: none;
	}
}
@media (max-width: 974px) {
.catch-key_container {
	width: calc(100% - 164px);	
}
	.br-catch-pc {
		display: none;
	}
}
@media (max-width: 899px) {
	.catch-key_container:first-child .catch-key {
		margin-top: 120px;
	}
	.catch-key {
		margin-top: 200px;
	}
	.catch-image {
		top: -120px;
    left: 50%;
    transform: translateX(-50%);
		        width: 140px;
		
		width: 80px;
        height: 80px;
        border-radius: 10000px;
        object-fit: cover;
	}
	.catch-key_container:nth-child(even) .catch-image {
    left: 50%;
    right: auto;
	}
			.article-title {
    font-size: 16px;
}
	.article-date {
		font-size: 13px;
	}

}
@media (max-width: 639px) {
.catch-key_container {
	width: calc(100% - 72px);
}
	.catch-key::before, .catch-key::after {
		left: -30px;
	}
	.catch-key::after {
    left: auto;
    right: -28px;
	}
}
@media (max-width: 600px) {
	.section-0-2 .section-title h2 span {
		margin-top: 10px;
	}
	.catch-key {
    font-size: 20px;
		margin-top: 160px;
	}
	    .catch-image {
        top: -100px;
	}
}


/*# sourceMappingURL=style-barcode.css.map */

