@charset "UTF-8";
/* ===== common.scss ===== */
/* -- 変数 -- */
/* font */
/* color */
/* switching */ /* -- btn --*/
.breadcrumb ul li span {
  opacity: 1;
}
.breadcrumb ul li .current-item {
  opacity: 0.5;
}
.breadcrumb ul li.taxonomy + li.taxonomy {
  display: none;
}

.single-news .newsArticleBox {
  /* - h2 - */
}
.single-news .newsArticleBox > p + p,
.single-news .newsArticleBox .wp-block-list + p {
  margin-top: 2rem;
}
.single-news .newsArticleBox .wp-block-image {
  margin-top: 5.4rem;
}
.single-news .newsArticleBox .wp-block-image img {
  margin: 0;
}
.single-news .newsArticleBox h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  margin: 5.4rem 0 45px;
}
@media screen and (max-width: 900px) {
  .single-news .newsArticleBox h2 {
    font-size: 24px;
    margin: 72px 0 31px;
  }
}
.single-news .newsArticleBox .leadTxtBox {
  margin: 5.4rem 0;
}
.single-news .newsArticleBox .wp-block-media-text__media {
  margin-top: 0;
}
.single-news .newsArticleBox .wp-block-media-text__content h3 {
  margin-top: 0;
}
.single-news .newsArticleBox .wp-block-list {
  line-height: 1.5;
  /* -- num -- */
}
.single-news .newsArticleBox .wp-block-list > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.single-news .newsArticleBox .wp-block-list > li::before {
  font-weight: bold;
  margin-right: 0.3em;
  content: "・";
}
.single-news .newsArticleBox .wp-block-list > li:not(:last-child) {
  margin-bottom: 12px;
}
.single-news .newsArticleBox .wp-block-list.num {
  list-style-type: decimal;
  padding-left: 1.1em;
}
.single-news .newsArticleBox .wp-block-list.num > li {
  text-indent: 0;
  padding-left: 0.15em;
}
.single-news .newsArticleBox .wp-block-list.num > li::before {
  display: none;
}
.single-news .newsArticleBox .wp-block-list.num > li:not(:last-child) {
  margin-bottom: 7px;
}
.single-news .newsArticleBox > p a {
  font-weight: bold;
}
.single-news .newsArticleBox > p a::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-left: 8px;
  width: 20px;
  height: 5px;
  background: url(../../assets/img/common/arrow_red.svg) no-repeat center/100% auto;
  content: "";
  transition: transform 0.3s;
}
@media screen and (min-width: 901px) {
  .single-news .newsArticleBox > p a:hover::after {
    transform: translateX(5px);
  }
}
.single-news .newsArticleBox > p a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.single-news .newsArticleBox > p a[target=_blank]::before, .single-news .newsArticleBox > p a[target=_blank]::after {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 3px;
  width: 10px;
  height: 7px;
  border: 1px solid #272727;
  content: "";
}
.single-news .newsArticleBox > p a[target=_blank]::after {
  top: 2px;
  right: 0;
  width: 6px;
  height: 6px;
  border-bottom: none;
  border-left: none;
  content: "";
  background: none;
}
@media screen and (min-width: 901px) {
  .single-news .newsArticleBox > p a[target=_blank]:hover {
    color: #B50033;
  }
  .single-news .newsArticleBox > p a[target=_blank]:hover::before, .single-news .newsArticleBox > p a[target=_blank]:hover::after {
    border-color: #B50033;
  }
}
@media screen and (min-width: 901px) {
  .single-news .newsArticleBox > p a[target=_blank]:hover::after {
    transform: translateX(0px);
  }
}
.single-news .newsArticleBox > p a[href$=".pdf"] {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-color: transparent;
  transition: text-decoration 0.3s;
}
.single-news .newsArticleBox > p a[href$=".pdf"]:hover {
  text-decoration-color: #331C1B;
}
.single-news .newsArticleBox > p a[href$=".pdf"]::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background: url(../../assets/img/common/icon_pdf.svg) no-repeat 0 0/100% auto;
  content: "";
}
@media screen and (min-width: 901px) {
  .single-news .newsArticleBox > p a[href$=".pdf"]:hover::after {
    transform: translateX(0px);
  }
}
@media screen and (min-width: 901px) {
  .single-news .newsArticleBox > p a:hover {
    opacity: 1;
  }
}

.pager_cus {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pager_cus a {
  opacity: 0.3;
}
.pager_cus a:hover {
  color: #B50033;
  opacity: 1;
}
.pager_cus li {
  /* act */
  /* prev next */
}
.pager_cus li:not(:last-child) {
  margin-right: 20px;
}
.pager_cus li.act a {
  color: #B50033;
  opacity: 1;
}
.pager_cus li.act a:hover {
  opacity: 0.6;
}
.pager_cus li.prev, .pager_cus li.next {
  /* act */
}
.pager_cus li.prev a, .pager_cus li.next a {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  background: #FFF;
  border-radius: 50%;
  opacity: 1;
}
.pager_cus li.prev a svg, .pager_cus li.next a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 12px;
  height: 4px;
  fill: #8B8B8B;
  transition: fill 0.3s;
}
@media screen and (min-width: 901px) {
  .pager_cus li.prev a:hover svg, .pager_cus li.next a:hover svg {
    fill: #b50033;
  }
}
.pager_cus li.prev.act a svg, .pager_cus li.next.act a svg {
  fill: #b50033;
}
.pager_cus li.prev a {
  transform: scale(-1, 1);
}

/* -- formBtn -- */
.formBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.9rem;
}
.formBtn > * {
  max-width: 45rem;
  width: 100%;
  /* back */
}
.formBtn > *:not(:last-child) {
  margin-bottom: 2rem;
}
.formBtn > *.back button {
  background: #D0D0D0;
}
.formBtn .wpcf7-submit {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  padding: 0 0 2px 2px;
  width: 100%;
  height: 8rem;
  background: #000;
  border-radius: 0;
  transition: background 0.3s;
}
@media screen and (min-width: 901px) {
  .formBtn .wpcf7-submit:hover {
    background: #B50033;
  }
  .formBtn .back button:hover {
    background: #000;
  }
}
@media screen and (max-width: 900px) {
  .formBtn > * {
    max-width: none;
  }
  .formBtn > *:not(:last-child) {
    margin: 0 0 15px;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.footer-link .--hide-top > a {
  display: none;
}
.footer-link .--hide-top > .sub-menu {
  margin-top: 0;
  font-size: inherit;
}

.page-template-company .pullDownBox .acf-innerblocks-container h4 {
  margin-top: 0;
}
.page-template-company .pullDownBox .acf-innerblocks-container .h5Box-nextBox strong {
  margin: 10px 0;
  display: inline-block;
}

.product__wapper {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 50px;
}
.product__lists {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
}
.product__sidebar label {
  display: block;
}
.product__sidebar label input {
  appearance: auto;
  margin-right: 10px;
}
.product__sidebar select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0 5px;
}
.product__sidebar [type=submit] {
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  padding: 2px 10px;
}

.download-accordion dd p:not(.--pdf) + p.--pdf {
  margin-top: 25px;
}
.download-accordion .txtlink.capa01:hover {
  color: inherit;
}
.download-accordion .txtlink.capa01.pdf.xlsx:before, .download-accordion .txtlink.capa01.pdf.xlsx:after,
.download-accordion .txtlink.capa01.pdf.zip:before,
.download-accordion .txtlink.capa01.pdf.zip:after,
.download-accordion .txtlink.capa01.pdf.pdf:before,
.download-accordion .txtlink.capa01.pdf.pdf:after {
  display: none;
}
.download-accordion .txtlink.pdf.zip.capa01 span::before {
  background: url(../img/folder_zip.svg) no-repeat 0 0/100% auto;
}
.download-accordion .txtlink.pdf.xlsx.capa01 span::before {
  background: url(../img/file-excel.svg) no-repeat 0 0/100% auto;
}

.prodcutSingleDetail p + p {
  margin-top: 1.5rem;
}
.prodcutSingleDetail ul {
  margin-top: 2.8rem;
  line-height: 1.5;
}
.prodcutSingleDetail ul > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.prodcutSingleDetail ul > li::before {
  font-weight: bold;
  margin-right: 0.3em;
  content: "・";
}
.prodcutSingleDetail ul > li:not(:last-child) {
  margin-bottom: 12px;
}
.prodcutSingleDetail ol {
  margin-top: 2.8rem;
  list-style-type: decimal;
  padding-left: 1.1em;
}
.prodcutSingleDetail ol > li {
  text-indent: 0;
  padding-left: 0.15em;
}
.prodcutSingleDetail ol > li::before {
  display: none;
}
.prodcutSingleDetail ol > li:not(:last-child) {
  margin-bottom: 7px;
}
.prodcutSingleDetail .txtlink.pdf::before {
  display: none;
}
.prodcutSingleDetail .txtlink.pdf::after {
  border: none;
}

body.tax-product_application .header-gnav-link li.menu-item-object-product_application::after, body.tax-product_cat .header-gnav-link li.menu-item-object-product_cat::after,
.header-gnav-link li.current-menu-item::after {
  width: 100%;
}

/* -- flexBtnBox -- */
.flexBtnBox {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 360px;
  z-index: 800;
}
.flexBtnBox > * {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flexBtnBox a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.35px;
  color: #fff;
  width: 50%;
  height: 54px;
  background: #000;
}
.flexBtnBox a:nth-child(2) {
  background: #B50033;
}
@media screen and (max-width: 900px) {
  .flexBtnBox {
    display: none !important;
  }
}

.page-template-default ul.wp-block-list {
  line-height: 1.5;
}
.page-template-default ul.wp-block-list > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.page-template-default ul.wp-block-list > li::before {
  font-weight: bold;
  margin-right: 0.3em;
  content: "・";
}
.page-template-default ul.wp-block-list > li:not(:last-child) {
  margin-bottom: 12px;
}
.page-template-default ol.wp-block-list {
  list-style-type: decimal;
  padding-left: 1.1em;
}
.page-template-default ol.wp-block-list > li {
  text-indent: 0;
  padding-left: 0.15em;
}
.page-template-default ol.wp-block-list > li::before {
  display: none;
}
.page-template-default ol.wp-block-list > li:not(:last-child) {
  margin-bottom: 7px;
}

.page-template-recruit .pullDownBox + .pullDownBox > dt:first-child a {
  border-top: none;
}

.wpcf7-form .formCheck .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .formCheck .wpcf7-list-item label {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .wpcf7-form .formCheck .wpcf7-list-item .wpcf7-list-item-label {
    width: calc(100% - 35px);
  }
}

.topApplicationBox-btn-img {
  pointer-events: none;
}

.recaptcha_box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.recaptcha_box .wpcf7-not-valid-tip {
  position: relative;
}

.tableBox tr {
  position: relative;
}

.txtlink-outer .txtlink[target=_blank] {
  word-break: break-all;
}
.txtlink-outer .txtlink[target=_blank]:after {
  top: inherit;
  bottom: 9px;
}
.txtlink-outer .txtlink[target=_blank]::before {
  top: inherit;
  bottom: 5px;
}
.txtlink-outer .txtlink.pdf.capa01:hover {
  color: inherit;
}

@media screen and (max-width: 1050px) {
  .footer-link > li:nth-child(1) {
    margin-right: 25px;
  }
}

.topBlankBox .linkImgBox01-txt span {
  font-size: inherit;
  font-family: "aktiv-grotesk-extended", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.productsListBox-tit,
.productsBox02-lbox-tit {
  font-family: "aktiv-grotesk-extended", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.form#form {
  margin: 9.4rem auto 0;
}

.download-accordion .h5Box::before {
  margin-right: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

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