@charset "UTF-8";
body {
  font-family: "YakuHanJP", "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #000000;
  position: relative;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
body:has(.site-header #toggle-menu-btn:checked) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

img, video {
  max-width: 100%;
  height: auto;
}

img.imgauto {
  width: 100%;
}

img.fit_cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img.fit_height {
  display: block;
  width: auto;
  height: 100%;
  margin-inline: auto;
}

picture {
  display: block;
  height: 100%;
}

h1, h2, h3, h4 {
  line-height: 1.1;
  font-weight: 400;
}

em, i {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

button:focus-visible {
  outline: none;
}

.inline_block {
  display: inline-block;
}

@media screen and (min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
._link_disable > a {
  pointer-events: none;
}

.inline_link {
  text-decoration: underline;
  color: #0086cd;
}

.color_white {
  color: #FFF;
}

.color_main {
  color: #0086cd;
}

.bg_main {
  background-color: #0086cd;
  color: #FFF;
}

.__bold {
  font-weight: 700;
}

.first_letter::first-letter {
  text-transform: uppercase;
}

.font_en {
  font-family: "Roboto", sans-serif;
}

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 80%;
    max-width: 1366px;
    min-width: 960px;
  }
  .container.__wide {
    width: 90%;
    max-width: 1728px;
    min-width: 960px;
  }
}
@media screen and (max-width: 1366px) {
  .container.__wide {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}

a {
  transition: all ease 0.5s;
}

a.hover_zoom {
  display: block;
  overflow: hidden;
}
a.hover_zoom img {
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a.hover_zoom:hover {
    opacity: 1;
  }
  a.hover_zoom:hover img {
    transform: scale(1.1);
  }
}
a.text_link {
  color: #0086cd;
  text-decoration: underline;
}

.__invisible {
  visibility: hidden;
  height: 0;
}

.__sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .__pc_only {
    display: none;
  }
  .__sp_only {
    display: block;
  }
}
.site-main {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  body:not(.home) .site-main {
    padding-top: 88px;
  }
}
@media screen and (max-width: 1024px) {
  body:not(.home) .site-main {
    padding-top: 48px;
  }
}

.site-footer {
  position: relative;
  z-index: 1;
}

.link_button {
  overflow: hidden;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .link_button {
    height: 64px;
    width: 320px;
    border-radius: 32px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    height: 48px;
    width: 280px;
    margin-inline: auto;
    border-radius: 24px;
    padding-inline: 20px;
  }
}
.link_button .btn_txt {
  font-weight: 600;
}
@media (hover: hover) {
  .link_button:hover {
    opacity: 1;
  }
}
.link_button.btn_white {
  background-color: #FFF;
  border: 1px solid #0086cd;
}
.link_button.btn_white .btn_txt {
  color: #0086cd;
}
.link_button.btn_white .btn_arw {
  background-color: #0086cd;
}
.link_button.btn_blue {
  background-color: #0086cd;
}
.link_button.btn_blue .btn_txt {
  color: #FFF;
}
.link_button.btn_blue .btn_arw {
  background-color: #FFF;
}
@media (hover: hover) {
  .link_button.btn_blue:hover {
    background-color: #FFF;
    border: 1px solid #0086cd;
  }
  .link_button.btn_blue:hover .btn_txt {
    color: #0086cd;
  }
  .link_button.btn_blue:hover .btn_arw {
    background-color: #0086cd;
  }
  .link_button.btn_white:hover {
    background-color: #0086cd;
    border: 2px solid #FFF;
  }
  .link_button.btn_white:hover .btn_txt {
    color: #FFF;
  }
  .link_button.btn_white:hover .btn_arw {
    background-color: #FFF;
  }
}
.link_button.btn_center {
  margin-inline: auto;
}
.link_button.btn_center .btn_txt {
  flex-grow: 1;
  text-align: center;
}
.link_button .btn_arw {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.link_arw {
  display: inline-block;
  position: relative;
  background-color: #0086cd;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.link_arw::before {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #FFF;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 1025px) {
  .link_arw {
    width: 64px;
    height: 64px;
  }
  .link_arw::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .link_arw {
    width: 48px;
    height: 48px;
  }
  .link_arw::before {
    width: 6px;
    height: 6px;
  }
}

@media (hover: hover) {
  a:hover .link_arw {
    border: 1px solid #0086cd;
    background-color: #FFF;
    opacity: 1;
  }
  a:hover .link_arw::before {
    background-color: #0086cd;
  }
}
.link_view {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.link_view .link_txt {
  color: #0086cd;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.link_title {
  position: relative;
  padding-left: 16px;
  line-height: 2;
}
.link_title::before {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0086cd;
  border-right: 1px solid #0086cd;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: calc(1em - 4px);
  content: "";
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .link_title:hover {
    opacity: 1;
    color: #0086cd;
    text-decoration: underline;
  }
}

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    margin-bottom: 10px;
  }
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.breadcrumb span {
  font-size: 14px;
}
.breadcrumb span[property=itemListElement] {
  flex-shrink: 0;
  font-size: 14px;
}
.breadcrumb span[property=itemListElement] a {
  display: inline-block;
  position: relative;
}
.breadcrumb span[property=itemListElement] a:hover {
  opacity: 1;
}
.breadcrumb span[property=itemListElement] .home {
  color: #0086cd;
  font-weight: 600;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb1em {
  margin-bottom: 1em;
}

@media screen and (min-width: 1025px) {
  .c-section {
    padding-top: 104px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 94px;
  }
}

.c-text {
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.c-text span {
  display: inline-block;
}
.c-text b {
  font-weight: 500;
}
.c-text.__md {
  font-weight: 500;
}
.c-text.__bold {
  font-weight: 700;
}
.c-text.__black {
  font-weight: 900;
}

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.mb20 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .mb30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .mb80 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .pb50 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pb50 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .pb80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .pb120 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .pb120 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .pt120 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .pt120 {
    padding-top: 60px;
  }
}

.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table th, .c-table td {
  vertical-align: middle;
}
.c-table th {
  font-weight: 900;
  color: #0086cd;
  padding-left: 1em;
}
.c-table td {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .c-table th, .c-table td {
    font-size: 20px;
    padding-block: 0.75em;
  }
}
@media screen and (max-width: 1024px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  .c-table th {
    padding-top: 0.75em;
  }
  .c-table td {
    padding-left: 30px;
    padding-right: 15px;
    padding-block: 0.75em;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #FFF;
}
.site-header .header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    width: 96%;
    min-width: 1000px;
    height: 88px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    width: 90%;
    height: 48px;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 12.77%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 154px;
  }
}
.site-header .site-branding .home_link .logo_white {
  display: none;
}
.site-header .main-navigation {
  height: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 1.5vw;
       column-gap: 1.5vw;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5vw;
       column-gap: 1.5vw;
  height: 100%;
}
.site-header .main_menu > .menu-item {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 88px;
}
.site-header .main_menu > .menu-item a {
  position: relative;
}
.site-header .main_menu > .menu-item.menu_home {
  display: none;
}
.site-header .menu-item {
  cursor: pointer;
}
.site-header .menu-item.menu_label > a {
  pointer-events: none;
}
.site-header .main_menu > .menu-item.menu-item-has-children {
  position: relative;
}
.site-header .main_menu > .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 2em;
  background-color: #FFF;
  transition: all ease 0.4s;
  transform-origin: center top;
  transform: scaleY(0) translateX(-50%);
}
.site-header .main_menu > .menu-item.menu-item-has-children .sub-menu .menu-item {
  white-space: nowrap;
  line-height: 3;
  padding-inline: 1em;
  position: relative;
}
.site-header .main_menu > .menu-item.menu-item-has-children .sub-menu .menu-item::after {
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #0086cd;
  border-right: 1px solid #0086cd;
  position: absolute;
  left: 100%;
  top: calc(50% - 2px);
  transform: rotate(45deg);
  content: "";
}
@media (hover: hover) {
  .site-header .main_menu > .menu-item a:hover {
    opacity: 1;
  }
  .site-header .main_menu > .menu-item:hover {
    color: #0086cd;
  }
  .site-header .main_menu > .menu-item:hover .sub-menu .menu-item {
    color: #000000;
  }
  .site-header .main_menu > .menu-item.menu-item-has-children .menu-item:hover {
    color: #0086cd;
  }
  .site-header .main_menu > .menu-item.menu-item-has-children:hover > .sub-menu {
    transform: scaleY(1) translateX(-50%);
  }
}
.site-header.header_mv {
  background-color: transparent;
}
.site-header .header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  height: 48px;
  border-radius: 24px;
  font-size: clamp(12px, 1vw, 16px);
}
.site-header .header_btn.btn_contact {
  background-color: #0086cd;
  padding-inline: 1.625em;
}
.site-header .header_btn.btn_dl {
  background-color: #0071b2;
  padding-inline: 1.125em;
}
.site-header .header_btn.btn_recruit {
  background-color: #00406b;
  padding-inline: 1.625em;
}
.site-header .header_btn__txt {
  flex-shrink: 0;
  color: #FFF;
  letter-spacing: 0;
}
.site-header .header_btn__icon {
  width: 20px;
}
.site-header .header_btn__icon img {
  display: block;
  width: 100%;
}
.site-header .header_lang {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.site-header .header_lang__select {
  font-size: clamp(12px, 1vw, 16px);
  letter-spacing: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
}
.site-header .header_lang__select option {
  color: #000000;
}
.site-header .header_lang__icon {
  width: 20px;
}
.site-header .header_lang__icon.__white {
  display: none;
}
.site-header .main_menu_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .main_menu_btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main_menu_btn {
    width: 28px;
    height: 15px;
  }
}
.site-header .main_menu_btn ._mobile_menu_btn {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #000000;
  border-radius: 0.5px;
  transition: all 0.5s;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
  bottom: 100%;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
  top: 7.5px;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar3 {
  top: 100%;
}
.site-header .main_menu_btn:active {
  border: none;
}
.site-header #toggle-menu-btn {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .header_container .site-branding .logo_white {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .header_container .site-branding .logo_blue {
  display: block;
}
.site-header #toggle-menu-btn:checked ~ .header_container .main_menu_btn ._menu_bar {
  background-color: #000000;
}
.site-header #toggle-menu-btn:checked ~ .header_container .main_menu_btn ._menu_bar._bar2 {
  left: 50%;
  opacity: 0;
  height: 0;
}
@media screen and (max-width: 1024px) {
  .site-header #toggle-menu-btn:checked ~ .header_container .main_menu_btn ._menu_bar._bar1 {
    transform: translateY(8px) rotate(-45deg);
  }
  .site-header #toggle-menu-btn:checked ~ .header_container .main_menu_btn ._menu_bar._bar3 {
    transform: translateY(-8px) rotate(45deg);
  }
}
.site-header .mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 100%;
  transition: all ease 0.5s;
  padding-top: 88px;
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window {
    padding-top: 48px;
  }
}
.site-header .mobile_modal_window .modal_inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  padding-top: 48px;
}
.site-header .mobile_modal_window .modal_container {
  margin: 0 auto;
  width: 75%;
  max-width: 470px;
}
.site-header .mobile_modal_window .modal_nav {
  margin-bottom: 40px;
}
.site-header .mobile_modal_window .mobile_menu {
  margin-bottom: 28px;
}
.site-header .mobile_modal_window .mobile_menu .menu-item {
  line-height: 32px;
  font-size: 14px;
}
.site-header .mobile_modal_window .mobile_menu .sub-menu {
  margin-bottom: 28px;
}
.site-header .mobile_modal_window .mobile_menu .sub-menu .menu-item {
  padding-left: 10px;
}
.site-header .mobile_modal_window .modal_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  padding-inline: 28px;
  margin-bottom: 24px;
}
.site-header .mobile_modal_window .modal_btn.btn_contact {
  background-color: #0086cd;
}
.site-header .mobile_modal_window .modal_btn.btn_dl {
  background-color: #0071b2;
}
.site-header .mobile_modal_window .modal_btn.btn_recruit {
  background-color: #00406b;
}
.site-header .mobile_modal_window .modal_btn__txt {
  flex-shrink: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.site-header .mobile_modal_window .modal_btn__icon {
  width: 20px;
}
.site-header .mobile_modal_window .modal_btn__icon img {
  display: block;
  width: 100%;
}
.site-header .mobile_modal_window .modal_lang {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 100%;
}
.site-header .mobile_modal_window .modal_lang__icon {
  width: 16px;
}
.site-header .mobile_modal_window .modal_lang__select {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .mobile_modal_window .modal_lang__select .__current {
  font-weight: 600;
  color: #0086cd;
}
.site-header .mobile_modal_window .modal_lang__select .__current a {
  pointer-events: none;
}
.site-header .mobile_modal_window .modal_lang__select a.__disabled {
  pointer-events: none;
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  left: 0;
}

.main-navigation .main_menu > .current-menu-item,
.main-navigation .main_menu > .current-menu-ancestor,
body.single-news .main_menu .menu_news,
body.tax-news-cat .main_menu .menu_news,
body.single-products .main_menu .menu_business,
body.search-results .main_menu .menu_business {
  color: #0086cd;
}

.home_link {
  display: block;
  width: 100%;
}

.site-footer {
  background-color: #00406b;
}
@media screen and (min-width: 1025px) {
  .site-footer {
    padding: 320px 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 550px 0 108px;
  }
}
.site-footer .footer_container {
  display: flex;
}
.site-footer .footer_nav {
  display: flex;
}
.site-footer .footer_nav__l1, .site-footer .footer_nav__l2 {
  display: block;
  line-height: 2;
  white-space: nowrap;
}
.site-footer .footer_nav__l1 {
  font-weight: 600;
}
.site-footer .footer_nav__l2 {
  padding-left: 10px;
}
.site-footer .footer_nav .footer_nav__l1 + .footer_nav__l2 {
  margin-top: 0.5em;
}
.site-footer .footer_nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  background-color: #FFF;
  border-radius: 1.5em;
}
.site-footer .footer_nav__btn .btn_txt {
  line-height: 1;
  color: #0086cd;
}
.site-footer .footer_nav__btn .btn_icon img {
  width: 100%;
  display: block;
}
.site-footer .footer_nav__btn .btn_icon.icon_mail {
  width: 20px;
}
.site-footer .footer_nav__btn .btn_icon.icon_dl {
  width: 16px;
}
.site-footer .footer_nav__btn .btn_icon.icon_person {
  width: 20px;
}
.site-footer .footer_address {
  line-height: 2;
}
.site-footer .footer_copyright {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #BABABA;
}
.site-footer .footer_bottom {
  display: flex;
}
.site-footer .footer_btns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_container {
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .site-footer .footer_signature {
    flex-basis: 20.5%;
    flex-shrink: 0;
  }
  .site-footer .footer_signature .home_link {
    width: 100%;
    margin-bottom: 48px;
  }
  .site-footer .footer_nav {
    flex-grow: 1;
    justify-content: flex-end;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .site-footer .footer_nav__block {
    flex-basis: 19%;
  }
  .site-footer .footer_nav__btn {
    flex-basis: 19%;
    height: 48px;
    font-size: clamp(14px, 1vw, 16px);
  }
  .site-footer .footer_bottom {
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .site-footer .footer_btns {
    flex-grow: 1;
    justify-content: flex-end;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .site-footer .footer_btns__empty {
    flex-basis: 19%;
    flex-shrink: 0;
  }
  .site-footer .footer_copyright {
    flex-basis: 20.5%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_container {
    flex-wrap: wrap;
    row-gap: 60px;
    max-width: 470px;
    margin-bottom: 40px;
    margin-inline: auto;
  }
  .site-footer .footer_signature {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .site-footer .footer_signature .home_link {
    width: 235px;
    margin-bottom: 24px;
    margin-inline: auto;
  }
  .site-footer .footer_address {
    font-size: 14px;
    text-align: center;
  }
  .site-footer .footer_address span {
    padding-right: 1em;
  }
  .site-footer .footer_nav {
    flex-basis: 100%;
    flex-wrap: wrap;
    row-gap: 32px;
  }
  .site-footer .footer_nav__block {
    flex-basis: 50%;
  }
  .site-footer .footer_nav__btn {
    flex-basis: 100%;
    height: 48px;
  }
  .site-footer .footer_bottom {
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
    max-width: 470px;
    margin-inline: auto;
  }
  .site-footer .footer_btns {
    flex-grow: 1;
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .site-footer .footer_btns__empty {
    display: none;
  }
  .site-footer .footer_copyright {
    flex-basis: 100%;
    text-align: center;
  }
}

.contact_ft {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
}
.contact_ft__container {
  display: flex;
}
.contact_ft__banner {
  color: #FFF;
  position: relative;
  text-align: center;
}
.contact_ft__icon {
  position: absolute;
}
.contact_ft__banner.__contact {
  background-color: #0086cd;
}
.contact_ft__banner.__catalog {
  background-color: #0071b2;
}
.contact_ft__banner.__catalog .link_button {
  border-color: #0071b2;
}
.contact_ft__h2 {
  color: #FFF;
}
.contact_ft__h2__en, .contact_ft__h2__ja {
  display: block;
}
.contact_ft__h2__en {
  font-weight: 500;
}
.contact_ft__h2__ja {
  color: #E0E0E0;
}
@media screen and (min-width: 1025px) {
  .contact_ft {
    top: -240px;
  }
  .contact_ft__banner {
    flex-basis: 50%;
    padding-block: 80px;
  }
  .contact_ft__h2 {
    margin-bottom: 48px;
  }
  .contact_ft__h2__en {
    font-size: 64px;
  }
  .contact_ft__h2__ja {
    font-size: 18px;
  }
  .contact_ft .link_button {
    width: 400px;
    margin-top: 40px;
  }
  .contact_ft__icon {
    left: 40px;
    top: 40px;
  }
  .contact_ft__banner.__contact .contact_ft__icon {
    width: 40px;
  }
  .contact_ft__banner.__catalog .contact_ft__icon {
    width: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_ft {
    top: -155px;
  }
  .contact_ft__container {
    flex-wrap: wrap;
  }
  .contact_ft__banner {
    flex-basis: 100%;
    padding-block: 40px;
    padding-inline: 20px;
  }
  .contact_ft__h2 {
    margin-bottom: 40px;
  }
  .contact_ft__h2__en {
    font-size: 32px;
  }
  .contact_ft__h2__ja {
    font-size: 15px;
  }
  .contact_ft .link_button {
    width: 295px;
    margin-top: 40px;
  }
  .contact_ft__icon {
    left: 20px;
    top: 20px;
  }
  .contact_ft__banner.__contact .contact_ft__icon {
    width: 25px;
  }
  .contact_ft__banner.__catalog .contact_ft__icon {
    width: 20px;
  }
}

.button_totop {
  display: block;
  background-color: #0086cd;
  border-radius: 50%;
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: -1;
  opacity: 0;
  transition: all ease 0.4s;
}
@media screen and (min-width: 1025px) {
  .button_totop {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .button_totop {
    width: 48px;
    height: 48px;
  }
}
.button_totop.is-visible {
  opacity: 1;
  z-index: 1000;
}
@media (hover: hover) {
  .button_totop:hover {
    border: 2px solid #0086cd;
    background-color: #FFF;
  }
  .button_totop:hover .btn_arw {
    border-top-color: #0086cd;
    border-left-color: #0086cd;
  }
}
.button_totop .btn_arw {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  position: absolute;
  left: 50%;
  top: calc(50% - 5px);
  transform: rotate(45deg);
  transform-origin: left top;
}

.top_h2__ja, .top_h2__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.top_h2__ja {
  color: #00406b;
}
.top_h2.__center .top_h2__ja, .top_h2.__center .top_h2__en {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .top_h2.__mg__left {
    margin-left: 53%;
  }
}
.top_h2__ja {
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .top_h2__ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__ja {
    font-size: 15px;
  }
}
.top_h2__en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .top_h2__en {
    font-size: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__en {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 {
    margin-bottom: 40px;
  }
}

.top_section {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_section {
    padding-block: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section {
    padding-top: 60px;
  }
}

.top_mv {
  position: relative;
}
.top_mv__video {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    height: 56.25vw;
    max-height: 100vh;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv {
    max-height: 100vh;
  }
}

.top_news__container {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_news {
    padding-bottom: 320px;
  }
  .top_news__head {
    flex-grow: 1;
  }
  .top_news__archive {
    flex-basis: 70%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_news {
    padding-bottom: 216px;
  }
  .top_news__container {
    width: 100%;
    flex-wrap: wrap;
  }
  .top_news__head {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top_news__head .top_h2 {
    margin-bottom: 0;
  }
  .top_news__archive {
    flex-basis: 100%;
  }
}

.news_article {
  border-bottom: 1px solid #E0E0E0;
}
.news_article__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
  height: 100%;
}
.news_article__date, .news_article__meta {
  flex-shrink: 0;
}
.news_article__date {
  font-weight: 500;
  color: #999999;
}
.news_article__meta {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.news_article__cat {
  color: #0086cd;
  border: 1px solid #0086cd;
  border-radius: 1.5em;
  text-align: center;
  padding-inline: 1em;
}
.news_article__title {
  flex-basis: 100%;
  position: relative;
  padding-right: 16px;
  line-height: 1.33;
}
@media screen and (min-width: 1025px) {
  .news_article {
    padding-block: 40px;
  }
  .news_article__date {
    margin-right: 24px;
  }
  .news_article__cat {
    font-size: 14px;
    line-height: 24px;
  }
  .news_article__title {
    overflow: hidden;
    white-space: nowrap;
  }
  .news_article__title .__arw {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0086cd;
    border-right: 1px solid #0086cd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: right top;
  }
}
@media screen and (max-width: 1024px) {
  .news_article {
    padding-block: 36px;
  }
  .news_article__date {
    margin-right: 24px;
  }
  .news_article__cat {
    font-size: 12px;
    line-height: 32px;
  }
  .news_article__title .__arw {
    display: none;
  }
}

.top_h3 {
  color: #0086cd;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .top_h3 {
    font-size: 2.5vw;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h3 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.top_h3 span {
  display: inline-block;
}

.top_about__bg {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .top_about__bg {
    width: 100%;
    bottom: 0;
    left: -26%;
  }
}
@media screen and (max-width: 1024px) {
  .top_about__bg {
    width: 100%;
    bottom: 66.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .top_about__bg img {
    width: 160%;
    max-width: unset;
  }
}

.top_business {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_business {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .top_business {
    padding-block: 60px;
  }
}
.top_business__excavator {
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_business__excavator {
    width: 96%;
    bottom: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .top_business__excavator {
    width: 66%;
    bottom: 18px;
  }
}
@media screen and (max-width: 520px) {
  .top_business__excavator {
    width: 362px;
  }
}

.top_sdgs {
  background-color: #F4F8FD;
  overflow: hidden;
}
.top_sdgs__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_sdgs__bg picture {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .top_sdgs {
    padding-bottom: 200px;
  }
  .top_sdgs .link_button {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .top_sdgs {
    padding-bottom: 100px;
  }
  .top_sdgs__bg img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  .top_sdgs .link_button {
    margin-top: 40px;
  }
  .top_sdgs .c-text br {
    display: none;
  }
}

.top_recruit__sign {
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 1;
}
.top_recruit__sign__loop {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 0.5em;
  color: rgba(0, 134, 205, 0.15);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
.top_recruit__sign__loop:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}
.top_recruit__sign__loop:nth-child(even) {
  animation: loop2 50s linear infinite;
}
@media screen and (min-width: 1025px) {
  .top_recruit__sign {
    bottom: 0;
  }
  .top_recruit__sign__loop {
    font-size: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .top_recruit__sign {
    bottom: 66.6666666667vw;
  }
  .top_recruit__sign__loop {
    font-size: 150px;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top_gallery {
  display: flex;
  overflow: hidden;
}
.top_gallery__slider {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex;
  width: 100%;
  flex-shrink: 0;
}
.top_gallery__slide {
  width: 33.3333333333vw;
  flex-shrink: 0;
}
.top_gallery:hover .slider {
  animation-play-state: paused;
}

/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* hover(マウスオーバー)で一時停止 */
.page_header {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_header {
    padding-top: 96px;
  }
  .page_header__img {
    height: 29.2vw;
    max-height: 560px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    padding-top: 48px;
  }
  .page_header__img {
    height: 50vw;
  }
}

@media screen and (min-width: 1025px) {
  .page_content {
    padding-bottom: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .page_content {
    padding-bottom: 240px;
  }
}

@media screen and (min-width: 1025px) {
  .single_content {
    padding-top: 120px;
    padding-bottom: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .single_content {
    padding-top: 60px;
    padding-bottom: 240px;
  }
}

.page_h1 {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .page_h1 {
    font-size: 64px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.page_h2 {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    font-size: 48px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.page_h3 {
  font-weight: 600;
  color: #0086cd;
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    font-size: 36px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

/**/
.page_section {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_section {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .page_section {
    padding-top: 60px;
  }
}
.page_section.bg_gray {
  background-color: #F4F8FD;
}

.page_col {
  display: flex;
}
.page_col__img {
  background-color: #F4F8FD;
}
@media screen and (min-width: 1025px) {
  .page_col {
    -moz-column-gap: 5%;
         column-gap: 5%;
    align-items: flex-start;
  }
  .page_col__img {
    flex-basis: 40%;
    flex-shrink: 0;
  }
  .page_col__body {
    flex-grow: 1;
  }
  .page_col.__reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .page_col {
    flex-wrap: wrap;
    row-gap: 40px;
    max-width: 700px;
    margin-inline: auto;
  }
  .page_col__img {
    flex-basis: 100%;
  }
  .page_col__body {
    flex-basis: 100%;
  }
}

.page_dl {
  display: flex;
  border-top: 1px solid #E0E0E0;
}
.page_dl:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.page_dl dt {
  flex-shrink: 0;
  color: #0086cd;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page_dl dt, .page_dl dd {
  padding-inline: 1em;
  padding-block: 1.2em;
}
.page_dl dt span, .page_dl dd span {
  display: inline-block;
  padding-right: 0.5em;
}
@media screen and (min-width: 1025px) {
  .page_dl dt {
    width: 225px;
  }
}
@media screen and (max-width: 1024px) {
  .page_dl dt {
    width: 110px;
  }
}

.page_point {
  font-weight: 500;
  letter-spacing: 0;
  color: #0086cd;
}
@media screen and (min-width: 1025px) {
  .page_point {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  line-height: 2;
  padding: 0 0.5em;
  border: 1px solid #0086cd;
  color: #0086cd;
}
.wp-pagenavi .current {
  background-color: #0086cd;
  color: #FFF;
}

@media screen and (min-width: 1025px) {
  .block_content {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .block_content {
    padding-block: 50px;
  }
}
.block_content h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.33;
  position: relative;
  margin-bottom: 2em;
}
.block_content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.33;
  position: relative;
  margin-bottom: 1em;
  color: #0086cd;
}
.block_content h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33;
}
.block_content p, .block_content ul, .block_content ol {
  margin-bottom: 1em;
}
.block_content p + h2, .block_content figure + h2, .block_content ul + h2, .block_content ol + h2, .block_content div + h2,
.block_content p + h3, .block_content figure + h3, .block_content ul + h3, .block_content ol + h3, .block_content div + h3 {
  margin-top: 1.5em;
}
@media screen and (min-width: 1025px) {
  .block_content figure + p, .block_content figure + ul, .block_content figure + ol, .block_content figure + div {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .block_content figure + p, .block_content figure + ul, .block_content figure + ol, .block_content figure + div {
    margin-top: 20px;
  }
}

.single_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_nav .link_button {
  width: 220px;
}
.single_nav .single_nav_next a, .single_nav .single_nav_prev a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.single_nav .single_nav_prev .link_arw {
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .single_nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .single_nav .single_nav_prev {
    order: 1;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next {
    order: 2;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next a {
    justify-content: flex-end;
  }
  .single_nav .link_button {
    order: 3;
    flex-basis: 220px;
  }
}

/**/
.col_block {
  position: relative;
  display: flex;
}
.col_block__body {
  position: relative;
  z-index: 2;
}
.col_block__img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .col_block {
    justify-content: space-between;
    align-items: center;
  }
  .col_block__img {
    width: 47%;
    align-self: stretch;
    position: relative;
  }
  .col_block__img__ov {
    width: calc(100% + 50vw - 100%);
    aspect-ratio: 3/2;
    min-height: 100%;
  }
  .col_block__body {
    width: 47%;
    padding-block: 120px;
  }
  .col_block.__reverse {
    flex-direction: row-reverse;
  }
  .col_block.__reverse .col_block__img__ov {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .col_block {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .col_block__img {
    flex-basis: 100vw;
    aspect-ratio: 3/2;
    margin-inline: calc(50% - 50vw);
  }
  .col_block__img__ov {
    height: 100%;
  }
  .col_block__body {
    flex-basis: 100%;
  }
}

/**/
@media screen and (min-width: 1025px) {
  .products__functions {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
  .products__functions__inner {
    position: relative;
    width: 70%;
    aspect-ratio: 1/1;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .products__functions__inner {
    max-width: 600px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1025px) {
  .products__motion {
    width: 41.66%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: absolute;
    inset: 0;
    margin: auto;
    cursor: pointer;
    --a2: calc(var(--angle) * 1deg - 90deg);
    --x: calc(cos(var(--a2)) * var(--r) * 1px);
    --y: calc(sin(var(--a2)) * var(--r) * 1px);
    translate: var(--x) var(--y);
    z-index: 1;
    text-align: center;
    transition: all ease 0.5s;
    padding-top: 7.6%;
  }
  .products__motion__ttl {
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #0086cd;
    background-color: #FFF;
    border-radius: 0.7em;
    line-height: 1.4;
    text-align: center;
    padding-inline: 1.5em;
    margin-inline: auto;
  }
  .products__motion__name {
    color: #0086cd;
    font-weight: 500;
    line-height: 1.4;
  }
  .products__motion.__drive {
    --r2: var(--r) * 0.84;
    --x: calc(cos(var(--a2)) * var(--r2) * 1px);
    --y: calc(sin(var(--a2)) * var(--r2) * 1px);
  }
  .products__motion.__drive, .products__motion.__winch, .products__motion.__rotate {
    background-color: #CCD4E4;
  }
  .products__motion.__pump {
    background-color: #D6E1CF;
  }
  .products__motion.__control {
    background-color: #DFCBDC;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .products__motion:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .products__motion:hover .products__motion__name, .products__motion:hover .products__motion__txt {
    color: #FFF;
  }
  .products__motion:hover.__drive, .products__motion:hover.__rotate, .products__motion:hover.__winch {
    background-color: #4C71AA;
  }
  .products__motion:hover.__control {
    background-color: #A14F8B;
  }
  .products__motion:hover.__pump {
    background-color: #6D9B5C;
  }
}
@media screen and (min-width: 1025px) {
  .products__motion__ttl {
    font-size: clamp(32px, 2.35vw, 40px);
    margin-bottom: 0.6em;
  }
  .products__motion__name {
    font-size: clamp(16px, 1.17vw, 20px);
    margin-bottom: 1em;
  }
  .products__motion__txt {
    font-size: clamp(14px, 0.94vw, 16px);
    padding-inline: 1em;
  }
  .products__motion__txt span {
    display: inline-block;
  }
  .products__motion__img {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .products__motion {
    margin-bottom: 40px;
    border-radius: 8px;
    padding-inline: 20px;
    padding-top: 20px;
    padding-bottom: 75%;
    position: relative;
  }
  .products__motion.__drive {
    padding-bottom: 80%;
  }
  .products__motion__ttl {
    max-width: 300px;
    color: #0086cd;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
    background-color: #FFF;
    border-radius: 20px;
    margin-bottom: 16px;
    margin-inline: auto;
  }
  .products__motion__name {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
  }
  .products__motion__txt {
    color: #FFF;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .products__motion__img {
    width: 88%;
    position: absolute;
    left: 6%;
    bottom: 20px;
    z-index: 1;
  }
  .products__motion.__drive, .products__motion.__rotate, .products__motion.__winch {
    background-color: #4C71AA;
  }
  .products__motion.__control {
    background-color: #A14F8B;
  }
  .products__motion.__pump {
    background-color: #6D9B5C;
  }
}

.products__machine {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .products__machine {
    display: none;
  }
}
.products__machine .machine_shovel, .products__machine .machine_crane {
  position: absolute;
  z-index: 1;
}
.products__machine .base_crane {
  width: 49%;
}
.products__machine .machine_crane {
  left: 47.9%;
  top: 10.6%;
}
.products__machine .base_shovel {
  width: 39%;
}
.products__machine .machine_shovel {
  left: 22%;
  top: 38.3%;
}
.products__machine .drive_shovel {
  width: 43.75%;
}
.products__machine .rotate_shovel {
  width: 43.75%;
}
.products__machine .control_shovel {
  width: 43.75%;
}
.products__machine .pump_shovel {
  width: 49.16%;
}
.products__machine .winch_crane {
  width: 54.16%;
}
.products__machine.is-hover.motion-drive .base_shovel {
  display: none;
}
.products__machine.is-hover.motion-drive .drive_shovel {
  display: block;
}
.products__machine.is-hover.motion-rotate .base_shovel {
  display: none;
}
.products__machine.is-hover.motion-rotate .rotate_shovel {
  display: block;
}
.products__machine.is-hover.motion-control .base_shovel {
  display: none;
}
.products__machine.is-hover.motion-control .control_shovel {
  display: block;
}
.products__machine.is-hover.motion-pump .base_shovel {
  display: none;
}
.products__machine.is-hover.motion-pump .pump_shovel {
  display: block;
}
.products__machine.is-hover.motion-winch .base_crane {
  display: none;
}
.products__machine.is-hover.motion-winch .winch_crane {
  display: block;
}
.products__machine .hover_img {
  display: none;
}

.products__circle {
  width: 100%;
  height: 100%;
  border: 24px solid #E0E0E0;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .products__circle {
    display: none;
  }
}

.products__btns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .products__btns {
    justify-content: center;
    align-items: center;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .products__btns .link_button {
    flex-basis: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .products__btns {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 20px;
  }
  .products__btns .link_button {
    flex-basis: 100%;
    max-width: 375px;
  }
}

.products__smart {
  display: grid;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.products__smart__ttl {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-block: 1em;
}
.products__smart__img {
  aspect-ratio: 4/3;
}
@media screen and (min-width: 1025px) {
  .products__smart {
    grid-template-columns: repeat(3, 1fr);
  }
  .products__smart__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .products__smart {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  .products__smart__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  .products__smart {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product_archive {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .product_archive {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .product_archive {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 40px;
  }
}
@media screen and (max-width: 520px) {
  .product_archive {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product_article__img {
  aspect-ratio: 4/3;
  margin-bottom: 1em;
}
.product_article__ttl {
  font-weight: 600;
}

.single_products__cat {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
.single_products__cat::before {
  display: block;
  width: 8px;
  height: 100%;
  background-color: #0086cd;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.single_products__content {
  display: flex;
}
.single_products__img {
  aspect-ratio: 1/1;
}
.single_products__dl {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 5%;
       column-gap: 5%;
  padding-block: 16px;
  border-bottom: 1px solid #E0E0E0;
}
.single_products__dt {
  flex-basis: 120px;
  flex-shrink: 0;
}
.single_products__dd {
  flex-grow: 1;
}
.single_products__btns {
  display: flex;
}
.single_products__h2 {
  margin-bottom: 2em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .single_products__h2 {
    font-size: 24px;
  }
  .single_products__cat {
    font-size: 24px;
  }
  .single_products__content {
    justify-content: space-between;
    align-items: flex-start;
  }
  .single_products__img {
    flex-basis: 40%;
    flex-shrink: 0;
  }
  .single_products__info {
    flex-basis: 55%;
  }
  .single_products__btns {
    align-items: center;
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .single_products__btns .link_button {
    flex: 1;
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .single_products__h2 {
    font-size: 18px;
  }
  .single_products__cat {
    font-size: 18px;
  }
  .single_products__content {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .single_products__img {
    flex-basis: 100%;
    max-width: 600px;
  }
  .single_products__info {
    flex-basis: 100%;
  }
  .single_products__btns {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 30px;
  }
  .single_products__btns .link_button {
    flex: 100%;
    max-width: 280px;
    margin-inline: 0;
  }
}

.product_category {
  position: relative;
  z-index: 1;
}
.product_category:has(.product_category__products) {
  cursor: pointer;
}
.product_category__img {
  position: relative;
  margin-bottom: 1em;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.product_category__img img {
  transition: all ease 0.5s;
}
.product_category__ttl {
  position: relative;
  z-index: 1;
}
.product_category__h3 {
  position: relative;
  font-weight: 600;
}
.product_category__products {
  width: 100%;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  display: none;
}
@media (hover: hover) {
  .product_category:has(.product_category__products):hover .product_category__img img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1025px) {
  .product_category__products {
    padding-block: 25px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .product_category__products {
    padding-block: 25px;
    padding-inline: 16px;
  }
}

.product_search__container {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .product_search__container {
    flex-wrap: wrap;
  }
}
.product_search__ttl {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
@media screen and (max-width: 1024px) {
  .product_search__ttl {
    flex-basis: 100%;
  }
}
.product_search__icon {
  width: 24px;
}
.product_search__icon svg {
  width: 100%;
}
.product_search__txt {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .product_search__txt {
    flex-basis: 100%;
  }
}
.product_search__form {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.product_search__form input[type=text] {
  flex-grow: 1;
  border: 1px solid #E0E0E0;
  padding-block: 0.5em;
  padding-inline: 0.5em;
}
@media screen and (min-width: 1025px) {
  .product_search__form {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .product_search__form {
    flex-basis: 100%;
  }
}
.product_search__btn {
  background-color: #0086cd;
  border-radius: 6px;
  color: #FFF;
  line-height: 2;
  padding-inline: 1em;
  font-weight: 500;
}

.page_border {
  position: absolute;
  width: 100%;
  height: calc(100% - 150vh);
  left: 0;
  top: 150vh;
  z-index: -1;
}

.page_footer {
  display: flex;
}
.page_footer__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_footer__link__txt {
  color: #0086cd;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.page_footer__link__arw {
  border-radius: 50%;
  background-color: #F4F8FD;
  position: relative;
}
.page_footer__link__arw::before {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0086cd;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
}
.page_footer__img {
  width: 100%;
  aspect-ratio: 643/188;
}
@media screen and (min-width: 1025px) {
  .page_footer {
    justify-content: space-between;
    margin-top: 120px;
  }
  .page_footer__bnr {
    flex-basis: 47%;
  }
  .page_footer__img {
    margin-bottom: 16px;
  }
  .page_footer__link__txt {
    font-size: 24px;
  }
  .page_footer__link__arw {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .page_footer {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
    max-width: 500px;
    margin-top: 60px;
    margin-inline: auto;
  }
  .page_footer__bnr {
    flex-basis: 100%;
  }
  .page_footer__img {
    margin-bottom: 16px;
  }
  .page_footer__link__txt {
    font-size: 18px;
  }
  .page_footer__link__arw {
    width: 32px;
    height: 32px;
  }
}

.location_list {
  display: flex;
}
.location_list__item {
  border-left: 1px solid #E0E0E0;
}
.location_list__h3 {
  display: flex;
  align-items: center;
}
.location_list__h3__num {
  position: relative;
  background: url("../images/page/loc_pin.svg") center/contain no-repeat;
}
.location_list__h3__num i {
  display: inline-block;
  width: 100%;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 50%;
  color: #FFF;
  font-weight: 500;
  text-align: center;
}
.location_list__h3__txt {
  font-weight: 600;
}
.location_list__btns {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
  row-gap: 16px;
}
.location_list .link_button {
  height: 40px;
  padding-inline: 24px;
}
.location_list .btn_map {
  width: 116px;
  flex-shrink: 0;
}
.location_list .btn_more {
  width: 160px;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .location_list {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .location_list__item {
    flex-basis: 32%;
    padding-left: 40px;
    padding-right: 20px;
  }
  .location_list__h3 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 50px;
  }
  .location_list__h3__num {
    width: 42px;
    height: 64px;
  }
  .location_list__h3__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .location_list {
    flex-wrap: wrap;
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 40px;
  }
  .location_list__item {
    flex-basis: 48%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .location_list__h3 {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 30px;
  }
  .location_list__h3__num {
    width: 36px;
    height: 48px;
  }
  .location_list__h3__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .location_list__item {
    flex-basis: 100%;
  }
}

.location_map {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .location_map__inner img {
    width: 100%;
  }
  .location_map__inner .map_scroller {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .location_map__inner {
    width: 100%;
    height: 100vw;
    max-height: 656px;
    overflow: auto;
  }
  .location_map__inner img {
    width: 1286px;
    max-width: unset;
  }
  .location_map__inner .map_scroller {
    display: block;
    width: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}

.products_header {
  background-color: #F4F8FD;
}
@media screen and (min-width: 1025px) {
  .products_header {
    height: 29.2vw;
    max-height: 560px;
  }
}
@media screen and (max-width: 1024px) {
  .products_header {
    height: 280px;
  }
}

.products_header__gallery {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.products_header__gallery__slider {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
}
.products_header__gallery__slide {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .products_header__gallery__slider {
    width: 107%;
  }
}
@media screen and (max-width: 1024px) {
  .products_header__gallery__slider {
    width: 1142px;
  }
}
.products_header__gallery__slide.__p1 {
  width: 22.3%;
}
.products_header__gallery__slide.__p2 {
  width: 10.9%;
}
.products_header__gallery__slide.__p3 {
  width: 18.9%;
}
.products_header__gallery__slide.__p4 {
  width: 20.8%;
}
.products_header__gallery__slide.__p5 {
  width: 19.2%;
}
.products_header__gallery:hover .slider {
  animation-play-state: paused;
}

.company__video {
  max-width: 900px;
  margin-inline: auto;
}

.company__img {
  max-width: 600px;
  margin-inline: auto;
}

.sdgs__safety {
  display: flex;
}
.sdgs__safety__item {
  position: relative;
  background-color: #F4F8FD;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.sdgs__safety__num {
  display: block;
  text-align: center;
  color: #FFF;
  background-color: #0086cd;
  border-radius: 2em;
  padding-inline: 1em;
  line-height: 2em;
  position: absolute;
  top: -1em;
  left: 0;
}
.sdgs__safety__num i {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  font-style: italic;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .sdgs__safety {
    justify-content: space-between;
  }
  .sdgs__safety__item {
    flex-basis: 30%;
    height: 170px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .sdgs__safety {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
    max-width: 600px;
    margin-inline: auto;
  }
  .sdgs__safety__item {
    flex-basis: 100%;
    height: 130px;
    padding-inline: 16px;
  }
}

.sdgs__table {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .sdgs__table .col1, .sdgs__table .col2 {
    width: 25%;
  }
  .sdgs__table .col3 {
    width: 50%;
  }
}
.sdgs__table thead th {
  background-color: #F4F8FD;
  font-weight: 500;
}
.sdgs__table th, .sdgs__table td {
  border: 1px solid #E0E0E0;
  padding-block: 0.5em;
  padding-inline: 1em;
}

.page_anchor_nav {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_anchor_nav {
    margin-bottom: 80px;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .page_anchor_nav {
    flex-wrap: wrap;
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 6px;
    margin-bottom: 40px;
  }
}

.page_anchor_link {
  background-color: #F4F8FD;
  position: relative;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.page_anchor_link::before {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #0086cd;
  border-bottom: 1px solid #0086cd;
  transform: rotate(45deg);
  position: absolute;
  right: 9%;
  top: calc(50% - 4px);
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_anchor_link {
    flex: 1;
    padding-block: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .page_anchor_link {
    flex-basis: 47.5%;
    padding-block: 10px;
    padding-inline: 10px;
  }
  .page_anchor_link span {
    display: inline-block;
    line-height: 1;
  }
}

body.post-type-archive-news .news_archive .page_anchor_link.__all,
body.term-newscat-news .news_archive .page_anchor_link.__news,
body.term-newscat-topics .news_archive .page_anchor_link.__topics,
body.term-newscat-exhibition .news_archive .page_anchor_link.__exhibition {
  pointer-events: none;
  background-color: #0086cd;
}
body.post-type-archive-news .news_archive .page_anchor_link.__all span,
body.term-newscat-news .news_archive .page_anchor_link.__news span,
body.term-newscat-topics .news_archive .page_anchor_link.__topics span,
body.term-newscat-exhibition .news_archive .page_anchor_link.__exhibition span {
  color: #FFF;
}
body.post-type-archive-news .news_archive .page_anchor_link.__all::before,
body.term-newscat-news .news_archive .page_anchor_link.__news::before,
body.term-newscat-topics .news_archive .page_anchor_link.__topics::before,
body.term-newscat-exhibition .news_archive .page_anchor_link.__exhibition::before {
  border-top-color: #0086cd;
  border-right-color: #0086cd;
}

.single_news__meta {
  display: flex;
  margin-bottom: 1em;
}
.single_news__catlist {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
.single_news__cat {
  background-color: #F4F8FD;
  border-radius: 1em;
  color: #0086cd;
  line-height: 2;
  padding-inline: 1em;
}
.single_news__ttl {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.33;
}
@media screen and (min-width: 1025px) {
  .single_news__date {
    flex-basis: 120px;
    flex-shrink: 0;
  }
  .single_news__catlist {
    flex-grow: 1;
  }
  .single_news__ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .single_news__meta {
    flex-wrap: wrap;
    row-gap: 0.5em;
  }
  .single_news__date {
    flex-basis: 100%;
  }
  .single_news__catlist {
    flex-basis: 100%;
  }
  .single_news__ttl {
    font-size: 24px;
  }
}

.contact_container {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .contact_container {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container {
    max-width: 600px;
  }
}

.contact_lead {
  text-align: center;
  margin-bottom: 50px;
}

.contact_caution, .contact_note {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 50px;
  position: relative;
}
.contact_caution a, .contact_note a {
  font-weight: 700;
  text-align: center;
  display: block;
}
.contact_caution a:hover, .contact_note a:hover {
  opacity: 1;
}
.contact_caution p, .contact_note p {
  font-size: 16px;
  line-height: 2;
}
.contact_caution .expand_target, .contact_note .expand_target {
  display: none;
  margin-top: 20px;
}
.contact_caution .expand_btn, .contact_note .expand_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #0086cd;
  border-radius: 50%;
}
.contact_caution .expand_btn::before, .contact_note .expand_btn::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin: auto;
  transition: all ease 0.4s;
  content: "";
}
.contact_caution:not(.is-open) .expand_btn::before, .contact_note:not(.is-open) .expand_btn::before {
  transform: translateY(-2px) rotate(45deg);
}
.contact_caution.is-open .expand_btn::before, .contact_note.is-open .expand_btn::before {
  transform: translateY(2px) rotate(-135deg);
}
@media screen and (min-width: 1025px) {
  .contact_caution, .contact_note {
    width: 900px;
    padding: 50px 5%;
  }
  .contact_caution a, .contact_note a {
    font-size: 24px;
  }
  .contact_caution .expand_btn, .contact_note .expand_btn {
    right: 5%;
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution, .contact_note {
    width: 100%;
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution a, .contact_note a {
    font-size: 20px;
  }
  .contact_caution .expand_btn, .contact_note .expand_btn {
    right: 16px;
    top: 32px;
  }
}

.contact_confirm {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .contact_confirm {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_confirm {
    width: 100%;
    max-width: 900px;
  }
}

.contact_tel {
  text-align: center;
}
.contact_tel_phone {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.contact_tel_phone .phone_icon svg {
  width: 100%;
}
.contact_tel_phone .phone_num {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 1025px) {
  .contact_tel {
    margin-bottom: 70px;
  }
  .contact_tel .phone_icon {
    width: 30px;
  }
  .contact_tel .phone_num {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_tel {
    margin-bottom: 40px;
  }
  .contact_tel .phone_icon {
    width: 22px;
  }
  .contact_tel .phone_num {
    font-size: 24px;
  }
}

.contactform_table {
  table-layout: fixed;
  margin: 0 auto;
}
.contactform_table th {
  font-weight: 500;
  position: relative;
}
.contactform_table .th_wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .contactform_table .th_wrap {
    justify-content: space-between;
  }
  .contactform_table .th_wrap:not(.th_2row) {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table .th_wrap {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.contactform_table td {
  vertical-align: middle;
}
.contactform_table .td__flex {
  display: flex;
}
.contactform_table .td__flex > p {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
}
.contactform_table .td__flex > p label {
  flex-shrink: 0;
}
.contactform_table .td__address__zip {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  margin-bottom: 20px;
}
.contactform_table .td__address__zip span[data-name=your-zip] {
  width: 140px;
}
.contactform_table .td__address__txt .wpcf7-form-control-wrap {
  width: 100%;
}
.contactform_table.confirm .td__address .td__address__zip {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_table {
    width: 900px;
    margin-bottom: 50px;
  }
  .contactform_table th {
    width: 240px;
    padding: 1.5em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table td {
    padding: 1.5em 0;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .contactform_table .td__flex > p {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
  .contactform_table.confirm .td__flex > p {
    flex-basis: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .contactform_table th, .contactform_table td {
    display: block;
    width: 100%;
  }
  .contactform_table th {
    padding: 0.5em 0;
  }
  .contactform_table td {
    padding: 0.5em 0.5em 2em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .contactform_table .td__flex > p {
    flex-basis: 100%;
  }
}
.contactform_table input[type=text], .contactform_table input[type=tel], .contactform_table input[type=email], .contactform_table textarea, .contactform_table select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 1em;
  background-color: #F4F4F4;
}
.contactform_table input[type=text].postal_code {
  width: 100px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.contactform_table textarea {
  resize: none;
}
.contactform_table input[type=radio], .contactform_table input[type=checkbox], .contactform_table select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactform_table .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label input[type=radio], .contactform_table .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  vertical-align: middle;
}
.contactform_table .wpcf7-list-item {
  margin-left: 0;
}
.contactform_table .form_note {
  margin-top: 20px;
  padding: 0 0.5em;
  line-height: 1.33;
  font-size: 14px;
}
.contactform_table .form_required {
  flex-shrink: 0;
}

.form_required {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #0086cd;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

.form_accept {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
}
.form_accept_head {
  margin-bottom: 1.5em;
  padding: 0 1em;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #0086cd;
}
.form_accept_check {
  position: relative;
  text-align: center;
}
.form_accept_check input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_accept_check span[data-name=acceptance] {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin-left: 1em;
  margin-right: 0.5em;
}
.form_accept_check label {
  display: inline-block;
}
.form_accept .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .form_accept {
    width: 900px;
    padding: 50px 36px;
  }
}
@media screen and (max-width: 1024px) {
  .form_accept {
    width: 100%;
    max-width: 900px;
    padding: 20px;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
}

.contactform_btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  position: relative;
}
.contactform_btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_btns {
    margin-block: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_btns {
    margin-block: 50px;
  }
}

.wpcf7 .wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-form .wpcf7-previous {
  border-radius: 2em;
  font-weight: 700;
  font-size: 18px;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  border: 2px solid #0086cd;
  color: #0086cd;
  transition: all ease 0.3s;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
.wpcf7 .wpcf7-form .wpcf7-submit._confirm, .wpcf7 .wpcf7-form .wpcf7-submit._send,
.wpcf7 .wpcf7-form .wpcf7-previous._confirm,
.wpcf7 .wpcf7-form .wpcf7-previous._send {
  background-color: #0086cd;
  color: #FFF;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._confirm:hover, .wpcf7 .wpcf7-form .wpcf7-submit._send:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._confirm:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._send:hover {
    background-color: #FFF;
    color: #0086cd;
  }
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #0086cd;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._back:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._back:hover {
    opacity: 0.7;
  }
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.complete_message {
  margin-left: auto;
  margin-right: auto;
}
.complete_message .c-text {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .complete_message {
    width: 900px;
    margin-bottom: 50px;
  }
  .complete_message .link_button {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .complete_message {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .complete_message .link_button {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */