.br1 {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .br1 {
    display: flex !important;
  }
}

.br2 li:last-child {
  color: var(--black) !important;
  border: none !important;
}

.bottom-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bottom-wrapper ul.breadcrumb-list.br2 {
  max-width: 950px;
  width: 90%;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .bottom-wrapper ul.breadcrumb-list.br2 {
    display: none;
  }
}

section.products .contents-wrapper {
  display: flex;
}
@media screen and (max-width: 1000px) {
  section.products .contents-wrapper {
    flex-direction: column;
  }
}
section.products .contents-wrapper .products-contents-area {
  position: relative;
  border-right: 1px solid var(--light-gray);
  width: calc(100% - 300px);
  padding-bottom: 180px;
}
@media screen and (max-width: 1000px) {
  section.products .contents-wrapper .products-contents-area {
    border: none;
    position: static;
    width: 100%;
    padding-bottom: 60px;
  }
}
section.products .contents-wrapper .products-contents-area a {
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
  padding-bottom: 3px;
  transition: all 0.3s;
  position: relative;
}
@media (hover) {
  section.products .contents-wrapper .products-contents-area a:hover {
    border-color: transparent;
  }
}
section.products .contents-wrapper .products-contents-area a[href$=".pdf"] {
  padding-right: 30px;
}
section.products .contents-wrapper .products-contents-area a[href$=".pdf"]:before {
  display: none;
}
section.products .contents-wrapper .products-contents-area a[href$=".pdf"]:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(/common/img/icn_pdf.svg) no-repeat !important;
  border-radius: 0;
  border: none !important;
}
section.products .contents-wrapper .products-contents-area table {
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  border-color: var(--light-gray) !important;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area table {
    width: 675px !important;
  }
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area table.no-scroll {
    width: 100% !important;
  }
}
section.products .contents-wrapper .products-contents-area table tr th {
  border-top: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  border-color: var(--light-gray) !important;
  padding: 10px 15px;
  text-align: center !important;
  vertical-align: middle !important;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area table tr th {
    font-size: 14px !important;
    padding: 7px 10px;
  }
}
section.products .contents-wrapper .products-contents-area table tr td {
  border-top: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  border-color: var(--light-gray) !important;
  padding: 10px 15px;
  text-align: center !important;
  vertical-align: middle !important;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area table tr td {
    font-size: 14px !important;
    padding: 7px 10px;
  }
}
section.products .contents-wrapper .products-contents-area .anchor-area {
  background-color: var(--light-blue);
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area .anchor-area {
    padding: 30px 0;
  }
}
section.products .contents-wrapper .products-contents-area .anchor-area ul.anchor-list {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area .anchor-area ul.anchor-list {
    gap: 20px;
  }
}
section.products .contents-wrapper .products-contents-area .anchor-area ul.anchor-list li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area .anchor-area ul.anchor-list li {
    width: calc((100% - 20px) / 2);
  }
}
section.products .contents-wrapper .products-contents-area .anchor-area ul.anchor-list li a {
  color: var(--blue);
  font-size: 16px;
  border-bottom: 1px solid var(--light-gray);
  display: block;
  padding-bottom: 10px;
  position: relative;
  padding-right: 25px;
  cursor: pointer !important;
  transition: border 0.3s;
}
section.products .contents-wrapper .products-contents-area .anchor-area ul.anchor-list li a:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 10px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(/common/img/icn_arrow.svg) no-repeat center/12px;
  rotate: 90deg;
}
@media (hover) {
  section.products .contents-wrapper .products-contents-area .anchor-area ul.anchor-list li a:hover {
    border-color: var(--blue);
  }
}
section.products .contents-wrapper .products-contents-area section.overview {
  max-width: 950px;
  margin: 100px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.overview {
    margin-top: 40px;
  }
}
section.products .contents-wrapper .products-contents-area section.overview ul {
  margin-top: 20px;
  list-style: none !important;
}
section.products .contents-wrapper .products-contents-area section.overview ul li {
  padding-left: 15px;
  position: relative;
}
section.products .contents-wrapper .products-contents-area section.overview ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 100%;
}
section.products .contents-wrapper .products-contents-area section.overview .overview-block {
  margin-top: 40px;
  display: flex;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.overview .overview-block {
    flex-direction: column;
    margin-top: 20px;
  }
}
section.products .contents-wrapper .products-contents-area section.overview .overview-block .img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.overview .overview-block .img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
section.products .contents-wrapper .products-contents-area section.overview .overview-block .txt-area {
  width: 55%;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.overview .overview-block .txt-area {
    width: 100%;
  }
}
section.products .contents-wrapper .products-contents-area section.overview .overview-block .txt-area h3 {
  font-size: 20px;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.overview .overview-block .txt-area h3 {
    font-size: 18px;
    margin-top: 15px;
  }
}
section.products .contents-wrapper .products-contents-area section.overview .overview-block .txt-area p {
  margin-top: 15px;
}
section.products .contents-wrapper .products-contents-area section.feature {
  max-width: 950px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.feature {
    margin-top: 80px;
  }
}
section.products .contents-wrapper .products-contents-area section.feature ul {
  margin-top: 20px;
  list-style: none !important;
}
section.products .contents-wrapper .products-contents-area section.feature ul li {
  padding-left: 15px;
  position: relative;
}
section.products .contents-wrapper .products-contents-area section.feature ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 100%;
}
section.products .contents-wrapper .products-contents-area section.feature .feature-box {
  background-color: var(--light-blue);
  padding: 30px 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.feature .feature-box {
    padding: 30px 5%;
    margin-top: 20px;
  }
}
section.products .contents-wrapper .products-contents-area section.feature .feature-box ul.feature-list {
  margin-top: 0;
}
section.products .contents-wrapper .products-contents-area section.feature .feature-box ul.feature-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.feature .feature-box ul.feature-list li {
    padding-left: 25px;
  }
}
section.products .contents-wrapper .products-contents-area section.feature .feature-box ul.feature-list li:last-child {
  margin-bottom: 0;
}
section.products .contents-wrapper .products-contents-area section.feature .feature-box ul.feature-list li:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(/common/img/icn_arrow.svg) no-repeat top center/12px;
  rotate: 90deg;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.feature .feature-box ul.feature-list li:before {
    top: 9px;
  }
}
section.products .contents-wrapper .products-contents-area section.feature .feature-block {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.feature .feature-block {
    margin-top: 40px;
  }
}
section.products .contents-wrapper .products-contents-area section.feature .feature-block h3 {
  position: relative;
  line-height: 1.5;
  font-size: 24px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.feature .feature-block h3 {
    padding-left: 25px;
    font-size: 18px;
  }
}
section.products .contents-wrapper .products-contents-area section.feature .feature-block h3:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: 14px;
  left: 0;
  display: block;
  background: url(/common/img/icn_arw.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.feature .feature-block h3:before {
    top: 8px;
  }
}
section.products .contents-wrapper .products-contents-area section.feature .feature-block p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.feature .feature-block p {
    margin-top: 15px;
  }
}
section.products .contents-wrapper .products-contents-area section.feature .feature-block .img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.feature .feature-block .img {
    margin-top: 20px;
  }
}
section.products .contents-wrapper .products-contents-area section.lineup {
  max-width: 950px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.lineup {
    margin-top: 80px;
  }
}
section.products .contents-wrapper .products-contents-area section.lineup ul {
  margin-top: 20px;
  list-style: none !important;
}
section.products .contents-wrapper .products-contents-area section.lineup ul li {
  padding-left: 15px;
  position: relative;
}
section.products .contents-wrapper .products-contents-area section.lineup ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 100%;
}
section.products .contents-wrapper .products-contents-area section.lineup h2.ttl-shape {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.lineup h2.ttl-shape {
    margin-bottom: 20px;
  }
}
section.products .contents-wrapper .products-contents-area section.lineup ul.lineup-list {
  margin-top: 30px;
  padding: 40px 5%;
  border: 1px solid var(--light-gray);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
@media screen and (max-width: 1000px) {
  section.products .contents-wrapper .products-contents-area section.lineup ul.lineup-list {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.lineup ul.lineup-list {
    margin-top: 20px;
    justify-content: space-between;
  }
}
section.products .contents-wrapper .products-contents-area section.lineup ul.lineup-list li {
  width: 23.5%;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.lineup ul.lineup-list li {
    width: 47%;
  }
}
section.products .contents-wrapper .products-contents-area section.contact {
  max-width: 950px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.contact {
    margin-top: 80px;
  }
}
section.products .contents-wrapper .products-contents-area section.contact h3 {
  position: relative;
  line-height: 1.5;
  font-size: 24px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.contact h3 {
    padding-left: 25px;
    font-size: 18px;
  }
}
section.products .contents-wrapper .products-contents-area section.contact h3:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: 14px;
  left: 0;
  display: block;
  background: url(/common/img/icn_arw.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.contact h3:before {
    top: 8px;
  }
}
section.products .contents-wrapper .products-contents-area section.contact .contact-block {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.contact .contact-block {
    margin-top: 40px;
  }
}
section.products .contents-wrapper .products-contents-area section.contact .contact-block:first-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.contact .contact-block:first-of-type {
    margin-top: 20px;
  }
}
section.products .contents-wrapper .products-contents-area section.contact .tel-area {
  margin-top: 20px;
  border: 1px solid var(--light-gray);
  padding: 30px 35px 20px;
  width: fit-content !important;
}
@media screen and (max-width: 1120px) {
  section.products .contents-wrapper .products-contents-area section.contact .tel-area {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.contact .tel-area {
    padding: 30px 5%;
  }
}
section.products .contents-wrapper .products-contents-area section.contact .tel-area ul.tel-list {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
}
section.products .contents-wrapper .products-contents-area section.contact .tel-area ul.tel-list li {
  width: fit-content;
  position: relative;
}
section.products .contents-wrapper .products-contents-area section.contact .tel-area ul.tel-list li:nth-child(even) {
  position: static;
  width: 1px;
  height: 70px;
  background-color: var(--black);
  margin: 0 45px;
}
@media screen and (max-width: 1120px) {
  section.products .contents-wrapper .products-contents-area section.contact .tel-area ul.tel-list li:nth-child(even) {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  section.products .contents-wrapper .products-contents-area section.contact .tel-area ul.tel-list li {
    width: 50%;
  }
}
section.products .contents-wrapper .products-contents-area section.contact .tel-area ul.tel-list li .name {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.contact .tel-area ul.tel-list li .name {
    font-size: 15px;
  }
}
section.products .contents-wrapper .products-contents-area section.contact .tel-area ul.tel-list li .number {
  font-size: 28px;
  padding-left: 35px;
  background: url(/common/img/icn_tel.svg) no-repeat left top 13px/24px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.contact .tel-area ul.tel-list li .number {
    margin-top: 5px;
    font-size: 20px;
    padding-left: 25px;
    background: url(/common/img/icn_tel.svg) no-repeat left top 7px/18px;
  }
}
@media screen and (max-width: 500px) {
  section.products .contents-wrapper .products-contents-area section.contact .tel-area ul.tel-list li .number {
    margin-top: 5px;
    background: url(/common/img/icn_tel.svg) no-repeat left top 6px/14px;
    font-size: 17px;
    padding-left: 20px;
  }
}
section.products .contents-wrapper .products-contents-area section.contact .tel-area p {
  color: var(--gray);
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.contact .tel-area p {
    margin-top: 10px;
    font-size: 13px;
  }
}
section.products .contents-wrapper .products-contents-area section.contact .btn-cta {
  margin-top: 30px;
  margin-left: 0;
  color: var(--white);
}
@media (hover) {
  section.products .contents-wrapper .products-contents-area section.contact .btn-cta:hover {
    border: 1px solid var(--blue) !important;
    color: var(--blue);
  }
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area section.contact .btn-cta {
    margin-top: 20px;
    padding: 0 70px 0 30px;
  }
}
section.products .contents-wrapper .products-contents-area .btn-back {
  color: var(--white);
  max-width: 950px;
  margin: 140px auto 0;
  width: 90%;
  border-top: 1px solid var(--blue);
  padding-top: 40px;
}
@media screen and (max-width: 1000px) {
  section.products .contents-wrapper .products-contents-area .btn-back {
    position: absolute;
    bottom: 170px;
    z-index: 1;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-contents-area .btn-back {
    bottom: 0;
  }
}
section.products .contents-wrapper .products-contents-area .btn-back a.btn-cta {
  padding: 0 40px 0 75px;
  color: var(--white);
}
@media (hover) {
  section.products .contents-wrapper .products-contents-area .btn-back a.btn-cta:hover {
    border: 1px solid var(--blue) !important;
    color: var(--blue);
  }
}
section.products .contents-wrapper .products-contents-area .btn-back a.btn-cta:before {
  right: auto;
  left: 25px;
  rotate: 180deg;
}
section.products .contents-wrapper .products-contents-area .btn-back a.btn-cta:after {
  right: auto;
  left: 15px;
}
section.products .contents-wrapper .products-list-area {
  width: 300px;
  padding: 0 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  section.products .contents-wrapper .products-list-area {
    width: 100%;
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 1000px) {
  section.products .contents-wrapper .products-list-area .inner {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-list-area .inner {
    padding-bottom: 0;
  }
}
section.products .contents-wrapper .products-list-area .inner h2.ttl-shape {
  margin-top: 0;
  font-size: 20px;
  padding-left: 40px;
  padding-top: 0;
}
section.products .contents-wrapper .products-list-area .inner h2.ttl-shape:after {
  top: 9px;
  left: 0;
}
@media screen and (max-width: 767px) {
  section.products .contents-wrapper .products-list-area .inner h2.ttl-shape:after {
    top: 6px;
  }
}
section.products .contents-wrapper .products-list-area .inner dl {
  margin-top: 10px;
}
section.products .contents-wrapper .products-list-area .inner dl:first-of-type {
  margin-top: 15px;
}
section.products .contents-wrapper .products-list-area .inner dl dt {
  background-color: var(--light-blue);
  font-size: 14px;
  color: var(--blue);
  height: 45px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  cursor: pointer;
  position: relative;
}
section.products .contents-wrapper .products-list-area .inner dl dt.is-active:before {
  rotate: 90deg;
}
section.products .contents-wrapper .products-list-area .inner dl dt:before, section.products .contents-wrapper .products-list-area .inner dl dt:after {
  display: block;
  content: "";
  position: absolute;
  margin: auto;
  background-color: var(--blue);
}
section.products .contents-wrapper .products-list-area .inner dl dt:before {
  right: 25px;
  top: 50%;
  translate: 0 -50%;
  width: 2px;
  height: 12px;
  transition: rotate 0.3s;
}
section.products .contents-wrapper .products-list-area .inner dl dt:after {
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  height: 2px;
}
section.products .contents-wrapper .products-list-area .inner dl dd {
  display: none;
}
section.products .contents-wrapper .products-list-area .inner dl dd ul {
  margin-bottom: 30px;
}
section.products .contents-wrapper .products-list-area .inner dl dd ul li a {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding: 15px;
  border-bottom: 1px solid var(--light-gray);
  transition: border 0.3s;
}
@media (hover) {
  section.products .contents-wrapper .products-list-area .inner dl dd ul li a:hover {
    border-color: var(--blue);
  }
}

.js-scrollable {
  overflow-y: hidden !important;
}

.scroll-hint-icon {
  top: -8px !important;
  scale: 0.7;
  display: none;
}
.scroll-hint-icon:first-of-type {
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */
