@charset "UTF-8";

/* ----- 全体 ----- */
.pcView {
  display: block;
}
.spView {
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #000;
}
.en {
  font-family: "Blinker", sans-serif;
}
/* ハンバーガー */
.g-btn,
#g-nav {
  display: none;
}
.langBtn {
  display: none;
}
.headControl .langBtn {
  display: block;
}
/* ===== ----- ヘッダー ----- ===== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}
.headAreaBg {
  margin: 0 auto;
}
.headArea {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 93.75%;
}
.logoMn {
  position: absolute;
  left: 60px;
  top: 22px;
}
.logoMn a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.logoMn img {
  width: 158px;
  height: auto;
}
.headMenu {
  position: absolute;
}
.headMenu li {
  float: left;
  margin-right: 25px;
  font-weight: 600;
}
.headMenu li:last-of-type {
  margin-right: 0;
}
.headControl {
  display: flex;
  position: absolute;
  top: 20px;
  right: 60px;
  align-items: center;
}
.langBtn {
  float: left;
}
.langBtn a {
  border-right: 1px solid #d2d2d2;
  padding-right: 10px;
  margin-right: 10px;
  color: #a0a0a0;
  font-weight: 600;
}
.langBtn a:last-of-type {
  border: none;
  margin-right: 0;
}
.langBtn a.is-active {
  color: #1b4094;
}
.icon_search {
  display: none;
}
#searchform {
  position: relative;
  width: 190px;
  height: 36px;
  margin-left: 20px;
}
#searchform input[type="text"] {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 36px;
  padding: 0 20px;
  border: 0;
  border-radius: 18px;
  background-color: #f2f2f2;
}
#searchform input::placeholder {
  color: #000;
  opacity: 0.6;
  font-size: 100%;
}
#searchform button.searchsubmit {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 13px;
  background-color: #1b4094;
}
#searchform button.searchsubmit img {
  padding-top: 1px;
}
/* ===== ----- パンくず ----- ===== */
.breadcrumb {
  border-top: 1px solid #d2d2d2;
  background-color: #f2f2f2;
}
.breadcrumb ol {
  max-width: 1300px;
  padding: 5px 40px;
  margin: 0 auto;
}
.breadcrumb a {
  color: #a0a0a0;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 70%;
}
.breadcrumb li::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  top: 5px;
  right: 5px;
  background-image: url("../images/ico_gr_rt_s.svg");
  background-position: 50% right;
  background-size: 5px 10px;
  background-repeat: no-repeat;
}
.breadcrumb li:last-of-type::after {
  content: none;
}
/* ===== ----- メイン ----- ===== */
.mainArea {
  padding-top: 80px;
}

.container {
  margin: 0 auto 140px;
  padding: 50px 83px;
  max-width: 1200px;
}
.btn-white {
  margin-top: 20px;
}
.btn-white a {
  position: relative;
  display: block;
  width: 300px;
  height: 60px;
  background-color: #fff;
  color: #1b4094;
  border-radius: 4px;
  line-height: 60px;
  font-weight: 600;
  padding: 0 20px;
}
.btn-white a::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 5px;
  height: 10px;
  background-image: url("../images/ico_bl_rt_s.svg");
  background-size: 5px 10px;
}
.contactArea {
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  padding: 40px 50px 40px 214px;
  box-sizing: content-box;
  color: #fff;
  background-color: #1b4094;
  border-radius: 6px;
}
.contactArea .text::before {
  content: "";
  display: block;
  position: absolute;
  width: 138px;
  height: 173px;
  top: -18px;
  left: 40px;
  background-image: url("../images/bg_contact_catalog.png");
  background-repeat: no-repeat;
}
.contactArea .text p {
  font-size: 125%;
  font-weight: 600;
  line-height: 1.4em;
}
.contactArea .btn-white {
  margin: 0;
}
/* ===== ----- フッター ----- ===== */
footer {
  background-color: #f2f2f2;
}
footer .container {
  margin: 0 auto;
  padding: 100px 83px;
}
.footBtnArea {
  margin-bottom: 100px;
}
.footBtnArea li {
  width: 33.333%;
  text-align: center;
}
.footBtnArea li a {
  display: block;
  height: 60px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
}
.footBtnArea li.contact a {
  border-radius: 4px 0 0 4px;
  background-color: #e8374a;
}
.footBtnArea li.catalog a {
  background-color: #1b4094;
}
.footBtnArea li.sds a {
  border-radius: 0 4px 4px 0;
  background-color: #000;
}
.footMenu {
  font-size: 87.5%;
  justify-content: space-between;
}
.footMenu li {
  margin-top: 5px;
}
.footMenu > ul > li {
  color: #1b4094;
  font-weight: 600;
}
.footMenu > ul > li > a {
  pointer-events: none;
}
.footLogoArea {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid #d2d2d2;
}
.footLogo {
  float: left;
}
.privacy {
  float: left;
  margin: 10px 0 0 70px;
  font-size: 87.5%;
}
.linkedIn {
  float: left;
  margin: 8px 0 0 30px;
}
.relatedLogo {
  float: right;
  margin-top: 10px;
}
.relatedLogo a {
  margin-left: 25px;
}
.footCopyrights {
  margin-top: 40px;
  color: #a0a0a0;
  text-align: right;
  font-size: 75%;
}
/* ===== ----- 製品系ページ ----- ===== */
.productHeadArea .lead,
.productHeadArea table {
  font-size: 94%;
}
.productHeadArea .color_table {
  display: flex;
  flex-wrap: wrap;
}
.productHeadArea .color_table li {
  display: flex;
  align-items: center;
  margin: 0 1em 0 0;
  font-weight: 400;
}
.productHeadArea .color_table li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  margin-right: 5px;
}
.colorArea {
  font-size: 94%;
}
.colorArea .colorPhoto li {
  float: left;
  width: 23.5%;
  margin: 0 2% 20px 0;
  line-height: 100%;
}
.colorArea .colorPhoto li:nth-of-type(4n) {
  margin-right: 0;
}
.colorArea .colorPhoto li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.colorArea h3 {
  margin-bottom: 25px;
}
.colorNumber {
  display: flex;
  flex-wrap: wrap;
}
.colorNumber li {
  display: flex;
  align-items: center;
  margin: 0 1em 0 0;
  font-weight: 400;
}
.colorNumber li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #d2d2d2;
  margin-right: 5px;
}
.featureArea > div {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.featureArea .num {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  line-height: 80px;
  text-align: center;
  background-color: #e8374a;
  color: #fff;
  border-radius: 40px;
}
.featureArea div.text {
  width: calc(100% - 95px);
}
.featureArea h3 {
  color: #e8374a;
  font-size: 125%;
  font-weight: 600;
  text-align: left;
}

.productHeadArea.pt2 {
  flex-direction: row-reverse;
}
.productHeadArea.pt2 .textArea {
  width: 52%;
}
.productHeadArea.pt2 .image {
  width: 45%;
}
.freeArea > div:first-of-type h2 {
  margin-top: 0;
}
.colorArea + .freeArea > div:first-of-type h2 {
  margin-top: 100px;
}
.newsFootLink.list {
  padding: 0;
  border-top: none;
}
.newsFootLink.list li.next,
.newsFootLink.list li.before {
  width: 50%;
}
.buildingProd .item.show {
  display: block;
}
.buildingProd .item.hide {
  display: none;
}
.qualityArea ul.single li {
  float: none;
  width: 100%;
  padding: 2% 0 2% 0;
}
.qualityArea ul.single li .ph {
  float: left;
  width: 29%;
  margin-right: 4%;
}
.qualityArea ul.single li h3 {
  padding-top: 0 !important;
}
.relatedArea.third .square img {
  aspect-ratio: 1 / 1;
}
.linkIco01 a {
  display: inline-block;
  padding-right: 12px;
  background: #fff url(../images/ico_bl_rt_s.svg) no-repeat right 0px top 7px;
  background-size: 7px auto;
}
.mvInnerSec {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.mvInnerSec::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
}
.mvTextAreaSec {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  height: 350px;
  padding: 0 83px;
}
.mvTextSec {
  position: absolute;
  color: #fff;
  top: auto;
  bottom: 40px;
  z-index: 1;
  transform: none;
}
.mvTextSec h1 {
  font-size: 250%;
  font-weight: 600;
  line-height: 0.9em;
}
.mvInnerbtmText {
  color: #fff;
  text-align: justify;
  text-justify: distribute;
  background-color: #1b4094;
}
.mvInnerbtmText > .mvTextAreaSec {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.productNewItem {
  padding: 15px 20px;
  margin: 0 12% 70px 12%;
  background-color: #e9eef5;
  border-radius: 5px;
}
.productNewItem .ttl {
  padding-bottom: 2px;
  color: #1b4094;
  font-weight: 600;
}
.productNewItem dt {
  float: left;
  padding-right: 20px;
  width: 150px;
}
.productNewItem dd {
  float: left;
  width: calc(100% - 170px);
}
.productNewItem dt img {
  width: 100%;
  height: auto;
}
.productNewItem dd .name {
  padding-bottom: 5px;
  font-weight: 600;
}
.qualityArea ol li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.single-product .qualityArea h2 {
  margin-bottom: 0;
  border-bottom: none;
}
.qualityArea ul li {
  float: left;
  width: 29%;
  padding: 2% 6.5% 2% 0;
}
.qualityArea ul li:nth-child(3n) {
  padding-right: 0;
}
.qualityArea ul li .ph img {
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 4;
  object-fit: cover;
  border-radius: 5px;
}
.qualityArea ul li .txt {
  text-align: justify;
  text-justify: distribute;
}
.qualityArea h3 {
  font-size: 130%;
  padding: 15px 0 8px 0;
}
.subcateArea h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 0 !important;
  padding: 0 !important;
  background-image: url() !important;
  border: none !important;
}
.subcateArea h2 span {
  display: inline-block;
  font-size: 80%;
  color: #fff;
  padding: 18px 120px;
  background-image: url() !important;
  background-color: #1b4094;
  border: 2px solid #fff !important;
  border-radius: 3px;
  box-shadow: 0px 0px 0px 5px #1b4094;
}
.subcateArea ul {
  padding-top: 7%;
}
.subcateArea.c1 ul {
  background: #fff url(../images/func-line01.svg) no-repeat center top;
  background-size: 82% auto;
}
.subcateArea.c2 ul {
  background: #fff url(../images/func-line02.svg) no-repeat center top;
  background-size: 82% auto;
}
.subcateArea.c3 ul {
  background: #fff url(../images/func-line03.svg) no-repeat center top;
  background-size: 82% auto;
}
.subcateArea.c4 ul {
  background: #fff url(../images/func-line04.svg) no-repeat center top;
  background-size: 82% auto;
}
.subcateArea ul li {
  float: left;
  width: 23%;
  padding: 2% 2.6% 2% 0;
}
.subcateArea.c1 ul li:first-child {
  padding-left: 38.5%;
}
.subcateArea.c1 ul li:nth-child(1n) {
  padding-right: 38.5%;
}
.subcateArea.c2 ul li:first-child {
  padding-left: 25.7%;
}
.subcateArea.c2 ul li:nth-child(2n) {
  padding-right: 25.7%;
}
.subcateArea.c3 ul li:first-child {
  padding-left: 12.9%;
}
.subcateArea.c3 ul li:nth-child(3n) {
  padding-right: 12.9%;
}
.subcateArea.c4 ul li:nth-child(4n) {
  padding-right: 0;
}
.subcateArea ul li .ph {
  text-align: center;
}
.subcateArea ul li .ph img {
  width: 86%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 5px;
}
.subcateArea ul li .txt {
  text-align: justify;
  text-justify: distribute;
}
.subcateArea h3 {
  font-size: 130%;
  text-align: center;
  margin-bottom: 18px;
  padding: 15px 0 12px 0;
  border-bottom: 1px solid #d2d2d2;
}
.subcateArea h3 > a {
  display: block;
  background: #fff url(../images/ico_bl_rt.svg) no-repeat right 10px center;
  background-size: 13px auto;
}
.subcateArea h4 {
  color: #1b4094;
  padding: 20px 0 10px 0;
}
.subcateArea h5 {
  font-size: 100%;
  margin: 0;
  padding: 0 5px 0 0;
}
.subcateArea .product {
  margin-bottom: 20px;
  box-sizing: content-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.subcateArea .product a {
  padding: 14px;
  background: #fff url(../images/ico_bl_rt_s.svg) no-repeat right 10px center;
  background-size: 7px auto;
}
.subcateArea .product .image {
  width: 30%;
  margin-right: 10px;
}
.subcateArea .product .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #d2d2d2;
}
.subcateArea .product h5 {
  width: calc(100% - 30% + 10px);
}
.allViewLink {
  text-align: right;
}
.allViewLink a {
  display: inline-block;
  padding-right: 18px;
  background: #fff url(../images/ico_bl_rt_s.svg) no-repeat right 0 top 7px;
  background-size: 7px auto;
}
.subSolution ul li {
  float: left;
  width: 23%;
  padding: 2% 2.6% 2% 0;
}
.subSolution ul li:nth-child(4n) {
  padding-right: 0;
}
.subSolution ul li .ph {
  padding-bottom: 15px;
}
.subSolution ul li .ph img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  border: 1px solid #d2d2d2;
}
.subSolution ul li .txt {
  font-weight: 600;
  text-align: justify;
  text-justify: distribute;
}
.mvInnerThird {
  position: relative;
}
.mvInnerThirdTxt {
  background-color: #1b4094;
  float: left;
  text-align: right;
  vertical-align: middle;
  color: #fff;
  width: 50%;
  min-height: 350px;
}
.mvInnerThirdPh {
  float: right;
  width: 50%;
  min-height: 350px;
}
.mvInnerThirdTxt .txtInner {
  display: inline-block;
  max-width: 683px;
  width: 100%;
  min-height: 350px;
  text-align: left;
  padding-left: 83px;
  box-sizing: border-box;
}
.mvInnerThirdTxt .txtInner .txtInnerFlex {
  display: flex;
  align-items: center;
  min-height: 350px;
}
.mvInnerThirdTxt h1 {
  font-size: 250%;
}
.mvInnerThirdTxt h1 span {
  display: block;
  font-size: 40%;
  font-weight: normal;
}
.mvInnerThirdPh img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.mvInnerThirdExp {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: -60px auto 0 auto;
  padding: 0 83px;
  box-sizing: border-box;
}
.mvInnerThirdExp > .txt {
  padding: 110px 0 0 30px;
  border-left: 8px solid #e8374a;
}
.mvInnerThirdExp > .txt p {
  text-align: justify;
  text-justify: distribute;
}
.relatedArea.nosp h2,
.relatedArea.nosp h3 {
  margin-top: 0;
}
.relatedArea.third h2 {
  margin-bottom: 8px;
  border: none;
}
.relatedArea.third img {
  width: auto;
  height: 100px;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.relatedArea.subSolution ul li {
  width: 47%;
  padding: 1% 6% 1% 0;
}
.relatedArea.subSolution ul li:nth-child(2n) {
  padding-right: 0;
}
.relatedArea.subSolution ul li .ph {
  float: left;
  width: 36%;
  padding-right: 6%;
}
.relatedArea.subSolution ul li .txt {
  float: left;
  width: 58%;
}
.buildingArea h2 {
  margin-bottom: 8px;
  border: none;
}
.buildingArea .buildingPh {
  float: left;
  width: 42%;
}
.buildingArea .buildingTxt {
  float: right;
  width: 54%;
}
.buildingArea .buildingPh img {
  width: 100%;
  height: auto;
}
.buildingArea .buildingTxt h3 {
  font-size: 100%;
  padding: 10px 0 3px 0;
}
.buildingArea .buildingTxt .filterLi li {
  display: inline-block;
  padding: 5px 5px 5px 0;
}
.buildingArea .buildingTxt .filterLi input[type="radio"] {
  display: none;
}
.buildingArea .buildingTxt .filterLi label {
  display: inline-block;
  padding: 6px 22px 4px 22px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
}
.buildingArea .buildingTxt .filterLi label:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.buildingArea .buildingTxt .filterLi input[type="radio"]:checked + label {
  background-color: #1b4094;
  color: #fff;
  border: 1px solid #1b4094;
  border-radius: 30px;
}
.buildingProd h3 {
  font-size: 150%;
  padding: 60px 0 20px 0;
}
.buildingProd .item {
  margin-bottom: 20px;
}
.buildingProd a {
  display: block;
  background: #fff url(../images/ico_bl_rt.svg) no-repeat right 10px center;
  background-size: 13px auto;
  padding: 20px;
  box-sizing: content-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.buildingProd a .itemLt {
  float: left;
  width: 69%;
}
.buildingProd a .itemRt {
  float: right;
  width: 29%;
  text-align: right;
}
.buildingProd a .itemLt .ph {
  float: left;
  width: 100px;
  padding-right: 20px;
}
.buildingProd a .itemLt .txt {
  float: left;
  width: calc(100% - 120px);
}
.buildingProd a .itemLt .txt {
  text-align: justify;
  text-justify: distribute;
}
.buildingProd a .itemLt h4 {
  font-size: 130%;
  padding-bottom: 10px;
}
.buildingProd a .itemLt .ph img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.buildingProd a .itemRt ul {
  padding: 25px 20px 10px 0;
}
.buildingProd a .itemRt ul li {
  display: inline-block;
  padding: 5px 8px;
}
.mainTxt {
  text-align: justify;
  text-justify: distribute;
}
.solutionLi {
  margin-top: 50px;
}
.solutionLi li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
.solutionLi li a {
  display: block;
  background: #fff url(../images/ico_bl_rt.svg) no-repeat right 10px center;
  background-size: 13px auto;
}
.solutionLi li a:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.solutionLi li .ph {
  float: left;
  width: 280px;
}
.solutionLi li .txt {
  float: right;
  width: calc(100% - 310px);
  padding-right: 50px;
  text-align: justify;
  text-justify: distribute;
  box-sizing: border-box;
}
.solutionLi li .ph img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}
.solutionLi li .txt h2 {
  font-size: 120%;
  padding-bottom: 6px;
}
.solution .mainContLt .solTtl {
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 10px solid #1b4094;
}
.solution .mainContLt .solTtl span {
  display: inline-block;
  font-weight: 600;
  line-height: 150%;
  color: #1b4094;
  margin-top: 10px;
  padding: 2px 10px 0 10px;
  border: 1px solid #1b4094;
  border-radius: 16px;
}
.solution .mainContRt h2 {
  background-color: #1b4094;
  font-size: 100%;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 8px 10px 9px 10px;
  border-radius: 30px;
}
.solution .mainContRt h2 {
  background-color: #1b4094;
  font-size: 100%;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 8px 10px 9px 10px;
  border-radius: 30px;
}
.solution .mainContRt .otherSol {
  margin-top: 20px;
}
.solution .mainContRt .otherSol li {
  margin-bottom: 20px;
}
.solution .mainContRt .otherSol li a {
  display: block;
}
.solution .mainContRt .otherSol li a:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.solution .mainContRt .otherSol li .ph {
  float: left;
  width: 40%;
}
.solution .mainContRt .otherSol li .ph img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}
.solution .mainContRt .otherSol li h3 {
  float: right;
  width: 55%;
  font-size: 100%;
  line-height: 150%;
}
.productsArea h3,
.categoryArea h3 {
  width: 270px;
  padding: 18px 100px;
  color: #fff;
  background-color: #e8374a;
  font-weight: 400;
}
.single-product h2 {
  margin: 100px 0 30px;
  padding: 0 0 18px 40px;
  font-size: 163%;
  font-weight: 600;
  border-bottom: 1px solid #d2d2d2;
  background-image: url("../images/ico_rd_ccl.svg");
  background-repeat: no-repeat;
  background-position: 0 calc(50% - 9px);
}
.productHeadArea {
  justify-content: space-between;
  margin-bottom: 60px;
}
.productHeadArea .image {
  width: 33%;
}
.productHeadArea .image img {
  width: 100%;
  height: auto;
}
.productHeadArea .textArea {
  width: 64%;
}
.productHeadArea.pattern2 {
  flex-direction: row-reverse;
}
.productHeadArea.pattern2 .image {
  width: 42%;
}
.productHeadArea.pattern2 .textArea {
  width: 55%;
}
.productHeadArea .title {
  margin-bottom: 30px;
  padding-left: 28px;
  background-image: url("../images/bg_product_title.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: top left;
}
.productHeadArea .title h1 {
  margin-bottom: 20px;
  font-size: 187%;
}
.productHeadArea .title .tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px;
  color: #1b4094;
  background-color: #e9eef5;
  border-radius: 4px;
  font-size: 94%;
}
.productHeadArea table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.productHeadArea th {
  width: 11em;
  padding: 10px 20px;
  vertical-align: top;
  color: #1b4094;
  background-color: #e9eef5;
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
  font-weight: 400;
}
.productHeadArea td {
  padding: 10px 20px;
  vertical-align: top;
  border-bottom: 1px solid #d2d2d2;
}
.productHeadArea .certification {
  margin-top: 20px;
}
.productHeadArea .certification ul {
  display: flex;
  align-items: center;
}
.productHeadArea .certification li {
  display: inline;
  margin-right: 20px;
}
.productHeadArea .certification li img {
  width: auto;
  height: auto;
}
.featureArea ol li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.featureArea li.is-image {
  float: left;
  display: block;
  width: 30%;
  margin: 0 5% 0 0;
}
.featureArea .num {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  line-height: 80px;
  text-align: center;
  background-color: #e8374a;
  color: #fff;
  border-radius: 40px;
}
.featureArea div.text {
  width: calc(100% - 95px);
}
.featureArea .is-image .num {
  float: none;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px);
  right: auto;
  width: 60px;
  height: 60px;
  margin: 0;
  line-height: 60px;
  border-radius: 30px;
}
.featureArea .is-image:nth-of-type(3n) {
  margin-right: 0;
}
.featureArea .image {
  position: relative;
}
.featureArea .image img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 4px solid #f00;
  border-radius: 6px;
}
.featureArea h3 {
  color: #e8374a;
  font-size: 125%;
  font-weight: 600;
  text-align: left;
}
.featureArea .is-image h3 {
  margin: 40px 0 10px;
  text-align: center;
}
.freeArea p,
.freeArea li {
  font-size: 94%;
  margin: 0;
  line-height: 1.6em;
}
.freeArea ol li {
  list-style-type: decimal;
}
.freeArea ul li {
  list-style-type: disc;
}
.freeArea li {
  margin: 0 0 0 20px;
}
.freeArea h3 {
  font-size: 94%;
  font-weight: 600;
  margin: 0;
}
.relatedArea h3 {
  position: relative;
  height: 50px;
  margin: 100px 0 40px;
  padding: 0 20px 0 46px;
  color: #1b4094;
  background-color: #e9eef5;
  border-radius: 25px;
  font-size: 125%;
  line-height: 50px;
}
.relatedArea h3 span::before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 15px;
  left: 20px;
  background-color: #e8374a;
  border-radius: 8px;
}
.relatedArea .product {
  float: left;
  width: 49%;
  margin: 20px 2% 0 0;
  box-sizing: content-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff url(../images/ico_bl_rt.svg) no-repeat right 20px center;
  background-size: 10px auto;
}
.relatedArea .product:nth-of-type(2n) {
  margin-right: 0;
}
.relatedArea .product:nth-of-type(1),
.relatedArea .product:nth-of-type(2) {
  margin-top: 0;
}
.relatedArea .product a {
  padding: 20px 40px 20px 20px;
}
.relatedArea .product .image {
  margin-right: 20px;
}
.relatedArea .product .image img {
  border: 1px solid #d2d2d2;
}
.relatedArea .product h4 {
  font-size: 125%;
}
.relatedArea .information li {
  position: relative;
  float: left;
  width: 47%;
  margin-right: 6%;
  font-size: 94%;
  font-weight: 600;
}
.relatedArea .information li:nth-of-type(2n) {
  margin-right: 0;
}
.relatedArea .information li a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #d2d2d2;
}
.relatedArea .information li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-image: url("../images/ico_bl_rt_s.svg");
  background-repeat: no-repeat;
  background-size: 5px 10px;
  background-position: 0 50%;
}
.dlArea li {
  width: 50%;
  margin: 50px 0 30px 0;
  box-sizing: content-box;
  background: #f2f2f2 url(../images/ico_bl_rt.svg) no-repeat right 20px center;
  background-size: 10px auto;
  border: 1px solid #d2d2d2;
  font-weight: 600;
}
.dlArea li:first-of-type {
  border-radius: 6px 0 0 6px;
}
.dlArea li:last-of-type {
  border-left: none;
  border-radius: 0 6px 6px 0;
}
.dlArea a {
  display: block;
  padding: 45px 60px 45px 40px;
  font-size: 125%;
}
.buildingProd a .itemRt ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* ----- ページング -----*/
.pager {
  text-align: center;
  padding: 10px 0px;
}
a.page-numbers,
.pager .current {
  display: inline-block;
  background-color: #fff;
  min-width: 36px;
  text-decoration: none;
  line-height: 220%;
  letter-spacing: 0px;
  color: #000;
  margin: 4px 1px;
  padding: 0 5px;
  border: solid 1px #d2d2d2;
  border-radius: 5px;
  box-sizing: border-box;
}
.pager .current {
  background-color: #1b4094;
  color: #fff;
}
.pager .next {
  background: #fff url(../images/ico_bl_rt_s.svg) no-repeat right 8px center;
  background-size: 7px auto;
  padding-right: 22px;
}
.pager .prev {
  background: #fff url(../images/ico_bl_lt_s.svg) no-repeat left 8px center;
  background-size: 7px auto;
  padding-left: 22px;
}

/* ===== ----- 会社情報系ページ ----- ===== */
.pageTtlBg {
  background-color: #1b4094;
  padding: 40px 0;
}
.pageTtlBg.txt {
  padding-bottom: 50px;
}
.pageTtlArea {
  margin: 0 auto;
  color: #fff;
  max-width: 1200px;
  padding: 0 83px;
}
.pageTtlArea h1,
.pageTtlArea div {
  font-size: 240%;
  font-weight: 600;
  line-height: 150%;
  padding: 10px 0;
}
.txt .pageTtlArea h1 {
  font-size: 200%;
  padding-bottom: 15px;
}
.mainContLt {
  float: left;
  width: calc(100% - 400px);
}
.mainContRt {
  float: right;
  width: 300px;
}
.mainContRt.sticked {
  top: 80px;
}
.mainContRt .pageMenu {
  background-color: #e9eef5;
  padding: 30px;
  border-radius: 10px;
}
.mainContRt .pageMenu h2 {
  font-size: 100%;
  color: #1b4094;
  padding-bottom: 8px;
}
.mainContRt .pageMenu ul {
  list-style-type: none;
}
.mainContRt .pageMenu ul li {
  border-bottom: 1px solid #d2d2d2;
}
.mainContRt .pageMenu ul li a {
  display: block;
  padding: 12px 25px 10px 0;
  background: url(../images/ico_bl_rt_s.svg) no-repeat right 10px center;
  background-size: 7px auto;
}
.pageMainPh img {
  width: 100%;
  height: auto;
}
.tecMainPh {
  text-align: center;
  margin-top: 70px;
}
.tecMainPh img {
  max-width: 100%;
  height: auto;
}
.tecMenu {
  margin-top: 100px;
}
.tecMenu li {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}
.tecMenu li:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.tecMenu li:nth-child(2n) {
  float: right;
  width: 48%;
}
.tecMenu li:nth-child(2n + 1) {
  clear: both;
}
.tecMenu li h2 {
  background-color: #1b4094;
  font-size: 140%;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px 15px 13px 20px;
}
.tecMenu li h3 {
  font-size: 130%;
  color: #1b4094;
  margin-bottom: 20px;
}
.tecMenu li .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
.tecMenu li .item a {
  display: table;
  width: 100%;
  padding-right: 25px;
  background: #fff url(../images/ico_bl_rt.svg) no-repeat right 10px center;
  background-size: 13px auto;
  box-sizing: border-box;
}
.tecMenu li .item a:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.tecMenu li .item a .ph {
  display: table-cell;
  width: 120px;
}
.tecMenu li .item a .txt {
  display: table-cell;
  width: calc(100% - 120px);
  vertical-align: middle;
  padding-left: 20px;
}
.tecMenu li .item a .txt h4 {
  font-size: 130%;
}
.tecMenu li .item a .ph img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}
.tecDetPh {
  text-align: center;
  margin-bottom: 40px;
}
.tecDetPh img {
  max-width: 100%;
  height: auto;
}
.tec .container {
  margin: 0 auto;
  padding: 50px 83px;
  max-width: 1200px;
}
.pickupArea {
  background-color: #e9eef5;
}
.pickupArea dt {
  float: left;
  width: 42%;
  clear: both;
  margin-bottom: 30px;
}
.pickupArea dd {
  float: right;
  width: 55%;
  margin-bottom: 30px;
}
.pickupArea dt img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}
.pickupArea dd .pickTtl {
  display: inline-block;
  font-size: 180%;
  font-weight: 600;
  line-height: 130%;
  color: #1b4094;
  margin-bottom: 20px;
  border-bottom: 1px solid #1b4094;
}
.pickupArea dd .pickTtl span {
  font-weight: normal;
  color: #e8374a;
}
.pickupArea dd h2 {
  font-size: 150%;
  margin-bottom: 20px;
}
.pickupArea dd p {
  text-align: justify;
  text-justify: distribute;
}

/* ===== ----- お知らせ系ページ ----- ===== */
.newsArea h1 {
  font-size: 140%;
  margin: 8px 0;
}
.newsArea .time {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d2d2d2;
}
.newsFootLink {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d2d2d2;
}
.newsFootLink li {
  float: left;
  width: 40%;
  text-align: center;
}
.newsFootLink li a {
  display: inline-block;
}
.newsFootLink li.next {
  width: 30%;
  text-align: left;
}
.newsFootLink li.next a {
  padding-left: 16px;
  background: url(../images/ico_bl_lt_s.svg) no-repeat left 0 top 7px;
  background-size: 7px auto;
}
.newsFootLink li.before {
  width: 30%;
  text-align: right;
}
.newsFootLink li.before a {
  padding-right: 16px;
  background: url(../images/ico_bl_rt_s.svg) no-repeat right 0 top 7px;
  background-size: 7px auto;
}
.postArea:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.postArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.postArea h1 {
  font-size: 180%;
  margin-bottom: 30px;
}
.postArea p {
  text-align: justify;
  text-justify: distribute;
  word-break: break-all;
  padding: 15px 0px;
}
.postArea blockquote {
  background: url(lib/img/ico_quote.png) no-repeat 7px 6px;
  margin: 5px 0px 5px 20px;
  padding: 10px 20px 10px 25px;
  border: 3px solid #eee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.postArea table {
  width: 100% !important;
  margin: 10px 0 20px 0;
  border-collapse: collapse;
}
.postArea table td,
.postArea table th {
  background-color: #fff;
  font-size: 95%;
  vertical-align: top;
  padding: 8px 15px;
  border: 1px solid #ccc;
}
.postArea table th {
  background-color: #eee;
  font-weight: bold;
  vertical-align: top;
}
.postArea .detailTb table {
  width: 100%;
}
.postArea .detailTb table th,
.postArea .detailTb table td {
  vertical-align: top !important;
  font-weight: 300;
  padding: 10px 15px !important;
  border: 1px solid #d2d2d2 !important;
}
.postArea .detailTb table th {
  width: 30%;
  font-weight: normal;
  color: #1b4094;
  background-color: #e9eef5 !important;
  border-right: none !important;
}
.postArea .detailTb table td {
  width: 70%;
  border-left: none !important;
}
.postArea img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.postArea ul,
.postArea ol {
  margin-left: 25px;
  margin-bottom: 15px;
}
.postArea ul li,
.postArea ol li {
  margin-bottom: 5px;
}
.postArea ul li {
  list-style-type: disc;
}
.postArea figure.wp-block-image {
  padding: 20px 0;
}
.recruitMain {
}
.recruitMain img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.recruitBtnArea {
  text-align: center;
}
.recruitBtnArea a {
  display: inline-block;
  background: #1b4094 url(../images/ico_w_rt.svg) no-repeat right 10px center;
  background-size: 7px auto;
  font-size: 100%;
  text-align: left;
  color: #fff;
  width: 40%;
  margin: 1%;
  padding: 16px 10px 18px 20px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}
.workplace li {
  display: inline-block;
  padding-right: 16px;
}
.recruitTb table {
  border-bottom: 1px solid #d2d2d2 !important;
}
.recruitTb table th,
.recruitTb table td {
  width: 80%;
  font-size: 95%;
  vertical-align: top !important;
  padding: 10px 5px 10px 0 !important;
  border: none !important;
  border-top: 1px solid #d2d2d2 !important;
}
.recruitTb table tr:first-child th,
.recruitTb table tr:first-child td {
  border-top: none !important;
}
.recruitTb table th {
  width: 20%;
  font-weight: normal;
  color: #1b4094;
  background-color: transparent !important;
}
.normalBtn {
  text-align: center;
  padding: 20px 0;
}
.normalBtn a {
  display: inline-block;
  background: #1b4094 url(../images/ico_w_rt.svg) no-repeat right 10px center;
  background-size: 7px auto;
  font-size: 100%;
  line-height: 150%;
  color: #fff;
  padding: 16px 70px 16px 20px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}

/* ===== ----- フォーム系ページ ----- ===== */
h1.blueTtl,
h2.blueTtl {
  margin: 60px 0 10px 0;
  padding: 0 0 18px 40px;
  font-size: 163%;
  font-weight: 600;
  background-image: url("../images/ico_bl_ccl.svg");
  background-repeat: no-repeat;
  background-position: 0 calc(50% - 9px);
}
h1.blueTtl.nosp,
h2.blueTtl.nosp {
  margin-top: 0;
}
.grayFrame {
  padding: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}
.contactLink li {
  padding-bottom: 5px;
}
.contactLink a {
  display: inline-block;
  padding-right: 18px;
  background: #fff url(../images/ico_bl_rt_s.svg) no-repeat right 0 top 7px;
  background-size: 7px auto;
}
.contactTel {
  text-align: center;
}
.contactTel h3 {
  font-size: 100%;
  font-weight: 600;
  color: #1b4094;
}
.contactTel .tel {
  font-size: 250%;
  font-weight: 600;
}
.lineTtl {
  margin: 60px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}
.lineTtl.nosp {
  margin-top: 0;
}
.btmLine {
  margin-bottom: 30px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.btmLine.recruit {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}
.formArea dt {
  font-size: 100%;
  font-weight: 600;
}
.formArea dd {
  margin: 5px 0 30px 0;
}
.formArea input,
.formArea select,
.formArea textarea {
  font-size: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.formArea .selArea .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.formArea .selArea .wpcf7-list-item input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.formArea .selArea .wpcf7-list-item span {
  margin-left: 25px;
  position: relative;
}
.formArea .selArea .wpcf7-list-item input[type="radio"] + span::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  padding-bottom: 5px;
  background: url(../images/ico_check_off.svg) no-repeat 0 5px;
  position: absolute;
  left: -25px;
}
.formArea .selArea .wpcf7-list-item input[type="radio"]:checked + span::before {
  background: url(../images/ico_check_on.svg) no-repeat 0 5px;
}
.formArea .col2Area li {
  display: inline-block;
  width: 49%;
  padding-right: 1%;
  box-sizing: border-box;
}
.iconReq {
  color: #e8374a;
}
.boxmax {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  box-sizing: border-box;
}
.boxmax.mid {
  width: 70%;
}
.boxmax.sml {
  width: 40%;
}
.boxmax.sel {
  width: 50%;
}
.formNotes {
  font-size: 90%;
}
.btnArea {
  text-align: center;
  margin-top: 30px;
}
.formArea select {
  background: #fff url(../images/ico_bl_btm_s.svg) no-repeat right 15px center;
  background-size: 10px auto;
}
.btnArea input[type="submit"] {
  display: inline-block;
  background: #1b4094 url(../images/ico_w_rt.svg) no-repeat right 10px center;
  background-size: 7px auto;
  font-size: 100%;
  color: #fff;
  padding: 16px 150px 18px 20px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}
.catalogue > li {
  float: left;
  width: 18%;
  margin: 15px 2% 15px 0;
}
.catalogue > li:nth-child(5n) {
  margin-right: 0;
}
.catalogue > li:nth-child(5n + 1) {
  clear: both;
}
.catalogue > li span {
  display: block;
  font-size: 95%;
  line-height: 140%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.catalogue > li img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  aspect-ratio: 13 / 19;
  object-fit: contain;
  border: 1px solid #ccc;
}
.blueHead {
  color: #1b4094;
  margin: 20px 0 5px 0;
}
table#prodTable {
  width: 100%;
  border-collapse: collapse;
}
table#prodTable thead th {
  background-color: #1b4094;
  color: #fff;
}
table#prodTable thead th,
table#prodTable tbody td {
  text-align: left;
  padding: 6px 15px 8px 15px;
  box-sizing: border-box;
}
table#prodTable thead th {
  border-bottom: 10px solid #fff;
}
#tblPager {
  text-align: center;
  margin: 20px 0;
  padding: 10px;
  background-color: #f2f2f2;
}
#tblPager button {
  cursor: pointer;
  outline: none;
  appearance: none;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  line-height: 130%;
  color: #1e1e1e;
  margin: 0 4px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 8px;
}
#tblPager button.on {
  text-align: center;
  color: #fff;
  margin: 0 4px;
  background-color: #2c2c2c;
}
#tblPager button.is-disabled {
  color: #757575 !important;
}
#tblPager button.before {
  margin-right: 15px;
}
#tblPager button.next {
  margin-left: 15px;
}

/* ===== ----- WP ----- ===== */
strong {
  font-weight: 600;
}
.productCol1 h2 {
  margin: 80px 0 20px !important;
  padding: 0 0 18px 40px;
  font-size: 163%;
  font-weight: 600;
  border-bottom: 1px solid #d2d2d2;
  background-image: url("../images/ico_rd_ccl.svg");
  background-repeat: no-repeat;
  background-position: 0 calc(50% - 9px);
}
.productCol1 h3 {
  font-size: 130% !important;
  margin: 30px 0 15px 0 !important;
}
.productCol1 ul {
  list-style-type: disc;
}
.productCol1 ol {
}
.productCol1.def h3 {
  font-size: 100%;
  margin: 3px 0 0 0;
}
.productCol1.def p {
  padding-left: 10px;
}
.wp-block-columns.productCol2 .wp-block-column {
  width: 45%;
  padding-right: 10%;
}
.wp-block-columns.productCol2.sub .wp-block-column {
  width: 48%;
  padding-right: 4%;
}
.wp-block-columns.productCol2 .wp-block-column:nth-child(2n),
.wp-block-columns.productCol2.sub .wp-block-column:nth-child(2n) {
  padding-right: 0;
}
.productCol2 h3 {
  position: relative;
  font-size: 130% !important;
  line-height: 150%;
  padding: 0 0 20px 30px;
}
.productCol2 h3::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 100%;
  color: #1b4094;
}
.productCol2 p {
  text-align: justify;
  text-justify: distribute;
}
.productCol2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border: 1px solid #d2d2d2;
}
.productCol2 ul {
  list-style-type: disc;
  margin: 0 0 10px 24px;
}
.wp-block-columns.proLeftThumbL .wp-block-column {
  padding-right: 2%;
}
.wp-block-columns.proLeftThumbL .wp-block-column:nth-child(2n) {
  padding-right: 0;
}
.proLeftThumbL img {
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 4;
  object-fit: contain;
  border: 1px solid #d2d2d2;
}
.proLeftThumbL ul {
  list-style-type: disc;
  margin: 0 0 10px 24px;
}
.wp-block-columns.proLeftThumbS {
  display: table;
  width: 100%;
}
.wp-block-columns.proLeftThumbS .wp-block-column {
  display: table-cell;
  width: 220px;
  vertical-align: bottom;
}
.wp-block-columns.proLeftThumbS .wp-block-column:nth-child(2n) {
  width: calc(100% - 220px);
  padding: 0 0 15px 10px;
}
.wp-block-columns.proLeftThumbS .wp-block-column a {
  text-decoration: underline;
}
.wp-block-columns.proRightThumbS .wp-block-column {
  text-align: justify;
  text-justify: distribute;
}
.wp-block-columns.proRightThumbS .wp-block-column:nth-child(2n) {
  padding-left: 8%;
  box-sizing: border-box;
}
.wp-block-columns.proSpecCol2 .wp-block-column {
  width: 48%;
  padding-right: 4%;
}
.wp-block-columns.proSpecCol2 .wp-block-column:nth-child(2n) {
  padding-right: 0;
}
.proSpecCol2 h3 {
  font-size: 130%;
  line-height: 150%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}
.proSpecCol2 h4 {
  font-size: 100%;
  color: #1b4094;
  padding: 5px 0;
}
.proSpecCol2 p {
  text-align: justify;
  text-justify: distribute;
}
.searchResult > div {
}
.searchResult > div > a > h3 {
  font-weight: 600;
  color: #1b4094;
}
.categoryList li a img {
  transition: 0.3s;
}
/* ===== ----- 技術ページ ----- ===== */
.pickupArea dt.noImage {
  width: 100%;
  margin-bottom: 75px;
}
.pickupArea dt.noImage .pickTtl {
  display: inline-block;
  font-size: 180%;
  font-weight: 600;
  line-height: 130%;
  color: #1b4094;
  margin-bottom: 20px;
  border-bottom: 1px solid #1b4094;
}
.pickupArea dt.noImage .pickTtl span {
  font-weight: normal;
  color: #e8374a;
}
.pickupArea dt.noImage h2 {
  font-size: 150%;
  margin-bottom: 20px;
}
.pickupArea dt.noImage p {
  text-align: justify;
  text-justify: distribute;
}

/* ===== ----- お知らせページ、固定ページ ----- ===== */
.single .postArea a {
  color: #1b4094;
  text-decoration: underline;
}
.about-us .mainContLt a,
.recruitment .mainContLt a {
  color: #1b4094;
}
.normalBtn a,
.recruitBtnArea a {
  color: #fff !important;
}

/* ===== ----- TOPページ ----- ===== */
.home h2 {
  margin: inherit;
  padding: inherit;
  font-size: inherit;
  font-weight: inherit;
  border-bottom: none;
  background-image: none;
}
.home .container {
  margin-bottom: 0;
  padding: 100px 83px;
}
.mvArea {
  overflow-x: hidden;
  line-height: 0;
}
.mvInner {
  position: relative;
  width: 100%;
  height: 80vh;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.mvText {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  z-index: 1;
}
.mvText h2 {
  font-family: "Blinker", sans-serif;
  font-size: 560%;
  font-weight: 600;
  line-height: 0.9em;
}
.mvText p {
  font-weight: 600;
  margin-top: 20px;
  font-size: 140%;
}
.mvImg img {
  width: 100%;
  height: auto;
}
.mvInner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
}
.productsArea h3,
.categoryArea h3 {
  width: 270px;
  padding: 18px 100px;
  color: #fff;
  background-color: #e8374a;
  font-weight: 400;
}
.h3ListWrap {
  background-color: #e8374a;
}
.productsArea h3.list,
.categoryArea h3.list {
  width: 100%;
  max-width: 1200px;
  font-size: 94%;
  display: flex;
  align-items: center;
  padding: 18px 0;
  margin: 0 auto;
}
.productsArea h3 .en,
.categoryArea h3 .en {
  display: block;
  font-size: 294%;
  font-weight: 600;
}
.productsArea h3.list .en,
.categoryArea h3.list .en {
  display: inline;
  font-size: 228%;
  margin-right: 20px;
  margin-top: -5px;
}
.productsArea {
  background-color: #f2f2f2;
}
.productsArea ul {
  flex-wrap: wrap;
  border-top: 1px solid #fff;
}
.productsArea li {
  position: relative;
  width: 50%;
  border-bottom: 1px solid #fff;
}
.productsArea li a {
  display: flex;
  align-items: center;
}
.productsArea .thumbnail {
  margin-right: 40px;
}
.productsArea .title {
  font-size: 125%;
  font-weight: 600;
}
.productsArea .title .en {
  display: block;
  color: #1b4094;
  font-size: 80%;
  font-weight: 400;
}
.productsArea li::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  top: 50px;
  right: 40px;
  background-image: url("../images/ico_bl_rt.svg");
  background-size: 10px 20px;
  background-repeat: no-repeat;
}
.categoryArea {
  position: relative;
  padding-bottom: 100px;
  background-image: url("../images/bg_top_cat.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.categoryList {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 83px;
}
.categoryList ul {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.categoryList li {
  width: 30%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  z-index: 3;
}
.categoryList li a {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
}
.categoryList li a img {
  width: 100%;
  height: auto;
}
.categoryList li a:hover img {
  position: absolute;
  width: 110%;
  height: auto;
  margin: -5% 0 0 -5%;
  transition: 0.3s;
}
.categoryList li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
  z-index: 1;
}
.categoryList .title {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 30px;
  padding-bottom: 10px;
  text-align: center;
  z-index: 2;
  font-size: 125%;
  background-size: 3em 6px;
  background-image: url("../images/bg_title_cat.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.bnrCatalog {
  position: fixed;
  width: 268px;
  height: 105px;
  right: 20px;
  bottom: 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: #1b4094;
  z-index: 4;
}
.bnrCatalog a {
  position: relative;
  color: #fff;
  align-items: center;
  padding: 10px;
}
.bnrCatalog img {
  float: left;
  margin-right: 10px;
}
.bnrCatalog p {
  font-size: 87.5%;
}
.bnrCatalog a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  background-image: url("../images/ico_rd_circle_rt.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
}
.techArea {
  position: relative;
  padding: 150px 0;
  background-image: url("../images/bg_top_tec.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.techImg {
  position: absolute;
  width: 47%;
  height: 350px;
  top: calc(50% - 175px);
  left: 0;
  border-radius: 0 10px 10px 0;
  background-size: cover;
  background-position: 50%;
}
.techCon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  height: 350px;
  margin: 0 auto;
  padding: 0 83px;
}
.techConInner {
  width: 48%;
  max-width: 550px;
}
.techCon h3 {
  color: #fff;
  font-weight: 400;
  margin: -10px 0 20px 0;
}
.techCon h3 .en {
  display: block;
  font-size: 294%;
  font-weight: 600;
}
.techCon p {
  color: #fff;
}
.companyArea {
  padding-bottom: 130px;
  background-color: #e9eef5;
}
.companyArea h3 {
  color: #1b4094;
  font-weight: 600;
  margin-bottom: 20px;
}
.companyArea h3 .en {
  display: block;
  font-size: 294%;
}
.companyBlock {
  justify-content: space-between;
}
.companyBlock div {
  width: 45%;
}
.companyBlock h4 {
  margin: 60px 0 20px;
  font-size: 150%;
}
.companyBlock a {
  position: relative;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.companyBlock a::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 5px;
  height: 10px;
  background-image: url("../images/ico_bl_rt_s.svg");
  background-size: 5px 10px;
}
.recruitArea {
  max-width: 1200px;
  margin: -130px auto 0;
  padding: 0 83px;
}
.recruitCon {
  position: relative;
  height: 260px;
  border-radius: 10px;
  background-color: #1b4094;
}
.recruitCon::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/img_top_recruit.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px 0 0 10px;
}
.recruitBlock {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  justify-content: center;
  align-items: center;
}
.recruitBlock h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 150%;
  font-weight: 600;
}
.recruitBlock li {
  display: inline-block;
  margin-right: 40px;
}
.recruitBlock li:last-of-type {
  margin-right: 0;
}
.recruitBlock li a {
  position: relative;
  display: block;
  padding-right: 20px;
  color: #fff;
}
.recruitBlock li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 5px;
  height: 10px;
  background-image: url("../images/ico_w_rt.svg");
  background-size: 5px 10px;
}
.newsArea h3 {
  font-size: 150%;
  font-weight: 600;
}
.newsArea dl {
  margin: 40px 0 20px;
}
.newsArea dl div {
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
}
.newsArea dt {
  width: 6em;
  padding: 20px 0;
}
.home .newsArea dt,
.home .newsArea dd {
  font-size: 94%;
}
.newsArea .tag {
  width: 5em;
  height: 24px;
  margin-right: 2em;
  color: #fff;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  font-size: 81%;
  font-weight: 300;
}
.home .newsArea .tag {
  font-size: 81%;
}
.home .newsArea .tag {
  width: 8.5em;
}
.newsArea .tag.event {
  background-color: #e8374a;
}
.newsArea .tag.news {
  background-color: #000;
}
.newsArea .tag.solution {
  background-color: #1b4094;
}
.newsArea .text {
  width: calc(100% - 11em);
}
.newsArea .text a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
}
.newsArea .text a::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 5px;
  height: 10px;
  background-image: url("../images/ico_bl_rt_s.svg");
  background-size: 5px 10px;
}
.newsArea .toList {
  text-align: right;
}
.newsArea .toList a {
  position: relative;
  display: inline-block;
  padding: 0 40px 0 0;
}
.newsArea .toList a::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 20px;
  width: 5px;
  height: 10px;
  background-image: url("../images/ico_bl_rt_s.svg");
  background-size: 5px 10px;
}
/* 検索結果ページ　*/
.resultArea h2 {
  font-size: 125%;
}
.searchResult {
  margin: 40px 0 20px;
}
.searchResult div {
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 !important;
}
.searchResult a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
}
.searchResult a h3 {
  font-size: 110%;
  font-weight: 600;
  color: #1b4094;
}
.searchResult a p {
  color: #000;
  margin-top: 5px;
}
.searchResult a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 5px;
  height: 10px;
  background-image: url("../images/ico_bl_rt_s.svg");
  background-size: 5px 10px;
}
/* ========== ----- ヘッダー ----- ========== */
@media screen and (max-width: 1300px) {
  .headArea .headMenu {
    display: none;
  }
  .g-btn.close {
    visibility: hidden;
    opacity: 0;
  }
  .langBtn {
    visibility: hidden;
    opacity: 0;
  }
  .active .icon_search {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .active .headControl {
    display: block;
    right: 30px;
  }
  .active .langBtn {
    position: absolute;
    right: 20px;
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
  }
  .headArea {
    position: fixed;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    background-color: #fff;
    border-bottom: 1px solid #d2d2d2;
    z-index: 100;
  }
  .logoMn {
    top: 0;
    left: 0;
  }
  .headArea .logoMn {
    margin: 14px 0 0 20px;
  }
  .headArea .logoMn img {
    width: auto;
    height: 27px;
  }
  .headArea .icon_search {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    right: 66px;
    border: none;
    border-radius: 13px;
    background-color: #1b4094;
    opacity: 1;
  }
  .headArea .icon_search img {
    padding: 7px;
  }
  .active .headArea .icon_search {
    opacity: 0;
  }
  .headControl {
    top: 14px;
    right: 0;
  }
  .is-pc #searchform {
    display: none;
  }
  /* ハンバーガー、フッターメニュー */
  #g-nav {
    display: block;
    position: fixed;
    top: 55px;
    right: -220%;
    width: 100%;
    height: 100vh;
    background: rgba(233, 238, 245, 1);
    opacity: 0;
    transition: opacity 0.2s 0.1s;
  }
  #g-nav.panelactive {
    top: 55px;
    right: 0;
    opacity: 1;
    z-index: 99;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 800;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav .main #searchform {
    width: 240px;
    margin: 30px auto;
  }
  #g-nav .main #searchform input[type="text"] {
    width: 240px;
    background-color: #fff;
  }
  #g-nav .main ul {
    padding: 0 20px 20px 20px;
  }
  #g-nav .main ul > li {
    padding: 0;
  }
  #g-nav .main > ul > li:last-of-type {
    margin-bottom: 60px;
  }
  #g-nav .main ul > li > a {
    display: block;
    position: relative;
    height: 68px;
    font-size: 94%;
    color: #1b4094;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #d2d2d2;
  }
  #g-nav .main ul > li > a > div {
    position: absolute;
    top: 20px;
    left: 0;
    overflow: hidden;
  }
  #g-nav .main ul.sub-menu > li > a > div {
    position: relative;
    top: 0;
    left: 0;
    overflow: auto;
  }
  #g-nav .main ul > li > a span {
    display: inline-block;
    transform: translateY(100%);
  }
  #g-nav.panelactive .main ul > li > a span {
    transform: translateY(0);
    transition: all 0.3s 0.2s;
  }
  #g-nav .main ul > li > a::after {
    position: absolute;
    top: 28px;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url("../images/ico_bl_open.svg");
    background-repeat: no-repeat;
    transition: 0.4s;
  }
  #g-nav .main ul > li a::after {
    content: none;
  }
  #g-nav .main ul > li:has(ul) a::after {
    content: "";
  }
  #g-nav .main ul > li:first-of-type > a {
    background-image: none;
  }
  #g-nav .main ul > li.menu-open > a.active {
    border-bottom: none;
  }
  #g-nav .main ul > li.menu-open > a.active::after {
    transform: rotate(45deg);
    transition: 0.4s;
  }
  #g-nav .main ul > li.menu-open > a + ul {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    padding: 0;
    transition: 0.4s;
  }
  #g-nav .main ul > li.menu-open > a.active + ul {
    height: auto;
    padding: 0 0 20px 0;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    transition: 0.4s;
    border-bottom: 1px solid #d2d2d2;
  }
  #g-nav .main ul > li.menu-open > a + ul li a {
    height: auto;
    background-image: none;
    color: #000;
    padding: 5px 1em;
    border-bottom: none;
    font-weight: 400;
  }
  #g-nav .main ul > li.menu-open > a + ul li a::after {
    content: none;
  }
  #g-nav input {
    display: none;
  }
  .g-btn {
    display: block;
    position: fixed;
    z-index: 800;
    top: 17px;
    right: 20px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    font-size: 85%;
    font-weight: bold;
    text-align: center;
    transition: all 0.4s;
  }
  #g-nav .g-btn {
    display: none;
  }
  #g-nav.panelactive .g-btn {
    display: block;
    position: fixed;
    z-index: 900;
    top: 17px;
    right: 20px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    transition: all 0.4s;
  }
  #g-nav .g-btn img {
    width: 100%;
    height: auto;
  }
  .g-btn span {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #1b4094;
    width: 24px;
    transition: all 0.4s;
  }
  .g-btn span:nth-of-type(1) {
    top: 1px;
  }
  .g-btn span:nth-of-type(2) {
    top: 8px;
  }
  .g-btn span:nth-of-type(3) {
    top: 15px;
  }
  .active .g-btn span {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #1b4094;
    width: 24px;
    transition: all 0.4s;
  }
  .active .g-btn span:nth-of-type(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  .active .g-btn span:nth-of-type(2) {
    visibility: hidden;
    opacity: 0;
  }
  .active .g-btn span:nth-of-type(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
  .mainArea {
    padding-top: 54px;
  }
}

/* ========== ----- タブレット ----- ========== */
@media screen and (max-width: 1200px) {
  .container {
    padding: 50px 40px;
  }
  .btn-white a {
    width: auto;
  }
  .contactArea .btn-white a {
    width: 240px;
  }
  footer .container {
    padding: 100px 40px;
  }
  /* ----- TOPページ ----- */
  .home .container {
    padding: 100px 40px;
  }
  .productsArea .thumbnail {
    margin-right: 20px;
  }
  .productsArea .thumbnail img {
    width: 120px;
    height: auto;
  }
  .productsArea .title {
    font-size: 110%;
  }
  .productsArea li::after {
    top: 30px;
    right: 20px;
  }
  .categoryList {
    padding: 0 40px;
  }
  .techCon {
    padding: 0 40px;
  }
  .recruitArea {
    padding: 0 40px;
  }
  .recruitBlock li {
    margin-right: 20px;
  }
  /* ===== ----- 製品系ページ ----- ===== */
  .mvTextAreaSec {
    padding: 0 40px;
  }
  .productNewItem {
    margin: 0 6% 50px 6%;
  }
  .subcateArea h3 {
    font-size: 110%;
  }
  .mvInnerThirdTxt .txtInner {
    max-width: 640px;
    padding-left: 40px;
  }
  .mvInnerThirdExp {
    max-width: 1280px;
    padding: 0 40px;
  }

  /* ===== ----- 会社情報系ページ ----- ===== */
  .pageTtlArea {
    padding: 0 40px;
  }
  .tec .container {
    padding: 40px 40px;
  }
}
/* ========== ----- スマホ ----- ========== */
@media screen and (max-width: 780px) {
  body {
    font-size: 94%;
  }
  /* ----- 全体 ----- */
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .container {
    margin: 0 auto;
    padding: 0 20px 60px;
  }
  .home .container {
    margin: 0 auto;
    padding: 60px 20px;
  }
  footer .container {
    padding: 60px 20px;
  }
  .footBtnArea {
    margin-bottom: 50px;
  }
  .footBtnArea ul {
    flex-wrap: wrap;
  }
  .footBtnArea li {
    width: 100%;
  }
  .footBtnArea li a {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 4px !important;
  }
  .footMenu {
    display: none;
  }
  .footMenuSp ul > li {
    padding: 0;
  }
  .footMenuSp ul > li > a {
    display: block;
    position: relative;
    height: 68px;
    font-size: 94%;
    color: #1b4094;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #d2d2d2;
  }
  .footMenuSp ul > li > a > div {
    position: absolute;
    top: 20px;
    left: 0;
    overflow: hidden;
  }
  .footMenuSp ul.sub-menu > li > a > div {
    position: relative;
    top: 0;
    left: 0;
    overflow: auto;
  }
  .footMenuSp ul > li > a::after {
    position: absolute;
    top: 28px;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url("../images/ico_bl_open.svg");
    background-repeat: no-repeat;
    transition: 0.4s;
  }
  .footMenuSp ul > li a::after {
    content: none;
  }
  .footMenuSp ul > li:has(ul) a::after {
    content: "";
  }
  .footMenuSp ul > li:first-of-type > a {
    background-image: none;
  }
  .footMenuSp ul > li.menu-open > a.active {
    border-bottom: none;
  }
  .footMenuSp ul > li.menu-open > a.active::after {
    transform: rotate(45deg);
    transition: 0.4s;
  }
  .footMenuSp ul > li.menu-open > a + ul {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    padding: 0;
    transition: 0.2s ease-out;
  }
  .footMenuSp ul > li.menu-open > a.active + ul {
    height: auto;
    padding: 0 0 20px 0;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s;
    border-bottom: 1px solid #d2d2d2;
  }
  .footMenuSp ul > li.menu-open > a + ul li a {
    height: auto;
    background-image: none;
    color: #000;
    padding: 5px 1em;
    border-bottom: none;
    font-weight: 400;
  }
  .footMenuSp ul > li.menu-open > a + ul li a::after {
    content: none;
  }
  .footLogoArea {
    display: flex;
    margin-top: 60px;
    padding-top: 0;
    border-top: none;
    flex-wrap: wrap;
  }
  .relatedLogo {
    order: 1;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .relatedLogo a:first-of-type {
    margin-left: 0;
  }
  .footLogo {
    order: 2;
    width: 100%;
    margin: 40px 0 0 0;
    text-align: center;
  }
  .privacyWrap {
    display: flex;
    justify-content: center;
    order: 3;
    width: 100%;
    margin: 40px auto 0;
    vertical-align: middle;
    text-align: center;
  }
  .privacy {
    margin: 3px 20px 0 0;
  }
  .linkedIn {
    margin: 0;
  }
  .footCopyrights {
    margin-top: 40px;
    text-align: center;
    font-size: 90%;
  }
  .contactArea .btn-white a {
    width: auto;
  }
  /* ===== ----- 製品系ページ ----- ===== */
  .colorArea .colorPhoto li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .colorArea .colorPhoto li:nth-of-type(2n) {
    margin-right: 0;
  }
  .colorArea + .freeArea > div:first-of-type h2 {
    margin-top: 65px;
  }
  .featureArea > div {
    align-items: flex-start;
  }
  .mv.pt2 img {
    width: 100%;
    height: auto;
  }
  .productHeadArea.pt2 {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0 65px;
  }
  .productHeadArea.pt2 .textArea {
    width: 100%;
    margin-bottom: 0;
  }
  .productHeadArea.pt2 .image {
    width: 100%;
  }
  .qualityArea ul.single li .ph {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .qualityArea ul.single li h3 {
    padding-top: 15px !important;
  }
  .mvInnerSec {
    height: 50vw;
  }
  .mvTextAreaSec {
    height: 50vw;
  }
  .mvTextSec {
    bottom: 20px;
  }
  .mvTextAreaSec {
    padding: 0 20px;
  }
  .mvTextSec h1 {
    font-size: 180%;
  }
  .mvInnerbtmText > .mvTextAreaSec {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .productNewItem {
    margin: 30px 0 50px 0;
  }
  .productNewItem dt {
    float: left;
    padding-right: 4%;
    width: 30%;
  }
  .productNewItem dd {
    float: left;
    width: 66%;
  }
  .qualityArea ul li {
    float: none;
    width: 100%;
    padding: 2% 0 6% 0;
  }
  .subcateArea h2 span {
    width: 100%;
    padding: 18px 20px;
    background-image: url() !important;
    background-color: #1b4094;
    border: 2px solid #fff !important;
    border-radius: 3px;
    box-sizing: border-box;
  }
  .subcateArea ul li {
    float: none;
    width: 100%;
    padding: 2% 0 12% 0;
  }
  .subcateArea ul li:last-child {
    padding-bottom: 2%;
  }
  .subcateArea.c1 ul li:first-child,
  .subcateArea.c1 ul li:nth-child(1n),
  .subcateArea.c2 ul li:first-child,
  .subcateArea.c2 ul li:nth-child(2n),
  .subcateArea.c3 ul li:first-child,
  .subcateArea.c3 ul li:nth-child(3n),
  .subcateArea.c4 ul li:nth-child(4n) {
    padding-left: 0;
    padding-right: 0;
  }
  .subcateArea ul li .ph img {
    width: 75%;
  }
  .subSolution ul li {
    float: none;
    width: 100%;
    padding: 2% 0 1% 0;
  }
  .subSolution ul li .ph {
    float: left;
    width: 36%;
    padding-right: 6%;
  }
  .subSolution ul li .txt {
    float: left;
    width: 58%;
  }
  .subSolution ul li:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    margin: 0px;
    padding: 0px;
  }
  .mvInnerThirdTxt .txtInner {
    padding-left: 20px;
  }
  .mvInnerThirdTxt,
  .mvInnerThirdPh {
    float: none;
    width: 100%;
    min-height: 140px;
  }
  .mvInnerThirdTxt .txtInner,
  .mvInnerThirdTxt .txtInner .txtInnerFlex,
  .mvInnerThirdPh img {
    min-height: 140px;
    height: 140px;
  }
  .mvInnerThirdTxt h1 {
    font-size: 160%;
  }
  .mvInnerThirdTxt h1 span {
    font-size: 60%;
  }
  .mvInnerThirdExp {
    max-width: 1240px;
    margin: -25px auto 0 auto;
    padding: 0 20px;
  }
  .mvInnerThirdExp > .txt {
    padding: 45px 0 0 20px;
    border-left: 4px solid #e8374a;
  }
  .relatedArea.third img {
    width: 35vw;
    height: auto;
    aspect-ratio: 2 / 1;
    object-fit: cover;
  }
  .relatedArea.subSolution ul li {
    width: 100%;
    padding-right: 0;
  }
  .buildingArea .buildingPh {
    display: none;
  }
  .buildingArea .buildingTxt {
    float: none;
    width: 100%;
  }
  .buildingArea .buildingTxt h3 {
    font-size: 90%;
  }
  .buildingArea .buildingTxt .filterLi li {
    font-size: 90%;
    padding: 3px 3px 3px 0;
  }
  .buildingProd a {
    background: #fff url(../images/ico_bl_rt_s.svg) no-repeat right 10px center;
    background-size: 7px auto;
    padding-right: 30px;
  }
  .buildingProd a .itemLt,
  .buildingProd a .itemRt {
    float: none;
    width: 100%;
    text-align: left;
  }
  .buildingProd a .itemLt .ph {
    float: left;
    width: 80px;
    padding-right: 15px;
  }
  .buildingProd a .itemLt .txt {
    float: left;
    width: calc(100% - 95px);
    font-size: 90%;
  }
  .buildingProd a .itemRt ul {
    padding: 15px 0 0 0;
  }
  .buildingProd a .itemRt ul li {
    display: inline-block;
    padding: 5px 0;
  }
  .buildingProd a .itemRt ul li img {
    width: 80%;
    height: auto;
  }
  .mainTxt {
    padding-top: 20px;
  }
  .solutionLi {
    margin-top: 25px;
  }
  .solutionLi li .ph,
  .solutionLi li .txt {
    float: none;
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
  }
  .solutionLi li .txt h2 {
    padding-top: 12px;
  }
  .single-product h2 {
    margin: 65px 0 20px;
    padding: 0 0 18px 36px;
    font-size: 134%;
    background-size: 22px;
  }
  .productHeadArea {
    flex-wrap: wrap;
    margin: 20px 0 65px;
  }
  .productHeadArea.pt2 {
    margin-bottom: 30px;
  }
  .productHeadArea .image,
  .productHeadArea .textArea {
    width: 100%;
  }
  .productHeadArea .title {
    background-size: 5px 100%;
  }
  .productHeadArea .title h1 {
    margin: 20px 0;
    font-size: 150%;
  }
  .productHeadArea th {
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
  }
  .productHeadArea td {
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
  }
  .featureArea ol li {
    align-items: flex-start;
  }
  .featureArea li.is-image {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .freeArea p,
  .freeArea li {
    font-size: 100%;
  }
  .contactArea {
    display: block;
    margin-top: 70px;
    padding: 173px 20px 20px;
  }
  .contactArea .text::before {
    content: "";
    display: block;
    position: absolute;
    width: 138px;
    height: 173px;
    top: -30px;
    left: calc(50% - 79px);
    background-image: url("../images/bg_contact_catalog.png");
    background-repeat: no-repeat;
  }
  .contactArea .text p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 108%;
  }
  .relatedArea h3 {
    margin: 60px 0 30px;
    font-size: 100%;
  }
  .relatedArea .product {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .relatedArea .product:last-of-type {
    margin-bottom: 0;
  }
  .relatedArea .product a {
    padding: 15px 35px 15px 15px;
  }
  .relatedArea .product h4 {
    font-size: 100%;
  }
  .relatedArea .information {
    margin-top: -30px;
  }
  .relatedArea .information li {
    width: 100%;
    margin-right: 0;
    font-size: 100%;
  }
  /* ===== ----- 会社情報系ページ ----- ===== */
  .pageTtlBg {
    background-color: #1b4094;
    padding: 10px 0;
  }
  .pageTtlArea {
    padding: 0 20px;
  }
  .pageTtlArea h1,
  .pageTtlArea div {
    font-size: 140%;
  }
  .mainContLt,
  .mainContRt {
    float: none;
    width: 100%;
    padding: 20px 0;
  }
  .mainContRt {
    padding-top: 40px;
  }
  .tecMenu li,
  .tecMenu li:nth-child(2n) {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .tecMenu li h2 {
    font-size: 130%;
    padding: 13px 15px 11px 20px;
  }
  .tecMenu li h3,
  .tecMenu li .item a .txt h4 {
    font-size: 120%;
  }
  .tec .container {
    padding: 40px 20px;
  }
  .recruitBtnArea a {
    width: 100%;
    margin: 3% 0;
  }
  .workplace li {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .workplace li.ph img {
    width: 100%;
    height: auto;
  }

  /* ===== ----- お知らせ系ページ ----- ===== */
  .postArea .detailTb table {
    border-top: 1px solid #d2d2d2 !important;
  }
  .postArea .detailTb table th,
  .postArea .detailTb table td {
    display: block;
    width: 100%;
    border: 1px solid #d2d2d2 !important;
  }
  .postArea .detailTb table th {
    border-top: none !important;
    border-bottom: none !important;
  }

  /* ===== ----- フォーム系ページ ----- ===== */
  h1.blueTtl,
  h2.blueTtl {
    margin: 30px 0 0 0;
    padding: 0 0 18px 36px;
    font-size: 134%;
    font-weight: 600;
    background-size: 22px;
  }
  .contactTel .tel {
    font-size: 200%;
    font-weight: 600;
  }
  .lineTtl {
    margin: 30px 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
  }
  .boxmid {
    width: 32%;
  }
  .boxmax.sel {
    width: 100%;
  }
  .btnArea input[type="submit"] {
    width: 90%;
  }
  .catalogue > li {
    width: 48%;
    margin: 15px 4% 15px 0;
  }
  .catalogue > li:nth-child(5n) {
    margin-right: 4% !important;
  }
  .catalogue > li:nth-child(5n + 1) {
    clear: none !important;
  }
  .catalogue > li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .catalogue > li:nth-child(2n + 1) {
    clear: both !important;
  }
  .catalogue > li:only-child,
  .catalogue > li:last-child:nth-child(odd) {
    float: none;
    margin: 15px auto;
  }

  /* ===== ----- WP ----- ===== */
  .wp-block-columns.productCol2 .wp-block-column,
  .wp-block-columns.productCol2 .wp-block-column:nth-child(2n) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .wp-block-columns.productCol2 .wp-block-column:nth-child(2n) {
    padding-bottom: 0;
  }
  .wp-block-columns.proLeftThumbS,
  .wp-block-columns.proLeftThumbS .wp-block-column,
  .wp-block-columns.proLeftThumbS .wp-block-column:nth-child(2n) {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
  }
  .wp-block-columns.proLeftThumbS .wp-block-column:nth-child(2n) {
    text-align: left;
  }
  .wp-block-columns.proSpecCol2 .wp-block-column,
  .wp-block-columns.proSpecCol2 .wp-block-column:nth-child(2n) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .wp-block-columns.proSpecCol2 .wp-block-column:nth-child(2n) {
    padding-bottom: 0;
  }
  /* ----- TOPページ ----- */
  .mvInner {
    height: 375px;
  }
  .mvText {
    position: absolute;
    color: #fff;
    top: auto;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    transform: none;
  }
  .mvText h2 {
    font-size: 320%;
    line-height: 0.9em;
  }
  .mvText p {
    margin-top: 10px;
    font-size: 110%;
  }
  .mvInner::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
  }
  .productsArea h3,
  .categoryArea h3 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 90%;
    font-weight: 600;
    line-height: 50px;
  }
  .productsArea h3.list,
  .categoryArea h3.list {
    padding: 0;
    font-size: 86%;
  }
  .productsArea h3 .en,
  .categoryArea h3 .en {
    display: inline;
    font-size: 200%;
    margin: -5px 20px 0;
  }
  .productsArea li {
    width: 100%;
  }
  .dlArea ul {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .dlArea li {
    width: 100%;
    margin: 0;
  }
  .dlArea li:first-of-type {
    border-radius: 6px 6px 0 0;
  }
  .dlArea li:last-of-type {
    border-top: none;
    border-left: 1px solid #d2d2d2;
    border-radius: 0 0 6px 6px;
  }
  .dlArea a {
    padding: 28px 40px 28px 25px;
  }
  .bnrCatalog {
    display: none;
  }
  .categoryArea {
    overflow-x: hidden;
    padding-bottom: 60px;
  }
  .categoryList {
    padding: 0;
    overflow-x: hidden;
  }
  .categoryList .slick-slide {
    margin-right: 10px;
  }
  .categoryList li {
    margin: 0 10px 10px 0;
  }
  .techArea {
    padding: 60px 0 0;
  }
  .techImg {
    position: relative;
    width: 95%;
    height: 180px;
  }
  .techImg img {
    width: 100%;
    height: auto;
    border-radius: 0 10px 10px 0;
  }
  .techCon {
    display: block;
    height: auto;
    margin: 0;
    padding: 30px 20px 60px 20px;
    background-image: none;
  }
  .techConInner {
    width: 100%;
    max-width: inherit;
  }
  .techArea h3 {
    font-size: 90%;
  }
  .techArea h3 .en {
    font-size: 200%;
  }
  .companyBlock {
    flex-wrap: wrap;
  }
  .companyBlock a {
    padding: 15px 0;
  }
  .companyBlock a::after {
    top: 25px;
    right: 5px;
  }
  .companyArea {
    padding-bottom: 150px;
  }
  .companyArea h3 {
    font-size: 90%;
    margin-bottom: 0;
  }
  .companyArea h3 .en {
    font-size: 200%;
  }
  .companyBlock div {
    width: 100%;
  }
  .companyBlock h4 {
    margin: 30px 0 10px;
    font-size: 140%;
  }
  .recruitArea {
    margin: -145px 0 0 0;
    padding: 0 20px;
  }
  .recruitCon {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #1b4094;
  }
  .recruitCon::after {
    position: absolute;
    width: 100%;
    height: 145px;
    top: 0;
    left: 0;
    background-image: url("../images/img_top_recruit.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 10px 10px 0 0;
  }
  .recruitInner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 175px 40px 15px 40px;
  }
  .recruitBlock {
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
  }
  .recruitBlock h3 {
    margin-top: -15px;
    margin-bottom: 0;
    font-size: 120%;
  }
  .recruitBlock li {
    display: block;
    margin: 0 20px 15px 0;
  }
  .recruitBlock li:last-of-type {
    margin-right: 20px;
  }
  .newsArea h3 {
    font-size: 125%;
  }
  .newsArea dl {
    margin-top: 20px;
  }
  .newsArea dl div {
    flex-wrap: wrap;
  }
  .newsArea dt {
    padding: 15px 0 0 0;
  }
  .home .newsArea dt,
  .home .newsArea dd {
    font-size: 100%;
  }
  .newsArea .tag {
    margin-top: 10px;
  }
  .newsArea .text {
    width: 100%;
  }
  .newsArea .text a {
    padding: 0 20px 15px 0;
  }
  .newsArea .text a::after {
    top: auto;
    bottom: 30px;
    right: 0px;
    width: 5px;
    height: 10px;
    background-image: url("../images/ico_bl_rt_s.svg");
    background-size: 5px 10px;
  }
  .newsArea .toList a {
    padding-right: 25px;
  }
  .newsArea .toList a::after {
    top: 6px;
    right: 0;
  }

  /* 検索結果ページ　*/
  .resultArea h2 {
    margin-top: 30px;
  }
  .searchResult {
    margin: 20px 0 20px;
  }
}
