@charset "UTF-8";
@view-transition {
  navigation: auto;
}
.c-productsSearch_tab__item,
.c-productsSearch_tabSub__item {
  cursor: pointer;
}
.c-productsSearch_tab__item.-active,
.c-productsSearch_tabSub__item.-active {
  cursor: auto;
}

@media screen and (max-width: 600px) {
  .c-productsSearch_tab__item {
    font-size: 2.5vw;
  }
  .c-productsSearch_tab__item br {
    display: none;
  }
}

.c-productsSearch_panel__checkItem > label span,
.c-productsSearch_panelSub__radioItem > label span {
  cursor: pointer;
}

.p-home_kv__video .c-ofi {
  height: auto;
  padding-top: 0;
  aspect-ratio: 18/10;
}

@media screen and (max-width: 550px) {
  .l-footer__logo img {
    max-width: 100%;
  }
}

.p-home_about__cntTtl {
  font-size: 28px;
}
.p-home_about__cntTtl span {
  font-size: 20px;
}

.p-home_about__cntTxt {
  font-weight: bold;
  line-height: 2.6;
}
.p-home_about__cntTxt span {
  font-weight: normal;
}

.p-home_news__link {
  border: 1px solid #ffffff;
}
@media screen and (min-width: 992px) {
  .p-home_news__link:hover {
    border: 1px solid #ffffff;
    background: rgba(34, 34, 34, 0.14);
    color: #ffffff;
  }
}

.l-footer__submenu > li:not(:first-child) {
  margin-top: 1rem;
}

.p-home_company::before {
  font-size: 5.4393vw;
}
@media screen and (max-width: 1400px) {
  .p-home_company::before {
    font-size: 6.0714vw;
  }
}

.p-home_company__link:hover .p-home_company__ttl {
  background: #f5fbff;
}
.p-home_company__link:hover .p-home_company__ttl .txt {
  color: #222222;
}

.p-home_company__link:hover {
  color: #222222;
}

html {
  scroll-behavior: smooth;
}

.p-home_about__cntTtl {
  font-size: 28px;
}
.p-home_about__cntTtl span {
  font-size: 20px;
}

.p-home_about__cntTxt {
  font-weight: bold;
  line-height: 2.6;
}
.p-home_about__cntTxt span {
  font-weight: bold;
  line-height: 4em;
  display: block;
}

.p-home_news__link {
  border: 1px solid #ffffff;
}
@media screen and (min-width: 992px) {
  .p-home_news__link:hover {
    border: 1px solid #ffffff;
    background: rgba(34, 34, 34, 0.14);
    color: #ffffff;
  }
}

.l-footer__submenu > li:not(:first-child) {
  margin-top: 1rem;
}

.p-home_company::before {
  font-size: 5.4393vw;
}
@media screen and (max-width: 1400px) {
  .p-home_company::before {
    font-size: 6.0714vw;
  }
}

.p-home_company__link:hover .p-home_company__ttl {
  background: #f5fbff;
}
.p-home_company__link:hover .p-home_company__ttl .txt {
  color: #222222;
}

.p-home_company__link:hover {
  color: #222222;
}

.p-home_company__arrow {
  border: 1px solid #109394;
  transition: 0.4s;
}

.p-home_company__link:hover .p-home_company__arrow:before {
  background-image: url(../img/common/icon_arrow_grad.svg);
}

.c-productsSearch_panel {
  padding: 4rem 12rem 6rem;
}
@media screen and (max-width: 991px) {
  .c-productsSearch_panel {
    padding: 4rem 2rem 6rem;
  }
}

.c-productsSearch_panel__itemSub:not(:first-child) {
  margin-top: 3rem;
}

@media screen and (max-width: 991px) {
  .c-productsSearch_panel__check {
    justify-content: flex-start;
    gap: 15px;
  }
}

.c-productsSearch_panel__checkItem {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-productsSearch_panel__checkItem {
    width: calc((100% - 15px) / 2);
    margin: 0;
    margin-top: 4.5454545454vw;
  }
  .c-productsSearch_panel__checkItem:first-child {
    margin-top: 4.5454545454vw;
  }
}
.c-productsSearch_panel__checkItem label.disable {
  color: #d4d4d4;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-productsSearch_panel__checkItem label span {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 550px) {
  .c-productsSearch_panel__checkItem label span {
    font-size: 3.125vw;
  }
}

.p-home_product__ttl {
  height: 2em;
}

.p-home_product__img img {
  width: 100%;
  max-width: 255px;
  object-fit: contain;
  aspect-ratio: 51/37;
}

.c-card_news__date {
  width: 5.5em;
}

.return__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5em;
}
.return__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.return__btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(90deg, #0061af 0%, #109394 100%);
}
.return__btn a .text {
  font-weight: bold;
  font-size: 2.4rem;
}
.return__btn a svg {
  transform: rotate(180deg);
  transition: 0.4s;
  fill: #ffffff;
}
.return__btn a:hover svg {
  transform: rotate(180deg) translateX(8px);
}

.p-news_side {
  view-transition-name: news_side;
}

.c-card_news__ttl {
  view-transition-name: news_title;
}

.p-panel_article__ttl {
  view-transition-name: news_title;
}

.p-recruit_interview__tabInner {
  display: block;
  padding: 1.2rem 0;
  border-radius: 1rem 1rem 0 0;
  background: #f8f8f8;
}

.p-home_about::before {
  top: 9.5rem;
  white-space: nowrap;
}

.l-header.is-act {
  background: #ffffff;
}

.p-home_strength__item {
  padding: 4.5rem 2rem 1.6rem;
}

.p-home_strength__txt p {
  font-size: 14.5px;
}
@media screen and (min-width: 552px) and (max-width: 991px) {
  .p-home_strength__txt p br {
    display: none;
  }
}

.p-news_main__more .c-btn {
  margin-left: calc(50% - 14.5vw);
}
.p-news_main__more .c-btn .arrow {
  right: 2rem;
  width: auto;
  height: auto;
  font-weight: bold;
  font-size: 24px;
}

.p-company_greeting__wrap {
  gap: 4rem;
}

.p-company_greeting__cnt {
  width: auto;
}

@media screen and (max-width: 991px) {
  .p-company_greeting__txt p br {
    display: none;
  }
}

.p-company_greeting__img {
  width: auto;
  padding-left: 0;
  width: 35rem;
}
.p-company_greeting__img img {
  border-radius: 30px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .p-company_history__box {
    padding: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .p-mainte_head__lead {
    font-size: 4.3636363vw;
  }
}

@media screen and (max-width: 991px) {
  .p-mainte_head__txt p {
    font-size: 3.2727vw;
  }
}

.p-mainte_solution__link {
  text-decoration: underline;
}

.p-kv_recruit {
  z-index: 10;
}

.p-kv_recruit__btn {
  position: fixed;
  right: 0;
  bottom: auto;
  top: 75%;
  transform: translateY(0%);
  z-index: 9;
  width: 180px;
}

.p-recruit_flow__wrap {
  justify-content: flex-start;
  gap: 45px;
}
@media screen and (max-width: 991px) {
  .p-recruit_flow__wrap {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3em;
  }
}
.p-recruit_flow__wrap .p-recruit_flow__item {
  width: calc((100% - 135px) / 4);
}
@media screen and (max-width: 991px) {
  .p-recruit_flow__wrap .p-recruit_flow__item {
    width: 100%;
  }
}
.p-recruit_flow__wrap .p-recruit_flow__item:not(:last-child)::before {
  content: "▲";
  position: absolute;
  font-size: 22px;
}
@media screen and (min-width: 991px) {
  .p-recruit_flow__wrap .p-recruit_flow__item:not(:last-child)::before {
    top: 50%;
    right: -45px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 991px) {
  .p-recruit_flow__wrap .p-recruit_flow__item:not(:last-child)::before {
    bottom: -45px;
    right: 50%;
    transform: rotate(-180deg) translateX(-100%);
  }
}

@media screen and (max-width: 991px) {
  .p-recruit_message__cntTxt {
    font-size: 3.2290615539vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_message__cntTxt {
    font-size: 2.22vw;
  }
}

@media screen and (max-width: 991px) {
  .p-recruit_number__wrap {
    gap: 25px;
  }
}
@media screen and (max-width: 991px) {
  .p-recruit_number__wrap .p-recruit_number__item {
    text-align: left;
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .p-recruit_number__wrap .p-recruit_number__item.full {
    width: 100%;
  }
  .p-recruit_number__wrap .p-recruit_number__item.full:nth-last-of-type(2) {
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .p-recruit_number__wrap .p-recruit_number__item.full .p-recruit_number__ttl {
    text-align: left;
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .p-recruit_number__wrap .p-recruit_number__item.full .p-recruit_number__cntWrap {
    display: flex;
    width: 90%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .p-recruit_number__wrap .p-recruit_number__item.full .p-recruit_number__cntWrap .p-recruit_number__numWrap {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 991px) {
  .p-recruit_number__wrap .p-recruit_number__item.full .p-recruit_number__cntWrap .border {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .p-recruit_number__wrap .p-recruit_number__item.full .p-recruit_number__cntWrap .txt {
    width: 4em;
    flex: 1;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .p-recruit_number__wrap .p-recruit_number__item.full .p-recruit_number__cntWrap .num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .p-recruit_number__wrap .p-recruit_number__item.full .p-recruit_number__cnt {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .p-recruit_number__wrap .p-recruit_number__item.full .p-recruit_number__cnt .p-recruit_number__txt {
    font-size: 2.909090909vw;
  }
}

.slideout-menu {
  background: #fff;
}

.l-gnavi__list_acc {
  display: none;
}

.l-gnavi__btns {
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .l-gnavi .l-gnavi__btn a {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .l-gnavi .l-gnavi__btn.-blue {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .l-gnavi .list_inner {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease-in-out;
  }
  .l-gnavi .l-gnavi__item {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(174, 174, 174);
  }
  .l-gnavi .l-gnavi__item .l-gnavi__link {
    text-align: left;
  }
  .l-gnavi .l-gnavi__list_acc {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(174, 174, 174);
    margin-top: 1rem;
    display: block;
  }
  .l-gnavi .l-gnavi__list_acc summary {
    padding: 1em;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .l-gnavi .l-gnavi__list_acc summary i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-gnavi .l-gnavi__list_acc summary i::before {
    content: "";
    width: 13px;
    height: 2px;
    position: absolute;
    background-color: #fff;
  }
  .l-gnavi .l-gnavi__list_acc summary i::after {
    content: "";
    width: 2px;
    height: 13px;
    position: absolute;
    background-color: #fff;
    transition: 0.4s;
  }
  .l-gnavi .l-gnavi__list_acc summary::-webkit-details-marker {
    content: none;
    display: none;
    list-style: none;
  }
  .l-gnavi .l-gnavi__list_acc summary::marker {
    content: none;
    display: none;
    list-style: none;
  }
  .l-gnavi .l-gnavi__list_acc .list_inner {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    gap: 0.5em;
    margin-bottom: 1em;
  }
  .l-gnavi .l-gnavi__list_acc .list_inner a {
    font-size: 16px;
  }
  .l-gnavi .l-gnavi__list_acc[open] summary i::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .l-gnavi__wrap l-gnavi__btns {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .l-gnavi__wrap .l-gnavi__btn a {
    width: 100% !important;
    padding: 1.25rem 2rem;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .l-gnavi__sns {
    margin: 2rem 0 auto 0;
  }
}
.p-company_greeting__name {
  align-items: center;
}

.p-home_news .slick-prev:hover:before {
  transform: rotate(180deg);
}

.p-mainte_head__cnt {
  width: 100%;
  flex: 1;
}

.p-mainte_head__img {
  width: 47.22%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .p-mainte_head__img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .p-mainte_head__deco {
    z-index: -5;
  }
}

@media screen and (max-width: 550px) {
  .p-recruit_number__item .p-recruit_number__icon img {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 550px) {
  .p-recruit_welfare__wrap {
    justify-content: flex-start;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .p-recruit_welfare__wrap .p-recruit_welfare__item {
    width: calc((100% - 1.5rem) / 2);
    margin-top: 0;
    padding: 1.3rem 1.8rem 1rem;
  }
}

@media screen and (max-width: 550px) {
  .p-company_office .text {
    margin-bottom: 3.2rem;
    font-size: 3.2727272727vw;
  }
}

.p-gear_pump_product__btn {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-gear_pump_product__btn {
    flex-direction: column;
    align-items: center;
  }
  .p-gear_pump_product__btn .c-btn {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

.p-mainte_follow__cnt {
  padding-right: 4rem;
}
@media screen and (max-width: 550px) {
  .p-mainte_follow__cnt {
    padding: 0;
  }
}

.p-mainte_follow__item:nth-child(even) .p-mainte_follow__cnt {
  padding-left: 3rem;
}
@media screen and (max-width: 550px) {
  .p-mainte_follow__item:nth-child(even) .p-mainte_follow__cnt {
    padding: 0;
  }
}

@media screen and (max-width: 550px) {
  .p-gear_pump_features__txt p {
    font-size: 2.909090909vw;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .p-recruit_message__cntTxt {
    font-size: 1.3571428571vw;
  }
}

@keyframes recruit_ttl {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.bdrs-32 {
  border-radius: 32px;
}

.mw_wp_form_confirm .c-form__ttl.-required::after {
  content: none;
}

.products_grad {
  background: linear-gradient(180deg, #FFFFFF 0%, #E7F6FF 1.5%);
}

.p-products_cnt__img {
  overflow: hidden;
}
.p-products_cnt__img picture {
  text-align: center;
  aspect-ratio: 4/3;
  padding-top: 0;
}
.p-products_cnt__img picture img {
  position: relative;
  height: 100%;
  max-height: none;
}

#greeting {
  scroll-margin-top: 145px;
}

#profile {
  scroll-margin-top: 123px;
}

#history {
  scroll-margin-top: 123px;
}

#office {
  scroll-margin-top: 123px;
}

#movie {
  scroll-margin-top: 123px;
}

#interview {
  scroll-margin-top: 123px;
}

#mainte {
  scroll-margin-top: 123px;
}

#solution_center {
  scroll-margin-top: 123px;
}

#about {
  padding-top: 20rem;
}

.p-gear_pump_features__ttl .en span {
  background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-mainte_solution__cnt {
  width: 52.67%;
}
@media screen and (max-width: 991px) {
  .p-mainte_solution__cnt {
    width: 100%;
  }
}

.p-mainte_solution__txt p {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .p-mainte_solution__txt p {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-mainte_solution__txt p br.u-hidden_ss {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .p-mainte_solution__txt p {
    width: fit-content;
    font-size: 1.8163vw;
  }
}
@media screen and (max-width: 600px) {
  .p-mainte_solution__txt p {
    font-size: 2.6667vw;
  }
}

.p-company_greeting__txt p {
  text-indent: 1em;
}
.p-company_greeting__txt p.non {
  text-indent: 0;
}

.recruit_menu {
  position: sticky;
  top: 11rem;
  z-index: 8;
  background-color: #fff;
}
.recruit_menu .l-gnavi__list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}
.recruit_menu .l-gnavi__list .l-gnavi__item .l-gnavi__link {
  color: #0061af;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.recruit_menu .l-gnavi__list .l-gnavi__item .l-gnavi__link::before {
  background: #0061af;
}
.recruit_menu .l-gnavi__list .l-gnavi__item .l-gnavi__link span {
  padding-left: 0.5em;
}

.c-totop {
  z-index: 9;
}

#number {
  padding-top: 20.5rem;
}

#welfare {
  padding-top: 20.5rem;
}

#business {
  padding-top: 20.5rem;
}

#requirement {
  padding-top: 20.5rem;
}

#entry {
  padding-top: 20.5rem;
}

#all-item {
  scroll-margin-top: 16.5rem;
}

#products_head {
  scroll-margin-top: 16.5rem;
}

#keyword_area {
  scroll-margin-top: 10rem;
}

.p-recruit_number__item:nth-child(9) {
  grid-area: 3/3/3/5;
  padding: 1.7rem 3rem 1.3rem 3rem;
}
.p-recruit_number__item:nth-child(9) .p-recruit_number__icon img {
  max-width: 200px;
}
@media screen and (max-width: 550px) {
  .p-recruit_number__item:nth-child(9) .p-recruit_number__icon img {
    max-width: 36.3636vw !important;
  }
}

.p-recruit_number__item:nth-child(10) {
  grid-area: 4/1/4/3;
}
.p-recruit_number__item:nth-child(10) .p-recruit_number__icon img {
  max-width: 100px;
  padding-top: 3em;
  padding-right: 1em;
}

.p-recruit_number__item:nth-child(11) {
  grid-area: 4/3/5/3;
}

.p-recruit_number__item:nth-child(12) {
  grid-area: 4/4/5/5;
}
.p-recruit_number__item:nth-child(12) .p-recruit_number__icon {
  margin: 0;
}

.p-mainte_solution__frame {
  padding-top: 3em;
}
.p-mainte_solution__frame video {
  width: 100%;
}/*# sourceMappingURL=include.css.map */